@charset "UTF-8";
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Robotolight.woff2) format("woff2"), url(../fonts/Robotolight.woff) format("woff"), url(../fonts/Robotolight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto.woff2) format("woff2"), url(../fonts/Roboto.woff) format("woff"), url(../fonts/Roboto.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Robotomedium.woff2) format("woff2"), url(../fonts/Robotomedium.woff) format("woff"), url(../fonts/Robotomedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url(../fonts/Robotobold.woff2) format("woff2"), url(../fonts/Robotobold.woff) format("woff"), url(../fonts/Robotobold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

input, .fSelect select option, .fSelect select, .fSelect .chosen-container * {
    font-family: "Roboto", sans-serif;
    color: #131B34;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}
input:focus {
    outline: none;
}
input::placeholder {
    color: #858DA6;
}



textarea {
    resize: none;
    font-family: "Roboto", sans-serif;
}
textarea:focus {
    outline: none;
}
textarea::placeholder {
    color: #858DA6;
}

button {
    padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    color: #fff;
    background: #1A1E29 url(../img/main-bg.jpg) center top no-repeat;
    background-size: cover;
    display: flex !important;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
body *{
    scrollbar-color: #fff #01C38E; /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;  /* толщина */
}
body *::-webkit-scrollbar {
    width: 5px;
    /* ширина для вертикального скролла */
    background: #fff;
    height: 5px;
}
body *::-webkit-scrollbar-thumb {
    background-color: #01C38E;
    border-radius: 10px;
}

body.over-hid {
    overflow: hidden;
}

h6, .bannersBtn {
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}

.container {
    padding: 0 15px;
}

.blur-bg {
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}

.title {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 50px;
}

.btn, .input-group label.btn, #electronic_check_label {
    background: #01C38E;
    border-radius: 15px;
    font-weight: 700;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border: 1px solid #01C38E;
    height: 50px;
    transition: background 0.3s linear;
    line-height: 1;
}
.btn, button.btn, .input-group label.btn, #electronic_check_label {
    padding: 0 20px;
}
.btn:hover, button.btn:hover, .input-group label.btn:hover, #electronic_check_label:hover {
    cursor: pointer;
    background-color: #26E8B3;
}
.btn:hover path {
    stroke: #fff;
}
.btn:active, button.btn:active, .input-group label.btn:active {
    cursor: pointer;
    background-color: #009D72;
}
.btn:active path {
    stroke: #fff;
}
.btn:disabled {
    background: #C8CDDC;
    border-color: #C8CDDC;
    pointer-events: none;
}
.btn.btn-transparent {
    background-color: transparent;
    border-color: #01C38E;
    color: #01C38E;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active {
    background: #01C38E;
    color: #fff;
}
.btn.btn-transparent:hover path, .btn.btn-transparent:active path {
    stroke: #fff;
}
.btn.btn-transparent:disabled {
    background: transparent;
    border-color: #A3ABC4;
    pointer-events: none;
    color: #A3ABC4;
}

header {
    max-width: 1250px;
    background: rgba(19, 45, 70, 0.2);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.3);
    backdrop-filter: blur(25px);
    border-radius: 30px;
    padding: 20px 0;
    margin: 20px auto 0;
    width: 100%;
    position: relative;
    z-index: 9;
}

.top {
    align-items: center;
}

.logo {
    width: 174px;
    margin-right: 50px;
}
.logo a {
    display: block;
}
.logo img {
    display: block;
}

.logo-slogan {
    color: #D6DBE9;
    position: relative;
    top: 4px;
}

.connect-wallet {
    margin: 0 25px 0 auto;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left: 35px;
    background: transparent url(../img/chain.svg) left 0 no-repeat;
}

.top-lang {
    position: relative;
    margin-right: 25px;
    z-index: 1;
}

.top-lang-btn {
    padding-right: 27px;
    background: transparent url(../img/arrow-down.svg) right center no-repeat;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #4F525B;
}
.top-lang-btn img {
    display: block;
    border-radius: 5px;
    max-width: 32px;
}

.top-lang-items {
    z-index: 2;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    width: 142px;
    left: -15px;
    top: 41px;
    z-index: 15;
    overflow: hidden;
    display: none;
}
.top-lang-items .item {
    display: flex;
    padding: 12px 15px;
    align-items: center;
    font-weight: 500;
    color: #4F525B;
}
.top-lang-items .item:hover {
    background: #0BDACA;
    color: #fff;
}
.top-lang-items .item img {
    max-width: 20px;
    margin-right: 8px;
}

.top-account {
    margin: 0;
    gap: 10px;
    display: flex;
}
.top-account .btn {
    height: 40px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 12px;
}
.top-account.logged {
    position: relative;
}

.header-account-btn {
    display: none;
}

.sub-header-bar{
    display:flex;
    gap:5px;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px;
}


.header-rg-bot{margin-right: 15px;}
.header-rg-bot a{color: #c1c6d5;font-size: 14px;display:flex;gap:5px;align-items: center;}

.index-right-col{flex:0 1 auto}
.index-banners{
    margin: 10px 0 15px 10px;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px;
    border-radius: 10px;
    display: block;
    color:#ddd;
}

@keyframes swingAnimation {
    0%   { transform: rotate(0deg); }
    10%  { transform: rotate(10deg); }
    20%  { transform: rotate(-10deg); }
    30%  { transform: rotate(6deg); }
    40%  { transform: rotate(-6deg); }
    50%  { transform: rotate(3deg); }
    60%  { transform: rotate(-3deg); }
    70%  { transform: rotate(1deg); }
    80%  { transform: rotate(0deg); }
    100% { transform: rotate(0deg); }
}
.header-rg-bot .bi-piggy-bank-fill{
    animation: swingAnimation 4s ease-in-out infinite;
    transform-origin: top center;
}

.main-content {
    padding: 10px 0 100px;
}

.main-content-wrapper {
    display: flex;
}

.main-left {
    width: 250px;
    margin-right: 50px;
}

.main-menu {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
    flex-direction: column;
}
.main-menu a {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 15px;
    padding: 5px 40px 5px 18px;
    font-size: 16px;
    font-weight: 500;
    color: #A3ABC4;
    position: relative;
}
.main-menu a .item-icon {
    min-width: 20px;
    width: 20px;
    margin-right: 15px;
}
.main-menu a .item-icon svg {
    max-width: 20px;
    display: block;
}
.main-menu a.active, .main-menu a:hover {
    background: #01C38E;
    color: #fff;
}
.main-menu a.active .no-stroke path, .main-menu a:hover .no-stroke path {
    fill: #fff;
    stroke: transparent;
}
.main-menu a.active path, .main-menu a:hover path {
    stroke: #fff;
}
.main-menu a.active:after, .main-menu a:hover:after {
    width: 20px;
    height: 20px;
    background: transparent url(../img/arrow-right.svg) center no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
}



.main-left-tg {
    padding-left: 39px;
    background: transparent url(../img/telegram.svg) left center no-repeat;
}
.main-left-tg-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-left-tg span {
    color: #C8CDDC;
    font-size: 16px;
}
.main-left-tg span:hover {
    color: #01C38E;
}
.main-left-tg .btn, .main-left-tg-wrp .btn {
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 30px;
}

.main-center {
    width: 600px;
}
.main-center h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 -30px 30px 0;
}

.main-exchange-top {
    margin-bottom: 10px;
    padding-right: 54px;
    position: relative;
}

.main-exchange-direction-swap {
    width: 44px;
    height: 44px;
    background: rgba(19, 27, 52, 0.6) url(../img/exchange-direction.svg) center no-repeat;
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    position: absolute;
    right: -54px;
    top: 0;
    display: block;
    transition: all .3s;
}

.main-exchange-top-widget {
    height: 44px;
    width: 100%;
    padding: 10px 15px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    color: #A3ABC4;
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}

.main-exchange-direction {
    position: relative;
    color: #FDD608;
    padding-left: 34px;
    line-height: 24px;
    background: transparent url(../img/direction-star.svg) left center no-repeat;
}
#currPair {
    position: absolute;
    width: 25px;
    height: 24px;
    left: 0;
    top: 0;
}

#favDirections {
    border: 1px solid #FDD608;
    border-radius: 5px;
    padding: 0 8px;
    padding-right: 25px;
    background: transparent url(../img/arrow-down-golden.svg) right 3px center no-repeat;
}

#currPair:hover, #favDirections:hover {
    cursor: pointer;
}

.main-exchange-block {
    background: rgba(19, 27, 52, 0.6);
    border-radius: 15px;
    font-size: 12px;
    color: #A3ABC4;
    line-height: 1.5;
    position: relative;
    padding: 15px 20px 15px 47px;
}
.main-exchange-block.main-exchange-block-from {
    margin-bottom: 10px;
    padding-left: 12px;
    display: flex;
    gap: 13px;
}
.main-exchange-block.main-exchange-block-to {
    margin-bottom: 10px;
    padding-left: 12px;
    display: flex;
    gap: 13px;
}

.main-exchange-block-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -8px;
    margin-bottom: 5px;
    gap: 10px;
}
.main-exchange-block-top .valute-input-max {
    font-size: 14px;
    color: #FDD608;
    line-height: 1.4;
    text-decoration: underline;
}
.main-exchange-block-top .valute-input-max:hover {
    text-decoration: none;
}

.main-exchange-block-main {
    background: #FFFFFF;
    padding: 5px 5px 5px 10px;
    display: flex;
    align-items: center;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    gap: 10px;
    margin-bottom: 6px;
}
.main-exchange-block-main .item-valute {
    width: 220px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    background: transparent url(../img/arrow-down-green.svg) right center no-repeat;
}
.main-exchange-block-main .item-valute span {
    width: 145px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #131B34;
}
.main-exchange-block-main .item-valute:hover {
    cursor: pointer;
}
.main-exchange-block-main .item-icons {
    position: relative;
    width: 30px;
    margin-right: 15px;
}
.main-exchange-block-main .item-icons img {
    display: block;
}
.main-exchange-block-main .item-icons img.small-icon {
    position: absolute;
    max-width: 15px;
    bottom: 0;
    right: -5px;
}
.main-exchange-block-main .item-valute-input {
    width: 285px;
    position: relative;
}
.main-exchange-block-main .item-valute-input input {
    background: #F5F6FB;
    height: 40px;
    width: 100%;
    padding: 10px 15px;
    padding-right: 50px;
    border: 1px solid #D6DBE9;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.main-exchange-block-main .item-valute-input span {
    color: #858DA6;
    position: absolute;
    right: 10px;
    top: 11px;
}

.main-exchange-network-title {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.4;
}

.main-exchange-network-wrapper {
    gap: 20px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.city-list-wrap{
    width: 100%;
}

.main-exchange-network-select {
    background: #FFFFFF;
    border: 1px solid #D6DBE9;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    width: 50%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 40px;
}
.main-exchange-network-select .item-valute {
    width: 100%;
    display: flex;
    align-items: center;
    padding-right: 25px;
    background: transparent url(../img/arrow-down-green.svg) right center no-repeat;
    background-size: 16px;
}
.main-exchange-network-select .item-valute span {
    width: 145px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: #131B34;
}
.main-exchange-network-select .item-valute:hover {
    cursor: pointer;
}
.main-exchange-network-select .item-icons {
    margin-right: 10px;
}
.main-exchange-network-select .item-icons img {
    display: block;
}

.main-exchange-network-balance {
    width: 50%;
}
.main-exchange-network-balance p {
    display: flex;
    justify-content: space-between;
    height: 20px;
    margin: 0;
    align-items: center;
    line-height: 20px;
}
.main-exchange-network-balance p span.minmaxH {
    color: #FDD608;
    font-size: 14px;
}

#seo-box{margin-top: 25px;opacity: .5;}
#seo-box:hover{opacity: 1;}
#seo-box h1 {margin-bottom: 0;}
#seo-box>div{padding-top: 20px;}
#seo-box>div:empty{display: none;}
.main-exchange-warning-texts {
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 15px 20px;
}
.main-exchange-warning-texts .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #333B54;
}
.main-exchange-warning-texts .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.main-exchange-warning-texts .item-top {
    align-items: center;
    color: #A3ABC4;
    margin-bottom: 10px;
}
.main-exchange-warning-texts .item-top span {
    display: block;
}
.main-exchange-warning-texts .item-icon {
    margin-right: 5px;
    max-width: 30px;
    max-height: 30px;
}
.main-exchange-warning-texts .item-icon img {
    display: block;
}
.main-exchange-warning-texts .item-content {
    color: #A3ABC4;
}
.main-exchange-warning-texts .item-content a {
    color: #FDD608;
}
.main-exchange-warning-texts .item-content a:hover {
    text-decoration: underline;
}
.main-exchange-warning-texts .item-content p {
    margin: 0 0 15px;
}
.main-exchange-warning-texts .item-content p:last-of-type {
    margin-bottom: 0;
}

