@charset "UTF-8";

@font-face {
    font-display: swap;
    font-family: 'OpenSans-Regular'
        src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans-SemiBold';
    src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans-Light';
    src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans-Bold';
    src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat-Bold';
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat-Medium';
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat-Regular';
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Montserrat-SemiBold';
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}

body {
    font-display: swap;
}

#banner-war-ukraine
{
width:75%;
height:auto;
background:#212121;
margin:0 auto;
position: relative;
}

.sh-box {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    background: #fff;
}

.sh-pages {
    margin: 0;
    padding: 0;
    font: 18px/1.2 sans-serif;
    width: 300px;
}

.sh-pages a {
    display: block;
    padding: 5px;
}

.sh-pages a:hover {
    text-decoration: underline;
}

.slick-slide,
.slick-slide a {
    outline: none;
}

.slick-slider {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.cc-banner.cc-top
{
	z-index:1;
}

.mfp-bg {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
}

.mfp-wrap {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    height: auto !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.mfp-wrap::-webkit-scrollbar {
    width: 0px;
}


.mfp-content {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    overflow: auto;
}
html.mp_opened {
    overflow: hidden;
}

a,
button {
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
    color: inherit;
    cursor: pointer;
}

a:hover,
button:hover {
    text-decoration: none;
}

a:focus,
button:focus {
    outline: 0;
}

button {
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
}

img.size-full {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul a {
    display: inline-block;
}

input,
textarea {
    outline: none;
    box-shadow: none !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
    box-shadow: none;
}

b,
strong {
    font-weight: normal;
    font-family: "OpenSans-Bold", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

a,
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    height: 100%;
    overflow-x: hidden;
    margin-top: 0 !important;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 137px 0 0;
    min-width: 320px;
    min-height: 100%;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    background: #fff;
    overflow-x: hidden;
}

.slinks a {
    position: relative;
}

.slinks a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translate(-50%);
    width: calc(100% - 12px);
    height: 1px;
    background: transparent;
    transition: all 0.2s;
}

.slinks a:hover:before {
    background: #fff;
}

.news-template #textniz
{
padding-top: 0px;
}

#textniz p
{
color: #767676;
}

#textniz a.black-link
{
	color:#000;
	text-decoration:underline;
}

#newonly
{
    color: #767676;
    font-family: OpenSans-Regular, sans-serif;
	margin-left:10px;
	margin-top:10px;
	font-size: 12px;
}

@media (min-width: 992px) {
    .container {
        max-width: 868px;
    }
}

.container-fluid {
    padding: 0 45px;
    max-width: 2158px;
}

.footer__top .container-fluid
{
	width:1100px;
}

.sbtn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    max-width: 100%;
    min-height: 53px;
    border: 1px solid #000;
    border-radius: 100px;
    font: 15px/1.4 "OpenSans-Bold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    overflow: hidden;
}

.sbtn:hover {
    color: #fff;
    border-color: #dc0e0e;
    background: #dc0e0e;
}

.sbtn:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    -webkit-animation: blick 5s infinite;
    animation: blick 5s infinite;
}

@-webkit-keyframes blick {
    0% {
        transform: translate(-100%, -25%) rotate(10deg);
    }

    20% {
        transform: translate(100%, -25%) rotate(10deg);
    }

    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}

@keyframes blick {
    0% {
        transform: translate(-100%, -25%) rotate(10deg);
    }

    20% {
        transform: translate(100%, -25%) rotate(10deg);
    }

    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}

.sbtn_red {
    border-color: #F23535;
    color: #fff;
    background: #F23535;
}

.sbtn_red-inv {
    border-color: #F23535;
    color: #F23535;
    background: transparent;
}

.wtd-form {
    position: relative;
    padding: 0 0 0 49px;
    max-width: 280px;
    height: 38px;
}

.wtd-form__btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #F23535 url("../img/1/write.svg") center/20px auto no-repeat;
}

.wtd-form__input {
    display: block;
    padding: 0 18px;
    width: 100%;
    height: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 100px;
    font: 14px/1 "OpenSans-Regular", sans-serif;
    color: #000;
    background: #FFFFFF;
}

.wtd-form__input::-webkit-input-placeholder {
    color: #767676;
}

.wtd-form__input:-moz-placeholder {
    color: #767676;
}

.wtd-form__input::-moz-placeholder {
    color: #767676;
}

.wtd-form__input:focus {
    border-color: #F23535;
}

.wtd-form__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stitle {
    margin: 0 0 1em;
    font: 33px/1.2 "Montserrat-SemiBold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}

.header__box {
    display: flex;
    flex-wrap: wrap;
    padding: 63px 0 30px;
    transition: all 0.3s;
}

.header__box>* {
    display: flex;
    align-items: center;
}

.header__box>*:nth-child(1) {
    width: 200px;
}

.header__box>*:nth-child(3) {
    display: none;
    width: calc(100% - 200px);
}

.header_scrolled {
    border-bottom: 1px solid #ccc;
}

.header_scrolled .header__box {
    padding: 20px 0;
}

.header__nav {
    flex-wrap: wrap;
    align-content: flex-start;
    width: calc(100% - 200px);
}

.header__nav>* {
    position: relative;
    display: flex;
    align-items: center;
}

.header__nav>*:nth-child(1) {
    justify-content: center;
    width: calc(100% - 200px);
}

.header__nav>*:nth-child(2) {
    justify-content: flex-end;
    width: 200px;
}

.header__nav .header__logo {
    display: none;
}

.submenu-btn {
    display: none;
}

.header__logo {
    display: inline-block;
    margin: 0 0 0 6px;
    width: 166px;
}

.header__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    font: 12px/1.4 "Montserrat-Medium", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.header__menu>li {
    position: relative;
    margin: 0 2px;
}

.header__menu>li._active>a,
.header__menu>li.current-menu-item>a,
.header__menu>li.current-page-ancestor>a,
.header__menu>li.current_page_parent>a,
.header__menu>li.current-post-ancestor>a {
    color: #fff !important;
    background: #000 !important;
}

.header__menu>li._active .submenu-btn:before,
.header__menu>li.current-menu-item .submenu-btn:before,
.header__menu>li.current-page-ancestor .submenu-btn:before,
.header__menu>li.current_page_parent .submenu-btn:before,
.header__menu>li.current-post-ancestor .submenu-btn:before {
    color: #fff;
}

.header__menu>li>a {
    padding: 11.5px 13px;
}

.header__menu>li>a:before {
    width: 0;
}

.header__menu>li ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 24px 0 19px;
    min-width: 100%;
    font: 14px/1.4 "OpenSans-Regular", sans-serif;
    text-align: left;
    white-space: nowrap;
    color: #B0B0B0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s;
}

.header__menu>li ul.submenu_big {
    /*
  -moz-columns: 3;
       columns: 3;
  -moz-column-gap: 0;
       column-gap: 0;
*/
}

#menu-item-76925,
#menu-item-76926,
#menu-item-76927 {
    display: none;
}

.header__menu>li ul a {
    display: block;
    padding: 2.5px 20px 2.5px 20px;
    border: 1px solid transparent;
    text-transform: none;
}

.header__menu>li ul a:before {
    display: none;
}

.header__menu>li ul a:hover {
    text-decoration: underline;
}

.header__menu>li:hover>a {
    color: #fff;
    background: #000;
}

.header__menu>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.header__phone {
    flex-shrink: 0;
    display: inline-block;
    align-items: center;
    padding: 8px;
    padding-left: 26px;
    font: 18.25px/1.5 "OpenSans-Regular", sans-serif;
    white-space: nowrap;
    background: url("../img/header/phone.svg") 0 center/15px auto no-repeat;
    color: #E10000;
}

.header__search {
    flex-shrink: 0;
    position: relative;
    margin: 0 -9px 0 5px;
    width: 38px;
    height: 38px;
}

.header__search-input {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0;
    width: 0;
    height: 100%;
    border: 0;
    border-radius: 100px;
    font: 14px/1 "OpenSans-Regular", sans-serif;
    color: #000;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
}

.header__search-input::-webkit-input-placeholder {
    color: transparent;
}

.header__search-input:-moz-placeholder {
    color: transparent;
}

.header__search-input::-moz-placeholder {
    color: transparent;
}

.header__search-input:focus::-webkit-input-placeholder {
    color: #767676 !important;
}

.header__search-input:focus:-moz-placeholder {
    color: #767676 !important;
}

.header__search-input:focus::-moz-placeholder {
    color: #767676 !important;
}

.header__search-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url("../img/header/search.svg") center/21px auto no-repeat;
}

.header__search_active .header__search-input {
    padding: 0 38px 0 15px;
    width: 250px;
    border: 1px solid #C9C9C9;
}

.header__search_active .header__search-input::-webkit-input-placeholder {
    color: #767676;
}

.header__search_active .header__search-input:-moz-placeholder {
    color: #767676;
}

.header__search_active .header__search-input::-moz-placeholder {
    color: #767676;
}

.header__menu-btn-wrapper {
    display: none;
}

.header__contacts {
    position: relative;
}

.header__contacts .contacts-list {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 10px 20px;
    border: 1px solid #ccc;
    font: 14px/1.2 "OpenSans-Regular", sans-serif;
    color: #000;
    background: #fff;
}

.header__contacts-btn {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    background: transparent;
}

.header__contacts-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: url("../img/header/arrow.svg") center/20px auto no-repeat;
    transition: all 0.3s;
}

.header__contacts_opened .header__contacts-btn:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.main {
    flex-grow: 1;
}

.s1 {
    margin: 0 0 124px;
}

.s1__box {
    display: flex;
    flex-wrap: wrap-reverse;
    background: url("../img/1/window-cleaning-new-york.jpg") center/cover no-repeat;
}

#to-top {
    width: 50px;
    height: 52px;
    text-align: center;
    margin: 30px;
    position: fixed;
    bottom: 70px;
    right: 3px;
    z-index: 1000;
    background: url(../img/5/up.png) no-repeat center;
    text-indent: -999em;
}

#iconsrewiew {
    width: 100%;
    height: 200px;
}

#iconsrewiew h2 {
    color: #F23535;
}

#googlereviews {
    width: 181px;
    height: 181px;
    float: left;
    margin: 0px 20px 0px 0px;
    background: url(../img/1/google-reviews-logo.png) no-repeat center;
}

#yelp {
    width: 181px;
    height: 181px;
    float: left;
    margin: 0px 20px 0px 0px;
    background: url(../img/1/yelp-logo.png) no-repeat center;
}

#birdeye {
    width: 181px;
    height: 181px;
    float: left;
    margin: 0px 0px 0px 0px;
    background: url(../img/1/birdeye-logo.png) no-repeat center;
}

ul, ol {

}

.s27__box ul, .s27__box ol {
  overflow: hidden;
}

img.alignright { 
    float: right; 
    margin: 0 0 20px 20px; 
}

img.alignleft { 
    float: left; 
    margin: 0 20px 20px 0; 
}

img.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
	max-width:100%;
}

.alignright { 
    float: right; 
}

.alignleft { 
    float: left; 
}

.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto;
max-width:100%;	
}

.s1__box>*:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 39.9%;
}

.s1__box>*:nth-child(2) {
    position: relative;
    padding: 77px 0 85px;
    width: 60.1%;
    min-height: 674px;
}

.s1__text {
    margin: 0 0 85px;
    width: 100%;
}

.s1__title {
    margin: 0 0 22px;
    font: 50px/1.1 "Montserrat-Regular", sans-serif;
}

.s1__title span.red
{
color:#dc0e0e;
}

.s1__title span.bold
{
font: 50px/1.1 "Montserrat-Bold", sans-serif;
}

.s1__title b {
    font: 1.2em/1.3 "Montserrat-Bold", sans-serif;
    color: #F1001D;
}

.s1__subtitle {
    margin: 0;
    font: 20px/1.35 "OpenSans-Regular", sans-serif;
}

.s1__btn {
    display: flex;
    margin: 0 0 40px;
    width: 293px;
}

.s1__form {
    margin: 0 0 26px 6.3%;
}

.s1__list {
    position: absolute;
    left: 1px;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 5%;
    width: 100%;
    max-width: 100%;
    height: 85px;
    background: #fff;
}

.s1__list>* {
    width: 33.33%;
}

.s1__list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font: 14px/1.4 "OpenSans-Regular", sans-serif;
}

.s1__list-item>a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s1__list-icon {
    flex-shrink: 0;
    width: 57px;
}

.s1__list-icon:first-child img
{
margin-right:5px;
}

.s1__list-text {
    width: calc(100% - 57px);
}

.s1__list-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s2 {
    margin: 87px 0;
}

.s2__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2__box>*:nth-child(1) {
    padding: 0 70px 0 0;
    width: 35% /*283px*/;
}

.s2__box>*:nth-child(2) {
    width: 65% /*calc(100% - 283px)*/;
}

.s2__title>* {
    display: block;
    margin: 0 0 0.5em;
    font-size: 0.48em;
    line-height: 1;
    color: #F23535;
}

.s2__subtitle {
    margin: 40px 0 0;
    font: 20px/1.5 "OpenSans-Regular", sans-serif;
}

.s2__text {
    margin: 27px 0 0;
    font: 17px/1.5 "OpenSans-Regular", sans-serif;
    color: #929292;
}

.s2__list-item {
    margin: 0 0 -1px;
}

.s2__list-item:nth-child(1) .s2__list-top {
    border-top-color: transparent;
}

.s2__list-item_active .s2__list-arrow {
    border-color: #F23535;
    background: #F23535 url("../img/2/arrow_white.svg") center/8px auto no-repeat;
}

.s2__list-top {
    position: relative;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.s2__list-main
{
margin:40px 0px;
}

.s2__list-title
{
    margin: 0;
    padding: 10px 40px 10px 0;
    font: 15px/1.4 "OpenSans-SemiBold", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.s12 .accordions-head-title
{
    margin: 0;
    padding: 10px 40px 10px 0;
    font: 15px/1.4 "OpenSans-SemiBold", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
	color:#000 !important;
}

.s12 .accordions-head
{
	border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
	background:none !important;
}

.s12 .accordion-icons
{
display:none;
}

.s2__list-arrow {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 50%;
    background: url("../img/2/arrow_black.svg") center/8px auto no-repeat;
    z-index: -1;
}

.s17__list-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 50%;
    background: url("../img/2/arrow_black.svg") center/8px auto no-repeat;
    z-index: 1;
}

.s40__list-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 50%;
    background: url("../img/2/arrow_black.svg") center/8px auto no-repeat;
    z-index: 1;
}

.s41__list-arrow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 50%;
    background: url("../img/2/arrow_black.svg") center/8px auto no-repeat;
    z-index: 1;
}

.s17-item.s17-item_active .s17-item__heading span.s17__list-arrow
{
display:none;
}

.s40-item.s40-item_active .s40-item__heading span.s40__list-arrow
{
display:none;
}

.s41-item.s41-item_active .s41-item__heading span.s41__list-arrow
{
display:none;
}

.s2__list-main {
    display: none;
}

.s2__list-box {
    display: flex;
    flex-wrap: wrap-reverse;
    padding: 40px 0 32px;
}

.s2__list-box>*:nth-child(1) {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
}

.s2__list-box>*:nth-child(2) {
    width: 400px;
}

.s2__list-box_2 {
    padding: 40px 0;
}

.s2__list-link {
    align-self: flex-end;
    display: inline-block;
    margin: 0 0 -5px -6px;
    padding: 0px;
    padding-right: 27px;
    font: 15px/1.4 "OpenSans-SemiBold", sans-serif;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
    color: #000;
    background: url("../img/2/arrow_red.svg") right center no-repeat;
}

h3.s2__list-title .s2__list-link
{
background:none;
}

.s2__list-box .s2__list-link
{
color:#F23535;
font: 15px/1.4 "OpenSans-Regular", sans-serif;
text-transform: inherit;
}

.wide-menu-wrapper ul {
    position: static !important;
}

.wide-menu-wrapper ul li {
    position: static !important;
}

.wide-menu-wrapper ul {
    opacity: 1 !important;
    visibility: visible !important;
}

.wide-menu-wrapper {
    float: left;
    width: 100%;
}

.wide-menu-wrapper ul {
    float: left;
    width: 240px !important;
    height: 250px;
    left: 0px !important;
}

.logoimg {
    width: 140px;
    height: 140px;
    text-align: center;
}

.s6-item__img img {
    max-width: 140px;
}

.line-break {
    width: 50px;
    height: 3px;
    background: #F74741;
    margin: 0px 0px 0px 15px;
}

.s6-item__img h3 {
    color: #808080;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 5px 15px;
    font-size: 13px;
    height: 105px;
    overflow: hidden;
	font: 15px/1.4 "OpenSans-Regular", sans-serif;
	line-height:143%;
	width:60%;
}


#footermobtel,
.page-template-service-new div.h2s6 {
    display: none;
}


.line-desc {
    color: #000;
    margin: 25px 0px 0px 15px;
	font: 15px/1.4 "OpenSans-Bold", sans-serif;
	line-height:143%;
}

.s2__list-text {
    margin: 0;
}

.s2__list-icon {
    width: 100px;
    height: 100px;
}

.s2__list-icon img {
    max-height: 100%;
}

.s2__btn {
    margin: 55px 0 0;
    width: 268px;
}

.s2__box-img-wrap {
    display: flex;
    flex-direction: row-reverse;
}

.s2__box-img {
    flex-shrink: 0;
    position: relative;
    width: 524px;
}

.s2__box-img span {
    display: block;
    padding: 55.8% 0 0;
}

.s2__box-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s3 {
    margin: 0 0 90px;
    overflow: hidden;
}

.s3 .container-fluid {
    max-width: 100% !important;
	padding:0px;
}

.s3__box {
    display: flex;
    flex-wrap: wrap;
}

.s3__box>*:nth-child(1) {
    position: relative;
    padding: 120px 8% 160px 0;
    width: 100%;
    min-height: 415px;
    color: #fff;
}

#s3blackbox
{
width:800px;
margin:0px auto;
}
#s3-build-box
{
width:1010px;
margin:-115px auto 30px auto;
padding:30px;
color:#767676;
}

#s3-build-box ul.casesitems
{
width:100%;
}

#s3-build-box ul.casesitems li
{
width:40%;
float:left;
padding:0px 30px 30px 30px;
margin:0px;
text-align:center;
background:#FFF;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
-webkit-box-shadow: 0px 0px 30px 0px #B0B0B0;
-moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
box-shadow: 0px 0px 30px 0px #B0B0B0;
}

#s3-build-box ul.casesitems li:nth-child(1)
{
margin:0px 5% 0px 0px;
}

#s3-build-box ul.casesitems li:nth-child(2)
{
margin:0px 0px 0px 5%;
}

.s3__box>*:nth-child(1):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #000;
}

.s3__box>*:nth-child(2) {
    position: relative;
    padding: 78px 0 60px 7px;
    width: 68%;
}

.s3__box>*:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: none;/*#F7F7F7;*/
}

.s3__title {
    position: relative;
    margin: 0 0 55px;
    letter-spacing: normal;
}

.s3__text {
    position: relative;
    font: 20px/1.45 "OpenSans-Light", sans-serif;
}

.s3__text>* {
    margin: 0 0 1.45em;
}

.s3__text>*:last-child {
    margin: 0;
}

.s3__text b {
    color: #F23535;
}

.s3__arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 14% 59px 0;
}

.s3__arrow {
    display: inline-block;
    width: 40px;
    height: 60px;
}

.s3__arrow_left {
    margin: 0 45px 0 0;
    background: url("../img/3/arrow_left.svg") center/23px auto no-repeat;
}

.s3__arrow_right {
    background: url("../img/3/arrow_right.svg") center/23px auto no-repeat;
}

.s3__items {
    position: relative;
    display: flex;
    margin-right: -3.5714vw;
}

.s3__items.slick-slider {
    display: block;
}

.s3__items-box {
    padding: 0 15%;
    width: 44.643vw;
    max-width: 625px;
}

.s3-item {
    margin: 0 auto;
    text-align: center;
}

.s3-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 8px 0px 8px;
    height: 100px;
}

.s3-item__img img {
    max-height: 100%;
}

.s3-item__title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1em;
    min-height: 2.56em;
    font: 25px/1.28 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    overflow: hidden;
	color:#000;
}

.s3-item__text {
    margin: 0 0 28px;
    font: 15px/1.6 "OpenSans-Regular", sans-serif;
    height: 225px;
    overflow: hidden;
	color:#767676;
}

.s3-item__btn {
    width: 268px;
}

.s4 {
    margin: 100px 0px 50px 0px;
    overflow: hidden;
}

.container-s4
{
width:90%;
margin:0px auto;
}

.s4__top {
    margin: 0 0 60px;
    max-width: 600px;
}

.s4__title {
    margin: 0 0 42px;
    line-height: 1.32;
}

.s4__subtitle {
    margin: 0;
    font: 20px/1.4 "OpenSans-Regular", sans-serif;
}

.s4__subtitle b {
    font-family: "OpenSans-SemiBold", sans-serif;
    color: #F23535;
}

.s4__items {
    display: flex;
    margin: 0 0 61px -35px;
    width: 100vw;
}

.grecaptcha-badge {
    visibility: hidden;
}

.s4__items.slick-slider {
    display: block;
}

.s4__items.slick-slider .slick-track {
    display: flex;
}

.s4__items.slick-slider .slick-slide {
    height: auto;
    flex: 0 0 auto;
}

.s4 .container
{
padding-right: 0px;
padding-left: 0px;
}

.s4__items-box {
    display: flex;
    min-height: 100%;
    padding: 5px 5% 5px 5%;
    width: 54.9vw;
    max-width: 768px;
}

.s4-item {
    padding: 44px 6% 38px 19%;
	margin:30px 0px;
    border-radius: 20px;
    background: url("../img/4/quotes.png") 7.7% 44px/37px auto no-repeat;
	-webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #b0b0b0;
}

.s4-item__text {
    margin: 0;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
	color:#767676;
}

.s4-item__author {
    margin: 30px 0 0;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
}

.s4-item__author b {
    display: block;
    margin: 0 0 3px;
    font-size: 22px;
}

.s4__bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s4__arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 66px 0 0;
}

.s4__arrow {
    display: inline-block;
    width: 40px;
    height: 53px;
}

.s4__arrow_left {
    margin: 0 45px 0 0;
    background: url("../img/4/arrow_left.svg") center/23px auto no-repeat;
}

.s4__arrow_right {
    background: url("../img/4/arrow_right.svg") center/23px auto no-repeat;
}

.s4__btn {
    width: 268px;
}

.s5 {
    margin: 50px 0px 130px 0px;
    overflow: hidden;
}

.s5__list>* {
    margin: 0 0 115px;
}

.s5__list>*:last-child {
    margin: 0;
}

.s5-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s5-item #h5_link
{
float:left;
margin:0px 0px 0px 0px;
}

.s5-item>*:nth-child(1) {
    width: 55%;
	margin-right:5%;
}

.s5-item>*:nth-child(2) {
    width: 40%;
}

.s5-item_left>*:nth-child(1) {
    padding: 0 105px 0 0;
}

.s5-item_right {
    flex-direction: row-reverse;
}

.s5-item_right>*:nth-child(1) {
    padding: 0 0 0 105px;
}

.s5-item_right>*:nth-child(2) {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.s5-item__num {
    display: block;
    margin: 0 0 2px -26px;
    font: 20px/1 "OpenSans", sans-serif;
    letter-spacing: 0.03em;
    color: #F23535;
	position:relative;
	z-index:2;
}

.s5 .container {
    max-width: 1000px;
}

.page-template-caulking-services .s5 .container {
    max-width: 1100px;
}

.page-template-caulking-services .s5-item_right>*:nth-child(2)
{
display:block;
}

.s5-item__title {
    margin: 0 -33px 1.42em 0;
    font: 26px/1.39 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
}

.s5-item__title span
{
color:#F23535;
}

.s5-item__text {
    margin: 0 0 2em;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
	color:#787878;
	line-height:25px;
}

.s5-item__img {
    flex-shrink: 0;
    position: relative;
    width: 617px;
}

.page-template-caulking-services .s5-item__img {
    width: 570px;
}

.s5-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s5-item__img-h {
    padding: 67.425% 0 0;
}

.s5_2 .s5-item>*:nth-child(1) {
    width: 45%;
	float:left;
}

.s5_2 .s5-item>*:nth-child(2) {
    width: 47%;
	float:right;
}

.s5_2 .s5-item__img {
    width: 500px;
}

.s5_2 .s5-item__img-h {
    padding: 63.652% 0 0;
}

.s5_2 .s5-item__text {
    margin: 0 0 28px;
    line-height: 1.6;
    color: #767676;
}

.s5_2 .s5-item__title {
    margin-bottom: 22px;
}

.s5_2 .s5-item_right>*:nth-child(1) {
    padding: 0 0 0 35px;
}

.s5_2 .s5-item_left>*:nth-child(1) {
    padding: 0 35px 0 0;
}

.s52__toptext {
    margin: 0 0 55px;
    max-width: 600px;
    font: 33px/1.46 "Montserrat-Regular", sans-serif;
    letter-spacing: 0.03em;
}

#access-visual
{
	height:730px;
    width: 100%;
    margin: 0px auto;
}

#access-visual .left
{
width:50%;
float:left;
}

#access-visual .right
{
width:50%;
float:right;
}

#access-visual .right ul
{
width:80%;
margin: 130px auto 0px auto;
}

#access-visual .right ul li
{
font-size:26px;
font-weight:bold;
text-decoration:underline;
margin:30px 0px;
}

#access-visual .right ul li a
{
color:#606060;
text-decoration:underline;
}

#access-visual .right ul li a span
{
color:#F23535;
}

#stra
{
height: 375px;
width:750px;
margin:0px auto;
}

#strelkibg
{
width:100%;
height:400px;
text-align:center;
float:left;
}

#strelkibg-mob
{
display:none;
}

#accesstrelki
{
width:100%;
height:400px;
margin:-430px 0px 0px 0px;
float:left;
}

#accesstrelki .strwrap
{
width:375px;
height:200px;
float:left;
}

#accesstrelki #accessstr1
{
border:2px solid #F23535;
padding:0px 5px;
font: 16px/35px "Montserrat-Bold", sans-serif;
color:#F23535;
text-align:center;
width:160px;
height:35px;
float:left;
margin: 146px 0px 0px 165px;
}

#accesstrelki #accessstr2
{
border:2px solid #F23535;
padding:0px 5px;
font: 16px/35px "Montserrat-Bold", sans-serif;
color:#F23535;
text-align:center;
width:70px;
height:35px;
float:left;
margin: 146px 0px 0px 45px;
}

#accesstrelki #accessstr3
{
border:2px solid #F23535;
padding:0px 5px;
font: 16px/35px "Montserrat-Bold", sans-serif;
color:#F23535;
text-align:center;
width:130px;
height:35px;
float:left;
margin: 25px 0px 0px 193px;
}

#accesstrelki #accessstr4
{
border:2px solid #F23535;
padding:0px 5px;
font: 16px/35px "Montserrat-Bold", sans-serif;
color:#F23535;
text-align:center;
width:120px;
height:35px;
float:left;
margin: 25px 0px 0px 45px;
}

.s5 #acessshtext
{
font: 20px/30px "Montserrat-Regular", sans-serif;
color:#767676;
margin:25px 0px 0px 0px;
padding:0px 0px 25px 0px;
}

.s52__toptext b {
    display: block;
    margin: 0 0 0.4em;
    font: 1.76em/1 "Montserrat-Bold", sans-serif;
    color: #F23535;
    text-transform: uppercase;
}

.s5-item__link {
    flex-shrink: 0;
    display: inline-block;
    margin: 0 0 35px -5px;
    padding: 5px;
    padding-right: 26px;
	line-height:140%;
	text-transform: uppercase;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
    white-space: nowrap;
    color: #F23535;
    background: url("../img/5/red_arrow.svg") right center/19px auto no-repeat;
}

.s5-item__num-big {
    display: block;
    font: 100px/1 "Montserrat-Bold", sans-serif;
    color: #DCDCDC;
}

#id_45 #contact-right #contform,
#id_43 #contact-right #contform
{
/* height:360px; */
}

#id_45 #contact-right span.your-message textarea,
#id_43 #contact-right span.your-message textarea
{
height:85px;
}


.s6 {
    padding: 20px 0;
    background: #F0F0F0;
}

#trained
{
	height:315px;
    padding: 90px 0;
    background: #F0F0F0;
}

#trained .wrapper
{
width:1000px;
height:160px;
margin:0px auto;
}

#trained .imgtrain
{
width:20%;
float:left;
text-align:center;
padding:0px;
margin:0px;
}

.h2s6 {
    width: 1295px;
    margin: 0px auto;
}

.h2s6 h2 {
    Font-size: 36px;
    font-weight: bold;
}

.h2s6 h2 span {
    color: #F23535;
}

.s6_2 {
    margin: -27px 0 26px;
}

.s6__box {
    margin: 0 -50px;
    padding: 83px 0;
}

.s6_logos.s6__items {
    display: block;
    width: 1060px;
}

.s6__items.slick-slider .slick-slide {
    height: auto;
    flex: 0 0 auto;
}

.s6__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}

.s6-item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 210px;
    height: 385px;
    padding: 0px;
}

.s6_logos .s6__items.slick-slider .slick-track {
    display: flex;
}

.s6-item__img img {
    max-height: 100%;
}

.s6__arrows {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px auto;
    width: 130px;
}

.s6__arrow {
    display: inline-block;
    width: 40px;
    height: 53px;
}

.s6__arrow_left {
    margin: 0 45px 0 0;
    background: url("../img/4/arrow_left.svg") center/23px auto no-repeat;
}

.s6__arrow_right {
    background: url("../img/4/arrow_right.svg") center/23px auto no-repeat;
}


.s7 {
    margin: 130px 0;
}

.s7__box {
    position: relative;
}

.s7__title {
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 0.03em;
}

.s7__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23.5px;
}

.s7__items>* {
    margin: 0 0 88px;
    padding: 0 23.5px;
    width: 33.33%;
}

.s7__items>*:nth-last-child(1),
.s7__items>*:nth-last-child(2),
.s7__items>*:nth-last-child(3) {
    margin: 0;
}

.s7-item__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 26px;
}

.s7-item__img {
    width: 83px;
}

.s7-item__title {
    margin: 0;
    width: calc(100% - 83px);
    font: 25px/1.12 "OpenSans-Regular", sans-serif;
}

.s7-item__text {
    margin: 0;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #787878;
	line-height:25px;
}

.s8 {
    margin: 0 auto;
    max-width: 2000px;
    background: url("../img/8/bg.jpg") center/cover no-repeat;
}

#id_76595 .s8 {
    background: url("../img/8/residential-window-cleaner-in-manhattan-ny.jpg") center/cover no-repeat;
}
#id_76595 .s8 .s8__text,
#id_76595 .s8 a.popup-with-zoom-anim
{
display:none;
}

#id_76595 #textniz {
    padding-top: 0px;
}

.s8_2 .s8__box {
    padding: 86px 0 0;
}

.s8_2 .s8__text {
    margin: 0 0 65px;
    font: 19px/1.37 "OpenSans-Regular", sans-serif;
    letter-spacing: normal;
}

.s8__text span
{
width:100%;
float:left;
}

.s8__box {
    padding: 46px 0 0;
    min-height: 446px;
    text-align: center;
}

.s8__text {
    margin: 0 0 77px;
    font: 22px/1.45 "OpenSans-Regular", sans-serif;
    letter-spacing: 0.01em;
}

.s8__btn {
    width: 240px;
}

.s8__btn span {
    display: none;
}

.s9 {
    padding: 163px 0;
    color: #fff;
    background: #000;
}

.s9 .container
{
max-width: 1100px;
}

.s9__box {
    display: flex;
    flex-wrap: wrap;
}

.s9__box>*:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px 0 0;
    width: 451px;
}

.s9__box>*:nth-child(2) {
    width: calc(100% - 451px);
}

.s9__title {
    margin: 0 0 15px;
    letter-spacing: normal;
}

.s9__subtitle {
    margin: 0;
    font: 20px/1.4 "Montserrat-Regular", sans-serif;
}

.s9__items {
    max-width: 100%;
    font: 15px/1.4 "Montserrat-Medium", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
	position:relative;
	margin:90px 0px 0px 0px;
}

#locations {
    width: 100%;
}

.page-template-reviews .s4__items-box {
    margin: 0px 0px 10px 0px;
}

.s9__item {
    display: block;
    padding: 10px 32px 10px 0;
    cursor: pointer;
}
.s9__item .localimg
{
display:none;
position: absolute;
top:-200px;
right:0px;
}

.s9__item:nth-child(1) .localimg
{
display:block;
}

.s9__item:nth-child(2) .localimg
{
top:-242px;
}

.s9__item:nth-child(3) .localimg
{
top:-284px;
}

.s9__item:nth-child(4) .localimg
{
top:-326px;
}

.s9__item:nth-child(5) .localimg
{
top:-368px;
}

.s9__item:nth-child(6) .localimg
{
top:-410px;
}

li.s9__item:hover .localimg
{
display:block;
}

.s9__item_active {
    /*pointer-events: none;*/
}

.s9__item_active a
{
width:50%;
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
line-height:25px;
}
.s9__item a.linklocal
{
height:30px;
width:50%;
border-bottom: 1px solid #C9C9C9;
color:#000000;
}
.home .s9__item a.linklocal,
.page-template-commercial .s9__item a.linklocal,
.page-template-residential .s9__item a.linklocal
{
color:#FFF;
padding:0px 0px 10px 0px;
}

.s9__items
{
margin:40px 0px 0px 0px;
}

.s9__item_active:hover a,
div.s9.s9_2 .s9__item_active:hover a
{
color:#F23535;
background: url("../img/9/arrow.svg") right center/25px auto no-repeat;
}

.s9__map {
    position: relative;
    width: 413px;
}

.s9__map img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s9__map-h {
    padding: 102.423% 0 0;
}

.s9__map-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s9__maps-item {
    display: none;
}

.s9__maps-item_active {
    display: block;
}

.s9_2 {
    padding: 0;
    margin: 135px 0;
    color: #000;
    background: #fff;
}

.s9_2 .s9__subtitle {
    visibility: hidden;
}

.s9_2 .s9__item_active {
    color: #F23535;
}

.s9_2 .s9__item {
    border-color: #C9C9C9;
}

.s10 {
    margin: 173px 0;
    overflow: hidden;
}

.s10__box {
    display: flex;
    flex-wrap: wrap;
}

.s10__box>*:nth-child(1) {
    width: 575px;
}

.s10__box>*:nth-child(2) {
    width: calc(100% - 575px);
}

.s10__left {
    max-width: 575px;
}

.s10__top {
    margin: 0 0 25px;
}

.s10__title {
    margin: 0 0 7px;
    letter-spacing: normal;
    color: #F23535;
}

.s10__subtitle {
    margin: 0;
    font: 20px/1.4 "Montserrat-Regular", sans-serif;
}

.s10__subtitle>* {
    font-family: "Montserrat-Bold", sans-serif;
}

.s10__scale {
    margin: 0 0 26px;
}

.s10__scale-text {
    margin: 0 0 9px;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    color: #929292;
}

.s10__scale-row {
    height: 16px;
    border: 1px solid #F23535;
    border-radius: 50px;
    overflow: hidden;
}

.s10__scale-row>* {
    height: 100%;
    background: #F23535;
    transition: width 0.3s;
}

.s10-choices_1 {
    display: none;
}

.s10-choices_2 {
    display: none;
}

.s10-choices__title {
    margin: 0 0 32px;
    font: 21px/1.4 "Montserrat-SemiBold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.s10-choices__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22.5px;
}

