/* page */
.main-container {
    overflow: hidden;
}
.select__widget-section {
    padding-bottom: 30px;
}
img {
    width: 100%;
}

picture {
    display: block;
    line-height: 0;
}


@media (max-width: 1023px) {
    .main-container .container {
        padding: 0 49px !important;
    }
}

@media (max-width: 560px) {
    .main-container .container {
        padding: 0 10px !important;
    }
}


/* banner */

.select__main-banner {
    height: 401px;
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-634/main-banner_desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(65, 67, 71, 0.6);
    position: relative;
    margin-left: calc((100vw - 1140px)/2 * -1);
    width: 100vw;
}

.main-banner_background {
    background: rgba(65, 67, 71, 0.6);
    width: 100%;
    height: 100%;
}

#promo_select .main-banner__text {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    top: 290px;
    left: 50%;
    transform: translateX(-50%);
}

@media(max-width: 1191px) {
    .select__main-banner {
        margin-left: calc((100vw - 940px)/2 * -1);
    }
}
@media(max-width: 1023px) {
    .select__main-banner {
        margin-left: -10px;
    }

}
@media (max-width: 991px) {
    .select__main-banner {
        background-image: url("/media/up/hansgrohe/promo/HANSGROHE-634/main-banner_tablet.jpg");
        margin-left: -49px;

    }
    #promo_select .main-banner__text {
        font-size: 40px;
        line-height: 42px;
        max-width: 350px;
        top: 204px;
    }
}

@media (max-width: 560px) {
    .select__main-banner {
        background-image: url("/media/up/hansgrohe/promo/HANSGROHE-634/main-banner_mobile.jpg");
        margin-left: -10px;
        height: 361px
    }
    #promo_select .main-banner__text {
        font-size: 30px;
        line-height: 35px;
        top: 142px;
    }
}

/* main */

.select__main {
    margin: 61px 0 58px;
    text-align: center;
}

.main__subtitle {
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    color: #F17733;
    max-width: 903px;
    margin: 0 auto 29px;
}

.select__main-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #BFBFBF;
    max-width: 1050px;
    margin: 0 auto;
    font-family: var(--font-family-primary);
}

@media (max-width: 991px) {
    .select__main {
        margin: 46px 0 28px;
    }
    .main__subtitle {
        line-height: 51px;
        margin-bottom: 36px;
    }
    .select__main-text {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }
}
@media (max-width: 560px) {
    .select__main {
        margin: 40px 0 27px;
    }
    .main__subtitle {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 26px;
        padding: 0 17px;
    }
}

/* video */
.select__preview {
    margin-bottom: 30px;
    position: relative;
}

.select__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%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
}


.select__play-btn:hover {
    background-color: rgba(0,0,0, 0.8);
    cursor: pointer;
}

.video_enabled {
    width: 100%;
    height: calc(100vw/2);
    max-height: 639px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .select__preview {
        margin-bottom: 20px;
    }
}
@media (max-width: 560px) {
    .select__preview {
        margin-bottom: 17px;
    }
}


/* content */
.select__content {
    padding: 100px 0 41px;
    border-top: 2px solid #D7DADF;
    border-bottom: 2px solid #D7DADF;
}

.content__title {
    font-family: var(--font-family-primary);
    font-weight: 300;
    font-size: 40px;
    line-height: 45px;
    color: #1B1C1D;
    margin-bottom: 30px;
    max-width: 1022px;
}

.content__title span,
.select__title span{
    font-family: var(--font-family-primary);
    font-weight: 700;
}

.content__flex-wrap {
    display: flex;
    flex-direction: row;
}

.picture__wrapper {
    width: 50%;
    padding-right: 13px;
}

.content__text {
    width: 50%;
    padding-left: 13px;
    max-width: 539px;
}

.content__description {
    font-family: var(--font-family-primary);
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #BFBFBF;
    max-width: 539px;
}

.main__text {
    font-family: var(--font-family-primary);
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #1B1C1D;
}

.content__text_title {
    padding: 30px 0 26px;
    font-family: var(--font-family-primary);
    font-weight: 500;
}

