

.page-clean {
    padding: 0;
    color: #363432;
    font-family: 'DINPro';
    background-color: #f5f5f6;
    font-family: "Roboto", sans-serif;
}

/* clean-box */

.clean-box__wrapper {
    padding: 3.4vw 13vw;
    text-align: center;
}

.clean-title {
    color: #766960;
    font-size: 2.9vw;
    line-height: 1.3em;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.clean-text {
    color: #363432;
    line-height: 1.5em;
    font-size: 1.6vw;
    margin: 0 auto;
    max-width: 63vw;
}

@media(max-width: 768px) {
    .clean-box {
        padding: 0 16px;
    }
    .clean-box__wrapper {
        max-width: none;
        padding: 0;
    }
    .clean-title {
        font-size: 24px;
    }
    .clean-text {
        font-size: 16px;
        max-width: none;
    }
   
}

@media(max-width: 576px) { 
    .clean-box__text,
    .clean-box__title {
        max-width: none;
    }
}

.page-clean video {
    width: 100%;
}

.page-clean img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.page-clean video {
    vertical-align: middle;
}

.page-clean * {
    box-sizing: border-box;
}

.no-wrapp {
    white-space: nowrap;
}

.clean-mob {
    display: none;
}

.page-clean .btn {
    padding: 10px 19px;
    text-align: center;
    background-color: #EB212E;
    border: 1px solid #EB212E;
    cursor: pointer;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.24em;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    max-width: max-content;
    transition: color .5s;
}

.page-clean sup {
    display: inline-block;
    line-height: 0;
    font-size: 0.6em;
}

.clean-title sup {
    transform: translateY(-10px);
}

.red-text {
    color: #ED1C24;
}

.no-wrapp {
    white-space: nowrap;
}

/* clean-banner */

.clean-banner {
    background: url(../img/banner.jpg) no-repeat center/cover;
    margin-bottom: 60px;
    padding: 5vw 0;
}

.clean-banner__content {
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 30vw;
    margin: auto;
}

.clean-banner__logos {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 36px;
}

.clean-banner__logo:first-child,
.clean-banner__logo:last-child {
    width: 11vw;
}

.clean-banner__title {
    font-size: 2.24vw;
    margin: 0 0 40px;
    color: #fff;
    max-width: 23vw;
    text-transform: uppercase;
}

.clean-banner__title:before {
    content: '';
    display: block;
    width: 7vw;
    height: 1.6vw;
    background: url(../img/left-top.png) no-repeat center/contain;
}

.clean-banner__title:after {
    content: '';
    display: block;
    width: 7vw;
    height: 1.6vw;
    background: url(../img/right-bottom.png) no-repeat center/contain;
    margin-left: auto;
}

.clean-banner__text {
    font-size: 1.6vw;
    margin: 0 0 42px;
    color: #fff;
    line-height: 1.3em;
    font-weight: 500;
}

.page-clean .clean-banner__btn,
.page-clean .clean-new__btn {
    font-size: 1.6vw;
} 

@media(max-width: 1400px) {
    .clean-banner {
        padding: 2.5vw 0;
    }
}

@media(max-width: 1200px) {
    .clean-banner {
        padding: 2vw 0;
    }
}

@media(max-width: 992px) {
    .clean-banner__logos,
    .clean-banner__title,
    .clean-banner__text {
        margin-bottom: 20px;
    }
    .clean-banner {
        padding: 3vw 0;
    }
}

@media(max-width: 768px) {
    .clean-banner {
        background-image: url(../img/banner-mob.jpg);
        padding: 96vw 0 135vw;
    }
    .clean-banner__logos,
    .clean-banner__title,
    .clean-banner__text {
        margin-bottom: 7.5vw;
    }
    .clean-banner__title {
        font-size: 7.5vw;
        max-width: 79vw;
        line-height: 1.1em;
    }
    .clean-banner__text {
        font-size: 5vw;
    }
    .clean-banner__content {
        max-width: 90vw;
    }
    .page-clean .clean-banner__btn, .page-clean .clean-new__btn {
        font-size: 16px;
        padding: 9px 43px;
    }
    .clean-banner__logo:first-child, .clean-banner__logo:last-child {
        width: 31.3vw;
    }
    .clean-banner__title:before,
    .clean-banner__title:after {
        width: 21.6vw;
        height: 5.3vw;
    }
    .clean-banner__content {
        max-width: 90vw;
    }
}

/* clean-new */

.clean-new {
    overflow: hidden;
    margin-bottom: 40px;
}

.clean-new__box {
    margin-bottom: 60px;
}

.clean-new__slider {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.clean-new__slider .swiper-wrapper {
    width: 200%;
}

.clean-new__item {
   width: 100%;
   margin: auto;
   display: grid;
}

.clean-new__images {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    width: 100%;
}

.clean-new__overlay {
    display: flex;
    justify-content: space-between;
    padding: 0 52px 0 7vw;
    grid-column: -1 / 1;
    grid-row: -1 / 1;
    margin-top: 4vw;
}

.clean-new__content {
    max-width: 36vw;
    width: 100%;
}

.clean-new__head {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 3vw;
}

.clean-new__head img {
    object-fit: contain;
    width: 20vw;
}

.clean-new__head img:nth-child(2) {
    width: 9vw;
}

.clean-new__slider-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 6px;
}

.clean-new__slider-text {
    color: #fff;
    margin-bottom: 56px;
}

.clean-new__list {
    width: 100%;
    max-width: 22vw;
}

.clean-new__characteristic {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.clean-new__characteristic:last-child {
    margin-bottom: 0;
}

.clean-new__characteristic img {
    width: 7.7vw;
    height: 7.7vw;
    object-fit: contain;
    border-radius: 100px;
}

.clean-new__characteristic p {
    max-width: 237px;
    font-size: 1.7vw;
    line-height: 1.3em;
    color: #fff;
    margin: 0;
}

.clean-new-slider__button {
    width: 3.6vw;
    height: 3.6vw;
}

@media(max-width: 992px) {
    .clean-new__box {
        margin-bottom: 48px;
    }
    .clean-new__slider {
        max-width: calc(100% - 32px);
        margin: auto;
    }
    .clean-new__slider .swiper-wrapper {
        width: 100%;
        
    }
    .clean-new__item {
        padding-bottom: 50px;
    }
    .swiper-pagination-bullet {
        opacity: 1;
        background: transparent;
        border: 1px solid #EB212E;
        width: 8px;
        height: 8px;
    }
    .swiper-pagination-bullet-active {
        background: #EB212E;
    }
    .clean-new__overlay {
        position: relative;
        margin: 21px 0 0;
        padding: 0 16px;
    }
    .clean-new__list,
    .clean-new__slider .clean-pc {
        display: none;
    }
    .clean-new__head img:nth-child(2) {
        /* position: absolute;
        left: 16px;
        top: 56%;
        transform: translateY(-50%);
        width: 86px;
        height: 31px; */
        display: none;
    }
    .clean-new__slider .clean-mob {
        display: block;
    }
    .clean-new__head img {
        width: 237px;
    }
    .page-clean .clean-new__btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5vw;
    }
    .clean-new__content {
        max-width: 316px;
    }
    .clean-new__head,
    .clean-new__slider-title {
        margin-bottom: 16px;
    }
    .clean-new {
        margin-bottom: 48px;
    }
    .clean-new-slider__button {
        display: none;
    }
}

@media(max-width: 768px) {
    
    .clean-new__slider-title {
        font-size: 18px;
    }
    .clean-new__slider-text {
        max-width: 250px;
        margin: 0;
    }
    .clean-new__item:nth-child(2) .clean-new__head img {
        max-width: 215px;
    }
    .clean-new__item:nth-child(2) .clean-new__slider-title {
        max-width: 240px;
    }

}

/* clean-video-banner */

.clean-video-banner {
    padding: 0 5vw;
    margin-bottom: 40px;
}

.clean-video-banner__box {
    min-height: 22vw;
}

.clean-video-banner__box .clean-box__wrapper {
    padding: 2vw 9vw;
    text-align: left;
}

.clean-video-banner__box .clean-box__text {
    margin: 0;

}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.clean-banner-slider__button {
    width: 4.6vw;
    height: 4.6vw;
    top: 14%;
    right: 7vw;
}

.clean-banner-slider__button_left {
    left: 7vw;
}

@media(max-width: 992px) {
    .clean-video-banner {
        margin-bottom: 48px;
    }
    .clean-video-banner__box {
        min-height: auto;
    }
    .clean-banner-slider__swiper .swiper-wrapper {
        flex-direction: column;
    }
    .clean-banner-slider__button {
        display: none;
    }
}

@media(max-width: 768px) {
    .clean-video-banner {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .clean-video-banner__video {
        order: -1;
    }
    .clean-video-banner__box {
        margin: 24px 0 0;
    }
    .clean-video-banner__box .clean-box__wrapper {
        padding: 0;
    }
}

@media(max-width: 576px) {

}

/* clean-advantages */

.clean-advantages {
    padding: 0 5vw;
    margin-bottom: 40px;
}

.clean-advantages__list {
    display: flex;
    justify-content: space-between;
}

.clean-advantages__item {
    width: 100%;
    max-width: 48%;
}

.clean-advantages__images {
    margin-bottom: 29px;
}

.clean-advantages__title {
    color: #726960;
    font-size: 2.1vw;
    line-height: 1.2em;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.clean-advantages__text {
    font-size: 1.6vw;
    margin: 0;
    line-height: 1.5em;
}

@media(max-width: 992px) {
    .clean-advantages__images {
        margin-bottom: 24px;
    }
    .clean-advantages__title {
        margin-bottom: 8px;
    }
}

@media(max-width: 768px) {
    .clean-advantages__title {
        font-size: 24px;
        padding: 0 16px;
        max-width: calc(100% - 32px);
    }
    .clean-advantages__text {
        font-size: 16px;
        max-width: calc(100% - 32px);
        margin-left: 16px;
    }
    .clean-advantages {
        padding: 0 0 40px;
        margin: 0;
    }
    .clean-advantages__list {
        flex-direction: column;
        gap: 48px;
    }
    .clean-advantages__item {
        max-width: none;
    }
}

@media(max-width: 576px) {

}


/* clean-table__slider */

.clean-table {
    background-color: #fff;
    padding: 80px 0;
}

.clean-table__title {
    text-align: center;
    margin-bottom: 50px;
}

.clean-table__slider {
    width: 100%;
}

.clean-table__content {
    display: flex;
    max-width: max-content;
    width: 100%;
    max-width: 1104px;
    position: relative;
    margin: auto;
    padding: 0 32px;
}

.clean-table__type {
    display: block;
    align-self: flex-end;
    width: 100%;
    max-width: 400px;
}

.clean-table__list {
    padding-left: 0;
}

.clean-table__list li.clean-table__big,
.clean-table__pharacteristics li.clean-table__big {
    height: 144px;
}

.clean-table__list li:not(:last-child),
.clean-table__pharacteristics li:not(:last-child) {
    border-bottom: 1px solid #b3b3b3;
}


.clean-table__list li:first-child {
    font-size: 40px;
    color: #726960;
    font-weight: 700;
    border: none;
    margin-bottom: 256px;
}

.clean-table__list li {
    display: flex;
    align-items: center;
    height: 96px;
    border-bottom: 1px solid #fff;
}

.clean-table__list p {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}

.clean-table__item {
   height: 100%; 
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-end;
   text-align: center;
   width: 100%;
   
}

.clean-table__images {
    margin-bottom: 16px;
}

.page-clean .clean-table__name {
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 auto 8px;
}

.page-clean .clean-table__code {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.page-clean .clean-table__price {
    font-size: 32px;
    margin: 0 0 21px;
}

.page-clean .clean-table__btn {
    padding: 10px 32px;
    font-size: 24px;
    margin-bottom: 26px;
    background-color: #EB212E;
}

.clean-table__pharacteristics {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    display: block;
}

.clean-table__pharacteristics li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 96px;
    gap: 10px;
    border-bottom: 1px solid #fff;
}

.clean-table__pharacteristics img {
    display: block;
}

.clean-table__pharacteristics p {
    font-size: 32px;
    margin: 0;
}

.clean-table__mob-text {
    display: none;
}


.clean-table__pagination,
.clean-table__arrow {
    display: none;
}

.clean-table__arrow:after {
    display: none;
}

@media(max-width: 992px) {
    .clean-table {
        background-color: #f5f5f6;
    }
    .clean-table__list li.clean-table__big, .clean-table__pharacteristics li.clean-table__big,
    .clean-table__pharacteristics li {
        height: auto;
        padding: 16px 0;
    }
    .clean-table__pagination, .clean-table__arrow {
        display: block;
    }
    .clean-table__arrow {
        width: 44px;
        height: 44px;
        top: 10%;
    }
    .clean-table__slider .swiper-slide {
        max-width: none;
    }
    .clean-table__slider {
        overflow: hidden;
        padding: 0 0 50px;
    }
    
    .clean-table__type {
        display: none;
    }
    .page-clean .clean-table__name,
    .page-clean .clean-table__price {
        font-size: 28px;
    }
    .page-clean .clean-table__code {
        font-size: 21px;
    }
    .clean-table__pharacteristics p {
        font-size: 16px;
        margin: 0 auto 8px;
        max-width: 338px;
    }
    .clean-table__mob-text {
        display: block;
        font-size: 16px;
        font-weight: 700;
    }
    .clean-table__pharacteristics li {
        flex-direction: column;
        margin: 0;
        padding: 16px 0;
        height: auto;
        border-top: 1px solid #b3b3b3;
        border-bottom: none;
    }
    .clean-table__pharacteristics li:last-child {
        border: none;
    }
    .clean-table__pharacteristics img {
        height: 20px;
        object-fit: contain;
    }
    .clean-table__pharacteristics {
        border: none;
        padding: 0 16px;
    }
    .clean-table__btn {
        margin-bottom: 48px;
    }
}

@media(max-width: 768px) {
    .clean-table__image {
        width: 90%;
        object-fit: contain;
        height: auto;
    }
    .clean-table {
        padding: 40px 0 10px;
    }
}

/* clean-disclaimer */

.clean-disclaimer {
    background-color: #fff;
}

.clean-disclaimer__list {
    max-width: 1244px;
    margin: auto;
    padding: 0;
}

.clean-disclaimer__item {
    font-size: 26px;
    display: block;
}

@media(max-width: 992px) {
    .clean-disclaimer {
        background-color: #f5f5f6;
    }
}

@media(max-width: 768px) {
    .clean-pc {
        display: none;
    }
    .clean-mob {
        display: block;
    }
    .clean-disclaimer {
        padding-bottom: 200px;
    }
    .clean-title sup {
        transform: translateY(0);
    }
    .clean-disclaimer__list {
        max-width: 244px;
    }
    .clean-disclaimer__item {
        font-size: 12px;
    }
}

@media(hover:hover) {
    .clean-header__menu__link:hover {
        color: #EB212E;
    }
    .btn:hover {
        background-color: #bd3331;
        border-color: #bd3331;
    }
}


/* clean-listing */

.clean-listing {
    margin: 60px 0;
    text-align: center;
}