
@media (max-width: 991px) {
  .hero-title-wrapper {
    padding-top: 2%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-title-brand {
    line-height: 32px;
  }
  .hero-phone {
    text-align: left;
  }
  .menu-link {
    font-size: 18px;
  }
  .container-content {
    padding: 6% 4%;
  }
  .what-we-box {
    margin-bottom: 4%;
  }
  .what-we-img {
    height: 150px;
    background-position: 50% 0px;
  }
  .section-3 {
    padding-bottom: 8%;
  }
  .spec-slide {
    width: 47%;
  }
  .spec-img.si2 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .spec-img.si3 {
    background-position: 50% -13px;
  }
  .spec-img.si4 {
    background-position: 50% 50%;
  }
  .spec-img.si5 {
    background-position: 50% 34%;
  }
  .spec-img.si6 {
    background-position: 50% 12%;
  }
  .section-4 {
    padding-top: 0%;
  }
  .container-4 {
    padding-right: 4%;
    padding-left: 4%;
  }
  .footer-adres {
    font-size: 18px;
  }
  .section-5 {
    padding-top: 4%;
    padding-bottom: 4%;
  }
  .callback-button {
    border-style: none;
    border-width: 0px;
  }
  .callback-box {
    bottom: 5%;
    z-index: 10;
  }
  .modal-wrapper {
    padding-top: 10%;
  }
  .popup-form-heading {
    margin-top: 6%;
    font-size: 34px;
    line-height: 34px;
  }
  .popup-form-desc {
    font-size: 16px;
  }
  .popup-form-heading-box {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .popup-form-box {
    padding-top: 2%;
  }
  .popup-form-button {
    width: 140px;
    height: 35px;
    font-size: 16px;
    line-height: 18px;
  }
  .popup-form-button:hover {
    line-height: 20px;
  }
  .form-succes-error {
    font-size: 14px;
  }
  .input {
    height: 40px;
  }
  .contacts-box, .feedback-form {
    flex-wrap: wrap;
  }
  .contacts-box > *, .feedback-form > * {
    width: 100% !important; 
  }
}

@media (max-width: 767px) {
  .section-1 {
    height: auto;
    margin-bottom: 0px;
    padding-top: 0%;
    padding-bottom: 0%;
  }
  .container-1 {
    height: 100%;
  }
  .hero-title-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 333;
    min-height: auto;
  }
  body {
    padding-top: 48px;
  }
  .hero-title-sub-box {
    flex: auto;
  }

  .hero-title-brand {
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    margin: 0;
  }
  .hero-sub-brand {
    text-align: left;
    display: none;
  }

  .hero-logo-box {
    margin-bottom: 0;
    margin-right: 8px;
  }

  .hero-logo-box img {
    width: 32px;
  }

  .header-mob-box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 335;
  }

  .header-mob-right-box {
    display: flex;
    align-items: center;
    height: 48px;
  }






  .working-time {
    display: none;
  }




  .top-menu-box {
    position: fixed;
    right: 0;
    z-index: 333;
    top: 48px;
    height: calc(100vh - 48px);
    left: -9999px;
    width: 290px;
    z-index: 11;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .5s, transform .5s;
    background-color: #35a187;
  }

  .top-menu-box.open {
    left: auto;
    opacity: 1;
    transform: translateX(0);
  }

  .top-menu-box .scroll-box {
    overflow-y: auto;
    height: 100%;
  }

  .hero-menu-wrapper {
    padding: 2%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-menu-wrapper .has-children .open-next-box {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 3;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    transform: rotate(0deg);
    transition: transform .3s;
  }

  .hero-menu-wrapper .has-children .open-next-box.active {
    transform: rotate(180deg);
  }

  .hero-menu-wrapper .has-children .open-next-box:before,  
  .hero-menu-wrapper .has-children .open-next-box:after { 
   content: '';
   position: absolute;
   display: block;
   background: #fff;
   width: 100%;
   height: 2px;
   top: calc(50% - 1px);
   left: 0;
   transition: all .2s;
 }

 .hero-menu-wrapper .has-children .open-next-box:after {
  transform: rotate(90deg);
  opacity: 1;
  transition: transform .3s, opacity .3s;
} 


.hero-menu-wrapper .has-children .open-next-box.active:after {
  /*transform: rotate(0deg);*/
  opacity: 0;
} 






.hero-menu-wrapper {
  background-color: transparent;
}


.hero-menu-wrapper > li {
  text-align: left;
}

.hero-menu-wrapper > li:hover {
  padding-top: 0;
}

.hero-menu-wrapper > li .menu-top-sub {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  background-color: transparent;
  padding: 0;
  padding-top: 16px;
  padding-bottom: 2px;
  border: none;
}

.hero-menu-wrapper .menu-top-sub > li {
  padding: 6px 0;
}

.hero-menu-wrapper > li .menu-top-sub .menu-link {
  font-weight: 400;
  color: #d7ffb3;
  font-size: 18px;
}

.hero-menu-wrapper > li {
  margin-bottom: 16px;
  width: 100%;
}

.hero-menu-wrapper {
  padding: 24px 32px;
  padding-bottom: 12px;
}
.menu-link {
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
}

.menu-link.active {
  padding-bottom: 0px;
  border: none;
}

.menu-link:hover {
  padding-top: 0px;
}

.hero-phone {
  padding-left: 0;
}

.header-mob-box {
   display: block;
}

.top-menu-box .bottom-box {
  padding: 32px 0;
  margin: 0 32px;
  border-top: 1px solid #fff;
  display: block;
}

.top-menu-box .bottom-box > * {
  margin: 20px 0;
  line-height: 1.6;
}

.top-menu-box .bottom-box .button-box {
  margin-top: 24px;
}

.top-menu-box .icotext-box .ico-col {
  width: 40px;
  padding-top: 4px;
}

.top-menu-box .working-time-mob {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    font-size: 14px;
}

.mobmenu-overlay {
  position: absolute;
  right: 100%;
  top: 0;
  width: 1200px;
  height: 100%;
}



.hero-call-button {
  height: 37px;
  line-height: 20px;
}


.hero-slider-wrapper {
  display: block;
  height: 36%;
  min-height: 0%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slide-title {
  padding: 5px 10px;
  font-size: 22px;
  line-height: 26px;
}

.hero-phone {
  float: none;
  font-size: 16px;
  text-align: center;
}

.hero-phones-box {
  display: none;
}
.hero-button-box {
  display: none;
}
.hero-call-button {
  text-decoration: none;
}
.hero-call-button:hover {
  margin-top: 0px;
  background-color: #cc3a54;
  box-shadow: 0 4px 0 0 #964444;
}



.h2 {
  text-align: center;
}
.what-we-box {
  margin-bottom: 5%;
}
.what-we-img {
  width: 100%;
}
.what-we-img._2 {
  background-size: contain;
}
.what-we-img._3 {
  background-size: contain;
}
.what-we-img._4 {
  background-size: contain;
}
.what-we-text {
  width: 100%;
  padding-top: 16px;
  padding-left: 0px;
}
.what-we-title {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.what-we-desc {
  text-align: center;
}
.section-3 {
  padding-bottom: 8%;
}
.spec-slider {
  height: 400px;
}
.spec-slide {
  width: 100%;
}
.spec-box {
  display: block;
}
.spec-img.si2 {
  background-position: 50% -56px;
}
.spec-img.si3 {
  background-position: 0px -28px;
}
.spec-img.si4 {
  background-position: 50% 19%;
}
.spec-img.si5 {
  background-position: 50% 15%;
}
.spec-title {
  bottom: 27%;
}
.spec-desc {
  top: 74%;
}
.spec-button {
  top: 84%;
  width: 50%;
}

.section-4 {
  padding-top: 0%;
  padding-right: 0%;
  padding-left: 0%;
}
.container-4 {
  max-width: auto;
}
.map {
  height: 300px;
  border-radius: 0px;
}
.footer-adres {
  font-size: 16px;
}
.cotyright-txt {
  font-size: 16px;
}
.callback-button {
  display: none;
}
.modal-wrapper {
  padding-top: 17%;
}
.popup-form-wrapper {
  min-width: 420px;
}
.popup-form-heading {
  margin-top: 8%;
  font-size: 32px;
  line-height: 32px;
}
.popup-form-desc {
  line-height: 16px;
}
.popup-form-heading-box {
  padding-bottom: 4%;
}
.close-form {
  top: 2%;
  right: 3%;
  width: 15px;
  height: 15px;
}

h2 {
  text-align: center;
}

.services li {
 float: none; 
}

.spec-slider-mask {
  margin-right: 30px;
  margin-left: 30px;
}

.feedback-box {
   margin-bottom: 24px;
}



}

@media (max-width: 480px) {
  .hero-slider-wrapper {
    height: auto;
  }

  .hero-slider .hero-slide img {
    display: none;
  } 

  .hero-slider .hero-slide img.slide-img-mob {
    display: block;
  } 

  .hero-slide img {
    height: auto; 
  }

  .w-slider-arrow-left, .w-slider-arrow-right {
    width: 28px;
  }

  .hero-slider-arow, *:hover .hero-slider-arow {
    color: #fff;
    background-color: rgba(0,0,0,.15);
  }

  .w-icon-slider-right:before, .w-icon-slider-left:before {
    font-size: 24px;
    line-height: 0;
    position: relative;
    top:20px;
    margin: 0;
    display: block;
    left: -6px;
  }
}

@media (max-width: 479px) {




  .hero-slide-title {
    left: 5%;
    right: 5%;
    bottom: 5%;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .hero-phone {
    font-size: 15px;
  }

  .hero-phone.ico {
    padding-left: 0;
    background-image: none;
}

.footer-phones-box {
    background-image: url(../images/call-answer.png);
    background-position: 0px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-left: 26px;

}


  .section-3 {
    padding-bottom: 10%;
  }
  .spec-slider {
    height: 420px;
  }
  .spec-title {
    bottom: 27%;
    font-size: 18px;
    letter-spacing: 0px;
  }
  .spec-desc {
    top: 73%;
    font-size: 14px;
  }
  .spec-button {
    width: 70%;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }
  .section-4 {
    padding-top: 0%;
  }
  .map {
    height: 250px;
  }
  .footer-contact-box {
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-adres {
    margin-bottom: 0px;
    font-size: 16px;
    text-align: center;
  }
  .footer-adres.footer-adres-box {
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-phones-box {
    margin-right: 20px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-5 {
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .modal-wrapper {
    padding-top: 25%;
  }
  .popup-form-wrapper {
    min-width: 300px;
  }
  .popup-form-heading {
    margin-top: 2%;
  }
  .popup-form-desc {
    font-size: 15px;
    line-height: 16px;
  }
  .popup-form-heading-box {
    padding-top: 2%;
    padding-bottom: 4%;
  }
  .popup-form-ico {
    display: none;
  }
  .input {
    height: 30px;
    font-size: 16px;
  }
  .input-area {
    font-size: 16px;
  }
  .close-form {
    right: 3%;
    width: 12px;
    height: 12px;
  }
}