/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@media (max-width: 991px) {
    #promo_comfortzone {
        padding: 0 40px;
    }
}
@media (max-width: 650px) {
    #promo_comfortzone {
        padding: 0;
    }
}

.cms-page-view .main-container>.container {
    padding-bottom: 100px;
}
@media (max-width: 650px) {
    .cms-page-view .main-container>.container {
        padding-bottom: 70px;
    }
}

#promo_comfortzone .main__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #797979;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    #promo_comfortzone .main__title {
        margin-top: 30px;
    }
}

#promo_comfortzone .main__subtitle {
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    color: #000000;
    margin-bottom: 50px;
}
@media (max-width: 991px) {
    #promo_comfortzone .main__subtitle {
        max-width: 668px;
        margin-bottom: 50px;
    }
}
@media (max-width: 650px) {
    #promo_comfortzone .main__subtitle {
        font-size: 27px;
        line-height: 33px;
        margin: 30px 0;
    }
}

#promo_comfortzone .main__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 50px;
}
@media (max-width: 650px) {
    #promo_comfortzone .main__text {
        margin-bottom: 30px;
    }
}

.comfortzone__preview {
    margin-bottom: 100px;
    position: relative;
}
@media(max-width: 991px) {
    .comfortzone__preview {
        margin-bottom: 70px;
    }
}

.comfortzone__preview_img {
    width: 100%;
    height: auto;
}

.comfortzone__preview_img:hover {
    cursor: pointer;
}

.comfortzone__play-btn {
    position: absolute;
    width: 84px;
    height: 84px;
    background-color: rgba(0,0,0, 0.5);
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-627/play-btn.svg");
    background-repeat: no-repeat;
    background-position: 55%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50px;
}

.comfortzone__preview:hover .comfortzone__play-btn {
    background-color: rgba(0,0,0, 0.8);
    cursor: pointer;
}

.comfortzone__content_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
}
@media(max-width: 991px) {
    .comfortzone__content_grid {
        row-gap: 29px;
    }
}
@media(max-width: 650px) {
    .comfortzone__content_grid {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        row-gap: 20px;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}

#promo_comfortzone .content__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    -ms-grid-column: 2;
        grid-column-start: 2;
    padding-bottom: 20px;
}
@media(max-width: 991px) {
    #promo_comfortzone .content__title {
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        padding-bottom: 0;
    }
}
@media(max-width: 650px) {
    #promo_comfortzone .content__title {
        -ms-grid-column-span: 2;
        grid-column-end: 2;
        font-size: 27px;
        line-height: 33px;
    }
}

#promo_comfortzone .content__picture {
    margin-bottom: 20px;
    -ms-grid-column: 1;
        grid-column-start: 1;
}
@media(max-width: 991px) {
    #promo_comfortzone .content__picture {
        margin-bottom: 0;
        width: 50%;
    }
}
@media(max-width: 650px) {
    #promo_comfortzone .content__picture {
        width: 100%;
    }
}

.content__picture_img {
    width: 100%;
    height: auto;
}

#promo_comfortzone .content__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #797979;
    margin-bottom: 100px;
}
@media(max-width: 991px) {
    #promo_comfortzone .content__description {
        margin-bottom: 0;
        padding-right: 0;
        margin-left: 20px;
        width: 50%;
    }
}
@media(max-width: 650px) {
    #promo_comfortzone .content__description {
        width: 100%;
        margin-left: 0;
    }
}

#promo_comfortzone .content__text {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    color: #000000;
}
@media(max-width: 991px) {
    #promo_comfortzone .content__text {
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-row: 3;
            grid-row-start: 3;
        margin-bottom: 30px;
    }
}
@media(max-width: 650px) {
    #promo_comfortzone .content__text {
        -ms-grid-column-span: unset;
        grid-column-end: unset;
        -ms-grid-row: unset;
            grid-row-start: unset;
        color: #000000;
    }
}

.comfortzone__text_lighter {
    font-weight: 300;
    color: #666666;
}

#promo_comfortzone .main__text_dark {
    color: #000000;
}

#promo_comfortzone .widget-section__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin: 100px 0 50px;
}
@media(max-width: 991px) {
    #promo_comfortzone .widget-section__title {
        margin: 70px 0 30px;
    }
}
@media(max-width: 650px) {
    #promo_comfortzone .widget-section__title {
        font-size: 24px;
        line-height: 29px;
    }
}

.video_enabled {
    width: 100%;
    height: calc(100vw/2);
    max-height: 639px;
    cursor: pointer;
}

.picture__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}
@media(max-width: 991px) {
    .picture__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-grid-row: 2;
            grid-row-start: 2;
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
    }
}
@media(max-width: 650px) {
    .picture__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-grid-row: unset;
            grid-row-start: unset;
        -ms-grid-row-span: NaN;
        grid-row-end: unset;
        -ms-grid-column: unset;
            grid-column-start: unset;
        -ms-grid-column-span: NaN;
        grid-column-end: unset;
    }
}