.main-exchange-bottom {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    gap: 15px 10px;
    grid-template-columns: repeat(2, 1fr);
}
.main-exchange-bottom .agree{
    position: relative;
    line-height: 24px;
    padding-left: 50px;
    display: block;
}
.main-exchange-bottom .agree a{
    margin: 0;
}
.main-exchange-bottom .agree span{
    position: absolute;
    top: 0;
    left: 0;
}
.main-exchange-bottom .btn {
    padding: 0 25px;
}

.agree {
    display: flex;
    align-items: center;
}
.agree input {
    display: none;
}
.agree input:checked + span {
    background: #01C38E;
}
.agree input:checked + span:before {
    left: 18px;
}
.agree span {
    display: inline-block;
    width: 42px;
    height: 24px;
    background: #A3ABC4;
    border-radius: 20px;
    margin-right: 15px;
    position: relative;
    transition: all 0.3s linear;
}
.agree span:before {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    display: block;
    border-radius: 90px;
    transition: all 0.3s linear;
}
.agree a {
    color: #FDD608;
    margin-left: 5px;
}
.agree a:hover {
    text-decoration: underline;
}

.orders-history {
    margin-bottom: 200px;
}

.orders-history-items {
    flex-direction: column;
    gap: 10px;
}

.order-history-item {
    background: rgba(19, 45, 70, 0.2);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 6px 20px;
}
.order-history-item .item-left {
    width: 700px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.order-history-item .item-main {
    width: 205px;
    font-size: 12px;
    line-height: 1.5;
}
.order-history-item .item-number {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #01C38E;
}
.order-history-item .item-status {
    padding-left: 13px;
    position: relative;
}
.order-history-item .item-status:before {
    width: 8px;
    height: 8px;
    border-radius: 90%;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.order-history-item .item-status.success:before {
    background: #27AE60;
}
.order-history-item .item-status.in-process:before {
    background: #F2C94C;
}
.order-history-item .item-status.error:before {
    background: #f24c4c;
}
.order-history-item .item-from, .order-history-item .item-to {
    width: 220px;
    display: flex;
    align-items: center;
}
.order-history-item .item-icons {
    position: relative;
    width: 30px;
    margin-right: 15px;
}
.order-history-item .item-icons img {
    display: block;
}
.order-history-item .item-icons img.small-icon {
    width: 15px;
    position: absolute;
    bottom: 0;
    right: -5px;
}
.order-history-item .item-exchange-info h5 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
}
.order-history-item .item-arrow {
    width: 24px;
    height: 24px;
    background: transparent url(../img/big-arrow-right.svg) center no-repeat;
}
.order-history-item .item-right {
    width: 370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-history-item .item-right .btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    height: 40px;
    width: 175px;
}

.order-history-more {
    padding: 5px 30px;
    margin-top: 50px;
}

.reviews {
    margin-bottom: 150px;
}

.reviews-top {
    margin-bottom: 50px;
}
.reviews-top .title {
    margin-bottom: 15px;
}
.reviews-top p {
    font-size: 16px;
    margin: 0;
    color: #A3ABC4;
}

.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

.reviews-page .reviews-grid {
    grid-template-columns: 1fr 1fr;
}

.reviews-item {
    padding: 30px;
    background: rgba(19, 45, 70, 0.2);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}

.reviews-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.reviews-item-author {
    font-weight: 500;
}

.reviews-item-rating {
    width: 120px;
    display: flex;
    justify-content: space-between;
}

.reviews-item-rating span {
    width: 20px;
    height: 20px;
    background: transparent url(../img/star.svg) center no-repeat;
}

.reviews-item-rating span.active {
    background: transparent url(../img/star-active.svg) center no-repeat;
}

.reviews-item-content {
    color: #A3ABC4;
    word-break: break-word;
}

.reviews-btn-more {
    padding: 0 30px;
    gap: 10px;
}

footer {
    background: rgba(19, 45, 70, 0.2);
    backdrop-filter: blur(25px);
    padding: 70px 0 23px;
}

.footer-main {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 30px;
  padding-right: 80px;
}

.footer-menu {
    gap: 15px 0;
}
.footer-menu a {
    width: 20%;
    padding-right: 10px;
    color: #FFFFFF;
    font-size: 16px;
    transition: all .3s;
}
.footer-menu a:hover {
    color: #01C38E;
}
.footer-menu a:nth-of-type(1), .footer-menu a:nth-of-type(5) {
    width: 40%;
}

.bestchange-link {
    align-self: flex-start;
}

.copyright {
    text-align: center;
    margin: 0;
    color: #A3ABC4;
}

.input-group {
    position: relative;
}
.input-group label {
    display: block;
    color: #A3ABC4;
    margin-bottom: 7px;
}
.input-group label a {
    color: #FDD608;
    text-decoration: underline;
}
.input-group label a:hover {
    text-decoration: none;
}
.input-group input, .fSelect select, .fSelect .chosen-single {
    background: #FFFFFF;
    height: 50px;
    border: 1px solid #D6DBE9;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
}
.fSelect .chosen-single {
    display: flex;
    align-items: center;
    padding-left: 19px;
}
.fSelect .chosen-drop {
    margin-top: -15px;
}
.input-group input::placeholder {
    color: #858DA6;
}
.input-group textarea {
    color: #858DA6;
    padding: 15px;
    height: 120px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D6DBE9;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}
.input-group .pass-show, .cryptoShowAll {
    background: transparent url(../img/eye2.svg) center no-repeat;
}
.input-group .pass-show.active, .cryptoShowAll.active {
    filter: hue-rotate(270deg) brightness(5);
}
.input-group .pass-show:hover, .cryptoShowAll:hover {
    cursor: pointer;
}
.input-group.with-icon {
    position: relative;
}
.input-group.with-icon input {
    padding-right: 35px;
}
.input-group.with-valute input {
    padding-right: 90px;
}
.input-group .input-group-icon {
    width: 20px;
    height: 20px;
    right: 10px;
    bottom: 15px;
    display: block;
    position: absolute;
}
.input-group .add-wallet {
    background: transparent url(../img/add-wallet.svg) center no-repeat;
}
.input-group .has-error .add-wallet {
    filter: brightness(3);
}
.input-group .input-copy {
    background: transparent url(../img/copy.svg) center no-repeat;
}
.input-group .input-group-info {
    background: transparent url(../img/input-group-info.svg) center no-repeat;
}
.input-group .ico-val {
    font-size: 12px;
    line-height: 1.5;
    color: #858DA6;
    right: 40px;
    bottom: 16px;
    position: absolute;
}
.input-group .input-mail {
    background: transparent url(../img/mail2.svg) center no-repeat;
}
.input-group .send-pass {
    position: absolute;
    text-decoration-line: underline;
    bottom: 15px;
    right: 40px;
    color: #01C38E;
    font-size: 12px;
}
.input-group .send-pass:hover {
    text-decoration: none;
}

.modal-dialog:not(.modal-lg) {
    max-width: 400px;
}

.modal-content {
    padding: 32px 50px 50px;
    background: #132D46;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    color: #fff;
}

.modal-header {
    padding: 0;
    margin-bottom: 30px;
    border: none;
    display: block;
}
.modal-header .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    margin: 0;
}
.modal-header p {
    margin: 8px 0 0;
}

.btn-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    background: transparent url(../img/cross.svg) center no-repeat;
    border: none;
    z-index: 1;
}
.btn-close:hover {
    cursor: pointer;
}

.modal-body {
    padding: 0;
}

.modal-body .input-group {
    margin-bottom: 20px;
}

.modal-check-wrapper {
    align-self: center;
    gap: 10px;
    margin-bottom: 20px;
}

.check {
    position: relative;
    line-height: 18px;
    padding-left: 29px;
}
.check input {
    display: none;
}
.check input:checked + span {
    background: #01C38E url(../img/check.svg) center no-repeat;
}
.check span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #01C38E;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0;
}
.check a {
    text-decoration: underline;
    color: #fff;
}
.check a:hover {
    text-decoration: none;
}

.forgot-pass {
    color: #01C38E;
}
.forgot-pass:hover {
    text-decoration: underline;
}

.modal-form-captcha img {
    display: block;
}

.modal-form-bottom {
    margin-top: 30px;
    gap: 10px;
}
.modal-form-bottom .btn {
    padding: 0 25px;
}

.mob-menu-btn, .mob-menu {
    display: none;
}

.page-content {
    width: calc(100% - 300px);
}

.page-content-top {
    margin-bottom: 30px;
}
.page-content-top h1 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 5px;
}
.page-content-top p {
    margin: 0;
}

.contact-page-wrapper {
    gap: 10px;
}

.contact-page-info {
    width: 100%;
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 15px 20px;
}

.contact-page-info-title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #C8CDDC;
    margin: 0 0 20px;
}
.contact-page-info-title img {
    width: 24px;
    margin-right: 10px;
}

