
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-Thin.woff') format('woff');
    font-weight:100;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-ExtraLight.woff') format('woff');
    font-weight:200;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-Light.woff') format('woff');
    font-weight:300;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-Regular.woff') format('woff');
    font-weight:400;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-Medium.woff') format('woff');
    font-weight:500;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-DemiBold.woff') format('woff');
    font-weight:600;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-Bold.woff') format('woff');
    font-weight:700;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-ExtraBold.woff') format('woff');
    font-weight:800;
}
@font-face {
    font-family:'TT Commons';
    src:url('fonts/TTCommons-Black.woff') format('woff');
    font-weight:900;
}
* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}
body {
    font-family:'TT Commons',sans-serif;
    background:#ffffff;
}
img {
    display:block;
}
.blue {
    color:#0181FC;
}

        .hero {
    width:100%;
    background:#ffffff;
    padding:40px 0;
}

        .hero__inner {
    width:100%;
    padding:0 40px;
    display:flex;
    justify-content:center;
}

        .hero__card {
    width:100%;
    max-width:1384px;
    height:631px;
    background:#F5F8FA;
    border:1px solid #E3EAF0;
    border-radius:22px;
    position:relative;
    overflow:hidden;
}

        .hero__logo {
    position:absolute;
    left:83px;
    top:48px;
    width:101px;
    height:auto;
}

        .hero__subtitle {
    position:absolute;
    left:94px;
    top:143px;
    font-size:24px;
    font-weight:400;
    letter-spacing:-0.03em;
    color:#000000;
}

        .hero__title {
    position:absolute;
    left:94px;
    top:186px;
    width:630px;
    font-size:40px;
    font-weight:600;
    line-height:100%;
    letter-spacing:-0.03em;
    color:#000000;
}
        .hero__cta {
    position:absolute;
    left:94px;
    top:405px;
    
            display:flex;
    align-items:flex-start;
    column-gap:22px;
}

        .hero__button {
    width:315px;
    height:87px;
    border-radius:55px;
    background:#FFDE14;
    border:none;
    cursor:pointer;
    font-size:25.5px;
    font-weight:700;
    color:#000000;
}
        .hero__social {
    display:flex;
    flex-direction:column;
    row-gap:6px;
    margin-top:3px;
}
.hero__social-avatars {
    width:122px;
    
            height:28px;
    
            object-fit:cover;
}
.hero__social-text {
    font-size:33px;
    font-weight:600;
    line-height:100%;
    letter-spacing:-0.03em;
    color:#000000;
}
.hero__social-text span {
    display:block;
}

        .hero__features {
    position:absolute;
    left:94px;
    top:520px;
    list-style:none;
    display:flex;
    flex-direction:column;
    row-gap:12px;
    font-size:16px;
    font-weight:600;
    line-height:18px;
    color:#000000;
}

        .hero__image {
    position:absolute;
    top:66px;
    right:0;
    max-width:55%;
    height:auto;
    object-fit:cover;
}


        @media (max-width:1440px) {
    .hero__inner {
    padding:0 20px;
}
}
        @media (max-width:900px) {
    .hero__card {
    height:auto;
    padding:24px 20px 32px;
}
}.hero__social-text {
    font-size:33px;
    font-weight:600;
    letter-spacing:-0.03em;
    line-height:100%;
}
.hero__social-sub {
    font-size:16px;
    font-weight:400;
    margin-top:-6px;
    
}

.promo-bar {
    width:100vw;
    
    background:#000000;
    
    padding:0;
    margin:0;
    display:flex;
    justify-content:center;
}

.promo-bar__inner {
    width:100%;
    max-width:1970px;
    height:53px;
    border-radius:12px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 55px;
}