.s10-choices__items>* {
    padding: 0 22.5px;
    width: 50%;
}

.s10-choices__items_3 {
    margin: 0 -10px;
}

.s10-choices__items_3>* {
    margin: 0 0 10px;
    padding: 0 10px;
    width: 33.33%;
}

.s10-choices__items_4 {
    margin: 0 -5px;
}

.s10-choices__items_4>* {
    margin: 0 0 5px;
    padding: 0 5px;
    width: 25%;
}

.s10-choice {
    cursor: pointer;
}

.s10-choice_active .s10-choice__text span:before {
    background: #F23535;
}

.s10-choice__text {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 1px;
    padding: 0 0 0 35px;
    min-height: 2.8em;
    font: 15px/1.4 "Montserrat-Regular", sans-serif;
}

.s10-choice__text span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 26px;
    height: 26px;
    border: 1px solid #F23535;
    border-radius: 50%;
    background: #fff;
    transition: background 0.2s;
}

.s10-choice__text span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    transition: background 0.2s;
}

.s10-choice__img {
    position: relative;
}

.s10-choice__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s10-choice__img-h {
    padding: 100% 0 0;
}

.s10-choices__btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 80px -15px 0;
}

.s10-choices__btn {
    flex-shrink: 0;
    margin: 0 15px;
    width: calc(33.33% - 30px);
}

.s10-choices__btn_hidden {
    display: none;
}

.s10-choices__step {
    display: none;
}

.s10-choices__step_active {
    display: block;
}

.s10-choices__input {
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    border: 1px solid #C9C9C9;
    font: 16px/1 "Montserrat-Regular", sans-serif;
    color: #000;
    background: #FFFFFF;
}

.s10-choices__input::-webkit-input-placeholder {
    color: #767676;
}

.s10-choices__input:-moz-placeholder {
    color: #767676;
}

.s10-choices__input::-moz-placeholder {
    color: #767676;
}

.s10-choices__input:focus {
    border-color: #F23535;
}

.s10-choices__hint {
    opacity: 0;
    margin: 0.5em 0 -1.5em;
    font: 16px/1 "Montserrat-Regular", sans-serif;
    text-align: center;
    color: #F23535;
    transition: opacity 0.3s;
}

.s10-choices__hint_visible {
    opacity: 1;
}

.s10-help {
    position: relative;
    margin: 50px 0 0 90px;
    padding: 72px 24px 40px;
    width: 292px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
    background: #FBFBFB;
}

.s10-help__avatar {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    margin: 0 auto 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

.s10-help__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s10-help__heading {
    margin: 0 0 50px;
}

.s10-help__name {
    margin: 0 0 9px;
    font: 16px/1.4 "Montserrat-Medium", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.s10-help__role {
    margin: 0;
    font: 14px/1.4 "Montserrat-Regular", sans-serif;
    letter-spacing: 0.01em;
    color: #B0B0B0;
}

.s10-help__text {
    margin: 0 0 51px;
    font: 16px/1.78 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.01em;
}

.s10-help__question {
    margin: 0 0 24px;
    font: 14px/1.4 "Montserrat-Regular", sans-serif;
    letter-spacing: 0.01em;
}

.s10-help__btn {
    width: 100%;
}

.s11 {
    margin: 95px 0;
}

.s11__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 55px;
    padding: 0 0 15px;
    border-bottom: 1px solid #C4C4C4;
}

.s11__title {
    margin: 0;
    font: 33px/1.15 "Montserrat-SemiBold", sans-serif;
    text-transform: uppercase;
}

.s11__viewall {
    display: inline-block;
    padding: 5px;
    padding-right: 36px;
    font: 16px/1.3125 "Montserrat-Regular", sans-serif;
    color: #767676;
    background: url("../img/11/arrow.svg") right center/13px auto no-repeat;
}

.s11__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14.5px;
}

.s11__items>* {
    width: 33.33%;
}

.s11__items.slick-slider {
    display: block;
}

.s11__items.slick-slider>* {
    width: 100%;
}

.s11-item__box {
    padding: 0 14.5px;
}

.s11-item {
    position: relative;
}

.s11-item__h {
    padding: 95% 0 0;
}

.s11-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s11-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s11-item__img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.24deg, rgba(9, 27, 93, 0.4) 28.68%, rgba(49, 157, 191, 0) 92.82%);
}

.s11-item__main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8.5% 11% 11.5%;
}

.s11-item__tag {
    display: inline-block;
    padding: 0 7px;
    font: 13px/24px "OpenSans-Bold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F23535;
}

.s11-item__title {
    margin: 0 0 1.08em;
    font: 25px/1.28 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.s11-item__link {
    display: inline-block;
    padding: 5px 35px 5px 0;
    font: 18px/1.4 "OpenSans-Regular", sans-serif;
    color: #FFFFFF;
    background: url("../img/11/arrow_2.svg") right center/21px auto no-repeat;
}

.s11-item__tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 0 7px;
    font: 13px/24px "OpenSans-Bold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F23535;
    white-space: nowrap;
}

.s12 {
    margin: 95px 0;
}

.s12__top {
    margin: 0 0 65px;
}

.s12__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14.5px;
}

.s12__items>* {
    width: 33.33%;
}

.s12__items.slick-slider {
    display: block;
}

.s12__items.slick-slider>* {
    width: 100%;
}

.s12-item__box {
    display: flex;
    padding: 0 14.5px;
    min-height: 100%;
}

.s12-item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.s12-item__img {
    flex-shrink: 0;
    position: relative;
    display: block;
}

.s12-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s12-item__img-h {
    display: block;
    padding: 72% 0 0;
}

.s12-item__main {
    flex-grow: 1;
    padding: 24px 12.5% 33px;
    border: 1px solid #929292;
    background: #fff;
}

.s12-item__date {
    margin: 0 0 0.8125em;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    color: #929292;
}

.s12-item__title {
    margin: 0 0 0.64em;
    font: 25px/1.4 "Montserrat-Bold", sans-serif;
}

.s12-item__text {
    margin: 0 0 1.375em;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #787878;
}

.s12-item__link {
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 5px;
    padding-right: 35px;
    font: 18px/1.4 "OpenSans-Regular", sans-serif;
    background: url("../img/12/arrow.svg") right center/21px auto no-repeat;
}

.s12-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.25em;
}

.footer {
    flex-shrink: 0;
}

.footer .wpcf7-not-valid-tip {
    color: #fff;
}

.footer .wpcf7-response-output {
    border-color: #fff !important;
}

.footer__top {
    padding: 0px 0;
    border-top: 1px solid #C4C4C4;
}

.footer__top-text {
    margin: 0 10px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
    text-align: center;
    color: #C4C4C4;
}

.footer__main {
    padding: 111px 0 25px;
    color: #fff;
    background: #000;
    overflow: hidden;
}

.footer__main-box {
    display: flex;
    flex-wrap: wrap;
}

.footer__main-box>*:nth-child(1) {
    width: 32.7%;
}

.footer__main-box>*:nth-child(2) {
    width: 17.5%;
}

.footer__main-box>*:nth-child(3) {
    width: 25.5%;
}

.footer__main-box>*:nth-child(4) {
    width: 24.3%;
}

.footer__main-box>*:nth-child(5) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 69px 0 0;
    width: 100%;
}

.footer__logo {
    display: inline-block;
    margin: 0 0 21px;
}

.footer__text {
    margin: 0 0 10px;
    max-width: 315px;
    font: 12px/1.7 "OpenSans-Regular", sans-serif;
    color: #929292;
}

.footer__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 37px 0 0 -13px;
}

.page-template-contact .page-top__box ul.footer__socials {
    margin: 0px 0px 17px 0px;
}

.footer__socials li {
    margin: 0 6px 0 0;
}

.footer__socials a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.footer__socials a:hover {
    border-color: #fff;
}

.footer__menu {
    font: 14px/1.4 "OpenSans-Regular", sans-serif;
}

.footer__menu a {
    display: inline-block;
    padding: 6px;
}

.contacts-list {
    color: #fff;
}

.contacts-list>* {
    position: relative;
    background-position: left center;
    background-repeat: no-repeat;
}

.contacts-list>*:nth-child(1) {
    background-size: 13px auto;
    background-image: url("../img/footer/1.svg");
}

.contacts-list>*:nth-child(2) {
    background-size: 15px auto;
    background-image: url("../img/footer/2.svg");
}

.contacts-list>*:nth-child(3) {
    background-size: 15px auto;
    background-image: url("../img/footer/3.svg");
}

.contacts-list>*:nth-child(4) {
    background-size: 15px auto;
    background-image: url("../img/footer/4.svg");
}

.contacts-list>*>* {
    display: inline-block;
    padding: 7px;
    padding-left: 31px;
}

.footer__contacts {
    font: 12px/1.4 "OpenSans-Regular", sans-serif;
}

.footer__contacts>* {
    margin: 0 0 5px;
}

.footer__subscribe {
    margin: 8px 0 0 0;
    max-width: 299px;
}

.footer__subscribe-input {
    display: block;
    padding: 0 18px;
    width: 100%;
    height: 50px;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    border: 2px solid transparent;
    color: #000;
    background: #fff;
    transition: border 0.2s;
}

.footer__subscribe-input:focus {
    border-color: #dc0e0e;
}

.footer__subscribe-input::-webkit-input-placeholder {
    color: #767676;
}

.footer__subscribe-input:-moz-placeholder {
    color: #767676;
}

.footer__subscribe-input::-moz-placeholder {
    color: #767676;
}

.footer__subscribe-btn {
    margin: 41px 0 0;
    width: 167px;
    border-color: #fff;
    color: #fff;
}

.footer__copyright {
    margin: 0;
    font: 12px/1.4 "OpenSans-Regular", sans-serif;
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -6px 0 0;
    font: 12px/1.4 "OpenSans-Regular", sans-serif;
}

.footer__links li {
    margin: 0 12px 0 0;
}

.footer__links li:last-child {
    margin: 0;
}

.footer__links a {
    display: inline-block;
    padding: 6px;
}

.footer__top-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.2em;
    transition: height 1s;
}

.footer__top-text>* {
    margin-bottom: 1.4em;
}

.footer__top-text_opened {
    display: block;
    height: auto;
}

.footer__top-readmore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
    width: 130px;
    height: 40px;
    min-height: auto;
    font-size: 13px;
}

.page-top {
    color: #fff;
    margin: 0 0 15px;
}

.page-top__box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 0 43px;
    min-height: 677px;
}

.page-top__box .container {
    position: relative;
}

.page-top__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-template-service-new #headerimgcover,
.page-template-offer #headerimgcover,
.page-template-aerial_lift #headerimgcover,
.page-template-bmu #headerimgcover,
.page-template-rope_access #headerimgcover,
.page-template-wfp #headerimgcover,
.page-template-from_inside #headerimgcover,
.page-template-caulking-services #headerimgcover,
.page-template-pressure-washing-service #headerimgcover,
.page-template-high-rise-window-cleaning #headerimgcover
{
width:100%;
height:100%;
top:0px;
left:0px;
position:absolute;
background: rgb(69,75,120);
background: linear-gradient(90deg, rgba(69,75,120,1) 0%, rgba(68,75,120,1) 35%, rgba(134,168,252,1) 100%);
opacity: 0.7;
}

.page-template-service-new .page-top__main,
.page-template-offer .page-top__main,
.page-template-aerial_lift .page-top__main,
.page-template-bmu .page-top__main,
.page-template-rope_access .page-top__main,
.page-template-wfp .page-top__main,
.page-template-from_inside .page-top__main,
.page-template-caulking-services .page-top__main,
.page-template-pressure-washing-service .page-top__main,
.page-template-high-rise-window-cleaning .page-top__main
{
margin:-60px 0px 0px 0px;
}

.page-top__bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-top_11 .page-top__bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(86.99deg, #3D6A8B 6.71%, rgba(35, 91, 199, 0) 83.58%);
}

.page-top__heading {
    margin: 40px 0 20px;
}

.page-top__title {
    margin: 0 0 12px;
    font: 43px/1.33 "Montserrat-Bold", sans-serif;
	line-height:55px;
	text-transform: uppercase;
}

.page-top__subtitle,
.page-top__undertitle {
    margin: 0;
    font: 23px/1.35 "OpenSans-Regular", sans-serif;
}

.page-top__btn {
    width: 301px;
}

.page-top_1 .page-top__heading {
    margin: 0 0 35px;
}

.page-top_1 .page-top__box {
    padding: 0 0 25px;
}

.page-top_1 .contacts-list {
    margin: 0 0 7px;
    font: 14px/1.4 "OpenSans-Regular", sans-serif;
}

.page-template-contact .page-top__bg ul.footer__socials
{
margin: -50px 0 15px 1px;
}

.page-top_1 .contacts-list>* {
    margin: 0 0 10px;
    background-position: 11px center;
    background-size: auto !important;
}

.page-top_1 .contacts-list>*>* {
    padding-left: 53px;
}

.page-top_1 .wtd-form {
    margin: 0 0 0 12px;
}

.getknow {
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: flex;
    align-items: center;
    padding: 0 0 0 93px;
    width: 251px;
    height: 97px;
    font: 14px/1.45 "OpenSans-Regular", sans-serif;
    color: #000;
    background: #fff url("../img/ptop/getknow.svg") 35px center/42px auto no-repeat;
}

.page-top_8 {
    color: #000;
}

.page-top_8 .page-top__main {
    margin: 0 -140px 0 420px;
}

.page-top_12 .page-top__box {
    height: 479px;
}

.s13 {
    margin: 124px 0 237px;
}

.s13 .s2__list-link {
    margin: 0 0;
}

.s13__item {
    margin: 0 0 118px;
}

.s13__item:last-child {
    margin: 0;
}

.s13_new {
    margin: 124px 0;
}

.s13_new .s13__item {
    margin: 0 0 191px;
}

.s13_new .s13__item:last-child {
    margin: 0;
}

.s13_new .s2__list-box>*:nth-child(1) {
    display: block;
    width: 100%;
    max-width: 500px;
}

.s13_new .s2__box>*:nth-child(1) {
    padding: 5px 40px 0 0;
}

.s13_new .s2__title {
    margin: 0 0 20px;
}

.s13_new .s2__text {
    margin: 0 0 57px;
}

.s14 {
    margin: 31px auto 31px;
    max-width: 2000px;
}

.s14>.container {
    max-width: 790px;
}

.s14__heading {
    margin: 0 0 53px;
}

.s14__title {
    margin: 0 0 19px;
    font: 80px/1.2 "Montserrat-Bold", sans-serif;
	float:left;
}

ul.s5__list
{
margin:25px 0px 0px 0px;
padding-top:95px;
border-top:1px solid #A5A5A5;
}

#s14__heading-top
{
width:100%;
height: 125px;
}

.s14 #inslog
{
float:left;
margin:0px 0px 0px 25px;
}

.s14 #inslog img
{
width:150px;
}

.s14__subtitle {
    margin: 0;
    font: 20px/1.4 "Montserrat-Regular", sans-serif;
	color:#767676;
}

.slider-dots .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.slider-dots .slick-dots button {
    position: relative;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #C4C4C4;
}

.slider-dots .slick-dots button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.slider-dots .slick-dots li {
    margin: 0 11.5px;
}

.slider-dots .slick-dots li.slick-active button {
    background: #F23535;
}

.s14__items .slick-dots {
    bottom: 113px;
}

.s14__item {
    position: relative;
}

.s14__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s14__item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s14__item-h {
    padding: 65.753% 0 0;
}

.s14__rblock {
    position: relative;
    margin: -79px 0 86px;
    padding: 49px 50px 59px;
    border: 3px solid #F23535;
    text-align: center;
    background: #fff;
}

.s14__rblock-title {
    margin: 0 0 1em;
    font: 34px/1.6 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
    color: #F23535;
}

.s14__rblock-text {
    font: 19px/1.7 "OpenSans-Regular", sans-serif;
}

.s14__rblock-text>* {
    margin-bottom: 1.7em;
}

.s14__rblock-text>*:last-child {
    margin-bottom: 0;
}

.s14__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -40px;
}

.s14__block {
    padding: 0 40px;
    width: 50%;
}

.s14__block h4 {
    margin: 0 0 27px;
    font: 22px/1.6 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
}

.s14__block ul {
    font: 16px/1.9 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s14__block ul li {
    position: relative;
}

.s14__block ul li:before {
    content: "+ ";
    font-family: "OpenSans-Bold", sans-serif;
    vertical-align: baseline;
    color: #F23535;
}

.s14__block p {
    margin: 0 0 1.6em;
    font: 16px/1.6 "OpenSans-Regular", sans-serif;
}

.s14__warn {
    display: flex;
    flex-wrap: wrap;
    margin: 99px auto 0;
    max-width: 1400px;
}

.s14__warn>*:nth-child(1) {
    width: 34.572%;
}

.s14__warn>*:nth-child(2) {
    display: flex;
    align-items: center;
    padding: 2.8% 13.5% 2.8% 4.5%;
    width: 65.428%;
    border: 3px solid #F23535;
}

.s14__warn-img {
    position: relative;
    min-height: 100%;
}

.s14__warn-img span {
    display: block;
    padding: 82.1% 0 0;
}

.s14__warn-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s14__warn-text {
    font: 15px/1.75 "OpenSans-Regular", sans-serif;
    background: #fff;
}

.s14__warn h4
{
float:left;
}

.s14__warn #warningimg
{
float:left;
margin: 5px 0px 39px 0px;
width:70%;
padding:0px 0px 0px 20px;
}

.s14__warn #warningimg img
{
width:280px;
}

.s14__warn-text h4 {
    margin: 0 0 29px;
    font: 34px/1.2 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
    color: #F23535;
}

.s14__warn-text>* {
    margin-bottom: 1.73em;
}

.s14__warn-text>*:last-child {
    margin-bottom: 0;
}

.s15 {
    margin: 159px 0 157px;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 2000px;
    border-left: 3px solid #F23535;
    overflow: hidden;
}

.s15__box {
    display: flex;
    flex-wrap: wrap;
}

.s15__box>* {
    position: relative;
}

.s15__box>*:nth-child(1) {
    position: relative;
    padding: 163px 8% 120px 0;
    width: 31.9%;
}

.s15__box>*:nth-child(1):before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    height: 100%;
    border: 3px solid #F23535;
    border-left: 0;
}

.s15__box>*:nth-child(2) {
    width: 68.1%;
}

.s15__title {
    margin: 0;
    letter-spacing: normal;
}

.s15__text {
    margin: 75px 0 0;
    font: 20px/1.45 "OpenSans-Light", sans-serif;
}

.s15__text>* {
    margin-bottom: 1em;
}

.s15__text>*:last-child {
    margin-bottom: 0;
}

.s15__arrows {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0 54px 56px 0;
}

.s15__arrow {
    display: inline-block;
    width: 40px;
    height: 60px;
}

.s15__arrow_left {
    margin: 0 45px 0 0;
    background: url("../img/3/arrow_left_black.svg") center/23px auto no-repeat;
}

.s15__arrow_right {
    background: url("../img/3/arrow_right_black.svg") center/23px auto no-repeat;
}

.s15__items {
    margin-right: -3.5714vw;
    height: 100%;
}

.s15__items>* {
    width: 100%;
    height: 100%;
}

.s15-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 0 7.5% 43px 9.5%;
    width: 100%;
    height: 788px;
    color: #fff;
}

.s15-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s15-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s15-item__bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s15-item__bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000 9.33%, rgba(0, 0, 0, 0) 59.62%);
}

.s15-item__box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.s15-item__box>*:nth-child(1) {
    width: 187px;
}

.s15-item__box>*:nth-child(2) {
    width: calc(100% - 187px);
}

.s15-item__title {
    margin: 0 0 20px;
    font: 25px/1.28 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.s15-item__text {
    margin: 0;
    font: 14px/1.45 "OpenSans-Regular", sans-serif;
}

.s15-item__tags {
    display: flex;
    flex-wrap: wrap;
    margin: 37px -15px 0 0;
    font: 13px/1.5 "OpenSans-Regular", sans-serif;
    color: #F23535;
}

.s15-item__tags li {
    margin: 0 15px 15px 0;
}

.s15-item__tags a {
    display: inline-block;
    padding: 0 11px;
    border: 0.5px solid #F23535;
}

.s15-item__tags a:hover {
    color: #fff;
    background: #F23535;
}

.s16 {
    margin: 127px 0 127px;
}

.s16 .container {
    max-width: 898px;
}

.s16__title {
    margin: 0 0 20px;
    letter-spacing: normal;
}

.s16__title span
{
	color:#F23535;
}

.s16 h3.s16__title
{
 font: 33px/1.5 "Montserrat-SemiBold", sans-serif;
 line-height:140%;
}

.s16 #s16texts
{
width:100%;
height:320px;
margin:60px 0px 0px 0px;
}

.s16 .blockline
{
width:50px;
height:3px;
background:#F23535;
margin:0px 0px 20px 0px;
}

#s16block1,
#s16block2,
#s16block3
{
float:left;
width:259px;
height:320px;
margin:0px 30px 0px 0px;
}

#s16block3 img
{
margin:0px 0px 20px 0px;
}

.s16block3text span
{
font-weight:bold;
color:#000;
}

.s16block1title,
.s16block2title
{
font: 20px/1.5 "OpenSans-Bold", sans-serif;
line-height:26px;
margin:10px 0px 20px 0px;
}

.s16block1text,
.s16block2text,
.s16block3text
{
font: 16px/1.5 "OpenSans-Regular", sans-serif;
line-height:26px;
color:#787878;
margin:10px 0px 0px 0px;
}

.s16__img {
    position: relative;
}

.s16__img img {
    width: 100%;
    display: block;
}

.s16__img-video {
    padding: 56.25% 0 0;
}

.s16__img-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.s16__text {
    position: relative;
    margin: 92px auto 0;
    padding: 63px 0 0;
    max-width: 534px;
    font: 16px/1.5 "OpenSans-Regular", sans-serif;
    text-align: center;
    color: #767676;
}

.s16__text:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 96px;
    height: 5px;
    background: #F23535;
}

.s16__text>* {
    margin: 0 0 1.5em;
}

.s17 {
    margin: 191px 0 191px;
}
.s40 {
    margin: 90px 0 90px;
}

.s41 {
    margin: 90px 0 90px;
}
.s17__box {
    display: flex;
    flex-wrap: wrap;
}
.s40__box {
    display: flex;
    flex-wrap: wrap;
}

.s41__box {
    display: flex;
    flex-wrap: wrap;
}

.s17__box>*:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 449px;
}
.s40__box>*:nth-child(1) {
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: inherit;
    width: 435px;
    float: left;
    /* position: relative; */
    width: calc(100% - 449px);
}

.s41__box>*:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 449px;
}

.s17__box>*:nth-child(2) {
    width: calc(100% - 449px);
}
.s40__box>*:nth-child(2) {
      width: 449px;
    float: right;
    /* margin: 0px -16px -3px 264px; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.s41__box>*:nth-child(2) {
    width: calc(100% - 449px);
}

.s17__items {
    margin: 45px 0 20px;
    width: 365px;
    max-width: 100%;
}
.s40__items {
    margin: 38px 0 16px;
    width: 377px;
    max-width: 100%;
    padding-left: 53px;
}

.s41__items {
    margin: 45px 0 20px;
    width: 365px;
    max-width: 100%;
}

.s17-item {
    margin: -1px 0 0;
}
.s40-item {
    margin: -1px 0 0;
}
.s41-item {
    margin: -1px 0 0;
}
.s17-item:nth-child(1) {
    margin: 0;
}
.s40-item:nth-child(1) {
    margin: 0;
}
.s41-item:nth-child(1) {
    margin: 0;
}
.s17-item:nth-child(1) .s17-item__heading {
    border-top: 0;
}
.s40-item:nth-child(1) .s40-item__heading {
    border-top: 0;
}

.s41-item:nth-child(1) .s41-item__heading {
    border-top: 0;
}

.s17-item_active {
    pointer-events: none;
}
.s40-item_active {
    pointer-events: none;
}
.s41-item_active {
    pointer-events: none;
}

.s17-item_active .s17-item__heading:before {
    opacity: 1;
}
.s40-item_active .s40-item__heading:before {
    opacity: 1;
}
.s41-item_active .s41-item__heading:before {
    opacity: 1;
}

.s17-item__heading {
    position: relative;
    padding: 9px 32px 9px 0;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    font: 15px/1.4 "Montserrat-Medium", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}
.s40-item__heading {
    position: relative;
    padding: 9px 32px 9px 0;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    font: 15px/1.4 "Montserrat-Medium", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}
.s41-item__heading {
    position: relative;
    padding: 9px 32px 9px 0;
    border-top: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    font: 15px/1.4 "Montserrat-Medium", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.s17-item__heading .s2__list-arrow
{

}

.s17-item__heading:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    background: url("../img/17/arrow.svg") center/100% auto no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}
.s40-item__heading:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    background: url("../img/17/arrow.svg") center/100% auto no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.s41-item__heading:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 100%;
    background: url("../img/17/arrow.svg") center/100% auto no-repeat;
    opacity: 0;
    transition: opacity 0.3s;
}

.s17-item__text {
    display: none;
    padding: 20px 0 20px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
}
.s40-item__text {
    display: none;
    padding: 20px 0 20px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
}
.s41-item__text {
    display: none;
    padding: 20px 0 20px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
}

.s17__photo {
    position: relative;
    display: none;
}
.s40__photo {
    position: relative;
    display: none;
}
.s41__photo {
    position: relative;
    display: none;
}

.s17__photo span {
    display: block;
    padding: 107.7% 0 0;
}
.s40__photo span {
    display: block;
    /*padding: 107.7% 0 0;*/
}
.s41__photo span {
    display: block;
    padding: 107.7% 0 0;
}

.s17__photo img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.s40__photo img {
       display: block;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}
.s41__photo img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.s17__more {
    display: inline-block;
    margin: 0 0 -5px -5px;
    padding: 5px;
    padding-right: 15px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
    color: #F23535;
    background: url("../img/17/arrow_down.svg") right center/8px auto no-repeat;
}
.s40__more {
    display: inline-block;
    margin: 0 0 -5px -5px;
    padding: 5px;
    padding-right: 15px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
    color: #F23535;
    background: url("../img/17/arrow_down.svg") right center/8px auto no-repeat;
}
.s41__more {
    display: inline-block;
    margin: 0 0 -5px -5px;
    padding: 5px;
    padding-right: 15px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
    color: #F23535;
    background: url("../img/17/arrow_down.svg") right center/8px auto no-repeat;
}

.s18 {
    margin: 101px 0 101px;
}

.s18__heading {
    margin: 0 0 67px;
}

.s18__heading .s18__title {
    margin: 0 0 42px;
}

.s18__title {
    margin: 0 0 84px;
}

.s18__subtitle {
    margin: 0;
    font: 20px/1.4 "OpenSans-Regular", sans-serif;
}

.s18__subtitle b {
    color: #F23535;
}

.s18__items>* {
    margin: 0 0 170px;
}

.s18__items>*:last-child {
    margin: 0;
}

.s18-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -43px 0 0;
}

.s18-item>*:nth-child(1) {
    width: 55.96%;
}

.s18-item>*:nth-child(2) {
    padding: 0 0 0 106px;
    width: 44.04%;
}

.s18-item_left>*:nth-child(2) {
    padding: 0 0 0 95px;
}

.s18-item_right {
    flex-direction: row-reverse;
}

.s18-item_right>*:nth-child(2) {
    padding: 0 95px 0 0;
}

.s18-item__img {
    position: relative;
}

.s18-item__img span {
    display: block;
    padding: 80.32% 0 0;
}

.s18-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s18-item__title {
    margin: 0 0 32px 0;
    font: 29px/1.25 "Montserrat-SemiBold", sans-serif;
    letter-spacing: 0.03em;
    color: #060606;
}

.s18-item__text {
    margin: 0;
    font: 15px/1.6 "OpenSans-Regular", sans-serif;
}

.s19 {
    margin: 145px 0 145px;
}

.s19__title {
    margin: 0 0 6px;
    letter-spacing: 0.03em;
    text-align: center;
}

.s19__items {
    display: flex;
    justify-content: center;
}

.s19__items.slick-slider {
    display: block;
}

.s19__items .slick-track {
    display: flex;
}

.s19__items .slick-slide {
    height: auto;
}

.s19__items .slick-dots {
    bottom: -117px;
}

.s19__items .slick-active .s19-item__img {
    opacity: 1;
}

.s19__items .slick-active .s19-item__img span {
    display: block;
    padding: 58.75% 0 0;
}

.s19-item {
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 100%;
}

.s19-item__img {
    position: relative;
    width: 720px;
    opacity: 0.4;
    transition: opacity 0.1s;
}

.s19-item__img span {
    display: block;
    padding: 48.75% 0 0;
}

.s19-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s20 {
    margin: 104px 0 198px;
}

.s20__title {
    margin: 0 0 58px;
}

.s20__title_2 {
    margin: 0 0 104px;
}

.s20__box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 882px;
}

.s20__img {
    position: relative;
    width: 60.091%;
}

.s20__img span {
    display: block;
    padding: 65.285% 0 0;
}

.s20__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s20__text {
    position: relative;
    margin: 0;
    padding: 43px 4%;
    width: 39.909%;
    border: 4px solid #F23535;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
    background: #fff;
}

.s21 {
    margin: 97px auto 111px;
    max-width: 2000px;
}

.s21__title {
    margin: 0 0 57px;
}

.s21__img {
    margin: 0 0 80px;
}

.s21__img img {
    width: 100%;
}

.s21__text {
    font: 14px/1.45 "OpenSans-Regular", sans-serif;
}

.s21__text>* {
    margin-bottom: 1.45em;
}

.s21__text>*:last-child {
    margin-bottom: 0;
}

.s21__socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 64px 0 0;
}

.s21__socials li {
    margin: 0 10px 0 0;
}

.s21__socials a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    border-radius: 50%;
}

.s21__socials a:hover {
    border-color: #C4C4C4;
}

.s22 {
    margin: 166px 0;
}

.s22__heading {
    margin: 0 0 51px;
}

.s22__title {
    margin: 0 0 32px;
    font: 47px/1.3 "Montserrat-Bold", sans-serif;
}

.s22__title>* {
    color: #F23535;
}

.s22__subtitle {
    margin: 0 0 0;
    font: 20px/1.45 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s22__subtitle>* {
    color: #F23535;
}

.s22__clients-title {
    margin: 0 0 53px;
    font: 20px/1.45 "OpenSans-Bold", sans-serif;
    color: #767676;
}

.s22__clients-logos .s6-item {
    width: 25%;
    /*width: 120px;*/
}

.s22__clients-logos .s6-item__img {
    padding: 10px;
    width: 120px;
    height: 120px;
}

.s23 {
    margin: 67px 0;
}

.s23 #s23titleline
{
height:6px;
width:82px;
background:#F23535;
margin:0px 0px 10px 0px;
}

.s23__title {
    margin: 0 0 0px;
    font: 48px/1.2 "Montserrat-Bold", sans-serif;
}

div.s23 .company-subtitle
{
font-size: 23px;
font-family: "OpenSans-Regular", sans-serif;
line-height:143%;
color:#767676;
margin:0px 0px 50px 0px;
}

.s23__box {
    display: flex;
    flex-wrap: wrap-reverse;
}

.s23__box>*:nth-child(1) {
    width: calc(100% - 220px);
}

.s23__box>*:nth-child(2) {
    width: 220px;
}

.s23__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s23__items>* {
    width: 236px;
}

.s23__items>*:nth-child(1),
.s23__items>*:nth-child(2) {
    margin: 0 0 67px;
}

.s23-item__img {
    margin: 0 0 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 71px;
    height: 71px;
}

.s23-item__img img {
    max-height: 100%;
}

.s23-item__text {
    margin: 0 0 0;
    font: 16px/26px "OpenSans-Regular", sans-serif;
    color: #787878;
}

.s23__exp {
    margin: -34px 0 0 81px;
}

.s23__exp-years {
    position: relative;
    display: inline-block;
    font: 106px/1 "Montserrat-Bold", sans-serif;
    color: #F23535;
}

.s23__exp-years>* {
    position: absolute;
    right: -0.7em;
    top: -0.62em;
    font-size: 0.755em;
}

.s23__exp-text {
    margin: 13px 0 0 5px;
    font: 20px/1.75 "Montserrat-Bold", sans-serif;
}

#prohighrise
{
    height: 700px;
    padding: 15px 0px;
    display: flex;
	margin:35px 0px;
}

#prohighrise h2
{
	max-width:1130px;
	margin:10px auto 30px auto;
    color:#000;
    font: 26px/1.3 "Montserrat-Bold", sans-serif;
}

#prohighrise #prohighriseleft,
#prohighrise #prohighriseright
{
width:50%;
float:left;
}

#prohighriseleft img
{
margin:30px 0px 0px 0px;
}

#prohighriseright .text
{
    font-size: 17px;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 25px;
    padding: 20px 0px
}

#prohighriseright ul li
{
height:auto;
min-height:80px;
margin:10px 0px;
}

#prohighriseright .highriseulli div.bulletser
{
float:left;
width:30px;
}

#prohighriseright .highriseulli div.ullitext
{
width:90%;
float:left;
}

#prohighriseright .highriseulli div.highriselink
{
float: left;
width: auto;
margin: 50px 0px 0px 30px;
padding:0px 35px 0px 0px;
text-align:left;
background: url(../img/5/red_arrow.svg) right center/19px auto no-repeat;
position: absolute;
}

#prohighriseright .highriseulli div.highriselink a
{
color:#F23535;
}

#expert-exterior
{
    height: 700px;
    padding: 15px 0px;
    display: flex;
}

#exextop
{
width:100%;
margin:0px 0px 40px 0px;
}

#exextop h2,
#lastgallery h2,
#yearsof h2
{
    color:#000;
    font: 47px/1.3 "Montserrat-Bold", sans-serif;
	margin:10px 0px 20px 0px;
}

#exextop h2 span,
#yearsof h2 span
{
color:#dc0e0e;
}

#exextop .undertitle {
    font: 33px/1.46 "Montserrat-Regular", sans-serif;
}

#exexcont
{
width:100%;
}

#exexcont #exexleft,
#exexcont #exexright
{
width:50%;
float:left;
padding:10px;
}

#exexleft #firstline
{
height: 115px;
width:250px;
margin:0px auto;
}

#exexleft #secondline
{
height: 115px;
width:240px;
margin:0px auto;
}

#exexleft #thirstline
{
height: 115px;
width:350px;
margin:0px auto;
}

#exexleft .exexlolo
{
width:100px;
float:left;
padding:10px;
text-align:center;
}

#exexright ul.exexulli li
{
margin:15px 0px;
}

#exexright ul.exexulli li img
{
float:left; 
margin:0px 10px 10px 0px;
}

#exexright a.popup-with-zoom-anim
{
margin:10px 0px 0px 0px;
}

#lastgallery
{
    height: 500px;
    padding: 15px 0px;
    display: flex;
}

#lastgallery .s4__items ul
{
display:block;
}

#lastgallery .s4__items ul li
{
height: auto;
    flex: 0 0 auto;
}

#lastgallery h2,
#yearsof h2
{
margin:0px 0px 30px 0px;
}

#lastgallery .sldr ul li
{
float:left;
margin:0px 10px;
}

#care-of
{
height: 290px;
padding: 15px 0px;
display: flex;
margin:70px 0px 30px 0px;
}

#care-of .wrapper
{
width: 750px;
margin: 0px auto;
}

#care-of .wrapper .left
{
width:50%;
float:left;
padding:0px 50px 0px 0px;
}

#care-of .wrapper .right
{
width:50%;
float:right;
}

#care-of .wrapper .left h2
{
margin: 15px 0 32px 0;
font: 40px/1.3 "Montserrat-Bold", sans-serif;
color:#000;
}

