 @font-face {
    font-family: "Vela Sans GX";
    src: url(fonts/VelaSans-ExtraBold.woff2);
    font-weight: 800;
}

@font-face {
    font-family: "Vela Sans GX";
    src: url(fonts/VelaSans-Bold.woff2);
    font-weight: 700;
}

@font-face {
    font-family: "Vela Sans GX";
    src: url(fonts/VelaSans-SemiBold.woff2);
    font-weight: 600;
}

@font-face {
    font-family: "Vela Sans GX";
    src: url(fonts/VelaSans-Medium.woff2);
    font-weight: 500;
}

@font-face {
    font-family: "Vela Sans GX";
    src: url(fonts/VelaSans-Regular.woff2);
    font-weight: 400;
}
#lock_screen{
    background-size: cover;
    background-color: #000;
    background-image: url(../img/bg_1.jpg);
    position: fixed;
            height: 100%;
            width: 100%;
            z-index: 9998;
            text-align: center;
}
.lock-pass-text{
    z-index: 9999;
    display: inline-block;
            top: 40%;
            position: relative;
            width: 400px;
            font-size:  20px;
            padding: 60px 40px;
            color:#fff;
              -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 20px 0 rgba(22 ,29, 42, 0.2);
    background: rgba(22 ,29, 42, 0.8);
    border-radius: 15px;
}
 nav {
     background: transparent;
     position: relative;
 }

 header {
     padding-bottom: 30px;
     padding-top: 80px;
 }

 header,
 section,
 footer {
     background: transparent;
 }
.container{
    position: relative;
    z-index: 2;

}
 html,
 body {
     background-color: #222a35;
     min-height: 100vh
 }

 body {
     font-family:  "Vela Sans GX", Montserrat, sans-serif;
     background-size: cover;
     background-image: url(../img/bg_1.jpg);
     background-repeat: no-repeat;
     background-position: center;
     padding: 0px 0 120px;
     position: relative;
 }
 .patterns{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
 }
 .star {
     position: absolute;
     right: -100px;
     bottom: -120px;
     width: 300px;
     height: auto;

 }
 h1{
    font-size: 57px;
 }
 h3{
    font-size: 45px;
    text-align: center;
    font-weight: 700;
    padding-top: 15px;
 }
 .fw-bolder span{
    color: #59A417;
 }
 .pattern_1{
    position: absolute;
    top: -700px;
    left: -700px;
 }
 .pattern_2{
    position: absolute;
    left: -300px;
    bottom: -300px;
 }
 .pattern_3{
    position: absolute;
    right: -200px;
    top: 900px;
 }
 @media (max-width: 767px) {
 	 header {
     padding-top: 30px;
 	}

     nav {
         background-color: #222a35;
     }

     .slick-next {
         right: -22px;
     }

     .slick-prev {
         left: -22px;
     }
      .handds {

     width: 100px;
     height: auto;

    }
    h3{
    font-size: 30px;
        font-weight: 700;
     }
 }



 .itms {
     padding-top: 15px;
     padding-bottom: 15px;
 }

 .itm {
     margin: 15px;
     padding: 15px 30px;
     border-radius: 15px;
     border: 1px solid transparent;
 }

 .itm .name {
     font-size: 18px;
     font-weight: 600;
 }

 .slick-arrow {
     width: 27px;
     height: auto;
 }

 @media (min-width: 1200px) {
     .itms {
         margin-left: -15px;
         margin-right: -15px;
     }

     .slick-arrow {
         width: 50px;
         height: auto;
     }

     .slick-prev {
         left: -60px;
     }
     .slick-next {
         right: -60px;
     }
 }

 section {
     color: #fff;
 }

 footer {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding: 15px !important;
 }

 .form-control,
 .form-control:active,
 .form-control:focus {
     color: #fff;
     border: 2px solid #2D363C;
     background-color: #2D363C;
 }
 .form-control:active,
 .form-control:focus {
     border: 2px solid #D9D9D9;
     background-color: #2D363C;
 }
 select.form-control{
   color: white !important;
   }

   ::placeholder {
  color: #D9D9D9;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #D9D9D9;
}
 #about .container {
    position: relative;
     border-radius: 15px;
     padding-top: 30px;
     padding-bottom: 30px;
     padding-left: 30px;
     padding-right: 30px;
     -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 20px 0 rgba(22 ,29, 42, 0.2);
    background: rgba(22 ,29, 42, 0.8);
 }

 #about .form-group {
     padding-bottom: 20px;
 }

 #about .form-group label {
     padding-bottom: 8px;
 }

 #about .btn {
     background: #59A417;
     color: #fff;
     padding: 20px 15px;
     width: 100%;
 }

 .navbar {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
     text-align: center;
     display: block;
     float: none;
 }

 .logos img {
     vertical-align: middle;
     width: 100px;
     height: auto;
 }

 .logos img.big {
     width: 130px;
 }

 .logos img:first-child {

     padding-left: 00px;
 }
 input, select, textarea{
    background-color: #2D363C;
 }
 .logos .mobile {
     display: none;
 }

 @media (max-width: 1250px) {
     .logos img {
         vertical-align: middle;
         width: 70px !important;
         height: auto;
         padding-left: 10px;
     }

     .logos img:first-child,
     .logos img:nth-child(3) {
         padding-left: 00px;
     }

     .logos .mobile {
         display: inline;
     }


 }

 footer span {
     display: inline-block;
     padding: 10px 15px;
     border-radius: 10px;
      -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 10px 20px 0 rgba(22 ,29, 42, 0.2);
    background: rgba(22 ,29, 42, 0.8);
 }
