@font-face {
  font-family: 'Bold';
  src: url('/fonts/ProximaNova-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Regular';
  src: url('/fonts/ProximaNova-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

html,body{
  overflow-x: hidden;
}

ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
  /*     margin-left: 22px; */
}

ul li, ol li{
	font-family: 'Regular', sans-serif;
  font-size: 14px;
  line-height: 130%;
  color: #141414;
}


img{
  width: 100%;
  height: 100%;
}

p{
 font-family: 'Regular', sans-serif;
 /* font-size: 2.6vh; */
 font-size: 16px;
 line-height: 160%;
 margin:0;
}

p{
  color: #7B7C82;
}


a,
a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h7, .slide_num{
	margin-top: 0;
  font-family: 'Bold', sans-serif;
  font-weight: normal;
  color:#2B2B2B;
}




h1{
	font-size: 72px;
	line-height: 120%;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Bold', sans-serif;
}

h1 span{
  font-family: 'Regular', sans-serif;
}
h2{
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Bold', sans-serif;
}

.blog_f{
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Bold', sans-serif;
}

h3, .slide_num{
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 0px;
}

h4{
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 0px;
}

h5 {
  font-size: 24px;
  line-height: 130%;
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
	padding: 0;
}

ul li{
	list-style-type: none;
}

a:hover, a:focus, a:active, a:visited {
	text-decoration: none;
}
a:hover {
  color: unset;
  text-decoration: unset;
}

.c_main, .c_main span{
 color: #00764F;
}

.c_main span{
  margin-right: 1vw;
}


a{
  color: #141414;
}

.logo {
    position: absolute;
    z-index: 300;
    margin-top: 8vh;
    margin-left: 5.23%;
    width: 16.6vw;
    height: 1.3vh;
    background: url(/fonts/logo.svg) no-repeat;
    background-size: contain;
}

.logo.chw{
      background: url(/fonts/logowhite.svg) no-repeat;
    background-size: contain;
}



.c4{
  width: 50%;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}

.sl_desc .btnp{
  opacity: 0;
  position: absolute;
  bottom: 12%;
  transform: translateY(100%);
  transition: .3s ease-in-out;
}


.sle:hover .sl_desc .btnp{
  opacity: 1;
  transform: translateY(0);
}

.sl_desc .btnp:after{
  content: '';
  background: #141414;
  height: 1px;
  width: 0;
  display: block;
  float: right;
  transition: .3s ease-in-out;
  position: absolute;
}

.sl_desc .btnp:hover:after{
  width: 100%;
}


.sle img{
  transition: .3s ease-in-out;
}

.sle:hover img{
  filter: brightness(0.6);
}



.sl_image{
  height: 420px;
}

.sl_text{
  margin-top: 30px;
  margin-left: 40px;
}


/* BURGER */

.brg{
  display: block;
  width: 25px;
  height: 25px;
}

.crs{
  display: block;
  width: 25px;
  height: 25px;
}


/* anim */

.scale-in-ver-top{-webkit-animation:scale-in-ver-top .5s linear both;animation:scale-in-ver-top .5s linear both}
@-webkit-keyframes scale-in-ver-top{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}@keyframes scale-in-ver-top{0%{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}100%{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 0;transform-origin:100% 0;opacity:1}}




/* LAND STYLES */

/* NAVIGATION */

#fp-nav{
  margin-top: 0!important;
  top: 14.8%;
  height: 60%;
}

#fp-nav ul{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #919495;
}

.right_navigation{
  position: fixed;
  height: 100%;
  z-index: 100;
  opacity: 1;
  right: 5vw;
}

.top_s{
  position: absolute;
  height: 4%;
  width: 1px;
  background: #919495;
}

.bottom_s{
  position: absolute;
  height: 10%;
  width: 1px;
  background: #919495;
}

.top_s{
  top: 0;
}


.bottom_s{
  bottom: 0;
}







.cl_brg, .cl_crs{
  position: absolute;
  top: 6%;
/*   background: transparent; */
  border-radius: 50%;
  width: 2.8vw;
/*   height: 5vh; */
  z-index: 250;
/*   border: 1px solid #919495; */
  right: -1.45vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cl_brg .r_elem{
  position: absolute;
  width: 100%;
  height: 100%;
    background: transparent;
  border: 1px solid #919495;
  border-radius: 50%;
  opacity: 0.5;
    transition: .3s ease-in;
}

.cl_crs{
  top: 6%;
  right: 14.5%;
  /* right: 10.5%; */
/*   background: #fff;  */
}

 .cl_crs .r_elem{
    position: absolute;
  width: 100%;
  height: 100%;
    background: #fff;
  border-radius: 50%;
    transition: .3s ease-in;
}

.cl_crs:hover .r_elem{
   transform: scale(1.1);
/*   background: #D9EAE5; */
}

.closeform{
  position: absolute;
  top: 6%;

  border-radius: 50%;
  width: 2.8vw;
  z-index: 250;
  right: 3.8%;
  transition: .3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}

 .closeform .r_elem{
    position: absolute;
  width: 100%;
  height: 100%;
     background: #00764F;
  border-radius: 50%;
    transition: .3s ease-in;
}



.rnd{
  margin-top: 100%;
}

.cl_brg:hover{
/*   transform: scale(1.1); */
    transform: scale(1);
}

.cl_brg:hover .r_elem{
  transform: scale(1.1);
}

.s_brg{
  width: 15px;
  height: 8px;
  background: url(/fonts/brg.svg) no-repeat;
  background-size: cover;
}

.s_brg.w_brg{
    background: url(/fonts/brgwhite.svg) no-repeat;
  background-size: cover;
}
.s_brg.w_brg_a{
    background: url(/fonts/brgwhite.svg) no-repeat;
  background-size: cover;
}

.s_crs{
  position: relative;
  width: 25px;
  height: 25px;
  background: url(/fonts/crs.svg) no-repeat;
  background-size: cover;
}
.s_crsw{
  position: relative;
  width: 25px;
  height: 25px;
  background: url(/fonts/crswhite.svg) no-repeat;
  background-size: cover;
}


.next_btn{
  position: absolute;
  bottom: 12%;
/*   background: #00764F; */
  border-radius: 50%;
  width: 2.8vw;
  z-index: 50;
  right: -1.45vw;
  transition: .3s ease-in;

  display: flex;
  align-items: center;
  justify-content: center;
}

 .next_btn .r_elem{
    position: absolute;
  width: 100%;
  height: 100%;
    background: #00764F;
  border-radius: 50%;
    transition: .3s ease-in;
}



.next_btn:hover .r_elem, .popup-modal-dismiss:hover .r_elem, .closeform:hover .r_elem{
  transform: scale(1.1);
}



.next_btn:hover .btn_down, .next_btn:hover .b_down, .cl_crs:hover .s_crs, .popup-modal-dismiss:hover .s_crsw, .closeform:hover .s_crsw{
  transform: scale(1);
}

.cl_brg:hover .s_brg{
  transform: scale(1);
}

.b_down{
  position: relative;
  width: 11px;
  height: 8px;
  background: url(/fonts/arrowdown.svg) no-repeat;
  background-size: cover;
}



/* #fp-nav ul li:first-child{
  display: none;
  } */



  #fp-nav ul li, .fp-slidesNav ul li{
    width: 1px;
    background: #919495;
    margin:0;
  }

  #fp-nav ul li:nth-child(1){
    display: none;
  }


  #fp-nav ul li .fp-tooltip{
    color: #2E2F39;
    font-size: 16px;
  }

    #fp-nav ul li .fp-tooltip.toolw{
    color: #fff;
  }

/*   #fp-nav ul li:nth-child(7) .fp-tooltip, #fp-nav ul li:nth-child(8) .fp-tooltip{
color: #2E2F39!important;
} */

#fp-nav ul li .fp-tooltip.ib{
  color: #2E2F39!important;
}

