@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=cyrillic-ext');

body{
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  color: #323A46;
  -webkit-font-smoothing: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-text-size-adjust: none;
  /* padding-top: 110px; */
}
h1{
  font-family: 'GothamPro';
  font-size: 60px;
  line-height: 68px;
  font-weight: bold;
  color: #222831;
  letter-spacing: -0.8px;
}
h2{
  font-family: 'GothamPro';
  font-size: 42px;
  line-height: 48px;
  font-weight: bold;
  color: #222831;
  letter-spacing: -0.8px;
}
h3{
  font-family: 'GothamPro';
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #222831;
  letter-spacing: -0.8px;
}
h4{
  font-family: 'GothamPro';
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  color: #222831;
  letter-spacing: -0.8px;
  margin-bottom: 19px;
}
.cont{
  padding: 0 20px;
}
.import{
  padding-left: 0!important;
  padding-right: 0!important;
}
p.des{
  font-size: 20px;
  line-height: 26px;
}
p.text{
  color: #70757D;
}
.btn1{
  text-align: center;
  color: #fff;
  display: table;
  background-color: #1C5BDE;
  padding: 18px 40px;
  font-size: 18px;
  border-radius: 4px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.btn1:hover{
  background-color: #11449c;
}
.btn2{
  margin-top: 30px;
  background: url(../img/more.svg) no-repeat right 30px center;
  text-align: center;
  color: #EC6B08;
  display: table;
  padding: 10px 50px 10px 30px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #EC6B08;
  border-radius: 100px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.btn2:hover{
  color: #fff;
  background: url(../img/more-hover.svg) no-repeat right 23px center #EC6B08;
}




.header{
  z-index: 9;
  background-color: #fff;
  padding: 22px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.header .container{
  position: relative;
}

.header .mob-menu{
  display: none;
}
.header ul{
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.header ul li{
  line-height: 44px;
}
.logo{
  display: block;
  background: url(../img/logo.svg) no-repeat left center;
  width: 166px;
  height: 33px;
  margin: 7px 0 3px 0;
}
.header .menu-link > div{
  line-height: 20px;
  margin: 12px 0 0 0;
}
.header .menu-link a{
  position: relative;
  padding: 4px 0;
  color: #222831;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header .menu-link > div.active-menu{
  border-bottom: 2px solid #EC6B08;
}
.header .menu-link a:hover{
  color: #909398;
}
.header .menu-link a:hover::after,
.header .menu-link a:hover::before,
.footer-link .link a:hover::after,
.footer-link .link a:hover::before {
  width: 100%;
  left: 0;
}
.header .menu-link a::after,
.header .menu-link a::before,
.footer-link .link a::after,
.footer-link .link a::before {
  content: "";
  position: absolute;
  top: calc(100%);
  width: 0;
  right: 0;
  height: 2px;
}
.header .menu-link a::before,
.footer-link .link a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  background: #EC6B08;
}
.header .menu-link a::after,
.footer-link .link a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
  background: #EC6B08;
}
.header .line-menu{
  width: 1px;
  height: 34px;
  background-color: #DEDEDE;
  margin: 5px 0;
}
.header .phone-menu a{
  color: #222831;
  font-size: 18px;
  font-weight: 900;
  line-height: 46px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.header .phone-menu a:hover{
  color: #EC6B08;
}
.header .call-menu a{
  padding:13px 15px;
  border: 1px dashed #EC6B08;
  border-radius: 4px;
  color: #EC6B08;
  font-weight: 600;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.header .call-menu a:hover{
  border: 1px solid #EC6B08;
  background-color: #EC6B08;
  color: #fff;
}








.block-1{
  background: url(../img/bg1.jpg) no-repeat top center #EAEBF0;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 100px 0px;
}
.block-1 h1{
  max-width: 610px;
}
.wrap-head-service{
  margin: 30px 0 0 0 ;
  max-width: 550px;
}
.head-service-item{
  float: left;
  width: calc(100%/2 - 30px);
  margin-bottom: 20px;
}
.head-service-item p{
  font-size: 18px;
  font-weight: 600;
  color: #222831;
  float: left;
  margin: 15px 0 15px 15px;
}
.head-service-item .ic-1{
  background: url(../img/icon-Сonditioning.svg) no-repeat center;
  width: 54px;
  height: 54px;
  float: left;
}
.head-service-item .ic-2{
  background: url(../img/icon-Heating.svg) no-repeat center;
  width: 54px;
  height: 54px;
  float: left;
}
.head-service-item .ic-3{
  background: url(../img/icon-Ventilation.svg) no-repeat center;
  width: 54px;
  height: 54px;
  float: left;
}
.head-service-item .ic-4{
  background: url(../img/icon-Frost.svg) no-repeat center;
  width: 54px;
  height: 54px;
  float: left;
}
.head-service-item .fr{
  width: 120px;
  margin: 4px 0 4px 15px;
}
.block-1 .btn1{
  margin-top: 30px;
}


.block-2{
  padding: 100px 0 50px 0;
}
.facts-item{
  width: calc(100%/3 - 30px);
  float: left;
  margin:0 15px 45px 15px;
}
.facts-item h3{
  margin-bottom: 18px;
}
.facts-item h3 span{
  color: #EC6B08;
  font-family: 'GothamPro';
  font-size: 42px;
  font-weight: bold;
}

.block-3{
  padding-bottom: 70px;
}
.block-3 h2{
  margin-left: 15px;
}
.service{
  margin-top: 52px;
}
.service-item{
  background-color: #ECF1F7;
  width: calc(100%/2 - 30px);
  height: 450px;
  float: left;
  margin: 0 15px 30px 15px;
}
.service-item a{
  width: 100%;
  height: 100%;
  display: block;
  padding: 50px 55px;
}
.service-item a p{
  color: #323A46;
}
.conditioning{
  background: url(../img/Сonditioning.png) no-repeat #ECF1F7;
  background-position: bottom 0px right -170px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.conditioning:hover {
  background-position: bottom 20px right -170px;
  /* -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); */
}
.ventilation{
  background: url(../img/Ventilation.png) no-repeat #ECF1F7;
  background-position: bottom -40px right 28px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.ventilation:hover {
  background-position: bottom -20px right 28px;
  /* -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); */
}
.heating{
  background: url(../img/Heating.png) no-repeat #ECF1F7;
  background-position: bottom -140px right 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.heating:hover {
  background-position: bottom -120px right 20px;
  /* -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); */
}
.frost{
  background: url(../img/Frost.png) no-repeat #ECF1F7;
  background-position: bottom -250px right 11px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.frost:hover {
  background-position: bottom -230px right 11px;
  /* -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px); */
}




.block-4{
  padding-bottom: 40px;
}
.block-4 h2{
  margin-left: 15px;
  max-width: 560px;
  margin-bottom: 16px;
}
.block-4 h2 span{
  color: #EC6B08;
}
.block-4 p.des{
  margin-left: 15px;
}
.advantages{
  margin-top: 71px;
}
.adv-item{
  width: calc(100%/3 - 30px);
  float: left;
  margin: 0 15px 60px 15px;
  min-height: 188px;
}
.adv-item h3{
  margin: 15px 0 9px 0;
}




.block-5{
  padding: 80px 0;
  background-color: #ECF1F7;
}
.block-5 h2{
  margin-bottom: 16px;
  margin-left: -1px;
}
.block-5 p.des span{
  color: #EC6B08;
  font-weight: 600;
}
.feedback{
  margin-top: 60px;
  margin-bottom: 80px!important;
}
 .feed{
  /*width: calc(100%/3 - 30px);
  float: left;*/
  margin: 0 15px 0px 15px;
} 
.feed .info-feed{
  margin-bottom: 15px;
}
.feed .info-feed .img-feed{
  display: inline-block;
}
.feed .info-feed .customer{
  display: inline-block;
  margin-left: 13px;
  overflow: hidden;
  vertical-align: super;
  line-height: 22px;
}
.feed .info-feed .customer h5{
  font-weight: 600;
}
.feed .info-feed .customer p{
  font-size: 14px;
  color: #989CA3;
}
.feed-text{
  font-size: 15px;
}




.footer{
  background-color: #15171B;
  padding: 80px 0 80px 0;
}
.footer h2{
  color: #fff;
  margin-bottom: 11px;
}
.footer h2 span{
  color: #EC6B08;
}
.footer p.des{
  color: #90969D;
}
.form-footer{
  margin: 40px 0;
}
.form-footer .wrap-input{
  display: inline-block;
  width: 25%;
  margin:0 -2px;
  padding-right: 15px;
}
.form-footer .wrap-input:last-child{
  padding-right: 0;
}
#phone-error{
  display: none!important;
}
.wrap-input label{
  display: block;
  margin-bottom: 5px;
  color: #90969D;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.wrap-input input{
  width: 100%;
  border: 1px solid #fff;
  padding: 16px;
  border-radius: 4px;
}
.wrap-input select{
  background-color: #fff;
  width: 100%;
  border: 1px solid #fff;
  padding: 16px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand { /* for IE 11 */
  display: none;
}
.wrap-input.select{
  position: relative;
}
.wrap-input.select.is-open:after{
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrap-input.select:after {
  position: absolute;
  top: 56px;
  right: 33px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.wrap-input button{
  width: 100%;
  border: none;
  padding: 18px 40px;
}
.footer p.conf{
  float: right;
  margin-top: 10px;
}
p.conf{
  font-size: 12px;
  color: #90969D;
  line-height: 16px;
}
p.conf a{
  color: #90969D;
  text-decoration: underline;
}
p.conf a:hover{
  text-decoration: none;
}

.footer-down{
  padding: 40px 0;
  border-top: 1px solid #2C2E32;
  border-bottom: 1px solid #2C2E32;
}
.footer-link{
  width: 50%;
  float: left;
}
.footer-down .label{
  margin-bottom: 5px;
  color: #90969D;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.footer-link .link p{
  display: inline-block;
  font-size: 18px;
  color: #90969D;
}
.footer-link .link a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-contact{
  float: left;
  width: 25%;
}
.footer-contact a{
  font-size: 18px;
  color: #EC6B08;
}
.copyright{
  margin-top: 20px;
}
.copyright p{
  font-size: 14px;
  color: #90969D;
  display: inline-block;
}
.copyright .relands{
  display: inline-block;
  margin-left: 30px;
}
.copyright .relands a{
  background: url(https://relands.ru/images/relands-work-w.svg) no-repeat left top 6px;
  padding-left: 62px;
  padding-right: 21px;
  display: block;
  color: #90969D;
  font-size: 14px;
  position: relative;
}
.copyright .relands a .love{
  right: 15px;
  top:6px;
  position: relative;
  color: red;
  width: auto;
  display: block;
  position: absolute;
}
.copyright .relands a .love:before,
.copyright .relands a .love:after {
   background: #fd3803;
   position: absolute;
   width: 8px;
   height: 12px;
   top: 0;
   left: 7px;
   content: '';
   border-radius: 50px 50px 0 0;
   transform: rotate(-45deg) translateZ(0);
   -webkit-transform: rotate(-45deg) translateZ(0);
   transform-origin: 0 100%;
   -webkit-transform-origin: 0 100%;
}
.copyright .relands a .love:after {
   left: 0;
   transform: rotate(45deg) translateZ(0);
   -webkit-transform: rotate(45deg) translateZ(0);
   transform-origin :100% 100%;
   -webkit-transform-origin: 100% 100%;
}
.copyright .relands a:hover .love{
  animation: pulse 1.1s ease-in-out infinite;
}
@keyframes pulse {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}


/* ----------Модальное окно ----------*/

.sogl{
  font-size: 13px!important;
  line-height: 18px!important;
  color: #70757D;
}
.sogl a:hover{
  text-decoration: underline;
}

.modal-popup{
  position: relative;
  margin: 0 auto;
  width: 540px;
  background-color: #fff;
  border-radius: 4px;
}
.modal-popup .wrap-form{
  padding: 60px 100px;
}
.modal-popup h3{
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
}
.modal-popup p.text{
  margin: 13px 0 0 0;
  line-height: 22px;
}
.modal-popup form{
  position: relative;
  display: table;
  width: 100%;
  margin: 30px 0 0px 0;
}
.modal-popup .wrap-input{
  margin-bottom: 15px;
}
.modal-popup .wrap-input label{
  color: #222831;
  font-weight: 600;
  margin-bottom: 0px;
}
.modal-popup input,
.modal-popup select{
  border: 1px solid #DEDEDE;
  background-color: #f9f9fb;
}
.modal-popup .wrap-input.select::after{
  top: 52px;
}
.form-success{
  display: none;
  padding: 120px 100px;
}
.img-success{
  background: url(../img/success.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;
}
#modal-popup-success{
  padding: 80px 100px;
  text-align: center;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.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.9;
 background: #15171B;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
 opacity: 0;
}



/* -------Анимация гамбургера------ */
.mobile-menu-btn {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  /* float: right; */
  height: 44px;
  outline: 0;
  position: relative;
  width: 44px;
  display: block;

}
.mobile-menu-btn span {
  left: 0px;
  top: 20px;
}
.mobile-menu-btn span::before {
  top: -8px;
}
.mobile-menu-btn span::after {
  bottom: -8px;
}
.mobile-menu-btn span::before, 
.mobile-menu-btn span::after {
  content: '';
}
.mobile-menu-btn span,
.mobile-menu-btn span::before,
.mobile-menu-btn span::after {
  display: block;
  background-color: #222831;
  height: 3px;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 26px;
}
.mobile-menu-btn.active span {
  background-color: transparent;
}
.mobile-menu-btn.active span::before, 
.mobile-menu-btn.active span::after {
  background-color: #222831;
  top: 0;
}
.mobile-menu-btn.active span::before {
  transform: rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
}
.mobile-menu-btn.active span::after {
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}
header.menu-fixed .mobile-menu-btn span,
header.menu-fixed .mobile-menu-btn span::before,
header.menu-fixed .mobile-menu-btn span::after {
  background-color: #444;
}
header.menu-fixed .mobile-menu-btn.active span {
  background-color: transparent;
}
header.menu-fixed .mobile-menu-btn.active span::before, 
header.menu-fixed .mobile-menu-btn.active span::after {
  background-color: #444;
}
/* -------Анимация гамбургера конец------ */










@media (max-width: 1200px){
  
}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .container {
    width: 420px;
  }
}

@media (max-width: 991px){
  body{
    padding-top: 74px;
  }
    .header .line-menu{
      display: none;
    }
  .header{
    padding: 15px 0;
    height: 74px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
  }
  .header.ter{
    height: 100%;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
  }
  html.over{
    overflow: hidden !important;
    height: 100% !important;
  }
  .header.menu-fixed{
    /* padding: 16px 0; */
    -webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 3px 8px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 3px 8px 0px rgba(50, 50, 50, 0.2);
  }
  .header .mob-menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #my-menu{
    display: block;
    position: absolute;
    top:80px;
    left: 0;
    padding: 0 15px;
  }
  #my-menu li.logo-hid,
  #my-menu li.call-menu{
    display: none;
  }
  .header ul.mob-menu li.touch{
    width: 44px;
    height: 44px;
  }
  .header #my-menu li{
    border-bottom: 1px solid #DEDEDE;
    /* margin-top: 5px; */
    -webkit-transform: scale(1.15) translateY(-30px);
            transform: scale(1.15) translateY(-30px);
    opacity: 0;
    -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
   .header #my-menu li:nth-child(2) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
  }
   .header #my-menu li:nth-child(3) {
    -webkit-transition-delay: 0.42s;
            transition-delay: 0.42s;
  }
   .header #my-menu li:nth-child(4) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
   .header #my-menu li:nth-child(5) {
    -webkit-transition-delay: 0.28s;
            transition-delay: 0.28s;
  }
   .header #my-menu li:nth-child(7) {
    -webkit-transition-delay: 0.21s;
            transition-delay: 0.21s;
  }
  .header #my-menu li a {
    display: block;
    text-decoration: none;
    font-size: 24px;
    text-transform: none;
    font-weight: 900;
    line-height: 46px;
    padding: 4px 0;
    margin: 12px 0 0 0;
    width: 100%;
  }
  .header.ter #my-menu li {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
  }
   .header.ter #my-menu li:nth-child(2) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
  }
   .header.ter #my-menu li:nth-child(3) {
    -webkit-transition-delay: 0.34s;
            transition-delay: 0.34s;
  }
   .header.ter #my-menu li:nth-child(4) {
    -webkit-transition-delay: 0.41s;
            transition-delay: 0.41s;
  }
   .header.ter #my-menu li:nth-child(5) {
    -webkit-transition-delay: 0.48s;
            transition-delay: 0.48s;
  }
   .header.ter #my-menu li:nth-child(7) {
    -webkit-transition-delay: 0.55s;
            transition-delay: 0.55s;
  }
  .header .call-menu a{
    background: url(../img/phone-mob.svg) no-repeat center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    font-size: 0;
    display: table;
  }
  .header .call-menu a:hover{
    background: url(../img/phone-mob-hover.svg) no-repeat center;
    border: none;
  }
  .block-1{
    background: url(../img/bg1-1.jpg) no-repeat top center #EAEBF0;
    -webkit-background-size: cover;
    background-size: cover;
  }
  h1{
    color: #fff;
  }
  .head-service-item p{
    color: #fff;
  }
  .head-service-item .ic-1{
    background: url(../img/icon-Сonditioning-mob.svg) no-repeat center;
  }
  .head-service-item .ic-2{
    background: url(../img/icon-Heating-mob.svg) no-repeat center;
  }
  .head-service-item .ic-3{
    background: url(../img/icon-Ventilation-mob.svg) no-repeat center;
  }
  .head-service-item .ic-4{
    background: url(../img/icon-Frost-mob.svg) no-repeat center;
  }
  .service-item{
    height: 540px;
  }
  .service-item a{
    padding: 40px 45px;
  }
}

