@media (min-width: 1440px) {
    .title-dTIhhVk3 {
        margin: 0 auto 40px;
    }
}

@media (min-width: 1280px) {
    .title-dTIhhVk3 {
        margin: 0 auto 32px;
        max-width: 1480px;
    }
}

@media (min-width: 768px) {
    .title-dTIhhVk3 {
        margin-block: 0 32px;
        margin-inline: 0 0;
    }
}

@media (min-width: 568px) {
    .title-dTIhhVk3 {
        margin-block: 0 24px;
        margin-inline: 0 0;
    }
}

@media (min-width: 568px) {
    .title-dTIhhVk3 {
        font-family: EuclidCircularSemibold, sans-serif;
        font-feature-settings: "tnum" on, "lnum" on;
        --ui-lib-typography-line-height: 145px;
        font-size: 95px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -.02em;
        line-height: 1em;
    }
}

.title-dTIhhVk3,
[data-query-type=container] .title-dTIhhVk3 {
    font-family: EuclidCircularSemibold, sans-serif;
    font-feature-settings: "tnum" on, "lnum" on;

    /* font-size: 40px; */
    font-style: normal;
    font-weight: 600;
    letter-spacing: -.02em;
}

.title-dTIhhVk3 {
    color: var(--color-white);
    margin-block: 0 16px;
    margin-inline: 0 0;
    -webkit-user-select: none;
    user-select: none;
}

@media (min-width: 568px) {
    .titleSecondPart-dTIhhVk3 {
        padding-bottom: 1vw;
    }
}

.titleSecondPart-dTIhhVk3 {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg, #00bce6, #2962ff 50.31%, #d500f9);

    padding-bottom: 4px;
    width: fit-content;
    -webkit-text-fill-color: #0000;
    text-fill-color: #0000;
    -webkit-user-select: none;
    user-select: none;
}

.flex-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    margin: 0 30px;
}

.hero__content,
.hero__offer {
    width: 50%;
}

.hero__content {
    text-align: left;
}


/* Timer */

/* hero-timer */

@media (min-width: 2560px) {}

.hero__offer-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hero-timer {
    width: 50%;
    max-width: max-content;
}

.hero__offer-content .mainInfoBlock-PIwqDU9s {
    width: 50%;
}

.hero-timer__countdown {
    display: flex;
    gap: 12px;
}

.hero-timer__value {
    min-width: 72px;
    text-align: center;
}

.hero-timer__text {
    margin-top: 8px;
}

/* tv-mobile-menu */
.tv-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.tv-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tv-mobile-menu__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.tv-mobile-menu__panel {
    position: absolute;
    top: 58px;
    left: 16px;
    right: 16px;
    max-width: 320px;
    border-radius: 12px;
    background: linear-gradient(180deg, #1f1f22 0%, #17181b 100%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .35);
    overflow: hidden;
    transform: translateY(-8px);
    transition: transform .25s ease;
}

.tv-mobile-menu.is-open .tv-mobile-menu__panel {
    transform: translateY(0);
}

.tv-mobile-menu__list {
    margin: 0;
    list-style: none;
}

.tv-mobile-menu__item+.tv-mobile-menu__item {
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.tv-mobile-menu__link {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 14px 44px 14px 48px;
}

.tv-mobile-menu__label {
    display: block;
}

.tv-mobile-menu__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .9);
}

.tv-mobile-menu__icon svg {
    width: 20px;
    height: 20px;
    display: block;
}

.tv-mobile-menu__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, .6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tv-mobile-menu__arrow svg {
    width: 18px;
    height: 18px;
    display: block;
}

.tv-header__hamburger-menu.i-dropped {
    opacity: .85;
}

@media (max-width: 991px) {
    .tv-header__area--menu {
        display: none;
    }

    .tv-header__hamburger-menu {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

@media (min-width: 992px) {
    .tv-mobile-menu {
        /* display: none; */
    }
}

@media (max-width: 1260px) {
    .hero__offer-content {
        position: relative;
        flex-direction: column;
        backdrop-filter: blur(50px);
        align-items: flex-start;
        background: #0003;
    }
    .hero__offer .cardsWrap-w285zUTr {
        backdrop-filter: blur(0px);
        background: none;
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-inline: auto;
        max-width: 680px;
        min-width: 280px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
}


@media (max-width: 996px) {
    .flex-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .hero__content, .hero__offer {
        width: 100%;
    }
}