@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: 1;
    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: 12.8%;
    height: 63%;
    transition: .3s;
}



#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;
}
.city-toggle {
    background: transparent;
    border-radius: 50%;
    width: 2.8vw;
    cursor: pointer;

    z-index: 250;
    border: 1px solid #919495;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    transition: all .3s;

    @media screen and (max-width: 991px) {
        width: 45px;
    }
    svg {
        transition: all .3s;
        path {
            stroke: #2E2F39;
        }
    }

    &.white_logo {
        svg {
            path {
                stroke: white;
            }
        }
    }

    svg {
        width: 53%;
        height: 53%;

    }

}

.city-toggle-container {
    position: absolute;
    top: 3.6%;
    right: calc(1.45vw + 16px);
    background: transparent;
    transition: .3s;

    @media screen and (max-width: 991px) {
        right: 53px;
    }
    @media screen and (max-width: 767px) {
        top: 3%;
    }

    .city-toggle__list {
        position: absolute;
        top: calc(100% + 8px);
        right: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
        border-radius: 8px;
        background: #00764F;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        z-index: 10;

        @media screen and (max-width: 479px) {
            width: auto;
            position: fixed;
            top: calc(3% + 54px);
            left: 5%;
            right: 5%;
            align-items: center;
        }

        .city-item {
            span {
                color: #fff;
                font-size: 14px;
                line-height: 16px;
                font-weight: 500;
                white-space: nowrap;
                display: flex;
                flex-direction: row;
                align-content: center;
                justify-content: start;
                gap: 5px;

                &:before {
                    content: '';
                    background-image: url('/img/check.svg');
                    background-size: contain;
                    display: block;
                    width: 16px;
                    height: 16px;
                    opacity: 0;
                    transition: all .3s;
                }
            }

            &.active {
                span {
                    &:before {
                        opacity: 1;
                    }
                }
            }
            &:hover {
                span {
                    &:before {
                        opacity: 1;
                    }
                }
            }
        }
    }
    .city-toggle-wrapper {
        display: flex;
        align-items: end;
        position: relative;

        @media screen and (max-width: 479px) {
            position: unset;
        }

        &:hover {
            .city-toggle__list {
                opacity: 1;
                visibility: visible;
            }
            .city-toggle {
                background-color: #00764F;
                border: 1px solid #00764F;
                transform: scale(1.1);

                svg {
                    transition: all .3s;
                    transform: scale(.9);
                    path {
                        stroke: #fff;
                    }
                }
            }
        }
    }
}
.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: 3.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: 20px;
  height: 14px;
  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: 13rem;
    color: #fff;
    text-align: center;
    font-family: 'Regular', sans-serif;
    font-size: 16px;
    position: relative;
    transition: all 300ms ease;
      margin-right: 20px;
  }

   .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;
  }

  .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: start;
  border-bottom: 1px solid #D3D4D5;
  padding-bottom: 3vh;

    @media screen and (max-width: 1480px) {
        width: 95%;
    }
    @media screen and (max-width: 767px) {
        width: 100%;
    }
}
.adress_row-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    row-gap: 40px;

    .w60 {
        grid-row-start: 1;
        grid-row-end: 3;

    }
    .line {
        border-bottom: 1px solid #D3D4D5;
    }
}
.adress_block:first-of-type {
    grid-column: span 2;

    .adresses-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 65px;

        li {
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: start;
            gap: 8px;
        }

        @media screen and (max-width: 767px) {
            grid-template-columns: 1fr;
            gap: 20px;
        }
    }

    .whats-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
        gap: 8px;
        color: #00764F;
        font-size: 16px;
        text-decoration: underline;
        font-style: normal;
        font-weight: 400;
        transform: translateX(-28px);

        @media screen and (max-width: 767px) {
            transform: none;
        }
    }
    .i_whats{
        width: 20px;
        height: 20px;
        background: url(/img/whatsap.svg);
        background-size: cover;
    }
    .schema-second {
        padding: 0!important;
        color: #00764F;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
    }
    p, a {
        font-size: 16px;
        font-style: normal;

        @media screen and (max-width: 1480px) {
            font-size: 14px;
        }
    }
    a {
        transition: all 0.3s;

        &:hover {
            color: #00764F;
            text-decoration: none;
        }
    }
}

.adress_block p{
  margin-top: 1.7vh;
}
.adress_block.ab_m {
    margin-left: 0;
}
.adress_block.phone {
    margin-left: 28px;
    @media screen and (max-width: 767px) {
        margin-left: 0;
    }
}


.social_block{
    width: 100%;
  display: flex;
    flex-direction: column;
  align-items: start;
    gap: 20px;
    border-bottom: 1px solid #D3D4D5;
    padding-bottom: 3vh;

    @media screen and (max-width: 2076px) {
        width: 600px;
    }
    @media screen and (max-width: 1479px) {
        width: 500px;
    }
    @media screen and (max-width: 1072px) {
        width: 480px;
    }
    @media screen and (max-width: 991px) {
        width: 700px;
    }
    @media screen and (max-width: 756px) {
        width: 100%;
    }

    .socials-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 50px;
    }


    a {
        transform: translateX(-28px);
        transition: all 0.3s;

        @media screen and (max-width: 1480px) {
            font-size: 14px;
        }
        @media screen and (max-width: 767px) {
            transform: none;
        }

        &:hover {
            color: #00764F;
            text-decoration: none;
        }
    }
}



