.mob_only{
  display: none;
}

.container{
    padding-left:90px;
    padding-right:90px;
  }
  .container__left{
    padding: 120px 80px 72px 90px;
  }
  .container__right{
    padding: 120px 90px 72px 80px;
  }
    .wrap{
      display: grid;
      grid-template-columns: 50% 50%;
    }
  
  .padd{
    padding-top:60px;
    padding-bottom:60px;
  }  

    .title{
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 36px;
    }
      .title__big{
        font-size: 72px;
      }
      .title__small{
        font-size: 36px;
        font-weight: 500;
      }

.btn__main{
  border-radius: 6px;
  box-shadow: 0 12px 18px 0 rgba(23, 97, 101, 0.18);
  background-color: #49bfc6;
  transition: .3s ease all;
  padding: 18px 36px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  width: max-content;
  font-size: 24px;
}

@media ( hover:hover ) {
  .btn__main:hover{
    opacity: .7;
  }
}
  

main section:not(.banner) ul{
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}
  main section:not(.banner) ul li{
    display: block;
    font-size: 20px;
    line-height: 1.4;
    position: relative;
    padding-left: 34px;
    padding-bottom: 18px;
    margin-top: 0!important;
  }
    main section:not(.banner) ul li:before{
      content: ''!important;
      position: absolute;
      top:7px;
      left: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #49bfc6;
    }
    main section:not(.banner) ul.slick-dots li:before{
      display: none;
    }
    main section:not(.banner) p{
  font-size: 24px;
  line-height: 1.33;
  margin: 0 0 24px;
}


.second{
  position: relative;
}
.second .row:not(.s2_r1) .wrap{
  align-items: center;
}
@media screen and (max-width:768px) {

  .second .row:not(.s2_r1) .wrap{
    flex-direction: column-reverse;
  }
  .second .row.s2_r3 .wrap{
    flex-direction: column;
  }
  .second .row.s2_r5 .wrap{
    flex-direction: column;
  }

}

.s2_line{
  position: absolute;
  top: -200px;
  left: -110px;
  z-index: -2;
}
  .s2_line svg{
    width: 645px;
    overflow: visible;
  }
  #tech_line1 {
    animation: t_line_1 10s linear infinite;
  }
  #tech_line2{
    animation: t_line_2 10s linear infinite;
  }
  #tech_line3 {
    animation: t_line_3 10s linear infinite;
  }
  #tech_line4 {
    animation: t_line_4 10s linear infinite;
  }
  #tech_line5 {
    animation: t_line_5 10s linear infinite;
  }
    @keyframes t_line_1 {
      0% { transform: scaleX(1) scaleY(1) translate(0,0); }
      25% { transform: scaleX(1) scaleY(1) translate(0,0); }
      50% { transform: scaleX(1.05) scaleY(1) translate(-100px,0); }
      75% { transform: scaleX(1) scaleY(1) translate(0,0); }
      100% { transform: scaleX(1) scaleY(1) translate(0,0); }
    }
    @keyframes t_line_2 {
      0% { transform: scaleX(1) scaleY(1) translate(7.8px,0); }
      25% { transform: scaleX(1.05) scaleY(1) translate(7.8px,0); }
      50% { transform: scaleX(1.1) scaleY(1) translate(-107.8px,0); }
      75% { transform: scaleX(1.05) scaleY(1) translate(7.8px,0); }
      100% { transform: scaleX(1) scaleY(1) translate(7.8px,0); }
    }
    @keyframes t_line_3 {
      0% { transform: scaleX(1) scaleY(1) translate(15.6px,0); }
      25% { transform: scaleX(1.1) scaleY(1) translate(15.6px,0); }
      50% { transform: scaleX(1.15) scaleY(1) translate(-115.6px,0); }
      75% { transform: scaleX(1.1) scaleY(1) translate(15.6px,0); }
      100% { transform: scaleX(1) scaleY(1) translate(15.6px,0); }
    }
    @keyframes t_line_4 {
      0% { transform: scaleX(1) scaleY(1) translate(23.5px,0); }
      25% { transform: scaleX(1.15) scaleY(1) translate(23.5px,0); }
      50% { transform: scaleX(1.2) scaleY(1) translate(-123.5px,0); }
      75% { transform: scaleX(1.15) scaleY(1) translate(23.5px,0); }
      100% { transform: scaleX(1) scaleY(1) translate(23.5px,0); }
    }
    @keyframes t_line_5 {
      0% { transform: scaleX(1) scaleY(1) translate(31px,0); }
      25% { transform: scaleX(1.2) scaleY(1) translate(31px,0); }
      50% { transform: scaleX(1.25) scaleY(1) translate(-131px,0); }
      75% { transform: scaleX(1.2) scaleY(1) translate(31px,0); }
      100% { transform: scaleX(1) scaleY(1) translate(31px,0); }
    } 


.s2_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 590px;
}

  .row_img{
    width: 100%;
    /* height: 100%; */
    height: auto;
    /* min-height: 600px; */
    object-fit: cover;
    object-position: center;
  }


  .s2_r1{
    padding: 72px 0 248px;
  }
  .s2_r2 .container__left{
    padding-top: 72px;
  }

  .count_item{
    display: flex;
    align-items: center;
    margin-bottom:32px;
  }
    .count_num{
      font-size: 48px;
      font-weight: 700;
      line-height: 1.21;
    }
    .count_sep{
      width: 36px;
      min-width: 36px;
      height: 2px;
      background-color: #49bfc6;
      margin: 0 20px;   
    }
    .count_text{
      line-height: 1.17;
    }




.third {
  background: #f7f7f7;
  overflow: hidden;
}
  .row_s3_r2 {
    position: relative;
    z-index: 3;
  }
  .third svg{
    height: auto;
  }
  .third_cloud{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
  }



  #third_cloud {
    animation: third_cloud 10s linear infinite;
  }
    @keyframes third_cloud {
      0% { transform: scale(1.2) translate(-20px,30px) skew(10deg); }
      50% { transform: scale(1) translate(0,10px) skew(0); }
      100% { transform: scale(1.2) translate(-20px,30px) skew(10deg); }
    }

  .third_cloud_2{
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 35%;
  }
  
  #third_cloud_2 {
    animation: third_cloud_2 10s linear infinite;
  }
    @keyframes third_cloud_2 {
      0% { transform: scale(1) translate(0,0) skew(0deg); }
      50% { transform: scale(1.3) translate(40px,20px) skew(10deg); }
      100% { transform: scale(1) translate(0,0) skew(0deg); }
    }
    


    @media screen and (max-width: 768px) {
      .third_cloud{
        width: 110%;
      }
      .third_cloud_2{
        left: 40%;
        width: 75%;
      }
    }
    


    .sixth{
      background-color: #f7f7f7;
      /* background-image: url(../img/bg_s6.png); */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      overflow: hidden;
    }
    .sixth_wrap{
      padding: 120px 150px;
      position: relative;
    }
      .sixth .title{
        text-align: center;
      }
      .trow{
        display: flex;
        transition: .3s ease all;
      }
      .trow:hover{
        background-color: #e4f0f1;
      }
        .tcol {
          width: 105px;
          padding: 18px 24px;
          text-align: center;
          border-bottom: 1px solid rgba(22, 29, 29, 0.08);
          box-sizing: content-box;
          display: flex;
          align-items: center;
          justify-content: center;
        }
          .tcol_1{
            width: calc( 100% - 555px);
            padding-left: 0;
            /* text-align: right; */
            font-size: 28px;
            font-weight: 500;
            line-height: 1.14;  
            display: block;
          }
          .tcol_2{
            background-color: #49bfc6;
            color: #fff;
            border-bottom: 1px solid #49bfc6;
          }
          .tcol_5{
            width: 190px;
          }
      
          .tcol img{
            width: auto;
          }
      
          .trow:first-child .tcol_2{
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
          }
          .trow:last-child .tcol_2{
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
          }
          .trow:last-child .tcol{
            border-bottom: none;
          }    
    
    .sisth_arrow{
      padding-top: 24px;
    }
      .sisth_arrow svg{
        width: 24px;
        animation: arm_arrow 2s linear infinite;
      }
    
        @keyframes arm_arrow {
          0% { transform: translateX(0); opacity: 0;}
          10% { transform: translateX(1vw); opacity: 0.5;}
          50% { transform: translateX(42vw); opacity: 1;}
          90% { transform: translateX(83vw); opacity: 1;}
          100% { transform: translateX(85vw); opacity: 0; }
        }
    
        @media screen and (max-width: 767px){
          .table_popup{
            display: none;
          }
          
        .mob_table_info{
          margin-top: 12px;
          display: flex!important;
          align-items: flex-start;
        }
          .mob_table_info img{
            opacity: .5;
            margin-right: 12px;
            width: auto;
          }
          .mob_table_info p{
            margin: 0!important;
            font-size: 14px!important;
          }
        }


    .table_popup_wrap{
      position: relative;
    }
      .table_popup{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,100%);
        visibility: hidden;
        opacity: 0;
        transition: .3s ease all;
    
        box-shadow: 0 12px 18px 0 rgba(23, 97, 101, 0.18);
        font-size: 16px;
        background: #fff;
        padding: 12px;
        border-radius: 6px;
        width: 320px;
        z-index: 999;
      }
      .table_popup_wrap:hover .table_popup{
        visibility: visible;
        opacity: 1;
      }
      .table_ico{
        cursor: pointer;
        opacity: .5;
      }
    





/*                        MEDIA                          */

@media screen  and (max-width:1590px){
  
  /* body{
    font-size: 20px;
  } */
    .container {
      padding-left: 40px;
      padding-right: 40px;
    }
      .container__left {
        padding: 48px 30px 48px 40px;
      }
      .container__right {
        padding: 48px 40px 48px 30px;
      }

    .title{
      font-size: 36px;
      margin-bottom: 24px;
    }
      .title__big {
        font-size: 48px;
      }
      .title__small{
        font-size: 32px;
      }
      .btn__main{
        font-size: 20px;
      }
  
      main section:not(.banner) p{
        font-size: 20px;
      }
      main section:not(.banner) ul li{
        font-size: 18px;
        padding-bottom: 12px;
      }

      .row_img{
        /* min-height: 420px; */
      }
      .s2_r1 {
        padding: 72px 0 248px;
      }



    .sixth_wrap{
      padding: 100px 40px;
    }
      .tcol_1{
        font-size: 24px;
      }
  

}