.contact-phones {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-phone-item {
    display: flex;
    align-items: center;
}
.contact-phone-item span {
    width: calc(100% - 225px);
    margin: 0 0 0 15px;
    font-size: 16px;
}

.contact-phone {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    color: #FFFFFF;
    margin-right: 8px;
}
.contact-phone:hover {
    text-decoration: underline;
}

.contact-phone-tg {
    margin: 0 0 0 auto;
}
.contact-phone-tg img {
    display: block;
}

.contact-phone-wh {
    margin-left: 15px;
}
.contact-phone-wh img {
    display: block;
}

.contact-emails {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-email {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.contact-email a {
    font-size: 16px;
    color: #01C38E;
}
.contact-email a:hover {
    color: #fff;
}
.contact-email span {
    width: calc(100% - 215px);
    font-size: 16px;
}

.contact-address {
    font-style: normal;
    font-size: 16px;
}

.contact-page-form {
    width: 50%;
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 15px 20px;
}
.contact-page-form h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    color: #C8CDDC;
    margin: 0 0 23px;
}
.contact-page-form .input-group {
    margin-bottom: 18px;
}
.contact-page-form .input-group.input-group-textarea {
    margin-bottom: 0;
}

.contact-page-form-bottom {
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}
.contact-page-form-bottom .btn {
    font-size: 14px;
    min-width: 100px;
}

.guarantee-page-wrapper {
    gap: 30px;
}

.guarantee-page-left {
    width: 56%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guarantee-partner-item {
    background: rgba(19, 27, 52, 0.6);
    padding: 15px 20px;
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.guarantee-partner-item .item-img {
    min-width: 185px;
}
.guarantee-partner-item .item-img img {
    display: block;
}

.guarantee-left-links {
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 20px;
}
.guarantee-left-links a {
    color: #01C38E;
    font-size: 16px;
}
.guarantee-left-links a:hover {
    text-decoration: underline;
}

.guarantee-page-right {
    width: 44%;
    padding: 15px 20px 25px;
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}
.guarantee-page-right p {
    margin: 0 0 10px;
}
.guarantee-page-right p:last-of-type {
    margin: 0;
}

.reserve-wrapper-top {
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}
.reserve-wrapper-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #131B34;
    border-radius: 15px;
    padding: 0 30px;
    height: 50px;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 1.2;
}
.reserve-wrapper-top a:first-of-type {
    padding: 0 15px;
}
.reserve-wrapper-top a img {
    display: block;
    min-width: 20px;
}
.reserve-wrapper-top a.active, .reserve-wrapper-top a:hover {
    background: #01C38E;
    color: #fff;
}

.reserve-wrapper-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}
.reserve-wrapper-items .item {
    display: flex;
    align-items: center;
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    gap: 10px;
    height: 50px;
    padding: 10px 15px;
}
.reserve-wrapper-items .item .item-img {
    width: 30px;
}
.reserve-wrapper-items .item .item-img img {
    display: block;
    width: 30px;
    height: 30px;
}
.reserve-wrapper-items .item .item-reserve {
    margin-right: 0;
    margin-left: auto;
    color: #C8CDDC;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.reserve-wrapper-items .item .item-reserve span {
    margin-left: 3px;
}

.faq-page-content {
    margin-bottom: 50px;
    display: flex;
    gap: 30px;
}

.accordion-left {
    width: 50%;
}

.accordion-right {
    width: 50%;
}

.accordion {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    align-items: flex-start;
}

.accordion-item {
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}
.accordion-item:last-of-type {
    margin-bottom: 0;
}

.accordion-top {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin: 0 -20px;
}
.accordion-top:hover {
    cursor: pointer;
    background: #11181F;
    border-color: #11181F;
    color: #fff;
}
.accordion-top.active span {
    transform: rotate(-180deg);
}
.accordion-top span {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 0 0 auto;
    background: transparent url(../img/arrow-down.svg) center no-repeat;
    transition: transform 0.3s linear;
    position: relative;
    right: 0;
}

.accordion-content {
    border-top: 1px solid #263E55;
    padding: 10px 0 15px;
    display: none;
}
.accordion-content p {
    margin: 0 0 20px;
}
.accordion-content a {
    color: #FDD608;
    text-decoration: underline;
    font-size: 12px;
    line-height: 1.5;
}
.accordion-content a:hover {
    text-decoration: none;
}

.text-page-content {
    padding: 15px 20px;
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}
.text-page-content p {
    margin: 0 0 30px;
}
.text-page-content h4 {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 400;
}
.text-page-content strong {
    font-weight: 500;
}
.text-page-content ul {
    margin: 0 0 30px;
    padding: 0;
}
.text-page-content ul li {
    padding-left: 20px;
    position: relative;
}
.text-page-content ul li:before {
    content: ".";
    position: absolute;
    top: -1px;
    left: 7px;
    font-size: 20px;
    color: #fff;
    line-height: 10px;
}

.partners-btn {
    padding: 0 30px;
    gap: 10px;
}

.order-directions {
    gap: 30px;
    align-items: center;
    margin-bottom: 10px;
}

.order-direction {
    width: 50%;
    background: rgba(19, 27, 52, 0.6);
    border-radius: 15px;
    position: relative;
    padding: 15px;

    padding-left: 12px;
    display: flex;
    gap: 13px;
}
.order-direction h5 {
    font-size: 10px;
    line-height: 1.5;
    margin: 0;
    margin-top: 6px;
    color: #A3ABC4;
    word-break: break-word;
}

.order-direction-label, .main-exchange-block-label {
    width: 18px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #009D72;
    border-radius: 8px;
    font-size: 11px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    transform: rotate(180deg);

    height: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 5px 0;
    flex: 0 0 18px;
}

.order-direction-top {
    align-items: center;
    margin-bottom: 6px;
}

.order-direction-icons {
    position: relative;
    width: 30px;
    margin-right: 15px;
}
.order-direction-icons img {
    display: block;
}
.order-direction-icons img.small-icon {
    position: absolute;
    max-width: 15px;
    bottom: 0;
    right: -5px;
}

.order-direction-info {
    width: calc(100% - 45px);
    font-weight: 500;
}
.order-direction-info span {
    display: block;
    width: 100%;
    overflow: hidden;
}

.order-direction-info > div {
    display: flex;
    flex-wrap: wrap;
}

.order-form, .email_unconfirmed {
    padding: 15px 20px;
    margin-bottom: 30px;
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}

.order-form-title {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 18px;
}

.order-form-top {
    border-bottom: 1px dashed #333B54;
}
.order-form-top .input-group {
    margin-bottom: 18px;
}

.order-form-checkes {
    margin-bottom: 30px;
    margin-top: 10px;
}
.order-form-checkes .agree {
    width: 100%;
    margin-bottom: 10px;
}
.order-form-checkes .agree:last-of-type {
    margin: 0;
}

.order-form-bottom-item {
    display: flex;
    gap: 5px;
    align-items: center;
}
.order-form-bottom-item .btn {
    width: calc(100% - 29px);
    gap: 10px;
    font-size: 14px;
}

.toolbar {
    width: 24px;
    height: 24px;
    position: relative;
    background: transparent url(../img/toolbar-info.svg) center no-repeat;
    z-index: 1;
}
.toolbar .toolbar-content {
    position: absolute;
    top: 35px;
    right: 0;
    width: 270px;
    padding: 10px;
    background: #132D46;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    font-weight: 500;
    font-size: 12px;
    display: none;
    z-index: 2;
}
.toolbar .toolbar-content.active {
    display: block;
}
.toolbar:hover {
    z-index: 2;
}
.toolbar:hover .toolbar-content {
    display: block;
}

.back-btn {
    margin: 0 0 0 auto;
    padding: 0 30px;
    gap: 10px;
    font-size: 12px;
    font-weight: 500;
}

.order-form-finish h3 {
    margin-bottom: 30px;
}
.order-form-finish ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
    margin-bottom: 18px;
    list-style: none;
    padding: 0;
}

.order-form-qr img {
    display: block;
}

.order-form-warning-text {
    padding: 15px 0;
    color: #A3ABC4;
}
.order-form-warning-text a {
    color: #FDD608;
}

.order-form-finish-bottom p {
    font-size: 16px;
    margin: 0 0 15px;
}
.order-form-finish-bottom .d-flex {
    gap: 15px;
}
.order-form-finish-bottom .btn {
    width: 220px;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
}
.order-form-finish-bottom .btn svg {
    margin-top: -1px;
}

.order-form-last {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.order-form-last p {
    margin: 15px 0 0;
    color: #A3ABC4;
}
.order-form-last p a {
    color: #01C38E;
    text-decoration: underline;
}
.order-form-last p a:hover {
    text-decoration: none;
}

.order-form-review-text {
    border-bottom: 1px dashed #333B54;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #A3ABC4;
}
.order-form-review-text a, #tx_confirmation a {
    color: #01C38E;
    text-decoration: underline;
}
.order-form-review-text a:hover, #tx_confirmation a:hover {
    text-decoration: none;
}

.order-form-status {
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}
.order-form-status.status-error {
    color: #FDD608;
}
.order-form-status.status-delete {
    color: #FF4062;
}
.order-form-status.status-success {
    color: #01C38E;
}

.order-form-status-warning {
    margin-bottom: 15px;
}

.order-form-status-track {
    color: #FDD608;
    text-decoration: underline;
}
.order-form-status-track:hover {
    text-decoration: none;
}

.order-form-review .item {
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}
.order-form-review h4 {
    color: #A3ABC4;
    font-size: 14px;
    margin: 0;
    width: 50%;
}
.order-form-review .rating-areaForm {
    overflow: hidden;
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
}
.order-form-review .rating-areaForm label {
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    line-height: 20px;
    background: transparent url(../img/star.svg) center no-repeat;
}
.order-form-review .rating-areaForm label input {
    display: none;
}
.order-form-review .rating-areaForm label.active, .order-form-review .rating-areaForm label:hover {
    background: transparent url(../img/star-active.svg) center no-repeat;
}
.order-form-review .rating-areaForm label.active ~ label, .order-form-review .rating-areaForm label:hover ~ label {
    background: transparent url(../img/star-active.svg) center no-repeat;
}


.reviews-item-rating span {
    width: 20px;
    height: 20px;
    background: transparent url(../img/star.svg) center no-repeat;
}

.reviews-item-rating span.active {
    background: transparent url(../img/star-active.svg) center no-repeat;
}

.order-form-review-bottom {
    gap: 15px;
    margin-top: 30px;
}

.new-order-btn {
    width: 220px;
    gap: 10px;
    font-size: 14px;
}
.new-order-btn svg {
    position: relative;
    top: -1px;
}

.btn-history-page {
    width: 220px;
    gap: 10px;
    font-size: 14px;
}
.btn-history-page svg {
    position: relative;
    top: -1px;
}

.cabinet-menu {
    position: absolute;
    z-index: 2;
    width: 270px;
    background: #132D46;
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    top: 65px;
    right: 0;
    overflow: hidden;
    display: none;
}

.cabinet-menu-item {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    height: 46px;
    gap: 10px;
    color: #fff;
}
.cabinet-menu-item .item-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cabinet-menu-item .item-icon img {
    display: block;
}
.cabinet-menu-item:hover {
    background: #263E55;
}

.copy-btn {
    width: 16px;
    height: 16px;
    background: transparent url(../img/copy-green.svg) center no-repeat;
    background-size: 16px;
    margin: 0 0 0 auto;
    display: block;
    filter: grayscale(2) brightness(5);
}

.darkCopy .copy-btn {
    background: transparent url(../img/copy-green.svg) center no-repeat;
    filter: grayscale(2) brightness(0);
}

.copy-btn.green {
    filter: initial;
}

.cabinet-menu-valutes {
    border-top: 1px solid #263E55;
}
.cabinet-menu-valutes .item {
    align-items: center;
    padding: 5px 15px;
    height: 46px;
    gap: 10px;
    color: #fff;
    line-height: 1;
}
.cabinet-menu-valutes .item-balance {
    margin: 0 0 0 auto;
    color: #01C38E;
    text-decoration: underline;
}

.cabinet-content {
    margin-bottom: 50px;
}
.cabinet-content .title {
    margin-bottom: 30px;
}

.cabinet-content-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 30px;
    color: #FFFFFF;
}

.cabinet-content-top {
    gap: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.cabinet-content-top-info {
    width: calc(100% - 54px);
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    height: 44px;
    padding: 10px 15px;
}

.profile-top-info {
    gap: 10px;
    line-height: 1;
    padding-right: 20px;
}
.profile-top-info a {
    color: #FDD608;
}

.profile-top-info .copy-btn {
    flex: 0 0 16px;
    margin-left: 0;
}

.profile-top-balance {
    margin: 0 0 0 auto;
}
.profile-top-balance img {
    margin-right: 10px;
}
.profile-top-balance span {
    color: #FDD608;
    text-decoration: underline;
    margin-left: 3px;
}

.cabinet-content-top-icon {
    height: 44px;
    width: 44px;
    background: rgba(19, 27, 52, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}
.cabinet-content-top-icon:hover {
    cursor: pointer;
}
.cabinet-content-top-icon img {
    display: block;
    filter: grayscale(2) brightness(5);
}
.cabinet-content-top-icon.active img {
    filter: initial;
}

.balanceValue, .profile-top-balance.active .balanceValueHid {
    display: none;
}

.profile-top-balance.active .balanceValue {
    display: block;
}

.cabinet-pass-settings {
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.cabinet-pass-settings h3 {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 17px;
}
.cabinet-pass-settings .input-group {
    margin-bottom: 15px;
}
.cabinet-pass-settings .input-group:last-of-type {
    margin-bottom: 0;
}
.cabinet-pass-settings .agree {
    width: 100%;
    margin-bottom: 15px;
}
.cabinet-pass-settings .btn {
    width: 230px;
    margin-top: 30px;
    font-size: 14px;
    height: 40px;
}

.cabinet-pass-requisites {
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.cabinet-pass-requisites h3 {
    margin: 0 0 30px;
}
.cabinet-pass-requisites p {
    margin: 0 0 30px;
    font-size: 16px;
}
.cabinet-pass-requisites input.btn {
    margin-top: 30px;
    height: 40px;
    width: 230px;
    font-size: 14px;
}

.cabinet-requisites-select {
    margin-bottom: 30px;
}
.cabinet-requisites-select p {
    margin: 30px 0;
}
.cabinet-requisites-select .row {
    margin-bottom: 10px;
}
.cabinet-requisites-select .row:last-of-type {
    margin-bottom: 0;
}

.custom-select {
    width: 100%;
    position: relative;
}

.custom-select-top {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    background: #FFFFFF;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #131B34;
    gap: 10px;
}

.custom-select-top.cc-network-name {
    padding: 5px 10px
}

.custom-select-top:hover {
    cursor: pointer;
}
.custom-select-top .item-icon {
    width: 30px;
}
.custom-select-top .item-icon img {
    display: block;
}
.custom-select-top span {
    width: 20px;
    height: 20px;
    margin: 0 0 0 auto;
}
.custom-select-top span img {
    display: block;
}

.custom-select-content {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 5px 8px 0px #999;
    border-radius: 15px;
    color: #131B34;
    position: absolute;
    top: 55px;
    z-index: 1;
    max-height: 240px;
    overflow: auto;
    display: none;
}
.custom-select-content .item {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px;
    gap: 10px;
}
.custom-select-content .item .item-icon {
    min-width: 30px;
}
.custom-select-content .item .item-icon img {
    display: block;
}
.custom-select-content .item:hover, #selectPsType .groupFiltItem.active {
    cursor: pointer;
    background: #0BDACA;
    color: #fff;
}
.custom-select-content::-webkit-scrollbar {
    border-radius: 30px;
}
.custom-select-content::-webkit-scrollbar-thumb {
    background-color: #01C38E;
    border-radius: 30px;
}

.custom-select-label {
    color: #A3ABC4;
    margin: 8px 0;
}

.cabinet-requisites-select-item {
    background: #FFFFFF;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    display: flex;
    padding: 10px;
    align-items: center;
    color: #131B34;
    font-weight: 500;
}
.cabinet-requisites-select-item .item-icon {
    width: 30px;
    margin-right: 15px;
    position: relative;
}
.cabinet-requisites-select-item .item-icon img {
    display: block;
}
.cabinet-requisites-select-item .item-icon img.small-icon {
    position: absolute;
    max-width: 15px;
    bottom: 0;
    right: -5px;
}

.cabinet-requisites-select-buttons {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.cabinet-requisites-select-buttons .btn {
    height: 50px;
    width: 50px;
    padding: 0;
}

.cabinet-referral-top {
    padding: 15px 20px;
    margin-bottom: 10px;
}
.cabinet-referral-top p {
    font-size: 16px;
    margin: 0 0 10px;
}
.cabinet-referral-top p a {
    color: #FDD608;
    text-decoration: underline;
}
.cabinet-referral-top p a:hover {
    text-decoration: none;
}

.cabinet-referral-stats-top {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 10px;
}
.cabinet-referral-stats-top .item {
    padding: 15px 20px;
    text-align: center;
}
.cabinet-referral-stats-top .item h4 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #333B54;
    font-weight: 500;
    font-size: 17px;
}
.cabinet-referral-stats-top .item p {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}

.cabinet-referral-stats {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
}
.cabinet-referral-stats h3 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #333B54;
    font-size: 17px;
    font-weight: 500;
}
.cabinet-referral-stats ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    list-style: none;
    padding: 0;
}
.cabinet-referral-stats ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    gap: 10px;
}
.cabinet-referral-stats .cabinet-referral-history ul li {
    gap: 10px 15px;
}
.cabinet-referral-stats .cabinet-referral-history ul li span:nth-child(2) {
    flex: 1 0 auto;
}
.cabinet-referral-stats-left {
    padding: 15px 20px;
}

