input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

::-webkit-scrollbar {
    width: 0px;
    /* толщина скроллбара */
    background-color: #f4f4f7 ;
    border-radius: 50%;
    /* цвет фона */
}

::-webkit-scrollbar-thumb {
    background-color: #d1d1e0;
    /* цвет ползунка */
}

.error {
    color: red;
    margin-top: 20px;
    font-size: 20px;
}

@font-face {
    font-family: 'Lato';
    src: url(' /css/fonts/Lato-Medium.eot');
    src: local('☺'), url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf') format('truetype'), url('../fonts/Lato-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url(' /css/fonts/Lato-Semibold.eot');
    src: local('☺'), url('../fonts/Lato-Semibold.woff') format('woff'), url('../fonts/Lato-Semibold.ttf') format('truetype'), url('../fonts/Lato-Semibold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.flex {
    display: flex;
}

.jflex {
    display: flex;
    justify-content: center;
}

.aflex {
    display: flex;
    align-items: center;
}

.tflex {
    text-align: center;
}

.sflex {
    display: flex;
    justify-content: space-between;
}

.rel {
    position: relative;
}

.cp {
    cursor: pointer;
}

p {
    margin: 0;
}

img {
    pointer-events: none;
}

body {
    color: #1b1b1c;
    font-size: 16px;
    line-height: 1.3;
    background-color: #f4f4f7;
    font-family: 'Lato', sans-serif;
    background: #f4f4f7;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #ffffff;
    height: 85px;
    z-index: 15;
}

/* Для текста внутри .header (например, для ссылок или других элементов) */
.header a,
.header button,
.header span {
    color: #1b1b1c; /* Белый текст из вашего предыдущего кода */
    text-shadow: 0 1px 2px rgba(244, 244, 247, 0.2); /* Легкая тень для читаемости */
    transition: text-shadow 0.3s ease; /* Плавный переход для тени */
}

/* При наведении на текст можно усилить тень для эффекта */
.header a:hover,
.header button:hover {
    text-shadow: 0 2px 4px rgba(244, 244, 247, 0.3); /* Усиленная тень при наведении */
}
.header__wrap {
    max-width: 1527px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    align-items: center;
}

.header__wrap a {
    width: 25%;
}

.header-img img {
    width: 100%;
}

.header-nav>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    text-decoration: none;
    margin-right: 40px;
}

.header-nav>a:last-child {
    margin-right: 0px;
}

.header-button>a {
    background: #0500ff;
    border-radius: 18px;
    padding: 18px 74.5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}