@media screen and (max-width:1400px){

  
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
    .container__left {
      padding: 48px 48px 48px 30px;
    }
    .container__right {
      padding: 48px 30px 48px 48px;
    }


    .title{
      font-size: 30px;
    }
      .title__big {
        font-size: 42px;
      }
      .title__small {
        font-size: 28px;
      }

    .btn__main{
      padding: 18px 16px;
    }
    
  .s2_r2 .container__left {
    padding-top: 48px;
  }
  .s2_img{
    top: 0;
    left: 0;
  }
  .row_img {
    /* min-height: 320px; */
  }

  .count_item {
    margin-bottom: 24px;
  }
    .count_num{
      font-size: 36px;
    }



    .sixth_wrap{
      padding: 80px 30px;
    }
      .tcol{
        width: 75px;
      }
        .tcol_1{
          font-size: 20px;
          width: calc( 100% - 555px);
        }
        .tcol_5 {
          width: 90px;
        }

        

}


@media screen and (max-width:768px){
  
  .mob_hide{
    display: none!important;
  }
  .mob_only{
    display: block;
  }
  /* body{
    font-size: 18px;
  } */
    .container {
      padding-left: 16px;
      padding-right: 16px;
    }
      .wrap{
        display: flex;
        flex-direction: column;
      }
        .container__left{
          padding: 24px 16px;
        }
        .container__right{
          padding: 24px 16px;
        }
      .padd {
        padding-top: 24px;
        padding-bottom: 24px;
      }

    .title{
      font-size: 24px;
      line-height: 1.17;  
      margin-bottom: 24px;
    }
      .title__big{
        font-size: 36px;
      }
      .title__small{
        font-size: 24px;
      }
    .btn__main{
      font-size: 20px;
      padding: 18px 24px;
      margin: 0 auto;
    }
    main section:not(.banner) ul{
      margin: 0;
    }
      main section:not(.banner) ul li{
        font-size: 16px;
      }
      main section:not(.banner) p{
      font-size: 18px;
      margin: 0 0 24px;
    }

    .row_img{
      /* min-height: 225px; */
    }

    .count_item{
      margin-bottom: 18px;
    }
      .count_num{
        font-size: 30px;
      }
      .count_sep{
        width: 18px;
        min-width: 18px;
      }

      .s2_r1 {
        padding: 24px 0 0;
      }
  
      .row_s3_r2 .btn__main {
        width: 100%;
      }

      .sixth_wrap{
        padding: 48px 16px 24px;
      }
        .sixth .title{
          text-align: left;
        }
          .sixth .title br{
            display: none;
          }
    
      /*  table  */
    
      .table_wrap{
        overflow-x: scroll;
        overflow-y: hidden;
        margin: 0 -16px;
      }
        .table{
          width: max-content;
        }
        .trow{
            position: relative;
          }
          .tcol{
            width: 65px;
            padding: 12px 18px;
            font-size: 16px;  
            background: #f3f4f4;
          }
            .trow_title .tcol{
              background: #f7f7f7;
            }
            .trow_title .tcol_2{
              background: #49bfc6;
            }
    
            .tcol_1{
              width:  140px;
              font-size: 16px;
              line-height: 1.13;
              text-align: left;
              padding-left: 16px;
              position: -webkit-sticky;
              position: -moz-sticky;
              position: -o-sticky;
              position: -ms-sticky;
              position: sticky;
              top: 0;
              left: 0;
              z-index: 9;
            }
            .tcol_2{
              background: #49bfc6;  
              position: -webkit-sticky;
              position: -moz-sticky;
              position: -o-sticky;
              position: -ms-sticky;
              position: sticky;
              top: 0;
              left: 174px;
              z-index: 9;      
            }
            .tcol_5{
              width: 75px;
            }

}




.template_robolex section.indications{
  margin: 60px 0;
}

  .template_robolex section.indications .text{
    margin-top: 0;
  }

  .template_robolex section.indications .text ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
  }
    .template_robolex section.indications .text ul li {
      margin-top: 0;
    }

    section.indications .text .right li::before{
      background: #c64979;
    }

  @media (max-width: 1024px) {

    .template_robolex section.indications .text h2 {
      font-size: 28px;
    }

  }

  @media (max-width: 480px){

    .template_robolex section.indications{
      margin: 24px 0;
    }
      .template_robolex section.indications .text ul li{
        font-size: 20px;
        font-weight: 400;
      }

  }




  .faq_list{
    border-top: 1px solid rgba(31, 38, 38, 0.2);
  }
    .faq_item{
      border-bottom: 1px solid rgba(31, 38, 38, 0.2);
    }
      .faq_item_title{
        position: relative;
        transition: .3s ease all;
        cursor: pointer;
        margin: 24px 0;
        font-size: 24px;
        padding-right: 36px;
      }
        .faq_item.open .faq_item_title{
          color: #49bfc6;
          margin: 24px 0 18px; 
        }
        .faq_item_title:before{
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 24px;
          height: 24px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="14" viewBox="0 0 24 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7878 13.4874C11.4573 14.1709 12.5427 14.1709 13.2122 13.4874L23.4979 2.98744C24.1674 2.30402 24.1674 1.19598 23.4979 0.512564C22.8284 -0.170855 21.743 -0.170855 21.0735 0.512564L12 9.77513L2.92647 0.512564C2.257 -0.170855 1.17157 -0.170855 0.502103 0.512564C-0.167368 1.19598 -0.167368 2.30402 0.502103 2.98744L10.7878 13.4874Z" fill="%23707070"/></svg>');
          transition: .3s ease all;
        }
          .faq_item.open .faq_item_title:before{
            transform: scale(-1);
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="14" viewBox="0 0 24 14" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.7878 13.4874C11.4573 14.1709 12.5427 14.1709 13.2122 13.4874L23.4979 2.98744C24.1674 2.30402 24.1674 1.19598 23.4979 0.512564C22.8284 -0.170855 21.743 -0.170855 21.0735 0.512564L12 9.77513L2.92647 0.512564C2.257 -0.170855 1.17157 -0.170855 0.502103 0.512564C-0.167368 1.19598 -0.167368 2.30402 0.502103 2.98744L10.7878 13.4874Z" fill="%2349BFC6"/></svg>');
          }
      .faq_item_body{
        padding: 20px 50px 20px 0;
        font-size: 20px;
        line-height: 1.4;
      }
        .faq_item_body p{
          font-size: 20px;
          line-height: 1.4;
        }

@media screen and (max-width: 768px) {

  
  .faq_item_title{
    font-size: 20px;
    padding-right: 36px;
    margin: 18px 0;
  }
    .faq_item_title:before{
      top: calc(50% - 10px);
      width: 20px;
      height: 20px;
    }


  .faq_item_body{
    padding: 0 40px 8px 0;
  }
    .faq_item_body p{
      font-size: 16px;
    }

}




.slider{
  overflow: hidden;
}
.slider.slick-dotted.slick-slider{
  margin: 0;
}
  .slider_wrap{
    position: relative;
  }
  .slick-track{
    display: flex;
  }
    .slider-item{
      outline: none;
    }
      .slide_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
      }
        .slider__big .slide_img{
          height: 780px;
        }
        .slider_2 .slide_img {
          height: 600px;
        }
      .slide_descr{
        font-size: 24px;
        line-height: 1.33;
        font-weight: 500;
        padding: 24px 0;
      }

      @media screen and (max-width: 767px){
        .slide_descr{
          font-size: 18px;
          padding: 16px 0 0;
        }
      }

      .slider_2 .slider-item img, .slider_4 .slider-item img{
        cursor: pointer;
      }
      
        .slick-lightbox .slick-lightbox-inner .slick-prev {
          background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1ICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-Repeat top left !important;
          width: 30px;
          height: 50px;
          z-index: 9;  
        }
        
        .slick-lightbox .slick-lightbox-inner .slick-next {
          background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41ICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6ICAgIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-Repeat top right !important;
          width: 30px;
          height: 50px;
          z-index: 9;
        }


@media screen and (max-width: 1590px){

  .slider_2 .slide_img {
    height: 500px;
  }

}

@media screen and (max-width: 1400px){

  .slider_2 .slide_img {
    height: 420px;
  }
  
}

@media screen and (max-width: 767px){

  .slider_2 .slide_img {
    height: 228px;
  }

}



/*       sliders   controls      */


/* .slider_controls{
  position: absolute;
  bottom: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.slider_wrap_2 .slider_controls{
  bottom: 172px;
} */

.slider_controls  * {
  display: block;
}
  .slider_controls_wrap{
    position: relative;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width:768px) {
    .slider_controls_wrap{
      justify-content: center;
    }
    
  }

  .slider_nav, .slick-dots{
    position: relative!important;
    top: unset!important;
    right: unset!important;
    left: unset!important;
    bottom: unset!important;
    transform: none!important;
  }
    .slick-arrow svg{
      display: block;
    }
    .slick-prev:before, .slick-next:before{
      display: none;
    }
    .slick-prev.slick-disabled svg, .slick-next.slick-disabled svg{
      opacity: .3;
    }
      .slider_nav_prev svg{
        transform: rotate(-180deg);
      }
      .slider_pag{
        padding: 0 36px 0;
      }
        .slider_pag .slick-dots{
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: center;
          gap: 16px;
          padding: 0;
          margin: 0;
        }
        .slider_pag .slick-dots li{
          width: unset;
          height: unset;
          padding: 0;
          font-size: 0;
        }
          .slider_pag .slick-dots li button{
            width: unset;
            height: unset;
          }
            .slider_pag .slick-dots li button:before{
              display: none;
            }
            .slider_pag .slick-dots li button:after{
              content: '';
              display: block;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              background-color: #49BFC6;
              opacity: 0.3;
            }
            .slick-dots li.slick-active button:after{
              opacity: 1;
            }


    .slider_nav.slick-hidden {
      display: none;
    }

  @media screen and (max-width: 768px){
    .slider_controls{
      margin-top: 24px;
    }
    .slider_pag{
      padding: 0 12px;
    }
    .slider_pag .slick-dots{
      gap: 10px;
    }
  }