#care-of .wrapper .left h2 span
{
color: #F23535;
}

#care-of .wrapper .right ul li
{
font: 22px/1.45 "OpenSans-Regular", sans-serif;
color: #767676;
list-style:none;
margin:15px 0px;
text-transform:uppercase;
}

#care-of .wrapper .right ul li a
{
color: #767676;
}

#yearsof
{
height: 300px;
padding: 15px 0px;
display: flex;
margin:70px 0px;
}

#yearsof .yearsoftext
{
width:50%;
margin:20px 0px;
color: #767676;
font: 16px/1.4 "OpenSans-Regular", sans-serif;
}

#allphoto
{
height: 650px;
padding: 15px 0px;
display: flex;
}

#allphoto .wrapper
{
width: 100%;
margin-right: auto;
margin-left: auto;
padding: 0 45px;
max-width: 2158px;
}

.page-template-commercial .lets-get
{
margin:70px 0px;
}

.page-template-commercial .lets-get #letsundertitle
{
font-size:23px;
color:#FFF;
}

.page-template-commercial .lets-get #header-right h3
{
font-size: 12px;
}

.page-template-commercial .lets-get #header-right .s32__form .popup-form__submit
{
top:40px;
}

.lets-get #header-right input
{
    padding: 9px 20px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    color: #767676;
    font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#whoweare {
    height: 700px;
    padding: 15px 0px;
    display: flex;
}

#caulkingform
{
    height: 700px;
	max-width: 2158px;
	padding: 15px 45px;
    display: flex;
}

#caulkingform .page-top__bg
{
background: url(../img/1/caulking-service-nyc.jpg) right no-repeat;
}

#caulkingform .wrapper {
    width: 2158px;
    margin: 0px auto;
}

#caulkingform .lets-get__heading
{
width:550px;
padding:25px;
}
#caulkingform #linelets
{
margin: 15px 0px 25px 0px;
}

#caulkingform h2
{
color:#000;
font: 31px/1.39 "Montserrat-Regular", sans-serif;
font-weight: bold;
text-transform: uppercase;
}
#caulkingform .s1__btn
{
width:430px;
}

#preswashser
{
    height: 1500px;
    padding: 15px 0px;
    display: flex;	
}

#preswashser .s41 .container,
#preswashser .s40 .container
{
max-width: 1100px;
}

#preswashser .s41__box>*:nth-child(1)
{
width: 550px;
}
#preswashser .s41__box>*:nth-child(2) {
    width: calc(100% - 550px);
}
#preswashser .s40__box>*:nth-child(1)
{
width: calc(100% - 550px);
}
#preswashser .s40__box>*:nth-child(2)
{
width: 550px;
}
#preswashser .s41__items,
#preswashser .s40__items {
    width: 520px;
}
#preswashser .s41__photo img,
#preswashser .s40__photo img
{
width:500px;
height:500px;
}

#preswashser h2,
#trustisur h2,
#waterproofing h2
{
    text-align: left;
    padding: 15px 0px;
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 3%;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold", sans-serif;
}

#waterproofing h2
{
margin:0px 0px 20px 0px;
}

#waterproofing
{
    height: 940px;
    padding: 15px 0px;
	margin:35px 0px;
    display: flex;
}

#waterproofing #proofcont1
{
width:100%;
height:auto;
min-height: 450px;
margin:10px 0px 20px 0px;
}

#waterproofing #proofimg1,
#waterproofing #prooftext2
{
width:50%;
float:left;
}

#waterproofing #proofimg1
{
margin:0px 0px 20px 0px;
}

.s5 ul li .s5-item__img
{
margin:0px 0px 20px 0px;
}

#waterproofing #prooftext1,
#waterproofing #proofimg2
{
width:50%;
float:right;
}

#waterproofing #prooftext1
{
font-size: 17px;
font-family: "Montserrat-Regular", sans-serif;
line-height: 25px;
margin:0px;
}

#waterproofing #prooftext2 p
{
color:767676;
font-size: 17px;
font-family: "Montserrat-Regular", sans-serif;
line-height: 25px;
margin:0px 0px 20px 0px;
}

#waterproofing #proofcont2
{
width:100%;
height:auto;
margin:0px 0px 0px 0px;
}

#prooficons #proofline1
{
width:380px;
height:120px;
margin:10px auto;
}

#prooficons #proofline2
{
width:250px;
height:120px;
margin:10px auto;
}

#prooficons .prooficonsimg
{
float:left;
margin:0px 10px 0px 0px;
padding:5px;
text-align:center;
background:#F1F1F1;
border:1px solid #767676;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

#trustisur
{
    height: 700px;
    padding: 15px 0px;
    display: flex;
}

#trustisur h2
{
padding:0px 0px 0px 25px;
max-width:1130px;
margin:0px auto 25px auto;
}

#trustisur #left
{
width:50%;
float:left;
padding:0px;
flex-shrink: 0;
display: flex;
}
#trustisur #left #preswashimgleft
{
width:700px;
}
#trustisur #left img
{
width:100%;
}

#trustisur #right
{
width:50%;
float:left;
padding:10px 10px 10px 45px;
}

#trustisur #right h3
{
	width:100%;
    font-size: 25px;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 33px;
    color: #000;
    margin: 10px 0px 10px 0px;
}

#trustisur #right #truisntext
{
	width:100%;
    font-size: 18px;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 21px;
	color: #767676;
	padding:20px 0px;
}

#trustisur #right #truinsulli
{
width:100%;
}

#trustisur #right #truinsulli ul li
{
margin:10px 0px;
}

#trustisur #right #truinsulli ul li .bulletser
{
float:left;
margin:0px 10px 0px 0px;
}

#trustisur #right #truinsulli ul li .ullitext
{
width: 95%;
margin-left: 30px;
}

#trustisur .wrapper,
#prohighrise .wrapper
{
    width: 100%;
	max-width:1430px;
    margin: 0px auto;
}

#whoweare .wrapper,
#expert-exterior .wrapper,
#lastgallery .wrapper,
#yearsof .wrapper,
#preswashser .wrapper,
#waterproofing .wrapper {
    width: 1100px;
    margin: 0px auto;
}

#whoweare .wrapper .lineh2,
#firstmars .wrapper .lineh2
{
height: 6px;
width: 82px;
background: #F23535;
margin: 0px 0px 20px 0px;
}

#whoweare .wrapper h2
 {
    font-size: 48px;
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 38px;
    color: #000000;
	width: 1000px;
    margin: 0px auto 50px auto;
}

#whoweare .wrapper #whotext
{
width:100%;
}

#whoimgs #whoimgs1
{
float:left;
width: 49.9%;
}

#whoimgs #whoimgs2
{
float:right;
width: 49.9%;
}

#whoweare .wrapper #whotext #whotextleft
{
width:50%;
float:left;
}
#whoweare .wrapper #whotext #whotextleft p
{
width:65%;
float:right;
margin:50px 25px 0px 0px;
padding:0px;
font-family: "OpenSans-Regular", sans-serif;
font-size: 16px;
line-height:152%;
color:#767676;
}

#whoweare .wrapper #whotext #whotextright
{
width:50%;
float:right;
}

#whoweare .wrapper #whotext #whotextright div.itemt1,
#whoweare .wrapper #whotext #whotextright div.itemt2,
#whoweare .wrapper #whotext #whotextright div.itemt3,
#whoweare .wrapper #whotext #whotextright div.itemt4
{
width:40%;
float:left;
height:75px;
}
#whoweare .wrapper #whotext #whotextright div.itemt1,
#whoweare .wrapper #whotext #whotextright div.itemt2
{
margin:50px 0px 0px 0px;
}
#whotext #whotextright div.itemt1 .itemnum,
#whotext #whotextright div.itemt2 .itemnum,
#whotext #whotextright div.itemt3 .itemnum,
#whotext #whotextright div.itemt4 .itemnum
{
width:66px;
height:66px;
float:left;
text-align:center;
font-family: "Montserrat-Light", sans-serif;
font-size: 52px;
line-height: 38px;
color:#F23535;
}

#whotext #whotextright div.itemt1 .itemtext,
#whotext #whotextright div.itemt2 .itemtext,
#whotext #whotextright div.itemt3 .itemtext,
#whotext #whotextright div.itemt4 .itemtext
{
font-family: "Montserrat-Bold", sans-serif;
font-size: 13px;
line-height: 20px;
color:#929292;
}

#whotext #soct
{
float:left;
margin-left:30%;
}

#whotext #soct .s21__socials {
    margin: 45px 0 0;
}

#firstmars {
    height: 890px;
    padding: 15px 0px;
    display: flex;
}

#firstmars .wrapper {
    width: 1000px;
    margin: 0px auto;
}

#firstmars .wrapper h2 {
    font-size: 48px;
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 38px;
    color: #000000;
	width: 1000px;
    margin: 0px auto 20px auto;
}

#firstmars .wrapper h3
{
    font-size: 33px;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 38px;
    color: #929292;
	width: 1000px;
    margin: 0px auto 50px auto;
}

#firstmars #marsleft
{
width:440px;
height:700px;
float:left;
}
#firstmars #marsleft #marsimg
{
width:420px;
height:611px;
}

#firstmars #marsleft #marslogo
{
width:420px;
margin:20px 0px 0px 0px;
height:50px;
border-bottom:1px solid #C4C4C4;
}

#firstmars #marsleft #marslogo img
{
width:180px;
}

#marslogo #bawclogo
{
float:left;
}

#marslogo #alfalogo
{
float:right;
}

#marsright
{
float:right;
width: 560px;
}

#firstmars .wrapper #marsright h2
{
	width: 55%;
    font-size: 21px !important;
    font-family: "OpenSans-Bold", sans-serif;
    line-height: 152%;
    color: #767676;
	margin:10px 0px 20px 0px;
}

#firstmars .wrapper #marsright #marstext
{
	width: 59%;
    font-size: 16px;
    font-family: "OpenSans-Regular", sans-serif;
    line-height: 152%;
    color: #767676;
	margin:30px 0px 0px 0px;
}

#firstmars .wrapper #marsright #spacexlogo
{
width: 59%;
text-align:center;
margin:30px 0px 0px 0px;
}

#qualit-safety-logistics {
    height: 535px;
    padding: 15px 0px;
    display: flex;
	margin:50px 0px 0px 0px;
}

#qualit-safety-logistics .wrapper {
    width: 1200px;
    margin: 0px auto;
}

#qualit-safety-logistics #quatop
{
height:100px;
width:100%;
}

#qualit-safety-logistics #quatop #topleft
{
height:100px;
width:33%;
float:left;
margin:0px;
background:#F23535;
}

#qualit-safety-logistics #quatop #topleft img
{
float:right;
margin: 25px 25px 0px 0px;
}

#qualit-safety-logistics #quatop #topcentr
{
height:100px;
width:33%;
float:left;
margin:0px;
}

#qualit-safety-logistics #quatop #topright
{
height:100px;
width:33%;
float:left;
margin:0px;
background:#E9E9E9;
}

#qualit-safety-logistics #quatop #topcentr #topcentrl
{
width:35%;
float:left;
font-size: 21px;
font-family: "OpenSans-Bold", sans-serif;
line-height: 152%;
color: #767676;
padding:0px 0px 0px 15px;
}

#qualit-safety-logistics #quatop #topcentr #topcentrc
{
width:30%;
float:left;
font-size: 60px;
font-family: "Montserrat-Regular", sans-serif;
line-height: 38px;
color: #F23535;
padding: 25px 0px 0px 0px;
text-align: center;
}

#qualit-safety-logistics #quatop #topcentr #topcentrr
{
width:35%;
float:left;
font-size: 21px;
font-family: "OpenSans-Bold", sans-serif;
line-height: 152%;
color: #767676;
text-align:right;
padding:0px 15px 0px 0px;
}

#qualit-safety-logistics #quabottom
{
width:100%;
height:400px;
margin:50px 0px 0px 0px;
}

#qualit-safety-logistics #quabottom #scales
{
text-align:center;
height:150px;
padding:15px 0px;
}

#qualit-safety-logistics #quabottom #scales img
{
width:135px;
}

#qualit-safety-logistics #quabottom #scalesh2
{
text-align:center;
height:56px;
padding:10px 0px;
}

#qualit-safety-logistics #quabottom #scalesh2 img
{
width:250px;
}

#qualit-safety-logistics #quabottom #scalestext
{
margin:15px 0px 0px 0px;
padding:10px 0px;
text-align:center;
font-size: 16px;
font-family: "OpenSans-Regular", sans-serif;
line-height: 152%;
color: #767676;
}

#scissor
{
height:700px;
}

#scissor .wrapper
{
width: 835px;
margin:0px auto;
}

#scissor #scissorh2
{
float:left;
border: 4px solid #F23535;
width: 451px;
height:512px;
padding: 30px 20px;
}

#scissor #scissorh2 h2
{
width: 70%;
text-align:left;
font: 33px/1.2 "Montserrat-SemiBold", sans-serif;
line-height:152%;
color:#000;
margin:30px 20px 35px 30px;
}

#scissor #scissorh2 h3
{
font: 20px/1.4 "OpenSans-Regular", sans-serif;
line-height: 140%;
color: #767676;
margin:0px 20px 0px 30px;
}

#scissor #scissorimg
{
float:right;
text-align:center;
width:384px;
height:512px;
}

.s24 {
    margin: 0px 0 145px;
}

.s24__heading {
    margin: 0 0 27px;
}

.s24__title {
    margin: 0 0 24px;
}

.s24__subtitle {
    margin: 0 0 0;
    font: 20px/1.4 "OpenSans-Regular", sans-serif;
	line-height:140%;
	color:#767676;
}

.s24__subtitle b {
    color: #F23535;
}

.s24__switcher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px 50px;
    font: 16px/1.4 "Montserrat-Regular", sans-serif;
}

.s24__switcher-item {
    padding: 10px;
    cursor: pointer;
	color:#767676;
}

.s24__switcher-item_active {
    color: #F23535;
	border:1px solid #F23535;
	padding:5px 10px;
}

.s24__box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.s24__box-img {
    position: relative;
    width: 71.77%;
}

.s24__box-img span {
    display: block;
    padding: 54.977% 0 0;
}

.s24__box-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s24__box-main {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin: 0;
    padding: 22px 4%;
    width: 28.23%;
    max-width: 100%;
    min-height: 348px;
    border: 4px solid #F23535;
    background: #fff;
}

.s24__box-title {
    margin: 0 0 34px;
    width: 100%;
    font: 25px/1.2 "Montserrat-Bold", sans-serif;
}

.s24__box-text {
    margin: 0 0 37px;
    width: 100%;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
	color:#767676;
}

.s24__box-link {
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 5px;
    padding-right: 29px;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    color: #F23535;
    background: url("../img/24/arrow.svg") right center/13px auto no-repeat;
}

.s24__boxes-item {
    display: none;
}

.s24__boxes-item_active {
    display: block;
}

.s25 {
    margin: 101px 0 84px;
}

.s25__items {
    max-width: 607px;
}

.s25-item {
    margin: -1px 0 0;
    padding: 35px 0 35px 42px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.s25-item__question {
    position: relative;
    margin: 0;
    font: 22px/1.6 "Montserrat-SemiBold", sans-serif;
}

.s25-item__question:before {
    content: "";
    position: absolute;
    left: -41px;
    top: 0.8em;
    transform: translate3D(0, -50%, 0);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #F23535 url("../img/25/arrow.svg") center center/9px auto no-repeat;
    transition: transform 0.3s;
}

.s25-item__answer {
    display: none;
    margin: 0;
    padding: 20px 0 0;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s25-item_active .s25-item__question:before {
    transform: translate3D(0, -50%, 0) rotate(-180deg);
}

.s26 {
    margin: 66px 0 145px;
}

.s26 .container {
    max-width: 913px;
}

.s26_2 .container {
    max-width: 1140px;
}

.stitle-big {
    margin: 0 0 41px;
    font: 60px/1.33 "Montserrat-Bold", sans-serif;
}

.s26__tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px -10px;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
}

.s26__builtings {
    height: 30px;
    background: #F0F0F0;
    padding: 5px;
}

.s26__builtings li {
    float: left;
    margin: 0px 20px 0px 0px;
}

.s26__builtings li a {
    color: #A0A0A0;
}

.s26__builtings li a.active {
    color: #F23535;
}

.s26__tags li {
    margin: 0 26px 0 0;
}

.s26__tags li:last-child {
    margin: 0;
}

.s26__tags li.current-cat {
    color: #F23535;
    pointer-events: none;
}

.s26__tags a {
    position: relative;
    padding: 10px;
}

.s26__tags a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    width: 0;
    height: 2px;
    background: transparent;
    transition: all 0.2s;
}

.s26__tags a:hover {
    color: #F23535;
}

.s26__tags a:hover:before {
    width: calc(100% - 20px);
    background: #F23535;
}

.s26__items>* {
    margin: 0 0 48px;
}

.s26-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.s26-item>*:nth-child(1) {
    position: relative;
    width: 60.364%;
}

.s26-item>*:nth-child(2) {
    width: 39.636%;
}

.s26-item:hover .s26-item__img img {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.s26-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s26-item__img {
    position: relative;
    display: block;
    min-height: 100%;
    overflow: hidden;
}

.s26-item__img span {
    display: block;
    padding: 73.923% 0 0;
}

.s26-item__img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}

.s26-item__main {
    padding: 42px 12%;
    width: 100%;
    height: 100%;
    border: 1px solid #929292;
    background: #fff;
}

.s26-item__date {
    margin: 0 0 42px;
    display: block;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #929292;
}

.s26-item__title {
    margin: 0 0 14px;
    font: 25px/1.4 "Montserrat-Bold", sans-serif;
}

.s26-item__text {
    margin: 0 0 45px;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #787878;
}

.s26-item__explore {
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 5px;
    padding-right: 35px;
    font: 18px/1.4 "OpenSans-Regular", sans-serif;
    color: #F23535;
    background: url("../img/26/arrow.svg") right center/21px auto no-repeat;
}

.s26__blocks {
    display: flex;
    flex-wrap: wrap;
    margin: 72px -15px 115px;
}

.s26__blocks>* {
    margin: 0 0 30px;
    padding: 0 15px;
    width: 33.33%;
}

.s26-block {
    position: relative;
}

.s26-block:hover .s26-block__main {
    opacity: 1;
}

.s26-block:hover .s26-block__link {
    font-size: 0;
}

.s26-block:hover .s26-block__link span {
    display: none;
}

.s26-block-h {
    padding: 136.575% 0 0;
}

.s26-block__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s26-block__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s26-block__main {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    height: 100%;
    padding: 37px 32px 37px;
    border: 4px solid #F23535;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: opacity 0.3s;
}

.s26-block__date {
    margin: 0 0 16px;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
}

.s26-block__title {
    margin: 0 0 16px;
    font: 25px/1.4 "Montserrat-Bold", sans-serif;
}

.s26-block__text {
    margin: 0 0 0;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
}

.s26-block__more {
    align-self: flex-end;
    display: none;
    padding: 0 27px 0 0;
    font: 15px/1.625 "OpenSans-Regular", sans-serif;
    color: #F23535;
    background: url("../img/26/arrow.svg") right center/21px auto no-repeat;
}

.s26-block__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font: 18px/1.5 "OpenSans-Bold", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.s26-block__link span {
    display: inline-block;
    padding: 10px;
    border: 1px solid #fff;
}

.s26-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 6.5em;
}

.spagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 102px 0 0 0;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    font: 18px/1.4 "Montserrat-Regular", sans-serif;
    color: #B0B0B0;
}

.page-numbers:not(.prev):not(.next):not(.dots) {
    width: 43px;
    height: 43px;
    border: 0.5px solid #B0B0B0;
    border-radius: 50%;
}

.page-numbers.current {
    border-color: #F23535 !important;
    color: #F23535;
}

.page-numbers.prev,
.page-numbers.next {
    position: relative;
    margin: 0 19px;
    font-size: 16px;
}

.page-numbers.prev:before,
.page-numbers.next:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 100%;
    background: url("../img/26/pagination_arrow.svg") center/100% auto no-repeat;
}

.page-numbers.prev {
    padding: 0 19px 0 0;
}

.page-numbers.prev:before {
    right: 0;
    transform: translate(0, -50%) rotate(180deg);
}

.page-numbers.next {
    padding: 0 0 0 19px;
}

.page-numbers.next:before {
    left: 0;
}

.page-numbers:not(.dots):hover {
    color: #F23535;
}

.news-template .main .breadcrumbs
{
max-width: 1100px;
margin: 0px auto -20px auto;
position: relative;
}

.news-template .s27__bg-h>* {
    padding: 0;
}

.s27 {
    margin: 50px auto 146px;
    max-width: 1100px;
}

.s27__bg {
    position: relative;
	margin:0px 0px 30px 0px;
}

.s27__bg>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s27__bg-h>* {
    padding: 66% 0 0;
}

.post-template-page-blog .s27__bg-h>*,
.single-news .s27__bg-h>*{
    padding: 0% 0 0;
}

.s27__main {
    padding: 72px 0 30px;
}

.mob-s1first,
#mob-s1-li
{
display:none;
}

#leavreviewblock {
    max-width: 1125px;
    margin: 0px auto;
}

#reviewtext,
#psreview,
#telreview {
    text-align: center;
    margin: 20px 0px;
    padding: 10px 0px;
}

#googlereviewlink,
#facebookreviewlink {
    width: 300px;
    height: 36px;
    background: #3BBE3A;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #FFF;
    font-weight: bold;
}

#contactdirectly {
    width: 300px;
    height: 36px;
    background: #F41818;
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #FFF;
    font-weight: bold;
}

#psreview span {
    font-weight: bold;
}

#telreview {
    color: #F41818;
    font-weight: bold;
}

#thank_you
{
width:475px;
margin:0px auto !important;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
padding:0px;
    -webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #b0b0b0;
}
#thankmeyousage {
    position: relative;
    margin: 0 auto;
    width:475px;
    max-width: 100%;
}
#thankmeyousage .close-popup {
    background-size: 16px auto;
}
#thankyoupage
{
background:#FFF;
padding:15px;
margin:0px auto !important;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

#thankyoupage h2 {
    padding: 10px 0px 10px 0px;
    font-size: 20px;
    line-height: 25px;
    color: #F23535;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
	margin:0px 0px 10px 0px;
}

#thankyoupage .text p {
    color: #000;
    text-align: center;
    margin: 0px 0px 15px 0px;
    font-size: 17px;
    line-height: 33px;
    text-align: center;
    font-weight: normal;
    font-family: "Montserrat-Regular", sans-serif;
}

#thankyoupage .text p.folow
{
color: #767676;
margin:35px 0px 15px 0px;
line-height:20px;
}

#thankyoupage .text p.unthank
{
font-weight:bold;
}

#id_45 #thankyoupage .text p.unthank,
#id_43 #thankyoupage .text p.unthank,
#id_47 #thankyoupage .text p.unthank
{
display:none;
}

#thankyoupage #socicons
{
	width:155px;
	height:58px;
	margin:10px auto 0px auto;
    padding:10px;
	background:#000;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

#thankyoupage #insta
{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6px 8px 8px 8px;
    float: left;
	margin: 0px 10px 0px 0px;
}

#thankyoupage #faceb
{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6px 8px 8px 8px;
    float: left;
	margin: 0px 10px 0px 0px;
}

#thankyoupage #linkend
{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6px 8px 8px 8px;
    float: left;
	margin: 0px 0px 0px 0px;
}

.page-template-aerial_lift .page-top__title,
.page-template-bmu .page-top__title,
.page-template-rope_access .page-top__title,
.page-template-wfp .page-top__title,
.page-template-from_inside .page-top__title
{
width: 65%;
}

.page-template-aerial_lift .page-top__undertitle,
.page-template-bmu .page-top__undertitle,
.page-template-rope_access .page-top__undertitle,
.page-template-wfp .page-top__undertitle,
.page-template-from_inside .page-top__undertitle
{
    margin: 0px 0px 10px 0px;
font: 18px/1.4 "Montserrat-SemiBold", sans-serif;
color:#B0B0B0;
}

.page-template-aerial_lift #short-text div.wrapper div.short_text,
.page-template-bmu #short-text div.wrapper div.short_text,
.page-template-rope_access #short-text div.wrapper div.short_text,
.page-template-wfp #short-text div.wrapper div.short_text,
.page-template-from_inside #short-text div.wrapper div.short_text
{
font: 15px/1.4 "OpenSans-Regular", sans-serif;
line-height:158%;
color:#F0F0F0;
text-align:left;
}

.page-template-aerial_lift #short-text,
.page-template-bmu #short-text,
.page-template-rope_access #short-text,
.page-template-wfp #short-text,
.page-template-from_inside #short-text
{
    position: relative;
    top: -200px;
    left: -115px;
	margin:0px;
}

.page-template-aerial_lift #short-text div.wrapper,
.page-template-bmu #short-text div.wrapper,
.page-template-rope_access #short-text div.wrapper,
.page-template-wfp #short-text div.wrapper,
.page-template-from_inside #short-text div.wrapper
{
    border-left: 3px solid #F23535;
	border-right:none;
	border-top:none;
	border-bottom:none;
	background:none;
	width:600px;
	padding: 0px 0px 0px 20px;
}

.s24__title
{
	width:55%;
}

#advantages
{
width:100%;
min-height:780px;
}

#advantages .container {
    max-width: 1000px;
}

#advanttop
{
background:#F0F0F0;
height:380px;
padding:60px 0px;
}

#advanttop h2
{
width: 70%;
font: 33px/1.4 "Montserrat-SemiBold", sans-serif;
line-height:38px;
margin: 0px 0px 35px 0px;
}

#advanttop h2 span,
#advanttop p.s18__subtitle span
{
color:#F23535;
}

#advanttop p.s18__subtitle
{
width: 58%;
font: 20px/1.4 "OpenSans", sans-serif;
line-height:140%;
color:#767676;
}

#advantbottom
{
margin:-90px 0px 0px 0px;
}

ul.advantages__items li
{
width:290px;
height:400px;
float:left;
background:#FFF;
padding:15px 40px;
margin:0px 20px 30px 20px;
text-align:center;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
-webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #b0b0b0;
}

ul.advantages__items li:nth-child(3n)
{
margin:0px 0px 30px 20px;
}

ul.advantages__items li img
{
width:84px;
height:84px;
margin:20px 0px 45px 0px;
}

ul.advantages__items li h4.item__title
{
font: 25px/1.4 "Montserrat-Bold", sans-serif;
line-height:32px;
color:#000;
margin:0px 0px 25px 0px;
}

ul.advantages__items li .item__text
{
font: 16px/1.4 "OpenSans-Regular", sans-serif;
line-height:140%;
color:#000;
}

#text-rope {
    height: auto;
    padding: 60px 0px 100px 0px;
}

#text-rope div.wrapper {
    width: 1050px;
    height: auto;
    margin: 0px auto;
}

#ropeline
{
width:80px;
height:6px;
background:#F23535;
margin:0px 0px 15px 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

#text-rope h2 {
    font: 33px/1.4 "Montserrat-SemiBold", sans-serif;
    line-height: 38px;
    margin: 0px 0px 35px 0px;
}

#text-rope .itemrop
{
margin:15px 0px;
padding:15px;
color:#767676;
background:#F0F0F0;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

#text-rope .itemrop h3
{
    font: 21px/1.4 "Montserrat-Bold", sans-serif;
    line-height: 32px;
    color: #5B5B5B;
    margin: 0px 0px 25px 0px;
}


@media (min-width: 1200px) {
	.page-template-commercial .lets-get #header-right h3
	{
	font-size:13px;
	}
    .s27__main .container {
        max-width: 1125px;
    }
}

.s27__heading {
    margin: 0 0 4px;
    font: 20px/1.4 "Montserrat-Regular", sans-serif;
}

.s27__title {
    margin: 0 0 75px;
    font: 52px/1.3 "Montserrat-Bold", sans-serif;
}

.s27__date {
    margin: 0 0 88px;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    color: #767676;
}
.post-template-default .s27__date
{
margin: 0 0 60px;
}

.s27__date span {
    color: #000;
}

.s27__box {
    display: flex;
    flex-wrap: wrap;
}

.s27__box>*:nth-child(1) {
    width: calc(100% - 255px);
}

.s27__box>*:nth-child(2) {
    width: 255px;
}

.s27__article {
    margin: 0 0 53px;
    width: 732px;
    max-width: 100%;
}

.s27__article h3 {
    margin: 0 0 75px;
    font: 29px/1.45 "Montserrat-Bold", sans-serif;
}

.post-template-default .s27__article h3
{
margin: 0 0 20px;
}
.post-template-default .s27__article p
{
    margin: 0 0 10px
}
#moreinfo
{
width: 379px;
margin:0px auto;
padding: 20px 45px;
background: #FFF;
height: 425px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}

#moreinfo h2 {
    color: #000;
    text-align: Center;
    font-family: "Montserrat-Bold", sans-serif;
}

#moreinfo form label span input, #moreinfo form label span textarea {
    padding: 9px 20px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    color: #767676;
    font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#moreinfo label.url
{
display:none;
}

.s27__article h3 span {
    color: #F23535;
}

.s27__article p
 {
    margin: 0 0 1.625em;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s27__article ol li,
.s27__article ul li
{
color: #767676;
}

.post-template-page-blog .s27__box > *:nth-child(1),
.single-news .s27__box > *:nth-child(1)
{
    width: calc(100% - 275px);
	float:left;
	margin-right: 20px;
}

.s27__article h4 {
    margin: 0 0 38px;
    font: 20px/42px "OpenSans-Bold", sans-serif;
}

.s27__article blockquote {
    position: relative;
    margin: 67px 0 84px;
    padding: 0 0 0 100px;
    max-width: 520px;
    font: 20px/1.75 "OpenSans-Regular", sans-serif;
}

.s27__article blockquote span {
    display: block;
    margin: 20px 0 0;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
}

.s27__article blockquote:before {
    content: "â€œ";
    position: absolute;
    left: 0;
    top: 0;
    font: 150px/116px "OpenSans-Bold", sans-serif;
    color: #F23535;
}

.s27__article-img {
    margin: 66px 0 64px;
}

.s27__article-img img {
    width: 100%;
}

.s27__article-img_2 {
    margin-bottom: 80px;
}

.s27__tags {
    margin: 0 0 38px;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #B0B0B0;
}

.s27__tags>b {
    margin: 0 21px 0 0;
    color: #000;
}

.s27__tags a:hover {
    text-decoration: underline;
}

.s27__share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
}

.s27__share>b {
    margin: 0 11px 0 0;
}

.s27__share-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s27__share-list li {
    margin: 0 9px 0 0;
}

.s27__share-list li:last-child {
    margin: 0;
}

.s27__share-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.s27__search {
    position: relative;
    margin: 6px 0 54px;
    width: 100%;
    height: 50px;
}

.s27__search input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 48px 0 26px;
    width: 100%;
    height: 100%;
    border: 0;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    color: #000;
    background: #F1F1F1;
}

.s27__search input::-webkit-input-placeholder {
    color: #A7A7A7;
}

.s27__search input:-moz-placeholder {
    color: #A7A7A7;
}

.s27__search input::-moz-placeholder {
    color: #A7A7A7;
}

.s27__search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    background: url("../img/27/search.svg") center/14px auto no-repeat;
}

.s27__related {
    margin: 0 0 70px;
}

.s27__related-heading {
    margin: 0 0 27px;
    font: 16px/1.4 "OpenSans-Bold", sans-serif;
}

.s27__related-list>* {
    margin: 0 0 19px;
}

.s27-relpost {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.s27-relpost>*:nth-child(1) {
    width: 80px;
}

.s27-relpost>*:nth-child(2) {
    padding: 0 0 0 20px;
    width: calc(100% - 80px);
}

.s27-relpost:hover .s27-relpost__title {
    text-decoration: underline;
}

.s27-relpost__img {
    position: relative;
}

.s27-relpost__img span {
    display: block;
    padding: 81.25% 0 0;
}

.s27-relpost__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s27-relpost__title {
    margin: 0 0 8px;
    font: 14px/1.4 "OpenSans-Bold", sans-serif;
}

.s27-relpost__date {
    display: block;
    font: 13px/1.4 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s27-relpost__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s27__categories {
    margin: 0 0 59px;
}

.s27__categories-heading {
    margin: 0 0 29px;
    font: 16px/1.4 "OpenSans-Bold", sans-serif;
}

.s27__categories-list {
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s27__categories-item {
    margin: 0 0 11px;
}

.s27__categories-item a {
    position: relative;
    display: block;
    padding: 0 40px 0 0;
}

.s27__categories-item a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.s27__categories-item_active {
    color: #F23535;
}

.s27__ptags {
    margin: 0 0 0;
}

.s27__ptags-heading {
    margin: 0 0 19px;
    font: 16px/1.4 "OpenSans-Bold", sans-serif;
}

.s27__ptags-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px 0 0;
    font: 12px/1.4 "OpenSans-Regular", sans-serif;
    text-transform: uppercase;
}

.s27__ptags-item a {
    margin: 0 11px 11px 0;
    padding: 4.5px 12px;
    border: 1px solid #D3D3D3;
    background: #fff;
}

.s27__ptags-item a:hover {
    border-color: #F23535;
    color: #F23535;
}

.s27__ptags-item_active a {
    border-color: #F23535;
    color: #fff !important;
    background: #F23535;
}

.s27__categories-list li {
    position: relative;
    margin: 0 0 11px;
}

.s27__categories-list li.current-cat {
    color: #F23535;
}

.s27__categories-list li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 40px 0 0;
}

.s27__categories-list li span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: -1;
}

.s27__ptags-curtags {
    display: none;
}

.s27 {
    margin-top: 0;
}

.s28 {
    margin: 263px 0 170px;
    max-width: 2000px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.s28__box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1400px;
}

.s28__box>*:nth-child(1) {
    position: relative;
    width: 39.572%;
}

.s28__box>*:nth-child(2) {
    display: flex;
    align-items: center;
    width: 60.428%;
    padding: 3% 6%;
    border: 1px solid #B0B0B0;
}

.s28__img {
    position: relative;
    min-height: 100%;
}

.s28__img span {
    display: block;
    padding: 89.712% 0 0;
}

.s28__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s28__left {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 12.5% 10.5%;
}

.s28__left:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #213681 0%, rgba(255, 255, 255, 0) 100%);
}

.s28__title {
    position: relative;
    margin: 0;
    font: 44px/1.05 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
}

.s28__main {
    max-width: 530px;
}

.s28__text {
    font: 16px/1.9 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s28__text ul li {
    position: relative;
}

.s28__text ul li:before {
    content: "+ ";
    font-family: "OpenSans-Bold", sans-serif;
    color: #F23535;
}

.s28__btn {
    margin: 51px 0 0;
    width: 301px;
}

.s29 {
    margin: 91px 0 111px;
}

.s29 .container {
    max-width: 1058px;
}

.s29__title {
    margin: 0 0 106px;
}

.s29__info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 121px;
}

.s29__info>* {
    padding: 0 10px 0 0;
    width: 33.33%;
}

.s29-infoitem {
    position: relative;
}

.s29-infoitem__heading {
    margin: 0 0 12px;
    font: 25px/1.4 "OpenSans-Bold", sans-serif;
}