.social_block .i_whats, .social_block .i_tele{
  margin-left: 2.3vw;
}


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

.section_contacts .slide_btn{
  margin-top: 6vh;
    white-space: nowrap;
    padding: 15px 30px;
}


.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 ul,.popup-inner ul  {
  margin-top: 2vh;
}
.slide_text ul li, .popup-inner ul li{
  font-family: 'Regular', sans-serif;
  font-size: 16px;
  color: #7B7C82;
  line-height: 130%;
  list-style-type: none;
  margin: 1.2vh 0;
}
.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_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: 20px;
  height: 18px;
  background: url(/img/tg.svg);
  background-size: cover;
    margin-left: 0;
}
.i_vk {
    width: 20px;
    height: 12px;
    background: url(/img/vk.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: 5vh;
}

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

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





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

      @media screen and (max-width: 479px) {
          min-width: unset;
      }

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


      .toggle-city-select {
          position: absolute;
          top: 6%;
          left: 22%;
          right: calc(2.8vw + 16px + 14.5%);


          &.active {
              .arrow {
                  transform: rotate(0deg);
              }
              .city-select-list {
                  opacity: 1;
                  height: 78px;
              }
          }

          &.desktop {
              display: block;

              @media screen and (max-width: 767px) {
                  display: none;
              }
          }
          &.mobile {
              display: none;

              @media screen and (max-width: 767px) {
                  display: block;
              }
          }
      }
      .toggle-city-select.mobile {
          position: relative;
          left: unset;
          right: unset;
          border-bottom: 1px solid #FFF;
          padding-bottom: 32px;
          padding-top: 32px;
          .city-list {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: start;
              gap: 10px;
          }
          .city-item {
              a {
                  color: #FFF;
                  font-size: 18px;
                  line-height: normal;
                  font-weight: 600;
                  white-space: nowrap;
                  display: flex;
                  flex-direction: row;
                  align-content: center;
                  justify-content: start;
                  gap: 5px;

                  &:before {
                      content: '';
                      background-image: url('/img/check.svg');
                      background-size: contain;
                      display: block;
                      width: 16px;
                      height: 16px;
                      opacity: 0;
                      transition: all .3s;
                  }
              }

              &.active {
                  a {
                      &:before {
                          opacity: 1;
                      }
                  }
              }
          }
      }
      .toggle-city-select-wrapper {
          position: relative;
      }
      .city-select {
          border-radius: 50px;
          background: #FFF;
          padding: 0 15px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          gap: 10px;
          cursor: pointer;
          height: 2.8vw;

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

          .arrow {
              transition: all .3s;
              transform: rotate(180deg);
              display: flex;
              align-items: center;
              justify-content: center;
              width: 24px;
              height: 24px;
          }

          .current-city {
              color: #00764F;
              font-size: 16px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: start;
              white-space: nowrap;
              gap: 5px;

              &:before {
                  content: "";
                  background-image: url(/img/map-pin.svg);
                  background-size: contain;
                  display: block;
                  width: 24px;
                  height: 24px;
              }

              @media screen and (max-width: 1439px) {
                  font-size: 14px;
              }
              @media screen and (max-width: 767px) {
                  font-size: 16px;
              }
          }
      }
      .city-select-list {
          position: absolute;
          top: calc(100% + 8px);
          left: 0;
          width: 100%;
          border-radius: 10px;
          background:#FFF;
          display: flex;
          flex-direction: column;
          align-items: start;
          justify-content: start;
          gap: 10px;
          padding: 10px;
          z-index: 100;
          opacity: 0;
          height: 0;
          transition: all .3s;
      }
      .city-select-item {
          a {
              color: #2B2B2B;
              font-size: 16px;
              line-height: normal;
              font-weight: 500;
              white-space: nowrap;
              display: flex;
              flex-direction: row;
              align-content: center;
              justify-content: start;
              gap: 5px;

              &:before {
                  content: '';
                  background-image: url('/img/check-green.svg');
                  background-size: contain;
                  display: block;
                  width: 24px;
                  height: 24px;
                  opacity: 0;
                  transition: all .3s;
              }
          }

          &.active {
              a {
                  color: #00764F;
                  &:before {
                      opacity: 1;
                  }
              }
          }
          &:hover {
              a {
                  color: #00764F;
                  &:before {
                      opacity: 1;
                  }
              }
          }
      }


  }

  .nav_open{
    transform: translateX(0);

  }