.row_s5_r2  .container__left {
  padding-top: 0;
}
@media screen and (max-width: 768px){
  .row_s5_r2  .container__left {
    padding-bottom: 0;
  }
}




/*  form line  */

.robolex_form_line .title{
  text-align: center;
}

  .robolex_form_line form {
    display: flex;
    justify-content: center;
    gap: 16px;
    position: relative;
    margin-bottom: 40px;
  }
    .robolex_form_line .gform_fields {
      display: flex;
      flex-wrap: wrap;
      /* align-items: center; */
      gap: 16px;
      margin: 0;
    }
    .robolex_form_line .gform_fields li{
      /* width: calc((100% - 32px) / 3); */
      width: calc( 50% - 8px );
    }
 
      .robolex_form_line .gform_fields li.gform_hidden {
        display: none;
      }
    .robolex_form_line .gform_wrapper .gform_footer{
      position: unset;
      margin: 0;
    }
      .robolex_form_line .gform_wrapper .gform_footer .police-text{
        margin: 0;
        position: absolute;
        top: calc(100% + 24px);
        left: 0;
        width: 100%;
        text-align: center;
      }


@media screen and (min-width: 769px) {
  .robolex_form_line .gform_wrapper .gform_footer{
    min-width: 220px;
  }
    .robolex_form.robolex_form_line .gform_wrapper .gform_footer [type="submit"] {
      width: 100%;
    }
}
@media screen and (max-width: 768px) {

  .robolex_form_line form{
    flex-direction: column;
    gap: 12px;
    margin-bottom: 60px;
  }
  .robolex_form_line .gform_fields {
    flex-direction: column;
    gap: 12px;
  }
  .robolex_form_line .gform_fields li{
    width: 100%;
  }
 


}

.robolex_form .gform_wrapper .gform_body ul li.gfield_error .validation_message {
  display: none!important;
}

.robolex_form .gform_title{
  display: none;
}

.robolex_form .gform_body ul li{
  padding: 0;
}

  .robolex_form .gform_body ul li input[type="text"],
  .robolex_form .gform_body ul li input[type="email"] {
    font-size: 20px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #49BFC6;
  }
  .robolex_form .gform_body ul li textarea {
    resize: none;
    font-size: 20px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #49BFC6;
  }
  .robolex_form .gform_body ul li select {
    font-size: 20px;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #49BFC6;
    font-family: 'TT Norms Pro', sans-serif;
  }
    .robolex_form .gform_body ul li.gfield_error  select{
      border-color: #ff1453 !important;
    }
    .robolex_form .gform_body .gf_select .ginput_container_select i {
      bottom: unset;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
    }
    .robolex_form .gform_body .gf_select label{
      display: none;
    }
  .robolex_form .gform_body ul li [type="text"] + label.gfield_label,
  .robolex_form .gform_body ul li [type="email"] + label.gfield_label{
    left: 24px;
    background: #fff;
    color: #707070;
    padding: 4px;
    z-index: 1;
    /* transform: translate(0,-30px); */
    opacity: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    cursor: text;
  }
  .robolex_form .gform_body ul li textarea + label.gfield_label{
    top: 22px;
    left: 24px;
    background: #fff;
    color: #707070;
    padding: 4px;
    z-index: 1;
    /* transform: translate(0,-30px); */
    opacity: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    cursor: text;
  }
  .robolex_form .gform_wrapper .gform_body ul li [type="text"]:not(:focus):placeholder-shown+label.gfield_label,
  .robolex_form .gform_wrapper .gform_body ul li [type="email"]:not(:focus):placeholder-shown+label.gfield_label,
  .robolex_form .gform_wrapper .gform_body ul li textarea:not(:focus):placeholder-shown+label.gfield_label{
    transform: translate(0,-35%);
    font-size: 20px;
    opacity: 1;
  }
  .robolex_form .gform_wrapper .gform_body ul li select{
    font-size: 20px;
  }

  .robolex_form .gform_body ul li.gfield_error [type="text"]{
    border-color: #ff1453 !important;
  }



  .robolex_form .gform_wrapper .gform_footer [type="submit"]{
    border-radius: 6px;
    box-shadow: 0 12px 18px 0 rgba(23, 97, 101, 0.18);
    background-color: #49bfc6;
    transition: .3s ease all;
    padding: 18px 36px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    width: max-content;
    font-size: 24px;
    border: none;
  }

    .robolex_form .gform_wrapper .gform_footer [type="submit"]:hover {
      opacity: .7;
    }


@media screen and (max-width: 1590px) {
  .robolex_form .gform_wrapper .gform_footer [type="submit"] {
    font-size: 20px;
  }      
}

@media screen and (max-width: 768px) {
  .robolex_form .gform_body ul li{
    width: 100%;
  }
    .robolex_form .gform_body ul li input[type="text"],
    .robolex_form .gform_body ul li input[type="email"]{
      padding: 16px;
    }
    .robolex_form .gform_body ul li textarea{
      padding: 16px;
    }
    .robolex_form .gform_body ul li select{
      padding: 16px;
    }
    .robolex_form .gform_body ul li [type="email"] + label.gfield_label,
    .robolex_form .gform_body ul li [type="text"] + label.gfield_label{
      left: 16px;
      
    }
    .robolex_form .gform_body ul li textarea + label.gfield_label{
      left: 16px;
    }
    .robolex_form .gform_wrapper .gform_body ul li [type="text"]:not(:focus):placeholder-shown+label.gfield_label,
    .robolex_form .gform_wrapper .gform_body ul li [type="email"]:not(:focus):placeholder-shown+label.gfield_label{
      font-size: 18px;
    }
    .robolex_form .gform_wrapper .gform_body ul li textarea:not(:focus):placeholder-shown+label.gfield_label{
      font-size: 18px;
    }
    .robolex_form .gform_wrapper .gform_body ul li select{
      font-size: 18px;
    }

  .robolex_form .gform_wrapper .gform_footer [type="submit"]{
    width: 100%;
  }
}

.robolex_footer_form {
  position: relative;
  padding: 120px 0;
}
  .robolex_footer_form .title{
    font-weight: 500;
  }
  .robolex_footer_form .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
    .robolex_footer_form .bg img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .robolex_footer_form .bg::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>), lightgray 50% / cover no-repeat;
      z-index:2;
      display: none;
    }

    .robolex_footer_form_content{
      position: relative;
      z-index: 3;
      color: #fff;
      width: 380px;
      max-width: 100%;
    }

    .robolex_footer_form form{
      width: 350px;
      max-width: 100%;
    }
      .robolex_footer_form .gform_body ul li{
        margin-bottom: 16px;
      }
        .robolex_footer_form .gform_body ul li input[type="email"],
        .robolex_footer_form .gform_body ul li input[type="text"] {
          background: #fff;
        }
        .robolex_footer_form .gform_body ul li textarea {
          background: #fff;
        }
        .robolex_footer_form .gform_body ul li select {
          background: #fff;
        }
      .robolex_footer_form .gform_wrapper .gform_footer .police-text{
        display: none;
      }
      .robolex_footer_form .gform_wrapper .gform_footer [type="submit"] {
        width: 100%;
      }

      .robolex_footer_form .gform_wrapper .gform_footer{
        margin-top: 16px;
      }


      /* .robolex_footer_form .gform_wrapper .gform_body ul li [type="text"]:focus + label.gfield_label {
        opacity: 0;
        transform: translate(0,-35%);
      } */

  @media screen and (max-width: 768px) {

    .robolex_footer_form{
      padding: 60px 0;
    }
    .robolex_footer_form form{
      width: 100%;
    }
      .robolex_footer_form .gform_wrapper .gform_footer{
        margin-top: 8px;
      }

  } 

/*  end form line  */




/*  robolex_about  */


.robolex_about{
  position: relative;
  background: #f7f7f7;
}

  .about_cloud_1{
    position: absolute;
    top: 0;
    right: 0;
    height: 70%;
    width: auto;
    display: block; 
    animation: about_cloud_1 10s linear infinite;
  }
  .about_cloud_2{
    position: absolute;
    bottom: 10%;
    right: 0;
    height: 60%;
    width: auto;
    display: block; 
    animation: about_cloud_2 10s linear infinite;
  }

    @keyframes about_cloud_1 {
      0% { transform: scale(1.2) translate(-20px,30px) skew(10deg); }
      50% { transform: scale(1) translate(0,10px) skew(0); }
      100% { transform: scale(1.2) translate(-20px,30px) skew(10deg); }
    }
    @keyframes about_cloud_2 {
      0% { transform: scale(1) translate(0,0) skew(0deg); }
      50% { transform: scale(1.3) translate(40px,20px) skew(10deg); }
      100% { transform: scale(1) translate(0,0) skew(0deg); }
    }
    

  .robolex_about_wrap{
    position: relative;
    z-index: 3;
  }
    .robolex_about_content{
      width: 60%;
    }

    .robolex_about_text{
      max-height: 320px;
      overflow: hidden;
      transition: .3s ease all;
      font-size: 24px;
      line-height: 1.4;
    }
    .robolex_about._open .robolex_about_text{
        max-height: 6000px;
      }
      .robolex_about_text p{
        line-height: 1.4;
        margin-bottom: 1rem;
      }

    .robolex_about_btn{
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 24px;
      font-weight: 500;
      margin-top: 24px;
    }
      .robolex_about_btn svg{
        transition: .3s ease all;
      }
        .robolex_about._open .robolex_about_btn svg{
          transform: scale(-1);
        }


    @media screen and ( min-width:769px ) {
      .robolex_about .img{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 38%;
        max-width: 450px;
        max-height: 100%;
      }
    }
      .robolex_about .img img{
        width: 100%;
        display: block;
      }


  @media screen and ( max-width:768px ) {

    .robolex_about{
      padding-top: 12px;
    }

    .about_cloud_1,
    .about_cloud_2{
      display: none;
    }

    .robolex_about_content{
      width: 100%;
    }
    .robolex_about_text{
      font-size: 20px;
      max-height: 310px;
    }
  
    .robolex_about_btn{
      font-size: 20px;
    }
    .robolex_about .img{
      max-width: 100%;
    }

  }

/*  END robolex_about  */



/*  robolex_price  */