.s29-infoitem__text {
    margin: 0 0 0;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s29-infoitem__logo {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, -100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}

.s29-infoitem__logo img {
    max-height: 100%;
}

.s29__article {
    font: 25px/1.8 "OpenSans-Regular", sans-serif;
    color: #767676;
}

.s29__article strong,
.s29__article b {
    font-family: "Montserrat-SemiBold", sans-serif;
    color: #000;
}

.s29__article h3 {
    margin: 0 0 53px;
    font: 38px/1.35 "Montserrat-Bold", sans-serif;
    color: #000;
}

.s29__article iframe {
    position: relative;
    width: 100%;
    height: 579px;
}

.s29__gallery-box {
    position: relative;
    margin: 43px 0 57px;
}

.s29__gallery-h {
    padding: 50% 0 0;
}

.s29__gallery {
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    width: 100%;
    height: 100%;
    grid-gap: 15px;
    grid-template-areas: 'one one two two''one one three four';
}

.s29__gallery li {
    position: relative;
}

.s29__gallery li:nth-child(1) {
    grid-area: one;
}

.s29__gallery li:nth-child(2) {
    grid-area: two;
}

.s29__gallery li:nth-child(3) {
    grid-area: three;
}

.s29__gallery li:nth-child(4) {
    grid-area: four;
}

.s29__gallery img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s29__cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -52px;
}

.s29__cols>* {
    padding: 0 52px;
    width: 33.33%;
}

.s29__cols h4 {
    margin: 0 0 28px;
    font: 25px/1.4 "OpenSans-Bold", sans-serif;
    color: #000;
}

.s29__cols p {
    margin: 0;
    font: 16px/1.625 "OpenSans-Regular", sans-serif;
    color: #787878;
}

.s29__video {
    position: relative;
    margin: 102px 0 0;
}

.s29__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s29__video-h {
    padding: 56.25% 0 0;
}

.close-popup {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 35px;
    height: 35px;
    background: url("../img/30/cross.svg") center center/26px auto no-repeat;
    transform: translate3d(0, 0, 0);
    transition: transform 0.2s;
}

#estimate {
    margin: 0 auto;
    max-width: 1400px;
}

.s30 {
    position: relative;
    background: #fff url("../img/30/bg.jpg") right 0px/1089px auto no-repeat;
}

.s30__close {
    margin: 10px 10px 0 0;
}

.s30__box {
    margin: 0 auto;
    padding: 86px 0 76px;
    max-width: 973px;
}

@media (max-height: 800px) {
    .s30__box {
        padding: 20px 0;
    }
}

.s30__main {
    max-width: 431px;
}

.s30__heading {
    margin: 0 0 19px;
    border-bottom: 1px solid #C4C4C4;
}

.s30__title {
    margin: 0 0 17px;
    font: 32px/1.3125 "Montserrat-Bold", sans-serif;
}

.s30__title>* {
    color: #F23535;
}

.s30__subtitle {
    margin: 0 0 17px;
    font: 20px/1.55 "Montserrat-Regular", sans-serif;
}

.s30__form-text {
    margin: 0 0 22px;
    font: 16px/1.5 "OpenSans-Regular", sans-serif;
    color: #929292;
}

.s30__form-text>* {
    display: inline-block;
    color: #F23535;
}

.s30__form .popup-form__submit {
    width: 100%;
}

.popup-form__row {
    margin: 0 0 30px;
}

.popup-form__input,
.popup-form__textarea {
    display: block;
    padding: 0 13px;
    width: 100%;
    border: 1px solid #C9C9C9;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    color: #000;
    background: #fff;
    transition: all 0.2s;
}

.popup-form__input::-webkit-input-placeholder,
.popup-form__textarea::-webkit-input-placeholder {
    color: #767676;
}

.popup-form__input:-moz-placeholder,
.popup-form__textarea:-moz-placeholder {
    color: #767676;
}

.popup-form__input::-moz-placeholder,
.popup-form__textarea::-moz-placeholder {
    color: #767676;
}

.popup-form__input:focus,
.popup-form__textarea:focus {
    border-color: #F23535;
}

.popup-form__input {
    height: 50px;
}

.popup-form__textarea {
    padding-top: 13px;
    height: 119px;
    resize: none;
}

.popup-form__attach {
    display: block;
    margin: 36px 0 7px;
    padding: 0 0 0 59px;
    font: 12px/1.92 "OpenSans-Regular", sans-serif;
    color: #929292;
    background: url("../img/30/attach.svg") 6px 6px/32px auto no-repeat;
    cursor: pointer;
}

.popup-form__attach input {
    height: 0;
    visibility: hidden;
}

.popup-form__attach span {
    display: block;
    padding: 5px 0 0;
    font-size: 16px;
    color: #000;
}

.popup-form__attach i {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.policy-text {
    margin: 17px 0 0;
    font: 13px/1.77 "OpenSans-Regular", sans-serif;
    text-align: center;
    color: #929292;
}

.policy-text a {
    text-decoration: underline;
}

.policy-text a:hover {
    text-decoration: none;
}

.popup .mfp-close {
    visibility: hidden;
}

#discuss {
    margin: 0 auto;
    max-width: 388px;
}

.s31 {
    background:#FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 46px 0px #B0B0B0;
    -moz-box-shadow: 0px 0px 46px 0px #B0B0B0;
    box-shadow: 0px 0px 46px 0px #B0B0B0;
}

.s31__close {
    margin: 10px 10px 0 0;
}

.s31__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 40px 0 40px;
    max-width: 933px;
}

.s31__box>*:nth-child(1) {
    padding: 0 0px 0 0;
    width: 100%;
}

.s31__box>*:nth-child(2) {
    width: 32%;
}

@media (max-height: 800px) {
    .s31__box {
        padding: 50px 0;
    }
}

.s31__left {
    max-width: 380px;
}

.s31__title {
    margin: 0 -13px 13px 0;
    font: 31px/1.35em "Montserrat-Bold", sans-serif;
}

.s31__title>* {
    color: #F23535;
}

.s31__text-1 {
    margin: 0 0 23px;
    font: 16px/25px "OpenSans-Regular", sans-serif;
    color: #929292;
}

.s31__text-2 {
    margin: 0 0 0;
    padding: 6px 28px;
    border-left: 1px solid #F23535;
    font: 16px/25px "OpenSans-SemiBold", sans-serif;
}

.s31__form-heading {
    margin: 3px 0 29px;
    font: 25px/1.625 "Montserrat-Ищдв", sans-serif;
	text-align:center;
}

.s31__form .popup-form__submit {
    width: 300px;
	margin:30px 0px 0px 0px;
}

#write_to_director {
    margin: 0 auto;
    max-width: 525px;
}

#contact-us-directly {
    margin: 0 auto;
    max-width: 525px;
}

#get-discount {
    margin: 0 auto;
    max-width: 525px;
}

.s32 {
    position: relative;
    background: #fff;
}

.s32__box {
    margin: 0 auto;
    padding: 83px 0 33px;
    max-width: 342px;
}

@media (max-height: 650px) {
    .s32__box {
        padding: 30px 0;
    }
}

.popup-heading {
    margin: 0 0 10px;
    font: 21px/1.58 "Montserrat-Regular", sans-serif;
    text-align: center;
}

.popup-heading b {
    font-family: "Montserrat-Bold", sans-serif;
}

.s32__heading {
    margin: 0 0 26px;
}

.s32__form .popup-form__row {
    margin: 0 0 26px;
}

.s32__form .popup-form__submit {
    display: flex;
    margin: 0 auto;
    width: 268px;
}

.s32__policy {
    margin: 24px 0 0;
}

.s32__close {
    margin: 10px 10px 0 0;
}

#get_quote_2 {
    margin: 0 auto;
    max-width: 491px;
}

.s33 {
    position: relative;
    padding: 80px 30px 58px;
    background: #fff;
}

@media (max-height: 650px) {
    .s33 {
        padding: 40px 30px 30px;
    }
}

.s33__close {
    margin: 10px 10px 0 0;
}

.s33__box {
    margin: 0 auto;
    max-width: 342px;
}

.s33__heading {
    margin: 0 0 18px;
}

.s33__socials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 33px;
}

.s33__socials li {
    margin: 0 8px;
}

.s33__socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
}

.s33__socials a img {
    max-width: 85%;
    max-height: 85%;
}

.s33__socials a img:nth-child(2) {
    display: none;
}

.s33__socials a:hover img:nth-child(1) {
    display: none;
}

.s33__socials a:hover img:nth-child(2) {
    display: inline;
}

.s33__form .popup-form__submit {
    display: flex;
    margin: 40px auto 0;
    width: 268px;
}

.s33__policy {
    margin: 28px 0 0;
}

.s34 {
    margin: 100px auto;
    max-width: 1400px;
}

.s34__box {
    display: flex;
    flex-wrap: wrap;
}

.s34__box>*:nth-child(1) {
    position: relative;
    width: 44.072%;
}

.s34__box>*:nth-child(2) {
    display: flex;
    align-items: center;
    width: 55.928%;
    padding: 3% 6%;
    border: 1px solid #B0B0B0;
}

.s34__box_2>*:nth-child(1) {
    width: 46.786%;
}

.s34__box_2>*:nth-child(2) {
    width: 53.214%;
}

.s34__box_2 .s34__img span {
    padding: 63.512% 0 0;
}

.s34__img {
    position: relative;
    min-height: 100%;
}

.s34__img span {
    display: block;
    padding: 67.425% 0 0;
}

.s34__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.s34__main {
    max-width: 430px;
}

.s34__title {
    margin: 0 0 1em;
    font: 31px/1.4 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
}

.s34__title span {
    color: #F23535;
}

.s34__text {
    margin: 0;
    max-width: 397px;
    font: 15px/1.4 "OpenSans-Regular", sans-serif;
}

.popups-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
    height: 300px;
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
    text-align: center;
}

.popups-list a {
    padding: 10px;
}

.page-num_1 .s8 {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.page-num_3 .s5 {
    margin-bottom: 131px;
}

.page-num_3 .s7 {
    margin-bottom: 95px;
}

.page-num_4 .s5 {
    margin: 144px 0 179px;
}

.page-num_5 .s7 {
    margin: 187px 0 78px;
}

.page-num_5 .s10 {
    margin: 188px 0 135px;
}

.page-num_6 .s15 {
    margin: 306px 0 232px;
}

.page-num_6 .s10 {
    margin: 316px 0 145px;
}

.page-num_7 .s15 {
    margin: 263px 0 195px;
}

.page-num_8 .s9_2 {
    margin: 154px 0 221px;
}

.page-num_8 .s3 {
    margin: 137px 0 149px;
}

.page-num_9 .s2 {
    margin: 129px 0 112px;
}

.page-num_10 .s3 {
    margin: 0 0 143px;
}

.page-num_10 .s16 {
    margin-top: 204px;
}

.s16 h4.staf_subtitle
{
    font-size: 23px;
    font-family: "OpenSans-Regular", sans-serif;
    line-height: 143%;
    color: #767676;
}

.page-num_10 .s17 {
    margin-bottom: 129px;
	background:#F7F7F7;
	padding:40px 0px;
}

.page-num_10 .s9_2 {
    margin: 158px 0 204px;
}

.page-num_11 .s15 {
    margin: 205px 0 210px;
}

.page-num_12 .s20 {
    margin: 113px 0 212px;
}

.page-num_12 .s15 {
    margin: 239px 0 203px;
}

.page-num_15 .s12 {
    margin: 126px 0;
}

.page-num_16 .s20 {
    margin: 76px 0 177px;
}

.page-num_16 .s20__title {
    margin: 0 0 44px;
}

.s22__clients-logos .s6-item {
    width: 25%;
}

.s22__clients-logos .s6-item__img {
    width: 125px;
    height: 125px;
}

.s6-item__img img {
    width: 125px;
    height: auto;
}

.s13 .s2__list-box .s2__list-link
{
margin:25px 0px 0px 0px;
}

.s13 .s2__list-box {
    padding: 20px 0 0px;
}

.page-num_16 .s15 {
    margin: 220px 0 215px;
}

.page-num_17 .s13 {
    margin: 100px 0 100px;
}

.page-num_17 .s13__item:not(:last-child) {
    margin: 0 0 180px;
}

.page-num_17 .s28 {
    margin: 178px 0 170px;
}

.page-num_18 .s15 {
    margin: 107px 0 181px;
}

.page-num_18 .s13 {
    margin: 124px 0 162px;
}

.page-num_18 .s5_2 {
    margin: 150px 0 196px;
}

.page-num_18 .s7 {
    margin: 235px 0 177px;
}

.page-num_18 .s22 {
    margin: 140px 0 140px;
}

.page-num_20 .s12 {
    margin: 142px 0;
}

.search {
    padding: 50px 0;
}

.search__title {
    margin: 0 0 40px;
    font: 20px/1.2 "Montserrat-SemiBold", sans-serif;
    text-align: center;
}

.search__list {
    list-style: decimal;
    font: 15px/1.2 "OpenSans-Regular", sans-serif;
}

.search__list li {
    margin: 0 0 20px;
}

.search__list a:hover {
    text-decoration: underline;
}

#id_44 .s2__title span {
    display: none;
}

.wpcf7-not-valid-tip {
    margin: 0 0 -18px;
    font-size: 12px;
    line-height: 18px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 10px 0 -10px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    border-width: 1px;
}

.popup-form__input.wpcf7-not-valid,
.popup-form__textarea.wpcf7-not-valid,
.footer__subscribe-input.wpcf7-not-valid {
    border-color: #dc3232;
}

#id_682 .mfp-bottom-bar {
    display: none;
}

.page-top_15 .page-top__bg:after,
.page-top_14 .page-top__bg:after,
.parent-pageid-40 .page-top__bg:after,
.parent-pageid-42 .page-top__bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89.24deg, rgba(9, 27, 93, 0.4) 28.68%, rgba(49, 157, 191, 0) 92.82%);
}

.wpcf7-form-control.wpcf7-radio {
    margin: 0 0 20px;
    display: block;
}

#write_to_director .wpcf7-radio,
#get_quote_2 .wpcf7-radio {
    text-align: center;
}

.wpcf7-list-item {
    margin: 0 10px;
}

.s35 {
    margin: 100px 0 170px;
}

.s35__heading {
    margin: 0 0 76px;
    max-width: 400px;
    font: 31px/1.39 "Montserrat-Bold", sans-serif;
    letter-spacing: 0.03em;
}

.s35__heading>* {
    font-family: inherit;
    color: #F23535;
}

.s35__video iframe {
    width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive:before {
    display: block;
    content: "";
}

.embed-responsive-16by9:before {
    padding-top: 56.25%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.s36 {
    position: relative;
    margin: 100px 0 100px;
    padding: 81px 0 30px;
    min-height: 556px;
    background: #E1E1E1;
}

.s36__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.s36__bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 53.33%;
}
.page-template-gallery .breadcrumbs
{
margin-top: 55px;
}
.page-template-gallery #gallery
{
width:100%;
margin:0px 0px 0px 0px;
padding:20px;
background: #F7F7F7;
border:1px solid #E5E5E5;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #b0b0b0;
}

.page-template-gallery #gallery .bokmars button
{
width:200px;
text-align:center;
color: #fff;
background: #F23535;
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
padding:10px  5px;
border: 1px solid #F23535;
border-radius: 100px;
font: 15px/1.4 "OpenSans-Bold", sans-serif;
text-transform: uppercase;
overflow: hidden;
}
.page-template-gallery #gallery .bokmars button p
{
margin:0px;
padding:0px;
color: #FFF;
}
.page-template-gallery #gallery .bokmars {
    margin: 0px auto;
    width: 430px;
}
#watisp
{
padding: 110px 0px;
background: #FFFFFF;
height: 675px;
}
#watisp .wrapper,
#whatis2 .wrapper
{
width: 1100px;
margin: 0px auto;
}
#watisp .wrapper .left
{
width:50%;
float:left;
}
#watisp .wrapper .right
{
width:40%;
float:right;
background:#F0F0F0;
padding: 50px 15px 50px 0px;
}
#watisp .left h2
{
width:80%;
margin:0px 0px 30px 0px;
font-size: 33px;
font-weight: bold;
line-height: 40px;
font-family: 'Montserrat-SemiBold', sans-serif;
text-transform: uppercase;
}
#watisp .left #wtstext
{
font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
margin: 0px 0px 50px 0px;
}
#watisp .left #aboutus
{
margin:0px;
}
#watisp .right #wtsimg
{
width:100%;
float:left;
margin:0px 0px 0px -40px;
}
#watisp .right #wtsimg img
{
width:auto;
max-height:450px;
}
#whatis2
{
padding: 110px 0px;
background: #FFFFFF;
height: 675px;
}
#whatis2 h2
{
margin:0px 0px 30px 0px;
font-size: 33px;
font-weight: bold;
line-height: 40px;
font-family: 'Montserrat-SemiBold', sans-serif;
text-transform: uppercase;
}
#whatis2 #first,
#whatis2 #second,
#whatis2 #third
{
width:100%;
float:left;
margin:0px 0px 30px 0px;
padding:10px 0px;
}
#whatis2 #first #whatis2text
{
width:45%;
float:left;
font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
}
#whatis2 #first #whatis2you
{
width:50%;
float:right;
}
#whatis2 #second #whatis2img
{
width:50%;
float:left;
background:#E6E6E6;
padding:30px;
}
#whatis2 #second #whatis2text2
{
width:45%;
float:right;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
}
#whatis2 #second #whatis2text2 ul li
{
list-style:disc;
}
#whatis2 #third #whatis2h2
{
width:50%;
float:left;
}
#whatis2 #third #whatis2h2 h2
{
width:100%;
margin-top:200px;
font-size: 28px;
font-family:"Montserrat-Bold", sans-serif;
padding:0px 30px 0px 0px;
background: url(../img/2/arrow_red.svg) right center no-repeat;
background-size:80px;
background-position: right 10% top 50%;
}
#whatis2 #third #whatis2h2 h2 span
{
background: url(../img/2/arrow_red.svg) right center no-repeat;
}
#whatis2 #third #whatis2map
{
width:50%;
float:right;
}

@media (min-width: 1600px) {
    .s36__bg img {
        height: 38vw;
    }
}




@media (min-width: 2000px) {
    .s36__bg img {
        height: 750px;
    }
}

.s36__box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -95px 0 0;
}

.s36__box>*:nth-child(1) {
    width: calc(100% - 430px);
}

.s36__box>*:nth-child(2) {
    width: 430px;
}

.s36__title {
    margin: 0 0 30px;
    font: 60px/1.084 "Montserrat-Bold", sans-serif;
}

.s36__title>* {
    font-family: inherit;
    color: #F23535;
}

.s36__form {
    margin: 12px 0 0 0;
}

.s36__form .popup-form__submit {
    margin: 41px 0 0 0;
    width: 300px;
}

.hidden {
    display: none;
}

#menuestimate {
    display: none;
}

.wide-menu-item {
    display: inline-grid;
    border-right: 1px solid #79797A;
}

.wide-menu-item:nth-child(3) {
    border-right: none;
}

.breadcrumbs {
    max-width: 1765px;
    margin: 15px 0;
	margin-left:3vw;
    padding: 0px 10px;
    /* color: #FFF; */
    font-size: 12px;
	/* position:absolute; */
	z-index:1;
	font-family: "OpenSans-Light", sans-serif;
}

.page-id-130 .breadcrumbs
{
margin-top: -15px;
}

.post-template-page-blog .breadcrumbs
{
display:none;
}
#outubevideo iframe
{
width:100%;
}

.post-template-page-blog .s27 .breadcrumbs
{
display:block;
margin-left:10px;
}

.post-template-page-blog .s27__bg img.wp-post-image
{
padding:0px 0px 25px 0px;
}

.post-template-page-blog .s27__article h3
{
margin: 0 0 20px;
}

.post-template-page-blog .postdescription
{
padding:20px 10px;
margin:0px 0px 20px 0px;
background:#F2F2F2;
border-left:3px solid #E04532;
}

.post-template-page-blog .s27__title
{
margin:0px 0px 20px 0px;
}

.post-template-page-blog #contactsblog
{
padding:10px;
margin:10px 0px;
background:#F2F2F2;
font-size:15px;
border-left:3px solid #E04532;
}

.home .breadcrumbs {
    display: none;
}

@media (min-width: 2158px) {
    .container-fluid {
        padding: 0 79px;
    }
}

@media (max-width: 1499px) {
#trustisur .wrapper,
#prohighrise .wrapper
{
    width: 100%;
	max-width:100%;
    margin: 0px auto;
}
	#exextop h2 {
    font: 44px/1.3 "Montserrat-Bold", sans-serif;
}
#allphoto {
height: 500px;
}
}

@media (max-width: 1400px) {
.s1__list-text
{
font-size:13px;
}
#trustisur .wrapper,
#prohighrise .wrapper
{
    width: 100%;
	max-width:100%;
    margin: 0px auto;
}
	#exextop h2 {
    font: 44px/1.3 "Montserrat-Bold", sans-serif;
}
}

@media (max-width: 1399px) {
    .s5-item__img {
        width: 44.072vw;
    }

    .s5_2 .s5-item__img {
        width: 47.357vw;
    }

    .s1__list {
        padding: 0 0 0 4%;
    }

    .s2__box-img {
        width: 36.8vw;
    }
	#exextop h2 {
    font: 44px/1.3 "Montserrat-Bold", sans-serif;
}
}

@media (max-width: 1330px) {
    .header__menu>li {
        margin: 0;
    }

    .header__menu>li>a {
        padding: 11.5px 7px;
    }
}

@media (max-width: 1300px) {
    .s2__box-img {
        width: 35.8vw;
    }
}