.header-button>button {
    background: #0500ff;
    border-radius: 18px;
    padding: 18px 74.5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.gardient {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-bottom {
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-bootom-wrap {
    max-width: 1527px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    align-items: center;
}

.header-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.02em;
    background: #1b1b1c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-fill-color: transparent; */
    margin-top: -180px;
}

.header-text {
    font-weight: 900;
    font-size: 126px;
    line-height: 154px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.header-subtext {
    max-width: 471px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1b1b1c
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-subtext>span {
    color: #2a27ff ;
}

.header-text>span {
    color: #2a27ff ;
    position: relative;
}

.blur-crepto {
    position: absolute;
    opacity: 0.4;
    filter: blur(8px);
    color: #2a27ff;
    top: -36px;
    right: 0;
    z-index: 2;
}

.blur-creptos {
    position: absolute;
    opacity: 0.4;
    filter: blur(4px);
    color: #2a27ff ;
    top: -13px;
    right: 0;
}

.blur-creptos2 {
    position: absolute;
    filter: blur(32px);
    color: #2a27ff ;
    top: 0;
    right: 0;
    z-index: 3;
}

.header-button-wrap {
    display: flex;
    margin-top: 40px;
}

.read-more>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    border-radius: 18px;
    padding: 18px 74.5px;
    border: 1px solid #0500ff;
    background: #0500ff;
    color: #F0F2FB;
}

.mr20 {
    margin-right: 20px;
}



.swiper {
    margin-top: 50px;
    width: 500px;
    height: 100px;
    position: relative;
}

/* Стили для монет в swiper */
.swiper-slide img {
    border-radius: 50%;
    border: 2px solid #2a27ff; /* Синяя обводка для светлой темы */
    transition: all 0.3s ease;
}

.swiper-slide img:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(42, 39, 255, 0.3);
}

.main {
    margin-top: 140px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.main-wrap {
    margin: 0 30px;
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* Базовые стили для карточек */
.cart, .cart2, .cart3 {
    border-radius: 20px;
    max-width: 500px;
    width: 100%;
    margin: 103px 0px;
    padding: 36px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Убираем фиксированную высоту */
    min-height: 320px; /* Минимальная высота вместо фиксированной */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Контент прижимается к низу */
    background-color: #f3f1f8;
    border: 1.5px solid #ff8aef;
}

.cart {
    background-image: url(../img/1.svg);
}

.cart2 {
    background-image: url(../img/2.svg);
}

.cart3 {
    background-image: url(../img/3.svg);
}

.cart-title {
    margin-top: 0; /* Убираем большой отступ сверху */
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.cart-subtitle {
    max-width: 448px;
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

/* Медиа-запросы для адаптивности */
@media(max-width: 1400px) {
    .cart, .cart2, .cart3 {
        min-height: 280px;
        padding: 30px 18px;
    }
    
    .cart-title {
        font-size: 24px;
        line-height: 36px;
    }
    
    .cart-subtitle {
        font-size: 15px;
        line-height: 22px;
    }
}

@media(max-width: 1103px) {
    .cart, .cart2, .cart3 {
        margin: 30px 0px;
        min-height: 250px;
        padding: 25px 15px;
    }
    
    .cart2 {
        margin-left: 0; /* Убираем отрицательный отступ */
    }
}

@media(max-width: 920px) {
    .cart, .cart2, .cart3 {
        min-height: 220px;
        padding: 20px 15px;
    }
    
    .cart-title {
        font-size: 22px;
        line-height: 32px;
    }
    
    .cart-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

@media(max-width: 610px) {
    .cart, .cart2, .cart3 {
        margin: 15px 0px;
        min-height: 220px;
        padding: 20px 15px 20px 15px;
        background-size: contain;
        background-position: top center;
        position: relative;
        overflow: hidden;
    }
    .cart-title, .cart-subtitle {
        position: relative;
        z-index: 2;
        max-width: 100%;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        box-sizing: border-box;
    }
    .cart-title {
        margin-top: 120px;
    }
    .cart-subtitle {
        margin-top: 0;
    }
    .cart::before, .cart2::before, .cart3::before {
        content: none;
    }
}

@media(max-width: 500px) {
    .cart, .cart2, .cart3 {
        min-height: 180px;
        padding: 15px 12px;
    }
    
    .cart-title {
        font-size: 18px;
        line-height: 26px;
    }
    
    .cart-subtitle {
        font-size: 12px;
        line-height: 16px;
    }
}

/* Альтернативный подход - если изображения важны для фона */
@media(max-width: 768px) {
    .cart, .cart2, .cart3 {
        /* Создаем градиент для лучшей читаемости текста */
        position: relative;
    }
    
    .cart::before, .cart2::before, .cart3::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.7) 70%,
            rgba(255, 255, 255, 0.9) 100%
        );
        border-radius: 20px;
        pointer-events: none;
    }
    
    .cart-title, .cart-subtitle {
        position: relative;
        z-index: 1;
    }
    

}

.faq {
    margin-top: 280px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq-wrap {
    margin: 0 30px;
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faq-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #2a27ff ;
}

.faq-subtitle {
    font-weight: 900;
    font-size: 64px;
    line-height: 77px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    max-width: 759px;
}

.faq-subtitle>span {
    color: #2a27ff ;
}

.faq-text {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    max-width: 755px;
}

.spoler {
    background: #f3f1f8;
    border: 1.5px solid #ff8aef;
    border-radius: 18px;
    max-width: 760px;
    width: 100%;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    margin-bottom: 20px;
}

.spoler-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.spoler-title>span {
    color: #2a27ff ;
}

.spoler-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.right-faq {
    max-width: 760px;
    width: 100%;
}

.sub-spoler {
    border-radius: 0px 0px 18px 18px;
    padding: 20px 14px;
    background: #f3f1f8;
    border: 1.5px solid #ff8aef;
    border-top: none;
    display: none;
}

.sub-spoler-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    max-width: 710px;
}

/* Стили для ссылок в FAQ */
.sub-spoler-text a {
    color: #2a27ff !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.sub-spoler-text a:hover {
    color: #1e1ccc !important;
}

/* CSS треугольники для стрелок */
.arrow-triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #2a27ff; /* Синий цвет для светлой темы */
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

.spoler-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.active {
    display: block;
    margin-bottom: 20px !important;
}

.rot .arrow-triangle {
    transform: rotate(180deg);
    filter: drop-shadow(0px 4px 12px #2a27ff);
}

.border {
    border-radius: 12px 12px 0px 0px;
    margin-bottom: 0 !important;
}

.safe {
    margin-top: 437px;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #f4f4f7;
    background-position: center;
    background-size: cover;
}

.safe-wrap {
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 30px;
    align-items: center;
}

.safe-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    margin-top: 151px;
}

.safe-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    max-width: 855px;
    margin-bottom: 32px;
}

.mb150 {
    margin-bottom: 130px;
}

.safe-title>span {
    color: #2a27ff ;
    position: relative;
}

.saf {
    opacity: 0.4;
    filter: blur(4px);
    top: -20px;
}

.b1 {
    top: -30px;
}

.simpl {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.simpl-wrap {
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
    align-items: center;
}

.simpl-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.simpl-subtitle {
    font-weight: 900;
    font-size: 64px;
    line-height: 96px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}



.simpl-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #1b1b1c;
    max-width: 699px;
}

.simpl-subtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #1b1b1c;
    max-width: 699px;
    margin-top: 20px;
}

.gar-bottom {
    transform: rotate(-180deg);
    margin-top: -300px;
}

.mt50 {
    margin-top: 50px;
}

.p1 {
    left: -25px;
}

.p2 {
    left: -25px;
}

.p3 {
    left: -25px;
}

.fz400 {
    font-weight: 900;
    font-size: 64px;
    line-height: 96px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.fz300 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 504px;
}

.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #ffffff;
    background-position: center;
    background-size: cover;
    position: relative;
}

.footer-wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 30px;
}

