@font-face {
	font-family: "Montserrat-Bold";
    src: url('../fonts/Montserrat-Bold.woff') format('woff'),
         url('../fonts/Montserrat-Bold.woff2') format('woff2');
}
@font-face {
	font-family: "Montserrat-Light";
    src: url('../fonts/Montserrat-Light.woff') format('woff'),
         url('../fonts/Montserrat-Light.woff2') format('woff2');
}
@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url('../fonts/Montserrat-ExtraLight.woff') format('woff'),
         url('../fonts/Montserrat-ExtraLight.woff2') format('woff2');
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url('../fonts/Montserrat-SemiBold.woff') format('woff'),
         url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
}
*{box-sizing: border-box;}
html, body{padding: 0;margin: 0;}
body{font-family: "Montserrat-Light";}
img{max-width: 100%;height: auto;}
input{outline:none;}
a{text-decoration: none;color: #000}
.btn:hover, .btn-call:hover, a:hover{opacity: .8}
.wrap{width: 1530px;margin:0 auto;}
header{background: url(../img/bg1.png) no-repeat left bottom / cover, linear-gradient(294.59deg, #FDFAFA 51.44%, rgba(222, 215, 215, 0.49) 92.18%);}
.header-top{border-bottom: 1px solid #E3E1E1;}
.header-top .wrap{padding:30px 0 0 0;margin:0 auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;border-bottom: 1px solid rgba(217, 217, 217, 0.27);position: relative;z-index: 10;flex-wrap: wrap;}
.logo{display: inline-block;vertical-align: middle;margin:0 42px 30px 0;}
.description{font-size: 21px;line-height: 25px;margin-bottom:30px;font-family: "Montserrat-Light";display: inline-block;vertical-align: middle;}
.seti{width:34%;border-right: 1px solid #E3E1E1;border-left: 1px solid #E3E1E1;text-align:center;padding-bottom: 30px}
.seti a{margin:0 5px;}
.contact{text-align:center;margin-bottom: 30px}
.phone{font-size: 29px;line-height: 138%;font-family: "Montserrat-SemiBold";}
.btn-call{font-size: 14px;line-height: 57px;width: 242px;height: 57px;margin:10px 0 0 0;color:#fff;background: linear-gradient(79.46deg, #E8B863 20.23%, #F9D599 51.56%, #FBC978 75.11%);border-radius: 6px;text-align: center;font-family: "Montserrat-Bold";cursor: pointer;position: relative;}
h1{font-size: 48px;line-height: 135%;margin:0 0 55px;font-family: "Montserrat-Bold";}
h1 span{color: rgba(143, 192, 69, 1);}
.h1-item{margin:0 0px 60px 0;}
.h1-item1{margin:0 0 40px 0;padding-bottom:30px;border-bottom: 1px solid #DCDCDC;width: fit-content; }
.h1-text{font-size: 20px;line-height: 24px;padding:0 0 0 30px;position: relative;}
.h1-text::before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0px;
}
.h1-text div{font-size: 26px;line-height: 32px;font-family: "Montserrat-Bold";margin-bottom:10px;}

  a.btn{display: inline-block;}
.btn{font-size: 17px;line-height: 93px;width: 406px;height: 93px;border-radius: 10px;font-family: "Montserrat-Bold";text-align:center;cursor: pointer;position: relative;color: #FFFFFF;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);}
.btn-green{background: linear-gradient(57.18deg, #709E2C 16.4%, #94C649 47.12%, #85B63D 85.3%);border: 0.8px solid rgba(248, 248, 248, 0.2);box-shadow: 0px 24px 32px -9px rgba(0, 0, 0, 0.17), 0px 5px 0px #5C8A19;}
.btn-orange{background: linear-gradient(79.46deg, #CC983B 20.23%, #EBC88E 51.56%, #E7B563 75.11%);border: 1px solid rgba(248, 248, 248, 0.2);box-shadow: 0px 24px 32px -9px rgba(0, 0, 0, 0.17), 0px 5px 0px #A47F3F;}
header .btn{display: inline-block;margin:0 30px 130px 0;position: relative;z-index: 10;}
.header-center{padding:130px 0 0 0;}
.header-center .wrap{position: relative;}

.online{width:207px;font-size: 18px;margin:0 auto 10px;border: 1px solid #D9D9D9;border-radius: 3px;padding:3px 10px;font-family: "Montserrat-ExtraLight"}
.online::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #4BDE7A;
    padding: 0;
    margin: 0 5px 1px 0;
    vertical-align: middle;
}
.online::before {
    animation-name: blink;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}


h2{font-size: 40px;line-height: 138%;font-family: "Montserrat-Bold";margin: 0;text-align:center;}
h2 span{color: rgba(143, 192, 69, 1)}


.btn-blik {overflow: hidden;position: absolute;width: 100%;height: 100%;top: 0;bottom: 0;right: 0;left: 0;border-radius: 12px;}
.btn-blik::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4em;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transform: translateX(-2em) skewX(-35deg);
    -ms-transform: translateX(-2em) skewX(-35deg);
    transform: translateX(-2em) skewX(-35deg);
    -webkit-animation: move-light 3.5s infinite;
    animation: move-light 3.5s infinite;
}

@-webkit-keyframes move-light {
  0% {-webkit-transform: translateX(-2em) skewX(-35deg);transform: translateX(-2em) skewX(-35deg);}
  35% {-webkit-transform: translateX(40em) skewX(-35deg);transform: translateX(40em) skewX(-35deg);}
  100% {-webkit-transform: translateX(200em) skewX(-35deg);transform: translateX(200em) skewX(-35deg);}
}

@keyframes move-light {
  0% {-webkit-transform: translateX(-2em) skewX(-35deg);transform: translateX(-2em) skewX(-35deg);}
  35% {-webkit-transform: translateX(40em) skewX(-35deg);transform: translateX(40em) skewX(-35deg);}
  100% {-webkit-transform: translateX(200em) skewX(-35deg);transform: translateX(200em) skewX(-35deg);}
}


 .rukovod{background: url(../img/bg5.jpg) no-repeat 100% 100% / cover;padding:75px 0px 0px 0;margin:190px auto 100px;text-align: center;color: #000}
 .ruk-content{display: flex;justify-content: flex-start;align-items: flex-end;}
 .rukovod p strong{font-family: "Montserrat-Bold";}
 .rukovod p {font-size: 20px;line-height: 24px;text-align:left;}
 .ruk-name strong{font-size: 28px;line-height: 34px;font-family: "Montserrat-Bold";color: #000;border-bottom: 1px solid #ccc;padding-bottom: 10px;margin-bottom: 10px;display: block;}
 .ruk-name {font-size: 24px;line-height: 28px;padding:40px 40px;background: #FFFFFF;border-radius: 20px 20px 0px 0px;position: absolute;bottom: -30px;left: 50px;color: rgba(116, 116, 116, 1)}
 .ruk-img{position: relative;width: 670px;}
 .ruk-img img{margin-bottom: -4px}
 .ruk-text{width: 700px;padding:100px 0 80px 0;}
 .rukovod .btn{color: #fff;margin-top:80px;}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); border-radius: 10px;}
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;border-radius: 10px }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
    .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    background: none;
    color: inherit;
    border: none;
    padding: 5px !important;
    font: inherit;     background: rgba(255,255,255);
    border-radius: 10px;}
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

 
  


   .page-form{background: #F3F3F3;border-radius: 14px;border:1px solid #b0b0b0;margin-bottom:150px;}

   .page-form form input{width: 360px;height: 95px;padding:40px 45px;font-size: 20px;line-height: 23px;color: #27343F;border: 1px solid #b0b0b0;border-radius: 10px;background: none}
   .page-form form button{border:none;color: #fff;}
   .page-form-column .form-input, .page-form-column .form-button{display: inline-block;margin-top: 50px;vertical-align:top;}
    .page-form-column .form-button{margin-top:45px;}
   .page-form-column .form-input:nth-child(3){margin:50px 30px 0;}
   .page-form-column{border:13px solid #fff;border-radius: 13px;padding:70px 0;text-align:center;}
   .check{font-size: 20px;line-height: 23px;width:400px;text-align:left;color: #27343F;margin:0 auto 40px;}
   .form-input {position: relative;}
   .form-input label{position: absolute;display: inline-block;top:-17px;left: 15px;background: #F3F3F3;padding:0 5px;font-size: 24px;line-height: 29px;}

   .page-form.page-q{background: url(../img/bg4.png) no-repeat right center / auto 100%,#E6E6E6;border:none;}
   .page-form.page-q  .page-form-column{border:none}
   .page-form.page-q h3{font-size: 20px;line-height: 138%;}
   .page-form.page-q  .form-input label{background: #E6E6E6}

     .page-form.page-z{background: url(../img/bg7.png) no-repeat right center / auto 100%,#F3F3F3;position: relative;margin-top:150px;}

     .item-page-z{font-size: 26px;line-height: 32px;margin-left:50px;text-align:left;}
     .item-page-z div{display: inline-block;vertical-align: middle;}
     .item-page-z div:first-child{width: 64px;height: 64px;line-height: 64px;font-size:29px;background: linear-gradient(79.76deg, #EBC88E 37.37%, #E7B563 75.03%);text-align:center;margin-right: 45px;border-radius: 100%;font-family: 'Montserrat-Bold'}
      .item-page-z:nth-child(2){margin-top:50px;}
      .item-page-z:nth-child(4){margin-bottom:50px;}
     .item-page-z div:last-child{width: 690px}
    .item-page-z:nth-child(3){padding:26px 0 26px 0px;margin:26px 0 26px 50px;border-top:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9;width: fit-content; }
    .people4{position: absolute;right: -90px;bottom: 13px;}
    .page-z .btn{margin:0 0 50px 50px;}



   input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked), 
input[type="radio"]:checked, 
input[type="radio"]:not(:checked) 
{
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label,
input[type="radio"]:checked + label, 
input[type="radio"]:not(:checked) + label{
    display: inline-block;
    position: relative;
    padding-left: 40px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before,
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    border: 1px solid #B8B3B3;
}


input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before, 
input[type="radio"]:checked + label:before, 
input[type="radio"]:not(:checked) + label:before {
    border-radius: 6px;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after,
input[type="radio"]:checked + label:after, 
input[type="radio"]:not(:checked) + label:after {
    left: 8px;
    top: 8px;
    width: 8px;
    height: 6px;
    border-radius: 1px;
    border-left: 3px solid #B8B3B3;
    border-bottom: 3px solid #B8B3B3;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + label:after, 
input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after, 
input[type="radio"]:checked + label:after {
    opacity: 1;
}

.question{padding-bottom: 130px}


summary{
    display: flex;
    gap: 26px;
    align-items: center;
}

details{
    border-bottom: 1px solid #B0B0B0;
}

details > summary{
    cursor: pointer;
    list-style: none;
}

details summary{
    font-size: 30px;
    line-height: 37px;
    background: url(../img/bottom.png) no-repeat center right;
}

details[open] summary{
    background: url(../img/top.png) no-repeat center right;
}

details span{
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 37px;
    background: linear-gradient(52.56deg, #E3E3E3 -53.31%, rgba(220, 220, 220, 0.59405) 57.33%, rgba(210, 210, 210, 0) 219.24%);
    border-radius: 9px;
    margin:30px 0;
}

details p{
    padding-left: 92px;
    font-weight: 300;
    font-size: 20px;
    line-height: 37px;
    width: 85%;
}

summary p{
    padding: 0;
    font-size: 30px;
    line-height: 37px;
    margin:0;
}
details summary::-webkit-details-marker {
  display:none;
}
details .seti{border-left: none;border-right: none;width:auto;text-align:left;display: block;display: inline-block;vertical-align: middle;padding-bottom: 0
}

.case{margin-top: 150px;}
.case .tabs__content {display: none;}
.case .tabs__caption{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;list-style: none;gap:30px;margin: 50px 0 0 0;padding: 0}
.case .tabs__caption li{font-size: 23px;line-height: 95px;background: #F2F2F2;border: 1px solid #DFDFDF;border-radius: 10px;width: 23.4%;text-align:center;cursor: pointer;}
.case .tabs__caption li.active{background: linear-gradient(57.18deg, #709E2C 16.4%, #94C649 47.12%, #85B63D 85.3%);box-shadow: 0px 16px 33px -15px rgba(64, 74, 82, 0.33);color: #fff;font-family: 'Montserrat-Bold';}
.case .tabs__caption li:hover{opacity: 0.6}
.case .tabs__caption li.active:hover{opacity: 1}
.case .tabs__content.active {display: flex;}
.case .tabs__content{flex-wrap: wrap;justify-content: space-between;align-items: center;list-style: none;gap:30px;margin: 50px 0 0 0;padding: 29px 0 0 0;margin:29px 0 0 0;border-top: 1px solid #E7E7E7;}
.item-tabs__content{height: 320px;border-radius: 10px;width: 49%;cursor: pointer;position: relative;}
.item-tabs__content:hover .item-texet-tabs__content{opacity: 0.6}
.item-texet-tabs__content{font-size: 18px;width:212px;line-height:68px;text-align: center;color: #5C5C5C;background: linear-gradient(122.47deg, #FFFFFF 24.61%, rgba(255, 255, 255, 0) 245.86%);border: 1px solid #FFFFFF;border-radius: 7px;position: absolute;right:15px;bottom: 15px;}
.case-btn{display: flex;gap:30px;justify-content: center;margin-top:30px;flex-wrap: wrap;}
.proj-item.proj-text{font-size: 26px;line-height: 32px;height: auto;}
.proj-text div{margin:15px 0;}
.proj-text strong{font-family: "Montserrat-Bold"}
.proj-popup{display: flex;flex-wrap: wrap;justify-content: space-between;gap:47px;align-items: center;}
.proj-item{width: 48%;height: 276px;border-radius: 8px;}


.step{background: #D1E2B8;border-top-right-radius: 14px;border-bottom-right-radius: 14px;margin:150px 50px 0 0;padding: 80px 0 0 50px;}
.step .tabs__content {display: none;margin:110px 0 0 0;padding-bottom: 70px}
.step .tabs__caption{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;list-style: none;gap:30px;margin: 50px auto 0;padding: 0}
.step .tabs__caption li{height: 127px;background: #FFFFFF;border: 1px solid #EFEFEF;box-shadow: 0px 26px 28px -20px rgba(0, 0, 0, 0.06);border-radius: 9px;position: relative; flex:1 1 auto;text-align:center;cursor: pointer;}
.step .tabs__caption li.active{background: linear-gradient(85.58deg, #CC983B -31.55%, #EBC88E 28.38%, #E7B563 73.44%);box-shadow: 0px 26px 28px -20px rgba(0, 0, 0, 0.06);}
.step .tabs__caption li:hover{opacity: 0.6}
.step .tabs__caption li.active:hover{opacity: 1}
.step .tabs__caption li img{position: absolute;right: 0;left: 0;bottom: 0;margin:auto auto;}
.step .tabs__caption li span{font-size: 26px;line-height: 138%;font-family: "Montserrat-Bold";position: absolute;left: 0;right: 0;bottom: -60px;margin:auto;}
.step .tabs__caption li:nth-child(1) img{bottom: -22px}
.step .tabs__caption li:nth-child(2) img{bottom: -25px}
.step .tabs__caption li:nth-child(3) img{bottom: -8px}
.step .tabs__content.active{display: block;}
.step-title{font-size: 36px;line-height: 138%;font-family: "Montserrat-Bold"}
.step-numb{width:44px;line-height:44px;font-size:24px;background: #EFEFEF;color: #BDBDBD;border-radius: 100%;position: absolute;right: 20px;top:-22px;}
.step .tabs__caption li.active .step-numb{color: #000;background: #fff;font-family: "Montserrat-Bold"}
.tabs__content1{background: url(../img/step1-bg.png) no-repeat 100% 100% / auto 100%;}
.tabs__content2{background: url(../img/step2-bg.png) no-repeat 100% 100% / auto 100%;}
.tabs__content3{background: url(../img/step3-bg.png) no-repeat 100% 100% / auto 100%;}
.tabs__content4{background: url(../img/step4-bg.png) no-repeat 100% 100% / auto 100%;}

.item-step, .step-rez{font-size: 26px;line-height: 32px;}
.item-step{margin-bottom:30px;}
.item-step img, .item-step span{display: inline-block;vertical-align: middle;}
.item-step span{width: 630px;}
.item-step img{margin-right: 15px;}
.step-rez strong{font-size: 36px;line-height: 138%;font-family: "Montserrat-Bold"}
.step-rez{background: #FFFFFF;box-shadow: 0px 40px 44px -36px rgba(0, 0, 0, 0.12);border-radius: 9px;padding:40px;margin-top:40px;}
.step-text{width: 710px;margin: 30px 0 0}
.tabs__content2 .item-step img, .tabs__content2 .item-step span{display: inline-block;vertical-align: top;}



.item-otzyvy-content{width: 40%}
.otzyv-foto-name{font-size: 26px;line-height: 138%;margin-bottom:30px;font-family: "Montserrat-Bold"}
  .owl-carousel .proj-item.proj-text{width: 100%;}
  .owl-carousel .proj-item.proj-text div:first-child{padding-bottom:10px;margin-bottom:10px;border-bottom: 1px solid #D9D9D9;width: fit-content;}
.owl-carousel .btn{width: 276px;line-height: 62px;height:62px;margin:50px 0;background: linear-gradient(79.46deg, #CC983B 20.23%, #EBC88E 51.56%, #E7B563 75.11%);border: 1px solid rgba(248, 248, 248, 0.2);border-radius: 5px;}
.owl-item.active .case-foto{padding-right:40px;}
.owl-item.active ~ .owl-item.active .case-foto{padding-left: 50px;padding-right:0px;border-left: 1px solid #D9D9D9;}

.owl-item.active .owl-item-text{padding-right:40px;}
.owl-item.active ~ .owl-item.active .owl-item-text{padding-left: 50px;padding-right:0px;border-left: 1px solid #FFF;}
  .owl-carousel{margin-top: 30px;padding-top: 80px}
   .owl-carousel button.owl-dot{width: 25.27px;height: 25.27px;background: #F0F0F0;border-radius: 100%;margin:0 8px;}
   .owl-carousel button.owl-dot.active{background:  #8EBD4B;}
   .owl-carousel .owl-nav button.owl-prev{position: absolute;left: -5px;}
   .owl-carousel .owl-nav button.owl-next{position: absolute;right: -5px}
   .owl-nav{position: absolute;top: 0;width: 300px;margin:0 auto;left: 0;right: 0}
   .owl-dots{position: absolute;top: 0;width: 130px;margin:0 auto;left: 0;right: 0;text-align: center;}
.owl-carousel .owl-item button img{border-radius: 0}

.sync-img{position: relative;width:710px;}
.sync-img .owl-nav{margin-top: 26%;width: 95%}
.sync-prev{margin-top:30px;}
.sync-prev img{cursor: pointer;}


    footer{border-top: 1px solid #C2C2C2}
    .madein{padding:28px 0;text-align: center;border-top: 1px solid #C2C2C2}
    .madein a{color: #000}
    footer .header-top{border-bottom: none}
    footer .seti{border-left: none;border-right: none;}



.modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}
.modal-content {
  display: none;
  width: 530px;
  height: 785px;
  background: #fff;
  box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.12);  
  border-radius: 21px;
  margin: -393px auto 0;
  padding: 70px 50px 90px;
  position: relative;
  text-align: center;
  top:50%;
}
#popup-kviz{padding: 10px 50px 60px;}
.modal-content.max{width: 1300px;height: auto;color: #000;text-align:left; background: #fff;margin: -434px auto 0;}
.modal form input{width: 400px;height: 95px;margin-bottom:45px;padding:40px 45px;font-size: 20px;line-height: 23px;color: #000;border: 1px solid #B8B3B3;border-radius: 10px;background:none;}
.modal form button{border:none;color: #fff;}
.modal h3 div{font-size: 40px;line-height: 48px;font-family: "Montserrat-Bold"}
.modal h3{font-size: 31px;line-height: 56px;color: #000;font-family: "Montserrat-Light";font-weight: 250;text-align:center;}
.modal .check{color: #000;}
.close {
  color:  #707070;
  position: absolute;
  top:6px;
  right: 26px;
  font-size: 80px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  opacity: 0.5;
}

.otzyv-name{font-size: 30px;line-height: 138%;font-family: "Montserrat-Bold";text-align:center;border-top:1px solid #CFCFCF;padding-top: 30px}
#popup-case1, #popup-case2,#popup-case3,#popup-case4,#popup-case5{text-align: center;}  
.otzyv-text{font-size: 22px;line-height: 28px;padding:35px 0 45px;margin:30px auto 70px;text-align: center;width: 80%}
.ocenka{font-size: 25px;line-height: 138%;text-align:center;font-family: "Montserrat-Bold";background: #F8F8F8;border: 1px solid #CCCCCC;border-radius: 10px;display: inline-block;padding:10px 15px;}
.ocenka img{margin:20px 7px;}
.modal-content.rez h3{position: absolute;left: 0;right: 0;top: 37%;}

.kviz-number{cursor: pointer;font-size: 24px;font-weight: 400;line-height: 58px;width: 58px;height: 58px;margin: 0 15px;display: inline-block;vertical-align: middle;background: #EBEBEB;box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);color: #A7A7A7;border-radius: 100%;}
.kviz-number.active{box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);background: #EDA942;font-family: "Montserrat-Bold";color: #fff;}
.kviz-number:hover{opacity: 0.6}
#popup-kviz{text-align:center;}
.modal #popup-kviz h3 div{font-size: 35px;line-height: 45px;}
.kviz-content{height: 630px;flex-direction: column;align-items: center;justify-content: center;display: none;padding:50px 0;position: relative;}
.kviz-content.active{display: flex;flex-direction: column;}
.kviz-atep1{display: flex;}
.kviz-question{font-size: 26px;line-height: 37px;margin-bottom:40px;font-family: "Montserrat-Bold";}
#popup-kviz .kviz-question {margin-bottom:20px}
.options input[type="checkbox"]:checked + label, .options input[type="checkbox"]:not(:checked) + label, .options input[type="radio"]:checked + label, .options input[type="radio"]:not(:checked) + label{
  font-size: 28px;line-height: 38px;display: block;margin-bottom:40px;padding-left: 55px;
}


.step-vid{display: none;}

.options {text-align: left}
#popup-kviz input[type="checkbox"]:checked + label:before, 
#popup-kviz input[type="checkbox"]:not(:checked) + label:before,
#popup-kviz input[type="radio"]:checked + label:before, 
#popup-kviz input[type="radio"]:not(:checked) + label:before
{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38px;
    height: 38px;
    background:#88B940;
    border:none;
}
#popup-kviz input[type="radio"]:not(:checked) + label:before {background:#EBEBEB}
#popup-kviz input[type="checkbox"]:checked + label:after, #popup-kviz input[type="checkbox"]:not(:checked) + label:after, #popup-kviz input[type="radio"]:checked + label:after, #popup-kviz input[type="radio"]:not(:checked) + label:after {
    left: 12px;
    top: 11px;
    width: 13px;
    height: 8px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;}

#popup-kviz .check input[type="checkbox"]:checked + label:before, 
#popup-kviz .check input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background:#fff;
    border: 1px solid #B8B3B3;
}
#popup-kviz  .check input[type="checkbox"]:checked + label:after, #popup-kviz  .check input[type="checkbox"]:not(:checked) + label:after {
    left: 8px;
    top: 8px;
    width: 8px;
    height: 6px;
    border-radius: 1px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;}

#popup-kviz input[type="radio"]:checked + label:before, #popup-kviz input[type="radio"]:not(:checked) + label:before{border-radius: 100%}
.form-error-msg{display: none;color: #EDA942;font-size: 16px;position: absolute;bottom: 0}
.kviz-vid .options input[type="radio"]:checked + label, .kviz-vid .options input[type="radio"]:not(:checked) + label{display: inline-block;vertical-align:top;font-size: 20px;line-height: 22px;text-align: center;padding-left: 0;margin-left:15px;margin-right:15px;}
.kviz-vid .options input[type="radio"]:checked + label{font-family: "Montserrat-Bold"}
#popup-kviz .kviz-vid  input[type="radio"]:checked + label:after, #popup-kviz .kviz-vid input[type="radio"]:not(:checked) + label:after{
  right: 10px;bottom: 0;margin:0 auto;    border-left: 3px solid #fff;border-bottom: 3px solid #fff;top:-6px;z-index: 10
}
#popup-kviz .kviz-vid  input[type="radio"]:checked + label:before{border-radius: 100%; right: 0;bottom: 0;margin:0 auto;background: #8CBD43;border:none;top:-16px;color: #fff;z-index: 10}
#popup-kviz .kviz-vid input[type="radio"]:not(:checked) + label:before{display: none;background: #FF9C28;border:none;top:-16px;}
.kviz-vid img{display: block;border-radius: 10px;margin-bottom: 5px;}
#popup-kviz .kviz-vid  input[type="radio"]:checked + label img{border: 6px solid #8CBD43;filter: drop-shadow(0px 4px 19px #8CBD43);border-radius: 10px;}

.btn-prev {
  box-shadow: 0px 3px 0px #B1A9A9;border-radius: 6px;
    width: 100px;
    height: 57px;
    background: url(../img/prev.png) no-repeat center center / 30% auto,#CDCACA;
    vertical-align: middle;
    display: none;
    margin-right: 10px
}
.btn-prev:hover{opacity: .6}
.modal form button.btn-call{display: none}
.modal .btn-call{display: inline-block;margin:0;vertical-align: middle;}
#popup-kviz .btn-call{background: linear-gradient(79.46deg, #CC983B 20.23%, #EBC88E 51.56%, #E7B563 75.11%);border: 1px solid rgba(248, 248, 248, 0.2);box-shadow: 0px 24px 32px -9px rgba(0, 0, 0, 0.17), 0px 4px 0px #A47F3F;}

.kviz-vid .options {text-align: center}
#popup-kviz{margin-top: -454px;}

.kviz-vid .options input[type="radio"]:checked + label, .kviz-vid .options input[type="radio"]:not(:checked) + label {margin-bottom:20px;}

.kviz-top-none{display: none;}

.n2{display: none}

.form__item {
  margin: 0px 0px 20px 0px;
}

.file__item {
  position: relative;
}

.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}

.file__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0 0 152px;
  font-size: 18px;
  background: url(../img/icon-file.png) no-repeat 70px center, #EFEFEF;
  border: 1px solid #BCBCBC;
  border-radius: 12px;
  width:440px;
  color: #000;
}

.file__preview {
  display: inline-block;
  max-width: 100px;
  padding: 10px 0px 0px 0px;
}

.file__preview img {
  max-width: 100%;
}
#js-file{display: none;}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.6);
  position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev-p.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next-p.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}




@media (max-width: 1919.98px) {
  .wrap{width: 1150px;}
  .header-top .wrap{padding:20px 0 0 0;}
  .logo{margin:0 30px 20px 0;}
  .logo img{width: 75px;height: auto;}
  .description {font-size: 16px;line-height: 22px;margin-bottom: 20px;}
  .online {width: 165px;font-size: 16px;}
  .seti{padding-bottom:20px;}
  .seti img{width: 45px;height: auto;}
  .contact{margin-bottom: 20px;}
  .phone {font-size: 22px;}
  .btn-call {font-size: 13px;line-height: 49px;width: 185px;height: 49px;margin:5px 0 0 0;}
  h1{font-size: 37px;margin: 0 0 40px}
  .header-center {padding: 70px 0 0 0;}
.h1-item{margin:0 0px 40px 0;}
.h1-item1{margin:0 0 20px 0;padding-bottom:25px;}
.h1-text{font-size: 16px;line-height: 20px;padding:0 0 0 25px;}
.h1-text div{font-size: 20px;line-height: 25px;}

  .btn{width: 320px;height: 73px;line-height: 78px;font-size: 16px;}
  header .btn{margin:0 20px 100px 0;}
  h2{font-size: 30px;}

  .rukovod{padding:65px 0px 0px;margin:150px 0 80px;}
  .rukovod p {font-size: 18px;line-height: 21px;}
  .ruk-img {width: 550px}
  .ruk-text {width: 600px;padding:70px 0 50px;}
  .ruk-name strong{font-size: 20px;}
  .ruk-name {font-size: 18px;padding:20px 23px;}
  .rukovod .btn {margin-top:40px;}

  .page-form{margin-bottom:100px;}
.question {padding-bottom: 100px;}
.case{margin-top:100px;}
  .page-form-column{padding:60px 0;}
  .page-form-column form input{width: 290px}
  .page-form form button{width: 300px}
  .page-form form input{height: 78px;line-height: 78px}
  .form-input label {font-size: 18px;line-height: 34px;}
  .page-form-column .form-input:nth-child(3) {margin: 50px 5px 0;}
  .page-form-column .form-button {margin-top: 48px;}
   .page-form.page-q h3{font-size: 18px;}

   .page-form.page-z{margin-top: 100px}
   .page-form.page-z .page-form-column{text-align:left;}

   .item-page-z{font-size: 20px;line-height: 25px;}
     .item-page-z div:first-child{width: 44px;height: 44px;line-height: 44px;font-size:25px;margin-right: 35px;}
     .page-form.page-z .page-form-column div:first-child{line-height: 44px;}
      .item-page-z:nth-child(2){margin-top:40px;margin-left:40px;}
      .item-page-z:nth-child(4){margin-bottom:40px;margin-left:40px;}
     .item-page-z div:last-child{width: 560px}
    .item-page-z:nth-child(3){padding:10px 0 10px 0px;margin:20px 0 20px 40px;}
    .page-z .btn{margin:0 0 40px 40px;}
    .people4{width: 600px;height: auto;right: -20px}

    .case .tabs__caption li{width: 22.9%;font-size: 18px;line-height: 80px}
    .item-tabs__content {width: 48.6%;height: 280px;}
    .item-texet-tabs__content {font-size: 16px;width: 200px;line-height: 58px;}

    .proj-item.proj-text{font-size: 18px;line-height: 20px;}
.proj-text div{margin:15px 0;}
.proj-popup{gap:35px;}
.proj-item{width: 48%;height: 246px;border-radius: 8px;}

.step{margin:100px 0px 0 0;padding: 70px 0 0 0px;}
.step .tabs__caption li {height: 120px}
.step-title{font-size: 25px;line-height: 138%;}
.step-numb{width:40px;line-height:40px;font-size:20px;right: 10px;top: -20px;}
.step .tabs__caption li span{font-size:18px;bottom: -60px;}
.item-step img{width: 40px;height: auto;}
.item-step, .step-rez {font-size: 18px;line-height: 20px;}
.item-step {margin-bottom: 15px;}
.step-rez {padding:20px 40px;}
.step-rez strong {font-size: 20px;}
.item-step span {width: 500px;}
.step-text {width: 600px;}
.otzyv-foto-name{font-size: 18px;margin-bottom:15px}

   .page-form-info {font-size: 24px;}
   .page-form-img{width: 1000px;}
   .page-form-name div:nth-child(2) {font-size: 25px;padding:5px 0;}
   .page-form-column div:first-child {font-size: 20px;line-height: 34px;}
   .page-form-column a {font-size: 37px;line-height: 47px;margin: 20px 0 30px;}
.owl-carousel .btn{width: 270px;line-height: 60px;height:60px;margin:30px 0;font-size:17px;}
.sync-prev{margin-top:15px;}

   h3 {font-size: 24px;line-height: 31px;}
.modal form input{width: 330px;height: 78px;margin-bottom: 35px;padding: 38px 35px;}
   .check {font-size: 16px;line-height: 18px;width: 330px;margin:0 auto 30px;}
   .page-form-info div:first-child {border-bottom: 1px solid #525252;padding-bottom: 25px;margin-bottom: 25px;}
   .modal h3 div{font-size: 30px;line-height: 45px;}
    .modal h3{font-size: 25px;line-height: 46px;}
    .modal-content {width: 430px;height: 590px;padding:30px 40px 50px;}
    #popup-kviz{padding: 10px 40px 40px;}
    .close {top: 0px;right: 20px;font-size: 70px;}
    .modal-content.max{width: 970px;height: auto;margin: -350px auto 0;}
    .otzya-name{font-size: 25px;}
    .otzyv-text{font-size: 20px;line-height: 25px;padding:30px 0 40px;margin:30px auto 60px;}
    .ocenka{font-size: 23px;}
    .otzyv-name {font-size: 25px;}



    summary p {font-size: 20px;line-height: 23px;}
    details span {width: 56px;height: 56px;font-size:25px;}
    details summary {background: url(../img/bottom.png) no-repeat center right / 50px auto;}

    .btn-prev{width: 80px;height: 49px;}
    .kviz-question {font-size: 20px;line-height: 30px;margin-bottom: 20px;}
    .modal #popup-kviz h3 div {font-size: 25px;line-height: 35px;}
    .kviz-number {font-size: 20px;line-height: 48px;width: 48px;height: 48px;margin: 0 10px;}
    .kviz-vid img {width: 200px;height: auto;}
    .kviz-vid .options input[type="radio"]:checked + label, .kviz-vid .options input[type="radio"]:not(:checked) + label {margin-left:5px;margin-right:5px;font-size: 18px;width: 200px;line-height: 18px;}
    #popup-kviz input[type="checkbox"]:checked + label:before, #popup-kviz input[type="checkbox"]:not(:checked) + label:before, #popup-kviz input[type="radio"]:checked + label:before, #popup-kviz input[type="radio"]:not(:checked) + label:before{width: 28px;height: 28px}
    #popup-kviz input[type="checkbox"]:checked + label:after, #popup-kviz input[type="checkbox"]:not(:checked) + label:after, #popup-kviz input[type="radio"]:checked + label:after, #popup-kviz input[type="radio"]:not(:checked) + label:after {
    left: 9px;top: 9px;width: 8px;height: 5px;}
    .options input[type="checkbox"]:checked + label, .options input[type="checkbox"]:not(:checked) + label, .options input[type="radio"]:checked + label, .options input[type="radio"]:not(:checked) + label {
    font-size: 23px;line-height: 28px;display: block;margin-bottom: 30px;padding-left: 41px;}
    .modal-content {margin-top:-295px;}
    .kviz-content {height: 530px;}
    #popup-kviz{margin-top: -374px;}
#popup-kviz .kviz-vid input[type="radio"]:checked + label:after, #popup-kviz .kviz-vid input[type="radio"]:not(:checked) + label:after {
    right: 8px;top: -8px;}
    .sync-img {width: 520px;}

}
@media (max-width: 1169.98px) {
  .wrap{width: 970px;}

  .rukovod{padding:55px 0px 0px;margin:130px 0 80px;}
  .rukovod p {font-size: 16px;line-height: 18px;}
  .ruk-img {width: 500px}
  .ruk-text {width: 500px;padding:50px 0 30px;}
  .ruk-name strong{font-size: 18px;line-height: 20px}
  .ruk-name {font-size: 16px;padding:15px 18px;}
  .rukovod .btn {margin-top:30px;}

  


 .page-form{margin-bottom:80px;}
.question {padding-bottom: 80px;}
.case{margin-top:80px;}
  .page-form-column{padding:50px 0;}
   .page-form-column div:first-child {font-size: 25px;line-height: 30px;}
   .page-form.page-q h3{font-size: 16px;}

   .page-form.page-z{margin-top: 80px}
   .item-page-z div:last-child {width:100%}
   .people4 {display: none;}
   .item-page-z{font-size: 20px;line-height: 25px;}
     .item-page-z div:first-child{width: 50px;height: 50px;line-height: 50px;font-size:22px;margin-right: 30px;}
     .page-form.page-z .page-form-column div:first-child{line-height: 50px;}
      .item-page-z:nth-child(2){margin-top:30px;margin-left:120px;}
      .item-page-z:nth-child(4){margin-bottom:30px;margin-left:120px;}
     .item-page-z div:last-child{width: 70%}
    .item-page-z:nth-child(3){padding:20px 0 20px 0px;margin:20px 0 20px 120px;}
    .page-z .btn{margin:0 0 30px 120px;}
  
          .case .tabs__caption li{width: 22.4%;font-size: 18px;line-height: 85px}
          .item-tabs__content {width: 48.4%}
    .item-texet-tabs__content {font-size: 15px;width: 190px;line-height: 53px;}

    .proj-item.proj-text{font-size: 20px;line-height: 28px;}
.proj-text div{margin:12px 0;}
.proj-popup{gap:30px;}
.proj-item{width: 47%;height: 240px;}


   .page-form-column {padding-bottom: 50px}

   .step{margin:80px 0px 0 0;padding: 60px 0 0 0px;}
 .step .tabs__caption li:nth-child(1) img {bottom: -17px;width: 190px;height: auto;}
 .step .tabs__caption li:nth-child(3) img {width: 150px;height: auto;}
  .step .tabs__caption li:nth-child(4) img {width: 190px;height: auto;}
.item-step span {width: 370px;}
.step-text {width: 460px;}
.step-rez {padding: 20px 20px;}
.tabs__content2 {background: url(../img/step2-bg.png) no-repeat 100% 100% / auto 80%;}
.tabs__content3 {background: url(../img/step3-bg.png) no-repeat 100% 100% / auto 80%;}

.tabs__content4 {background: url(../img/step4-bg.png) no-repeat 100% 100% / auto 80%;}

.otzyv-foto-name{font-size: 18px;margin-bottom:15px}
.owl-carousel .btn{width: 265px;line-height: 55px;height:55px;margin:40px 0;font-size:16px;}
.sync-prev{margin-top:20px;}

   .modal h3 div{font-size: 28px;line-height: 40px;}
    .modal h3{font-size: 23px;line-height: 38px;}
    .modal-content.max{width: 750px;height: auto;margin: -338px auto 0;}
    .otzya-name{font-size: 20px;}
    .otzyv-text{font-size: 18px;line-height: 20px;padding:25px 0 35px;margin: 20px auto 50px;}
    .ocenka{font-size: 20px;}

    .otzyv-name {font-size: 20px;}
    .modal #popup-kviz h3 div {font-size: 18px;line-height: 30px;}
    .kviz-question {font-size: 20px;line-height: 25px;margin-bottom: 30px;}
    .kviz-vid .options input[type="radio"]:checked + label, .kviz-vid .options input[type="radio"]:not(:checked) + label {

    font-size: 18px;
    width: 150px;}
    #popup-kviz .check input[type="checkbox"]:checked + label:before, #popup-kviz .check input[type="checkbox"]:not(:checked) + label:before {width: 21px;height: 21px;}
    #popup-kviz .check input[type="checkbox"]:checked + label:after, #popup-kviz .check input[type="checkbox"]:not(:checked) + label:after {left: 7px;top: 7px;width: 7px;height: 5px;}
     .kviz-content {height: 510px;padding:40px 0;}

       #popup-kviz{margin-top: -357px;}
         .sync-img {width: 430px;}
}
@media (max-width: 991.98px) {
  .wrap{width: 750px;}
   .header-top .wrap{padding:15px 0 0 0;}
  .logo{margin:0 20px 15px 0;}
  .logo img{width: 70px;height: auto;}
  .description {font-size: 16px;line-height: 20px;margin-bottom: 15px;}
  .online {width: 129px;font-size: 14px;}
  .seti{padding-bottom:15px;width: 30%}
  .seti img{width: 39px;height: auto;}
  .seti a{margin:0 2px;}
  .contact{,margin-bottom: 15px;}
  .phone {font-size: 20px;}
  .btn-call {font-size: 12px;line-height: 39px;width: 172px;height: 39px;}
  h1{font-size:35px;margin: 0 0 30px}
  .header-center {padding: 70px 0 0 0;}
.h1-item{margin:0 0px 30px 0;}
.h1-item1{margin:0 0 10px 0;padding-bottom:15px;}
.h1-text{font-size: 16px;line-height: 18px;padding:0 0 0 20px;}
.h1-text div{font-size: 18px;line-height: 23px;}
   h2{font-size: 30px;}

  .rukovod{padding:45px 0px 0px;margin:100px 0 70px;}
  .rukovod p {font-size: 15px;line-height: 16px;}
  .ruk-img {width: 300px}
  .ruk-text {width: 450px;padding:30px 0 20px;}
  .ruk-name strong{font-size: 16px;padding-bottom: 5px;margin-bottom: 5px;}
  .ruk-name {font-size: 15px;padding:15px 18px;bottom: -10px;line-height: 18px;}
  .rukovod .btn {margin-top:20px;}

.page-form{margin-bottom:70px;}
.question {padding-bottom: 70px;}
.case{margin-top:70px;}
  .page-form-column{padding:40px 0;}
.page-form-column .form-input, .page-form-column .form-button { margin-top: 0px;}
  .page-form-column .form-button {margin-top:20px;}
  .page-form-column .form-input:nth-child(3) {margin: 0px;}
   .page-form.page-q h3{font-size: 15px;}
   .page-form.page-q{background: url(../img/bg4.png) no-repeat left center / auto 100%,#E6E6E6;}

   .page-form.page-z{margin-top: 70px}
    .item-page-z{font-size: 18px;line-height: 22px;}
     .item-page-z div:first-child{width: 45px;height: 45px;line-height: 45px;font-size:20px;margin-right: 30px;}
       .page-form.page-z .page-form-column div:first-child{line-height: 45px;}
.case .tabs__caption,.case .tabs__content {gap:20px;}
  .case .tabs__caption li{width: 48.4%;font-size: 16px;line-height: 80px}
          .item-tabs__content {width: 48.4%;height: 260px}
    .item-texet-tabs__content {font-size: 14px;width: 180px;line-height: 50px;}

       .proj-item.proj-text{font-size: 16px;line-height: 20px;}
.proj-text div{margin:10px 0;}
.proj-text div strong{display: block;}
.proj-popup{gap:15px;}
.proj-item{width: 47.9%;height: 200px;}
   .step{margin:70px 0px 0 0;padding: 50px 0 0 0px;}
   .step-title{font-size: 23px;line-height: 138%;}
.step-numb{width:35px;line-height:35px;font-size:18px;right: 10px;top: -17.5px;}
.step .tabs__caption li span{font-size:18px;bottom: -40px;}
.step .tabs__caption li:nth-child(2) img {bottom: -15px;}
 .step .tabs__caption li:nth-child(3) img {width: 120px;height: auto;}

 .step-text{margin:20px 0 0 0;}
 .item-step img {width: 40px;height: auto;}
 .item-step {margin-bottom: 10px;}
 .item-step, .step-rez {font-size: 16px;line-height: 20px;}
 .step-rez {padding: 10px 20px;margin-top: 20px}
 .step-rez strong {font-size: 18px;}
 .item-step span {width: 290px;}
 .step-text {width: 370px;}

  .otzyv-foto-name{font-size: 16px;}
.owl-carousel .btn{width: 260px;line-height: 50px;height:50px;margin:35px 0;font-size:15px;}

   .page-form-column div:first-child {font-size: 20px;line-height: 25px;}
   .page-form-column a {font-size: 25px;line-height: 30px;margin: 15px 0 20px;}
   .page-form-column form {padding: 40px 40px;}

   .owl-carousel .proj-text div strong{display: inline-block;}
   .sync-prev{margin-top:15px;}

   details span {width: 50px;height: 50px;font-size: 20px;line-height: 27px;}
   summary p {font-size: 20px;line-height: 27px;}
   details summary {line-height: 37px;background: url(../img/bottom.png) no-repeat center right / 40px 40px;}
   details[open] summary{background: url(../img/top.png) no-repeat center right / 40px 40px;}
 
     .modal h3 div{font-size: 25px;line-height: 36px;}
    .modal h3{font-size: 20px;line-height: 30px;}
    .modal #popup-kviz h3 div br{display: none}
    .modal-content.max{width: 450px;height: auto;    margin: -275px auto 0;}
    .otzya-name{font-size: 18px;}
    .otzyv-text{font-size: 16px;line-height: 18px;padding:20px 0 30px;margin:20px 0 40px;width: 100%}
    .ocenka{font-size: 18px;}

    .otzyv-name {font-size: 18px;}
    .kviz-number {font-size: 16px;line-height: 38px;width: 38px;height: 38px;margin: 0 5px;}
    .kviz-vid .options input[type="radio"]:checked + label, .kviz-vid .options input[type="radio"]:not(:checked) + label {margin-left: 5px;margin-right: 5px;font-size: 14px;margin-bottom:20px;width: 110px;line-height: 20px}
    .kviz-vid img {width: 110px;height: auto;}
    #popup-kviz input[type="checkbox"]:checked + label:before, #popup-kviz input[type="checkbox"]:not(:checked) + label:before, #popup-kviz input[type="radio"]:checked + label:before, #popup-kviz input[type="radio"]:not(:checked) + label:before {
    width: 18px;height: 18px;line-height: 20px;}
    #popup-kviz input[type="checkbox"]:checked + label:after, #popup-kviz input[type="checkbox"]:not(:checked) + label:after, #popup-kviz input[type="radio"]:checked + label:after, #popup-kviz input[type="radio"]:not(:checked) + label:after {
    left: 5px;top: 6px;width: 6px;height: 2px;}
    .kviz-question {font-size: 16px;line-height: 20px;margin-bottom: 20px;}
    .btn-prev {height: 39px;}
    #popup-kviz .kviz-vid input[type="radio"]:checked + label:after, #popup-kviz .kviz-vid input[type="radio"]:not(:checked) + label:after{left: 10px;top: -6px;width: 6px;height: 2px;}
    #popup-kviz .kviz-vid input[type="radio"]:checked + label:before{top:-11px;}
    
    .options input[type="checkbox"]:checked + label, .options input[type="checkbox"]:not(:checked) + label, .options input[type="radio"]:checked + label, .options input[type="radio"]:not(:checked) + label {
    font-size: 16px;line-height: 18px;margin-bottom: 20px;padding-left: 25px;}
     .kviz-content {height: 520px;}
     #popup-kviz {margin-top: -377px;}
     .step-g br{display: none}
     .kviz-vid.step-g .options input[type="radio"]:checked + label, .kviz-vid.step-g .options input[type="radio"]:not(:checked) + label {font-size: 12px;line-height: 14px;}

     .file__button {min-height: 70px;padding: 0px 0 0 80px;font-size: 14px;background: url(../img/icon-file.png) no-repeat 30px center / 40px auto, #EFEFEF;width: 270px;}
.lds-roller {transform: scale(0.5);}
  .sync-img {width: 320px;}

}
@media (max-width: 767.98px) {
  .wrap{width: 450px;}
  .header-top .wrap{justify-content: center;}
  .btn-call{display: none;}
  .seti{width:100%;border-left: none;border-right: none;}
  h1{font-size: 30px;text-align:center;}

  h2{font-size: 20px;}
  .h1-text div {font-size: 15px;line-height: 20px;}
  .h1-text {font-size: 14px;line-height: 18px;}
  .h1-item {margin: 0 0px 30px 0;}
  .h1-item br{display: none}
  .h1-item:nth-child(3){margin:0 21px 30px 0;}
  header .btn{margin:0 auto 20px;display: block;}


  .btn{width: 300px;height: 71px;line-height: 71px;font-size: 16px;}
  .header-center{padding:30px 0;}


  .rukovod{padding:40px 0px;margin:50px 0 30px;}
  .rukovod p {font-size:14px;line-height: 16px;}
  .rukovod p.n{text-align:center;}
  .ruk-name{position: relative;left: 0;top:-5px;padding:5px;border-radius: 5px}
  .ruk-content span{display: none}
  .ruk-name strong {font-size: 13px;border-bottom: none;margin-bottom:0;padding-bottom: 0}
  .ruk-img{margin:0px auto 5px;width: 170px;}
  .ruk-img img{width: 120px}
  .ruk-content{justify-content: center;display: block;padding:0 0 0 10px;}
  .ruk-text{width: 95%;}
  .rukovod .btn{margin:0 auto;}

.page-form{margin-bottom:50px;}
.case{margin-top:50px;}
.question {padding-bottom: 50px;}
  .page-form-column{padding:30px 0;}
   .page-form.page-q h3{font-size: 14px;}
   .page-form-column .form-button {margin-top: 0px;}

   .page-form.page-z{margin-top: 50px}
       .item-page-z{font-size: 16px;line-height: 20px;}
     .item-page-z div:first-child{width: 40px;height: 40px;line-height: 40px;font-size:18px;margin-right: 30px;}
       .page-form.page-z .page-form-column div:first-child{line-height: 40px;}

       .item-page-z:nth-child(2){margin-top:30px;margin-left:20px;}
      .item-page-z:nth-child(4){margin-bottom:30px;margin-left:20px;}
    .item-page-z:nth-child(3){padding:20px 0 20px 0px;margin:20px 0 20px 20px;}
    .page-z .btn {margin: 0 auto 30px;}

    .case .tabs__caption,.case .tabs__content{gap:15px;}
    .case .tabs__caption li {width: 48%;font-size: 14px;line-height: 60px;}
       .item-tabs__content {width: 48%;height: 200px}
    .item-texet-tabs__content {font-size: 13px;width: 120px;line-height: 35px;left: 0;right: 0;margin:0 auto;}

         .proj-item.proj-text{font-size: 15px;line-height: 18px;}
.proj-popup{gap:15px;}
.proj-item{width: 46.7%;height: 180px;}


   .step{margin:50px 0px 0 0;padding: 30px 0 0 0px;border-radius: 0}
   .step .tabs__caption{gap:10px;margin:30px auto 0;}
   .step .tabs__caption li {height: 77px}
   .step-numb{width:30px;line-height:30px;font-size:16px;right: 5px;top: -15px;}
   .step .tabs__caption li span {font-size: 14px;bottom: -30px;}
   .step .tabs__content {margin:50px 0 0 0;}
   .step-title {font-size: 16px;}
   .step .tabs__caption li:nth-child(1) img {bottom: -8px;width: 90px;height: auto;}
   .step .tabs__caption li:nth-child(2) img {bottom: -11px;}
   .step .tabs__caption li:nth-child(3) img {width: 70px;height: auto;bottom: -2px;}

    .item-step span {width: 87%;}
 .step-text {width: 100%;}
 .tabs__content1,  .tabs__content2,  .tabs__content3,  .tabs__content4{background:none;}
 .item-step, .step-rez {font-size: 14px;line-height: 18px;}
 .step-rez strong {font-size: 13px;}
 .step .tabs__content{padding-bottom: 50px}

 .owl-dots {width: 220PX;}
 .owl-carousel button.owl-dot{margin:0 5px;}
 .owl-nav {width: 300px}
 .owl-item.active .owl-item-text{width: 260px;margin:0 auto;}
.owl-carousel .btn{width: 255px;line-height: 45px;height:45px;margin:30px 0;font-size:14px;}
.owl-item.active .owl-item-text {padding-right: 0px;}
.owl-item.active .case-foto {padding-right: 0px;}
.sync-prev{margin-top:10px;}

    .item-last{display: none}

   .page-form-column form input, .modal form input {width: 300px;height: 71px;margin-bottom: 25px;padding: 28px 25px;}
   .check {font-size: 14px;line-height: 16px;width: 300px;margin: 0 auto 20px;}
   input[type="checkbox"]:checked + label:before, input[type="checkbox"]:not(:checked) + label:before {width: 20px;height: 20px}
   input[type="checkbox"]:checked + label:after, input[type="checkbox"]:not(:checked) + label:after {left: 7px;top: 7px;width: 6px;height: 4px;}
   input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {padding-left: 30px}
   details p {padding-left: 0px;font-weight: 300;font-size: 18px;line-height: 27px;}
   summary {gap:10px;}
   summary p {width: 75%}
    .modal-content {width: 390px;height: 480px;padding:10px 40px 30px;}
         .modal h3 div{font-size: 20px;line-height: 36px;}
    .modal h3{font-size: 18px;line-height: 30px;margin-bottom:10px;}
    .modal #popup-kviz h3{margin-bottom:10px;}
    .close {font-size: 50px;}
    .modal-content.max{width: 310px;height: auto;}
    .otzya-name{font-size: 16px;}
    .otzyv-text{font-size: 14px;line-height: 16px;padding:16px 0 26px;margin: 20px 0 30px;}
    .ocenka{font-size: 16px;}

    .otzyv-name {font-size: 16px;display: block;text-align: center;}
    #popup-kviz {padding:10px;width: 320px;}
    .modal #popup-kviz h3 div {font-size: 14px;line-height: 18px;}
    .kviz-number {font-size: 12px;line-height: 28px;width: 28px;height: 28px;}
    .kviz-vid .options input[type="radio"]:checked + label, .kviz-vid .options input[type="radio"]:not(:checked) + label {width: 120px;font-size:12px;line-height: 15px;margin-right:2px;margin-left: 2px;margin-bottom:10px;}
        .kviz-vid img {width: 75px;height: auto;margin:0 auto 5px;}
    .kviz-content{height: 460px;padding:0px 0 20px;}
     .modal-content {margin-top:-240px;}
      #popup-kviz{margin-top: -300px;}
      .kviz-vid .options br{display: none}
      .n2{display: block}
      .n1{display: none}
        details p{width: 100%}
        details summary{padding:10px 0;}
      summary p {width: 76%;}
      .kviz-question {font-size: 12px;line-height: 16px;margin-bottom: 10px;}
      .kviz-vid.step-g img {width: 65px;height: auto;}
      .lds-roller {transform: scale(0.4);}
        .sync-img {width: 100%;}
        #popup-kviz .kviz-question {margin-bottom:10px}
}
@media (max-width: 479.98px) {
  .wrap{width: 310px;}
  h1 {font-size: 20px;}
  .page-form-column{padding:20px 0;}
  .page-form-column form input {width: 242px;padding:20px;}
  .page-form-column .form-input:nth-child(3) {margin: 0px 0 0;}
  .page-form form button {width: 242px;}
  h2{font-size: 16px;}

  .item-page-z div:first-child {margin-right:10px;}
 
  .h1-item:nth-child(3){margin:0 0 15px;}
  .h1-item{margin:0 0 15px;text-align:center;display: block;}
  .h1-item img{margin-left:20px;}
  .btn{width: 270px;height: 64px;line-height: 64px;font-size: 14px;}

  .case .tabs__caption li {width: 47.5%;font-size: 12px;line-height: 50px;}
     .item-tabs__content {width: 47.5%;height: 180px}
  .proj-item.proj-text{font-size: 14px;line-height: 16px;}

.proj-item{width: 46.5%;height: 160px;}
    .item-texet-tabs__content {font-size: 12px;width: 100px;line-height: 30px;}
    .step .tabs__caption li span {font-size: 10px;bottom: -25px;}
    .step .tabs__caption li {height: 57px;}
    .step-numb {width: 20px;line-height: 20px;font-size: 12px;right: 5px;top: -10px;}
.step .tabs__caption li:nth-child(3) img {width: 50px;height: auto;bottom: -2px;}
.step .tabs__caption li:nth-child(1) img {bottom: -6px;}
.step .tabs__caption li:nth-child(2) img {bottom: -7px;}
.step-title {font-size: 12px;}
   .item-step span {width: 82%;}
 .step .tabs__content{padding-bottom: 30px}


 .modal form input{width: 270px;height: 64px;margin-bottom: 20px;padding: 20px}
   .check {width: 270px;}
   .page-form-column form{padding:25px 20px;}
   h3 {font-size: 17px;line-height: 24px;}
   .modal-content {width: 300px;height: 450px;padding: 10px 0px 30px;}
   .modal-content.max {padding:10px 20px 30px;}
   #popup-kviz {width: 310px;}
    .kviz-content{height: 480px;}
     .modal-content {margin-top:-225px;}
      #popup-kviz{margin-top: -310px;}

      .h1-text::before{display: none}
      .h1-text{padding:0;}
      details p{width: 100%}
      summary p {width: 67%;}
      details p {font-size: 16px;line-height: 23px;}
      details span {width: 40px;height: 40px;font-size: 16px;}
      .file__button {min-height: 60px;padding: 0px 0 0 70px;font-size: 12px;background: url(../img/icon-file.png) no-repeat 30px center / 30px auto, #EFEFEF;width: 250px;}
} 