@media (max-width: 1199px) {
    .header__contacts .contacts-list {
        width: 250px;
        padding: 10px;
        border-left: 0;
        border-right: 0;
    }

    .header__logo {
        position: absolute;
        left: 50%;
        top: 12px;
        transform: translate(-50%);
        display: inline-block !important;
        margin: 0;
        width: 180px;
    }

    .header__nav {
        position: fixed;
        left: 0;
        top: 0;
        transform: translate3d(-100%, 0, 0);
        padding: 60px 0 20px;
        width: 262px;
        height: 100%;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
        transition: transform 0.3s;
    }

    .header__nav::-webkit-scrollbar {
        width: 5px;
    }

    .header__nav::-webkit-scrollbar-track {
        background: #fff;
    }

    .header__nav::-webkit-scrollbar-thumb {
        background: #888;
    }

    .header__nav::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

    .header__nav-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .header__nav-bg_active {
        visibility: visible;
        opacity: 1;
    }

    .header__nav_active {
        transform: translate3d(0, 0, 0);
    }
	
	.header__nav
	{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;	
	}
	.cc-revoke, .cc-window {
z-index:1 !important;
}
	.header__nav.opened
	{
		transform: translate3d(0, 0, 0);
	}

    .header__nav>*:nth-child(1) {
        width: 100%;
    }

    .header__nav>*:nth-child(2) {
        justify-content: flex-start;
        width: 100%;
    }

    .header__menu {
        flex-direction: column;
        align-items: stretch;
        margin: 0 0 30px;
        text-align: left;
    }

    .header__menu a {
        display: block;
    }

    .header__menu>li>a {
        padding: 12px 40px 12px 20px;
    }

    .header__search {
        order: -1;
        margin: 0 15px 0 10px;
    }

    .header__search-input {
        right: auto;
        left: 0;
    }

    .header__search_active .header__search-input {
        padding: 0 15px 0 38px;
        width: 232px;
    }

    .header__menu>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        padding: 10px 0;
        font: 14px/1.4 "Montserrat-Medium", sans-serif;
        white-space: normal;
        -moz-columns: auto !important;
        columns: auto !important;
        display: none;
    }

    .header__menu>li ul a {
        padding: 5px 20px 5px 20px;
    }

    .header__menu>li:hover>a {
        color: #000;
        background: #fff;
    }

    .submenu-btn {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: transparent;
    }

    .submenu-btn:before {
        content: "+";
        position: absolute;
        left: 0;
        top: 0;
        display: flex !important;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font: 20px/1 "Montserrat-Medium", sans-serif;
        color: #000;
    }

    .submenu-btn_active:before {
        content: "-";
    }

    .header__box>*:nth-child(3) {
        display: flex;
        justify-content: flex-end;
    }

    .header__menu-btn-wrapper {
        position: fixed;
        right: 15px;
        top: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        background: none;
		z-index:100;
    }

    .header__menu-btn {
        padding: 0;
        width: 100%;
        height: 100%;
        transform: scale(0.7);
    }

    .header__menu-btn .hamburger-box {
        display: block;
        width: 100%;
        height: 100%;
    }

    .header__menu-btn .hamburger-inner,
    .header__menu-btn .hamburger-inner::after,
    .header__menu-btn .hamburger-inner::before {
        width: 100%;
        background: #F23535;
    }

    .header__menu-btn:hover {
        opacity: 1;
    }

    .header__box {
        padding: 0 !important;
    }

    .header {
        background: transparent;
    }

    .header_scrolled {
        border: 0;
    }

    body {
        padding: 0;
    }

    .header__box>*:nth-child(1) {
        display: none;
        visibility: hidden;
    }

    .s1__box>*:nth-child(1),
    .s1__box>*:nth-child(2) {
        margin: 0 auto;
        width: 868px;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .s1__box>*:nth-child(2) {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .s1__text {
        margin: 0 0 35px;
        text-align: center;
    }

    .s1__list {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 0 20px;
    }

    .s1__list>* {
        width: 33.33%;
    }

    .s1__form {
        margin: 0 auto 30px;
    }

    .s10-help {
        margin-left: 30px;
        width: calc(100% - 30px);
    }

    .s10__box>*:nth-child(1) {
        width: 66%;
    }

    .s10__box>*:nth-child(2) {
        width: 34%;
    }

    .s11-item__main {
        padding: 7%;
    }

    .s11__items {
        margin: 0 -10px;
    }

    .s11-item__box {
        padding: 0 10px;
    }

    .s11-item__title {
        font-size: 20px;
    }

    .s11-item__link {
        font-size: 16px;
    }

    .s12__items {
        margin: 0 -10px;
    }

    .s12-item__box {
        padding: 0 10px;
    }

    .s12-item__main {
        padding: 20px 7%;
    }

    .s12-item__title {
        font-size: 20px;
    }

    .s12-item__date {
        font-size: 15px;
    }

    .s12-item__text {
        font-size: 15px;
    }

    .s12-item__link {
        font-size: 16px;
    }

    .s5-item_left>*:nth-child(1) {
        padding: 0 60px 0 0;
    }

    .s5-item_right>*:nth-child(1) {
        padding: 0 0 0 60px;
    }

    .s9__map {
        width: 387px;
    }

    .s2__list-box>*:nth-child(1) {
        width: 100%;
    }

    .s2__list-box>*:nth-child(2) {
        width: 100%;
    }

    .s2__list-link {
        margin: 10px 0 0 0px;
    }

    .page-top .container-fluid {
        padding: 0;
    }

    .s15__text {
        margin: 40px 0 0;
        font-size: 18px;
    }

    .s15-item__box>*:nth-child(1) {
        width: 100%;
    }

    .s15-item__box>*:nth-child(2) {
        width: 100%;
    }

    .page-top_8 .page-top__main {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: 0 0 0 0;
    }

    .page-top_8 .page-top__main .page-top__heading {
        text-align: right;
    }

    .s27__box>*:nth-child(1) {
        margin: 0 0 30px;
        width: 100%;
    }

    .s27__box>*:nth-child(2) {
        width: 100%;
    }

    .s27__article {
        margin: 0;
        width: 100%;
    }

    .s27__heading {
        font-size: 16px;
    }

    .s27__title {
        margin: 0 0 30px;
        font-size: 32px;
    }

    .s27__date {
        margin: 0 0 50px;
    }

    .s27__article h3 {
        margin: 0 0 30px;
        font-size: 24px;
    }

    .s27__article p {
        margin: 0 0 1.2em;
        font-size: 15px;
    }

    .s27__article-img {
        margin: 40px 0;
    }

    .s27__article h4 {
        margin: 0 0 20px;
        font-size: 18px;
        line-height: 1.4;
    }

    .s27__article blockquote {
        margin: 40px 0;
        padding: 0 0 0 50px;
        font-size: 18px;
    }

    .s27__article blockquote:before {
        font-size: 80px;
        line-height: 1;
    }

    .s28__left {
        display: flex;
        align-items: center;
        padding: 30px;
    }

    .s28__title {
        font-size: 36px;
    }

    .s28__box>*:nth-child(2) {
        padding: 30px;
    }

    .s2__list-icon {
        margin: 20px 0 0;
    }

    .s26__blocks {
        margin: 0 -10px;
    }

    .s26__blocks>* {
        margin: 0 0 20px;
        padding: 0 10px;
    }

    .s27 {
        margin: 0 auto 120px;
    }

    .s27__main {
        padding: 60px 0 0;
    }

    .header {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .header__contacts .contacts-list>*>* {
        padding-left: 20px;
    }

    .s2__box-img {
        width: 34.6vw;
    }

    .s13_new .s13__item {
        margin: 0 0 150px;
    }

    .s35__heading {
        max-width: none;
    }

    .s35 {
        margin-bottom: 150px;
    }

    .s36__box {
        margin: 0;
    }

    .s36__box>*:nth-child(1) {
        width: 50%;
    }

    .s36__box>*:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .footer__main-box>*:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0 0;
        width: 100%;
        order: 4;
    }

    .footer__main-box>*:nth-child(2) {
        width: 30%;
        order: 1;
    }

    .footer__main-box>*:nth-child(3) {
        width: 40%;
        order: 2;
    }

    .footer__main-box>*:nth-child(4) {
        width: 30%;
        order: 3;
    }

    .footer__main-box>*:nth-child(5) {
        padding: 10px 0 0;
        order: 5;
    }

    .footer__text {
        text-align: center;
    }
	
	.page-template-contact .page-top__box ul.footer__socials {
    margin: 0 0 15px 1px;
}

    footer .footer__socials {
        margin: 10px 0 0;
    }
	


    .footer__main {
        padding: 50px 0 25px;
    }

    .footer__top-text {
        margin: 0;
        font-size: 14px;
    }

    .footer__top {
        padding: 20px 0;
    }

    .s6-item__img {
        width: 130px;
        height: 330px;
    }

    .s6-item__img img {
        width: 130px;
        height: 130px;
    }

    .s6-item__img h3 {
        padding: 10px;
        margin: 15px 0px 15px 0px;
        font-size: 13px;
        height: 80px;
        overflow: hidden;
    }

    .h2s6 {
        width: 82vw;
    }

    .line-desc {
        margin: 0px 0px 0px 0px;
        padding: 0px 10px;
        height: 105px;
        overflow: hidden;
    }

    .s7__title {
        margin: 0 0 60px;
        position: static;
    }

    .s7__title br {
        display: none;
    }

    .s7__items>*:nth-child(1) {
        display: none;
    }

    .s7__items>* {
        width: 50%;
        margin: 0 0 50px !important;
    }

    .s7__items>*:last-child {
        margin: 0 !important;
    }

    .s9__box>*:nth-child(1) {
        margin: 0 0 50px;
        padding: 0;
        width: 100%;
    }

    .s9_2 .s9__subtitle {
        display: none;
    }

    .s9__box>*:nth-child(2) {
        width: 100%;
    }

    .s9__title br {
        display: none;
    }

    .s9__top {
        margin: 0 0 30px;
    }

    .s9__items {
        max-width: none;
    }

    .s9__map {
        width: 100%;
    }

    .s9__box {
        margin: 0 auto;
        width: 450px;
        max-width: 100%;
    }

    .s10__left {
        max-width: none;
    }

    .s10__box>*:nth-child(1) {
        margin: 0 0 50px;
        width: 100%;
    }

    .s10__box>*:nth-child(2) {
        width: 100%;
    }

    .s10-help {
        margin: 50px auto 0;
        width: 292px;
        max-width: 100%;
    }

    .s11__items>* {
        margin: 0 0 20px;
        width: 50%;
    }

    .s12__items>* {
        margin: 0 0 20px;
        width: 50%;
    }

    .s3__box>*:nth-child(1) {
        padding: 60px 0 100px 0;
        width: 100%;
        min-height: auto;
    }
	
	#s3blackbox
	{
	width: 100vw;
    margin: 0px auto;
    padding: 0px 5vw;
	}
	
	#s3-build-box
	{
	width: 100vw;
    margin: -85px auto 30px auto;
    padding: 0px 5vw;
	}

	#s3-build-box ul.casesitems li
	{
	width:100%;
	float:left;
	padding:0px 30px 30px 30px;
	margin:0px;
	text-align:center;
	background:#FFF;
	}

	#s3-build-box ul.casesitems li:nth-child(1)
	{
	margin:0px auto;
	}
	#s3-build-box ul.casesitems li:nth-child(2)
	{
	margin:40px auto 0px auto;
	}

    .s3__box>*:nth-child(2) {
        padding: 60px 0;
        width: 100%;
    }

    .s3__box>*:nth-child(1):before,
    .s3__box>*:nth-child(2):before {
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }

    .s3__arrows {
        justify-content: center;
        padding: 0 0 20px;
    }

    .s3__items-box {
        padding: 0 15px;
        width: auto;
        max-width: 100%;
    }

    .s3-item__img {
        margin: 0 auto 10px;
        width: 180px;
        height: 180px;
    }

    .s3-item__title {
        font-size: 22px;
    }

    .stitle {
        font-size: 30px;
    }

    .s3__title {
        margin: 0 0 35px;
    }

    .s3__title br {
        display: none;
    }

    .s3__text {
        font-size: 18px;
    }

    .s3__items {
        margin: 0 -15px;
    }

    .s5__list>* {
        margin: 0 0 80px;
    }

    .page-top__title {
        font-size: 50px;
    }

    .s18-item {
        margin: 0;
    }

    .s18-item_left>*:nth-child(2) {
        padding: 0 0 0 50px;
    }

    .s18-item_right>*:nth-child(2) {
        padding: 0 50px 0 0;
    }

    .s18-item>*:nth-child(1) {
        width: 50%;
    }

    .s18-item>*:nth-child(2) {
        width: 50%;
    }

    .s18__items>* {
        margin: 0 0 120px;
    }

    .s17__box>*:nth-child(1) {
        width: 50%;
    }

    .s17__box>*:nth-child(2) {
        padding: 0 0 0 40px;
        width: 50%;
    }

    .s19-item__img {
        width: 480px;
    }

    .s19__items .slick-dots {
        bottom: -30px;
    }

    .s19 {
        margin: 70px 0;
    }

    .s17__photos {
        margin: 0 auto;
        max-width: 350px;
    }

    .s20__box {
        width: 100%;
    }

    .s20__text {
        padding: 20px;
    }

    .s23__box>*:nth-child(1) {
        width: 100%;
    }

    .s23__box>*:nth-child(2) {
        margin: 0 0 60px;
        width: 100%;
    }

    .s23__title {
        margin: 0 0 60px;
    }

    .s23__exp {
        margin: 0;
    }

    .s23__exp-text {
        margin: 0;
    }

    .s23__exp-text br {
        display: none;
    }

    .s23__exp-years {
        margin: 0 0 5px;
        font-size: 65px;
    }

    .s23__items {
        margin: 0 -15px;
    }

    .s23__items>* {
        padding: 0 15px;
        width: 50%;
    }

    .s23__items>*:nth-child(1),
    .s23__items>*:nth-child(2) {
        margin: 0 0 40px;
    }

    .s24__box-img {
        width: 65%;
    }

    .s24__box-main {
        width: 35%;
    }

    .s26-block__main {
        padding: 20px;
        border-width: 2px;
    }

    .s26-block__date {
        margin: 0 0 10px;
        font-size: 14px;
    }

    .s26-block__title {
        margin: 0 0 10px;
        font-size: 20px;
    }

    .s26-block__text {
        font-size: 14px;
    }

    #estimate {
        max-width: 500px;
    }

    .s30 {
        background: #fff;
    }

    .s30__main {
        max-width: 100%;
    }

    .s29__article iframe {
        height: 450px;
    }

    .s2__box-img {
        width: 40vw;
    }

    .s36__title {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .footer__main-box>*:nth-child(2) {
        width: 50%;
    }

    .footer__main-box>*:nth-child(3) {
        width: 50%;
    }

    .footer__main-box>*:nth-child(4) {
        margin: 30px 0 20px;
        width: 100%;
        order: 4;
    }

    .footer__subscribe {
        margin: 0 auto;
        max-width: 230px;
    }

    .footer__subscribe-btn {
        display: flex;
        margin: 20px auto 0;
        width: 167px;
        height: 35px;
        min-height: auto;
    }

    .footer__subscribe-input {
        height: 35px;
        text-align: center;
    }

    .s2__box>*:nth-child(1) {
        margin: 0 0 30px;
        padding: 0;
        width: 100%;
    }

    .s2__box>*:nth-child(2) {
        width: 100%;
    }

    .s2__btn {
        display: flex;
        margin: 30px auto 0;
    }

    .s5-item>*:nth-child(1) {
        padding: 0;
        width: 100%;
    }

    .s5-item>*:nth-child(2) {
        width: 100%;
    }

    .s5-item__num {
        margin: 0 0 2px;
    }

    .s5-item__title {
        margin: 0 0 1em;
        font-size: 26px;
    }

    .s5-item__img {
        margin: 0 auto;
        max-width: 100%;
        width: 100%;
    }

    .s6-item__img {
        padding: 0px 5px;
        width: 100px;
        height: 335px;
    }

    .logoimg {
        width: 100px;
        height: 100px;
    }

    .s6-item__img img {
        width: 125px;
        height: auto;
    }

    .s6-item__img h3 {
        height: 110px;
        padding: 5px 0px;
        margin: 10px 0px;
    }

    .line-desc {
        margin: 0px;
    }

    .s10-choice__img {
        margin: 0;
    }

    .s10-choices__btns {
        justify-content: center;
        margin: 20px -10px 0;
    }

    .s10-choices__btn {
        margin: 10px;
        width: calc(33.33% - 20px);
    }

    .s1__list {
        margin: 0 auto;
        padding: 20px;
        max-width: 300px;
        height: auto;
    }

    .s1__list>* {
        margin: 0 0 20px;
        width: 100%;
    }

    .s1__list>*:last-child {
        margin: 0;
    }

    .s1__box>*:nth-child(2) {
        flex-direction: column;
        align-items: center;
    }

    .s5_2 .s5-item>*:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 25px;
        padding: 0;
        width: 100%;
    }

    .s5_2 .s5-item>*:nth-child(2) {
        width: 100%;
    }

    .s5-item__num-big {
        order: -1;
        margin: 0 0 10px;
        font-size: 40px;
    }

    .s5_2 .s5-item__img {
        width: 100%;
    }

    .s5_2 .s5-item__text {
        margin: 0 0 10px;
    }

    .s5-item__link {
        margin: 0 0 0 -5px;
    }

    .s52__toptext {
        font-size: 28px;
    }

    .s14__title {
        font-size: 60px;
    }

    .s14__subtitle {
        font-size: 24px;
    }

    .s14__rblock {
        margin: 20px 0 50px;
    }

    .s14__items .slick-dots {
        bottom: 20px;
    }

    .s14__blocks {
        margin: 0 -15px 60px;
    }

    .s14__block {
        padding: 0 15px;
    }

    .s15__box>*:nth-child(1) {
        padding: 30px 30px 100px;
        width: 100%;
    }

    .s15__box>*:nth-child(2) {
        width: 100%;
    }

    .s15__arrows {
        justify-content: center;
        padding: 0 0 20px;
    }

    .s15__box>*:nth-child(1):before {
        right: auto;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        border: 3px solid #F23535;
    }

    .s15 {
        border: 0;
    }

    .s15__text {
        margin: 20px 0 0;
    }

    .s15__items {
        margin: 0;
    }

    .s15-item {
        padding: 30px;
        height: auto;
        min-height: 500px;
    }

    .s18-item>*:nth-child(1) {
        margin: 0 0 30px;
        width: 100%;
    }

    .s18-item>*:nth-child(2) {
        padding: 0;
        width: 100%;
    }

    .s18-item__title {
        margin: 0 0 20px;
        font-size: 24px;
    }

    .s18__items>* {
        margin: 0 0 60px;
    }

    .s17__box>*:nth-child(1) {
        margin: 0 0 40px;
        width: 100%;
    }

    .s17__box>*:nth-child(2) {
        padding: 0;
        width: 1000%;
    }

    .s17__items {
        width: 100%;
		margin: 0px 0 20px;
    }

    .s19-item__img {
        width: 80vw;
        min-width: 250px;
    }

    .s19-item {
        padding: 0 5px;
    }

    .s20__img {
        width: 100%;
    }

    .s20__text {
        width: 100%;
    }

    .s20__text {
        padding: 30px;
    }

    .s22__title {
        margin: 0 0 20px;
        font-size: 36px;
    }

    .s22__subtitle {
        font-size: 18px;
    }

    .s24__box-img {
        width: 100%;
    }

    .s24__box-main {
        width: 100%;
    }

    .s24__box-main {
        min-height: auto;
        border-width: 2px;
    }

    .s24__box-title {
        margin: 0 0 15px;
        font-size: 22px;
    }

    .s24__box-text {
        margin: 0 0 20px;
    }

    .s24__switcher {
        justify-content: center;
    }

    .s24__box-link {
        font-size: 14px;
    }

    .s24__box-link {
        padding-right: 20px;
        background-size: 10px auto;
    }

    .s24__subtitle {
        font-size: 18px;
    }

    .s26-item>*:nth-child(1) {
        width: 50%;
    }

    .s26-item>*:nth-child(2) {
        width: 50%;
    }

    .s26-item__main {
        padding: 20px;
    }

    .s26-item__date {
        margin: 0 0 10px;
        font-size: 15px;
    }

    .s26-item__title {
        font-size: 20px;
    }

    .s26-item__text {
        margin: 0 0 20px;
        font-size: 15px;
    }

    .s26-item__explore {
        padding-right: 20px;
        font-size: 16px;
        background-size: 15px auto;
    }

    .stitle-big {
        margin: 0 0 20px;
        font-size: 40px;
    }

    .s26__tags {
        font-size: 15px;
    }

    .s26__tags li {
        margin: 0 10px 0 0;
    }

    .s28__box>*:nth-child(1) {
        width: 100%;
    }

    .s28__box>*:nth-child(2) {
        width: 100%;
    }

    .s28__title {
        text-align: center;
    }

    .s28__title br {
        display: none;
    }

    .s28__img span {
        padding: 0;
        height: 300px;
    }

    .s34__title {
        font-size: 24px;
    }

    .s26__blocks>* {
        width: 50%;
    }

    .page-numbers {
        font-size: 16px;
        margin: 0 3px;
    }

    .page-numbers:not(.prev):not(.next):not(.dots) {
        width: 30px;
        height: 30px;
    }

    .page-numbers.prev,
    .page-numbers.next {
        margin: 0 3px;
    }

    .s29-infoitem__heading {
        font-size: 22px;
    }

    .s29__info {
        margin: 0 0 40px;
    }

    .s29__article {
        font-size: 18px;
    }

    .s29__article h3 {
        margin: 0 0 30px;
        font-size: 26px;
    }

    .s29__cols {
        margin: 0 -10px;
    }

    .s29__cols>* {
        padding: 0 10px;
    }

    .s29__cols h4 {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .s29__cols p {
        font-size: 15px;
    }

    .s29__gallery {
        grid-gap: 7px;
    }

    .s29__gallery-box {
        margin: 40px 0;
    }

    .s29__video {
        margin: 40px 0;
    }

    .s30__box {
        padding: 30px 10px;
    }

    .s30__title {
        font-size: 24px;
    }

    .s30__subtitle {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .s30__form-text {
        margin: 0 0 15px;
        font-size: 15px;
    }

    .popup-form__input {
        height: 35px;
    }

    .popup-form__row {
        margin: 0 0 20px;
    }

    .policy-text {
        margin: 10px 0 0;
        font-size: 12px;
    }

    .close-popup {
        margin: 0 !important;
        background-size: 18px auto;
    }

    .s31__box {
        padding: 20px 0 100px;
    }

    .s32__box {
        padding: 20px 0;
    }

    .s33 {
        padding: 20px 15px;
    }

    .s7__title {
        margin: 0 0 30px;
    }

    .s5__list>* {
        margin: 0 0 50px;
    }

    .s21__title {
        margin: 0 0 30px;
    }

    .s21__img {
        margin: 0 0 30px;
    }

    .s21__socials {
        margin: 30px 0 0;
    }

    .s24__switcher {
        margin: 0 -10px 20px;
    }

    .spagination {
        margin: 40px 0 0 0;
    }

    .s27__related {
        margin: 0 0 40px;
    }

    .s27__categories {
        margin: 0 0 40px;
    }

    .s27__search {
        margin: 0 0 40px;
    }

    .page-num_16 .s20__title {
        margin: 0 0 30px;
    }

    .page-num_17 .s13__item:not(:last-child) {
        margin: 0 0 60px;
    }

    .page-num_17 .s2__title:last-child {
        margin: 0;
    }

    .s1 {
        margin: 65px 0 80px;
		height:auto;
		min-height:770px;
    }
	
	.s2__list-text
	{
	color:#767676;
	font-size:16px;
	line-height:25px;
	}
	
	.s2 .sbtn
	{
	margin:60px auto 0px auto;
	width:90%;
	height:50px;
	}
	
	.header__box_mobile img
	{
	width:170px;
	height:auto;
	    margin: 5px 0px 0px 15px;
	}

    .s2 {
        margin: 120px 0px 80px 0;
    }

    .s3 {
        margin: 0 0 80px;
    }

    .s4 {
        margin: 80px 0;
    }

    .s5 {
        margin: 80px 0;
    }

    .s6 {
        padding: 80px 0;
    }

    .s7 {
        margin: 80px 0 55px 0;
    }

    .s9 {
        padding: 80px 0;
    }

    .s10 {
        margin: 80px 0;
    }

    .s11 {
        margin: 80px 0;
    }

    .s12 {
        margin: 80px 0;
    }

    .s13 {
        margin: 80px 0;
    }

    .s13__item {
        margin: 0 0 80px;
    }

    .page-num_3 .s5 {
        margin-bottom: 80px;
    }

    .page-num_3 .s7 {
        margin-bottom: 80px;
    }

    .s8_2 .s8__box {
        padding: 30px 0 0;
    }

    .s8__box {
        min-height: 330px;
    }

    .page-num_4 .s5 {
        margin: 80px 0;
    }

    .s14 {
        margin: 80px 0;
    }

    .s15 {
        margin: 80px 0;
    }

    .page-num_5 .s7 {
        margin: 80px 0;
    }

    .s9_2 {
        margin: 80px 0;
        padding: 0;
    }

    .page-num_5 .s10 {
        margin: 80px 0;
    }

    .s16 {
        margin: 80px 0;
    }

    .s17 {
        margin: 80px 0;
    }

    .s18 {
        margin: 80px 0;
    }

    .page-num_6 .s15 {
        margin: 80px 0;
    }

    .s19 {
        margin: 80px 0;
    }

    .page-num_6 .s10 {
        margin: 80px 0;
    }

    .s20 {
        margin: 80px 0;
    }

    .page-num_7 .s15 {
        margin: 80px 0;
    }

    .page-num_8 .s9_2 {
        margin: 80px 0;
    }

    .page-num_8 .s3 {
        margin: 80px 0;
    }

    .page-num_9 .s2 {
        margin: 80px 0;
    }

    .s21 {
        margin: 80px 0;
    }

    .page-num_10 .s3 {
        margin: 0 0 80px;
    }

    .page-num_10 .s16 {
        margin-top: 80px;
    }

    .page-num_10 .s17 {
        margin-bottom: 80px;
    }

    .page-num_10 .s9_2 {
        margin: 80px 0;
    }

    .s22 {
        margin: 80px 0;
    }

    .s23 {
        margin: 80px 0;
    }

    .s24 {
        margin: 130px 0px 80px 0px;
    }

    .page-num_11 .s15 {
        margin: 80px 0;
    }

    .page-num_12 .s20 {
        margin: 80px 0;
    }

    .page-num_12 .s15 {
        margin: 80px 0;
    }

    .s25 {
        margin: 80px 0;
    }

    .s26 {
        margin: 80px 0;
    }

    .s27 {
        margin: 0px auto 80px;
    }
	
	.news-template .s27 {
        margin: 20px auto 80px;
    }

    .page-num_15 .s12 {
        margin: 80px 0;
    }

    .page-num_16 .s20 {
        margin: 80px 0;
    }

    .page-num_16 .s15 {
        margin: 80px 0;
    }

    .page-num_17 .s13 {
        margin: 80px 0;
    }

    .page-num_17 .s28 {
        margin: 80px 0;
    }

    .page-num_18 .s15 {
        margin: 80px 0;
    }

    .page-num_18 .s13 {
        margin: 80px 0;
    }

    .s34 {
        margin: 80px 0;
    }

    .page-num_18 .s5_2 {
        margin: 80px 0;
    }

    .page-num_18 .s7 {
        margin: 80px 0;
    }

    .page-num_18 .s22 {
        margin: 80px 0;
    }

    .s26 {
        margin: 80px 0;
    }

    .s29 {
        margin: 80px 0;
    }

    .page-num_20 .s12 {
        margin: 80px 0;
    }

    .s10-choices__items_3 .s10-choice__text,
    .s10-choices__items_4 .s10-choice__text {
        margin: 0;
        padding: 18px 0 2px;
        letter-spacing: normal;
        text-align: center;
    }

    .s10-choices__items_3 .s10-choice__text span,
    .s10-choices__items_4 .s10-choice__text span {
        top: 0;
        left: 50%;
        transform: translate(-50%);
        width: 14px;
        height: 14px;
    }

    .s10-choices__items_3 .s10-choice__text span:before,
    .s10-choices__items_4 .s10-choice__text span:before {
        width: 8px;
        height: 8px;
    }

    .s10-choices__items_3>* {
        margin: 0 0 15px;
    }

    .s10-choices__items_4>* {
        margin: 0 0 15px;
    }

    .s10-choice__text {
        display: block;
    }

    .s29__info>* {
        margin: 0 0 15px;
        padding: 0;
        width: 100%;
    }

    .s29-infoitem__logo {
        position: static;
        transform: none;
    }

    .s22__clients-logos .s6-item__img {
        width: 100px;
        height: 100px;
    }

    .s29__article iframe {
        height: 350px;
    }

    .s2__box-img {
        width: 100%;
    }

    .s13_new .s2__box>*:nth-child(1) {
        padding: 0;



    }

    .s13_new .s13__item {

        margin: 0 0 80px;
    }

    .s13_new .s2__title {
        margin: 0 0 10px;
    }

    .s13_new .s2__text {
        margin: 0 0 30px;
    }

    .s35__heading {
        margin: 0 0 1em;
        font-size: 26px;
    }

    .s35 {
        margin: 80px 0;
    }

    .s36 {
        margin: 80px 0;
    }

    .s36__box>*:nth-child(1) {
        width: 100%;
    }

    .s36__box>*:nth-child(2) {
        width: 100%;
    }

    .s36__title {
        font-size: 40px;
        text-align: center;
    }

    .s36__title br {
        display: none;
    }

    .s36 {
        padding: 70px 0 70px;
        min-height: auto;
    }

    .s36__form .popup-form__submit {
        display: flex;
        margin: 30px auto 0;
    }

    .page-num_1333 .page-top__title br {
        display: none;
    }
}

#textniz div p a,
.s27__box article p a {
    color: #E10000;
}

#textniz
{
padding-top:40px;
}

#textniz p picture
{
	float:right;
}

#textniz p picture img
{
	width:100%;
	float:right;
	min-width: 650px;
}

.s22__clients {
    /*max-width:480px;*/
    margin: 0px auto;
}

.all-reviews {
    margin-left: 10px;
}

body.single-post #quote-blog {
    border-bottom: 25px solid #000;
    margin: 0px 0px -60px 0px;
}

body.single-post #quote-blog .s8 {
    display: block;
}

body.single-post .s8 {
    display: none;
}

#top-subheader,
#short-text {
    position: relative;
    margin: -175px 0px 0px 0px;
}

#top-subheader div.wrapper,
#short-text div.wrapper {
    background: #FFF;
    width: 500px;
    padding: 10px;
    margin: 0px auto;
    border: 3px solid #F23535;
}

#top-subheader div.wrapper h2 {
    padding: 25px 0px 15px 0px;
    text-align: center;
    font-size: 26px;
    color: #F23535;
}

#top-subheader div.wrapper div.description,
#short-text div.wrapper div.short_text {
    padding: 0px;
    margin: 0px 0px 20px 0px;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 24px;
}

#top-service-icons {
    height: 550px;
}

#top-service-icons div.wrapper {
    width: 1200px;
    height: 315px;
    margin: 50px auto;
    text-align: center;
}

#top-service-icons div.wrapper #linelets {
    margin: 0px auto 35px auto;
}

#top-service-icons div.wrapper h2 {
	margin: 0px 0px 20px 0px;
    color: #929292;
    font-size: 21px;
	line-height:31px;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold", sans-serif;
}

#top-service-icons div.circuit-item {
    width: 230px;
    float: left;
    text-align: center;
    padding: 30px;
    margin: 0px 0px 0px 10px;
    background: url(../img/30/next-s.jpg) 215px 50px no-repeat;
}
#top-service-icons div.circuit-item:nth-child(5)
{
background:none;
}

#top-service-icons #sknp {
    width: 100vw;
    text-align: center;
    float: left;
    position: absolute;
}

#top-service-icons div.wrapper #sknp .page-top__btn {
    display: flex;
    margin-left: 25px;
}

#top-service-icons div.description {
	width:90%;
    color: #828282;
    font-size: 19px;
    line-height: 143%;
	font-family: OpenSans-Regular, sans-serif;
	margin: 20px auto 0px auto;
}

#top-benefits-images {
    width: 100%;
    min-height: 475px;
    padding: 20px 0px;
    margin: 30px 0px;
}

#top-benefits-images div.wrapper {
    width: 1340px;
    margin: 0px auto;
}

#top-benefits-images div.benefits-item {
    padding: 10px;
    float: left;
    width: 335px;
    height: 475px;
    overflow: hidden;
}

#top-benefits-images div.benefits-item .image {
    background: #000;
}

#top-benefits-images div.benefits-item .image img {
    opacity: 0.7;
}

#top-benefits-images div.benefits-item .description {
    color: #FFF;
    font-size: 34px;
    width: 180px;
    line-height: 38px;
    font-weight: bold;
    float: left;
    margin: -135px 0px 0px 45px;
    position: relative;
    text-shadow: 0px 3px 10px #000;
}

#top-details {
    margin: 60px 0px;
}

#top-details .big-subtitle {
    width: 800px;
    margin: 0px auto 40px auto;
    font-size: 40px;
    font-weight: bold;
    color: #F23535;
    text-align: center;
}

#all-services-block {
    padding: 30px 0px;
    margin: 65px 0px;
}

#all-services-block div.wrapper {
    height: 411px;
    background: #E1E1E1;
}

#all-services-block #serviceimg {
    width: 510px;
    height: 500px;
    float: left;
    background: url(../img/30/all-services.jpg) no-repeat left;
    margin: -89px 0px 0px 0px;
}

#all-services-block div.wrapper h2 {
    width: 530px;
    font-size: 38px;
    color: #000;
    font-weight: bold;
    margin: 0px auto 0px auto;
    height: 170px;
    top: 90px;
    position: relative;
}

#all-services-block div.wrapper #btserv {
    width: 530px;
    margin: 0px auto 0px auto;
    height: 50px;
    top: 0px;
    position: relative;
    text-align: center;
}

#all-services-block div.wrapper a.sbtn {
    margin: 0px auto 0px auto;
    position: relative;
    top: 90px;
}

#cost-block {
    padding: 50px 0px;
}

#cost-block div.wrapper {
    height: 250px;
    width: 1000px;
    margin: 0px auto;
    background: #E1E1E1;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
}

#cost-block div.wrapper div.left {
    float: left;
    width: 50%;
    height: 100%;
}

#cost-block div.wrapper div.left h3 {
    width: 280px;
    height: 105px;
    text-align: left;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin: 80px 0px 0px 140px;
}

#cost-block div.wrapper div.right {
    float: right;
    width: 50%;
    height: 100%;
}

#cost-block div.wrapper div.right div.description {
    width: 350px;
    height: 100px;
    margin: 50px 50px 0px 0px;
}

#id_77511 h1 {
    text-align: center;
}

.post-77511 #contact-us-directly,
.post-77511 #contact-us-directly textarea,
.post-77511 #contact-us-directly input {
    width: 600px;
}

#contact-us-directly textarea,
#contact-us-directly input {
    border: 1px solid #E10000;
    width: 100%;
}

#contact-us-directly input.wpcf7-submit {
    background: #E10000;
    color: #FFF;
    font-weight: bold;
    padding: 10px 0px;
}

#contact-us-directly .wpcf7-form-control-wrap.checkbox-186 {
    width: 100%;
}

#contact-us-directly .wpcf7-form-control-wrap.checkbox-186 input {
    float: left;
    margin: 4px 10px 0px 0px;
    width: 20px;
}

#id_77511 div.s27__share {
    display: none;
}

#socialh3 {
    color: #C4C4C4;
    margin: 5px 010px 0px 0px;
}

div.buildings .line-break {
    margin: 5px 0px 0px 0px;
}

#cullusnow {
    margin: -27px 0px 0px 9px;
    color: #000;
}

#id_77750 #header-left,
#id_76595 #header-left {
    float: left;
    width: 50%;
    margin-left: 10%;
    margin-top: 30px;
}

#id_77750 .breadcrumbs,
#id_76595 .breadcrumbs {
    display: none;
}

#id_77750 #header-left #headerulli,
#id_76595 #header-left #headerulli {
    margin: 40px 0px 0px 0px;
}

#id_77750 #header-left ul li,
#id_76595 #header-left ul li {
	font-family:OpenSans-Regular, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin: 7px 0px;
    color: #FFF;
	text-transform: uppercase;
}

#id_77750 #header-left ul li span,
#id_76595 #header-left ul li span {
    padding: 0px 3px;
    color: #FFF;
    margin: 0px 5px 0px 0px;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#id_77750 #header-left #icond,
#id_76595 #header-left #icond {
    float: left;
    width: 100%;
    height: 120px;
    margin: 50px 0px 0px -15px;
}

#id_77750 #header-left #icond img,
#id_76595 #header-left #icond img
{
height: 70px;
width:auto;
}

#id_77750 #header-left .icond,
#id_76595 #header-left .icond {
    float: left;
    margin: 0px 0px 0px 15px;
}

#id_77750 #header-right,
#id_76595 #header-right {
    float: right;
    width: 379px;
    padding: 20px 45px;
    background: #FFF;
    height: 490px;
    margin-top: 75px;
    margin-right: 6%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 2;
    /*-webkit-box-shadow: 0px 0px 30px 0px #B0B0B0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #B0B0B0;*/
}

.page-template-company .page-top__box .page-top__main
{
margin-top:-75px;
}

.page-template-company .page-top__box .container #contact-right
{
top:-75px;
}

#id_77750 .page-top__box,
#id_76595 .page-top__box {
    max-width: 2158px;
    height: 677px;
}

#id_77750 .page-top__box .container,
#id_76595 .page-top__box .container {
    width: 100%;
    height: 677px;
}

#id_77750 #undertitle,
#id_76595 #undertitle {
    color: #FFF;
    font-size: 16px;
    font-family: OpenSans-Regular, sans-serif;
    margin: 65px 0px 30px 0px;
}

#id_77750 #utline1,
#id_76595 #utline1
{
    width: 100%;
    height: 5px;
	float: left;
	margin: 0px 0px 30px 0px;
}
#id_77750 #utline,
#id_76595 #utline {
    width: 50px;
    height: 5px;
    float: left;
    margin: 0px;
    background: #F23535;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

#id_77750 .page-top__subtitle,
#id_76595 .page-top__subtitle {
    margin: 15px 0px 25px 0px;
    font-size: 20px;
    font-weight: normal;
	font-family: OpenSans-Regular, sans-serif;
}

#id_77750 #header-right h3,
#id_76595 #header-right h3 {
    padding: 10px 0px 0px 0px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
}

#id_77750 #header-right #forsubtitle,
#id_76595 #header-right #forsubtitle {
    color: #000;
    text-align: center;
    margin: 5px 0px 10px 0px;
    font-size: 13px;
    text-align:center;
	font-family: "Montserrat-Regular", sans-serif;
}


#id_77750 #header-right #forsubtitle span,
#id_76595 #header-right #forsubtitle span,
body.page-template-service-new #header-right #forsubtitle span #otzuvugoogle #otzsubtitle span,
#weworking .leftw .work-subtitle span,
#id_77750 #header-right h3 span,
#discuss div.s31 #forsubtitle span,
.page-template-service-new #header-right #forsubtitle span,
#header-right #forsubtitle span {
    color: #F23535;
    font-weight: bold;
	font-family: "Montserrat-Bold", sans-serif;
}

#id_77750 .page-top__box .container,
#id_76595 .page-top__box .container {
    max-width: 2158px;
}

div.wpcf7-response-output
{
display:none !important;
}

#id_77750 #header-right form label,
#id_76595 #header-right form label
body.page-template-service-new #header-right form label,
body.page-template-pressure-washing-service #header-right form label
#discuss form label input  {
    width: 100%;
    margin: 5px 0px;
}

#id_77750 #header-right form label input,
#id_77750 #header-right form .number input,
#id_76595 #header-right form label input,
#id_76595 #header-right form .number input
body.page-template-service-new #header-right form label input,
body.page-template-service-new #header-right form .number input,
.page-template-pressure-washing-service #header-right form label input,
#discuss form label input,
.s31__form-box form .wpcf7-form.init.popup-form.s31__form.webhook input {
    padding: 9px 20px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
	color:#767676;
	font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#header-right form label input
{
    padding: 9px 20px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
	color:#767676;
	font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#header-right form label.street,
#discuss form label.street
{
width: 90% !important;
margin: 7px auto !important;
display: block;
}

#header-right form label.citys,
#discuss form label.citys
{
float:left !important;
width:58% !important;
margin:7px 10px 7px 5% !important;
}

#header-right form label.zip,
#discuss form label.zip
{
width:25% !important;
float:right !important;
margin:7px 5% 7px 0px !important;
}

.page-template-commercial .lets-get #header-right #wpcf7-f79103-o1 label.zip
{
width:100% !important;
margin:0px 0px 7px 0px !important;
}
.page-template-commercial .lets-get #header-right #wpcf7-f79103-o1 label.zip input
{
padding: 9px 20px !important;
font-size: 12px !important;
font-weight: normal !important;
border: 1px solid #E0E0E0 !important;
-webkit-border-radius: 25px !important;
-moz-border-radius: 25px !important;
border-radius: 25px !important;
}

.page-template-commercial div.lets-get #header-right
{
height:450px;
}

#header-right form label.street input,
#header-right form label.citys input,
#header-right form label.zip input,
#discuss form label.street input,
#discuss form label.citys input,
#discuss form label.zip input
{
border-top:none !important;
border-left:none !important;
border-right:none !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
padding: 4px 5px !important;
}

#id_77750 #header-right button,
body.page-template-service-new #header-right button,
#id_76595 #header-right button {
    width: 100%;
    padding: 10px 0px;
    margin: 30px 0px 0px 0px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
	font-family: OpenSans-Bold, sans-serif;
    border: none;
	line-height:140%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#id_77750 .page-top__title,
#id_76595 .page-top__title {
    margin: 0px 0 20px;
    font: 38px/1 "Montserrat-Bold", sans-serif;
    line-height:55px;
    color: #FFF;
    width: 100%;
}

#id_45 .page-top__title
{
width:65%;
}
#id_43 .page-top__subtitle, 
#id_43 .page-top__undertitle
{
width:50%;
}

#otzuvugoogle {
    height: 515px;
    padding: 10px 0px;
}
#id_77750 #otzuvugoogle
{
margin:0px;
height:auto;
}

#otzuvugoogle div.wrapper {
    width: 1200px;
    /*height: 350px;*/
	height:auto;
    margin: 0px auto;
    text-align: center;
}

#otzuvugoogle div.wrapper h2,
#weworking div.wrapper h2 {
    width: 100%;
    margin: 0px auto 5px auto;
    text-align: left;
    padding: 0px 0px 15px 0px;
    font-size: 33px;
	line-height:43px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
	color:#000;
}

#top-google-reviews h2 {
    width: 70%;
    margin: 5px auto 90px auto;
    text-align: center;
    padding: 15px 0px;
    font-size: 33px;
	line-height:43px;
	letter-spacing:3%;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold", sans-serif;
}
#id_76595 #revh2
{
height: 325px;
width:900px;
margin:0px auto;
}
#id_76595 #top-google-reviews h2
{
    width: 70%;
    margin: 5px 0px 40px 0px;
    text-align: left;
    padding: 15px 0px;
    font-size: 33px;
	line-height:43px;
	letter-spacing:3%;
    text-transform: uppercase;
    font-family: "Montserrat-SemiBold", sans-serif;
}

#id_76595 #top-google-reviews h3 span
 {
    font-family: "OpenSans-SemiBold", sans-serif;
    color: #F23535;
}

#otzuvugoogle div.wrapper h2 span,
#top-google-reviews h2 span {
    color: #F23535;
}

#otzuvugoogle div.wrapper h2 img,
#top-google-reviews h2 img {
    margin: -3px 0px 0px 0px;
}

#gr {
    width: 36px;
    height: 38px;
    background: url(../img/30/google-reviews.jpg) no-repeat left;
}

#featuredserv div.wrapper h2 {
    width: 95%;
    margin: 15px auto 20px auto;
    text-align: left;
    padding: 15px 0px;
    font-size: 32px;
	line-height:38px;
    font-weight: bold;
    font-family: "Montserrat-Bold", sans-serif;
}

#otzuvugoogle #otzsubtitle {
    width: 70%;
    margin: 20px auto;
    color: #000;
    font-size: 24px;
    text-align: left;
}

#otzuvugoogle #otzsubtitle img {
    margin: 0px 5px 0px 0px;
}

#weworking {
    height: 615px;
    padding: 10px 0px;
    background: #F0F0F0;
}

#weworking div.wrapper {
    width: 1200px;
    height: 185px;
    margin: 50px auto;
    text-align: center;
}

#weworking .leftw {
    width: 100%;
    float: left;
}

#weworking .rightw {
    width: 700px;
    float: right;
}

#weworking .leftw .work-subtitle {
    width: 100%;
    text-align: left;
    font-size: 22px;
	line-height:43px;
    color: #767676;
    margin: 0px auto 50px auto;
    font-family: "Montserrat-SemiBold", sans-serif;
}

#weworking .work-photo {
    width: 50%;
    float: left;
	margin:80px 0px 0px 0px;
}

#weworking #worktext {
    text-align: justify;
    font-size: 19px;
    line-height: 152%;
	color:#767676;
    width: 50%;
    float: right;
    margin: 80px 0px 0px 0px;
	font-family: OpenSans-Regular, sans-serif;
}

#weworking #worktext b {
    font-weight: bold;
	color:#000;
}

#weworking #worktext span {
    color: #F23535;
}

#weworking .work-photo .imgwork {
    width: 26%;
    float: left;
    margin: 0px;
}

#weworking .work-photo .imgwork p {
    color: #767676;
    font-size: 17px;
}

#wealso .rightw .work-right-title {
    padding: 20px 0px;
    width: 100%;
    margin: 40px auto 50px auto;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
	line-height:43px;
    font-family: "Montserrat-Bold", sans-serif;
}

#wealso .rightw .work-right-subtitle {
    width: 70%;
    margin: 10px auto 40px auto;
    text-align: left;
    font-size: 22px;
}

#wealso {
    height: 510px;
    padding: 10px 0px;
}

#wealso div.wrapper {
    width: 1200px;
    height: 465px;
    margin: 50px auto;
    text-align: center;
}

#wealso #work-logos {
    width: 100%;
    height: 300px;
    padding: 10px;
    margin: 10px auto;
    font-size: 18px;
    background: #FFF;
}

#wealso #work-logos div.logow {
    float: left;
    width: 25%;
    height: 150px;
    padding: 0px;
    margin: 0px;
}

#wealso2 {
    height: 80px;
    padding: 10px 0px;
    border-top: 2px solid #767676;
    border-bottom: 2px solid #767676;
}

#wealso2 div.wrapper {
    width: 1200px;
    height: 50px;
    margin: 0px auto;
    text-align: center;
}

#wealso2 .work-right-subtitle {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 10px 0px;
    text-align: center;
    font-size: 30px;
    color: #767676;
}

#featuredserv {
    height: 1000px;
    padding: 10px 0px;
}

#featuredserv div.wrapper {
    width: 1200px;
    height: 650px;
    margin: 0px auto;
    text-align: center;
}

#featuredserv #lefts {
    width: 90%;
    float: right;
    margin: 0px 0px 40px 0px;
    height: 500px;
}

#featuredserv #lefts #ulleft {
    width: 40%;
    margin: 0px;
    float: left;
}

#featuredserv #lefts ul {
    width: 100%;
    margin: 10px 0px 10px 50px;
    float: left;
}

#featuredserv #lefts #videoleft {
    float: right;
}

#featuredserv #rights #videoright {
    float: left;
}

#featuredserv #rights ul {
    width: 40%;
    margin: 10px auto;
    float: right;
}

#featuredserv #lefts ul li,
#featuredserv #rights ul li {
    color: #000;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    padding: 10px 0px;
	font-family: OpenSans-SemiBold, sans-serif;
}

#id_76595 #featuredserv #lefts ul li,
#id_76595 #featuredserv #rights ul li {
    font-size: 18px;
}

#headerulli ul li .bul2 {
    width: 19px;
    height: 19px;
    float: left;
    margin: -2px 15px 0px 0px;
}
#id_77750 #headerulli ul li .bul3,
#id_76595 #headerulli ul li .bul3
{
display:none;
}
#id_77750 #headerulli ul li .bul2,
#id_77750 #headerulli ul li .bul3,
#id_76595 #headerulli ul li .bul2,
#id_76595 #headerulli ul li .bul3
{
    width: 19px;
    height: 20px;
    float: left;
    margin: -2px 15px 0px 0px;
}

#featuredserv #lefts ul li .bul,
#featuredserv #rights ul li .bul,
#id_76595 #lefts ul li .bul,
#id_76595 #rights ul li .bul {
    width: 19px;
    height: 19px;
    float: left;
    margin: -2px 15px 0px 0px;
}

#featuredserv #rights {
    width: 90%;
    float: left;
    margin: 45px 0px 0px 0px;
    height: 350px;
}

/*#featuredserv #rights img {
    margin: 10px 0px;
    border: 5px solid #F0F0F0;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
}*/

#windowcleaningvideo {
    height: 315px;
    padding: 10px 0px;
    background: #F0F0F0;
}

#windowcleaningvideo div.wrapper {
    width: 1200px;
    height: 250px;
    margin: 10px auto;
    text-align: center;
}

#windowcleaningvideo div.wrapper iframe {
    border: 20px solid #FFF;
    margin: 20px 0px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.2);
}

#windowcleaningvideo #videoleft {
    width: 50%;
    float: left;
}

#windowcleaningvideo #videoright {
    width: 50%;
    float: right;
}

#fotoresidential {
    height: 435px;
    padding: 0px 0px;
    background: url(../img/30/residential-window-cleaning.jpg) no-repeat left #F8F8F8;
}