.top-footer img {
    width: 100%;
}

.top-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.first-f {
    display: flex;
    flex-direction: column;
}

.first-f>p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    margin-bottom: 8px;
}

.first-f>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.s1 {
    background: url(../img/s1.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 3px;
}

.s2 {
    background: url(../img/s2.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
}

.s3 {
    background: url(../img/s3.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
}

.s4 {
    background: url(../img/s4.svg)no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
}

.blok {
    display: block;
}

.mt34 {
    margin-top: 50px;
}

.bottom-footer {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(167, 167, 167, 0.2);
    ;
    margin-bottom: 30px;
}

.bottom-footer-leaft>p {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    max-width: 630px;
}

.bottom-footer-leaft>img {
    margin-top: 40px;
    max-width: 300px;
    height: auto;
}

.bottom-footer-right {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    max-width: 370px;
}

.opas {
    opacity: 0;
}

.mt20 {
    margin-top: 20px;
}

.pad>a {
    padding: 18px 74px;
}

.pad2>a {
    padding: 18px 69.5px;
}

.rel2 {
    position: relative;
    z-index: 10;
}

@media(max-width:1581px) {
    .faq-wrap {
        justify-content: center;
    }
    .left-faq {
        margin-bottom: 30px;
    }
    .faq {
        margin-top: 50px;
    }
    .safe {
        margin-top: 50px;
    }
    .simpl-wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
    }
}

@media(max-width:1400px) {
    .header-text {
        font-size: 85px;
    }
    .fz400 {
        font-size: 48px;
    }
    .gardient>img {
        width: 90%;
    }
    .gar-bottom>img {
        width: 90% !important;
    }
    .mains {
        margin: 160px 0px !important;
    }
}

@media(max-width:1103px) {
    .cart {
        margin: 30px 0px;
    }
    .cart2 {
        margin: 30px 0px;
        margin-left: -15px;
    }
    .cart3 {
        margin: 30px 0px;
    }
    .simpl-right>img {
        width: 50%;
    }
    .simpl-right {
        display: flex;
        justify-content: center;
    }
    .header-text {
        line-height: 90px;
        margin-bottom: 20px;
    }
    .main {
        margin-top: 50px;
    }
    .header {
        height: 93px;
    }
    .safe-title {
        margin-top: 30px;
    }
    .mb150 {
        margin-bottom: 50px;
    }
}

@media(max-width:920px) {
    .rel2 {
        margin-bottom: 100px;
    }
    .faq-subtitle {
        font-size: 40px;
    }
    .faq-text {
        font-size: 14px;
        line-height: 20px;
    }
    .spoler-title {
        font-size: 18px;
    }
    .spoler-subtitle {
        font-size: 14px;
    }
    .safe-title {
        font-size: 40px;
        line-height: 50px;
    }
    .simpl-subtitle {
        font-size: 50px;
        line-height: 50px;
    }
    .simpl-text {
        font-size: 14px;
    }
    .simpl-subtext {
        font-size: 14px;
    }
    .bottom-footer-leaft>p {
        font-size: 12px;
        line-height: 16px;
    }
    .bottom-footer-leaft>img {
        max-width: 220px;
    }
    .header-button>a {
        padding: 12px 40.5px;
    }
    .header-button>button {
        padding: 12px 40.5px;
    }
    .pad>a {
        padding: 12px 40.5px;
    }
    .pad2>a {
        padding: 12px 36px;
    }
    .header-nav>a {
        margin-right: 20px;
        font-size: 18px;
    }
    .header-title {
        margin-top: 0px;
    }
    .sector {
        margin: 150px 0px !important;
    }
    .midl-sector>img {
        width: 30% !important;
    }
    .midl-sector {
        align-items: baseline;
    }
    .cercol {
        margin: 50px 0px !important;
    }
}

@media(max-width:610px) {
    .header-button>a {
        padding: 12px 12px;
    }
    .header-button>button {
        padding: 12px 40.5px;
    }
    .header-nav>a {
        margin-right: 12px;
        font-size: 14px;
    }
    .header-text {
        font-size: 45px;
        line-height: 45px;
    }
    .cart {
        margin: 15px 0px;
    }
    .cart2 {
        margin: 15px 0px;
    }
    .cart3 {
        margin: 15px 0px;
    }
    .pad>a {
        padding: 12px 16px;
    }
    .pad2>a {
        padding: 12px 12px;
    }
    .rel2 {
        margin-bottom: 200px;
    }
    .faq-subtitle {
        font-size: 25px;
    }
    .faq-text {
        font-size: 13px;
        line-height: 16px;
    }
    .spoler {
        padding: 12px 15px;
    }
    .safe-title {
        font-size: 25px;
    }
    .safe-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
    .simpl-title {
        font-size: 18px;
        line-height: 22px;
    }
    .simpl-subtitle {
        font-size: 35px;
        line-height: 43px;
    }
    .simpl-subtext {
        margin-top: 2px;
    }
    .mt50 {
        font-size: 16px;
    }
    .fz400 {
        font-size: 28px;
        line-height: 49px;
    }
    .fz300 {
        font-size: 12px;
        line-height: 16px;
        max-width: 300px;
    }
    .bottom-footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    .top-footer {
        justify-content: space-around;
    }
    .first-f>p {
        font-size: 16px;
        line-height: 22px;
    }
    .first-f>a {
        font-size: 12px;
        line-height: 21px;
    }
    .bottom-footer-right {
        justify-content: center;
    }
    .bottom-footer-leaft>img {
        max-width: 180px;
    }
    .w100>a {
        padding: 18px 0px !important;
        width: 100%;
        display: block;
    }
    .leaft-seb>p {
        font-size: 15px !important;
    }
    .pris {
        font-size: 15px !important;
    }
    .l-sec {
        font-size: 20px !important;
    }
    .r-sec {
        font-size: 20px !important;
    }
    .sub-sec {
        font-size: 14px !important;
        line-height: 5px !important;
    }
    .req-title {
        font-weight: 700 !important;
        font-size: 26px !important;
    }
    .sflex-title {
        font-weight: 700 !important;
        font-size: 29px !important;
    }
    .r-title {
        font-weight: 700 !important;
        font-size: 24px !important;
    }
    .r-subtitle {
        font-size: 18px !important;
    }
    .right-conteiner {
        padding: 20px 20px !important;
    }
    .leaft-conteiner {
        padding: 20px 20px !important;
    }
    .capcha {
        width: 100% !important;
    }
    .swiper {
        width: 400px;
    }
    #ys-name {
        font-size: 18px !important;
    }
    #input-rev-a {
        font-size: 18px !important;
    }
    #header-name {
        font-size: 20px !important;
    }
    #header-s-n {
        font-size: 20px !important;
    }
    #c-2 {
        font-size: 26px !important;
    }
}

