.goods__inner {
    gap: 0;
}

.goods__list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 48px;
    border-bottom: 1px solid #d9d9d9;
}

.goods__item {
    min-width: 0;
}

.goods__item-btn {
    position: relative;
    min-height: 78px;
    padding: 10px 18px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    border: 0;
    border-radius: 0;
    text-align: left;
}

.goods__item-info {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 4px;
}

.goods__item-name {
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
}

.goods__item-profit {
    display: flex;
    margin-top: 0;
    flex-direction: column;
    font-family: "PF DinDisplay Pro", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 14px;
}

.goods__item-price {
    position: absolute;
    right: 10px;
    bottom: 12px;
    flex: 0 0 auto;
    color: #1c1c1e;
    font-family: "PF DinDisplay Pro", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1.44px;
    line-height: 24px;
    white-space: nowrap;
}

.goods__item-btn_active .goods__item-price {
    color: #fff;
}

.haval-promo {
    margin-bottom: 48px;
}

.haval-promo__item {
    position: relative;
    display: none;
    height: 632px;
}

.haval-promo__item_active {
    display: block;
}

.haval-promo__visual {
    position: relative;
    height: 632px;
    overflow: hidden;
}

.haval-promo__background,
.haval-promo__background::after,
.haval-promo__background img {
    position: absolute;
    inset: 0;
}

.haval-promo__background {
    pointer-events: none;
}

.haval-promo__background::after {
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 58.418%, rgba(0, 0, 0, 0.25) 82.842%);
}

.haval-promo__background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.haval-promo__badges {
    position: absolute;
    top: 40px;
    right: 40px;
    left: 40px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.haval-promo__badge {
    display: flex;
    width: calc((100% - 92px) / 3);
    max-width: 363px;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 16px;
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.haval-promo__badge span {
    font-family: "PF DinDisplay Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1;
}

.haval-promo__badge strong {
    font-family: "PF DinDisplay Pro", sans-serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
}

.haval-promo__daily {
    position: absolute;
    top: 115px;
    left: 122px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-family: "PF DinDisplay Pro", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.haval-promo__daily img {
    width: 36px;
    height: 28px;
    object-fit: contain;
}

.haval-promo__cta {
    position: absolute;
    bottom: 18px;
    left: 40px;
    display: flex;
    width: 367px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.haval-promo__button,
.haval-promo__legal {
    border: 0;
    color: #fff;
    cursor: pointer;
}

.haval-promo__button {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #4a4f54;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.8);
    font-family: "Haval", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}

.haval-promo__button,
.haval-promo__legal {
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

@media (hover: hover) {
    .haval-promo__button:hover {
        border-color: #fff;
        background: #fff;
        color: #1c1c1e;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .haval-promo__legal:hover {
        color: #fff;
        opacity: .85;
        transform: translateY(-1px);
    }
}

.haval-promo__legal {
    padding: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    font-family: "PF DinDisplay Pro", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: underline;
}

.haval-promo__gifts {
    position: absolute;
    z-index: 1;
    top: 207px;
    left: 40px;
    width: 363px;
    padding: 24px 25px;
    background: rgba(0, 0, 0, 0.49);
    color: #fff;
}

.haval-promo__gifts-ribbon {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 265px;
    height: 32px;
    transform: translateX(-50%);
}

.haval-promo__gifts-ribbon img {
    display: block;
    width: 100%;
    height: 100%;
}

.haval-promo__gifts-ribbon span {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1c1c1e;
    font-family: "Haval", sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
    text-transform: uppercase;
}

.haval-promo__gifts ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 12px;
    list-style: none;
}

.haval-promo__gifts li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font-family: "Haval", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 12px;
}

.haval-promo__gifts li img {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
}

.goods__sum {
    justify-content: flex-end;
}

.goods__sum-btn-block {
    margin-top: 32px;
}

@media (max-width: 1199.98px) {
    .haval-promo__badge {
        gap: 5px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .haval-promo__badge span {
        font-size: 14px;
    }

    .haval-promo__badge strong {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .goods__inner {
        margin-right: 0;
        margin-left: 0;
    }

    .goods__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2px;
        margin-bottom: 20px;
        border: 0;
    }

    .goods__item-btn {
        min-height: 78px;
        padding: 8px;
        gap: 6px;
    }

    .goods__item-name {
        font-size: 10px;
        line-height: 11px;
        white-space: normal;
    }

    .goods__item-profit {
        font-size: 12px;
        line-height: 11px;
    }

    .goods__item-price {
        right: 8px;
        bottom: 9px;
        font-size: 21px;
        letter-spacing: -1.2px;
        line-height: 21px;
    }

    .haval-promo {
        margin-bottom: 48px;
    }

    .haval-promo__item {
        height: auto;
    }

    .haval-promo__visual {
        height: 657px;
    }

    .haval-promo__background::after {
        display: none;
    }

    .haval-promo__background img {
        width: 254%;
        max-width: none;
        height: 100%;
        left: -77%;
        object-fit: fill;
    }

    .haval-promo__badges {
        top: 20px;
        right: 7px;
        left: 7px;
        flex-direction: column;
        gap: 11px;
    }

    .haval-promo__badge {
        width: 100%;
        max-width: none;
        min-height: 53px;
    }

    .haval-promo__badge span {
        font-size: 16px;
    }

    .haval-promo__badge strong {
        font-size: 36px;
    }

    .haval-promo__daily {
        top: 527px;
        left: 26%;
        gap: 12px;
        font-size: 20px;
    }

    .haval-promo__daily img {
        width: 36px;
        height: 28px;
    }

    .haval-promo__cta {
        bottom: 17px;
        left: 18px;
        width: calc(100% - 36px);
    }

    .haval-promo__gifts {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin-top: 44px;
        padding: 24px 25px;
        background: rgba(211, 211, 211, 0.64);
        color: #1c1c1e;
    }

    .hero__benefits {
        margin-top: -40px;
    }
}