#fotoresidential div.wrapper {
    width: 1200px;
    height: 435px;
    padding: 0px 0px;
    margin: 10px auto;
    text-align: center;
    /*background: url(../img/30/residential-window-cleaning.jpg) no-repeat left;*/
}

#fotoresidential #leftp {
    width: 50%;
    float: left;
}

#fotoresidential #rightp {
    width: 45%;
    float: right;
}

#lentainst {
	padding:60px 0px;
	text-align:center;
}

#lentainst div.wrapper {
    width: 95%;
    height: 850px;
	margin:0px auto;
	background: url(../img/ins-feed-baw.jpg) no-repeat center;
	background-size:cover;
	position:relative;
}

#lentainst div.wrapper #link-inst
{
	top:-60px;
	width:300px;
	position:absolute;
	left:calc(0% - 0px);
	border-color: #F23535;
    color: #fff;
    background: #F23535;
	padding: 15px 0px;
    border-radius: 50px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight:bold;
}
#link-inst:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    -webkit-animation: blick 5s infinite;
    animation: blick 5s infinite;
}

#lentainst .eapps-instagram-feed-posts-grid-load-more-text
{
background: #F23535;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	padding:15px 0px;
    font: 15px/1.4 "OpenSans-Bold", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    overflow: hidden;
    border: none;
    line-height: 140%;
	text-transform: uppercase;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#lentainst .eapps-instagram-feed-posts-grid-load-more-text:before
{
content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(
100deg);
    -webkit-animation: blick 5s infinite;
    animation: blick 5s infinite;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-posts-grid-load-more,
.eapps-instagram-feed-posts-grid-load-more:hover,
.eapps-instagram-feed-posts-grid-load-more
{
background:none !important;
}

#id_77750 .h2s6 {
    width: 1200px;
    margin: 40px auto 0px auto;
    font-family: "Montserrat-Bold", sans-serif;
}

#fotoresidential #resptext {
    width: 70%;
    margin: 110px auto 65px auto;
    text-align: left;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

#fotoresidential #resptext strong {
    font-weight: bold;
}

#fotoresidential #resptext #kav {
    width: 45px;
    height: 34px;
    background: url(../img/30/kav.png) no-repeat center;
    float: left;
    margin: -25px 10px 0px -60px;
}

#fotoresidential #shedule {
    margin: 10px 0px;
}

#fotoresidential #shedule button {
    background: none;
    padding: 10px;
    width: 240px;
    text-align: center;
    font-size: 15px;
	line-height:140%;
    color: #FFF;
	font-family: OpenSans-Bold, sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#id_77750 .s6,
#id_76595 .s6 {
    background: #FFF;
}

#callus {
    height: 400px;
    padding: 0px 0px;
	margin:100px 0px 50px 0px;
}

#callus div.wrapper {
    background: url(../img/30/callus.png) no-repeat right #F0F0F0;
    width: 1200px;
    height: 345px;
    padding: 35px 0px;
    margin: 10px auto;
    text-align: center;
    -webkit-border-radius: 165px;
    -moz-border-radius: 165px;
    border-radius: 165px;
}

#callus #leftcall {
    width: 35%;
    float: left;
    margin-left: 12%;
    margin-top: 25px;
}

#callus #rightcall {
    width: 35%;
    float: left;
    margin-top: 50px;
    margin-right: 0%;
    margin-left: -5%;
}

#callus #rightcall h3 {
    width: 72%;
    margin: 0px auto 60px auto;
    font-size: 29px;
	line-height:34px;
    color: #000;
    text-align: left;
	font-family: "Montserrat-Bold", sans-serif;
}

#callus #rightcall h3 span {
    color: #F23535;
}

#callus #leftcall h2 {
    color: #000;
    font-size: 62px;
    line-height: 62px;
    text-align: left;
    font-family: "Montserrat-Bold", sans-serif;
}

#callus #leftcall h3 span {
    color: #F23535;
}

#callus #calltell {
    font-size: 29px;
	line-height: 34px;
    color: #F23535;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
    padding: 5px 0px 5px 50px;
    text-align: left;
	font-family: "Montserrat-Bold", sans-serif;
    background: url(../img/30/callusicon.jpg) no-repeat left;
}

#callus #newyorkusa {
    color: #000;
    margin: 0px 0px 0px 50px;
    text-align: left;
	font-size: 14px;
	line-height: 34px;
    font-family: "Montserrat-Bold", sans-serif;
}

#callus #rightcall button {
    background: none;
    padding: 10px;
    width: 350px;
    text-align: center;
    font-size: 15px;
	line-height:140%;
    color: #FFF;
	font-family:OpenSans-Bold, sans-serif;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}

#id_77750 .footer__top {
    display: none;
}

#id_77750 #special-offer {
    width: 600px;
    margin: 0px auto;
}

#id_77750 #special-offer #forsubtitle span,
.page-top-service #header-right h3 span {
    color: #F23535;
    font-weight: bold;
}

div.s33_new {
    overflow: hidden;
    padding: 30px 30px 58px;
}

div.s33_new p.popup-heading.s33__heading {
    width: 100%;
    background: #F23535;
    color: #FFF;
    font-weight: bold;
    font-size: 34px;
    width: 120%;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: -10%;
    height: 65px;
    padding: 10px 0;
    text-transform: uppercase;
}

div.s33_new h2 {
    color: #000;
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}

div.s33_new h3 {
    color: #000;
    font-size: 22px;
    margin: 13px 0px;
}

div.s33_new h3 span {
    color: #F23535;
    font-weight: bold;
    font-size: 25px;
}

div.s33_new .popup-form__row {
    margin: 0 0 15px;
}

div.s33_new .popup-form__submit {
    margin: 15px auto 0;
    font-weight: bold;
    width: 100%;
}

div.s3__arrows {
    display: none;
}

#contact-right {
/* float:right; */
width: 379px;
max-width: calc(100% - 30px);
}

#contact-right #contform {
    padding: 20px 45px;
    background: #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#contact-right #contform h2
{
color:#000;
text-align:Center;
font-family: "Montserrat-Bold", sans-serif;
}

#contact-right #contform form
{
    background: #FFF;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

#contact-right #contform form label span input,
#contact-right #contform form label span textarea
{
    padding: 9px 20px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    color: #767676;
    font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#contact-right #contform form label.url
{
display:none;
}

#top-google-reviews {
    padding: 40px 0px;
    background: #F7F7F7;
	margin:50px 0px 0px 0px;
}
#id_76595 #top-google-reviews
{
background: #FFF;
}
#id_76595 #fotoresidential
{
margin:70px 0px 0px 0px;
}
#id_76595 #lentainst
{
margin:0px 0px 50px 0px;
padding: 30px 0px 0px 0px;
margin: 100px 0 !important;
height: auto !important;
}

#guaranty
{
padding: 110px 0px;
background: #FFFFFF;
height: 745px;
}

#guaranty .wrapper
{
width: 1100px;
margin: 0px auto;
}

#guaranty .wrapper .left
{
width:40%;
float:left;
}

#guaranty .wrapper .right
{
width:60%;
float:right;
}

#guaranty .wrapper .left h2
{
width: 70%;
margin: 25px 0px 0px 0px;
font-family: 'Montserrat-SemiBold', sans-serif;
font-size: 29px;
font-weight: 600;
line-height: 35px;
letter-spacing: 0em;
text-align: left;
text-transform: uppercase;
}

#guaranty .wrapper .left h2 span
{
color:#F23535;
}

#guaranty .wrapper .right ul li
{
width:100%;
margin:0px 0px 30px 0px;
}

#guaranty .wrapper .right ul li h3
{
font-family: Open Sans;
font-size: 15px;
font-weight: 600;
line-height: 41px;
letter-spacing: 0.05em;
text-align: left;
padding:10px 0px;
border-bottom:1px solid #000;
margin:0px 0px 20px 0px;
}

#guaranty .wrapper .right ul li .gyimg
{
float:left;
margin:0px 30px 0px 0px;
}

#guaranty .wrapper .right ul li #gytext
{
font-family: Open Sans;
font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
}

#provides
{
padding: 50px 0px 110px 0px;
background: #FFFFFF;
height: 450px;
}

#provides .wrapper
{
width: 1100px;
margin: 0px auto;
}

#provides .wrapper h2
{
font-size: 33px;
font-weight: bold;
line-height: 43px;
font-family: 'Montserrat-SemiBold', sans-serif;
text-transform: uppercase;
margin:0px 0px 100px 0px;
}

#provides .wrapper h2 span
{
color:#F23535;
}

#provides .wrapper ul li
{
float:left;
width:16.6%;
text-align:center;
}

#provides .wrapper li .proimg
{
height:73px;
margin:0px 0px 15px 0px;
}

#provides .wrapper li .proimg img
{
height:73px;
width:auto;
}

#provides .wrapper li h3
{
color:#767676;
font-family: Open Sans;
font-size: 19px;
font-weight: 400;
line-height: 29px;
letter-spacing: 0em;
text-align: center;
width: 80%;
margin: 0px auto;
}

#stortext
{
padding: 110px 0px;
background: #FFFFFF;
height: 675px;
}

#stortext .wrapper
{
width: 1100px;
margin: 0px auto;
}

#stortext h2
{
font-size: 33px;
font-weight: bold;
line-height: 43px;
font-family: 'Montserrat-SemiBold', sans-serif;
text-transform: uppercase;
width:40%;
margin:0px 0px 30px 0px;
}

#stortext #storimg
{
width:45%;
min-height:350px;
float:left;
background: url(../img/professional-storefront-cleaning-services-nyc.jpg) no-repeat center;
background-size: cover;
}

#stortext #storetext
{
width:50%;
float:right;
}

#stortext #storetext p
{
font-family: Open Sans;
font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
}

#solarmain
{
padding: 110px 0px;
background: #FFFFFF;
height: 675px;
}

#solarmain .wrapper
{
width: 1100px;
margin: 0px auto;
}

#solarmain .wrapper h2
{
font-size: 33px;
font-weight: bold;
line-height: 43px;
font-family: 'Montserrat-SemiBold', sans-serif;
text-transform: uppercase;
width:50%;
margin:0px 0px 50px 100px;
}

#leftsolarmain
{
width:50%;
float:left;
background: url(../img/solar-panel-cleaning.jpg) no-repeat center;
background-size: cover;
min-height: 400px;
}

#rightsolarmain
{
width:45%;
float:right;
font-family: Open Sans;
font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
}

#solarmainulli
{
margin:25px 0px 0px 0px
}

#solarmainulli ul li
{
width:100%;
margin:0px 0px 10px 0px;
font-size:18px;
line-height:18px;
padding:5px 0px;
}

#solarmainulli .bulletser
{
float:left;
margin:-2px 5px 0px 0px;
}

#solarmainbenef
{
padding: 110px 0px 0px 0px;
background: #FFFFFF;
height: auto;
}

#solarmainbenef .wrapper
{
width: 1100px;
margin: 0px auto;
}

#benef1,
#benef2,
#benef3
{
width:100%;
margin:0px 0px 90px 0px;
min-height:350px;
}

#benef1 .leftbenef,
#benef3 .leftbenef
{
width:50%;
float:left;
}

#benef1 h3,
#benef2 h3,
#benef3 h3
{
margin:0px 0px 30px 0px;
font: 26px/1.39 "Montserrat-Bold", sans-serif;
letter-spacing: 0.03em;
}

#benef1 .beneftext,
#benef2 .beneftext,
#benef3 .beneftext
{
margin:0px 0px 30px 0px;
font-family: Open Sans;
font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
}

#benef1 .leftbenef #beneftext p
{
margin:0px 0px 30px 0px;
}

#benef1 .leftbenef #beneftext ul
{
margin:0px 0px 30px 0px;
}

#benef1 .leftbenef #beneftext ul li
{
font-size: 18px;
}

#benef1 .leftbenef .beneflink,
#benef2 .beneflink
{
float: left;
font-size:18px;
color:#F23535;
padding-right:26px;
margin:0px 0px 0px 0px;
background: url(../img/5/red_arrow.svg) right center/19px auto no-repeat;
}

#benef1 .rightbenef
{
width:45%;
float:right;
background: url(../img/solar-panelo-cleaning-service.jpg) no-repeat center;
background-size: cover;
min-height: 350px;
}

#benef2 .rightbenef
{
width:50%;
float:right;
}

#benef2 .leftbenef
{
width:45%;
float:left;
background: url(../img/solar-panel-washing.jpg) no-repeat center;
background-size: cover;
min-height: 350px;
}

#benef3 .rightbenef
{
width:45%;
float:right;
background: url(../img/solar-panel-washing-nyc.jpg) no-repeat center;
background-size: cover;
min-height: 350px;
}

#greenhousemain
{
padding: 110px 0px 60px 0px;
background: #FFFFFF;
height: auto;
min-height:660px;
}

#greenhousemain .wrapper
{
width: 1100px;
margin: 0px auto;
}

#greenhousemain .wrapper h2
{
font-size: 33px;
font-weight: bold;
line-height: 43px;
font-family: 'Montserrat-SemiBold', sans-serif;
text-transform: uppercase;
margin:0px auto 50px auto;
width:80%;
}

#greenhousemain #leftgreenhousemain
{
width:50%;
float:left;
background: url(../img/greenhouse-cleaning-ny.jpg) no-repeat center;
background-size: cover;
min-height: 400px;
}

#greenhousemain #rightgreenhousemain
{
width:45%;
float:right;
font-family: Open Sans;
font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
}

#greenhousemaintext
{
margin:0px 0px 30px 0px;
}

#greenhousemainulli ul li
{
width:100%;
margin:0px 0px 10px 0px;
font-size:12px;
line-height:18px;
padding:5px 0px 5px 30px;
background: url(../img/bul8.png) no-repeat left;
background-size:20px;
}

#greenhousemainulli ul li .bulletser
{
float:left;
margin:-2px 5px 0px 0px;
}

#buildings-types {
    padding: 110px 0px;
    background: #FFFFFF;
    height: 615px;
}

#buildings-types .left,
#buildings-types .right {
    width: 50%;
    float: left;
}

#buildings-types .left #bico {
    width: 430px;
    margin: 30px auto 0px auto;
}

#buildings-types .left .buildings-type {
    width: 110px;
    height: 115px;
    float: left;
    margin: 15px;
}

#buildings-types .left .buildings-type h3 {
    text-align: center;
	font-size:19px;
	font-family:OpenSans-Regular, sans-serif;
	line-height:146%;
	color:#767676;
}

#buildings-types .right h2 {
    width: 90%;
    margin: 10px 0px 20px 0px;
    font-size: 33px;
    font-weight: bold;
	letter-spacing:3%;
	line-height:43px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-transform: uppercase;
}

#buildings-types .right div.description {
    width: 90%;
    color: #767676;
    font-size: 19px;
    line-height: 152%;
    margin: 20px 0px 30px 0px;
	font-family: OpenSans-Regular, sans-serif;
}

#buildings-types .right ul li {
    height: 19px;
    margin: 20px 0px;
    padding: 0px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	letter-spacing:5%;
	text-transform: uppercase;
	font-family: OpenSans-SemiBold, sans-serif;
}

#buildings-types .right ul li .bulletser
{
float: left;
    width: 35px;
    height: 30px;
    margin: 0px 0px 0px 0px;
}

#buildings-types .right ul li img
{
float:left;
margin:0px 15px 0px 0px;
}
	#buildings-types #bico .buildings-type h3
	{
	font: 19px/1.33 OpenSans-Regular, sans-serif;
	line-height:173%;
	color:#767676;
	}

.page-template-service-new #wealso .rightw .work-right-title {
    text-align: center;
    font-size: 26px;
    margin: 30px auto 25px auto;
    text-transform: uppercase;
}

.page-template-service-new #wealso .rightw .work-right-title span {
    color: #F23535;
}

div.lets-get {
    clear: both;
}

div.lets-get2 {
    margin: 0px 0px 80px 0px;
}

div.lets-get .lets-get__heading,
div.lets-get2 .lets-get__heading {
    width: 65%;
    margin-left: 0%;
	margin-top:60px;
}

div.lets-get h2,
div.lets-get2 h2 {
    color: #FFF;
    margin: 0px 0px 20px 0px;
    font: 31px/1.39 "Montserrat-Regular", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#linelets {
    width: 60px;
    height: 7px;
    background: #F23535;
    margin: 0px 0px 25px 0px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
div.lets-get .container,
div.lets-get2 .container
{
max-width: 800px;
margin-left:4%;
}
div.lets-get #lets-get-cover,
div.lets-get2 #lets-get-cover
{
width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 1%, rgba(0,0,0,1) 10%, rgba(42,42,42,0) 100%);
}

div.lets-get .servlogo,
div.lets-get2 .servlogo {
    float: left;
    height: 110px;
    margin: 0px 25px 0px 0px;
}
div.lets-get .servlogo img,
div.lets-get2 .servlogo img
{
height:78px;
width:auto;
}

div.lets-get #header-right,
div.lets-get2 #header-right {
    float: right;
    width: 379px;
    padding: 20px 25px;
    background: #FFF;
    height: 510px;
    margin-top: 45px;
    margin-right: 6%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 2;
}

div.lets-get #header-right h3,
div.lets-get2 #header-right h3 {
    text-align: center;
    padding: 20px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
    font-weight: bold;
	font-size:20px;
	line-height:25px;
    font-family: "Montserrat-Bold", sans-serif;
}

div.lets-get #header-right h3 span,
div.lets-get2 #header-right h3 span {
    color: #F23535;
	letter-spacing:normal;
}

div.lets-get #header-right form label input,
div.lets-get #header-right form .number-531 input,
div.lets-get2 #header-right form label input,
div.lets-get2 #header-right form .number-531 input {
    height: 40px;
}

div.lets-get #header-right form .number-531,
div.lets-get2 #header-right form .number-531 {
    margin: 5px 0px 0px 0px;
}

.benefits {
    height: 455px;
    padding: 115px 0px;
	display: flex;
}

	.benefits.mobile
	{
	display: none;
	}

.benefits .benefits-wrapper {
    width: 1100px;
    margin: 0px auto;
}

.benefits ul.benefits-bullets li {
    width: 25%;
    float: left;
    text-align: center;
}
.benefits ul.benefits-bullets li h2
{
	font-family: "Montserrat-Regular", sans-serif;
	font-size:26px;
	line-height:30px;
}

.benefits ul.benefits-bullets li h3 {
	color:#767676;
	margin:20px 0px 0px 0px;
	font-size:19px;
	line-height:152%;
	font-family: OpenSans-Regular, sans-serif;
}
.benefits ul.benefits-bullets li h3 span
{
font-weight:bold;
}

.page-top-service div.container {
    float: left;
    width: 45%;
}

.page-top-service #header-right {
    float: right;
    width: 379px;
    padding: 20px 45px;
    background: #FFF;
    height: 510px;
    margin-top: 45px;
    margin-right: 6%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    z-index: 2;
}

#id_609 .page-top-service #header-right {
margin-top: 0px;
}

.page-top-service .container #btn
{
float:right; 
margin: -75px 0px 0px 0px;
}

.page-top-service div.container p.page-top__subtitle {
    margin: 10px 0px 30px 0px;
	font-family: OpenSans-Regular, sans-serif;
	font-size:25px;
}

#id_621 .page-top-service div.container {
    margin: 0px 0px 0px 19%;
	width:47%;
}

.page-top-service div.container-right
{
float:left;
margin: 0px auto 0px 0px;
}

.page-top-service div.container .semantic_subtitle
{
font: 20px/1.33 OpenSans-Regular, sans-serif;
margin: 20px 0px 0px 0px;
}

.page-id-76985 .s5
{
display:none;
}

.page-top-service div.container #linelets {
    margin: 0px 0px 30px 0px;
}

.page-template-service-new .page-top__heading ul li .bulletser,
.page-template-caulking-services .page-top__heading ul li .bulletser,
.page-template-pressure-washing-service .page-top__heading ul li .bulletser,
.page-template-high-rise-window-cleaning .page-top__heading ul li .bulletser,
.page-top__heading ul li .bulletser
{
    float: left;
    width: 35px;
    height: 30px;
	margin: -2px 0px 0px 0px;
}

.page-template-service-new .page-top__heading ul li,
.page-template-caulking-services .page-top__heading ul li,
.page-template-pressure-washing-service .page-top__heading ul li,
.page-template-high-rise-window-cleaning .page-top__heading ul li,
.page-top__heading ul li {
    height: 19px;
    padding: 0px 0px 0px 0px;
    margin: 12px 0px;
    text-transform: uppercase;
		font-family: OpenSans-SemiBold, sans-serif;
	font-size:12px;
}

.page-top-service #header-right h3 {
    padding: 10px 0px 5px 0px;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
}

.page-top-service #header-right #forsubtitle,
#discuss div.s31 #forsubtitle {
    color: #404040;
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
	line-height: 33px;
    text-align: center;
    font-weight: normal;
	font-family: "Montserrat-Regular", sans-serif;
}

.locations {
    padding: 0px 0px 0px 0px;
    background: #FFFFFF;
}

.locations .locations-wrapper {
    padding: 0px;
}

.locations h2 {
    text-align: center;
    font-size: 33px;
	line-height:43px;
	letter-spacing:3%;
    text-transform: uppercase;
    margin: 0px 0px 30px 0px;
    font-family: "Montserrat-SemiBold", sans-serif;
}

.locations h2 span {
    color: #F23535;
}

.locations .spcer-line {
    height: 85px;
    padding: 20px 0px;
    border-top: 1px solid #787878;
    border-bottom: 1px solid #787878;
}

.locations .spcer-line #localitems {
    width: 1200px;
    margin: 0px auto;
}

.locations .spcer-line .item {
    float: left;
    width: 16%;
    text-align: center;
    margin: 10px 0px;
    font-size: 18px;
	line-height:276,6%;
	letter-spacing:5%;
    text-transform: uppercase;
    color: #787878;
	font-family: "OpenSans-SemiBold", sans-serif;
}

body.page-template-service-new #wealso,
body.page-template-service-new #wealso #work-logos {
    background: #F0F0F0;
}

.header__box_mobile,
div.s17.mob {
    display:none;
}

@media only screen and (max-width: 2160px) {
    #id_77750 #header-left {
        width: 40%;
        margin-left: 5%;
    }

    #id_77750 .page-top__title {
        font: 38px/1 "Montserrat-Bold", sans-serif;
    }
}

@media only screen and (max-width: 414px) {
    .header__contacts .contacts-list {
        margin: 0px -18px 0px 0px;
        width: 100%;
        min-width: 260px;
    }
}
@media only screen and (max-width: 1366px) {
	.breadcrumbs
	{
	margin-left:4vw;
	}
    #id_77750 .page-top__title {
        width: 72%;
    }

    #id_77750 #header-left {
        margin-left: 2%;
    }

    #id_77750 #header-right {
        margin-right: 2%;
    }

    #id_77750 #undertitle {
        margin: 25px 0px 50px 0px;
    }

    #id_77750 #header-left #icond {
        margin: 55px 0px 0px -10px;
    }

    #id_77750 #header-left #headerulli {
        width: 80%;
    }

    #featuredserv div.wrapper,
    #fotoresidential div.wrapper,
    #weworking div.wrapper,
    #wealso div.wrapper,
    #fotoresidential div.wrapper	{
        width: 100vw;
    }

    #featuredserv #lefts {
        width: 100%;
        height: 500px;
    }

    #featuredserv #rights {
        width: 100%;
    }

    #weworking #worktext {
        width: 45%;
        margin-right: 5%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
	.breadcrumbs
	{
	margin-left:2vw;
	}
}

@media only screen and (max-width: 600px) {
.s7
{
    margin: 80px 0 55px 0;
}
.post-template-page-blog .s27__box > *:nth-child(1),
.single-news .s27__box > *:nth-child(1)
{
    width: calc(100% - 0px);
	float:left;
	margin-right: 0px;
}
#lentainst {
    padding: 60px 0px;
	margin:50px 0px 0px 0px;
    text-align: center;
    float: left;
    height: 300px;
    width: 100%;
}
#lentainst div.wrapper {
    width: 96%;
    height: 195px;
}
#lentainst div.wrapper #link-inst {
    top: -60px;
    width: 280px;
    left: calc(0% - 0px);
}

.footer__top .container-fluid {
    width: 100%;
}
.footer__subscribe-input {
    width: 80%;
    margin: 0px auto;
}
.page-template-location h1.page-top__title
{
margin:20px 0px 0px 0px;
}
#watisp .left .sbtn {
width: 100%;
}
#whatis2
{
padding: 50px 15px;
height: auto;
width: 100%;
float: left;
}
#whatis2 h2 {
font-size: 26px;
line-height: 33px;
}
#whatis2 #first #whatis2text,
#whatis2 #first #whatis2you {
width: 100%;
}
#whatis2 #first #whatis2you
{
margin:30px 0px 0px 0px;
}
#whatis2 #first #whatis2you iframe,
#whatis2 #third #whatis2map iframe
{
max-width:100%;
}
#whatis2 #second #whatis2img
{
width: 100%;
margin:30px 0px 30px 0px;
}
#whatis2 #second #whatis2text2 {
width: 100%;
}
#whatis2 #second #whatis2text2 ul li
{
margin:0px 0px 0px 30px;
}
#whatis2 #third #whatis2h2,
#whatis2 #third #whatis2map {
width: 100%;
}
#whatis2 #third #whatis2h2 h2 {
width: 100%;
margin-top: 30px;
font-size: 24px;
padding: 0px 0px 0px 0px;
background: none;
}

#watisp {
padding: 50px 15px;
background: #FFFFFF;
height: auto;
width: 100%;
float: left;
}
.page-num_9 .s2 {
float: left;
}
#watisp .wrapper,
#whatis2 .wrapper,
#watisp .wrapper .left,
#watisp .wrapper .right {
width: 100%;
}
#watisp .left h2
{
width:100%;
font-size:22px;
line-height: 30px;
}
#watisp .wrapper .right {
padding: 20px;
}
#watisp .right #wtsimg {
margin: 0px 0px 0px 0px;
}
#greenhousemain
{
padding: 50px 0px;
width: 100%;
float:left;
}
#solarmainbenef
{
padding: 50px 0px;
width: 100%;
float:left;
}
#greenhousemain .wrapper h2 {
font-size: 24px;
line-height: 34px;
margin: 0px auto 50px auto;
width: 100%;
}
#greenhousemain #leftgreenhousemain {
width: 100%;
min-height: 210px;
}
#greenhousemain #rightgreenhousemain {
width:100%;
margin:30px 0px 0px 0px;
}
#solarmainbenef .wrapper,
#greenhousemain .wrapper {
width: 100%;
padding:0px 15px;
}
#benef1, #benef2, #benef3
{
float:left;
margin: 0px 0px 0px 0px;
}
#benef1
{
padding-bottom:30px;
border-bottom:1px solid #787878;
}
#benef2
{
padding-bottom:20px;
border-bottom:1px solid #787878;
}
#benef3
{
margin:20px 0px 0px 0px;
}
#benef1 .leftbenef, #benef3 .leftbenef {
width: 100%;
}
#benef1 .rightbenef {
width: 100%;
margin:30px 0px 0px 0px;
}
#benef2 .leftbenef {
width: 100%;
margin:30px 0px 30px 0px;
}
#benef2 .rightbenef {
width: 100%;
}
#benef3 .rightbenef {
width: 100%;
}
#solarmain
{
padding: 50px 0px;
height: auto;
width: 100%;
float: left;
}
#solarmain .wrapper {
width: 100%;
padding:0px 15px;
}
#solarmain .wrapper h2 {
width: 100%;
margin: 0px 0px 30px 0px;
}
#leftsolarmain {
width: 100%;
min-height: 220px;
}
#rightsolarmain {
width: 100%;
margin: 30px 0px;
padding: 0px 15px;
}
#stortext
{
padding: 60px 0px;
height: auto;
min-height: 880px;
}
#stortext .wrapper,
#provides .wrapper,
#guaranty .wrapper {
width: 100vw;
margin: 0px auto;
padding:0px 15px;
}
#stortext h2 {
font-size: 28px;
line-height: 34px;
width: 100%;
}
#stortext #storimg {
width: 100%;
min-height: 300px;
}
#stortext #storetext {
width: 100%;
margin: 20px 0px 0px 0px;
}
#provides
{
height: auto;
min-height: 670px;
padding: 50px 0px;
}
#provides .wrapper h2 {
font-size: 24px;
line-height: 34px;
margin: 0px 0px 50px 0px;
}
#provides .wrapper ul li {
width: 50%;
text-align: center;
height:180px;
}
#guaranty
{
padding: 50px 0px;
height: auto;
min-height: 900px;
}
#guaranty .wrapper .left {
width: 100%;
}
#guaranty .wrapper .left h2 {
width: 100%;
font-size: 24px;
line-height: 34px;
}
#guaranty .wrapper .right {
width: 100%;
}
#guaranty .wrapper .right {
width: 100%;
}
div.lets-get #header-right, div.lets-get2 #header-right {
width: 100%;
margin-top: 80px;
margin-right: 0%;
position: relative;
}
#care-of
{
height: auto;
width:100%;
}
#care-of .wrapper {
width: 100%;
}
#care-of .wrapper .left {
width: 100%;
padding: 0px 15px;
}
#care-of .wrapper .left h2
{
font: 32px/1.1 "Montserrat-Bold", sans-serif;
}
#care-of .wrapper .right {
width: 100%;
padding: 0px 15px;
}
#yearsof
{
height: auto;
width: 100%;
padding: 0px 15px;
margin:140px 0px 0px 0px;
}
#yearsof .yearsoftext {
width: 100%;
}
#allphoto {
height: 165px;
}
#allphoto .wrapper {
width: 100%;
padding: 0 0px;
max-width: 100vw;
}

#id_621 .page-top__box,
#id_615 .page-top__box,
#id_617 .page-top__box,
#id_619 .page-top__box
{
display: block;
}
#id_621 .page-top-service div.container,
#id_615 .page-top-service div.container,
#id_619 .page-top-service div.container
{
width:100%;
margin:45px 0px 0px 0px;
}
#id_617 .page-top-service div.container
{
width:100%;
margin:65px 0px 0px 0px;
}
#id_615 .page-top-service #header-right,
#id_617 .page-top-service #header-right,
#id_619 .page-top-service #header-right {
width: 100%;
margin-top: 45px;
margin-right: 0%;
position: relative;
}
.page-top-service div.container-right {
    float: left;
    margin:0px 0px;
	width:100%;
}
#id_76595 .footer__top {
    padding: 0px 0;
}
#id_76595 #lentainst {
    margin: 0px 0px 80px 0px;
    padding: 30px 0px 0px 0px;
}
#id_76595 .s6 {
    margin: 0px 0px 0px 0px;
}
#id_76595 #top-google-reviews {
    padding: 0px 25px 40px 25px;
    width: 100%;
}
#id_76595 #revh2 {
    height: 440px;
    width: 100%;
}
#id_76595 #top-google-reviews h2 {
	width:100%;
    font-size: 26px;
}
#id_76595 .page-top {
    height: 1355px;
}
#id_76595 #header-left {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-top: 130px;
}
#id_76595 #header-left #icond {
    height: 60px;
}
#id_76595 #header-right {
    float: left;
    width: 100%;
    margin-top: 385px;
    margin-right: 0%;
-webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #b0b0b0;
}
#id_76595 #header-left #icond img {
    height: 55px;
    width: auto;
}
#id_76595 .page-top .container-fluid
{
height:900px;
}
#preswashser .s41__box>*:nth-child(1),
#preswashser .s41__box>*:nth-child(2),
#preswashser .s40__box>*:nth-child(1),
#preswashser .s40__box>*:nth-child(2) {
    width: 100%;
}
#preswashser .s40
{
margin:20px 0px 0px 0px;
}
#preswashser .s41
{
height: 1070px;
}
.page-template-gallery #gallery
{
width:92vw;
overflow:hidden;
margin:30px 0px 0px 0px;
padding:20px 10px;
}
.page-template-gallery #gallery .bokmars button p {
    font-size: 10px;
}
.page-template-gallery .s27
{
margin:100px 0px 0px 0px;
}
.page-template-gallery #gallery .bokmars button
{
width:150px;
font: 10px/1.4 "OpenSans-Bold", sans-serif;
padding: 10px 0px;
}
.page-template-caulking-services .s5-item>*:nth-child(1) {
    margin-right: 0%;
}

.page-template-commercial .lets-get .page-top__bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 320%;
    height: 100%;
    max-width: inherit;
}
.page-template-commercial .lets-get h2
{
    font: 20px/1.39 "Montserrat-SemiBold", sans-serif;
    line-height: 25px;
    margin: 0px 0px 35px 0px;
}
.page-template-commercial .lets-get .lets-get__heading
{
margin-top: 0px;
}
.page-template-commercial div.lets-get .page-top__box {
  display: grid;
}
.page-template-commercial div.lets-get .container
{
margin: 60px auto 0px auto;
float:none;
width:90%;
padding:0px;
}
.page-template-commercial div.lets-get #header-right{
    float: none;
    width: 90vw;
    margin: 70px 5vw 0px 5vw;
    height: 490px;
    -webkit-box-shadow: 0px 0px 30px 0px #b0b0b0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #b0b0b0;
}
.page-template-pressure-washing-service .getknow
{
display:none;
}
#prohighrise
{
width: 100vw;
height:1250px;
padding: 15px 25px;
}
.page-template-high-rise-window-cleaning .page-top-service div.container
{
width:90%;
}
.page-template-high-rise-window-cleaning .page-top-service .container #btn {
    float: right;
    margin: -30px 0px 0px 0px;
    width: 100%;
}
#prohighrise h2 {
    font: 22px/1.3 "Montserrat-Bold", sans-serif;
}
#prohighrise #prohighriseleft, #prohighrise #prohighriseright {
    width: 100%;
}
#prohighriseright .text {
    line-height: 25px;
}
#prohighriseright ul li {
    min-height: 100px;
	margin: 10px 0px 20px 0px;
}
#prohighriseright .highriseulli div.highriselink {
    margin: 70px 0px 0px 30px;
}
#caulkingform {
    max-width: 100vw;
    padding: 15px 0px;
    width: 100vw;
	height:550px;
}
#caulkingform .lets-get__heading {
    width: 100%;
	background: rgba(255, 255, 255, 0.85);
}
#caulkingform h2 {
    font-size: 26px;
}
#caulkingform .s1__btn {
    width: 100%;
	font-size:10px;
}
#waterproofing {
    height: 1500px;
	width:100vw;
    padding: 15px 25px;
}
#waterproofing h2
{
font-size: 26px;
line-height: 35px;
}
#waterproofing #proofcont1 {
    height:auto;
	float:left;
	border-bottom:1px solid #F1F1F1;
	margin: 10px 0px 35px 0px;
	padding:0px 0px 20px 0px;
}
#waterproofing #proofimg1, #waterproofing #prooftext2,
#waterproofing #prooftext1, #waterproofing #proofimg2 {
    width: 100%;
}
.page-template-caulking-services .page-top__heading ul li.first
{
height:37px;
}
#prooficons
{
margin:20px 0px 0px 0px;
}
#prooficons #proofline1 {
   width: 280px;
   height: 90px;
}
#prooficons #proofline2 {
    width: 185px;
}
#prooficons .prooficonsimg img
{
width:70px;
height:70px;
}
#lastgallery
{
height:auto;
width:100vw;
padding:0px 25px;
margin:25px 0px;
}
#trustisur
{
	width: 100vw;
    height: auto;
	padding:0px 25px;
	margin:25px 0px 0px 0px;
}
#trustisur #left,
#trustisur #right
{
width:100%;
}
#trustisur #right
{
padding:10px;
}
#trustisur #right h3
{
font-size:17px;
}
#trustisur #right #truinsulli ul li {
    margin: 20px 0px;
    padding: 0px 0px;
    height: 55px;
}
#trustisur #right #truinsulli ul li .ullitext
{
float:left;
width: 90%;
margin-left:0px;
}
#preswashser
{
	width: 100vw;
    height: auto;
	padding:0px 25px;
	margin-top:40px;
	margin-bottom:55px;
}
#preswashser .wrapper,
#trustisur .wrapper,
#lastgallery .wrapper_1,
#waterproofing .wrapper,
#caulkingform .wrapper,
#prohighrise .wrapper
{
    width: 100%;
    margin: 0px auto;
}
#lastgallery .wrapper_1 .lastgal__arrows
{
margin:25px 0px 0px 0px;
}
.s40 {
    margin: 35px 0 35px;
}
.s41 {
    margin: 35px 0 35px;
}
#preswashser .s41
{
margin: 35px 0 120px;
height:auto;
}
.s41__box>*:nth-child(1) {
    width: 100%;
}
.s41__box>*:nth-child(2) {
    width: 100%;
    float: left;
	height:425px;
}
.s40__box>*:nth-child(1) {
    width: 100%;
}
.s40__items {
    width: 100%;
    max-width: 100%;
    padding-left: 0px;
}
#preswashser h2,
#trustisur h2 {
    font-size: 17px;
    line-height: 30px;
}
#expert-exterior
{
	width:100vw;
    height: 1060px;
	padding:0px 25px;
}
#exexcont #exexleft, #exexcont #exexright
{
width:100%;
}
#exexleft #firstline
{
width:210px;
}
#exexleft #secondline {
width: 200px;
}
#exexleft #thirstline {
width:300px;
}
#exexright ul.exexulli li img {
    margin: 0px 10px 26px 0px;
}
#exexright a.popup-with-zoom-anim {
    width: 100%;
}
#expert-exterior .wrapper
{
    width: 100%;
    margin: 0px auto;
}
#exexleft .exexlolo {
    width: 90px;
}
#exextop h2, #lastgallery h2, #yearsof h2
{
font-size:24px;
}
#exextop .undertitle
{
font-size:15px;
}
div.lets-get #header-right h3,
div.lets-get2 #header-right h3 {
	font-size:18px;
}
	
