/* page */
.main-container .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
@media screen and (min-width: 1024px) {
    #ecosmart {
        max-width: 960px;
        width: 960px;
        margin: 0 auto;
    }
}

@media (min-width: 1192px) {
    #ecosmart {
        max-width: 1160px;
        width: 1160px;
    }
}

@media (max-width: 1023px) {
    #ecosmart {
        padding: 0 49px !important;
    }
}
@media (max-width: 560px) {
    #ecosmart {
        padding: 0 10px !important;
    }
}


img {
    width: 100%;
}

picture {
    display: block;
    line-height: 0;
}


#promo_ecosmart {
    font-family: 'Futura New Demi';
}


/* banner */

.ecosmart__main-banner {
    height: 401px;
    background-image: url("/media/up/hansgrohe/promo/HANSGROHE-633/main-banner_desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(65, 67, 71, 0.6);
    position: relative;
    width: 100%;
}

.main-banner_background {
    background: rgba(65, 67, 71, 0.6);
    width: 100%;
    height: 100%;
}

#promo_ecosmart .main-banner__text {
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    top: 246px;
    left: 50%;
    transform: translateX(-50%);
}


@media (max-width: 991px) {
    .ecosmart__main-banner {
        background-image: url("/media/up/hansgrohe/promo/HANSGROHE-633/main-banner_tablet.jpg");
        height: 351px;

    }
    #promo_ecosmart .main-banner__text {
        font-size: 40px;
        line-height: 45px;
        top: 156px;
    }
}

@media (max-width: 560px) {
    .ecosmart__main-banner {
        background-image: url("/media/up/hansgrohe/promo/HANSGROHE-633/main-banner_mobile.jpg");
        height: 361px
    }
    #promo_ecosmart .main-banner__text {
        font-size: 30px;
        line-height: 35px;
        top: 142px;
        width: 260px;
    }
}

/* main */

.ecosmart__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;
}

.ecosmart__main-text {
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #BFBFBF;
    max-width: 1050px;
    margin: 0 auto;
    font-family: "Futura New";
}

@media (max-width: 991px) {
    .ecosmart__main {
        margin: 46px 0 0;
    }
    .main__subtitle {
        line-height: 51px;
        margin-bottom: 28px;
        max-width: 640px;
    }
    .ecosmart__main-text {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }
}
@media (max-width: 560px) {
    .ecosmart__main {
        margin: 40px 0 0;
    }
    .main__subtitle {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 26px;
        padding: 0 17px;
    }
}

/* video */



.ecosmart__preview {
    margin: 100px 0 30px;
    position: relative;
}

.video__title {
    font-family: "Futura New";
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    color: #1B1C1D;
    max-width: 749px;
    margin-bottom: 20px;
}

.video-wrapper {
    position: relative;
}

.ecosmart__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;
}


.ecosmart__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) {
    .ecosmart__preview {
        margin: 73px 0 20px;
    }
}
@media (max-width: 560px) {
    .ecosmart__preview {
        margin: 53px 0 17px;
    }
    .video__title {
        font-size: 27px;
        line-height: 33px;
    }
}


/* content */
.ecosmart__content {
    border-bottom: 2px solid #D7DADF;
}

.ecosmart__content.divider {
    border-top: 2px solid #D7DADF;
    padding: 100px 0 0;
}

.content__title {
    font-family: "Futura New";
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    color: #1B1C1D;
    margin-bottom: 30px;
    max-width: 1022px;
}

.content__title span,
.ecosmart__title span{
    font-family: "Futura New Demi";
    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__text p:not(:last-child) {
    margin-bottom: 30px;
}

.content__description {
    font-family: "Futura New Light";
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #BFBFBF;
    max-width: 539px;
    margin-top: 30px;
}

.main__text {
    font-family: "Futura New Light";
    font-weight: 300;
    font-size: 28px;
    line-height: 35px;
    color: #1B1C1D;
    padding-bottom: 30px;
}

.content__text_title {
    padding: 15px 0 0;
    font-family: "Futura New Demi";
    font-weight: 500;
}

.content__list-item {
    padding-left: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #1B1C1D;
}

.content__list-item:last-child {
    padding-bottom: 0;
}

.content__list-item:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #C4C4C4;
    transform: translate(-25px, 10px);
}

