@font-face {
    font-family: "OpenSansBI";
    src: url("/css/fonts/OpenSans-BoldItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'leelawad';
    src: url("/css/fonts/Leelawadee.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'leelawdb';
    src: url("/css/fonts/Leelawadee-Bold.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldB';
    src: url("/css/fonts/Oswald-Bold.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldR';
    src: url("/css/fonts/Oswald-Regular.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoB';
    src: url("/css/fonts/Lato-Bold.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url("/css/fonts/Lato-Regular.woff");
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
  font-family: 'robotoBCond';
  src: url('/css/fonts/RobotoBoldCondensed.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arialNB';
  src: url('/css/fonts/arialnb.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arialB';
  src: url('/css/fonts/ariblk.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'calibriB';
  src: url('/css/fonts/calibri.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial';
  src: url('/css/fonts/arial.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoReg';
  src: url('/css/fonts/RobotoRegular.woff');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
    font-family: 'OpenSans';
    src: url("/css/fonts/OpenSans.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansB';
    src: url("/css/fonts/OpenSans-Bold.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansL';
    src: url("/css/fonts/OpenSans-Light.woff");
    font-weight: normal;
    font-style: normal;
}

* {
    outline: none;
}

input {
    border-radius: 0;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    /* Browsers have different default form fonts */
    font-size: 13px;
    font-family: Arial;
}

/*reset*/
label, select, button, textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    /* Browsers have different default form fonts */
    font-size: 13px;
    font-family: Arial;
}

/* Remove the stupid outer glow in Webkit */
input {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input:focus {
    outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
textarea {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=reset], input[type=button], input[type=submit], input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
input[type=checkbox], input[type=radio] {
    width: 13px;
    height: 13px;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
}

/* Button Controls
-----------------------------------------------*/
/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
    display: none;
}

/* Buttons
-----------------------------------------------*/
button {
    /* Fix IE7 display bug */
    overflow: visible;
    width: auto;
}

input[type="reset"], input[type="button"], input[type="submit"] {
    /* Fix IE7 display bug */
    overflow: visible;
    width: auto;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
    padding: 0;
    border: 0;
    background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
    /* Move the label to the top */
    vertical-align: top;
    /* Turn off scroll bars in IE unless needed */
    overflow: auto;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
    /* Move the label to the top */
    vertical-align: top;
}

/*reset*/
p {
    margin: 0;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    color: #4e4e4e;
    font-size: 18px;
    min-height: 100%;
    position: relative;
    background: #fff;
    font-weight: normal;
    background-position-x: 0px;
    background-position-y: 0px;
    background-position: center;
    font-family: 'robotoReg', 'Colibri', 'Tahoma', sans-serif;
}

a {
    text-decoration: none;
}

.qwe .cb {
    float: none;
    clear: both;
    display: block;
    overflow: hidden;
}

.qwe .center {
    width: 1107px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.qwe .center:before {
    content: ' ';
    float: none;
    clear: both;
    display: block;
}

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

.qwe .alt-head {
    top: -100px;
    -webkit-transition: .2s;
    transition: .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);
    /*border-bottom: 2px solid #FCB325;*/
}

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

.qwe .alt-head.active2 {
    top: -100px;
    -webkit-transition: .2s;
    transition: .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: 0px;
    height: 100%;
    bottom: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: scroll;
    background-color: #0a3c7d;
    left: 100%;
}

.qwe .menu-mobile:before {
    content: "";
    bottom: 0px;
    display: block;
    position: absolute;
    width: 100%;
    height: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: none;
    /*url("/images/header-shadow.png") 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: 0px;
    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%;
    -webkit-transition: .3s;
    transition: .3s;
}

.qwe .menu-mobile .next-level.active, .qwe .menu-mobile .tree-level.active {
    left: 0px;
    -webkit-transition: .3s;
    transition: .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;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    font-family: "OpenSansB";
    width: auto;
    display: block;
    margin: 0 auto;
    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: 15px;
    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: 57px;
    position: relative;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.38);
}

.qwe header .mid-line-s {
    height: 57px;
    background: #fff;
    position: relative;
    border-bottom: 7px 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 0px 5px rgba(0, 0, 0, 0.38);
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.38);
}

.qwe header .mid-line-s.alt-active a.logo {
    width: 87px;
    height: 64px;
    left: -27px;
    top: 0px;
    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: -34px;
}

.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;
}

.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;
    float: left;
    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: #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(0px 0px 3px black);
    filter: drop-shadow(0px 0px 3px black);
}

.qwe header .mid-line-s .m-bl-h-l .bl.h-m {
    width: auto;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    text-shadow: 0px 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: 0px 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: 0px 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: -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;
}

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

/*show content start*/
.flex-container {
    max-width: 63%;
    align-items: center;
    overflow: hidden;
    padding-left: 37%;
    padding-top: 20px;
    padding-bottom: 27px;
}

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

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

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

.qwe header .h-top-s {
    height: 101px;
    background: #e63232;
}

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

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

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

}

.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;*/
    float: left;
}

/*show content end*/

/*hidden content start*/

.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;
}

/*hidden content end*/

.qwe header .mid-line-s UL.menu-head > li > a {
    color: #000;
    font-size: 18px;
    font-family: 'OpenSansB';
    height: 57px;
    -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 16px;
    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: 0px;
    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.33333333333333%;
}

.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: #666666;
}

.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: #666666;
}

.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;
}

.qwe header .mid-line-s .button-menu-main-c {
    height: 59px;
    margin-top: -2px;
    display: block;
    position: relative;
    /*margin-left: 29px;
    margin-right: -2px;*/
    margin-right: 38px;
    margin-left: 41px;
    -webkit-box-shadow: 2px 3.464px 7px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 2px 3.464px 7px 0px rgba(0, 0, 0, 0.7);
}

.qwe header .mid-line-s .button-menu-main-c .button-menu-main {
    color: #fff;
    width: 272px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    margin-top: 0;
    background-color: rgb(0, 110, 205);
    -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: "OpenSansB";
    text-transform: uppercase;
}

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

.qwe section {
    width: 100%;
    min-height: calc(100vh - 610px);
    /*450px;*/
    position: relative;
}

.qwe section .promo-header {
    width: 100%;
}

@media (max-width: 480px) {
    .qwe section .promo-header {
        padding: 0;
        height: auto;
        padding-top: 0px;
    }
}

.qwe section .promo-header .center .bl-pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 70px;
}

@media (max-width: 480px) {
    .qwe section .promo-header .center .bl-pr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: content;
        -ms-flex-pack: content;
        justify-content: content;
    }
}

.qwe section .promo-header .center .bl-pr .bl {
    color: #fff;
}

.qwe section .promo-header .center .bl-pr .bl:last-child {
    margin-left: 125px;
}

@media (max-width: 480px) {
    .qwe section .promo-header .center .bl-pr .bl:last-child {
        margin-left: 20px;
    }
}

.qwe section .promo-header .center .bl-pr .bl h1 {
    color: white;
    font-size: 2rem;
    margin-bottom: 0;
    text-shadow: var(--goettl-text-shadow);
}

.qwe section .promo-header .center .bl-pr .bl p a.telephone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-weight: normal;
    width: 80%;
    border-radius: .8vmax;
    border: none;
    text-shadow: none;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 4vw;
    padding-left: 1em;
    padding-right: 1em;
    cursor: pointer;
    white-space: nowrap;
    color: #02355e;
    margin: 0;
    font-family: "OpenSansB";
    font-weight: 400;
    font-size: 120%;
    white-space: nowrap;
    letter-spacing: -1.5px;
    line-height: 1em;
    height: 3.5em;
    -webkit-box-shadow: 0.05em 0.05em 0.1em black;
    box-shadow: 0.05em 0.05em 0.1em black;
    text-decoration: none;
    padding: 0 .5em .1em;
    background: #e63233 !important;
    color: white !important;
    padding: 0;
    margin-top: 30px;
}

.qwe section .promo-header .center .bl-pr .bl h4 {
    font-family: "OpenSansB";
}

.qwe section .promo-header .center .bl-pr .bl h2 {
    font-family: "OpenSansB";
}

.qwe section .promo-header .center .bl-pr .bl .bl-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.qwe section .promo-header .center .bl-pr .bl .bl-list UL.checkmarks {
    margin: 0 0;
    padding: 0 1em;
    font-size: 90%;
    margin-left: 0px;
    list-style-image: url("/images/bullet-checkmark.png");
}

.qwe section .promo-header .center .bl-pr .bl .bl-list UL.checkmarks li {
    text-align: left;
    margin-bottom: 10px;
}

.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 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: 234px;
    height: 55px;
    display: none;
    position: relative;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 14px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.28);
}

.qwe section .button-menu-main-cs .button-menu-main {
    color: #fff;
    width: 234px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    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 0px 0px 1px 1px #fff;
    box-shadow: inset 0px 0px 1px 1px #fff;
}

.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.membership .info-bl.row-1 .bl .section p {
    margin-bottom: -76px;
}

.qwe section .inform-content.membership .info-bl.row-1 .bl .section:before {
    background: url(/images/svg/crown_membership.svg) no-repeat 8px 6px !important;
    width: 69px !important;
    top: -55px;
    margin-left: -35px;
    height: 73px !important;
    background-size: 69%;
}

.qwe section .inform-content.membership .info-bl.row-1.h .bl {
    border-left: none;
    border-right: none;
}

.qwe section .inform-content.membership .info-bl.row-1.h .bl:before {
    content: none;
}

.qwe section .inform-content.membership .info-bl.row-1.h .bl .section {
    /*&:before {
          content: none;
        }*/
}

.qwe section .inform-content.membership .info-bl.row-1.h .bl .section:before {
    left: 97px;
    z-index: 1;
    width: 205px !important;
    height: 146px !important;
    background: url(/images/pgs-img.jpg) no-repeat !important;
}

@media (max-width: 480px) {
    .qwe section .inform-content.membership .info-bl.row-1.h .bl .section:before {
        left: auto;
        z-index: 1;
        position: relative;
        width: 205px !important;
        height: 146px !important;
        margin: 0 auto;
        background: url(/images/pgs-img.jpg) no-repeat !important;
    }
}

.qwe section .inform-content.membership .info-bl.row-1.h .bl .section p, .qwe section .inform-content.membership .info-bl.row-1.h .bl .section h1 {
    z-index: 1;
    color: #939598;
    display: block;
    padding: 0 21px;
    background: #fff;
    position: relative;
    text-align: center;
    font-size: 39.46px;
    margin: 0;
    font-family: "leelawdb";
}

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

.qwe section .inform-content .info-bl.row-2 .bl .section {
    padding: 10px;
}

.qwe section .inform-content .info-bl.row-2 .bl .section.ask {
    padding: 0px;
    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;
}

.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;
}

.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;
}

.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: bold;
}