.robolex_price .title{
  text-align: center;
  margin-bottom: 48px;
}

  /* .robolex_price_list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 72px;
  } */

    .robolex_price_item{
      /* width: calc(50% - 36px); */
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      padding-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 24px;
    }
      .robolex_price_item_left{
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
      }
      .robolex_price_item_name{
        font-size: 20px;
        font-weight: 500;
      }
      .robolex_price_item_price{
        white-space: nowrap;
        font-size: 20px;
        font-weight: 500;
      }
      .robolex_price_item_old{
        color: #c64979;
        text-decoration: line-through;
        font-size: 16px;
      }

      .robolex_price_item .btn__main{
        padding: 16px 24px;
      }

@media screen and ( min-width:769px ) {

  .robolex_price_list{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    gap: 72px;
  }
  .robolex_price_item{
    margin-bottom: 24px;
  }

}

@media screen and ( max-width:768px ) {

  .robolex_price .title{
    margin-bottom: 16px;
  }

  /* .robolex_price_list{
    gap: 8px;
  } */

  .robolex_price_item{
    width: 100%;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding-bottom: 8px;
  }
    .robolex_price_item:not(:last-child){
      margin-bottom: 8px;
    }
    .robolex_price_item_name{
      width: 100%;
      font-size: 20px;
    }
    .robolex_price_item_price{
      font-size: 20px;
    }

    
    .robolex_price_item .btn__main{
      padding: 12px 24px;
    }


}


/*  END robolex_price  */



/*  robolex_reviews  */

.robolex_reviews{
  background: #f7f7f7;
}

  .robolex_reviews .review_item {
    padding: 0 12px;
    display: flex;
    align-items: center;
  }
  .robolex_reviews .slider_controls{
    margin-top: 16px;
  }

@media screen and ( max-width:768px ) {
  .robolex_reviews .review_item {
    padding: 0 6px;
  }
  .robolex_reviews .review_img{
    max-height: 510px;
  }
  .robolex_reviews .review_img img{
    max-height: 510px;
    object-fit: cover;
    display: block;
    border-radius: 40px;
  }
}

/*  END robolex_reviews  */


/* robolex banner */

.template_robolex section.banner.service_banner .mobile_btn {
  display: none;
}

.template_robolex section.service_banner .buttons_about .openForm{
  border-radius: 6px;
  box-shadow: 0 12px 18px 0 rgba(23, 97, 101, 0.18);
  background-color: #49bfc6;
  transition: .3s ease all;
  padding: 16px 36px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  width: max-content;
  font-size: 24px;
}
  .template_robolex section.service_banner .buttons_about .openForm:hover{
    opacity: .7;
  }

  .template_robolex section.service_banner .buttons_about .openVideo svg{
    fill: #49BFC6;
  }
  section.service_banner .buttons_about .openVideo:hover svg{
    fill: #ffffff;
  }

/* @media screen and ( min-width:769px ) {
  .template_robolex section.banner .video-bg {
    display: none;
  }
} */
@media screen and ( max-width:768px ) {


  .template_robolex section.banner.service_banner .b-overlay._mobile_overlay:before{
    opacity: 0!important;
  }

  .template_robolex section.banner.service_banner .bannerImg{
    opacity: 0;
  }

  .template_robolex section.about_banner .wrapper{
    padding-bottom: 24px;
  }

  .template_robolex section.about_banner .wrapper h1{
    font-size: 38px;
    font-weight: 500;
  }
  .template_robolex section.about_banner .wrapper p{
    font-size: 22px;
    margin-top: 12px;
  }

  .template_robolex section.service_banner .buttons_about {
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 12px;
  }
    .template_robolex section.about_banner .wrapper .openVideo{
      color: #fff!important;
      gap: 12px;
      text-indent: 0;
      text-transform: none;
      font-size: 20px;
      margin: 0!important;
    }
    .template_robolex section.service_banner .buttons_about .openForm{
      font-size: 20px;
    }


}



/* END robolex banner */



/* video banner */
.template_robolex section.video_banner{
  margin-top: 0;
}
.template_robolex section.video_banner h2{
  font-weight: 500;
}
.template_robolex section.video_banner{
  color: #fff;
}
  .template_robolex section.video_banner:after {
    display: none;
  }

  .template_robolex section.video_banner .openVideo{
    color: #fff;
  }
    .template_robolex section.video_banner .openVideo svg {
      fill: #49BFC6;
    }

    .template_robolex section.video_banner .openVideo:hover{
      color: #49BFC6;
    }

/* END video banner */





/*  robolex_specialists  */




.robolex_specialists{
  overflow: hidden;
  position: relative;
}

  .robolex_specialists_cloud_1{
    position: absolute;
    top: 0;
    left: 0;
    height: 70%;
    width: auto;
    display: block; 
    animation: robolex_specialists_cloud_1 10s linear infinite;
  }
  .robolex_specialists_cloud_2{
    position: absolute;
    bottom: 4%;
    left: 0;
    height: 80%;
    width: auto;
    display: block; 
    animation: robolex_specialists_cloud_2 10s linear infinite;
  }

    @keyframes robolex_specialists_cloud_1 {
      0% { transform: scale(1.2) translate(20px,-30px) skew(-10deg); }
      50% { transform: scale(1) translate(0,-10px) skew(0); }
      100% { transform: scale(1.2) translate(20px,-30px) skew(-10deg); }
    }
    @keyframes robolex_specialists_cloud_2 {
      0% { transform: scale(1) translate(0,0) skew(0deg); }
      50% { transform: scale(1.3) translate(-40px,-20px) skew(-10deg); }
      100% { transform: scale(1) translate(0,0) skew(0deg); }
    }
    

  .robolex_specialists .wrap{
    position: relative;
    z-index: 3;
  }

  
  .slider-item.specialist_item {
    padding: 0 12px;
  }
    .slider-item.specialist_item .slide_img{
      height: auto;
      aspect-ratio: 367/432;
    }
      .slider-item.specialist_item .slide_img img {
        display: block;
      }
      .specialist_item .slide_name{
        margin: 8px 0 4px;
        font-size: 24px;
        font-weight: 500;
      }
      .specialist_item .slide_position {
        font-size: 20px;
      }

  @media screen and (max-width:768px) {

    .robolex_specialists_cloud_1{
      height: 40%;
    }

    .robolex_specialists_cloud_2{
      bottom: unset;
      top: 10%;
      height: 60%;
    }
    
    .specialist_item .slide_name{
      font-size: 20px;
    }
    .specialist_item .slide_position {
      font-size: 16px;
    }


  }

/* END robolex_specialists  */


/* robolex_about_1 */


.robolex_about_1{
  position: relative;
}



  .robolex_about_1 .wrap{
    gap: 24px;
    align-items: flex-start;
    
  }

    .robolex_about_1_img img{
      width: 460px;
      max-width: 100%;
      height: auto;
      display: block;
    }

    main section.robolex_about_1 .robolex_about_1_content,
    main section.robolex_about_1 p,
    main section.robolex_about_1 ul li{
      font-size: 24px;
    }

  .robolex_about_text_1{
    max-height: 390px;
    overflow: hidden;
    transition: .3s ease all;
  }
    .robolex_about_1._open .robolex_about_text_1{
      max-height: 6000px;
    }

  .robolex_about_btn_1{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 24px;
  }
    .robolex_about_btn_1 svg{
      transition: .3s ease all;
    }
      .robolex_about_1._open .robolex_about_btn_1 svg{
        transform: scale(-1);
      }


    @media screen and (max-width:768px) {

      .robolex_about_text_1{
        max-height: 310px;
      }

      .robolex_about_btn_1{
        font-size: 20px;
      }

      .robolex_about_1_img{
        margin-left: -16px;
      }
      main section.robolex_about_1 .robolex_about_1_content,
      main section.robolex_about_1 p,
      main section.robolex_about_1 ul li{
        font-size: 20px;
      }



    }
    

/* END robolex_about_1 */


.template_robolex .robolex_about_1 .wrap,
.template_robolex .fifth .wrap,
.template_robolex .robolex_specialists .wrap,
.template_robolex .robolex_specialists .wrap,
.robolex_reviews .wrap {
  grid-template-columns: 45% 55%;
}








/*                   NEW HOME PAGE                   */


