/* Hauora (Variable или Regular) */
@font-face {
    font-family: 'Hauora';
    src: url('/fonts/hauora.ttf') format('truetype');
    font-weight: 400 900;
    /* поддержка диапазона весов */
    font-style: normal;
    font-display: swap;
}

/* TT Travels Next Trial Variable */
@font-face {
    font-family: 'TT Travels Next Trial Variable';
    src: url('/fonts/tt-travels-next-trial-variable.ttf') format('truetype');
    font-weight: 400 900;
    /* Variable-шрифт — диапазон весов */
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure,
dl,
dd,
ul,
ol,
pre,
table,
fieldset {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    /* все тексты по умолчанию белые */
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.dsc {
    display: none;
}

body {
    background-color: black;
    height: 100vh;
}

.noneMob {
    display: none;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

{
/*header*/
}

.banner1__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 72px;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
}

.header__mobile_menu {
    display: none;
}

.left,
.right {
    display: flex;
    gap: 24px;
    align-items: center;
}

.center {
    text-align: center;
}

.header__language {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__language_text {
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.004em;
    color: #F6F4EC;
}

.header__menu {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 19px 32px 20px;
    background: linear-gradient(0deg, rgba(208, 143, 117, 0.1), rgba(208, 143, 117, 0.1)), rgba(208, 143, 117, 0.1);
    background-blend-mode: normal, overlay;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.08), inset 2px 2px 2px -2px rgba(255, 255, 255, 0.15), inset -2px -2px 2px -2px rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 1024px;
}

.header__menu_text {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.004em;
    color: #F6F4EC;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
}

.header__menu_text2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: -0.004em;
    color: #F6F4EC;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    text-align: left;
    padding-left: 12px;
    padding-bottom: 24px;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(5px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    transition: opacity 0.3s ease;
    padding-top: 140px;
    z-index: 99;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    margin: 10px 0;
    transition: opacity 0.3s;
}

.mobile-menu a:hover {
    opacity: 0.7;
}

body.menu-open {
    overflow: hidden;
}

.header__login_text {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.004em;

    color: #9A8570;
}

.header__login {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    cursor: pointer;
    outline: none;
    background: none;
}

.header__btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    background: #F6F4EC;
    border-radius: 1024px;
    border: none;
    cursor: pointer;
    outline: none;
}

.header__btn2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19px 18.5px;
    background: #F6F4EC;
    border-radius: 1024px;
    border: none;
    cursor: pointer;
    outline: none;
    margin-left: 20px;
    margin-top: 142px;
}

.header__btn_text {
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    /* or 18px */
    text-align: center;
    letter-spacing: -0.004em;
    color: #0A0A0A;
}

.header__container {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    display: flex;
    align-items: center;
    /* центрирование элементов по вертикали */
    justify-content: space-between;
    /* распределение по сторонам */
    padding: 20px 72px;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
}

.header__container * {
    pointer-events: auto;
}

{
/*banner1*/
}

.header__row {
    position: relative;
    display: flex;
    border-radius: 1024px;
    background: rgba(27, 28, 29, 0.15);
    padding: 4px;
    gap: 4px;
}

.header__row input {
    display: none;
}

.header__wallet,
.header__pay {
    cursor: pointer;
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.004em;
    border-radius: 1024px;
    padding: 13px 16.5px;
    text-align: center;
    z-index: 2;
    position: relative;
    color: #f6f4ec;
    transition: color 0.3s ease;
}

.header__pay {
    color: #0a0a0a;
}

.header__indicator {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 14px;
    width: calc(50% - 8px);
    border-radius: 1024px;
    background: #c8c4b3;
    transition: transform 0.35s ease, background 0.35s ease;
    z-index: 1;
}

#wallet:checked ~ .header__indicator {
    transform: translateX(0);
    background: #FFFFFF;
    left: 2px;
    width: calc(55%);
}

#pay:checked ~ .header__indicator {
    transform: translateX(100%);
    background: #c8c4b3;
}

#wallet:checked + .header__wallet,
#pay:checked + .header__pay {
    color: #0a0a0a;
}

#wallet:not(:checked) + .header__wallet,
#pay:not(:checked) + .header__pay {
    color: #f6f4ec;
}

.banner1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-bottom: 64px;

    overflow: hidden;
}

.banner1__text__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    /* or 86px */
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);
}

.banner1__text {
    padding-top: 506px;
    z-index: 5;
}

.banner1__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner1__text__subtitle::before {
    content: "For Business";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner1__text__subtitle::after {
    content: "For Business";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.blur1 {
    filter: blur(2px);
    text-transform: lowercase;
}

.blur2 {
    filter: blur(4px);
    text-transform: lowercase;
}

.banner2__blur1 {
    text-transform: lowercase;
    filter: blur(1px);
}

.banner2__blur3 {
    filter: blur(1px);
}

.banner2__blur2 {
    filter: blur(3px);
    text-transform: lowercase;
}

.blur3 {
    filter: blur(6px);
    text-transform: lowercase;
}

.banner1__descriptions {
    padding-top: 48px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;

    color: #9A8570;
}

.banner1__buttons {
    display: flex;
    flex-direction: row;
    gap: 17.5px;
    padding-top: 48px;
}

.banner1__buttons__button1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 41.5px;

    /* sand_900 */
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
}

.banner1__buttons__button2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 32px;
    gap: 10px;
    background: #0A0A0A;
    border: 1px solid rgba(125, 122, 116, 0.35);
    border-radius: 12px;
}

.banner1__btn_text {
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;

    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;

    /* dark_900 */
    color: #0A0A0A;
}

.white {
    color: white !important;
}

.banner1__icon {
    align-self: flex-end;
    /* справа */
    margin-top: auto;
    /* прижимаем к низу блока */
    width: 64px;
    height: 64px;
}

.banner1__bg {
    display: block;
    position: absolute;
    left: 0;
    top: -15%;
    pointer-events: none;
    z-index: 3;
}

.banner1__bgMob {
    display: none;
}

.banner1__video {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 900px;
    height: auto;
    z-index: 0;
    pointer-events: none;
    border-radius: 12px;
    opacity: 0.9;
}