.cabinet-referral-stats-right {
    padding: 15px 20px;
}
.cabinet-referral-stats-right ul li {
    padding-left: 30px;
    background: transparent url(../img/cabinet-menu-users.svg) left center no-repeat;
    background-size: 20px;
}

.yellow-text {
    color: #FDD608;
}

.cabinet-referral-form {
    padding: 15px 20px;
}
.cabinet-referral-form h3 {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
}
.cabinet-referral-form .input-group:first-of-type {
    margin-bottom: 18px;
}
.cabinet-referral-form p {
    font-size: 16px;
    color: #A3ABC4;
    margin: 30px 0 24px;
}
.cabinet-referral-form .btn {
    margin-top: 30px;
    width: 230px;
    font-size: 14px;
    height: 44px;
}

.cabinet-referral-history {
    padding: 15px 20px;
}
.cabinet-referral-history .pagination {
    margin-top: 30px;
}

.addPagin > div {
    display: flex;
    justify-content: space-around;
}

.addPagin ul.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.pagination {
    gap: 5px;
}
.pagination a, .pagination li {
    width: 40px;
    height: 40px;
    border: 1px solid #01C38E;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #01C38E;
    line-height: 1;
    padding-top: 2px;
}
.pagination a:hover, .pagination a.active, .pagination li.active a {
    color: #fff;
    background: #01C38E;
}
.pagination a:hover path, .pagination a.active path, .pagination li.active path {
    stroke: #fff;
}

.cabinet-history-top {
    padding: 10px 20px 15px;
}

.cabinet-history-top-flex {
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
}
.cabinet-history-top-flex p {
    margin: 0;
}
.cabinet-history-top-flex .input-group {
    width: 290px;
}
.cabinet-history-top-flex .btn {
    width: 50px;
}
.cabinet-history-top-flex .btn span {
    display: none;
}

.cabinet-history {
    margin-bottom: 30px;
}

.cabinet-history-item {
    padding: 12px 20px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 20px!important;
}
.cabinet-history-item .item-status {
    padding-left: 13px;
    position: relative;
    display: block;
    margin-bottom: 5px;
}
.cabinet-history-item .item-status:before {
    width: 8px;
    height: 8px;
    border-radius: 90%;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.cabinet-history-item .item-status.success:before {
    background: #27AE60;
}
.cabinet-history-item .item-status.in-process:before {
    background: #F2C94C;
}
.cabinet-history-item .item-status.error:before {
    background: #f24c4c;
}

.cabinet-history-item-info {
    width: 146px;
}
.cabinet-history-item-info span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
.cabinet-history-item-info h4 {
    margin: 0;
    color: #01C38E;
    font-weight: 500;
    font-size: 16px;
}

.cabinet-history-item-from,
.cabinet-history-item-to {
    width: 220px;
    display: flex;
    align-items: center;
}
.cabinet-history-item-from .item-icons,
.cabinet-history-item-to .item-icons {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.cabinet-history-item-from .item-icons img,
.cabinet-history-item-to .item-icons img {
    display: block;
}
.cabinet-history-item-from .item-icons img.small-icon,
.cabinet-history-item-to .item-icons img.small-icon {
    width: 15px;
    position: absolute;
    bottom: 0;
    right: -5px;
}
.cabinet-history-item-from h5,
.cabinet-history-item-to h5 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.cabinet-history-item-from .wallet-address,
.cabinet-history-item-to .wallet-address {
    display: block;
    width: 170px;
    word-wrap: break-word;
    font-size: 10px;
    line-height: 1.5;
    color: #A3ABC4;
}

.cabinet-history-item-arrow {
    width: 24px;
    height: 24px;
    display: block;
}

.cabinet-history-item-last {
    width: 175px;
}
.cabinet-history-item-last .btn {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
}

.cabinet-verification {
    padding: 15px 20px;
}

.cabinet-verification-info p {
    margin: 0 0 15px;
    font-size: 16px;
}
.cabinet-verification-info ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
}
.cabinet-verification-info ul li {
    padding-left: 20px;
    position: relative;
}
.cabinet-verification-info ul li:before {
    content: ".";
    position: absolute;
    top: -1px;
    left: 7px;
    font-size: 20px;
    color: #fff;
    line-height: 10px;
}

.cabinet-verification-img {
    background: linear-gradient(180deg, #E9EDFF 5.66%, #F9FAFF 100%);
    border-radius: 13.3488px;
    padding: 15px 15px 0;
}
.cabinet-verification-img img {
    display: block;
    margin: 0 auto;
}

.wallet-modal-items .item {
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #263E55;
}
.wallet-modal-items img {
    display: block;
}
.wallet-modal-items .item-status {
    margin: 0 0 0 auto;
    color: #536678;
}
.wallet-modal-items .item-status.install {
    color: #62DE00;
}

#walletModal .modal-content {
    padding: 20px 15px;
    max-width: 320px;
}

.cabinet-exchange-menu {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}
.cabinet-exchange-menu .btn {
    padding: 15px;
}
.cabinet-exchange-menu .btn:hover, .cabinet-exchange-menu .btn.active {
    background: #01C38E;
    color: #fff;
}
.cabinet-exchange-menu .btn:hover path, .cabinet-exchange-menu .btn.active path {
    fill: #fff;
    stroke: #fff;
}

.exchange-modal-search {
    position: relative;
}
.exchange-modal-search input {
    padding: 10px 40px;
    height: 50px;
    background: transparent url(../img/search.svg) 15px 15px no-repeat;
    border: none;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #01C38E;
    margin-bottom: 20px;
}
.exchange-modal-search input::placeholder {
    color: #01C38E;
}

.exchange-modal-tabs {
    border-top: 1px solid #263E55;
    border-bottom: 1px solid #263E55;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.exchange-modal-tabs .item {
    color: #FFFFFF;
    padding: 3px 8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.exchange-modal-tabs .item.active, .exchange-modal-tabs .item:hover {
    background: #01C38E;
}
.exchange-modal-tabs .item.active path, .exchange-modal-tabs .item:hover path {
    stroke: #fff;
}
.exchange-modal-tabs .item.item-favorite {
    padding: 3px;
}
.exchange-modal-tabs .item.item-favorite svg {
    display: block;
}

.exchange-modal-tab {
    display: none;
}

.crypto-tab-directions {
    max-width: 60px;
    flex: 1 0 auto;
    padding: 10px 0 10px 0;
    border-right: 1px solid #263E55;
}
.crypto-tab-directions a, .crypto-tab-directions .networkCh {
    display: block;
    font-size: 8px;
    line-height: 1.5;
    color: #eaeaea;
    text-align: center;
    margin: 0 5px 10px 5px;
    min-width: 40px;
}
.crypto-tab-directions a:last-of-type, .crypto-tab-directions .networkCh:last-of-type {
    margin-bottom: 0;
}
.crypto-tab-directions a img, .crypto-tab-directions .networkCh img {
    display: block;
    margin: 0 auto;
}

.crypto-tab-valutes {
    width: calc(100% - 50px);
}
.crypto-tab-valutes .item {
    display: flex;
    align-items: center;
    height: 46px;
    padding: 2px 15px;
    gap: 10px;
    border-bottom: 1px solid #263E55;
    width: 100%;
}
.crypto-tab-valutes .item:last-of-type {
    border: none;
}
.crypto-tab-valutes .item-fav {
    width: 16px;
    height: 16px;
    background: transparent url(../img/fav-star.svg) center no-repeat;
    background-size: cover;
}
.crypto-tab-valutes .item-fav:hover, .crypto-tab-valutes .item-fav.active {
    background: transparent url(../img/star-active.svg) center no-repeat;
    background-size: cover;
}
.crypto-tab-valutes .item-icon {
    min-width: 24px;
    width: 24px;
    position: relative;
}
.crypto-tab-valutes .network-image{
    position: absolute;
    right: -4px;
    bottom: -2px;
    width: 14px;
}
.crypto-tab-valutes .item-icon img {
    display: block;
}
.crypto-tab-valutes span {
    color: #eaeaea;
    text-transform: uppercase;
    margin: 0 0 0 auto;
}

.tab-valute-directions .item {
    border-bottom: 1px solid #263E55;
    padding: 7px 15px;
    padding-top: 15px;
}
.tab-valute-directions .item:last-of-type {
    border: none;
}
.tab-valute-directions .item > span {
    text-align: center;
    font-size: 12px;
    color: #A3ABC4;
    display: block;
}
.tab-valute-directions .item-top {
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 12px;
}
.tab-valute-directions .item-valute {
    display: flex;
    align-items: center;
    width: 150px;
}
.tab-valute-directions .item-icons {
    width: 24px;
    flex: 0 0 24px;
    position: relative;
    margin-right: 9px;
}
.tab-valute-directions .item-icons img {
    display: block;
}
.tab-valute-directions .item-icons img.small-icon {
    position: absolute;
    max-width: 12px;
    bottom: 0;
    right: -4px;
}
.tab-valute-directions .item-info span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
}
.cht-group img.network-image{display: none !important;}
.psItem .item-name .text-group{display: none;}
.cht-group .exchange-modal-tab-wrapper:not([group-act=favorites]) .psItem[data-g_main_id]:not([data-g_main_name]){display: none !important;}
.cht-group .psItem[data-g_main_name] .item-name .text{display: none;}
.cht-group .psItem[data-g_main_name] .item-name .text-group{display: inline-block;}

.directions-page-top {
    padding: 15px 20px;
    position: relative;
    z-index: 1;
}
.directions-page-top > p {
    font-size: 16px;
    padding: 0 0 30px;
    border-bottom: 1px dashed #333B54;
}

.directions-page-form .check {
    margin-top: 33px;
    display: block;
}
.directions-page-form .custom-select-label {
    margin: 3px 0 8px;
}

.directions-page-items .item {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
    gap: 10px;
}
.directions-page-items .item-valute {
    display: flex;
    width: 216px;
}
.directions-page-items .item-valute h4 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}
.directions-page-items .item-valute span {
    margin: 0;
    display: block;
}
.directions-page-items .item-icons {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    position: relative;
}
.directions-page-items .item-icons img {
    display: block;
}
.directions-page-items .item-icons img.small-icon {
    position: absolute;
    max-width: 15px;
    bottom: 0;
    right: -5px;
}
.directions-page-items .item-balance {
    color: #01C38E;
    font-size: 12px;
    line-height: 1.5;
}
.directions-page-items .item-last {
    width: 202px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
.directions-page-items .item-last .btn {
    width: 170px;
    font-weight: 500;
    font-size: 12px;
    height: 40px;
}
.directions-page-items .item-last .check-block {
    background: #01C38E url("../img/check.svg") center no-repeat;
    border: 1px solid #01C38E;
    border-radius: 2px;
    width: 16px;
    height: 16px;
}

.no-page-content {
    text-align: center;
    padding: 50px 20px;
    margin-bottom: 50px;
}
.no-page-content img {
    display: block;
    margin: 0 auto 30px;
}
.no-page-content p {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 22px;
}
.no-page-content .btn {
    padding: 0 30px;
}

.cabinet-exchange-row .custom-select {
    margin-bottom: 22px;
}
.cabinet-exchange-row .custom-select-label {
    display: flex;
    justify-content: space-between;
}
.cabinet-exchange-row .input-group {
    margin-bottom: 22px;
}
.cabinet-exchange-row .input-group .ico-val {
    right: 10px;
    color: #858DA6;
}
.cabinet-exchange-row .input-group label {
    display: flex;
    justify-content: space-between;
}

.cabinet-exchange-direction {
    align-items: center;
    justify-content: space-between;
}
.cabinet-exchange-direction .item-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cabinet-exchange-direction .item-right {
    text-align: right;
}
.cabinet-exchange-direction .item-right span {
    display: block;
    color: #01C38E;
}
.cabinet-exchange-direction .item-valute {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cabinet-exchange-icon img {
    display: block;
    margin: 0 auto;
}

.cabinet-exchange-top {
    padding: 15px 20px;
}

.cabinet-exchange-last {
    gap: 10px;
    justify-content: space-between;
}
.cabinet-exchange-last .btn {
    padding: 0 30px;
    font-size: 12px;
    height: 40px;
}

.terms-content-text {
    padding: 15px 20px;
}
.terms-content-text h5 {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 500;
}
.terms-content-text li {
    margin: 0 0 20px;
}

.cabinet-promo {
    border-top: 1px dashed #333B54;
    padding-top: 30px;
}
#info{
    padding-top: 30px;
}
.cabinet-promo-items {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.cabinet-promo-items .item {
    background: rgba(19, 45, 70, 0.8);
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    color: #d3d3d3;
    text-align: center;
    padding: 15px 20px;
}
.cabinet-promo-items .item.active {
    background: rgba(19, 27, 52, 0.6);
    color: #fff;
}
.cabinet-promo-items .item.active .item-content h4 {
    color: #FDD608;
}
.cabinet-promo-items .item.active .item-content span {
    color: #fff;
    font-size: 14px;
}
.cabinet-promo-items .item.active .item-content p {
    font-size: 12px;
    line-height: 1.5;
    color: #C8CDDC;
}
.cabinet-promo-items .item.active .item-top {
    color: #FDD608;
}
.cabinet-promo-items .item-top {
    border-bottom: 1px dashed #333B54;
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cabinet-promo-items .item-top p {
    margin: 5px 0;
}
.cabinet-promo-items .item-content h4 {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 22px;
}
.cabinet-promo-items .item-content span {
    display: block;
    color: #858DA6;
}
.cabinet-promo-items .item-content p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    color: #575F78;
}

.cabinet-promo-bottom h4 {
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 500;
}
.cabinet-promo-bottom p {
    margin: 0;
}

.ui-datepicker {
    background: #132D46;
    border-color: #132D46;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: none !important;
}
.ui-datepicker .ui-widget-header {
    border: none;
    background: transparent;
    color: #536678;
    font-weight: 400;
}
.ui-datepicker .ui-widget-header th {
    color: #536678;
    font-weight: 400;
}
.ui-datepicker .ui-datepicker-year {
    color: #fff;
    margin-left: 7px;
}
.ui-datepicker .ui-datepicker-month {
    color: #fff;
    border-color: #132D46;
    background: #132D46 url(../img/arrow-down.svg) no-repeat right center;
    padding: 5px;
    width: auto !important;
    padding-right: 25px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.ui-datepicker-calendar {
    color: #fff;
}
.ui-datepicker-calendar .ui-state-disabled,
.ui-datepicker-calendar .ui-datepicker-other-month {
    opacity: 1;
    text-align: center;
}
.ui-datepicker-calendar .ui-state-disabled .ui-state-default,
.ui-datepicker-calendar .ui-datepicker-other-month .ui-state-default {
    background: none;
    border: none;
    opacity: 1;
    color: #536678;
    text-align: center;
}
.ui-datepicker-calendar a.ui-state-default {
    background: none;
    color: #fff;
    text-align: center;
    border: none !important;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ui-datepicker-calendar a.ui-state-default.ui-state-active, .ui-datepicker-calendar a.ui-state-default.ui-state-hover {
    color: #132D46;
    background: #01C38E;
}

.ui-datepicker .ui-datepicker-prev {
    border: none;
}
.ui-datepicker .ui-datepicker-prev span {
    background-image: url(../img/prev-month.svg);
    background-position: center;
}
.ui-datepicker .ui-datepicker-prev:hover {
    background-color: #01C38E;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    border: none;
}
.ui-datepicker .ui-datepicker-next span {
    background-image: url(../img/next-month.svg);
    background-position: center;
}
.ui-datepicker .ui-datepicker-next:hover {
    background-color: #01C38E;
    cursor: pointer;
}

.test {
    padding: 20px;
    background: yellow;
    border: 3px solid red;
    color: #000;
    margin: 20px 0;
}
.web-console * {
    color: #000;
}

.showerror.alert {
    text-align: center;
    padding: 10px;
    margin-top: 15px;
    border-radius: 10px;
}

.showerror.alert.alert-danger {
    background: red;
}


#liveRevForm .rating__group {
    position: relative;
    width: 125px;
    height: 25px;
    background-image: url('/res/easyswap/img/raitStarBigGr.svg');
    background-size: 25px auto;
    background-repeat: repeat-x;
    margin: 0 auto;
}

#liveRevForm .rating__star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 25px;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 25px auto;
    background-repeat: repeat-x;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

#liveRevForm .rating__star:hover,
#liveRevForm .rating__star:checked {
    background-image: url('/res/easyswap/img/raitStarBigYellow.svg');
    z-index: 9;
}

#liveRevForm .rating__star:hover #liveRevForm .rating__star {
    background-image: url('/res/cookchange/i/svg/raitStarBigGr.svg')
}

#liveRevForm .rating__star:nth-of-type(1) {
    z-index: 5;
    width: 25px
}