/*   #fp-nav ul li:nth-child(1) .fp-tooltip, #fp-nav ul li:nth-child(2) .fp-tooltip, #fp-nav ul li:nth-child(3) .fp-tooltip{
  color: #fff;
} */

  #fp-nav.fp-right {
    right: 5vw;
  }


  #fp-nav ul li:before,  #fp-nav ul li:last-child:after{
    position: absolute;
    z-index: 10;
    left: -2px;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #919495;
    border-radius: 50%;
  }

  #fp-nav ul li a.active{
    background: #00764F;
    width: 3px;
    margin-left: -1px;
  }

  #fp-nav ul li, .fp-slidesNav ul li{
    height: 9vh;
  }
  #fp-nav ul li .fp-tooltip{
    top: 50%;
    transform: translateY(-50%);
  }

  #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    display: none;
  }
  #fp-nav ul li a span, .fp-slidesNav ul li a span{
    display: none;
  }

  .fp-tableCell {
    display: block;
    vertical-align: unset;
  }

 .btn_down{
position: absolute;
    color: #fff;
    font-family: 'Regular', sans-serif;
    font-size: 16px;
/*     right: 3.2vw; */
    right: 1vw;
    width: 8vw;
 }
.btn_down_tab{
  display: none;
}


 .cl_ar{

position: absolute;
    color: #2E2F39;
    font-family: 'Regular', sans-serif;
    font-size: 16px;
    right: 40px;
    width: 140px;
 }


  .slide_btn{
    padding: 14px 50px;
    border-radius: 35px;
    background: #00764F;
    width: 19rem;
    color: #fff;
    text-align: center;
    font-family: 'Regular', sans-serif;
    font-size: 16px;
    position: relative;
    transition: all 300ms ease;
  }

  .slide_btn a{
      color: #fff;
  }

   .slide_btn:hover{
        background: #40987B;
            color: #CCE4DC;
   }

  .cont_form input[type="submit"]{
        margin-top: 5vh;
    padding: 14px 50px;
    border-radius: 35px;
    background: #00764F;
    width: 19rem;
    color: #fff;
    text-align: center;
    font-family: 'Regular', sans-serif;
    font-size: 16px;
    position: relative;
    transition: .3s;
}
  .cont_form input[type="submit"]:hover{
    opacity: 0.6;
  }


/*   .slide_btn:before, .wpcf7-submit:before{

  position: absolute;
  content: '';
  width: 100%; height: 0%;
  bottom: 0;  left: auto; right: 0;
  z-index: -1;
  transition: all 300ms ease;
  border-radius: 35px;
}

.slide_btn:hover:before, .wpcf7-submit:hover:before{
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.4;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  position: absolute;
  content: '';
} */






  .slide_text .st_h{
    margin-top: 4vh;
      margin-bottom: 3vh;
  }

  .slide_text h4{
    margin-top: 3vh;
  }

  .parag{
    margin-top: 4vh;
  }

  .slide_text p:not(:first-of-type), .pwm{
    margin-top: 1.5vh;
  }

  .slide_text .slide_btn{
    margin-top: 6.5vh;
  }

  .i_full{
    padding-top: 100vh;
  }

  .i_half{
    padding-top: 50vh;
  }

  .i_comm{
    padding-top: 100%;
  }
  .i_blog{
    padding-top: 68%;
  }

  .i_popup{
    padding-top: 48%;
  }

  .b_grey{
    background: #EFEFEF;
  }
  .c_wh{
    color: #fff;
  }

  .second_slback{
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 60vh;
  }

    .second_slback .row{
    padding-bottom: 14vh;
  }

  .s_sl_back{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/img/slide2.png) no-repeat;
    background-size: cover;
  }

  .second_slback_text{
    height: 40vh;
  }

  .inner_scrollbar{
    position: relative;
    width: 100%;
    margin-top: 8vh;
    height: 3px;
    background: #D3D4D5;
  }

  .inner_scrollbar:hover{
cursor: pointer;
  }

  .progr{
    position: absolute;
    width: 50%;
    height: 3px;
    left: 0;
    background: #00764F;
    transition: .8s ease-in;
  }

.p_l{
    position: absolute;
    width: 50%;
    height: 100%;
}

.p_r{
    position: absolute;
    margin-left: 50%;
    width: 50%;
    height: 100%;
}


  .progr_done{
left: 50%;
  }

  .row-eq-height{
    align-items: center;
  }


  .slide-img img{
    object-fit: cover;
  }



  .rest_imgs_1{
    height: 100vh;
  }

  .r_img_top, .r_img_bottom{
    height: 50%;
  }

  .ratio {
    overflow: hidden;
    width: 100%; /* здесь можно установить любую нужную ширину */
  }

  .ratio-inner {
    position: relative;
    height: 0;
    border: none;
  }

  .ratio-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

  }

/* .portfoliobackimg{
  background-position: 100% 50%!important;

    background-attachment: fixed!important;
    }  */

    .ratio-4-3 {
     padding-top: 58.4%; /* 100% ширины делим на 4 и умножаем на 3 */
   }

   .pl_r_img{
     padding-top: 65%;
   }

   .imgs_r2 {
     padding-top: 65%; /* 100% ширины делим на 4 и умножаем на 3 */
   }

   .imgs_r5{
    padding-top: 103%;
  }

  .imgs_r5_2{
    padding-top: 81.5%;
  }



  .imgs_r5 img{
    object-fit: cover;
  }


  .ratio-5-1 {
    padding-top: 20%; /* 100% ширины делим на 5 и умножаем на 1 */
  }


  .section.active, .slide.active{
    opacity: 1;
    /*   transform: translateY(0%); */
    transition: opacity 0s;
  }

  .section, .slide{
    opacity: 0;
    /*   transform: translateY(-100%); */
    transition: opacity 1s;
  }

/* .s_move{
  opacity: 0;
   transition: .5s linear;
    transform: translateY(-100%);
    } */

    .slide_inst{
      height: 100vh;
      /*     background: darkgrey; */
      /*    overflow-y: hidden; */
    }

    .slide_inst .instagram_photo:first-child{
      margin-top: 10vh;
    }

    .slide_inst .instagram_photo:not(:first-child){
      margin-top: 8vh;
    }

    .command_row{
      display: flex;
      justify-content: space-between;
      width: 100%;
    }

    .command .command_row:first-child{
      margin-top: 5.5vh;
    }

    .command .command_row:not(:first-child){
      margin-top: 4vh;
    }

/* .command_row .com_elem:not(:first-of-type){
margin-left: 30%;
} */

.com_elem{
  position: relative;
  width: 40%;
}

.com_elem h4{
  margin-top: 2.5vh;
  text-align: center;
}

.com_elem p{
  margin-top: 1vh;
  font-size: 14px;
  text-align: center;
}

.com_pic{
  position: relative;
  width: 100%;
  border-radius: 50%;
  background: red;
}

.section_blog{
  height: 100%;
  display: flex;
  align-items: center;
}

.row_blog_first{
  margin-top: 5.5vh;
}

.row_blog_btn{
  margin-top: 8vh;
}

.blog_content{
  width: 100%;
}

.blog_elem{
  width: 100%;
  border-radius: 15px;
  background: #fff;
  transition: all 300ms ease;
}