.promo-item {
    width:269px;
    height:25px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.promo-name {
    font-size:16px;
    font-weight:500;
    color:white;
    line-height:16px;
}

.promo-sub {
    font-size:12px;
    font-weight:500;
    color:white;
    line-height:16px;
    margin-top:1px;
}

.promo-bar__inner {
    display:flex;
    align-items:center;
    gap:60px;
    

    white-space:nowrap;
    width:max-content;
    animation:ticker 25s linear infinite;
}

@keyframes ticker {
    0% {
    transform:translateX(0);
}
100% {
    transform:translateX(-50%);
}
}




@media (max-width: 768px) {

    .hero {
        padding: 24px 0 32px;
    }

    .hero__inner {
        padding: 0 16px;
        justify-content: center;
    }

    .hero__card {
        height: auto;
        padding: 20px 18px 24px;
        border-radius: 18px;

        
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    
    .hero__logo,
    .hero__subtitle,
    .hero__title,
    .hero__cta,
    .hero__features,
    .hero__image {
        position: static;
        left: auto;
        top: auto;
    }

    
    .hero__logo {
        width: 80px;
        height: auto;
        margin-bottom: 16px;
    }

    
    .hero__subtitle {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: -0.03em;
        margin-bottom: 8px;
        max-width: 260px;
    }

    
    .hero__title {
        font-size: 24px;
        line-height: 1.15;
        letter-spacing: -0.03em;
        max-width: 100%;
        margin-bottom: 16px;
    }

    
    .hero__image {
        order: 3;
        margin: 16px auto 0;
        max-width: 100%;
        height: auto;
    }

    
    .hero__cta {
        order: 2;
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        column-gap: 0;
        row-gap: 14px;
        width: 100%;
        position: static;
    }

    .hero__button {
        width: 100%;
        height: 64px;
        border-radius: 40px;
        font-size: 20px;
    }

    .hero__social {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin-top: 0;
    }

    .hero__social-avatars {
        width: 90px;
        height: auto;
    }

    .hero__social-text {
        font-size: 18px;
        line-height: 1;
    }

    .hero__social-sub {
        font-size: 13px;
        margin-top: 2px;
    }

    
    .hero__features {
        order: 4;
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.3;
        row-gap: 6px;
        padding-left: 0;
    }

    .promo-bar {
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .promo-bar__inner {
        height: 36px;              
        gap: 28px;                 
        padding: 0 20px;           
        animation-duration: 20s;   
    }

    .promo-item {
        width: auto;
        height: auto;
    }

    .promo-name {
        font-size: 13px;
        line-height: 1.1;
    }

    .promo-sub {
        font-size: 10px;
        margin-top: 0px;
        line-height: 1.1;
    }
}


.how {
    width:100%;
    padding:70px 0 40px;
    text-align:center;
}
.how__title {
    font-size:48px;
    font-weight:700;
    margin-bottom:65px;
}

.how__cards {
    display:flex;
    justify-content:center;
    gap:40px;
}

.how-card {
    width:400px;
    background:#F5F8FA;
    border-radius:12px;
    padding:28px;
    position:relative;
    overflow:hidden;
    text-align:left;
    display:flex;
    flex-direction:column;
}

.how-card__number {
    position:absolute;
    top:20px;
    right:20px;
    width:48px;
    height:48px;
    border-radius:50%;
    background:#0085FF;
    color:#fff;
    font-size:20px;
    font-weight:700;
    display:flex;
    justify-content:center;
    align-items:center;
}

.how-card--simple .how-card__img {
    width:100%;
    height:auto;
    margin-top:48px;
}
.how-card--simple .how-card__title {
    font-size:22px;
    font-weight:700;
    line-height:1.25;
    margin-top:24px;
}


.how-card--second .how-card__title {
    margin-top:40px;
    font-size:26px;
    font-weight:700;
    line-height:1.25;
    max-width:260px;
}
.how-card__desc {
    font-size:15px;
    line-height:1.4;
    margin-top:14px;
    max-width:260px;
}


/* КАРТОЧКА №2 — вернуть стандартный поток */
.how-card--second {
    position: relative;
}

/* Картинка НЕ absolute, НЕ float — просто уходит вправо */
.how-card__img--2 {
    display: block;
    width: 260px;
    height: auto;
    margin-left: auto;
    margin-top: 20px;
    border-radius: 12px;
}


.how-card--second .how-card__content {
    flex: 1;
}





.how__cta {
    margin-top:55px;
}
.how__btn {
    background:#FFDE14;
    padding:25px 70px;
    border-radius:55px;
    font-size:25px;
    font-weight:700;
    border:none;
    cursor:pointer;
}




.info {
    width:100%;
    display:flex;
    justify-content:center;
}
.info__inner {
    position:relative;
    width:85%;
    background:#F5F8FA;
    border-radius:16px;
    padding:60px 60px;
}

.info__title {
    font-size:36px;
    font-weight:700;
}

.info__play {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}

.play-btn {
    width:150px;
    height:150px;
    background:#0085FF;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.play-btn__triangle {
    width:0;
    height:0;
    border-left:38px solid white;
    border-top:22px solid transparent;
    border-bottom:22px solid transparent;
}

@media (max-width: 768px) {

    .how {
        padding: 40px 0 20px;
        text-align: center;
    }

    .how__title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 28px;
        padding: 0 16px;
        line-height: 1.25;
    }

    
    .how__cards {
        flex-direction: column;
        gap: 20px;
        padding: 0 16px;
    }

    
    .how-card {
        width: 100%;
        border-radius: 12px;
        padding: 22px 18px 26px;
        background: #F5F8FA;
        display: flex;
        flex-direction: column;
        position: relative;
        text-align: left;
    }

    
    .how-card__number {
        top: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    
    .how-card__img,
    .how-card__img--2 {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 0 0 18px 0;
    }

    
    .how-card__title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.25;
        margin-bottom: 10px;
        max-width: 100%;
    }

    
    .how-card__desc {
        font-size: 14px;
        line-height: 1.35;
        max-width: 100%;
    }

    
    .how-card--second {
        display: flex;
        flex-direction: column;
    }

    .how-card--second .how-card__title {
        margin-top: 0;
        font-size: 18px;
        max-width: 100%;
    }

    .how-card--second .how-card__img--2 {
        order: 3;
        margin-top: 18px;
        width: 70%;
        align-self: center;
    }

    
    .how__cta {
        margin-top: 30px;
        padding: 0 16px;
    }

    .how__btn {
        width: 100%;
        height: 60px;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }
    .info {
        margin-top: 40px;
        padding: 0 16px;
    }

    .info__inner {
        padding: 30px 20px;
        text-align: center;
    }

    .info__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    
    .info__play {
        position: static;
        transform: none;
        left: auto;
        top: auto;

        display: flex;
        justify-content: center;
        align-items: center;

        margin-top: 10px;
    }

    .play-btn {
        width: 90px;
        height: 90px;
    }

    .play-btn__triangle {
        border-left: 24px solid white;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }
    /* На мобиле 02-я карточка снова в колонку */
.how-card--row {
    flex-direction: column;
    gap: 16px;
}

.how-card--row .how-card__image-wrap {
    flex: 0 0 auto;
    justify-content: center;
}

.how-card--row .how-card__image {
    width: 70%;
    max-width: 260px;
    margin: 0 auto;
}

}



.reviews {
    width:100%;
    padding:50px 0;
    background:#fff;
    text-align:center;
}
.reviews__title {
    font-size:32px;
    font-weight:600;
    line-height:1.1;
    max-width:1010px;
    margin:0 auto 60px;
    letter-spacing:-0.03em;
}
.reviews__cards {
    display:flex;
    justify-content:center;
    gap:40px;
    margin-bottom:60px;
}
.review-card {
    width:372px;
    background:#F5F8FA;
    border-radius:12px;
    padding:28px;
    text-align:left;
    position:relative;
    display:flex;
    flex-direction:row;
    gap:14px;
}
.review-card__avatar {
    width:54px;
    height:54px;
    border-radius:50%;
    border:2px solid #0181FC;
}
.review-card__info {
    width:230px;
}
.review-card__name {
    font-size:20px;
    font-weight:600;
    margin-bottom:2px;
    letter-spacing:-0.03em;
}
.review-card__role {
    font-size:16px;
    font-weight:400;
    margin-bottom:8px;
}
.review-card__text {
    font-size:14px;
    font-weight:300;
    line-height:1.2;
    letter-spacing:-0.03em;
}
.review-card__play {
    position:absolute;
    right:20px;
    bottom:20px;
    width:44px;
    height:44px;
    background:#0181FC;
    border-radius:50%;
    border:none;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
}
.triangle {
    width:0;
    height:0;
    border-left:12px solid #fff;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}
.reviews__btn {
    background:#FFDE14;
    border:none;
    font-size:25px;
    font-weight:700;
    padding:25px 70px;
    border-radius:55px;
    cursor:pointer;
}
.reviews__cards--hidden {
    display:none;
    margin-top:40px;
}
.reviews__cards--extra {
    opacity:0;
    transform:translateY(40px);
    transition:opacity 0.5s ease,transform 0.5s ease;
    display:flex;
    justify-content:center;
    gap:40px;
    margin-top:40px;
}

.hidden {
    display:none;
}

.show {
    display:flex;
    opacity:1;
    transform:translateY(0);
}

@media (max-width: 768px) {

    .reviews {
        padding: 40px 0;
        text-align: center;
    }

    .reviews__title {
        font-size: 20px;
        line-height: 1.25;
        margin-bottom: 30px;
        padding: 0 16px;
    }

    
    .reviews__cards,
    .reviews__cards--extra {
        flex-direction: column;
        gap: 20px;
        padding: 0 16px;
        margin-bottom: 40px;
    }

    
    .reviews__cards--extra.show {
        flex-direction: column !important;
    }

    
    .review-card {
        width: 100%;
        padding: 18px 16px 60px; 
        gap: 12px;
    }

    .review-card__avatar {
        width: 48px;
        height: 48px;
    }

    .review-card__info {
        width: calc(100% - 60px);
    }

    .review-card__name {
        font-size: 17px;
    }

    .review-card__role {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .review-card__text {
        font-size: 13px;
        line-height: 1.3;
    }

    
    .review-card__play {
        width: 40px;
        height: 40px;
        right: 16px;
        bottom: 16px;
    }

    .triangle {
        border-left: 10px solid #fff;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    
    .reviews__btn {
        width: calc(100% - 32px);
        padding: 18px 0;
        font-size: 18px;
        border-radius: 40px;
    }
}


.stats {
    width:100%;
    padding:50px 0;
}
.stats__top {
    display:flex;
    justify-content:center;
    gap:80px;
    margin-bottom:80px;
}
.stats__subtitle {
    font-size:30px;
    font-weight:600;
}
.stats__big {
    font-size:42px;
    font-weight:700;
    margin:10px 0 30px;
}
.stats__graph {
    width:380px;
    user-select:none;
}


.stats__rating {
    margin-top:20px;
}
.rating-item {
    display:flex;
    justify-content:space-between;
    width:260px;
    font-size:24px;
    margin-bottom:12px;
}
.rating-name {
    font-weight:600;
}
.rating-money {
    font-weight:700;
}
.blue {
    color:#007BFF;
}
.blue2 {
    color:#006CFF;
}
.yellow {
    color:#FFD400;
}
.black {
    color:#000;
}
.gray {
    color:#BFC7D4;
}


.invest-block {
    width:90%;
    max-width:1300px;
    margin:0 auto;
    background:#F4F8FC;
    padding:50px 40px;
    border-radius:20px;
    text-align:center;
}
.invest-title {
    font-size:36px;
    font-weight:700;
    margin-bottom:40px;
}
.invest-scale {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}
#investRange {
    width:70%;
    accent-color:#007BFF;
}
.invest-value {
    font-size:32px;
    font-weight:700;
    background:#FFD400;
    padding:15px 50px;
    border-radius:40px;
    display:inline-block;
}


@media (max-width: 768px) {

    .stats {
        padding: 40px 0;
        text-align: center;
    }

    
    .stats__top {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        margin-bottom: 40px;
        padding: 0 16px;
    }

    .stats__subtitle {
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }

    .stats__big {
        font-size: 26px;
        margin: 10px 0 20px;
        line-height: 1.2;
    }

    
    .stats__graph {
        width: 100%;
        max-width: 330px;
        height: auto;
    }

    

    .stats__rating {
        margin-top: 0;
        padding: 0 16px;
    }

    .rating-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 24px;
        margin-bottom: 14px;
    }

    .rating-name {
        font-weight: 700;
        max-width: 60%;
    }

    .rating-money {
        font-weight: 700;
    }

    

    

    .invest-block {
        width: calc(100% - 32px);
        padding: 30px 16px;
        border-radius: 16px;
        margin-top: 40px;
    }

    .invest-title {
        font-size: 24px;
        margin-bottom: 25px;
        line-height: 1.25;
        padding: 0 10px;
    }

    .invest-scale {
        flex-direction: column;
        gap: 20px;
    }

    #investRange {
        width: 100%;
    }

    .invest-value {
        font-size: 22px;
        padding: 12px 30px;
        border-radius: 30px;
    }
}




.slider-wrapper {
    width:100%;
    max-width:1100px;
    margin:0 auto;
    text-align:center;
}
.slider-title {
    font-size:42px;
    font-weight:700;
    margin-bottom:30px;
}
.slider-labels {
    display:flex;
    justify-content:space-between;
    font-weight:700;
    margin-bottom:5px;
}
.slider-container {
    position:relative;
    width:100%;
}

#moneyRange {
    width:100%;
    -webkit-appearance:none;
    appearance:none;
    height:16px;
    border-radius:10px;
    background:linear-gradient(to right,#0A84FF 50%,#DBE7FF 50%);
    outline:none;
    cursor:pointer;
}

#moneyRange::-webkit-slider-thumb {
    -webkit-appearance:none;
    appearance:none;
    width:0;
    height:0;
}

.thumb-bubble {
    position:absolute;
    top:-20px;
    transform:translateX(-50%);
    background:#FFD400;
    padding:12px 35px;
    border-radius:40px;
    font-size:22px;
    font-weight:700;
    pointer-events:none;
    
    white-space:nowrap;
}


.profit-text {
    margin-top:30px;
    font-size:26px;
    font-weight:700;
    letter-spacing:-0.03em;
}
@media (max-width: 768px) {

    .slider-wrapper {
        width: calc(100% - 32px);
        padding: 30px 16px 40px;
        border-radius: 16px;
        margin: 0 auto;
        text-align: center;
    }

    .slider-title {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    
    .slider-labels {
        font-size: 14px;
        margin-bottom: 8px;
        padding: 0 4px;
    }

    
    #moneyRange {
        height: 12px;
        border-radius: 8px;
    }

    
    .thumb-bubble {
        top: -11px;
        padding: 8px 8px;
        font-size: 11px;
        border-radius: 30px;
    }

    
    .profit-text {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 700;
    }
}

.inside {
    width:100%;
    background:#F5F8FA;
    padding:50px 0;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.inside__title {
    font-family:'TT Commons';
    font-weight:600;
    font-size:44px;
    letter-spacing:-0.03em;
    color:#000;
    margin-bottom:50px;
}
.inside__grid {
    display:grid;
    grid-template-columns:repeat(3,372px);
    grid-template-rows:repeat(2,325px);
    gap:40px 40px;
}
.inside__card {
    width:372px;
    height:325px;
    background:#fff;
    border-radius:12px;
    padding:24px;
    display:flex;
    flex-direction:column;
}
.inside__img {
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:20px;
}
.inside__name {
    font-family:'TT Commons';
    font-size:20px;
    font-weight:600;
    letter-spacing:-0.03em;
    margin-bottom:10px;
}
.inside__desc {
    font-family:'TT Commons';
    font-size:16px;
    letter-spacing:-0.03em;
    color:#000;
    line-height:1.1;
}

.steps {
    width:100%;
    background:#fff;
    padding:0px 0 0px 0;
    font-family:'TT Commons';
}
.steps__title {
    text-align:center;
    font-weight:600;
    font-size:44px;
    letter-spacing:-0.03em;
    margin-bottom:70px;
}
.steps__grid {
    display:flex;
    justify-content:center;
    gap:110px;
    width:100%;
    max-width:1200px;
    margin:0 auto 80px auto;
}
.step {
    width:300px;
    text-align:left;
    display:grid;
    grid-template-columns:150px auto;
    
    grid-auto-rows:auto;
    column-gap:20px;
    align-items:end;
    
}
.step__img {
    width:150px;
    height:auto;
    display:block;
    margin-bottom:0;
    
    grid-column:1 / 2;
    grid-row:1 / 2;
    
}
.step__number {
    font-size:110px;
    font-weight:600;
    color:#0181FC;
    line-height:0.8;
    
    margin-top:0;
    

    grid-column:2 / 3;
    
    grid-row:1 / 2;
}
.step__name {
    font-size:20px;
    font-weight:700;
    margin-top:20px;
    margin-bottom:10px;
    grid-column:1 / 3;
    
    grid-row:2 / 3;
}
.step__text {
    font-size:16px;
    line-height:1.25;
    max-width:270px;
    letter-spacing:-0.03em;
    grid-column:1 / 3;
    
    grid-row:3 / 4;
}

.steps__btn {
    display:block;
    width:1160px;
    height:87px;
    background:#FFDE14;
    color:#000;
    font-weight:700;
    font-size:26px;
    line-height:87px;
    border-radius:55px;
    text-align:center;
    margin:0 auto;
    text-decoration:none;
}

@media (max-width: 768px) {

    .steps {
        padding: 40px 0 60px;
        text-align: center;
    }

    .steps__title {
        font-size: 22px;
        line-height: 1.25;
        margin-bottom: 30px;
        padding: 0 16px;
    }

    
    .steps__grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 28px;
        padding: 0 16px;
    }

    
    .step {
        width: 100%;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;

        background: #F5F8FA;
        border-radius: 14px;
        padding: 20px 18px 24px;

        gap: 10px !important;
    }

    
    .step__img {
        width: 100% !important;
        max-width: 260px !important;
        height: auto;
        margin: 0 auto 6px auto !important;
        display: block;
    }

    
    .step__number {
        font-size: 48px !important;
        line-height: 1 !important;
        font-weight: 700;
        color: #0181FC;
        margin: 0 0 4px 0 !important;
        width: 100%;
        text-align: left;
    }

    
    .step__name {
        font-family: 'TT Commons', sans-serif !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        margin: 0 0 4px 0 !important;
        width: 100%;
        text-align: left !important;
    }

    
    .step__text {
        font-family: 'TT Commons', sans-serif !important;
        font-size: 14px !important;
        line-height: 1.3 !important;
        width: 100%;
    }

    .steps__btn {
        display: block;
        width: calc(100% - 32px) !important;
        max-width: 360px;
        
        height: 54px !important;
        line-height: 54px !important;

        margin: 32px auto 0 auto !important;

        background: #FFDE14 !important;
        color: #000;
        font-size: 18px !important;
        font-weight: 700;

        border-radius: 40px !important;
        text-align: center;
        text-decoration: none;
        padding: 0 !important;
        overflow: hidden;
        white-space: nowrap;
    }
    .inside {
        padding: 40px 0;
    }

    .inside__title {
        font-size: 26px;
        margin-bottom: 30px;
        text-align: center;
        padding: 0 16px;
        line-height: 1.25;
    }

    
    .inside__grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
        padding: 0 16px;
    }

    
    .inside__card {
        width: 100%;
        height: auto;
        padding: 18px;
    }

    .inside__img {
        height: auto;
        max-height: 200px;
        object-fit: cover;
        margin-bottom: 16px;
    }

    .inside__name {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .inside__desc {
        font-size: 14px;
        line-height: 1.3;
    }
}



.trust-section {
    padding:120px 0 140px;
    background:#F5F8FA;
}
.trust {
    max-width:1160px;
    margin:0 auto;
    font-family:'TT Commons',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}


.trust-header {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-bottom:36px;
}
.trust-header__icon {
    width:28px;
    height:28px;
    object-fit:contain;
}
.trust-header__title {
    font-weight:600;
    font-size:37px;
    line-height:1.1;
    letter-spacing:-0.03em;
    color:#000000;
}


.trust-features {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px 20px;
    margin-bottom:56px;
}
.trust-feature {
    display:flex;
    align-items:center;
    padding:18px 22px;
    background:#FFFFFF;
    border-radius:12px;
    box-shadow:0 14px 40px rgba(0,0,0,0.04);
}
.trust-feature__icon {
    flex-shrink:0;
    width:34px;
    height:34px;
    margin-right:16px;
    object-fit:contain;
}
.trust-feature__text {
    font-weight:400;
    font-size:22px;
    line-height:1.2;
    letter-spacing:-0.03em;
    color:#000000;
}


.trust-media {
    margin-bottom:80px;
    text-align:center;
}
.trust-media__title {
    font-weight:600;
    font-size:37px;
    line-height:1.1;
    letter-spacing:-0.03em;
    color:#000000;
    margin-bottom:32px;
}
.trust-media__logos {
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:18px;
}
.trust-media__logo {
    background:#FFFFFF;
    border-radius:12px;
    box-shadow:0 14px 40px rgba(0,0,0,0.04);
    padding:14px 18px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.trust-media__logo img {
    max-width:100%;
    height:auto;
    display:block;
}


.trust-earnings {
    background:#FFFFFF;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,0.06);
    padding:48px 56px 56px;
    margin-bottom:64px;
}
.trust-earnings__title {
    font-weight:600;
    font-size:37px;
    line-height:1.2;
    letter-spacing:-0.03em;
    text-align:center;
    color:#000000;
    margin-bottom:36px;
}
.trust-earnings__grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:16px 24px;
}
.earning-card {
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#F5F8FA;
    border-radius:999px;
    padding:8px 14px 8px 10px;
}
.earning-card__user {
    display:flex;
    align-items:center;
    gap:8px;
}
.earning-card__avatar {
    width:32px;
    height:32px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #0181FC;
}
.earning-card__name {
    font-weight:500;
    font-size:22px;
    line-height:1.2;
    letter-spacing:-0.03em;
    color:#000000;
}
.earning-card__amount {
    padding:6px 14px;
    background:#0181FC;
    border-radius:999px;
    font-weight:600;
    font-size:12px;
    line-height:1;
    color:#FFFFFF;
}


.trust-clients {
    text-align:center;
}
.trust-clients__title {
    font-weight:600;
    font-size:24px;
    line-height:1.2;
    letter-spacing:-0.03em;
    color:#000000;
    margin-bottom:8px;
}
.trust-clients__subtitle {
    font-weight:400;
    font-size:18px;
    line-height:1.3;
    letter-spacing:-0.03em;
    color:#000000;
    margin-bottom:32px;
}
.trust-awards {
    display:flex;
    justify-content:space-between;
    gap:16px;
}
.trust-award {
    flex:1 1 0;
    background:#FFFFFF;
    border-radius:16px;
    padding:18px 12px 14px;
    box-shadow:0 14px 40px rgba(0,0,0,0.04);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}
.trust-award__icon {
    width:80px;
    height:auto;
    margin-bottom:10px;
}
.trust-award__text {
    font-weight:400;
    font-size:12px;
    line-height:1.2;
    letter-spacing:-0.03em;
    color:#000000;
}
html,body {
    overflow-x:hidden !important;
}
@media (max-width: 768px) {

    .trust-section {
        padding: 50px 0 70px;
    }

    .trust {
        padding: 0 16px;
    }

    
    .trust-header {
        flex-direction: row;
        gap: 8px;
        margin-bottom: 24px;
    }

    .trust-header__icon {
        width: 22px;
        height: 22px;
    }

    .trust-header__title {
        font-size: 18px;
    }

    
    .trust-features {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 32px;
    }

    .trust-feature {
        padding: 14px 16px;
    }

    .trust-feature__icon {
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }

    .trust-feature__text {
        font-size: 13px;
        line-height: 1.3;
    }

    
    .trust-media {
        margin-bottom: 40px;
    }

    .trust-media__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    
    .trust-media__logos {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .trust-media__logo {
        padding: 12px 14px;
    }

    
    .trust-earnings {
        padding: 26px 18px 30px;
        border-radius: 18px;
        margin-bottom: 40px;
    }

    .trust-earnings__title {
        font-size: 20px;
        margin-bottom: 24px;
        line-height: 1.25;
    }

    
    .trust-earnings__grid {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .earning-card {
        padding: 10px 12px;
    }

    .earning-card__avatar {
        width: 28px;
        height: 28px;
    }

    .earning-card__name {
        font-size: 13px;
    }

    .earning-card__amount {
        font-size: 11px;
        padding: 5px 12px;
    }

    
    .trust-clients__title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .trust-clients__subtitle {
        font-size: 15px;
        margin-bottom: 22px;
    }

    
    .trust-awards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .trust-award {
        padding: 14px 8px;
    }

    .trust-award__icon {
        width: 60px;
        margin-bottom: 8px;
    }

    .trust-award__text {
        font-size: 11px;
        line-height: 1.3;
    }
}


.popup {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    display: none;
    z-index: 9999;
}
.popup.show { display: block; }

.popup__bg {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(3px);
}

.popup__window {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    background: #fff;
    border-radius: 20px;
    padding: 40px 32px;
}

.popup__close {
    position: absolute;
    right: 20px; top: 18px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

.popup__title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}

.popup__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.popup__input {
    padding: 16px;
    border-radius: 40px;
    border: none;
    background: #F5F8FA;
    font-size: 16px;
}

.popup__check {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 6px;
    margin-top: 6px;
}

.popup__submit {
    margin-top: 6px;
    width: 100%;
    height: 60px;
    background: #FFDE14;
    border: none;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}



.popup__success {
    display: none;
    text-align: center;
}

.popup__success.show {
    display: block;
}

.popup__success-img {
    width: 80px;
    margin: 0 auto 12px;
}

.popup__success h3 {
    font-size: 22px;
    margin-bottom: 10px;
}



@media (max-width: 480px) {

    .popup__window {
        width: calc(100% - 32px);
        padding: 26px 18px 32px;
        border-radius: 16px;
    }

    .popup__title {
        font-size: 22px;
        margin-bottom: 18px;
    }

    .popup__input {
        padding: 14px;
        font-size: 15px;
    }

    .popup__submit {
        height: 54px;
        font-size: 18px;
    }

    .popup__close {
        font-size: 26px;
        right: 14px;
        top: 10px;
    }
}

.popup__header {
    text-align: center;
    margin-bottom: 24px;
}

.popup__logo {
    width: 140px;
    margin: 0 auto 18px;
    display: block;
}

.popup__small {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
}

.popup__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    color: #000;
}

.popup__title br {
    display: none;
}


@media (max-width: 480px) {

    .popup__logo {
        width: 120px;
        margin-bottom: 14px;
    }

    .popup__small {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .popup__title {
        font-size: 18px;
        line-height: 1.3;
    }

    .popup__title br {
        display: block;
    }
}
.popup__blue {
    color: #0181fc;
}

.hero__button,
.how__btn,
.reviews__btn,
.steps__btn {
    color: #000000 !important;
    -webkit-tap-highlight-color: transparent !important;
}

button, a {
    -webkit-tap-highlight-color: transparent !important;
}

.slider-container {
    position: relative;
    width: 100%;
}

#moneyRange {
    -webkit-appearance: none;
    appearance: none;
}

#moneyRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;

    width: 140px;             
    height: 50px;

    background-color: transparent !important;
    border: none !important;

    box-shadow: none !important;        
    -webkit-box-shadow: none !important; 
    filter: none !important;

    outline: none !important;
    backdrop-filter: none !important;   
}

#moneyRange::-moz-range-thumb {
    width: 140px;
    height: 50px;
    background: transparent;
    border: none;
    box-shadow: none;
}