#liveRevForm .rating__star:nth-of-type(2) {
    z-index: 4;
    width: 50px
}

#liveRevForm .rating__star:nth-of-type(3) {
    z-index: 3;
    width: 75px
}

#liveRevForm .rating__star:nth-of-type(4) {
    z-index: 2;
    width: 100px
}

#liveRevForm .rating__star:nth-of-type(5) {
    z-index: 1;
    width: 125px
}

.mh-350 {
    min-height: 350px;
}

.accMenuWrp {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    height: 0;
    z-index: 8;
    overflow: hidden;
    transition: all .4s;
}

body.accMenuOpened .accMenuWrp {
    height: 100%;
}

body .openAccMenu svg {
    transition: all .3s;
}

body.accMenuOpened .openAccMenu svg {
    transform: rotate(180deg);
}

.accMenu {
    background: #132D46;
    box-shadow: 0px 15px 35px rgb(0 0 0 / 20%);
    border-radius: 10px;
    margin-top: 52px;
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
}

.accMenuWrp .container {
    text-align: right;
}

.accMenu a, .accMenu .item {
    padding: 13px 15px;
    width: 270px;
    color: #fff;
    display: flex;
    align-items: center;
}

.accMenu a img, .accMenu .item img:first-child {
    margin-right: 8px;
}

.accMenu a:hover, .accMenu a.active {
    background: #263E55
}

.accMenu .item:first-child {
    background: #355b80
}

.accMenu .item:last-child {
    border-top: 1px solid #263E55;
}

.accMenu .item .accMenuBalance {
    color: #01C38E;
    text-align: right;
}

img.copy-btn {
    filter: grayscale(1) brightness(3);
}

img.copy-btn.green {
    filter: none;
}

.copy-btn:hover {
    cursor: pointer;
}

.accMenu .accMenuBalance {
    border-top: 1px solid #263e55;
    border-radius: 10px 0 0 10px;
}

.loader {
    display: none;
}

.loader.loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    background: #000;
    opacity: .7;
    z-index: 999;
    align-items: center;
    justify-content: space-around;
}

.item.blur-bg .item-last label.check {
    height: 16px;
}

.item.blur-bg .item-last label.check:hover, #showAll:hover, .exchange-modal-tabs .psBtn:hover, .currenciesModal .crypto-tab-valutes .psItem:hover {
    cursor: pointer;
}

#coursesBlock .item {
    display: none;
}

#coursesBlock .item[attr-show="true"], #coursesBlock.showAll .item {
    display: flex;
}

.currenciesModal .modal-dialog {
    max-width: 800px;
}

.curChoiseList .crypto-tab-valutes {
    width: 100%;
}

.currenciesModal .exchange-modal-tabs {
    display: block;
    text-align: center;
    border-top: 0;
    padding-bottom: 15px;
}

.currenciesModal .exchange-modal-tabs .psBtn {
    display: inline-block;
}

#currenciesModal .item-fav {
    display: none;
}

.currenciesModal .item-fav {
    margin-left: 5px;
}

.currenciesModal .crypto-tab-valutes .item {
    padding: 0;
    border-bottom: 1px solid #263E55;
}

.cabinet-settings-form-second .col-auto > button {
    margin-top: 0!important;
}

#ac-rekv .inputFrom {
    display: none;
}

#currenciesModal2 div[data-group="check"] {
    display: none!important;
}

#refout-form {
    min-height: 400px;
}

.custom-select-content .item-icon {
    max-width: 30px;
}

#refout-form .custom-select-content .item.fCustOpt[attr-disabled="disabled"] {
    filter: grayscale(2);
    opacity: .6;
}

#refout-form .custom-select-content .item.fCustOpt[attr-disabled="disabled"] * {
    pointer-events: none;
}

.cabinet-promo-items .item:hover {
    cursor: pointer;
    background: rgba(19, 45, 70, 0.8);
}

#promoFull {
    margin-top: 30px;
}

.cabinet-promo-items  .promoFull {
    display: none;
}

#balance-history .cabinet-history-item {
    gap: 10px 20px;
}

#balance-history .amount {
    white-space: nowrap;
}

#balance-history .description {
    flex: 0;
}

.crossBtn:hover {
    cursor: pointer;
    transform: rotate(180deg);
}

.currenciesModal.exchange-modal .exchange-modal-tabs {
    display: flex;
    padding-left: 0;
    flex-wrap: wrap;
    justify-content: start;
}

.currenciesModal.exchange-modal .curChoiseList {
    align-items: start;
    display: flex;
}

#currPairWrp.active {
    background: transparent url(../img/direction-star2.svg) left center no-repeat;
}

.networkCh {
    padding: 5px 0px;
    margin-bottom: 3px;
}

.networkCh img, .miniIcon {
    max-width: 24px;
    max-height: 24px;
}

.networkCh.active, .networkCh:hover {
    background: rgba(1, 195, 142, .7);
    border-radius: 10px;
    color: #fff;
}

.custom-select.cc-network .cc-network-list {
    top: 80px;
}

