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;
}


.container {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.container1 {
    width: 1280px;
    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;
}

{/*banner_1*/}
.banner1 {
    position: relative;
    height: 718px;
    width:  1280px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
}
.banner1__container {
    width: max-content;
}
.banner1__text {
    padding-top: 142px;
    width: 703px;
}

.banner1__text h1{
    font-weight: 800;
    font-size: 87px;
    letter-spacing: 0.11em;
    line-height: 146%;
}
.banner1__text h2{
    font-weight: 600;
    font-size: 40px;
    line-height: 96%;
    letter-spacing: 0.11em;
    color: #7000FF;
    margin-bottom: 13px;
}
.banner1__text p{
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.11em;
    line-height: 100%;
    margin-bottom: 5px;
}
.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;
}


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

.banner1__logo {
    display: flex;
    flex-direction: row;
    gap: 12px;
    margin-top: 54px;
    z-index: 1;
}

.banner1__col--second {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}


.glass-effect {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 300px;
    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;
}


{/*banner_2*/}

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

.banner2__container {
    width: 1180px;
    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;
}

.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 {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

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

    width: 580px;
    height: 380px;
    padding: 20px;

    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;
}

.card__number2 {
    height: 370px;
}

.card__number3 {
    height: 301px;
}

.banner3__img {
    width: 100%;
}

.card__img0 {
    padding: 0;
}

{/*banner_4*/}
.banner4 {
    margin-top: 120px;
    margin-bottom: 120px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.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: 1280px;
    margin-left: auto;
    margin-right: auto;
    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: -30px;
    top: 193px;
}
.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: 258.67px;
    bottom: -60px;
    rotate: 30deg;
}

.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;
}
.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;
}

.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
}

.banner5__registrations {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 170px;
}

.banner5__registrations_content {
    display: flex;
    flex-direction: column;
    gap: 10px; /* расстояние между элементами */
    width: 503px; /* например, фиксированная ширина */
}

.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;
}
.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;
    width: 1180px;
    height: 651.32px;
    border-radius: 20px;
    background-size: cover;
}
.banner6__video {
    max-width: 1180px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    background: #000;
    box-sizing: border-box;
}
/*banner 7*/

.banner7 {
    margin-bottom: 120px;
}

.banner7__container {
    position: relative;
    width: 1280px;
    height: 783px;
    background: linear-gradient(180deg, #FFFFFF 0%, #D3CCFF 100%);

    margin-left: auto;
    margin-right: auto;
}

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

    margin-top: 51px;
    margin-right: 50px;
}

.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;
}

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

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

.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;

    width: 530.5px;
    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;

    width: 530.5px;
    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 {
    position: absolute;
    width: 163px;
    height: 163px;
    left: 27.63px;
    top: 45.63px;
    z-index: 3;
    pointer-events: none;
}

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

.usd-icon {
    position: absolute;
    width: 228px;
    height: 228px;
    top: 240px;
}

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

.money-icon {
    position: absolute;
    width: 267.64px;
    height: 241.51px;
    left: 1012.39px;
    top: 540.76px;
    z-index: 0;

}

.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: 1280px;
    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: 258.67px;
    bottom: -60px;
    rotate: 30deg;
}

.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;
}
.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;
}

.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;
}

/* Поворот при открытии */
.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: 100%;
}

.banner8__reviews_header {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;


}

.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;
}

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

.review-card {
    width: 440px;
    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);
    flex-shrink: 0;
    text-align: left;
    align-self: flex-start;
}


.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 {

}
.banner9__content {
    display: flex;
    position: relative;
    width: 1280px;
    height: 681px;

    flex-direction: column;
    padding: 50px 0;
    background: linear-gradient(180deg, #FFFFFF 0%, #D3CCFF 100%);
}

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

.banner9__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    padding: 0 50px;
}

.banner9__carousel {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}

.banner9__viewport {
    padding: 0 60px;
    overflow: hidden;
}

.banner9__track {
    display: flex;
    transition: transform 0.6s ease-in-out;
    will-change: transform;
}

.banner9__card {
    align-self: flex-start;
    min-height: 340px;
    flex-shrink: 0;
    width: 440px;
    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;
}




.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: 685.41px;
    height: 1178.95px;
    left: 46.5%;
    top: -25%;
    pointer-events: none;
}

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

/*banner10*/

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

.banner10__reviews_header {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;


}

.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: 10px;
}

.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;
    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: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    font-feature-settings: 'calt' off;

}

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

}

.banner10__review__blur{
    position: absolute;
    width: 200px;
    height: 350px;
    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;
}

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

    filter: drop-shadow(-5px 8px 12.2px rgba(0, 0, 0, 0.25)) drop-shadow(-12px 39px 31.4px rgba(133, 129, 157, 0.49));
    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;
}
.banner11__reviews_header {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 30px;
}


.banner11__reviews_slider {
    overflow: hidden;
    width: 100%;
    max-width: 1180px;
    margin-top: 30px;
}

.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__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 {
    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;
}

.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: 200px;
    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: 200px;
    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: #7000FF; /* если нужен фиолетовый текст */
}

.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 {

}
.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;
}
.columngap {
    padding-top: 20px;
    gap: 20px;
}
.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;
}
.footer__img {
    width: 127px;
    height: 36.64px;
}

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

.footer__column_last {
    margin-left: 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: 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: 130%;
    }
    .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 60px;
        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__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__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: 1%;
        z-index: 0;
        bottom: 20%;
    }
    .banner7__ellips_2{
        bottom: 13%;
        z-index: 0;
    }
    .banner7__ellips_3{
        bottom: 1%;
        z-index: 0;
    }
    .ethereum-icon {
        width: 90px;
        height: 90px;
        left: 15.37px;
        top: 18.63px;
        transform: rotate(12.19deg);
    }
    .btc-icon{
        width: 82.48px;
        height: 84.75px;
        left: -21.9px;
        top: 132.04px;
    }
    .usd-icon{
        width: 125px;
        height: 125px;
        left: 280px;
        top: 125px;
    }
    .polygon-icon {
        width: 76.08px;
        height: 83.11px;
        left: 97.22px;
        top: 148.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: 35%;
    }

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

    .banner8__column_phone {
        width: 100%;
        height: auto;
        padding: 16px;
        order: 2;
    }

    .banner8__phone {
        width: 100%;
        max-width: 280px;
        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: 60px;
    }

    .banner8__reviews_title {
        font-size: 26px;
        margin: 0 auto 20px;
    }

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

    .banner8__reviews_slider {
        max-width: 100%;
    }

    .review-card {
        width: 100%;
        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: right;
        padding: 0 20px;
    }

    .banner9__description {
        font-size: 14px;
        text-align: left;
        padding: 0 20px;
    }
    .banner9__content {
        width: 100%;
        height: auto;
    }
    .banner9__card {
        width: 270px;
    }
    .banner9__logo {
        left: 64%;
    }

    .banner9__lock,
    .banner9__back-rock {
        display: 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 {
        width: 100%;
    }
    .banner10__reviews_title {
        display: flex;
        flex-direction: column;
        font-size: 26px;
        margin-left: 5%;
        margin-right: auto;
    }

    .banner10__icbrics{
        top: -20%;
        left: 13%
    }

    /*banner11*/

    .banner11__reviews_header {
        padding: 20px;
    }

    .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: 10px;
    }

    .footer__column_last {
        display: none;
    }
    .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);
    }

}