.qwe section .inform-content .info-bl.row-4 .bl .section h2:hover {
    text-decoration: underline;
}

.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 .read-more:hover {
    text-decoration: underline;
}

.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.membership {
    margin-bottom: 76px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.qwe section .inform-content .info-bl.membership .bl {
    max-width: 507px;
    min-height: 312px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}

.qwe section .inform-content .info-bl.membership .bl .section h1, .qwe section .inform-content .info-bl.membership .bl .section p {
    font-size: 28px;
    padding: 55px 0px;
    text-align: center;
    font-family: "leelawad";
}

.qwe section .inform-content .info-bl.membership .bl .section:before {
    content: "";
    left: 50%;
    top: -22px;
    width: 113px;
    height: 54px;
    display: block;
    position: absolute;
    margin-left: -61.5px;
}

.qwe section .inform-content .info-bl.membership .bl .section.ico1h:before {
    top: -30px;
    background: #fff url("/images/svg/family.svg") no-repeat center center;
    background-size: contain;
}

.qwe section .inform-content .info-bl.membership .bl .section.ico2r:before {
    background: #fff url("/images/svg/frends.svg") no-repeat center center;
    background-size: contain;
}

.qwe section .inform-content .info-bl.product {
    margin-bottom: 180px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 480px) {
    .qwe section .inform-content .info-bl.product {
        margin-top: 100px;
    }
}

.qwe section .inform-content .info-bl.product.five .b {
    width: 20%;
}

@media (max-width: 480px) {
    .qwe section .inform-content .info-bl.product.five .b {
        width: 90%;
    }
}

.qwe section .inform-content .info-bl.product .b {
    width: 30%;
    margin-right: 19px;
}

@media (max-width: 480px) {
    .qwe section .inform-content .info-bl.product .b {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

.qwe section .inform-content .info-bl.product .b:last-child {
    margin-right: 0px;
}

@media (max-width: 480px) {
    .qwe section .inform-content .info-bl.product .b:last-child {
        margin: 0 auto;
    }
}

.qwe section .inform-content .info-bl.product .text:before {
    content: "";
    left: 50%;
    top: -22px;
    width: 113px;
    height: 54px;
    display: block;
    position: absolute;
    margin-left: -61.5px;
}

.qwe section .inform-content .info-bl.product .text.ico1h:before {
    top: -30px;
    background: #fff url("/images/svg/family.svg") no-repeat center center;
    background-size: contain;
}

.qwe section .inform-content .info-bl.product .text.ico2r:before {
    background: #fff url("/images/svg/frends.svg") no-repeat center center;
    background-size: contain;
}

.qwe section .inform-content .info-bl.product .learn-more-b {
    width: 100%;
    color: #fff;
    height: 54px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 16px;
    line-height: 54px;
    text-align: center;
    border-radius: 5px;
    font-family: "leelawad";
    text-transform: uppercase;
    background-color: #fa4646;
}

.qwe section .inform-content .info-bl.product .bl {
    max-width: 507px;
    min-height: 150px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
}

.qwe section .inform-content .info-bl.product .bl .section .text {
    top: -16px;
    width: 100%;
    position: absolute;
}

.qwe section .inform-content .info-bl.product .bl .section .text .info {
    z-index: 1;
    color: #939598;
    display: inline-block;
    padding: 0 21px;
    font-size: 15px;
    background: #fff;
    position: relative;
    text-align: center;
    margin-bottom: -10px;
    font-family: "leelawdb";
    text-transform: uppercase;
}

.qwe section .inform-content .info-bl.product .bl .section .text .ico {
    width: 89px;
    margin: 0 auto;
    height: 17px;
    background: url(/images/stars.gif) no-repeat;
    /*background-size: 85px;*/
}

.qwe section .inform-content .info-bl.product .bl .section .text .ico.i2 {
    background-position: 0px -36px;
}

.qwe section .inform-content .info-bl.product .bl .section .text .ico.i3 {
    background-position: 0 -71px;
}

.qwe section .inform-content .info-bl.product .bl .section .text .ico.i4 {
    background-position: 0 -107px;
}

.qwe section .inform-content .info-bl.product .bl .section .text .ico.i5 {
    background-position: 0 -142px;
}

.qwe section .inform-content .info-bl.product .bl .section .text .ico img {
    display: none;
}

.qwe section .inform-content .info-bl.product .bl .section p {
    font-size: 16px;
    text-align: left;
    padding: 60px 30px;
    padding-bottom: 0px;
    font-family: "leelawad";
}

@media (max-width: 480px) {
    .qwe section .inform-content .info-bl.product .bl .section p {
        padding: 58px 15px;
    }
}

.qwe section .inform-content .info-bl.product .bl .section p .h-t {
    display: none;
}

.qwe section .inform-content .info-bl.product .bl .section strong {
    font-weight: 800;
}

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

.qwe section .inform-content .info-bl.row-1 .bl {
    width: 100%;
    min-height: 56px;
}

.qwe section .inform-content .info-bl.row-1 .bl .section h2 {
    margin-top: 0;
}

.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";
}

.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 0px;
    width: 50px;
}

.qwe section .inform-content .info-bl.mid-text {
    margin-top: 59px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qwe section .inform-content .info-bl.mid-text .bl {
    width: 100%;
    min-height: 53px;
}

.qwe section .inform-content .info-bl.mid-text .bl .section p {
    z-index: 1;
    color: #000;
    display: block;
    padding: 18px;
    background: none;
    position: relative;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
    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 a {
    color: #1ba5ed;
}

.qwe section .inform-content .info-bl.mid-text .bl .section .full-text a:hover {
    text-decoration: underline;
}

.qwe section .inform-content .info-bl.mid-text .bl .section .full-text h1, .qwe section .inform-content .info-bl.mid-text .bl .section .full-text h2, .qwe section .inform-content .info-bl.mid-text .bl .section .full-text h3, .qwe section .inform-content .info-bl.mid-text .bl .section .full-text h4, .qwe section .inform-content .info-bl.mid-text .bl .section .full-text h5, .qwe section .inform-content .info-bl.mid-text .bl .section .full-text h6 {
    font-weight: 100;
}

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

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

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

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

.qwe section .inform-content .info-bl.mid-text .bl .section .read-more:hover {
    text-decoration: underline;
}

.qwe section .inform-content .info-bl.mid-text .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.mid-text .bl .section.ico1:before {
    height: 42px;
    background: #fff url("/images/svg/kolokol icon.svg") no-repeat;
    background-position: 11px -2px;
    top: -25px;
}

.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: 2px solid #ef3a3c;
    border-right: 2px solid #0057ab;
}

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

.qwe section .inform-content .info-bl .bl.ask-s:hover {
    background: #ef3a3c;
    background: linear-gradient(171deg, #ef3a3c 50%, #0057ab 52%);
}

.qwe section .inform-content .info-bl .bl.ask-s:hover .ask {
    color: #fff;
}

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

.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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3a3c', endColorstr='#0057ab', GradientType=1);
}

.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%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3a3c', endColorstr='#0057ab', GradientType=1);
}

.qwe section .inform-content .info-bl .bl .section.ask {
    cursor: pointer;
}

.qwe section .inform-content.for-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 77px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qwe section .inform-content.for-button .mini {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    max-width: 568px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qwe section .inform-content.for-button .mini .bl {
    width: 100%;
    min-height: 67px;
}

.qwe section .inform-content.for-button .mini .bl .section span {
    z-index: 1;
    color: #636466;
    display: block;
    background: none;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: "leelawad";
}

.qwe section .inform-content.for-button .mini .bl .section div {
    z-index: 1;
    color: #636466;
    display: block;
    background: none;
    position: relative;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    font-family: "leelawad";
    color: #000;
    font-size: 26px;
    font-family: "leelawad";
}

.qwe section .inform-content.for-button .mini .bl .section .read-more {
    bottom: -8px;
    z-index: 1;
    left: 50%;
    margin-left: -5%;
    padding: 0 8px;
    color: #a0a0a0;
    display: block;
    position: absolute;
    font-size: 15.45px;
    background-color: #fff;
    font-family: "leelawdb";
}

.qwe section .inform-content.for-button .mini .bl .section .read-more:hover {
    text-decoration: underline;
}

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

.qwe section .inform-content.for-button .mini .bl .section.ico1:before {
    height: 42px;
    background: #fff url("/images/svg/join our icon.svg") no-repeat;
    background-position: 6px 14px;
    top: -25px;
    width: 34px;
    padding: 0 9px;
    background-size: 72%;
}

.qwe section .inform-content.for-button .right-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 13px;
}

.qwe section .inform-content.for-button .right-button .button {
    color: #fff;
    height: 70px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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-size: 16px;
    cursor: pointer;
    font-family: "leelawdb";
    text-transform: uppercase;
}

.qwe section .inform-content.for-button .right-button .button:first-child {
    max-width: 301px;
    margin-right: 15px;
    background-color: #006ecd;
}

.qwe section .inform-content.for-button .right-button .button:first-child:hover {
    background-color: #027ee8;
}

.qwe section .inform-content.for-button .right-button .button:last-child {
    max-width: 211px;
    background-color: #e63232;
}

.qwe section .inform-content.for-button .right-button .button:last-child:hover {
    background-color: rgba(230, 50, 50, 0.76);
}

.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;
}