.banner1__gradient2 {
    position: absolute;
    width: 296.43px;
    height: 674.2px;
    left: 296.09px;
    top: -457.87px;

    background: linear-gradient(180deg, #E88F58 0%, rgba(255, 98, 0, 0) 88%);
    mix-blend-mode: plus-lighter;
    opacity: 0.8;
    filter: blur(47px);
    transform: matrix(0.71, -0.71, 0.71, 0.7, 0, 0);
}

.banner1__gradient1 {
    position: absolute;
    width: 296.16px;
    height: 1256.27px;
    left: 293.65px;
    top: -350.17px;

    background: linear-gradient(180deg, #E67E3E 0%, rgba(112, 43, 0, 0) 80%);
    mix-blend-mode: normal;
    opacity: 0.3;
    filter: blur(15px);
    border-radius: 0px;
    transform: matrix(0.73, -0.68, 0.64, 0.76, 0, 0);
}

.banner1__gradient3 {
    /* Rectangle */

    position: absolute;
    width: 296.38px;
    height: 1254.07px;
    left: -50.22px;
    top: -457.97px;

    background: linear-gradient(180deg, #E67E3E 0%, rgba(112, 43, 0, 0) 80%);
    mix-blend-mode: normal;
    opacity: 0.3;
    filter: blur(15px);
    border-radius: 0px;
    transform: matrix(0.7, -0.72, 0.73, 0.68, 0, 0);

}

.banner1__gradient4 {
    /* Rectangle */

    position: absolute;
    width: 296.27px;
    height: 1255.29px;
    left: -101.5px;
    top: -313.82px;

    background: linear-gradient(180deg, #E88F58 0%, rgba(255, 98, 0, 0) 88%);
    mix-blend-mode: plus-lighter;
    opacity: 0.3;
    filter: blur(45.95px);
    transform: matrix(0.72, -0.69, 0.66, 0.75, 0, 0);
}

.banner1__gradient5 {
    /* Ellipse */

    position: absolute;
    width: 1043.38px;
    height: 686.41px;
    left: -156.15px;
    top: -488.98px;

    background: #E88F58;
    mix-blend-mode: plus-lighter;
    opacity: 0.48;
    filter: blur(150px);
    transform: rotate(-45deg);
}

{
/*banner2*/
}

.container2 {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 60px;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    position: relative;
}

.banner2 {
    max-width: 1440px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(180deg, #171514 0%, #0E0C0B 100%);
    border-radius: 24px;
    overflow: hidden;
}

.banner2__text {
    padding-top: 80px;

}

.banner2__titleIcon {
    width: 70px;
    height: 70px;
}

.banner2__text__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);

}

.banner2__descriptions {
    padding-top: 48px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;

    color: #9A8570;
}

.banner2__text__subtitle {
    position: relative;
    display: inline-block;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-top: 11px;
}

.banner2__text__subtitle::before {
    content: "Advantages";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
    padding-top: 11px;
}

.banner2__text__subtitle::after {
    content: "Advantages";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
    padding-top: 11px;
}

.banner2__button1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 46px;
    cursor: pointer;
    /* sand_900 */
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
}

.banner2__row {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 108px;
    padding-bottom: 108px;
}

.banner2__carousel {
    display: none;
}

.banner2__column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.banner2__card {
    background: radial-gradient(100% 100% at 50% 0%, rgba(69, 36, 24, 0.6) 0%, rgba(32, 27, 24, 0.6) 100%);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    /* чтобы картинка и текст шли вертикально */
    align-items: center;
    /* центрируем всё по горизонтали */
    z-index: 10;
}

.banner8__card {
    background: radial-gradient(100% 100% at 50% 0%, rgba(67, 48, 41, 0.6) 0%, rgba(32, 27, 24, 0.6) 100%);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    /* чтобы картинка и текст шли вертикально */
    align-items: center;
    /* центрируем всё по горизонтали */
    z-index: 10;
}

.banner2__card_img {
    width: 330px;
    height: 262.74px;
    padding: 0;
}

.banner2__card_text {
    padding-left: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-top: 23px;
}

.banner2__card_text2 {
    padding-left: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-top: 7px;
}

.banner2__card_text__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    /* or 32px */
    letter-spacing: -0.02em;
    text-transform: capitalize;

    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner2__card_text__subtitle1,
.banner2__card_text__subtitle2,
.banner2__card_text__subtitle3,
.banner2__card_text__subtitle4,
.banner2__card_text__subtitle5,
.banner8__card_text__subtitle1,
.banner8__card_text__subtitle2,
.banner8__card_text__subtitle3 {
    -webkit-background-clip: unset;
    -webkit-text-fill-color: initial;
    position: relative;
    display: inline-block;
    z-index: 0;
}

.banner2__card_text__subtitle1::before,
.banner2__card_text__subtitle2::before,
.banner2__card_text__subtitle3::before,
.banner2__card_text__subtitle4::before,
.banner2__card_text__subtitle5::before,
.banner8__card_text__subtitle1::before,
.banner8__card_text__subtitle2::before,
.banner8__card_text__subtitle3::before {
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(18px);
    z-index: -2;
}

.banner2__card_text__subtitle1::after,
.banner2__card_text__subtitle2::after,
.banner2__card_text__subtitle3::after,
.banner2__card_text__subtitle4::after,
.banner2__card_text__subtitle5::after,
.banner8__card_text__subtitle1::after,
.banner8__card_text__subtitle2::after,
.banner8__card_text__subtitle3::after {
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(2px);
    z-index: -1;
}

.banner2__card_text__subtitle1::before {
    content: "Kraster";
    color: #B0845D;
}

.banner2__card_text__subtitle1::after {
    content: "Kraster";
    color: #F6F4EC;
}

.banner2__card_text__subtitle2::before {
    content: "Payment";
    color: #B0845D;
}

.banner2__card_text__subtitle2::after {
    content: "Payment";
    color: #F6F4EC;
}

.banner2__card_text__subtitle3::before {
    content: "AML Risks";
    color: #B0845D;
}

.banner2__card_text__subtitle3::after {
    content: "AML Risks";
    color: #F6F4EC;
}

.banner2__card_text__subtitle4::before {
    content: "30+ Countries";
    color: #B0845D;
}

.banner2__card_text__subtitle4::after {
    content: "30+ Countries";
    color: #F6F4EC;
}

.banner2__card_text__subtitle5::before {
    content: "20+";
    color: #B0845D;
}

.banner2__card_text__subtitle5::after {
    content: "20+";
    color: #F6F4EC;
}

.banner8__card_text__subtitle1::before {
    content: "Stability";
    color: #B0845D;
}

.banner8__card_text__subtitle1::after {
    content: "Stability";
    color: #F6F4EC;
}

.banner8__card_text__subtitle2::before {
    content: "Conversion";
    color: #B0845D;
}

.banner8__card_text__subtitle2::after {
    content: "Conversion";
    color: #F6F4EC;
}

.banner8__card_text__subtitle3::before {
    content: "Commission";
    color: #B0845D;
}

.banner8__card_text__subtitle3::after {
    content: "Commission";
    color: #F6F4EC;
}


.banner2__card_description {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
}


.banner2__card_description--small {
    padding-top: 18px;
}

.banner2__card_description--medium {
    padding-top: 25px;
}

.banner2__card_description--large {
    padding-top: 40px;
}

.banner2__gradient1 {
    position: absolute;
    width: 260px;
    height: 260px;
    left: -56px;
    top: 150px;

    background: rgba(90, 33, 0, 0.7);
    filter: blur(220px);
}

.banner2__gradient2 {
    position: absolute;
    left: 0%;
    bottom: 0%;
}

{
/*banner3*/
}

.container3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 128px;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    overflow: hidden;
    height: 1528px;
    @media (max-width: 600px) {
        height: 912px;
    }
}

.banner3__icon {
    width: 98px;
    height: 98px;
}

.img {
    width: 256px;
    height: 256px;
    margin-bottom: 60px;
}

.banner3__text__subtitle {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-top: 32px;
}

.banner3__text__subtitle::before {
    content: "Who is it";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
    padding-top: 32px;
}

.banner3__text__subtitle::after {
    content: "Who is it";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
    padding-top: 32px;
}

.banner3__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;

    letter-spacing: -0.03em;
    text-transform: capitalize;

    color: rgba(255, 235, 213, 0.45);
}

.banner5__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;

    letter-spacing: -0.03em;
    text-transform: capitalize;

    color: rgba(255, 235, 213, 0.45);
}

.custom-slider {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Пагинация — теперь в потоке */
.slider-top {
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
    margin-top: 64px;
}

.slider-pagination {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #474747;
    opacity: 0.4;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* активная — 14×14 */
.slider-dot.active {
    width: 14px;
    height: 14px;
    background: #C9AB8E;
    opacity: 1;
}

/* соседние слева и справа */
.slider-dot.near {
    width: 12px;
    height: 12px;
    opacity: 0.8;
}

/* чуть дальше */
.slider-dot.far {
    width: 11px;
    height: 11px;
    opacity: 0.6;
}

/* Основной блок со слайдами */
.slider-main {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.slider-wrapper {
    display: flex;
    align-items: center;
    transition: transform 0.6s ease;
    width: 100%;
}

.slider-card {
    flex: 0 0 335px;
    height: 634px;
    width: 335px;
    margin: 0 15px;
    border-radius: 24px;
    background-image: url('/img/banner3/banner3__card.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
    opacity: 0.5;
    transform: scale(0.90);
    transition: transform 0.6s ease, opacity 0.6s ease;
}

.card__img {
    width: 328px;
    height: 327px;
}

.slider-card.active {
    transform: scale(1);
    opacity: 1;
}

/* Стрелки */
.slider-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* возвращаем абсолютное позиционирование */
    top: 50%;
    transform: translateY(-50%);
    background: #171514;
    border-radius: 25.6px;
    color: #f6f4ec;
    border: none;
    width: 64px;
    height: 64px;
    font-size: 28px;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
}

.slider-button.prev {
    left: 10px;
    /* чуть отступ от края контейнера */
}

.slider-button.next {
    right: 10px;
    /* чуть отступ от края контейнера */
}

.slider-button:hover {
    background: rgba(44, 43, 41, 0.6);
}

.container4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 227px;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    overflow: hidden;
}

.none360 {
    display: none;
}

.banner4__row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    position: relative;
    padding-bottom: 119px;
}

.banner4__money {
    box-sizing: border-box;
    width: 96px;
    height: 96px;
    border-radius: 999px;
    border: 1.5px solid rgba(240, 237, 226, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner4__img--small {
    width: 66px;
    height: 64.22px;
}

.banner4__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 220px;
}

.banner4__coin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
}

.banner4__sign {
    width: 112px;
    height: 56px;
    object-fit: cover;
}

.banner4__text {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    text-align: center;

    letter-spacing: -0.03em;
    text-transform: capitalize;

    color: rgba(246, 244, 236, 0.45);

}

.banner4__subtitle {
    position: relative;
    display: inline-block;
    transform: translateX(-40px);
    color: #F6F4EC;
}

.banner4__subtitle::before {
    content: "Coins";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner4__subtitle::after {
    content: "Coins";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -3;
}

.banner4__subtitle2 {
    position: relative;
    display: inline-block;
    transform: translateX(-15px);
    color: #F6F4EC;
}

.banner4__subtitle2::before {
    content: "Networks";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner4__subtitle2::after {
    content: "Networks";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -3;
}

.banner4__sup {
    display: inline-block;
    transform: translateX(36px);
    color: rgba(246, 244, 236, 0.45);
}

.banner4__sup2 {
    display: inline-block;
    transform: translateX(15px);
    color: rgba(246, 244, 236, 0.45);
}

.banner4__net {
    transform: translateY(10px);
    /* сдвиг вниз на 10px */
}

.banner4__btn {
    box-sizing: border-box;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 46px;
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
    /* sand_900 */
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
    margin-top: 106px;
}

{
/*banner5*/
}

.banner5 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.container5 {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    padding-top: 278px;
    position: relative;
}

.banner5__text {
    padding-top: 205px;
    padding-left: 80px;
}

.banner5__logo {
    width: 110px;
    height: 110px;
    object-fit: cover;
    object-position: center;
    display: block;
    padding-right: 30px;
    margin-left: -15px;
}

.banner5__text__subtitle {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner5__text__subtitle::before {
    content: "User-Friendly";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
}

.banner5__text__subtitle::after {
    content: "User-Friendly";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
}

.banner5__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    padding-top: 45px;
}

.banner5__btn {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 46px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
    color: black;
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    /* identical to box height, or 20px */
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin-top: 48px;
    max-width: 206px;
}

.banner__btnMob {
    display: none;
}

.banner5__row {
    display: flex;
    flex-direction: row;
    gap: 108px;
    padding-right: 60px;
    padding-top: 210px;
    position: relative;

}

.banner5__column::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(176, 132, 93, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%);
    filter: blur(0.5px);
    transform: translateY(-50%);
    pointer-events: none;
}

.banner5__column {
    display: flex;
    flex-direction: column;
    gap: 68px;
    position: relative;
}

.banner5__column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -54px;
    /* половина от gap (108px / 2) */
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(176, 132, 93, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    filter: blur(0.5px);
}

.banner5__card_title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #F6F4EC;
}

.banner5__card_description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #9A8570;
    padding-top: 18px;
}