.content__list-item {
    font-size: 20px;
    line-height: 30px;
    color: #1B1C1D;
}
.content__list-item:hover {
    text-decoration: underline;
}

.content__list-item li {
    padding-left: 30px;
    padding-bottom: 20px;
}

.content__list-item li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #C4C4C4;
    transform: translate(-25px, 10px);
}

@media (max-width: 991px) {
    .select__content {
        padding: 72px 0 25px;
    }
    .select__content.select__content_second {
        padding: 73px 0 21px;
    }
    .content__title {
        font-family: var(--font-family-primary);
        font-weight: 500;
        font-size: 48px;
        line-height: 51px;
        color: #1B1C1D;
        margin-bottom: 26px;
        padding-right: 40px;
    }
    .content__flex-wrap {
        flex-direction: column;
    }
    .content__description {
        font-size: 14px;
        line-height: 16px;
        color: #797979;
        max-width: none;
        margin: 22px 0 27px;
    }
    .picture__wrapper,
    .content__text {
        width: 100%;
        padding: 0;
    }
    .main__text {
        font-size: 18px;
        line-height: 25px;
    }
    .content__text_title {
        padding: 24px 0 30px;
        font-size: 40px;
        line-height: 45px;
    }
    .content__list-item {
        font-size: 18px;
    }
    .content__text {
        max-width: none;
    }
    .select__title span {
        font-family: var(--font-family-primary);
        font-weight: 500;
    }

    .select__content.select__content_second .content__description{
        font-family: var(--font-family-primary);
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0 19px;
    }
    .select__content.select__content_second .content__text{
        max-width: unset;
    }
    .main__text.content__text {
        padding-right: 120px;
    }
}

@media (max-width: 560px) {
    .select__content {
        padding: 52px 0 15px;
    }
    .content__title {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 8px;
        padding-right: 20px;
    }
    .content__description {
        margin: 10px 0 20px;
    }
    .content__text_title {
        font-size: 27px;
        line-height: 32px;
        padding: 52px 0 24px;
        font-family: var(--font-family-primary);
        font-weight: 500;
    }
    .select__title span {
        font-family: var(--font-family-primary);
        font-weight: 500;
    }
    .select__content.select__content_second .content__description {
        font-family: var(--font-family-primary);
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        margin: 4px 0 15px;
    }
    .select__content.select__content_second {
        margin: 20px 0 0;
        padding: 53px 0 16px;
    }
    .main__text.content__text {
        padding-right: 0;
    }
}

/* text */

.select__text {
    margin: 100px 0 0;
}

.select__title {
    font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 34px;
    max-width: 1022px;
}

.select__title_light {
    font-family: var(--font-family-primary);
font-weight:300;
}

.select__title_aqua {
    color: #26A792;
}

.select__title_black {
    color: #000000;
}

.select__text .main__text {
    margin-bottom: 30px;
}

.select__widget-section .select__title {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .select__text {
        margin-top: 72px;
    }
    .select__title {
        margin-bottom: 27px;
    }
    .select__widget-section .select__title {
        margin-top: 73px;
    }
    .select__title_light {
        font-family: var(--font-family-primary);
font-weight: 300;
    }
}

@media (max-width: 560px) {
    .select__text {
        margin-top: 51px;
    }
    .select__title {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 7px;
    }
    .select__widget-section .select__title {
        margin: 52px 0 19px;
    }
}

/* gallery */

.select__photo-gallery {
    margin-bottom: 128px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 5px;
}

.gallery__photo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 304px;
}

.select__photo-gallery .gallery__photo:nth-child(1) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-634/pic3.png");
}

.select__photo-gallery .gallery__photo:nth-child(2) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-634/pic4.png");
}

.select__photo-gallery .gallery__photo:nth-child(3) {
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-634/pic5.png");
}

@media (max-width: 991px) {
    .gallery__photo {
        height: 175px;
    }
    .select__photo-gallery {
        margin-bottom: 119px;
    }
}
@media (max-width: 560px) {
    .select__photo-gallery {
        grid-template-columns: 100%;
        grid-column-gap: unset;
        grid-row-gap: 10px;
    }
    .gallery__photo {
        height: 290px;
    }
}