
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src:  url('/fonts/Mulish-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url('/fonts/Mulish-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Mulish-Italic";
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: url('/fonts/Mulish-Italic.ttf') format('truetype');
}
@font-face {
  font-family: "Mulish-Italic";
  font-style: italic;
  font-weight: 600;
  font-display: auto;
  src: url('/fonts/Mulish-SemiBoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  src: url('/fonts/Mulish-SemiBold.ttf') format('truetype');
}

/* slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 80px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background: linear-gradient(256.22deg, #FFF0BC 18.51%, #F9D24B 54.27%);
    top: 50%;
    border-radius: 50%;
    box-shadow: 0 2px rgb(226 191 67);
    margin: -40px 0 0 0;
}
.slick-prev {
  left: -160px;
}
.slick-next {
     right: -120px;
}
.slick-prev:before {
    content: '';
    background: url(../images/arrows.svg) center no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    margin: -7px 0 0 -10px;
    top: 50%;
    display: block;
}
.slick-next:before {
    content: '';
    background: url(../images/arrows.svg) center no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 50%;
    margin: -7px 0 0 -5px;
    top: 50%;
    transform: rotate(180deg);
}
/*----------------------------*/

* {
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    outline: none !important;
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   
}
body {
    font-family: "Mulish";
    font-weight: 400;
    font-size: 14px;
    color: #103746;
    line-height: 1.4;
}
img {
    display: block;
    max-width: 100%;
}
ul li {
  list-style-type: none; 
}
.bold {
  font-weight: bold;
}
.text_color {
    color: #EE7F1A;
}
.center {
    text-align: center;
}
.container-main {
    max-width: 1260px;
    min-width: 280px;
    padding: 0 10px;
    margin: 0 auto; 
}
.flexbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
   
    -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;

      align-items: center;
}
/*************main-bg*************/
.main-bg {
   background: url(../images/main-bg.jpg) no-repeat;
    width: 100%;
    height: 970px;
    background-position: center;
}
.main-offer-content {
    width: 67%;
    padding: 70px 0 40px 0;
}
h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 1.2;
}
.triggers {
    margin-left: -30px;
    padding: 40px 0;
    align-items: flex-start;
}
.triggers-item {
    width: 25%;
    padding-left: 30px;
    box-sizing: border-box;
}
.triggers-text {
    display: block;
    padding: 15px 0 0 0;
    font-size: 16px;
}
.special-offer-title {
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 1.2;
}
.special-offer {
    position: relative;
    padding: 40px;
    background: #FFFFFF;
    border: 2px solid #EE7F1A;
    border-radius: 30px;
    width: 760px;
    height: 289px;
    box-sizing: border-box;
}
.special-offer-bg {
    background: #fff url(../images/special-img.png);
}
.special-offer .default-button {
    padding: 37px 40px 37px 108px;
    font-size: 18px;
}
.special-mark {
    position: absolute;
    top: -15px;
    padding: 10px 20px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #EE7F1A;
    border-radius: 16px;
}
.special-off-ico {
    background: #FFFFFF url(../images/gift.svg) center no-repeat;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 50%;
    background-size: 22px;
    position: absolute;
    left: 40px;
    top: 20px;
}
.special-offer .button-bg {
    background: linear-gradient(0deg, #FFBD47, #FEE591) !important
}
 .autoflash{
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

     .flash{
       content: "";
  /*  background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;*/
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .7)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .7));
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    }
    
    .lighting {
    webkit-animation: moving 3s ease-in-out infinite;
    -moz-animation: moving 3s ease-in-out infinite;
    -ms-animation: moving 3s ease-in-out infinite;
    -o-animation: moving 3s ease-in-out infinite;
    animation: moving 3s ease-in-out infinite;
   
    }
    
  @keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
     }

.main-bg_mobile {
    display: none;
    background: url(../images/main-mob.jpg) no-repeat;
    width: 100%;
    height: 455px;
    background-size: 600px;
}
 /************header************/
 .header  {
    padding: 24px 0;
    justify-content: space-between;
 }
.WhatsApp-label {
    padding: 2px 6px;
    font-size: 8px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 5px 0 0 0;
    background: #FFFFFF;
    border-radius: 6px;
}
.WhatsApp-block {
    margin: 0 15px 0 0;
}
.WhatsApp-block img {
    margin: 0 auto;
}
.WhatsApp-text {
    font-weight: 600;
    color: #103746;
}
.wp-mobile {
    display: none;
}
.phone-icon {
    background: #FFFFFF url(../images/tel-ico-green.svg) center no-repeat;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 24px;
    display: inline-block;
    vertical-align: inherit;
}
.phone {
    font-size: 24px;
    line-height: 1;
    color: #103746;
}
.header-info {
    font-weight: 600;
    color: #103746;
}
.phones_under {
    display: block;
    margin: 5px 0 0 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}
