@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&amp;display=swap');
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Lightd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: url('../fonts/HelveticaNeueCyr-Boldd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: url('../fonts/HelveticaNeueCyr-Mediumd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr-Romand41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Black.eot');
    src: url('../fonts/HelveticaNeueCyr-Blackd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Black.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Heavy.eot');
    src: url('../fonts/HelveticaNeueCyr-Heavyd41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Heavy.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: fallback;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #1D3992;
    background-image: url(../img/bg_body.png);
    background-size: cover;
    background-position: 50% 20%;
    position: relative;
    min-height: 100vh;
}
.mont {
    font-family: 'HelveticaNeueCyr', sans-serif;
}
body::before {
    content: '';
    background-image: url(../img/coins.png);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: 50% 72%;
    z-index: -1;
    animation: float 6s ease-in-out infinite;
}

* {
    outline: none!important;
}

button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

label.error {
    display: none!important;
}

.error {
    border-color: red!important;
}
.cabinet_section .button.for_all_inputs {
    width: 116px;
    height: 33px;
    min-width: 100px;
}

.valid {
    border-color: green!important;
}

.nomob {
    display: block;
}

.onlymob {
    display: none;
}
.all_maps  {
    display:none;
}
.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}
body {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 17px !important;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flex::before, .row.flex::after {
    display: none
}
.flex.center { 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.onlyxs {
	display: none;
}
.container {
    width: 100%;
    max-width: 1262px
}
.top_panel {
    padding: 10px 0;
    background: #162B6E;
}

.top_icons {
    display: flex;
    align-items: center;
    gap: 24px;
}

.top_icons li {
    position: relative;
    top: 0;
    transition: 0.3s;
}

.top_icons li:hover {
    top: -3px;
}

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

.top_text {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
/* identical to box height, or 154% */
    color: #F1F1F1;
}

.current_lang {
    width: 160px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
/* identical to box height, or 143% */
    letter-spacing: -0.1px;
    color: #191C1F;
    cursor: pointer;
}/*
.lng_item{ 
width: 160px;
    height: 36px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
    font-weight: 500;
    margin-left: -10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #191C1F;
    cursor: pointer;
    }*/
	.lng_item {
    width: 160px;
    height: 36px;
    background: #2c2929;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between;
    font-weight: 500;
    margin-left: -10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #f4faff;
    cursor: pointer;
}



.lng_list {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    /*background: #fff;*/
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    z-index: 1100;
    display: none;
}
.top_lng:hover~.bordered {display: none;}
.top_lng {
    position: relative;
}

/*.lng_item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 500;
}*//*
.lng_item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    opacity: .8;
    font-weight: 500;
	pointer-events: none;
}*/
.lng_item a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    opacity: .8;
    font-weight: 500;
    pointer-events: none;
}
/*.lng_item a:hover {
    text-decoration: underline;
}

.top_lng:hover .lng_list {
    display: flex;
}*//*
.top_lng:hover .lng_list {
    display: flex;
    opacity: 0.4;
}*/
.top_lng:hover .lng_list {
    display: flex;
    opacity: 1;
}
.top_lng::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -17px;
    height: 24px;
}
header {
    padding: 10px 0;
}

.header_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.head_buttons {
    display: flex;
    gap: 12px;
}

.button {
    background: none;
    border: none;
    padding: 0;
    background: linear-gradient(225deg, #18C8FF 14.89%, #933FFE 85.85%);
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
/* identical to box height, or 16px */
    text-align: center;

/* black/black-100 */
    color: #FFFFFF;
}

.button:hover {
    opacity: .7;
}

.button.bordered {
    border: 1px solid #FFFFFF;
    background: none;
}

.button.bordered:hover {
    color: #333;
    background: #fff;
    opacity: 1;
}
.nav_wrp {
    max-width: 740px;
    flex: 1;
}

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

.nav_list a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    position: relative;
    z-index: 100;
}

.nav_list li > ul {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    background: linear-gradient(225deg, #18C8FF 14.89%, #933FFE 85.85%);
    min-width: 110px;
    border-radius: 10px;
    padding: 9px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    display: none;
}

.nav_list li {
    position: relative;
}

.nav_list li > ul a {
    color: #fff;
}

.nav_list li:hover > ul {
    display: flex;
}

.nav_list li:hover::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -22px;
    height: 34px;
    width: 100%;
}
.nav_list li:hover > a {
    text-decoration: underline;
}
.nav_list a img {
    margin-left: 6px;
}
.reg_login_section {
    padding-top: 30px;
}

.log_red_header_part {
    text-align: center;
    margin-bottom: 30px;
}

.log_red_header_part h1 {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 91px;
    line-height: 98px;
/* identical to box height, or 107% */
    letter-spacing: -3.76px;
    color: #F7F7F7;
    opacity: 0.9;
    font-family: 'HelveticaNeueCyr', sans-serif;
}

.after_h1 {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
/* identical to box height, or 156% */
    color: #FFFFFF;
    font-family: 'HelveticaNeueCyr',sans-serif;
}

.reg_log_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    gap: 30px;
}

.reg_log_links a {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
/* identical to box height, or 16px */
    text-align: center;

/* black/black-100 */
    color: #FFFFFF;
    transition: 0.3s;
}

.reg_log_links a img {}

.reg_log_links .active a {
    background: linear-gradient(225deg, #18C8FF 14.89%, #933FFE 85.85%);
    border-radius: 10px;
    border: none;
}

.form_panel_wrp {
    margin: 0 auto;
    max-width: 830px;
/* Payment processor/text */
    background: rgb(28 29 33 / 70%);
    box-shadow: 0px 4px 20px #04A1C7;
    border-radius: 30px;
    padding: 43px 110px;
    padding-bottom: 30px;
}

.in_wrp {
    margin-bottom: 12px;
}

.in_wrp > p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
/* identical to box height, or 160% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.in_wrp > p span {}

.in_wrp input, .in_wrp select {
    background: linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    opacity: 0.66;
    box-shadow: inset 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;
    width: 100%;
    text-align: center;
    height: 70px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
/* identical to box height, or 160% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.in_wrp select {}

.in_wrp > p span {
    padding-left: 2px;
    background: linear-gradient(83.78deg, #9340FE 17.89%, #19C8FF 193.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

input::placeholder {
  color: rgba(255,255,255,.7);
}
:focus::placeholder {
  color: transparent;
}

.pass_elem {
    position: relative;
}

.pressing {
    position: relative;
    margin-bottom: 10px;
    padding-left: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
/* or 22px */


/* crypto/white */
    color: #FFFFFF;
    cursor: pointer;
}

