/* CLEANING */
.mainImg.imgJpg {
    padding: 18px;
    box-shadow: 0 0 27px rgb(0 0 0 / 5%);
    border-radius: 3px;
    display: inline-block;
}

.mainImg.imgJpg img {
    box-shadow: none;
}

.mainImgWrapper {
    text-align: center;
}

.mainBanner {
    height: 552px;
    background-image: url(../img/main-banner-clean.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainBanner .center {
    display: table;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    max-width: 1230px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sliderInfo-inner .slideTitle {
    line-height: 1;
}
.slideTitle {
    font-size: 34px;
}
.sliderInfo-inner .slideText {
    line-height: 1.2;
}
.serWrapper {
    margin-top: -124px;
    padding: 30px;
    z-index: 2;
}
.innWrapper {
    margin-top: -96px;
}
.typeCleaning {
    position: relative;
    padding-top: 56px;
    margin-top: 85px;
    margin-bottom: 80px;
    font-family: 'proxima_novaregular', sans-serif;
}
.cleanBanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 630px;
    padding: 20px 35px;
    padding-bottom: 4px;
    background: url(../img/back-clean-banner.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.typeCleaningBlock {
    padding: 125px 0;
    background: #dbeff4;
}
.cleanBannerTitle {
    font-size: 25px;
    font-weight: normal;
    text-align: left;
}
.cleanBanner p {} .typeCleaningWrapper {
    padding: 0 94px;
}
.typeCleaningWrapper p {
    margin: 20px 0;
    font-family: 'proxima_novalight';
    line-height: 27px;
}
.typeCleaningItem {
    position: relative;
}
.typeCleaningItem:first-child {
    width: 55%;
    padding-right: 304px;
    background-position: right;
    background-repeat: no-repeat;
}
.typeCleaningItem:first-child:before {
    position: absolute;
    top: 50%;
    left: -252px;
    display: block;
    width: 340px;
    margin-top: -107px;
    content: 'основная уборка';
    text-align: left;
    font-family: 'proxima_novalight';
    font-size: 19px;
    color: #b3d7e0;
    text-transform: uppercase;
    line-height: 1;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.typeCleaningItem:last-child {
    width: 55%;
    padding-left: 304px;
    margin-top: 70px;
    background-position: left;
    background-repeat: no-repeat;
}
.typeCleaningItem:last-child:before {
    position: absolute;
    bottom: 50%;
    right: -252px;
    display: block;
    width: 340px;
    margin-top: -107px;
    content: 'поддерживающая уборка';
    text-align: left;
    font-family: 'proxima_novalight';
    font-size: 19px;
    color: #b3d7e0;
    text-transform: uppercase;
    line-height: 1;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.typeCleaningTitle {
    position: relative;
    font-size: 25px;
    font-family: 'proxima_novaregular', sans-serif;
    font-weight: normal;
}
.typeCleaningTitle:before {
    position: absolute;
    left: 0;
    top: -15px;
    content: '';
    display: block;
    width: 85px;
    height: 1px;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    background: #2626c6;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.downloadButton {
    display: inline-block;
    border-radius: 3px;
    padding: 20px 10px;
    padding-left: 36px;
    width: 100%;
    max-width: 200px;
    text-align: left;
    border: 1px solid #fff;
    background-color: transparent;
    background: url(../img/dwnld-icon.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 58px;
    color: #fff;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'proxima_novaregular';
    font-weight: bold;
    cursor: pointer;
    margin: 0 20px 10px 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.start, 
.content {
    line-height: 1.6;
    padding-bottom: 0px;
}
.contentInfo {
    float: left;
    width: 50%;
}
.contentImg {
    float: right;
    width: 50%;
}
.contentImg img {
    box-shadow: none;
}
.contentTitle {
    margin: 25px 0;
    font-size: 23px;
    text-align: left;
    font-family: 'proxima_novaregular', sans-serif;
    font-weight: normal;
}
.centerArticle .dopText {
    margin: 0 auto;
    line-height: 1.6;
    width: 100%;
    position: relative;
}
.titleBlockLeft {
    padding: 60px 0 0 0;
    text-align: left;
}
.centerArticle ul li {
    margin: 15px 0;
}
.titleColorsBlock {
    display: block;
    color: #c8c8c8;
    text-align: center;
    text-transform: uppercase;
    font-family: 'proxima_novasemibold';
    font-size: 38px;
    line-height: 1.1;
    width: 60%;
    margin: 0 auto;
}
.colorBlue {
    color: #2626c6;
}
.colorGreen {
    color: #006cb4;
}
.reasonsBlock {
    padding: 40px 0;
}
.reasonsTitle {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    font-size: 25px;
    font-family: 'proxima_novaregular';
}
.reasonsWrapper {
    position: relative;
    display: inline-block;
    width: 73px;
    height: 73px;
    margin-right: 20px;
    background: rgba(0, 108, 180, 0.2);
    border-radius: 100%;
}
.reasons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    padding: 13px 18px;
    margin: auto;
    box-sizing: border-box;
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    background: #006cb4;
    border-radius: 100%;
}
.reasonsItems {} .reasonsItem {
    position: relative;
    margin-top: 20px;
    padding: 0 19px;
    padding-left: 82px;
    background: url(../img/reason-icon1.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.reasonsItem:nth-child(2) {
    background: url(../img/reason-icon2.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
}
.reasonsItem:nth-child(3) {
    background: url(../img/reason-icon3.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
}
.reasonsItem:nth-child(4) {
    background: url(../img/reason-icon4.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
}
.reasonsItem:hover {
    background: url(../img/reason-icon1-hover.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
}
.reasonsItem:nth-child(2):hover {
    background: url(../img/reason-icon2-hover.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
}
.reasonsItem:nth-child(3):hover {
    background: url(../img/reason-icon3-hover.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
}
.reasonsItem:nth-child(4):hover {
    background: url(../img/reason-icon4-hover.png);
    background-position: 9% 29%;
    background-repeat: no-repeat;
}
.reasonsItem:after {
    position: absolute;
    top: -16px;
    left: -12px;
    content: '';
    width: 43px;
    height: 43px;
    background: #2727c6;
    border-radius: 100%;
    opacity: 0.3;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.reasonsItem p {
    height: 74px;
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
}
.profCleaning {
    padding-bottom: 60px;
    background: #fbfbfb;
}
.profCleaningBlock {
    margin-top: 40px;
}
.profCleaningItem {
    padding: 40px 25px;
    padding-bottom: 18px;
    background: #fff;
    border: 1px #f2f2f2 solid;
}
.profCleaningItem a {
    display: block;
    width: 100%;
    height: 100%;
}
.profCleaningTitle {
    position: relative;
    height: 55px;
    font-family: 'proxima_novaregular', sans-serif;
    font-weight: normal;
    line-height: 22px;
}
.profCleaningTitle:before {
    position: absolute;
    left: 0;
    top: -15px;
    display: block;
    width: 85px;
    height: 1px;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    content: '';
    background: #2626c6;
    box-shadow: 0 0 14px rgba(38, 38, 198, 0.3);
}
.profCleaningTitle:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    content: '';
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.profCleaningItem:hover {
    border-color: #04cc00;
}
.profCleaningItem:hover .profCleaningTitle:before {
    background: #04cc00;
}
.profCleaningItem:hover .profCleaningTitle:after {
    width: 100%;
    background: #0303bc;
}
.profCleaningPrice {
    font-size: 16px;
    font-family: 'proxima_novasemibold';
}
.profCleaningBanner {
    position: relative;
    float: left;
    width: 61.5%;
    padding: 11px 25px;
    padding-bottom: 18px;
    text-align: center;
    background: #0303bc;
    overflow: hidden;
}
.textProfCleaningBanner {
    margin-bottom: 6px;
    min-height: 60px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}
.cleaningBannerButton {
    color: #fff;
    border-color: #fff;
}
.cleaningBannerButton:hover,
.downloadButton:hover {
    background: #006cb4;
}
.downloadButton:hover {
    padding-left: 16px;
    text-align: center;
}
.profCircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 43px;
    background: #006cb4;
    border-radius: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.profCirct_1 {
    top: -28px;
    left: -21px;
    width: 80px;
    height: 80px;
}
.profCirct_2 {
    top: 107px;
    left: 50px;
    width: 25px;
    height: 25px;
}
.profCirct_3 {
    top: 60px;
    left: auto;
    right: -37px;
    width: 60px;
    height: 60px;
}
.profCirct_4 {
    top: 15px;
    left: auto;
    right: 39px;
    width: 25px;
    height: 25px;
}
.profCleaningBanner:hover .profCirct_1 {
    -webkit-animation: move_bubble_b 0.5s ease;
    animation: move_bubble_b 0.5s ease;
    -webkit-animation-delay: 0.6s;
    box-shadow: 0 0 10px #006cb4;
}
.profCleaningBanner:hover .profCirct_2 {
    -webkit-animation: move_bubble_b 0.5s ease;
    animation: move_bubble_b 0.5s ease;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    box-shadow: 0 0 10px #006cb4;
}
.profCleaningBanner:hover .profCirct_3 {
    -webkit-animation: move_bubble_b 0.5s ease;
    animation: move_bubble_b 0.5s ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    box-shadow: 0 0 10px #006cb4;
}
.profCleaningBanner:hover .profCirct_4 {
    -webkit-animation: move_bubble_b 0.5s ease;
    animation: move_bubble_b 0.5s ease;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    box-shadow: 0 0 10px #006cb4;
}
/*
.calcItems li {
    height: 99px;
}
*/
.calcBlockCleaning {
    padding-top: 90px;
}

.feautBlock {
    background: url(../img/advant_bg.jpg) no-repeat center 100%/cover;
}

.feautImg {
    display: block;
    position: absolute;
    left: 0;
    right: 0;    
}

.feautBlock > div:before {
    display: block;
    position: absolute;
    content: 'Почему мы';
    text-align: center;
    font-family: 'proxima_novasemibold';
    font-size: 82px;
    color: #f2f2f2;
    text-transform: uppercase;
    width: 340px;
    line-height: 1;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: -320px;
    top: 50%;
    margin-top: -80px;
}


.feautBlock .feautList {
    padding: 20px 0 50px 0;
}

.feautList li {
    position: relative;
    min-height: 147px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.05);
    text-align: center;
    border: 1px solid #f4f4f4;
}

.feautList li img {
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 18px;
}

.feautList li:nth-child(2) img {
    margin-bottom: 8px;
}

.feautText {
    display: block;
    margin-top: 22px;
    padding: 20px;
    line-height: 1.4;
}

.cleaningWrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}
.cleaningWrapper .start {
    order: 1;
}
.cleaningWrapper .typeCleaning {
    order: 2;
}
.cleaningWrapper .content {
    order: 3;
}
.cleaningWrapper .profCleaning {
    order: 4;
}
.cleaningWrapper .reasonsBlock {
    order: 5;
}
.cleaningWrapper .advantCleanBlock {
    order: 6;
    min-width: 0;
    box-sizing: border-box;
}
@media (max-width: 499px) {
    .advantCleanBlock > .center {
        max-width: 100%;
    }
    .cleaningWrapper .advantCleanBlock {
        order: 1;
    }
    .cleaningWrapper .start {
        order: 2;
    }
    .cleaningWrapper .profCleaning {
        order: 3;
    }
    .cleaningWrapper .typeCleaning {
        margin-top: 0;
        order: 4;
    }
    .cleaningWrapper .content {
        order: 5;
    }
    .cleaningWrapper .reasonsBlock {
        order: 6;
    }
}

.feautBlock > .center {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.advantCleanBlock {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

.advantCleanBlock > .center {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    box-sizing: border-box;
}

.cleaning-feaut-slider.slick-initialized,
.cleaning-advant-slider.slick-initialized {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.cleaning-feaut-slider.slick-initialized .slick-list,
.cleaning-feaut-slider.slick-initialized .slick-track,
.cleaning-feaut-slider.slick-initialized .slick-slide,
.cleaning-advant-slider.slick-initialized .slick-list,
.cleaning-advant-slider.slick-initialized .slick-track,
.cleaning-advant-slider.slick-initialized .slick-slide {
    min-width: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.cleaning-feaut-slider.slick-initialized .slick-slide > li,
.cleaning-advant-slider.slick-initialized .slick-slide > li {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

@media (max-width: 490px) {
    .advantCleanList.inner li.viz {
        display: flex!important;
    }
    .advantCleanList.inner {
        margin-bottom: 20px;
    }
    .advantCleanList.inner li .mid {
        height: auto;
    }
    .advantCleanList + .blueTransButton {
        display: none;
    }
    .cleaning-feaut-slider.slick-initialized .slick-dots,
    .cleaning-advant-slider.slick-initialized .slick-dots {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 14px 0 0;
        padding: 0;
        width: 100%;
        text-align: center;
        list-style: none;
    }
    .cleaning-feaut-slider.slick-initialized .slick-dots li,
    .cleaning-advant-slider.slick-initialized .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        width: auto;
        height: auto;
        padding: 0;
        background: none;
        min-height: auto!important;
    }
    .cleaning-feaut-slider.slick-initialized .slick-dots li button,
    .cleaning-advant-slider.slick-initialized .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background: #c8c8c8;
        cursor: pointer;
        font-size: 0;
        line-height: 0;
    }
    .cleaning-feaut-slider.slick-initialized .slick-dots li button:before,
    .cleaning-feaut-slider.slick-initialized .slick-dots li button:after,
    .cleaning-advant-slider.slick-initialized .slick-dots li button:before,
    .cleaning-advant-slider.slick-initialized .slick-dots li button:after {
        display: none;
    }
    .cleaning-feaut-slider.slick-initialized .slick-dots li.slick-active button,
    .cleaning-advant-slider.slick-initialized .slick-dots li.slick-active button {
        background: #2626c6;
    }
}

/* Сетка без slick (ширина ≥490px): float col-32 на узких ломается — grid */
.cleaning-feaut-slider:not(.slick-initialized) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 16px;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.cleaning-feaut-slider:not(.slick-initialized) > li {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-width: 0;
}

@media (max-width: 980px) {
    .cleaning-feaut-slider:not(.slick-initialized) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cleaning-feaut-slider:not(.slick-initialized) {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* END CLEANING */

/* MEDIA CLEANING */
@media (max-width: 1190px) {
    .profCleaningBanner {
        float: none;
        width: 640px;
        margin: 0 auto;
    }
}
@media (max-width: 945px) {
    .titleColorsBlock {
        width: 100%;
        font-size: 27px;
    }
}
@media (max-width: 800px) {
    .typeCleaning {
        margin-bottom: 0;
    }
    .typeCleaningBlock {
        padding-bottom: 30px;
    }
    .typeCleaningWrapper {
        padding: 0;
    }
    .typeCleaningItem:first-child:before,
    .typeCleaningItem:last-child:before {
        display: none;
    }
    .content {
        padding-bottom: 10px;
    }
    .contentInfo,
    .contentImg {
        float: none;
        width: 100%;
    }
}
@media (max-width: 740px) {
    .profCleaningBanner {
        width: 500px;
    }
    .textProfCleaningBanner {
        margin-bottom: 35px;
    }
    
    .cleaningBannerButton,
    .downloadButton {
        display: block;
        margin: 15px auto;
    }
    .profCirct_1 {
        left: -43px;
    }
    .profCirct_4 {
        right: 7px;
    }
}
@media (max-width: 710px) {
    .cleanBanner {
        width: 90%;
        padding: 20px;
    }
    .typeCleaningItem:first-child,
    .typeCleaningItem:last-child {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        background: none!important;
    }
}
@media (max-width: 695px) {
    .titleColorsBlock {
        font-size: 22px;
    }
}
@media (max-width: 600px) {
    .profCleaningBanner {
        width: 300px;
    }
}
@media (max-width: 500px) {
    .profCleaningBanner {
        width: 100%;
        box-sizing: border-box;
    }
    .profCirct_2 {
        display: none;
    }
    .reasonsWrapper {
        background: transparent;
    }
    .reasons {
        width: 45px;
        height: 45px;
        padding: 9px 14px;
    }
}
@media (max-width: 380px) {
    .cleanBanner {
        width: 240px;
    }
}
@media (max-width: 360px) {
    .reasonsTitle {
        font-size: 20px;
    }
}