#scissor {
    height: 910px;
	margin: 150px 0px 0px 0px;
}

#scissor .wrapper {
    width: 100vw;
    margin: 0px auto;
}

#scissor #scissorh2
{
height:auto;
width:100%;
}

#scissor #scissorimg {
    width: 100%;
    height: auto;
}

#scissor #scissorimg img
{
width:100%;
height: auto;
}
	
#text-rope {
height: auto;
padding: 60px 0px 30px 0px;
margin: 110px 0px 0px 0px;
}

#text-rope div.wrapper {
width: 100vw;
height: auto;
margin: 0px auto;
padding:0px 10px;
}

#text-rope h2 {
font: 26px/1.1 "Montserrat-SemiBold", sans-serif;
line-height: 32px;
margin: 0px 0px 50px 0px;
}

#strelkibg {
height: 220px;
display:none;
}

#strelkibg-mob
{
display:block;
float:left;
width: 300px;
}
	
#accesstrelki {
height: 280px;
margin: -254px 0px 0px 0px;
width: 300px;
}

#access-visual {
    height: 1000px;
}

#access-visual .left,
#access-visual .right {
    width: 100%;
}

#access-visual .left img
{
width:90%;
margin:0px auto;
}

#access-visual .right ul {
    width: 90%;
    margin: 100px auto 0px auto;
}

#stra {
    height: 270px;
    width: 100%;
    margin: 0px auto;
}

#accesstrelki .strwrap {
    width: 145px;
    height: 140px;
    float: left;
}

#accesstrelki #accessstr1
{
font: 10px/35px "Montserrat-Bold", sans-serif;
height: 34px;
margin-top: 93px;
margin-left: 50px;
width:96px;
}

#accesstrelki #accessstr2 {
    padding: 0px 5px;
    font: 10px/35px "Montserrat-Bold", sans-serif;
    width: 46px;
    height: 35px;
    float: left;
    margin: 92px 0px 0px 16px;
}

#accesstrelki #accessstr3 {
    padding: 0px 5px;
    font: 10px/35px "Montserrat-Bold", sans-serif;
    width: 80px;
    height: 35px;
    margin: 10px 0px 0px 67px;
}

#accesstrelki #accessstr4 {
    font: 10px/35px "Montserrat-Bold", sans-serif;
    width: 68px;
    height: 35px;
    margin: 10px 0px 0px 15px;
}
	
	#qualit-safety-logistics
	{
	height:600px;
	}
	
	#qualit-safety-logistics .wrapper
	{
	width:100%;
	}
	
	#qualit-safety-logistics #quatop {
    height: 200px;
    width: 100%;
}

#qualit-safety-logistics #quatop #topleft {
    height: 90px;
    width: 49%;
}

#qualit-safety-logistics #quatop #topcentr {
    width: 100%;
    margin: 15px 0px;
}

#qualit-safety-logistics #quatop #topright {
    height: 90px;
    width: 49%;
    float: right;
    margin: -220px 0px 0px 0px;
}

#qualit-safety-logistics #quatop #topleft img
{
    margin: 30px 25px 0px 0px;
    width: 125px;
}

#qualit-safety-logistics #quabottom #scalestext
{
    padding: 10px 20px;
}
	
	#firstmars
	{
	height: 1140px;
	}
	
	#firstmars .wrapper h3
	{
	width:100%;
	padding:0px 15px;
	font-size:25px;
	}
	
	#firstmars #marsleft
	{
	width:100%;
	height: auto;
	margin:0px 0px 20px 0px;
	}
	
	#firstmars #marsleft #marsimg img,
	#marsright
	{
	width:100%;
	}
	
	#firstmars #marsleft #marslogo
	{
	width:100%;
	}
	
	#firstmars #marsleft #marsimg {
    width: 100%;
    height: auto;
	}
	
	#firstmars #marsleft #marslogo img
    {
	width:150px;
	}
	
	#marslogo #bawclogo
	{
	margin-left:15px;
	}
	
	#marslogo #alfalogo
	{
	margin-right:15px;
	}
	
	#firstmars .wrapper #marsright h2
	{
	width:100%;
	margin:25px 0px 0px 0px;
	}
	
	#firstmars .wrapper #marsright #marstext,
	#firstmars .wrapper #marsright #spacexlogo
	{
	width:100%;
	padding:0px 15px;
	text-align: left;
	}
	
	#whoweare {
    height: 1180px;
	}
	
	#whoweare .wrapper,
	#firstmars .wrapper	{
    width: 100vw;
    margin: 0px auto;
	}
	
	#whoweare .wrapper h2,
	#firstmars .wrapper h2
	{
	font-size: 34px;
	width: 100%;
	padding:0px 15px;
	}
	
	#whoimgs #whoimgs1 {
    float: left;
    width: 100%;
	}
	#whoimgs #whoimgs2
	{
	float: left;
    width: 100%;
	margin:6px 0px 0px 0px;
	}
	
	#whoweare .wrapper #whotext #whotextleft {
    width: 100%;
	height: 325px;
	margin: 435px 0px 0px 0px;
	}
	
	#whoweare .wrapper #whotext #whotextleft p
	{
	width:90%;
	margin:0px 5%;	
	}
	
	#whotext #soct {
    margin-left: 5%;
    width: 90%;
	}
	
	#whotext #soct .s21__socials li
	{
	margin: 0 6px 0 0;
	}
	
	#whoweare .wrapper #whotext #whotextright
	{
	height: 355px;
	width: 100%;
    float: left;
	padding: 10px 5%;
	margin: -760px 0px 0px 0px
	}
	#whoweare .wrapper #whotext #whotextright div.itemt1, #whoweare .wrapper #whotext #whotextright div.itemt2, #whoweare .wrapper #whotext #whotextright div.itemt3, #whoweare .wrapper #whotext #whotextright div.itemt4
	{
	height: 100px;
	width: 100%;
	border-bottom:1px solid #C9C9C9;
	padding: 30px;
	margin: 0px 0px !important;
	}
	
	.s23 #s23titleline
	{
	width:62px;
	}
	.s23__title {
    margin: 0 0 30px;
	}
	.s23 .company-subtitle
	{
	margin:0px 0px 70px 0px !important;
	font-size:20px !important;
	}
	img.alignleft,
	img.alignright
	{
	float: none;
	width:100%;
	}
	
	.post-template-page-blog .s27__box > *:nth-child(1)
	{
	width:100%;
	margin-right: 0px;
	}
	
	#banner-war-ukraine
{
padding-top: 65px;
}
	
	.page-template-contact .page-top__bg ul.footer__socials {
    margin: -30px 0 15px 1px;
}
	
	#moreinfo {
    width: 100%;
}

.page-template-contact .page-top__heading
{
height:110px;
margin:0px;
}
.page-template-contact .contacts-list
{
height:180px;
margin:0px;
}
.page-template-contact .wtd-form
{
height:50px;
}
.page-template-contact #contact-right,
#id_45 #contact-right,
#id_43 #contact-right {
    /* float: right; */
    /* width: 100%; */
    /* position: absolute;
    top:430px; */
}
#id_45 .page-top__title,
#id_43 .page-top__subtitle, #id_43 .page-top__undertitle
{
width:100%;
}

#id_45 #contact-right #contform,
#id_43 #contact-right #contform {
width:100%;
border-top:2px solid #F7F7F7;
border-bottom:2px solid #F7F7F7;
}

.page-template-contact #contact-right #contform
{
width: 100%;
}


#id_45 .s23
{
margin-top:65px;
}

.header__menu .sub-menu li {
    position: relative;
    width: 100%;
    float: left;
}

#id_43 .s5.s5_2
{
/* margin-top:550px; */
}
	
	.s22__clients-logos .s6-item {
    width: 49%;
}
	
	div.s17.mob
	{
	display:block;
	}
	
	div.s17
	{
	display:none;
	}
	
	div.s17.mob #workerimg
	{
	width:45%;
	float:left;
	}
	
	div.s17.mob #workerimg .wokrimg
	{
	text-align:left;
	}
	
	div.s17.mob #workerimg .wokrimg img
	{
	width:125px;
	height:auto;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
	}
	
	div.s17.mob .s17-item__text {
    height: 165px;
}
	
	#thankmeyousage
	{
	width:96%;
	}
	
	#thankyoupage h2 {
    font-size: 18px;
	}
	
	#thankyoupage .text p {
    font-size: 14px;
    line-height: 24px;
	}
	
	#thankyoupage .text p {
    font-size: 14px;
    line-height: 20px;
	}
	
	.page-template-aerial_lift .page-top__undertitle,
	.page-template-bmu .page-top__undertitle,
	.page-template-rope_access .page-top__undertitle,
	.page-template-from_inside .page-top__undertitle
	{
    margin: 0px 0px 15px 0px;
	padding:0px 0px 15px 0px;
	font: 16px/1.4 "Montserrat-SemiBold", sans-serif;
	color:#FFF;	
	background: url(../img/30/aerialundertit.png) no-repeat left bottom;
	}
	
	.page-template-aerial_lift .page-top__title,
	.page-template-bmu .page-top__title,
	.page-template-rope_access .page-top__title,
	.page-template-wfp .page-top__title,
	.page-template-from_inside .page-top__title
	{
    font-size: 27px;
	line-height:34px;
	}
	
	.page-template-aerial_lift #short-text,
	.page-template-bmu #short-text,
	.page-template-rope_access #short-text,
	.page-template-wfp #short-text,
	.page-template-from_inside #short-text
	{
	left:15px;
	top:60px;
	}
	
	.page-template-aerial_lift #short-text div.wrapper div.short_text,
	.page-template-bmu #short-text div.wrapper div.short_text,
	.page-template-rope_access #short-text div.wrapper div.short_text,
	.page-template-wfp #short-text div.wrapper div.short_text,
	.page-template-from_inside #short-text div.wrapper div.short_text
	{
	color:#767676;
	}
	
	.page-template-aerial_lift .breadcrumbs,
	.page-template-bmu .breadcrumbs,
	.page-template-rope_access .breadcrumbs,
	.page-template-wfp .breadcrumbs,
	.page-template-from_inside .breadcrumbs
	{
	display:none;
	}
	
	.page-template-aerial_lift #short-text div.wrapper,
	.page-template-bmu #short-text div.wrapper,
	.page-template-rope_access #short-text div.wrapper,
	.page-template-wfp #short-text div.wrapper,
	.page-template-from_inside #short-text div.wrapper
	{
    width: 90%;
    margin: 0px;
	}
	
	.page-template-bmu #advantages,
	.page-template-rope_access #advantages,
	.page-template-wfp #advantages,
	.page-template-from_inside #advantages
	{
	margin-top:120px;
	}
	
	.page-template-bmu #advantbottom {
    margin: -225px 0px 0px 0px;
	}
	
	.page-template-aerial_lift h3.stitle.s24__title 
	{
	font-size: 35px;
	}
	
	.page-template-aerial_lift .s24__subtitle {
    font-size: 20px;
}

.s24__switcher-item {
    padding: 5px;
    width: 115px;
    text-align: center;
}

.s24 .container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.s24__box-main
{
    width: 90%;
    margin: 0px auto;
}

.s24__box-img {
    width: 100%;
    position: absolute;
    top: 150px;
}

ul.s24__boxes {
    height: 285px;
}

.s24__box-text {
    font: 16px/1.4 "OpenSans-Regular", sans-serif;
}

ul.s24__switcher
{
width:90%;
margin:0px auto 35px auto;
}
p.s24__subtitle
{
width:90%;
margin:0px auto;
}

#advanttop h2 {
    width: 75%;
}

#advanttop p.s18__subtitle {
    width: 100%;
}

ul.advantages__items li .item__text {
    line-height: 125%;
}

#advanttop {
    height: 600px;
}

#advantbottom {
    margin: -180px 0px 0px 0px;
}

ul.advantages__items li {
    width: 96%;
    height: 350px;
    float: none;
    margin: 15px auto;
}

ul.advantages__items li:nth-child(3n) {
    margin: 15px auto;
}
	
#advantages {
    margin-bottom: 110px;
}

	body
	{
        padding-top: 60px;
	width:100vw;
	}
	
	.header {
			    background: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: none;
	padding:0px 0px 10px 0px;
	}
	
	.s1__title b {
    font: 36px/1.3 "Montserrat-Bold", sans-serif;
    color: #F1001D;
	}
	
	.header__box_mobile
	{
		display:block;
		padding: 10px 0px 0px 0px;
	}
	
	.s1__list {
    margin: 935px auto 0px auto;
	padding:60px 0px 0px 0px;
    position: absolute;
	border-top:1px solid #C4C4C4;
	width:100%;
	max-width:100%;
	display:none;
	}
	
	#mob-s1-li
	{
	display:block;
	width:100%;
	}
	
	#mob-s1-li .s1__list
	{
	display: block;
    margin: 0px 0px 0px 0px;
	}
	
	.mob-s1first
	{
    height: 55px;
    width: 100%;
    display: flex;
    margin: 20px 0px;
	}
	
	
	
	.s1__list li {
    margin: 25px auto;
    width: 85%;
	}
	.s1__list li:last-child
	{
	margin: 20px auto;
    width: 85%;
	}

	.s1__list li img
	{
	width:65px;
	height:auto;
	}
	
	#s3-build-box ul.casesitems li {
	-webkit-box-shadow: 0px 5px 12px 0px #b0b0b0;
-moz-box-shadow:    0px 5px 12px 0px #b0b0b0;
box-shadow:         0px 5px 12px 0px #b0b0b0;
		

}
	
	.s1__list-text {
    width: calc(100% - 67px);
    padding-left: 20px;
	font: 18px/1.4 "OpenSans-Regular", sans-serif;
	}
	
	.wtd-form__input {
    margin: -6px 0px 0px 0px;
	padding:15px 20px;
	min-height: 100%;
	line-height:14px;
	height:50px;
	}
	
	.s1__form {
    height: 40px;
}
	
	.page-template-offer .header__box_mobil,
    .page-template-service-new .header__box_mobile {
        display:block;
        padding-top: 10px;
		    backdrop-filter: blur(16px);
    }

    .page-template-service-new h1,
.page-template-pressure-washing-service	h1,
.page-template-caulking-services h1,
.page-template-high-rise-window-cleaning h1 
{
        margin-top:80px;
		font: 24px/1.33 "Montserrat-Bold", sans-serif;
		line-height:30px;
    }
	.page-top-service div.container p.page-top__subtitle
	{
	font: 20px/1.33 OpenSans-Regular, sans-serif;
	line-height:auto;
	margin: 15px 0px 20px 0px;
	}

	.page-template-service-new .page-top__heading ul li img
	{
		float:left;
		width:20px;
		margin:0px 15px 0px 0px;
	}
	.page-top-service div.container #linelets
	{
	margin: 0px 0px 20px 0px;
	}

    .page-template-service-new .page-top-service .page-top__box,
.page-template-pressure-washing-service .page-top-service .page-top__box,
.page-template-caulking-services .page-top-service .page-top__box	{
        display:block;
    }

    .page-template-service-new .lets-get .page-top__box,
    .page-template-service-new .lets-get2 .page-top__box,
	.page-template-pressure-washing-service	.lets-get .page-top__box,
.page-template-caulking-services .lets-get .page-top__box,
.page-template-high-rise-window-cleaning .lets-get .page-top__box	{
        display:block;
    }

    .page-template-service-new .page-top-service div.container,
    div.lets-get .lets-get__heading, div.lets-get2 .lets-get__heading,
	.page-template-pressure-washing-service .page-top-service div.container,
.page-template-caulking-services .page-top-service div.container	{
        float:none;
        width:100%;
        height: auto;
        position: relative;
    }
	.page-template-service-new div.lets-get #header-right, 
    .page-template-service-new div.lets-get2 #header-right,
	.page-template-high-rise-window-cleaning div.lets-get #header-right
	{
        float:none;
        width:90vw;
		margin:70px auto 0px auto;
        height: 520px;
        position: relative;
				    -webkit-box-shadow: 0px 0px 30px 0px #B0B0B0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #B0B0B0;
	}
	
	.page-template-pressure-washing-service div.lets-get #header-right,
	.page-template-caulking-services div.lets-get #header-right,
	.page-template-high-rise-window-cleaning div.lets-get #header-right
	{
        float:none;
        width:90vw;
		margin:120px auto 0px auto;
        height: 490px;
        position: relative;
				    -webkit-box-shadow: 0px 0px 30px 0px #B0B0B0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #B0B0B0;
	}
	
	#id_77750 #header-right form label input,
	#id_77750 #header-right form .number input,
	body.page-template-service-new #header-right form label input,
	body.page-template-service-new #header-right form .number input,
	#discuss form label input {
		padding: 7px 20px;
		padding: 9px 20px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    color: #767676;
    font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	}
	.wpcf7-form.init.popup-form.s31__form.webhook
	{
	padding:0px 25px;
	}
	
	.page-template-service-new .page-top-service div.container,
	.page-template-pressure-washing-service .page-top-service div.container,
	.page-template-caulking-services .page-top-service div.container,
	.page-template-high-rise-window-cleaning .page-top-service div.container
	{
	padding-right: 30px;
    padding-left: 30px;
	}
	
	.s3-item__title
	{
	font-size:25px;
	}
	
	.page-template-service-new .page-top-service #header-right,
	.page-template-caulking-services .page-top-service #header-right
	{
	    float:none;
        width:90vw;
		padding:20px 30px;
		margin:50px auto 0px auto;
        height: 520px;
        position: relative;
		    -webkit-box-shadow: 0px 0px 30px 0px #B0B0B0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #B0B0B0;
	}
	#id_76952 .page-top-service #header-right
	{
	height: 580px;	
	}
	#id_76952 #newonly {
    float: left;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0px 25px;
	}
	.page-template-pressure-washing-service .page-top-service #header-right
		{
	    float:none;
        width:90vw;
		padding:20px 30px;
		margin:-20px auto 0px auto;
        height: 500px;
        position: relative;
		    -webkit-box-shadow: 0px 0px 30px 0px #B0B0B0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #B0B0B0;
	}
	
	#id_77750 #header-right button, body.page-template-service-new #header-right button {
    width: 100%;
    padding: 20px 0px;
    margin: 90px 0px 0px 0px;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-family: OpenSans-Bold, sans-serif;
    border: none;
    line-height: 140%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    }
	
	#id_76952 .page-top #header-right button,
	#id_76985 .page-top #header-right button,
	#id_605 .page-top #header-right button
	{
		position: absolute;
    bottom: 20px;
    width: 83%;
	}
	.main {
    flex-grow: 1;
    overflow: hidden;
}
	#id_76952 .page-top
	{
    min-height: 896px;
    height: auto;
	}
	body.page-template-service-new #header-right form label.street input, 
	body.page-template-service-new #header-right form label.citys input, 
	body.page-template-service-new #header-right form label.zip input
	{
	padding: 15px 10px 10px 10px !important;
	}
	
	div.lets-get #header-right h3, div.lets-get2 #header-right h3 {
    letter-spacing: 0px;
    }
	
	#textniz
	{
	padding:0px 5vw;
	color: #767676;
	}
	
	#textniz img {
    max-width: 90vw;
	}
	
	#textniz p picture img {
    width: 100%;
	min-width:100%;
}

	.page-template-service-new .page-top,
	.page-template-pressure-washing-service .page-top
	{
	min-height:970px;
	height:auto;
	}
	#top-google-reviews
	{
	height:auto;
	}
	#top-google-reviews h2
	{
	width:80%;
	line-height:25px;
	letter-spacing:3%;
	font: 20px/1.33 "Montserrat-SemiBold", sans-serif;
	margin:0px auto 40px auto;
	}
	#buildings-types #bico .buildings-type h3
	{
	font: 16px/1.33 OpenSans-Regular, sans-serif;
	line-height:173%;
	color:#767676;
	}
	#buildings-types .right h2
	{
	font: 20px/1.33 "Montserrat-SemiBold", sans-serif;
	line-height:25px;
	letter-spacing:3%;
	margin: 0px 0px 20px 0px;
	}
	#buildings-types .right div.description
	{
	font-size: 14px;
	line-height:152%;
	color:#767676;
	width:100%;
	}

    .page-template-service-new div.lets-get .servlogo,
    .page-template-service-new div.lets-get2 .servlogo {
        float:none;
        display:inline-block;
    }

    .page-template-service-new .s6__arrows {
        margin: 0;
    }

    .page-template-service-new .s6__arrows {
        justify-content: center;
    }

    #buildings-types {
		height: auto;
		padding: 60px 0px;
		width: 84vw;
		margin: 0px auto;
    }
    
    #buildings-types > div {
        float:none !important;
        width: 100%  !important;
    }
	#buildings-types .left
	{
		display:flex;
	}
    #buildings-types #bico {
        width: 90vw;
		margin:70px auto;
		display: flex;
    flex-wrap: wrap;
    }
	#buildings-types .right ul li
	{
	height:auto;
	margin: 27px 0px;
	padding:0px 0px 5px 0px;
	font-size:14px;
	letter-spacing: 5%;
	}
	#buildings-types .right ul.building-bullets
	{
	width:96%;
	margin:0px auto;
	}
	
	#buildings-types .right ul li div.bulletser,
	.page-template-service-new .page-top__heading ul li .bulletser
	{
	float:left;
    width: 35px;
    height: 30px;
	}
	
	.page-template-service-new .page-top__heading ul li
	{
	height:auto;
	}

	.page-template-service-new div.lets-get .page-top__bg img,
	.page-template-service-new div.lets-get2 .page-top__bg img
	{
	position:absolute;
	left:0;
	top:0;
	width:320%;
	height:100%;
	max-width:inherit;
	}

	div.lets-get h2, div.lets-get2 h2
	{
	font: 20px/1.39 "Montserrat-SemiBold", sans-serif;
	line-height:25px;
	margin: 0px 0px 35px 0px;
	}
	.page-template-service-new .lets-get .container,
	.page-template-service-new .lets-get .container-fluid
	{
	padding:0px;
	}
	div.lets-get .lets-get__heading, div.lets-get2 .lets-get__heading
	{
	margin-left:7vw;
	margin-top: 75px;
	width: 90%;
	}
	.page-template-commercial div.lets-get .lets-get__heading
	{
	width:90%;
	}
	div.lets-get #linelets, div.lets-get2  #linelets
	{
	display:none;
	}
	div.lets-get .servlogo, div.lets-get2 .servlogo
	{
	height:55px;
	width:auto;
	margin: 0px 20px 0px 0px;
	}
	div.lets-get .servlogo img, div.lets-get2 .servlogo img
	{
	height:48px;
	width:auto;
	}
	div.lets-get
	{
	height:875px;
	}
	div.lets-get2
	{
	height:900px;
	}

    #buildings-types #bico .buildings-type {
        display:inline-block;
		width: 31%;
		text-align: center;
		margin:5px 0px 10px 0px;
    }

    .benefits {
        height: 510px;
		padding: 40px 0px;
		display:none;
    }
	.benefits.mobile
	{
	display: flex;
	float:left;
	width:100%;
	}
	#id_621 .benefits.mobile
	{
	border-top:1px solid #CCC;
	margin-top:30px;
	}

    .benefits .benefits-wrapper {
        width: 90vw;
    }

    .benefits ul.benefits-bullets li {
        width: 50%;
        padding: 10px;
        height: 225px;
    }

    .benefits ul.benefits-bullets li h2 {
        font-size: 16px;
		line-height:23px;
		width:96%;
		margin:0px auto;
    }

    .benefits ul.benefits-bullets li h3 {
        font-size: 13px;
        color: #767676;
		line-height:152%;
    }
	
	.locations
	{
	margin:60px 0px 70px 0px;
	}
	
	.locations .locations-wrapper h2
	{
	width:82vw;
	padding:0px;
	line-height: 25px;
	letter-spacing:1px;
	margin: 0px auto 40px auto;
	}
	
	.locations .locations-wrapper h2 div
	{
	width:50%;
	}
	
	.page-template-service-new .h2s6 h2
	{
	display:none;
	}
	
	.page-template-service-new .s6-item__img
	{
	width:160px;
	}
	.s6 .line-break
	{
	margin:0px 0px 25px 0px;
	}
	.s6-item__img h3
	{
	width:80%;
	margin: 10px 0px 0px 0px;
	}
	#id_77750 .s6-item__img h3
	{
	font-size:15px;
	line-height:143%;
	width: 90%;
	}
	#id_77750 .s6 .line-desc
	{
	font-weight:bold;
	width:90%;
	}
	.s6 .line-desc
	{
	padding:0px;
	}
	
	.locations .localitems
	{
	width:90vw;
	margin:0px auto;
	}
	
    .locations h2 {
        width: 60%;
        text-align: left;
        font-size: 20px;
        padding: 0px 10px;
    }

    .locations .spcer-line {
        height: 200px;
    }

    .locations .spcer-line #localitems {
        width: 90vw;
        padding: 0px 20px;
    }
	
	.s31__form-heading {
    text-align: center;
    padding: 20px 0px 10px 0px;
    margin: 0px 0px 30px 0px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    font-family: "Montserrat-Bold", sans-serif;
    }
	
	.page-template-service-new div.s5 .container
	{
	padding-right: 0px;
    padding-left: 0px;
	}
	
	.page-template-service-new div.s5 h2,
	.page-template-service-new div.s5 .s5-item__text
	{
	width:82vw;
	margin:30px auto;
	}
	
	.page-template-service-new div.s5 h2
	{
	font: 18px/1.39 "Montserrat-Bold", sans-serif;
	line-height:23px;
	letter-spacing:3%;
	}
	
	.page-template-service-new div.s5 .s5-item__text
	{
	font: 14px/1.39 OpenSans-Regular, sans-serif;
	line-height:143%;
	color:#767676;
	}
	
	.page-template-service-new div.s5 ul.s5__list
	{
	width:100vw;
	margin:0px auto;
	}
	.page-template-service-new div.s5 ul li div.s5-item div
	{
	margin:0px;
	}
	.page-template-service-new div.s5 .s5-item__link
	{
	margin:20px 0px 40px 10vw;
	}
    .s5
	{
	margin:45px 0px;
	}
	.s6
	{
	margin:70px 0px 0px 0px;
	}
	#id_77750 .s6
	{
	margin:0px 0px 0px 0px;
	}
	#id_77750 .s6-item__img
	{
	width:165px;
	}
	#id_77750 .s6__arrows
	{
	    margin: 0px auto !important;
	}

    .s5-item__link {
        margin: 0px 0 20px -5px;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Montserrat-Regular", sans-serif;
        font-weight: bold;
    }

    .locations .spcer-line .item {
        float: left;
        width: 50%;
        text-align: left;
        font-size: 16px;
		line-height:276%;
		margin:5px 0px;
    }

    div.s3__arrows {
        display: flex;
    }

    .s26__builtings {
        margin: 0px 0px 10px 0px;
        float: left;
        width: 100%;
        height: auto;
    }

    .s26__blocks {
        margin: 0 auto;
        width: 90%;
    }

    .s26__builtings li {
        font-size: 14px;
    }

    #id_77750 .page-top__box .container {
        width: 100vw;
        height: 550px;
		padding:0px 25px;
    }

    #id_77750 #header-left {
        margin-left: 0%;
        margin-top: 60px;
        height: 725px;
    }

    #id_77750 #undertitle {
        margin: 65px 0px 30px 0px;
		font-size:20px;
    }

    #id_77750 #header-right {
        margin-top: 170px;
        margin-left: 0%;
		width:100% !important;
		float:left;
    }

    #id_77750 #header-left #icond {
        height: 60px;
		margin: 80px 0px 0px 0px;
    }

    #id_77750 #header-left .icond {
        margin: 0px 0px 0px 10px;
    }

    #id_77750 #header-left .icond img {
        height: 50px;
        width: auto;
    }

    #id_77750 #special-offer {
        width: 90vw;
        margin: 0px auto;
    }

    #callus #rightcall button {
        font-size: 20px;
    }
	 #id_77750 #callus #rightcall button
	 {
		font-size: 15px;
		padding:15px 0px;
	 }

    #wealso2 .work-right-subtitle {
        font-size: 25px;
    }

    #callus #rightcall button,
    #id_77750 #header-left,
    #id_77750 #header-right {
        width: 100%;
    }

    #id_77750 .page-top {
        height: 1500px;
    }

    #otzuvugoogle {
        height: auto;
        min-height: 460px;
        margin: 10px 0px 0px 0px;
    }

    #weworking div.wrapper h2 {
        width: 90%;
        text-align: left;
		padding: 0px;
		margin: 0px;
		font-size:27px;
		line-height:25px;
    }

    #weworking .work-photo .imgwork {
        width: 30%;
        margin: 0px 0px 0px 7px;
    }
	
	#weworking .work-photo .imgwork p
	{
	    font-size:16px;
	    line-height:146%;
	}

    #id_77750 #header-right {
        height: 500px;
    -webkit-box-shadow: 0px 0px 30px 0px #B0B0B0;
    -moz-box-shadow: 0px 0px 30px 0px #B0B0B0;
    box-shadow: 0px 0px 30px 0px #B0B0B0;
    }

    #otzuvugoogle div.wrapper,
    #weworking div.wrapper,
    #weworking .leftw,
    #weworking .rightw,
    #weworking .rightw .work-right-title,
    #weworking #work-logos,
    #weworking .work-right-subtitle,
    #featuredserv div.wrapper,
    #windowcleaningvideo div.wrapper,
    #fotoresidential div.wrapper,
    #callus div.wrapper,
    #wealso div.wrapper,
    #wealso2 div.wrapper {
        width: 100vw;
    }

    #weworking {
        height: 810px;
		float:left;
    }
	
	#id_76595 .s8 {
    float: left;
    max-width: 100vw;
    width: 100vw;
}

    #featuredserv #lefts #ulleft {
        width: 100%;
        height: 440px;
    }

    #wealso {
        height: 420px;
		padding: 0px 0px;
    }

    #wealso .rightw .work-right-title {
        width: 80%;
		font-size:27px;
		line-height:33px;
		text-align:left;
		margin: 35px 0px 35px 25px;
    }

    #wealso div.wrapper {
        margin: 30px 0px;
    }

    #wealso #work-logos div.logow {
        width: 24%;
        margin: 5px 0px;
        height: auto;
		text-align:center;
    }
	
	#featuredserv div.wrapper h2
	{
	font-size:27px;
	line-height:33px;
	margin-left:5%;
	}
	
	#wealso #work-logos div.logow img
	{
	width:80%;
	}

    #id_77750 #header-left #headerulli
	{
        margin: 260px 0px 0px 0px;
		position:absolute;
    }

#id_76595 #header-left #headerulli	{
        margin: 195px 0px 0px 0px;
		position:absolute;
    }
#id_76595 .logoimg {
    width: 80px;
    height: 80px;
}
#id_76595 .s6-item__img img
{
width:80px;
height:auto;
}

    #id_77750 #header-left ul li,
#id_76595 #header-left ul li	{
        font-size: 15px;
        color: #000;
		line-height:28px;
		font-weight:bold;
		margin:22px 0px;
    }
	
	#id_77750 #headerulli ul li .bul3,
#id_76595 #headerulli ul li .bul3	{
	display:block;
    width: 19px;
    height: 35px;
    float: left;
    margin: -2px 15px 0px 0px;
    }
	
	#id_77750 #headerulli ul li .bul2,
	#id_76595 #headerulli ul li .bul2
	{
	display:none;
	}
	
    #id_77750 .page-top__title,
#id_76595 .page-top__title	{
        margin: 30px 0px 10px 0px;
        font-size: 27px;
		line-height:34px;
        width: 100%;

    }

    #id_77750 .page-top__box,