@media (max-width: 767px){
  .block-1{
    padding: 60px 0;
  }
  h1{
    font-size: 38px;
    line-height: 44px;
    text-align: center;
  }
  .head-service-item{
    width: 50%;
  }
  .head-service-item .ic-1,
  .head-service-item .ic-2,
  .head-service-item .ic-3,
  .head-service-item .ic-4{
    float: none;
    display: block;
    margin: auto;
  }
  
  .head-service-item p,
  .head-service-item .fr{
    float: none;
    display: block;
    text-align: center;
    margin: 15px 0 0 0;
    width: auto;
  }
  .block-1 .btn1{
    margin: 30px auto;
  }
  .block-2{
    padding: 60px 0 30px 0;
  }
  .facts-item{
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0px 45px 0px;
  }
   h2{
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    margin-left: 0!important;
  }
  .service{
    margin-top: 32px;
  }
  .service-item{
    width: 100%;
    float: none;
    height: 500px;
    margin: 0 0px 30px 0px;
  }
  .service-item a{
    padding: 30px 25px;
  }
  h4{
    font-size: 26px;
    line-height: 30px;
  }
  .import{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
  p.des{
    text-align: center;
    margin-left: 0!important;
  }
  .advantages{
    margin-top: 51px;
  }
  .adv-item{
    width: 50%;
    text-align: center;
    margin: 0 0px 60px 0px;
    padding: 0 15px;
    min-height: 260px;
  }
  .adv-item h3{
    word-wrap: break-word;
  }
  .feedback{
    margin-top: 30px;
  }
  .feed .info-feed{
    display: table;
    margin: 15px auto;
  }
  .feed-text{
    text-align: center;
  }
  .slick-slide img{
    margin: auto;
  }
  .block-4{
    padding-bottom: 0;
  }
  .block-5{
    padding: 60px 0;
  }
  .footer{
    padding: 60px 0;
  }
  .form-footer{
    margin: 40px 0 80px 0;
  }
  .form-footer .wrap-input{
    width: 100%;
    display: block;
    margin: 0 0 15px 0;
    padding-right: 0;
  }
  .wrap-input.select:after {
    position: absolute;
    top: 55px;
    right: 16px;
  }
  .footer-link .link a{
    display: table;
    margin-bottom: 10px;
  }
  .footer-link .link p{
    display: none;
  }
  .footer-contact{
    width: 50%;
    margin-bottom: 47px;
  }
  .footer-contact:last-child{
    margin-bottom: 0;
    margin-top: 0;
  }
  .copyright p{
    text-align: center;
    display: block;
  }
  .copyright .relands{
    display: table;
    margin: auto;
  }
  .modal-popup{
    width: 100%;
  }
}

@media (max-width: 480px){
  
  .head-service-item{
    margin-bottom: 40px;
  }
  .adv-item{
    width: 100%;
    padding: 0;
    min-height: 100px;
    margin: 0 0px 45px 0px;
  }
  .modal-popup{
    border-radius: 0;
  }
  .modal-popup .wrap-form{
    padding: 30px;
  }
  .modal-popup h3{
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 320px){
  .btn1{
    padding: 18px 30px!important;
  }
  h1{
    font-size: 28px;
    line-height: 34px;
  }
  .footer-link{
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-contact{
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 47px;
  }
  .footer-link .link a{
    margin: 10px auto;
  }
}