#exchWarnings .exchWarningsElem {
    display: block!important;
    text-align: left;
}

#showProps[attr-disabled=disabled] {
    background: #7c7c7c;
    border-color: #000;
    pointer-events: none;
}

#calcError {
    margin-bottom: 10px;
}

#calcError b {
    color: #FDD608;
}

label.agree > span:hover {
    cursor: pointer;
}

.index.bStep2 .home-change .bStep2Hidden, .index.bStep1 .home-change .bStep1Hidden {
    display: none!important;
}

.order-form-checkes label.errorLbl, .order-form-checkes label.errorLbl a {
    color: #ff3636;
}

.order-form-checkes label.errorLbl span {
    border-color: #ff3636;
}

.fSelect select:focus {
    outline: none!important;
}

.fSelect select:hover {
    cursor: pointer;
}
body.logged [data-wrp-name='email']{display: none;}
body.not_logged #home-exchange #props a.autocomplete {
    display: none!important;
}

#home-exchange #props input.has-error, #accEsExchange #props input.has-error {
    border-color: red;
    background: red;
    color: #fff;
}

#home-exchange #props input.has-error::placeholder, #accEsExchange #props input.has-error::placeholder {
    color: #d5d5d5;
}

#accEsExchange #props .propsElemWrp .input-group label {
    justify-content: start;
}

.add-wallet[data-name=coupon], .add-wallet[data-name=email] {
    display: none!important;
}

.one-autocomplete-elem {
    background: #01C38E;
    border-radius: 12px;
    text-align: center;
    padding: 8px 5px;
    margin-top: 10px;
    transition: all .3s;
}

.one-autocomplete-elem:hover {
    cursor: pointer;
    background: #0e775f;
}

#hwndAutocomplete #props-list {
    padding-top: 10px;
}

.yellow-text, .yellowText {
    color: #FDD608;
}

.opInfoValue {
    color: #FDD608;
    font-weight: bold;
    word-break: break-all;
}

.orderSidesInfoWrp .row > div {
    margin-top: 10px;
}

.qrCode > img {
    display: none;
}

.qrBtn:hover {
    cursor: pointer;
}

.exch-block-main-wrp {
    width: calc(100% - 31px);
    min-height: 90px;
}

.crossBtnWrp {
    position: relative;
    width: 44px;
    height: 44px;
    margin-bottom: 10px;
}

.crossBtnWrp .crossBtn {
    right: auto;
}

.main-exchange-warning-texts .item-icon img {
    width: 100%;
}

.cc-network-name.custom-select-top .item-icon {
    width: 25px;
}

.faqLink {
    float: right;
    padding-left: 10px;
    padding-bottom: 10px;
}

.faqLink img {
    width: 17px;
    height: 17px;
}

.custom-select-top.main-exchange-block-main {
    gap: 0;
}


/* Доп. стили окна обмена */
.index123 .exchange-modal.currenciesModal {
    display: block;
    padding-left: 0px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
}

.exchange-modal.currenciesModal .modal-dialog.modal-fullscreen {
    max-width: initial!important;
}

.exchange-modal.currenciesModal .modal-body {
    overflow: hidden;
}

.exchange-modal.currenciesModal .exchange-modal-tab-wrapper {
    max-height: calc(100% - 70px);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.exchange-modal.currenciesModal .exchange-modal-tabs-content, .exchange-modal.currenciesModal .curChoiseList {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.exchange-modal.currenciesModal .curChoiseList > div {
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.currenciesModal .crypto-tab-valutes .item {
    padding-right: 10px;
    transition: all .3s;
}

.currenciesModal .crypto-tab-valutes .item:hover, .favDirectionsBlock .item:hover {
    background: #0a1d31;
    cursor: pointer;
}

.modal-dialog.modal-fullscreen {
    margin: initial!important;
}



/* Acc Menu 2 */
.cabinet-menu-big-wrp {
    background: rgba(19, 27, 52, 0.6);
    box-shadow: 0px 17px 33px rgb(2 0 30 / 10%);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    height: 44px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.cabinet-menu-big {
    overflow-x: auto;
    justify-content: space-between;
    width: 100%;
}

.cabinet-menu-big a {
    color: #01C38E;
    transition: all .3s;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    flex-grow: 1;
    text-align: center;
    margin: 8px 0;
}

.cabinet-menu-big a:hover {
    color: #fff;
}

.cabinet-menu-big a.active {
    color: #FDD608;
}

.cabinet-menu-big a:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

.cabinet-menu-big a:not(:last-child):after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #01C38E;
}

.crypto-tab-directions .networkCh:hover {
    cursor: pointer;
}
.crypto-tab-directions a.networkCh.valute, .crypto-tab-directions .networkCh.valute {
    font-size: 100%;
}

.bannersSizes {
    display: grid;
    list-style: none;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
}

.bannersSizes li {

}

.btn.btn-transparent.bannersBtn {
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    width: 100%;
}

.btn.btn-transparent.bannersBtn.active {
    background: #01C38E;
}

.bannersPreviews, .banFinalWrp {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.bannersPreviews img {
    border: 2px solid #fff;
    transition: all .2s;
}

.bannersPreviews img.active, .bannersPreviews img:hover {
    cursor: pointer;
    border-color: #01C38E;
}

.bannersPageWrp h6 {
    font-weight: 400;
}

.refLinkBlock .text {
    color: #A3ABC4;
}

.refLinkBlock {
    max-width: 470px;
    text-align: center;
}

#bannerCode {
    background: #fff;
    border: 1px solid #D6DBE9;
    border-radius: 10px;
    padding: 20px 15px;
    color: #131B34;
    word-break: break-word;
    text-align: left;
}

#copyBannerHtml.copied {
    background: #16e300;
}

#home-exchange .currency__item.psItem[attr-disabled="disabled"] {
    opacity: .3;
}

.favDirectionsBlock {
    width: 100%;
    overflow-y: auto;
}

.currPairTooltip {
    padding: 5px 10px;
    background: #01C38E;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 7px!important;
}

.cursor-initial:hover {
    cursor: initial!important;
}

.escName {
    margin: 0!important;
}

.esExchSide .custom-select-content .psItem {
    display: none;
}

.esExchSide .custom-select-content .psItem span {
    margin: 0 0 0 auto;
    color: #b7b7b7;
}

.cabinet-exchange-top img {
    max-width: 24px;
    max-height: 24px;
}

#esCourse {
    color: #01C38E;
    padding-left: 10px;
}

.propsWrp.main-center {
    margin: 0 auto;
    margin-top: 40px;
}

#accEsExchange #goto-payment[btn-disabled=disabled], #accEsExchange #goto-payment[disabled=disabled] {
    background: grey;
    pointer-events: none;
}

#accEsExchange #goto-payment[btn-disabled=disabled]:hover, #accEsExchange #goto-payment[disabled=disabled]:hover {
    cursor: not-allowed;
}

.esCrossBtn:hover {
    cursor: pointer;
}

#accEsExchange .autocomplete.input-group-icon {
    display: none!important;
}

#connect-api > div {
    margin: 0 auto;
}

#connect-form .input-group {
    margin-top: 25px;
}

.apiText {
    text-align: center;
}

.delFromOHacc, .delFromOH {
    max-height: 35px;
    transition: all .3s;
}

.delFromOHacc:hover, .delFromOH:hover {
    cursor: pointer;
    filter: hue-rotate(175deg) brightness(2);
}

#iOrdersInfoWrp .titleBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#iOrdersInfo .order-history-item .repeatBtn, #iOrdersInfo .order-history-item .delFromOH {
    margin-left: 10px;
}

.startExchangeBottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.startExchangeBottom .order-form-checkes {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.startExchangeBottom .order-form-checkes .agree {
    margin: 0;
}

.startExchangeBottom .order-form-checkes span {
    margin-right: 10px;
}

.agreement-text {
    display: flex;
    flex-wrap: wrap;
}

.agreement-text a, .agreement-text p {
    display: inline;
    margin: 0;
}

.agreement-text p {
    margin-right: 5px;
}

.go2pWrp {
    display: flex;
    align-items: center;
}

.go2pWrp #goto-payment {
    font-size: 15px;
    padding: 0 10px;
}

.exchange-modal.currenciesModal .modal-dialog {
    max-width: 520px;
    margin: 30px auto;
}
.exchange-modal.currenciesModal .modal-dialog .crypto-tab-valutes, .exchange-modal.currenciesModal .modal-dialog .crypto-tab-directions, .exchange-modal.currenciesModal .modal-dialog .tab-valute-directions{
    max-height: 450px;
}
.exchange-modal.currenciesModal .modal-dialog .favDirectionsBlock .item {
    width: 100%;
}

.lblBalance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lblBalance span {
    color: #FDD608;
    font-size: 95%;
}
.lblBalanceHome {
    color: #A3ABC4;
    text-align: right;
    margin-bottom: 5px;
    font-size: 13px;
}
.lblBalanceHome span {
    color: #FDD608;
    font-size: 14px;
    padding-left: 10px;
}
#accEsExchange #props [data-wrp-name=email] {
    display: none;
}
#maxDepo {
    bottom: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5px;
    position: absolute;
    right: 45px;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
#maxDepo:hover {
    cursor: pointer;
    text-decoration: none;
}

#exchangeModal.currenciesModal.exchange-modal .exchange-modal-tabs {
    justify-content: center;
}

#exchangeModal.currenciesModal .item-fav {
    background: none;
    width: 10px;
}
.esExchSide .custom-select.cc-network {
    margin-top: -10px;
}
.modalCurrToggler .item-icons {
    position: relative;
}
.modalCurrToggler .item-icons .small-icon.img-network {
    max-width: 16px;
    max-height: 16px;
    position: absolute;
    bottom: 0;
    right: -8px;
}

#rangeError {
    position: absolute;
    right: 0;
    width: 100%;
    background: #f00;
    border-radius: 3px;
    padding: 8px;
    color: #fff;
    text-align: center;
    padding-top: 12px;
    z-index: 2;
}
#rangeError .rangeClose {
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 3px;
}
#rangeError .rangeClose:hover {
    cursor: pointer;
}
#rangeError code {
    font-weight: bold;
}
label[for=bonus_use]:hover {
    cursor: pointer;
}
label[for=bonus_use] b, .extraConfirmWrp li > a, .extraConfirmWrp a {
    color: #FDD608;
    transition: all .2s;
}
.extraConfirmWrp li > a:hover {
    color: #01C38E;
}
#status[data-status=preliminary] .new-order-btn {
    display: none!important;
}
.btn.btn-warning {
    background: #FDD608;
    border-color: #FDD608;
    color: #000;
}
.btn.btn-warning:hover {
    background: #ffed93;
}
.address a {
    word-break: break-all;
}
div.address {
    margin: 10px 0;
}