#id_76595 .page-top__box	{
        height: 550px;
    }

    #otzuvugoogle div.wrapper h2 {
        width: 90%;
        font-size: 20px;
        text-align: center;
		margin:0px auto 20px auto;
    }

    #googlreviews {
        padding: 0px 10px;
    }

    #weworking .leftw .work-subtitle {
        width: 100vw;
        margin: 10px 0px 50px 0px;
        text-align: left;
		font-size:16px;
		line-height:43px;
    }

    #weworking #work-logos {
        height: 550px;
    }

    #weworking .work-photo {
        margin: 385px auto 0px auto;
        width: 100%;
        height: auto;
		float:left;
		position:absolute;
    }

    #weworking #worktext {
        width: 90%;
        margin: 0px auto;
        float: none;
		font-size:14px;
		line-height:152%;
    }

    #featuredserv {
        height: 1725px;
    }

    #featuredserv #lefts {
        height: 730px;
    }

    #featuredserv #rights {
        height: 800px;
		margin: 140px 0px 0px 0px;
    }

    #featuredserv #rights #videoright {
        height: 280px;
        margin: 460px 0px 0px 0px;
		position:absolute;
    }

    #featuredserv #rights ul {
        width: 90%;
        margin: 30px auto 0px auto;
        float: left;
        padding: 0px 0px 0px 20px;
    }
	#id_76595 #featuredserv #rights ul
	{
	margin: 0px auto 0px auto;
	}
	#id_76595 #featuredserv #lefts #ulleft {
    width: 100%;
    height: 290px;
}
#id_76595 #featuredserv #rights #videoright {
    height: 280px;
    margin: 330px 0px 0px 0px;
    position: absolute;
}
#id_76595 #featuredserv #rights {
    height: 670px;
}
#id_76595 #featuredserv {
    height: 1630px;
}
    #fotoresidential #resptext {
        width: 60%;
        margin: 100px auto 100px auto;
		font-size:16px;
		line-height:163%;
    }
	
	#fotoresidential #shedule button
	{
	padding:15px 0px;
	}

    #fotoresidential #resptext #kav {
        margin: -25px 10px 0px -55px;
    }

    #featuredserv div.wrapper {
        height: 1150px;
    }

    #featuredserv #lefts,
    #featuredserv #rights,
    #windowcleaningvideo #videoleft,
    #windowcleaningvideo #videoright,
    #fotoresidential #leftp,
    #fotoresidential #rightp,
    #callus #leftcall,
    #callus #rightcall {
        width: 100%;
    }

    #featuredserv #lefts iframe,
    #featuredserv #rights iframe {
        width: 100vw;
        max-width: 100vw !important;
    }

    #featuredserv #lefts ul {
        width: 90%;
        margin: 0px auto;
        float: none;
    }

    #featuredserv #lefts ul li,
    #featuredserv #rights ul li {
        font-size: 15px;
		font-family: OpenSans-Regular, sans-serif;
		padding:15px 0px;
    }

    #windowcleaningvideo {
        height: 630px;
    }

    #windowcleaningvideo iframe {
        max-width: 100%;
    }

    #fotoresidential {
        height:900px;
		background: url(../img/30/residential-window-cleaning-mobs.jpg) no-repeat bottom left #FFF;
    }
	
	#fotoresidential #shedule
	{
	position:absolute;
	margin-top:330px;
	margin-left:15vw;
	width:70vw;
	}
	
	#id_77750 .h2s6
	{
	width:100vw;
	text-align: center;
    margin: 20px 0px 0px 0px;
	}
	#id_77750 .h2s6 h2
	{
	font-size:27px;
	line-height:61px;
	letter-spacing: 0px;
	}

    #callus {
        height: auto;
		width:100%;
		float:left;
    }
	.s4 {
    margin: 80px 0;
    width: 100%;
}
	#callus div.wrapper
	{
	height:760px;
	width:90vw;
	background: url(../img/30/callus-mob.png) no-repeat bottom right #F0F0F0;
    -webkit-border-radius: 215px;
    -moz-border-radius: 215px;
    border-radius: 215px;
	}

    #callus #rightcall {
        margin-left: 0%;
    }

    #callus #leftcall h2 {
        font-size: 50px;
        line-height: 60px;
		margin:120px auto 0px auto;
		width:80%;
    }

    #callus #leftcall {
        width:76vw;
		margin:0px auto;
		float:none;
    }

    #callus #calltell {
		width:80vw;
        margin-top: 130px;
        margin-left: 10vw;
		position:absolute;
		font-size:26px;
		line-height:34px;
		padding: 5px 0px 5px 42px;
    }

    #callus #newyorkusa {
		width:60vw;
        margin-top: 170px;
        margin-left: 21vw;
		position:absolute;
		font-size:14px;
		line-height:43px;
    }

    #callus #rightcall {
        margin-top: 10px;
    }

    #callus #rightcall h3 {
        width: 64%;
        margin: 20px auto 155px auto;
        font-family: "Montserrat-Bold", sans-serif;
		font-size:22px;
		line-height:31px;
    }

    #special-offer label {
        margin: 10px 0px;
    }

    #special-offer input {
        width: 100%;
        border: 1px solid #FF0000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    #special-offer input.wpcf7-form-control.wpcf7-submit {
        padding: 10px 0px;
        text-align: center;
        background: #FF0000;
        color: #FFF;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    #weworking #work-logos div.logow {
        width: 120px;
        height: 120px;
        margin: 5px 5px 5px 25px;
    }

    .header__nav>*:nth-child(2) {
        justify-content: center;
    }

    .header__contacts .contacts-list {
        padding: 10px;
        border-left: 0;
        border-right: 0;
        position: absolute;
        margin: 0px -40px 0px 0px;
        float: left;
        background: #FFF;
        z-index: 111;
        width: 100%;
        min-width: 260px;
    }

    #top-subheader {
        position: relative;
        margin: 0px 0px 0px 0px;
    }

    .s6.buildings {
        position: relative;
        z-index: 444;
    }

    div.buildings li.s6-item {
        margin: 0px 5px;
    }

    .post-77511 #contact-us-directly,
    .post-77511 #contact-us-directly textarea,
    .post-77511 #contact-us-directly input {
        width: 92vw;
    }

    .breadcrumbs {
        width: 100vw;
        margin: 10px auto 10px auto;
        padding: 0px 10px;
        color: #F23535;
        font-size: 11px;
        background: none;
        /* position: absolute; */
    }
	
	.news-template .breadcrumbs {
        margin: 80px auto 10px auto;
		position: relative;
    }

    .single-post .breadcrumbs {
        margin: 235px auto 10px auto;
    }
	
	    .post-template-page-blog .breadcrumbs {
        margin: 15px auto 10px auto;
		width:96vw;
		display:none !important;
    }
	.footer__copyright {
    float: left;
	width: 50%;
	margin-left:2%;
}
	.post-template-page-blog .s27__title
	{
	margin: 70px 0px 20px 0px;
	}

    .page-template-location .breadcrumbs,
    .page-template-services .breadcrumbs,
    .page-template-service-page .breadcrumbs,
    .page-template-commercial .breadcrumbs,
    .page-template-residential .breadcrumbs,
    .page-template-howmuch .breadcrumbs,
    .page-template-aceess_and_insurance .breadcrumbs,
    .page-template-faq .breadcrumbs,
    .page-template-aerial_lift .breadcrumbs,
    .page-template-rope_access .breadcrumbs,
    .page-template-bmu .breadcrumbs,
    .page-template-wfp .breadcrumbs,
    .page-template-from_inside .breadcrumbs,
    .buildings-template-service-page .breadcrumbs {
        /* margin: 510px auto 10px auto; */
    }

    .home .breadcrumbs {
        display: none;
    }

    #id_77511 main,
    #id_77505 main,
    #id_77576 main {
        margin-top: 50px;
    }

    #id_77511 .breadcrumbs,
    #id_77505 .breadcrumbs,
    #id_77511 div.s27__share,
    #id_77576 .breadcrumbs {
        display: none;
    }

    #undersubscribe {
        text-align: center;
    }

    #top-subheader div.wrapper,
    #short-text div.wrapper {
        width: 100vw;
    }

    #top-benefits-images {
        width: auto;
        height: 475px;
        overflow: scroll;
    }

    #top-service-icons {
        height: 1130px;
        overflow: visible;
        margin: 60px 0px 0px 0px;
    }

    #top-service-icons div.wrapper {
        width: 100vw;
        padding: 0px;
        margin: 0px;
    }

    #top-service-icons div.wrapper h2 {
        width: 80vw;
        margin: 0px auto 30px auto;
		font-family: "Montserrat-SemiBold", sans-serif;
		font-size:20px;
		line-height:25px;
    }

    #top-service-icons div.circuit-item {
        width: 100vw;
        margin: 0px;
        padding: 25px 25px 40px 25px;
        background: url(../img/30/next-ss.jpg) no-repeat center bottom;
    }
	.s31__form .popup-form__submit {
    display: flex;
    margin: 90px auto 0px auto;
}

    #top-service-icons div.description {
        font-size: 19px;
        color: #828282;
        margin: 10px auto 0px auto;
    }

    #top-service-icons .items-wrapper div.circuit-item:nth-child(1) {
        background: url(../img/30/next-ss.jpg) no-repeat center bottom;
    }

    #top-service-icons .items-wrapper div.circuit-item:nth-child(5) {
        background: none;
    }

    #top-service-icons #sknp {
        width: 100vw;
        text-align: center;
        float: left;
        position: relative;
        margin:50px 0px 0px 0px;
    }
	#top-service-icons #sknp .sbtn
	{
	min-height:55px;
	}

    #top-service-icons div.wrapper #sknp .page-top__btn {
        display: flex;
        margin-left: 25px;
    }

    .page-template-service-new #wealso .rightw .work-right-title {
        font-size: 20px;
		line-height:25px;
    }

    .page-template-service-new #wealso #work-logos div.logow {
        width: 45%;
		height:120px;
        padding: 5%;
    }
	.page-template-service-new #wealso #work-logos
	{
	float:left;
	padding:20px 0px;
	}
	.page-template-service-new #wealso div.wrapper
	{
	height: auto;
	float:left;
	padding:0px;
	}
	.page-template-service-new #wealso #work-logos div.logow img
	{
	width:55%;
	}
	.page-template-service-new #googlerevscrpt
	{
	width:90vw;
	margin:0px auto;
	}

    .page-template-service-new #wealso,
	.page-template-service-new #wealso #work-logos	{
        height: auto;
    }
	
	.s6
	{
	padding:30px 15px;
	}

    #top-benefits-images {
        margin: 10px 0px;
        padding: 10px 0px;
    }

    #top-benefits-images div.wrapper {
        width: 1215px;
    }

    #top-benefits-images div.benefits-item {
        height: 420px;
        width: 300px;
        margin: 0px auto;
    }

    #top-details .big-subtitle {
        width: 100vw;
        font-size: 33px;
    }

    #all-services-block #serviceimg {
        width: 200px;
        height: 198px;
        margin: 213px 0px 0px 0px;
        background: url(../img/30/all-services-mm.jpg) no-repeat left #E1E1E1;
    }

    #all-services-block div.wrapper h2 {
        width: 100vw;
        float: left;
        font-size: 35px;
        margin: 0px auto 0px auto;
        height: 130px;
        top: -315px;
        text-align: center;
    }

    #all-services-block div.wrapper #btserv {
        width: 100vw;
        float: left;
        margin: -100px 0px 0px 0px;
    }

    #all-services-block div.wrapper a.sbtn {
        top: -145px;
    }

    #cost-block div.wrapper {
        height: 444px;
        width: 100vw;
        -webkit-border-radius: 85px;
        -moz-border-radius: 85px;
        border-radius: 85px;
    }

    #cost-block div.wrapper div.left {
        float: left;
        width: 100%;
        height: 50%;
    }

    #cost-block div.wrapper div.right {
        float: right;
        width: 100%;
        height: 50%;
    }

    #cost-block div.wrapper div.left h3 {
        width: 70%;
        font-size: 35px;
        line-height: 37px;
        margin: 40px auto;
        text-align: center;
    }

    #cost-block div.wrapper div.right div.description {
        width: 70%;
        height: 115px;
        margin: 0px auto;
    }

    #form-subscribe {
        margin: 0px auto;
    }

    .s6__arrows {
        margin: 10px 66px 0 0px;
    }

    .s1__box {
        background: url("../img/1/bgm.jpg") left/cover no-repeat;
		height: 370px;
    }
	
	.s1__box div.s1first
	{
	display:none;
	}
	
	.s1__box div.s1second
	{
	height: 380px;
	}
	
	div.container-fluid a.sbtn
	{
	margin:10px 0px 0px 0px;
	width:90%;
	font-size: 15px;
	}
	
	.s1 div.container-fluid a.sbtn
	{
		position: absolute;
    top: 103%;
	}
	
	.s1__form {
    margin: 10px auto 0px;
	width: 100%;
    max-width: 90%;
	}

    .sbtn.sbtn_red.s4__btn.all-reviews {
        margin-top: 10px;
    }

    .s8 {
        background: url("../img/8/bgm.jpg") center/cover no-repeat;
    }

    #footermobtel {
        display: block !important;
        width: 64px;
        height: 64px;
        text-align: center;
        position: fixed;
        bottom: 100px;
        right: 28px;
		z-index:4;
    box-shadow: 0 8px 20px rgb(169 23 8 / 12%);
-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
    }
	
	.s11__top {
    padding: 0 15px 15px;

}

.s2__list-box-faq
{
padding:25px 0px 13px 0px;
}

    #to-top {
        display: none;
    }

    .s1__text {
        margin: 20px 0 85px;
        width: 100%;
		text-align: left;
    }
	
	.s1__title,
.s1__title span.bold,
.s1__title span.red	{
    font-size: 24px;
}

    #menuestimate {
        display: block;
        margin: 15px auto 0px auto;
        width: 94%;
    }

    .wide-menu-item {
        border-right: none;
        border-bottom: 1px solid #79797A;
        padding: 10px 0px;
        width: 100%;
    }

    .wide-menu-item:nth-child(3) {
        border-right: none;
        border-bottom: none;
    }

    .header__menu>li ul {
        float: left;
    }
}

@media (max-width: 575px) {
	.page-template-contact #contact-right {
    top: 410px;
}
    .s11__items>* {
        width: 100%;
    }

    .s12__items>* {
        width: 100%;
    }

    .footer__main-box>*:nth-child(2) {
        margin: 0 0 20px;
        width: 100%;
    }

    .footer__main-box>*:nth-child(3) {
        margin: 0 0 20px;
        width: 100%;
    }

    .footer__menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 -15px;
    }

    .footer__menu li {
        margin: 3px;
    }

    .footer__contacts {
        margin: 0 auto;
        max-width: 235px;
    }

    .footer__main {
        padding: 30px 0 45px;
    }

    .container-fluid {
        padding: 0px;
    }
	.lets-get2 .container-fluid
	{
	padding:0px;
	}

    .stitle {
        font-size: 20px;
		width:90vw;
		margin:0px auto 50px auto;
    }
	
	.s2__text {
    margin: 10px 0 0 5px;
}

.s9__top {
    margin: 0 0 0px;
}

.s9 .stitle
{
    margin: 0px auto 0px auto;
}

div.s9.s9_2 .s9__item_active a
{
color:#000;
background: url("../img/9/arrow.svg") right center/25px auto no-repeat;
}

    .s3__text {
        font-size: 16px;
    }

    .s2__subtitle {
        font-size: 18px;
    }

    .s4__items-box {
        width: 90vw;
    }

    .s4-item {
        padding: 50px 8% 40px;
        background-position: 10px 10px;
        background-size: 25px auto;
		margin:25px 0px;
    }

    .s4-item__author {
        margin: 20px 0 0;
    }

    .s4__subtitle {
        font-size: 18px;
		width:90vw;
		margin:0px auto;
    }

    .s4__arrows {
        justify-content: center;
        margin: 0 auto 30px;
        width: 100%;
    }

    .s4__items {
        margin: 0 0 20px;
    }

    .s4__btn {
        display: flex;
        margin: 0 auto;
    }
	
	#trained
{
    height: 100%;
	width: 100%;
    margin: 0px 0px 75px 0px;
}

.s9 {
    padding: 50px 0;
}

.s9__item .localimg,
.s9__item:nth-child(1) .localimg,
.s9__item:nth-child(2) .localimg,
.s9__item:nth-child(3) .localimg,
.s9__item:nth-child(4) .localimg,
.s9__item:nth-child(5) .localimg,
.s9__item:nth-child(6) .localimg,
li.s9__item:hover .localimg
{
display:none;
}

.s9__item a.linklocal
{
	width:100%;
}

.s5-item>*:nth-child(1)
{
margin-right: 0;
}

.s5-item #h5_link {
    float: none;
    margin: 0px auto;
}

.s5-item #h5_link .s1__btn {
    width: 100%;
}

#trained
{
    padding: 0px 0;
}

#trained .wrapper
{
    width: 100vw;
    height: 100%;
}

#trained .imgtrain
{
width:100%;
border-bottom:1px solid #C4C4C4;
}

    .s6 {
        padding:30px 15px;
    }

    .s6 .container-fluid {
        padding: 0;
    }

    .s7__items>* {
        width: 100%;
        margin: 0 0 40px !important;
    }

    .s7-item__title br {
        display: none;
    }

    .s7-item__title {
        width: calc(100% - 65px);
        font-size: 22px;
		font-weight:bold;
    }

    .s7-item__img {
        width: 65px;
    }

    .s7-item__text {
        font-size: 16px;
    }

    .s7-item__top {
        margin: 0 0 10px;
    }

    .s8__text {
        margin: 0 0 75px;
        font-size: 18px;
    }

    .s8__text br {
        display: none;
    }

    .s9__subtitle {
        font-size: 18px;
    }

    .s10-choices__items {
        margin: 0 -10px;
    }

    .s10-choices__items>* {
        padding: 0 10px;
    }

    .s10__subtitle {
        font-size: 18px;
    }

    .s10-choices__title {
        font-size: 18px;
    }

    .s11__title {
        font-size: 26px;
    }

    .s1__title {
        font-size: 26px;
    }

    .s1__subtitle {
        font-size: 18px;
		width:100%;
    }

    .sbtn {
        min-height: 50px;
        font-size: 14px;
    }
	
	div.container-fluid a.sbtn
	{
	margin:10px auto 0px auto;
	}

    .page-top__title {
        font-size: 36px;
    }

    .page-top__box {
        padding: 10px 0;
        min-height: 500px;
    }

    .page-top__heading {
        margin: 0 0 40px !important;
    }
	
.page-template-company .page-top__box .page-top__main {
    margin-top: -25px;
}
	
	.page-template-contact .page-top__heading
	{
	margin: 0 0 0px !important;
	}
	
	.page-template-contact .container
	{
	margin-top:40px;
	}

    .page-top_1 .contacts-list {
        margin: 0 0 30px;
    }

    .page-top_1 .contacts-list>*>* {
        padding-left: 40px;
    }

    .page-top_1 .wtd-form {
        margin: 0;
    }

    .page-top__subtitle,
    .page-top__undertitle {
        font-size: 18px;
    }

    .s52__toptext {
        margin: 0 0 50px;
        font-size: 24px;
    }

    .s14__title {
        margin: 0 0 10px;
        font-size: 40px;
    }
	
	#s14__heading-top {
    height: 160px;
}

    .s14__subtitle {
        font-size: 20px;
    }

    .s14__rblock {
        position: relative;
        padding: 30px;
        border-width: 2px;
    }

    .s14__rblock-title {
        font-size: 26px;
    }

    .s14__rblock-text {
        font-size: 16px;
    }

    .s14__block {
        margin: 0 0 40px;
        width: 100%;
    }

    .s14__block:last-child {
        margin: 0;
    }

    .s14__warn-text h4 {
        margin: 0 0 15px;
        font-size: 26px;
		width: 100%;
    }
	
	.s14__warn #warningimg {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.s14__warn #warningimg img {
    width: 270px;
}

    .s14__warn {
        margin: 0 15px;
    }

    .s14__warn>*:nth-child(2) {
        padding: 30px;
        border-width: 2px;
    }

    .s14__warn>*:nth-child(1) {
        width: 100%;
    }

    .s14__warn>*:nth-child(2) {
        width: 100%;
    }

    .s8_2 .s8__text {
        margin: 0 0 88px;
        font-size: 17px;
    }

    .s15-item__title {
        font-size: 22px;
    }

    .getknow {
        padding: 0 0 0 75px;
        width: 240px;
        height: 60px;
        background-position: 20px center;
    }

    .s16__title {
        margin: 0 0 10px;
    }
	
	.s16 h3.s16__title
	{
	line-height:38px;
	}
	
	h4.staf_subtitle
	{
	font-size:20px;
	line-height:140%;
	}
	
	#s16block1, #s16block2, #s16block3
	{
	width:100%;
	}
	
	#s16block3
	{
	text-align:center;
	}
	
	.s16 #s16texts {
    width: 100%;
    height: 930px;
    margin: 60px 0px 0px 0px;
	}

    .s16__text {
        margin: 30px auto 0;
        padding: 30px 0 0;
        max-width: 534px;
        font-size: 15px;
    }

    .s20__title {
        margin: 0 0 40px;
    }

    .s18__title {
        margin: 0 0 40px;
    }

    .s22__title {
        font-size: 32px;
    }

    .s22__subtitle {
        font-size: 16px;
    }

    .s22__clients-title {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .s22__heading {
        margin: 0 0 40px;
    }

    .s23__items>* {
        width: 100%;
    }

    .s23__exp-years {
        margin: 0;
        font-size: 50px;
    }

    .s23__box>*:nth-child(2) {
        margin: 0 0 30px;
    }

    .s23__title {
        font-size: 36px;
    }

    .s23__items>* {
        margin: 0 0 40px !important;
    }

    .s23__items>*:last-child {
        margin: 0 !important;
    }

    .s25-item__question {
        font-size: 18px;
    }

    .s25-item__answer {
        font-size: 15px;
    }

    .s26-item>*:nth-child(1) {
        width: 100%;
    }

    .s26-item>*:nth-child(2) {
        width: 100%;
    }

    .s11__title {
        margin: 0 0 20px;
        width: 100%;
    }

    .s12__top {
        margin: 0 0 45px;
    }

    .s27__title {
        font-size: 28px;
    }

    .s27__article h3 {
        font-size: 22px;
    }

    .s27__article blockquote {
        font-size: 16px;
    }

    .s34__box>*:nth-child(1) {
        width: 100%;
    }

    .s34__box>*:nth-child(2) {
        padding: 30px;
        width: 100%;
    }

    .s26__blocks>* {
        padding: 0;
        width: 100%;
    }

    .s26__blocks {
        margin: 0 auto;
        max-width: 300px;
    }

    .s29__cols>* {
        margin: 0 0 15px;
        width: 100%;
    }

    .s31__box>*:nth-child(1) {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }

    .s31__box>*:nth-child(2) {
        width: 100%;
    }

    .s31__title {
        margin: 0 0 10px;
        font-size: 24px;
    }

    .s31__text-1 {
        margin: 0 0 15px;
    }

    .s31__form-heading {
        font-size: 18px;
		    margin: 0px 0px 5px 0px;
    }
	.benefits ul.benefits-bullets li {
    padding: 10px 5px;
}

    .s31__box {
        padding: 20px 0 20px;
    }

    .s31__left {
        max-width: 100%;
    }

    .s31 {
        background: #fff;
    }

    .popup-form__attach {
        margin: 20px 0 0;
    }

    .s31__form .popup-form__submit {
        display: flex;
        margin: 0 auto;
    }

    .s31__text-2 {
        padding: 6px;
    }

    .popup-heading {
        font-size: 18px;
    }

    .page-top__btn,
    .s28__btn {
        display: flex;
        margin-left: auto;
        margin-right: auto;
    }

    .s10-choices__btns {
        margin: 30px -5px 0;
    }

    .s10-choices__btn {
        margin: 5px;
        width: calc(33.33% - 10px);
    }

    .s10-choices__items_3 {
        margin: 0 -5px;
    }

    .s10-choices__items_3>* {
        padding: 0 5px;
        width: 33.33%;
    }

    .s10-choices__items_4 {
        margin: 0 -5px;
    }

    .s10-choices__items_4>* {
        padding: 0 5px;
        width: 33.33%;
    }

    .s10-choices__items_3 .s10-choice__text,
    .s10-choices__items_4 .s10-choice__text {
        font-size: 14px;
    }

    .s22__clients-logos .s6-item {
        /*    width: 33.33%;    */
    }

    .header__menu-btn-wrapper {
        right: 5px;
        top: 5px;
		z-index:100;
		position:absolute;
    }

    .s29__article iframe {
        height: 250px;
    }

    .s8 {
        background: url("../img/8/bgm.jpg") center/cover no-repeat;
    }

    .s36__title {
        font-size: 34px;
    }

    .s36 {
        padding: 50px 0 50px;
    }
}

@media (max-width: 520px) {
    .s6-item {
        width: 33.33%;
    }

    .s6_logos .s6-item {
        width: auto;
    }

    .s3-item__text {
        height: 285px;
    }
}

@media (max-width: 400px) {
    .page-top__title {
        font-size: 27px;
		line-height: 34px;
    }
	#yearsof {
    margin: 100px 0px 0px 0px;
}
}


/*///////////////////// CELEBRATE ///////////////////*/

#celebrate {
    margin: 0 auto;
    max-width: 1400px;
}

.cl {
    position: relative;
    padding: 158px 30px 0;
    background: #fff url("../img/celebrate/1.svg") 0 0/300px auto no-repeat;
}

.cl__close {
    right: 39px;
    top: 31px;
}

.cl__box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 925px;
}

.cl__box>*:nth-child(1) {
    position: relative;
    padding: 0 30px 0 0;
    width: calc(100% - 431px);
}

.cl__box>*:nth-child(2) {
    position: relative;
    width: 431px;
}

.cl__box>*:nth-child(3) {
    order: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 0 0;
    width: calc(100% - 431px);
}

.cl__title {
    margin: 0 0 15px;
    font: 33px/1.34 "Montserrat-Bold", sans-serif;
    text-transform: uppercase;
    color: #F23535;
}

.cl__text-1 {
    margin: 0 0 20px -1px;
    padding: 8px 0 8px 18px;
    max-width: 350px;
    border-left: 1px solid #F23535;
    font: 16px/1.57 "OpenSans-SemiBold", sans-serif;
}

.cl__text-1>* {
    font-family: "OpenSans-Bold", sans-serif;
    color: #F23535;
}

.cl__img {
    margin: 36px 0 0 10px;
    max-width: 100%;
    width: 328px;
    background: url("../img/celebrate/2.svg") 0 0/100% auto no-repeat;
}

.cl__img>* {
    padding: 108.54% 0 0;
}

.cl__text-2 {
    margin: 0 0 21px;
    font: 21px/1.58 "Montserrat-Regular", sans-serif;
}

.cl__text-2>* {
    font-family: "Montserrat-Bold", sans-serif;
    color: #F23535;
}

.cl__form {
    min-height: 543px;
}

.cl__form .popup-form__submit {
    width: 299px;
}

.cl__form-text {
    margin: -15px 0 28px;
    max-width: 350px;
    font: 12px/1.92 "OpenSans-Regular", sans-serif;
    color: #929292;
}

.cl__img {
    margin: 0 0 0 10px;
    max-width: 100%;
    width: 328px;
    background: url(../img/celebrate/2.svg) 0 0/100% auto no-repeat;
}

@media (max-width: 1199px) {
    .cl {
        padding-top: 125px;
        background-size: 200px auto;
    }
}

@media (max-width: 991px) {
    .cl__box>*:nth-child(1) {
        width: calc(100% - 350px);
    }

    .cl__box>*:nth-child(2) {
        width: 350px;
    }

    .cl__box>*:nth-child(3) {
        width: calc(100% - 350px);
    }

    .cl__box {
        max-width: 765px;
    }

    .cl__form {
        min-height: 510px;
    }
}

@media (max-width: 767px) {
    .page-top__box {
    padding-bottom: 80px !important;
}
    .cl__box>*:nth-child(1) {
        padding: 0;
        width: 100%;
    }

    .cl__box>*:nth-child(2) {
        width: 100%;
    }

    .cl__box>*:nth-child(3) {
        display: none;
        width: 100%;
    }

    .cl__title br {
        display: none;
    }

    .cl__text-1 {
        max-width: none;
    }

    .cl {
        padding: 40px;
        background: #fff;
    }

    .cl__form-text {
        max-width: none;
    }

    .cl__form .popup-form__submit {
        display: flex;
        margin: 0 auto;
    }

    .cl__form {
        min-height: auto;
    }

    .cl__close {
        right: 10px;
        top: 10px;
    }
}

@media (max-width: 575px) {
    .cl__close {
        right: 0;
        top: 0;
    }

    .cl {
        padding: 20px;
    }

    .cl__title {
        font-size: 24px;
    }

    .cl__text-1 {
        font-size: 15px;
    }

    .cl__text-2 {
        font-size: 18px;
    }
}
@media (max-width: 360px)
{
/* .page-template-contact #contact-right {
    top: 410px;
} */
.s1__box div.s1second {
    height: 420px;
}
.s1__list {
    margin: 1010px auto 0px auto;
}
.s1__title b {
    font: 34px/1.3 "Montserrat-Bold", sans-serif;
}
#id_77750 #header-right h3,
#id_76595 #header-right h3
{
font-size:19px;
}
#id_77750 #header-right #forsubtitle,
#id_76595 #header-right #forsubtitle
{
font-size:14px;
}
#id_77750 .s6-item__img {
    width: 150px;
}
#id_77750 .s6-item__img h3,
#id_77750 .s6 .line-desc {
    font-size: 14px;
}
#id_77750 #callus #leftcall h2 {
    font-size: 47px;
}
#id_77750 #callus #rightcall h3 {
    font-size: 20px;
	    margin: 20px auto 204px auto;
}
#id_77750 #callus #calltell {
    font-size: 21px;
}
#id_77750 #callus div.wrapper {
    height: 790px;
}

.locations .locations-wrapper h2 div {
    width: 53%;
}
.benefits ul.benefits-bullets li {
    height: 255px;
}
.s31__form .popup-form__submit {
    display: flex;
    margin: 90px auto 0px auto;
}
.locations
{
margin: 90px 0px 70px 0px;
}
}
@media (max-width: 360px)
{
.s1__title,
.s1__title span.bold,
.s1__title span.red	{
    font-size: 22px;
}
}
@media (max-width: 320px) {
#id_621 .page-top-service div.container,
#id_615 .page-top-service div.container
{
width:100%;
margin:80px 0px 0px 0px;
}
#guaranty {
min-height: 1000px;
}
#stortext {
min-height: 1010px;
}
.page-template-contact #contact-right {
    top: 405px;
}
.s1__box div.s1second {
    height: 420px;
}
.s1__list {
    margin: 1015px auto 0px auto;
}
.s1__title b {
    font: 30px/1.3 "Montserrat-Bold", sans-serif;
}
.s1__title,
.s1__title span.bold,
.s1__title span.red	{
    font-size: 20px;
}
.s1__subtitle {
    font-size: 16px;
}
.stitle {
    font-size: 22px;
}
.s8__text {
    margin: 0 0 10px;
}
.s1__list-text
{
font-size:13px;
}
.s2 {
    margin: 90px 0px 80px 0px;
}
.s1 {
    margin: 65px 0 30px;
}
#id_77750 #header-left .icond img,
#id_76595 #header-left .icond img
{
height:45px;
}
#id_77750 #header-left ul li,
#id_76595 #header-left ul li
{
font-size: 14px;
line-height: 26px;
}
#id_77750 #header-right h3,
#id_76595 #header-right h3
{
font-size: 12px;
}
#id_77750 #header-right, #id_76595 #header-right {
    padding: 20px;
}
#id_77750 #header-right #forsubtitle,
#id_76595 #header-right #forsubtitle
{
font-size: 10px;
}
#id_77750 #header-right form label input, 
#id_77750 #header-right form .number input, 
body.page-template-service-new #header-right form label input, 
body.page-template-service-new #header-right form .number input, 
#discuss form label input,
#id_76595 #header-right form label input,
#id_76595 #header-right form .number input
{
padding: 9px 20px;
    font-size: 12px;
    font-weight: normal;
    width: 100%;
    color: #767676;
    font-family: OpenSans-Regular, sans-serif;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.wpcf7-form.init.popup-form.s31__form.webhook
{
padding:0px 25px;
}
#id_77750 #header-right,
#id_76595 #header-right
{
padding: 20px;
height:485px;
}
#weworking
{
height:760px;
} 
#wealso .rightw .work-right-title,
#featuredserv div.wrapper h2
{
font-size: 23px;
line-height: 30px;
}
#fotoresidential
{
height:985px;
}
#fotoresidential #resptext
{
    margin: 90px auto 70px auto;
}
#id_77750 .s6 {
    margin: 0px 0px 0px 0px;
}
#id_77750 .s6-item__img {
    width: 130px;
}
#id_77750 .s6-item__img h3,
#id_77750 .s6 .line-desc {
    font-size: 12px;
}
#id_77750 #callus #rightcall h3
{
    font-size: 18px;
}
#id_77750 #callus #calltell
{
font-size: 19px;
}
#id_77750 #callus #newyorkusa
{
font-size: 13px;
margin-left: 23vw;
}
#id_77750 #callus .page-top__btn, #id_77750 #callus .s28__btn
{
width:80%;
}
.page-top-service #header-right h3
{
    font-size: 17px;
}
.page-template-service-new h1
{
    font: 23px/1.33 "Montserrat-Bold", sans-serif;
}
.page-top-service div.container p.page-top__subtitle
{
    font: 17px/1.33 OpenSans-Regular, sans-serif;
}
.page-template-service-new .page-top__heading ul li
{
font-size:14px;
}
#id_77750 #header-right button, body.page-template-service-new #header-right button
{
font-size:13px;
}
.page-template-service-new .page-top
{
min-height: 970px;
}
.page-template-service-new .page-top-service #header-right
{
height:510px;
}
#top-google-reviews h2
{
font: 18px/1.33 "Montserrat-SemiBold", sans-serif;
}
div.lets-get
{
height:950px;
}
.page-template-service-new div.lets-get #header-right, .page-template-service-new div.lets-get2 #header-right
{
height:500px;
}
.benefits ul.benefits-bullets li h2
{
font-size: 13px;
}
.benefits ul.benefits-bullets li h3
{
font-size: 12px;
}
.page-template-service-new .s6-item__img
{
width:145px;
}
div.lets-get .servlogo img, div.lets-get2 .servlogo img {
    height: 42px;
    width: auto;
}
div.lets-get h2, div.lets-get2 h2 {
    font: 18px/1.39 "Montserrat-SemiBold", sans-serif;
}
div.lets-get {
    height: 870px;
}
.locations h2
{
font-size:18px;
}
.locations .locations-wrapper h2 div {
    width: 59%;
}
.page-template-service-new #wealso {
    height: 640px;
}
.locations {
    margin: 30px 0px 70px 0px;
}
#buildings-types {
    width: 90vw;
}
#buildings-types #bico {
    width: 94vw;
}
#callus #leftcall h2
{
font-size:43px;
line-height:53px;
}
}
@media (max-width: 414px)
{
.s31__form .popup-form__submit {
    display: flex;
    margin: 90px auto 0px auto;
}
}
@media (max-width: 2160px)
{

}

/*///////////////////// CELEBRATE END ///////////////////*/

.lastgal__arrows{
  box-sizing: border-box;
  text-align: center;
}

.s4__items{
    margin:0px 0px 0px 0px;
}

.lastgallery{


}

.wrapper_1{
    overflow:hidden;
    width:1042px;
    margin:0 auto;
}
.wrapper_1 h2{
    text-align:center;
}
.s4__items.slick-slider .slick-slide{
    margin-left:48px;
}



.slick-slide1{
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
}

.gallery1{
    float:left;
}


/* //////////////// */

#textniz .s2__box > *:nth-child(1) {
    width: 50% !important;
}
#textniz .s2__box > *:nth-child(2) {
    width: 50% !important;
}

@media (max-width: 1500px) {   
    #textniz div.s2__box {
        width: auto !important;
    } 
    .s2__box>*:nth-child(1) {
        padding: 0 10px 0 0 !important;
    }
}
@media (max-width: 1199px) {    
    .footer__top .container-fluid {
        width:  auto !important;
    }
}
@media (max-width: 991px) {   
    #textniz .s2__box > *:nth-child(1) {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    } 
    #textniz .s2__box > *:nth-child(2) {
        width: 100% !important;
    } 
    #textniz {
        padding-top: 0 !important;
    }
    #textniz p {
        margin: 0 !important;
    }
    #textniz div.s2__box {
        margin: 0 !important;
    }
    #textniz .h2text h2 {
        margin: 0 0 25px !important;
    }
}
@media (max-width: 767px){
    #contact-right {
        margin: 40px 0 20px;
        float: none;
    }
    .page-template-contact .page-top__box {
        padding-top: 50px;
    }
}
@media (max-width: 600px){

}
@media (max-width: 575px){
    #contact-right #contform {
        padding: 20px;
    }
    #contact-right #contform label {
        display: block;
    }
    .page-template-contact .page-top__box ul.footer__socials {
        margin: -30px 0 15px;
    }
}

.rngst_phone_button {
    pointer-events: none !important;
}
#wrapper_id {
    display: none !important;
}
.call {
    position: fixed;
    bottom: calc(5% - 3.75px);
    right: calc(3% - 2.25px);
    height: 150px;
    width: 150px;
    margin: 0 25px 25px 0;
    z-index: 999991;
}
.call-btn {
    position: absolute;
    top: 70px;
    left: 70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}