@font-face {
    font-family: "Roboto Thin";
    font-style: normal;
    font-weight: 300;
    src: local("fonts/Roboto-Thin.ttf");
}
.roboto-slab {
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.gift-subscription-page{
    font-weight: 300;
}
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.gift-subscription-page h1,
.gift-subscription-page h2,
.gift-subscription-page h3,
.gift-subscription-page h4,
.gift-subscription-page h5 {
    font-weight: 300;
}
.gift-subscription-page p{
    font-weight: 300;
}
.roboto-thin {

}
.gift-subscription-page{
    font-family: "Roboto", "Roboto Slab", sans-serif;
    font-weight: 300;
}
.gift-subscription-page span{
    font-weight: 300;
}
.abonement-header{
    display: flex;
    font-weight: 300;
    justify-content: center;
    margin-bottom: 10px;
}
.banner-subscription{
    justify-content: center;
    margin-bottom: 5px;
}
.coloured-string{
    color: #0FA6AB;
    font-size: 18px;
}
.sub-type-card{
    flex-wrap: wrap;
}
.card-form{


}
.gift-subscription-page figure{
    padding: 0;
    margin: 0;

}
.button_tag{
    bottom: 0;
    position: absolute;
}
.card__img{
    position: relative;
    padding-top: 20px;
}
/*CAROUSEL*/

.carousel{
    display: flex;
    justify-content: space-between;
}

.carousel-element{
    position: relative;
    background-color: #0000000D;
    width: 201px;
    height: 265px;
    text-align: center;
    border-radius: 25px;

}
.carousel-img-1{

}
.carousel-img-3{
    width: 50px;
}
.carousel-image-2{
    align-self: center;
}
.carousel-image-3   {

}

.carousel-text-1{
    padding-top: 10px;
    /*margin-bottom: 40px;*/
    width: 95%;
}
.carousel-text-2{
    text-align: center;
    padding-top: 10px;
    /*margin-bottom: 60px;*/
    width: 95%;
}
.carousel-text-3{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 5px;
    /*margin-bottom: 30px;*/
    width: 95%;
}
.carousel-text-4{
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
    width: 95%;
}

.carousel-text-5{
    text-align: center;
    padding-top: 10px;
    /*margin-bottom: 30px;*/
    width: 95%;
}

.carousel-text-6{
    text-align: center;
    padding-top: 10px;
    /*margin-bottom: 50px;*/
    width: 95%;
}

.abonement-logo{
    width: 164px;
}

.benefits-header{
    display: flex;
    justify-content: center;
}

/*.vector-sign{*/
/*    position: absolute;*/
/*    transform: translateX(41px);*/
/*}*/
.carousel-img-3{
    height: 70%;
}

/*CAROUSEL-IMAGES*/

.image-fix{
    position: absolute;
}

.background-image{
}
.background-image-2{
}

/*BENEFITS*/

.benefits-header-logo{
    background-image: none;
    height: 10px;
    width: 30px;
}

.abonement-benefits{
    margin-bottom: 50px;
}

.benefits-header{
    text-align: center;
}

.benefits-header-row{
    color: #0FA6AB;
    letter-spacing: 0.003em;
    text-align: left;
    outline: white 2px;
    /*-webkit-text-stroke: 1px white;*/
    text-shadow:5px 6px 4px 0 #00000040;
}

.benefits-columns{
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 80%;

}
.row-left{
    display: flex;
}
.row-right{
    display: flex;
}

.benefits-string{
    padding-bottom: 10px;
    font-family: Roboto Slab, sans-serif;
}

/*CHECKMARKS*/

.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #37CD7C;
    left: 11px;
    top: 6px;

}

