.d-none {
    display: none !important;
}

.tac {
    text-align: center;
}

.rel {
    position: relative;
}

.opacity-0 {
    opacity: 0;
}

.tal {
    text-align: left;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-65 {
    margin-bottom: 65px;
}

.gap-35 {
    gap: 35px;
}

.font-10 {
    font-size: 10px;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gap-32 {
    gap: 32px;
}

.w-48 {
    width: 48px;
}

.h-48 {
    height: 48px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: rgba(1, 183, 86, 0.1);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: #01b756;
    border-radius: 4px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #01b756 rgba(1, 183, 86, 0.1);
}

.about-rezult .h3 {
    margin-bottom: 30px;
}

.select .glyphicon {
    width: 16px;
    height: 16px;
    line-height: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px;
}

.en {
    background: url(/assets/img/admin-menu/flags/en.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.ru {
    background: url(/assets/img/admin-menu/flags/ru.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.de {
    background: url(/assets/img/admin-menu/flags/de.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.cn {
    background: url(/assets/img/admin-menu/flags/cn.png) no-repeat;
    background-size: 16px;
    background-position: center;
}


.cs {
    background: url(/assets/img/admin-menu/flags/cz.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.hu {
    background: url(/assets/img/admin-menu/flags/hu.png) no-repeat;
    background-size: 16px;
    background-position: center;
}


.es {
    background: url(/assets/img/admin-menu/flags/es.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.pt {
    background: url(/assets/img/admin-menu/flags/pt.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.it {
    background: url(/assets/img/admin-menu/flags/it.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.fr {
    background: url(/assets/img/admin-menu/flags/fr.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.tr {
    background: url(/assets/img/admin-menu/flags/tr.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.jp {
    background: url(/assets/img/admin-menu/flags/jp.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.ro {
    background: url(/assets/img/admin-menu/flags/ro.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.pl {
    background: url(/assets/img/admin-menu/flags/pl.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.vn {
    background: url(/assets/img/admin-menu/flags/vn.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.lt {
    background: url(/assets/img/admin-menu/flags/lt.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.lv {
    background: url(/assets/img/admin-menu/flags/lv.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.sk {
    background: url(/assets/img/admin-menu/flags/sk.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.sl {
    background: url(/assets/img/admin-menu/flags/sl.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.ko {
    background: url(/assets/img/admin-menu/flags/ko.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.kr {
    background: url(/assets/img/admin-menu/flags/ko.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.cr {
    background: url(/assets/img/admin-menu/flags/cr.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.gr {
    background: url(/assets/img/admin-menu/flags/gr.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.id {
    background: url(/assets/img/admin-menu/flags/id.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.km {
    background: url(/assets/img/admin-menu/flags/km.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.th {
    background: url(/assets/img/admin-menu/flags/th.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.mn {
    background: url(/assets/img/admin-menu/flags/mn.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.hi {
    background: url(/assets/img/admin-menu/flags/hi.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.bn {
    background: url(/assets/img/admin-menu/flags/bn.png) no-repeat;
    background-size: 16px;
    background-position: center;
}

.language .bootstrap-select .dropdown-menu li a span.text {
    white-space: nowrap;
}

.header .language {
    width: auto;
    max-width: fit-content;
}

.language .bootstrap-select .dropdown-toggle {
    padding: 8px 20px 8px 12px;
}

.language .bootstrap-select .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:focus {
    padding: 8px 20px 8px 12px;
}

.language .bootstrap-select.open {
    z-index: 10;
}

.menu__item-btns {
    margin-left: auto;
}

body.modal-open {
    overflow: hidden;
}

.policy-card .a-link {
    color: #00863f;
    text-decoration: none;
}

.agreement-page .fw-bold {
    margin-bottom: 32px;
    margin-top: 32px;
}

.language .bootstrap-select .dropdown-menu {
    background: #11111b;
}

.language .bootstrap-select .dropdown-menu.inner {
    /* background: linear-gradient(180deg, #262638 0%, #171725 100%); */
    background: linear-gradient(0, #15151f 0%, #0a0a13 100%);
}

.language .bootstrap-select .dropdown-menu li a.selected {
    color: #fff;
}

.language .bootstrap-select .dropdown-toggle {
    background: linear-gradient(180deg, #262638 0%, #171725 100%);
}

.language .bootstrap-select .filter-option-inner-inner {
    /* color: #8f8fa5; */
    color: #fff;
}

.language .bootstrap-select .dropdown-toggle .caret {
    filter: invert(1);
}

.language .bootstrap-select .dropdown-menu li a:hover {
    color: #fff;
    background: linear-gradient(180deg, #262638 0%, #171725 100%);
}

.ico-whatsapp {
    background: url(/assets/img/ico/ico-whatsapp.svg) no-repeat;
    background-size: 28px;
}

.ico-wechat {
    background: url(/assets/img/ico/ico-wechat.svg) no-repeat;
    background-size: 28px;
}

.communication {
    grid-template-columns: auto 1fr;
}

.communication__soc .select-dark .bootstrap-select .dropdown-toggle {
    padding-right: 20px;
}

.hero {
    background: url("/assets/img/img/hero-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 110px 0 207px;
    margin-top: 20px;
}

.hero-title {
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
}

.hero-title span {
    background: linear-gradient(90deg, #FF70B0 0%, #FF4A38 33%, #D92490 66%, #A477F9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.hero-desc p {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

[data-page=home] {
    background: #000;
}

.faq-item__content .bold {
    color: #01B756;
    font-weight: 600;
}

.fin-model__num-item {
    background: #171723;
    border-radius: 10px;
    padding: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16px 1fr;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fin-model__num-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fin-model__inner-list {
    list-style: disc;
}

.fin-model__inner-item {
    margin-left: 24px;
}

.fin-model__item-title {
    color: #fff;
}

.fin-model__row {
    background: #11111b;
    border-radius: 20px;
    padding: 30px;
}

.fin-model__row .title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 74px 1fr;
    grid-template-columns: 74px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

.fin-model__row .title .img {
    width: 74px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px solid #1c1c2a;
    background: #08080f;
}

.fin-model__desc {
    max-width: 750px;
    width: 100%;
}

.legal-position .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16px 1fr;
    grid-template-columns: 16px 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-item--password {
    position: relative;
}

.password-visibility-btn {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 17px;
    bottom: 15px;
    background: transparent;
    border: none;
    background: url(/assets/img/ico/ico-eye-closed.svg) no-repeat center;
    background-size: contain;
}

.password-visibility-btn.view {
    background: url(/assets/img/ico/ico-eye.svg) no-repeat center;
}

.form-item--referral.hidden .form-item__control {
    display: none;
}

.form-item--referral.hidden .img img {
    transform: rotate(180deg);
}

.strategies__row {
    display: grid;
    grid-template-columns: 1fr 425px;
}

.available-strategies .btn-green {
    color: #fff;
}

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

.active-strategies .strategics__card {
    border-radius: 16px;
    border: 1px solid var(--A1, #232335);
    background: #08080F;
    padding: 20px 16px 16px 16px;
}

.strategies__increase-profit-wrap {
    border-radius: 10px;
    border: 1px solid var(--A1, #232335);
    background: #081C1A;
    padding: 16px 8px;
}

.strategies__increase-profit {
    border-radius: 10px;
    background: linear-gradient(90deg, #FE6EAA 0%, #FF4A39 33%, #E12C7D 66%, #AF65E2 100%), #01B756;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 44px;
    width: 100%;
    border: none;
}

.strategies__increase-profit img {
    padding-bottom: 5px;
}

.strategies__increase-profit-txt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.strategies__increase-profit-percent {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.strategics .card__body {
    padding: 20px 12px 12px 12px;
}

.strategies__investment {
    border-radius: 10px;
    border: 1px solid var(--A1, #232335);
    background: #081C1A;
    padding: 16px;
}

.strategies__investment .txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.strategies__investment .txt p {
    color: #01B756;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.strategies__settings-btn {
    border-radius: 6px;
    background: #1F1F2C;
    width: 40px;
    height: 40px;
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.strategics .status {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.strategics .swiper-button-prev,
.strategics .swiper-button-next {
    transform: rotate(270deg);
}

.active-strategies {
    max-height: calc(100vh + 100px);
    overflow-y: auto;
}

.av-strategies--card-bottom {
    background: url(/assets/img/img/dep-black-bg.svg) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 113px;
    padding: 14px 8px 8px;
    margin-left: -8px;
    margin-bottom: -8px;
    margin-right: -8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.av-strategies--card-bottom .title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.available-strategies .card__body .strategics__card {
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.av-str-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
    padding: 0 6px 0 0;
}

.av-str-list .item {
    border-radius: 10px;
    background: #1f1f2c;
    padding: 16px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16px 1fr;
    grid-template-columns: 16px 1fr;
    gap: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.av-str-list .item p {
    margin: 0;
    color: #fff;
    font-family: "GoogleSans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.av-str__percent {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.av-str__percent span {
    color: #01B756;
    text-shadow: 0px 0.92px 26.299px rgba(0, 183, 86, 0.70);
    font-size: 27.586px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.strategics-page__row {
    grid-template-columns: unset;
    display: block;
}

.strategics-page__row .strategics {
    height: 100%;
}

.form-item--reinvest {
    border-radius: 10px;
    border: 1px solid #171723;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-item--reinvest p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal--increase-profit button.close {
    position: absolute;
    top: 25px;
    right: 25px;
}

.modal--increase-profit .modal-header {
    justify-content: center;
}

.modal--increase-profit .modal-header h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal--increase-profit .modal-header h3 span {
    color: #01B756;
}

.increase-profit__percent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
}

.increase-profit__num-from {
    color: #CCC;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.increase-profit__num-to {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.increase-profit__percent .img {
    width: 44px;
    height: 44px;
}

.increase-profit__txt {
    color: #A3A3BA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
}

.increase-profit__bottom-txt {
    color: #01B756;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.increase-profit__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 22px;
}

.increase-profit__item {
    padding: 10px 14px;
    height: 71px;
    border-radius: 10px;
    background: #1F1F2C;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.increase-profit__item .img img {
    width: 28px;
    height: 28px;
}

.increase-profit__item p {
    color: #FFF;
    text-align: start;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.increase-profit__img {
    background: url(/assets/img/ico/ico-right-green.svg) no-repeat;
    background-position: center;
    background-size: contain;
    transform: scale(3);
    margin-left: 10px;
}

.exit-btn--mob {
    height: 40px;
    width: 100%;
    background: rgba(219, 65, 67, 0.1);
    color: #DB4143;
    border: none;
}

.profile .auser__img img {
        filter: brightness(0) saturate(100%) invert(45%) sepia(98%) saturate(1160%) hue-rotate(113deg) brightness(92%) contrast(99%);
}

.modal .modal-dialog {
    pointer-events: none !important;
}

.modal .modal-content {
    pointer-events: auto;
}

.urank__row {
    grid-template-columns: repeat(12, 1fr);
}

.urank__wrap {
    grid-template-columns: 60px 1fr 110px 90px 130px;
}

.admin-header .admin-nav__link {
    background: transparent;
    border: 0;
    padding: 0;
}

.admin-header .admin-nav__link-inner {
    gap: 4px;
}

.urank__item--bonus {
    background: linear-gradient(90deg, #FE6EAA 0%, #FF4A39 33%, #E12C7D 66%, #AF65E2 100%), #01B756;
}

.urank__item--bonus .title {
    color: #fff;
}

.urank__row:not(:first-child) .urank__item:last-child {
    border-top: 1px solid #252538;
}

.urank__main .urank__row:nth-child(8) .urank__item:nth-last-child(2) {
    border-top: 1px solid #252538;
}

.footer__row {
    gap: 30px;
}

.language .bootstrap-select .dropdown-menu {
    min-height: 100px;
}

.language .bootstrap-select .dropdown-menu .inner.open {
    max-height: 185px !important;
}

.language .bootstrap-select .dropdown-menu.open {
    z-index: 1000;
    background: #11111B;
}

.admin__aside {
    z-index: 5;
}

.account-btn,
.account-btn--mob {
    border-radius: 111px;
    padding: 17px 32px;
    height: 46px;
    font-size: 15px;
    font-family: "VisueltPro-Bold";
}

.av-strategies__info {
    pointer-events: none;
}

.av-strategies__info.active {
    pointer-events: auto;
}

.modal--strategics-activ .select .dropdown-menu .inner,
.modal--balance-add .select .dropdown-menu .inner,
.modal--withdraw .select .dropdown-menu .inner {
    min-height: 200px;
}

.admin-aside__footer .btns {
    align-items: center;
}

.admin-roulette .card__body .lock-img {
    padding: 20px;
    background: rgba(1, 183, 86, 0.15);
    border-radius: 10px;
}

.our-principles .or-banner__title {
    z-index: 1;
    max-width: 800px;
}

.my--active-strategies-mini .strategics__card {
    border-radius: 16px;
    border: 1px solid var(--A1, #232335);
    background: #08080F;
    padding: 20px 16px 16px 16px;
}

.my--active-strategies {
    padding-right: 20px;
}

.strategics__card .title {
    grid-template-columns: 1fr;
}

.withdraw-max-btn,
.reinvest-max-btn,
.activate-max-btn {
    background: transparent;
    border: none;
    color: #00b957;
    position: absolute;
    right: 17px;
    bottom: 17px;
    font-size: 14px;
    line-height: normal;
}

.investment-line {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3px;
}

.investment-line span {
    display: block;
}

.investment-line .dot {
    border-radius: 50%;
}

.investment-line .line {
    width: 14px;
    height: 2px;
    background: #A3A3BA;
    border-radius: 10px;
}

.investment-line .dot {
    width: 4px;
    height: 4px;
    background: #A3A3BA;
}

.investment-line .dot-first {
    background: linear-gradient(90deg, #FE6EAA 0%, #FF4A39 33%, #E12C7D 66%, #AF65E2 100%), #01B756;
    width: 8px;
    height: 8px;
}

.investment-line .dot-last {
    background: #A3A3BA;
    width: 8px;
    height: 8px;
}

.investment-line .line.filled {
    background: linear-gradient(90deg, #FE6EAA 0%, #FF4A39 33%, #E12C7D 66%, #AF65E2 100%), #01B756;
}

.investment-line .dot.filled {
    background: linear-gradient(90deg, #FE6EAA 0%, #FF4A39 33%, #E12C7D 66%, #AF65E2 100%), #01B756;
}

.form-item__label small {
    font-family: "VisueltPro-Medium";
    font-size: 13px;
    display: inline-block;
    color: #a3a3ba;
    line-height: normal;
}

.modal--balance-add .network__select .dropdown-menu .inner,
.modal--withdraw .network__select .dropdown-menu .inner {
    min-height: auto;
}

.dashboard-rates {
    display: none;
}

.modal--sign-up .form-phone .select .dropdown-menu .inner,
.modal--approve-number .form-phone .select .dropdown-menu .inner {
    min-height: 300px;
    background: #171723;
}

.modal--sign-up .form-phone .select .dropdown-menu,
.modal--approve-number .form-phone .select .dropdown-menu {
    background: #171723;
}

.modal--sign-up .bootstrap-select .dropdown-menu li a.selected,
.modal--sign-up .bootstrap-select .dropdown-menu li a:hover,
.modal--approve-number .bootstrap-select .dropdown-menu li a.selected,
.modal--approve-number .bootstrap-select .dropdown-menu li a:hover  {
    color: #fff;
}

.modal--sign-up .form-phone .select,
.modal--approve-number .form-phone .select {
    width: fit-content;
}

.modal--sign-up .form-phone .select .dropdown-toggle,
.modal--approve-number .form-phone .select .dropdown-toggle {
    padding-right: 20px;
    background: #171723;
    border-radius: 10px;
    height: 52px;
}

.modal--sign-up .bootstrap-select .filter-option-inner-inner,
.modal--approve-number .bootstrap-select .filter-option-inner-inner {
    color: #fff;
}

.modal--sign-up .line,
.modal--approve-number .line {
    width: 1px;
    height: 25px;
    background: #a3a3ba;
}

.modal--sign-up .form-phone,
.modal--approve-number .form-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.modal--sign-up .bootstrap-select .dropdown-toggle .caret,
.modal--approve-number .bootstrap-select .dropdown-toggle .caret {
    filter: invert(1);
}

.form-item--phone label {
    font-family: "VisueltPro-Medium";
    font-size: 13px;
    display: block;
    color: #a3a3ba;
    line-height: normal;
}

.modal--sign-up .bootstrap-select .dropdown-menu li a.active,
.modal--approve-number .bootstrap-select .dropdown-menu li a.active {
    color: #fff;
}

.modal--sign-up  .bs-searchbox .form-control,
.modal--approve-number  .bs-searchbox .form-control {
    color: #fff;
    border: 1px solid #222234;
    padding: 4px 8px;
    background: #212131;
}

.modal--approve-number .modal-header {
    padding: 25px 25px 0;
}

.strategics-page__row {
    height: 100%;
}

.referrals__grid .referrals__side .card__body::after {
    height: 100%;
}

.legality-banner__img {
    cursor: pointer;
}

.modal--doc .btn-wrap .secondary-btn {
    border-radius: 111px;
    padding: 17px 27px;
    height: 46px;
    color: #8f8fa5;
    font-size: 15px;
    font-family: "VisueltPro-Medium";
}

.modal--doc .img img {
    border-radius: 20px;
}

.legality-banner .legality-banner__img {
    transition: transform 0.3s ease-in-out;
}

.legality-banner .legality-banner__img:hover {
    animation: pulse 1s ease-in-out infinite;
}

.modal--2fa .pin-code {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 4px;
}

.modal--2fa .pin-code input,
.modal--email_confirmation .pin-code input,
.modal--2fa-confirm .pin-code input {
    width: 40px;
    height: 40px;
    background: #171723;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    border: 1px solid #222234;
}

.modal--2fa .primary-btn,
.modal--email_confirmation .get-email--code {
    border-radius: 111px;
    padding: 17px 32px;
    height: 46px;
    font-size: 15px;
    font-family: "VisueltPro-Bold";
}

.modal--2fa form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.modal--2fa  .code-from-email-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal--set-password .primary-btn {
    border-radius: 111px;
    padding: 17px 32px;
    height: 46px;
    font-size: 15px;
    font-family: "VisueltPro-Bold";
    margin-top: 20px;
}

.line-filter-btn {
    background: transparent;
    border: none;
}

.line-filter-wrap,
.balance-history-filter-wrap {
    position: relative;
}

.line-filter-wrap .select-line-filter,
.balance-history-filter-wrap .select-balance-history-filter {
    display: none;
}

.line-filter-wrap.open .select-line-filter,
.balance-history-filter-wrap.open .select-balance-history-filter {
    display: block;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: 150px;
}

.line-filter-wrap.open .select-line-filter .dropdown-toggle,
.balance-history-filter-wrap.open .select-balance-history-filter .dropdown-toggle {
    display: none;
}

.line-filter-wrap .select .dropdown-menu .inner,
.balance-history-filter-wrap .select .dropdown-menu .inner {
    min-height: 150px;
}

.line-filter-wrap .bootstrap-select .dropdown-menu li a,
.balance-history-filter-wrap .bootstrap-select .dropdown-menu li a {
    background: #1a1a25;
}

.download-pr-btn {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.wrapper--inside main {
    z-index: 1;
}

.select-download-pr-btn .select .dropdown-menu .inner {
    max-height: 150px !important;
}

.select-download-pr-btn .bootstrap-select .dropdown-toggle {
    padding-right: 20px;
    border-radius: 20px;
}

.download-rank-table .primary-btn {
    padding: 4px 8px;
    height: 40px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #00b756;
}

.download-rank-table .primary-btn p {
    color: #fff;
    font-size: 14px;
}

.available-strategies .swiper__nav {
    overflow-x: hidden;
    position: relative;
}

.h3 {
    font-family: "VisueltPro-Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    margin: 0;
    padding: 0;
}

.modal-header .h3 {
    color: #fff;
    font-size: 16px;
    font-family: "VisueltPro-Bold";
    line-height: 18px;
}

.increase-request-isset-text .img img {
    width: 10px;
    height: auto;
}

.mathematics-redesign .call-card {
    height: 360px;
}

.mathematics-redesign .card__body {
    padding: 61px 48px 46px;
}

.mathematics-redesign .call__title {
    z-index: 1;
    max-width: 475px;
    width: 100%;
}

.mathematics-redesign .call__title div,
.mathematics-redesign .call__title p {
    text-align: left;
}

.math-banner-img {
    position: absolute;
    right: -30px;
    bottom: 0;
}

.modal--presentation .primary-btn {
    color: #fff;
    border-radius: 10px;
    border: 1px solid var(--G_O, #018940);
    background: var(--G, linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%));
    height: 44px;
}

.modal--presentation label {
    display: block;
}

.pagination__link {
    text-decoration: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.ai-bot__chat {
    min-height: 260px;
}

.ai-bot__card {
    border-radius: 20px;
    border: 1px solid #212131;
    background: #11111B;
    max-width: 352px;
    height: 260px;
    padding: 19px 20px;
}

.ai-bot__title-wrap {
    margin-bottom: 18px;
}

.ai-bot__img {
    width: 64px;
    height: 64px;
    border-radius: 12.444px;
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-bot__card .ai-bot__img {
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    width: 30px;
    height: 30px;
}

.ai-bot__card .ai-bot__img img {
    width: 14px;
}

.ai-bot__title p,
.ai-bot__title span  {
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.ai-bot__link {
    display: inline-block;
    border-radius: 12px;
    text-decoration: none;
    z-index: 1;
    position: fixed;
    right: 10px;
    top: 300px;
}

.ai-bot__link .ai-bot__title p {
    color: #fff;
    background: none;
    background-clip: unset;
    -webkit-text-fill-color: unset;
}

.ai-bot__link .ai-bot__title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.ai-bot__link .ai-bot__title-wrap {
    background: #11111B;
    margin-bottom: 0;
    padding: 8px;
    gap: 8px;
    border-radius: 12px;
}

.ai-bot__link .ai-bot__title {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.ai-bot__link .ai-bot__img {
    aspect-ratio: 1 / 1;
    width: 34px;
    height: 34px;
}

.ai-bot__link-inner {
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    border-radius: 12.444px;
    padding: 1px;
}

.ai-bot__link .ai-bot__img img {
    width: 16px;
}

.ai-bot__txt {
    color: #F1F1F1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ai-bot__txt span {
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-bot__chat {
    padding: 8px;
    border-radius: 20px;
    border: 1px solid #212131;
    background: #11111B;
}

.ai-bot__chat-inner {
    background: #18182F;
    border-radius: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px 14px;
}

.ai-bot__history {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 20px;
}

[data-bot=initial] .ai-bot__chat-inner {
    padding: 60px 14px 10px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 69px;
}

.ai-bot__message {
    max-width: 388px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ai-bot__chat[data-bot="initial"] .ai-bot__message .img img {
  animation: floatBot 3s infinite ease-in-out;
}

@keyframes floatBot {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.ai-bot__message-txt {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ai-bot__row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.ai-bot__input-wrap {
    position: relative;
    width: 100%;
    margin-top: auto;
}

.ai-bot__input {
    padding: 4px 40px 4px 18px;
    border-radius: 99px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.08) inset;
    backdrop-filter: blur(1px);
    width: 100%;
    min-height: 42px;
    color: #F1F1F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    resize: vertical;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 14px;
}

.ai-bot__input::placeholder {
    color: #F1F1F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ai-bot__btn {
    width: 32px;
    height: 32px;
    border-radius: 72px;
    border: 0.727px solid rgba(255, 255, 255, 0.08);
    background: #2C2C2C;
    box-shadow: 0.727px 0.727px 0.727px 0.727px rgba(0, 0, 0, 0.08) inset;
    backdrop-filter: blur(0.7272726893424988px);
    padding: 8.727px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    bottom: 10px;
}

.ai-bot__chat-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-bot__query {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.ai-bot__query p {
    max-width: 80%;
    color: #F1F1F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
}

.ai-bot__answer-title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ai-bot__answer-title .img {
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-bot__answer-title .img img {
    width: 10px;
}

.ai-bot__answer-title p {
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 11.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 12.5px;
}

[data-bot=query] .ai-bot__input-wrap {
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    padding: 1px;
    /* border-radius: 99px; */
    border-radius: 14px;

}

[data-bot=query] .ai-bot__input-wrap-inner {
    background: #18182F;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

[data-bot=request] .ai-bot__chat-inner,
[data-bot=answer] .ai-bot__chat-inner {
    justify-content: space-between;
}

.ai-bot__answer-txt {
    max-width: 424px;
    color: #F1F1F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

[data-bot=error] .ai-bot__chat-inner {
    padding: 55px 14px 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 54px;
}

[data-bot=error] .ai-bot__input::placeholder {
    color: #6B6B6B;
}

.ai-bot__loading {
    display: inline-block;
    animation: spin 1s linear infinite;
}

.news .news-article__txt {
    display: flex;
    flex-direction: column;
}

.news .news-article__txt a {
    word-break: break-word;
    overflow-wrap: anywhere;
    color: #fff;
    text-decoration: none;
}

.news .article__title {
    font-size: 28px;
    line-height: 130%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.admin-aside__footer .exit-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.admin-aside__footer .exit-btn p {
    color: #DB4143;
}

.ai-key__val {
    color: #01b756;
}

.get-bonus--top {
    gap: 24px;
}

.get-bonus__title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.get-bonus__title span {
    color: #01b756;
}

.get-bonus__val {
    padding: 8px 14px;
    border-radius: 8px;
    background: #01b756;
    gap: 7px;
}

.get-bonus__num {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.get-bonus__currency {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.get-bonus__timer {
    border-radius: 8px;
    background: linear-gradient(180deg, #5A638B 8.68%, #161E35 171.69%), linear-gradient(0deg, #01B756 0%, #01B756 100%), linear-gradient(249deg, #7CC026 14.12%, #6BB112 89.32%);
    padding: 8px 14px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.get-bonus__progress-from {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.get-bonus__progress-to {
    color: #01b756;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.get-bonus__progress-bar {
    border-radius: 8px;
    background: rgba(1, 183, 86, 0.20);
}

.get-bonus__progress-inner {
    border-radius: 8px 0 0 8px;
    background: #01B756;
    max-width: 55%;
    width: 100%;
    height: 48px;
}

.get-bonus__list li {
    list-style-position: inside;
    color: #A3A3BA;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.get-bonus__list li::marker {
    color: #fff;
}

.admin-aside_ai-key-btn {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #1a1a25;
    padding: 13px 16px;
    border: none;
    text-align: left;
    height: 50px;
}

.ai-bot__aside-btn {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24px 1fr;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background: #1a1a25;
    padding: 13px 16px;
    border: none;
    width: 100%;
    text-decoration: none;
}

.ai-bot__aside-btn .img img {
    height: 24px;
    width: auto;
}

.admin-nav__ref-lin .admin-nav__link-inner {
    text-align: left;
    background: #1a1a25;
}

.admin-nav__ref-lin {
    margin-bottom: 15px;
}

.copy-ai-key-btn,
.copy-ai-key-btn-mob {
    border: none;
}

.news-article .news-article__img {
    min-width: 250px;
}

.admin-header__ai-btn {
    background: transparent;
    border: none;
}

.admin-header__ai-btn .img img {
    height: 24px;
    width: auto;
}

.admin-header__ai-btn p {
    font-weight: 500;
    color: #a3a3ba;
    font-size: 15px;
    line-height: 15px;
}

.ai-key__telegram-link {
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.franchise__list li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background: #1F1F2C;
}

.franchise__list li p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.franchise__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.franchise__txt {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.franchise__turnover {
    color: #01B756;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.section--ref-table .card__body {
    padding: 16px 24px 34px;
}

.ref-rank-td {
    background: rgba(0, 183, 86, 0.10);
    color: #00B756;
    text-align: center;
    font-size: 13.193px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ref-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 0;
    background: #444444;
    min-width: 1280px;
}

.ref-table thead th {
    color: #A3A3BA;
    font-size: 11.309px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ref-table th,
.ref-table td {
    padding: 14.136px;
    color: #FFF;
    text-align: center;
    font-size: 13.193px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    background: #161620;
}

.ref-table__container {
    border-radius: 21.35px;
    overflow-x: auto;
    overflow-y: hidden;
}

.ref-table thead .ref-bonus-th {
    background: linear-gradient(270deg, #AB6ACE 0%, #ED3B5D 50%, #F672A4 100%);
    color: #FFF;
    font-size: 11.309px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ref-table .ref-turnover-td--pink {
    background: linear-gradient(270deg, #AB6ACE 0%, #ED3B5D 50%, #F672A4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ref-turnover-td--pink {
    background: linear-gradient(270deg, #AB6ACE 0%, #ED3B5D 50%, #F672A4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ref-tooltip-wrap {
    position: relative;
    cursor: pointer;
}

.ref-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: calc(100% - 5.5px);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background: linear-gradient(270deg, #AB6ACE 0%, #ED3B5D 50%, #F672A4 100%);
    padding: 12px 10px;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}

.ref-tooltip p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
}

.ref-tooltip-wrap:hover .ref-tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
}

.ref-tooltip-wrap.active .ref-tooltip {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0s linear 0s;
}

.ref-tooltip::after {
    content: "";
    position: absolute;
    left: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
    background: url("/assets/img/ico/ref-tooltip-arrow.svg") no-repeat center center;
    height: 12px;
    width: 6px;
}

.ref-table td:first-child,
.ref-table th:first-child,
.ref-table td:last-child,
.ref-table th:last-child {
    border-left: none;
}

.franchise__txt a {
    color: #01B756;
    text-decoration: none;
}

.mentor-bonus__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mentor-bonus__item {
    padding: 12px;
    border-radius: 12px;
    background: #171723;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mentor-bonus__leader-name {
    height: 32px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mentor-bonus__info {
    padding: 11px 12px;
    border-radius: 6px;
    background: #1F1F2C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.mentor-bonus__subtitle {
    color: #A3A3BA;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mentor-bonus__val {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal--mentor-bonus .primary-btn,
.modal--leader .primary-btn {
    width: 100%;
    height: 44px;
    border-radius: 10px;
    border: 1px solid var(--G_O, #018940);
    background: var(--G, linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%));
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal--mentor-bonus .h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mentor-bonus__txt-green {
    color: #01B756;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mentor-bonus__val-green {
    color: #01B756;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mentor-bonus__time-progress {
    border-radius: 6px;
    background: rgba(14, 211, 106, 0.10);
    padding: 2px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.mentor-bonus__time-progress-inner {
    max-width: 57%;
    border-radius: 4px 0 0 4px;
    border: 1px solid var(--G_O, #018940);
    background: var(--G, linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%));
    height: 18px;
    width: 100%;
}

.mentor-bonus__percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mentor-bonus__info--green {
    background: rgba(14, 211, 106, 0.10);
}

.mentor-bonus__info--green .mentor-bonus__val {
    color: #01B756;
    font-size: 18px;
    font-weight: 700;
}

.turnover-percent-btn {
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    height: 48px;
    background: #01b756;
    color: #11111b;
    font-family: "GoogleSans";
    font-size: 16px;
    font-weight: 700;
}

.turnover-percent__container {
    border-radius: 21.35px;
    overflow: hidden;
    overflow-x: auto;
    overflow-y: hidden;
}

.turnover-percent__container table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px 1px;
    min-width: 400px;
}

.turnover-percent__container table th,
.turnover-percent__container table td {
    padding: 14.136px;
    color: #FFF;
    text-align: center;
    font-size: 13.193px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    background: #161620;
}

.turnover-percent__container table tbody td {
    background: #00b756;
    color: #fff;
}

.bot-subscribe__title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bot-subscribe__txt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bot-subscribe__pro {
    border-radius: 4px;
    background: linear-gradient(235deg, #6F7BFF -11.01%, #426CF7 30.17%, #3A4DCB 71.34%, #6EA1ED 113.76%);
    padding: 6px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.continue-subscribe-btn {
    border-radius: 10px;
    border: 1px solid var(--G_O, #018940);
    background: linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%);
    height: 44px;
}

.continue-subscribe-btn p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.continue-subscribe-btn img {
    filter: invert(1);
}

.bot-subscribe__price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.bot-subscribe__price-txt {
    color: #A3A3BA;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.bot-subscribe__price-val {
    background: linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bot-subscribe {
    max-width: 353px;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid var(--XX, #212131);
    background: #11111B;
}

.bot-section {
    padding: 60px 0 20px;
}

.bot__row {
    display: grid;
    grid-template-columns: 353px 1fr;
    gap: 10px;
}

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

.bot-types__btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}

.bot-type-btn {
    padding: 16px 18px;
    border-radius: 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    border: none;
    background: #11111B;
}

.bot-type-btn.active {
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%), linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%);
}

.bot-type-btn .bot-main-title {
    background: linear-gradient(270deg, #AB6ACE 0%, #ED3B5D 50%, #F672A4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.bot-type-btn.active .bot-main-title {
    color: #FFF;
    background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    background: none;
}

.bot-type-btn-wrap {
    background: linear-gradient(270deg, #AB6ACE 0%, #ED3B5D 50%, #F672A4 100%);
    padding: 1px;
    border-radius: 10px;
}

.bot-subscribe__ultra {
    border-radius: 4px;
    background: linear-gradient(235deg, #FF6FAC -11.01%, #F7424C 30.17%, #CB3A9A 71.34%, #AB6EED 113.76%);
    padding: 6px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bot-type-btn.active .bot-subscribe__ultra {
    border: 1px solid #FFF;
}

.bot-window {
    border-radius: 14px;
    background: #18182F;
    display: none;
}

.bot-window.open {
    display: flex;
}

.bot-window[data-bot-window=pro] {
    flex-direction: column;
    padding: 169px 14px 10px 14px;
    gap: 197px;
}

.bot-window[data-bot-window=ultra] {
    padding: 145px 91px 225px 91px;
}

.bot__enter-key__btn {
    background: transparent;
    border: none;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
}

.bot__enter-key-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.bot-section .ai-bot__card {
    height: 100%;
}

.bot-key__continue-btn {
    width: 100%;
    color: #FFF;
    height: 44px;
}

.modal--bot-key .tit {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.copy--form-control .copy__btn {
    border: none;
}

.enter-key__txt {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 14px;
}

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

.bot-window__testing-title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 14px;
}

.bot-window__testing-txt {
    color: #A3A3BA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.buy-ai-bot-btn {
    border-radius: 10px;
    border: 1px solid var(--G_O, #018940);
    background: linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%);
    height: 44px;
    color: #FFF;
    width: 100%;
}

.modal--bot-presentation .img img {
    border-radius: 20px;
}

.btn-44 {
    height: 44px;
}

.mentor-btn,
.mentor-btn--mob {
    border-radius: 10px;
    background: #1a1a25;
    padding: 13px 16px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mentor-btn--mob {
    justify-content: center;
    background: #AD5FCC;
    color: #fff;
}

.strategics__item .txt-white {
    color: #fff;
}

.pagination-container .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.pagination-container .page-link {
    width: 42px;
    height: 42px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #2e3042;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: "GoogleSans";
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}

.pagination-container .page-item.active .page-link {
    background: #01b756;
    border: 1px solid #01b756;
}

.pagination-container .page-link:hover,
.pagination-container .page-link:focus {
    background: #01b756;
    border: 1px solid #01b756;
}

.pagination-container .page-item.disabled .page-link {
    color: #2e3042;
}

.pagination-container .page-item.disabled .page-link:hover,
.pagination-container .page-item.disabled .page-link:focus {
    background: transparent;
    border: 1px solid #2e3042;
}

.materials-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.materials-card {
    padding: 4px;
}

.materials-card__img {
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 8.6px 8px rgba(39, 34, 61, 0.05);
    box-shadow: 0px 2px 8.6px 8px rgba(39, 34, 61, 0.05);
    height: 213px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.materials-card__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.materials-card__txt {
    padding: 20px 16px 12px;
}

.materials-card h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
}

.download {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #00B756;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.ai-banner__section {
    padding: 44px 0 47px;
}

.ai-banner {
    position: relative;
    border-radius: 20px;
    border: 1px solid #212131;
    background: #11111B;
    min-height: 200px;
    padding: 47px;
}

.ai-banner__title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 281px;
}

.ai-banner__txt {
    color: #A3A3BA;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    z-index: 1;
    max-width: 456px;
}

.balloons-img {
    position: absolute;
    right: 83px;
    /* top: -40px; */
    bottom: 0;
}

.ai-roadmap__title {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ai-roadmap {
    overflow-x: auto;
}

.ai-roadmap__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    align-items: center;
    min-width: 1096px;
}

.ai-roadmap__list--grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.ai-roadmap__list--grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.ai-roadmap__item {
    background: url("/assets/img/img/ai-roadmap-bg.svg") no-repeat center center;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px 10px;
    position: relative;
}

.ai-roadmap__list--grid-5 .ai-roadmap__item {
    background: url("/assets/img/img/ai-roadmap-bg-big.svg") no-repeat center center;
}

.ai-roadmap__list--grid-4 .ai-roadmap__item {
    background: url("/assets/img/img/ai-roadmap-bg-biggest.svg") no-repeat center center;
}

.ai-roadmap__year {
    display: inline-flex;
    padding: 11px 13px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--G_O, #018940);
    background: var(--G, linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%));
    box-shadow: 0 15px 25px 0 rgba(12, 12, 18, 0.35);
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    width: 72px;
}

.ai-roadmap__list--grid-5 .ai-roadmap__year {
    width: 86px;
}

.ai-roadmap__list--grid-4 .ai-roadmap__year {
    width: 108px;
}

.ai-roadmap__item p {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 150px;
}

.ai-roadmap--q {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.01);
    background: url("/assets/img/img/ai-roadmap-q.png") no-repeat center center;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 34px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-roadmap__item::after {
    content: "";
    background: url("/assets/img/ico/ai-roadmap-arrow.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 1;
}

.ai-roadmap__item:last-child::after {
    display: none;
}

.betronomy-ai__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 14px;
    overflow: hidden;
}

.ico-bg--green {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #10C264;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.betronomy-ai__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid rgba(0, 183, 86, 0.15);
    background: rgba(0, 183, 86, 0.10);
    padding: 20px;
}

.betronomy-ai__subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

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

.ai__features li {
    position: relative;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 32px;
}

.ai__features li::before {
    content: "";
    position: absolute;
    background: url("/assets/img/ico/ico-check-green.svg") no-repeat center center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.ai__title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #08080f;
    display: inline-block;
    position: absolute;
    top: -26px;
    top: -9px;
    top: 0;
    left: 53px;
    z-index: 1;
}

.ai-block__wrapper {
    position: relative;
    padding-top: 20px;
}

.ai__block {
    padding: 38px 52px 52px;
    border-radius: 40px;
    position: relative;
    overflow: visible;
    overflow-y: auto;
}

.ai__block > .dash{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.ai__block > .dash rect{
  fill: none;
  stroke: #00B756;
  stroke-width: 2;
  stroke-dasharray: 15 15;
  rx: 40; ry: 40;
  vector-effect: non-scaling-stroke;
}

.ai-pagination {
    position: absolute;
    right: -69px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 15px;
}

.ai-pagination__page {
    color: rgba(255, 255, 255, 0.55);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.ai-pagination__page span {
    color: #FFF;
}

.ai-pagination__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ai-pagination__btn {
    border-radius: 12px;
    background: #071A16;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.ai-card--dark {
    border-radius: 10px;
    border: 1px solid #212131;
    background: #171723;
    padding: 20px;
}

.ai-stream__row {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 17px;
}

.ai-stream__subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ai__white-txt {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.ico-bg--green-dark {
    border-radius: 16px;
    border: 1px solid #018940;
    background: linear-gradient(270deg, rgba(0, 134, 63, 0.10) 0%, rgba(0, 185, 87, 0.10) 50%, rgba(0, 134, 63, 0.10) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    aspect-ratio: 1/ 1;
}

.ico-bg--green-gradient {
    border-radius: 16px;
    border: 1px solid var(--G_O, #018940);
    background: var(--G, linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%));
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
}

.ico-bg--light-green {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.15);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
}

.white-ico-bg {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-card--green-gradient {
    border-radius: 10px;
    border: 1px solid #212131;
    background: var(--G, linear-gradient(270deg, #00863F 0%, #00B957 50%, #00863F 100%));
    padding: 20px;
}

.ai-card--green {
    border-radius: 12px;
    background: #10C264;
    padding: 20px;
}

.ai-txt-white-reg {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ai-community__item {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    padding: 15px;
}

.ai-community__row .ai-card--green-gradient,
.ai-community__row .ai-card--dark {
    min-height: 483px;
}

.ai-community__accessibility-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ai-community__accessibility-item:nth-child(4) {
    grid-column: span 2;
}

.ai-community__accessibility-item {
    border-radius: 10px;
    background: #1C1C29;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ai-betronomy-id__list {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 20px;
    min-height: 482px;
}

.ai-community__accessibility-item p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ai-betronomy-vr__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1.5fr;
    gap: 20px;
    min-height: 482px;
}

.ai-betronomy-vr__list .ai__features li::before,
.ai-betronomy-id__list .ai__features li::before,
.ai-stream__row .ai__features li::before,
.ai-betronomy-daas__list .ai__features li::before {
    background: url(/assets/img/ico/ico-check-light-green.svg) no-repeat center center;
}

.ai-betronomy-id__list .ai-card--green .ai__features li::before {
    background: url(/assets/img/ico/ico-check-light-white.svg) no-repeat center center;
}

.ai-betronomy-daas__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 20px;
}

.ai-betronomy-daas__list li:nth-child(3) {
    grid-column: span 2;
}

.ai-betronomy-daas__list .ai-card--dark {
    min-height: 230px;
}

.ai__inner-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 60px;
    overflow: hidden;
    height: auto;
    padding-bottom: 100px;
}

.ai__container {
    position: relative;
}

.ai__inner-container .ai-block__wrapper:last-child {
    margin-bottom: 20px;
}

.ai__txt {
    font-size: 18px;
}

.legality-banner__wrap h1 {
    font-size: 24px;
}

.materials-card .h5 {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 21px;
}

.bpro-banner {
    padding: 52px 0 12px;
}

.bpro-banner__btn {
    border-radius: 111px;
    border: 1px solid rgba(1, 183, 86, 0.15);
    background: rgba(1, 183, 86, 0.05);
    color: #01B756;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 186.405px;
    height: 40px;
}

.bpro-banner__title {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bpro-banner__txt {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.65;
}

.bpro-banner__desc {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.bpro-banner__info {
    display: flex;
    flex-direction: column;
    gap: 74px;
    gap: 34px;
    max-width: 905px;
    max-width: unset;
}

.bpro-banner__row {
    padding: 53px 51px;
    border-radius: 20px;
    background: url("/assets/img/img/bpro-banner-bg.png") no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}

.bpro-banner__img {
    min-width: 200px;
    max-width: 265px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.bpro-banner__img:hover {
    animation: pulse 1s ease-in-out infinite;
}

.bpro-banner__img img {
    transform: rotate(15deg);
    width: 100%;
    border: 3px solid #01B756;
}

.bpro__row {
    padding: 12px 0 40px;
}

.bpro__title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 21px;
    text-align: center;
}

.bpro__inner-wrap {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(20px);
    padding: 20px;
}

.bpro-table__wrap {
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}

.bpro-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 4px;
    min-width: 500px;
}

.bpro-table .thead-tr td {
    padding: 12px;
    background: #000;
    color: #CCC;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.bpro-table .thead-tr td:first-child {
    padding-left: 24px;
    border-radius: 12px 0 0 12px;
}

.bpro-table .thead-tr td:last-child {
    padding-right: 24px;
    border-radius: 0 12px 12px 0;
}

.bpro-table thead .thead-spacer td {
    background: transparent;
}

.thead-spacer td {
    padding: 0;
    height: 21px;
    border: none;
}

.bpro-table tbody td {
    background: #1A1A25;
    padding: 12px;
    background: #1A1A25;
    padding: 12px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.bpro-table tbody tr td:first-child {
    padding-left: 24px;
    border-radius: 12px 0 0 12px;
}

.bpro-table tbody tr td:last-child {
    padding-right: 24px;
    border-radius: 0 12px 12px 0;
}

.bpro-table th:nth-child(1),
.bpro-table td:nth-child(1) {
    width: 20%;
}

.bpro-table th:nth-child(2),
.bpro-table td:nth-child(2) {
    width: 20%;
    text-align: center;
}

.bpro-table th:nth-child(3),
.bpro-table td:nth-child(3) {
    width: 30%;
    text-align: center;
}

.bpro-table th:nth-child(4),
.bpro-table td:nth-child(4) {
    width: 30%;
    text-align: center;
}

.bpro-pagination {
    display: flex;
    align-items: center;
    gap: 21px;
}

.bpro-pagination-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
}

.bpro-pagination-btn:disabled {
    cursor: not-allowed;
}

.bpro-pagination-btn svg path {
    fill: #01B756;
}

.bpro-pagination-btn:disabled svg path {
    fill: #808080;
}

.bpro-page-displayed {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.bpro-table--bottom {
    padding-top: 11px;
    display: flex;
    justify-content: flex-end;
}

.no-active-strategies {
    display: none;
}

.bpro-banner--info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bpro-banner--info span {
    display: inline-block;
}

@media (max-width: 1200px) {
    .materials-card .h5 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
    }
}

@media (max-width: 750px) {
    .materials-card .h5 {
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }
}

@media (min-width: 1269px) {
    .ai .container {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .materials-card__img {
        height: 173px;
    }
    .materials-card h5 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
    }
    .ai-banner__section {
        padding: 114px 0 47px;
    }
    .bpro-banner {
        padding: 82px 0 12px;
    }
    .bpro-banner__row {
        padding: 24px;
    }
    .bpro-banner__info {
        gap: 44px;
    }
}

@media (max-width: 1000px) {
    .guides .materials-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        padding-left: 24px;
        padding-right: 24px;
    }
    .ai-stream__row {
        grid-template-columns: 1fr;
    }
    .ai-community__row {
        grid-template-columns: 1fr;
    }
    .balloons-img {
        right: 0;
    }
    .ai-banner__txt {
        max-width: 281px;
    }
    .ai-community__row .ai-card--green-gradient, 
    .ai-community__row .ai-card--dark {
        min-height: 362px;
    }
}

@media (max-width: 750px) {
    .guides .materials-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow-x: auto;
    }
    .materials-card h5 {
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 21px;
    }
    .materials-card__img img {
        min-width: 290px;
    }
    .betronomy-ai__list {
        grid-template-columns: 1fr;
    }
    .balloons-img {
        width: 312px;
        top: auto;
        bottom: 0;
    }
    .ai-betronomy-id__list {
        grid-template-columns: 1fr;
    }
    .ico-bg--green,
    .ico-bg--green-dark,
    .white-ico-bg,
    .ico-bg--green-gradient,
    .ico-bg--light-green {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }
    .ico-bg--green img,
    .ico-bg--green-dark img,
    .white-ico-bg img,
    .ico-bg--green-gradient img,
    .ico-bg--light-green img {
        width: 20px;
    }
    .bpro-banner__desc {
        font-size: 16px;
        line-height: 24px;
    }
    .bpro-table tbody tr td img {
        width: 22px;
        height: 22px;
    }
    .bpro__inner-wrap {
        padding: 20px 10px;
    }
}

@media (min-width: 1201px) {
    .menu.sticky {
        position: sticky;
        top: 0;
    }
    .menu__container {
        width: 1096px;
    }
    .menu.sticky .menu__container {
        border-radius: 0 0 40px 40px;
        padding: 10px 8px 8px;
        width: 1096px;
    }
    [data-page=inside] .menu.sticky {
        position: sticky;
        top: 0;
        padding: 0;
        z-index: 999;
    }
    .ai-bot__link {
        transform: rotate(270deg) translateY(-100%);
        transform-origin: top right;
    }
    a .betronomy-ai-img {
        max-width: 241px;
    }
    .ai-bot__link .ai-bot__img {
        width: 26px;
        height: 26px;
        border-radius: 10px;
    }
    .ai-bot__link .ai-bot__img img {
        width: 14px;
    }
    .menu__list {
        justify-content: space-between;
        gap: 20px;
    }
}

@media (min-width: 1001px) {
    .exit-btn--mob {
        display: none; 
    }
    .buy-bot__block {
        display: none;
    }
    .mentor-btn--mob {
        display: none;
    }
}

@media (min-width: 751px) {
    .mentor-btn--mob {
        width: auto;
        height: 48px;
    }
}

@media (max-width: 1440px) {
    .strategies__row {
        grid-template-columns: 1fr;
    }
    .active-strategies {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1200px) {
    .hero-title,
    .hero-title span {
        font-size: 100px;
    }
    .menu__list {
        gap: 15px;
    }
    .menu__item {
        width: 100%;
    }
    .menu__link {
        border-radius: 111px;
        border: 1px solid #2D2D41;
        background: linear-gradient(180deg, #232335 0%, #1C1C29 100%);
        height: 46px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu__link-home {
        display: none;
    }
    .menu__footer .soc__link {
        width: 40px;
        height: 40px;
    }
    .menu__footer .soc__link img {
        width: 24px;
    }
    .menu__footer .soc-facebook img {
        width: 36px;
    }
    .menu--username {
        border-radius: 111px;
        height: 46px;
    }
    .header {
        z-index: 1000;
    }
    .menu__container {
        height: calc(100% + 70px);
        overflow-y: auto;
    }
    .menu {
        height: 100dvh;
        overflow-y: hidden;
        padding-bottom: 70px;
    }
    .ai-bot__link {
        top: 0;
        right: 0;
        width: calc(100% - 80px);
        margin: 71px 40px 0;
    }
    .ai-bot__link .ai-bot__title {
        writing-mode: unset;
        transform: none;
    }
    .ai-bot__link  .ai-bot__title-wrap {
        align-items: center;
        justify-content: center;
    }
    .ai-bot__link .ai-bot__title p,
    .ai-bot__link .ai-bot__title span {
        font-size: 16px;
    }
    .bot-section {
        padding: 140px 0 20px;
    }
}

@media (max-width: 1150px) {
    .referral-statistics .table.table-row-hide .table__row td:not(:first-child).open {
        display: block;
    }
    .referral-statistics .table.table-row-hide .table__row td.open .table__btn-show img {
        rotate: 180deg;
    }
    .admin-aside__inner .admin-nav__ref-lin {
        margin-top: 15px;
    }
}

@media (max-width: 1000px) {
    .hero-title,
    .hero-title span {
        font-size: 80px;
    }
    .hero-desc p {
        font-size: 20px;
    }
    .modal--increase-profit .modal-header h3 {
        font-size: 18px;
    }
    .increase-profit__percent {
        margin-bottom: 20px;
    }
    .increase-profit__item p {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }
    .increase-profit__item {
        justify-content: flex-start;
    }
    .increase-profit__bottom-txt {
        font-size: 16px;
        line-height: 20px;
    }
    .increase-profit__num-to {
        font-size: 32px;
    }
    .increase-profit__num-from {
        font-size: 24px;
    }
    .increase-profit__img {
        transform: scale(2);
        width: 32px;
        height: 32px;
    }
    .license__logo {
        height: 150px;
    }
    .math-banner-img img {
        width: 538px;
    }
    .mathematics-redesign .call__title {
        max-width: 375px;
    }
    .ai-bot__row {
        grid-template-columns: 1fr;
    }
    .ai-bot__card {
        max-width: 100%;
    }
    .ai-bot__link {
        width: calc(100% - 60px);
        margin: 71px 30px 0;
    }
    .admin-aside__inner .admin-nav__ref-lin {
        display: none;
    }
    .ai-bot-and-key-block {
        display: none;
    }
    .mentor-bonus__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .bot__row {
        display: flex;
        flex-direction: column-reverse;
    }
    .buy-bot__block {
        display: block;
        border-radius: 16px;
        border: 1px solid var(--XX, #212131);
        background: #11111B;
        padding: 20px 12px;
    }
    .bot-section .bot-subscribe,
    .bot-section .ai-bot__card {
        display: none;
    }
    .ai__block {
        padding: 38px 26px;
    }
    .ai-pagination {
        gap: 2px;
        right: -24px;
        padding-top: 10px;
        flex-direction: row;
    }
    .ai-pagination__page {
        font-size: 18px;
    }
    .ai-pagination__btn {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 900px) {
    .math-banner-img img {
        width: 438px;
    }
}

@media (max-width: 750px) {
    .hero-title,
    .hero-title span {
        font-size: 60px;
    }
    .hero-desc p {
        font-size: 16px;
    }
    .fin-model__row .title .img {
        width: 50px;
        height: 50px;
    }
    .fin-model__row .title {
        -ms-grid-columns: 50px 1fr;
        grid-template-columns: 50px 1fr;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
    .fin-model__row {
        padding: 15px;
    }
    .active-strategies {
        grid-template-columns: 1fr;
    }
    .exit-btn--mob {
        font-size: 12px;
    }
    .download-rank-table {
        gap: 4px;
    }
    .download-rank-table .secondary-btn {
        height: 30px;
        padding: 2px 4px;
        gap: 2px;
    }
    .referral-statistics__opt {
        align-items: flex-end;
    }
    .math-banner-img img {
        width: 338px;
    }
    .mathematics-redesign .card__body {
        padding: 60px 24px;
    }
    .mathematics-redesign .mb-65 {
        margin-bottom: 45px;
    }
    .modal--presentation .select .dropdown-menu .inner {
        max-height: 162px !important;
    }
    .call.mathematics {
        padding-top: 90px;
    }
    .rates-pagination .pagination__row {
        gap: 10px;
    }
    .rates-pagination .pagination__list {
        gap: 5px;
    }
    .news .article__title {
        font-size: 24px;
    }
    .get-bonus__title {
        font-size: 22px;
    }
    .get-bonus__num {
        font-size: 22px;
    }
    .get-bonus__currency {
        font-size: 18px;
    }
    .get-bonus .card__body {
        gap: 15px;
    }
    .get-bonus__timer {
        font-size: 14px;
    }
    .admin-header__ai-btn p {
        font-size: 10px;
        line-height: 10px;
    }
    .bot-types__btns {
        grid-template-columns: 1fr;
    }
    .bot-window[data-bot-window=pro] {
        padding: 125px 10px 10px 10px;
    }
    .bot-window[data-bot-window=ultra] {
        padding: 125px 10px 180px 10px;
    }
    .ai-banner {
        padding: 20px;
    }
    .ai-betronomy-vr__list {
        grid-template-columns: 1fr;
    }
    .ai-betronomy-daas__list {
        grid-template-columns: 1fr;
    }
    .ai-betronomy-daas__list li:nth-child(3) {
        grid-column: auto;
    }
    .ai-betronomy-daas__list .ai-card--dark {
        min-height: 130px;
    }
    .ai__title {
        font-size: 30px;
        top: 0;
    }
}

@media (max-width: 700px) {
    .news .news-article__txt {
        padding-top: 50px;
    }
    .ai-banner {
        min-height: 343px;
    }
    .bpro-banner__row {
        flex-direction: column;
    }
    .bpro-banner__img {
        max-width: 205px;
    }
}

@media (max-width: 600px) {
    .hero-title,
    .hero-title span {
        font-size: 40px;
    }
    .hero-desc p {
        font-size: 14px;
    }
    .ai-bot__link {
        width: calc(100% - 30px);
        margin: 71px 15px 0;
    }
    .ai-bot__link .ai-bot__title-wrap {
        padding: 6px;
    }
    .ai-bot__link .ai-bot__img {
        width: 28px;
        height: 28px;
        border-radius: 10px;
    }
    .ai-bot__link .ai-bot__img img {
        width: 12px;
    }
    a .betronomy-ai-img {
        max-width: 200px;
    }
    .mentor-bonus__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .balloons-img {
        width: 280px;
    }
    .ai-banner {
        min-height: 410px;
    }
}

@media (max-width: 500px) {
    .investment-line .line {
        width: 6px;
    }
    .mathematics-redesign .card__body {
        padding: 30px 15px;
    }
    .mathematics-redesign .call-card {
        height: 420px;
    }
}

@media (max-width: 425px) {
    .hero-title,
    .hero-title span {
        font-size: 36px;
    }
    .hero {
        padding: 110px 0 160px;
    }
    .footer__row .txt a {
        font-size: 12px;
    }
    .ai-community__row .ai-card--green-gradient ul {
        grid-template-columns: 1fr;
    }
    .ai-community__accessibility-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .ai-community__accessibility-item:nth-child(4) {
        grid-column: auto;
    }
}