@media(max-width:500px) {
    .header-nav {
        display: flex;
        flex-direction: column;
    }
    .swiper {
        width: 350px;
    }
    .r-grin-text {
        display: nonew;
    }
    .header-nav>a {
        line-height: 24px;
        width: 100%;
    }
    .bottom-footer-right>img {
        width: 15%;
    }
    .rad {
        width: 50% !important;
    }
    .rad2 {
        width: 50% !important;
    }
    .midl-sector {
        align-items: center !important;
        flex-direction: column !important;
    }
    .midl-sector>img {
        transform: rotate(90deg) !important;
        margin: 30px 0px !important;
    }
    .sector {
        margin: 90px 0px;
    }
}

.mains {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 300px 0px;
}

.mains-wrap {
    max-width: 1540px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 15px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.send {
    background: #fff;
    background-position: center;
    background-size: cover;
    padding: 40px 40px 0px 40px;
    max-width: 500px;
    width: 100%;
    height: 400px;
    border-radius: 24px;
    margin-bottom: 30px;
    overflow: auto !important;
}

.send-title {
    font-weight: 900;
    color: #1b1b1c;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
}

.send-title>span {
    color: #2a27ff ;
}

.send-input {
    background: #fff;
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #e7e7ef;
    margin-top: 20px;
}

.send-input>input {
    width: 100%;
    background-color: transparent;
    padding-left: 25px;
    background-image: url(../img/serch.svg);
    background-repeat: no-repeat;
    color: #1b1b1c;
}

placeholder {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.64);
}