/* .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: 15vh;
      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;
}

.copyright{
  position: absolute;
  bottom: 6vh;
  right: 8vw;
  display: flex;
  align-content: center;
}
.link-autor a:first-child .copyright{
    bottom: 25px;
}
@media(min-width: 1137px) and (max-width: 1150px){
    .copyright {
        position: absolute;
        bottom: 1vh;
        right: 31vw;
        display: flex;
        align-content: center;
    }
    .link-autor a:first-child .copyright{
        bottom: 47px;
        position: relative;
        text-align: center;
        width: inherit;
        bottom: 6vh;
        right: -11vw;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }
    .copyright .ava{
        display: none;
    }
}

@media (min-width: 1061px) and (max-width: 1136px) {
    .link-autor a:first-child .copyright {
        bottom: 47px;
        bottom: 2vh;
        right: 32vw;
    }
    .copyright {
        position: absolute;
        bottom: 0vh;
        right: 31vw;
        display: flex;
        align-content: center;
    }
}
@media (min-width: 1020px) and (max-width: 1060px) {
    .copyright {
        position: absolute;
        bottom: 0vh;
        right: 29vw;
        display: flex;
        align-content: center;
    }
    .link-autor a:first-child .copyright {
        bottom: 47px;
        position: relative;
        text-align: center;
        width: inherit;
        bottom: 5vh;
        right: -12vw;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }
}
.green{
    color: #00764F;
}
@media(min-width: 1151px) {
    .link-autor {
        bottom: 37px;
        right: 0;
        width: 100%;
        position: absolute;
    }
}
@media(max-width: 1595px){
    .link-autor {
        bottom: 10px;
    }
}
@media(max-width: 1579px){
    .link-autor {
        bottom: -2px;
    }
}
@media(max-width: 1480px){
    .link-autor {
        bottom: 57px;
    }
}
@media(max-width: 1381px) {
    .link-autor {
        bottom: 46px;
    }
}
@media(min-width: 1151px) and (max-width: 1154px){
    .link-autor {
        bottom: 36px;
    }
}
@media(min-width: 991px) and (max-width: 1019px){
    .copyright {
        position: absolute;
        bottom: 0vh;
        right: 27vw;
        display: flex;
        align-content: center;
    }
    .link-autor a:first-child .copyright {
        bottom: 47px;
        position: relative;
        text-align: center;
        width: inherit;
        bottom: 5vh;
        right: -13vw;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }
    .copyright .ava{
        display: none;
    }
}
@media (max-width:991px) {
    .link-autor a:first-child .copyright {
        bottom: 15px;
    }
}
.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;
                 /*width: max-content;*/
            }

            .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: 6vh;
}
.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: 17px;
}

.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); */
}
.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: 13rem;
}
.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 * */
.section_video {
    height: 100vh;
    background: url(/img/top_m.png) no-repeat center;
    background-size: cover;
}

.slider-btn-container{
    display: flex;
}
@media(max-width: 470px){
    .slider-btn-container{
        flex-wrap: wrap;
    }
    .b_form{
        margin-top: 10px!important;
    }
}

.top-bar {
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 32px;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(50px);
    height: 5vh;
}

.top-bar__item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar__item span {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    @media (max-width: 1439px) {
        font-size: 14px;
    }
    @media (max-width: 1023px) {
        font-size: 12px;
    }
}

.top_s {
    display: none;
}

.cl_brg {
    transition: .3s;
}

.top-bar__item:hover span {
    text-decoration: underline;
}

@media (min-width: 990px) {
    .fp-viewing-video {
        .city-toggle-container {
            top: 8.6%;
        }

        .cl_brg {
            top: 8.6%;
        }

        #fp-nav{
            top: 18.8%;
            height: 57%;
        }

        .logo {
            margin-top: 11vh;
        }
    }
}

@media (max-width: 989px) {
    .city-toggle-container {
        top: 91px;
        transition: 0s;
    }

    .cl_brg {
        top: 91px;
        transition: 0s;
    }

    .logo {
        position: fixed;
        top: 82px;
        margin-top: 20px;
        transition-delay: 0s;
        transition: 0s;
    }

    .right_navigation {
        right: 40px;
    }

    .top-bar {
        height: 48px;
    }
}


@media (max-width: 767px) {
    .right_navigation {
        right: 24px;
    }
    .logo {
        margin-left: 24px;
    }
    .top-bar__item {
        gap: 4px;
    }
    .top-bar {
        height: initial;
        padding: 16px 0;
        flex-direction: column;
        gap: 8px;
    }
    .city-toggle-container {
        top: 120px;
    }

    .cl_brg {
        top: 120px;
    }

    .logo {
        top: 120px;
    }

    .fp-viewing-about {
        .cl_brg {

        }

        .city-toggle-container {
            svg path {
                stroke: #000;
            }
        }
    }

    .fp-viewing-service {
        .city-toggle-container {
            svg path {
                stroke: #fff;
            }
        }
        .s_brg.w_brg {
            background: url(../fonts/brgwhite.svg) no-repeat !important;
            background-size: cover;
        }

    }
}

@media (max-width: 480px) {
    .right_navigation {
        right: 16px;
    }
    .logo {
        margin-left: 16px;
    }
}

.top-bar__item small, .small {
    opacity: 1 !important;
}

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