.blog_img{
  border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.blog_description{
  position: relative;
  padding: 7% 10% 7%;
  z-index: 10;
}

.blog_description h4{
      height: 50px;
}

/* .blog_description:before{

  position: absolute;
  content: '';
  width: 100%; height: 0%;
  bottom: 0;  left: auto; right: 0;
  z-index: -1;
  transition: all 300ms ease;
}

.blog_elem:hover .blog_description:before{
  width: 100%;
  height: 100%;
  background: #00764F;
  opacity: 1;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  position: absolute;
  content: '';
      border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
} */

.blog_elem:hover{
  background: #00764F;
}

.blog_elem:hover .blog_ar{
    color: #fff!important;
}

.blog_elem:hover h4, .blog_elem:hover p, .blog_elem:hover svg path{
  color: #fff;
  position: relative;
}

.arrow{
  position: relative;
}

.blog_elem:hover .arrow svg path{
  stroke: #fff;
}




.blog_ar{
  margin-top: 2.5vh;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.adress_row{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D3D4D5;
  padding-bottom: 3vh;
}

.adress_block p{
  margin-top: 1vh;
}







#map{
  height: 100%;

    @media screen and (max-width: 991px) {
        height: 300px;
    }
}

.mobile-map {
    display: none;

    @media screen and (max-width: 991px) {
        display: flex;
        grid-column: span 2;
        width: 100%;
        height: 300px;
    }
    @media screen and (max-width: 767px) {
        margin-top: 4vh;
    }
}

.social_block{
  display: flex;
    flex-direction: row;
  align-items: center;
    gap: 50px;

    a {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;

        color: #00764F;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
    }
}



.social_block .i_whats {
  margin-left: 2.3vw;
}
.social_block .i_tele {
    margin-left: 0!important;
}


.section_contacts .social_block{
  margin-top: 4vh;
}

.section_contacts .slide_btn{
  margin-top: 6vh;
}


.section_popup{
  height: 100%;
  display: flex;
  align-items: center;
}


/* FORM */

.cont_form{
  overflow: hidden;
  /* margin-top: 40px; */
}

.cont_form label{
  margin-bottom: 0;
}

.filterfield{
  position: relative;
}

.form_mt_btn{
  margin-top:  2.5vh;
}

.form_mt{
  margin-top: 1.5vh;
}

.cont_form h4:not(:first-of-type){
  margin-top: 3.5vh;
}

.cont_form .slide_btn{
  margin-top: 5vh;
}




/* .filterfield:after {
    position: absolute;
    content: "";
    display: block;
    background: url(./img/filter.svg) no-repeat right;
    height: 10px;
    z-index: 5;
    margin-right: 15px;
    margin-top: -28px;
    width: 15px;
    right: 0;
    pointer-events: none;
    } */

    .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .section_popup select{
      border: none;
      font-family: 'Regular';
      font-size: 16px;
      line-height: 100%;
      padding: 2% 2%;
      background: #fff;
      width: 100%;
      border-radius: 10px;
      -webkit-appearance: none;
    }

.section_popup select{
  padding: 2.3% 2%;
background: #fff url(/fonts/select.svg) no-repeat 98% 50%;
outline:none;
}


   .section_popup select{
color: #7B7C82;
   }

    .colorback .wpcf7-form-control-wrap input,.colorback  .wpcf7-form-control-wrap textarea{
     border-bottom: 1px solid #fff;
   }



   .wpcf7-form-control-wrap input[type="radio"]{
    width: auto;
  }

  .col-cont input[type="radio"]{
    width: auto;
  }

  .contform input[type="submit"]{
  }

  .contform input[type="submit"]:hover{
  }

  .textarea{
    font-size: 16px;
    padding: 2% 2%;
  }


  .contform .btn_wl{
    margin-top: 10%;
  }

  .contform .btn_wl:after{
    content: '';
    background: #141414;
    height: 1px;
    width: 100%;
    display: block;
    float: right;
    transition: .3s ease-in-out;
  }

  .contform .btn_wl:hover:after{
    width: 0;
  }

  .colorback .contform .btn_wl:after{
    content: '';
    background: #fff;
    height: 1px;
    width: 100%;
    display: block;
    float: right;
    transition: .3s ease-in-out;
  }



  .contform p:not(:first-of-type){
    margin-top: 12%;
  }

  .contacts .contform p:not(:first-of-type){
    margin-top: 9%;
  }

  .p_form p:not(:first-of-type){
    margin-top: 9%;
  }

  .p_form  .contform .btn_wl {
    margin-top: 14%;
  }





  div.wpcf7 .ajax-loader{
    display: none;
  }

  .radioch{
    margin-top: 20px;
  }

  .radioch  .wpcf7-radio{
    flex-direction: row;
  }

  .radioch .wpcf7-list-item.last{
    margin-left: 20px;
  }

  span.wpcf7-list-item{
    margin: 0;
  }


  .wpcf7-submit{
    background: transparent;
    border: 0;
  }

  .wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder{
    font-size: 16px;
    line-height: 100%;
    color: #7B7C82;
  }

  .colorback .wpcf7-form-control-wrap input::placeholder, .colorback .wpcf7-form-control-wrap textarea::placeholder{
   color: #fff;
 }

 div.wpcf7-response-output

 textarea:hover, input:hover{
  cursor: pointer;
}

textarea:focus, input:focus{
  outline: none;
}

textarea{
  resize: none;
}

.col-cont{
  overflow: hidden;
}

div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  position: relative;
  border: 0;
  bottom: 0;
  margin:5px 0 0 0;
  padding: 0;
  font-family: 'Regular';
  font-size: 14px;
    color: #ADADAD;
}
span.wpcf7-not-valid-tip{
  color: #ADADAD;
  margin-top: -6px;
  position: absolute;
}




div.wpcf7-response-output

textarea:hover, input:hover{
  cursor: pointer;
}

textarea:focus, input:focus{
  outline: none;
}

textarea{
  resize: none;
}

/* FORM */

.slide_text ol, .popup-inner ol {
    padding-left: 18px;
}

.slide_text ul,.popup-inner ul  {
  margin-top: 2vh;
  margin-left: 20px;
}
.slide_text ul li, .popup-inner ul li, .slide_text ol li, .popup-inner ol li{
  font-family: 'Regular', sans-serif;
  font-size: 16px;
  color: #7B7C82;
  line-height: 130%;
  margin: 1.2vh 0;
}
.slide_text ul li, .popup-inner ul li {
    list-style-type: none;
}

.slide_text  ul li::before, .popup-inner ul li::before {
  content: url(/fonts/li.svg);
  padding-right: 20px;
  font-size: 5px;
  vertical-align: bottom;
}

.slide_text ol li::marker, .popup-inner ol li::marker {
    font-weight: bold;
    color: #000;
}

.slide_inst_link{
  margin-top: 10vh;
  display: flex;
  align-items: center;
 width: fit-content;
 -moz-width: fit-content;

}

.slide_inst_link p, .slide_inst_link svg path{
  transition: .3s;
}

.slide_inst_link:hover p{
color: #00764F;
}

.slide_inst_link:hover svg path{
stroke: #00764F;
}

.slide_inst_link p{
  margin-left: 10px;
}


.i_inst{
  width: 16px;
  height: 16px;
  background: url(/fonts/inst.svg);
  background-size: cover;
}
.i_whats{
  width: 16px;
  height: 16px;
  background: url(/fonts/whats-g.svg);
  background-size: cover;
}
.i_tele{
  width: 16px;
  height: 16px;
  background: url(/fonts/tele.svg);
  background-size: cover;
}
.i_instw{
  width: 16px;
  height: 16px;
  background: url(/fonts/instw.svg);
  background-size: cover;
}
.i_whatsw{
  width: 16px;
  height: 16px;
  background: url(/fonts/whatsw.svg);
  background-size: cover;
}
.i_telew{
  width: 16px;
  height: 16px;
  background: url(/fonts/telew.svg);
  background-size: cover;
}

.blog_filters{
  margin-top: 6.5vh;
}

.blog_f:not(:first-child){
  margin-top: 2vh;
}

.section_filters .slide_btn{
  margin-top: 25vh;
}

.rest_imgs_1{
  overflow:hidden;
}

.hide_slide_left, .hide_slide_right, .hide_slide_left_d, .hide_slide_right_d{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 50;
}

.hide_slide_left_g, .hide_slide_right_g{
    position: absolute;
    z-index: 50;
  width: 100%;
  height: 100%;
  background: #EFEFEF;
  }


/* .r_img_top:hover .hide_slide_left{
transform: translateX(100%);
} */

.active_slide_left, .active_slide_left_d{
  transform: translateX(100%);
  transition: 0.3s ease-in;
}
.active_slide_right, .active_slide_right_d{
  transform: translateX(-100%);
  transition: 0.3s ease-in;
}

.c_fade, .c_fade_p{
  opacity: 0;
}

.active_c_fade, .active_c_fade_p{
 opacity: 1;
 transition: 0.3s ease-in;
 transition-delay: .5s;
}

.adress_out .adress_row:first-of-type{
  margin-top: 3vh;
}

.adress_out .adress_row:not(:first-of-type){
  margin-top: 3vh;
}

/* .open_menu{
  display: block;
  } */





  .navigation{
    width: 100%;
    /*     width: 26.31579%; */
    height: 100vh;
    transition: .3s linear;
    transform: translateX(100%);
    position: absolute;
    z-index: 201;
    right: 0;
    background: #00764F;
  }

  .nav_open{
    transform: translateX(0);

  }

  .social_block {
      display: flex;
      flex-direction: row;
  }