.send-cr {
    background: #fff;
    border-radius: 12px;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    transition: .3s all;
}

.leaft-seb {
    display: flex;
    align-items: center;
}

.leaft-seb>img {
    margin-right: 14px;
}

.leaft-seb>p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.pris {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.dog {
    color: #b0b0b8;
}

.send-cr:hover {
    background: #f4f4f7;
    border-radius: 12px;
}

.send-cr:focus {
    background: #f4f4f7;
    border-radius: 12px;
}

.right-form {
    padding: 60px 40px;
    background: #fff;
    border-radius: 24px;
    max-width: 500px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.form-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    margin-top: 40px;
}

.form-title>span {
    color: #2a27ff ;
}

.form-input {
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #e7e7ef;
    margin-top: 20px;
}

.form-input>input {
    width: 100%;
    background-color: transparent !important;
    color: #1b1b1c;
}

.mt0 {
    margin-top: 0px;
}

.w100 {
    margin-top: 40px;
}

.w100>a {
    padding: 18px 162px;
}

.capcha {
    display: flex;
    justify-content: space-between;
    width: 70%;
    align-items: center;
    margin-top: 40px;
}

.cap {
    background: linear-gradient(180deg, #1D1E23 0%, #1B1D22 100%);
    border-radius: 12px;
    width: 60px;
    height: 60px;
    padding: 18px 25px;
}

.cap-n {
    background: transparent;
    width: 100%;
    height: 100%;
    color: #F0F2FB;
}

.capcha>p {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.rad {
    position: absolute;
    left: 0;
    top: 0;
}

.rad2 {
    position: absolute;
    right: 0;
    bottom: -800px;
}

.sector {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 300px 0px;
}

.sector-wrap {
    max-width: 1540px;
    width: 100%;
    margin: 0 30px;
}

.sector-title {
    font-weight: 900;
    font-size: 64px;
    line-height: 77px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    text-align: center;
}

.sector-subtitle {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(240, 242, 251, 0.44);
}

.sector-subtitle>span {
    color: #2a27ff ;
}

.midl-sector {
    display: flex;
    justify-content: space-evenly;
    margin-top: 32px;
    align-items: flex-start;
}

.l-sec {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.l-sec>span {
    color: #2a27ff ;
}

.r-sec {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
}

.r-sec>span {
    color: #2a27ff ;
}

.sub-sec {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(109, 240, 114, 0.64);
    display: none;
}

.flexd {
    display: flex;
    flex-direction: column;
}

.leaft-conteiner {
    background: #fff;
    border-radius: 24px;
    padding: 60px 40px;
    border: 1px solid #e7e7ef;
    max-height: 557px;
    position: relative;
    margin-bottom: 30px;
    max-width: 500px;
    width: 100%;
}

.req-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    max-width: 420px;
}

.req-title>span {
    color: #2a27ff ;
}

.adres {
    background: #fff;
    border-radius: 12px;
    padding: 21px 20px;
    border: 1px solid #e7e7ef;
    margin-top: 20px;
    width: 100%;
    height: 60px;
}

.adres>input {
    width: 100%;
    background-color: transparent;
    color: #1b1b1c;
}

.copi {
    background: #0500ff;
    border-radius: 0px 18px 18px 0px;
    padding: 18px;
    margin-left: -54px;
    height: 60px;
    margin-top: 20px;
    color: #fff;
}

.tabel {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wraper {
    display: flex;
    width: 100%;
}

.war {
    border-top: 1px solid rgba(240, 242, 251, 0.2);
    margin-top: 40px;
    align-items: center;
}

.sflex-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    max-width: 136px;
}

.sflex-title>span {
    color: #2a27ff ;
}

.sflex-qr {
    margin-top: 40px;
}

.tabel {
    margin-top: 60px;
}

.right-conteiner {
    background: #fff;
    border-radius: 24px;
    padding: 60px 40px;
    border: 1px solid #e7e7ef;
    max-width: 500px;
    width: 100%;
    max-height: 715px;
    height: 100%;
    position: relative;
}

.r-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    margin-top: 40px;
}

.r-title>span {
    color: #2a27ff ;
}

.r-subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    margin-top: 4px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7ef;
}

.r-subtitle>span {
    color: #2a27ff ;
}

.r-subgrin {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(109, 240, 114, 0.8);
    padding-bottom: 40px;
    display: none;
}

.ala {
    align-items: center;
    border-bottom: 1px solid #2A2C37;
}

.mt0 {
    margin-top: 0;
}

.brnobe {
    border-bottom: none;
}

.cercol {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 20px solid #2A2C37;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: #131416;
}

.tame {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    background: linear-gradient(180deg, #0500ff  0%, #0500ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tame-left {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.cercol-line {
    text-align: center;
    border: 15px solid #0500ff ;
    border-radius: 50%;
    padding: 99px 96px 108px 90px;
    width: 100%;
}

.base-timer {
    position: relative;
    width: 348px;
    height: 350px;
    top: -14px;
    left: -14px;
}

.base-timer__svg {
    transform: scaleX(1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}


/* .base-timer__path-elapsed {
	/* stroke-width: 7px;
	stroke: grey;
} */

.base-timer__path-remaining {
    stroke-width: 2px;
    /* stroke-linecap: round; */
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: #0500ff ;
}

.base-timer__path-remaining.orange {
    color: #0500ff ;
}

.base-timer__path-remaining.red {
    color: #0500ff ;
}

.base-timer__label {
    position: absolute;
    /* width: 295px;
	height: 295px; */
    top: 48%;
    left: 37%;
    /* display: flex;
	align-items: center;
	justify-content: center; */
    font-size: 48px;
    border-radius: 50%;
    /* background-color: #131416; */
    color: #0500ff ;
}

.ti-blue {
    position: absolute;
    z-index: 13;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #F0F2FB;
    top: 123px;
    left: 114px;
}

.shadow {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 30px;
    left: 0;
    background: linear-gradient(180deg, #1a1b1f00 0%, #16171b 83.85%, rgb(21 21 26) 100%);
    border-radius: 0px 0px 24px 24px;
}

.shadow-r {
    z-index: 10;
    position: absolute;
    width: 36%;
    height: 51px;
    top: 51px;
    left: -5px;
    background: linear-gradient(270deg, #ffffff00 100%, #bebebe 83.85%, #ffffff 100%);
}

.swiper-conteiner {
    position: relative;
}

.shadow-l {
    z-index: 10;
    position: absolute;
    width: 36%;
    height: 51px;
    top: 51px;
    right: -5px;
}

.r-grin-text {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 0.02em;
    color: rgba(109, 240, 114, 0.64);
    right: 25px;
    top: 13px;
    display: none;
}

.ac {
    display: block;
}

.cap-n-enter {
    background: #fff;
    border-radius: 12px;
    padding: 17px 21px;
}

.enter-cap {
    padding: 17px 21px;
}

.header-button>button {
    background: #0500ff;
    border-radius: 18px;
    padding: 18px 74.5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #F0F2FB;
}

.form-send {
    max-width: 500px;
    width: 100%;
}

.gilka-n {
    display: none;
    background-color: #131416;
    width: 265px;
    height: 228px;
    position: absolute;
    top: 43px;
    left: 38px;
    z-index: 13;
    padding: 88px;
    border-radius: 36%;
}

.gilka {
    display: block;
    z-index: 13;
}

.price-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e7e7ef;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    transition: .3s all;
    cursor: pointer !important;
}

.price-box-symbol {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    cursor: pointer;
}

.price-box-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1b1b1c;
    cursor: pointer;
}

.send-shadow {
    position: relative;
    max-width: 500px;
    width: 100%;
}

.price-box-img {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.price-box-img>img {
    border-radius: 50%;
    width: 36px;
    margin-right: 20px;
}

.see-coin {
    background: #f4f4f7;
}


/* .price-box:active {
	background: linear-gradient(180deg, #424658 0%, #2B2F40 100%);
} */

.absolut-title {
    padding: 39px 0px 16px;
    position: absolute;
    z-index: 10;
    max-width: inherit;
    width: -webkit-fill-available;
    background-color: #fff;
    top: 0px;
    margin-right: 40px;
}

.php-wrap {
    margin-top: 140px;
}

#input-rev-a {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #2a27ff ;
    margin-top: 4px;
    margin-left: 10px;
}

#header-s-n {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #2a27ff ;
}

#c-2 {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #2a27ff ;
    margin-left: 5px;
}

#header-s-n {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #2a27ff ;
    margin-left: 10px;
}

