:root {
    --promoGap: 50px;
    --promoGap_mob: 20px;
}
button {
    background: none;
    border: none;
}
.eva-banner img {
    height: 250px;
    object-fit: cover;
    display: block;
    width: 100%;
}
@media (max-width: 991px) {
    .eva-banner img {
        height: 20vw;
    }
}
@media (max-width: 575px) {
    .eva-banner img {
        height: 43vw;
    }
}

.section-promo {
    margin-top: 80px;
}
.eva-intro {
    --gap: 50px;
    --pl: 100px;
    display: flex;
}
.eva-intro__inner {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin-right: var(--gap);
}
.eva-intro__decor-left {
    width: 100px;
    flex-shrink: 0;
}
.eva-intro__decor-right {
    width: 150px;
    flex-shrink: 0;
}
.eva-intro__decor-left img,
.eva-intro__decor-right img {
    width: 100%;
}
.eva-intro__top-line img {
    display: block;
    width: 100%;
}
.eva-intro__title {
    font-size: 48px;
    font-weight: normal;
    font-family: "Furore";
    line-height: 1;
}
.eva-intro__texts {
    display: flex;
    gap: var(--gap);
}
.eva-intro__description {
    font-size: 16px;
    line-height: 1.125;
    color: var(--color-dark-gray);
}
.eva-intro__slogan {
    font-size: 18px;
    font-weight: normal;
    font-family: "Furore";
    line-height: 1;
}
@media (max-width: 1200px) {
    .section-promo {
        margin-top: 50px;
    }
    .eva-intro {
        --gap: 4.16vw;
    }
    .eva-intro__title {
        font-size: 3.97vw;
    }
    .eva-intro__description {
        font-size: 1.33vw;
    }
    .eva-intro__slogan {
        font-size: 1.5vw;
    }
    .eva-intro__decor-left {
        width: 8.33vw;
    }
    .eva-intro__decor-right {
        width: 12.5vw;
    }
}
@media (max-width: 575px) {
    .eva-intro {
        --gap: 20px;
    }
    .eva-intro__title {
        font-size: 30px;
    }
    .eva-intro__description {
        font-size: 16px;
    }
    .eva-intro__slogan {
        font-size: 16px;
    }
    .eva-intro__decor-left,
    .eva-intro__decor-right {
        display: none;
    }
    .eva-intro__texts {
        flex-direction: column;
    }
}

.big-list--bigger .feature-item__title {
    font-size: 14px;
}
.big-list--bigger .feature-item__description {
    font-size: 16px;
    line-height: 1.125;
}

.promo-video {
    --aspect_ratio: 1181/660;
    position: relative;
    aspect-ratio: var(--aspect_ratio);
}
.promo-video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promo-video__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
}
.promo-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 3;
}

.section-eva-products {
    position: relative;
    padding: 50px 0;
}
.eva-products {
    display: grid;grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.eva-product {
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--promoGap);
}
.eva-product-gallery {
    max-width: 100%;
}
.list-plused {
    margin: 0;
    padding: 0;
}
.list-plused li {
    position: relative;
    padding-left: 1.8em;
    list-style-type: none;
    line-height: 1.125;
    font-size: 16px;
    margin-bottom: 1.67em;
    font-weight: bold;
}
.list-plused li:last-child {
    margin-bottom: 0;
}
.list-plused li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuMDgwMDggNS40NzM2M0gxMi40Mzc1VjcuMjUyOTNINy4wODAwOFYxMi40Mjk3SDUuMjkzOTVWNy4yNTI5M0gwLjA5OTYwOTRWNS40NzM2M0g1LjI5Mzk1VjAuMTM1NzQySDcuMDgwMDhWNS40NzM2M1oiIGZpbGw9IiNEQUZDMDEiLz4KPC9zdmc+Cg==) no-repeat center/13px;
}
.eva-gift {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
@media (max-width: 1199px) {
    .eva-gift {
        top: -20px;
    }
}
.eva-gift::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 15px;
}
.eva-gift__text {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .2s ease;
}
.eva-gift__text span {
    color: var(--bs-orange);
    font-weight: normal;
    font-family: "Furore";
    font-size: 16px;
}
.eva-gift__text img {
    position: relative;
    top: 1px;
}
.eva-gift__image {
    /* visibility: hidden; */
    opacity: 0;
    transition: all .2s ease;
    pointer-events: none;
}
.eva-gift.hovered .eva-gift__image {
    /* visibility: visible; */
    opacity: 1;
}
.eva-gift.hovered .eva-gift__text {
    transform: translateY(170px);
}
.cell-bg {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/cell-pattern.png);
    opacity: .1;
}
.waves {
    --size: 310px;
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    height: var(--size);
    background: url(./img/waves.png) repeat-x;
    background-size: auto var(--size);
}
.waves--personal {
    display: none;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
}
@media (max-width: 1199px) {
    .waves {
        top: 140px;
        --size: 250px;
        /* background-size: contain; */
    }
}
.product-carousel-nav img {
    width: 25px;
}

