/* 
 * - light 300
 * - normal 400
 * - medium 500
 * - bold 600
 * font-family: 'Lato', sans-serif; */
/* 
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.eot");
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"), url("../fonts/Lato-Medium.svg#Lato-Medium") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: 700;
}*/
.transbtn {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

img {
  margin-bottom: 0;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  min-width: 320px;
  line-height: 1.2;
  color: #fff;
  background-color: #222222;
}

.bttn {
  height: 48px;
  background-color: #FDCB03;
  border: 2px solid #FDCB03;
  color: #222;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 43px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 254px;
  border-radius: 12px;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  cursor: pointer;
}

.bttn:hover, .bttn:focus {
  background-color: #FFD83B !important;
  border: 2px solid #FFD83B;
  background-color: transparent;
  color: #181818;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

.bttn.zero {
  background-color: transparent;
  border: 2px solid #000;
  color: #111111;
}

.bttn.zero:hover, .bttn.zero:focus {
  background-color: #1B1B1B !important;  
  border: 2px solid #1B1B1B;
  color: #FFFFFF;
}

.bttn.black {
  background-color: #1B1B1B;
  border: #1B1B1B 2px solid;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 14px rgba(27, 27, 27, 0.5);
  box-shadow: 0px 4px 14px rgba(27, 27, 27, 0.5);    
}
.bttn.black:hover, .bttn.black:focus {
  background-color: transparent !important;
  color: #111111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pr {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yl {
  color: #FDCB03;
}

p, a, h1, h2, h3, li, span {
  -webkit-font-smoothing: antialiased;
}

h1 {  
  font-size: 46px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 26px;
  text-transform: uppercase;  
  letter-spacing: 3px;  
}
.h2_st {
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #fff;
}
.for_mob {
  display: none;
}
.owl-carousel .owl-item .for_mob{
  display: none;
}
/* HEADER */

/* CONTACT BL */
.contact_bl {
  padding-bottom: 53px;
  padding: 140px 0 111px;
}
.contact_bl .outer {
  width: 100%;
}
.contact_bl h1 {
  font-size: 64px;
  color: #fff;
  text-align: left;    
  letter-spacing: 0;
  margin-bottom: 65px;
}
.contact_bl .h2_st{
  font-size: 20px;
  color: #fff;
  text-align: left;
  margin-bottom: 32px;
}
.contact_bl .form_outer {
  width: 100%;
  max-width: 733px;
  margin-bottom: 85px;
}
.contact_bl .form_outer .f_inner {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_bl .form_outer .f_inner .my_input {
  width: 417px;
  height: 68px;
  padding: 0px 10px 0 70px;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #111;
  background-color: #fff;
  border: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.contact_bl .form_outer .f_inner .my_input:focus {
  outline: none;
  border: none;
}
.contact_bl .form_outer .f_inner .my_input:-moz-placeholder, .contact_bl .form_outer .f_inner .my_input::-webkit-input-placeholder {
  color: #111;
}
.contact_bl .form_outer .f_inner .form-bttn{
  width: 296px;
  line-height: 65px;
  height:  68px;
  max-width: 296px;
  font-size: 20px;
}
.contact_bl .form_outer .f_inner .form-bttn:hover, .contact_bl .form_outer .f_inner .form-bttn:focus{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact_bl .form_outer .f_inner label::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/phone_icon.svg) center no-repeat;
  background-size: 22px;
  z-index: 19;
  left: 24px;
  top: 20px;
}
.contact_bl .img {
  position: absolute;
  top: -50px;
  right: -6px;
  z-index: 19;
}
.contact_bl .soc_outer {
  font-size: 20px;
    line-height: 1.2;
    font-family: "Inter", sans-serif;
    font-weight: 900;
    font-style: normal;
   color: #111111;
   text-decoration: none;
   cursor: pointer;
   padding-top: 33px;
  padding-bottom: 21px;
  border: 1px solid #FDCB03;
  border-width: 1px 0;
}
.contact_bl .soc_outer a {
  padding-left: 46px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  min-height: 36px;
  padding-top: 6px;
  margin-right: 35px;
}
.contact_bl .soc_outer a:hover {
  color: #fff;
}
.contact_bl .soc_outer .tg {
  background: url(../images/tg_icon.svg) left center no-repeat;
  background-size: 36px;
}
.contact_bl .soc_outer .mail {
  background: url(../images/email_icon.svg) left center no-repeat;
  background-size: 36px;
}
.contact_bl .soc_outer .insta {
  background: url(../images/insta_icon.svg) left center no-repeat;
  background-size: 36px;
}
.contact_bl .soc_outer .phone {
  background: url(../images/phone_form_icon.svg) left center no-repeat;
  background-size: 36px;
}


.modal{
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.modal_video .modal-content {
  border: none;
  background-color: #1b1b1b;
  border-radius: 16px;
}
.modal_video .modal-body {
  padding: 0;
}
.modal_video .inner, .modal_video .video_frame {
  border-radius: 16px;
}
.modal_video .btn-close {
  position: absolute;
  right: 0;
  top: -40px;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 32px;
  height: 32px;
  background: none;
  border-radius: 0;
  padding: 0;
}
.modal_video .btn-close:hover svg path {
  stroke: #FFCC00;
}
@media (max-width: 900px){
  .modal_video .btn-close{
    top: -51px;
    right: 3px;
  }
  .modal_video .inner, .modal_video .video_frame {
    border-radius: 12px;
  }
}
@media (min-width: 320px) {
  .modal_video .modal-dialog {
    margin-top: 70px;
    max-width: 900px;
  }
}
/* mob menu modal */

/* ------ / -- */

@media (min-width: 1230px) {
  .modal_phone .modal-dialog {
    margin-top: 20px;
    max-width: 1040px;
  }
}
@media (max-width: 1229px) {
  .modal_phone .modal-dialog {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .modal_phone.modal_phone_tnx .modal-dialog {
    margin-top: 20px;
    max-width: 600px;
  }
}
/* MEDIA */
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 360px) {
  .container {
    max-width: 358px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1230px) {
  .full_w .container {
    max-width: 1364px;
  }
}
/* ----TABLET */
/* ----MOBILE */
@media (max-width: 1229px){
  /* HEADER */  
  .for_mob {
    display: block;
  }

  .for_dtop {
    display: none;
  }

  .bttn {
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 13px;
  }
  .h2_st {
    font-size: 18px;
    line-height: 1.3; 
    letter-spacing: 0px;
  }
  .bttn {
    height: 56px;
    max-width: 328px;
    font-size: 16px;
    line-height: 51px;
    border-radius: 12px;
  }  
  
  /* form bl */
  .contact_bl{    
    padding: 69px 0 44px;
    overflow: hidden;
  }
  .contact_bl .outer {
    max-width: 100%;
    border-radius: 16px;    
    margin: 0 auto;
    height: auto;
  }
  .contact_bl h1 {
    font-size: 36px;
    margin-bottom: 45px;
    line-height: 1.2;
    max-width: 260px;
    text-align: center;    
    margin: 0 auto 12px;
  }
  .contact_bl .h2_st{
    margin-bottom: 39px;
    font-weight: 500;         
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 36px;
  }
  .contact_bl .img {
    top: unset;
    right: -19px;
    bottom: -60px;
  }
  .contact_bl .form_outer {
    border-bottom: 1px solid #FDCB03;
    padding-bottom: 104px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;    
  }
  .contact_bl .form_outer .f_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_bl .form_outer .f_inner .my_input {
    width: 100%;
    height: 56px;
    font-size: 16px;
    border-radius: 12px;
    padding: 1px 10px 0 45px;
  }
  .contact_bl .form_outer .f_inner label::before {
    background: url(../images/phone_icon.svg) center no-repeat;
    background-size: 17px;
    left: 13px;
    top: 13px;
  }
  .contact_bl .form_outer .f_inner .form-bttn {
    width: 100%;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-size: 16px;
    height: 55px;
    line-height: 48px;   
    letter-spacing: 0; 
    max-width: 100%;
  }
  .contact_bl .soc_outer {
    display: none;
    width: 246px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 17px;
  }
  .contact_bl .soc_outer a {
    padding-left: 37px;
    font-size: 0px;
    line-height: 0;
    margin-bottom: 0;
    min-height: 37px;
    padding-top: 6px;
    margin-right: 0;
  }

  .contact_bl_bot .outer {
    height: 387px;
  }
  .contact_bl_bot .soc_outer {
    display: none;
  }  
}
@media (max-width: 768px){

}
@media (max-width: 639px){
  /**/
}
@media (max-width: 425px) {

}
@media (max-width: 375px) {

}
@media (max-width: 359px) {
  h2{
    font-size: 28px;
  }
  /* WKS  */
  #bl2 h2, #wks h2{
    font-size: 26px;
  }
  /* form bl */
  .contact_bl .outer{
    padding: 0 0 30px;
  }
  .contact_bl .img{
    right: -23px;
    bottom: -30px;
  }
  .contact_bl h1{
    font-size: 28px;
    margin-bottom: 16px;
    max-width: 175px;
  }
  .contact_bl .h2_st{
    font-size: 18px;
  }  
  .menu_modal .btn_outer{
    padding-left: 14px;
    padding-right: 14px;
  }
  .menu_modal .btn_outer .obsudit_bttn{
    margin-bottom: 10px;
  }
}