#header-name {
    font-weight: 900;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #2a27ff ;
    margin-left: 10px;
}

#ys-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #2a27ff ;
    margin-top: 4px;
    margin-left: 10px;
}

.head-tit {
    display: flex;
    flex-direction: column
}

.flex-w {
    display: flex;
    flex-wrap: wrap;
}

#c-1 {
    margin-left: 5px;
}

.bt-1 {
    border-top: 1px solid rgba(240, 242, 251, 0.2);
    margin-top: 0;
    padding-top: 40px;
}

.db1 {
    display: block;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

#qrcode {
    padding: 5px;
    border-radius: 8px;
    background-color: white;
}

@media(min-height:4919px) {
    .pf0 {
        position: fixed;
        bottom: 0;
    }
}

@media(min-height:1751px) {
    .pf1 {
        position: fixed;
        bottom: 0;
    }
}

@media(min-height:1751px) {
    .pf2 {
        position: fixed;
        bottom: 0;
        z-index: 14;
    }
}

@media (max-width: 400px) {
    .header-text {
        font-size: 32px;
        line-height: 36px;
    }
    .cart-title {
        font-size: 16px;
    }
    .cart-subtitle {
        font-size: 10px;
    }
    .faq-title, .safe-title, .simpl-title {
        font-size: 18px;
    }
    .faq-subtitle, .safe-subtitle, .simpl-subtitle {
        font-size: 14px;
    }
    .footer-wrap, .main-wrap, .faq-wrap, .safe-wrap, .simpl-wrap {
        margin: 0 5px;
    }
    .mains-wrap {
        max-width: 320px;
    }
}