.banner5__card_logo-wrapper {
    position: relative;
    width: 44px;
    height: 38px;
    display: inline-block;
}

/* теперь свечение применяем к обёртке */
.banner5__card_logo-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B0845D;
    filter: blur(12px);
    border-radius: 50%;
    opacity: 0.8;
    transform: scale(1.3);
    z-index: 0;
}

.banner5__card_logo {
    position: relative;
    width: 36px;
    height: 36px;
    object-fit: contain;
    z-index: 1;
}

.banner8__card_logo {
    position: relative;
    width: 44px;
    height: 44px;
    object-fit: contain;
    z-index: 1;
}

.banner5__bg {
    position: absolute;
    left: 8.75%;
    top: -5.41%;
    max-width: 1200px;
    width: 100%;
    height: 1450px;
    z-index: -1;
}

.banner5__bg-mob {
    display: none;
}

.banner5__tv {
    width: 100%;
}

.banner5__demo {
    display: none;
}

.banner5__phone {
    display: none;
}

{
/*banner6*/
}

.banner6 {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding-right: 12px;
    padding-left: 12px;
}

.container6 {
    background: #000000;
    border-radius: 24px;
    max-width: 1440px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    justify-content: flex-start;
    margin-top: -220px;
}

.banner6__planet2 {
    margin-left: 0;
    margin-top: 127px;
    margin-bottom: 250px;
}

.banner6__bg {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1100px;
    width: 100%;
    height: auto;
    z-index: 5;
    pointer-events: none;
}

.banner6__bgMob {
    display: none;
}

.banner6__planet {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.banner6__planetMob {
    display: none;
}

.banner6__text {
    padding-left: 64px;
    padding-top: 50px;
    position: relative;
    z-index: 10;
}

.banner6__video {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 700px;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    border-radius: 12px;
    opacity: 0.9;
}

.banner6__video_mob {
    display: none;
}

.banner6__video_small {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 350px;
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    border-radius: 12px;
    opacity: 0.9;
}

.banner6__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 61.8989px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);
    z-index: 30;
}

.banner6__text__subtitle {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 61px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner6__text__subtitle::before {
    content: "30 Countries";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
}

.banner6__text__subtitle::after {
    content: "30 Countries";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
}

.banner6__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    padding-top: 48px;
}

.banner6__btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 46px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
    margin-top: 62px;

    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
    max-width: 206px;
    margin-bottom: 144px;
}

{
/*banner7*/
}

.banner7 {
    padding-right: 12px;
    padding-left: 12px;
}

.container7 {
    background-image: url('/img/banner7/banner7_bg.png');
    background-size: cover;
    border-radius: 24px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.banner7__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
}

.banner7__text__subtitle {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-top: 24px;
}

.banner7__text__subtitle::before {
    content: "White-Label";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
    padding-top: 24px;
}

.banner7__text__subtitle::after {
    content: "White-Label";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
    padding-top: 24px;
}

.banner7__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);
}

.banner7__interface1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 65px;
}

.banner7__interface {
    display: none;
}

.banner7__column1 {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding-top: 41px;
    padding-right: 210px;
}

.banner7__column2 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 44px;
    padding-left: 178px;
}

.banner7__name {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #9A8570;
    padding-bottom: 18px;
}

.banner7__container_mini3 {
    background: #2D2625;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    padding: 4px;
}

.banner7__container_mini > div {
    display: flex;
    align-items: center;
    gap: 5px;
}

.interface {
    width: 376px;
    height: 687px;
}