#moneyRange::-ms-thumb {
    width: 140px;
    height: 50px;
    background: transparent;
    border: none;
    box-shadow: none;
}



.how-card--row {
    width: 400px;                 
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}


.how-card--row .how-card__content {
    flex: 1 1 auto;
}

.how-card__text {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 10px;
}

.how-card__image-wrap {
    flex: 0 0 160px;              
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: auto; 
}

.how-card__image {
    width: 160px;
    height: auto;
    display: block;
    object-fit: contain;
    margin-top: auto; 
}
@media (max-width:768px) {
    .how-card--row {
        flex-direction: row !important;
        align-items: flex-end !important;
    }

    .how-card__image-wrap {
        width: auto !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        flex-shrink: 0 !important;
    }

    .how-card__image {
        width: 160px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .how-card__content {
        flex: 1 !important;
    }
}

.info {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info__inner {
    width: 100%;
    max-width: 900px;
    background: #F5F8FA;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    justify-content: center;
}

.info__video {
    width: 100%;
    max-width: 820px;
    border-radius: 16px;
    display: block;
    background: #000;
    overflow: hidden;
}

@media (max-width: 768px) {
    .info {
        padding: 40px 0;
    }

    .info__inner {
        padding: 16px;
        border-radius: 12px;
    }

    .info__video {
        border-radius: 12px;
        width: 100%;
    }
}
@media (max-width: 768px) {

    .hero {
        padding: 24px 0 32px;
    }

    .hero__inner {
        padding: 0 16px;
        justify-content: center;
    }

    .hero__card {
        height: auto;
        padding: 20px 18px 0;        /* убрали нижний паддинг */
        border-radius: 18px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
        overflow: hidden;            /* чтобы картинка легла впритык к низу */
    }

    /* убираем абсолютное позиционирование на мобиле */
    .hero__logo,
    .hero__subtitle,
    .hero__title,
    .hero__cta,
    .hero__features,
    .hero__image {
        position: static;
        left: auto;
        top: auto;
    }

    .hero__logo {
        width: 80px;
        height: auto;
        margin-bottom: 16px;
    }

    .hero__subtitle {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: -0.03em;
        margin-bottom: 8px;
        max-width: 260px;
    }

    .hero__title {
        font-size: 24px;
        line-height: 1.15;
        letter-spacing: -0.03em;
        max-width: 100%;
        margin-bottom: 16px;
    }

    /* CTA остаётся вторым блоком */
    .hero__cta {
        order: 2;
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        column-gap: 0;
        row-gap: 14px;
        width: 100%;
    }

    .hero__button {
        width: 100%;
        height: 64px;
        border-radius: 40px;
        font-size: 20px;
    }

    .hero__social {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin-top: 0;
    }

    .hero__social-avatars {
        width: 90px;
        height: auto;
    }

    .hero__social-text {
        font-size: 18px;
        line-height: 1;
    }

    .hero__social-sub {
        font-size: 13px;
        margin-top: 2px;
    }

    .hero__features {
        order: 3;            
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.3;
        padding-left: 0;

        display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 6px;
    }

    .hero__features li {
        list-style: none;       
    }

    .hero__image {
        order: 4;
        margin-top: 16px;
        margin-left: -18px;
        margin-right: -18px;
        width: calc(100% + 36px);  
        max-width: none;
        height: auto;
        display: block;
    }

}
.how-card--row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}

.how-card--row .how-card__content {
    flex: 1;
    max-width: 60%;
}
.how-card__image-wrap {
    flex-shrink: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.how-card__image {
    display: block;
    width: 240px;
    height: auto;
}


.rating-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 260px;
    font-size: 24px;
    margin-bottom: 12px;
}


.footer-container * {
    color: #7a7a7a;
}


.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #7a7a7a;
}
.footer-link:hover {
    color: #555;
}

.footer-link img {
    width: 22px;
    height: 22px;
}

.social-group {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.social-row {
    display: flex;
    align-items: center;
    gap: 22px;
}
.social-row img {
    width: 26px;
    height: 26px;
}

.footer-copy-text a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.footer-license {
    margin-top: 10px;
    color: #9a9a9a !important;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 768px) {
    .footer-flex {
        flex-direction: column;
    }
    .social-row {
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
    .how__btn {
        width: 100%;
        padding: 16px 24px;
        height: auto;
        border-radius: 50px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
    }
}