* {
    font-family: Roboto;
}
.reg-hero {
    background-color: #222745;
}
.reg-hero__container {
    display: flex;
    gap: 10%;
    margin: 30px 0 50px;
    justify-content: flex-end;
}
.reg-hero__content {
    color: white;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}
.reg-hero__text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
}
.reg-hero__btn, .instruction__btn {
    background-color: #E74B23;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    padding: 14px;
    border-radius: 5px;
    width: fit-content;
    color: white;
    transition: .2s;
}
.reg-hero__btn:hover, .instruction__btn:hover {
    background: #d43a03;
    color: #f1f1f1;
}

.instruction__step-number {
    background-color: #E74B23;
    border-radius: 3px;
    color: white;
    height: 35px;
    width: 35px;
    min-width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-width: 500;
}

.instruction__step-top {
    display: flex;
    gap: 25px;
}

.instruction__image-container {
    display: flex;
    justify-content: center;
}
.instruction__step-content {
    font-weight: 400;
    font-size: 18px;
    padding-top: 5px;
}
.instruction__step-text {
    margin-top: 30px;
    margin-bottom: 20px;
}
li.instruction__step-item {
    margin-bottom: 20px;
    list-style: disc outside;
    margin-left: 20px;
}
.instruction__step-item a {
    color: black;
    text-decoration: underline;
}
.instruction__step-image {
    text-align: center;
    margin-bottom: 55px;
}
.instruction__step-image img.instruction__img--box-shadow {
    box-shadow: -1px 1px 32.8px 0px #00000026;
    padding: 35px;
    background-color: #f8f8f8;
}
.instruction__step-image img {
    border-radius: 5px;
}
.instruction__step-image--grey-bg {
    background-color: #EAEAEA;
    padding: 35px 0;
    width: 975px;
    border-radius: 5px;
}
.instruction__actions {
    display: flex;
    justify-content: center;
    margin-bottom: 55px;
}
.instruction__step-image img {
    max-width: 100%;
}

.reg-hero__image img {
    max-width: 100%;
}
.reg-hero__content {
    margin-right: 25px;
}

@media (max-width: 977px) {
    .instruction__step-image--grey-bg {
        width: 100%;
    }
}
@media (max-width: 860px) {
    .reg-hero__container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .reg-hero__content {
        padding: 31px 58px;
        align-items: center;
        order:1;
    }
    .reg-hero__text {
        text-align: center;
    }
}
@media (max-width: 768px) {

    .reg-hero {
        margin: 0 -15px;
    }
    .reg-hero__image {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .reg-hero__text {
        font-size: 19px;
    }
    .instruction__step-content, .instruction__step-title {
        font-size: 16px;
    }
    .instruction__step-content {
        padding-top: 10px;
    }
    .instruction__step-image img.instruction__img--box-shadow {
        padding: 0;
    }
    .instruction__step img {
        width: 100%;
    }
    .instruction__step-image {
        margin-bottom: 25px;
    }
    .instruction__step-top {
        gap: 15px;
    }
    .instruction__step-image--grey-bg img {
        padding: 10px 15px;
    }
    .instruction__step-image--grey-bg .instruction__step-text {
        padding: 0 60px 0 14px;
        text-align: left;
    }
    .instruction__step-text {
        font-size: 16px;
        margin-top: 20px;
    }
    .instruction__step-image--grey-bg {
        padding-bottom: 0;
    }
    .instruction__actions {
        margin-top: 10px;
        margin-bottom: 35px;
    }
}



.gift-card-page__container {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    /*background-color: #f0f0f0;*/
}

.page-wrap:has(.gift-card-page__container) {
    background-color: #f0f0f0;
}

a {
    text-decoration: none;
}

.gift-card-page__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 40px;
}

.gift-card-page__types {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
}

.gift-card-page__type {
    flex: 1;
    text-align: center;
    max-width: 480px;
}

.gift-card-page__type-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.gift-card-page__type-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
}

.btn {
    display: inline-block;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s;
}

.btn--primary {
    background-color: #e8573a;
    color: #fff;
    border: none;
}

.btn--primary:hover {
    background-color: #d14a2f;
}

.gift-card-page__offer {
    border: 1px solid #e8573a;
    border-radius: 6px;
    padding: 24px 32px;
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}



.gift-card-page__offer-highlight {
    color: #e8573a;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 10px;
}

.gift-card-page__advantages {
    margin-bottom: 50px;
}

.gift-card-page__section-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 24px;
}

.gift-card-page__advantages-grid {
    display: flex;
    gap: 20px;
}

.advantage-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 24px 20px;
    text-align: center;
}

.advantage-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.advantage-card__text {
    font-size: 14px;
    color: #555;
    line-height: 1.45;
    padding: 0 45px;
}

.gift-card-page__share {
    text-align: center;
    margin-bottom: 50px;
}

.gift-card-page__share-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 14px;
}

.gift-card-page__share-icons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.gift-card-page__faq {
    max-width: 900px;
    margin: 0 auto 50px;
}

.accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 1px;

    background: #fff;
}

.accordion-item__header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: left;
    font-family: inherit;
    border-radius: 6px;
}

.accordion-item__header:hover {
    background: #fafafa;
}

.accordion-item__icon {
    margin-right: 12px;
    font-size: 18px;
    flex-shrink: 0;
}

.accordion-item__title {
    flex: 1;
}

.accordion-item__arrow {
    font-size: 14px;
    color: #e8573a;
    margin-left: 12px;
    transition: transform 0.3s;
}

.accordion-item[data-accordion][aria-expanded="true"] .accordion-item__arrow,
.accordion-item__header[aria-expanded="true"] .accordion-item__arrow {
    transform: rotate(180deg);
}

.accordion-item__content {
    padding: 0 20px 20px 52px;
    font-size: 14px;
    color: #555;
}

.accordion-item__content p {
    margin: 7px 0;
}

.accordion-item__content ul {
    list-style: none;
}

.accordion-item__content li {
    position: relative;
    padding-left: 14px;
    margin-bottom: 6px;
}

.accordion-item__content li::before {
    content: "•";
    color: #e8573a;
    position: absolute;
    left: 0;
}

.accordion-item__content a {
    color: #e8573a;
    text-decoration: underline;
}

.gift-card-page__footer {
    text-align: center;
    color: #e8573a;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 55px;
}

.gift-card-page__types .btn:hover, .gift-card-page__types .btn:focus {
    color: white;
}

@media (max-width: 767px) {
    .gift-card-page__advantages-grid {
        flex-wrap: wrap;
    }
    .gift-card-page__offer-highlight {
        font-size: 24px;
        font-width: 400;
    }
    .advantage-card {
        margin-top: 0;
    }
    .advantage-card__text {
        font-size: 15px;
        padding: 0 30px;
        font-weight: 400;
    }
    .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
        height: 40px;
        width: 40px;
        background-size: 40px 40px;
    }
    .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        margin: 2px 10px 0 0;
    }
    .gift-card-page__footer {
        text-align: left;
        font-size: 24px;
        font-width: 700;

    }

}

@media (max-width: 700px) {


    .gift-card-page__title {
        font-size: 22px;
    }

    .gift-card-page__types {
        flex-direction: column;
        gap: 32px;
    }

    .gift-card-page__offer {
        padding: 20px 16px;
    }

    .gift-card-page__advantages-grid {
        grid-template-columns: 1fr;
    }

    .accordion-item__header {
        font-size: 14px;
        padding: 14px 16px;
    }

    .accordion-item__content {
        padding: 0 16px 16px 42px;
        font-size: 13px;
    }

}