.banner7__row {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.banner7__column {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.banner7__card {
    background: #0A0A0A;
    border-radius: 20px;
    padding: 28px;
    max-width: 92px;
    max-height: 92px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.banner7__img {
    width: 36px;
    height: 36px;
    display: block;
}

.banner7__text1 {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;

    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner7__text3 {
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;

    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner7__text2 {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;

    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner7__text4 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner7__color1 {
    background: #C5AF97;
    border-radius: 18px;
    width: 44px;
    height: 44px;
}

.banner7__color2 {
    background: #FFC680;
    border-radius: 18px;
    width: 44px;
    height: 44px;
}

.banner7__color3 {
    background: #CCCCCC;
    border-radius: 18px;
    width: 44px;
    height: 44px;
}

.banner7__color4 {
    background: #6B6463;
    border-radius: 18px;
    width: 44px;
    height: 44px;
}

.input2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 8px;
    border: none;
    border-bottom: 2px solid #2D2625;
    background: transparent;
    color: #F6F4EC;
    font-size: 16px;
    outline: none;
    display: block;
}

{
/*banner8*/
}

.banner8 {
}

.banner8__carousel {
    display: none;
}

.container8 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.banner8__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 132px;
    position: relative;
}

.banner8__text__subtitle {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner8__text__subtitle::before {
    content: "Payment Acceptance";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
}

.banner8__text__subtitle::after {
    content: "Payment Acceptance";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
}

.banner8__btn3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 81px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
    margin-top: 32px;

    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
    max-width: 276px;
    margin-bottom: 24px;
}

.banner8__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);
}

.banner8__title2 {
    padding-top: 36px;
}

.banner8__ellips {
    position: absolute;
    width: 260px;
    height: 260px;
    left: 27%;
    top: 0%;

    background: rgba(134, 50, 0, 0.7);
    filter: blur(220px);
}

.banner8__cards {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-top: 108px;
    padding-bottom: 147px;
}

.banner8__card_img {
    width: 336px;
    height: 336.74px;
    padding: 0;
}

.banner8__card_img2 {
    width: 336px;
    height: 390.74px;
    padding: 0;
}

.banner8__card_img3 {
    width: 336px;
    height: 336.74px;
    padding: 0;
}

.banner8__card_text {
    padding-left: 32px;
    padding-right: 24px;
    padding-bottom: 32px;
}

.banner8__padding {
    margin-top: -54px !important;
}

{
/*banner9*/
}

.banner9 {
    padding-right: 12px;
    padding-left: 12px;
}

.container9 {
    background-image: url('/img/banner9/banner9_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

.banner9__text {
    padding-top: 128px;
    padding-bottom: 72px;
}

.banner9__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;

    color: #0A0A0A;
}

.banner9__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 160%;
    color: #0A0A0A;
    padding-top: 51px;
}

.banner9__columns_faq {
    max-width: 1054px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 16px;
}

.banner9__faq {
    width: 100%;
    border-radius: 24px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    padding-bottom: 37px;
}

/* ↓ Линия снизу при закрытом состоянии */
.banner9__faq::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: radial-gradient(97.97% 100% at 2.03% 0%,
    rgba(184, 167, 149, 0.2) 0%,
    rgba(217, 191, 167, 0.2) 50%,
    rgba(184, 167, 149, 0.2) 100%);
    border-radius: 24px;
    transition: opacity 0.5s ease;
}

.banner9__faq_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.banner9__faq_title {
    font-family: 'Hauora';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #F6F4EC;
}

.banner9__faq_icon img {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

/* Поворот стрелки при открытии */
.banner9__faq.active .banner9__faq_icon img {
    transform: rotate(180deg);
}

.banner9__faq_text {
    font-family: 'Inter Tight';
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #F6F4EC;
    max-height: 0;
    padding: 0 32px;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease,
    opacity 0.4s ease,
    padding 0.4s ease;
}

.banner9__faq.active .banner9__faq_text {
    padding: 32px;
    max-height: 500px;
    /* Можно подогнать под реальный контент */
    opacity: 1;
}

/* Показываем текст и фон при открытии */
.banner9__faq.active {
    background: rgba(62, 27, 0, 0.5);
    border-radius: 24px;
    padding-bottom: 0;
}

.banner9__faq.active::after {
    opacity: 0;
    /* убираем линию при открытии */
}

.banner9__faq.active .banner9__faq_text {
    display: block;
}

.top {
    padding-top: 20px;
    margin-bottom: 40px;
}

.mob {
    display: none;
}

{
/*banner10*/
}

.banner {
    max-width: 1300px;
    width: 100%;
    display: flex;
}

.banner__block {
    position: relative;
    display: inline-block;
}

.banner__blockMob {
    display: none;
}

.banner__text {
    position: absolute;
    left: 77px;
    bottom: 45px;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    text-align: left;
}

.banner10__text__subtitle1 {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner10__text__subtitle1::before {
    content: "Kraster Pay";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
}

.banner10__text__subtitle1::after {
    content: "Kraster Pay";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
}

.banner10__text__subtitle2 {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner10__text__subtitle2::before {
    content: "Kraster Wallet";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
}

.banner10__text__subtitle2::after {
    content: "Kraster Wallet";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
}

.banner_mob {
    display: none;
}

.container10 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.banner10__bg {
    position: relative;
    max-width: 1440px;
    width: 100%;
    pointer-events: none;
}

.banner10__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner10__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    padding-top: 32px;
    padding-bottom: 64px;
}

.banner10__text__subtitle {
    position: relative;
    display: inline-block;

    text-align: center;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner8__btn {
    display: none;
}

.banner10__text__subtitle::before {
    content: "Contact Us";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
}

.banner10__text__subtitle::after {
    content: "Contact Us";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
}

.banner10__text {
    position: relative;
    /* можно оставить */
    /* top: -720px; убрали */
    text-align: center;
}

.banner10__inputs {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    /* центруем колонку инпутов по горизонтали */
    padding-bottom: 128px;
}

.banner10__input {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 640px;
    max-width: 100%;
}

.banner10__btn {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.input-wrapper input {
    width: 447px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 16px;
}

option {
    background: #0A0A0A;
    color: #fff;
    border: 4px solid #444;
}

.banner10__input_title {
    width: 100%;
    text-align: left;
    padding-left: 5px;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 90%;
    /* or 16px */
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 447px;
    height: 56px;
    width: 100%;
    background: #0A0A0A;
    border: 4px solid #444;
    /* серая обводка */
    border-radius: 20px;
    padding-left: 14px;
    padding-right: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
    cursor: pointer;
}

.input-wrapper1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 447px;
    height: 56px;
    width: 100%;
    background: #444;
    border: 4px solid #444;
    border-radius: 20px;
    cursor: pointer;
}

.inner-wrapper {
    background-color: #0A0A0A;
    /* черный фон */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* или center, если нужно */
    width: 100%;
    height: 100%;
    border-radius: 16px;
    /* чуть меньше, чем у внешней обводки, чтобы была видна граница */
    padding-left: 14px;
    padding-right: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.input-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
    opacity: 0.8;
    /* чуть приглушим, чтобы не отвлекала */
}

.input-wrapper input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Inter Tight', sans-serif;
}

.custom-select {
    width: 447px;
    position: relative;
    flex: 1;
    color: #fff;
    font-size: 16px;
    font-family: 'Inter Tight', sans-serif;
    background: transparent;
    border-radius: 0;
}

.selected-option {
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}

.options-list {
    position: absolute;
    top: 36px;
    left: -46px;
    width: 447px;
    background: #444;
    border: 4px solid #444;
    border-top: none;
    /* чтобы не было двойной линии с инпутом */
    border-radius: 0 0 20px 20px;
    /* закругление только снизу */
    overflow-y: auto;
    max-height: 240px;
    z-index: 10;
    display: none;
    flex-direction: column;
    gap: 4px;
}

.options-list::-webkit-scrollbar {
    display: none;
    /* убираем скроллбар */
}

.option-item {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: background 0.2s ease;
    background: #0A0A0A;
    border-radius: 16px;
    margin-top: 4px;
}

.option-item:hover {
    background: #1B1C1D;
}

/* стрелка и обертка */
.select-wrapper {
    background: #1B1C1D;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 9;
}

.select-arrow {
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.select-wrapper.open {
    background: #fff;
}

.select-wrapper.open .select-arrow {
    border-color: #000;
    transform: rotate(-135deg);
}


.input-wrapper input::placeholder {
    color: #999;
    /* светло-серый плейсхолдер */
}

.banner10__btn {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;

    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
}

.banner10__btn2 {
    box-sizing: border-box;
    max-width: 240px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;

    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
    margin-top: 79px;
    cursor: pointer;
}

.banner11__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url('/img/banner11/banner11-bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner11__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding-top: 506px;
    padding-bottom: 280px;
    position: relative;
}

.banner11__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #A27A66;
    padding-bottom: 32px;
}

.banner11__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner11__text__subtitle::before {
    content: "We Help";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
    padding-top: 25px;
}

.banner11__text__subtitle::after {
    content: "We Help";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
    padding-top: 25px;
}

.banner11__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    padding-bottom: 48px;
    color: #9A8570;
}

.banner11__btn {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.banner11__btn1 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 54px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
    cursor: pointer;
    outline: none;
}

.banner11__btn3 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 54px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
    cursor: pointer;
    outline: none;
}

.banner11__btn1_text {
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
}

.banner11__btn2 {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: center;
    align-items: center;
    padding: 14px 32px;
    border: 1px solid rgba(125, 122, 116, 0.35);
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    outline: none;
}

.banner11__btn2_text {
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #F6F4EC;
}

.banner11__btn2_img {
    position: absolute;
    bottom: 170px;
}


.none770 {
    display: none;
}

.banner12__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.banner12__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner12__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);
}

.banner12__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner12__text__subtitle::before {
    content: "Answered";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner12__text__subtitle::after {
    content: "Answered";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.banner12__cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
    padding-top: 128px;
}

.card_row {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.banner12__card1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/img/banner12/card1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 330px;
    height: auto;
}

.banner12__card2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/img/banner12/card2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 330px;
    height: auto;
}

.banner12__card3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/img/banner12/card3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 330px;
    height: auto;
}

.banner12__card_title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 49.6296px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-bottom: 24px;
}

.banner12__card_description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #9A8570;
    padding-bottom: 40px;
}

.banner12__card_img {
    padding-top: 75px;
    padding-bottom: 45px;
}

.banner12__card_img2 {
    padding-top: 65px;
    padding-bottom: 35px;
}

.banner12__card_img3 {
    padding-top: 75px;
    padding-bottom: 65px;
}

{
/*banner13*/
}

.banner13 {
    display: flex;
    padding-top: 48px;
    padding-left: 67px;
    padding-right: 67px;
    margin-bottom: 128px;
}

.banner13__container {
    width: 100%;
    display: flex;
    background-image: url('/img/banner13/banner13__bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 32px;
}

.banner13__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);
    padding-top: 30px;

    z-index: 5;
}

.banner13__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
    padding-bottom: 48px;
}

.banner13__text__subtitle::before {
    content: "We Can Help";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner13__text__subtitle::after {
    content: "We Can Help";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.banner13__text {
    display: flex;
    flex-direction: column;
    margin-top: 71px;
    margin-left: 64px;
    margin-bottom: 48px;
    z-index: 5;
}

.banner13__icon {
    width: 83px;
    height: 83px;
    margin-left: -20px;
}

{
/*banner14*/
}

.banner14__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;

    padding-bottom: 128px;
}

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

.banner14__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: rgba(255, 235, 213, 0.45);
}

.banner14__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
    padding-bottom: 128px;
}