.checkmark_kick {
    position: absolute;
    width: 2px;
    height: 4px;
    background-color: #37CD7C;
    left: 9px;
    top: 13px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
/*CAROUSEL*/

.owl-carousel{
}

/*CARDS*/

.cards-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscription-cards{
    display: flex;
    margin: auto;
    width: 80%;
    justify-content: space-between;
}
.card__one {
    position: relative;
    overflow: hidden;
    transition: transform .5s;
    text-align: center;
    width: 280px;
    height: 300px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.card__one::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 2s cubic-bezier(.165, .84, .44, 1);
        box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .15);
        content: '';
        opacity: 0;
        z-index: -1;
    border-radius: 15px;
    }

.card__one:hover,
.card__one:focus {
        transform: translateY(-15px);
}

.card__one:hover::after,
.card__one:focus::after {
            opacity: 1;
}
.carousel-element img{
    min-height: 150px;
    max-height: 200px;
}

.vector{
    position: absolute;
    display: none;
}
.vector-sign{
    font-family: Roboto Slab, sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    transform: translateX(17%);
    top: -.5%;
}
.header-vector{
    transform: translateY(25%);
}
.vector-graphics{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.sale-vector{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 58px;
    height: 36px;
    background: #FF7C03;
    border-radius: 7px;
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 16% 100%, 0 50%);
    box-shadow: 8px 4px 24px rgba(0, 0, 0, .18);
}
.sale-string{
    position: absolute;
    inset: 0 3px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transform: none;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.fragments{
    font-size: 50px;
    font-weight: 100;
    margin-top: 20px;
}
.fragments-per-mon{
    font-weight: 100;
    font-size: 15px;
}

.bc_form{
    text-align: center;
}
.abonement-grid{
    display: flex;
    justify-content: space-between;
    margin-bottom: 53px;
    gap: 20px;
    flex-wrap: wrap;
}
.card-button{
    justify-content: center;
    background-color: white;
    border: 1px solid black;
    border-radius: 12px;
    color: #FF7C03;
    margin: auto;
    width: 85%;
    text-decoration: none;
    padding: 8px 12px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.card-button:hover{
    border-color: #0FA6AB;
    background-color: #f1fbfc;
    color: #0FA6AB;
}
.price{
    font-size: 24px;
    margin: 0;
    padding: 0;
}
.button-tag{
    text-align: center;
}

.abonement-type{
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
}

/*PARTICLES*/

.particles{
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 82px;
    overflow: hidden;
    z-index: 2;
}
.card-particle{
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    width: 104px;
    height: auto;
}
.particle-string-1{
    /*position: absolute;*/
    /*font-size: 10px;*/
    /*margin-left: .5%;*/
    /*top: 10px;*/
    /*padding-bottom: 3px;*/
    /*text-align: center;*/
    /*-ms-transform: rotate(-35.71deg); !* IE 9 *!*/
    /*-webkit-transform: rotate(-35.71deg); !* Chrome, Safari, Opera *!*/
    /*transform: rotate(-35.71deg);*/
    /* Популярное */

    position: absolute;
    left: 1px;
    top: 24px;
    width: 88px;
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.003em;
    margin: 0;
    color: #000000;
    transform: rotate(-39deg);
}
.particle-string-2{
    /*position: absolute;*/
    /*font-size: 10px;*/
    /*text-align: center;*/
    /*bottom: 210px;*/
    /*-ms-transform: rotate(-35.71deg); !* IE 9 *!*/
    /*-webkit-transform: rotate(-35.71deg); !* Chrome, Safari, Opera *!*/
    /*transform: rotate(-35.71deg);*/
    /* Выгодно */

    position: absolute;
    width: 88px;
    left: 3px;
    top: 22px;
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.003em;
    margin: 0;
    color: #000000;
    transform: rotate(-39deg);
}
/*LOWER PART*/

.promo-button-block{
    text-align: center;
    margin: auto auto 20px;
}

.promo-button{
    background-color: #0FA6AB;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
}

.promo-header{
    text-align: center;
}
.lower-promo-banner{
    justify-content: center;
    margin-bottom: 84px;
}

/*FAQ*/

.FAQ{

}
.faq-header{
    text-align: center;
    margin-bottom: 31px;
}
.faq-header p{
    font-size: 12px;
}
.popup-details{
    margin: auto;
    width: 80%;
}
.detail-part{
    border: 2px solid black;
    padding: 10px;
    background: #0FA6AB66;
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
    border-radius:10px ;
}

/*adaptive*/

@media (max-width: 380px){
    .vector-sign{
        transform: translateX(7%);
        top: -2px;
    }
    .gift-subscription-page p{
        font-size: 10px;
    }
    .carousel-element p{
        font-size: 8px;
    }
    .carousel-element span{
        font-size: 8px;
    }
    .coloured-string{
        font-size: 10px;
    }
    .promo-button-block{
        display: flex;
        justify-content: center;
    }
    .promo-button{
        font-size: 8px;
        margin-bottom: 100px;
    }
    .faq-header p{
        font-size: 10px;
    }
    .gift-subscription-page summary{
        font-size: 12px;
    }
    .carousel-element{
        height: 150px;
        width: 120px;
        border-radius: 10px;
        line-height: 10px
    }
    .carousel-image{
    }
    .carousel-text-1{
        padding-top: 3px;
        margin-bottom: 0;
        padding-bottom: 0;

    }
    .carousel-text-2{
        padding-top: 3px;

        margin-bottom: 0;
        padding-bottom: 0;

    }
    .carousel-text-3{

        padding-top: 3px;
        margin-bottom: 0;
        padding-bottom: 0;

    }
    .carousel-text-4{
        padding-top: 3px;
        margin-bottom: 0;
        padding-bottom: 0;

    }
    .carousel-text-5{
        padding-top: 3px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .carousel-img-1{

    }
    .carousel-img-2{
        width: 50px;
        height: auto;
    }
    .carousel-img-3{
        width: 50px;
        height: 50px;
    }
    .carousel-img-4{
        width: 50px;
        height: 50px;
    }
    .carousel-text-4{
        margin-bottom: 0;
        margin-top: 5px;
    }
    .carousel-img-5{
        width: 50px;
        height: 50px;
    }
    .carousel-img-6{
        width: 50px;
        height: 50px;
    }

}
@media (max-width: 900px) {
    .abonement-grid{
        flex-direction: column;
        text-align: center;
        margin-bottom: 20px;
        gap: 20px;
        align-items: center;
    }
    .card__one{
        margin-bottom: 0;
        align-self: center;
        width: 100%;
        max-width: 320px;
        height: auto;
        min-height: 300px;
    }
    .abonement-benefits{
        margin: auto;
        width: 90%;
        padding: 0 10px;
    }
    .benefits-columns{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .promo-button{
        padding: 5px 2px 5px 2px;
        margin-bottom: 20px;
    }
    .banner{
        width: 100%;
        margin-bottom: 20px;
    }
    .banner img{
        width: 100%;
        height: auto;
    }
    .lower-header{
        padding: 0 10px;
    }
    .lower-header p{
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .card__one{
        width: 100%;
        max-width: 280px;
        height: auto;
        min-height: 280px;
    }
    .fragments{
        font-size: 42px;
    }
    .abonement-type{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .card-button{
        font-size: 14px;
        padding: 10px 8px;
    }
    .benefits-header{
        flex-direction: column;
        gap: 10px;
    }
    .abonement-logo{
        width: 120px;
    }
}

@media (max-width: 400px) {
    .abonement-grid{
        gap: 15px;
    }
    .card__one{
        max-width: 100%;
        padding: 20px 15px;
    }
    .fragments{
        font-size: 36px;
        margin-top: 10px;
    }
    .abonement-type{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .card-button{
        width: 90%;
        font-size: 13px;
        padding: 8px 6px;
    }
    .lower-header p{
        font-size: 14px;
    }
    .coloured-string{
        font-size: 14px;
    }
}
.lower-header{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
details summary{
    display: flex;
    justify-content: space-between;
}
details>summary {

    list-style: none;
}
.gift-subscription-page summary::-webkit-details-marker {
    display: none
}

.gift-subscription-page summary::after {
    content: "⌄";
    transform: translateY(-10px);
}
.gift-subscription-page details[open] summary:after {
    content: "⌄";
    transform: translateY(-10px);
}


/* Image refresh v2: gift promo without raster text banners. */
.gift-promo-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    margin: 0 auto 22px;
    max-width: 1180px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(15, 166, 171, 0.18);
    background:
        radial-gradient(circle at 90% 16%, rgba(255, 124, 3, 0.2), transparent 28%),
        linear-gradient(135deg, #f6feff, #ffffff 54%, #fff6ed);
    box-shadow: 0 18px 44px rgba(31, 42, 50, 0.08);
}

.gift-promo-banner__copy {
    display: grid;
    gap: 6px;
}

.gift-promo-banner__copy span {
    color: #087b80;
    font-weight: 700;
    font-size: 14px;
}

.gift-promo-banner__copy strong {
    color: #21313a;
    font-family: Roboto Slab, sans-serif;
    font-size: 28px;
    line-height: 1.15;
}

.gift-promo-banner__art {
    min-height: 130px;
    position: relative;
}

.gift-promo-banner__art span {
    position: absolute;
    display: block;
    border-radius: 12px;
    box-shadow: 0 16px 28px rgba(15, 166, 171, 0.16);
}

.gift-promo-banner__art span:nth-child(1) {
    width: 92px;
    height: 126px;
    right: 118px;
    bottom: 2px;
    background: linear-gradient(150deg, #0fa6ab, #bceeed);
    transform: rotate(-8deg);
}

.gift-promo-banner__art span:nth-child(2) {
    width: 104px;
    height: 142px;
    right: 44px;
    bottom: 0;
    background: linear-gradient(150deg, #ff7c03, #ffe0bd);
    transform: rotate(5deg);
}

.gift-promo-banner__art span:nth-child(3) {
    width: 46px;
    height: 46px;
    right: 10px;
    top: 18px;
    border-radius: 50%;
    background: rgba(15, 166, 171, 0.18);
    box-shadow: none;
}

.header-vector {
    transform: none;
}

.vector-sign {
    position: static;
    display: inline-flex;
    align-items: center;
    width: auto;
    min-height: 27px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(15, 166, 171, 0.12);
    color: #087b80;
}

.particles {
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(31, 42, 50, 0.12);
}

.particles--popular { border: 1px solid rgba(15, 166, 171, 0.24); }
.particles--value { border: 1px solid rgba(255, 124, 3, 0.28); }

.sale-string {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    min-height: 36px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ff7c03;
    color: #fff;
    font-weight: 800;
}

@media (min-width: 720px) {
    .gift-promo-banner {
        grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr);
    }
}

/* Gift subscription polish: compact, readable tariff cards. */
.gift-subscription-page {
    padding: 20px 16px 96px;
    background: linear-gradient(180deg, #f6fbfc 0, #ffffff 180px);
}

.gift-subscription-page .gift-promo-banner {
    max-width: 960px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(31, 42, 50, 0.07);
}

.gift-subscription-page .abonement-benefits {
    width: min(100%, 960px);
    margin: 0 auto 32px;
}

.gift-subscription-page .benefits-header {
    display: grid;
    justify-items: start;
    gap: 10px;
    margin-bottom: 14px;
}

.gift-subscription-page .abonement-logo {
    width: 152px;
    filter: none;
}

.gift-subscription-page .vector-sign {
    min-height: 0;
    margin: 0;
    padding: 7px 16px;
    border-radius: 999px;
    background: #e8f8f8;
    color: #087b80;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.gift-subscription-page .lower-header {
    justify-content: flex-start;
    margin: 0 0 22px;
}

.gift-subscription-page .lower-header p {
    max-width: 540px;
    margin: 0;
    color: #26343c;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.gift-subscription-page .coloured-string {
    color: #0c9499;
    font-size: inherit;
    font-weight: 700;
}

.gift-subscription-page .abonement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 0;
}

.gift-subscription-page .card__one {
    width: auto;
    min-height: 0;
    height: auto;
    padding: 24px 20px 20px;
    overflow: visible;
    border: 1px solid rgba(15, 166, 171, 0.18);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(31, 42, 50, 0.08);
    transform: none;
}

.gift-subscription-page .card__one:hover,
.gift-subscription-page .card__one:focus {
    transform: translateY(-3px);
}

.gift-subscription-page .card__one::after {
    display: none;
}

.gift-subscription-page .card__img {
    display: grid;
    gap: 10px;
    padding: 0;
}

.gift-subscription-page .fragments {
    margin: 6px 0 0;
    color: #1f2a32;
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
}

.gift-subscription-page .fragments + p {
    margin: 0;
    color: #5b6670;
    font-size: 15px !important;
    font-weight: 500;
}

.gift-subscription-page .abonement-type {
    min-height: 44px;
    margin: 4px 0 8px;
    color: #1f2a32;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.gift-subscription-page .vector-graphics {
    top: 16px;
    right: 16px;
}

.gift-subscription-page .sale-vector {
    position: static;
    width: auto;
    height: auto;
    min-width: 56px;
    padding: 7px 10px 7px 14px;
    border-radius: 999px;
    clip-path: none;
    box-shadow: none;
}

.gift-subscription-page .sale-string {
    position: static;
    min-width: 0;
    min-height: 0;
    padding: 0;
    background: transparent;
    font-size: 15px;
    line-height: 1;
}

.gift-subscription-page .particles {
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    padding: 6px 11px;
    overflow: visible;
    border-radius: 999px;
    background: #eefafa;
    box-shadow: none;
}

.gift-subscription-page .particle-string-1,
.gift-subscription-page .particle-string-2 {
    position: static;
    width: auto;
    margin: 0;
    color: #087b80;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    transform: none;
}

.gift-subscription-page .card-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    margin-top: 6px;
    border: 0;
    border-radius: 14px;
    background: #0fa6ab;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(15, 166, 171, 0.22);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
}

.gift-subscription-page .strike-number {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 13px;
    font-weight: 500;
}

@media (max-width: 600px) {
    .gift-subscription-page {
        padding: 14px 18px 112px;
    }

    .gift-subscription-page .gift-promo-banner {
        display: none;
    }

    .gift-subscription-page .benefits-header {
        justify-items: start;
        gap: 12px;
    }

    .gift-subscription-page .abonement-logo {
        width: 142px;
    }

    .gift-subscription-page .lower-header p {
        font-size: 18px;
    }

    .gift-subscription-page .abonement-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gift-subscription-page .card__one {
        max-width: none;
        padding: 22px 18px 18px;
        border-radius: 18px;
    }

    .gift-subscription-page .fragments {
        font-size: 44px;
    }

    .gift-subscription-page .abonement-type {
        min-height: 0;
        font-size: 19px;
    }
}

/* Gift subscription refresh: keep the page compact, trustworthy, and scoped. */
.gift-subscription-page,
.gift-subscription-page * {
    box-sizing: border-box;
}

.gift-subscription-page {
    width: min(100%, 1080px);
    margin: 0 auto;
    padding: 24px 18px 110px;
    color: #1f2a32;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
    background:
        radial-gradient(circle at 82% 4%, rgba(255, 124, 3, 0.14), transparent 28%),
        linear-gradient(180deg, #f5fbfc 0, #ffffff 310px);
}

.gift-subscription-page p,
.gift-subscription-page span,
.gift-subscription-page h1,
.gift-subscription-page h2,
.gift-subscription-page h3,
.gift-subscription-page h4,
.gift-subscription-page h5 {
    font-weight: inherit;
}

.gift-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    margin: 0 0 22px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid rgba(15, 166, 171, 0.16);
    border-radius: 20px;
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 124, 3, 0.2), transparent 24%),
        linear-gradient(135deg, #102330 0%, #1e4952 58%, #0fa6ab 100%);
    color: #ffffff;
    box-shadow: 0 20px 42px rgba(31, 42, 50, 0.16);
}

.gift-hero__copy {
    display: grid;
    gap: 12px;
    align-content: center;
    max-width: 650px;
}

.gift-hero__eyebrow {
    width: max-content;
    max-width: 100%;
    padding: 7px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #bdf7f6;
    font-size: 13px;
    font-weight: 800 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.gift-hero h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Roboto Slab", Georgia, serif;
    font-size: clamp(30px, 7vw, 52px);
    font-weight: 800 !important;
    line-height: 1.06;
}

.gift-hero p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.55;
}

.gift-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.gift-hero__chips span {
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700 !important;
}

.gift-hero__art {
    min-height: 170px;
    position: relative;
}

.gift-hero__book,
.gift-hero__spark {
    position: absolute;
    display: block;
}

.gift-hero__book {
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.gift-hero__book--main {
    width: 118px;
    height: 158px;
    right: 84px;
    bottom: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.22) 0 16%, transparent 16%),
        linear-gradient(145deg, #ff7c03, #ffd39f);
    transform: rotate(-7deg);
}

.gift-hero__book--side {
    width: 104px;
    height: 144px;
    right: 18px;
    bottom: 18px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.2) 0 16%, transparent 16%),
        linear-gradient(145deg, #0fa6ab, #a9eeee);
    transform: rotate(8deg);
}

.gift-hero__spark {
    width: 54px;
    height: 54px;
    right: 156px;
    top: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.gift-subscription-page .abonement-benefits {
    padding: 0;
}

.gift-subscription-page .benefits-header {
    grid-template-columns: auto auto;
    justify-content: start;
    align-items: center;
    margin-bottom: 16px;
}

.gift-subscription-page .abonement-logo {
    width: 150px;
}

.gift-subscription-page .header-vector {
    transform: none;
}

.gift-subscription-page .vector-sign {
    position: static;
    transform: none;
    top: auto;
}

.gift-subscription-page .lower-header p {
    max-width: 680px;
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 700 !important;
}

.gift-subscription-page .abonement-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.gift-subscription-page .card__one {
    min-height: 330px;
    padding: 22px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
}

.gift-subscription-page .card__img {
    height: 100%;
    grid-template-rows: auto auto auto 1fr;
    align-content: stretch;
}

.gift-subscription-page .fragments {
    margin-top: 34px;
    font-size: clamp(48px, 8vw, 66px);
    font-weight: 700 !important;
}

.gift-subscription-page .abonement-type {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 6px 0 10px;
    font-size: 21px;
}

.gift-subscription-page .card-button {
    gap: 2px;
    min-height: 76px;
    margin-top: auto;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.gift-subscription-page .card-button:hover,
.gift-subscription-page .card-button:focus {
    background: #0c9499;
    box-shadow: 0 14px 26px rgba(15, 166, 171, 0.26);
    transform: translateY(-1px);
}

.gift-card__button-label {
    font-size: 13px;
    font-weight: 700 !important;
    opacity: .86;
}

.gift-card__button-price {
    font-size: 20px;
    font-weight: 900 !important;
}

@media (min-width: 760px) {
    .gift-hero {
        grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr);
        padding: 34px;
    }
}

@media (max-width: 760px) {
    .gift-subscription-page .abonement-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .gift-subscription-page {
        padding: 16px 14px 112px;
    }

    .gift-hero {
        display: grid;
        padding: 22px;
        border-radius: 18px;
    }

    .gift-hero__art {
        min-height: 118px;
    }

    .gift-hero__book--main {
        width: 82px;
        height: 112px;
        right: 76px;
    }

    .gift-hero__book--side {
        width: 74px;
        height: 104px;
        right: 18px;
        bottom: 12px;
    }

    .gift-hero__spark {
        right: 140px;
        width: 38px;
        height: 38px;
    }

    .gift-subscription-page .benefits-header {
        grid-template-columns: 1fr;
    }

    .gift-subscription-page .card__one {
        min-height: 292px;
    }

    .gift-subscription-page .fragments {
        margin-top: 28px;
    }
}