.template_homepage .review_img{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
  .template_homepage .robolex_reviews .slider_controls_wrap{
    justify-content: center;
  }

.template_homepage{
  color: #1f2626;
}

.template_homepage .third_cloud_2{
  bottom: -36px;
}

@media screen and (max-width: 768px) {

  .template_homepage .third_cloud {
    left: unset;
    right: 0;
    width: 70%;
    bottom: -90px;
  }
  .template_homepage .third_cloud_2 {
    right: unset;
    left: 0;
    width: 60%;
    bottom: -60px;
  }
}

.template_homepage + footer{
  padding-top: 36px;
}


.new_socials_list{
  display: flex;
  gap: 20px;
}
  .new_socials_list a{
    background: #fff;
    padding: 8px;
    border-radius: 8px;
  }
    .new_socials_list a img,
    .new_socials_list a svg{
      display: block;
      transition: .3s ease all;
    }
    .new_socials_list ._phone_wrap{
      text-align: center;
    }
    .new_socials_list ._phone_wrap div{
      margin-top: 4px;
    }

@media (hover:hover) {
  .new_socials_list a:hover img,
  .new_socials_list a:hover svg{
    transform: scale(.9);
  }
}

.new_banner{
  position: relative;
  height: 100vh;
  max-height: 800px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 120px;
}

  .new_banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.36);
    z-index: 2;
  }
  .new_banner_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .new_banner_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
    .new_banner_video video{
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .new_banner_content{
      position: relative;
      z-index: 3;
    }
      .new_banner_content h1{
        color: #fff;
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 48px;
      }

  .new_banner_logo{
    display: none;
  }

@media screen and (max-width: 768px) { 

  .new_banner_logo{
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    width: 180px;
  }

  .new_banner {
    max-height: unset;
    height: auto;
    aspect-ratio: .65/1;
    padding: 48px 0;
   }
    .new_banner_content h1{
      font-size: 28px;
      margin-bottom: 24px;
    }
    .new_banner .btn__main{
      padding: 12px 24px;
    }
}


.home_advantages{
  background: #f7f7f7;
}
  .home_advantages_list{
    color: #1f2626;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 580px;
    max-width: 100%;
    /* margin-left: auto; */
  }

    .home_advantages_item{
      display: flex;
      align-items: center;
      gap: 24px;
      font-size: 24px;
    }
    .home_advantages_item_ico{
      width: 48px;
      min-width: 48px;
      transition: .3s ease all;
    }

@media (hover:hover) {
  .home_advantages_item:hover .home_advantages_item_ico{
    transform: translateX(-12px);
  }
}

@media screen and (max-width: 768px) {

  .home_advantages_list{
    gap: 16px;
  }
    .home_advantages_item{
      gap: 12px;
      font-size: 20px;
    }
}


.home_procedures .wrap{
  grid-template-columns: calc(45% - 24px) 55%;
  gap: 24px;
}

  .home_procedures .slide_img{
    cursor: pointer;
    position: relative;
    aspect-ratio: 1.6/1;
  }
  .home_procedures .slide_img img{
    display: block;
  }
    .home_procedures .slide_img::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,.2);
    }
    .home_procedures .slide_img::after{
      content: '';
      position: absolute;
      bottom: 24px;
      left: 24px;
      width: 40px;
      height: 40px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      transition: .3s ease all;
      background-image: url('data:image/svg+xml,<svg width="41" height="40" viewBox="0 0 41 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.9219 0C9.87587 0 0.921875 8.954 0.921875 20C0.921875 31.046 9.87587 40 20.9219 40C31.9679 40 40.9219 31.046 40.9219 20C40.9219 8.954 31.9679 0 20.9219 0ZM16.5 12.1543C16.739 12.1543 16.9792 12.2111 17.2012 12.3281L29.2539 18.6738C29.7489 18.9338 30.0557 19.443 30.0547 20.002C30.0547 20.561 29.7489 21.0681 29.2539 21.3281L17.2012 27.6719C16.9802 27.7879 16.739 27.8457 16.5 27.8457C16.232 27.8457 15.9656 27.7729 15.7266 27.6289C15.2726 27.3549 15.002 26.8737 15.002 26.3437V13.6562C15.002 13.1262 15.2726 12.6451 15.7266 12.3711C15.9656 12.2261 16.233 12.1543 16.5 12.1543Z" fill="white"/></svg>');
    }


@media ( hover:hover ) {
  .home_procedures .slide_img:hover::after{
    transform: scale(1.15);
  }
}

@media screen and (max-width: 768px) {
  .home_procedures .wrap{
    gap: 0;
  }
  .home_procedures .slide_img{
    aspect-ratio: 1.27/1;
  }
}



.home_promotions {
  background: #f7f7f7;
}
.home_promotions .wrap{
  grid-template-columns: 45% 55%;
}

  .home_promotions .slider { 
    position: relative;
    z-index: 1;
  }
    .home_promotions_img{
      aspect-ratio : 1/1;
    }
      .home_promotions_img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
   
    .home_promotions .slider_controls{
      padding: 24px;
      margin-top: 0;
    }
    .home_promotions .slider_controls_wrap{
      justify-content: center; 
    }

  .home_promotions_content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
    .home_promotions_content .title{
      margin-bottom: 0;
    }
   
  
  .home_promotions .third_cloud {
    left: unset;
    right: 0;
  }
  .home_promotions .third_cloud_2 {
    left: unset;
    right: 20%;
  }