.eva-product__title {
    color: var(--bs-orange);
    font-weight: normal;
    font-family: "Furore";
    font-size: 48px;
    line-height: 1;
    text-align: center;
}

.eva-product-controls {
    --gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px var(--gap);
    justify-content: center;
    /* margin-top: 80px; */
}
.eva-product-button-wrapper {
    width: 314px;
    flex-shrink: 0;
}
.eva-product-colors-price {
    display: flex;
    align-items: center;
    gap: var(--gap);
}
.eva-product-colors {
    display: flex;
    gap: 15px var(--gap);
    flex-wrap: wrap;
}
.product-color-btn {
    font-weight: bold;
    font-size: 14px;
    color: white;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    border: 1px solid white;
    padding: 1em 1em;
}
.product-color-btn.is-active, .product-color-btn:hover {
    border-color: var(--bs-orange);
}
.evo-promocode {
    text-align: center;
    margin-top: 5px;
    position: relative;
}
.evo-promocode__code {
    display: inline-flex;
    margin-left: 5px;
    gap: 8px;
}
.evo-promocode__btn {
    padding: 0;
}
.evo-promocode__code span {
    font-size: 16px;
    color: var(--bs-orange);
    font-weight: normal;
    font-family: "Furore";   
}
.evo-promocode__description {
    font-weight: bold;
}
.evo-promocode__success {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    color: var(--bs-orange);
    opacity: 0;
    animation: pop 3s ease forwards;
}
@keyframes pop {
    0% {
        opacity: 0;
    }
    10%, 90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .eva-product__title {
        font-size: 36px;
    }
    .eva-gift {
        top: -40px;
        right: 75px;
    }
    /*.eva-product-controls {
        grid-template-columns: 1fr;
        margin-top: 50px;
    } */
    .eva-product-colors-price {
        margin: auto;
        width: fit-content;
    }
    .eva-product-button-wrapper {
        width: 315px;
        margin: auto;
    }
    .waves {
        top: 100px;
        --size: 220px;
    }
}
@media (max-width: 767px) {
    .eva-products {
        grid-template-columns: 1fr;
        /* gap: 50px; */
        gap: 80px;
    }
    .eva-product {
        gap: var(--promoGap_mob);
    }
    .eva-gift {
        top: 0;
        right: 0;
    }
    .eva-product-controls {
        margin-top: 20px;
    }
    .waves {
        --size: 295px;
    }
    .waves--personal {
        display: block;
    }
    .waves--common {
        display: none;
    }
    .cell-bg {
        left: 15px;
        right: 15px;
        width: auto;
    }
}
@media (max-width: 575px) {
    .waves {
        --size: 57vw;
        top: 18vw;;
    }
    .eva-products {
        padding: 0 5px;
    }
    .eva-gift {
        right: 50%;
        transform: translateX(50%);
        top: -30px;
    }
    .eva-product-colors-price {
        flex-wrap: wrap;
        justify-content: center;
    }
}