/* .navigation *{
  color: #fff;
  } */

  html{
cursor: none;
}
.circle{
position: absolute;
border: solid 1px #919495;
background: #EFEFEF;
width: 40px;
height: 40px;
border-radius: 50%;
opacity: 1;
pointer-events: none;
z-index: 999;
cursor: none;
opacity: 0.5;
}

    ::-moz-selection {
      background-color: #00764F;
      color: #2E2F39;
    }
    ::selection {
      background-color: #00764F;
      color: #2E2F39;
    }

    .section_video{
      height: 100%;
      display: flex;
      align-items: flex-end;
    }

    .section_video video{
      position: absolute;
          filter: grayscale(1);
    }

    .section_video  .row{
      width: 100%;
    }

    .grey_back{
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      opacity: 0.6;
    }

    .popup_section, .popup_blog{
      width: 100%;
      height: 100%;
      position: fixed;
      display: none;
      z-index: 200;
    }

    .popup_container, .popup_container .row{
      height: 100%;
    }


    .section_video .col_video{
      padding-bottom: 15vh;
    }

    .section_video .slide_btn{
          margin-top: 6vh;
    }

    .ov{
      overflow: hidden;
    }


    .preloader {
      position: fixed;
      /*     display: none; */
      display: none;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 300;
      background:  #2b2b2b;
      text-align: center;
      justify-content: center;
      align-items: center;
      transition: .3s;
    }


    .pr_progress{
      overflow: hidden;
      position: absolute;
      z-index: 310;
      width: 1px;
      height: 50vh;
      bottom: 15vh;
      left: 5.23%;
    }

    .pr_line{
      position: absolute;
      width: 100%;
      height: 100%;
      background: #7B7C82;
      transition: .8s;
      transform: translateY(100%);
    }

    .pr_line2{
      position: absolute;
      width: 100%;
      height: 100%;
      background: #EFEFEF;
      transition: .8s;
      transform: translateY(100%);
    }
/*     .pr_line3{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2E2F39;
  transition: 2s;
transform: translateY(100%);
} */

    .moveup{
      transform: translateY(-100%);
    }
    .moveup2{
      transform: translateY(0%);
    }

    .fp-controlArrow {
      display: none;
    }

    .myMenu{

    }

    .myMenu li:first-child{
      display: none;
    }

    .brg_list{
      position: relative;
      margin-top: 23vh;
      margin-left: 22%;
    }

    .brg_list .social_block{
      margin-top: 5.5vh;
    }

    .social_block .i_whatsw, .social_block .i_telew{
      margin-left: 2vw;
    }


    .myMenu *{
      color: #fff;
    }

    .myMenu li{
      margin-top: 2.5vh;
      font-family: 'Regular';
      font-size: 30px;
    }

    .myMenu li:nth-child(2){
      margin-top: 0;
    }

    .brg_list .slide_btn{
      margin-top: 10vh;
      background: #fff;
      color: #00764F;
/*       width: 13.5rem; */
width: 15rem;
      padding: 14px 30px;
    }

    .brg_list .slide_btn:hover{
      opacity: 0.8;
    }

   .brg_list .slide_btn:before{
        background: #00764F;
   }

    .myMenu a, .blog_filters .blog_f{
      transition: opacity .2s;
    }

    .myMenu a:hover, .blog_filters .blog_f:hover {
      opacity: 1!important;
      transition: opacity .2s;
    }
    .myMenu:hover a , .blog_filters:hover .blog_f{
     opacity: 0.5;
     transition: opacity .2s;
   }

    .blog_filters .blog_f{
      opacity: 0.5;
    }

   .blog_filters .blog_f.current{
    opacity: 1;
   }

.section_form{
    display: none;
    transform: translateY(100%);
    transition: .3s ease-in;
  }

   .section_allblog{
    display: none;
    transform: translateY(0%);
    transition: .3s ease-in;
   }

   .section_allblog_m{
    display: none;
    transform: translateY(100%);
    transition: .3s ease-in;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 300;
   }


  .show_all{
    transform: translateY(0%);
      overflow: hidden;
  }

  .blog_img img{
    object-fit: cover;
  }

  .fadeback{
    display: none;
    position: absolute;
    /*   z-index: 20; */
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
  }

  .fadeback_section{
    display: none;
    position: absolute;
  z-index: 20;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
  }


  .mfp-bg{
    background: #fff;
    opacity: 0.6;
  }

  .popup-inner{
    background: #EFEFEF;
    transform: translateX(100%);
    transition: .3s linear;
  }

  .popup-content{
    padding: 5vh 9%;
  }

  .popup-modal-dismiss{
    position: fixed;
    top: 10vh;

    border-radius: 50%;
    width: 2.8vw;
    z-index: 50;
    left: -4vw;
    transition: .3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.popup-modal-dismiss .r_elem{
      position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
    transition: .3s ease-in;
      background: #00764F;
}

.popup-content h2{
/*   margin-top: 5vh; */
}

.popup-text p:first-child{
  margin-top: 3vh;
}

.popup-text p{
  margin-top: 1vh;
}


.col_num{
  display: none;
}

.margin_m{
  margin-top: -20px;
}

.margin_l{
  margin-left: 2.1vw;
}

.adress_block a{
  color: #7B7C82;
    transition: all 0.3s;

    &:hover{
      color: #00764F;
    }
}

.copyright{
  position: absolute;
  bottom: 6vh;
  right: 8vw;
  display: flex;
  align-content: center;
}

.ava{
  margin-left: 5px;
  margin-top: -5px;
  width: 18px;
  height: 18px;
  background: url(/fonts/ava.svg);
  background-size: cover;
}

#videobl{
      width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
/*     filter: grayscale(1); */
}
#videobl_m{
  display: none;
}

.team{
  overflow: hidden;
}

.section_allblog, .section_form{
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 300;
}

/* .section_allblog{
   transform: translateY(-100%);
} */

.show_allblog{
   transform: translateY(-100%);
}

.allblog_ar{
  height: 100vh;
      padding-bottom: 8vh;
}

.allblog_ar .blog_elem{
display: inline-block;
    float: left;
    width: 40%;
    margin-left: 10%;
    margin-top: 8vh;
}

/* .allblog_ar .blog_elem.even{
  margin-top: 5vh;
} */

/* .section_allblog, .section_form{
  position: relative;
  width: 100%;
      height: 100%;
  z-index: 300;
} */

.scrollable-content{
  overflow-y: scroll;
}

.popup-inner.scrollable-content{
  overflow-y: inherit;
}

/* HIDE SCROLL FULLPAGE */

::-webkit-scrollbar {
  width: 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background: #00764F;
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
   background: #00764F;
}
.mCSB_scrollTools .mCSB_draggerRail{
  background:#D3D4D5;
}

.mCSB_scrollTools{
    position: absolute;
    width: 3px;
    height: auto;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
}
.mCSB_inside > .mCSB_container {
    margin-left: 30px;
}

.popup-inner{
      min-height: 100vh;
}
.blog_slider{
  display: none;
}

.popup-content img{
  margin-top: 2vh;
}

#fp-nav ul li a, .fp-slidesNav ul li a{
      width: 2vw;
      margin-left: -1vw;
}

#fp-nav ul li .fp-tooltip{
      font-family: 'Regular';
}

.h_sup{
  margin-left: 5px;
  color: #00764F;
}

.cl_brg:hover, .cl_crs:hover,  .next_btn:hover, .slide_btn:hover, .closeform:hover, .popup-modal-dismiss:hover,  .blog_f:hover, select:hover, textarea:hover{
  cursor:pointer;
}




.allblog_m, .backtoblock_m{
  display: none;
}

#fp-nav ul li:hover .fp-tooltip{
  opacity: 0.6;
}

.mCSB_inside > .mCSB_container{
    margin-left: 100px;
    margin-right: 0!important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
      width: 3px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
  top: 10%;
    bottom: 10%;
}
.top_m{
  display: none;
}
.logo:hover{
  cursor: pointer;
}

  /* KAMPIKA END */




  .preloader_logo{
    display: none;
    width: 125px;
    height: 29px;
    background: url(/fonts/logow.svg) no-repeat;
    background-size: cover;
    transition: .5s ease-in-out;
    /* transform: translateY(50px); */
  }


  .preloader2 {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:  #141414;
    /*     background:#E99758; */
    text-align: center;
    transform: translateY(3000px);
  }

  .hider{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background:  #fff;
    text-align: center;
    bottom: 0;
    right: 0;
  }



  .ppart1{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:  #141414;
  }
  .ppart2{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:  #fff;
  }


  .preimg{
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    background: url(/fonts/logo.svg) no-repeat;
    background-size: cover;
  }


  .wow {
   visibility: hidden;
 }



 .rel{
   position: relative;
 }

 .abs{
   position: absolute;
 }

 .brg:hover{
  cursor: pointer;
}




