@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700,900&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=PT+Serif&subset=cyrillic-ext');
input:-webkit-autofill{
  box-shadow:inset 0 0 0 1000px #fafafa;
}
body{
  font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-size: 14px;
  line-height: 21px;
  background-color: #fff;
  color: #232A30;
  -webkit-font-smoothing: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-text-size-adjust: none;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.import{
  padding-left: 0!important;
  padding-right: 0!important;
}
h2{
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}
h3{
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
h4{
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 8px 0 17px 0;
}
.btn{
  display: table;
  padding: 18px 30px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 4px;
  background-color: #38AE76;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  text-align: center;
}
.btn:hover{
  background-color: #369165;
}
.label-wrap{
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.label-green{
  color: #38AE76;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  margin-right: 15px;
}
.label-wrap .line{
  width: 60px;
  height: 2px;
  background-color: #e4e5e6;
}

.header{
  padding: 30px 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.header.menu-fixed{
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
.logo{
  display: block;
  background: url(../img/logo.png) no-repeat left center;
  width: 133px;
  height: 40px;
}
.header .logo{
  float: left;
  margin: 5px 18px 5px 0;
}
.header .menu{
  float: left;
  margin: 13px 0;
}
.header .menu li{
  display: inline-block;
  margin: 2px 18px;
}
.header .menu li a{
  padding: 6px 0;
  color: #232A30;
  font-weight: 500;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.header .menu li a:hover{
  border-bottom: 3px solid #38AE76;
}
.header .btn-phone{
  background: url(../img/phone.svg) no-repeat center;
  width: 50px;
  height: 50px;
  background-color: #38AE76;
  border-radius: 100px;
  float: right;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.header .btn-phone:hover{
  background-color: #369165;
}
.header .phone{
  font-size: 22px;
  font-weight: 700;
  float: right;
  margin: 15px 30px 15px 0;
}


.block-1{
  padding:171px 0 60px 0;
}
.block-1 .head-left{
  float: left;
  width: 50%;
  margin: 60px 0;
  padding-right: 20px;
}
.block-1 .head-left h1{
  font-size: 54px;
  font-weight: 900;
  line-height: 62px;
  margin: 42px 0 21px 0;
}
.block-1 .head-left p{
  color: #5A5F64;
  font-size: 18px;
  line-height: 28px;
  width: 490px;
  margin-bottom: 51px;
}
.block-1 .photo-right{
  width: 40%;
  float: right;
  position: relative;
}
.block-1 .photo-right img {
  width: 100%;
  height: auto;
}


.block-2{
  padding:40px 0 0px 0;
}
.block-2 .item{
  float: left;
  width: calc(100%/3 - 30px);
  margin: 40px 15px;
}
.block-2 .item p{
  color: #5A5F64;
  font-size: 16px;
  line-height: 24px;
  width: 300px;
}


.block-3{
  padding: 120px 0 60px 0;
}
.block-3 h2{
  width: 720px;
  margin: 45px 0 24px 0;
}
.block-3 p{
  color: #5A5F64;
  font-size: 16px;
  line-height: 24px;
  width: 550px;
  margin-bottom: 60px;
}
.block-3 .tov .fl{
  float: left;
  width: calc(100%/4 - 30px);
  margin: 30px 15px;
}
.block-3 .tov .gallery a{
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.block-3 .tov .gallery a:hover{
  opacity: 0.8;
}
.block-3 .tov img{
  max-height: 405px;
  width: 100%;
}
.block-3 .tov .tov-info{
  border: 8px solid #EFF1F3;
  height: 405px;
  position: relative;
  padding: 50px 35px ;
  z-index: 1;
}
.block-3 .tov .tov-info h3{
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 30px;
}
.block-3 .tov .tov-info span{
  margin-bottom: 28px;
  display: block;
}
.block-3 .tov .tov-info .price{
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}
.block-3 .tov .tov-info .download{
  position: absolute;
  left: 35px;
  bottom: 50px;
  color: #38AE76;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 20px;
  background: url(../img/download.svg) no-repeat right center;
}
.block-3 .tov .tov-info .download:hover{
  text-decoration: underline;
}
.img-raz{
  max-width: 600px;
  margin-top: 60px;
}
.img-raz img{
  width: 100%;
}


.block-4{
  padding: 100px 0;
}
.block-4 .wrap-more{
  width: calc(100%/2);
  float: left;
  padding-right: 15px;
}
.block-4 .more{
  width: 348px;
}
.block-4 .more p{
  color: #5A5F64;
  font-size: 16px;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 53px;
}
.block-4 .more span{
  color: #919497;
  font-size: 16px;
  margin-top: 22px;
  display: block;
}
.block-4 .dop-more{
  width: calc(100%/2);
  float: left;
}
.block-4 .dop{
  width: 100%;
}
.block-4 .dop .dop-item{
  width: calc(100%/2);
  float: left;
  padding: 0 15px;
  margin-bottom: 58px;
}
.block-4 .dop .dop-item .ic-dop-1{
  background: url(../img/ic-1.svg) no-repeat left center;
  width: 52px;
  height: 48px;
}
.block-4 .dop .dop-item .ic-dop-2{
  background: url(../img/ic-2.svg) no-repeat left center;
  width: 52px;
  height: 48px;
}
.block-4 .dop .dop-item .ic-dop-3{
  background: url(../img/ic-3.svg) no-repeat left center;
  width: 54px;
  height: 48px;
}
.block-4 .dop .dop-item .ic-dop-4{
  background: url(../img/ic-4.svg) no-repeat left center;
  width: 60px;
  height: 48px;
}
.block-4 .dop .dop-item .ic-dop-5{
  background: url(../img/ic-5.svg) no-repeat left center;
  width: 52px;
  height: 52px;
}
.block-4 .dop .dop-item .ic-dop-6{
  background: url(../img/ic-6.svg) no-repeat left center;
  width: 52px;
  height: 48px;
}
.block-4 .dop .dop-item h6{
  font-size: 18px;
  margin: 22px 0 8px 0;
}
.block-4 .dop .dop-item .price-dop{
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}



.block-5{
  background: url(../img/bg5.jpg) no-repeat top center;
  padding: 140px 0;
}
.block-5 .preim{
  width: 50%;
  float: right;
  padding-left: 15px;
}
.block-5 .preim h2{
  margin: 45px 0 49px 0;
}
.block-5 .preim .wrap-pre{
  width: 100%;
  background-color: #fff;
  padding: 55px 80px;
}
.block-5 .preim .wrap-pre .pre-item{
  width: 50%;
  float: left;
  margin-bottom: 55px;
}
.block-5 .preim .wrap-pre .pre-item .green-pre{
  font-size: 32px;
  font-weight: 900;
  color: #38AE76;
  margin-bottom: 16px;
  
}
.block-5 .preim .wrap-pre .pre-item p{
  color: #5A5F64;
  font-size: 16px;
  line-height: 24px;
}
.block-5 .preim .wrap-pre span{
  color: #5A5F64;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  display: block;
  margin-bottom: 24px;
}


.block-6{
  padding: 140px 0;
}
.block-6 .label-wrap{
  display: block;
  text-align: center;
}
.block-6 .label-wrap .label-green{
  margin-right: 0;
}
.block-6 .label-wrap .line{
  margin: 25px auto;
}
.block-6 h3{
  text-align: center;
  margin-bottom:91px;
}
.block-6 .feedback{
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.block-6 .feedback .slide{
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.block-6 .feedback img{
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.block-6 .feedback h6{
  font-size: 18px;
  font-weight: 700;
  margin: 27px 0 2px 0;
}
.block-6 .feedback p{
  color: #919497;
  margin-bottom: 34px;
}
.block-6 .feedback .feed{
  font-family: 'PT Serif', serif;
  font-size: 16px;
  color: #5A5F64;
  line-height: 28px;
  max-width: 580px;
  margin: 0 auto;
}
.block-6 .feedback .slick-prev,
.responsive .slick-prev{
  background: url(../img/arrow.svg) no-repeat left center;
  width: 20px;
  height: 36px;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.responsive .slick-prev{
  left: 315px;
}
.block-6 .feedback .slick-prev:hover,
.responsive .slick-prev:hover{
  background: url(../img/arrow-hover.svg) no-repeat left center;
}
.block-6 .feedback .slick-next,
.responsive .slick-next{
  background: url(../img/arrow.svg) no-repeat left center;
  width: 20px;
  height: 36px;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.responsive .slick-next{
  right: -12px;
}
.block-6 .feedback .slick-next:hover,
.responsive .slick-next:hover{
  background: url(../img/arrow-hover.svg) no-repeat left center;
}



.footer-border{ 
  padding: 80px 0;
  border-top: 1px solid #E4E5E6; 
}
.footer .footer-left{
  float: left;
  width: 30%;
  padding-right: 50px;
}
.footer .seo{
  color: #5A5F64;
  margin: 9px 0 40px 0;
}
.footer .label-footer{
  font-size: 18px;
  font-weight: 700;
}
.footer p{
  font-size: 16px;
  color: #5A5F64;
  line-height: 24px;
  margin: 4px 0 20px 0;
}
.footer .phone-foot{
  color: #38AE76;
  font-weight: 500;
  margin: 4px 0 38px 0;
}
.footer .foo{
  margin-top: 24px;
}
.footer .foo p{
  margin: 0;
  color: #919497;
  font-size: 14px;
}
.footer .foo a{
  font-size: 14px;
  color: #919497;
}
.footer .foo a:hover{
  text-decoration: underline;
}
.footer .wrap-map{
  width: 70%;
  float: right;
}
.footer .wrap-map img{
width: 100%;
height: auto;
  
}



/* ----------Модальное окно ----------*/

.modal-popup{
  position: relative;
  margin: 0 auto;
  width: 620px;
  /* min-height: 500px; */
  background-color: #fff;
}
.modal-popup .wrap-form{
  padding: 80px 130px;
}
.modal-popup .wrap-form #title{
  color: #BABABA;
  font-size: 16px;
  margin-top: 9px;
}
.modal-popup#modal-popup-product p{
  margin: 17px 0 0 0;
}
.modal-popup .wrap-phone{
  background-color: #f5f5f5;
  padding: 40px 100px;
}
.modal-popup#modal-popup-product .wrap-phone p,
.modal-popup#modal-popup-call .wrap-phone p{
  margin: 0;
}
.modal-popup .wrap-phone .ic-phone{
  float: left;
  display: block;
  background: url(../img/24phone.svg) no-repeat left center;
  width: 50px;
  height: 50px;
}
.modal-popup .wrap-phone .wrap-ph{
  float: left;
  display: block;
  margin-left: 20px;
  margin-top: -3px;
}
.modal-popup h3{
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.5px;
}
/* .modal-popup h2{
  font-size: 28px;
  font-weight: bold;
  margin-top: 7px;
} */
.modal-popup p{
  color: #666;
  font-size: 16px;
  line-height: 22px;
  margin: 13px 0 0 0;
}
.modal-popup form{
  position: relative;
  display: table;
  width: 100%;
  margin: 33px 0 0px 0;
}
.modal-popup .input{
  font-size: 16px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  margin-bottom: 20px;
  background-color: #fafafa;
}
.modal-popup .btn{
  padding: 12px 45px;
  border: none;
  height: 59px;
  width: 100%;
}
.form-success{
  display: none;
  padding: 80px 100px;
}
.img-success{
  background: url(../img/checked.svg) no-repeat left center;
  width: 96px;
  height: 96px;
  margin: 20px auto;
}
.modal-popup .form-success h3,
.modal-popup .form-success p{
  text-align: center;
}
.error{
  color: #ff6060;
}
#phone-error {
  display: none!important;
  color: #ff6060;
  position: absolute;
  left: 0px;
  top: -22px;
}
#email-error{
  display: none!important;
}

.my-mfp-zoom-in .zoom-anim-dialog {
 opacity: 0;
 -webkit-transition: all 0.2s ease-in-out; 
 -moz-transition: all 0.2s ease-in-out; 
 -o-transition: all 0.2s ease-in-out; 
 transition: all 0.2s ease-in-out; 
 -webkit-transform: translateY(-10px); 
   -moz-transform: translateY(-10px); 
   -ms-transform: translateY(-10px); 
   -o-transform: translateY(-10px); 
   transform: translateY(-10px); 
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
 opacity: 1;
-webkit-transform: translateY(0px); 
  -moz-transform: translateY(0px); 
  -ms-transform: translateY(0px); 
  -o-transform: translateY(0px); 
  transform: translateY(0px); 
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
-webkit-transform: translateY(-10px); 
-moz-transform: translateY(-10px); 
-ms-transform: translateY(-10px); 
-o-transform: translateY(-10px); 
transform: translateY(-10px);
 opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
 opacity: 0;
 -webkit-transition: opacity 0.3s ease-out; 
 -moz-transition: opacity 0.3s ease-out; 
 -o-transition: opacity 0.3s ease-out; 
 transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
 opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
 opacity: 0;
}



@media only screen and (max-width: 767px) and (min-width: 480px){
  .container {
    width: 420px;
  }
}

@media (max-width: 1440px){
  .block-1 .head-left{
    width: 60%;
  }
  .block-3 .tov .tov-info{
    height: 354px;
    padding: 40px 25px;
  }
  .block-3 .tov .tov-info .price{
    font-size: 30px;
  }
  .block-3 .tov .tov-info .download{
    bottom: 40px;
    left: 25px;
  }
  .responsive .slick-prev{
    left: 281px;
  }
}


@media (max-width: 1200px){
  h2{
    font-size: 58px;
  }
  .block-1 .head-left{
    width: 50%;
    margin:0 0 60px 0;
  }
  .block-1 .head-left h1{
    font-size: 60px;
    line-height: 64px;
  }
  .block-2 .item p{
    width: 100%;
  }
  .block-3 p{
    margin-bottom: 0;
  }
  .block-3 .tov .tov-info{
     width: calc(100% - 30px)!important;
    float: none;
    height: auto;
    border-bottom: none;
    border-right: none;
    border-left: none;
    padding: 30px 0px 15px 0;
    margin: 60px 15px 0 15px;
  }
  .block-3 .tov .fl{
    width: calc(100%/3 - 30px);
  }
  .block-3 .tov .tov-info .download{
    right: 0;
    top:30px;
    bottom: auto;
    left: auto;
  }
  .block-4{
    padding: 40px 0 100px 0;
  }
  .block-4 .wrap-more{
    float: none;
    width: 100%;
  }
  .block-4 .dop-more{
    float: none;
    width: 100%;
    margin-top: 80px;
  }
  .block-4 .dop .dop-item{
    width: calc(100%/3);
  }
  .block-5 .preim{
    width: 60%;
  }
}

@media (max-width: 991px){
  .header .menu{
    display: none;
  }
  .header .logo {
    margin: 5px 0;
  }
  .block-1{
    padding: 171px 0 0px 0;
  }
  .block-1 .head-left{
    width: 100%;
    float: none;
  }
  .block-1 .photo-right{
    /* display: none; */
    float: none;
    width: 80%;
  }
  .block-5{
    background: rgb(241, 245, 250);
    background: -webkit-linear-gradient(top left,rgba(241, 245, 250, .4),rgba(227, 236, 244, .7));
    background: -o-linear-gradient(top left,rgba(241, 245, 250, .4),rgba(227, 236, 244, .7));
    background: -moz-linear-gradient(top left,rgba(241, 245, 250, .4),rgba(227, 236, 244, .7));
    background: linear-gradient(top left, rgba(241, 245, 250, .4), rgba(227, 236, 244, .7));
  }
  .block-5 .preim{
    width: 100%;
    padding-left: 0;
  }
  .footer .footer-left{
    width: 100%;
  }
  .footer .wrap-map{
    display: none;
  }
}

@media (max-width: 767px){
  h2{
    font-size: 46px;
    line-height: 44px;
  }
  .header{
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  }
  .header .phone{
    margin: 15px 15px 15px 0;
    font-size: 18px;
  }
  .header .btn-phone{
    width: 40px;
    height: 40px;
    margin: 5px 0; 
  }
  .block-1{
    padding: 150px 0 0px 0;
  }
  .block-1 .head-left p{
    width: 100%;
  }
  .block-1 .photo-right{
    width: 100%;
  }
  .block-2 .item{
    width: calc(100% - 30px);
    float: none;
  }
  .block-3{
    padding: 80px 0 60px 0;
  }
  .block-3 h2{
    width: 100%;
    font-size: 46px;
    line-height: 44px;
  }
  .block-3 p{
    width: 100%;
  }
  .block-4 {
    padding: 40px 0 40px 0;
  }
  .block-4 .dop .dop-item{
    width: 50%;
    padding: 0 15px;
    max-height: 120px;
  }
  .block-4 .dop .dop-item h6{
    font-size: 14px;
  }
  .block-4 .more{
    width: 100%;
  }
  .block-5{
    padding: 100px 0;
  }
  .block-5 .preim .wrap-pre{
    padding: 50px;
  }
  .block-5 .preim .wrap-pre .pre-item{
    width: 100%;
    float: none;
  }
  .block-6{
    padding: 100px 0 40px 0;
  }
  .modal-popup{
    width: 100%;
  }
  .block-3 .tov .tov-info .download{
    position: relative;
    right: auto;
    top: auto;
  }
  .block-3 .tov .tov-info .price{
    margin-bottom: 30px;
  }
}

@media (max-width: 480px){
  h2{
    font-size: 36px;
    line-height: 44px;
  }
  .header .logo{
    background: url(../img/logo-mini.png) no-repeat center;
    width: 40px;
    height: 40px;
  }
  .block-1 {
    padding: 120px 0 0px 0;
  }
  .block-1 .head-left h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .label-wrap .line{
    width: 40px;
  }
  .block-2{
    padding: 0;
  }
  .block-3 {
    padding: 60px 0 60px 0;
  }
  .block-3 .tov .tov-info h3{
    margin-bottom: 15px;
  }
  
  
  /* .block-3 .tov .fl{
    width: calc(100% - 30px)!important;
  } */
  .block-3 .tov img{
    height: auto;
    max-height: none;
  }
  .block-4{
    padding: 0;
  }
  .block-4 .dop .dop-item .price-dop{
    font-size: 18px;
  }
  .block-5 {
    padding: 40px 0;
}
  .block-5 .preim .wrap-pre{
    padding: 45px 30px;
  }
  .block-6 {
    padding: 40px 0 0px 0;
}
  .block-6 h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .footer-border{
    padding: 40px 0; 
  }
  .footer .footer-left{
    padding-right: 0;
  }
  .modal-popup .wrap-form{
    padding: 30px;
  }
  .form-success{
    padding: 30px;
  }
}