.qwe section .grid-content-list .bl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 266px;
}

.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: 0px;
}

.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: 0px;
    background: url("/images/svg/best rewievs icon.svg") no-repeat;
    background-size: 86%;
}

.qwe section .grid-content-list .bl ol.list3 li.i3:before {
    left: 3px;
    background: url("/images/svg/time pref icon.svg") no-repeat;
    background-size: 80%;
}

.qwe section .grid-content-list .bl ol.list3 li .bot {
    color: #666666;
    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 .grid-content-list .bl .info {
    color: #666666;
    font-size: 11px;
    text-align: left;
    margin-top: 20px;
    font-family: "OpenSans";
    padding-left: 8px;
    line-height: 1.3;
}

.qwe section .baner-main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 76px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.qwe section .baner-main-section .baner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.qwe section .baner-main-section .baner:first-child {
    max-width: 588px;
    margin-right: 39px;
}

.qwe section .baner-main-section .baner:last-child .img {
    height: 195px;
    overflow: hidden;
}

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

.qwe section .baner-main-section .baner .text-baner {
    color: #fff;
    width: 100%;
    height: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 31px;
    text-align: center;
    background: #d92b2c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*forms start*/
.check__input:focus + .check__box + .check__text,
.check__input:hover + .check__box + .check__text {
    color: gray;
}

.check__input:checked + .check__box:after {
    position: absolute;
    display: block;
    content: "";
    width: 40%;
    height: 39%;
    top: 4px;
    left: 4px;
    background: #272425;
    border-radius: 50%;
}

.check__box {
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
    left: 0;
    width: 13px;
    height: 13px;
    overflow: hidden;
    border: 1px solid #272425;
    background-color: white;
    background-repeat: no-repeat;
}

.contacts__form .select2-container {
    max-width: 100%;
    width: 100% !important;
}

.contacts__form .select2-container--default .select2-selection--single {
    outline: none;
}

.contacts__form .select2-container--default .select2-selection--single {
    height: 41px;
    border-radius: 0;
    border: 1px solid #767676;
}

.contacts__form .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fafafa;
    border: 1px solid #babcbb;
}

.contacts__form .select2-container--disabled .select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fafafa;
    border: 1px solid #babcbb;
}

.contacts__form .select2-container--default.select2-container--disabled .select2-selection--single {
    outline: none;
}

.contacts__form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}

.contacts__form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

strong {
    font-weight: bold;
}

.hidden-object {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

form label.checkbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    font-size: max(0.88vw, 17px);
    line-height: max(1.1vw, 21.25px);
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 1920px) {
    form label.checkbox {
        font-size: 19px;
        line-height: 23.75px;
    }
}

form label.checkbox span {
    font-size: max(0.88vw, 17px);
    line-height: max(1.1vw, 21.25px);
}

@media (min-width: 1920px) {
    form label.checkbox span {
        font-size: 19px;
        line-height: 23.75px;
    }
}

form label.checkbox a {
    color: black;
}

form label.checkbox .cback-inp-error-text {
    position: absolute;
    bottom: 0;
    left: 0;
}

form label.checkbox.error .cback-inp-error-text {
    display: block;
}

.contacts__form {
    margin-top: 25px;
}

.contacts__form .buttons-row2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__form .default-button {
    margin-top: 30px;
}

.contacts__form .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    margin-bottom: min(35px, 2.8vw);
}

.contacts__form .form-row.select {
    position: relative;
}

.contacts__form .form-row.select:after {
    position: absolute;
    bottom: 25%;
    right: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent;
}

.contacts__form .form-row:last-child {
    margin-bottom: 0;
}

.contacts__form .form-row.error input {
    border-color: red;
}

.contacts__form .form-row.error textarea {
    border-color: red;
}

.contacts__form .form-row.error select {
    border-color: red;
}

.contacts__form .form-row.error .cback-inp-error-text {
    display: block;
}

.contacts__form .form-col2 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.contacts__form .form-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__form .form-col3 .form-row {
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
}

.contacts__form .label {
    margin-bottom: 10px;
    color: #424343;
    font-size: max(0.88vw, 17px);
    line-height: max(1.1vw, 21.25px);
    font-weight: 400;
}

@media (min-width: 1920px) {
    .contacts__form .label {
        font-size: 19px;
        line-height: 23.75px;
    }
}

.contacts__form .label span {
    color: red;
}

.contacts__form textarea {
    width: 100%;
    outline: none;
    min-height: 100px;
    border-radius: 0px;
    font-size: max(0.88vw, 17px);
    line-height: max(1.1vw, 21.25px);
    padding: 5px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    background-color: white;
    border: 1px solid black;
}

@media (min-width: 1920px) {
    .contacts__form textarea {
        font-size: 19px;
        line-height: 23.75px;
    }
}

.contacts__form input {
    border-radius: 0px;
    padding: 5px 15px;
    width: 100%;
    font-size: max(0.88vw, 17px);
    line-height: max(1.1vw, 21.25px);
    height: max(2.2vw, 30px);
    background-color: white;
    border: 1px solid black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1920px) {
    .contacts__form input {
        font-size: 19px;
        line-height: 23.75px;
    }
}

@media (min-width: 1920px) {
    .contacts__form input {
        height: 40px;
    }
}

.contacts__form input:disabled {
    background: #fafafa;
    border: 1px solid gray;
}

.contacts__form select {
    position: relative;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    padding: 5px 15px;
    width: 100%;
    cursor: pointer;
    outline: none;
    font-size: max(0.88vw, 17px);
    line-height: max(1.1vw, 21.25px);
    height: max(2.2vw, 30px);
    background-color: white;
    border: 1px solid black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 1920px) {
    .contacts__form select {
        font-size: 19px;
        line-height: 23.75px;
    }
}

@media (min-width: 1920px) {
    .contacts__form select {
        height: 40px;
    }
}

.contacts__form select:disabled {
    background: #fafafa;
    border: 1px solid gray;
}

.contacts__form .cback-inp-error-text {
    color: red;
    font-size: 11px;
    margin-bottom: -13px;
    display: none;
}