.noscroll{
  overflow-y:hidden!important;
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

    .mfp-zoom-out.mfp-ready .mfp-with-anim {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

      .mfp-zoom-out.mfp-ready.mfp-bg {
        opacity: 0.8; }

        .mfp-zoom-out.mfp-removing .mfp-with-anim {
          -webkit-transform: scale(1.3);
          -ms-transform: scale(1.3);
          transform: scale(1.3);
          opacity: 0; }

          .mfp-zoom-out.mfp-removing.mfp-bg {
            opacity: 0; }


            .fade-menu{
              position: fixed;
              align-items: center;
              display: flex;
              visibility: hidden;
              opacity: 1;
              z-index: 700;
              background: #414141;
              height: 100vh;
              width: 100%;
              transform: translateX(-100%);
              transition: .5s cubic-bezier(0.22, 0.61, 0.36, 1);
            }

            .tdown{
              visibility: visible;
              height: 100vh;
              opacity: 1;
              position: fixed;
              align-items: center;
              display: flex;
              transform: translateX(0);
            }


            .slide-top{animation:slide-top .5s cubic-bezier(.25,.46,.45,.94) both}

            @keyframes slide-top{0%{transform:translateY(0);}100%{transform:translateY(-100px);)}}

/* .mshow{
  opacity: 1;
  transition-delay: 1.5s;
  transition: .5s;
}
*/

/* popup */

.formp:hover{
  cursor: pointer;
}

.mfp-bg{
/*   background: #fff;
opacity: 1; */
}

#showform{
  background: #fff;
  width: 100%;
  height: 100vh;
}

.white-popup {
  position: relative;
  background: #FFF;
  /*     padding: 80px; */
  width: 80%;
  /* max-width: 500px; */
  margin: 20px auto;
}

.production-popup {
  position: relative;
  background: #FFF;

  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.production-popup *{
  color: #2B2B2B;
}

.testopen .list{
  display: none;
}

.production-popup-out{
  padding: 80px 0;
/*     display: flex;
justify-content: center; */
}


.production-popup-in{
  display: flex;
  justify-content: space-between;
}

.rowprod{
  margin-top: 50px;
}


.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

    .mfp-zoom-in.mfp-ready .mfp-with-anim {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

      .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.8; }

        .mfp-zoom-in.mfp-removing .mfp-with-anim {
          -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
          transform: scale(0.8);
          opacity: 0; }

          .mfp-zoom-in.mfp-removing.mfp-bg {
            opacity: 0; }






            .mfp-container{
              padding:0;
            }


            .closecrs{
              position: absolute;
              z-index: 50;
              top: 30px;
              right: 30px;
              width: 55px;
              height: 55px;
              background: url(/fonts/pagecross.svg) no-repeat;
              background-size: cover;
              opacity: 1;
            }

            .closecrs:hover{
              cursor: pointer;
              opacity: 0.2;
            }

            .closecrs:active{
              top: 30px;
            }





            /* ADAPT CSS */

            @media (max-width: 1480px){
              h1{
                 font-size: 51.22px;

                line-height: 120%;
              }
              h2{
                font-size: 28.46px;

                line-height: 130%;
              }
              .blog_f{
               font-size: 28.46px;
              }
              h3, .slide_num{
               font-size: 14px;

                line-height: 100%;
              }
              h4{
             font-size: 14px;

                line-height: 130%;
              }
              p{
            font-size: 14px;
                line-height: 160%;
              }




              .myMenu li{
                margin-top: 3vh;
                font-size: 3vh;
              }

              .myMenu li{
                margin-top: 3vh;
                font-size: 22px;
              }
              .brg_list{
                    margin-top: 15vh;
              }
              .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .section_popup select{
                font-size: 14px;
              }
              .slide_btn{
               font-size: 14px;
               line-height: 100%;
             }
             .section_contacts .slide_btn {
    margin-top: 8vh;
}
             .slide_text ul li, .popup-inner ul li{
              font-size: 14px;
            }

            .slide_text p:not(:first-of-type), .pwm{
              margin-top: 14px;
            }
 .section_video .slide_btn{
          margin-top: 8vh;
    }
 .btn_down{
    right: 3.2vw;
 }
 .adress_out .adress_row:first-of-type {
    margin-top: 3vh;
}
.section_contacts .social_block {
    margin-top: 5vh;
}
.command .command_row:first-child {
    margin-top: 7.5vh;
}
.inner_scrollbar{
      margin-top: 11vh;
}
.row_blog_first {
    margin-top: 7vh;
}
.row_blog_btn {
    margin-top: 10vh;
}
.com_elem p{
  font-size: 11px;
}

}



/* MIN 600 */

          @media (orientation: landscape) and (max-height: 600px){
              h1{

/*                 font-size: 51.22px;  */
                  font-size: 7vh;
                line-height: 120%;
              }
              h2{
                /* font-size: 28.46px; */
                    font-size: 4vh;
                line-height: 130%;
              }
              .blog_f{
                /* font-size: 28.46px; */
                font-size: 4vh;
              }
              h3, .slide_num{
               /*  font-size: 14px; */
                    font-size: 2vh;
                line-height: 100%;
              }
              h4{
               /*  font-size: 14px; */
                   font-size: 2.3vh;
                line-height: 130%;
              }
              p{
                /* font-size: 14px; */
                    font-size: 2vh;
                line-height: 160%;
              }
.slide_text .st_h {
    margin-top: 4vh;
}
.parag {
    margin-top: 3vh;
}
.slide_text .slide_btn {
    margin-top: 5.5vh;
}
.slide_inst_link {
    margin-top: 8vh;
    }
.command .command_row:first-child {
        margin-top: 4.5vh;
}
.inner_scrollbar{
      margin-top: 9vh;
}
.command .command_row:not(:first-child) {
    margin-top: 2vh;
}
.row_blog_first {
    margin-top: 5vh;
}
.row_blog_btn {
    margin-top: 7vh;
}
.i_blog {
    padding-top: 58%;
}
.section_filters .slide_btn {
    margin-top: 16vh;
    width: 15rem;
}
.section_contacts .slide_btn {
    margin-top: 7vh;
}
.adress_out .adress_row:first-of-type {
    margin-top: 4vh;
}
.i_popup {
    padding-top: 42%;
}
          }

          @media (max-width: 1279px){

          }

          /* CSS TABLET */

          @media (max-width: 1024px){
    .brg_list .slide_btn{
    width: 12rem;
}

.btn_down{
      right: 4vw;
          width: 9vw;
}
          }




          /* TABLET */


          @media (max-width: 991px){
            h1{
              font-size: 60px;
            }
            h2{
              font-size: 40px;
            }
            .blog_f{
              font-size: 28.46px;
            }
            h3, .slide_num{
              font-size: 16px;
            }
            h4{
              font-size: 18px;
            }
            p{
              font-size: 16px;
            }
            .myMenu li{
    margin-top: 2.2vh;
    font-size: 30px;
            }
            .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .section_popup select{
              font-size: 14px;

            }
             .wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder{
    font-size: 14px;

  }
  .wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea, .section_popup select{
        padding: 2.8% 2% 2%;
  }
            .slide_btn{
             font-size: 14px;
             line-height: 100%;
           }
           .slide_text ul li{
            font-size: 14px;
          }


          .rest_imgs_1{
            height: 32vh;
            display: flex;
          }
          .r_img_top, .r_img_bottom {
            width: 50%;
            height: 100%;
          }

          .section{
            opacity: 1;
          }

          .tabl_s{
    padding-top: 16vh;
    padding-bottom: 14vh;
         }

          .tabl_sh{
    padding-top: 14vh;
    padding-bottom: 14vh;
         }

.tab_s_text{
  margin-top: 5vh;
}

.slide_inst_link{
      margin-top: 4vh;
}
.social_block .i_whats, .social_block .i_tele {
    margin-left: 4vw;
}
.copyright{
      bottom: 5vh;
/*       right: 12vw; */
        right: auto;
    margin-left: 10.52632%;
}

         .second_slback{
          background-position: center;
          height: 61vh;
        }

/*         .inner_scrollbar{
  display: none;
} */


        .i_half {
          padding-top: 32vh;
        }




        article{
          overflow-x: hidden;
        }

/*         .c_fade {
  opacity: 1;
} */

        .section_video{
          height: 100vh;
        }

.section_video .col_video {
    padding-bottom: 28vh;
}

.top_s, .bottom_s{
  display: none;
}

.cl_brg, .cl_crs, .next_btn, .closeform{
  width: 45px;
      right: 0;
}

.popup-modal-dismiss{
 width: 45px;
 left: -80px;
}

.i_popup {
    padding-top: 58%;
}

.cl_ar{
display: none;
}

.cl_crs, .closeform{
right: 40px;
}

.logo{
width: 160px;
    height: 8px;
}

.btn_down{
  display: none!important;
}
.btn_down_tab{
  display: block;
position: absolute;
    color: #fff;
    font-family: 'Regular', sans-serif;
    font-size: 16px;
    bottom: 8%;
    left: 5.23%;
    width: 16vw;
    z-index: 10;
    transition: .3s;
}
/* .btn_down_tab{
  display: block;
} */

.c_main span {
    margin-right: 3.5vw;
}
.slide_text .slide_btn {
    margin-top: 7vh;
}

.second_slback .row {
    padding-bottom: 10vh;
}

.myMenu a, .myMenu:hover a{
  opacity: 1;
}
.blog_filters:hover .blog_f{
  opacity: 0.5;
}
.blog_filters .blog_f{
  opacity: 0.5;
}
.s_brg{
      width: 14px;
}

.brg_list{
  margin-top: 20vh;
}
.social_block .i_whatsw, .social_block .i_telew {
    margin-left: 4vw;
}
.brg_list .social_block {
    margin-top: 8vh;
}

.cont_form{
      margin-top: 8vh;
}

.slide_inst{
    /* width: 300px; */
        width: 30vh;
    overflow-x: hidden;
    transform: rotate(-90deg);
    transform-origin: right top;
    transform: rotate(-90deg) translateY(-235px);
    height: 100vh;
    margin-top: 14%;
}
.slide_inst .instagram_photo{
  transform: rotate(90deg);
}
.slide_inst .instagram_photo:first-child{
      margin-top:0;
}
.slide_inst .instagram_photo:not(:first-child) {
    margin-top: 3vh;
}
/* .section_projects.tabl_s{
padding-bottom: 0;
} */
.blog_slider{
  display: block;
}
.tabslide{
    margin-left: 8vw;
    width: 42vw;
/*     height: 48vh; */
height: auto;
}


.slick-track{
      margin-left: 11vw;
}
.blog_ar{
  margin-top: 7.5vh;
}
.blog_description{
      padding: 10%;
}
.blog_elem:hover .blog_description:before{
      height: 0;
}
.blog_elem:hover h4{
  color: #2B2B2B
  }
.blog_elem:hover p, .blog_elem:hover svg path{
  color: #7B7C82;
}
.second_slback_text{
  height: auto;
}
.slide_col{
  height: auto;
}
.margin_l {
    margin-left: 5.1vw;
}
.slide_btn:hover:before{
  height: 0;
}
.blog_elem:hover .arrow svg path {
    stroke: #7B7C82;
}
.section_filters .slide_btn{
  width: 16rem;
}
.allblog_ar .blog_elem{
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 5vh;
}
.allblog_ar{
      padding-top: 6vh;
}
.logo{
      background: url(/fonts/logo.svg) no-repeat;
    background-size: contain;
}
 html{
cursor: default;
}
.circle{
display: none;
   }
.next_btn:hover, .popup-modal-dismiss:hover, .cl_brg:hover{
  transform: scale(1);
}

.cl_crs:hover{
   transform: scale(1);
  background: #fff;
}
.slide_inst{
  display: none;
}
/*#videobl{
display: none;
}*/
#videobl_m{
  display: block;
      width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
/*     filter: grayscale(1); */
}
.section_video {
    height: 100vh;
    background: url(/img/top_m.png) no-repeat center;

background-size: cover;
}
.next_btn{
      bottom: 7%;
}
.allblog{
  display: none;
}

.allblog_m{
  display: block;
}
.backtoblock{
  display: none;
}
.backtoblock_m{
  display: block;
}
.cl_brg:hover .r_elem, .cl_crs:hover .r_elem, .next_btn:hover .r_elem, .popup-modal-dismiss:hover .r_elem, .closeform:hover .r_elem{
  transform: scale(1);
}
.blog_elem:hover{
    background: #fff;
}
    .brg_list .slide_btn{
    width: 12rem;
}

}



