.content_body__bottom-content-box.brend-page {
    margin-top: 50px;
}

.content_body__payment_methods-body * {
    font-family: 'PTSansRegular';
}

.promo-banner {
    background: url('/images/aktsyi-besplatnaya-voda-bg.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    color: black;
}

.promo-banner-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promo-banner-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #000000;
}

.promo-banner-content .highlight {
    padding: 10px 16px;
    background: #06AE4F;
    border-radius: 7px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    display: inline-block;
}

.promo-banner-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #000000;
    margin: 15px 0 56px;
}

.promo-banner-btn {
    background: white;
    color: #00AE4F;
    font-size: 18px;
    padding: 15px 35px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.promo-banner-btn:hover {
    background: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.promo-banner-image img {
    max-width: 100%;
    height: auto;
}

.action__container {
    background: #fff;
    width: 100%;
}

.action__body {
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}

.promo-section {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
}

.info_promo-block {
    background-color: #06AE4F;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 50px 20px 37px;
    align-items: center;
}

.info_promo-head {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    max-width: 750px;
    margin-bottom: 16px;
}

.info_promo-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    max-width: 700px;
}

.promo_info-card {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #000000;
    padding-top: 115px;
    background-image: url('/images/bg-card.png');
    background-position: top;
    background-repeat: no-repeat;
}

.promo-section h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 40px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
    margin: 40px 62px;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px #EFEFEF;
    border-radius: 10px;
    gap: 16px;
}

.benefit-card.bg-green {
    background: #F5FAF6;
}

.benefit-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    background: #00AE4F;
    color: white;
}

.benefit-icon {
    width: 70px;
    height: 70px;
}

.block_p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.benefit-content {
    text-align: center;
}

.benefit-content h4,
.condition-text h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 8px;
}

.benefit-content-p p,
.condition-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.product-card {
    padding: 0 80px;
}

.product-card-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.item_name {
    color: #333;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.item_name:hover {
    color: #00AE4F;
}

.product-badge {
    padding: 5px 24px;
    background: #F5FAF6;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #06AE4F;
    width: max-content;
}

.item_block {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.text_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.value-card {
    display: flex;
    gap: 8px;
}

.value-icon img {
    vertical-align: middle;
}

.value-name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    align-content: center;
}

.promo-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 71px 20px;
    gap: 16px;
    background-image: url('/images/aktsyi-bg-bottom.png');
    background-repeat: no-repeat;
    background-position: center;
}

.cta-text {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.cta-note {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.green_btn {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    padding: 16px 32px;
    background: #06AE4F;
    border-radius: 10px;
    color: white;
    width: max-content;
    cursor: pointer;
}

.green_btn:hover {
    background-color: #009440;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 174, 79, 0.3);
}

.green_btn.btn-center {
    padding: 16px 32px;
    background: #06AE4F;
    border-radius: 10px;
    align-self: center;
    margin-top: 24px;
}

.green_btn.btn--buy {
    max-width: max-content;
}

.right_block-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.promo__subtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 40px;
}

.padding-block {
    justify-items: center;
}

.img-block_mobile {
    display: none;
}

/* Адаптивность */
@media screen and (max-width: 1024px) {
    .product-card {
        padding: 0 20px;
    }
}

@media screen and (max-width: 768px) {
    .payment_methods .content_body__payment_methods-body {
        padding: 0;
    }

    .padding-block {
        padding-left: 24px;
        padding-right: 24px;
    }

    .promo-banner {
        flex-direction: column;
        background: unset;
        padding: 0;
    }

    .promo-banner-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .green_btn {
        width: 100%;
        text-align: center;
    }

    .promo-banner-image {
        width: 100%;
        background-image: url('/images/aktsyi-besplatnaya-voda-bg-mobile.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        margin-bottom: -2px;
    }

    .benefits-grid {
        margin: 32px 24px;
        grid-template-columns: 1fr;
    }

    .benefit-card {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .benefit-content {
        width: calc(100% - 100px);
    }

    .item_block {
        flex-direction: column;
        gap: 20px;
    }

    .item_block.item_block-last {
        flex-direction: column-reverse;
        margin-top: 52px;
    }

    .green_btn.btn--buy {
        max-width: 100%;
    }

    .right_block-item {
        width: 100%;
        align-items: flex-start;
    }

    .item_name {
        font-size: 20px;
        margin-top: 16px;
    }

    .product-card {
        padding: 0 24px;
    }

    .product-card-header {
        gap: 0;
    }

    .product-card {
        text-align-last: center;
    }

    .img-block_pc {
        display: none;
    }

    .img-block_mobile {
        display: block;
    }

    .promo-section h3 {
        margin-top: 32px;
        margin-bottom: 0;
    }

    .img_block {
        height: 400px;
    }

    .img_block img {
        height: 100%;
        object-fit: contain;
    }

    .promo-section h3,
    .promo_info-card,
    .promo__subtitle,
    .cta-text,
    .promo-section,
    .promo-banner-content h2 {
        font-size: 32px;
        line-height: 48px;
    }

    .promo-cta {
        padding: 32px 24px;
    }
    .payment_methods .content_body__breadcrumb .breadcrumb_list {
        padding: 0 26px;
    }

    .payment_methods .content_body__payment_methods-body h1 {
        padding: 0 24px;
    }

    .promo-banner-content p {
        margin-bottom: 32px;
    }

    .promo-section {
        margin-bottom: 32px;
    }

    .value-icon {
        height: 24px;
    }

    .value-icon img {
        vertical-align: super;
        height: 24px;
    }
}

@media screen and (max-width: 425px) {

    .promo-banner-image {
        background-position: bottom;
    }
}