@media (max-width: 430px) {
        .mains-wrap {
        max-width: 340px;
    }
}

@media (max-width: 390px) {
        .mains-wrap {
        max-width: 310px;
    }
}

@media (max-width: 360px) {
        .mains-wrap {
        max-width: 300px;
    }
}

.cart, .cart2, .cart3 {
    position: relative;
    overflow: hidden; /* ничего не выходит за рамку */
}

/* Иконка "огня", как на твоем фото — впритык к углу, с одним скруглённым углом */
.cart::before,
.cart2::before,
.cart3::before {
    content: '';
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    width: 36px;
    height: 36px;
    background-color: #ff8aef; /* цвет как у рамки */
    background-image: url('https://img.icons8.com/material-rounded/24/fire-element.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 12px; /* только правый нижний угол скруглён */
    z-index: 2;
}


.cart {
    border: 1.5px solid #fec81d;
    background-image: url(../img/1.svg);
}

.cart2 {
    border: 1.5px solid #f993ff;
    background-image: url(../img/2.svg);
}

.cart3 {
    border: 1.5px solid #37d1ff;
    background-image: url(../img/3.svg);
}

.cart::before {
    background-color: #fec81d;
}

.cart2::before {
    background-color: #f993ff;
}

.cart3::before {
    background-color: #37d1ff;
}

/* === Dark mode overrides === */
html.dark body {
    background: #18181b;
    color: #f4f4f7;
}
html.dark .header {
    background: #18181b !important;
}
html.dark .header a,
html.dark .header span {
    color: #fff !important;
}
html.dark .header-button>a,
html.dark .header-button>button {
    background: #48ff91;
    color: #1b1b1c !important;
}

html.dark .read-more>a {
    background: #48ff91;
    border-color: #48ff91;
    color: #1b1b1c;
}

html.dark .copi {
    background: #48ff91;
    color: #1b1b1c;
}

html.dark .cart, 
html.dark .cart2, 
html.dark .cart3 {
    background-color: #2a2c32;
}

html.dark .cart-title,
html.dark .cart-subtitle {
    color: #f4f4f7;
}


html.dark .sub-spoler {
    background: #2a2c32 !important;
    border: 1.5px solid #3a3c42 !important;
    border-top: none !important;
    color: #f4f4f7;
    background-image: none !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
}

html.dark .spoler {
    background: #2a2c32 !important;
    border: 1.5px solid #3a3c42 !important;
    background-image: none !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
}

html.dark .spoler-title,
html.dark .spoler-subtitle,
html.dark .sub-spoler-text {
    color: #f4f4f7;
}

/* Стили для ссылок в FAQ в темной теме */
html.dark .sub-spoler-text a {
    color: #48ff91 !important;
}

html.dark .sub-spoler-text a:hover {
    color: #3dd17a !important;
}

/* Change all blue text to green in dark theme */
html.dark .header-subtext>span,
html.dark .header-text>span,
html.dark .blur-crepto,
html.dark .blur-creptos,
html.dark .tame,
html.dark .base-timer__path-remaining.green,
html.dark .base-timer__path-remaining.orange,
html.dark .base-timer__path-remaining.red,
html.dark .base-timer__label,
html.dark .faq-title,
html.dark .faq-subtitle>span,
html.dark .spoler-title>span,
html.dark .safe-title>span,
html.dark .rot,
html.dark .simpl-subtitle>span,
html.dark .simpl-title,
html.dark .send-title>span,
html.dark .form-title>span {
    color: #48ff91 !important;
}

html.dark .cercol-line {
    border-color: #48ff91 !important;
}

html.dark .theme-toggle-btn:focus {
    outline-color: #48ff91 !important;
}

/* Зеленый цвет треугольников в темной теме */
html.dark .arrow-triangle {
    border-top-color: #48ff91;
}

html.dark .rot .arrow-triangle {
    filter: drop-shadow(0px 4px 12px #48ff91);
}

/* Зеленая обводка для монет в темной теме */
html.dark .swiper-slide img {
    border-color: #48ff91;
}

html.dark .swiper-slide img:hover {
    box-shadow: 0 4px 15px rgba(72, 255, 145, 0.3);
}

/* === Theme toggle button style === */
.theme-toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 24px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #1b1b1c;
    transition: all 0.3s ease;
}
.theme-toggle-btn svg {
    display: block;
    width: 24px;
    height: 24px;
}
.theme-toggle-btn:focus {
    outline: 2px solid #0500ff;
}
html.dark .theme-toggle-btn {
    background: none;
    color: #f4f4f7;
}

html.dark .send-input>input {
    color: #f4f4f7;
}

html.dark .form-input {
    color: #1b1b1c;
}

html.dark .form-input>input {
    color: #f4f4f7;
}

/* === Dark mode for colored/section backgrounds and text === */
html.dark .safe,
html.dark .safe-wrap,
html.dark .safe-title,
html.dark .safe-subtitle,
html.dark .simpl,
html.dark .simpl-wrap,
html.dark .simpl-subtitle,
html.dark .simpl-text,
html.dark .send,
html.dark .send-input,
html.dark .absolut-title,
html.dark .simpl-subtext,
html.dark .footer,
html.dark .footer-wrap,
html.dark .footer-menu,
html.dark .price-box.see-coin,
html.dark .right-form,
html.dark .bottom-footer,
html.dark .top-footer {
    background: #1b1b1c !important;
    color: #fff !important;
}
html.dark .safe-title,
html.dark .safe-subtitle,
html.dark .footer,
html.dark .footer-wrap,
html.dark .price-box-symbol,
html.dark .price-box-price,
html.dark .form-title,
html.dark .send-title,
html.dark .footer-menu,
html.dark .bottom-footer,
html.dark .top-footer {
    color: #fff !important;
}

/* Ensure the toggle button is on the right side of the header */
.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


html.dark .header-subtext,
html.dark .fz300,
html.dark .fz400,
html.dark .header-title {
    color: #fff !important;
}

html.dark .price-box {
    background:#161617 !important;;
    border: 0px;
}

/* Анимации при выборе монет */
.price-box:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(39, 107, 255, 0.2);
}