/* ADAPT MOBILE CSS */

@media (max-width: 767px){

            h1{
              font-size: 32px;
            }
            h2{
              font-size: 28px;
            }
            .blog_f{
              font-size: 28.46px;
            }
            h3{
              font-size: 16px;
            }
            h4{
              font-size: 18px;
            }
.slide_btn{
  font-size: 16px;
      width: 18rem;
}
.tabl_s {
    padding-top: 12vh;
    padding-bottom: 16vh;
}

.second_slback {
    background-position: center;
    height: 68vh;
}
.tab_s_text {
    margin-top: 7vh;
}
.adress_row{
      display: block;
          padding-bottom: 5vh;
}
.adress_out .adress_row:not(:first-of-type) {
    margin-top: 5vh;
}
.section_contacts .social_block {
    margin-top: 7vh;
}
.social_block .i_whats, .social_block .i_tele {
    margin-left: 42px;
}
.section_contacts .slide_btn {
    margin-top: 9vh;
}
.brg_list {
    margin-top: 18vh;
    margin-left: 0;
    text-align: center;
}
.myMenu li {
    font-size: 18px;
}

.navigation .social_block{
  display: flex;
    justify-content: center;
}
.brg_list .social_block {
    margin-top: 7vh;
}
.social_block .i_whatsw, .social_block .i_telew {
    margin-left: 40px;
}
.brg_list .slide_btn {
    margin-top: 12vh;
    width: 100%;
  }
  .cl_crs, .closeform {
    right: 15px;
}
.popup-modal-dismiss {
top: 4vh;
    left: auto;
    right: 015px;
}


.ab_m{
      margin-top: 4vh;
}

.section_video .col_video {
    padding-bottom: 33vh;
}
.logo{
    /*   margin-top: 6vh; */
          margin-top: 10%;
}
.cl_brg, .cl_crs {
    top: 3%;
}
.next_btn{
    bottom: 4.5%;
}
.section_video .slide_btn {
    margin-top: 5vh;
}

  .fhead.transp{
    opacity: 1;
  }

  .slider-blog .slick-track {
    margin-left: 16.2vw;
  }
  .sle{
    display: block;
  }
  .slider-blog .slick-slide{
    width: 62vw;
    margin: 0 1rem;
  }
  .c4{
    width: 100%;
  }

  .list_sotr li{
    display: block;
  }


  p{
    font-size: 16px;
  }


  .he_l {
    height: 585px;
  }
  .btn_wl {
    margin-top: 13%;
  }
  .video {
    margin-top: 0;
  }
.margin_l{
  margin-left: 0;
}
.tabslide {
    margin-left: 2vw;
    margin-right: 2vw;
    width: 92vw;
    height: auto;

}
.slick-track {
    margin-left: 0;
}
.rest_imgs_1 {
    height: 86vh;
    display: flex;
    flex-direction: column;
}
.r_img_top, .r_img_bottom {
    width: 100%;
    height: 100%;
}
.i_half {
    padding-top: 43vh;
}
.slide_inst {
    width: 220px;
  }
.blog_ar {
    margin-top: 10vh;
}
.allblog_ar{
      height: 80vh;
          margin-top: 5vh;
          padding-top: 0;
}
/* .section_filters .slide_btn {
  margin-top: 6vh;
    width: 18rem;
} */
.mob_s{
    padding-top: 12vh;
    padding-bottom: 16vh;
}
.section_allblog{
  height: auto;
}
.allblog_ar .blog_elem{
      width: calc(100% - 10.46%);
    margin-left: 5.23%;
}
/* .section_allblog, .section_form{
      height: auto;
} */

.mob_h{
  display: none;
}

.closeform {
    top: 3%;
}
.cont_form {
    margin-top: 0vh;
}
.btn_down_tab{
/*   bottom: 4.5%; */
    bottom: 6%;
    width: 30vw;
}
.s_brg.w_brg{
    background: url(/fonts/brg.svg) no-repeat;
  background-size: cover;
}
/* .section_form{
  height: 130vh;
} */


.blog_filters {
    margin-top: 4vh;
}
.blog_f {
    font-size: 14px;
}
.section_filters .slide_btn {
    margin-top: 4.8vh;
    width: 17rem;
}

.col_tabm{
  margin-top: 4vh;
}
.btn_down{
      display: none!important;
}

.s_sl_back{
  background-position: center;
}
.copyright{
      margin-left: 5.23%;
}
.mfp-bg{
  background: #000;
}
.mfp-content {
    position: absolute;
    display: block;
    vertical-align: unset;
    margin: 0;
    text-align: left;
    z-index: 1045;
    top: 0;
}
/* .mfp-container{
  position: fixed;
text-align: top;
} */

}