.main-exchange-network-wrapper .custom-select-top.cc-network-name, .psGroupWrp .custom-select-top.ps-group-name {
    width: calc(100% - 40px);
    left: 10px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.main-exchange-network-wrapper .item-icon img {
    max-width: 20px;
    max-height: 20px;
}
.main-exchange-network-wrapper .custom-select-content.cc-network-list, .psGroupWrp .custom-select-content {
    background: #000;
    color: #fff;
    top: 33px;
    border: 1px solid #fff;
    z-index: 9;
}
#networksList {
    margin-top: -15px;
}
#selectPsType {
    margin-top: -30px;
}
#networksList > .input-group, #selectPsType > .input-group {
    width: 100%;
    align-items: flex-end;
}
#networksList.main-exchange-network-wrapper .custom-select-top.cc-network-name {
    width: calc(100% - 20px);
}
#networksList .netwGName.custom-select-label {
    margin: 0;
    white-space:nowrap;
}
#currenciesModal .psItem, #currenciesModal2 .psItem {
    padding-left: 10px;
}
.networkCh.valute.psValute, .networkCh.valute.bankValute {
    margin-bottom: 10px;
}
.reserv__item {
    position: relative;
}
.related-reserves {
    position: absolute;
    background: rgb(19, 27, 52);
    border: 1px solid #01C38E;
    border-radius: 10px;
    padding: 10px 15px;
    backdrop-filter: blur(25px);
    top: 40px;
    left: 50px;
    z-index: 2;
}
.related-reserves li {
    display: flex;
    align-items: center;
}
.related-reserves li:not(:last-child) {
    margin-bottom: 10px;
}
.related-reserves li img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 8px;
}
.reserv__item.rr .reserv__name:hover {
    cursor: pointer;
}
#o-confirm-hwnd .modal-footer {
    border: 0;
}
.cryptoAddrWrp {
    background: #FFFFFF;
    min-height: 50px;
    border: 1px solid #D6DBE9;
    box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 10px 15px;
    padding-right: 10px;
    width: 100%;
    color: #131B34;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}
.cryptoAddr {
    display: block;
    text-overflow: ellipsis;
    padding-right: 10px;
    overflow: hidden;
}
.cryptoAddrWrp .copy-btn {
    position: relative;
    top: initial!important;
    bottom: initial!important;
    right: 0!important
}
.cryptoAddrWrp .cryptoShowAll {
    display: block;
    width: 20px;
    height: 20px;
    right: 5px;
    background: transparent url(../img/eye2.svg) center no-repeat;
}
.cryptoAddrWrp .cryptoShowAll .toolbar-content {
    background: #26E8B3;
    color: #131B34;
    word-break: break-all;
    font-size: 14px;
    line-height: 18px;
    top: 20px;
    padding: 15px 20px;
}
.cryptoAddrWrp .cryptoAddrIconsWrp {
    display: flex;
    justify-content: center;
    height: 100%;
}

.esExchSide .custom-select.cc-network {
    display: flex;
    width: 100%;
    align-items: flex-end;
}
.esExchSide .custom-select.cc-network .custom-select-label {
    padding-right: 10px;
    margin: 0;
}
.esExchSide .custom-select.cc-network .custom-select-listWrp {
    flex: 1 0 auto;
    padding-right: 40px;
    position: relative;
}
.esExchSide .custom-select.cc-network .cc-network-list {
    top: 35px;
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    width: calc(100% - 40px);
}
.esExchSide .custom-select.cc-network .custom-select-top {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.esExchSide .custom-select.cc-network .item-icon img {
    max-width: 20px;
    max-height: 20px;
}
.esExchSide.cc-selector {
    min-height: 120px;
}
.esExchSide.cc-selector {
    min-height: 80px;
}

#accEsExchange .exchWarningsElem {
    margin: 30px 0;
}
#btnShowProps {
    text-align: right;
    color: #FDD608;
    margin-bottom: 25px;
}
#btnShowProps .showProps {
    color: #FDD608;
    text-decoration: underline;
}
#btnShowProps div {
    display: inline-block;
}
#btnShowProps div:hover {
    cursor: pointer;
    text-decoration: none;
}
#btnShowProps .hideProps {
    display: none;
}
#btnShowProps.opened .hideProps {
    display: inline-block;
}
#btnShowProps.opened .showProps {
    display: none;
}
#accEsExchange #props {
    transition: all .2s;
}

.item-status .toolbar {
    margin-left: 6px;
    width: 22px;
    height: 22px;
    background-size: contain;
}
.item-status .toolbar:hover {
    cursor: pointer;
}
.item-status .toolbar .toolbar-content {
    text-align: center;
    border-radius: 10px;
    top: auto;
    bottom: 0;
    color: #FDD608;
    border: 2px solid #FDD608;
    background: #151d30;
    text-transform: initial!important;
}
.cabinet-history-item-last .item-status.error-status, .cabinet-history-item-last .item-status.deleted-status {
    display: flex;
    align-items: center;
}
.cabinet-history-item-last .item-status.error-status:before, .cabinet-history-item-last .item-status.deleted-status:before {
    top: 8px;
}

.iOHbottom {
    color: #A3ABC4;
}

.valuteMaxWrp {
    display: flex;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    align-items: center;
}
.valuteMaxWrp > span {
    position: initial!important;
}
#accEsExchange .valuteMaxWrp {
    height: auto;
    top: auto;
    bottom: 12px;
}
.btn.send-code, .btn.send-code .xto {
    display: block;
}

.custom-select.cc-network {
    margin-bottom: 0!important;
}
.go2pWrp .toolbar:hover {
    cursor: pointer;
}
.verifIcon {
    margin-left: 5px;
    height: 13px;
}

.reserve-wrapper-top a:last-child {
    display: none;
}

.copyWrp {
    position: relative;
}
.copyWrp .input-icon {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5px;
    max-width: 30px;
}
.copyWrp .input-icon img {
    max-width: 100% !important;
}
.copyWrp .copyBtn {
    position: absolute;
    height: 100%;
    right: 10px;
    top: 0;
    filter: grayscale(2) brightness(0);
}
.copyWrp .copyBtn:hover {
    cursor: pointer;
}
.copyWrp .copyBtn.green {
    filter: initial;
}
.copyWrp input {
    padding-left: 35px;
    padding-right: 30px;
}
label.opStepHeader {
    font-size: 16px;
    margin-bottom: 18px;
    color: #fff;
}
.opFormGroup {
    margin-bottom: 20px;
}

.icntf_link {
    margin-bottom: 18px;
}
.icntf_link a {
    color: #fff;
}

.cardVerifWrp .row .col-12 {
    display: flex;
    align-items: center;
}
.cardVerifWrp label.btn, .cardVerifWrp button.btn {
    width: auto;
    margin-top: 0!important;
}
.cardVerifWrp .order-form-finish-bottom, .cardVerifWrp .order-step-buttons {
    width: 100%;
}
.cardVerifWrp .order-step-buttons {
    justify-content: space-between;
}
.qrImgWrp {
    max-width: 150px;
}
.cardVerifWrp .qrCode > img {
    max-width: 100%;
}





@media (min-width: 576px) {
    .currenciesModal .crypto-tab-valutes, .favDirectionsBlock {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 20px;
    }
    #accEsExchange .valuteMaxWrp {
        bottom: 16px;
    }
    /* .currenciesModal .crypto-tab-valutes .item, .favDirectionsBlock .item {
        width: calc(50% - 10px);
    } */
}

@media (min-width: 768px) {
    /*.currenciesModal .currency__item {
        width: 50%;
    }*/
    .profile-top-info {
        flex: 1;
    }
    .esExchSide.cc-selector {
        min-height: 120px;
    }
}

@media (min-width: 992px) {
    .accMenu {
        margin-top: 120px;
    }
    .iOHbottom {
        display: flex;
        gap: 30px;
        align-items: center;
        margin-top: 25px;
    }
    .iOHbottom a {
        white-space: nowrap;
        margin-top: 0!important;
    }
}

@media (min-width: 1200px) {

    .currenciesModal .modal-dialog {
        max-width: 1000px;
    }

    .currenciesModal .crypto-tab-valutes, .favDirectionsBlock {
        gap: 5px 15px;
    }
    /* .currenciesModal .crypto-tab-valutes .item, .favDirectionsBlock .item {
        width: calc(33.333% - 10px);
    } */
}


.user-notification-bell{
    background: transparent;
    border:0;
    outline: 0;
    box-shadow: none;
    color: #fff;
    position: relative;
    margin-left:10px;
    margin-top: 3px;
    cursor: pointer;
}
.user-notification-bell .unotification-total{
    position: absolute;
    font-size: 12px;
    background-color: #c20000;
    border-radius: 20px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    margin-left: -7px;
    margin-top: -4px;
}
.user-notification-bell .unotification-total[data-total="0"]{display: none;}
.required {
    color: #ff2424;
    padding-right: 5px;
    font-weight: bold;
    font-size: 110%;
}
.propsElemWrp[data-wrp-name=to_tag] .required, .propsElemWrp[data-wrp-name=to_payment_id] .required, .propsElemWrp[data-wrp-name=to_memo] .required, .propsElemWrp[data-wrp-name=coupon] .required, .propsElemWrp[data-wrp-name=to_note] .required, .propsElemWrp[data-psgroup=balance][data-wrp-name=to_acc] .required,
.propsElemWrp[data-wrp-name="to_phone"][data-psgroup="bank"] .required{
    display: none;
}

.propsElemWrp[data-wrp-name=to_tag] label, .propsElemWrp[data-wrp-name=to_payment_id] label, .propsElemWrp[data-wrp-name=to_memo] label {
    display: flex;
    align-items: center;
}

.propsElemWrp[data-wrp-name=to_tag] label .memoFaqLink, .propsElemWrp[data-wrp-name=to_payment_id] label .memoFaqLink, .propsElemWrp[data-wrp-name=to_memo] label .memoFaqLink {
    margin-left: 5px;
}
.lightGreyText {
    color: #A3ABC4;
}
.one-autocomplete-elem.list-group-item {
    word-break: break-all;
}

#balance-history .cabinet-history-item > div, #balance-history .cabinet-history-item > div > div {
    display: flex;
    gap: 20px;
    width: 50%;
    justify-content: space-between;
    flex: auto;
    align-items: center;
}

a.main-exchange-direction-discount {
    color: #A3ABC4;
    transition: all .2s;
}

a.main-exchange-direction-discount span, a.main-exchange-direction-discount:hover, .discPerc span {
    color: #FDD608;
}

.loyalty_text {
    line-height: 26px;
}

.partners-info {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
    margin-bottom: 50px;
}
.partners-info-item {
    background: rgb(19, 27, 52);
    box-shadow: 0px 3px 8px rgba(255, 255, 255, 0.3);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}
.partners-info-item .item-top h4 {
    margin: 0 0 20px;
    font-weight: 500;
    color: #fff;
}
.partners-info-item .item-top span {
    color: #A3ABC4;
}
.partners-info-item .item-main {
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding-top: 20px;
}
.partners-info-item .item-main span {
    color: #FDD608;
}
.cashBackWrp {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #FDD608;
    font-size: 80%;
}
.cashBackWrp .cashbackTooltip {
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 20px;
    font-size: 120%;
    background: #152036;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid #FDD608;
    font-weight: 300;
    display: none;
}
.cashBackWrp:hover {
    cursor: pointer;
}
.cashBackWrp:hover .cashbackTooltip {
    display: block;
}

.balError {
    color: #FDD608;
    font-weight: bold;
    text-align: center;
    font-size: 120%;
}

.autocompleteWrp {
    margin-top: 20px;
}
.autocompleteWrp .one-autocomplete-elem.list-group-item {
    margin-top: 5px;
}
.autocompleteComment {
    color: #FDD608;
    text-align: left;
}
.cabinet-promo-items .item-content h4 {
    display: none;
}

.cabinet-promo-bottom a {
    color: #FDD608;
}
.terms-content-text .cabinet-promo-items .item.active {
    background: #000a2899;
}

.disBanner {
    display: none!important;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 3;
}
/*
#promoFull #promo-1, #promoFull #promo-3 {
    position: relative;
}
#promoFull #promo-1 .promoFullTxt, #promoFull #promo-3 .promoFullTxt {
    filter: blur(13px);
    position: relative;
}
#promoFull #promo-1 .promoFullTxt:after, #promoFull #promo-3 .promoFullTxt:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#promoFull #promo-1 .disBanner, #promoFull #promo-3 .disBanner {
    display: block!important;
    text-align: center;
}
*/
#promoTotal {
    max-width: 200px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    position: relative;
}

#promoTotal span {
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    text-align: center;
    color: yellow;
    font-size: 18px;
}