.banner14__text__subtitle::before {
    content: "Contacts";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner14__text__subtitle::after {
    content: "Contacts";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.banner14__ellipse {
    position: absolute;
    width: 360px;
    height: 360px;
    left: 40%;
    top: 5%;
    background: rgba(90, 33, 0, 0.7);
    filter: blur(220px);
}

.banner14__cards_row {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.banner14__cards_column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.banner14__card {
    background: #0A0A0A;
    border-radius: 20px;
    border: 4px solid #2D2625;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-left: 32px;
    padding-right: 27px;
    padding-bottom: 48px;
    overflow: hidden;
    position: relative;
}

.banner14__card3 {
    background: #0A0A0A;
    border-radius: 20px;
    border: 4px solid #2D2625;
    display: flex;
    flex-direction: column;
    padding-top: 37px;
    padding-left: 32px;
    padding-right: 27px;
    padding-bottom: 54px;
    overflow: hidden;
    position: relative;
}

.card__img3 {
    position: absolute;
    right: -10%;
    bottom: 0;
}

.banner14__card_logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 48px;
}

.banner14__btn {
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 8px;
    display: flex;
    padding: 6px;

    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #0A0A0A;
}

.banner14__btn2 {
    background: rgba(246, 244, 236, 0.1);
    border-radius: 8px;
    display: flex;
    padding: 6px;

    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #B8A795
}

.banner14__card_description {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.banner14__description {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.banner14__description_title {
    display: flex;
    flex-direction: row;
    gap: 6px;

    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
}

.wrapper {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 9px;
    gap: 10px;
    background: rgba(154, 133, 112, 0.3);
    border-radius: 8px;
}

.banner14__description_content {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #F6F4EC;
}

.banner14__description_content.button {
    cursor: pointer;
}

.banner14__card_content {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.banner14__img {
    display: flex;
    margin-right: -25px;
    margin-top: -20px;
}

.banner14_card_img {
    position: absolute;
    top: -15%;
    right: -15%;
}

.banner14__card2 {
    background: #0A0A0A;
    border-radius: 20px;
    border: 4px solid #2D2625;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 132px;
    padding-bottom: 24px;
    overflow: hidden;
    position: relative;
}

.banner14__card_title4 {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-bottom: 32px;
}

.banner14__subtitle,
.banner14__subtitle2 {
    position: relative;
    display: inline-block;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner14__subtitle::before,
.banner14__subtitle::after,
.banner14__subtitle2::before,
.banner14__subtitle2::after {
    position: absolute;
    top: 0;
    left: 0;
}

.banner14__subtitle::before {
    content: "Personal";
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner14__subtitle::after {
    content: "Personal";
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.banner14__subtitle2::before {
    content: "Account";
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner14__subtitle2::after {
    content: "Account";
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.banner14__card_description4 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    padding-bottom: 32px;
}

.banner14__btn1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 43px;
    background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border: 2px solid rgba(236, 237, 238, 0.3);
    border-radius: 12px;
    max-width: 200px;
}

.banner14__bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner14__card_description strong {
    color: #fff;
}

.banner14__card_description2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    display: block;
    z-index: 10;
}

.banner14__card_title3 {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-bottom: 18px;
}

.banner14__subtitle3,
.banner14__subtitle4 {
    position: relative;
    display: inline-block;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner14__subtitle3::before,
.banner14__subtitle3::after,
.banner14__subtitle4::before,
.banner14__subtitle4::after {
    position: absolute;
    top: 0;
    left: 0;
}

.banner14__subtitle3::before,
.banner14__subtitle4::before {
    content: attr(data-text);
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

.banner14__subtitle3::after,
.banner14__subtitle4::after {
    content: attr(data-text);
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

{
/*banner15 / aml*/
}

.banner15__container {
    width: 100%;
    height: 968px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url('/img/banner15/aml-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner15__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner15__text__subtitle::before {
    content: "Your Business";
    position: absolute;
    top: 0;
    left: 0;
    color: #CC2A2A;
    filter: blur(18px);
    z-index: -2;
    padding-top: 25px;
}

.banner15__text__subtitle::after {
    content: "Your Business";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
    padding-top: 25px;
}

.banner15__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 271px;
    padding-bottom: 72px;
}

.banner15__container_mini {
    background: #2D2625;
    border-radius: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    padding: 4px;

    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    margin-bottom: 48px;
}

.banner15__container_mini_active {

    background: #F6F4EC;
    border-radius: 1024px;
    padding: 11px 24px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #0A0A0A;
}

.banner15__container_mini_noactive {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    background: #2D2625;
    border-radius: 1024px;
    padding: 11px 24px;
}

.banner15__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #A27A66;
    text-align: center;
    padding-bottom: 72px;
}

.banner15__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1288px;
    width: 100%;
    background: #0A0A0A;
    border-radius: 20px;
    padding: 22px 32px;
    border: 4px solid #2D2625;
}

/* Левая группа */
.banner15__group_left {
    display: flex;
    width: 55%;
    justify-content: space-between;
    align-items: center;
}

/* Правая группа */
.banner15__group_right {
    display: flex;
    align-items: center;
    gap: 18px;
    /* расстояние между кнопкой и блоком */
}

/* Стили кнопки (для примера) */
.banner15__btn {
    background: #A27A66;
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
    border: none;
    border-radius: 12px;
    padding: 14px 45px;
    cursor: pointer;
}

.banner15__btn:hover {
    background: #c7967d;
}

.banner15__text__title {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #9A8570;
}

.banner15__text__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #F6F4EC;
}

.banner15__card_row {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.banner15__column {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.banner16__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner16__text__subtitle::before {
    content: "Assess?";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
    padding-top: 18px;
}

.banner16__text__subtitle::after {
    content: "Assess?";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
    padding-top: 18px;
}

.banner16__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    color: #9A8570;

    padding-top: 32px;
    padding-bottom: 128px;
}

.banner16__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

{
/*banner17*/
}

.banner17 {
    padding-top: 132px;
}

.banner17__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner17__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner17__text__subtitle::before {
    content: "Plans";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
    padding-top: 18px;
}

.banner17__text__subtitle::after {
    content: "Plans";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
    padding-top: 18px;
}

.banner17__cards_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    gap: 18px;
    align-items: center;
    justify-content: center;
    padding-top: 128px;
    padding-bottom: 128px;
}

.banner17__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 290px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner17__card--1 {
    background-image: url('/img/banner17/card1.png');
}

.banner17__card--2 {
    background-image: url('/img/banner17/card2.png');
}

.banner17__card--3 {
    background-image: url('/img/banner17/card3.png');
}

.banner17__card--4 {
    background-image: url('/img/banner17/card4.png');
}

.banner17__card--5 {
    background-image: url('/img/banner17/card5.png');
}

.banner17__card__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 153px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner17__card__subtitle::before,
.banner17__card__subtitle::after {
    position: absolute;
    top: 0;
    left: 0;
}

.banner17__card__subtitle::before {
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

/* Передний слой */
.banner17__card__subtitle::after {
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.banner17__card1__subtitle::before,
.banner17__card1__subtitle::after {
    content: "5";
}

.banner17__card2__subtitle::before,
.banner17__card2__subtitle::after {
    content: "10";
}

.banner17__card3__subtitle::before,
.banner17__card3__subtitle::after {
    content: "25";
}

.banner17__card4__subtitle::before,
.banner17__card4__subtitle::after {
    content: "50";
}

.banner17__card5__subtitle::before,
.banner17__card5__subtitle::after {
    content: "100";
}


.banner17_card_text {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner17__card1__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-bottom: 18px;
    padding-top: 28px;
}

.banner17__card1__mini {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #9A8570;
}

.banner17__card1__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    padding-bottom: 36px;
    color: #9A8570;
}

.banner17__card_btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 1px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 42px;
    background: #0A0A0A;
    border: 1px solid rgba(125, 122, 116, 0.35);
    border-radius: 12px;

    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;

    color: #F6F4EC;
}

.banner9__aml {
    margin-bottom: 128px;
}

{
/*banner15 / aml*/
}

.banner15__container {
    width: 100%;
    height: 968px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background-image: url('/img/banner15/aml-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner15__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner15__text__subtitle::before {
    content: "Your Business";
    position: absolute;
    top: 0;
    left: 0;
    color: #CC2A2A;
    filter: blur(18px);
    z-index: -2;
    padding-top: 25px;
}

.banner15__text__subtitle::after {
    content: "Your Business";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
    padding-top: 25px;
}

.banner15__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 271px;
    padding-bottom: 72px;
}

.banner15__container_mini {
    background: #2D2625;
    border-radius: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    padding: 4px;

    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    margin-bottom: 48px;
}

.banner15__container_mini_active {

    background: #F6F4EC;
    border-radius: 1024px;
    padding: 11px 24px;
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #0A0A0A;
}

.banner15__container_mini_noactive {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    background: #2D2625;
    border-radius: 1024px;
    padding: 11px 24px;
}

.banner15__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 96px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #A27A66;
    text-align: center;
    padding-bottom: 72px;
}

.banner15__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1288px;
    width: 100%;
    background: #0A0A0A;
    border-radius: 20px;
    padding: 22px 32px;
    border: 4px solid #2D2625;
}

/* Левая группа */
.banner15__group_left {
    display: flex;
    width: 55%;
    justify-content: space-between;
    align-items: center;
}

/* Правая группа */
.banner15__group_right {
    display: flex;
    align-items: center;
    gap: 18px;
    /* расстояние между кнопкой и блоком */
}

/* Стили кнопки (для примера) */
.banner15__btn {
    background: #A27A66;
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #0A0A0A;
    border: none;
    border-radius: 12px;
    padding: 14px 45px;
    cursor: pointer;
}

.banner15__btn:hover {
    background: #c7967d;
}

.banner15__text__title {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #9A8570;
}

.banner15__text__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #F6F4EC;
}

.banner15__card_row {
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.banner15__column {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.banner16__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner16__text__subtitle::before {
    content: "Assess?";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
    padding-top: 18px;
}

.banner16__text__subtitle::after {
    content: "Assess?";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
    padding-top: 18px;
}

.banner16__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
    color: #9A8570;

    padding-top: 32px;
    padding-bottom: 128px;
}

.banner16__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

{
/*banner17*/
}

.banner17 {
    padding-top: 132px;
}

.banner17__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.banner17__text__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner17__text__subtitle::before {
    content: "Plans";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
    padding-top: 18px;
}

.banner17__text__subtitle::after {
    content: "Plans";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
    padding-top: 18px;
}

.banner17__cards_row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 80%;
    gap: 18px;
    align-items: center;
    justify-content: center;
    padding-top: 128px;
    padding-bottom: 128px;
}

.banner17__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 290px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner17__card--1 {
    background-image: url('/img/banner17/card1.png');
}

.banner17__card--2 {
    background-image: url('/img/banner17/card2.png');
}

.banner17__card--3 {
    background-image: url('/img/banner17/card3.png');
}

.banner17__card--4 {
    background-image: url('/img/banner17/card4.png');
}

.banner17__card--5 {
    background-image: url('/img/banner17/card5.png');
}

.banner17__card__subtitle {
    position: relative;
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 153px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    z-index: 0;
}

.banner17__card__subtitle::before,
.banner17__card__subtitle::after {
    position: absolute;
    top: 0;
    left: 0;
}

.banner17__card__subtitle::before {
    color: #B0845D;
    filter: blur(18px);
    z-index: -2;
}

/* Передний слой */
.banner17__card__subtitle::after {
    color: #F6F4EC;
    filter: blur(2px);
    z-index: -1;
}

.banner17__card1__subtitle::before,
.banner17__card1__subtitle::after {
    content: "5";
}

.banner17__card2__subtitle::before,
.banner17__card2__subtitle::after {
    content: "10";
}

.banner17__card3__subtitle::before,
.banner17__card3__subtitle::after {
    content: "25";
}

.banner17__card4__subtitle::before,
.banner17__card4__subtitle::after {
    content: "50";
}

.banner17__card5__subtitle::before,
.banner17__card5__subtitle::after {
    content: "100";
}


.banner17_card_text {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner17__card1__title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
    padding-bottom: 18px;
    padding-top: 28px;
}

.banner17__card1__mini {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #9A8570;
}

.banner17__card1__description {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    padding-bottom: 36px;
    color: #9A8570;
}

.banner17__card_btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 1px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 42px;
    background: #0A0A0A;
    border: 1px solid rgba(125, 122, 116, 0.35);
    border-radius: 12px;

    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;

    color: #F6F4EC;
}

.banner9__aml {
    margin-bottom: 128px;
}

{
/*footer*/
}

.footer {
    max-width: 1321px;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 36px;
    margin-left: auto;
    margin-right: auto;
}

.footer__row-mob {
    display: flex;
    flex-direction: row;
    gap: 128px;
}

.footer__container {
    max-width: 1321px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.footer__row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.footer__gradient-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg,
    rgba(44, 43, 41, 0.35) 0%,
    #2C2B29 50.06%,
    rgba(44, 43, 41, 0.35) 100%);
    margin-top: 37px;
    margin-bottom: 47px;
}

.footer__column1 {
    display: flex;
    flex-direction: column;
    gap: 47px;
}

.footer__logo {
    width: 140px;
    height: 24.3px;
}

.footer__description1 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
}

.footer__description2 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #89857C66;
    padding-top: 25px;
}