/* CSS MOBILE * */
.socials-legenda{
    display: flex;
    align-items: center;
    margin-left: 0!important;
}
.fa.fa-vk{
    font-size: 50px;
    margin-right: 40px;
    color: #c0c1c9;
}
.i_tele-new{
    width: 43px;
    height: 35px;
    background: url(../fonts/tele-black.svg);
    background-size: cover;

}
label.error{
    font-size: 13px!important;
    margin-top: 3px!important;
    color: red!important;
    font-weight: 300!important;
    padding-left: 3px;
}

.news-list-main-container .news-container{
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(3, .5fr);
    grid-gap: 35px;
}
.news-list-main-container .news-container .blog_elem{
    /*    width: 30%;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-list-main-container .breadcrumbs{
    display: flex;
    margin: 20px 0;
}
.news-list-main-container .page-title{
    margin-bottom: 20px;
}
.news-list-main-container .page-title .main-title{
    font-size: 50px;
    margin-bottom: -10px;
}
.news-list-main-container .page-title .sub-title{
    position: relative;
    left: 4px;
    color: #000;
    opacity: .4;
}
.news-list-main-container .breadcrumbs a{
    color: #000;
    pointer-events: none;
    margin-left: 5px;
    opacity: .4;
}
.news-list-main-container .breadcrumbs a:first-child{
    color: #00764f;
    margin-right: 5px;
    pointer-events: all!important;
    opacity: 1;
}
.news-list-main-container .pagination{
    margin-bottom: 50px;
    margin-top: 15px;
}
.news-list-main-container .pagination li a,
.news-list-main-container .pagination li span{
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 15px;
    transition: .4s;
    margin: 0 2px;
    border: 1px solid #00764F;
}
.news-list-main-container .pagination li:first-child a,
.news-list-main-container .pagination li:last-child a{
    border: none;
    font-size: 40px;
}
.news-list-main-container .pagination li:first-child a{
    background-color: transparent;
    position: relative;
    bottom: 2px;
    right: 0;
}
.news-list-main-container .pagination li:last-child a{
    background-color: transparent;
    position: relative;
    bottom: 2px;
    left: 0;
}
.news-list-main-container .pagination li:first-child span{
    border: none;
    font-size: 40px;
    position: relative;
    bottom: 2px;
    right: 0;
}
.news-list-main-container .pagination li:last-child span{
    border: none;
    position: relative;
    font-size: 40px;
    bottom: 2px;
    left: 0;
}
.news-list-main-container .pagination li:first-child a:hover,
.news-list-main-container .pagination li:last-child a:hover{
    background-color: transparent;
    color: #00764F;
}
.news-list-main-container .pagination li:first-child:hover,
.news-list-main-container .pagination li:last-child:hover{
    background-color: transparent;
}
.news-list-main-container .pagination li a:hover{
    background-color: #00764F;
    color: #fff;
    transition: .4s;
}
.news-list-main-container .pagination li.active span{
    background-color: #00764F;
    color: #fff;
}
.news-list-main-container .c_fade, .news-list-main-container .c_fade_p{
    opacity: 1;
}
.news-list-main-container .section, .news-list-main-container .slide{
    opacity: 1;
}
.news-list-main-container .hide_slide_left{
    background-color: unset;
    background: unset;
}
.news-list-main-container .section.fp-auto-height-responsive.tabl_s{
    position: relative;
}
.news-list-main-container .link-autor a:first-child .copyright{
    bottom:50px;
}
.news-list-main-container .copyright{
    bottom: 20px;
}
.news-list-main-container .section_allblog, .news-list-main-container .section_form{
    top: 100%;
}
.news-list-main-container .show_all{
    top: 0;
}

.news-list-main-container .popup_section{
    z-index: 9999;
}

.news-list-main-container .logo{
    margin-top: 70px;
}

.news-list-main-container .news-header{
    display: flex;
    justify-content: space-between;
    height: 150px;
}
.news-list-main-container .news-header .dropdown{
    position: absolute;
    top: 50px;
    right: 5.23%;
}
.news-list-main-container .news-list-container{
    display: flex;
    padding: 0 15px;
}
.news-list-main-container .news-list-container .left-side{
    width: 30%;
}
.news-list-main-container .news-list-container .right-side{
    width: 70%;
}
.news-list-main-container .blog_filters{
    margin-top: 0;
    margin-left: 15%;
}
.news-list-main-container .col_tabm{
    height: 95%;
}
.news-list-main-container .blog_filters{
    position: sticky;
    top: 20px;
}
@media(max-width: 992px){
    .news-list-main-container .news-container{
        grid-template-columns: repeat(2, .5fr)
    }
}
@media(max-width: 870px){
    .news-list-main-container .news-container{
        grid-template-columns: repeat(3, .5fr)
    }
    .news-list-main-container .news-list-container{
        flex-direction: column;
    }
    .news-list-main-container .news-list-container .left-side,
    .news-list-main-container .news-list-container .right-side{
        width: 100%;
    }
    .news-list-main-container .blog_filters{
        display: flex;
        align-items: baseline;
        margin: 0 -5px;
        overflow: auto;
    }
    .news-list-main-container .blog_filters .blog_f{
        margin: 0 10px;
        white-space: nowrap;
    }
}
@media(max-width: 768px){
    .news-list-main-container .news-container{
        grid-template-columns: repeat(2, .5fr)
    }
}
@media(max-width: 550px){
    .news-list-main-container .news-container{
        grid-template-columns: repeat(1, 1fr)
    }
}

.news-page-main-container .news-page{
    padding:0 15px;
    position: relative;
}
.news-page-main-container .news-page-banner{
    height: 300px;
    margin-bottom: 30px;
}
.news-page-main-container .news-page .back-btn{
    position: absolute;
    left: 15px;
    top: -80px;
    padding: 4px 20px 6px 20px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 16px;
    color: #000;
}
.news-page-main-container .news-page .back-btn:hover{
    background-color: #00764f;
    color: #fff;
}
.news-page-main-container .news-page-banner img{
    object-fit: cover;
}
.news-page-main-container .news-page .title{
    margin-bottom: 0;
    font-size: 30px;
}
.news-page-main-container .news-page .breadcrumbs{
    display: flex;
    margin-bottom: 20px;
}
.news-page-main-container .news-page .breadcrumbs a{
    color: #000;
    pointer-events: none;
    margin-left: 5px;
    opacity: .4;
}
.news-page-main-container .news-page .breadcrumbs a:first-child{
    color: #00764f;
    margin-left: 0;
    margin-right: 5px;
    pointer-events: all!important;
    opacity: 1;
}
.news-page-main-container .news-page .breadcrumbs a:nth-child(2){
    color: #00764f;
    margin-right: 5px;
    pointer-events: all!important;
    opacity: 1;
}
.news-page-main-container .news-page .bottom-side{
    margin-bottom: 50px;
}
.news-page-main-container .news-page .bottom-side p{
    color: #000;
}
.news-page-main-container .c_fade, .news-page-main-container .c_fade_p{
    opacity: 1;
}
.news-page-main-container .section, .news-page-main-container .slide{
    opacity: 1;
}
.news-page-main-container .hide_slide_left{
    background-color: unset;
    background: unset;
}
.news-page-main-container .section.fp-auto-height-responsive.tabl_s{
    position: relative;
}
.news-page-main-container .link-autor a:first-child .copyright{
    bottom:50px;
}
.news-page-main-container .copyright{
    bottom: 20px;
}
.news-page-main-container .section_allblog, .section_form{
    top: 100%;
}
.news-page-main-container .show_all{
    top: 0;
}
.news-page-main-container .popup_section{
    z-index: 9999;
}

.news-page-main-container .logo{
    margin-top: 70px;
}

.news-page-main-container .news-header{
    display: flex;
    justify-content: space-between;
    height: 150px;
}
.news-page-main-container .news-header .dropdown{
    position: absolute;
    top: 50px;
    right: 5.23%;
}
@media(max-width: 600px){
    .news-page-main-container .news-page .title{
        font-size: 20px;
    }
    .news-page-main-container .breadcrumbs{
        overflow: auto;
    }
    .news-page-main-container .news-page .breadcrumbs{
        flex-wrap: nowrap;
    }
    .news-page-main-container .news-page .breadcrumbs a{
        white-space: nowrap;
    }
}
.projects-slider .slick-list{
    margin: 0 -10px;
}
.projects-slider  .slick-track{
    margin-left: 0;
}
.projects-slider .slider-item{
    margin: 0 10px;
    position: relative;
}
.projects-slider .slider-item:before{
    content: '';
    position: absolute;
    bottom: 42px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("/img/vk-icon.svg") no-repeat;
}
.projects-slider .slider-item a img{
    margin-bottom: 8px;
}
.projects-slider .slider-item .more-link{
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.projects-title{
    font-size: 24px;
    line-height: 27px;
    margin-top: 1vh!important;
}
.projects-socials-title{
    font-size: 26px;
    font-weight: 700;
    color: #327352;
    margin-bottom: 15px;
}
.projects-slider .slick-dots{
    bottom: -40px;
}
.projects-slider .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
}
.projects-slider .slick-dots li.slick-active button:before{
    color: #327352;
    opacity: 1;
}
@media (max-width: 600px) {
    .projects-slider.slick-dotted.slick-slider{
        margin-bottom: 80px;
    }
}
.section.active{
    background: #fff;
}

.section_allblog, .section_form{
    top: 100%;
}
.show_all{
    top: 0;
}
.slide_text ul li {
    text-indent: unset ;
    display: flex;
    gap: 10px;
    align-items: center;
}
.slide_text ul li:before {
    padding-right: 0 !important;
}
.team-command {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.team-row {
    gap: 70px;
}
.team-elem {
    width: 100%;
}
.team-wrapper {
    width: 70%;
    height: 75%;
}
.container-team {
    height: 100%;
    width: 100%;
    display: flex;
}
 .team-img-wrapper {
     max-height: 200px;
     max-width: 200px;
 }
 .team-elem_t h4 {
     margin: 20px 0 19px;
     text-align: center;
 }
 .team-elem_t p {
     text-align: center;
     font-size: 11px;
     line-height: 13px;
     height: 30px;
 }
 .team-elem {
     display: flex;
     flex-direction: column;
     align-items: center;
 }
 .command-column {
     display: flex;
     flex-direction: column;
     gap: 49px;
 }
 .team-slick {
     margin-top: 46px;
     height: 100%;
 }
.team-slick .slick-prev {
    left: 0;
}
.team-slick .slick-next {
    right: 0;
}
 .team-slick .slick-arrow {
     bottom: -50px;
     top: unset;
     outline: none;
 }
 .team-slick .slick-prev {
     transform: rotate(180deg);
     bottom: -44px;
 }
 .team-slick .slick-arrow:before {
     content: url("../img/arrow.svg");
 }
 .team-slick .slick-dots {
     bottom: -50px;
 }
 .team-slick .slick-list {
     height: 100%;
 }
.team-slick .slick-dots li.slick-active button:before {
    color: #327352;
    opacity: 1;
}
.projects-slider .slider-item {
    max-width: 400px;
}
.team-slick .slick-dots li button:before {
    font-size: 10px;
    line-height: 10px;
}

.team-slick .slick-dots li button:before {
    content: '';
    height: 3px;
    background: #D3D4D5;
    width: 100%;
}
.team-slick .slick-arrow  {
    display: none !important;
}
.team-slick .slick-dots li:only-child {
    display: none;
}
.team-slick .slick-dots li  {
    width: 150px;
    margin: 0;
}
.adress_out .adress_row:first-of-type {
    margin-top: 3vh !important;
}
.section_contacts .slide_btn {
    margin-top: 3vh !important;
}
.section_contacts .social_block {
    margin-top: 3vh !important;
}

.team-slick .slick-dots li button {
    content: '';
    height: 3px;
    background: #D3D4D5;
    width: 100%;
    padding: 0;
}

.team-slick .slick-dots .slick-active button:before {
    background: #327352;
}
.background-img {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    max-height: 500px;
    object-fit: unset !important;
    width: 500px;
}
.background-main-img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(8px);
    backdrop-filter: blur(8px);
    margin: 0 auto;
    max-height: 500px;
    max-width: 100%;
}
.news-page-banner {
    display: flex;
    align-items: center;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
@media screen and (max-width: 1919px) {
    .team-img-wrapper {
        max-height: 134px;
        max-width: 134px;
    }
}
@media screen and (max-width: 1279px) {
    .team-img-wrapper {
        max-height: 130px;
        max-width: 130px;
    }
    .team-row {
        gap: 30px;
    }
}
@media screen and (max-width: 989px) {
    .team-wrapper {
        width: 90%;
        height: 100%;
    }
    .team-slick .slick-track {
        margin-left: 0;
    }
    .team-slick .slick-list {
        height: 101%;
    }
}
@media screen and (max-width: 767px) {
    .team-slick .slick-dots li  {
        width: 50px;
        margin: 0;
    }
    .team-elem_t h4 {
        font-size: 17px;
        margin: 15px 0 10px;
    }
    .team-slick {
        margin-top: 60px;
    }
}
@media screen and (max-width: 500px) {
    .background-img {
        width: 100%;
    }
    .news-page-banner {
        height: unset !important;
    }
}

.jobs-types, .personal {
    ul {
        margin-left: 0;
    }
    h2 {
        width: 80%;
    }
    h4 {
        font-size: 18px;

        @media screen and (max-width: 1919px) {
            font-size: 16px;
        }
        @media screen and (max-width: 991px) {
            font-size: 18px;
        }
        @media screen and (max-width: 767px) {
            font-size: 16px;
        }
    }
    .ratio {
        @media screen and (max-width: 991px) {
            aspect-ratio: 1.5/1;
        }
        @media screen and (max-width: 767px) {
            aspect-ratio: 1.39/1;
        }
    }
    .ratio-inner {
        @media screen and (max-width: 991px) {
            width: 100%;
            height: 100%;
            padding: 0;
        }
    }
    .tabl_sh {
        @media screen and (max-width: 767px) {
            padding-top: 6.6vh;
            padding-bottom: 1.2vh;
        }
    }
    .slide_btn {
        font-size: 16px;
        @media screen and (max-width: 1439px) {
            margin-top: 7.5vh;
        }
        @media screen and (max-width: 1023px) {
            margin-top: 6.5vh;
        }
        @media screen and (max-width: 767px) {
            margin-top: 4.5vh !important;
        }
    }
    .b_form {
        font-size: 16px;
        width: 242px;
    }
}
.jobs-types {
    .row {
        gap: 102px;
        @media screen and (max-width: 1919px) {
            gap: 60px;
        }
        @media screen and (max-width: 1439px) {
            gap: 50px;
        }
        @media screen and (max-width: 991px) {
            gap: 0;
        }
    }
}
.personal {
  .slide_btn {
    width: 300px;

    @media screen and (max-width: 767px) {
      max-width: 286px;
      width: 100%;
    }
  }
  .row-eq-height {
    @media screen and (max-width: 991px) {
      display: flex;
      flex-direction: column-reverse;
    }
  }
}
.jobs-types.tabl_s {
    @media screen and (max-width: 991px) {
        padding-bottom: 0;
    }
    @media screen and (max-width: 767px) {
        padding-bottom: 6vh;
    }
}
.personal.tabl_s {
    @media screen and (max-width: 991px) {
        padding-top: 0;
        padding-bottom: 6vh;
    }
}