@media (max-width: 991px) {
    .ecosmart__content {
        padding: 72px 0 20px;
    }
    .ecosmart__content.divider {
        border-top: 2px solid #D7DADF;
        padding: 72px 0 16px;
    }
    .content__title {
        font-family: 'Futura New';
        font-weight: 500;
        font-size: 48px;
        line-height: 51px;
        color: #1B1C1D;
        margin-bottom: 26px;
    }
    .divider .content__title {
        font-size: 40px;
        padding-right: 110px;
        margin-bottom: 20px;
    }

    .content__flex-wrap {
        flex-direction: column;
    }
    .content__description {
        font-size: 14px;
        line-height: 16px;
        color: #797979;
        max-width: none;
        margin: 22px 0 27px;
    }
    .divider .content__description {
        font-size: 16px;
        line-height: 20px;
        font-family: 'Futura New';
        font-weight: 500;
        margin: 20px 0 18px;
    }
    .picture__wrapper,
    .content__text {
        width: 100%;
        padding: 0;
    }
    .main__text {
        font-size: 18px;
        line-height: 25px;
    }
    .content__text_title {
        padding: 25px 0 0;
        font-size: 40px;
        line-height: 45px;
    }
    .content__list-item {
        font-size: 18px;
        padding-right: 70px;
    }
    .content__list-item:before {
        transform: translate(-25px, 9px);
    }

    .content__text {
        max-width: none;
    }
    .ecosmart__title span {
        font-family: 'Futura New';
        font-weight: 500;
    }

    .ecosmart__content.ecosmart__content_second .content__description{
        font-family: 'Futura New Demi';
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0 19px;
    }
    .ecosmart__content.ecosmart__content_second .content__text{
        max-width: unset;
    }
    .main__text.content__text {
        padding-right: 20px;
    }
}

@media (max-width: 560px) {
    .ecosmart__content {
        padding: 52px 0 15px;
    }
    .ecosmart__content.divider {
        padding: 52px 0 14px;

    }
    .content__title {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 11px;
        padding-right: 20px;
    }
    .divider .content__title {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 7px;
        padding-right: 0;
    }
    .content__description {
        margin: 20px 0 31px;
    }
    .content__text_title {
        font-size: 27px;
        line-height: 32px;
        padding: 25px 0 11px;
        font-family: 'Futura New';
        font-weight: 500;
    }
    .content__text p:not(:last-child) {
        margin-bottom: 20px;
    }
    .ecosmart__title span {
        font-family: 'Futura New Demi';
        font-weight: 700;
    }
    .ecosmart__content.ecosmart__content_second .content__description {
        font-family: "Futura New Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
        margin: 4px 0 15px;
    }
    .ecosmart__content.ecosmart__content_second {
        margin: 20px 0 0;
        padding: 53px 0 16px;
    }
    .main__text.content__text {
        padding-right: 0;
    }
    .content__list-item {
        padding-right: 0;
    }
    .divider .content__description {
        font-family: "Futura New Light";
        font-weight: 300;
        font-size: 14px;
        line-height: 16px;
    }
}

/* text */

.ecosmart__text {
    margin: 100px 0 0;
}

.ecosmart__title {
    font-family: "Futura New";
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 34px;
    max-width: 1022px;
}

.ecosmart__title_light {
    font-family: "Futura New Light";
}

.ecosmart__title_aqua {
    color: #26A792;
}

.ecosmart__title_black {
    color: #000000;
}

.ecosmart__text .main__text {
    margin-bottom: 30px;
}

.ecosmart__widget-section .ecosmart__title {
    margin-top: 100px;
    max-width: none;
}

@media (max-width: 991px) {
    .ecosmart__text {
        margin-top: 72px;
    }
    .ecosmart__title {
        margin-bottom: 27px;
    }
    .ecosmart__widget-section .ecosmart__title {
        margin-top: 73px;
        padding-right: 60px;
    }
    .ecosmart__title_light {
        font-family: "Futura New";
    }
}

@media (max-width: 560px) {
    .ecosmart__text {
        margin-top: 51px;
    }
    .ecosmart__title {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 7px;
    }
    .ecosmart__widget-section .ecosmart__title {
        margin: 52px 0 19px;
        padding-right: 0;
    }
}

/* options */

.ecosmart__options {
    display: flex;
    flex-direction: row;
    margin: 22px 0 50px;
    font-family: Calibri, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.ecosmart__options a {
    text-decoration: underline;
    color: #225785;
}

.ecosmart__options a:hover {
    text-decoration: none;
    color: #000000;
}

.ecosmart_option:first-child {
    padding-right: 15px;
    border-right: 1px solid #000000;
}

.ecosmart_option:last-child {
    padding-left: 15px;
}

@media (max-width: 991px) {
    .ecosmart__options {
        margin: 30px 0 64px;
        flex-direction: column;
    }
    .ecosmart_option:first-child {
        padding-right: 0;
        border-right: none;
    }
    .ecosmart_option:last-child {
        padding-left: 0;
    }
}
@media (max-width: 500px) {
    .ecosmart__options {
        margin: 10px 0 109px;
    }
    .ecosmart_option:first-child,
    .ecosmart_option:last-child {
        background-color: #F0F0F0;
        text-align: center;
        padding: 36px 53px;
        text-align: center;
        width: 100%;
    }
    .ecosmart_option:last-child {
        margin-top: 10px;
    }

}