@media screen and (min-width: 769px) {
  .home_promotions_content .title br{
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .home_promotions{
    margin-top: 36px;
  }
  .home_promotions .slider_wrap{
    background: #fff;
    padding: 0 16px 24px;
  }
    .home_promotions_img {
      aspect-ratio: .77/1;
    }

    .home_promotions .slider_controls{
      padding: 16px 0 0;
    }
  .home_promotions_content{
    padding: 48px 0;
  }
    .home_promotions_content .title{
      text-align: center;
      font-size: 28px;
    }

}



.home_consult{
  background: #f7f7f7;
  padding-bottom: 0;
}
  .home_consult .wrap{
    grid-template-columns: 65% 35%;
  }

  .home_consult_content{
    position: relative;
    z-index: 2;
    padding-bottom: 60px;
  }
    .home_consult_btn_wrap{
      display: flex;
      align-items: center;
      gap: 24px;
      margin-top: 16px;
    }

  .home_consult .title{
    font-size: 36px;
  }

  .home_consult_img{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
    .home_consult_img img{
      display: block;
      width: max-content;
      max-width: 250px;
    }

      .home_consult_img._ultraformer img{
        max-width: 350px;
      }
      .aquapure_banner ~ .home_consult .home_consult_img._ultraformer img{
        max-width: 225px;
      }
      .aquapure_banner ~ .home_consult .home_consult_img._ultraformer[data-post-id="1681"] img,
      .aquapure_banner ~ .home_consult .home_consult_img._ultraformer[data-post-id="2162"] img{
        max-width: 285px;
      }
      .home_consult_img._homepage img{
        max-width: 300px;
      }

  .home_consult .third_cloud {
    left: unset;
    right: 0;
  }
  .home_consult .third_cloud_2 {
    left: unset;
    right: 20%;
  }

@media screen and (min-width: 769px) {
  .home_consult .title br{
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .home_consult .title{
    text-align: center;
    font-size: 28px;
  }

  .home_consult_content{
    padding-bottom: 16px;
  }
  .home_consult_btn_wrap{
    flex-direction: column-reverse;
    align-items: unset;
    margin-top: 82px;
  }
    .home_consult_btn_wrap .new_socials_list{
      flex-direction: column;
      align-items: flex-end;
    }
    .home_consult .btn__main {
      width: 100%;
    }
    .home_consult_img{
      position: absolute;
      bottom: 0;
      left: 16px;
    }
    .home_consult_img img{
      width: 200px;
    }
    .home_consult_img._ultraformer img{
     width: 260px;
    }
    .aquapure_banner ~ .home_consult .home_consult_img._ultraformer img{
      width: 185px;
    }
    .aquapure_banner ~ .home_consult .home_consult_img._ultraformer[data-post-id="1681"] img,
    .aquapure_banner ~ .home_consult .home_consult_img._ultraformer[data-post-id="2162"] img{
      width: 260px;
    }
    .home_consult_img._homepage img{
     width: 240px;
    }

}


.home_services_list{
  display: flex;
  flex-wrap: wrap;
  gap: 24px 48px;
}
  .home_services_item{
    width: calc( 50% - 24px );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: center;
  }
    .home_services_item_img{
      display: block;
      width: 330px;
      max-width: 100%;
      margin-inline: auto;
      overflow: hidden;
    }
      .home_services_item_img img{
        display: block;
        transition: .3s ease all;
      }
    .home_services_item_title{
      font-size: 32px;
      line-height: 1.2;
      font-weight: 700;
      margin: 12px 0;
    }
    .home_services_item_desc{
      font-size: 24px;
      line-height: 1.2;
    }

@media (hover:hover) {
  .home_services_item_title:hover{
    color: #49bfc6;
  }
  .home_services_item:hover .home_services_item_img img{
    transform: scale(1.1);
  }
}

@media screen and (min-width: 769px) {
  .home_services .title br{
    display: none;
  }
}


@media screen and (max-width: 768px) {

  .home_services_item{
    width: 100%;
    gap: 8px;
  }
    .home_services_item_img{
      width: 100%;
    }
    .home_services_item_title{
      font-size: 22px;
      margin: 8px 0;
    }
    .home_services_item_desc{
      font-size: 16px;
    }
    .home_services_item .btn__main{
      width: 100%;
    }

}



.home_parthers .container{
  position: relative;
  z-index: 1;
}
  .home_parthers_list{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
    .home_parthers_item{
      width: calc( ( 100% - 120px ) / 6 );
    }

@media screen and (max-width: 768px) { 

  .home_parthers_list{
    gap: 16px;
  }
    .home_parthers_item{
      width: calc( 50% - 8px );
    }
}

@media screen and (max-width: 480px) {

  .home_parthers .third_cloud_2{
    top: 0;
    left: -140px;
    right: auto;
    bottom: unset;
    transform: rotate(90deg);
    width: 100%;
  }
  .home_parthers .third_cloud_2{
    top: 0;
    left: -110px;
    right: auto;
    bottom: unset;
    transform: rotate(90deg);
    width: 80%;
  }

}


.doctor {
  background: #f7f7f7;
}
  .doctor .wrap{
    grid-template-columns: calc(40% - 48px) 60%;
    gap: 48px;
  }
    .doctor_name{
      font-size: 24px;
      font-weight: 700;
      margin: 12px 0 4px;
    }
    .doctor_position{
      color: #707070;
      font-size: 20px;
    }

    .doctor_text{
      position: relative;
      overflow: hidden;
      transition: .3s ease all;
      max-height: 240px;
    }
      .doctor_text p,
      .doctor_text li {
        font-size: 24px!important;
      }
      .doctor_text._open{
        max-height: 5000px;
      }
      .doctor_text::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%);
        transition: .3s ease all;
      }
      .doctor_text._open::after{
        opacity: 0;
        visibility: hidden;
      }
    .doctor_toggle{
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 20px;
      font-weight: 500;
      margin-top: 16px;
    }
      .doctor_toggle svg{
        transition: .3s ease all;
      }
      .doctor_toggle._open svg{
        transform: scale(-1);
      }

@media screen and (max-width: 768px) {

  .doctor .wrap{
    gap: 8px;
  }

    .doctor_name{
      font-size: 22px;
    }
    .doctor_position{
      font-size: 18px;
    }
    .doctor_text{
      max-height: 300px;
    }
      .doctor_text p,
      .doctor_text li {
        font-size: 20px!important;
      }

    .doctor_toggle{
      margin-top: 8px;
    }

}



.home_certificates{
  background: #f7f7f7;
}
  .home_certificates .wrap{
    grid-template-columns: calc(40% - 48px) 60%;
    gap: 48px;
  }

  .home_certificates_list{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
    .home_certificates_item{
      background: #fff;
      cursor: pointer;
      transition: .3s ease all;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 24px;
      font-size: 20px;
    }
      .home_certificates_item_left{
        display: flex;
        align-items: center;
        gap: 16px;
      }
      .home_certificates_item_arrow{
        transition: .3s ease all;
      }
      .home_certificates_item:hover .home_certificates_item_arrow{
        transform: translateX(-16px);
      }

@media screen and (max-width: 768px) {

  .home_certificates .wrap{
    gap: 16px;
  }
  .home_certificates .title{
    margin-bottom: 0;
  }
  .home_certificates_item{
    padding: 16px;
    gap: 8px;
  }
    .home_certificates_item_left{
      gap: 8px;
    }
    .home_certificates_item_left svg{
      width: 20px;
    }

}


.services_links{
  display: flex;
  gap: 8px;
  padding: 36px;
  background: #fff;
}

  .services_links_item{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
    .services_links_item img,
    .services_links_item svg{
      width: 80px;
    }
    .services_links_item:hover{
      color: #49bfc6;
    }

@media screen and (min-width: 769px) {
  .services_links br:first-child{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .services_links{
    padding: 36px 16px;
  }
    .services_links_item{
      font-size: 22px;
    }
}


/*         END   NEW HOME PAGE                   */



/*                     ABOUT NEW               */

.template_about .doctor {
  background: #fff;
}
  .template_about .doctor_text::after{
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  }
  .template_about .doctor_text {
    max-height: 197px;
  }
  .template_about .doctor_text._open {
    max-height: 5000px;
  }

@media screen and (max-width: 768px){

  .template_about .doctor{
    padding-bottom: 0;
  }

  .template_about .doctor .wrap{
    flex-direction: column-reverse;
    gap: 24px;
  }
  .template_about .doctor_img {
    margin: 0 -16px;
    aspect-ratio: 1.2/1;
  }
    .template_about .doctor_img img{
      height: 100%;
      object-fit: cover;
      object-position: 0% 20%;
    }
  .template_about .doctor_text {
    max-height: 244px;
  }

}



.about_gallery .wrap{
  grid-template-columns: calc(45% - 24px) 55%;
  gap: 24px;
}
  .about_gallery .slide_img{
    display: block;
    aspect-ratio: 756/478;
    overflow: hidden;
  }
    .about_gallery .slide_img img{
      transition: .3s ease all;
    }

  .about_gallery .slider_controls{
    margin-top: 24px;
  }

@media (hover:hover) {
  .about_gallery .slide_img:hover img{
    transform: scale(1.1);
  }
}
  

@media screen and (max-width: 768px){

  .about_gallery .wrap{
    gap: 0;
  }
    .about_gallery .slide_img{
      aspect-ratio: 328/320;
    }
    .about_gallery .slider_controls{
      margin-top: 16px;
    }

}



/*                END  ABOUT NEW               */





/*         ULTRAFORMER    NEW               */ 




/* arm new ultraformer */

.u_section {
  padding: 120px 0;
}
.u_section.bg_lb2 {
  background-color: #F0E9F4;
}
.u_section .section_title {
  justify-content: center;
  text-align: center;
  /* font-size: 48px;
  line-height: 52px; */
  margin-bottom: 36px;
}
.u_section .section_uptitle {
  color: #8651A7;
  text-align: center;
  font-size: 36px;
  line-height: 1;
}
.u_section .section_subtitle {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: -20px 0 36px;
}
.u_section .u_btn {
  cursor: pointer;
  display: block;
  width: max-content;
  background: #8651A7;
  border-radius: 32px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 16px 48px;
  transition: 0.3s ease all;
}
  @media screen and (min-width: 801px) {
      .u_section .u_btn:hover {
          opacity: 0.8;
      }
  }

.u_section .bg_img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

  .u_serum ul li {
      display: block;
      position: relative;
      padding-left: 32px;
      font-size: 18px;
      margin-bottom: 8px;
  }
  .u_serum ul li:last-child {
      margin-bottom: 0;
  }
  .u_serum ul li::before {
      content: "";
      position: absolute;
      top: 4px;
      left: 0;
      width: 20px;
      height: 20px;
      background-image: url("../img/u/ico_check.svg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
  }

  @media screen and (max-width: 768px) {
      .u_serum ul li{
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 12px;
      }
      .u_serum ul li::before {
          top: 0px;
      }
  }
  
@media screen and (max-width: 1440px) {
  .u_section {
      padding: 96px 0;
  }
}
@media screen and (max-width: 768px) {
  .u_section {
      padding: 72px 0;
  }
  .u_section .section_title {
      /* font-size: 20px;
      line-height: 24px; */
      margin-bottom: 24px;
  }
  .u_section .section_uptitle {
      font-size: 20px;
      line-height: 32px;
  }
  .u_section .section_subtitle {
      font-size: 20px;
      line-height: 22px;
      margin: -10px 0 24px;
  }
  .u_section .u_btn {
      width: 100%;
      font-size: 20px;
      padding: 14px 24px;
  }
}

.u_tech {
  background-image: url("../img/u/bg-gradient.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.u_tech::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DDEFFF;
  opacity: 0.8;
}
.u_tech .list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 64px 96px;
}
.u_tech .list .item {
  width: calc((100% - 192px) / 3);
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.u_tech .list .item .img {
  position: relative;
  background: #fff;
  border-radius: 200px;
  margin-bottom: 16px;
  aspect-ratio: 1/0.75;
}
.u_tech .list .item .img img {
  border-radius: 200px;
}
.u_tech .list .item .img svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  max-width: unset;
  z-index: -1;
  transition: 0.3s ease all;
  fill: transparent;
}
  
@media screen and (min-width: 768px) {
  .u_tech .list .item:hover .img svg {
      transform: translate(-50%, -50%) scale(1.1);
      visibility: visible;
      opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .u_tech .section_title {
  font-size: 28px;
  line-height: 32px;
  }
  .u_tech .list {
  gap: 14px 8px;
  }
  .u_tech .list .item {
  width: calc(50% - 4px);
  font-size: 18px;
  line-height: 22px;
  }
  .u_tech .list .item .img {
  margin-bottom: 12px;
  }
}


.u_demo .wrap {
  position: relative;
}
.u_demo .middle {
  width: 1010px;
  max-width: 100%;
  margin-inline: auto;
}
.u_demo .middle img {
  transform: translateX(-20px);
}
.u_demo .blocks {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 1600px;
}
.u_demo .block ._title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 24px;
}
.u_demo .block .video {
  width: 420px;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.u_demo .u_btn {
  margin: 3rem auto 0;
}
@media screen and (max-width: 1800px) {
  .u_demo .block .video {
      width: 320px;
  }
}
@media screen and (max-width: 1366px) {
  .u_demo .middle {
      width: 810px;
  }
  .u_demo .block ._title {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 18px;
  }
  .u_demo .block .video {
      width: 260px;
      margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .u_demo .middle {
  display: none;
  }
  .u_demo .blocks {
  position: relative;
  top: unset;
  left: unset;
  transform: none;
  display: block;
  padding: 0 30px;
  }
  .u_demo .block {
  margin-bottom: 24px;
  }
  .u_demo .block:last-child {
  margin-bottom: 0;
  }
  .u_demo .block ._title {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 12px;
  }
}


.u_serum {
  position: relative;
}
.u_serum .bg {
  position: absolute;
  left: -2vw;
  bottom: 72px;
  width: 9.7vw;
  height: 21vw;
}
.u_serum .wrap {
  position: relative;
  z-index: 1;
}
.u_serum .list {
  display: flex;
  gap: 16px;
  padding: 80px 32px 0;
}
.u_serum .list .item {
  background: #fff;
  width: calc((100% - 48px) / 4);
  padding: 0 24px 48px;
  transition: 0.3s ease all;
}
.u_serum .list .item .img {
  position: relative;
  width: 160px;
  height: 160px;
  margin: -80px auto 30px;
}
.u_serum .list .item .img .bg_img {
  width: 100%;
  height: 100%;
}
.u_serum .list .item .img .bg_img img {
  border-radius: 50%;
}
.u_serum .list .item .img .ico {
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.u_serum .list .item .title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}
.u_serum .list .item ul li {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .u_serum .list .item:hover {
  box-shadow: 1px 5px 20px 3px rgba(0, 0, 0, 0.52);
  }
}
@media screen and (max-width: 1366px) {
  .u_serum .list .item .title {
      font-size: 22px;
      line-height: 24px;
  }
  .u_serum .list .item ul li {
      font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .u_serum .bg {
      display: none;
  }
  .u_serum .section_subtitle br {
      display: none;
  }
  .u_serum .list {
      flex-direction: column;
      padding: 80px 0 0;
  }
  .u_serum .list .item {
      background: #fff;
      width: 100%;
      padding: 0 16px 24px;
      margin-bottom: 94px;
  }
  .u_serum .list .item:last-child {
      margin-bottom: 0;
  }
  .u_serum .list .item .img {
      margin: -80px auto 30px;
  }
  .u_serum .list .item .title {
      font-size: 22px;
      line-height: 22px;
      margin-bottom: 12px;
  }
  .u_serum .list .item ul li {
      font-size: 20px;
  }
}

.signup.form_full_row .wrapper {
  display: block;
}

.signup.form_full_row .bg {
  display: none;
}

.signup.form_full_row  form {
  margin-left: 0;
}

  .signup.form_full_row  .gform_wrapper .gform_footer [type="submit"] {
      width: 100%;
  }

@media screen and (min-width: 769px ) {

  .signup.form_full_row .gform_fields {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .signup.form_full_row .gfield:nth-child(1),
  .signup.form_full_row .gfield:nth-child(2) {
      width: calc(50% - 12px);
      margin-top: 0;
  }
  .signup.form_full_row .gfield:nth-child(3) {
      width: 100%;
      margin-top: 24px;
  }
  .signup.form_full_row  .gform_wrapper .gform_body ul li textarea{
      height: 50px;
  }

  .signup.form_full_row .police-text{
      position: absolute;
      width: calc(100% - 304px);
      bottom: calc(100% + 70px);
      left: 304px;
  }
}


@media screen and (max-width: 768px ) { 
  .signup.form_full_row .gform_wrapper .gform_footer {
      flex-direction: column-reverse;
      gap: 16px;
      margin-top: 16px;
  }
}


.about_service_readmore .info_wrap{
  transition: .3s ease all;
  overflow: hidden;
  max-height: 710px;
}
  .about_service_readmore .info_wrap._active{
      max-height: 3800px;
  }

.about_readmore_btn{
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #383838;
  font-size: 24px;
  margin-top: 36px;
}
  .about_readmore_btn svg{
      transition: .3s ease all;
  }
  @media screen and (min-width: 769px ) {
      .about_readmore_btn:hover svg{
          transform: rotate(135deg);
      }
  }

/* .u_serum + section.indications {
margin-top: 72px;
}     
@media (max-width: 1440px) {
.u_serum + section.indications {
  margin-top: 36px;
}
} */

/* end arm new ultraformer */



section.banner .video-bg{
  z-index: 1;
}


.bg_img img,
.bg_img svg{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.template_ultraformer .third_cloud_2{
  bottom: -36px;
}


@media screen and (min-width: 769px) {
  .template_ultraformer.template_robolex section.banner .video-bg {
    display: block;
  }
}


@media screen and (max-width: 768px) {

  .template_ultraformer .third_cloud {
    left: unset;
    right: 0;
    width: 70%;
    bottom: -90px;
  }
  .template_ultraformer .third_cloud_2 {
    right: unset;
    left: 0;
    width: 60%;
    bottom: -60px;
  }
}



  .u_about .wrap{
    grid-template-columns: calc(40% - 48px) 60%;
    gap: 48px;
  }

    .u_about_text{
      position: relative;
      overflow: hidden;
      transition: .3s ease all;
      /* max-height: 240px; */
      max-height: 370px;
    }
      .u_about_text p,
      .u_about_text li {
        font-size: 24px!important;
      }
      .u_about_text._open{
        max-height: 5000px;
      }
      .u_about_text::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        transition: .3s ease all;
      }
      .u_about_text._open::after{
        opacity: 0;
        visibility: hidden;
      }
    .u_about_toggle{
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 20px;
      font-weight: 500;
      margin-top: 16px;
    }
      .u_about_toggle svg{
        transition: .3s ease all;
      }
      .u_about_toggle._open svg{
        transform: scale(-1);
      }

@media screen and (min-width: 769px) {
  .u_about{
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .u_about_text{
    max-height: 400px;
  }
}
@media screen and (min-width: 1600px) {
  .u_about_text{
    max-height: 390px;
  }
}
@media screen and (min-width: 1700px) {
  .u_about_text{
    max-height: 430px;
  }
}
@media screen and (min-width: 1700px) {
  .u_about_text{
    max-height: 450px;
  }
}
@media screen and (min-width: 1900px) {
  .u_about_text{
    max-height: 500px;
  }
}

@media screen and (max-width: 768px) {

  .u_about .wrap{
    gap: 8px;
  }

    .u_about_text{
      max-height: 300px;
    }
      .u_about_text p,
      .u_about_text li {
        font-size: 20px!important;
      }

}


.u_advantages_img{
  width: 300px;
  max-width: 100%;
  margin-left: 60px;
}

.u_advantages .btn__main{
  margin-top: 24px;
}

.u_advantages .container{
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {

  .u_advantages .left{
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }

  .u_advantages_img{
    width: 220px;
    margin: 0 auto;
  }

  .u_advantages .btn__main{
    width: 100%;
    margin-top: 16px;
  }
  

}



.what_use{
  padding-bottom: 0;
}
.what_use .wrap{
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  gap: 24px;
}
  .what_use_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
    .what_use_img{
      width: 310px;
      margin-left: 60px;
    }
      .what_use_img img{
        display: block;
      }
  .what_use_right{
    padding-bottom: 60px;
  }
    .what_use_text{
      position: relative;
      overflow: hidden;
      transition: .3s ease all;
      max-height: 355px;
    }
      .what_use_text p,
      .what_use_text li {
        font-size: 24px!important;
      }
      .what_use_text._open{
        max-height: 5000px;
      }
      .what_use_text::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        transition: .3s ease all;
      }
        .what_use_text._open::after{
          opacity: 0; 
          visibility: hidden;
        }
    .what_use_toggle{
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 20px;
      font-weight: 500;
    }
      .what_use_toggle svg{
        transition: .3s ease all;
      }
      .what_use_toggle._open svg{
        transform: scale(-1);
      }

@media screen and (min-width: 769px) {
  .what_use .title br:first-child{
    display: none;
  }
}

@media screen and (max-width: 768px) {

  .what_use .wrap{
    gap: 8px;
  }
    .what_use_img{
      width: 100%;
      margin: 0;
    }
    .what_use_text{
      max-height: 460px;
    }
      .what_use_text p,
      .what_use_text li {
        font-size: 20px!important;
      }

}


.u_tech{
  background: none;
}
  .u_tech::before{
    display: none;
  }

  .u_tech .title{
    text-align: center;
  }

@media screen and (max-width: 768px) {
  .u_tech .list{
    gap: 16px;
  }
  .u_tech .list .item{
    width: 100%;
    font-size: 20px;
  }
  .u_tech .list .item .img{
    width: 280px;
    max-width: 100%;
    margin-inline: auto;
  }
}

.u_demo_new .title{
  text-align: center;
}
.u_demo_new .title__big {
  margin-bottom: 4px;
}

  .u_demo_new_list {
    display: flex;
    justify-content: center;
    gap: 24px;
  }
    .u_demo_new_item{
      width: 420px;
      max-width: 100%;
      font-size: 24px;
      text-align: center;
      font-weight: 500;
    }
    .u_demo_new_item .video{
      width: 240px;
      aspect-ratio: 1/1;
      margin: 0 auto 8px;
    }
      .u_demo_new_item .video img{
        display: block;
        height: 100%;
        object-fit: cover;
      }

  .u_demo_new .btn__main{
    margin: 24px auto 0;
  }

@media screen and (max-width: 768px) {

  .u_demo_new .subtitle {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .u_demo_new_list{
    flex-direction: column;
    gap: 16px;
  }
    .u_demo_new_item{
      font-size: 20px;
    }
  .u_demo_new .btn__main{
    width: 100%;
    margin: 16px 0 0;
  }
}



.u_serum .title{
  text-align: center;
}

  .u_serum_list{
    display: flex;
    gap: 24px;
  }

  .u_serum_list_item{
    width: calc( (100% - 72px) / 4 );
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
    .u_serum_list_item_img{
      position: relative;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      overflow: hidden;
    }
      .u_serum_list_item_img .bg_img{
        width: 100%;
        height: 100%;
      }
      .u_serum_list_item_ico{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 105px;
        transform: translate(-50%, -50%);
      } 

    .u_serum_list_item_title{
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
    }
  .u_serum_list_item ul{
    margin-bottom: 0!important;
  }
  .u_serum_list_item li {
    margin-bottom: 0!important;
  }
  .u_serum_list_item li::before {
    top: 4px!important;
    left: 0!important;
    width: 20px!important;
    height: 20px!important;
    background-image: url(../img/u/ico_check.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent!important;
    border-radius: 0!important;
  }

@media screen and (max-width: 768px) {

  .u_serum .title{
    text-align: left;
  }

  .u_serum_list{
    flex-direction: column;
    gap: 16px;
  }
    .u_serum_list_item{
      width: 100%;
      flex-direction: row;
      align-items: center;
    }
      .u_serum_list_item_content{
        flex-grow: 1;
      }
      .u_serum_list_item_img{
        width: 100px;
        min-width: 100px;
        height: 100px;
      }
      .u_serum_list_item_ico{
        width: 75px;
      }
      .u_serum_list_item_title{
        font-size: 20px;
        margin-bottom: 8px;
      }
      .u_serum ul li{
        padding-bottom: 6px!important;
      }

}


.template_ultraformer .indications{
  background: #f7f7f7;
  margin: 0!important;
}


.template_ultraformer .robolex_specialists .slider_controls{
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .template_ultraformer .robolex_specialists .slider_controls{
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .u_results .title{
    margin-bottom: 8px;
  }
}


.u_footer_form{
  background: #f7f7f7;
  padding: 60px 0 0;
}

  .u_footer_form_wrap{
    display: flex;
    align-items: flex-end;
    gap: 100px;
  }

  .u_footer_form_content {
    width: 380px;
    max-width: 100%;
    color: #1F2626;
    font-weight: 500;
    padding-bottom: 60px;
  }

  .u_footer_form_content .title{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 16px;
  }

  .u_footer_form form{
    width: 350px;
    max-width: 100%;
  }
    .u_footer_form .gform_body ul li{
      margin-bottom: 16px;
    }
      .u_footer_form .gform_body ul li input[type="text"],
      .u_footer_form .gform_body ul li input[type="email"] {
        background: #fff;
      }
      .u_footer_form .gform_body ul li textarea {
        background: #fff;
      }
      .u_footer_form .gform_body ul li select {
        background: #fff;
      }
    .u_footer_form .gform_wrapper .gform_footer .police-text{
      display: none;
    }
    .u_footer_form .gform_wrapper .gform_footer [type="submit"] {
      width: 100%;
    }

    .u_footer_form .gform_wrapper .gform_footer{
      margin-top: 16px;
    }

  .u_footer_form_img{
    width: 420px;
  }
    .u_footer_form_img img {
      display: block;
    }


@media screen and (min-width: 1200px) {
  .u_footer_form_wrap{
    padding-left: 10vw;
  }
}
@media screen and (min-width: 1600px) {
  .u_footer_form_wrap{
    padding-left: 150px;
  }
}

@media screen and (min-width: 769px) {

  .u_footer_form + .home_consult {
    display: none;
  }
  
}

 .template_robolex:not(.template_ultraformer) .u_footer_form_img{
    /* width: 420px; */
    width: 100%;
  }

@media screen and (max-width: 768px) {

  .template_robolex:not(.template_ultraformer) .home_consult_img img{
    /* width: 230px; */
    width: calc(100% - 36px);
    max-width: unset;
  }

}



@media screen and (max-width: 768px) {


  .u_footer_form{
    display: none;
  }

    .u_footer_form_wrap{
      display: block;
    }

    .u_footer_form_content .title{
      font-size: 28px;
    }
    .u_footer_form_content .subtitle {
      font-size: 20px!important;
      margin-bottom: 16px!important;
    }

  .u_footer_form + .home_consult .title {
    display: none;
  }
  .u_footer_form + .home_consult .title._second {
    display: block!important;
  }
  .u_footer_form + .home_consult .home_consult_text {
    display: none;
  }

}


.u_other{
  background: #eefeff;
}

  .u_other .third_cloud {
    left: unset;
    right: 0;
  }
  .u_other .third_cloud_2 {
    left: unset;
    right: 20%;
  }

  .u_other .title{
    margin-bottom: 48px;
  }


  .u_other_list{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    padding-right: 300px;
  }
    .u_other_item{
      width: calc( (100% - 72px) / 3 );
    }

    .u_other_item_title{
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 8px;
    }
    .u_other_item_price{
      font-size: 20px;
      color: #707070;
      display: flex;
      gap: 8px;
      align-items: center;
    }
      .u_other_item_price::after{
        content: '';
        width: 16px;
        height: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.90018 16C4.13057 16 4.36096 15.9129 4.53645 15.7396L11.7361 8.62855C12.088 8.281 12.088 7.71923 11.7361 7.37168L4.53645 0.260663C4.18457 -0.0868874 3.61579 -0.0868874 3.26391 0.260663C2.91203 0.608213 2.91203 1.16998 3.26391 1.51753L9.82728 8.00011L3.26391 14.4827C2.91203 14.8302 2.91203 15.392 3.26391 15.7396C3.4394 15.9129 3.66979 16 3.90018 16Z" fill="%2349BFC6"/></svg>');
        transition: .3s ease all;
      }
      .u_other_item_price span{
        line-height: 16px;
      }

  @media (hover:hover) {
    .u_other_item:hover .u_other_item_price::after{
      transform: translateX(8px);
    }
  }

  .u_other_bg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: max-content;
    max-height: 100%;
  }
    .u_other_bg img{
      display: block;
      height: 100%;
    }


@media screen and (max-width: 768px) {

  .u_other{
    padding-bottom: 82px;
  }

  .u_other .title{
    font-size: 28px;
    text-align: center;
    margin-bottom: 16px;
  }

  .u_other_list{
    padding-right: 0;
    gap: 0;
  }
    .u_other_item {
      width: 50%;
      padding: 12px 0;
      border-bottom: 1px solid rgba(0,0,0,.08);
      margin-bottom: 8px;
    }
      .u_other_item:nth-child(even){
        padding-left: 12px;
      }
      .u_other_item:nth-child(odd){
        padding-right: 12px;
      }
      .u_other_item:nth-last-child(1){
        border-bottom: none;
        margin-bottom: 0;
      }
      .u_other_item_title{
        font-size: 20px;
        margin-bottom: 4px;
      }
      .u_other_item_price{
        font-size: 18px;
      }

    .u_other_bg{
      height: 150px;
      width: auto;
    }

}

/*       END  ULTRAFORMER    NEW    */ 


/* services fix */

.template_robolex  section.service_banner {
  color: #fff;
}

.template_robolex section.service_banner .buttons_about .openVideo {
  margin: 0 0 0 72px;
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
  .template_robolex section.service_banner .buttons_about .openVideo svg {
    /* fill: #ffffff; */
  }
  .template_robolex section.service_banner .buttons_about .openVideo:hover {
    color: #fff;
  }

  .template_robolex section.service_banner .service_info li img,
  .template_robolex section.service_banner .service_info li svg {
    fill: #ffffff;
  }

  section.service_banner .service_info li svg path{
    fill: #49bfc6;
  }

/* END services fix */












/*            AQUAPURE NEW            */






section.aquapure_banner .wrapper{
  gap: 16px;
  justify-content: flex-end;
}
  .a_banner_logo{
    width: 360px;
    max-width: 100%;
  }
  section.banner  h1.a_banner_text_1{
    width: 750px;
    max-width: 100%;
    font-size: 32px;
  }
  .a_banner_text_2{
    width: 750px;
    max-width: 100%;
    font-size: 24px;
  }

@media screen and (max-width: 768px) {

  section.about_banner.aquapure_banner .wrapper{
    padding-bottom: 48px;
  }
  section.aquapure_banner .wrapper{
    gap: 12px;
  }
    .a_banner_logo{
      width: 260px;
    }
    section.banner  h1.a_banner_text_1{
      font-size: 20px!important;
    }
    .a_banner_text_2{
      font-size: 18px;
    }
      
}


@media screen and (min-width: 769px){
  section.aquapure_banner + .u_about {
    padding-bottom: 60px;
  }
}





.a_tech_list{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

  .a_tech_item{
    width: calc(50% - 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    font-size: 24px;
  }
    .a_tech_item .bg_img{
      width: 70%;
      max-width: 450px;
      aspect-ratio: 33 / 24;
    }
    .a_tech_item_icon{
      width: 80px;
    }
    .a_tech_item_title{
      font-weight: 500;
    }

@media screen and (min-width: 769px) {
  
  .a_tech .title{
    text-align: center;
  }
    .a_tech .title br{
      display: none;
    }

}

@media screen and (max-width: 1590px) {

  .a_tech_item{
    font-size: 20px;
  }
  .a_tech_item .bg_img{
    max-width: 360px;
  }

}

@media screen and (max-width: 768px) {

  .a_tech {
    padding-top: 0;
  }
  .a_tech_list{
    gap: 24px;
  }  
    .a_tech_item{
      width: 100%;
    }
      .a_tech_item .bg_img{
        width: 100%;
      }

}


.a_serum .title{
  text-align: center;
}

.a_serum_list{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
  .a_serum_item{
    width: calc( (100% - 144px) / 4 );
  }
  .a_serum_img img{
    width: auto;
    max-width: 100%;
    display: block;
    margin-inline: auto;
  }

  .a_serum_item_title{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
  }

@media screen and (max-width: 768px) {

  .a_serum .title{
    font-size: 28px;
  }

  .a_serum_list{
    gap: 8px;
  }
    .a_serum_item{
      width: calc( 50% - 4px );
    }
    .a_serum_img img{
     width: 90px;
    }
    .a_serum_item_title{
      font-size: 20px;
      margin-top: 4px;
    }

}



.a_indi_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

  .a_indi_img{
    width: calc(50% - 24px);
    display: flex;
    align-items: flex-end;
  }
    .a_indi_img img{
      width: 100%;
      height: auto;
    }
  section.a_indi .text{
    width: calc(50% - 24px);
    display: block;
  }
    section.a_indi .text .left{
      width: 100%;
      margin: 0 0 24px
    }
    section.a_indi .text .right{
      width: 100%;
      margin-top: 0;
    }
 
  .a_indi .text_block{
    width: calc(50% - 24px);
  }
    .a_indi .text_block p{
      margin-bottom: 1rem;
    }
    .a_indi .text_block p:last-child{
      margin-bottom: 0;
    }


@media screen and (max-width: 768px) {
  
  .a_indi_wrap{
    gap: 24px;
  }
    .a_indi_img{
      display: none;
    }
    section.a_indi .text{
      width: 100%;
      display: block;
    }
   
    .a_indi .text_block{
      width: 100%;
      padding: 0 24px;
    }

}

@media screen and (min-width: 769px) {
  .a_indi + .u_results .wrap{
    grid-template-columns: 45% 55%;
  }
}


/*         END   AQUAPURE NEW            */



/*        section manipula               */


.manipula_list {
  display: flex;
  gap: 2.4rem;
}
.manipula_item {
  width: calc((100% - 7.2rem) / 4);
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease all;
  padding: clamp(48px, 2.6rem, 2.6rem) 0;
}
.manipula_item_img {
  width: 7.5rem;
  margin: 0 auto 1.2rem;
}
.manipula_item_img img {
  width: 100%;
  height: auto;
}
.manipula_item_title {
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.manipula_item_size {
  color: var(--color-blue);
  /* font-weight: 300; */
  margin-bottom: 0.5rem;
}
.manipula_item_desc {
  color: var(--color-blue);
  font-size: 0.8rem;
  /* font-weight: 300; */
}
@media (hover: hover) {
  .manipula .manipula_item:hover {
    background-color: #F8DDC5;
  }
}
@media screen and (max-width: 900px) {
  .manipula {
    padding-bottom: 24px;
  }
  .manipula .section_title {
    margin-bottom: 24px;
  }
  .manipula_list {
    flex-wrap: wrap;
    gap: 16px;
  }
  .manipula_item {
    width: calc(50% - 8px);
    padding: 0;
  }
  .manipula_item_img {
    width: 130px;
    margin: 0 auto 12px;
  }
  .manipula_item_title {
    margin-bottom: 4px;
  }
  .manipula_item_size {
    margin-bottom: 4px;
  }
  .manipula_item_desc {
    font-size: 12px;
  }
}

.section_manipula .title{
  text-align: center;
  margin-bottom: 4px;
}

.section_manipula .subtitle{
  text-align: center;
}

@media (hover: hover) {
  .manipula_item:hover {
    background-color: rgba(73, 191, 198, .1);
  }
}

/*        END  section manipula               */




/*        section robolex laser       */


.r_laser{
  background: #f7f7f7;
}
  .r_laser_figure{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    max-width: 100%;
    fill: transparent!important;
  }
  .r_laser .container {
    position: relative;
    z-index: 1;
  }
  .r_laser .wrap {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
    gap: 24px;
  }


/*       END  section robolex laser       */


/*        section robolex serum       */

.r_serum_bold{
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.r_serum_list{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
  .r_serum_item{
    width: calc(50% - 12px);
  }
  .r_serum_item_img{
    background: #f7f7f7;
    position: relative;
    padding: 18px;
  }
    .r_serum_item_img img{
      display: block;
      width: auto;
      max-width: 100%;
      height: 100%;
      max-height: 360px;
      margin-inline: auto;
    }
    .r_serum_item_label{
      position: absolute;
      left: 0;
      bottom: 30px;
      color: #fff;
      background: rgba(73, 191, 198, .8);
      font-size: 20px;
      padding: 12px 16px;
      transition: .3s ease all;
    }

    .r_serum_item_title{
      font-size: 24px;
      font-weight: 500;
      margin: 6px 0;
    }


@media (hover:hover) {
  .r_serum_item:hover .r_serum_item_label{
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {


  .r_serum_item {
    width: 100%;
  }

    .r_serum_item_img img{
      max-height: 260px;
    }

    .r_serum_item_label{
      bottom: 24px;
      font-size: 16px;
      padding: 8px 12px;
    }

}

/*       END  section robolex serum       */