@font-face {
    font-family: "Skramp Cyr";
    src: url("../fonts/SkrampCyr/SkrampCyr.woff2") format("woff2"),
         url("../fonts/SkrampCyr/SkrampCyr.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Involve";
    src: url("../fonts/involve/Involve-Regular.woff2") format("woff2"),
         url("../fonts/involve/Involve-Regular.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Involve";
    src: url("../fonts/involve/Involve-Bold.woff2") format("woff2"),
         url("../fonts/involve/Involve-Bold.woff") format("woff");
    font-display: swap;
    font-style: normal;
    font-weight: 700;
}

:root {
    --tu-blue: #0781ef;
    --tu-deep-blue: #1f4bff;
    --tu-yellow: #ffd00d;
    --tu-ink: #0a0e1a;
    --tu-muted: #374151;
    --tu-soft: #f0f4ff;
    --tu-page-x: clamp(24px, 3.125vw, 60px);
}

body.tu-home-layout {
    background: #05070d;
    color: var(--tu-ink);
    margin: 0;
    overflow-x: hidden;
}

.tu-home-layout *,
.tu-home-layout *::before,
.tu-home-layout *::after {
    box-sizing: border-box;
}

.tu-home-layout a {
    color: inherit;
}

.tu-home-layout .btn_admin {
    position: fixed;
    right: 16px;
    top: 100px;
    z-index: 1000;
}

.tu-home-layout .btn_admin a {
    background: var(--tu-blue);
    color: #fff;
    display: inline-flex;
    font: 700 13px/1 Involve, sans-serif;
    padding: 10px 14px;
    text-decoration: none;
}

.tu-home-header,
.tu-home,
.tu-home-footer {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1920px;
    width: 100%;
}

.tu-home-header.header__inner_page {
    background: var(--tu-ink);
    border: 0;
    border-radius: 0;
    height: 92px;
    margin-bottom: 0;
}

.tu-home-header .header_nav_component,
.tu-home-header .navbar-container,
.tu-home-header .navbar_custom,
.tu-home-header .main_menu {
    height: 92px !important;
}

.tu-home-header .main_menu {
    padding: 0 var(--tu-page-x);
}

.tu-home-header .header-menu-img {
    height: auto;
    max-width: 116px;
    width: 116px;
}

.tu-home-header .menu-controls {
    right: var(--tu-page-x);
}

.tu-home-header .fixed-header {
    left: 50%;
    max-width: 1920px;
    transform: translateX(-50%);
    width: 100%;
}

@media (max-width: 1399px) {
    .tu-home-header .navbar_custom.collapse.show,
    .tu-home-header .navbar_custom.collapsing {
        background: var(--tu-ink) !important;
        height: auto !important;
        max-height: calc(100vh - 92px);
        overflow-y: auto;
    }

    .tu-home-header .navbar_custom.collapse.show .main_menu,
    .tu-home-header .navbar_custom.collapsing .main_menu,
    .tu-home-header .navbar_custom .menu-controls {
        background: var(--tu-ink) !important;
        height: auto !important;
    }
}

.tu-home {
    background: #fff;
    font-family: Involve, Arial, sans-serif;
}

.tu-home a {
    text-decoration: none;
}

.tu-shell {
    margin: 0 auto;
    max-width: 1920px;
    padding-left: var(--tu-page-x);
    padding-right: var(--tu-page-x);
    width: 100%;
}

.tu-eyebrow {
    color: var(--tu-yellow);
    font-family: Involve, Arial, sans-serif;
    font-size: clamp(18px, 1.6667vw, 32px);
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.33;
    margin: 0;
    text-transform: uppercase;
}

.tu-section {
    background: #fff;
    min-height: 1112px;
    padding: 60px 0 76px;
}

.tu-section-heading {
    align-items: flex-end;
    display: flex;
    height: 193px;
    justify-content: space-between;
    margin-bottom: 56px;
}

.tu-section-heading--solo {
    align-items: flex-start;
    justify-content: flex-start;
}

.tu-section-heading h2 {
    color: var(--tu-ink);
    font-family: "Skramp Cyr", Impact, sans-serif;
    font-size: clamp(68px, 6.6667vw, 128px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    margin: 14px 0 0;
    text-transform: uppercase;
}

.tu-link-button,
.tu-button {
    align-items: center;
    border: 3px solid transparent;
    display: inline-flex;
    font-family: Involve, Arial, sans-serif;
    font-size: clamp(16px, 1.875vw, 36px);
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 76px;
    padding: 12px 28px;
    text-transform: uppercase;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.tu-link-button {
    background: var(--tu-blue);
    color: #fff !important;
    gap: 18px;
}

.tu-link-button:hover,
.tu-link-button:focus-visible,
.tu-button:hover,
.tu-button:focus-visible {
    color: #fff;
    transform: translateY(-2px);
}

.tu-link-button:focus-visible,
.tu-button:focus-visible,
.tu-seo__toggle:focus-visible,
.tu-carousel-dots button:focus-visible {
    outline: 4px solid var(--tu-yellow);
    outline-offset: 3px;
}

.tu-link-button--yellow {
    background: var(--tu-yellow);
    color: #fff !important;
}

.tu-link-button--outline {
    background: #fff;
    border-color: var(--tu-blue);
    color: var(--tu-blue) !important;
}

.tu-link-button--mobile {
    display: none;
}

.tu-stripe {
    background: repeating-linear-gradient(120deg, var(--tu-blue) 0 18px, var(--tu-yellow) 18px 36px);
    height: 12px;
}

/* Hero */
.tu-hero {
    background: #fff;
    height: 1277px;
    overflow: hidden;
}

.tu-hero__inner {
    height: 100%;
    padding-top: 48px;
    position: relative;
}

.tu-hero__eyebrow {
    color: var(--tu-blue);
    font-size: 36px;
    line-height: 48px;
}

.tu-hero__title {
    color: var(--tu-ink);
    font-family: "Skramp Cyr", Impact, sans-serif;
    font-size: clamp(104px, 10.4167vw, 200px);
    font-weight: 400;
    letter-spacing: -.005em;
    line-height: 1.038;
    margin: 54px 0 18px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}

.tu-hero__title span {
    display: block;
    font-family: inherit;
    white-space: nowrap;
}

.tu-hero__copy {
    color: var(--tu-blue);
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    max-width: 720px;
    position: relative;
    z-index: 3;
}

.tu-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-top: 40px;
    max-width: 1105px;
    position: relative;
    width: 1105px;
    z-index: 4;
}

.tu-hero__actions .tu-button {
    font-family: "Skramp Cyr", Impact, sans-serif;
    font-size: 64px;
    font-weight: 400;
    height: 107px;
    padding: 12px 20px 4px;
    white-space: nowrap;
}

.tu-hero__actions .tu-button:nth-child(1) {
    width: 475px;
}

.tu-hero__actions .tu-button:nth-child(2) {
    width: 610px;
}

.tu-hero__actions .tu-button:nth-child(3) {
    width: 688px;
}

.tu-button--blue {
    background: var(--tu-blue);
    color: #fff !important;
}

.tu-button--dark {
    background: var(--tu-ink);
    color: #fff !important;
}

.tu-button--outline {
    background: #fff;
    border-color: var(--tu-ink);
    color: var(--tu-ink) !important;
}

.tu-hero__image {
    bottom: 48px;
    height: 880px;
    object-fit: contain;
    pointer-events: none;
    position: absolute;
    right: var(--tu-page-x);
    width: 829px;
    z-index: 3;
}

/* USP */
.tu-usp {
    background: #fff;
    height: 108px;
}

.tu-usp__grid {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: repeat(4, 1fr);
    height: 100%;
}

.tu-usp__item {
    align-items: center;
    display: flex;
    gap: 16px;
    min-width: 0;
}

.tu-usp__icon {
    align-items: center;
    background: var(--tu-soft);
    color: var(--tu-blue);
    display: inline-flex;
    flex: 0 0 47px;
    font: 700 24px/1 Involve, sans-serif;
    height: 47px;
    justify-content: center;
    width: 47px;
}

.tu-usp__item strong,
.tu-usp__item small {
    display: block;
    font-family: Involve, Arial, sans-serif;
    white-space: nowrap;
}

.tu-usp__item strong {
    color: var(--tu-ink);
    font-size: 20px;
    line-height: 1.33;
    text-transform: uppercase;
}

.tu-usp__item small {
    color: #1f2937;
    font-size: 12px;
    line-height: 1.33;
}

/* Content cards */
.tu-card-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tu-article-card {
    background: var(--tu-soft);
    min-width: 0;
}

.tu-article-card__image {
    display: block;
    overflow: hidden;
}

.tu-article-card__image img {
    aspect-ratio: 1;
    display: block;
    height: auto;
    object-fit: cover;
    transition: transform .3s ease;
    width: 100%;
}

.tu-article-card:hover .tu-article-card__image img {
    transform: scale(1.025);
}

.tu-article-card__body {
    height: 203px;
    padding: 24px;
}

.tu-card-meta,
.tu-card-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.tu-card-meta span {
    background: var(--tu-blue);
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding: 0 12px;
    text-transform: uppercase;
}

.tu-card-meta small,
.tu-card-footer {
    color: #1f2937;
    font-size: 12px;
}

.tu-article-card h3 {
    color: var(--tu-ink);
    font-family: Involve, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin: 18px 0 12px;
    min-height: 56px;
}

.tu-card-footer a {
    color: var(--tu-yellow);
    font-size: 14px;
    font-weight: 700;
}

.tu-carousel-dots {
    display: none;
}

/* Advert */
.tu-ad {
    background: var(--tu-yellow);
    height: 368px;
}

.tu-ad__inner {
    color: var(--tu-ink);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.tu-ad__brand,
.tu-ad__link {
    color: var(--tu-blue);
    display: block;
    font-size: 14px;
}

.tu-ad__brand {
    margin-bottom: 20px;
}

.tu-ad__inner strong {
    display: block;
    font-family: "Skramp Cyr", Impact, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    max-width: 991px;
    text-transform: uppercase;
}

.tu-ad__link {
    margin-top: 22px;
}

/* Partners */
.tu-partners {
    min-height: 776px;
    padding-bottom: 40px;
}

.tu-partners .tu-section-heading {
    margin-bottom: 32px;
}

.tu-partner-grid {
    display: grid;
    gap: 53px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tu-partner-card {
    background: var(--tu-soft);
}

.tu-partner-card__logo,
.tu-partner-card__logo img {
    display: block;
    width: 100%;
}

.tu-partner-card__logo img {
    aspect-ratio: 410 / 180;
    object-fit: cover;
}

.tu-partner-card__body {
    height: 159px;
    padding: 24px;
}

.tu-partner-card h3 {
    color: var(--tu-ink);
    font-family: Involve, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.33;
    margin: 0 0 10px;
}

.tu-partner-card p {
    color: var(--tu-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tu-partner-card__body > a {
    border: 1px solid var(--tu-blue);
    color: var(--tu-blue);
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 14px;
    text-transform: uppercase;
}

.tu-partners__actions {
    display: flex;
    gap: 20px;
    margin-top: 28px;
}

.tu-partners__actions .tu-link-button {
    font-size: 24px;
    min-height: 68px;
}

/* Telegram */
.tu-telegram {
    background: var(--tu-blue);
    color: #fff;
    height: 279px;
}

.tu-telegram__inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.tu-telegram h2 {
    color: #fff;
    font-family: "Skramp Cyr", Impact, sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 22px;
    text-transform: uppercase;
}

.tu-telegram p {
    color: var(--tu-soft);
    font-size: 20px;
    line-height: 1.33;
    margin: 0;
    max-width: 680px;
}

.tu-telegram .tu-link-button {
    font-size: 24px;
    min-height: 68px;
}

/* Forum */
.tu-forum {
    min-height: 617px;
    padding-bottom: 72px;
}

.tu-forum .tu-section-heading {
    margin-bottom: 20px;
}

.tu-forum__copy {
    color: var(--tu-blue);
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 34px;
    max-width: 865px;
}

.tu-forum__stats {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 28px;
}

.tu-forum__stats div {
    background: var(--tu-soft);
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    padding: 20px;
}

.tu-forum__stats strong {
    font-size: 28px;
    line-height: 1.33;
}

.tu-forum__stats span {
    color: var(--tu-muted);
    font-size: 13px;
}

/* Benefits */
.tu-trust {
    min-height: 935px;
}

.tu-trust .tu-section-heading {
    margin-bottom: 56px;
}

.tu-benefits {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.tu-benefit {
    background: var(--tu-blue);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 606px;
    padding: 40px;
    position: relative;
}

.tu-benefit::after {
    background: var(--tu-yellow);
    bottom: 40px;
    content: "";
    height: 6px;
    left: 40px;
    position: absolute;
    right: 40px;
}

.tu-benefit--yellow {
    background: var(--tu-yellow);
    color: var(--tu-ink);
}

.tu-benefit--yellow::after {
    background: var(--tu-blue);
}

.tu-benefit__icon {
    align-items: center;
    background: var(--tu-yellow);
    color: var(--tu-blue);
    display: inline-flex;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.tu-benefit--yellow .tu-benefit__icon {
    background: var(--tu-blue);
    color: var(--tu-yellow);
}

.tu-benefit h3 {
    color: inherit;
    font-family: Involve, Arial, sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.08;
    margin: 60px 0 24px;
}

.tu-benefit p {
    color: inherit;
    font-size: 20px;
    line-height: 1.45;
    margin: 0;
}

/* Reviews */
.tu-reviews {
    min-height: 1029px;
}

.tu-reviews .tu-section-heading {
    margin-bottom: 56px;
}

.tu-review-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.tu-review {
    background: var(--tu-soft);
    height: 584px;
    margin: 0;
    padding: 28px;
}

.tu-review header {
    align-items: center;
    display: flex;
    gap: 16px;
}

.tu-review header img {
    height: 102px;
    object-fit: cover;
    width: 102px;
}

.tu-review header strong,
.tu-review header small {
    display: block;
}

.tu-review header strong {
    color: var(--tu-ink);
    font-size: 20px;
}

.tu-review header small {
    color: var(--tu-muted);
    font-size: 12px;
}

.tu-review > p {
    color: var(--tu-blue);
    font-size: clamp(22px, 1.875vw, 36px);
    line-height: 1.33;
    margin: 42px 0 0;
}

.tu-reviews > .tu-shell > .tu-link-button {
    font-size: 36px;
    margin-top: 32px;
}

/* SEO */
.tu-seo {
    background: #fff;
    height: 510px;
    padding: 48px 0;
}

.tu-seo__panel {
    background: var(--tu-soft);
    display: flex;
    flex-direction: column;
    height: 414px;
    padding: 32px;
}

.tu-seo__content {
    display: grid;
    flex: 1;
    gap: 96px;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}

.tu-seo h2 {
    color: var(--tu-ink);
    font-family: Involve, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    margin: 0 0 16px;
}

.tu-seo p {
    color: #1f2937;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 14px;
}

.tu-seo__toggle {
    background: var(--tu-blue);
    border: 0;
    color: #fff;
    flex: 0 0 60px;
    font: 400 22px/1 Involve, Arial, sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.tu-seo.is-expanded,
.tu-seo.is-expanded .tu-seo__panel {
    height: auto;
}

.tu-seo.is-expanded .tu-seo__content {
    overflow: visible;
}

/* Footer isolation */
.tu-home-footer .footer_wrapper,
.tu-home-footer .footer_wrapper > .container {
    background: var(--tu-ink);
    margin: 0;
    max-width: none;
    width: 100%;
}

.tu-home-footer .footer_wrapper > .container {
    height: 370px;
    min-height: 370px;
    padding: 48px var(--tu-page-x);
}

@media (min-width: 1600px) {
    .tu-articles,
    .tu-news {
        height: 1112px;
        min-height: 1112px;
        overflow: hidden;
    }

    .tu-forum {
        height: 617px;
        min-height: 617px;
        overflow: hidden;
    }

    .tu-trust {
        height: 935px;
        min-height: 935px;
        overflow: hidden;
    }

    .tu-reviews {
        height: 1029px;
        min-height: 1029px;
        overflow: hidden;
    }

    .tu-home-footer,
    .tu-home-footer .footer_wrapper {
        height: 370px;
        overflow: hidden;
    }
}

@media (max-width: 1599px) and (min-width: 768px) {
    .tu-home-header .main_menu li a,
    .tu-home-header .main_menu li span {
        font-size: 13px;
    }

    .tu-home-header .menu-controls {
        width: 250px;
    }

    .tu-hero__title {
        font-size: 10.4167vw;
    }

    .tu-hero__image {
        height: auto;
        width: 43.177vw;
    }

    .tu-hero__actions {
        max-width: 57.55vw;
    }

    .tu-hero__actions .tu-button {
        font-size: 3.333vw;
    }

    .tu-usp__grid {
        gap: clamp(18px, 2.4vw, 46px);
    }

    .tu-usp__item strong {
        font-size: clamp(14px, 1.2vw, 19px);
    }

    .tu-usp__item small {
        font-size: clamp(10px, .75vw, 12px);
    }
}

@media (max-width: 1599px) and (min-width: 1200px) {
    .tu-telegram {
        height: auto;
        min-height: 360px;
        padding: 48px 0;
    }

    .tu-telegram__inner {
        gap: 36px;
        height: auto;
        min-height: 264px;
    }

    .tu-telegram h2 {
        font-size: clamp(76px, 5.4vw, 88px);
        line-height: .94;
    }

    .tu-telegram .tu-link-button {
        flex: 0 0 290px;
        font-size: 20px;
    }
}

/* Tablet and compact desktop: keep every component fluid between the
   dedicated mobile composition and the 1920px Figma canvas. */
@media (max-width: 1199px) and (min-width: 768px) {
    :root {
        --tu-page-x: clamp(28px, 4vw, 48px);
    }

    .tu-section,
    .tu-articles,
    .tu-news,
    .tu-forum,
    .tu-trust,
    .tu-reviews {
        height: auto;
        min-height: 0;
        overflow: visible;
        padding-bottom: 64px;
        padding-top: 64px;
    }

    .tu-section-heading {
        gap: 28px;
        height: auto;
        margin-bottom: 40px;
    }

    .tu-section-heading h2 {
        font-size: clamp(72px, 8.5vw, 102px);
        line-height: .92;
    }

    .tu-section-heading > .tu-link-button {
        flex: 0 0 auto;
        font-size: 18px;
        min-height: 58px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tu-hero {
        height: auto;
        min-height: 900px;
    }

    .tu-hero__inner {
        padding-bottom: 64px;
        padding-top: 44px;
    }

    .tu-hero__eyebrow {
        font-size: clamp(24px, 3vw, 32px);
        line-height: 1.25;
    }

    .tu-hero__title {
        font-size: clamp(86px, 11vw, 122px);
        line-height: .98;
        margin-top: 42px;
    }

    .tu-hero__copy {
        font-size: 18px;
        max-width: 760px;
    }

    .tu-hero__actions {
        display: grid;
        gap: 12px;
        max-width: 650px;
        width: 100%;
    }

    .tu-hero__actions .tu-button,
    .tu-hero__actions .tu-button:nth-child(n) {
        font-size: 42px;
        height: 78px;
        width: 100%;
    }

    .tu-hero__image {
        display: none;
    }

    .tu-usp {
        height: auto;
        min-height: 180px;
        padding: 28px 0;
    }

    .tu-usp__grid {
        gap: 22px 36px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-usp__item strong,
    .tu-usp__item small {
        white-space: normal;
    }

    .tu-card-grid,
    .tu-partner-grid,
    .tu-review-grid {
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-article-card__body,
    .tu-partner-card__body {
        height: auto;
        min-height: 190px;
    }

    .tu-ad {
        height: auto;
        min-height: 320px;
        padding: 48px 0;
    }

    .tu-ad__inner {
        min-height: 224px;
    }

    .tu-ad__inner strong {
        font-size: clamp(52px, 6.2vw, 68px);
    }

    .tu-partners__actions {
        flex-wrap: wrap;
    }

    .tu-telegram {
        height: auto;
        min-height: 350px;
        padding: 52px 0;
    }

    .tu-telegram__inner {
        gap: 36px;
        height: auto;
        min-height: 246px;
    }

    .tu-telegram h2 {
        font-size: clamp(68px, 8vw, 92px);
        line-height: .92;
        max-width: 640px;
    }

    .tu-telegram p {
        font-size: 17px;
    }

    .tu-telegram .tu-link-button {
        flex: 0 0 230px;
        font-size: 18px;
        min-height: 60px;
    }

    .tu-forum__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tu-benefits {
        gap: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tu-benefit {
        height: auto;
        min-height: 430px;
        padding: 32px;
    }

    .tu-benefit::after {
        bottom: 32px;
        left: 32px;
        right: 32px;
    }

    .tu-benefit h3 {
        font-size: clamp(34px, 4.5vw, 48px);
        margin: 42px 0 20px;
    }

    .tu-benefit p {
        font-size: 17px;
    }

    .tu-review {
        height: auto;
        min-height: 430px;
    }

    .tu-reviews > .tu-shell > .tu-link-button {
        font-size: 24px;
    }

    .tu-seo,
    .tu-seo__panel {
        height: auto;
    }

    .tu-seo {
        min-height: 510px;
    }

    .tu-seo__panel {
        min-height: 414px;
    }

    .tu-seo__content {
        gap: 40px;
    }

    .tu-home-footer,
    .tu-home-footer .footer_wrapper,
    .tu-home-footer .footer_wrapper > .container {
        height: auto;
        min-height: 370px;
        overflow: visible;
    }
}

@media (max-width: 899px) and (min-width: 768px) {
    .tu-telegram__inner {
        align-items: stretch;
        flex-direction: column;
    }

    .tu-telegram .tu-link-button {
        flex-basis: auto;
        margin-top: 4px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    :root {
        --tu-page-x: 16px;
    }

    body.tu-home-layout {
        background: #fff;
    }

    .tu-home-header.header__inner_page,
    .tu-home-header .header_nav_component,
    .tu-home-header .navbar-container,
    .tu-home-header .mobile_menu {
        height: 64px !important;
        min-height: 64px;
    }

    .tu-home-header .mobile_menu {
        box-shadow: none;
        padding: 12px 16px;
    }

    .tu-home-header .header-menu-img {
        max-width: 76px;
        width: 76px;
    }

    .tu-home-header .navbar_custom.collapse.show,
    .tu-home-header .navbar_custom.collapsing {
        max-width: 390px;
        width: 100%;
    }

    .tu-home-header .navbar_custom.collapse.show {
        height: auto !important;
    }

    .tu-home-header .main_menu {
        height: auto !important;
    }

    .tu-hero {
        height: 754px;
    }

    .tu-hero__inner {
        padding-top: 24px;
    }

    .tu-hero__eyebrow {
        font-size: 18px;
        height: 48px;
        line-height: 24px;
    }

    .tu-hero__title {
        font-size: 64px;
        line-height: 67.2px;
        margin: 16px 0 0;
    }

    .tu-hero__title span:first-child {
        max-width: 300px;
        white-space: normal;
    }

    .tu-hero__copy {
        font-size: 14px;
        height: 126px;
        line-height: 21px;
        margin-top: 16px;
        max-width: 344px;
        overflow: hidden;
    }

    .tu-hero__actions {
        display: grid;
        gap: 8px;
        margin-top: 16px;
        max-width: none;
        width: 100%;
    }

    .tu-hero__actions .tu-button,
    .tu-hero__actions .tu-button:nth-child(n) {
        font-size: 28px;
        height: 48px;
        min-height: 48px;
        padding: 7px 12px 2px;
        width: 100%;
    }

    .tu-hero__image {
        display: none;
    }

    .tu-stripe {
        height: 6px;
    }

    .tu-usp {
        height: 273px;
    }

    .tu-usp__grid {
        align-content: center;
        gap: 8px;
        grid-template-columns: 1fr;
        padding-bottom: 16px;
        padding-top: 16px;
    }

    .tu-usp__item {
        gap: 12px;
        min-height: 48px;
    }

    .tu-usp__icon {
        flex-basis: 42px;
        height: 42px;
        width: 42px;
    }

    .tu-usp__item strong {
        font-size: 13px;
    }

    .tu-usp__item small {
        font-size: 10px;
    }

    .tu-section {
        min-height: 0;
        padding: 40px 0;
    }

    .tu-section-heading {
        align-items: flex-start;
        height: auto;
        margin-bottom: 28px;
    }

    .tu-section-heading > .tu-link-button {
        display: none;
    }

    .tu-eyebrow {
        font-size: 12px;
        line-height: 16px;
    }

    .tu-section-heading h2 {
        font-size: 64px;
        line-height: .9;
        margin-top: 8px;
        max-width: 330px;
    }

    .tu-link-button,
    .tu-button {
        font-size: 18px;
        min-height: 46px;
        padding: 10px 16px 7px;
    }

    .tu-link-button--mobile {
        display: flex;
        margin-top: 18px;
        width: 100%;
    }

    [data-carousel-track] {
        display: flex;
        gap: 12px;
        grid-template-columns: none;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    [data-carousel-track]::-webkit-scrollbar {
        display: none;
    }

    [data-carousel-track] > [data-card] {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    .tu-carousel-dots {
        align-items: center;
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-top: 16px;
    }

    .tu-carousel-dots button {
        background: #b9c8de;
        border: 0;
        border-radius: 999px;
        height: 5px;
        padding: 0;
        transition: background-color .15s, width .15s;
        width: 5px;
    }

    .tu-carousel-dots button.is-active {
        background: var(--tu-blue);
        width: 22px;
    }

    .tu-articles {
        min-height: 862px;
    }

    .tu-article-card__body {
        height: 169px;
        padding: 16px;
    }

    .tu-card-meta span {
        font-size: 9px;
        line-height: 18px;
        padding: 0 8px;
    }

    .tu-card-meta small {
        font-size: 9px;
    }

    .tu-article-card h3 {
        font-size: 14px;
        line-height: 1.35;
        margin: 14px 0 10px;
        min-height: 57px;
    }

    .tu-card-footer {
        font-size: 10px;
    }

    .tu-card-footer a {
        font-size: 10px;
    }

    .tu-ad {
        height: 333px;
    }

    .tu-ad__brand {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .tu-ad__inner strong {
        font-size: 43px;
        line-height: .95;
        max-width: 350px;
    }

    .tu-ad__link {
        font-size: 11px;
        margin-top: 30px;
    }

    .tu-partners {
        min-height: 710px;
    }

    .tu-partners .tu-section-heading {
        margin-bottom: 24px;
    }

    .tu-partner-card__body {
        height: 159px;
        padding: 20px;
    }

    .tu-partner-card h3 {
        font-size: 16px;
    }

    .tu-partner-card p {
        font-size: 11px;
    }

    .tu-partners__actions {
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

    .tu-partners__actions .tu-link-button {
        font-size: 15px;
        min-height: 44px;
        width: 100%;
    }

    .tu-news {
        min-height: 794px;
        padding-bottom: 32px;
    }

    .tu-telegram {
        height: 333px;
    }

    .tu-telegram__inner {
        align-items: stretch;
        flex-direction: column;
        justify-content: center;
    }

    .tu-telegram h2 {
        font-size: 51px;
        line-height: .95;
        margin-bottom: 18px;
        max-width: 340px;
    }

    .tu-telegram p {
        font-size: 12px;
        line-height: 1.45;
        max-width: 340px;
    }

    .tu-telegram .tu-link-button {
        font-size: 14px;
        margin-top: 34px;
        min-height: 46px;
        width: 100%;
    }

    .tu-forum {
        min-height: 796px;
    }

    .tu-forum .tu-section-heading h2 {
        max-width: 330px;
    }

    .tu-forum__copy {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .tu-forum__stats {
        gap: 8px;
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }

    .tu-forum__stats div {
        height: 74px;
        padding: 14px;
    }

    .tu-forum__stats strong {
        font-size: 21px;
    }

    .tu-forum__stats span {
        font-size: 10px;
    }

    .tu-forum > .tu-shell > .tu-link-button {
        width: 100%;
    }

    .tu-trust {
        min-height: 1056px;
        padding-bottom: 33px;
    }

    .tu-trust .tu-section-heading {
        margin-bottom: 28px;
    }

    .tu-benefits {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .tu-benefit {
        height: 264px;
        padding: 22px;
    }

    .tu-benefit::after {
        bottom: 20px;
        height: 3px;
        left: 22px;
        right: 22px;
    }

    .tu-benefit__icon {
        font-size: 18px;
        height: 38px;
        width: 38px;
    }

    .tu-benefit h3 {
        font-size: 28px;
        line-height: 1.08;
        margin: 18px 0 12px;
    }

    .tu-benefit p {
        font-size: 11px;
        line-height: 1.4;
    }

    .tu-reviews {
        height: auto;
        min-height: 556px;
        overflow: visible;
        padding-bottom: 24px;
        padding-top: 32px;
    }

    .tu-reviews .tu-section-heading h2 {
        font-size: 56px;
        max-width: none;
    }

    .tu-reviews .tu-section-heading {
        margin-bottom: 16px;
    }

    .tu-reviews .tu-section-heading h2 {
        max-width: 340px;
    }

    .tu-review {
        height: 274px;
        padding: 16px;
    }

    .tu-review header {
        gap: 10px;
    }

    .tu-review header img {
        height: 56px;
        width: 56px;
    }

    .tu-review header strong {
        font-size: 14px;
    }

    .tu-review header small {
        font-size: 9px;
    }

    .tu-review > p {
        font-size: 20px;
        line-height: 1.25;
        margin-top: 18px;
    }

    .tu-reviews > .tu-shell > .tu-link-button {
        font-size: 17px;
        margin-top: 12px;
        width: 100%;
    }

    .tu-seo {
        height: 436px;
        padding: 28px 0;
    }

    .tu-seo__panel {
        height: 380px;
        padding: 16px;
    }

    .tu-seo__content {
        display: block;
        max-height: 292px;
    }

    .tu-seo__content article + article {
        margin-top: 20px;
    }

    .tu-seo h2 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .tu-seo p {
        font-size: 9px;
        line-height: 1.45;
        margin-bottom: 10px;
    }

    .tu-seo__toggle {
        flex-basis: 42px;
        font-size: 14px;
    }

    .tu-home-footer {
        height: 577px;
        overflow: hidden;
    }

    .tu-home-footer .footer_wrapper > .container {
        height: 577px;
        min-height: 577px;
        padding: 40px 16px;
    }

    .tu-home-footer .footer_wrapper > .container > .row {
        display: grid;
        gap: 0 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
    }

    .tu-home-footer .footer_wrapper > .container > .row > div {
        padding: 0;
        width: auto;
    }

    .tu-home-footer .footer_wrapper > .container > .row > div:first-child,
    .tu-home-footer .footer_wrapper > .container > .row > div:last-child {
        grid-column: 1 / -1;
    }

    .tu-home-footer .footer_wrapper p.about {
        margin-bottom: 20px;
    }

    .tu-home-footer .footer_wrapper .connect-butt {
        margin-bottom: 20px;
        margin-top: 18px;
    }

    .tu-home-footer .footer_wrapper .copyright .copy {
        font-size: 12px;
        line-height: 1.2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tu-home-layout *,
    .tu-home-layout *::before,
    .tu-home-layout *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
