.hero_block {
    margin-top: 101px;
    padding: 0;
}

.hero_block .hero_text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero_block .hero_time {
    color: var(--Secondary-500-Text-Heading, #474766);
    font-family: Rubik;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}

.hero_block .hero_gradient {
    font-family: Rubik;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(90.3deg, #9747FF 0.07%, #62A1FF 51.07%, #F262FF 98.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 24px 0;
}

.hero_block .hero_sub {
    color: var(--Secondary-400-Text-Base, #8787AB);
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 24px;
    max-width: 750px;
}


.hero_block .hero_gift {
    padding: 24px;
    padding-right: 270px;
    background: #FFF;
    box-shadow: 0px 8px 16px -2px rgba(17, 8, 0, 0.04), 0px 4px 8px -1px rgba(17, 8, 0, 0.04), 0px 2px 4px rgba(17, 8, 0, 0.04);
    border-radius: 12px;
    position: relative;
    margin-left: auto;
    max-width: 567px;
    margin-top: 61px;
    margin-right: 8px;
}

.hero_block .gift_text {
    color: var(--Secondary-400-Text-Base, #8787AB);
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.hero_block .hero_gift .img_wrap {
    position: absolute;
    right: 29px;
    bottom: 6px;
}

.hero_block .hero_gift .img_wrap .book_bg {
    height: 287px;
    width: 305px;
    position: absolute;
    left: -59px;
    bottom: -59px;
    max-width: unset;
    pointer-events: none;
}

.hero_block .hero_gift .img_wrap .book_img {
    height: 222px;
    width: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.hero_block .hero__title-wrapper {
    position: relative;
}

.hero_block .hero__title-topper {
    position: absolute;
    top: -21.8px;
    right: -42px;
    z-index: 1;
    width: 161px;
}

@media screen and (max-width: 910px) {
    .hero_block .hero__title-topper {
        width: 124px;
        top: -11.8px;
    }

    .hero_block .hero_gift {
        margin-top: 150px;
    }

    .hero_block .hero_gradient {
        font-size: 42px;
        line-height: 140%;
    }

    .hero_block .hero_sub {
        font-size: 18px;
        line-height: 120%;
    }
}

@media screen and (max-width: 680px) {
    .hero_block {
        padding-right: var(--inner-pad);
        padding-left: var(--inner-pad);
    }

    .hero_block .hero_gradient {
        font-size: 24px;
        margin: 16px 0;
        margin-top: 30px;
    }

    .hero_block .gift_text {
        font-size: 14px;
        line-height: 125%;
    }

    .hero_block .hero_time {
        font-size: 20px;
    }

    .hero_block .hero_sub {
        font-size: 16px;
    }

    .hero_block .hero_gift {
        padding: 16px;
        padding-right: 96px;
        margin-top: 60px;
        max-width: 460px;
    }

    .hero_block .hero_gift .img_wrap .book_img {
        width: 112px;
        height: 126px;
    }

    .hero_block .hero_gift .img_wrap .book_bg {
        height: 188px;
        width: 220px;
        left: -43px;
        bottom: -26px;
    }

    .hero_block .hero_gift .img_wrap {
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
        right: -16px;
    }

    .hero_block {
        margin-top: 70px;
    }

    .hero_block .hero__title-topper {
        width: 112px;
        top: -4.8px;
    }
}

@media screen and (max-width: 410px) {
    .hero_block .hero__title-wrapper {
        max-width: 195px;
    }

    .hero_block .hero__title-topper {
        width: 101px;
        top: -2.8px;
    }
}