.contacts__form .form__in {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contacts__form .form__in.small-margin {
    margin-bottom: 30px;
}

.contacts__form .form__in .f__right {
    width: 56%;
}

.contacts__form .form__in .f__right .form-row {
    height: 100%;
}

.contacts__form .form__in .f__left {
    width: -webkit-calc(41% - 20px);
    width: calc(41% - 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__form .form_part {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__form .form_one_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__form .form_col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
    .contacts__form .label {
        margin-bottom: 3px;
    }
}

@media screen and (max-width: 720px) {
    .contacts__form .buttons-row .drop_list {
        top: 120px;
        right: -webkit-calc(50% - 150px);
        right: calc(50% - 150px);
    }

    .register_form .form__in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .register_form .form_part {
        margin-bottom: 30px;
        width: 100%;
    }

    .register_form .form_part:last-child {
        margin-bottom: 0;
    }

    .register_form .form_col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {
    .contacts__form .form-col3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts__form .form-col3 .form-row {
        width: 100%;
    }

    .contacts__form .label {
        font-size: 15px;
    }

    .contacts__form .form_part {
        width: 100%;
    }

    .contacts__form .form_part:last-child {
        margin-top: 15px;
    }

    .contacts__form.small-form .form_part:last-child {
        margin-top: 0px;
    }

    .contacts__form .form__in .f__left {
        width: 100%;
    }

    .contacts__form .form__in .f__right {
        margin-top: 30px;
        width: 100%;
    }

    .contacts__form .form__in {
        margin-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contacts__form input,
    .contacts__form select,
    .contacts__form textarea {
        font-size: 14px;
        height: 45px;
    }

    .contacts__form textarea {
        min-height: 200px;
    }

    .contacts__form .form_part-cust-1 .form-row:last-child {
        margin-bottom: 15px;
    }

    .contacts__form .form_part-cust-1 > .form-row {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }

    .contacts__form .form_part-cust-1 {
        margin-top: -70px !important;
        flex-direction: column-reverse;
    }

    .contacts__form .form_part-cust-1 > .form-row:last-child {

        align-self: flex-end;
    }

    .contacts__form .cntcfrm-address-row + .form-row {
        width: calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        z-index: 2;
    }
}

/*forms end*/
/*old style end*/
@font-face {
    font-family: "RobotoCn";
    src: url("/css/fonts/robotoCn/Roboto_Cn_Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCn";
    src: url("/css/fonts/robotoCn/Roboto_Bk_Bold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "RobotoCn";
    src: url("/css/fonts/robotoCn/Roboto_Cn_Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

label, select, button, textarea {
    font-family: "RobotoCn" !important;
}

.frame {
    position: relative;
}

.frame:before {
    content: "";
    position: absolute;
    width: -webkit-calc(50% + 8px);
    width: calc(50% + 8px);
    height: -webkit-calc(100% + 12px);
    height: calc(100% + 12px);
    display: block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ff0000;
    border-right: none;
    left: -8px;
    top: -7px;
}

.frame:after {
    content: "";
    position: absolute;
    width: -webkit-calc(50% + 8px);
    width: calc(50% + 8px);
    height: -webkit-calc(100% + 12px);
    height: calc(100% + 12px);
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #0d5ba6;
    border-left: none;
    right: -8px;
    top: -7px;
}

.ac-tune-button {
    margin-bottom: 8px;
    cursor: pointer;
    background: #ff0000;
    color: white;
    padding: 10px 25px;
    font-size: max(2.36486vw, 17px);
    line-height: max(2.36486vw, 22.95px);
    font-weight: bold;
    display: inline-block;
    border-radius: 15px;
    position: relative;
    margin-top: 10px;
    margin-left: 8px;
}

@media (min-width: 1480px) {
    .ac-tune-button {
        font-size: 35px;
        line-height: 42px;
    }
}

.ac-tune-button:before {
    content: "";
    position: absolute;
    width: -webkit-calc(50% + 8px);
    width: calc(50% + 8px);
    height: -webkit-calc(100% + 12px);
    height: calc(100% + 12px);
    display: block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ff0000;
    border-right: none;
    left: -8px;
    top: -7px;
}

.ac-tune-button:after {
    content: "";
    position: absolute;
    width: -webkit-calc(50% + 8px);
    width: calc(50% + 8px);
    height: -webkit-calc(100% + 12px);
    height: calc(100% + 12px);
    display: block;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #0d5ba6;
    border-left: none;
    right: -8px;
    top: -7px;
}

.ac-tune-button:hover, .ac-tune-button:focus {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #ff4d4d;
}

.ac-tune-up {
    font-size: 19px;
    line-height: 25px;
}

.ac-tune-up h1, .ac-tune-up h2, .ac-tune-up h3, .ac-tune-up p, .ac-tune-up span, .ac-tune-up a {
    font-family: RobotoCn;
}

.ac-block {
    padding: 45px 15px;
    max-width: 1700px;
    margin: auto;
}

.act-1 {
    background: url("../../images/tune-up/foto slider.jpg");
    background-position: top center;
    color: white;
}

.act-1 .ac-tune-button {
    font-size: max(3.24324vw, 21px);
    line-height: max(3.24324vw, 28.35px);
    padding: 22px 50px;
}

@media (min-width: 1480px) {
    .act-1 .ac-tune-button {
        font-size: 48px;
        line-height: 57.6px;
    }
}

.act-1 .ac-tune-button:before, .act-1 .ac-tune-button:after {
    border-color: white;
}

.act-1 .h1 {
    margin-top: 0px;
    font-weight: 900;
    max-width: 600px;
    margin-bottom: 30px;
    font-size: max(3.5vw, 25px);
    line-height: max(4.1vw, 33.75px);
}

@media (min-width: 1480px) {
    .act-1 .h1 {
        font-size: 78px;
        line-height: 93.6px;
    }
}

.act-1 .outro-a {
    margin-top: 30px;
    font-size: 21px;
    color: white;
    font-size: max(2.22973vw, 17px);
    line-height: max(2.22973vw, 22.95px);
}

@media (min-width: 1480px) {
    .act-1 .outro-a {
        font-size: 33px;
        line-height: 39.6px;
    }
}

.xr {
    margin-bottom: 35px;
}

.xr-line {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.xr-line span {
    font-size: max(2.4vw, 17px);
    line-height: max(3.10811vw, 22.95px);
    font-style: italic;
}

@media (min-width: 1480px) {
    .xr-line span {
        font-size: 46px;
        line-height: 55.2px;
    }
}

.xr-line img {
    max-width: 40px;
    margin-right: 30px;
    width: 6vw;
}

@media (max-width: 1367px) and (min-width: 770px) {
    .act-1 {
        background: url("../../images/tune-up/foto-head-1366.jpg");
        background-size: cover;
        background-position: top center;
    }

    .act-1 .h1 span {
        display: block;
    }

    .act-1 .h1 {
        line-height: 65px;
        margin-bottom: 100px;
        max-width: 700px;
    }
}

@media (max-width: 1080px) {
    .act-1 .h1 {
        margin-bottom: 60px;
    }
}
@media (max-width: 770px) and (min-width: 481px) {
    .act-1 .h1 span{
        display: block;
    }
    .act-1 .ac-block {
        padding: 20px 15px;
    }
    .xr-line span{
        font-size: 25px;
        line-height: 27px;
    }
    .act-1 .h1 {
        text-align: right;
        max-width: unset;
        margin-bottom: 32vw;
        font-size: 45px;
        line-height: 55px;
        text-shadow: 0px 0px 10px #000000;
    }
    .act-1 {
        background: url("../../images/tune-up/pic_768.jpg");
        background-size: cover;
        background-position: top center;
    }
}
@media screen and (max-width: 650px) {
    .xr-line img {
        margin-right: 10px;
    }

    .xr {
        margin-bottom: 20px;
    }

    .act-1 .ac-tune-button {
        padding: 10px 30px;
    }
}

.act-2 {
    position: relative;
    /*background: url("../../images/tune-up/bg_head.jpg");*/
    background-size: cover;
    text-align: center;
}

.act-2:before {
    position: absolute;
    top: -28px;
    height: 30px;
    width: 100%;
    display: block;
    content: "";
    background: linear-gradient(0deg, rgba(4, 10, 13, 0.018645) 12%, rgba(17, 45, 59, 0) 50%);
}

.act-2:after {
    position: absolute;
    bottom: -28px;
    height: 30px;
    width: 100%;
    display: block;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(4, 10, 13, 0.118645) 100%);
}

.act-2 .h2 {
    /*text-shadow: 0px 0px 10px #000000;*/
    color: #005aa6;
    font-weight: 900;
    font-size: max(4.12162vw, 25px);
    line-height: max(5.12162vw, 33.75px);
}

@media (min-width: 1480px) {
    .act-2 .h2 {
        font-size: 61px;
        line-height: 73.2px;
    }
}

@media screen and (max-width: 480px) {
    .act-2 .ac-block {
        padding: 28px 15px 28px;
    }

    .act-2 {
        /*background: url("../../images/tune-up/bg_head-mob.jpg");*/
        background-position: center;
        background-size: cover;
        background: #fff;
    }

    .act-2 .h2 {
        font-size: 24px !important;
        line-height: 27px !important;
    }
}

.act-2 .h3 {
    text-shadow: 0px 0px 10px #000000;
    color: white;
    font-weight: 900;
    font-size: max(2.5vw, 19px);
    line-height: max(2.5vw, 25.65px);
}

@media (min-width: 1480px) {
    .act-2 .h3 {
        font-size: 37px;
        line-height: 44.4px;
    }
}

.act-2 .txt {
    margin-top: 10px;
    /*text-shadow: 0px 0px 10px #000000;*/
    color: red;
    font-size: max(2.09459vw, 17px);
    line-height: max(3.09459vw, 22.95px);
}

@media (min-width: 1480px) {
    .act-2 .txt {
        font-size: 31px;
        line-height: 37.2px;
    }
}

@media screen and (max-width: 480px) {
    .act-2:after {
        bottom: -18px;
        height: 18px;
    }

    .act-2:before {
        top: -16px;
        height: 18px;
    }
}

.ac-block-flex {
    padding: 15px 0px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ac-block-flex.ac-block-flex-wrap {
    flex-wrap: wrap;
}

.ac-block-flex.ac-block-flex-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.act-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
    font-size: max(3.04054vw, 21px);
    line-height: max(4.04054vw, 28.35px);
    color: #0d5ba6;
}

@media (min-width: 1480px) {
    .act-title {
        font-size: 45px;
        line-height: 54px;
    }
}

.act-title span {
    color: #e88176;
}

.act-title span.nl {
    display: block;
    color: black;
}

.act-subtitle {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    color: black;
    font-weight: 900;
    font-size: max(1.82432vw, 17px);
    line-height: max(2.32432vw, 22.95px);
}

@media (min-width: 1480px) {
    .act-subtitle {
        font-size: 27px;
        line-height: 32.4px;
    }
}

.act-block-left {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 100px;
    width: 55%;
    padding-right: 50px;
}

.act-block-left .h3 {
    font-size: max(3.37838vw, 21px);
    line-height: max(3.37838vw, 28.35px);
    color: black;
    margin-bottom: 25px;
    font-weight: bold;
}

@media (min-width: 1480px) {
    .act-block-left .h3 {
        font-size: 50px;
        line-height: 60px;
    }
}

.act-block-left .ac-tune-button {
    left: 0;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
}

.act-block-left ul {
    margin-top: 15px;
    list-style: none;
    margin-bottom: 30px;
}

.act-block-left li {
    font-family: RobotoCn;
    font-size: max(1.95946vw, 17px);
    line-height: max(2.4vw, 25.5px);
    color: black;
    position: relative;
    font-style: italic;
    padding-left: 30px;
    margin-bottom: 25px;
}

@media (min-width: 1480px) {
    .act-block-left li {
        font-size: 29px;
        line-height: 43.5px;
    }
}

.act-block-left li:before {
    display: inline-block;
    content: "";
    height: 19px;
    width: 20px;
    margin-left: -30px;
    margin-right: 10px;
    background: url("../../images/tune-up/bullet.svg");
    background-size: contain;
}

.act-block-left p {
    font-size: max(1.95946vw, 17px);
    line-height: max(3.5vw, 26px);
    color: black;
}

@media (min-width: 1480px) {
    .act-block-left p {
        font-size: 29px;
        line-height: 43.5px;
    }
}

.ac-block-flex-rev .act-block-left {
    padding-right: 0px;
    padding-left: 50px;
}

.ac-block-flex-rev .act-block-left .ac-tune-button {
    left: 50px;
}

.act-block-right {
    width: 45%;
}

.act-block-right .img {
    padding: 2px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.75);
}

.act-block-right .img .img-in {
    overflow: hidden;
    border-radius: 15px;
}

.act-block-right .img img {
    display: block;
}

@media screen and (max-width: 850px) {
    .act-title span.nl {
        display: inline;
    }

    .ac-block-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 10px 0px 0px;
    }

    .ac-block-flex.ac-block-flex-wrap .act-block-left {
        padding-top: 0 !important;
    }

    .act-block-left ul {
        text-align: left;
    }

    .ac-block-flex.ac-block-flex-wrap .act-block-right {
        padding-top: 35px;
    }

    .ac-block-flex.ac-block-flex-wrap {
        flex-direction: column;
    }

    .ac-block-flex.ac-block-flex-rev {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .ac-block-flex.ac-block-flex-rev .act-block-left {
        padding-left: 0;
    }

    .ac-block-flex.ac-block-flex-rev .act-block-left .ac-tune-button {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .act-block-right {
        width: 100%;
    }

    .act-block-left {
        text-align: center;
        padding-bottom: 75px;
        overflow: hidden;
        width: 100%;
        padding-right: 0px;
        padding-top: 25px;
    }

    .act-block-left .ac-tune-button {
        white-space: nowrap;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.comparison {
    margin: 80px -42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.comparison .com-c {
    margin: 0 50px;
    width: 200px;
    text-align: center;
}

.comparison .com-c .xp2 {
    font-size: max(2.16216vw, 17px);
    line-height: max(2.16216vw, 22.95px);
}

@media (min-width: 1480px) {
    .comparison .com-c .xp2 {
        font-size: 32px;
        line-height: 38.4px;
    }
}

.comparison .com-c p:not(.xp2) {
    font-size: max(3.04054vw, 17px);
    line-height: max(3.04054vw, 22.95px);
    font-weight: 900;
    color: #ff0000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1480px) {
    .comparison .com-c p:not(.xp2) {
        font-size: 45px;
        line-height: 54px;
    }
}

.comparison .com-c p:not(.xp2) span {
    font-size: 0.6em;
    line-height: 1.8em;
}

@media screen and (max-width: 980px) {
    .comparison {
        justify-content: center;
        margin: 30px -22px;
    }
}

@media screen and (max-width: 480px) {

    .comparison .com-c {
        margin: 0 30px;
        width: 25%;
    }
}

.act-5 {
    background: url("../../images/tune-up/bg3.jpg");
    background-size: cover;
}

.act-3 {
    background: url("../../images/tune-up/bg1.jpg");
    background-size: cover;
}

.act-4 {
    background: url("../../images/tune-up/bg2.jpg");
    background-size: cover;
}

.ac-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
}

.ac-4 .act-4-itm {
    box-sizing: border-box;
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 0 5px;
    border-radius: 30px;
    background: #072d8c;
    padding: 10px;
}

.ac-4 .act-4-itm .img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
}

.ac-4 .act-4-itm .img img {
    display: block;
}

.ac-4 .act-4-itm .act4-txt p {
    max-width: 290px;
    margin: 0 auto 25px;
    color: white;
    text-align: center;
    font-size: max(1.68919vw, 15px);
    line-height: max(1.68919vw, 20.25px);
}

@media (min-width: 1480px) {
    .ac-4 .act-4-itm .act4-txt p {
        font-size: 25px;
        line-height: 30px;
    }
}

.ac-4 .act-4-itm .act4-txt p.ttl2 {
    font-size: max(1.95946vw, 18px);
    line-height: max(1.95946vw, 24.3px);
    font-weight: bold;
}

@media (min-width: 1480px) {
    .ac-4 .act-4-itm .act4-txt p.ttl2 {
        font-size: 29px;
        line-height: 34.8px;
    }
}

@media screen and (max-width: 480px) {
    .act-5 .ac-block-flex {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .ac-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ac-4 .act-4-itm .act4-txt p {
        margin: 0 auto 12px;
    }

    .ac-4 .act-4-itm {
        margin-bottom: 30px;
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
    }
}

.ac-tune-up {
    position: relative;
}

.tune-up-header {
    position: absolute;
    top: -130px;
    z-index: 999;
    right: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 500px;
}

.tune-up-header .ac-tune-button {
    width: 170px;
    margin-top: 20px;
}


/* new header */
.qwe header .mid-line-s UL.menu-head {
    margin-right: auto !important;
    margin-top: -30px !important;
}

.qwe header .h-top-s .coordinats {
    display: none !important;
}

.qwe header .mid-line-s .button-menu-main-c {
    display: none !important;
}

.qwe header .h-top-s {
    background: white !important;
}

.qwe header .h-top-s .weather-bl {
    display: none !important;
}

.ac-tune-up {
    position: relative;
}

.loading {
    position: relative;
    opacity: .6;
    transition: .3s;
    cursor: default !important;

}

/*.loading:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    content: "";*/
/*    display: block;*/
/*    bottom: 0;*/
/*    z-index: 1;*/
/*    background: rgba(0, 0, 0, 0.4); }*/
/*.loading:after {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    content: "";*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    max-height: 80%;*/
/*    max-width: 80%;*/
/*    z-index: 2;*/
/*    background: url("../../images/loading.gif");*/
/*    background-size: contain; }*/
.tune-up-header {
    position: absolute;
    top: -100px!important;
    z-index: 999;
    right: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 280px;
}

.tune-up-header .ac-tune-button {
    width: 170px;
    text-align: center;
    margin-top: 20px;
}

.tune-up-header a.phf {
    display: block;
    background: #005aa6;
    border-radius: 15px;
    padding: 10px;
    color: #fff;

    font-size: 46px;
    text-align: right;
    padding-bottom: 5px;
    font-family: Arial;
    font-weight: 700;
    text-shadow: 0 0 0;
    line-height: normal;
    border: none;
}

@media screen and (max-width: 1370px) {
    .qwe header .mid-line-s UL.menu-head > li > a {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 1220px) {
    .qwe header .mid-line-s UL.menu-head {
        display: none !important;
    }
}

@media screen and (max-width: 736px) {
    .qwe header {
        min-height: 150px !important;
    }

    .qwe header .mid-line-s {
        border-bottom: none !important;
    }

    .tune-up-header {
        top: -125px;
    }
}

@media screen and (max-width: 480px) {
    .tune-up-header {
        padding: 0px;
        width: 115px;
    }

    .tune-up-header a.phf {
        font-size: 15px;
    }

    .tune-up-header .ac-tune-button {
        width: 85px;
        padding: 4px 10px;
        font-size: 13px;
        margin-top: 23px;
    }

    .qwe header {
        min-height: 108px !important;
    }

    .qwe header .mid-line-s .m-bl-h-l.l .red.tel {
        display: none !important;
    }

    .qwe header .mid-line-s a.logo {
        margin-left: 0 !important;
        margin-top: 0px !important;
    }

    .tune-up-header {
        right: 10px;
        top: -94px;
    }
}


.ac-installation-page .tune-up-header .ac-tune-button {
    width: 370px;
}

.ac-installation-page .act-1 {
    background: url("../../images/nrs-air-duct-cleaning-services-las-vegas-nv.jpg") no-repeat;
  /*  background: url("../../images/ac-installation/slider-pc.jpg") no-repeat; */
    background-size: cover;
}

.ac-installation-page .act-1 .ac-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.ac-installation-page .act-1 .h1 {
    text-align: right;
    max-width: 950px;
}

.ac-installation-page .act-1 .h1 span {
    display: block;
}

.ac-text {
    text-align: center;
}

.ac-text p {
    font-size: max(1.95946vw, 17px);
    line-height: max(1.95946vw, 25.5px);
}

.ac-text p span {
    display: block;
}

@media (min-width: 1480px) {
    .ac-text p {
        font-size: 29px;
        line-height: 43.5px;
    }
}

@media screen and (max-width: 850px) {
    .ac-text p span {
        display: inline;
    }
}

.ac-logos-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ac-logos-block .ac-logo-itm {
    max-width: 200px;
    width: -webkit-calc(20% - 20px);
    width: calc(20% - 20px);
    margin: 0 10px;
}

.ac-logos-block .ac-logo-itm img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ac-review-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 60px -25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.review-content a {
    color: #a0a0a0;
    font-size: 15px;
    font-style: italic;
}

.review-content a:hover, .review-content a:focus {
    text-decoration: underline;
}

.review-content p {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 25px;
    font-size: 21px;
    color: black;
}

.ac-review-item {
    position: relative;
    z-index: 2;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 280px;
    width: -webkit-calc(25% - 50px);
    width: calc(25% - 50px);
    margin: 0 25px;
}

.ac-review-item:before, .ac-review-item:after {
    z-index: -1;
}

.ac-review-item .rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ac-review-item .rating .ra-star {
    margin-right: 5px;
}

.ac-review-item .rating .ra-star:before {
    content: "★";
    font-size: 16px;
    line-height: 16px;
    color: #ffcc00;
    letter-spacing: -2px;
}

.ac-review-item .review-meta {
    position: relative;
    margin: 0 0 15px 0;
}

.ac-review-item .review-meta .logos-ac {
    position: absolute;
    top: 0;
    right: 0;
}

.ac-review-item .review-meta .logos-ac img {
    width: 25px;
}

.ac-review-item .author-icon {
    height: 40px;
    width: 40px;
    background: grey;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    font-size: 21px;
    color: white;
    border-radius: 50%;
    margin-right: 10px;
}

.ac-review-item .review-date {
    color: #99999a;
    font-size: 14px;
}

.ac-review-item .author-name {
    padding: 2px 22px 2px 2px;
    color: #427fed;
    font-weight: bold;
    line-height: 1em;
}

.ac-review-item .source-logo {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.ac-review-item .Google-logo {
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 4px;
}

.ac-review-item .Facebook-logo {
    background: #3c5b9b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 4px;
}

.act-8 {
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .review-content p {
        font-size: 15px;
        line-height: 19px;
    }

    .ac-review-block {
        margin: 40px -15px 0;
    }

    .ac-review-item {
        padding: 8px;
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
        margin: 0 15px;
    }
}

@media screen and (max-width: 700px) {
    .ac-review-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ac-review-item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
        margin-bottom: 40px;
    }
}

.qwe header .mid-line-s a.logo img {
    max-width: 140px !important;
}

.qwe header .mid-line-s a.logo {
    background: unset !important;
    height: 155px !important;
}

@media screen and (max-width: 480px) {
    .act-7 .ac-block {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ac-review-block {
        margin: 40px 0px 0;
    }

    .ac-review-block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ac-review-item {
        width: 100%;
        max-width: unset;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 992px) {
    .ac-installation-page .tune-up-header .ac-tune-button {
        width: 225px;
    }
}

.qwe header .mid-line-s {
    border-bottom: none !important;
}

.qwe header .h-top-s {
    display: block !important;
}

@media screen and (max-width: 576px) {
    .qwe header .mid-line-s a.logo img {
        max-width: 60px !important;
        margin-top: 0px;
    }

    .qwe header .h-top-s {
        display: none !important;
    }

    .qwe header .mid-line-s a.logo {
        left: 55px !important;
        top: -101px !important;
        margin-left: 0 !important;
        width: 100px !important;
        background: unset !important;
        height: 57px !important;
        position: unset !important;
    }

    .tune-up-header a.phf {
        font-size: 19px;
    }

    .ac-installation-page .tune-up-header .ac-tune-button {
        width: 165px;
        margin-top: 12px;
    }

    .qwe header {
        min-height: 57px !important;
    }

    .tune-up-header {
        top: -49px!important;
        right: 10px;
    }
}

@media screen and (max-width: 480px) {
    .qwe header .mid-line-s a.logo img{
        height: 55px;
    }
    .qwe header .mid-line-s .m-bl-h-l {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .ac-installation-page .act-7 {
        padding-top: 25px;
    }

    .qwe header .mid-line-s .m-bl-h-l {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .ac-tune-button:before {
        width: -webkit-calc(50% + 4px);
        width: calc(50% + 4px);
        height: -webkit-calc(100% + 4px);
        height: calc(100% + 4px);
        left: -4px;
        top: -3px;
    }

    .ac-tune-button:after {
        width: -webkit-calc(50% + 4px);
        width: calc(50% + 4px);
        height: -webkit-calc(100% + 4px);
        height: calc(100% + 4px);
        right: -4px;
        top: -3px;
    }

    .act-block-left {
        padding-bottom: 65px;
    }

    .ac-tune-button {
        font-size: max(2.36486vw, 13px);
        line-height: max(2.36486vw, 18.95px);
        padding: 6px 15px;
    }

    .act-1 .h1 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .act-1 .ac-tune-button {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .act-1 {
        background: url(../../images/tune-up/headfoto-mob.jpg) no-repeat;
        background-size: cover;
    }

    .ac-tune-up-page .act-1 .outro-a {
        position: absolute;
        left: 215px;
        bottom: 32px;
        width: 118px;
        text-align: center;
    }

    .xr-line span {
        text-shadow: 0px 0px 4px #000000;
    }

    .xr-line span span {
        display: block;
    }

    .ac-tune-up-page .act-1 .ac-block {
        padding: 24px 15px;
    }

    .ac-tune-up-page .act-1 {
        position: relative;
    }

    .ac-tune-up-page .act-1 .h1 span {
        display: block;
    }

    .ac-tune-up-page .act-1 .h1 {
        text-align: right;
    }

    .ac-installation-page .act-1 {
        background: url(../../images/air-duct-cleaning-services-las-vegas.jpg) no-repeat;
      /*  background: url(../../images/ac-installation/slider-mob.jpg) no-repeat; */
        background-size: cover;
    }

}

.ac-installation-alt-h {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: block;
}

.ac-installation-alt-h.down {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ac-installation-alt-h-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ac-installation-alt-h-in a {
    line-height: 27px;
    color: white;
    font-size: 25px;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    display: block;
    width: 50%;
}

.ac-installation-alt-h-in a span {
    display: block;
}

.ac-installation-alt-h-in a:last-child {
    background: #0d5ba6;
}
.ac-installation-alt-h-in a:last-child:hover,
.ac-installation-alt-h-in a:last-child:focus {
    background: #0050d0;
    transition: .3s;
}
.ac-installation-alt-h-in a:first-child {
    background: #ff0000;
}
.ac-installation-alt-h-in a:first-child:hover,
.ac-installation-alt-h-in a:first-child:focus {
    background: #ff4d4d;
    transition: .3s;
}

.qwe .alt-head.active {
    display: none !important;
}

@media screen and (max-width: 576px) {
    .ac-installation-alt-h-in a {
        line-height: 19px;
        font-size: 15px;
    }
}

/*# sourceMappingURL=nrs2.css.map */
.areas_serve {
    display: flex;
    flex-direction: row-reverse !important;
}

.google-map-description {
    display: none !important;
}

.google_map_zip {
    padding: 5px 15px;
    max-width: 1700px;
    margin: auto;
}

.left-map {
    overflow: hidden;
}

.right-map {
    padding-right: 45px;
    width: 50% !important;
}

@media screen and (max-width: 992px) {
    .areas_serve {
        flex-direction: column-reverse !important;
    }

    .right-map {
        padding-right: 0px;
        width: 100% !important;
    }
}

/*default_popup2 start*/
.default_popup2.active + .side-menu__bg {
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    visibility: visible;
    opacity: 1;
}

.popup_body2 {
    padding: 15px;
    border: 1px solid #0d5ba6;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.default_popup2 {
    background: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    max-height: -webkit-calc(95vh - 60px);
    max-height: calc(95vh - 60px);
    max-width: 1280px;
    visibility: hidden;
    padding: 15px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 95vw;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
}

.default_popup2.active {
    z-index: 42;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    -webkit-animation-name: popupToggle;
    animation-name: popupToggle;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    animation: unset;
}

.popup_title2 h4 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    color: #0d5ba6;
}

.default_popup2.mini {
    max-width: 345px;
}

.default_popup2.mini .popup_close2 {
    top: -30px;
    width: 20px;
    height: 20px;
}

.default_popup2.medium {
    max-width: 850px;
}

.default_popup2.medium .popup_close2 {
    top: -32px;
    width: 22px;
    height: 22px;
}

.frm-btn-row {
    display: flex;
    justify-content: center;
}

.default_popup2.maxi {
    max-width: unset;
}

.default_popup2 .popup_content2 {
    position: relative;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    max-height: -webkit-calc(95vh - 175px);
    max-height: calc(95vh - 175px);
    background: white;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0px 0px;
}

.icon-close2 {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.icon-close2 span:before, .icon-close2 span:after {
    top: 40%;
    left: 0px;
}

.icon-close2 span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-close2 span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon-close2 span, .icon-close2 span:before, .icon-close2 span:after {
    cursor: pointer;
    border-radius: 1px;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    background: white;
    height: 3px;
}

.icon-close2 span {
    background: transparent;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    border-radius: 50%;
}

@media screen and (max-width: 576px) {
    .icon-close2 {
        width: 25px;
        height: 25px;
        border: none;
    }
}

.default_popup2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.default_popup2::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}

.default_popup2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #757575;
}

.side-menu__bg_popup2 {
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 41;
    visibility: hidden;
    display: block;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}

.default_popup2.active + .side-menu__bg_popup2 {
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -o-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    visibility: visible;
    opacity: 1;
}

.default_popup2 .bottom_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.default_popup2 .popup_close2 {
    position: absolute;
    top: -50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    right: 0px;
    cursor: pointer;
    width: 41px;
    height: 41px;
}

@media screen and (max-width: 576px) {
    .default_popup2 {
        max-height: 88vh;
        max-height: -webkit-calc(var(--vh, 1vh) * 80);
        max-height: calc(var(--vh, 1vh) * 80);
    }

    .default_popup2 .popup_content2 {
        max-height: calc(90vh - 175px);
    }
}

@-webkit-keyframes popupToggle {
    0% {
        -webkit-transform: translate(-50%, -10%) scale(0, 0);
        transform: translate(-50%, -10%) scale(0, 0);
    }
    25% {
        -webkit-transform: translate(-50%, -20%) scale(0.4, 0.05);
        transform: translate(-50%, -20%) scale(0.4, 0.05);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

@keyframes popupToggle {
    0% {
        -webkit-transform: translate(-50%, -10%) scale(0, 0);
        transform: translate(-50%, -10%) scale(0, 0);
    }
    25% {
        -webkit-transform: translate(-50%, -20%) scale(0.4, 0.05);
        transform: translate(-50%, -20%) scale(0.4, 0.05);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1, 1);
        transform: translate(-50%, -50%) scale(1, 1);
    }
}

/*default_popup2 end*/
body.locked {
    position: relative;
    overflow: hidden;
    height: 100%;
}

body.locked .qwe {
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    height: 100%;
}

@media screen and (max-width: 576px) {

    .contacts__form .form-col2 {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .contacts__form .form-col2:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {


    .default_popup2.promo-popup .popup_content2 {
        max-height: calc(100% - 60px);
    }

    .default_popup2.promo-popup .popup_close2 {
        top: 6px;
        right: 6px;
    }

    .default_popup2.promo-popup {
        z-index: 1002;
        left: 0;
        animation: unset;
        right: 0;
        transform: unset;
        top: 0;
        bottom: 0;
        max-width: unset;
        width: unset;
        max-height: unset;
        height: unset;
    }

    .default_popup2.promo-popup .icon-close2 {
        background: white;
    }

    .default_popup2.promo-popup .icon-close2 span:before,
    .default_popup2.promo-popup .icon-close2 span:after {
        background: black;
    }
}

.qwe section {
    min-height: unset !important;
}


@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer {
        position: relative;
    }

    .qwe footer .top-f {
        height: 255px;
        background: #4166ab url("/images/f-top-bg.jpg") center center;
    }

    .qwe footer .top-f .c-t-f {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .qwe footer .top-f .c-t-f .bl {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .qwe footer .top-f .c-t-f .bl .line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .qwe footer .top-f .c-t-f .bl .line:last-child {
        margin-top: 22px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: -20px;
    }

    .qwe footer .top-f .c-t-f .bl .line .adress {
        color: #fff;
        text-align: left;
        margin-top: 20px;
        font-size: 18.85px;
        margin-right: 67px;
        font-family: "leelawad";
    }

    .qwe footer .top-f .c-t-f .bl .line .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .qwe footer .top-f .c-t-f .bl .line .social .s {
        width: 50px;
        height: 48px;
        margin-right: 25px;
        background: url(/images/svg/logo_social.svg) 0px 0px;
        background-size: 237px;
    }

    .qwe footer .top-f .c-t-f .bl .line .social .s.s1 {
        width: 28px;
    }

    .qwe footer .top-f .c-t-f .bl .line .social .s.s2 {
        width: 33px;
        background-position: -37px -4px;
    }

    .qwe footer .top-f .c-t-f .bl .line .social .s.s3 {
        width: 35px;
        background-position: -89px -4px;
    }

    .qwe footer .top-f .c-t-f .bl .line .social .s.s4 {
        background-position: -145px -4px;
        background-size: 249px;
    }

    .qwe footer .top-f .c-t-f .bl .line .social .s.s5 {
        width: 38px;
        background-size: 239px;
        background-position: -201px 1px;
    }

    .qwe footer .top-f .c-t-f .bl .line .logo-f img {
        max-width: 176px;
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section {
        text-align: center;
        margin-left: 12px;
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section .button {
        width: 256px;
        height: 57px;
        display: block;
        margin: 0 auto;
        color: #234b6f;
        font-size: 18px;
        line-height: 57px;
        position: relative;
        background-color: #fff;
        font-family: "leelawad";
        text-transform: uppercase;
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section .button:hover {
        color: #fff;
        background-color: #ed5656;
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section .button:hover:before {
        border: 2px solid #fff;
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section .button:before {
        content: " ";
        top: 5px;
        left: 5px;
        width: 241px;
        height: 43px;
        display: block;
        position: absolute;
        border-radius: 3px;
        border: 2px solid #264d71;
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section .b-links {
        color: #fff;
        margin-top: 15px;
        font-family: "leelawad";
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section .b-links a {
        color: #fff;
        font-size: 15.52px;
        font-family: "leelawad";
    }

    .qwe footer .top-f .c-t-f .bl .line .button-f-section .b-links a:hover {
        text-decoration: underline;
    }

    .qwe footer .top-f .c-t-f .bl .line .tell-footer {
        color: #fff;
        font-size: 66.63px;
        margin-bottom: 23px;
        font-family: "oswaldR";
    }

    .qwe footer .top-f .c-t-f .bl OL.quick-links {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .qwe footer .top-f .c-t-f .bl OL.quick-links li {
        color: #fff;
        margin-top: 14px;
        text-align: right;
        font-size: 18.36px;
        font-family: "leelawdb";
    }

    .qwe footer .top-f .c-t-f .bl OL.quick-links li:first-child {
        padding-top: 12px;
    }

    .qwe footer .top-f .c-t-f .bl OL.quick-links li a {
        color: #fff;
        font-family: "leelawad";
    }

    .qwe footer .top-f .c-t-f .bl OL.quick-links li a:hover {
        text-decoration: underline;
    }

    .qwe footer .bottom-f {
        height: 70px;
        background-color: #334e81;
    }

    .qwe footer .bottom-f .copyright {
        color: #fff;
        font-size: 14px;
        text-align: left;
        padding-top: 30px;
        font-family: "OpenSans";
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl:last-child {
        display: none;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl .line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl .line:last-child {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl .line .adress {
        display: none;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl .line .logo-f {
        display: none;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl .line .button-f-section {
        margin-top: 32px;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl .line .tell-footer {
        font-size: 47px;
        margin-bottom: 0px;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .top-f .c-t-f .bl OL.quick-links {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    .ac-installation-page .act-2.cstm .h2 {
        font-size: max(3.12162vw, 25px);
        line-height: max(4vw, 28px);
    }
}

@media screen and (max-width: 1107px) {
    .qwe .center {
        width: 100%;
    }
}

@media only screen
and (min-device-width: 480px)
and (max-device-width: 992px) {
    .qwe footer .bottom-f .copyright {
        padding: 30px;
        padding-top: 15px;
        padding-bottom: 0;
        text-align: center;
    }
}





.rev-itm-25{position:relative;margin:0 25px;display:flex;align-items:center;}
.rev-itm-25:after{content:"";position:absolute;top:12px;display:block;width:2px;height:30px;background:#0270d2;right:-25px;}
.rev-itm-25 p + img{min-width:25px;width:32px;margin-right:15px;}
.rev-itm-25 .img img{min-width:50px;width:130px;display:block;margin:0 10px;}
.rev-itm-25 .img{margin-right:20px;}
.rev-itm-25 a{white-space:nowrap;color:black;font-size:29px;}
.rev-itm-25 a:hover,.rev-itm-25 a:focus{text-decoration:underline;}
.rev-itm-25 p{font-family:GothamProBlack;font-size:48px;color:black;}
.rev-itm-25.rev-yelp .img img{width:110px;}
.rat-st-count{display:flex;align-items:center;}
.social-xr{display:flex;align-items:center;margin-bottom:35px;}
.social-xr .rev-itm-25{margin:0 55px 0 0;}
.social-xr .rev-itm-25:after{top:6px;background:white;}
.social-xr .rev-itm-25:last-child{margin-right:0;}
.social-xr .rev-itm-25:last-child:after{display:none;}
.social-xr .rev-itm-25 p{font-size:35px;color:white;}
.social-xr .rev-itm-25 p + img{margin-right:5px;}
.social-xr .rev-itm-25 .img img{width:110px;}
.social-xr .rev-itm-25 a{font-family:GothamProThin;color:white;font-size:23px;}
.social-xr .rev-itm-25.rev-yelp .img img{width:85px;}
.text-slider{user-select:none;padding:45px 60px;box-sizing:border-box;max-width:1700px;margin:auto;position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 30%, rgba(255, 255, 255, 0) 100%);}
.text-slider .h1{margin-top:0px;font-family:GothamProBlack;color:white;font-weight:900;max-width:720px;margin-bottom:35px;font-size:max(2.5vw, 25px);line-height:max(2.6vw, 33.75px);}
.xr{margin-bottom:35px;}
.xr-line{margin-bottom:15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.xr-line span{color:white;font-size:max(1.4vw, 17px);line-height:max(2.10811vw, 22.95px);font-style:italic;}
@media (min-width: 1600px){
    .xr-line span{font-size:28px;line-height:35px;}
}
.xr-line img{max-width:25px;margin-right:15px;width:6vw;}
@media (max-width: 1600px) and (min-width: 770px){
    .text-slider .h1{margin-bottom:10px;}
    .social-xr{margin-bottom:15px;}
}
@media (max-width: 1367px) and (min-width: 770px){
    .text-slider .h1 span{display:block;}
    .text-slider{padding:20px 50px;}
    .social-xr .rev-itm-25 p{font-size:21px;}
    .rev-itm-25 p + img{min-width:19px;width:19px;}
    .social-xr .rev-itm-25 .img img{width:80px;margin:0 4px;}
    .social-xr .rev-itm-25 a{font-size:16px;}
    .rev-itm-25 .img{margin-right:6px;}
    .social-xr .rev-itm-25.rev-yelp .img img{width:60px;}
    .social-xr .rev-itm-25:after{top:-1px;}
    .social-xr{margin-bottom:8px;}
    .text-slider .h1{margin-bottom:6px;max-width:700px;}
}
@media (max-width: 1150px){
    .text-slider{padding:15px 15px;}
}
@media (max-width: 1080px){
    .xr-line img{max-width:18px;margin-right:10px;}
    .xr-line{margin-bottom:8px;}
}
@media (max-width: 736px) and (min-width: 481px){
    .text-slider{display:none!important;}
    .text-slider .h1 span{display:block;}
    .xr-line span{font-size:16px;line-height:25px;}
    .text-slider .h1{max-width:unset;font-size:25px;line-height:35px;text-shadow:0px 0px 10px #000000;}
}
@media screen and (max-width: 650px){
    .xr-line img{margin-right:10px;}
    .xr{margin-bottom:20px;}
}
@media (max-width: 480px){
    .xr{max-width:82%;}
    .text-slider{background:url(https://nrs.vegas/images/tune-up/headfoto-mob.jpg) no-repeat;background-size:cover;padding:30px 15px;}
    .text-slider .h1 span{display:block;}
    .text-slider .h1{margin-bottom:60px;}
    .xr-line span{font-size:15px;line-height:17px;}
    .text-slider .h1{text-align:right;font-size:22px;line-height:30px;margin-bottom:5px;}
}
@media (max-width: 370px){
    .text-slider .h1{font-size:18px;line-height:23px;}
    .text-slider{background-size:cover;}
}
@media (max-width: 350px){
    .text-slider .h1{font-size:16px;line-height:21px;}
}
/*! CSS Used from: https://nrs.vegas/css/landing-media25.css?42ddf8e6c3e5fe919ac6e65735873cb5 */
@media screen and (max-width: 1480px){
    .rev-itm-25:after{top:7px;}
    .rev-itm-25 p{font-size:35px;}
    .rev-itm-25 a{font-size:17px;}
}
@media screen and (max-width: 880px){
    .rev-itm-25:after{display:none;}
    .rev-itm-25 p + img{margin-right:0;}
    .rev-itm-25{flex-direction:column;width:calc(50% - 50px);margin:0 25px 30px;}
    .rev-itm-25 .img{margin:10px 0 10px 0;}
}
@media screen and (max-width: 480px){
    .xr{position:absolute;bottom:95px;left:15px;}
    .rev-itm-25{width:calc(50% - 20px);margin:0 10px 30px;}
    .rev-itm-25 a{font-size:15px;}
    .rev-itm-25 p + img{min-width:25px;width:25px;}
    .rev-itm-25 .img img{width:100px;}
    .rev-itm-25.rev-yelp .img img{width:75px;}
    .rev-itm-25 p{font-size:29px;}
    .social-xr .rev-itm-25 p{font-size:18px;}
    .social-xr .rev-itm-25 p + img{min-width:14px;width:14px;}
    .social-xr .rev-itm-25 .img img{width:45px;margin-right:0;}
    .social-xr .rev-itm-25 .img{margin:0px 0 0px 0;}
    .social-xr{margin-bottom:140px;}
    .social-xr{flex-direction:column;align-items:flex-end;}
    .social-xr .rev-itm-25{margin:0 0 10px 0;}
    .social-xr .rev-itm-25.rev-yelp .img img{width:45px;}
    .social-xr .rev-itm-25 a{font-size:14px;width:100%;text-align:right;}
    .social-xr .rev-itm-25{flex-direction:row;flex-wrap:wrap;justify-content:flex-end;}
}
@media screen and (max-height: 700px){
    .xr{bottom:65px;}
}
@media screen and (max-width: 405px) and (min-width: 390px){
    .social-xr{margin-bottom:130px;}
}
@media screen and (max-width: 390px){
    .social-xr{margin-bottom:130px;}
}
@media screen and (max-width: 370px){
    .social-xr{margin-bottom:155px;}
}