.footer__title {
    font-family: 'TT Travels Next Trial Variable';
    font-style: normal;
    font-weight: 704;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #F6F4EC;
    padding-bottom: 48px;
}

.footer__info {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footer__row2 {
    display: flex;
    flex-direction: row;
    gap: 64px;
}

.padding__right2 {
    padding-right: 78px;
}

.footer__description3 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    padding-right: 76px;
    white-space: nowrap;
}

.footer__description4 {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #9A8570;
    padding-right: 50px;
}

.footer__row {
    display: flex;
    flex-direction: row;
}

.padding__right1 {
    padding-right: 82px;
}

.footer__column2 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: flex-start;
}

.footer__text {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: rgba(137, 133, 124, 0.4);
}

.footer__img {
    width: 183px;
    height: 20px;
}

.footer__ps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.footer__language {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    text-align: right;
    color: #F6F4EC;
}

.banner3__card__subtitle {
    position: relative;
    display: inline-block;

    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 53px;
    line-height: 90%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #F6F4EC;
}

.banner3__card__subtitle::before {
    content: "Web3";
    position: absolute;
    top: 0;
    left: 0;
    color: #B0845D;
    filter: blur(18px);
    z-index: 1;
}

.banner3__card__subtitle::after {
    content: "Web3";
    position: absolute;
    top: 0;
    left: 0;
    color: #F6F4EC;
    filter: blur(2px);
    z-index: 2;
}

.banner3__card_title {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 49.6296px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.banner3__card_title2 {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 41px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #9A8570;
    padding-top: 60px;
}

.banner3__card_title3 {
    font-family: 'Hauora';
    font-style: normal;
    font-weight: 600;
    font-size: 41px;
    line-height: 90%;
    text-align: center;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: #9A8570;
    padding-top: 50px;
}

.card__img2 {
    width: 392px;
    height: 350px;
    padding-top: 50px;
}

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

.slider-fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    /* ширина градиента */
    pointer-events: none;
    /* чтобы клики проходили сквозь */
    backdrop-filter: blur(2px);
    z-index: 2;
}