.alert{
	border-radius: 10px;
    background: url(../img/rule.jpg);
    background-size: cover;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding: 45px;
    margin-top: 30px;

}
.check_bg {
    position: absolute;
    top: -30px;
    right: -30px;
}
 #about {
     position: relative;
     z-index: 2;
 }

 h4 {
     font-size: 24px;
 }

 .vote {
     padding-top: 10px;
 }

 .vote span.vote_btn {
     display: inline-block;
     padding: 10px 30px;
     background-color: #59A417;
     cursor: pointer;
     width: 210px;
     text-align: center;
     border-radius: 10px;
 }

 .save_results_button,
 .one_more_button {
     display: inline-block;
     padding: 10px 30px;
     background-color: #59A417;
     cursor: pointer;
     width: 210px;
     text-align: center;
     border-radius: 10px;
 }

 .check_email {
    width: 100%;
     margin-top: 30px;
     display: inline-block;
     padding: 5px 30px;
     background-color: #59A417;
     cursor: pointer;
     margin-bottom: 20px;
     text-align: center;
     border-radius: 10px;
 }

 .itm.selected .vote span.vote_btn {
     background-color: #fff;
     color: #59A417;
 }

 .vote span.vote_btn .vote.selected {
     display: none;
 }

 .itm {
     -webkit-box-shadow: 0px 0px 4px 6px rgba(89, 164, 23, 0);
     -moz-box-shadow: 0px 0px 4px 6px rgba(89, 164, 23, 0);
     box-shadow: 0px 0px 4px 6px rgba(89, 164, 23, 0);
     background-color: #161D2B;
 }

 .itm.selected {
     background-size: 95px auto;
     background-image: url(../img/star.png);
     background-repeat: no-repeat;
     background-position: right bottom;
     position: relative;
     -webkit-box-shadow: 0px 0px 4px 6px rgba(89, 164, 23, 1);
     -moz-box-shadow: 0px 0px 4px 6px rgba(89, 164, 23, 1);
     box-shadow: 0px 0px 4px 6px rgba(89, 164, 23, 1);
 }

 .itm.selected .vote span.vote_btn .vote {
     display: none;
 }

 .itm.selected .vote span.vote_btn .vote.selected {
     display: inline;
 }

 h4 {
     padding-top: 45px;
 }

 h4 span {
     display: inline-block;
     padding: 5px 15px;
     background-color: #59A417;
     text-align: center;
     font-size: 15px;
     font-weight: 400;
     border-radius: 5px;
     margin-left: 10px;
 }

 .slick-dots li button:before {
     font-size: 20px;
     opacity: 1;
     color: #161D2B;
 }

 .slick-dots li.slick-active button:before {
     opacity: 1;
     color: #59A417;
 }
 p.form_save_result_block{
    display: none;
    text-align: center;
 }
span.form_save_result{
        display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .7);
}

@media(max-width:600px){
    .vote span.vote_btn{
        width: auto;
    }
}

.slick-dots li a{
    border-bottom: 2px solid transparent;

}
.slick-dots li.slick-active a{
    border-bottom: 2px solid #59A417;
    color: #59A417;
    font-weight: 600;
}

.category_section{
    margin-top:60px;
    border-top: 1px solid #59A417;
}

#cat_0{
    margin-top: 0;
    border-top: none;
}



@media (max-width:992px){
    .patterns{
        display: none;
    }
}
@media (max-width: 767px){
    h1{
        font-size:30px   ;
    }
    .star{
        display: none;
        right: 0;
        bottom: 0;
        width: 200px;
        height: auto;
        z-index: 3;
    }
    #about .btn{
        position: relative;
        z-index: 4;
    }
    #about .container{
        padding-bottom: 60px;
    }
    .navbar{
        background:none;
    }
    body{
        font-family: "Vela Sans GX", Montserrat, sans-serif;
    background-size: 100% auto;
    background-image: url(../img/bg_1.jpg);
    background-repeat: no-repeat;
    }
}

select{
    -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

body.small .pattern_2{
    top: 700px;
    bottom:auto;
}
@media (max-width: 767px) {
    body.small{
        background-size: cover;
    }
    .itm {
     border: 1px solid #59A417;
    }
    .slick-dots li button:before {
     font-size: 20px;
         opacity: .4;
         color: #fff;
     }

     .slick-dots li.slick-active button:before {
         opacity: 1;
         color: #59A417;
     }
}

.cat_title_row{
    position: relative;
    padding-left: 70px;
}
.cat_title_row span.number{
    position: absolute;
    left: 0;
    top: 40px;
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background-image: url(../img/number_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: transparent;
    font-size: 24px;
    text-align: center;
    padding: 5px 0;
}
@media(min-width:1200px){
    .cat_title_row{
        padding-left: 0px;
    }
    .cat_title_row span.number{
        left: -80px;
    }
    .alert{
        width: 600px;
        margin: 30px auto 0;
    }
    .alert>p{
        max-width: 490px;

    }
    
}
.itm .text_desc a,
.itm .text_desc a:focus,
.itm .text_desc a:visited,
.itm .text_desc a:hover,
.itm .text_desc a:active{
    color: #fff;
}