.logo {
    margin-right: 30px;
    max-width: 130px;
}
.default-button {
    display: table;
    position: relative;
    text-align: center;
    padding: 37px 40px 37px 108px;
    font-size: 18px;
    /*padding: 18px 20px 18px 60px;*/
    border-radius: 12px;
    /*font-size: 12px;*/
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    color: #806B26;
    z-index: 0;
}
.callback-btn {
    padding: 18px 20px 18px 60px;
    font-size: 12px;
}
.button-bg {
    box-shadow: 0px 20px 40px -20px rgb(58 58 58 / 40%);
    -webkit-box-shadow: 0px 20px 40px -20px rgb(58 58 58 / 40%);
    -moz-box-shadow: 0px 20px 40px -20px rgb(58 58 58 / 40%);
    -moz-box-shadow: 0 15px 30px rgb(255 57 0 / 40%);
    /*background: linear-gradient(256.22deg, #FFF0BC 18.51%, #F9D24B 54.27%);*/
    box-shadow: 0 2px rgb(226 191 67);
    background: linear-gradient(0deg, #FFBD47, #FEE591);
}
.callback-ico {
    background: #FFFFFF url(../images/callback-ico.svg) center no-repeat;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 10px;
} 
.block-phones {
    padding: 0 50px 0 0;
}
button.mob-menu-toggle {
    display: none;
    vertical-align: middle;
    background: url(../images/menu.png) center no-repeat;
    background-size: 20px;
    border: 2px solid #EF7F1B;
    margin: 0 10px 0 0;
    cursor: pointer;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}
.mobile-menu-block-open {
    position: fixed;
    width: 100%;
}
.mobile-menu-block {
    position: fixed;
    top: 0;
    /* touch-action: none; */
    left: 0;
    height: 100%;
    overflow-y: auto;
    bottom: 0;
    width: 300px;
    background: #fff;
    -webkit-transform: translate3d(-300px, 0, 0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.mobile-menu-block-open .mobile-menu-block {
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.full-content {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.mobile-menu-block-open .full-content {
    -webkit-transform: translate3d(300px, 0, 0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
}
.mob-menu-layout {
    position: absolute;
    background: rgba(53, 150, 51, 0.6);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}
.mobile-menu-block-open .mob-menu-layout {
    opacity: 1;
    visibility: visible;
}
.menu-mobile li a {
    border-bottom: 1px solid #C9DBE2;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #103746;
}
.menu-mobile_contacts {
    padding: 30px 10px 10px;
}
.menu-mobile_contacts .contact-item .phone, 
.menu-mobile_contacts .contact-item .email, 
.menu-mobile_contacts .contact-item .address {
    font-size: 18px;
    padding: 0 0 0 24px;
}
.menu-mobile_contacts .contact-address_ico {
    background-position: left 7px;
}
/*************nav-section*************/
.nav-section {

}
.nav {
    background: #FFFFFF;
    box-shadow: 0px 0px 40px rgb(16 55 70 / 4%);
    border-radius: 34px;
    /*padding: 22px 40px;*/
}
.nav li a {
    position: relative;
    margin: 0 0 0 80px;
    padding-bottom: 2px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #103746;
    border-bottom: 1px dashed #C9DBE2;
}
.nav li a:before {
    content: '';
    background: url(../images/local-ico-green.svg);
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: -27px;
    top: 0;
}
.nav .active {
    position: relative;
    background: #103746;
    border-radius: 34px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    padding: 24px 33px 24px 75px;
    box-sizing: border-box;
}
.nav .active:before {
    content: '';
    background: url(../images/local-ico-white.svg);
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: 22px;
}
.nav .active:before {
    content: '';
    background: url(../images/local-ico-white.svg);
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: 22px;
}
/************block-1************/
.block-1 {
        padding: 120px 0 60px 0;
}
h2.title {
    font-size: 44px;
    line-height: 1.2;
}
.subtitle {
    display: block;
    margin: 20px 0 0 0;
    font-size: 20px;
}
.margin {
    margin-top: 70px;
}
.item-title {
    font-size: 24px;
    line-height: 1.2;
}
.block-1 .item img {
    border-radius: 30px;
}
.panel {
     padding: 20px 30px;
      width: 74%;
    height: 98px;
    box-sizing: border-box;
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin: 0 0 0 -140px;
}
.panel-white {
   
    background: #FFFFFF;
    box-shadow: 0px 30px 60px rgba(16, 55, 70, 0.04);
    border-radius: 20px;
   
}
.row {
    margin-left: -40px;
}
.item {
    position: relative;
    width: 33.3%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    margin: 0 0 105px 0;
}
.row-width .item {
    width: 50%;
    margin: 0;
}
.row-width .panel-white {
    width: 83%;
    height: 98px;
    margin: 0 0 0 -250px;
}
.block-2 {
    padding: 60px 0;
}
.bg-illustr {
    background: url(../images/bg-illustr.jpg) no-repeat;
    width: 100%;
    height: 970px;
    background-position: center;
}
.block-2 .panel-white {
    padding: 30px;
    box-sizing: border-box;
    justify-content: space-between;
}
.block-2 h2 {
    padding: 120px 0 0 0;
}
.block-2 .item-title {
    width: 70%;
    font-size: 20px;
}
.panel-item {
    width: 330px;
    height: 132px;
}
.circle-ico {
    display: block;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 50%;
}
.panel-list {
    justify-content: space-between;
        margin: 0 0 15px 0;
}
.ico-1 {
    background: #EE7F1A url(../images/block-2/1.svg) center no-repeat;
}
.ico-2 {
    background: #EE7F1A url(../images/block-2/2.svg) center no-repeat;
}
.ico-3 {
    background: #EE7F1A url(../images/block-2/3.svg) center no-repeat;
}
.ico-4 {
    background: #EE7F1A url(../images/block-2/4.svg) center no-repeat;
}
.ico-5 {
    background: #EE7F1A url(../images/block-2/5.svg) center no-repeat;
}
.ico-6 {
    background: #EE7F1A url(../images/block-2/6.svg) center no-repeat;
}
.ico-7 {
    background: #EE7F1A url(../images/block-2/7.svg) center no-repeat;
}
.ico-8 {
    background: #EE7F1A url(../images/block-2/8.svg) center no-repeat;
}

.bg-img {
    background: url(../images/Img-bg.png) no-repeat;
    width: 100%;
    height: 970px;
    background-position: center;
}
.block-4 h2.title {
    padding: 120px 0 0 0;
}
.video-block {
    margin-left: -40px;
    align-items: flex-start;
}
.video-block .item {
    padding: 0 0 0 40px;
    margin: 0;
    box-sizing: border-box;
}
.video {
    width: 65%;
}
.video-block .video img {
    border: 6px solid #FFFFFF;
    border-radius: 50px;
    box-sizing: border-box;
    height: 480px;
}
.author-name .name {
    font-size: 20px;
    line-height: 1.2;
}
.author-name .post {
    font-weight: 600;
    display: block;
    margin: 5px 0 0 0;
}
.author-block {
    width:35%;
}
.author-name {
    width: 50%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}
.author {
    background: #FFFFFF;
    box-shadow: 0px 60px 120px rgb(16 55 70 / 4%);
    border-radius: 50px;
    padding: 30px 50px 58px 50px;
    box-sizing: border-box;
}
.author-block .text {
    padding: 97px 0 0 0;
    position: relative;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
}
.author-block .text:before {
    content: '“';
    color: #EE7F1A;
    position: absolute;
    top: 80px;
    font-size: 100px;
    left: -13px;
    line-height: 0;
}
.author-img {
    background: #F2FBFF;
    border-radius: 50%;
    width: 124px;
    height: 124px;
    position: relative;
}
.author-img img {
        position: absolute;
    bottom: 0;
}
.howworks-block_video {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -42px 0 0 -51px;
}
.video-button-item:before {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    opacity: 0.5;
    background-size: 110% auto,auto;
    background-image: radial-gradient(ellipse at 27% 0,#ffffff,transparent 50%),-webkit-gradient(linear,left top,left bottom,from(#FF9901),color-stop(30%,#FF8C39),color-stop(96%,#FFC701),to(#FFE925));
    background-image: -webkit-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-webkit-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background-image: -o-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-o-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background: linear-gradient(256.22deg, #FFF0BC 18.51%, #F9D24B 54.27%);
    animation-duration: 2.0s;
    animation-name: fadeAndScale;
    animation-iteration-count: infinite;
}
.btn-play-video {
    position: relative;
    display: block;
    width: 102px;
    height: 102px;
}
.btn-play-video:before {
    content: '';
    background: url(../images/play.svg) center;
    width: 28px;
    height: 28px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -10px;
    z-index: 3;
}
.video_video {
    position: absolute;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    background: linear-gradient(256.22deg, #FFF0BC 18.51%, #F9D24B 54.27%);
    z-index: 1;
}
.video-button-item:after {
    content: '';
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    left: -25px;
    top: -25px;
    opacity: 0.5;
    background-size: 110% auto,auto;
    background-image: radial-gradient(ellipse at 27% 0,#ffffff,transparent 50%),-webkit-gradient(linear,left top,left bottom,from(#FF9901),color-stop(30%,#FF8C39),color-stop(96%,#FFC701),to(#FFE925));
    background-image: -webkit-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-webkit-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background-image: -o-radial-gradient(27% 0,ellipse,#ffffff,transparent 50%),-o-linear-gradient(top,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    background: radial-gradient(ellipse at 27% 0,#ffffff,transparent 50%),linear-gradient(to bottom,#ffffff,#ffffff 30%,#ffffff 96%,#ffffff);
    animation-duration: 2.0s;
    animation-name: fadeAndScaleStep2;
    animation-iteration-count: infinite;
}
@keyframes fadeAndScale {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}

@keyframes fadeAndScaleStep2 {
  from {
    opacity: 0.9;
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    transform: scale(1.4, 1.4);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 10%, 0);
      transform: translate3d(0, 10%, 0);
  }
  100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
  }
 } 
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************footer*************/
footer {
    padding: 50px 0;
    border-top: 1px solid #DFEBF0;
}
.footer-info {
    font-weight: 600;
    color: #103746;
}
.politica {
     border-bottom: 1px dashed #C9DBE2;
     font-weight: 600;
     color: #103746;
}
.modal-politic p {
    margin: 10px 0;
}
.footer-right span {
    font-weight: 600;
}
.ico-uplite {
    position: relative;
    margin: 0 0 0 30px;
    border-bottom: 1px dashed #C9DBE2;
}
.ico-uplite:before {
    content: '';
    position: absolute;
    background: url(../images/Logo-uplite.svg) no-repeat;
    width: 14px;
    height: 14px;
    left: -20px;
    top: 2px;
}
.footer {
    justify-content: space-between;
}
.footer-right {
    gap: 60px;
}
.link-uplite {
    opacity: 0.3;
}
.link-uplite a {
    color: #103746;
}
/*************reviews*************/
.reviews-block {
    padding: 120px 0;
}
.reviews-name .name{
    font-size: 18px;
    line-height: 1;
}
.reviews-name .date{
    display: block;
    padding: 8px 0 0 0;
    font-size: 12px;
    line-height: 1;
    color: #A3B7BF;
}
.reviews-content {
    padding: 40px;
    background: #F2FBFF;
    border-radius: 30px;
}
.reviews-author {
    padding: 25px 0;
    column-gap: 20px;
}
.reviews-avatar img {
    border-radius: 50%;
}
.reviews-text {
    position: relative;
    padding: 60px 0 0 0;
    font-style: italic;
    font-size: 18px;
        min-height: 460px;
}
.reviews-text:before {
    content: '“';
    color: #EE7F1A;
    position: absolute;
    top: 40px;
    font-size: 100px;
    left: -13px;
    line-height: 0;
}
.rating {
    background: url(../images/Rating.svg) no-repeat;
    width: 140px;
    height: 20px;
}
.reviews-item {
    padding: 0 40px 0 0;
    box-sizing: border-box;
}
.reviews-avatar {
    width: 48px;
    height: 48px;
}
/***********block-3***********/
.block-3  {
    padding: 120px 0;
}
.bg-block {
    background: #F2FBFF;
    border-radius: 50px;
}
.cost-calculation-block {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.cost-calculation {
    padding: 60px 20px 60px 60px;
    width: 68%;
    box-sizing: border-box;
}
.direction-form {
    padding: 50px;
    background: #E1F3E1;
    border-radius: 42px;
    width: 32%;
    box-sizing: border-box;
}
.direction-form-cont .text {
    padding: 65px 0 0 0;
    position: relative;
    font-style: italic;
    font-weight: 600;
    font-size: 24px;
}
.direction-form-cont .text:before {
    content: '“';
    color: #EE7F1A;
    position: absolute;
    top: 65px;
    font-size: 100px;
    left: -13px;
    line-height: 0;
}
.soial .WhatsApp-text {
    padding-left: 10px;
}
.wp-text {
    font-size: 16px;
    padding: 45px 0 30px 0;
    display: block;
}
.wp-block .WhatsApp-block img {
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.wp-block .WhatsApp-label {
    padding: 3px 6px;
    font-size: 8px;
}
.tel-block {
    padding: 15px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px 16px 16px 16px;
    font-size: 20px;
    color: #103746;
    line-height: 1;
}
/************contact-block************/
.contact-block {
        padding: 0 0 160px 0;
}
.contact-block h2 {
    padding: 0 0 40px 0;
}
.contact-content {
    width: 30%;
        box-sizing: border-box;
}
.contact_text {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    padding: 0 0 12px 30px;
}
.contact-phone_ico {
    background: url(../images/tel-ico-green.svg) center no-repeat;
    background-size: 18px;
    background-position: left 0;
    display: block;
}
.contact-email_ico {
    background: url(../images/mail.svg) center no-repeat;
    background-size: 18px;
    background-position: left 0;
    display: block;
}
.contact-address_ico {
    background: url(../images/local-ico-green.svg) center no-repeat;
    background-size: 18px;
    background-position: left 0;
    display: block;
}
.contact_under {
    display: block;
    padding: 12px 0 0 0;
    line-height: 1;
    color: #A3B7BF;
}
.contact-item {
    padding: 0 0 40px 0;
}
.contact-item .phone,
.contact-item .email,
.contact-item .address {
    font-size: 24px;
    line-height: 1;
    color: #103746;
}
.email {
    font-size: 24px;
    line-height: 1;
    color: #103746;
}
.map-contact {
    position: relative;
    width: 70%;
    box-sizing: border-box;
    height: 600px;
}
.ymaps-2-1-79-map {
    border-radius: 30px;
}
.ymaps-2-1-79-inner-panes {
    border-radius: 30px;
}
.tabs {
    display: block;
    overflow: hidden;
    /*position: absolute;
    z-index: 1000;
    top: 10px;
    left: 10px;
    right: 10px;
    background: #FFFFFF;
    border-radius: 24px;*/
}
.tabs .container li {
    padding: 20px 35px;
    box-sizing: border-box;
    font-size: 16px;
    border-right: 1px solid #DFEBF0;
    cursor: pointer;
}
.active {

}
.tabs .container  {
    flex-wrap: nowrap;
}
.tabs .container li:last-child {
    border-right: 0;
}
.map-descriptor-content {
    background: #FFFFFF;
    border-radius: 24px;
    width: 260px;
    box-sizing: border-box;
}
.tabs>div>div {
    opacity: 0;
    height: 0;
    visibility: hidden;
    -webkit-transition: transfor .25s cubic-bezier(.44,.96,.5,.98);
    -o-transition: transform .25s cubic-bezier(.44,.96,.5,.98);
    transition: transform .25s cubic-bezier(.44,.96,.5,.98);
    transform: translateY(20px);
}
.tabs>div>div.tab-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    height: auto;
}
.tabs-menu {
    position: absolute;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 24px;
    top: 10px;
    left: 10px;
    right: 10px;
        overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.tabs-menu::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}
.tabs-menu::-webkit-scrollbar-thumb {
    background-color: #959595;
    border-radius: 5px;
    border: 3px solid #9a9a9a;
}
.tabs-menu::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 5px;
}
.map-contacts {
    position: absolute;
    z-index: 1;
    top: 180px;
    left: 10px;
}
.tabs ul li.active, .tabs ul li.active:hover {
    border-bottom: 3px solid #f45e53;
}
.ymaps-2-1-79-float-button {
  display: none!important;
}
.map-descriptor-content .contact_text {
    font-size: 14px;
}
.map-descriptor-content .address-text {
    font-size: 16px;
    color: #103746;
}
.map-descriptor-content .address {
    padding: 30px 40px 25px 30px;
    border-bottom: 1px solid #DFEBF0;
}
.map-descriptor-content .tel {
        padding: 25px 30px 30px;
}
.map-descriptor-content .phone {
    font-size: 16px;
    color: #103746;
}
/************form***********/
 .form_form {

 }
 .input-name {
    font-size: 20px;
    line-height: 1;
 }
 .modal-radio-buttons {
    padding: 25px 0 40px 0;
    margin: 0 0 0 -20px;
    flex-wrap: nowrap;
}
.buttons-wrap {
    padding-left: 20px;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] ~ label {
    display: block;
    position: relative;
    width: 168px;
    background-color: #ffffff;
    padding: 15px 10px 15px 60px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #DFEBF0;
    border-radius: 12px;
    cursor: pointer;
}
.label {
    padding: 15px!important;
    text-align: center;
}
.modal-radio-buttons label span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] ~ label {
    display: block;
    position: relative;
    width: 168px;
    background-color: #ffffff;
    padding: 15px 10px 15px 60px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #DFEBF0;
    border-radius: 12px;
    cursor: pointer;
}
input[type="checkbox"]:checked ~ label {
    background: #EE7F1A;
}
input[type="checkbox"]:checked ~ label span {
   color: #FFF;
}
input[type="radio"]:checked ~ label {
    background: #EE7F1A;
}
input[type="radio"]:checked ~ label span {
   color: #FFF;
}
input[type="radio"]:checked ~ label .men-ico {
   background: url(../images/form/men-ico-w.svg) no-repeat;
    width: 28px;
    height: 26px;
    background-size: 28px;
}
input[type="radio"]:checked ~ label .women-ico {
   background: url(../images/form/women-ico-w.svg) no-repeat;
    width: 24px;
    height: 28px;
    background-size: 22px;
}
.men-ico {
    background: url(../images/form/men-ico.svg);
    width: 22px;
    height: 25px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -14px 0 0 0;
}
.women-ico {
    background: url(../images/form/women-ico.svg);
    width: 24px;
    height: 28px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin: -14px 0 0 0;
}
.calc-ico {
    background: #FFFFFF url(../images/form/calc-ico.svg) center no-repeat;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 50%;
    background-size: 22px;
    position: absolute;
    left: 40px;
    top: 20px;
  
}
.bottom-button {
    padding: 20px 0 0 0;
}
.bottom-info {
    width: 55%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
}
.info-text {
    font-size: 16px;
}
.info-num {
    display: block;
    padding: 15px 0 0 0;
   font-size: 16px;
    line-height: 1; 
}
.num {
    padding: 6px 12px;
    margin: 0 0 0 10px;
    font-size: 16px;
    line-height: 1; 
    text-align: center;
    color: #806B26;
    background: linear-gradient(256.22deg, #FFF0BC 18.51%, #F9D24B 54.27%), #D9D9D9;
    border-radius: 6px;
    box-sizing: border-box;
}
 h3 {
   font-weight: bold;
   font-size: 36px;
    line-height: 1.2;
 }
 input[type="tel"], 
 input[type="text"] {
    padding: 22px 25px 22px 30px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 12px;
    background-size: 18px;
    resize: none;
    border: 2px solid #DFEBF0;
    border-radius: 16px;
 }
 input[type="submit"] {
     font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #806B26;
     border: none;
     width: 100%;
     padding: 37px 95px 37px 163px;
     box-sizing: border-box;
     display: inline-block;
     font-weight: bold;
     border-radius: 20px;
     cursor: pointer;
     -webkit-appearance: none !important;
     font-family: inherit;

     box-shadow: 0px 20px 40px -20px rgb(58 58 58 / 40%);
    -webkit-box-shadow: 0px 20px 40px -20px rgb(58 58 58 / 40%);
    -moz-box-shadow: 0px 20px 40px -20px rgb(58 58 58 / 40%);
    -moz-box-shadow: 0 15px 30px rgb(255 57 0 / 40%);
   box-shadow: 0 2px rgb(226 191 67);
    background: linear-gradient(0deg, #FFBD47, #FEE591);
 }
 .soglasie{
    text-align: center;
     }
 .soglasie-obrab {
     border-bottom: 1px dashed #C9DBE2;
 }
 .success-send img {
   margin: 0 auto 25px auto;
 }
.success-send {
     text-align: center;
}
.modal-info-title {
     margin: 0 0 20px 0;
     display: block;
     font-size: 24px;
     font-weight: 600;
}
.desc-form {
   font-size: 16px;
    line-height: 1;
    display: block;
    margin: 20px 0 40px;
}
.modal-info-span {
    margin: 20px 0 0 0;
    display: block;
    font-size: 20px;
    line-height: 1;
}

.remodal.remodal_modal-info {
    max-width: 840px!important;
    background: #fff url(../images/mod-info-img.png)!important;
    width: 840px;
    height: 500px;
}
.form-button {
    margin: 20px 0 30px 0;
}
.field__icon_submit {
    position: relative;
}
.field__icon_submit:before {
    content: '';
    background: #FFFFFF url(../images/callback-ico.svg) center no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: 22px;
    display: block;
    position: absolute;
    left: 95px;
    top: 45px;
}
.field {
    position: relative;
}
.field__icon_phone{
    background: #EAF3F7 url(../images/form/input-ico-tel.svg) center no-repeat;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;
}

.field__icon_user {
    background: #EAF3F7 url(../images/form/input-ico-user.svg) center no-repeat;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-size: 16px;
    display: block;
    position: absolute;
    right: 12px;
    top: 12px;  
}
.field input:focus~.field__icon_phone {
  display: none;
}
.field input:focus~.field__icon_user {
  display: none;
}
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #A3B7BF;
}
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #A3B7BF;
}
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #A3B7BF;
}
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #A3B7BF;
}
.remodal-form_special-offer {
    max-width: 1000px!important;
    padding: 10px!important;
}
.form_special-offer  {
    width: 60%;
    box-sizing: border-box;
    padding: 60px;
}
.special-form {
    align-items: flex-start;
}
.special-form_flex {
    align-items: flex-start;
}
.special-form_flex .WhatsApp-block {
    margin: 0 10px 0 0;
}
.special-form_flex .direction-form-cont .text {
    padding: 115px 0 0 0;   
}
.special-form_flex .direction-form-cont .text:before {
    top: 100px;
}
.special-form_flex .wp-text {
    font-size: 16px;
    padding: 85px 0 30px 0;
}
.special-form .direction-form {
    width: 40%;
}
.special-form_text {
    font-size: 16px;
}
.special-form_offer-item {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
}
.special-form_offer-item-text {
    display: block;
    width: 50%;
    margin: 0 0 0 25px;
}
.special-form_offer {
    margin: 30px 0 30px -40px;
}
/***********media******************/
@media (max-width:1680px) {
 
}
@media (max-width:1600px) {
    .slick-prev, .slick-next {
        top: -140px;
        margin: 0px 0 0 0;
    }
    .slick-prev {
        left: auto;
        right: 140px;
    }
    .slick-next {
        right: 40px;
    }
}
@media (max-width:1440px) {

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

}
 @media (max-width: 1280px) {
      .nav li a {
        margin: 0 0 0 50px;
        font-size: 16px;
    }
    .nav .active {
        font-size: 16px;
        padding: 24px 25px 24px 60px;
    }
    .nav .active:before {
        left: 25px;
        top: 20px;
    }
    .nav {
        padding: 0 25px 0 0;
    }
    .nav .flexbox {
        justify-content: space-between;
    }
    .main-offer-content {
        width: 70%;
    }
    h1 {
        font-size: 48px;
    }
    .direction-form {
        width: 100%
    }
    .cost-calculation {
        width: 100%;
    }
    .cost-calculation-block {
        flex-wrap: unset;
        flex-direction: column;
    }
        
}
@media (max-width: 1200px) {
    .header-right .phone {
        display: none;
    }
    .block-phones {
        padding: 0 0px 0 0;
    }
    .row-width .panel-white {
        margin: 0 0 0 -230px;
    }
    .panel {
        margin: 0 0 0 -130px;
    }
     .video-block {
        flex-direction: column;
    }
    .video {
        margin: 0 auto 45px auto!important;
    }
    .author-block {
        width: 100%;
    }
    .video-block .item {
        padding: 0;
    }
    .video-block {
        margin-left: 0;
    }
    .bg-img {
        height: auto;
    }
    .video-block .video img {
        height: auto;
    }
    .contact-block .contact {
        display: block;
    }
    .contact-content {
        width: 100%;
    }
    .map-contact {
        width: 100%;
    }
    .ymaps-2-1-79-map {
        width: 100!important;
    }
    .tabs .container li {
        width: 25%;
        padding: 20px;
    }
}
@media (max-width:1080px) {
  
}
@media (max-width:1040px) {
      .footer-right {
        margin: 30px 0 0 0;
    }
    .footer {
        justify-content: unset;
        display: block;
    }
}
@media (max-width: 1024px) {
   
    .bg-img {
        height: auto;
    }
    .panel {
        margin: 0 0 0 -100px;
    }
    .row-width .panel-white {
        margin: 0 0 0 -185px;
    }
    .item-title {
        font-size: 20px;
    }
}
@media (max-width: 980px) {
   .nav-section {
        display: none;
    }
    .main-offer-content {
        width: 80%;
    }
    h1 {
        font-size: 46px;
    }
    .triggers-item {
        width: 50%;
        display: flex;
        align-items: center;
        margin: 0 0 20px 0;
    }
    .triggers-text {
        padding: 0 0 0 10px;
    }
    .buttons-wrap {
        padding-bottom: 20px;
    }
    .modal-radio-buttons {
        width: 100%;
        flex-wrap: wrap;
    }
     .buttons-wrap {
        width: 50%;
        box-sizing: border-box;
    }
    input[type="radio"] ~ label {
        width: 100%;
    }
    input[type="checkbox"] ~ label {
        width: 100%;
    }
    .bottom-button {
        display: block;
    }
    .bottom-info {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .row {
        margin-left: 0;
        display: block;
    }
    .item {
        width: 400px;
        padding: 0;
        margin: 0 auto 90px auto;
    }
   
    .video-block .item {
        width: 65%;
    }
    .panel {
        width: 80%;
        height: auto;
        left: 40px;
        margin: 0; 
    }
    .item-title {
        font-size: 20px;
    }
    .row-width .item {
        width: 400px;
        margin: 0 auto 90px auto;
    }
    .row-width .panel-white {
        width: 80%;
        height: auto;
        margin: 0;
    }
    button.mob-menu-toggle {
        display: inline-block;
    }
    .header-info {
        display: none;
    }
    .phone-icon {
        margin-right: 10px;
    }
    .author-block.item {
        width: 100%;
    }
}
@media (max-width:920px) {
    .slick-prev {
        right: 90px;
    }
    .slick-prev, .slick-next {
        top: -55px;
        width: 40px;
        height: 40px;
    }
    .slick-next {
        right: 40px;
    }
    .slick-next:before {
        background-size: 15px;
    }
    .slick-prev:before {
        background-size: 15px;
    }
    .header-info {
        display: none;
    }
    .special-form {
    flex-direction: column;
}
.form_special-offer {
    width: 100%;
    padding: 20px;
}
.special-form .direction-form {
    width: 100%;
}
}
@media (max-width: 801px) {
   h1 {
        font-size: 44px;
    }
    .special-offer {
        width: 100%;
        padding: 30px;
        height: auto;
    }

}
@media  (max-width: 769px) {
    .remodal.remodal_modal-info {
    width: 100%;
    max-width: auto;
}
}
@media (max-width: 767px) {
     .footer-right {
        gap: 10px;
        margin: 30px 0 0 0;
        flex-direction: column;
        align-items: flex-start;
    }
    .reviews-text {
        min-height: auto;
    }
    .reviews-item {
        padding: 0 10px 0 0;
    }
    .slick-prev {
        right: 60px;
    }
    .slick-next {
        right: 10px;
    }
    
    .callback-btn {
        display: none;
    }
    .video_video {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
    }
    .btn-play-video {
        width: 80px;
        height: 80px;
    }
    .video-button-item:before {
        width: 90px;
        height: 90px;
        left: -3px;
        top: -3px;
    }
    .video-button-item:after {
        width: 100px;
        height: 100px;
        left: -11px;
        top: -10px;
    }
   .tabs .container li {
        padding: 10px;
        font-size: 14px;
    }
}
@media (max-width: 720px) {
    .panel-item {
        width: 100%;
         height: auto;
        margin: 0 0 15px 0;
    }
    .panel-list {
        margin: 0;
    }
    .block-2 h2 {
        padding: 0;
    }
    .bg-illustr {
        background: none;
        height: auto;
    }
    .special-offer .default-button {
        padding: 37px 40px 37px 100px;
        font-size: 16px;
    }
}
@media (max-width:635px) {
 
}
@media (max-width:600px) {
      h2.title {
        font-size: 24px;
    }
    .subtitle {
        font-size: 14px;
    }
    .reviews-block  h2.title {
           padding: 0 0 20px 0;
    }
    .author-block .text:before {
        top: 40px;
        font-size: 70px;
    }
    .author-block .text {
        padding: 50px 0 0 0;
        font-size: 20px;
    }
    .video {
        margin: 0 auto 45px auto;
    }
    .header {
        padding: 15px 0;
    }
    .main-offer-content {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .main-bg {
        /*height: auto;*/
    }
    h1 {
        font-size: 36px;
    }
    .cost-calculation {
        padding: 40px;
    }
    .info-text {
        font-size: 14px;
    }
    .info-num {
        font-size: 14px;
    }
    .num {
        font-size: 14px;
    }
    .header-right .phone-icon {
        margin-right: 0;
        width: 35px;
        height: 35px;
        background-size: 14px;
    }
    .header-center {
        display: none;
    }
    .header-right .block-phones {
        padding: 0 0 0 10px;
    }
    .wp-mobile {
        display: block;
    }
    button.mob-menu-toggle {
        width: 35px;
        height: 35px;
        background-size: 16px;
        margin: 0 0 0 10px;
    }
    .header .logo {
        margin-right: 0;
        width: 125px;
    }
    
    .main-bg {
        background: #e2f1f8;
            height: auto;
        
    }
    .main-bg_mobile {
        display: block;
    }
    .margin {
        margin-top: 40px;
    }
    .input-name {
        font-size: 18px;
    }
    .modal-radio-buttons {
        padding: 25px 0 30px 0;
    }
    .direction-form {
        padding: 20px;
        border-radius: 15px;
    }
    .author {
         padding: 20px 25px;
         border-radius: 15px;
    }
    .direction-form-cont .text {
        padding: 55px 0 0 0;
        font-size: 16px;
    }
    .author-img {
        width: 100px;
        height: 100px;
    }
   .author-block .text {
        font-size: 16px;
    }
    .direction-form-cont .text:before {
        top: 45px;
        font-size: 80px;
    }
    .wp-text {
        font-size: 14px;
        padding: 25px 0 20px 0;
    }
    .wp-block .WhatsApp-block img {
        width: 30px;
        height: 30px;
    }
    .tel-block {
        padding: 13px 15px;
        font-size: 14px;
    }
    .author-name {
        width: 60%;
        padding: 0 0 0 10px;
    }
    .video-block .item {
        width: 100%;
    }
    .video-block .video img {
        border-radius: 35px;
    }
    .video {
        margin: 0 auto 20px auto!important;
    }
    .reviews-text {
        font-size: 16px;
    }
    .ymaps-2-1-79-map {
        height: 325px!important;
    }
    .map-contact {
        height: 325px;
        padding: 87px 0 0 0;
    }
   
    .tabs .container li br {
        display: none;
    }
     .tabs .container li {
        width: 50%;
    }
    .tabs .container li:last-child {
       border-bottom: 0;
    }
    .map-descriptor-content .address {
        padding: 10px 15px;
        width: 50%;
        box-sizing: border-box;
    }
    .map-descriptor-content .contact_text {
        font-size: 12px;
    }
    .map-descriptor-content .address-text {
        font-size: 12px;
    }
    .map-descriptor-content .tel {
        padding: 10px 15px;
        width: 50%;
        box-sizing: border-box;
    }
    .map-descriptor-content .phone {
        font-size: 13px;
    }
    
    .contact-item {
        padding: 0 0 25px 0;
    }
    .contact_text {
        font-size: 14px;
    }
    .contact-item .phone, 
    .contact-item .email, 
    .contact-item .address {
        font-size: 18px;
    }
    .contact-content {
        margin: 0 0 20px 0;
    }
    footer {
        padding: 35px 0 50px 0;
    }
   /* .contact-block {
        padding: 0 0 180px 0;
    }*/
    .reviews-block {
        padding: 80px 0 0 0;
    }
    .block-3  {
        padding: 40px 0;
    }
    .bg-img {
        height: 780px;
    background-size: cover;
    }
    .block-4 h2.title {
        padding: 40px 0 0 0;
    }
    .block-2 .panel-white {
        padding: 15px;
    }
    .block-2 {
        padding: 40px 0;
    }
    .block-1 {
        padding: 80px 0 40px 0;
    }
    h3 {
        font-size: 24px;
    }
    .desc-form {
        font-size: 14px;
    }
    .remodal {
        padding: 70px 30px!important;

    }
    .remodal-form_special-offer {
        padding: 10px!important;
    }
    .field__icon_submit:before {
        display: none;
    }
    input[type="submit"] {
        font-size: 16px;
        padding: 25px;
    }
    .map-contacts {
        right: 10px;
        top: 95px;
    }
    .map-descriptor-content {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        border-radius: 15px;
    }
    .special-form .direction-form {
        display: none;
    }
}
@media (max-width:540px) {
      h1 {
        font-size: 28px;
    }
    .triggers-item {
        width: 100%;
    }
    .special-off-ico {
        display: none;
    }
    .special-offer .default-button {
        padding: 30px 20px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
    }
    .special-offer-title {
        margin: 0 0 20px 0;
        font-size: 18px;
    }
    .special-mark {
        top: -13px;
        padding: 8px 15px;
        font-size: 12px;
    }
    .bottom-button .default-button {
        width: 100%;
        padding: 30px 20px;
        font-size: 16px;
        box-sizing: border-box;
    }
    .calc-ico {
        display: none;
    }
    .bg-block {
        border-radius: 15px;
    }
    .cost-calculation {
        padding: 10px;
    }
    .modal-radio-buttons {
        padding: 15px 0;
        margin: 0 0 0 -10px;
    }
    .buttons-wrap {
        padding-left: 10px;
        padding-bottom: 10px;
    }
    .modal-radio-buttons label span {
        font-size: 13px;
    }
    .label {
        padding: 10px!important;
        text-align: center;
    }
    input[type="radio"] ~ label {
        padding: 10px;
    }
    .age .buttons-wrap {
        width: 25%;
    }
    .gender input[type="radio"] ~ label {
        padding: 10px 10px 10px 35px;
    }
    .men-ico {
        margin: -11px 0 0 0;
        background-size: 18px;
        background-repeat: no-repeat;
        left: 10px;
    }
    input[type="radio"]:checked ~ label .men-ico {
        margin: -11px 0 0 0;
        background-size: 22px;
        background-repeat: no-repeat;
        left: 10px;
    }
    .women-ico {
        margin: -11px 0 0 0;
        background-size: 22px;
        background-repeat: no-repeat;
        left: 10px;
        top: 50%;
    }
    input[type="radio"]:checked ~ label .women-ico {
        margin: -11px 0 0 0;
        background-size: 18px;
        background-repeat: no-repeat;
        left: 10px;
    }
    .input-name {
        font-size: 15px;
    }
   
    .special-form_offer-item-text {
        margin: 0 0 0 10px;
        font-size: 12px;
    }
    .special-form_offer-item img{
            width: 60px;
        height: 60px;
    }
    .triggers-text br {
        display: none;
    }
}
@media (max-width:480px) {
    .bottom-button .default-button {
        padding: 20px;
        font-size: 14px;
    }
       .bottom-button {
        padding: 0;
    }
    .footer-left {
        display: block;
    }
    .footer .logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .cost-calculation {
        padding: 40px 20px;
    }
    .info-text br {
        display: none;
    }
    .item {
        width: 100%;
        box-sizing: border-box;
    }
    .row-width .item {
        width: 100%;
    }
    .item-title {
        font-size: 16px;
    }
    .row-width .panel-white {
        left: 20px;
        width: 88%;
        height: auto;
        margin: 0;
    }
    .panel {
        left: 20px;
        width: 88%;
    }
    .triggers {
        padding: 20px 0;
    }
    .block-2 .item-title {
        font-size: 16px;
    }
  .circle-ico {
        width: 50px;
        height: 50px;
    }
    .ico-1,
    .ico-2,
    .ico-3,
    .ico-4,
    .ico-5,
    .ico-6,
    .ico-7,
    .ico-8 {
        background-size: 30px;
    }
    .main-bg_mobile {
        height: 328px;
        background-size: 432px;
    }
    .bg-img {
        height: 680px;
    }
    
}
@media (max-width:440px){
     .special-form_offer {
        display: block;
        margin: 30px 0 30px 0;
    }
    .special-form_offer-item {
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width:414px) {
    h1 {
        font-size: 25px;
    }
    .desc-form {
        font-size: 14px;
        line-height: 1;
        display: block;
        margin: 20px 0 40px;
    }
    h3 {
        font-size: 22px;
    }
    .remodal {
         padding: 30px!important;
         border-radius: 30px!important;
    }
    .remodal-close {

        top: 20px!important;
        right: 20px!important;
    }
    .remodal-form_special-offer {
        padding: 10px!important;
    }
}
@media (max-width:380px) {
    h1 {
        font-size: 22px;
    }
   
    .special-offer .default-button {
        font-size: 12px;
         padding: 20px;
    }
     .special-offer-title {
        margin: 0 0 20px 0;
        font-size: 15px;
    }
   /* .main-bg {
        height: 978px;
        background-position: 0 530px;
        background-size: 380px;
    }*/
    .special-mark {
        font-size: 10px;
    }
    .special-offer {
        padding: 20px;
    }
    .author-name .name {
        font-size: 16px;
    }
    .author-img {
        width: 80px;
        height: 80px;
    }
  
    .tabs .container li {
        width: 100%;
    }
}
@media (max-width:340px) {
    /*.main-bg {
    height: 993px;
    background-position: 0 615px;
    background-size: 320px;
}*/
}