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

.action__body {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

.promo {
    padding: 50px 0 70px 70px;
    background: #F5FAF6;
    border-radius: 0 0 60px 60px;
    position: relative;
}

.promo__content {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 50%;
    max-width: 456px;
}

.promo__badge {
    width: max-content;
    padding: 12px 25px;
    background: #F0FFF3;
    border: 1px solid #F5FAF6;
    box-shadow: 0 8px 20px rgba(0, 174, 79, 0.08);
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    color: #00AE4F;
    margin-bottom: 35px;
}

.promo__title {
    display: grid;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    color: #000000;
    margin-bottom: 20px;
    font-family: 'PTSansBold';
}

.promo__title span {
    color: #06AE4F;
}

.promo__text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 40px;
}

.img-promo-left {
    position: absolute;
    left: 0;
    top: 0;
}

.img-promo-right {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-right-radius: 60px;
}

.promo__buttons {
    display: flex;
    gap: 10px;
}

.action__body .btn {
    padding: 16px 30px;
    border-radius: 10px;
    flex: none;
    flex-grow: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 145%;
    cursor: pointer;
}

.btn.btn-green {
    background: #06AE4F;
    color: #FFFFFF;
}

.btn.btn-blue {
    background: #0191EE;
    color: #FFFFFF;
}

.btn.btn-white {
    background: #FFFFFF;
    color: #06AE4F;
}

.how {
    margin: 60px;
}

.h2-text {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    color: #000000;
    align-self: stretch;
    text-align: center;
    font-family: 'PTSansBold';
}

.description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #000000;
    align-self: stretch;
    margin: 15px 0 45px;
}

.info-block {
    display: flex;
    gap: 20px;
}

.info-item {
    display: flex;
    flex-direction: column;
    background: #F5FAF6;
    border-radius: 20px;
    padding: 20px 25px;
}

.info-number {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
    border-radius: 50%;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    align-content: center;
    color: #00AE4F;
}

.info-title {
    display: flex;
    gap: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    margin: 40px 0 10px;
    font-family: 'PTSansBold';
}

.info-title .btn.promo-btn {
    padding: 7px 8px;
    background: #00AE4F;
    border-radius: 10px;
    color: #FFFFFF;
    margin-left: 6px;
    font-size: 20px;
    height: max-content;
}

.info-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    max-width: 80%;
}

.how {
    margin: 60px 60px 40px;
}

.what {
    margin: 40px 60px;
}

.slide-block {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.slide-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F5FAF6;
    box-shadow: 0 8px 20px rgba(0, 174, 79, 0.08);
    border-radius: 20px;
}

.slide-img {
    height: 280px;
    width: 100%;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #F5FAF6;
    border-radius: 20px 20px 0 0;
    margin-bottom: 25px;
}

.slide-title {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    padding: 0 25px;
    font-family: 'PTSansBold';
}

.slide-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
    padding: 0 25px;
    margin: 10px 0 25px;
}

.slide-btn-block {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 0 25px 35px;
}

.slide-btn-block .btn.w-100 {
    width: 100%;
    text-align: center;
}

.bottom {
    display: flex;
    background-image: url('bottom.png');
    background-size: cover;
    gap: 65px;
    margin: 40px 60px 80px;
    padding: 60px;
    border-radius: 20px;
}

.bottom-text {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 110%;
    color: #000000;
    font-family: 'PTSansBold';
}

.bottom .btn.btn-green {
    align-self: center;
}

.card-info {
    position: relative;
}

.label-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5.5px 11.5px;
    gap: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    font-family: 'PTSansBold';
}

.label-item.label-gift {
    background: linear-gradient(0deg, #FF5500, #FF5500), #25C96C;
    border: 1px solid #F5FAF6;
}

.label-item.label-bonus {
    background: #FFB800;
    border: 1px solid #FFB800;
}

.mobile-img-promo-left,
.mobile-img-promo-right {
    display: none;
}

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

    .content_body__breadcrumb,
    .promo-header {
        padding: 0 20px;
    }

    .promo {
        display: flex;
        flex-direction: column;
        padding: 28px;
        border-radius: 0;
        background: transparent;
    }

    .img-promo-left,
    .img-promo-right {
        display: none;
    }

    .mobile-img-promo-left {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #F5FAF6;
    }

    .mobile-img-promo-right {
        display: block;
        position: relative;
        right: 0;
        top: 0;
        border-bottom-right-radius: 60px;
        background: #F5FAF6;
    }

    .promo__content {
        width: 100%;
        max-width: 100%;
    }

    .promo__title {
        font-size: 32px;
    }

    .promo__buttons {
        flex-direction: column;
        text-align: center;
    }

    .h2-text {
        font-size: 32px;
    }

    .info-number {
        width: 56px;
        height: 56px;
        min-width: 56px;
        min-height: 56px;
        font-size: 18px;
        margin-right: 15px;
    }

    .info-description {
        max-width: 100%;
    }

    .info-block {
        flex-direction: column;
    }

    .info-item-block {
        display: flex;
        margin-bottom: 18px;
        align-items: center;
    }

    .info-title {
        display: contents;
        margin: 0;
    }

    .slide-block {
        flex-direction: column;
    }

    .slide-title {
        font-size: 18px;
    }

    .how, .what {
        margin: 25px;
    }

    .description-text {
        margin-bottom: 30px;
    }

    .slide-img {
        margin-bottom: 18px;
        height: auto;
    }

    .label-item.label-gift {
        border: 1px solid #FF5500;
    }

    .slide-btn-block {
        flex-direction: column;
        text-align: center;
    }

    .bottom {
        flex-direction: column;
        margin: 25px;
        gap: 25px;
        padding: 33px 20px;
    }

    .btn.btn-green.open-basket-modal {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 16px 19px;
    }

    .bottom-text {
        font-size: 24px;
    }

    .slide-title,
    .slide-description {
        padding: 0 18px;
    }

    .slide-btn-block {
        padding: 0 18px 25px;
    }

    .slide-description {
        margin-bottom: 20px;
    }

    .bottom {
        display: flex;
        background-image: url(mobile-bottom.png);
    }

    .btn.btn-white {
        box-shadow: 0px 8px 20px rgba(0, 174, 79, 0.08);
    }
}


@media screen and (max-width: 520px) {
    .info-title {
        display: flex;
        width: 120px;
        gap: 10px;
    }
    .info-title.first-title {
        display: flex;
        width: 150px;
        gap: 10px;
    }
    .info-title.last-title {
        flex-direction: column;
        gap: 0;
        width: 200px;
    }
    .info-title div {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        color: #000000;
        font-family: 'PTSansBold';
    }
}