.bonusTimerend {
    display: flex;
    width: 100%;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    max-width: 240px;
    background: #141b12;
    padding: 10px 5px;
    border-radius: 5px;
}
.timerback {
    width: calc(25% - 6px);
}
.timerback .timerNumbs {
    display: flex;
    gap: 4px;
}
.timerback .timerNumbs span {
    background: linear-gradient(to bottom, #4d6441 50%, #36482f 50%);
    color: #b4ee9b!important;
    display: block;
    width: calc(50% - 2px);
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}
.timerback .timerText {
    color: #b4ee9b!important;
    text-transform: lowercase;
    margin-top: 5px;
    font-size: 90%;
    text-align: center;
}
.bonusLastLine {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}
.bonusLastLineText b {
    color: #b4ee9b!important;
    margin-top: 5px;
    display: block;
    font-size: 110%;
}
.promoReflinkWrp {
    margin-bottom: 30px;
    margin-top: 10px;
}
.promoReflinkWrp > div {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .promoReflinkWrp {
        display: flex;
        gap: 20px;
        text-align: center;
        align-items: center;
    }
    .promoReflinkWrp > div {
        flex: 1 0 calc(50% - 10px);
    }
}

.promo4StatsWrp {
    margin-top: 30px;
}

.promo4StatsWrp .promoStats a {
    color: #9fe455;
    text-decoration: underline;
}
.promo4StatsWrp .promoStats a:hover {
    text-decoration: none;
}

.promo4StatsWrp .promoStats .promo4_Tbl {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.promo4StatsWrp .promoStats .promo4_Tbl .line {
    min-width: 260px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.promo4_customTxt {
    color: #8d8d8d;
    font-size: 95%;
    margin-top: 20px;
    font-style: italic;
}

.promoStartBtn {
    width: 260px;
}

@media (min-width: 768px) {
    .promo4StatsWrp .promoStats {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    .promo4StatsWrp .promoStats .promo4_Tbl .line {
        min-width: 280px;
    }
}

.promoFull {
    display: none;
}
.promoFull.active {
    display: block;
}
.vipLvlWrp {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.vipLvl {
    padding: 10px 20px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    text-align: left;
}
.vipVolume {
    color: #FDD608;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.openAccMenuWrp {
    position: relative;
}
.openAccMenuWrp .openAccMenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.guarantee-page-wrapper.garantee-bigBanners {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 30px;
}
.garantee-bigBanners a {
    background: rgba(19, 27, 52, 0.6);
    padding: 10px 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 calc(25% - 7.5px);
}
.garantee-bigBanners a img {
    max-width: 100%;
    width: auto;
    height: auto;
}
@keyframes warrantiesScroll{
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-2165px, 0);
    }
}
.miniBanners {
    background: rgba(19, 27, 52, 0.6);
    padding: 15px 20px;
    box-shadow: 0px 17px 33px rgba(2, 0, 30, 0.1);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
}
.miniBanners .animWrp {
    display: flex;
    align-items: center;
    white-space: nowrap;

    -webkit-animation: warrantiesScroll 15s infinite linear;
    -moz-animation: warrantiesScroll 15s infinite linear;
    animation: warrantiesScroll 15s infinite linear;
}
.miniBanners .animWrp:hover, .miniBanners .animWrp a:hover {
    animation-play-state: paused;
}
.miniBanners a {
    display: inline-block;
    text-align: center;
    flex: 1 0 120px;
    padding-left: 20px;
}
.miniBanners a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.warrLinksWrp {
    margin-top: 30px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.footerBannersWrp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
#auth-form .input-group .pass-show {
    height: 100%;
    display: flex;
    top: 0;
    right: 0;
    width: 50px;
    z-index: 9;
}
#couponBlock {
    background: #000a2899;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.couponActivateWrp {
    display: flex;
}
.couponActivateWrp .couponInput {
    flex: 1 0 auto;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 2px solid #009D72;
    color: #fff;
}
.couponActivateWrp .activateCouponBtn {
    margin-left: 30px;
}
#couponBlock .coupon-response, #couponBlock .actCouponsWrp {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #045f46;
}
#couponBlock .actCouponWrp {
    padding: 15px 10px;
    border: 1px solid #045f46;
    border-radius: 15px;
    transition: all .2s;
}
#couponBlock .actCouponWrp.active, #couponBlock .actCouponWrp:hover {
    cursor: pointer;
    background: #009D72;
}
#couponBlock .actCouponWrp .couponInfoLine {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
#coursesBlock[attr-filt-group="crypto"] .item:not([attr-group="crypto"]), #coursesBlock[attr-filt-group="ps"] .item:not([attr-group="ps"]), #coursesBlock[attr-filt-group="bank"] .item:not([attr-group="bank"]), #coursesBlock[attr-filt-group="check"] .item:not([attr-group="check"]) {
    display: none!important;
}
#selectPsType .custom-select-top.ps-group-name {
    left: 0;
}
.propsBlockWrp {
    padding: 15px;
    border: 1px solid #fff;
    margin-bottom: 30px;
    border-radius: 15px;
    position: relative;
}
div.propsBlockHeader {
    position: absolute;
    top: -20px;
    right: 30px;
    padding: 10px;
    background: #151d32;
    display: flex;
    align-items: center;
}
.propsBlockHeader img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
    margin-left: 10px;
}
#propsWrp .order-form {
    background: #151d32;
}

.cabinet-verification .photoExample {
    max-width: 100%;
}
.inputSummWrp {
    position: relative;
}
.inputSummWrp .valuteMaxWrp {
    height: 100%!important;
    top: 0!important;
    bottom: 0!important;
    z-index: 9!important;
    right: 10px!important;
    gap: 0!important;
}
.inputSummWrp .valuteMaxWrp #maxDepo {
    height: 100%!important;
    display: flex;
    align-items: center!important;
}
#accEsExchange #exchWarnings {
    margin: 10px 0 30px 0;
}
#accEsExchange #exchWarnings .exchWarningsElem {
    margin: 15px 0;
}
.yellowLink {
    color: #FDD608;
    text-decoration: underline;
}
.yellowLink:hover {
    text-decoration: none;
}

#props .propsBlockWrp .fSelect[attr-name="from_network"], #props .propsBlockWrp .fSelect[attr-name="to_network"] {
    display: block!important;
}
.cr-alert-jsend span{
    color:#f00;
    font-weight: bold;
    display: block;
}

/* NY styles */
.santaImg {
    max-height: 430px;
    margin-left: -15px;
    z-index: 2;
}
.promoFullTxt a, .settingsBlock a, .terms-content-text a {
    color: #FDD608;
    text-decoration: none;
}
.promoFullTxt a:hover, .settingsBlock a:hover, .terms-content-text a:hover {
    color: #26E8B3;
}

.mb_winners .winner-block {
    border: 2px solid #FDD608;
    border-radius: 10px;
    padding: 10px 15px;
    line-height: 160%;
}
[data-bs-target="#regModal"] .tip{
    top:20px;
    display:none;
    position:absolute;
    background: #fff;
    border-radius: 10px;
    padding:10px;
    width: 240px;
    color: #333;
    white-space:normal;
}
[data-bs-target="#regModal"]:hover .tip{
    display:block
}

.get10usd {
    position: absolute;
    bottom: -20px;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    pointer-events: none;
}
.chosen-search-input {
    border-radius: 5px;
}
.chosen-drop {
    padding: 0 15px;
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}

#tx_confirmation {
    border-bottom: 1px dashed #333B54;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.captcha-cont > div > div {
    margin: 0 auto;
    margin-top: 20px;
}
.modal-error, .user-security-codes .alert-warning {
    background: #d00505;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.btnAuthStep {
    width: 100%;
    max-width: 350px!important;
    margin: 0 auto;
}
.btnAuthStep2 {
    width: 100%;
    max-width: 250px!important;
    margin: 0 auto;
}
.recoveryLink {
    text-decoration: underline;
}
.recoveryLink:hover {
    text-decoration: none;
}
#authForm .input-group {
    margin-bottom: 0;
}

#rangeError.rangeStyle2 {
    position: relative;
    margin: 20px 0;
    background: transparent;
    color: #f00;
    font-size: 120%;
    padding: 10px 15px;
}
#rangeError.rangeStyle2 .rangeClose, #rangeError.rangeStyle3 .rangeClose {
    display: none!important;
}

#rangeError.rangeStyle3 {
    position: relative;
    background: transparent;
    color: #151f33;
}
#rangeError.rangeStyle3 .rangeMaintext {
    position: relative;
    padding: 10px 15px;
    background: #fff;
    width: 500px;
    max-width: 100%;
    border-radius: 10px;
    margin: 20px auto;
    border: 2px solid yellow;
    color: #000;
}
#rangeError.rangeStyle3 .rangeMaintext::before {
    content: '';
    background-image: url('/res/easyswap/img/attention2.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    left: -10px;
    top: -13px;
}
.rangePopup {
    display: none;
}
#rangeError.rangeStyle3 .rangeMaintext:hover {
    cursor: pointer;
}
#rangeError.rangeStyle3 .rangeMaintext:hover + .rangePopup {
    cursor: pointer;
    display: block;
    max-width: 100%;
    bottom: 10px;
    background: #fff;
    padding: 10px 25px;
    border-radius: 10px;
    z-index: 99;
    border: 2px solid yellow;
    position: relative;
    right: auto;
    margin: 0 auto;
    width: 500px;
    margin-bottom: 20px;
}
#rangeError.rangeStyle3 .rangeCourse {
    color: #07a886
}

#home-exchange .main-exchange-network-wrapper .custom-select-top.cc-network-name {
    width: 100%;
}

#home-exchange .main-exchange-network-balance {
    width: calc(50% - 20px);
    margin-left: 20px;
}
#electronic_check_wrap{
  align-items: center;
  display: flex;
  gap: 10px;
}
#electronic_check_preview img {
  max-width: 100px;
  max-height: 50px;
  border-radius: 15px;
}

.ready #electronic_check_label {
    pointer-events: none;
    background: transparent;
}

.ask-wallet1 {
    margin-bottom: 20px
}

.email_unconfirmed {
    border: 2px solid #26E8B3;
}

#accEsExchange #esExchSideFrom, #accEsExchange #esExchSideTo {
    z-index: 3;
}

.vr-modal-body a {
    color: #FDD608;
}

.vr-modal-body .check-agree {
    cursor: pointer;
}

.amlVerifWrp .line1 .wrp-content {
    display: flex;
    justify-content: space-between;
}
.amlVerifWrp .line1 .wrp-content img {
    width: 20px;
}
.amlVerifWrp .line1 .block1 {
    display: flex;
    color: #FDD608;
    gap: 5px;
    align-items: center;
}
.amlVerifWrp .line1 .block2 {
    color: #A3ABC4;
}

.amlVerifWrp .contact-page-info:not(:first-child) {
    margin-top: 20px;
    color: #A3ABC4;
}
.amlVerifWrp .line2 .textWrp {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #A3ABC4;
}
.amlVerifWrp .amlCheckForm {
    max-width: 400px;
}

.amlVerifWrp .amlCheckForm select {
    width: 100%;
}

.amlVerifWrp .amlCheckForm .input-group {
    margin-bottom: 20px;
}

.amlVerifWrp .amlCheckForm .btn {
    gap: 5px;
    font-weight: normal;
    width: 200px;
    margin-top: 5px;
}

.aml_verif_header {
    margin-bottom: 10px;
}

.aml_verif_header > div {
    align-items: center;
    margin-bottom: 5px;
}
.risk-error .dr0none,
.risk-checking .dr0none{display:none !important;}
.risk-low .aml_verif_header {
    color: #01C38E;
}

.risk-average .aml_verif_header {
    color: #FDD608;
}

.risk-max .aml_verif_header {
    color: #FF4062;
}

.amlVerifWrp .aml_verif_txt ul {
    list-style-type: disc;
    padding-left: 20px;
}

.amlVerifWrp .aml_verif_txt ul li {
    padding: 3px 0;
}
.riskscore-total{
    font-size: 18px;
    line-height: 18px;
    align-self: self-start;
    font-weight: bold;
}

.amlVerifWrp [data-signal-group="high"]{color:red}
.amlVerifWrp [data-signal-group="middle"]{color:gold}
.amlVerifWrp [data-signal-group="low"]{color:#00b000}

.note{
    border-left: 5px solid;
    padding: 10px;
    margin: 5px 0;
}

.table{
    border:1px solid;
    width:100%;
    border-collapse: collapse;
}
.table th,
.table td{border:1px solid;padding: 5px;}

.image-copy{
    height: 30px;
    width: 30px;
    cursor: pointer;
    background: url(../img/copy-green.svg) center no-repeat;
    background-size:80%;
}
.image-copy.active{background: url(../img/material-symbols--check.svg) center no-repeat}

.tg-news{
    position: fixed;
    bottom: 100px;
    right: 30px;
    display: block;
    opacity: .7;
    transition: .2s;
}
.tg-news:hover{opacity: 1;}
.tg-news img{
    width: 60px;
    height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px !important;
}
.select2-container--default .select2-selection--single{
    background: #000 !important;
    border-radius: 10px !important;;
    border-color: #fff !important;
    height: 32px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff !important;
    font-weight: bold;
    line-height: 32px !important;
}
.select2-dropdown{
    background: #111 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"]{
    background-color: #444 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #01c38e !important;
}