.pressing a {
    background: linear-gradient(86.93deg, #9340FE 38.54%, #19C8FF 114.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-bottom: underline;
    border-bottom: 1px solid #9340FE;
}

.pressing a:hover {
    border-bottom-color: transparent;
}

.pressing::before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(180deg, #686868 0%, #7A7A7A 100%);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    border: 1px solid #fff;
}

.pressing.pressed::before {
    background: url(../img/pressed.svg), linear-gradient(180deg, #5C5C5C 0%, #292929 100%);
    box-shadow: 0.4px 0.4px 0.6px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}

.catcha {
    margin-bottom: 20px;
}

.catcha img {
    max-width: 100%;
}

.button.send {
    background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    height: 64px;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
    font-size: 23px;
    line-height: 160%;
/* identical to box height, or 37px */
    text-align: center;
    color: #FFFFFF;
}
.disb {
    pointer-events: none;
    opacity: .6;
}
.show_pass {
    background-image: url(../img/pass.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.pass_elem input {
    padding: 0 50px;
}
.show_pass.showed {
    filter: brightness(0) invert(1);
}
.in_wrp select {
    background: url(../img/select.svg), linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-repeat: no-repeat;
    background-position: calc(100% - 16px) 50%, center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.pass_elem img.selected {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
    width: 24px;
}

.pass_elem select {
    padding: 0px 57px;
    cursor: pointer;
}
.in_wrp select option {
    color: #333;
    padding: 0;
}
.footer_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

footer {
    padding-top: 20px;
    padding-bottom: 30px;
}

.footer_flex > div > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
/* or 22px */


/* crypto/white */
    color: #FFFFFF;
    opacity: 0.4;
}

.footer_flex > div > a:hover {
    text-decoration: underline;
    opacity: 1;
}
.reg_log_links li:not(.active):hover a {
    background-color: #fff;
    color: #333;
}

.reg_log_links li:not(.active):hover img {
    filter: brightness(0);
}
.open_nav {
    display: none;
}
.forgotten_link {
    text-align: center;
    margin-top: 23px;
}

.forgotten_link a {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
/* identical to box height, or 29px */
    text-decoration-line: underline;
    background: linear-gradient(86.93deg, #9340FE 38.54%, #19C8FF 114.4%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-bottom: 2px solid #9340FE;
    transition: 0.3s;
}

.forgotten_link a:hover {
    border-bottom-color: transparent;
}
.box {
    margin-bottom: -34px;
}
.box > div {
    margin-bottom: 34px;
}
.cabinet_section {
    padding-top: 45px;
}

.cabinet_sightbar {
    background: rgb(28 29 33 / 70%);
    box-shadow: 0px 4px 20px #04A1C7;
    border-radius: 30px;
    padding-top: 35px;
    padding-bottom: 45px;
    padding-left: 26px;
    padding-right: 26px;
    position: sticky;
    top: 20px;
}

.welcome_lbl {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
/* identical to box height, or 26px */
    color: #FFFFFF;
}

.cab_user_name, .cab_date {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
/* identical to box height, or 26px */
    color: #FFFFFF;
    opacity: 0.4;
}

.menu_lbl {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
/* or 22px */


/* crypto/white */
    color: #FFFFFF;
    opacity: 1;
    margin-top: 60px;
}

.cabinet_menu_list {
    margin-left: -10px;
}

.cabinet_menu_list a {
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
/* identical to box height, or 26px */


/* crypto/white */
    color: #FFFFFF;
    position: relative;
}

.cabinet_menu_list .active a {
    background: #1D3992;
    border-radius: 10px;
    text-decoration: none!important;
}

.cabinet_menu_list .active a::after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 24px;
    background: #00D4FF;
    border-radius: 1.5px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cabinet_menu_list a:hover {
    text-decoration: underline;
}

.cabinet_menu_list.footer_list {
    margin-top: 90px;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}

.cabinet_panel_main {
    background: rgb(28 29 33 / 50%);
    box-shadow: 0px 4px 20px #04A1C7;
    border-radius: 30px;
    padding: 40px 60px;
}

.cabinet_panel_inner {
    max-width: 722px;
    margin: 0 auto;
}

.cabinet_flex {
    display: flex;
    gap: 60px;
    margin-bottom: 20px
}

.cabinet_header h2 {
    margin: 0;
    font-weight: 500;
    font-size: 46px;
    line-height: 1.1;
/* identical to box height, or 100% */
    color: #FFFFFF;
    font-family: 'HelveticaNeueCyr', sans-serif;
    margin-bottom: 9px;
}

.cabinet_header .after_h2 {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
/* or 156% */
    color: #FFFFFF;
    margin: 0;
    font-family: 'HelveticaNeueCyr',sans-serif;
}

.cabinet_card {
    flex: 1;
}

.cabinet_card_float {
    background: linear-gradient(128.79deg, rgba(25, 25, 25, 0.16) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.3);
    border-radius: 16px;
    padding: 10px 22px;
    position: relative;
}

.cab_float_title {
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
/* or 36px */
    color: #FFFFFF;
    margin-bottom: 8px;
}

a.cab_float_title {
    background: linear-gradient(87.54deg, #9240FE -7.95%, #19C8FF 109.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-bottom: 2px solid #196aff;
    transition: 0.3s;
    display: inline-block;
}

a.cab_float_title:hover {
    border-bottom-color: transparent;
}

.cab_float_label {
    padding-left: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
/* identical to box height, or 26px */
    color: #FFFFFF;
    border-left: 1px solid #00D4FF;
    display: flex;
    white-space: nowrap;
    align-items: flex-start;
    height: 24px;
}

.cab_float_label span {
    white-space: normal;
    background: linear-gradient(267.67deg, #18C8FF 4.17%, #933FFE 91.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-left: 12px;
    margin-bottom: 60px;
}

.cab_float_icon {
    right: 17px;
    bottom: 10px;
    position: absolute;
}

.partners_float_card {
    padding-bottom: 30px;
    min-height: 145px;
}
.cab_float_price {
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
/* identical to box height, or 65px */
    color: #FFFFFF;
    margin: 0;
}

.cab_float_price.green {
    color: #26CE83;
}

.cabinet_section .button {
    background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    opacity: 1;
    display: inline-flex;
    margin: 0 auto;
    min-width: 180px;
    justify-content: center;
    text-align: center;
    height: 64px;
    align-items: center;
    font-size: 17px;
    margin-top: 20px;
    left: 15%;
    position: relative;
    transform: translateX(-50%);
    transition: 0.3s;
    font-weight: 500;
}

.cabinet_section .button:hover {
    opacity: .7;
}

.cabinet_section .button.white {
    color: #333;
    background: #fff;
}

.account_balance {
    display: flex;
    gap: 14px 60px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.account_balance_item {
    width: calc(50% - 31px);
    height: 80px;
    display: flex;
    align-items: center;
    padding: 16px;
    background: linear-gradient(128.79deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;
}

.acc_bal_icn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc_bal_icn img {
    max-width: 100%;
    max-height: 100%;
}

.acc_bal_val {
    margin: 0;
    width: 90px;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
/* identical to box height, or 160% */
    color: #FFFFFF;
    opacity: 0.5;
    flex: none;
}

.acc_bal_desc {
    flex: 1;
    padding-left: 16px;
}

.acc_bal_desc p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    color: #FFFFFF;
}

.acc_bal_desc p span {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
/* identical to box height, or 160% */
    color: #FFFFFF;
    opacity: 0.5;
}
.invest_categories {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.invest_categories a {
    /**width: 160px;
    height: 80px;*/
    width: 160px;
    height: 57.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F5F9;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
/* identical to box height, or 26px */
    text-align: center;
    color: rgba(0,0,0,.7);
    transition: 0.3s;
}

.invest_categories a:hover {
    opacity: .8;
}

.invest_categories .active a {
    color: #fff;
    background-color: #1D3992;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25))!important;
}

.invest_categories .expert a {
    filter: drop-shadow(0px 4px 10px #19C8FF);
}

.invest_categories .expert a span {
    background: linear-gradient(78.9deg, #9340FE -5.95%, #19C8FF 95.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    opacity: 0.7;
}
.invest_categories .active a span {
    background: linear-gradient(78.9deg, #FFF -5.95%, #FFF 95.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}
.cabinet_panel_inner_larger {
    padding-bottom: 30px;
}

.on_front .invest_card {
    background: linear-gradient(128.79deg, rgb(25 24 24 / 60%) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.6);
    border-radius: 16px;
    padding: 14px;
    padding-bottom: 10px;
    display: block;

}
.on_front .invest_card:hover {
    background: linear-gradient(128.79deg, rgb(92 80 80 / 65%) 0%, rgb(155 153 153 / 23%) 100%);
    border-radius: 16px;
    box-shadow: 0px 4px 10px #19c8ff, 0px 24px 48px rgb(21 26 40 / 60%);
    padding: 14px;
    padding-bottom: 10px;
    display: block;
}
.on_front .invest_info div {
    font-weight: 700;
    font-size: 12px;
    /* font-size: 20px; */
    line-height: 160%;
    color: #FFFFFF;
    padding-left: 7px;
    border-left: 1px solid #00D4FF;
}

.on_front .rois div {
	
	  font-size: 14px;
}



.max_min div{border-left: 0px!important; font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-left: 0px!important;
    line-height: 160%;}
.max_min {margin-top: 20px;}
.max_min span {
    font-size: 16px;
}
.box-minmax {
    display: flex;
    justify-content: space-between;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
}
.on_front input[type="range"]::-webkit-slider-thumb {
    background-color: #333;
}
.invest_card {
    background: linear-gradient(128.79deg, rgb(92 80 80 / 65%) 0%, rgb(155 153 153 / 23%) 100%);
    border-radius: 16px;
    padding: 14px;
    padding-bottom: 10px;
    display: flex;
}
.invest_card:hover {
background: linear-gradient(128.79deg, rgb(92 80 80 / 65%) 0%, rgb(155 153 153 / 23%) 100%);
border-radius: 16px;
box-shadow: 0px 4px 10px #19c8ff, 0px 24px 48px rgb(21 26 40 / 60%);
    padding: 14px;
    padding-bottom: 10px;
    display: flex;
}
.invest_plan {
    margin-bottom: 8px;
    font-weight: 400;
   /* font-size: 16px;*/
    font-size: 15px;
    line-height: 160%;
/* identical to box height, or 26px */
    color: #FFFFFF;
    padding-left: 6px;
    border-left: 1px solid #00D4FF;
}

.invest_plan span {
    background: linear-gradient(84.54deg, #9340FE 47.55%, #19C8FF 112.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

/*.invest_time {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
}*/
.all1 { width: 64%;}
.all2 {     width: 43%;
    /*margin-top: 10px;*/}
.all1 a { color: white;}
.plan_s {    margin-top: -20px;
    color: white;
}
.tab-content input.sbmt {
     /*background: linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);*/
	 background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%);
     opacity: 0.66;
     box-shadow: inset 0px 24px 48px rgb(247 35 182 / 50%);
     border-radius: 16px;
     width: 100%;
     text-align: center;
     height: 70px;
     border: 1px solid transparent;
     font-weight: 600;
     font-size: 15px;
     line-height: 24px;
     align-items: center;
     color: #FFFFFF;
     width: 269px;
    height: 42px;
     text-align: center;
     margin-left: 0;
     margin-top: 20px;
 }
input.spentit {text-align: center!important;
    background: linear-gradient(128.79deg, rgb(227 211 211 / 64%) 0%, rgb(52 51 51 / 12%) 100%);
    opacity: 0.66;
    border-radius: 12px;
    width: 269px;
    height: 42px;
    border-color: aliceblue;
    color: white;
}
.orbital {padding: 0;}
.ammount_limit span:nth-child(2) {margin-left: 30px;}
.ammount_limit {    justify-content: normal!important;}
.invest_time {
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    text-transform: uppercase;
}
.invest_time span {
    background: linear-gradient(81.61deg, #9142FE 12.16%, #19C8FF 62.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.invest_into {
    margin-left: -8px;
    margin-right: -8px;
}

.invest_items {
    margin-bottom: 10px;
    background: linear-gradient(128.79deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;
    padding: 10px 16px;
}

.invest_item_selected {
    display: flex;
    align-items: center;
    gap: 15px;
    background-image: url(../img/items_select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 0px) 50%;
    padding-right: 30px;
    cursor: pointer;
}

.invest_item_selected img {
    width: 48px;
    flex: none;
    height: auto;
}

.invest_item_selected p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    color: #FFFFFF;
}

.invest_item_selected p span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
/* identical to box height, or 160% */
    color: #FFFFFF;
    opacity: 0.5;
}

.invest_items_list {
    border-top: 1px solid #f8f8f8;
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}

.invest_item_elem {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    gap: 15px;
}

.invest_item_elem img {
    width: 38px;
    flex: none;
}

.invest_item_elem p {
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.invest_item_elem p span {
    display: block;
    opacity: .5;
}
.invest_input {
    height: 42px;
    position: relative;
}

.invest_input input {
    width: 100%;
    height: 100%;
    background: linear-gradient(128.79deg, rgba(255, 255, 255, 0.64) 0%, rgba(234, 228, 228, 0.12) 100%);
    opacity: 0.66;
    border-radius: 16px;
    border: none;
    padding-left: 15px;
    color: #fff;
    padding-right: 52%;
}

.invest_input .button {
    width: 48%;
    min-width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: none;
    margin: 0;
    padding: 0;
    border-radius: 16px;
    left: inherit;
    z-index: 100;
}

.ammount_limit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
/* or 19px */
    color: #FFFFFF;
    opacity: 0.4;
    margin-top: 30px;
    padding: 0 4px;
}

.invest_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-top: 20px;*/
    justify-content: space-between;
    gap: 9px 4px;
    margin-bottom: 9px;
    padding: 0 4px;
}

.invest_info div {
    font-weight: 700;
    /*font-size: 15px;*/
    font-size: 20px;
    line-height: 160%;
/* identical to box height, or 24px */
    color: #FFFFFF;
    padding-left: 7px;
    border-left: 1px solid #00D4FF;
}

.invest_info div span {
    background: linear-gradient(84.54deg, #9340FE 47.55%, #19C8FF 112.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.total_economy {
    height: 42px;
    background: radial-gradient(126.14% 1462.42% at -9.93% 114.77%, #26CE83 27.08%, #41B6DD 89.58%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 4px 13px rgba(41, 173, 114, 0.25);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
/* identical to box height, or 24px */
    color: #FFFFFF;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -10px;
}
.cabinet_panel_main {
    min-height: 100%;
}

.transactions_list {
    border-top: 4px solid #00D4FF;
    padding-top: 25px;
    margin-top: 20px;
}

.transaction_item {
    margin-bottom: 9px;
    display: flex;
    background: linear-gradient(128.79deg, rgba(255, 255, 255, 0.5) -600.96%, rgba(234, 228, 228, 0.15) -500.96%);
    border-radius: 10px;
    padding: 7px 14px;
    align-items: flex-start;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
/* identical to box height, or 26px */


/* crypto/white */
    color: #FFFFFF;
    justify-content: space-between;
}

.transaction_item p {
    margin: 0;
}

.transaction_item p:nth-child(3) {
    font-weight: 400;
    flex: none;
    width: 32%;
}

.transaction_item p:nth-child(1) {
    width: 25%;
    flex: none;
}

.transaction_item p:nth-child(2) {
    flex: none;
    width: 17%;
}

.transaction_item p:nth-child(4) {
    flex: 1;
    text-align: right;
}

.transaction_item.red {
    background: linear-gradient(93.95deg, rgb(236 43 43 / 60%) -3.89%, rgba(234, 228, 228, 0.12) 20.46%);
}

.transaction_item.green {
    background: linear-gradient(93.85deg, rgb(67 174 104 / 60%) -1.49%, rgba(234, 228, 228, 0.12) 22.53%);
}
.wallet_item {
    display: flex;
    align-items: center;
    background: linear-gradient(128.79deg, rgba(160, 91, 91, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: inset 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 10px 18px;
}

.wallet_item > div {
    flex: 1;
}

.wallet_info {
    display: flex;
    align-items: center;
}

.wallet_img {
    width: 48px;
    flex: none;
}

.wallet_title {
    margin: 0;
    padding-left: 13px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
/* identical to box height, or 133% */
    color: #FFFFFF;
}

.wallet_title span {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
/* identical to box height, or 160% */
    color: #FFFFFF;
    opacity: 0.5;
}

.wallet_text {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
/* identical to box height, or 160% */
    color: #FFFFFF;
    opacity: 0.5;
}
.partners_float_card_image_centered {
    margin-top: 30px;
}

.partners_float_card_image_centered .cab_float_icon {
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
}
.button.small_get {
    width: 122px;
    height: 40px;
    min-width: 1px;
    border: none;
}

.cabinet_card_float + .cabinet_card_float {
    margin: 40px 0;
}
.load_more_bordered {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 40px;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
/* identical to box height, or 16px */
    text-align: center;

/* black/black-100 */
    color: #FFFFFF;
    transition: 0.3s;
}
.load_more_bordered:hover {

background: #fff;

color: #333;
}
.affiliate_level {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 2px solid #00D4FF;
    padding-bottom: 3px;
}

.affiliate_level p {
    margin: 0;
    background: linear-gradient(84.54deg, #9340FE 47.55%, #19C8FF 112.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 29px;
}

.affiliate_level span {
    font-weight: 700;
    font-size: 25px;
    line-height: 160%;
/* identical to box height, or 26px */
    color: #FCFCFC;
}

.affiliate_levels {
    margin-bottom: 20px;
}
.cabinet_card_float:last-child {
    margin-bottom: 0;
}
.cabinet_card_float hr {
    margin: 24px 0;
    border-top: 2px solid #00D4FF;
}
.text-center .cab_float_label {
    border: none;
    justify-content: center;
    text-align: center;
    padding: 0;
    padding-top: 8px;
}
.partners_wrp li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
/* identical to box height, or 156% */
    color: #FFFFFF;
    margin-bottom: 1px;
}

.partners_wrp li span {
    font-weight: 700;
}

.partners_wrp li p {
    margin: 0;
}

.partners_wrp {
    margin-top: 34px;
}
.cabinet_form_wrp {
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.cabinet_form_wrp > div {
    margin-bottom: 14px;
}
.page-contact::before {
    display: none;
}
.page_section {
    padding-top: 90px;
    padding-bottom: 55px;
}

.page_title {
    margin: 0;
    font-weight: 500;
    font-size: 91px;
    line-height: 98px;
/* identical to box height, or 107% */
    letter-spacing: -3.76px;
    color: #F5F5F5;
    opacity: 0.9;
    margin-bottom: 18px;
    font-family: 'HelveticaNeueCyr',sans-serif;
}
.contact_block {
    background: #1D2E54;
    border-radius: 32px;
    padding: 35px 60px;
    margin-bottom: 55px;
}

.contact_block_flex {
    display: flex;
    gap: 40px;
}

.contact_map iframe {
    width: 100%;
    height: 100%;
}

.contact_map {
    flex: 1;
    height: 320px;
}

.contact_info {
    text-align: center;
    width: 240px;
    flex: none;
}

.contact_info > div {
    margin-bottom: 40px;
}

.contact_info p, .contact_info a {
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
/* or 116% */
    text-align: center;
    color: #DDDDDD;
}

.contact_info > div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.contact_info > div:last-child {
    margin: 0;
}

.contact_info a {
    text-decoration: underline;
}

.contact_info a:hover {
    text-decoration: none;
}

.contact_follow {
    margin-top: 25px;
    padding-top: 12px;
    text-align: center;
    border-top: 1px solid #19C8FF;
}

.contact_follow p {
    margin: 0;
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
/* identical to box height, or 124% */
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contact_follow .top_icons {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.contact_block:last-child {
    margin: 0;
}
.contact_block_support .contact_block_flex {
    gap: 28px;
}

.contact_support_left  img {
    max-width: 100%;
    max-height: 100%;
}

.contact_block_support .contact_block_flex > div {
    flex: 1;
}

.contact_support_left {
    background: #1C1C1C;
    border-radius: 20px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_support_right > p {
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
/* or 124% */
    color: #FFFFFF;
    margin-bottom: 6px;
}

.contact_support_right > span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
/* or 144% */
    color: #FFFFFF;
    opacity: 0.7;
    display: block;
    margin-bottom: 12px;
}

.contact_support_right > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer.page_footer {
    background: #1D2E54;
    border-radius: 64px 64px 0px 0px;
    padding-top: 40px;
    padding-bottom: 20px;
}

.logo_footer {
    max-width: 100%;
    margin-bottom: 25px;
    display: block;
}

.footer_desc {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 23px;
    line-height: 32px;
/* or 139% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-family: 'Inter',sans-serif;
}

.follow_lbl {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
/* or 171% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.page_footer .footer_flex {
    margin-top: 30px;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
}

.fott {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
/* or 123% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    opacity: 0.5;
}

.footer_flex .foot_list {
    gap: 23px;
    display: flex;
    align-items: center;
}

.footer_flex .foot_list a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
/* identical to box height, or 123% */
    color: #FFFFFF;
}

.footer_flex .foot_list a:hover {
    text-decoration: underline;
}

.col-sm-2 .foot_list {
    gap: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
/* identical to box height, or 150% */
    display: flex;
    align-items: flex-start;
    color: #FFFFFF;
    flex-direction: column;
    text-align: left;
}

.col-sm-2 .foot_list a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
/* identical to box height, or 150% */
    color: #FFFFFF;
}

.col-sm-2 .foot_list a:hover {
    text-decoration: underline;
}

.foot_lbl {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 38px;
}

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

.foot_cont_list a {
    padding-left: 35px;
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
/* or 171% */
    color: #DDDDDD;
}

.foot_cont_list img {
    position: absolute;
    left: 0;
    top: -1px;
}

.foot_cont_list a:hover {
    text-decoration: underline;
}
.promo_list {
    padding-top: 15px;
}

.promo_item {
    margin-bottom: 30px;
    background: #1D2E54;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 60px;
    gap: 30px;
}

.promo_media {
    flex: none;
    width: 62%;
    margin-right: 10px;
}

.promo_media img {
    max-width: 100%;
}

.promo_title p {
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
/* identical to box height, or 124% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin: 0;
}

.promo_title {
    flex: none;
    width: 18%;
}
.faq_item {
    background: #1D2E54;
    border-radius: 32px;
    margin-bottom: 15px;
    cursor: pointer;
    padding-right: 170px;
    padding-left: 70px;
    background-image: url(../img/faq_closed.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 60px) 28px;
}
.faq_item.opened {
    background-image: url(../img/faq_opened.svg);
}

.faq_wrp {
    margin-bottom: 55px;
    padding-top: 25px;
}

.faq_header {
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
/* identical to box height, or 124% */
    color: #FFFFFF;
    padding-top: 25px;
    padding-bottom: 27px;
}

.faq_header::after {
    content: '';
    display: block;
    width: 210px;
    height: 1px;
    background: #19C8FF;
    margin-top: 8px;
}

.faq_body {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
/* or 144% */
    color: #FFFFFF;
    padding-bottom: 25px;
    display: none;
}
.page_header_flex .page_title {
    margin: 0;
}

.page_header_flex {
    margin-bottom: 60px;
}

.page_desc {
    max-width: 480px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

.register_link_button {
    width: 170px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #29A1CB;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    transition: 0.3s;
}

.register_link_button:hover {
    opacity: .8;
}
.referal_bonuses_wrp {
    margin-bottom: 55px;
}

.referal_card {
    background: #1D2E54;
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;
    padding: 15px 11px;
    padding-bottom: 25px;
}

.referal_title {
    margin-bottom: 35px;
}

.referal_title span {
    background: linear-gradient(84.54deg, #9340FE 47.55%, #19C8FF 112.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
}

.referal_title i {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
    padding-left: 6px;
}

.referal_list_data {
    margin-bottom: 28px;
}

.referal_list_it {
    padding: 5px 0;
    border-bottom: 2px solid #00D4FF;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.referal_list_it p {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
/* identical to box height, or 26px */
    background: linear-gradient(84.54deg, #9340FE 47.55%, #19C8FF 112.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0;
}

.referal_list_it span {
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
/* identical to box height, or 26px */
    color: #FCFCFC;
    display: block;
}

.inverst_desc {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 17px;
    line-height: 26px;
/* or 156% */
    letter-spacing: 0.2px;
    color: #FFFFFF;
}

a.button.invest_link {
    display: flex;
    margin: 0 auto;
    width: 170px;
    height: 64px;
    border: 1px solid #FFFFFF;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: 0.3s;
}
.bonus_system {
    display: flex;
    margin-bottom: 55px;
    background: #1D2E54;
    border-radius: 64px;
    padding: 50px 60px;
    gap: 50px;
}

.bonus_system_img {
    flex: none;
    width: 50%;
}

.bonus_system_img img {
    max-width: 100%;
    max-height: 100%;
}

.bonus_system_desc > p {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
/* identical to box height, or 124% */
    color: #FFFFFF;
}

.bonus_system_desc > span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
/* or 144% */
    color: #FFFFFF;
    opacity: 0.7;
    display: block;
    margin-bottom: 30px;
}

.start_invest {
    display: flex;
    margin-top: 23px;
    background: #FFFFFF;
    border-radius: 32px;
    width: 137px;
    height: 48px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
/* identical to box height, or 282% */
    text-align: center;
    color: #151A28;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.start_invest:hover {
    opacity: .7;
}
.bounty_item {
    margin-bottom: 25px;
    display: flex;
    background: #1D2E54;
    border-radius: 32px;
    padding: 30px 23px;
    padding-top: 40px;
    gap: 90px;
}

.bounty_list {
    margin-bottom: 50px;
}

.bounty_item > div:nth-child(1) {
    flex: none;
    width: 28%;
}

.bounty_item > div:nth-child(2) {
    flex: none;
    width: 28%;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.bounty_item > div:nth-child(3) {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.bounty_item img {
    max-width: 100%;
    display: inline-block;
}

.bounty_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
/* identical to box height, or 156% */
    color: #FFFFFF;
    opacity: 0.8;
    margin-top: 15px;
    margin-bottom: 0;
}

.bounty_list1 {
    margin-top: 30px;
    position: relative;
}

.bounty_list1::before {
    content: '';
    display: block;
    width: 190px;
    height: 1px;
    background: #19C8FF;
    position: absolute;
    top: -15px;
    left: 0;
}

.bounty_list1 li {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
/* identical to box height, or 156% */
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 10px;
}

.bounty_list1 span {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
/* identical to box height, or 156% */
    background: linear-gradient(225deg, #18C8FF 14.89%, #933FFE 85.85%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bounty_list1 li:last-child {
    margin: 0;
}

.bounty_req {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
/* identical to box height, or 180% */
    color: #FFFFFF;
}

.bounty_req span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
/* identical to box height, or 187% */
    color: #FFFFFF;
    opacity: 0.7;
}

.bounty_list2 {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
/* or 156% */
    color: #FFFFFF;
    gap: 16px;
}

.button.submti_app {
    background: #29A1CB;
    border-radius: 12px;
    width: 100%;
    max-width: 295px;
    height: 55px;
}
.leave_review .button {
    background: #FFFFFF;
    border-radius: 32px;
    color: black;
}
.review_text {
    text-align: center;
    margin-top: -30px;
    margin-bottom: 30px;
}

.review_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    color: #FFFFFF;
    opacity: 0.8;
}
.reviews_wrp_inline {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: calc(100% - 40px);
}

.review_item {
    height: 100%;
    padding: 25px;
    padding-left: 40px;
    background: #1D2E54;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
}

.rev_text {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
/* or 144% */
    display: flex;
    position: relative;
    align-items: center;
    flex: 1;
    color: #FFFFFF;
}

.rev_author {
    font-weight: 600;
    font-size: 27px;
    line-height: 1.2;
/* identical to box height, or 124% */
    color: #FFFFFF;
    margin: 0;
}

.rev_date {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
/* identical to box height, or 167% */
    color: rgba(255, 255, 255, 0.6);
}

.rev_text::after {
    content: '';
    display: block;
    position: absolute;
    max-width: 210px;
    width: 100%;
    height: 1px;
    background: #19C8FF;
    bottom: -13px;
    left: 0;
}
.pag_list {
    margin-top: 30px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rev_list_wrp {
    margin-bottom: -40px;
}

.rev_list_wrp > div {
    margin-bottom: 40px;
}

.pag_list a {
    width: 47px;
    height: 36px;
    background: #1D2E54;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
/* identical to box height, or 144% */
    color: #FFFFFF;
}

.pag_list .active a {
    background: #1D2E54;
    border: 1px solid #29A1CB;
    border-radius: 5px;
    text-decoration: none;
}

.pag_list a:hover {
    text-decoration: underline;
}
.about_buttons  > a:nth-child(1) {
    position: relative;
    width: 230px;
}

.about_buttons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 50px;
    display: inline-flex;
}

.about_buttons  >img {
    position: absolute;
    right: -180px;
    bottom: -70px;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

.about_section_top {
    padding: 55px 0;
}
.video_about {
    min-height: 550px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    max-width: 440px;
    width: 100%;
    display: block;
    border-radius: 11px;
}
.video_about::before {
    content: '';
    background-image: url(../img/play.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
}
.video_about:hover::before {
    transform: scale(0.95);
} 

.contact_block.investment_trading_block {
    margin: 55px 0;
}

.investment_trading_block .contact_block_flex > div {
    flex: 1;
    gap: 55px;
}

.contact_support_right .inv_title {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 27px;
    line-height: 33px;
/* or 124% */
    color: #FFFFFF;
    font-family: 'HelveticaNeueCyr',sans-serif;
}

.contact_support_right .inv_desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
/* or 144% */
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 30px;
}

.inv_buttons {
    gap: 33px;
    display: flex;
    justify-content: flex-start!important;
    margin-bottom: 35px;
}

.inv_buttons a {
    background: #FFFFFF;
    border-radius: 32px;
    color: #000;
    font-weight: 500;
    transition: 0.3s;
}

.inv_rev {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.05);
    border-radius: 24px;
    padding: 32px;
    display: block!important;
    position: relative;
    padding-left: 105px;
    padding-right: 55px;
}

.inv_rev img {
    top: 32px;
    left: 32px;
    position: absolute;
}

.inv_rev p {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
/* identical to box height, or 153% */
    color: #FFFFFF;
    margin-bottom: 10px;
}

.inv_rev span {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
/* or 144% */
    color: #FFFFFF;
    opacity: 0.7;
    display: block;
}

.investment_trading_block .contact_block_flex > div.contact_support_left {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.heading_wrp {
    margin-bottom: 40px;
}

.heading_wrp h2 {
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
/* identical to box height, or 100% */
    color: #FFFFFF;
    margin-bottom: 30px;
}

.heading_wrp .after_h2 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
/* or 156% */
    color: #FFFFFF;
    opacity: 0.8;
}
.benefit_item img {
    height: 94px;
    margin-bottom: 10px;
}

.benefit_item p {
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
/* or 171% */
    letter-spacing: 0.2px;
    color: #FFFFFF;
    border-left: 1px solid #29A1CB;
    margin-bottom: 10px;
}

.benefit_item span {
    display: block;
    padding-left: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
/* or 160% */
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
.investment_trading_block {
    position: relative;
}
.investment_trading_block::before {
    content: '';
    background-image: url(../img/coin_silver.png);
    width: 159px;
    height: 158px;
    display: block;
    position: absolute;
    animation: float 6s ease-in-out infinite;
    pointer-events: none;
    bottom: -140px;
    right: -5px;
}.benfits_list {
    padding-bottom: 55px;
}
.earn_graph {
    margin-bottom: 55px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 20px;
    padding-top: 28px;
    background: #1D2E54;
    border-radius: 64px
}
.earn_graph > p {
    margin-bottom: 0;
    margin-top: 24px;
    font-weight: 400;
font-size: 18px;
line-height: 28px;
text-align: center;
color: #FFFFFF;
opacity: 0.8;
}
.earn_lbl {
    margin-bottom: 20px;
}

.earn_lbl p {
    margin: 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
/* identical to box height, or 97% */
    color: #FFFFFF;
    font-family: 'HelveticaNeueCyr';
}
canvas#myChart {
    max-height: 350px;
}

.roadmap_wrp {
    height: 490px;
    position: relative;
    white-space: nowrap;
    padding: 0 55px;
}

.roadmap_wrp::after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    background: linear-gradient(272.27deg, #9340FE 63.07%, #19C8FF 71.12%);
    opacity: 0.3;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.roadmap_elem {
    max-width: 255px;
    display: inline-block;
    border-left: 1px solid #19C8FF;
    padding-left: 17px;
    white-space: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
/* or 188% */
    color: #FFFFFF;
    position: relative;
    height: 50%;
    vertical-align: top;
}

.roadmap_elem:nth-child(odd) {
    top: 50%;
    display: inline-flex;
    align-items: flex-end;
}

.roadmap_elem > span {
    position: absolute;
    left: -18px;
    bottom: -46px;
}

.roadmap_elem:nth-child(odd) > span {
    left: -16px;
    top: -46px;
}

.roadmap_elem::before {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 33px;
    background-image: url(../img/dot.png);
    top: -15px;
    left: -16px;
}
.roadmap_elem:nth-child(even)::before {
    top: inherit;
    bottom: -17px;
}
.scrollable {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; 
    margin-bottom: 50px;
  }
  
  .content {
    flex: 0 0 auto; 
  }
  .scrollable::-webkit-scrollbar {
    display: none;
  }

  .scrollable {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
  }
  .team_section {
    padding-bottom: 60px;
  }
  .about_card > img {
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
}

.about_card p {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
/* or 171% */
    display: flex;
    align-items: center;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    padding-left: 15px;
    border-left: 1px solid #29A1CB;
}

.about_card span {
    display: block;
    padding-left: 15px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
/* or 160% */
    letter-spacing: 0.2px;
    color: #FFFFFF;
}
.page_title span {
    background: linear-gradient(80.67deg, #9142FE 27.52%, #2B64BC 91.96%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

}
.about_section_top {
    overflow: hidden;
}
body.page {
    background-image: url(../img/bg_page.png);
    background-position: top center;
}
.scrolling_labels {
    background: rgb(237,137,72);
    background: linear-gradient(90deg, rgba(237,137,72,1) 0%, rgba(201,93,219,1) 100%);
    overflow: hidden;
}
.scrollling_labels_inner {
    padding: 10px 0;
    display: flex;
    gap: 50px;
    flex-wrap: nowrap;
}

.scrollling_labels_inner p {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    flex-grow: 0;
    flex-shrink: 0;
}

.home_customers {
    padding: 55px 0;
}
.partners_list {
    max-width: 962px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.partner_item {
    width: calc(25% - 24px);
}
.home_features .investment_trading_block::before {
    background-image: url(../img/coin2.png);
    width: 296px;
    height: 296px;
    bottom: -270px;
}
.inv_buttons.mb0 {
    margin-bottom: 0;
}
.noafter::before {
    display: none!important;
}
.invest_hp_wrp {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}
.invest_hp_wrp .invest_categories .active a {
    background-color: #1D2E54;
}
.crypto_flex .account_balance_item {
    width: 100%;
}
.crypto_flex > div {
    padding: 0 12px;
    margin-bottom: 24px;
}

.crypto_flex {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -24px;
}
.other_currencies > p {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
/* or 145% */
    color: #FFFFFF;
    opacity: 0.7;
}
.crypto_list_items {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.crypto_other_item {
    flex: 1;
    background: linear-gradient(128.79deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.12) 100%);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;
    position: relative;
}

.crypto_other_item::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.crypto_other_item > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crypto_other_item.soon > div {
    opacity: .4;
}

.crypto_other_item span {
    position: absolute;
    background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
/* identical to box height, or 16px */
    text-align: center;
    color: #FFFFFF;
    height: 24px;
    width: 78%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -12px;
}
.crypto_list_items {
    margin-bottom: 70px; 
}
.home_features {
    padding-bottom: 170px;
}
.crypto_new_item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #FFFFFF;
    border-radius: 18px;
    overflow: hidden;
}

.crypto_img {
    height: 255px;
    background-position: center;
    background-size: cover;
    flex: none;
}

.news_flex {
    margin-left: -45px;
    margin-right: -45px;
}

.news_flex > div {
    padding: 0 45px;
}

.crypto_text {
    padding: 20px 24px;
    padding-bottom: 45px;
    flex-grow: 1;
}

.crypto_text i {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
/* identical to box height, or 136% */
    color: #212529;
    margin-bottom: 12px;
    display: block;
    font-style: normal;
}

.crypto_text p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
/* or 133% */
    color: #3C3C3C;
    margin-bottom: 14px;
}

.crypto_text span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
/* or 160% */
    color: #212529;
}

.crypto_new_item:hover .crypto_text p {
    text-decoration: unset;
}
.calc_wrp {
    background: #1D2E54;
    border-radius: 64px;
    padding: 20px 60px;
    display: flex;
    align-items: flex-start;
    gap: 70px;
}

.calc_currencies {
    width: 300px;
    flex: none;
}

.calc_currencies_area {
    flex: 1;
}

.calc_currencies_list {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
}

.calc_currency_item {
    background: linear-gradient(128.79deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 16px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

.calc_currency_item img {
    max-width: 100%;
    max-height: 100%;
}

.calc_title {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 29px;
    line-height: 36px;
/* identical to box height, or 124% */
    color: #F3F5F9;
}

.invest_plan_wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 55px;
}

.invest_plan_item {
    width: calc(33.333% - 38px);
}

.plan_title {
    margin-bottom: 8px;
    background: linear-gradient(128.79deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.plan_title p {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
/* or 26px */
    text-align: center;
    color: #FFFFFF;
    opacity: .8;
}

.plan_title p span {
    background: linear-gradient(82.04deg, #9340FE -5.58%, #19C8FF 43.11%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.calc_controls {
    padding-top: 27px;
    border-top: 4px solid #00D4FF;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.calc_controls .in_wrp {
    width: 320px;
    margin: 0;
    top: -10px;
    position: relative;
}

.button.calc_but {
    width: 160px;
    height: 58px;
    background: #29A1CB;
    border-radius: 10px;
    margin-top: 9px;
}

.button.invest_now {
    margin-top: 9px;
    background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    width: 160px;
    height: 58px;
}


.partners_float_card .btn-success {
	background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}
/* пагинация */

ul.pagination { margin-top: 30px;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;}
ul.pagination .page-link {
	
	    width: 47px;
    height: 36px;
    background: #1D2E54;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}
ul.pagination .page-item.active .page-link{
		    background: #1D2E54;
    border: 1px solid #29A1CB;
    border-radius: 5px;
    text-decoration: none;
}


.math {width: 200px!important; margin-right: 10px!important; margin-left: 0!important;}
.transactions_list form {    display: flex; }
.transactions_list form select  {background: url(../img/select.svg), linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 50%, center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';}
.transactions_list form select { /*background: linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);*/
    opacity: 0.66;
    box-shadow: inset 0px 24px 48px rgb(21 26 40 / 50%);
    border-radius: 16px;
    width: 100%;
    text-align: unset;

    height: 70px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 15px;
    align-items: center;
    color: #FFFFFF; }

.transactions_list form  option {
    color: #333;
    padding: 0;
}

.transactions_list form {margin-bottom: 20px;}
input.sbmt {    background: linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    opacity: 0.66;
    box-shadow: inset 0px 24px 48px rgb(247 35 182 / 50%);
    border-radius: 16px;
    width: 100%;
    text-align: center;
    height: 70px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
    color: #FFFFFF;
    width: 280px;
    text-align: center;
    margin-left: 15px;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0772cf;
    border-color: #337ab7;
}
.transactions_list form .year_to, .transactions_list form .year_from {width: 75%;}
.transactions_list form .day_to, .transactions_list form  .day_from {width: 50%;}
.transactions_list form .month_to, .transactions_list form  .month_from {width: 75%;}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto;
    display: table;
    margin-top: 25px;
}
.cab_float_price {
    font-weight: 700;
    font-size: 27px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 0;
}
.cabinet_card_float hr {
    margin: 8px 0;
    border-top: 2px solid #00D4FF;
}


.button.invest_now {
    margin-bottom: 27px;
}
table.iksweb{
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
    height: auto;
}

table.iksweb td,table.iksweb th {
    padding: 5px;
    width: 30px;
    height: 35px;
}
table.iksweb td {
    color: white;
}
table.iksweb tr {
    border-bottom: 1px solid #00D4FF;
}
h1.terms {color:white;}
div.terms {color:white; margin-bottom: 20px;}
div.zagolovok {font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;}
div.terms p { margin-left: 10px;}
.inv_desc_li {font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 2px;}
.calc_currencies_area .invest_info div{font-size: 15px;

}
.calc_controls .button.invest_now { margin-bottom: 0px!important;}
.referal_list_it span {
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #FCFCFC;
    display: block;
}
.in_wrp .calc2,.in_wrp .calc3,.in_wrp .calc4,.in_wrp .calc5,.in_wrp .calc6,.in_wrp .calc7,.in_wrp .calc8,.in_wrp .calc9  { display: none;}
form.calc2, form.calc3, form.calc4, form.calc5, form.calc6, form.calc7, form.calc8, form.calc9 { display: none;}
.chosen {background: linear-gradient(128.79deg, rgb(92 80 80 / 65%) 0%, rgb(155 153 153 / 23%) 100%);
    border-radius: 16px;
    box-shadow: 0px 4px 10px #19c8ff, 0px 24px 48px rgb(21 26 40 / 60%);}

.moren { display: none;}
.mySelectedik {padding-bottom: 20px!important;}
.orbital .invest_info div {font-size: 18px; font-weight: 500;}
.orbital .invest_time {
    margin-bottom: 14px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #FFFFFF;
    text-transform: uppercase;
}
.ac_balance {margin-left: 50px;
    font-size: 12px;
    font-size: 15px;
    color: #FFFFFF;
    opacity: 40%;
}
.ac_balance span { color: #50AF95; font-weight: 700;
    font-size: 15px;}
.acc_balance { color: white; font-size: 20px; margin: 0 auto; text-align: center;
    margin-bottom: 20px;}
.pay_show {display:block!important;}
.invest_categories .active a {
    cursor: pointer;
}
.invest_categories  a {
    cursor: pointer;
}
.invest_item_selected span {color: #50AF95; font-weight: 600;}
.invest_item_selected div { color: white; opacity: 0.4;}
.invest_item_elem {justify-content: space-between;}
/* form */
.page-wrapper{
    width:100%;
    height:100%;
    background:url(https://i.imgur.com/2ZgHKbQ.jpg) center no-repeat;
    background-size:cover;
}

.blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

a.btn{
    width:150px;
    display:block;
    margin:-25px 0 0 -75px;
    padding:1em 0;
    position:absolute;
    top:50%; left:50%;
    font:1.125em 'Arial', sans-serif;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    color:#fff;
    border-radius:5px;
    background:rgba(217,67,86,1);
}

.modal-wrapper{
    width:100%;
    height:100%;
    position:fixed;
    top:0; left:0;
    background: rgb(165 165 148 / 75%);
    visibility:hidden;
    opacity:0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.modal-wrapper.open{
    opacity:1;
    visibility:visible;
}

.modal{
    width: 390px;
    height: 536px;
    display:block;
    margin:50% 0 0 -195px;
    position:relative;
    top:50%; left:50%;
    background:#fff;
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.modal-wrapper.open .modal{
    margin-top:-200px;
    opacity:1;
    background: #1D2E54;
    border-radius: 32px;

}

.head{
    width:100%;
    height:32px;
    padding:1.5em 5%;
    overflow:hidden;
    background:#01bce5;
}

.btn-close{
    width:32px;
    height:32px;
    display:block;
    float:right;
}

.btn-close::before, .btn-close::after{
    content:'';
    width:32px;
    height:6px;
    display:block;
    background:#fff;
}

.btn-close::before{
    margin-top:12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

.btn-close::after{
    margin-top:-6px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}

.content{
    padding:9%;
}

.form_title {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    /* identical to box height, or 100% */

    display: flex;
    align-items: center;
    text-align: center;

    color: #FFFFFF;}

.modal p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    /* or 173% */

    display: flex;
    align-items: center;

    color: #FFFFFF;

    opacity: 0.5;
}
.modal textarea {width: 313px;
    height: 190px;
    color: white;
    font-size: 15px;

    background: linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    opacity: 0.6;
    box-shadow: inset 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;}
.modal .register_link_button {display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 19px 60px;
    gap: 10px;
    margin: 0 auto;
    margin-top: 50px;}

.bounty_item .button.submti_app {display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    gap: 10px;
    margin: 0 auto;
    margin-top: 50px;}
.modal-wrapper.bounty input::placeholder {
    font-weight: bold;
    opacity: 0.5;
    font-size: 15px;
    color: #FFFFFF;

}
.modal-wrapper.bounty input
{width: 586px;
    height: 64px;
    margin-bottom: 10px;
    padding: 15px;
    background: linear-gradient(128.79deg, rgba(160, 91, 91, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    opacity: 0.66;
    color: white;
    font-size: 16px;
    box-shadow: inset 0px 24px 48px rgba(21, 26, 40, 0.5);
    border-radius: 16px;}
.bounty .modal {
    width: 678px;
    height: 536px;
}
.bounty .content {
    padding:5%;
}
.bounty .form_title {
    font-weight: 700;
}
.bounty .modal{    margin: 50% 0 0 -330px;}
.bounty .btn-close	{
    margin-top: -15px;
    margin-right: -5px;
}
.bounty #file {    padding-top: 24px;
    color: white;
    margin-top: 4px;}
/*background-image: url(../img/faq_closed.svg);
    background-repeat: no-repeat;
background-position: calc(100% - 60px) 28px;*/


/******************************************end form*/

/******************************************deposit radiobuttons*/
.form_radio_btn {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 6px;
    user-select: none;
}

/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    background: #9340fe;
}

/* Hover */
.form_radio_btn label:hover {
    color: #fff8f8;
    background-color: rgb(235 235 235 / 7%)
}

/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
    display: none;
}
/**********************************************end dep radio*/

.all_tarifs .invest_card:hover{ background: linear-gradient(128.79deg, rgb(25 24 24 / 60%) 0%, rgba(255, 255, 255, 0.05) 100%);
    box-shadow: 0px 24px 48px rgba(21, 26, 40, 0.6);
    border-radius: 16px;
    padding: 14px;
    padding-bottom: 10px;
    display: block;}

/**********************************************deposit_confirm*/
table.deposit_confirm  {    color: white;}

.dep_conf h3 { color: white;
    width: 100%; }
.dep_conf .container {    margin: 0 auto;}
.dep_conf .flex	{ margin: 0 auto;
    display: table; }
.dep_conf .coin_payment	{padding-left: 40px;}
/*.dep_conf		{width: 100%;
    color: white;
		padding-left: 5px;}*/
.dep_conf		a {color: white;
    font-size: 20px;}
.deposit_confirm th {padding: 5px;}
.dep_conf div { color: white;}
.dep_conf	#placeforstatus {color: white;}
/**********************************************end deposit_confirm*/
/* calculator lk */
.activevvvv {margin-bottom: 54px!important;}
.calc_titles	{flex-direction: column; font-weight: 400;
    font-size: 16px;}
.calc_titles span{
    display: inline;
    font-size: 20px;
    font-weight: 700;
    font-size: 25px;
    background: linear-gradient(81.61deg, #9142FE 12.16%, #19C8FF 62.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.calc_titles  h2 {
    width: 100%;
    color: white;
}
.calc_result {
    color: white;
}
input.spentit {font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    /* identical to box height, or 160% */

    display: flex;
    align-items: center;

    color: #FFFFFF;

    opacity: 0.5;}

/*.sel_pay_method {color: red;
    font-size: 16px;
    display: inline-block;
    padding-top: 20px;
	padding-bottom: 20px;
padding-left: 40px;}*/
.sel_pay_method {
    font-size: 16px;
    color: white;
    display: inline-block;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
/*.sel_pay_type {
    color: red;
    font-size: 16px;
    display: inline-block;
    padding-left: 40px;
    padding-bottom: 20px;
}*/
.sel_pay_type {

    color: white;
    font-size: 16px;
    display: inline-block;
    padding-left: 0;
    padding-bottom: 20px;
}
.tab-content input.sbmt[disabled]{opacity: 1;
    box-shadow: unset;
    border-radius: 16px;
    width: 100%;
    text-align: center;
    height: 70px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    align-items: center;
    color: #FFFFFF;
    width: 269px;
    height: 42px;
    text-align: center;
    margin-left: 0;
    opacity: 1;
    margin-top: 20px;
/* background: #7c7373ab;*/}
.calc_result span {display: initial; font-weight: 700;
    font-size: 25px; }
.calc_result {display: block;}
.calc_result div {width: 100%;
    display: inline-block; }
div.error {    color: #fd4c4c;
    text-align: center;}
#daily, #itog {color: #27CF83; }
.calc_currencies.moren {color: #27CF83; }
.calc_currencies.moren span { color: white;}



.bounty .input-file {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
}
.bounty .input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(225deg, #18C8FF 14.89%, #933FFE 85.85%);
    border-radius: 10px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
}
.bounty .input-file-text {/*
	padding: 0 10px;*/
    line-height: 40px;
    display: inline-block;
    color: #FFFFFF;
}
.bounty .input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.lng_item span.soonit::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.lng_item span.soonit{position: absolute;
    background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%);
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    height: 24px;
    width: 31%;
    left: 78%;
    transform: translateX(-18%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
}

/* Focus */
.bounty .input-file input[type=file]:focus + .input-file-btn {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.bounty .input-file:hover .input-file-btn {
    background-color: #59be6e;
}
.bounty .input-file:active .input-file-btn {
    background-color: #2E703A;
}

/* Disabled */
.bounty .input-file input[type=file]:disabled + .input-file-btn {
    background-color: #eee;
}
.onlygo {background: linear-gradient(255.44deg, #18C8FF 16.38%, #933FFE 81.37%)!important;}

.ref_book {
    background: linear-gradient(85deg, #9340FE 47.55%, #19C8FF 112.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 156px */
}
.ref_text {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
}
.ref_minimax {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
}
.ref_minimax span {
    background: linear-gradient(81deg, #933FFE 10.19%, #18C8FF 134.67%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Inter;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding-right: 23px;
}
