@font-face {
  font-family: OpenSansBI;
  src: url(./fonts/OpenSans-BoldItalic.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: leelawad;
  src: url(./fonts/Leelawadee.woff);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: GothamProThin;
  src: url(./fonts/GothamPro/GothamPro-Light.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: leelawdb;
  src: url(./fonts/Leelawadee-Bold.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: oswaldB;
  src: url(./fonts/Oswald-Bold.woff);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: LatoB;
  src: url(./fonts/Lato-Bold.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: url(./fonts/OpenSans.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSansB;
  src: url(./fonts/OpenSans-Bold.woff);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  outline: 0;
}

p {
  margin: 0;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body.locked {
  position: relative;
  overflow: hidden;
  height: 100%;
}

body.locked .qwe {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 100%;
}
/*loading start*/
.loadingEffect {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10002;
  display: block;
  visibility: visible;
  opacity: 1;
}

.loading-wrapper {
  height: 10px;
  width: 100%;
  background: #CFD8DC;
  border-radius: 5px;
  overflow: hidden;
}

.loader {
  background-color: #006ed0;
  height: 100%;
  width: 80%;
  animation: loading 2s ease infinite;
}

@keyframes loading {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(130%);
  }
}
/*loading end*/
body {
  margin: 0;
  padding: 0;
  color: #4e4e4e;
  font-size: 18px;
  min-height: 100%;
  position: relative;
  background: #fff;
  font-weight: 400;
  background-position-x: 0;
  background-position-y: 0;
  background-position: center;
  font-family: robotoReg, Colibri, Tahoma, sans-serif;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .ac-installation-baner {
    height: 123vw;
  }
}
.qwe section .main-slider {
  height: 25vw;
}

.qwe section .main-slider .slick-track {
  height: 100%;
}

.qwe section .main-slider .slide {
  width: 100%;
  height: 100%;
}

.qwe section .main-slider .slide img {
  width: 100%;
}

.ac-installation-baner img {
  display: block;
}

.ac-installation-baner {
  position: relative;
}

.hidden_w0_h0_blk {
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  position: absolute;
}

.ac-installation-baner:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  height: 100px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  background: linear-gradient(to bottom, #fff 0, #000 0, rgba(0, 0, 0, 0.55) 10%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
}

.main-slider:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  position: absolute;
  background: linear-gradient(to top, #fff 0, #000 0, rgba(0, 0, 0, 0.55) 25%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
}

@media only screen and (max-device-width: 736px) {
  .qwe section .free-estimate-mob {
    display: none;
  }
}
.qwe .center {
  width: 1107px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.popup-covid-info {
  display: none;
}

.popup-covid-info-button {
  display: none;
}

.flex-nav {
  display: flex;
  justify-content: space-between;
  margin: auto;
  height: 60px;
}

@media (max-width: 480px) {
  .qwe .center {
    width: 100%;
  }
}
.qwe .center:before {
  content: " ";
  float: none;
  clear: both;
  display: block;
}

.qwe .center:after {
  content: " ";
  float: none;
  clear: both;
  height: 0;
  display: block;
}

.qwe .alt-head {
  top: -100px;
  width: 100%;
  z-index: 9999;
  position: fixed;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #005ba6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005ba6), to(#003764));
  background-image: linear-gradient(to bottom, #005ba6, #003764);
}

@media (max-width: 480px) {
  .qwe .alt-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.qwe .alt-head .bl .menu-alt-bl {
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  margin-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: leelawad;
}

.qwe .alt-head .bl .menu-alt-bl .bread-menu {
  margin-right: 10px;
}

.qwe .alt-head .bl .menu-alt-bl .bread-menu .list {
  width: 32px;
  height: 5px;
  display: block;
  background: #fff;
  margin-bottom: 3px;
  border-radius: 3px;
}

.qwe .alt-head .bl .menu-alt-bl .bread-menu .list:last-child {
  margin-bottom: 0;
}

.qwe .alt-head .bl .tel-alt-h {
  width: 100%;
  color: #fff;
  height: 40px;
  display: block;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  font-family: OswaldB;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.65);
}

.qwe .menu-mobile {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  height: auto;
  bottom: 0;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  background-color: #0a3c7d;
  left: 100%;
}

.qwe .menu-mobile:before {
  content: "";
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(../images/header-shadow.png) 0 0;
}

.qwe .menu-mobile .top-menu-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.qwe .menu-mobile .top-menu-mob:before {
  content: "";
  bottom: -12px;
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  background: url(../images/header-shadow.png) 0 0;
}

.qwe .menu-mobile .top-menu-mob .text {
  width: 100%;
  color: #fff;
  height: 29px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  font-family: OpenSans;
  background-color: #003b75;
}

.qwe .menu-mobile .top-menu-mob .logo-alt-m {
  height: 137px;
  background-color: #fff;
}

.qwe .menu-mobile .top-menu-mob .logo-alt-m img {
  margin-top: 8px;
  max-height: 121px;
}

.qwe .menu-mobile .top-menu-mob .tel {
  width: 100%;
  color: #fff;
  height: 40px;
  display: block;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  font-family: OswaldB;
  background-color: #003b75;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.65);
}

.qwe .menu-mobile .top-menu-mob .close {
  top: 5px;
  right: -2px;
  width: 20px;
  height: 18px;
  position: absolute;
  margin-right: 10px;
  background: url(../images/close-menu.png) no-repeat center center;
}

.qwe .menu-mobile .menu-level {
  margin: 0 auto;
  max-width: 283px;
  margin-top: 15px;
}

.qwe .menu-mobile .menu-level ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qwe .menu-mobile .menu-level ul li {
  width: 100%;
  min-height: 47px;
  line-height: 47px;
  margin-right: 7px;
  border-bottom: 1px solid #e6e6e6;
}

.qwe .menu-mobile .menu-level ul li > a {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  font-family: OpenSansB;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.65);
}

.qwe .menu-mobile .menu-level ul li > a.arr:after {
  content: "";
  top: 15px;
  right: 0;
  width: 8px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/sub-menu-m.png) 0 0;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog {
  display: none;
  margin-left: 10px;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog li:last-child {
  border-bottom: none;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog li a {
  padding-left: 0;
  font-size: 15px;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog li a:after {
  content: none;
}

.qwe .menu-mobile .next-level, .qwe .menu-mobile .tree-level {
  top: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  background-color: #0a3c7d;
  left: 100%;
}

.qwe .menu-mobile .next-level .top, .qwe .menu-mobile .tree-level .top {
  color: #fff;
  min-height: 50px;
  line-height: 50px;
  font-family: OpenSans;
  border-bottom: 1px solid #e6e6e6;
}

.qwe .menu-mobile .next-level .top .back-b, .qwe .menu-mobile .tree-level .top .back-b {
  display: block;
  min-height: 50px;
  position: relative;
  padding-left: 60px;
}

.qwe .menu-mobile .next-level .top .back-b:before, .qwe .menu-mobile .tree-level .top .back-b:before {
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-left: 1px solid #fff;
  background: url(../images/sub-menu-m.png) no-repeat center center;
}

.qwe .menu-mobile .next-level .sub-menu-catalog, .qwe .menu-mobile .tree-level .sub-menu-catalog {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qwe header {
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  background: #fff;
  min-height: 192px;
  position: relative;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.38);
}

@media (max-width: 480px) {
  .qwe header {
    min-height: 107px;
  }
}
.qwe header .h-top-s {
  height: 101px;
}

@media (max-width: 480px) {
  .qwe header .h-top-s {
    height: auto;
    display: none;
  }
}
.qwe header .h-top-s .c-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.qwe header .h-top-s .nav-top-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.qwe header .h-top-s .nav-top-h a {
  color: #fff;
  display: block;
  font-size: 11px;
  position: relative;
  margin-right: 48px;
  font-family: OpenSans;
}

.qwe header .h-top-s .nav-top-h a.first-ico:after {
  content: "";
  top: -1px;
  left: -16px;
  width: 14px;
  height: 17px;
  display: block;
  position: absolute;
  background: url(../images/sprite.png) -2px -15px;
}

.qwe header .h-top-s .nav-top-h a .h-step {
  width: 0;
  height: 0;
  overflow: hidden;
  margin-top: -1px;
  margin-left: -1px;
  display: inline-block;
}

.qwe header .h-top-s .nav-top-h a:before {
  content: "";
  top: 5px;
  right: -38px;
  width: 28px;
  height: 9px;
  display: block;
  position: absolute;
  background: url(../images/sprite.png) 0 0;
}

.qwe header .h-top-s .weather-bl {
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 3px;
}

.qwe header .h-top-s .c-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.qwe header .h-top-s .weather-bl .bl {
  position: relative;
  display: inline-block;
}

.qwe header .h-top-s .weather-bl .bl span {
  color: #fff;
  font-size: 36px;
  font-family: OpenSans;
  position: relative;
}

.qwe header .h-top-s .weather-bl .bl span .h-text {
  width: 0;
  height: 0;
  overflow: hidden;
  margin-top: -1px;
  margin-left: -1px;
  display: inline-block;
  position: absolute;
}

.qwe header .h-top-s .coordinats {
  margin-right: 0;
}

.qwe header .h-top-s .coordinats .top {
  color: #fff;
  font-size: 32px;
  text-align: right;
  padding-bottom: 5px;
  font-family: GothamProBold;
  text-shadow: 2px 2px 0 #363333;
  border-bottom: 1px solid #fff;
}
.qwe header .h-top-s .coordinats .top a span {
  font-size: 24px;
  font-weight: 100;
  margin-right: 25px;
  font-family: GothamProThin;
}
.qwe header .h-top-s .coordinats .top a {
  position: relative;
  font-size: 44px;
  font-family: GothamProBold;
}
.qwe header .h-top-s .coordinats .top a:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -65px;
  width: 23px;
  height: 32px;
  background: url("../images/phone_icon_h.svg");
  background-size: contain;
}

.qwe header .h-top-s .coordinats .bottom {
  color: #4e2222;
  font-size: 12px;
  margin-top: 5px;
  font-family: OpenSans;
}

.qwe header .mid-line-s {
  height: 66px;
  background: #fff;
  position: relative;
  border-bottom: 8px solid #134d9b;
}

@media (max-width: 480px) {
  .qwe header .mid-line-s {
    height: 107px;
    border-bottom: none;
  }
}
.qwe header .mid-line-s .center-mid {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qwe header .mid-line-s .m-bl-h-l {
  display: none;
  width: 50%;
}

@media (max-width: 480px) {
  .qwe header .mid-line-s .m-bl-h-l {
    display: block;
  }
}
.qwe header .mid-line-s .m-bl-h-l.f .red {
  background: #e63233 url(../images/svg/red_BG_L.svg) !important;
  border-top: 1px solid #d7656f;
}

.qwe header .mid-line-s .m-bl-h-l.f .blue {
  background: #e63233 url(../images/svg/blue_BG_L.svg) !important;
}

.qwe header .mid-line-s .m-bl-h-l.l .bl {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.qwe header .mid-line-s .m-bl-h-l.l .red.tel {
  background: #e63233 url(../images/svg/red_BG_R.svg);
}

.qwe header .mid-line-s .m-bl-h-l.l .blue {
  border-top: 1px solid #4e89ca;
  background: #006ecd url(../images/svg/blue_BG_R.svg) !important;
}

.qwe header .mid-line-s .m-bl-h-l .bl {
  width: 92%;
  height: 55px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4%;
}

.qwe header .mid-line-s .m-bl-h-l .bl:first-child {
  height: 52px;
}

.qwe header .mid-line-s .m-bl-h-l .bl.blue, .qwe header .mid-line-s .m-bl-h-l .bl.red {
  color: #fff;
  font-family: leelawdb;
  text-transform: uppercase;
}

.qwe header .mid-line-s .m-bl-h-l .bl .ico-h-m {
  top: 17px;
  left: 8px;
  position: absolute;
}

.qwe header .mid-line-s .m-bl-h-l .bl .ico-h-m .shadow-h {
  width: 17px;
  height: 17px;
  -webkit-filter: drop-shadow(0 0 3px #000);
  filter: drop-shadow(0 0 3px #000);
}

.qwe header .mid-line-s .m-bl-h-l .bl.h-m {
  width: auto;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  text-shadow: 0 1px 5px #000;
}

.qwe header .mid-line-s .m-bl-h-l .bl.c-m {
  width: auto;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  text-shadow: 0 1px 5px #000;
}

.qwe header .mid-line-s .m-bl-h-l .bl.c-m .ico-h-m {
  top: 19px;
}

.qwe header .mid-line-s .m-bl-h-l .bl.blue {
  background: #006ecd;
}

.qwe header .mid-line-s .m-bl-h-l .bl.tel {
  font-family: oswaldB;
  text-shadow: 0 1px 5px #000;
}

.qwe header .mid-line-s .m-bl-h-l .bl.red {
  background: #e63233;
}

.qwe header .mid-line-s .m-bl-h-l .bl .bread-menu .list {
  width: 32px;
  height: 5px;
  display: block;
  background: #fff;
  margin-bottom: 3px;
  border-radius: 3px;
}

.qwe header .mid-line-s a.logo {
  left: -27px;
  top: -101px;
  width: 228px;
  min-width: 270px;
  height: 182px;
  display: block;
  position: relative;
  background: url(../images/logo-bg-h.png) 0 0;
}

@media (max-width: 480px) {
  .qwe header .mid-line-s a.logo {
    width: 140px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -69px;
    background: url(../images/svg/circle.svg) 0 0;
    background-size: contain;
  }
}
.qwe header .mid-line-s a.logo img {
  margin: 0 auto;
  max-width: 175px;
  margin-top: 22px;
}

@media (max-width: 480px) {
  .qwe header .mid-line-s a.logo img {
    max-width: 123px;
    margin-top: 9px;
  }
}
.qwe header .mid-line-s a.logo .logo-t {
  font-size: 10px;
  display: block;
  margin-top: -3px;
  text-align: center;
  display: none;
}

@media (max-width: 480px) {
  .qwe header .mid-line-s a.logo .logo-t {
    display: none;
  }
}
.qwe header .mid-line-s UL.menu-head {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: -31px;
  z-index: 9;
  margin-left: 0;
  position: static;
  list-style-type: none;
}

@media (max-width: 480px) {
  .qwe header .mid-line-s UL.menu-head {
    display: none;
  }
}
.nve-logo {
  position: absolute;
  background-color: #fff;
  min-width: 150px;
  margin-top: 6px;
}

.qwe header .mid-line-s UL.menu-head > li.no-down-arr a:before {
  content: none;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu {
  left: 0;
  right: 0;
  top: 58px;
  z-index: 1;
  width: 100%;
  display: none;
  background: #fff;
  min-height: 345px;
  position: absolute;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.54);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.54);
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu.mini:before {
  content: none;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu:before {
  content: "";
  top: 10px;
  width: 10px;
  height: 12px;
  left: -8px;
  display: block;
  position: absolute;
  background: url(../images/nrs-big-meni-line.png) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu:after {
  content: "";
  top: -2px;
  width: 100%;
  height: 5px;
  left: 0;
  display: block;
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #fafafa;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 58px;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service.about .list {
  max-width: 34.2222222%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service.about .list:last-child {
  max-width: 39%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 33.3333333333%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.blue p {
  color: #156eba;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.blue ul {
  border-left: 1px solid #b2cfe8;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.red p {
  color: #cf3737;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.red ul {
  border-left: 1px solid #f9c7c7;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.grey p {
  color: #666;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.grey ul {
  border-left: 1px solid #d6d6d6;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p {
  color: #156eba;
  font-size: 24px;
  text-align: left;
  margin-bottom: 22px;
  font-family: OpenSans;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p .blue {
  color: #156eba;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p .red {
  color: #cf3737;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p .grey {
  color: #666;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul {
  margin: 0;
  padding: 0;
  min-height: 192px;
  list-style-type: none;
  border-left: 1px solid #b2cfe8;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul {
  border-left: none;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a {
  color: #a3a3a3;
  font-size: 16px;
  text-align: left;
  position: relative;
  padding-left: 46px;
  margin-bottom: 26px;
  font-family: OpenSans;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.ico:before {
  content: "";
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i1:before {
  background: url(../images/svg/attention_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i2:before {
  background: url(../images/svg/bux_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i3:before {
  background: url(../images/svg/clock_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i4:before {
  background: url(../images/svg/gps_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i1:before, .qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i2:before, .qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i3:before, .qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i4:before {
  background-size: 100%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul li {
  text-align: left;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul li a {
  display: block;
  color: #000;
  font-size: 13px;
  text-align: left;
  padding-left: 9px;
  padding-right: 20px;
  margin-bottom: 12px;
  font-family: OpenSans;
}

.qwe header .mid-line-s .button-menu-main-c {
  height: 74px;
  display: block;
  position: relative;
  margin-left: 29px;
  margin-right: -2px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.28);
/*box-shadow: none;*/
}

@media (max-width: 480px) {
  .qwe header .mid-line-s .button-menu-main-c {
    display: none;
  }
}
.qwe header .mid-line-s .button-menu-main-c .button-menu-main {
  color: #fff;
  width: 265px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  font-family: OpenSansB;
  text-transform: uppercase;
}

.qwe header .bot-line {
  width: 100%;
  height: 30px;
  background: #006ecd;
}

@media (max-width: 480px) {
  .qwe header .bot-line {
    display: none;
  }
}
.qwe header .estimate-section {
  bottom: -190px;
  right: 20px;
  text-align: center;
  z-index: 1;
  position: absolute;
  -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  .qwe header .estimate-section {
    display: none;
  }
}
.qwe section {
  width: 100%;
  position: relative;
}

.qwe section .free-estimate-mob {
  display: none;
  height: 243px;
  text-align: center;
  background: url(../images/mob-bg-stimate.jpg) no-repeat center center;
  background-size: cover;
}

.qwe header .mid-line-s a.logo {
  left: 55px;
  top: -101px;
  width: 228px;
  height: 182px;
  display: block;
  position: relative;
  background: url(../images/logo-bg-h.png) 0 0;
}

.qwe header .mid-line-s a.logo img {
  margin: 0 auto;
  max-width: 175px;
  margin-top: 22px;
  display: block;
}

.qwe header .mid-line-s a.logo .logo-t {
  font-size: 10px;
  display: block;
  margin-top: -3px;
  text-align: center;
  display: none;
}

@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s a.logo {
    width: 140px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -69px;
    background: url(../images/svg/circle.svg) no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s a.logo img {
    max-width: 123px;
    margin-top: 9px;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s a.logo .logo-t {
    display: none;
  }
}
.qwe section .free-estimate-mob .title {
  color: #fff;
  font-size: 32px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  font-family: leelawdb;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.qwe section .free-estimate-mob .text {
  color: #fff;
  font-size: 32px;
  margin-top: 32px;
  text-align: center;
  font-family: leelawad;
}

.qwe section .button-menu-main-cs {
  width: 100%;
  height: 55px;
  display: none;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 7px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.28);
}

@media only screen and (max-device-width: 736px) {
  .qwe section .button-menu-main-cs {
    display: none;
  }
}
@media (max-width: 480px) {
  .qwe section .button-menu-main-cs {
    display: block;
  }
}
.qwe section .button-menu-main-cs .button-menu-main {
  color: #fff;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 19px;
  border-radius: 0;
  background: #e71c15;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: OpenSansB;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
  box-shadow: inset 0 0 0 0 #fff;
}

.lan-title h2 {
  font-size: 30px;
  font-family: GothamProBlack;
}

.lan-title h2, .lan-title p {
  text-align: center;
  color: #000;
}

@media (min-width: 480px) and (max-width: 992px) {
  .main-slider-content {
    display: none;
  }
}
@media (max-width: 480px) {
  .qwe section .main-slider {
    /*display: none*/
    height: calc(var(--vh1, 1vh) * 100 - 169px);
    min-height: 455px;
    max-height: 650px;
  }
}
.main-slider-content {
  position: relative;
}

.qwe section .main-slider .slide {
  width: 100%;
}

.qwe section .main-slider .slide img {
  max-width: 100%;
}

.qwe section .inform-content {
  margin-top: 43px;
}

.qwe section .inform-content .info-bl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-2 {
    width: 90%;
    margin: 0 auto;
  }
}
.qwe section .inform-content .info-bl.row-2 .bl .section {
  padding: 10px;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-2 .bl .section {
    padding: 0;
  }
}
.qwe section .inform-content .info-bl.row-2 .bl .section.ask {
  padding: 0;
  color: #ef3a3c;
}

.qwe section .inform-content .info-bl.row-2 .bl:last-child:before {
  background: #ef3a3c;
}

.qwe section .inform-content .info-bl.row-2 .bl:last-child:after {
  background: #0057ab;
}

.qwe section .inform-content .info-bl.row-2 .bl:first-child {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin-right: 21px;
  min-width: 754px;
  max-width: 754px;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-2 .bl:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0;
    min-width: auto;
    max-width: auto;
  }
}
.qwe section .inform-content .info-bl.row-2 .bl:first-child .section:before {
  content: "";
  top: 0;
  left: 50%;
  top: -17px;
  width: 48px;
  height: 30px;
  display: block;
  position: absolute;
  margin-left: -24px;
  background: #fff url(../images/svg/icon_info.svg) no-repeat center center;
}

.qwe section .inform-content .info-bl.row-4 {
  margin-top: 49px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}
.qwe section .inform-content .info-bl.row-4 .bl {
  width: 100%;
  padding: 0 23px;
  max-width: 260px;
  min-height: 163px;
  margin-right: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-4 .bl {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.qwe section .inform-content .info-bl.row-4 .bl:last-child {
  margin-right: 0;
}

.qwe section .inform-content .info-bl.row-4 .bl .section h2 {
  color: #231f20;
  text-align: left;
  font-size: 15.45px;
  margin-top: 28px;
  margin-bottom: 18px;
  font-weight: 700;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-4 .bl .section h2 {
    padding: 0;
  }
}
.qwe section .inform-content .info-bl.row-4 .bl .section p {
  color: #231f20;
  padding: 0;
  text-align: left;
  font-size: 15.45px;
  font-family: leelawad;
}

.qwe section .inform-content .info-bl.row-4 .bl .section .read-more {
  bottom: -5px;
  z-index: 1;
  left: 50%;
  margin-left: -20%;
  padding: 0 8px;
  color: #a0a0a0;
  display: block;
  position: absolute;
  font-size: 15.45px;
  background-color: #fff;
  font-family: leelawad;
}

.qwe section .inform-content .info-bl.row-4 .bl .section:before {
  content: "";
  left: 50%;
  top: -22px;
  width: 42px;
  height: 28px;
  display: block;
  position: absolute;
  margin-left: -21px;
}

.qwe section .inform-content .info-bl.row-4 .bl .section.ico1:before {
  background: #fff url(../images/svg/flag_icon.svg) no-repeat center center;
  background-position: 12px 0;
}

.qwe section .inform-content .info-bl.row-4 .bl .section.ico2:before {
  height: 34px;
  background: #fff url("../images/svg/fair icon.svg") no-repeat center center;
}

.qwe section .inform-content .info-bl.row-4 .bl .section.ico3:before {
  height: 38px;
  background: #fff url(../images/svg/shesteren_icon.svg) no-repeat center center;
  background-position: 5px -2px;
}

.qwe section .inform-content .info-bl.row-4 .bl .section.ico4:before {
  background: #fff url(../images/svg/people_icon.svg) no-repeat center center;
  padding: 0 5px;
  margin-left: -29px;
}

.qwe section .inform-content .info-bl.row-1 {
  margin-top: 79px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-1 {
    margin-top: 49px;
  }
}
.qwe section .inform-content .info-bl.row-1 .bl {
  width: 100%;
  min-height: 56px;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-1 .bl {
    width: 90%;
    margin: 0 auto;
  }
}
.qwe section .inform-content .info-bl.row-1 .bl .section p {
  z-index: 1;
  color: #939598;
  display: block;
  padding: 0 21px;
  background: #fff;
  position: relative;
  text-align: center;
  font-size: 39.46px;
  margin-bottom: -51px;
  font-family: leelawdb;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl.row-1 .bl .section p.w-c-u {
    bottom: -11px;
    font-size: 24px;
    margin-bottom: -57px;
  }
}
.qwe section .inform-content .info-bl.row-1 .bl .section:before {
  content: "";
  left: 50%;
  top: -22px;
  width: 42px;
  height: 28px;
  display: block;
  position: absolute;
  margin-left: -21px;
}

.qwe section .inform-content .info-bl.row-1 .bl .section.ico1:before {
  content: " ";
  display: block;
  height: 42px;
  background: #fff url(../images/svg/why_choose_use.svg) no-repeat;
  background-size: 69%;
  background-position: 8px 0;
  width: 50px;
}

.qwe section .inform-content .info-bl.mid-text .bl .section p {
  z-index: 1;
  color: #000;
  display: block;
  padding: 18px;
  background: 0 0;
  position: relative;
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
  font-family: leelawad;
}

.qwe section .inform-content .info-bl.mid-text .bl .section .full-text {
  color: #000;
  padding: 18px;
  font-size: 14px;
  text-align: left;
  padding-top: 0;
  font-family: leelawad;
  display: none;
}

.qwe section .inform-content .info-bl.mid-text .bl .section .full-text h3 {
  font-weight: 100;
}

.qwe section .inform-content .info-bl.mid-text .bl .section .full-text p {
  padding: 0;
}

.qwe section .inform-content .info-bl.mid-text .bl .section .full-text h3 {
  font-weight: 400;
  color: #333;
}

.qwe section .inform-content .info-bl .bl {
  color: #000;
  font-size: 24px;
  min-height: 56px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-family: leelawad;
  border-left: 0 none #ef3a3c;
  border-right: 0 none #0057ab;
}

.qwe section .inform-content .info-bl .bl.ask-s {
  height: 57px;
  margin-top: -2px;
}

.qwe section .inform-content .info-bl .bl h2, .qwe section .inform-content .info-bl .bl p {
  margin: 0;
  color: #000;
  font-size: 24px;
  text-align: left;
  font-weight: 100;
  font-family: leelawad;
}

@media (max-width: 480px) {
  .qwe section .inform-content .info-bl .bl h2, .qwe section .inform-content .info-bl .bl p {
    font-size: 15px;
    padding: 16px 21px;
  }
}
.qwe section .inform-content .info-bl .bl .qa-s-h {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.qwe section .inform-content .info-bl .bl:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #ef3a3c;
  background: -webkit-gradient(linear, left top, right top, from(#ef3a3c), color-stop(50%, #ef3a3c), color-stop(50%, #0057ab), to(#0057ab));
  background: linear-gradient(to right, #ef3a3c 0, #ef3a3c 50%, #0057ab 50%, #0057ab 100%);
}

.qwe section .inform-content .info-bl .bl:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #ef3a3c;
  background: -webkit-gradient(linear, left top, right top, from(#ef3a3c), color-stop(50%, #ef3a3c), color-stop(50%, #0057ab), to(#0057ab));
  background: linear-gradient(to right, #ef3a3c 0, #ef3a3c 50%, #0057ab 50%, #0057ab 100%);
}

.qwe section .grid-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 49px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .qwe section .grid-content-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.qwe section .grid-content-list .bl {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 266px;
}

@media (max-width: 480px) {
  .qwe section .grid-content-list .bl {
    margin-bottom: 50px;
  }
  .qwe section .grid-content-list .bl:last-child {
    margin-bottom: 0;
  }
}
.qwe section .grid-content-list .bl ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.qwe section .grid-content-list .bl ol.list1 li {
  padding-left: 33px;
  margin-top: 8px;
}

.qwe section .grid-content-list .bl ol.list1 li:first-child {
  margin-top: 0;
}

.qwe section .grid-content-list .bl ol.list1 li:before {
  top: 2px;
  left: 9px;
  width: 18px;
  height: 23px;
  background: url(../images/svg/bullet.svg) no-repeat;
}

.qwe section .grid-content-list .bl ol.list2 li {
  margin-bottom: 12px;
}

.qwe section .grid-content-list .bl ol.list2 li:first-child {
  margin-top: -3px;
}

.qwe section .grid-content-list .bl ol.list2 li:before {
  left: -2px;
}

.qwe section .grid-content-list .bl ol.list3 li {
  margin-top: 30px;
  padding-left: 58px;
  margin-bottom: 35px;
}

.qwe section .grid-content-list .bl ol.list3 li:before {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

.qwe section .grid-content-list .bl ol.list3 li.i1:before {
  left: -4px;
  background: url("../images/svg/best offers icon.svg") 8px 0 no-repeat;
}

.qwe section .grid-content-list .bl ol.list3 li.i2:before {
  left: 0;
  background: url("../images/svg/best rewievs icon.svg") no-repeat;
  background-size: 86%;
}

.qwe section .grid-content-list .bl ol.list3 li .bot {
  color: #666;
  font-size: 11px;
  font-family: OpenSans;
}

.qwe section .grid-content-list .bl ol.list3 li:first-child {
  margin-top: 0;
}

.qwe section .grid-content-list .bl ol li {
  color: #000;
  font-size: 16px;
  margin-top: 6px;
  text-align: left;
  padding-left: 22px;
  position: relative;
  font-family: OpenSans;
}

.qwe section .grid-content-list .bl ol li:before {
  content: " ";
  left: 0;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  background: url("../images/svg/star icon.svg");
}

.qwe section .baner-main-section .baner .text-baner .top span {
  display: none;
}

.qwe section .reviews-section .rew {
  display: none;
}

.qwe .seo-text {
  display: none;
}

.popap_section {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  display: block;
  position: fixed;
}

.popap_section .bg_popap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
  background: #000;
  position: absolute;
}

.popap_section .popap_block {
  top: 50%;
  left: 50%;
  z-index: 11;
  width: 637px;
  height: 293px;
  background: #fff;
  position: absolute;
  margin-top: -318.5px;
  margin-left: -146.5px;
}

.popap_section .popap_block .content {
  padding: 0 50px;
}

.popap_section .popap_block .content .error {
  font-family: Ubuntu;
  font-size: 12px;
  color: #eb1666;
  margin-top: -16px;
}

.popap_section .popap_block .content .input_group {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.popap_section .popap_block .content .input_group .form_author {
  width: 91%;
  height: 50px;
  background: #fff;
  border: 1px solid #d0d0d0;
  font-size: 24px;
  color: #ccc;
  font-family: Arial;
  padding: 0 14px;
  background: #fff;
}

.popap_section .popap_block .content .input_group .form_author::-webkit-input-placeholder {
  font-size: 24px;
  color: #ccc;
  font-family: Arial;
}

.popap_section .popap_block .content .input_group .form_author::-moz-placeholder {
  font-size: 24px;
  color: #ccc;
  font-family: Arial;
}

.popap_section .popap_block .content .input_group .form_author:-moz-placeholder {
  font-size: 24px;
  color: #ccc;
  font-family: Arial;
}

.popap_section .popap_block .content .input_group .form_author:-ms-input-placeholder {
  font-size: 24px;
  color: #ccc;
  font-family: Arial;
}

.popap_section .popap_block .content .input_group .error {
  color: #000;
  opacity: 0.33;
  font-size: 14px;
  text-align: left;
  font-family: Arial;
}

.popap_section .popap_block .content .bottom-quest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 15px;
}

.popap_section .popap_block .content .bottom-quest .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popap_section .popap_block.request {
  top: 50%;
  width: 1068px;
  height: 605px;
  background: #e7e7e8;
  border: 12px solid #fff;
  left: 50%;
  margin-top: -315px;
  margin-left: -534px;
}

.popap_section .popap_block.request .content .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popap_section .popap_block.request .content .line .input_group {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #1f6bb4;
}

.popap_section .popap_block.request .content .line .input_group:first-child {
  margin-right: 46px;
}

.popap_section .popap_block.request .content .line .input_group input {
  border: none;
}

.popap_section .popap_block.request .content .bottom-quest .list input.send {
  color: #fff;
  height: 63px;
  width: 311px;
  border: none;
  font-size: 21px;
  text-align: center;
  background: #e63232;
  font-family: LatoB;
  text-transform: uppercase;
}

.qa-s-h {
  display: none;
}

.membership-h1 {
  margin-top: 0;
  z-index: 1;
  color: #fff;
  display: block;
  padding: 0 21px;
  position: relative;
  text-align: center;
  font-size: 39.46px;
  margin-bottom: -51px;
  font-family: Leelawdb;
}

.qwe .alt-head {
  top: -100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 9999;
  position: fixed;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #005ba6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#005ba6), to(#003764));
  background-image: linear-gradient(to bottom, #005ba6, #003764);
}

.qwe .alt-head.active {
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.qwe .alt-head.active2 {
  top: -100px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.qwe .alt-head .bl .menu-alt-bl {
  color: #fff;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  margin-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-family: leelawad;
}

.qwe .alt-head .bl .menu-alt-bl .bread-menu {
  margin-right: 10px;
}

.qwe .alt-head .bl .menu-alt-bl .bread-menu .list {
  width: 32px;
  height: 5px;
  display: block;
  background: #fff;
  margin-bottom: 3px;
  border-radius: 3px;
}

.qwe .alt-head .bl .menu-alt-bl .bread-menu .list:last-child {
  margin-bottom: 0;
}

.qwe .alt-head .bl .tel-alt-h {
  width: 100%;
  color: #fff;
  height: 40px;
  display: block;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  font-family: OswaldB;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.65);
}

.qwe .menu-mobile {
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 0;
  height: 100%;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  background-color: #0a3c7d;
  left: 100%;
}

.qwe .menu-mobile:before {
  content: "";
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: 0 0;
}

.qwe .menu-mobile.active {
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.qwe .menu-mobile .top-menu-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.qwe .menu-mobile .top-menu-mob:before {
  content: "";
  bottom: -12px;
  display: block;
  position: absolute;
  width: 100%;
  height: 12px;
  background: url(../images/header-shadow.png) 0 0;
}

.qwe .menu-mobile .top-menu-mob .text {
  width: 100%;
  color: #fff;
  height: 29px;
  font-size: 12px;
  line-height: 29px;
  text-align: center;
  font-family: OpenSans;
  background-color: #003b75;
}

.qwe .menu-mobile .top-menu-mob .logo-alt-m {
  height: 137px;
  background-color: #fff;
}

.qwe .menu-mobile .top-menu-mob .logo-alt-m img {
  margin-top: 8px;
  max-height: 121px;
}

.qwe .menu-mobile .top-menu-mob .tel {
  width: 100%;
  color: #fff;
  height: 40px;
  display: block;
  font-size: 22px;
  line-height: 40px;
  text-align: center;
  font-family: OswaldB;
  background-color: #003b75;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.65);
}

.qwe .menu-mobile .top-menu-mob .close {
  top: 5px;
  right: -2px;
  width: 20px;
  height: 18px;
  position: absolute;
  margin-right: 10px;
  background: url(../images/close-menu.png) no-repeat center center;
}

.qwe .menu-mobile .menu-level {
  margin: 0 auto;
  max-width: 283px;
  margin-top: 15px;
}

.qwe .menu-mobile .menu-level ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qwe .menu-mobile .menu-level ul li {
  width: 100%;
  min-height: 47px;
  cursor: pointer;
  line-height: 47px;
  margin-right: 7px;
  border-bottom: 1px solid #e6e6e6;
}

.qwe .menu-mobile .menu-level ul li > a {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  font-family: OpenSansB;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.65);
}

.qwe .menu-mobile .menu-level ul li > a.active {
  color: #fff;
}

.qwe .menu-mobile .menu-level ul li > a.arr:after {
  content: "";
  top: 15px;
  right: 0;
  width: 8px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/sub-menu-m.png) 0 0;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog {
  display: none;
  margin-left: 10px;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog li:last-child {
  border-bottom: none;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog li a {
  padding-left: 0;
  font-size: 15px;
}

.qwe .menu-mobile .menu-level ul li .sub-menu-catalog li a:after {
  content: none;
}

.qwe .menu-mobile .next-level, .qwe .menu-mobile .tree-level {
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  background-color: #0a3c7d;
  left: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qwe .menu-mobile .next-level.active, .qwe .menu-mobile .tree-level.active {
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qwe .menu-mobile .next-level .top, .qwe .menu-mobile .tree-level .top {
  color: #fff;
  min-height: 50px;
  line-height: 50px;
  font-family: OpenSans;
  border-bottom: 1px solid #e6e6e6;
}

.qwe .menu-mobile .next-level .top .back-b, .qwe .menu-mobile .tree-level .top .back-b {
  display: block;
  cursor: pointer;
  min-height: 50px;
  position: relative;
  padding-left: 60px;
}

.qwe .menu-mobile .next-level .top .back-b:before, .qwe .menu-mobile .tree-level .top .back-b:before {
  content: "";
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-left: 1px solid #fff;
  background: url(../images/sub-menu-m.png) no-repeat center center;
}

.qwe .menu-mobile .next-level .tree-l, .qwe .menu-mobile .tree-level .tree-l {
  display: none;
}

.qwe .menu-mobile .next-level .sub-menu-catalog, .qwe .menu-mobile .tree-level .sub-menu-catalog {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.qwe .menu-mobile .next-level .sub-menu-catalog li, .qwe .menu-mobile .tree-level .sub-menu-catalog li {
  width: 100%;
  min-height: 47px;
  cursor: pointer;
  line-height: 47px;
  margin-right: 7px;
  border-bottom: 1px solid #e6e6e6;
}

.qwe .menu-mobile .next-level .sub-menu-catalog li a, .qwe .menu-mobile .tree-level .sub-menu-catalog li a {
  color: #fff;
  font-size: 18px;
  margin: 12px auto;
  line-height: 1.2;
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  font-family: OpenSansB;
  width: auto;
  display: block;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.65);
}
.qwe .menu-mobile .next-level .sub-menu-catalog li a.arr:after, .qwe .menu-mobile .tree-level .sub-menu-catalog li a.arr:after {
  content: "";
  top: 3px;
  right: 20px;
  width: 8px;
  height: 16px;
  display: block;
  position: absolute;
  background: url(../images/sub-menu-m.png) 0 0;
}

.qwe header {
  width: 100%;
  z-index: 999;
  margin: 0 auto;
  background: #fff;
  min-height: 150px;
  position: relative;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.38);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.38);
}

.qwe header .h-top-s {
  height: auto;
  background: url("../images/header-bg-top.jpg");
  background-size: cover;
  position: relative;
  background-position: center;
}

.qwe header .h-top-s .c-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.qwe header .h-top-s .nav-top-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.qwe header .h-top-s .nav-top-h a {
  color: #fff;
  display: block;
  font-size: 11px;
  position: relative;
  margin-right: 48px;
  font-family: OpenSans;
}

.qwe header .h-top-s .nav-top-h a.first-ico:after {
  content: "";
  top: -1px;
  left: -16px;
  width: 14px;
  height: 17px;
  display: block;
  position: absolute;
  background: url(../images/sprite.png) -2px -15px;
}

.qwe header .h-top-s .nav-top-h a .h-step {
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin-top: -1px;
  margin-left: -1px;
  display: inline-block;
}

.qwe header .h-top-s .nav-top-h a:before {
  content: "";
  top: 5px;
  right: -38px;
  width: 28px;
  height: 9px;
  display: block;
  position: absolute;
  background: url(../images/sprite.png) 0 0;
}

.qwe header .h-top-s .weather-bl {
  height: 57px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(calc(-50% - 5px)) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qwe header .h-top-s .weather-bl .bl {
  position: relative;
  display: inline-block;
}

.cooling-experts, .heating-experts {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: OpenSans;
  padding-left: 43px;
  position: relative;
}

.qwe header .h-top-s .weather-bl .bl span .h-text {
  width: 0;
  height: 0;
  overflow: hidden;
  margin-top: -1px;
  margin-left: -1px;
  display: inline-block;
  position: absolute;
}

.qwe header .h-top-s .coordinats {
  min-width: 203px;
  float: right;
  padding-top: 10px;
  margin-right: 40px;
}

.qwe header .h-top-s .coordinats .top {
  color: #fff;
  font-size: 40px;
  text-align: right;
  padding-bottom: 5px;
  font-family: Arial;
  font-weight: 700;
  text-shadow: 0 0 0;
  border: none;
}

.qwe header .h-top-s .coordinats .bottom {
  color: #4e2222;
  font-size: 12px;
  margin-top: 5px;
  font-family: OpenSans;
  display: none;
}

.qwe header .mid-line-s {
  height: 65px;
  background: #fff;
  position: relative;
  border-bottom: 8px solid #006ecd;
}

.qwe header .mid-line-s.alt-active {
  top: 0;
  z-index: 9;
  width: 100%;
  height: 58px;
  margin: 0 auto;
  position: fixed;
  border-bottom: none;
  -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.38);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.38);
}

.qwe header .mid-line-s.alt-active a.logo {
  width: 87px;
  height: 64px;
  min-width: unset;
  left: 46px;
  top: 0;
  background: url(../images/svg/circle.svg) 0 0;
  background-size: contain;
}

.qwe header .mid-line-s.alt-active a.logo img {
  margin-top: 3px;
  max-width: 73px;
}

.qwe header .mid-line-s.alt-active a.logo .logo-t {
  display: none;
}

.qwe header .mid-line-s.alt-active .button-menu-main-c {
  height: 58px;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: -38px;
}

.qwe header .mid-line-s.alt-active .button-menu-main-c .button-menu-main {
  border: none;
  height: 58px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 1330px) and (min-width: 736px){
  .qwe header .mid-line-s.alt-active .button-menu-main-c{
    right: 0;
  }
}
.qwe header .mid-line-s.alt-active .center-mid Ul.menu-head li .big-menu:before {
  content: none;
}

.qwe header .mid-line-s .center-mid {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qwe header .mid-line-s .m-bl-h-l {
  display: none;
  width: 50%;
}

.qwe header .mid-line-s .m-bl-h-l.f .red {
  background: #e63233 url(../images/svg/red_BG_L.svg) !important;
  border-top: 1px solid #d7656f;
}

.qwe header .mid-line-s .m-bl-h-l.f .blue {
  background: #006ecd url(../images/svg/blue_BG_L.svg) !important;
}

.qwe header .mid-line-s .m-bl-h-l.l .bl {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.qwe header .mid-line-s .m-bl-h-l.l .red.tel {
  background: #e63233 url(../images/svg/red_BG_R.svg);
}

.qwe header .mid-line-s .m-bl-h-l.l .red.tel {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.qwe header .mid-line-s .m-bl-h-l.l .red.tel span {
  font-family: GothamProThin;
  font-size: 13px;
  text-transform: capitalize;
}

.qwe header .mid-line-s .m-bl-h-l.l .blue {
  border-top: 1px solid #4e89ca;
  background: #006ecd url(../images/svg/blue_BG_R.svg) !important;
}

.qwe header .mid-line-s .m-bl-h-l .bl {
  width: 92%;
  height: 55px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4%;
}

.qwe header .mid-line-s .m-bl-h-l .bl:first-child {
  height: 52px;
}

.qwe header .mid-line-s .m-bl-h-l .bl.blue, .qwe header .mid-line-s .m-bl-h-l .bl.red {
  color: #fff;
  font-family: leelawdb;
  text-transform: uppercase;
}

.qwe header .mid-line-s .m-bl-h-l .bl .ico-h-m {
  top: 17px;
  left: 8px;
  position: absolute;
}

.qwe header .mid-line-s .m-bl-h-l .bl .ico-h-m .shadow-h {
  width: 17px;
  height: 17px;
  -webkit-filter: drop-shadow(0 0 3px #000);
  filter: drop-shadow(0 0 3px #000);
}

.qwe header .mid-line-s .m-bl-h-l .bl.h-m {
  width: auto;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  text-shadow: 0 1px 5px #000;
}

.flex-container {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 28px 0;
  overflow: hidden;
  justify-content: flex-end;
}

.flex-nav {
  display: flex;
  justify-content: space-between;
  margin: auto;
  height: 65px;
}

.sAs-logo {
  width: 61px;
  height: 55px;
  display: block;
  margin: 0 35px;
}

.qwe header .h-top-s .c-t {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.qwe header .mid-line-s .m-bl-h-l .bl.c-m {
  width: auto;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  text-shadow: 0 1px 5px #000;
}

.qwe header .mid-line-s .m-bl-h-l .bl.c-m .ico-h-m {
  top: 19px;
}

.qwe header .mid-line-s .m-bl-h-l .bl.blue {
  background: #006ecd;
}

.qwe header .mid-line-s .m-bl-h-l .bl.tel {
  font-family: oswaldB;
  text-shadow: 0 1px 5px #000;
}

.qwe header .mid-line-s .m-bl-h-l .bl.red {
  background: #e63233;
}

.qwe header .mid-line-s .m-bl-h-l .bl .bread-menu .list {
  width: 32px;
  height: 5px;
  display: block;
  background: #fff;
  margin-bottom: 3px;
  border-radius: 3px;
}

.qwe header .mid-line-s a.logo {
  left: 55px;
  top: -122px;
  width: 270px;
  height: 212px;
  display: block;
  position: relative;
  background: url(../images/logo-bg-h.png) 0 0;
  background-size: cover;
}

.qwe header .mid-line-s a.logo img {
  margin: 0 auto;
  max-width: 210px;
  width: auto;
  height: auto;
  margin-top: 22px;
  display: block;
}

.qwe header .mid-line-s a.logo .logo-t {
  font-size: 10px;
  display: block;
  margin-top: -3px;
  text-align: center;
  display: none;
}

.qwe header .mid-line-s UL.menu-head {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: -31px;
  z-index: 9;
  max-width: 1160px;
  width: 100%;
  justify-content: space-between;
  margin-left: 45px;
  position: static;
  list-style-type: none;
}

.qwe header .mid-line-s UL.menu-head > li > a {
  color: #000;
  font-size: 21px;
  font-family: GothamProThin;
  height: 65px;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 8px;
  position: relative;
}

.qwe header .mid-line-s UL.menu-head > li:hover > a {
  text-decoration: underline;
}

.qwe header .mid-line-s UL.menu-head > li:hover > a:before {
  content: "";
  top: 43px;
  left: 50%;
  width: 22px;
  height: 10px;
  display: block;
  position: absolute;
  margin-left: -11px;
  background: url(../images/arr-menu.png) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li:hover section.big-menu {
  display: block;
}

.qwe header .mid-line-s UL.menu-head > li.no-down-arr a:before {
  content: none;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu {
  left: 0;
  right: 0;
  top: 58px;
  z-index: 1;
  width: 100%;
  display: none;
  background: #fff;
  min-height: 345px;
  position: absolute;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.54);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.54);
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu.mini:before {
  content: none;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu:before {
  content: "";
  top: 10px;
  width: 10px;
  height: 12px;
  left: -8px;
  display: block;
  position: absolute;
  background: url(../images/nrs-big-meni-line.png) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu:after {
  content: "";
  top: -2px;
  width: 100%;
  height: 5px;
  left: 0;
  display: block;
  position: absolute;
  background-color: #fff;
  border-top: 1px solid #fafafa;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 38px 58px;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service.about .list {
  max-width: 34.2222222%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service.about .list:last-child {
  max-width: 39%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 33.3333333333%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.blue p {
  color: #156eba;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.blue ul {
  border-left: 2px solid #60a4e0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.red p {
  color: #cf3737;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.red ul {
  border-left: 2px solid #ff8989;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.grey p {
  color: #666;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list.grey ul {
  border-left: 2px solid #d6d6d6;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p {
  color: #156eba;
  font-size: 24px;
  text-align: left;
  margin-bottom: 22px;
  font-family: OpenSans;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p .blue {
  color: #156eba;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p .red {
  color: #cf3737;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list p .grey {
  color: #666;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul {
  margin: 0;
  padding: 0;
  min-height: 192px;
  list-style-type: none;
  border-left: 1px solid #b2cfe8;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul {
  border-left: none;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a {
  color: #a3a3a3;
  font-size: 16px;
  text-align: left;
  position: relative;
  padding-left: 46px;
  margin-bottom: 26px;
  font-family: OpenSans;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.ico:before {
  content: "";
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i1:before {
  background: url(../images/svg/attention_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i2:before {
  background: url(../images/svg/bux_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i3:before {
  background: url(../images/svg/clock_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i4:before {
  background: url(../images/svg/gps_icon.svg) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i5:before {
  background: url(../images/ac-filters.png) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i6:before {
  background: url(../images/air-ducts.png) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i7:before {
  background: url(../images/indoor-air-quality.png) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i8:before {
  background: url(../images/hvac-uv-lights.png) 0 0;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i1:before, .qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i2:before, .qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i3:before, .qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul.icon-ul li a.i4:before {
  background-size: 100%;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul li {
  text-align: left;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul li a {
  display: block;
  color: #000;
  font-size: 15px;
  text-align: left;
  padding-left: 9px;
  padding-right: 20px;
  margin-bottom: 12px;
  font-family: OpenSans;
}

.qwe header .mid-line-s UL.menu-head > li section.big-menu .block-list-service .list ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1366px) {
  .qwe header .mid-line-s UL.menu-head > li > a {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1440px) {
  .qwe header .mid-line-s UL.menu-head > li > a {
    font-size: 16px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 1700px) and (min-width: 1600px) {
  .qwe header .mid-line-s UL.menu-head > li > a{
    font-size: 19px;
  }
}
@media screen and (max-width: 1390px) {
  .qwe header .mid-line-s UL.menu-head > li > a {
    font-size: 13px !important;
    padding: 0 12px !important;
  }
}
.qwe header .mid-line-s .button-menu-main-c {
  z-index: 100500;
  height: 50px;
  margin-top: 6px;
  display: block;
  position: relative;
  margin-right: 38px;
  margin-left: 41px;
  -webkit-box-shadow: 2px 3.464px 7px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 2px 3.464px 7px 0 rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}

.Shape_1_copy_7 {
  background-color: #006ecd;
  box-shadow: 2px 3.464px 7px 0 rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 1354px;
  top: 141px;
  width: 272px;
  height: 60px;
  z-index: 6;
}

.qwe header .mid-line-s .button-menu-main-c .button-menu-main {
  color: #fff;
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 20px;
  margin-top: 0;
  background-color: #fe0000;
  text-shadow: none;
  /*text-shadow: #000000 1px 0 10px;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  font-family: GothamProBold;
  text-transform: uppercase;
  border-radius: 8px;
}

.qwe header .mid-line-s .button-menu-main-c .button-menu-main:hover {
  background: #2482db;
}

.qwe header .bot-line {
  width: 100%;
  height: 7px;
  background: #006ecd;
  display: none;
}

.qwe header .middle-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}

.qwe header .low-level-end-menu {
  height: 53px;
  background: #666b9c;
}

.qwe header .estimate-section {
  bottom: -205px;
  right: 40px;
  text-align: center;
  border-radius: 20px;
  z-index: 1;
  position: absolute;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.95), 5px 5px 17px 0 rgba(0, 0, 0, 0.95);
  -webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.95), 5px 5px 17px 0 rgba(0, 0, 0, 0.95);
}

.qwe header .estimate-section .estimate-block {
  width: 300px;
  height: 182px;
  border: 0 none #fff;
}

.qwe header .estimate-section .estimate-block .top {
  color: #fff;
  height: 52px;
  font-size: 15pt;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: leelawdb;
  background-color: #1c6bb5;
  border-radius: 20px 20px 0 0;
}

.qwe header .estimate-section .estimate-block .bottom {
  height: 127px;
  background-color: #ef4844;
  border-radius: 0 0 20px 20px;
}

.qwe header .estimate-section .estimate-block .bottom .title {
  color: #fff;
  font-size: 38px;
  font-family: leelawdb;
  text-transform: uppercase;
}

.qwe header .estimate-section .estimate-block .bottom .input-estimate {
  width: 265px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border: 3px solid #e63232;
}

.qwe header .estimate-section .estimate-block .bottom .input-estimate .estimate-input {
  width: 80%;
  border: none;
  color: #a7a9ac;
  background: #fff;
  font-size: 24.87px;
  padding-left: 5%;
  font-family: leelawad;
}

.qwe header .estimate-section .estimate-block .bottom .input-estimate .submit-estimate {
  width: 40px;
  height: 36px;
  border: none;
  cursor: pointer;
  background: #fff url(../images/svg/free_estimate_znak.svg) no-repeat center center;
  border-left: 0 none #aeb0b2;
}

.qwe header .estimate-section .estimate-block .bottom .b-m {
  color: black;
  font-size: 20px !important;
  margin-top: 2px;
  font-weight: 600;
  font-family: leelawad;
}

.qwe.main section .ac-installation-baner span {
  display: none;
}

.acr-buis-logo {
  position: absolute;
  right: 40px;
  bottom: 50px;
}
.acr-buis-logo img {
  width: 75px;
}

@media screen and (max-width: 1600px) {
  .acr-buis-logo {
    bottom: 10px;
  }
  .acr-buis-logo img {
    width: 40px;
  }
}
@media screen and (max-width: 1380px) {
  .qwe header .estimate-section .estimate-block .bottom .b-m {
    font-size: 17px !important;
  }
}
@media screen and (min-width: 1380px) {
  .qwe header .estimate-section .estimate-block {
    width: 350px;
  }
  .qwe header .estimate-section .estimate-block .bottom .input-estimate .estimate-input {
    font-size: 29px;
  }
  .qwe header .estimate-section .estimate-block .top {
    height: 60px;
    font-size: 23px;
  }
  .qwe header .estimate-section .estimate-block .bottom {
    height: 140px;
  }
  .qwe header .estimate-section .estimate-block .bottom .title {
    font-size: 43px;
  }
  .qwe header .estimate-section .estimate-block .bottom .input-estimate {
    width: 305px;
    height: 44px;
  }
  .qwe header .estimate-section .estimate-block .bottom .input-estimate .submit-estimate {
    width: 48px;
    height: 43px;
  }
}
@media screen and (max-width: 480px) {
  .acr-buis-logo {
    bottom: 85px;
    right: 15px;
  }
}

/*new header apd*/
@media screen and (max-width: 1830px) and (min-width: 736px) {
  .qwe header .mid-line-s UL.menu-head {
    margin-left: 70px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 736px) {
  .qwe header .h-top-s .coordinats {
    padding-top: 0;
  }
  .qwe header .mid-line-s .button-menu-main-c .button-menu-main {
    width: 100px;
    font-size: 16px;
  }
  .qwe header .h-top-s .coordinats .top a {
    font-size: 31px;
  }
  .qwe header .h-top-s .coordinats .top a span {
    font-size: 17px;
    margin-right: 13px;
  }
  .qwe header .h-top-s .coordinats .top a:before {
    top: 12px;
    left: -25px;
    width: 14px;
    height: 20px;
  }
  .flex-container {
    padding: 15px 0;
  }
  .qwe header .mid-line-s a.logo {
    left: 25px;
    top: -91px;
    min-width: 225px;
    width: 236px;
    height: 180px;
  }
  .qwe header .mid-line-s UL.menu-head {
    margin-left: 40px;
  }
  .qwe header .mid-line-s a.logo img {
    max-width: 175px;
  }
  .qwe header .h-top-s .weather-bl .bl span {
    font-size: 25px;
  }
  .nve-logo {
    min-width: 100px;
  }
  .qwe header .mid-line-s UL.menu-head > li > a {
    font-size: 17px;
  }
}

@media screen and (max-width: 1330px) and (min-width: 736px) {
  .qwe header .estimate-section {
    right: 20px;
  }
  .qwe header .mid-line-s .button-menu-main-c {
    margin-right: 20px;
    margin-left: 20px;
  }
  .qwe header .mid-line-s.alt-active a.logo{
    left: 10px;
  }
  .qwe header .h-top-s .coordinats {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 736px) {
  .qwe header .mid-line-s UL.menu-head {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 736px) {
  .qwe header .mid-line-s .button-menu-main-c .button-menu-main {
    font-size: 11px;
    width: 80px;
    height: 40px;
  }
  .qwe header .h-top-s .coordinats .top a {
    font-size: 21px;
  }
  .qwe header {
    min-height: 100px;
  }
  .qwe header .mid-line-s UL.menu-head > li > a {
    height: 55px;
  }
  .qwe header .h-top-s .coordinats .top a:before {
    top: 2px;
  }
  .qwe header .mid-line-s {
    height: 55px;
  }
  .flex-nav {
    height: 55px;
  }
  .qwe header .mid-line-s .button-menu-main-c {
    height: 40px;
    margin-top: 6px;
  }
  .flex-container {
    padding: 5px 0;
  }
  .qwe header .h-top-s .weather-bl .bl span {
    font-size: 21px;
  }
  .qwe header .mid-line-s a.logo {
    left: 10px;
    top: -61px;
    min-width: 170px;
    width: 185px;
    height: 136px;
  }
  .qwe header .mid-line-s a.logo img {
    max-width: 115px;
  }
  .qwe header .mid-line-s UL.menu-head > li > a {
    font-size: 12px !important;
    padding: 0 6px !important;
  }
  .sAs-logo {
    width: 38px;
    height: 38px;
    display: block;
    margin: 0px 8px;
  }
}
@media screen and (max-width: 900px) and (min-width: 736px) {
  .qwe header .h-top-s .coordinats .top {
    line-height: 35px;
  }
  .qwe header .mid-line-s a.logo img {
    max-width: 85px;
  }
  .qwe header .h-top-s .weather-bl .bl span {
    font-size: 17px;
  }
  .qwe header .mid-line-s UL.menu-head > li > a {
    text-align: center;
  }
  .qwe header .mid-line-s .button-menu-main-c {
    height: 34px;
    margin-top: 10px;
  }
  .qwe header .mid-line-s .button-menu-main-c .button-menu-main {
    font-size: 9px;
    width: 80px;
    height: 34px;
  }
  .qwe header .mid-line-s a.logo {
    left: 5px;
    top: -47px;
    min-width: 140px;
    width: 140px;
    height: 112px;
  }
  .qwe header .mid-line-s UL.menu-head {
    margin-left: 10px;
  }
  .qwe header .h-top-s .coordinats .top a span {
    display: none;
  }
  .nve-logo {
    min-width: 65px;
  }
  .flex-container {
    padding: 0px 0;
  }
}
/*end */
@media only screen and (max-device-width: 736px) {
  .qwe .center {
    width: 100%;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe .alt-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header {
    min-height: auto;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .h-top-s {
    height: auto;
    display: none;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s {
    height: 107px;
    border-bottom: none;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s.alt-active {
    display: block;
    position: unset;
    height: 107px;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s .m-bl-h-l {
    display: block;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s a.logo {
    width: 140px;
    min-width: 120px;
    height: 102px;
    position: absolute;
    left: 50%;
    top: 6px;
    margin-left: -69px;
    background: url(../images/svg/circle.svg) no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s a.logo img {
    max-width: 123px;
    width: 75%;
    margin-top: 9px;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s a.logo .logo-t {
    display: none;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s UL.menu-head {
    display: none;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .mid-line-s .button-menu-main-c {
    display: none;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .bot-line {
    display: none;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .middle-header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .low-level-end-menu {
    display: none;
  }
}
@media only screen and (max-device-width: 736px) {
  .qwe header .estimate-section {
    display: none;
  }
}
@media screen and (max-width: 3840px) {
  .qwe.main section .ac-installation-baner img {
    width: 100%;
  }
}
.banner {
  margin-right: -4px;
  margin-bottom: -4px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  bottom: 0;
}

.popup-covid-info {
  display: flex;
  box-shadow: 0 10px 25px #0a0000;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  transition: opacity 0s;
  position: fixed;
  top: 170px;
  z-index: 5;
  right: 0;
  background: #005aa5;
  border-radius: 5px;
  padding: 40px 20px 50px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 570px;
  width: 100%;
}

.popup-covid-info.active {
  display: none;
  opacity: 1;
  transition: opacity 0s;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-covid-info .popup-covid-info-in {
  position: relative;
  width: 100%;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding: 35px 30px 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-covid-info .popup-covid-info-in p {
  font-family: leelawdb;
  color: #fff;
  font-size: 32px;
  text-align: center;
}

.popup-covid-info .popup-covid-info-in .popup-center-covid-attention {
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup-covid-info .popup-covid-info-in .popup-center-covid-attention span {
  font-size: 14px;
  color: #fff;
}

.popup-covid-info .popup-covid-info-in:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(43%, #fff), color-stop(43%, rgba(245, 245, 245, 0)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(57%, #fffbfb), to(white));
  background: -o-linear-gradient(left, #fff 0, #fff 43%, rgba(245, 245, 245, 0) 43%, rgba(255, 255, 255, 0) 57%, #fffbfb 57%, #fff 100%);
  background: linear-gradient(90deg, #fff 0, #fff 43%, rgba(245, 245, 245, 0) 43%, rgba(255, 255, 255, 0) 57%, #fffbfb 57%, #fff 100%);
}

.popup-covid-info .popup-covid-info-in:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(30%, #fff), color-stop(30%, rgba(245, 245, 245, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(70%, #fffbfb), to(white));
  background: -o-linear-gradient(left, #fff 0, #fff 30%, rgba(245, 245, 245, 0) 30%, rgba(255, 255, 255, 0) 70%, #fffbfb 70%, #fff 100%);
  background: linear-gradient(90deg, #fff 0, #fff 30%, rgba(245, 245, 245, 0) 30%, rgba(255, 255, 255, 0) 70%, #fffbfb 70%, #fff 100%);
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-in-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-in-link {
  text-decoration: none;
  padding: 10px 25px;
  background: #ef3a3c;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  overflow: hidden;
  font-family: leelawdb;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-in-link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #ff3d41;
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-not:after, .popup-covid-info .popup-covid-info-in .popup-covid-info-not:before {
  position: absolute;
  right: 0;
  content: " ";
  top: 2px;
  height: 11px;
  width: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #8cb5d6;
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-not:hover:after, .popup-covid-info .popup-covid-info-in .popup-covid-info-not:hover:before {
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-not:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-not:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-not {
  padding-right: 13px;
  font-size: 12px;
  bottom: -40px;
  color: #8cb5d6;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-covid-info .popup-covid-info-in .popup-covid-info-not:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.popup-covid-info-button.hide {
  max-height: 0;
  opacity: 0;
  transition: 0.3s;
  transition: opacity 0s;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 0;
}

.popup-covid-info-button {
  z-index: 5;
  display: none !important;
  background: #005aa5;
  cursor: pointer;
  position: fixed;
  right: -79px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 49%;
  opacity: 1;
  transition: opacity 0s;
  padding: 10px 15px;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}

.popup-covid-info-button.loaded {
  opacity: 1;
  transition: opacity 0s;
}

.popup-covid-info-button p {
  font-family: leelawdb;
  color: #fff;
  font-size: 21px;
}

.popup-covid-info-button:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #007edd;
}

@media screen and (max-width: 576px) {
  .popup-covid-info-button p {
    font-size: 13px;
  }
  .popup-covid-info-button {
    right: -50px;
    top: 260px;
    padding: 4px 8px;
  }
  .popup-covid-info {
    top: 120px;
    max-width: 96%;
    left: 50%;
  }
  .popup-covid-info.active {
    -webkit-transform: scale(1, 1) translateX(-50%);
    -ms-transform: scale(1, 1) translateX(-50%);
    transform: scale(1, 1) translateX(-50%);
  }
  .popup-covid-info .popup-covid-info-in .popup-covid-info-in-link {
    padding: 5px 14px;
    font-size: 16px;
    bottom: -14px;
  }
  .popup-covid-info-in .popup-covid-info-not {
    bottom: -35px;
  }
  .popup-covid-info .popup-covid-info-in p {
    font-size: 24px;
  }
  .popup-covid-info .popup-covid-info-in {
    padding: 15px 10px 37px 10px;
  }
  .popup-covid-info .popup-covid-info-in:after {
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(20%, #fff), color-stop(20%, rgba(245, 245, 245, 0)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(80%, #fffbfb), to(white));
    background: -o-linear-gradient(left, #fff 0, #fff 20%, rgba(245, 245, 245, 0) 20%, rgba(255, 255, 255, 0) 80%, #fffbfb 80%, #fff 100%);
    background: linear-gradient(90deg, #fff 0, #fff 20%, rgba(245, 245, 245, 0) 20%, rgba(255, 255, 255, 0) 80%, #fffbfb 80%, #fff 100%);
  }
}
@media screen and (max-width: 420px) {
  .popup-covid-info .popup-covid-info-in p {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .lan-repair-ser {
    /*background-image: url(/images/BG-two-mob.jpg)!important;*/
  }
  .foo-block {
    overflow: hidden;
  }
  .qwe header .mid-line-s a.logo img {
    width: 123px;
    height: 88px;
  }
  .qwe .menu-mobile .top-menu-mob .logo-alt-m img {
    /*width: 1px;*/
    /*height: 1px;*/
  }
  .main-slider + .ac-installation-baner {
    /*background: url("../images/new-AC-Installation-winter-2021-offer-low.jpg");*/
    /*background-size: cover;*/
  }
  .lan-ser-btn-box {
    height: 260px;
  }
  .lan-ser-btn-box .lan-ser-btn-box-bt1 {
    margin: 0;
  }
  .lan-ser-btn-box .lan-ser-btn-box-bt2 {
    margin: 0;
  }
  .lan-title h2, .lan-title p {
    text-align: center;
    color: #000;
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-family: GothamProBlack;
  }
}
@media screen and (max-width: 576px) {
  .qwe .menu-mobile .next-level.active {
    overflow-y: auto;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .lan-title {
    padding-top: 25px !important;
  }
}
#toprated-call-banner img {
  display: block;
  width: 230px;
}

@media screen and (max-width: 1024px) {
  #toprated-call-banner img {
    width: 180px;
  }
}
@media screen and (max-width: 576px) {
  #toprated-call-banner img {
    width: 100px;
  }
}
.popap_section {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  display: block;
  position: fixed;
}

.popap_section .bg_popap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0.5;
  background: #000;
  position: absolute;
}

.popap_section .popap_block {
  top: 50%;
  left: 50%;
  z-index: 11;
  width: 637px;
  height: 293px;
  background: #fff;
  position: absolute;
  margin-top: -318.5px;
  margin-left: -146.5px;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.popap_section .popap_block .close_popap {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background: url(../images/sprite.png) -138px -194px;
}

.popap_section .popap_block .top_bl {
  width: auto;
  color: #000;
  font-family: Arial;
  font-size: 24px;
  text-align: center;
  padding-bottom: 0;
  margin: 40px auto 15px auto;
  border-bottom: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}

.popap_section .popap_block .content {
  padding: 0 50px;
}

.popap_section .popap_block .content .error {
  font-family: Ubuntu;
  font-size: 12px;
  color: #eb1666;
  margin-top: -16px;
}

.popap_section .popap_block .content .input_group {
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}

.popap_section .popap_block .content .input_group.wrong {
  border: 1px solid red !important;
}

.popap_section .popap_block .content .input_group.wrong .form_author {
  color: red !important;
}

.popap_section .popap_block .content .input_group.wrong .form_author:-moz-placeholder, .popap_section .popap_block .content .input_group.wrong .form_author:-ms-input-placeholder, .popap_section .popap_block .content .input_group.wrong .form_author::-moz-placeholder, .popap_section .popap_block .content .input_group.wrong .form_author::-webkit-input-placeholder {
  color: red !important;
}

.popap_section .popap_block .content .input_group.sendd {
  width: 100%;
  text-align: center;
}

.popap_section .popap_block .content .input_group .form_author {
  width: 91%;
  height: 50px;
  background: #fff;
  border: 1px solid #d0d0d0;
  font-size: 24px;
  color: #ccc;
  font-family: Arial;
  padding: 0 14px;
  background: #fff;
}

.popap_section .popap_block .content .input_group .form_author:-moz-placeholder, .popap_section .popap_block .content .input_group .form_author:-ms-input-placeholder, .popap_section .popap_block .content .input_group .form_author::-moz-placeholder, .popap_section .popap_block .content .input_group .form_author::-webkit-input-placeholder {
  font-size: 24px;
  color: #ccc;
  font-family: Arial;
}

.popap_section .popap_block .content .input_group .send {
  min-width: 96px;
  height: 52px;
  background: #d0d0d0;
  text-align: center;
  line-height: 35px;
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  border: none;
  margin-top: 0;
  cursor: pointer;
  margin-right: 3px;
}

.popap_section .popap_block .content .input_group.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popap_section .popap_block .content .input_group .error {
  color: #000;
  opacity: 0.33;
  font-size: 14px;
  text-align: left;
  font-family: Arial;
}

.popap_section .popap_block .content .bottom-quest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 15px;
}

.popap_section .popap_block .content .bottom-quest .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.popap_section .popap_block .content .bottom-quest .list.to-regs {
  color: #767676;
  font-size: 12px;
}

.popap_section .popap_block .content .bottom-quest .list a {
  font-family: Arial;
  font-size: 12px;
  color: #007dde;
}

.popap_section .popap_block .content .bottom-quest .list a:hover {
  text-decoration: underline;
}

.popap_section .popap_block .errors-warning {
  font-size: 12px;
  color: #ffd532;
  font-family: RobotoReg;
  position: absolute;
  left: 63px;
  bottom: 23px;
}

.popap_section .popap_block .to-reg {
  width: 100%;
  height: 49px;
  color: #00a0e3;
  font-family: Ubuntu;
  font-size: 14px;
  cursor: pointer;
  background: #eee;
  line-height: 49px;
  text-transform: uppercase;
  text-align: center;
  clear: both;
}

.popap_section .popap_block .to-reg:hover {
  text-decoration: underline;
}

.popap_section .popap_block.request {
  top: 50%;
  width: 1068px;
  height: 605px;
  background: #e7e7e8;
  border: 12px solid #fff;
  left: 50%;
  margin-top: -315px;
  margin-left: -534px;
}

.popap_section .popap_block.request .top_bl {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 26px auto 10px auto;
  padding: 0;
  text-align: center;
}

.popap_section .popap_block.request .text-t {
  color: silver;
  font-size: 17px;
  text-align: center;
  font-family: Lato;
  margin-bottom: 37px;
}

.popap_section .popap_block.request .content .line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popap_section .popap_block.request .content .line .input_group {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #1f6bb4;
}

.popap_section .popap_block.request .content .line .input_group:first-child {
  margin-right: 46px;
}

.popap_section .popap_block.request .content .line .input_group.textarea {
  height: 170px;
  margin-right: 0;
}

.popap_section .popap_block.request .content .line .input_group input {
  border: none;
}

.popap_section .popap_block.request .content .line .input_group.login-phone-div input {
  width: 80%;
}

.popap_section .popap_block.request .content .line .input_group textarea {
  width: 90%;
  height: 90%;
  border: none;
}

.popap_section .popap_block.request .content .bottom-quest .list .questions {
  margin-right: 53px;
}

.popap_section .popap_block.request .content .bottom-quest .list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
}

.popap_section .popap_block.request .content .bottom-quest .list label input.radio-h {
  display: none;
}

.popap_section .popap_block.request .content .bottom-quest .list label input.radio-h:checked + .radio {
  background: url(../images/check-f.png) no-repeat 0 0;
}

.popap_section .popap_block.request .content .bottom-quest .list label .radio {
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  margin-right: 8px;
  border-radius: 50px;
  border: 1px solid #1f6bb4;
}

.popap_section .popap_block.request .content .bottom-quest .list input.send {
  color: #fff;
  height: 63px;
  width: 311px;
  border: none;
  font-size: 21px;
  text-align: center;
  background: #e63232;
  font-family: LatoB;
  text-transform: uppercase;
}

.popap_section .popap_block.request .content .bottom-quest .list input.send:hover {
  text-decoration: underline;
}

.modal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-family: LatoB;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-width: 300px;
  max-width: 600px;
  background-color: #fff;
  max-height: 620px;
  font-family: LatoB;
  margin: 0 auto;
}

.modal__section_one {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  font-family: LatoB;
  align-items: flex-start;
}

.toprated_img {
  border: 1px solid #f0f0f0;
  margin-right: 15px;
  width: -webkit-calc(25% - 20px);
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img, svg {
  max-width: 100%;
  height: auto;
}

.toprated_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-right: 10px;
  width: -webkit-calc(66.66666666666667% - 20px);
  width: -moz-calc(66.66666666666667% - 20px);
  width: calc(66.6666666667% - 20px);
  font-family: LatoB;
  margin-left: 15px;
}

.text__h {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #127cc0;
  font-family: "Source Sans Pro";
  font-size: 25.2px;
  font-weight: 700;
  font-family: LatoB;
  line-height: 27.72px;
}

.text__p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16.8px;
  height: 23px;
  line-height: 24px;
  font-family: LatoB;
  color: #0a4063;
}

.top-rated {
  margin: 0 0 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #127cc0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  font-family: LatoB;
  justify-content: space-around;
}

.top-rated__logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}

.top-rated____verified {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-family: LatoB;
  line-height: 32px;
}

.top-rated__strong {
  margin: 0 10px 0 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 55px;
  background-color: #0b4068;
  font-size: 22px;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-family: LatoB;
  line-height: 32px;
}

.toprated_tab {
  margin: 0 0 0 10px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  text-align: center;
  color: #555;
  border: 1px solid #d5d5d5;
  border-bottom: 2px solid #fff;
  position: relative;
  font-size: 16.8px;
  font-weight: 600;
  height: 45px;
  font-family: LatoB;
  line-height: 24px;
}

.content-top-rated {
  background-color: #fff;
  margin: -1px 0 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  max-height: 300px;
  font-family: LatoB;
  border-top: 1px solid #d5d5d5;
}

.view__profile {
  margin: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #127cc0;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  font-family: LatoB;
  justify-content: space-between;
}

.toprated_btn {
  margin: 0 10px;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  color: #7d7d7d;
  background-color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857;
  -moz-border-radius: 4px;
  font-family: LatoB;
  border-radius: 4px;
}

.toprated_btn:hover {
  color: #7d7d7d;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.content__ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: LatoB;
}

.content__li {
  margin: 0 0 10px;
  padding: 20px 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee;
  border-color: transparent;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 92px;
  font-family: LatoB;
}

.content__li:hover {
  background-color: #d5d5d5;
  border-color: transparent;
}

.content__a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #083f62;
  font-size: 18px;
  font-family: LatoB;
}

.content__a p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15.3px;
  font-family: LatoB;
}

.content__container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  font-family: LatoB;
  align-items: center;
}

.content__container_img {
  margin: 0;
  padding: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.content__container_text {
  margin: 0;
  padding: 0 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: -webkit-calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: calc(50% - 20px);
  font-family: LatoB;
  color: #7d7d7d;
}

.toprated_img_content {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 90%;
  max-height: 50px;
}

.container_text_h {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  font-family: LatoB;
  line-height: 25.7143px;
}

.container_text_p {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 15.3px;
  font-weight: 400;
  height: auto;
  font-family: LatoB;
  line-height: 21.8571px;
}

.small-text {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: LatoB;
  line-height: 10px;
}

::-webkit-scrollbar {
  background: #10354f;
  border-radius: 0;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #0f649b;
  border-radius: 0;
}

.closeModal {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: -10px;
  top: -13px;
  color: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #222;
  font-size: 9px;
  cursor: pointer;
}

.closeModal:after, .closeModal:before {
  content: "";
  position: absolute;
  display: block;
  top: 43%;
  right: 10%;
  width: 80%;
  border-bottom: 5px solid #fff;
}

.closeModal:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closeModal:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fa-close {
  color: #fff;
}

.book-now {
  font-size: 24px;
  color: #000;
  text-justify: none;
}

.call-now {
  font-size: 20px;
  font-weight: 700;
  color: #2e75ba;
}

.img-ml {
  margin-left: 20px;
}

#toprated-call-banner {
  margin-right: -28px;
  display: none;
}

.qwe section nav.nav a, .qwe section nav.nav span {
  color: #8f8f8f;
  cursor: pointer;
  margin: 0 3.5px;
  font-family: OpenSans;
  text-decoration: none;
}
.qwe section nav.nav {
  color: #8f8f8f;
  font-size: 14px;
  text-align: left;
  margin-top: 32px;
}
@media only screen and (max-device-width: 736px) {
  .qwe section nav.nav {
    padding: 0 20px;
  }
}