h1, h2, h3, h4, h5, h6,
p, blockquote, figure,
dl, dd, ul, ol,
pre, table, fieldset {
    margin: 0;
    padding: 0;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.button_black {
    background: #202020;
}

.button_primary {
    background: linear-gradient(90.28deg, #FF8A00 0%, #D449F7 100%),
    linear-gradient(85.91deg, #FF8A00 -7.05%, #D449F7 73.2%, #7000FF 106.18%);
}
.none {
    display: none;
}
.pointer {
    cursor: pointer;
}

.bold {
    font-weight: 700 !important;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    scrollbar-width: none;
}

.input{
    background: #999999;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container1 {
    max-width:  1480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title {

}
/* Обёртка для кликабельности */
.floating-slider {
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 9999; /* поверх всего */
    cursor: pointer;
}

/* Сам блок */
.slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 88px;
    height: 88px;
    padding: 6px 10px;
    gap: 4px;

    background: #7000FF;
    border-radius: 16px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

/* Картинка внутри */
.slider img {
    width: 24px;
    height: 24px;
}

/* Текст */
.slider-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;
}

/* Эффект при наведении */
.floating-slider:hover .slider {
    background-color: #5a00cc;
    transform: translateY(-2px);
}

{/*header*/}

.header__container {
    display: flex;
    justify-content: space-between;
    width:  100%;
    height: 76px;
    align-items: center;
}

.header__left {
    display: flex;
    gap: 13px;
}
.header__left p {
    padding-top: 12px;
    font-weight: 600;
    font-size: 17px;
    line-height: 17.71px;
    letter-spacing: 0;
}

.header__right {
    display: flex;
    height: 28px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.header__right > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.header__right img {
    margin-right: 25px;
}

.header__logo {
    width: 110px;
    height: 66px;
    left: 0;
    top: 0;
    padding-top: 3px;
}
.header__logo2 {
    display: none;
}

.header__logo img {

    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}


.header__button {
    padding: 6px 16px;
    border-radius: 9px;
    border: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    font-size: 14px;
    line-height: 16px;
}

{/*banner_1*/}
.banner1 {
    position: relative;
    height: 718px;
    max-width:  1480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.banner1__container {
    width: max-content;
}
.banner1__text {
    position: relative;
    padding-top: 142px;
    width: 703px;
    z-index: 2;
}

.banner1__text h1{
    font-weight: 800;
    font-size: 87px;
    letter-spacing: 0.11em;
    line-height: 146%;
    z-index: 2;
}
.banner1__text h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 96%;
    letter-spacing: 0.11em;
    color: #7000FF;
    margin-bottom: 13px;
    z-index: 2;
}
.banner1__text p{
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.11em;
    line-height: 100%;
    margin-bottom: 5px;
    z-index: 2;
}
.banner1__btn {
    display: inline-block;
    margin-top: 40px;
    margin-right: 15px;
    border: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    width: 232.5px;
    height: 44px;
    padding: 10px 20px;
    border-radius: 9px;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
    z-index: 2;
}


.banner1__planet {
    position: absolute;
    bottom: -15%;
    right: -15%;
    width: 85%;
    height: auto;
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
    background: transparent;
}

.banner1__logo {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 54px;
    z-index: 1;
}
.banner1__col--first {
    display: flex;
    z-index: 9;
}
.banner1__col--second {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    z-index: 9;
}


.glass-effect {
    position: absolute;
    bottom: 0;
    right: -4%;
    width: 65%;
    height: 200px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    pointer-events: none;
    z-index: 5;
    -webkit-mask-image: linear-gradient(to top, black 50%, transparent 100%);
    mask-image: linear-gradient(to top, black 50%, transparent 100%);
}

.banner1__3logo {
    width: 91px;
    height: 40px;
    padding: 3px;
    background: rgba(242, 242, 242, 0.46);
    border-radius: 9.76182px;
}
.banner1__5logo {
    width: 147px;
    height: 40px;
    padding: 3px;
    background: rgba(242, 242, 242, 0.46);
    border-radius: 9.76182px;
    z-index: 9;
}


{/*banner_2*/}

.banner2 {
    display: flex;
    margin-top: -30px;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
}

.banner2__container {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.banner2__column {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner2__row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.banner2__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;

    height: 236.67px;
    padding: 0 30px;

    background: linear-gradient(0deg, rgba(242, 242, 242, 0.46), rgba(242, 242, 242, 0.46)), rgba(242, 242, 242, 0.46);
    backdrop-filter: blur(9.95px);
    border-radius: 26px;
    isolation: isolate;
    z-index: 6;
    overflow: hidden;
}
.banner2__card .banner2__blur-ellipse,
.banner2__card .banner2__img {
    transition: transform 0.4s ease; /* плавный эффект */
}
.banner2__card:hover .banner2__blur-ellipse,
.banner2__card:hover .banner2__img {
    transform: scale(1.2); /* увеличение картинки */
}
.card--reverse {
    flex-direction: row-reverse;
}

.banner2__image-wrapper {
    position: relative;
    width: 217px;
    height: 217px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner2__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.img--solo {
    width: 303px;
    height: 303px;
}

.banner2__blur-ellipse {
    position: absolute;
    width: 115px;
    height: 115px;
    background-color: #4000FF;
    border-radius: 50%;
    filter: blur(37.3px);
    z-index: 0;
    pointer-events: none;
}

.card--reverse .banner2__blur-ellipse {
    left: auto;
    right: 0;
}

.banner2__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
}

.banner2__title {
    width: 275px;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0.11em;
    margin-bottom: 10px;
}

.title--solo {
    width: 610px;
}

.banner2__descriptions {
    width: 310px;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
}

.descriptions--solo {
    width: 610px;
}

{/*banner_3*/}
.banner3 {
    margin-top: 70px;
    padding: 50px 0;
    margin-right: auto;
    margin-left: auto;
}

.banner3__column {
    gap: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.banner3__row {
    gap: 20px;
}

.banner3__text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    z-index: 2;
}
.banner3__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner3__title {
    width: 100%;
    font-weight: 800;
    font-size: 26px;
    line-height: 146%;
    letter-spacing: 0.11em;
    margin-bottom: 10px;
}

.banner3__descriptions {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 146%;
    letter-spacing: 0.11em;
}

.banner3__container {
    max-width: 1180px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.banner3__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    position: relative;

    width: 580px;
    min-height: 380px;
    padding: 20px;
    height: auto;

    background: linear-gradient(0deg, rgba(242, 242, 242, 0.46), rgba(242, 242, 242, 0.46)), rgba(242, 242, 242, 0.46);
    backdrop-filter: blur(9.95px);
    border-radius: 26px;
    isolation: isolate;
    z-index: 6;
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}
.banner3__card._visible {
    opacity: 1;
    transform: translateY(0);
}

.card__number2 {
    min-height: 370px;
    height: auto;
}

.card__number3 {
    min-height: 301px;
    height: auto;
}

.banner3__img {
    width: 100%;
    z-index: 2;
}
.banner3__img-mob{
    display: none;
}
.banner3__img2 {
    position: absolute;
    max-width: 444px;
    width: 100%;
    height: auto;
    left: -41px;
    top: 15.5px;
    z-index: 3;
}
.banner3__img3 {
    position: absolute;
    width: 598.07px;
    height: 598.07px;
    left: 294.59px;
    top: 125.95px;
    z-index: 3;
}
.banner3__img4 {
    width: 100%;
}
.banner3__img5 {
    position: absolute;
    width: 290px;
    height: 290px;
    left: -42px;
    top: 135px;
    z-index: 3;
}
.banner3__img6 {
    position: absolute;
    width: 237px;
    height: 237px;
    left: 274px;
    top: 35px;
    z-index: 3;
}
.banner3__frame3_blur1{
    position: absolute;
    width: 94.32px;
    height: 93.02px;
    left: -51.26px;
    bottom: 71.15px;

    background: linear-gradient(270deg, rgba(244, 244, 244, 0.67) 0%, rgba(249, 249, 249, 0) 100%);
    border: 0.5px solid #E3EFFF;
    filter: blur(0.55px);
    backdrop-filter: blur(1.95px);
    transform: rotate(150deg);
    border-radius: 100px;
    z-index: 6;
}
.banner3__frame3_blur2{
    position: absolute;
    width: 94.32px;
    height: 93.02px;
    left: 158.91px;
    bottom: -10.58px;

    background: linear-gradient(270deg, rgba(244, 244, 244, 0.67) 0%, rgba(249, 249, 249, 0) 100%);
    border: 0.5px solid #E3EFFF;
    filter: blur(0.55px);
    backdrop-filter: blur(1.95px);
    transform: rotate(-15deg);
    border-radius: 100px;
    z-index: 6;

}
.banner3__frame3_blur3{
    position: absolute;
    width: 72.03px;
    height: 71.04px;
    left: -11.61px;
    bottom: -52.44px;

    background: linear-gradient(270deg, rgba(244, 244, 244, 0.67) 0%, rgba(249, 249, 249, 0) 100%);
    border: 0.5px solid #E3EFFF;
    filter: blur(0.55px);
    backdrop-filter: blur(1.95px);
    transform: rotate(150deg);
    border-radius: 100px;
    z-index: 6;
}
.banner3__frame3_blur4{
    position: absolute;
    width: 102.49px;
    height: 101.07px;
    left: 443.03px;
    bottom: 74.28px;

    background: linear-gradient(270deg, rgba(244, 244, 244, 0.67) 0%, rgba(249, 249, 249, 0) 100%);
    border: 0.5px solid #E3EFFF;
    filter: blur(0.55px);
    backdrop-filter: blur(1.95px);
    transform: rotate(-15deg);
    border-radius: 100px;
    z-index: 2;
}
.card__img0 {
    padding: 0;
}

{/*banner_4*/}
.banner4 {
    margin-top: 120px;
    margin-bottom: 120px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100px); /* стартовое смещение влево */
    transition: transform 1s ease, opacity 1s ease;
    will-change: transform, opacity;
}
.banner4._visible {
    opacity: 1;
    transform: translateX(0);
}

.banner4__title {
    font-size: 45px;
    font-weight: 800;
    line-height: 146%;
    letter-spacing: 0.11em;
    text-align: right;
    margin-bottom: 40px;
}

.highlight {
    color: #7000FF;
}

.banner4__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.banner4__card_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
    background: #D3CCFF;
    border-radius: 10px;
    height: 147px;
    width: 385.33px;
}
.banner4__card_center {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
    background: #BEB4FF;
    border-radius: 10px;
    height: 147px;
    width: 385.33px;
}
.banner4__card_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 20px;
    gap: 20px;
    background: #A496FF;
    border-radius: 10px;
    height: 147px;
    width: 385.33px;
}
.banner4__card_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 146%;
    letter-spacing: 0.11em;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.banner4_card_title_caps {
    font-weight: 800;
    font-size: 29px;
}

.banner4__card_description {
    font-size: 15px;
    font-weight: 700;
    line-height: 146%;
    letter-spacing: 0.11em;
}

{/*banner_5*/}
.banner5 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 950px;
    background: linear-gradient(180deg, #D3CCFF -72.62%, #FFFFFF 101.46%);
    z-index: 1;
    margin-bottom: 120px;
}

.banner5__title {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 45px;
    font-weight: 800;
    line-height: 146%;
    letter-spacing: 0.11em;
}
.banner5__img_left {
    position: absolute;
    z-index: 0;
    background: url("../img/banner5/left.png") no-repeat center center;
    background-size: cover;
    width: 556px;
    height: 781px;
    left: -1%;
    top: 193px;
    opacity: 0;
    transform: translateY(250px); /* старт: снизу и скрыто */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner5__img_left.visible {
    opacity: 1;
    transform: translateY(0);
}


.banner5__img_left.float {
    animation: float 4s ease-in-out infinite;
}

@keyframes float {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}
.banner5__img_phone_left {
    position: absolute;
    z-index: 0;
    background: url("../img/banner5/phone_left_stons.png") ;
    width: 300px;
    height: 400px;
    left: -60px;
    bottom: 0;
}
.banner5__img_phone_right {
    position: absolute;
    z-index: 0;
    background: url("../img/banner5/phone_right_stons.png");
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 363px;
    height: 511px;
    left: 288.67px;
    bottom: -90px;
}

.banner5__row {
    display: flex;
    flex-direction: row;
    gap:30px;
}

.banner5__column_phone {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 0px;
    gap: 20px;

    width: 555px;
    height: 635px;

    background: #FFFFFF;
    border-radius: 26px;

    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}
.banner5__blur {
    position: absolute;
    bottom: 0;
    left: 0; /* или right: 0, зависит от расположения */
    width: 100%;  /* по ширине блока */
    height: 120px; /* высота размытой области */
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(15px);
    pointer-events: none;
    z-index: 5;

    -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);
    mask-image: linear-gradient(to top, black 60%, transparent 100%);
}
.banner5__phone {
    width: 330px;
    height: 615px;
    border-radius: 49px 49px 0px 0px;
    z-index: 1;
}
.banner5__column_phone._visible {
    opacity: 1;
    transform: translateY(0);
}

.accordion {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 595px;
    background: #FFFFFF;
    border-radius: 16px;
    backdrop-filter: blur(9.95px);
    padding: 20px;
    gap: 5px;
    z-index: 1;
    cursor: default;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.11em;
    cursor: default;
}

/* Кнопка */
.control {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background: linear-gradient(79.1deg, #FF8A00 -33.15%, #D449F7 59.55%, #7000FF 97.65%);
    border: none;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
    cursor: pointer;
}

/* Активная кнопка */
.control.active {
    background: linear-gradient(0deg, #D3CCFF, #D3CCFF), #FFFFFF;
}

.accordion__content {
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.accordion__content ul{
    margin-left: 20px;
}

.accordion.open .accordion__content {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

.arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 10%;
}

/* Поворот при открытии */
.arrow.rotated {
    border-right-color: black;
    border-bottom-color: black;
    transform: rotate(-135deg);
    margin-top: 20%;
}

.banner5__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transform: translateY(80px); /* сдвигаем вниз */
    transition: transform 0.8s ease, opacity 0.8s ease;
    will-change: transform, opacity;
}
.banner5__column._visible {
    opacity: 1;
    transform: translateY(0);
}

.banner5__registrations {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 170px;
    margin-bottom: 170px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.banner5__title_registrations.visible {
    opacity: 1;
    transform: translateY(0);
}

.banner5__registrations_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 503px;
    opacity: 0;
    transform: translateX(80px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.banner5__registrations_content.visible {
    opacity: 1;
    transform: translateX(0);
}

.banner5__registrations_content label {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

}

.banner5__registrations_content input {

    padding: 24px 15px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    border: none;
    margin-bottom: 10px;
}


.banner5__title_registrations {
    width: 579px;
    font-size: 45px;
    font-weight: 800;
    line-height: 146%;
    letter-spacing: 0.11em;
    opacity: 0;
    transform: translateY(30px); /* чуть ниже */
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.banner5__btn {
    display: inline-block;
    border: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 44px;
    padding: 10px 20px;
    border-radius: 9px;
    text-align: center;
    line-height: 24px;
}

/*banner 6*/
.banner6 {
 margin-bottom: 120px;
    margin-right: auto;
    margin-left: auto;
}

.banner6__title {
    padding-bottom: 40px;
    font-size: 45px;
    font-weight: 800;
    line-height: 146%;
    letter-spacing: 0.11em;
}

.banner6__content {
    position: relative;
    max-width: 1180px;
    width: 100%;
    max-height: 651.32px;
    height: auto;
    border-radius: 20px;
    background-size: cover;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0); /* скелет */
    overflow: hidden;
}
.banner6__video {
    max-width: 1180px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    background: transparent;
    box-sizing: border-box;
}
/*banner 7*/

.banner7 {
    margin-bottom: 120px;
}

.banner7__container {
    width: 100%;
    height: 883px;
    background: linear-gradient(180deg, #FFFFFF 0%, #D3CCFF 100%);
    overflow: hidden;

}
.banner7__container__1{
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner7__text__title {
    display: flex;
    flex-direction: column;
    gap: 14px;

    margin-top: 51px;
    margin-right: 50px;
    z-index: 5;
}

.banner7__title {
    display: flex;
    justify-content: right;
    align-items: center;

    margin-top: 51px;
    font-weight: 800;
    font-size: 45px;
    line-height: 120%;
    letter-spacing: 0.11em;
    z-index: 5;
}

.banner7__descriptions {
    display: flex;
    justify-content: right;
    align-items: center;

    font-weight: 800;
    font-size: 29px;
    line-height: 120%;
    letter-spacing: 0.11em;
    z-index: 5;
}

.banner7__columns {
    width: 1073px;
    height: 517px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    margin-left: 157px;
    margin-top: 61px;
    z-index: 11;
}

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

.banner7__card1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    gap: 15px;

    max-width: 530.5px;
    width: 100%;
    height: 270px;

    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12.45px);
    border-radius: 10px;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;

}

.banner7__card2 {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    gap: 15px;

    max-width: 530.5px;
    width: 100%;
    height: 235px;

    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12.45px);
    border-radius: 10px;

}

.banner7__card_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 112%;
    letter-spacing: 0.11em;
}

.banner7__card_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 146%;
    letter-spacing: 0.11em;
}

.banner7__card_text ul {
    padding-left: 20px;
}

.banner7__ellips_1 {
    position: absolute;
    width: 94.32px;
    height: 94.32px;
    left: 138.36px;
    bottom: 663.97px;

    background: linear-gradient(270deg, #F4F4F4 0%, rgba(249, 249, 249, 0) 100%);
    border-radius: 50%;

    filter: blur(2px);
    backdrop-filter: blur(0px);
    transform: rotate(-122.17deg);

    z-index: 6;
}
.ethereum-icon,
.btc-icon,
.usd-icon,
.polygon-icon,
.money-icon {
    animation: float 4s ease-in-out infinite;
}

.ethereum-icon {
    position: absolute;
    width: 163px;
    height: 163px;
    left: 27.63px;
    top: 45.63px;
    z-index: 3;
    pointer-events: none;
    animation-delay: 0s;
}

.btc-icon {
    position: absolute;
    width: 148.89px;
    height: 153px;
    left: 209px;
    top: 115px;
    pointer-events: none;
    animation-delay: 0.5s;
}

.usd-icon {
    position: absolute;
    width: 228px;
    height: 228px;
    top: 240px;
    animation-delay: 1s;

}

.polygon-icon {
    position: absolute;
    width: 204.34px;
    height: 218.61px;
    left: 22px;
    animation-delay: 1.5s;
    top: 530.97px;
}

.money-icon {
    position: absolute;
    width: 367.64px;
    height: 341.51px;
    left: 1012.39px;
    top: 540.76px;
    z-index: 0;
    animation-delay: 2s;

}

.banner7__ellips_2 {
    position: absolute;
    width: 134.09px;
    height: 134.09px;
    left: 300px;
    bottom: 583.76px;

    border-radius: 50%;

    background: linear-gradient(270deg, #E0DFFF 0%, rgba(249, 249, 249, 0) 100%);
    filter: blur(2px);
    backdrop-filter: blur(0px);
    transform: rotate(-47.74deg);
    z-index: 2;
}
.banner7__ellips_3 {
    position: absolute;
    width: 94.32px;
    height: 93.02px;
    bottom: 290.15px;

    background: linear-gradient(270deg, #F4F4F4 0%, rgba(249, 249, 249, 0) 100%);
    filter: blur(2px);
    backdrop-filter: blur(0px);
    transform: rotate(150deg);
    border-radius: 50%;
    z-index: 2;
}

.banner7__ellips_4 {
    position: absolute;
    width: 94.32px;
    height: 93.02px;
    left: 55.91px;
    bottom: 205.42px;

    background: linear-gradient(270deg, #F4F4F4 0%, rgba(249, 249, 249, 0) 100%);
    filter: blur(2px);
    backdrop-filter: blur(0px);
    border-radius: 50%;
    transform: rotate(-15deg);
    z-index: 2;
}

.banner7__ellips_5 {
    position: absolute;
    width: 72.03px;
    height: 71.04px;
    left: 10.61px;
    bottom: 15.56px;

    background: linear-gradient(270deg, #F4F4F4 0%, rgba(249, 249, 249, 0) 100%);
    filter: blur(2px);
    backdrop-filter: blur(0px);
    transform: rotate(150deg);
    border-radius: 50%;
    z-index: 2;

}

/*banner 8*/
.banner8 {
    position: relative;
    height: 1339px;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin-bottom: 120px;
}

.banner8__title {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 45px;
    font-weight: 800;
    line-height: 146%;
    letter-spacing: 0.11em;
}
.banner8__img_left {
    position: absolute;
    z-index: 0;
    background: url("../img/banner5/left.png") no-repeat center center;
    background-size: cover;
    width: 556px;
    height: 781px;
    left: -30px;
    top: 193px;
}
.banner8__img_phone_left {
    position: absolute;
    z-index: 0;
    background: url("../img/banner5/phone_left_stons.png") ;
    width: 300px;
    height: 400px;
    left: -60px;
    bottom: 0;
}
.banner8__img_phone_right {
    position: absolute;
    z-index: 0;
    background: url("../img/banner5/phone_right_stons.png");
    background-size: 100% 100%;
    background-position: center center; /* центрируем */
    background-repeat: no-repeat; /* не повторяем */
    width: 363px;
    height: 511px;
    left: 230.67px;
    bottom: -100px;
}

.banner8__img_left {
    position: absolute;
    z-index: 0;
    background: url("../img/banner5/left.png") no-repeat center center;
    background-size: cover;
    width: 556px;
    height: 781px;
    left: 15%;
    top: 173px;
    opacity: 0;
    transform: translateY(250px); /* старт: снизу и скрыто */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.banner8__img_left.visible {
    opacity: 1;
    transform: translateY(0);
}


.banner8__img_left.float {
    animation: float 4s ease-in-out infinite;
}

.banner8__row {
    display: flex;
    flex-direction: row;
    gap:30px;
}

.banner8__column_phone {
    display: flex;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 0px;
    gap: 20px;

    width: 555px;
    height: 635px;

    background: #FFFFFF;
    border-radius: 26px;
    opacity: 0;
    transform: translateY(50px); /* слегка смещён вниз */
    transition: opacity 1s ease, transform 1s ease;
}
.banner8__column_phone.visible {
    opacity: 1;
    transform: translateY(0);
}
.banner8__blur {
    position: absolute;
    bottom: 0;
    left: 0; /* или right: 0, зависит от расположения */
    width: 100%;  /* по ширине блока */
    height: 120px; /* высота размытой области */
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none;
    z-index: 5;

    -webkit-mask-image: linear-gradient(to top, black 60%, transparent 100%);
    mask-image: linear-gradient(to top, black 60%, transparent 100%);
}
.banner8__phone {
    width: 330px;
    height: 615px;
    border-radius: 49px 49px 0px 0px;
    z-index: 1;
}

.banner8__column {
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
    opacity: 0;
    transform: translateY(100px); /* сильнее смещён вниз */
    transition: opacity 1s ease, transform 1s ease;
}
.banner8__column.visible {
    opacity: 1;
    transform: translateY(0);
}

.banner8__accordion {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 595px;
    background: #FFFFFF;
    border-radius: 16px;
    backdrop-filter: blur(9.95px);
    padding: 20px;
    gap: 5px;
    z-index: 1;
    cursor: default;
}

.banner8__accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}

.banner8__accordion__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.11em;
    cursor: default
}

/* Кнопка */
.banner8__control {
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background: linear-gradient(79.1deg, #FF8A00 -33.15%, #D449F7 59.55%, #7000FF 97.65%);
    border: none;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Активная кнопка */
.banner8__control.active {
    background: linear-gradient(0deg, #D3CCFF, #D3CCFF), #FFFFFF;
}

.banner8__accordion__content {
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
}
.banner8__accordion__content ul{
    margin-left: 20px;
}

.banner8__accordion.open .accordion__content {
    max-height: 200px;
    opacity: 1;
    margin-top: 10px;
}

.banner8__arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 10%;
}

.banner8__click {
    cursor: default;
}

.banner6__btn {
    width: 50px;
    height: 50px;
    padding: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D3CCFF;
    border-radius: 9.61538px;
    color: #7000FF;
    font-weight: 600;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.banner6__btn.active {
    background: #7000FF;
    color: #FFFFFF;
}

/* Поворот при открытии */
.banner8__arrow.rotated {
    border-right-color: black;
    border-bottom-color: black;
    transform: rotate(-135deg);
    margin-top: 20%;
}

.banner8__row_item {
    display: flex;
    align-items: flex-start;
    gap: 16px; /* отступ между кнопкой и аккордеоном */
}

.banner8__btn.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;

    width: 50.83px;
    height: 52px;

    background: #7000FF;
    border-radius: 10px;
    color: white;
}


.banner8__last_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 20px;

    width: 100%;
    height: 134px;

    background: linear-gradient(158.34deg, #7000FF 9.03%, #D449F7 61.52%, #FF8A00 104.79%), #F9F9F9;
    border-radius: 10px;
}

.banner8__last_btn_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 146%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.11em;

    color: #FFFFFF;
}

.banner8__last_btn_button {
    width: 287px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;

    background: #FFFFFF;
    border-radius: 9px;
    border: none;

}

.banner8__last_btn_button p {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
.banner8__reviews {
    position: relative;
    margin-top: 170px;
    width: 100vw;           /* полная ширина экрана */
    margin-left: calc(-50vw + 50%); /* центрирование, если внутри container */
    box-sizing: border-box;
}

.banner8__reviews_header {
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
}

.banner8__reviews_title {
    font-weight: 800;
    font-size: 45px;
    line-height: 146%;
    letter-spacing: 0.11em;

    margin-right: 66px;
}
.banner8__arrows-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner8__arrow_review {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-0deg);

    width: 32px;
    height: 32px;
    padding: 0;

    background: #D3CCFF;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.banner8__arrow svg {
    width: 16px;
    height: 16px;
}

.banner8__reviews_slider {
    overflow: hidden;
    width: 100%;
    max-width: 1180px; /* задаёшь нужную ширину */
    margin-top: 30px;
}

.banner8__reviews_slider {
    width: 100%;
    max-width: none;        /* убираем ограничение по ширине */
    overflow: hidden;
    padding: 0 20px;        /* отступы слева и справа */
}

.swiper-slide {
    display: flex;
    justify-content: center;
}

.review-card {
    box-sizing: border-box;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 12px;
    margin: 0 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    width: 100%;
    max-width: 640px;
    text-align: left;
}

.review__descriptions {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-feature-settings: 'calt' off;
    margin-bottom: 20px;

}

.review__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    letter-spacing: 0.11em;

}

.review__blur{
    position: absolute;
    width: 200px;
    height: 229px;
    right: -51px;
    top: 60px;
    background: linear-gradient(270deg, #FFFFFF 30.14%, rgba(249, 249, 249, 0) 100%);
    backdrop-filter: blur(0px);

    z-index: 4;
}

/*banner9*/
.banner9 {
    overflow: hidden;
}
.banner9__content {
    display: flex;
    position: relative;
    width: 100%;
    height: 721px;

    flex-direction: column;
    padding: 50px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #D3CCFF 100%);
    margin-left: auto;
    margin-right: auto;
}
.banner9__container{
    width: 100%;
}

.banner9__title {
    font-weight: 800;
    font-size: 45px;
    line-height: 146%;
    letter-spacing: 0.11em;
    margin-bottom: 10px;
    padding: 0 50px;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.banner9__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding: 0 50px;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.banner9__carousel {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    position: relative;
    margin-top: 61px;
}

/* Сбрасываем любые старые flex-свойства кастомного трека */
.swiper-wrapper {
    display: flex !important;
    transition: transform 0.6s ease-in-out;
}

/* Каждая карточка */
.swiper-slide {
    display: flex;
    justify-content: center; /* центрируем карточку внутри слайда */
}

.banner9__card {
    align-self: flex-start;
    min-height: 340px;
    flex-shrink: 0;
    max-width: 440px !important;
    margin: 0 10px;
    padding: 20px;
    backdrop-filter: blur(9.95px);

    background: rgba(249, 249, 249, 0.8);
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    overflow:  hidden;
}




.banner9__card__image {
    width: 104px;
    height: 104px;
    z-index: 1;
}

.banner9__card__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.11em;
}

.text16 {
    font-size: 16px;
}

.banner9__card__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
}

.banner9__ellips1 {
    position: absolute;
    width: 67px;
    height: 67px;
    top: 10%;
    left: 5%;

    background: #4000FF;
    filter: blur(27.8px);
    z-index: 0;
}

.banner9__ellips2 {
    position: absolute;
    width: 220px;
    height: 148px;
    left: 40%;
    top: -10%;

    background: rgba(122, 77, 255, 0.51);
    filter: blur(56.05px);
}

.banner9__bybit {
    position: absolute;
    width: 80.11px;
    height: 41.84px;
    left: 40%;
}
.banner9__logo {
    position: absolute;
    width: 135.4px;
    height: 78.5px;
    left: 65%;
    top: 2%;
}

.banner9__nurbank {
    position: absolute;
    width: 135.3px;
    height: 49.85px;
    left: 48%;
    top: 22%;
    z-index: 9;

}

.banner9__back-rock {
    position: absolute;
    width: 585.41px;
    height: 738.95px;
    left: 46.5%;
    top: 11%;
    pointer-events: none;
}

.banner9__lock {
    width: 34px;
    height: 36px;
    display: flex;
    margin-left: auto;
}

/*banner10*/

.banner10 {
    position: relative;
    margin-bottom: 170px;
    width: 100%;
    overflow: hidden;
}
.banner10__reviews {
    position: relative;
    margin-top: 90px;
    width: 100%;
}

.banner10__reviews_header {
    display: flex;

    max-width: 1280px;
    justify-content: flex-end;
    flex-direction: row;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.banner10__reviews_title {
    font-weight: 800;
    font-size: 45px;
    line-height: 146%;
    letter-spacing: 0.11em;
    margin-right: 66px;
}
.banner10__arrows-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
}

.banner10__arrow_review {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-0deg);

    width: 32px;
    height: 32px;
    padding: 0;

    background: #D3CCFF;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.banner10__arrow svg {
    width: 16px;
    height: 16px;
}

.banner10__reviews_slider {
    overflow: hidden;
    width: 100%;
    max-width: 1180px; /* задаёшь нужную ширину */
    margin-top: 30px;
}

.banner10__slider-track {
    display: flex;
    transition: transform 0.4s ease;
}


.banner10__review-card {
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 340px;
    flex-shrink: 0;
    max-width: 520px;
    margin: 0 10px;
    padding: 20px;
    backdrop-filter: blur(9.95px);

    background: rgba(249, 249, 249, 0.8);
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}



.banner10__review__descriptions {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-feature-settings: 'calt' off;
}

.banner10__review__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.11em;

}

.banner10__review__blur{
    position: absolute;
    width: 200px;
    height: 450px;
    right: -51px;
    top: 60px;
    background: linear-gradient(270deg, #FFFFFF 30.14%, rgba(249, 249, 249, 0) 100%);
    backdrop-filter: blur(0px);
    pointer-events: none;
    z-index: 4;
}

.banner10__row_img {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.banner10__tv {
    width: auto;
    height: 50px;
    top: -15%
}
.banner10__icbrics {
    position: absolute;
    width: 800px;
    height: 800px;
    left: -8%;
    top: -25%;

    z-index: 0;
}

.banner10__btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    gap: 10px;
    width: 31px;
    height: 31px;
    background: #D3CCFF;
    border-radius: 10px;
    border: none;
}

/*banner11*/
.banner11 {
    margin-bottom: 143px;
    width: 100%;
}
.banner11__reviews_header {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}


.banner11__reviews_slider {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.banner11__slider-track {
    display: flex;
    transition: transform 0.4s ease;
}

.banner11__arrows-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner11__arrow_review {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-0deg);

    width: 32px;
    height: 32px;
    padding: 0;

    background: #D3CCFF;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.banner11__arrow svg {
    width: 16px;
    height: 16px;
}


.banner11__review-card {
    flex-shrink: 0;
    align-self: flex-start;
    min-height: 340px;
    flex-shrink: 0;
    width: 267px;

    background: rgba(249, 249, 249, 0.8);
    border-radius: 16px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 10px;
    position: relative;
}
.banner11__reviews_title {
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 146%;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: 0.11em;
    margin-right: 66px;
}

.banner11__review__img {
    box-sizing: border-box;
    width: 267px;
    height: 354px;
    background: #F9F9F9;
    backdrop-filter: blur(9.95px);
    border-radius: 16px;
    border: none;
}

.banner11__review__blur {

    position: absolute;
    height: 75px;
    width: 267px;
    right: 0;
    bottom: 0;

    background: linear-gradient(to top,  rgba(0, 0, 0, 0.44) 75.59%, rgba(0, 0, 0, 0) 89.47%);
    backdrop-filter: blur(3px);
    z-index: 2;

}

.banner11__text {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 5px;
    position: absolute;
    width: 268px;
    height: 67px;
    left: 10px;
    bottom: 12.8px;
    border-radius: 10px;
    color : #FFFFFF;
    z-index: 3;
}

.banner11__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 146%;
    letter-spacing: 0.11em;
}

.banner11__descriptions {
    font-weight: 500;
    font-size: 12px;
    line-height: 146%;
    letter-spacing: 0.11em;
}

/*banner12*/

.banner12 {
    margin-bottom: 50px;
    overflow: hidden;
}

.banner12__column {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.banner12__title {
    font-weight: 800;
    font-size: 45px;
    line-height: 146%;
    display: flex;
    align-items: center;
    letter-spacing: 0.11em;
}
.banner12__row__btn{
    display: flex;
    flex-direction: row;
    gap: 12px;
}
.banner12__btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    padding: 15px;
    gap: 20px;
    width: 385.33px;
    height: auto;
    background: #F9F9F9;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
.info-icon {
    position: absolute;
    top: 2px;   /* отступ сверху */
    right: 2px; /* отступ справа */
    font-size: 16px;
    color: #555;
    cursor: pointer;
}

.info-icon:hover::after {
    content: attr(data-tooltip);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    gap: 20px;

    position: absolute;
    width: 374.88px;
    height: 100px;
    left: 1px;
    top: 15px;

    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    z-index: 3;

}
.banner12__btn_title {
    font-weight: 700;
    font-size: 14px;
    line-height: 146%;
    letter-spacing: 0.11em;
}


.banner12__column__faq{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-group {
    display: none;
}

.faq-group.active {
    display: block;
}

.faq-item {
    min-height: 72px;
    height: auto;
    transition: height 0.3s ease;
    background: #FFFFFF;
    backdrop-filter: blur(9.95px);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.faq-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.faq-item.open .banner12__arrow {
    transform: rotate(-135deg);
    border-right-color: black;
    border-bottom-color: black;
    margin-top: 20%;
}
.faq-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.11em;
    padding: 25px 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    opacity: 0;
    padding-top: 0;
}

.faq-item.open .faq-answer {
    max-height: 700px;
    height: max-content;
    opacity: 1;
}

.faq-item_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item_content ul {
    padding-left: 25px;
}
.faq-item.open .faq-answer {
    max-height: 700px;
    height: max-content;
    opacity: 1;
}
.banner12__arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-bottom: 10%;
}
.banner12__btn.active {
    background: linear-gradient(0deg, #D3CCFF, #D3CCFF), #FFFFFF;
    color: black; /* если нужен фиолетовый текст */
}

.banner12__control {
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    background: linear-gradient(79.1deg, #FF8A00 -33.15%, #D449F7 59.55%, #7000FF 97.65%);
    border: none;
    border-radius: 10px;
    transition: background 0.3s ease, transform 0.3s ease;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.banner12__control.active {
    background: linear-gradient(0deg, #D3CCFF, #D3CCFF), #FFFFFF;
}

.banner12__control.active {
    background: linear-gradient(0deg, #D3CCFF, #D3CCFF), #FFFFFF;
}

/*footer*/
.footer {
    display: block;
    overflow: hidden;
}
.footer__row {
    display: flex;
    flex-direction: row;
    gap: 68px;
    align-items: flex-start;
}
.footer__content {
    display: flex;
    gap: 68px;
    flex: 1;
}
.footer__bottom-images {
    display: none; /* по умолчанию скрыт */
}
.footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 125px;
    gap: 10px;
    width: 100%;
    height: 288px;
    background: #0A0A0A;
}
.footer__logo {
    width: 182.7px;
    height: 122.17px;
}
.footer__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer__ps {
    font-weight: 400;
    font-size: 10.5px;
    line-height: 13px;
    display: flex;
    align-items: center;
    padding-left: 35px;

    color: #AAB0B8;
}
.footer__row {
    display: flex;
    flex-direction: row;
    gap: 68px;
}
.footer__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;

    color: #FFFFFF;
}
.footer__descriptions {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top:10px;
    color: #AAB0B8;
}

.footer__faq {
    font-weight: 400;
    font-size: 10.5px;
    line-height: 13px;
    color: #AAB0B8;
    text-decoration: none;
}
.footer__img {
    width: 127px;
    height: 36.64px;
}

.footer__mobile-top-texts {
    display: none;
}

.footer__column_last {
    margin-left: auto;
    margin-right: auto;
}

{/*contact*/}
.contact {
    display: flex;
    margin-top: 50px;
    margin-bottom: 149px;
    background: linear-gradient(0deg, rgba(242, 242, 242, 0.46), rgba(242, 242, 242, 0.46)), rgba(242, 242, 242, 0.46);
    backdrop-filter: blur(9.95px);
    border-radius: 26px;
}
.contact__row{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}
.contact__left  {
    display: flex;
    flex-direction: column;
    padding: 30px;
    gap: 28px;
}
.contact__title {
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    display: flex;
    align-items: center;
    letter-spacing: 0.11em;
}
.contact__text {
   display: flex;
   flex-direction: column;
   gap: 15px;
}
.element{
    display: flex;
    flex-direction: column;
    gap:10px;
}
.element__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
}
.element_description {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;

    color: #888C91;
}
.contact__img {
    position: relative;
    width: 387px;
    height: 387px;
    z-index: 2;
}
.contact__right {
    position: relative;
}
.contact__ellips1{
    position: absolute;
    width: 118.61px;
    height: 118.61px;
    left: calc(50% - 118.61px/2 - 55.46px);
    top: calc(50% - 118.61px/2 - 37.89px);

    background: #4000FF;
    filter: blur(53.6474px);
}
.contact__ellips2 {
    position: absolute;
    width: 153.75px;
    height: 153.75px;
    left: calc(50% - 153.75px/2 + 54.36px);
    top: calc(50% - 153.75px/2 + 43.38px);

    background: rgba(64, 0, 255, 0.76);
    filter: blur(40.9631px);
}
.contact__descriptions {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
@media(min-width: 1281px){
    .banner5__img_left{
        left: 15%;
    }
}


@media(min-width: 1580px){
    .banner10__icbrics {
        left: 13%;
    }
}
@media(min-width: 1680px){
    .banner10__icbrics {
        left: 3%;
    }
}
@media(min-width: 1780px){
    .banner10__icbrics {
        left: 12%;
    }
}
@media (max-width: 500px) {
    /*header*/

    .header__container {
        padding: 10px;
        width: 100%;
    }
    .header__logo {
        width: 72px;
        height: 58px;
    }
    .header__logo2 {
        display: block;
    }
    .header__button {
        display: none;
    }
    .header__left p {
        font-size: 11px;
        padding-top: 7px;
    }
    .header__right {
        margin-right: 20px;
    }

    /*banner1*/

    .banner1 {
        padding: 0 10px;
        width: 100vw;
        overflow: hidden;
    }
    .banner1__text {
        padding-top: 5px;
    }

    .banner1__text h1{
        font-size: 60px;
    }
    .banner1__text h2{
        font-size: 28px;
    }
    .banner1__text p{
        font-size: 14px;
    }
    .banner1__btn {
        margin-top: 40px;
        margin-right: 2px;
        border: none;
        color: white;
        font-family: 'Montserrat', sans-serif;
        height: 44px;
        padding: 10px 20px;
        border-radius: 9px;
        gap: 10px;
        width: 175.5px;
    }

    .banner1__logo {
        flex-direction: row;
        gap: 12px;
        align-items: flex-start;
        z-index: 1;
        margin-top: 40px;
    }

    .banner1__col--first {
        flex: 0 0 auto;
    }

    .banner1__col--second {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        max-width: 250px;
    }

    .banner1__col--second img {
        z-index: 1;
        border-radius: 7.32175px;
        background: rgba(242, 242, 242, 0.77);
        backdrop-filter: blur(2px);
    }

    .banner1__planet{
        width: 170%;
        bottom: -17%;
        right: -35%;
    }
    .glass-effect{
        bottom: 0;
        right: 0;
        width: 100%;
        height: 200px;
    }
    .banner1__3logo {
        background: rgba(242, 242, 242, 0.77);
        backdrop-filter: blur(2px);
        border-radius: 7.32175px;
    }
    .banner1__5logo {
        background: rgba(242, 242, 242, 0.77);
        backdrop-filter: blur(2px);
        border-radius: 7.32175px;
    }
    /*banner2*/
    .banner2 {
        overflow-x: auto;
        scrollbar-width: none;
    }
    .banner2__column {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 12px;
        flex-direction: row;
        width: 100%;
    }

    .banner2__row {
        display: contents;
    }

    .banner2__card {
        flex: 0 0 auto;
        width: 285px;
        padding: 20px;
        height: auto;

        display: flex;
        flex-direction: column;
        align-items: flex-start;

        scroll-snap-align: start;
        background: rgba(242, 242, 242, 0.46);
        border-radius: 20px;
    }

    .banner2__image-wrapper {
        width: 145px;
        height: 145px;
        margin-bottom: 12px;
        flex-shrink: 0;
    }

    .banner2__img,
    .img--solo {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner2__text {
        display: flex;
        flex-direction: column;
        gap: 6px;
        height: auto;
    }

    .banner2__title,
    .title--solo {
        font-size: 18px;
        line-height: 1.2;
        margin: 0;
        width: auto;
    }

    .banner2__descriptions,
    .descriptions--solo {
        font-size: 16px;
        line-height: 1.4;
        width: auto;
    }

    .banner2__blur-ellipse {
        width: 85px;
        height: 85px;
    }

    .banner2__container {
        width: 100%;
        padding-left: 10px;
        padding-right: 0;
    }

    /*banner3_*/
    .card-1 { order: 2; }
    .card-2 { order: 1; }
    .card-3 { order: 3; }
    .card-4 { order: 4; }
    .card-5 { order: 6; }
    .card-6 { order: 5; }
    .banner3 {
        padding: 40px 10px;
        overflow: hidden;
    }

    .banner3__container {
        max-width: none;
        width: 100%;
        padding: 0; /* Убираем лишнее */
    }

    .banner3__row {
        flex-direction: column;
        gap: 20px;
    }

    .banner3__card {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    /*banner4*/
    .banner4__title {
        text-align: center;
        font-size: 26px;
        margin-bottom: 30px;
    }

    .banner4__row {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .banner4__card_left,
    .banner4__card_center,
    .banner4__card_right {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /*banner5*/
    .container {
        width: 100%;
    }
    .container1 {
        width: 100%;
    }

    .banner5 {
        width: 100%;
        height: auto;
        padding: 0 0 180px;
        margin-bottom: 80px;
        overflow: hidden;
    }
    .banner5__img_left {
        height: 1100px;
    }


    .banner5__title {
        padding: 40px 16px 20px;
        font-size: 26px;
        text-align: center;
    }

    .banner5__row {
        flex-direction: column;
        gap: 20px;
        padding: 0 16px;
    }
    .banner5__img_phone_right {
        position: absolute;
        z-index: 0;
        background: url("../img/banner5/phone_right_stons.png");
        background-size: 100% 100%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 283px;
        height: 481px;
        left: 173.67px;
        bottom: -90px;
    }

    .banner5__column {
        order: 2;
        gap: 16px;
    }

    .banner5__column_phone {
        order: 1;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .banner5__phone {
        width: 250px;
        height: auto;
    }

    .accordion {
        width: 100%;
        padding: 16px;
    }

    .accordion__title {
        font-size: 16px;
        line-height: 20px;
    }

    .accordion__content {
        font-size: 14px;
        line-height: 18px;
    }

    /*banner6*/
    .banner6 {
        margin-bottom: 60px;
        padding: 0 10px;
    }

    .banner6__title {
        padding-bottom: 20px;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.05em;
    }

    .banner6__content {
        width: 100%;       /* контейнер растягивается по ширине экрана */
        height: auto;      /* высота подстраивается под видео */
        border-radius: 12px;
    }

    .banner6__video {
        width: 100%;       /* растягиваем ровно на экран */
        max-width: 100%;   /* убираем ограничение */
        border-radius: 12px;
        height: auto;
    }

    /*banner7*/
    .banner7__container {
        width: 100%;
        height: 1400px;
        padding: 24px 16px;
        box-sizing: border-box;
        overflow:  hidden;
    }
    .banner7__container__1{
        width: 100%;
    }

    .banner7__text__title {
        margin-top: 18px;
        margin-right: 0;
        align-items: flex-end;
    }

    .banner7__title {
        font-size: 26px;
        justify-content: flex-end;
        text-align: right;
        margin-top: 0;
    }

    .banner7__descriptions {
        font-size: 18px;
        justify-content: flex-end;
        text-align: right;
        margin-bottom: 20px;
    }

    .banner7__columns {
        width: 100%;
        margin-left: 0;
        margin-top: 32px;
        align-items: stretch;
    }

    .banner7__row {
        flex-direction: column;
        gap: 16px;
    }

    .banner7__card1,
    .banner7__card2 {
        width: 100%;
        height: auto;
    }

    .banner7__card_title {
        font-size: 20px;
    }

    .banner7__card_text {
        font-size: 14px;
    }

    .banner7__ellips_1 {
        left: -5%;
        z-index: 0;
        bottom: -45%;
    }
    .banner7__ellips_2{
        bottom: -65%;
        z-index: 0;
    }
    .banner7__ellips_3{
        bottom: -85%;
        z-index: 0;
        left: -4%;
    }
    .ethereum-icon {
        width: 90px;
        height: 90px;
        left: -5.37px;
        top: 4.63px;
        transform: rotate(12.19deg);
    }
    .btc-icon{
        width: 82.48px;
        height: 84.75px;
        left: -21.9px;
        top: 80.04px;
    }
    .usd-icon{
        width: 125px;
        height: 125px;
        left: 290px;
        top: 90px;
    }
    .polygon-icon {
        width: 126.08px;
        height: 133.11px;
        left: 87.22px;
        top: 88.07px;
    }

    .banner7__ellips_4,
    .banner7__ellips_5,
    .money-icon {
        display: none;
    }

    /*banner8*/
    .banner8 {
        height: auto;
        width: 100%;
        margin-bottom: 60px;
        padding: 0 16px;
        overflow: hidden;
    }

    .banner8__title {
        font-size: 26px;
        padding-top: 30px;
        padding-bottom: 20px;
        order: 1;
    }

    .banner8__img_left {
        top: 33%;
        left: 30px
    }

    .banner8__row {
        flex-direction: column;
        gap: 20px;
    }
    .banner8__img_phone_right {
        left: 125.67px;
        bottom: -100px;
    }
    .banner8__column_phone {
        width: 100%;
        height: auto;
        padding: 0 16px;
        order: 2;
    }

    .banner8__phone {
        width: 100%;
        max-width: 212px;
        height: auto;
    }

    .banner8__accordion {
        width: 100%;
        padding: 16px;
    }

    .banner8__accordion__title {
        font-size: 16px;
    }

    .banner8__accordion__content {
        font-size: 14px;
    }

    .banner8__last_btn {
        flex-direction: column;
        padding: 16px;
        height: auto;
    }

    .banner8__last_btn_title {
        font-size: 16px;
        text-align: center;
    }

    .banner8__last_btn_button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .banner8__reviews {
        margin-top: 310px;
    }
    .banner8__arrows-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-right: 20px;
    }
    .banner8__reviews_title {
        font-size: 26px;
        margin: 0 20px;
    }

    .banner8__reviews_header {
        justify-content: space-between;
    }

    .banner8__reviews_slider {
        max-width: 100%;
    }

    .review-card {
        width: 295px !important;
        margin: 0 10px
    }

    .review__title {
        font-size: 18px;
    }

    .review__descriptions {
        font-size: 14px;
    }

    .banner8__arrow_review {
        width: 28px;
        height: 28px;
    }

    .banner8__arrow svg {
        width: 14px;
        height: 14px;
    }

    .review__blur {
        display: none;
    }
    .banner8__column {
        order: 3;
    }

    /*banner9*/
    .banner9__title {
        font-size: 26px;
        text-align: left;
        padding: 0;
        width: 300px;
        margin-left: 20px;
        margin-right: auto;
    }

    .banner9__description {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        display: flex;
        align-items: center;
        letter-spacing: 0.05em;
        font-feature-settings: 'calt' off;

        text-align: left;
        padding: 0 20px;
        max-width: 100%;
    }
    .banner9__content {
        width: 100%;
        height: 900px;
    }
    .banner9__card {
        width: 285px;
    }
    .banner9__logo {
        width: 110px;
        height: auto;
        left: 64%;
    }

    .banner9__lock{
        display: none;
    }
    .banner9__back-rock {
        position: absolute;
        width: 685.41px;
        height: 848.95px;
        left: -45%;
        top: 13%;
        pointer-events: none;
    }

    /*banner5*/
    .banner5__registrations {
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }

    .banner5__registrations_content {
        width: 90%;
        max-width: 400px;
    }

    .banner5__title_registrations {
        font-size: 26px;
        width: auto;
        margin-bottom: 20px;
        padding: 20px;
    }

    .banner5__registrations_content label {
        font-size: 16px;
    }

    .banner5__registrations_content input {
        padding: 18px 15px;
        height: 55px;
        font-size: 14px;
    }

    .banner5__btn {
        height: 50px;
        font-size: 16px;
        padding: 10px 25px;
    }

    .banner10 {
        overflow: hidden;
    }
    .banner10__review__blur {
        display: none;
    }
    .banner10__review-card {
        max-width: 285px;
        height: 402px;
    }
    .banner10__reviews_title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        margin-right: auto;
        padding-left: 20px;
    }
    .banner10__arrows-wrapper{
        margin-right: 16px;
    }

    .banner10__icbrics{
        width: 374px;
        height: 374px;
        top: 7%;
        left: -16%
    }

    /*banner11*/

    .banner11__reviews_header {
        padding: 20px;
    }
    .banner11__reviews_title {
        display: flex;
        flex-direction: row;
        font-size: 26px;
        margin-right: auto;
    }
    .banner12 {
        margin: 10px;
    }
    .banner12__row__btn {
        overflow-x:auto ;
        scrollbar-width: none;
    }

    /*footer*/
    .footer__container {
        padding: 40px 20px;
        height: auto; /* чтобы не фиксированная высота */
    }

    .footer__row {
        flex-direction: column;
        gap: 30px;
        align-items: stretch;
    }

    .footer__content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer__title {
        align-items: center
    }

    .footer__column {
        align-items: center;
    }
    .footer__ps {
        display: none;
    }

    .footer__bottom-images {
        display: flex;
    }

    .footer__column:first-child .footer__logo {
        display: none;
    }

    .footer__bottom-item {
        margin-left: auto;
        margin-right: auto;
    }

    .footer__logo{
        width: 150px;
        height: 100px;
    }

    .footer__bottom-text {
        white-space: nowrap;
        overflow: visible;
        text-overflow: clip;
        width: auto;
        max-width: none;
        font-weight: 400;
        font-size: 10.5px;
        line-height: 13px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #AAB0B8;
    }

    .footer__mobile-top-texts {
        display: block;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin-bottom: 20px;
    }

    .margin {
        margin-bottom: 20px
    }

    .footer__img {
        margin-top: 64px;
    }

    {/*contact*/}

    .contact__row{
        display: flex;
        flex-direction: column;
    }
    .contact__right {
        order: -1; /* ставим картинку первой */
    }
    .contact__img {
        width: 163px;
        height: auto;
        margin-left: 15px;
        margin-top: 30px;
    }
    .contact__ellips1{
        width: 49.87px;
        height: 49.87px;
        left: 15%;
        top: 30%;
        background: #4000FF;
        filter: blur(22.5568px);
    }
    .contact__ellips2{
        width: 64.65px;
        height: 64.65px;
        left: 25%;
        top: 45%;
        background: rgba(64, 0, 255, 0.76);
        filter: blur(17.2235px);
    }
    .banner4{
        padding-left: 16px;
        padding-right: 16px;
    }
    .banner10__reviews_header {
        justify-content: flex-start;
    }
    .info-icon:hover::after {
        left: -130px;
        top: 15px;
    }

    .banner3__img2 {
        max-width: 354px;
        width: 100%;
        height: auto;
        left: -41px;
        top: 75.5px;
    }
    .banner3__img3 {
        width: 498.07px;
        height: 498.07px;
        left: 194.59px;
        top: 145.95px;
    }
    .banner3__img5 {
        width: 250px;
        height: 250px;
        left: -42px;
        top: 145px;
    }
    .banner3__img6 {
        width: 150px;
        height: 150px;
        left: 184px;
        top: 85px;
    }
    .banner3__frame3_blur1{
        width: 94.32px;
        height: 93.02px;
        left: -51.26px;
        bottom: 71.15px;
    }
    .banner3__frame3_blur2{
        width: 94.32px;
        height: 93.02px;
        left: 158.91px;
        bottom: -10.58px;
    }
    .banner3__frame3_blur3{
        width: 72.03px;
        height: 71.04px;
        left: -11.61px;
        bottom: -52.44px;
    }
    .banner3__frame3_blur4{
        width: 102.49px;
        height: 101.07px;
        left: 443.03px;
        bottom: 74.28px;
    }
    .banner3__img{
        display: none;
    }
    .banner3__img-mob{
        display: block;
        width: 100%;
    }
    .footer__faq {
        align-items: center;
        text-align: center;
    }
}