.slider-fade.left {
    left: 0;
    background: linear-gradient(to right, #000, transparent);
}

.slider-fade.right {
    right: 0;
    background: linear-gradient(to left, #000, transparent);
}

@media (max-width: 1440px) {
    .container6 {
        margin-top: -200px;
    }
}

@media (max-width: 1320px) {
    .banner5__bg {
        left: 16.75%;
        top: 21.41%;
        height: 1050px;
        width: 75%;
    }

    .banner6__video {
        max-width: 600px;
    }
}

@media (max-width: 1200px) {
    .banner2__text__title {
        font-size: 52px;

    }

    .banner2__text__subtitle {
        font-size: 52px;
    }

    .banner5__row {
        padding-right: 10px;
        gap: 26px;
    }

    .banner5__column:not(:last-child)::after {
        right: -10px;
    }

    .banner5__text__subtitle {
        font-size: 52px;
    }

    .banner5__title {
        font-size: 52px;
        line-height: 90%;
    }

    .banner7__column1 {
        padding-right: 50px;
    }

    .banner7__column2 {
        padding-left: 30px;
    }

    .banner8__card_img {
        width: 236px;
        height: 236.74px;
        padding: 0;
        display: flex;
        text-align: center;
    }

    .banner8__card_img2 {
        width: 236px;
        height: 270.74px;
        padding: 0;
    }

    .banner8__card_img3 {
        width: 236px;
        height: 236.74px;
        padding: 0;
    }

    .banner10__text {
        position: relative;
        text-align: center;
    }

    .footer__description1 {
        font-size: 12px;
    }

    .footer__description2 {
        font-size: 12px;
    }

    .footer__description3 {
        font-size: 12px;
    }

    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__description4 {
        font-size: 12px;
        padding-right: 55px;
    }

    .container6 {
        margin-top: -150px;
    }

    .banner__text {
        font-size: 44px;
    }

    .banner10__text__subtitle1 {
        font-size: 44px;
    }

    .banner10__text__subtitle2 {
        font-size: 44px;
    }

    .banner1__video {
        max-width: 700px;
    }

    .banner6__video {
        max-width: 500px;
    }
}

@media (max-width: 1030px) {
    .banner2__card_img {
        max-width: 330px;
        width: 100%;
        max-height: 262.74px;
        height: 100%;
        padding: 0;
    }

    .banner2__descriptions {
        font-size: 13px;
    }

    .container2 {
        padding: 20px 5px;
    }

    .banner1__video {
        max-width: 600px;
    }

    .banner6__video {
        display: none;
    }

    .banner6__video_small {
        display: block;
        max-width: 350px;
    }

    .card_row {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .banner14__cards_row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .banner14__cards_column {
        width: 100%;
    }

    .banner14__card2,
    .banner14__card3 {
        display: none !important;
    }

    .banner14__card {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 920px) {
    .header__language {
        display: none;
    }

    .center {
        display: none;
    }

    .header__btn {
        display: none;
    }

    .header__mobile_menu {
        display: block;
    }

    .footer__description1 {
        font-size: 9px;
    }

    .footer__description2 {
        font-size: 9px;
    }

    .footer__description3 {
        font-size: 9px;
    }

    .footer__description4 {
        font-size: 9px;
        padding-right: 60px;
    }

    .footer__title {
        font-size: 13px;
    }

    .banner1__video {
        max-width: 400px;
    }
}

@media (max-width: 870px) {
    .banner2__card_text__title {
        font-size: 23px;
    }

    .banner8__card_img {
        width: 176px;
        height: 176.74px;
        padding: 0;
        display: flex;
        text-align: center;
    }

    .banner8__card_img2 {
        width: 176px;
        height: 170.74px;
        padding: 0;
    }

    .banner8__card_img3 {
        width: 176px;
        height: 176.74px;
        padding: 0;
    }

    .banner2__text__title {
        font-size: 42px;

    }

    .banner2__text__subtitle {
        font-size: 42px;
    }

    .banner__text {
        font-size: 34px;
    }

    .banner10__text__subtitle1 {
        font-size: 36px;
    }

    .banner10__text__subtitle2 {
        font-size: 36px;
    }

    .safe {
        width: 30px;
        height: 30px;
    }

    .arrow {
        width: 30px;
        height: 30px;
    }

    .banner10__btn2 {
        margin-top: 35px;
    }

    .banner6__video_small {
        display: block;
        max-width: 250px;
    }
}

@media (max-width: 800px) {
    .banner1__video {
        max-width: 300px;
    }

    .banner6__video_small {
        max-width: 150px;
    }

    .banner13__container {
        background-image: url('/img/banner13/banner13__bgMob.png');
    }

    .banner13__text {
        padding-top: 430px;
        margin-left: 17px;
    }

    .banner13 {
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 128px;
    }

    .banner13__title {
        font-size: 55px;
        padding-top: 0;
    }

    .banner13__text__subtitle {
        font-size: 55px;
        padding-bottom: 48px;
    }
}

@media (max-width: 900px) {
    .container6 {
        margin-top: -100px;
    }

    .banner7__interface {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 48px;
    }

    .banner7__tabs {
        display: flex;
        gap: 10px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: space-between;
        margin-bottom: 16px;
        position: relative;
        padding: 0 4px 2px;
        scroll-snap-type: x proximity;
        width: 100%;
        overflow-x: scroll;
    }

    .banner7__tabs::-webkit-scrollbar {
        display: none;
        /* скрыть скроллбар */
    }

    .banner7__tabs::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #F6F4EC1F;
        pointer-events: none;
    }

    .banner7__tab {
        font-family: 'Hauora';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        text-align: center;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #9A8570;
        position: relative;
        flex: 0 0 auto;
        scroll-snap-align: start;
        padding-bottom: 4px;
        white-space: nowrap;
        user-select: none;
    }

    .banner7__tab.active {
        color: #F6F4EC;
    }

    .banner7__tab.active::after {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #C5AF97;
    }

    /* Для плавного скролла к активному табу */
    .banner7__tabs.scroll-to-active .banner7__tab.active {
        scroll-margin-left: 16px;
        /* отступ слева */
    }

    .banner7__tab-content {
    }

    .banner7__content {
        display: none;
        /* скрываем все блоки по умолчанию */
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
        text-align: center;
    }

    .banner7__content.active {
        display: block;
        /* показываем активный блок */
    }

    .interface {
        max-width: 100%;
        height: auto;
    }

    /* скрываем боковые колонки */
    .banner7__column1,
    .banner7__column2 {
        display: none;
    }

    .banner7__title {
        font-size: 36px;
    }

    .banner7__text__subtitle {
        font-size: 36px;
    }

    .banner7__text {
        padding-top: 15px;
    }

    .banner7__interface1 {
        display: none;
    }
}

@media (max-width: 750px) {
    .footer__title {
        padding-bottom: 24px;
        padding-top: 24px;
    }
}

@media (max-width: 770px) {
    .none770 {
        display: block;
    }
}

@media (max-width: 600px) {
    .header__container {
        padding: 20px 15px;
    }

    .banner1__text__title {
        font-size: 55px;
    }

    .banner1__text {
        display: block;
        width: 100%;
        padding-top: 130px;
        padding-bottom: 405px;
    }

    .banner1__video {
        position: absolute;
        right: 0;
        bottom: -5%;
        max-width: 550px;
        height: auto;
        z-index: 0;
        pointer-events: none;
        border-radius: 12px;
        opacity: 0.9;
    }

    .banner1__text__subtitle {
        font-size: 55px;
    }

    .banner1__descriptions {
        font-size: 14px;
    }

    .banner1__buttons {
        display: flex;
        flex-direction: column;
        gap: 17.5px;
        padding-top: 48px;
    }

    .banner1__buttons__button2 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .banner1__icon {
        display: none;
    }

    .banner1__container {
        padding: 20px 15px;
        justify-content: flex-start;
        align-items: center;
    }

    .container2 {
        flex-direction: column;
        padding: 24px;
    }

    .banner2__row {
        display: none;
    }

    .banner2__carousel {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .banner2__carousel-inner {
        display: flex;
        transition: transform 0.4s ease;
    }

    .banner2__card {
        min-width: 100%;
        box-sizing: border-box;
    }

    .banner2__pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .banner2__pagination .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #5a4a3b;
        opacity: 0.5;
        cursor: pointer;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .banner2__pagination .dot.active {
        opacity: 1;
        transform: scale(1.2);
        background-color: #C5AF97;
    }

    .banner2__card_text {
        padding-left: 0px;
    }

    .banner2__card_text__title {
        font-size: 32px;
    }

    .banner2__gradient2 {
        display: none;
    }

    .banner2__card {
        margin-top: 48px;
    }

    .banner2__button1 {
        max-width: 210px;
    }

    .container3 {
        padding-top: 64px;
    }

    .banner3__icon {
        width: 50px;
        height: 50px;
    }

    .banner3__text__subtitle {
        font-size: 36px;
    }

    .banner3__title {
        font-size: 36px;
    }

    .slider-card {
        height: 448px;
        width: 290px;
    }

    .img,
    .card__img,
    .card__img2 {
        width: 216px;
        height: 216px;
    }

    .card__img2 {
        padding-top: 20px;
    }

    .banner3__card_title2 {
        padding-top: 10px;
    }

    .slider-fade {
        display: none;
    }

    .banner3__card_title {
        font-size: 32px;
    }

    .banner3__card_title2 {
        font-size: 32px;
    }

    .banner3__card_title3 {
        font-size: 32px;
    }

    .banner3__card__subtitle {
        font-size: 32px;
    }

    .banner4__text {
        font-size: 36px;
    }

    .banner4__sign {
        width: 66px;
        height: 43px;
        object-fit: cover;
        transform: translateY(7px);
    }

    .banner4__net {
        width: 32px;
        height: 32px;
        transform: translateY(3px);
    }

    .banner4__subtitle {
        transform: translateX(-17px);
    }

    .banner4__sup {
        transform: translateX(17px);
    }

    .banner4__subtitle2 {
        transform: translateX(-7px);
    }

    .banner4__sup2 {
        transform: translateX(7px);
    }

    .banner4__btn {
        width: 100%;
        padding: 14px 46px;
        margin-top: 49px;
    }

    .container4 {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 106px;
    }

    .banner5__text {
        padding-top: 128px;
        padding-left: 23px;
    }

    .banner5__row {
        flex-direction: column;
        gap: 48px;
        padding-left: 23px;
        padding-top: 89px
    }

    .banner5__column {
        display: contents;
    }

    .banner5__card:nth-child(1) {
        order: 1;
    }

    .banner5__column:nth-child(2) .banner5__card:nth-child(1) {
        order: 2;
    }

    .banner5__column:nth-child(1) .banner5__card:nth-child(2) {
        order: 3;
    }

    .banner5__column:nth-child(2) .banner5__card:nth-child(2) {
        order: 4;
    }

    .container5 {
        flex-direction: column;
        padding-top: 0;
    }

    .banner5__column:not(:last-child)::after {
        width: 0;
    }

    .banner5__column::before {
        height: 0;
    }

    .banner5__bg {
        display: none;
    }

    .banner5__bg-mob {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 1250px;
        z-index: -1;
    }

    .banner5__btn {
        display: none;
    }

    .banner__btnMob {
        display: flex;
        flex: 0 0 auto;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 90px;
        background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border: 2px solid rgba(236, 237, 238, 0.3);
        border-radius: 12px;
        color: black;
        font-family: 'TT Travels Next Trial Variable';
        font-style: normal;
        font-weight: 704;
        font-size: 13px;
        line-height: 150%;
        /* identical to box height, or 20px */
        text-align: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        margin-top: 48px;
        max-width: 327px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .banner5__tv {
        display: none;
    }

    .banner5__phone {
        width: 100%;
        display: block;
    }

    .banner5__demo {
        display: block;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 35;
    }

    .banner6__text {
        padding-left: 0;
        padding-top: 0;
    }

    .banner6__planet2 {
        margin-left: 0;
        margin-top: 227px;
        margin-bottom: 20px;
    }

    .container6 {
        margin-top: 0px;
    }

    .banner6__title {
        font-size: 36px;
    }

    .banner6__text__subtitle {
        font-size: 36px;
    }

    .banner6__btn {
        max-width: 378px;
        width: 100%;
        margin-bottom: 346px;
    }

    .mob {
        display: block;
    }

    .banner8__text__subtitle {
        font-size: 36px;
    }

    .banner8__title {
        font-size: 36px;
        margin-bottom: 65px;
    }

    .banner8__cards {
        display: none;
    }

    .banner8__carousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        display: block;
    }

    .banner8__carousel-inner {
        display: flex;
        transition: transform 0.4s ease;
    }

    .banner8__card {
        background: radial-gradient(100% 100% at 50% 0%, rgba(69, 36, 24, 0.6) 0%, rgba(32, 27, 24, 0.6) 100%);
        border-radius: 14px;
        display: flex;
        flex-direction: column;
        /* чтобы картинка и текст шли вертикально */
        align-items: center;
        /* центрируем всё по горизонтали */
        z-index: 10;
        min-width: 100%;
        box-sizing: border-box;
        padding: 48px 0;
        gap: 32px;
    }

    .banner8__card_img {
        max-width: 400px;
        width: 80%;
        height: auto;
        border-radius: 24px;
    }

    .banner8__card_text {
        text-align: center;
        color: #fff;
        font-family: 'Inter Tight', sans-serif;
    }

    .banner8__card_title {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .banner8__card_description {
        font-size: 18px;
        line-height: 1.4;
        color: #C5AF97;
    }

    .banner8__pagination {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin: 32px 0 64px;
    }

    .banner8__pagination .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #5a4a3b;
        opacity: 0.5;
        cursor: pointer;
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .banner8__pagination .dot.active {
        opacity: 1;
        transform: scale(1.2);
        background-color: #C5AF97;
    }

    .banner8__card_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 336px;
        height: 336.74px;
        padding: 0;
    }

    .banner8__card_img2 {
        width: 336px;
        height: 370.74px;
        padding: 0;
    }

    .banner8__card_img3 {
        width: 336px;
        height: 336.74px;
        padding: 0;
    }

    .banner8__btn {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 14px 46px;
        background: radial-gradient(97.97% 100% at 2.03% 0%, #C5AF97 0%, #C9AB8E 50%, #B8A795 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border: 2px solid rgba(236, 237, 238, 0.3);
        border-radius: 12px;

        font-family: 'TT Travels Next Trial Variable';
        font-style: normal;
        font-weight: 704;
        font-size: 13px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        color: #0A0A0A;
        width: 327px;
        margin-bottom: 109px;
    }

    .banner9__title {
        font-size: 36px;
    }

    .banner9__description {
        font-size: 14px;
    }

    .banner9__text {
        padding-bottom: 48px;
    }

    .banner9__faq_text {
        font-size: 13px;
    }

    .banner9__faq_title {
        font-size: 16px;
    }

    .banner10__bg {
        top: -110px;
        width: 700px;
    }

    .banner10__text {
        margin-top: -120px;
    }

    .banner10__description {
        font-size: 14px;
    }

    .banner10__text__subtitle {
        font-size: 36px;
    }

    .banner10__inputs {
        flex-direction: column;
        align-items: center;
        padding-bottom: 64px;
    }

    .banner10__input {
        flex-direction: column;
        gap: 18px;
        width: 350px;
        max-width: 100%;
    }

    .banner10__input_title {
        text-align: left;
    }

    .input-wrapper {
        width: 337px;
        justify-content: flex-start;
    }

    .options-list {
        width: 337px;
    }

    .banner {
        display: none;
    }

    .banner_mob {
        display: block;
        width: 100%;
    }

    .footer {
        padding-top: 64px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer__row1 {
        display: flex;
        flex-direction: column;
    }

    .none {
        display: none;
    }

    .noneMob {
        display: block;
    }

    .footer__description1,
    .footer__description2,
    .footer__description3,
    .footer__description4 {
        font-size: 14px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }

    .footer__info {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .footer__row2 {
        display: flex;
        flex-direction: row;
        gap: 32px;
    }

    .padding__right1 {
        padding-right: 48px;
    }

    .padding__right2 {
        padding-right: 46px;
    }

    .footer__description3 {
        padding-right: 36px;
    }

    .footer__description4 {
        padding-right: 57px;
    }

    .footer__ps {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }

    .footer__language {
        text-align: left;
        padding-top: 32px;
        padding-bottom: 54px;
    }

    .slider-top {
        order: 2;
        /* Перемещаем вниз */
        margin-top: 48px;
        margin-bottom: 121px;
    }

    .slider-main {
        order: 1;
        /* Сначала идёт сама карусель */
        margin-top: 64px;
    }

    .slider-button {
        display: none;
    }

    .banner4__row {
        padding-bottom: 72px;
        margin-left: 145px;
        gap: 2px;
    }

    .banner4__coin {
        position: absolute;
        top: 50%;
        left: -220%;
        transform: translate(-50%, -50%);
        width: 300px;
        height: 300px;
    }

    .banner4__wrapper {
        width: 20px;
    }

    .left-m {
        margin-left: 15px;
    }

    .banner4__blur1 {
        position: absolute;
        width: 198px;
        height: 64px;
        left: -7%;
        top: 50%;

        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        transform: matrix(0, 1, 1, 0, 0, 0);
    }

    .banner4__blur2 {
        position: absolute;
        width: 198px;
        height: 64px;
        right: 15%;
        top: 50%;

        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        transform: matrix(0, 1, 1, 0, 0, 0);
    }

    .dsc {
        display: block;
    }

    .banner6__bg {
        display: none;
    }

    .banner6__bgMob {
        display: block;
        position: absolute;
        left: -45%;
        top: -10%;
        width: 700px;
        height: auto;
        z-index: 0;
        pointer-events: none;
    }

    .banner6__planet {
        display: none;
    }

    .banner6__planetMob {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        pointer-events: none;
    }

    .footer__row-mob {
        gap: 48px;
    }

    .banner__block {
        display: none;
    }

    .banner__blockMob {
        position: relative;
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px;
    }

    .banner__textMob {
        position: absolute;
        left: 24px;
        top: 184px;

        font-family: 'Hauora';
        font-style: normal;
        font-weight: 600;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.03em;
        text-transform: capitalize;
        color: #F6F4EC;
        text-align: left;
    }

    .safe {
        width: 31px;
        height: 31px;
    }

    .arrow {
        width: 31px;
        height: 31px;
    }

    .banner10__btn2 {
        margin-top: 75px;
    }

    .header__row {
        display: none;
    }

    .banner6__video_small {
        display: none;
    }

    .banner6__video_mob {
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -3%;
        max-width: 250px;
        width: 100%;
        height: auto;
        z-index: 0;
        pointer-events: none;
        border-radius: 12px;
        opacity: 0.9;
    }

    .banner11__btn {
        flex-direction: column;
        gap: 18px;
    }

    .banner11__title {
        font-size: 55px;
    }

    .banner11__text__subtitle {
        font-size: 55px;
    }

    .banner11__text__subtitle::before {
        padding-top: 14px;
    }

    .banner11__text__subtitle::after {
        padding-top: 14px;
    }

    .banner11__description {
        font-size: 14px;
    }

    .banner11__btn1 {
        width: 327px;
    }

    .banner11__btn2 {
        align-items: center;
        text-align: center;
    }

    .banner11__btn3 {
        max-width: 327px;
    }

    .banner12__text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .banner12__title {
        font-size: 36px;
        text-align: center;
    }

    .banner12__text__subtitle {
        font-size: 36px;
    }

    .banner12__cards {
        gap: 8px;
        padding-top: 48px;
    }

    .card_row {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .banner11__text {
        padding-top: 306px;
    }

    .banner14__title {
        font-size: 36px;
    }

    .banner14__text__subtitle {
        font-size: 36px;
        padding-bottom: 48px;
    }

    .banner1__bg {
        display: none;
    }

    .banner1__bgMob {
        display: block;
        position: absolute;
        left: 0;
        top: -15%;
        pointer-events: none;
        z-index: 3;

    }
}

@media (max-width: 361px) {
    .none360 {
        display: block;
    }
}

.link__request {
    position: absolute;
    top: 550px;
    right: 16px;
    visibility: hidden;
}