html.dark .price-box:active {
    box-shadow: 0 2px 8px rgba(72, 255, 145, 0.2);
}
html.dark .header-title,
html.dark .header-text,
html.dark .header-title.mt50,
html.dark .first-f,
html.dark .faq-subtitle,
html.dark .faq-text,
html.dark .bottom-footer-leaft>p,
html.dark .first-f * {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
    background-clip: border-box !important;
    -webkit-background-clip: border-box !important;
}

/* === Контроль прокрутки списка монет === */
@media (max-width: 768px) {
    /* Область с монетами - только здесь работает прокрутка списка */
    .php-wrap {
        touch-action: pan-y;
        overscroll-behavior: contain;
        /* Добавляем визуальную границу для понимания области прокрутки */
        border: 2px solid transparent;
        border-radius: 8px;
        transition: border-color 0.3s ease;
        /* Убеждаемся что область прокручивается */
        height: calc(100% - 140px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    
    /* Подсветка границы при касании */
    .php-wrap:active {
        border-color: rgba(42, 39, 255, 0.3);
    }
    
    /* Монеты - улучшаем отзывчивость */
    .price-box {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    
    /* Темная тема для границы области прокрутки */
    html.dark .php-wrap:active {
        border-color: rgba(72, 255, 145, 0.3);
    }
}