.content__text_title {
    margin: 30px 0 0;
    font-weight: 700;
}
@media (max-width: 650px) {
    .content__text_title {
        margin: 20px 0 0;
    }
}


.content__list-item {
    margin-top: 30px;
    padding-left: 20px;
font-weight: 300;
}
@media (max-width: 650px) {
    .content__list-item {
        margin-top: 20px;
    }
}

.content__list-item:before {
    content: "";
    background-color: #A3A3A3;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    -webkit-transform: translate(-20px, 8px);
        -ms-transform: translate(-20px, 8px);
            transform: translate(-20px, 8px);
}

.comfortzone__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 22px 0 100px;
}
@media(max-width: 991px) {
    .comfortzone__options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 10px 0 70px;
    }
}

.option__bath,
.option__kitchen {
    color: #225785;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline;
}
@media(max-width: 650px) {
    .option__bath,
    .option__kitchen {
        background-color: #F0F0F0;
        width: 100%;
        text-align: center;
        padding: 36px 53px;
    }
    .option__bath {
        margin-bottom: 10px;
    }
}

.option__bath:hover,
.option__kitchen:hover {
    color: rgba(34, 87, 133, 0.7);
}

.option__kitchen {
    margin-left: 40px;
}
@media(max-width: 991px) {
    .option__kitchen {
        margin-left: 0;
    }
}

.option__bath::after {
    content: "";
    height: 18px;
    width: 1px;
    background-color: #000;
    position: absolute;
    margin: 0 20px;
}
@media(max-width: 991px) {
    .option__bath::after {
        display: none;
    }
}

.comfortzone__photo-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}

.comfortzone__photo-gallery > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.comfortzone__photo-gallery > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.comfortzone__photo-gallery > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.comfortzone__photo-gallery > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.comfortzone__photo-gallery > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.comfortzone__photo-gallery > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}
@media(max-width: 991px) {
    .comfortzone__photo-gallery {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: unset;
        grid-template-rows: unset;
    }
    .comfortzone__photo-gallery > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .comfortzone__photo-gallery > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
}
@media(max-width: 650px) {
    .comfortzone__photo-gallery {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-gap: 10px;
    }
}

.comfortzone__photo-gallery.js-opened {
    -ms-grid-rows: unset;
    grid-template-rows: unset;
}

.hidden {
    display: none;
}

.gallery__photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-height: 348px;
    min-height: 348px;
}
@media(max-width: 991px) {
    .gallery__photo {
        min-height: 243px;
    }
}
@media(max-width: 650px) {
    .gallery__photo {
        max-width: 400px;
        margin: 0 auto;
    }
}

.gallery__photo:nth-child(1) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-629/img1.jpg");
}
.gallery__photo:nth-child(2) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-629/img2.jpg");
}
.gallery__photo:nth-child(3) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-629/img3.jpg");
}
.gallery__photo:nth-child(4) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-629/img4.jpg");
}
.gallery__photo:nth-child(5) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-629/img5.jpg");
}

.gallery__photo:nth-child(1),
.gallery__photo:nth-child(2) {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span:2;
    grid-row-end:3;
}
@media(max-width: 991px) {
    .gallery__photo:nth-child(1),
    .gallery__photo:nth-child(2) {
        -ms-grid-row: unset;
            grid-row-start: unset;
        -ms-grid-row-span:NaN;
        grid-row-end:unset;
    }
}

.js-opened .gallery__photo:nth-child(1),
.js-opened .gallery__photo:nth-child(2) {
    -ms-grid-row-span:unset;
    grid-row-end:unset;
}

.gallery__photo:nth-child(3) {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span:1;
    grid-row-end:2;
    min-height: 164px;
}
@media(max-width: 991px) {
    .gallery__photo:nth-child(3) {
        -ms-grid-row: unset;
            grid-row-start: unset;
        -ms-grid-row-span: NaN;
        grid-row-end: unset;
        min-height: 243px;
    }
}

.js-opened .gallery__photo:nth-child(3) {
    min-height: 243px;
}

.gallery__show-more {
    background-color: #E7E7E7;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media(max-width: 991px) {
    .gallery__show-more {
        -ms-grid-row: unset;
            grid-row-start: unset;
    }
}
@media(max-width: 650px) {
    .gallery__show-more {
        height: 120px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 400px;
        margin: 0 auto;
    }
}

.show-more_number {
    font-weight: 300;
    font-size: 64px;
    line-height: 78px;
    color: #797979;
}
@media(max-width: 650px) {
    .show-more_number {
        margin-right: 19px;
    }
}

.show-more_text {
    font-size: 18px;
    line-height: 22px;
    color: #225785;
    text-decoration: underline;
}

.show-more_text:hover {
    color: rgba(34, 87, 133, 0.7);
    cursor: pointer;
}