html {
    height: 100%;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}

a {
    text-decoration: none;
    transition: all .3s;
    color: #BCE34A;
}
a:hover {
    color: #a2b1cd;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

body {
    background: #070709 url('../img/mainBG.jpg') no-repeat top center fixed;
    font-family: 'Gilroy', sans-serif;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
}

body.blocked {
    overflow: hidden !important;
}

ul, ol {
    padding-inline-start: 0;
    margin-left: 0;
    list-style-position: inside;
}

.modal .modal-dialog {
    max-height: calc(100% - 100px);
}

.test {
    background: #000;
    border: 2px solid #fff;
    padding: 10px;
    border-radius: 10px;
    color: #fff
}

/* kit */
a.btn {
    display: inline-block;
}
.link-type-2 {
    font-size: 120%;
    font-weight: 600;
}
.btn, .btn-big {
    min-height: 46px;
    border: 2px solid;
    font-size: 16px;
    line-height: 22px;
    border-radius: 10px;
    transition: all .3s;
    padding: 12px 22px;
}
.btn:hover {
    cursor: pointer;
}
.btn-outline, .btn-transparent {
    background: transparent;
}
.btn-yellow, .btn-transparent {
    border-color: #BCE34A;
    color: #BCE34A;
}
.btn-yellow:hover, .btn-yellow.active, .btn-transparent:hover, .btn-transparent:active {
    background: #BCE34A;
    color: #0a0a0c;
}
.yellow {
    color: #BCE34A;
}
h1, h2, h3, h4, h5, h6 {font-weight: 500;}
h1 {
    font-size: 70px;
    line-height: 130%;
    font-weight: 400;
}
h2 {
    font-size: 36px;
    line-height: 130%;
}
h3 {
    font-size: 22px;
    line-height: 130%;
}
h4 {
    font-size: 20px;
    line-height: 130%;
}
h5 {
    font-size: 18px;
    line-height: 130%;
}
h6 {
    font-size: 17px;
    line-height: 130%;
}

.mainInfoHugeTitle {
    font-size: 70px;
    line-height: 130%;
    font-weight: 400;
}

.largeText {
    font-size: 20px;
    line-height: 140%;
}
.smallText {
    font-size: 12px;
    line-height: 150%;
}

.index-topmargin {
    margin-top: 250px;
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.f-copyBtn {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
}
.f-copyBtn svg {
    stroke: #fff;
    transition: all .3s;
}
.f-copyBtn:hover {
    cursor: pointer;
}
.f-copyBtn:hover svg {
    stroke: #BCE34A;
}
.f-copyBtn.copied svg {
    stroke: green;
}
.linkLine input {
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.textareaLine.autoHeight textarea {
    min-height: 130px;
    padding-right: 50px!important;
}
.textareaLine.autoHeight .f-copyBtn {
    top: 20px;
}
/* end kit */

/* pagination */
.pagination {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 50px;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.pagination a, .pagination li {
    width: 40px;
    height: 40px;
    border: 1px solid #BCE34A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #BCE34A;
    line-height: 1;
    padding-top: 2px;
}
.pagination a:hover, .pagination a.active, .pagination li.active a {
    color: #0a0a0c!important;
    background: #BCE34A;
}
.pagination a:hover path, .pagination a.active path, .pagination li.active path {
    stroke: #fff;
}
/* end pagination */

/* tabs */
.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}
/* end tabs */

/* header */
header {
    border-top: 1px solid #46536B;
    border-bottom: 1px solid #46536B;
    height: 120px;
    display: flex;
    align-items: center;
}

header .logoWrp {
    position: relative;
}

header .logoWrp a {
    display: inline-block;
}

header .logoWrp .menuBurgerWrp {
    width: 24px;
    height: 28px;
}
header .logoWrp .menuBurgerWrp svg, header .logoWrp .menuBurgerWrp.opened img {
    display: none;
}
header .logoWrp .menuBurgerWrp img, header .logoWrp .menuBurgerWrp.opened svg {
    display: block;
}
header .logoWrp .menuBurgerWrp:hover {
    cursor: pointer;
}

header .profileLink {
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobMenuLiHeader {
    font-weight: bold;
    font-size: 105%;
}

.header-account-btn {
    display: none;
}

.headerLineWrp {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* end header*/

/* lang */
.top-lang {
    position: relative;
    margin-right: 10px;
    z-index: 1;
}

.top-lang-btn {
    padding-right: 27px;
    background: transparent url(../img/icons/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;
}

.headerIconsWrap {
    display: flex;
    align-items: center;
}

.top-lang-items {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    width: 142px;
    right: 0;
    left: auto;
    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;
}

/* footer */
footer {
    border-top: 1px solid #46536B;
    border-bottom: 1px solid #46536B;
    margin-top: auto;
    color: #fff;
    background: #0a0a0c;
}

.footerMargin {
    height: 200px;
}

.footerLogoWrp > img {
    max-height: 120px;
}

.footerCopyright {
    font-size: 14px;
    margin-top: 20px;
}

.footerCopyright.fcp2 {
    display: none;
}

.footerMenuWrp, .footerSocialWrp {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footerSocialHeader, .footerMenuHeader {
    font-size: 20px;
    font-weight: 600;
}

.footerSocialWrp img {
    max-height: 40px;
}

.footerMenuWrp a {
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
    color: #fff;
    transition: all .3s;
}

.footerMenuWrp a:hover {
    color: #BCE34A;
}

.footerSocialLinks {
    display: flex;
    gap: 10px;
}
.footerSocialLinks a {
    transition: all .3s;
}
.footerSocialLinks a:hover {
    transform: scale(1.2);
}
/* end footer */

/* menu */
.mainMenu {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: flex-end;
}
a.mainMenuLink {
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    font-size: 20px;
    line-height: 140%;
    font-weight: 300;
}
/* end menu */

/* main Section */
.mainSection {
    position: relative;
    overflow: hidden;
}

.mainSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1920px;
    height: 121px;
    background: url('../img/custDes/mainSectBottom.svg') no-repeat center bottom;
    background-size: contain;
    transform: translateX(-50%);
    pointer-events: none;
}

.mainSection .leftSideSectionWrp {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    padding-bottom: 171px;
    height: 100%;
    flex-direction: column;
    gap: 20px;
}
.mainSection .leftSideSectionWrp.justify-content-start {
    padding-top: 80px;
}

.mainSection .leftSideSectionWrp .leftSideSubContent {
    display: flex;
    gap: 30px;
    align-items: center;
}
.mainSection .leftSideSectionWrp .subTitle {
    color: #C0D1DF;
    font-weight: 200;
}
.mainSection .leftSideSectionWrp .subButton {
    white-space: nowrap;
}

.mainSection .centerSeparatorWrp {
    position: relative;
    height: calc(100% - 100px);
}

.mainSection .centerSeparatorWrp .centerSeparator {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #46536B;
    left: 50%;
}

.mainSection .centerSeparatorWrp .centerSeparator::after, .mainSectionWrp .righAbstLine::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    bottom: 0;
    left: -2px;
    background: #BCE34A;
}

.mainSection .rightSideSectionWrp {
    padding: 100px 0;
}

.leftrightVerticalLines {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.leftrightVerticalLines > .container {
    position: relative;
    height: 100%;
    pointer-events: none;
}

.leftrightVerticalLines, .leftrightVerticalLines * {
    pointer-events: none;
}

.mainSectionWrp {
    position: relative;
}

.mainSectionWrp .leftAbsLine, .mainSectionWrp .righAbstLine {
    position: absolute;
    top: 0;
    width: 34px;
}

.mainSectionWrp .leftAbsLine {
    left: -5%;
    top: -120px;
    bottom: 121px;
    background: url('../img/custDes/mainSectXline.svg') repeat-y center bottom;
}

.mainSectionWrp .righAbstLine {
    right: 0;
    top: -120px;
    bottom: -250px;
    border-left: 1px solid #46536B;
}

.mainSectionWrp .righAbstLine::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 250px;
    background: url('../img/custDes/mainSectXline.svg') repeat-y center bottom;
}

.mainSectionWrp .rightSideContentWrpBottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 610px;
    margin: 0 auto;
    margin-top: 40px;
}

.rightSideContentWrpBottom.bt1 {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mainSectionWrp .rightSideContentWrpBottom .btn {
    white-space: nowrap;
}

.mainSectionWrp .rightSideContentWrpBottom div {
    font-weight: 200;
}

.mainSectionWrp .rightSideContentWrp {
    position: relative;
    min-height: 440px;
    padding: 30px;
    padding-top: 10px;
}
.mainSectionWrp .rightSideContentWrp .contentBG {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 1px solid #46536B;
    border-left: 1px solid #46536B;
    border-radius: 14px;
}
.mainSectionWrp .rightSideContentWrp .contentBG .rightBottomCorner {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 140px;
    height: 140px;
    background: url('../img/custDes/mainSectRightCont.svg') no-repeat right bottom;
}
.mainSectionWrp .rightSideContentWrp .contentBG .topRightCorner {
    background: url('../img/custDes/mainSectSubCorner.svg') no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
    transform: rotate(90deg);
}
.mainSectionWrp .rightSideContentWrp .contentBG .bottomLeftCorner {
    background: url('../img/custDes/mainSectSubCorner.svg') no-repeat center center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -1px;
    bottom: -1px;
    transform: rotate(-90deg);
}
.mainSectionWrp .rightSideContentWrp .contentBG .bottomLine {
    position: absolute;
    left: 20px;
    right: 137px;
    bottom: -1px;
    border-bottom: 1px solid #46536B;
}
.mainSectionWrp .rightSideContentWrp .contentBG .rightLine {
    position: absolute;
    top: 15px;
    bottom: 130px;
    right: -1px;
    border-right: 1px solid #46536B;
}

.mainSectionWrp .rightSideContentWrp .headerSeparatorWrp {
    height: 32px;
    width: calc(100% + 60px);
    margin-left: -30px;
    background: url('../img/custDes/mainSectRightContH.svg') no-repeat center center;
    background-size: cover;
    margin-bottom: 90px;
}
.mainSectionWrp .rightSideContentWrp .headerSeparatorWrp.var2 {
    height: auto;
    background: transparent;
}
.mainSectionWrp .rightSideContentWrp .headerSeparatorWrp.var2 img {
    width: 100%;
}

.mainSectionWrp .rightSideContentWrp .attentions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    font-weight: 100;
}

.mainSectionWrp .rightSideContentWrp .attention {
    position: relative;
    padding-left: 40px;
}

.mainSectionWrp .rightSideContentWrp .attention::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: calc(50% - 12px);
    background: url('../img/icons/attention.svg') no-repeat center center;
}

/* end main Section */

/* main Content */
.mainContentWrap {
    position: relative;
    margin-top: 60px;
    z-index: 2;
}
/* end main Content */

/* pages Styles */
/* contacts */
.contactsList .contactsElem {
    padding: 15px;
    border: 1px solid #46536B;
    border-radius: 15px;
}
.contactsList .contactsElem a {
    font-size: 20px;
    line-height: 130%;
    padding: 0 10px;
    border-radius: 5px;
    background: #BCE34A;
    color: #0A0A0C!important;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
}

/* faq */
.faq-page-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.faq-page-content .accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.faq-page-content .accordion-item {
    background: #0A0A0C;
    border: 1px solid #46536B;
    border-radius: 15px;
}
.faq-page-content .accordion-item .accordion-top, .faq-page-content .accordion-item .accordion-content {
    padding: 20px;
    transition: all .3s;
    position: relative;
}
.faq-page-content .accordion-item .accordion-content {
    padding-top: 0;
}
.faq-page-content .accordion-item .accordion-top:hover {
    cursor: pointer;
    color: #BCE34A;
}
.faq-page-content .accordion-item .faqLink {
    position: absolute;
    width: 24px;
    top: 20px;
    right: 20px;
}
.faq-page-content .accordion-top.active {
    color: #BCE34A;
}

/* reviews */
.reviews-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}
.reviews-item {
    padding: 20px;
    background: transparent;
    border-radius: 15px;
    border: 1px solid #46536B;
}
.reviews-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.reviews-item-author {
    font-weight: 500;
}
.reviews-item-date {
    font-size: 90%;
}
.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;
}
/* reserves */
.reserves_content > nav > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.reserves_content .tab-content, .accContentWrp h2.acc-header + .acc_content {
    margin-top: 60px;
}
.reserves_list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, 1fr);
}
.reserve_item {
    border: 1px solid #46536B;
    border-radius: 15px;
    padding: 15px;
}
.reserve_item_content {
    display: flex;
}
.reserve_item_left {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 15px;
    max-width: calc(100% - 50px);
}
.reserve_item_right {
    flex: 0 0 50px;
    height: 50px;
}
.reserve_name {
    font-weight: bold;
}
.reserve_img {
    text-align: right;
}
.reserve_valute span {
    background: #BCE34A;
    border-radius: 5px;
    padding: 2px 8px;
    color: #0A0A0C;
}
.reserve_item_bottom {
    margin-top: 5px;
    color: #BCE34A;
}
/* end pages Styles */

/* modals */
.modal-content {
    background: #070709;
    border: 2px solid #46536B;
    padding-bottom: 10px;
}
.modal-header {
    border-bottom: 1px solid #46536B;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.modal-header h2, .modal-header .headerWrp {
    margin: 0;
    color: #BCE34A;
    flex: 1 0 auto;
    max-width: calc(100% - 50px);
}
.modal-header .headerWrp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.modal-header .headerWrp h2 {
    flex: 0 1 auto;
}
.modal-header .headerWrp .valuteSrcWrp {
    flex: 1 0 auto;
    position: relative;
}

.modal-header .headerWrp .valuteSrcWrp input {
    min-width: 150px;
    width: 100%;
    border: 1px solid #BCE34A;
    background: transparent;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    padding: 0 15px;
    color: #fff;
}

.clearSearch {
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all .3s;
}
.clearSearch:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.modal-header .btn-close {
    position: relative;
    flex: 0 0 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    transition: all .3s;
}
.modal-header .btn-close:hover {
    cursor: pointer;
}
.modal-header .btn-close svg {
    width: 30px;
    height: 30px;
}
.modal-header .btn-close:hover svg, .modal-header .btn-close svg:hover {
    stroke: #46536B;
}
.modalBottom, .faet-form-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
#errorModal .modal-body.vr-modal-body {
    color: #ff0101;
    font-weight: bold;
    font-size: 120%;
}
/* end modals */

/* forms elements (input, textarea, select) */
.form-group {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
    position: relative;
}
.modal-body .form-group {
    max-width: 450px;
    margin: 20px auto;
}
.form-group.yellow-form-group label {
    color: #BCE34A;
}
.form-group.yellow-form-group input,
.form-group.yellow-form-group textarea,
.form-group.yellow-form-group select,
.fSelect .selection .select2-selection__rendered,
.notification-element input{
    color: #fff;
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #46536B;
    width: 100% !important;
}
.form-group.yellow-form-group select{
  background: #09090b;
}

.form-group.yellow-form-group textarea {
    height: 100% !important;
}
.faet-important-text, .showerror.alert-danger, .modal-error {
    color: #ff3131;
    margin: 20px 0;
}
.modal-body .faet-important-text, .modal-body .modal-check-wrapper, .modal-body .showerror.alert-danger, .modal-error {
    max-width: 450px;
    margin: 20px auto;
}
.modal-body .alert {
    max-width: 450px;
    margin: 0 auto;
}
.form-group-pass-wrapper .pass-show {
    background: url('../img/eye2.svg') center no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 13px;
    bottom: 17px;
}
.form-group-pass-wrapper input[type=text] + .pass-show {
    background: url('../img/eye.svg') center no-repeat;
    width: 20px;
    height: 20px;
    bottom: 15px;
}
.form-group-pass-wrapper .pass-show:hover {
    cursor: pointer;
}
.form-group-pass-wrapper::before, .form-group-email-wrapper::before {
    content: '';
    position: absolute;
    left: 13px;
    bottom: 13px;
    width: 24px;
    height: 24px;
}
.form-group-pass-wrapper::before {
    background: url('../img/icons/password.svg') center no-repeat;
}
.form-group-email-wrapper::before {
    background: url('../img/icons/mail.svg') center no-repeat;
}
.form-group.form-group-pass-wrapper input, .form-group.form-group-email-wrapper input {
    padding-left: 48px;
    padding-right: 40px;
}
.form-group.security-field-el > .input-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    justify-content: center;
}
.form-group.security-field-el > .input-group input {
    flex: 1 0 auto;
    width: auto;
}
.form-group.security-field-el > .input-group button {
    white-space: nowrap;
}
.leftSideSubContentAcc {
    color: #C0D1DF;
}

/* account Menu */
.accMainMenuWrp {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
#accMenu {
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#accMenu a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 50px;
    border-radius: 15px;
    background: transparent;
    transition: all .3s;
    border: 1px solid #46536B;
    display: inline-block;
    font-weight: 500;
}
#accMenu a:hover, #accMenu .accMenuLi.active a {
    background: #BCE34A;
    color: #0A0A0C;
}
/* end account menu */

/* account content */
.acc_content #security_form {
    margin-top: 40px;
}
.accContentWrap .wrap.verification {
    max-width: 650px;
    margin: 0 auto;
    color: #fff;
}
.accContentWrap .wrap.verification .col-7 {
    text-align: left;
}
.accContentWrap .wrap.verification form {
    margin-top: 50px;
}
#warp-dyn-image img {
    max-width: 100%;
}
#refferralContent .balance-stats {
    padding-top: 20px;
}
#refferralContent .stats-el {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    gap: 20px;
}
#refferralContent .stats-el .el-header {
    color: #BCE34A;
    font-size: 22px;
}
#refferralContent .stats-el .el-val {
    font-weight: bold;
    font-size: 24px;
}
#advertising .sizesBtnsWrp {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#advertising .sizesBtnsWrp button {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #BCE34A;
    color: #BCE34A;
    padding: 10px 15px;
    transition: all .3s;
}
#advertising .sizesBtnsWrp button:hover, #advertising .sizesBtnsWrp button.active {
    cursor: pointer;
    background: #BCE34A;
    color: #0A0A0C!important;
}

/* end account content */
.copy-alert-warp {
    display: none!important;
}

.about-img {
    position: relative;
}
.about-wrap .vertical-separator-line {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-text {
    max-width: 685px;
}
.about-title {
    display: flex;
    align-items: center;
}

.about-title > img {
    margin-right: 30px;
}
.working-with-img {
    height: 180px;
    background: url('../img/working-with2.png') no-repeat center center;
    position: relative;
}
.our-partners-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    padding-top: 30px;
}

.elems-h-separator {
    height: 30px;
}

.initiative-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 50px;
    text-align: center;
}

.initiative-block {
    position: relative;
}

.initiative-block2 {
    background: url('../img/initiative-block-bg.svg') no-repeat center center;
    width: 499px;
    height: 294px;
    background-size: cover;
}

.initiative-block span {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 23%;
}


.initiative-block .initIcon {
    position: absolute;
    left: calc(50% - 50px);
    top: 40%;
}

.crypto-trends-blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.crypto-trends-block-inner {
    display: flex;
    align-items: center;
}

.crypto-trends-block-inner-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 30%;
    border: 1px solid #BCE34A;
    border-radius: 15px;
    padding: 15px;
    font-weight: 200;
    position: relative;
}

.crypto-trends-block-inner > .crypto-trends-block-inner-text::after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    top: calc(50% - 1px);
    background: #BCE34A;
    width: 70px;
}

.crypto-trends-block-inner:nth-child(1) {

}

.crypto-trends-block-inner:nth-child(1) > img {
    width: 22%;
}

.crypto-trends-block-inner:nth-child(1) > .crypto-trends-block-inner-text {
    margin-right: 70px;
    margin-left: calc(9% - 70px);
}
.crypto-trends-block-inner:nth-child(2) > .crypto-trends-block-inner-text {
    margin-right: calc(7% - 70px);
    margin-left: 70px;
    order: 2
}
.crypto-trends-block-inner:nth-child(3) > .crypto-trends-block-inner-text {
    margin-left: calc(5% - 70px);
    margin-right: 70px;
}

.crypto-trends-block-inner:nth-child(1) > .crypto-trends-block-inner-text::after {
    right: -70px;
}

.crypto-trends-block-inner:nth-child(2) {
    justify-content: flex-end;
}

.crypto-trends-block-inner:nth-child(2) > img {
    width: 26%;
}

.crypto-trends-block-inner:nth-child(2) > .crypto-trends-block-inner-text::after {
    left: -70px;
}

.crypto-trends-block-inner:nth-child(3) {

}

.crypto-trends-block-inner:nth-child(3) > img {
    width: 30%;
}

.crypto-trends-block-inner:nth-child(3) > .crypto-trends-block-inner-text::after {
    right: -70px;
}

.exchHeaderLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exchHeaderLineRight {
    display: flex;
    align-items: center;
    gap: 10px;
}

.exchHeaderLineRight > div:hover {
    cursor: pointer;
}

.exchHeaderLineItem {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 300;
}

.exchHeaderLineItem img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
}

.exchHeaderRotate {
    width: 24px;
    height: 24px;
    transition: all .3s;
}

.exchHeaderRotate:hover {
    cursor: pointer;
    transform: rotate(180deg);
}

.exchFormSideTitle {
    height: 20px;
    line-height: 20px;
}

.mainExRight {
    border: 1px solid #46536B;
    padding: 15px;
    border-radius: 15px;
    height: calc(100% - 27px);
    margin-top: 27px;
}

.mainExRightWrp {
    position: relative;
}

.mainExRightWrp::before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    left: 0;
    bottom: -22px;
    background: #46536B;
    height: 5px;
    border-radius: 50%;
}

.mainExRightWrp::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: -20px;
    bottom: -20px;
    background: #46536B;
    height: 1px;
}

.mainExRight .courseTitle {
    font-weight: 300;
    color: #8795B0;
    margin-bottom: 10px;
}

.exchFormSideInputWrap {
    position: relative;
    display: flex;
    height: 50px;
    border: 1px solid #46536B;
    padding: 15px;
    border-radius: 15px;
    margin-top: 7px;
}

.exchFormSideInputWrap img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
    position: absolute;
    left: 15px;
    top: calc(50% - 12px);
}

.exchFormSideInputWrap input {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: 300;
    outline: none;
    box-shadow: none;
    width: calc(100% - 110px);
    margin-left: 35px;
    margin-bottom: -10px;
    margin-top: 5px;
}

.exchFormSideInputWrap .exchFormSideInputCurrencyName {
    position: absolute;
    left: 50px;
    top: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #8795B0;
}

.exchFormSideInputCurrencyValute {
    position: absolute;
    width: 80px;
    text-align: right;
    color: #8795B0;
    font-weight: 300;
    line-height: 20px;
    top: 0;
    padding-top: 15px;
    bottom: 0;
    padding-bottom: 15px;
    height: 50px;
    right: 0;
    padding-right: 30px;
}

.exchFormSideInputCurrencyValute:hover {
    cursor: pointer;
}

.exchFormSideInputCurrencyValute::after {
    content: '';
    display: block;
    position: absolute;
    background: url('../img/icons/Arrow_Down.svg') no-repeat right center;
    line-height: 20px;
    right: 10px;
    height: 50px;
    width: 40px;
    top: 0;
    padding-right: 10px;
}

.mainExCont .mainExBottom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
    max-width: calc(100% - 100px);
}

#steponeform .rightSideContentWrp::before, #steponeform .rightSideContentWrp::after {
    display: none!important;
}

.currency-content__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    padding: 0 50px;
}

.currency-content__list .currency-content__item {
    display: flex;
    gap: 10px;
    border: 1px solid transparent;
    padding: 5px 10px;
    border-radius: 15px;
}

.currency-content__list .currency-content__item img {
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}

.currency-content__list .currency-content__item .currency-content__item-name {
    color: #fff;
    font-weight: 600;
}

.currency-content__list .currency-content__item:hover {
    cursor: pointer;
    border-color: #bce34a;
}

.warningFieldgroup {
    border:solid 1px #bce34a;
    border-radius: 15px;
    color:white;
    padding:15px;
    margin-top: 15px;
}

.warningFieldgroup .warningHeader {
    display: flex;
    align-items: center;
    gap: 10px;
}

.warningFieldgroup  .warningHeader img {
    max-width: 20px;
    max-height: 20px;
    width: auto;
    height: auto;
}

.warningFieldgroup .one-separated-warning {
    margin-top: 10px;
}

.requisites__rules label {
    display: block;
    text-align: left;
    padding-left: 20px;
}

.requisites__rules label input {
    margin-left: -20px;
}

.back-to-step-one {
    color: #bce34a;
    text-decoration: underline;
}

.back-to-step-one:hover {
    cursor: pointer;
    text-decoration: none;
}


#steponeform[data-step="1"] #continue, #steponeform[data-step="2"] #first_step2 {
    display: none;
}

.second-change #props .warningFieldgroup {
    margin-top: 30px;
}

#props input.is-invalid {
    border-color: red;
}

#steponeform[data-step="2"] .leftSideSectionWrp, #steponeform[data-step="2"] .rightSideSectionWrp {
    justify-content: flex-start;
    padding-top: 50px!important;
}

#accOrdersList {
    margin-top: 50px;
}

.order_direction img {
    max-width: 24px;
    max-height: 24px;
    width: auto;
    height: auto;
}

.acc_content .order__list {
    font-size: 20px;
    line-height: 130%;
    border: 1px solid #46536B;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: wrap;
}

.acc_content .order__list .orders_list_header {
    padding-bottom: 10px;
    font-weight: 600;
}

.acc_content .order__list .order__item {
    display: flex;
}

.acc_content .order__list .order__item > div:first-child {
    width: 200px;
}

.acc_content .order__list .order__item > div:nth-child(2) {
    width: 240px;
}

.acc_content .order__list .order__item > div:nth-child(3) {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    gap: 7px;
}

.acc_content .order__list .order__item > div:last-child {

}

.info.order_info {
    color: #BCE34A;
}

.info.order_info:hover {
    cursor: pointer;
    color: #46536B;
}

#orderfull .modal-content {
    color: #fff;
}

.orderPageTopSect .exchFormSideInputCurrencyValute {
    padding-right: 15px;
}

.orderPageTopSect .exchFormSideInputCurrencyValute::after {
    display: none;
}

.orderPageTopSect .exchHeaderRotate:hover, .orderPageTopSect .exchFormSideInputCurrencyValute:hover {
    cursor: default;
    transform: none;
}

.exchFormSideInputWrap + h5 {
    word-break: break-all;
}

.faetBlock {
    border: 1px solid #46536B;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 40px;
}

.mainContentEntry * {
    color: #fff!important;
}

.mainContentEntry a {
    color: #bce34a !important;
}

.fSelect, .fSelect .select2-container {
    width: 100%;
}

.fSelect select:hover {
    cursor: pointer;
}

.fSelect .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
    height: 50px;
}

.fSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
}

.fSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 18px;
    color: #fff!important;
}

.select2-dropdown {
    background: #101012!important;
    margin-top: -5px;
    border: 1px solid #46536B !important;
    border-radius: 15px !important;
    padding: 5px;
}

.select2-dropdown input {
    background: #101012!important;
    border-color: #46536B!important;
    color: #fff!important;
    border-radius: 10px;
    height: 35px;
}

.select2-container--default .select2-results__option:focus, .select2-container--default .select2-results__option:hover {
    background: transparent!important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background: transparent!important;
    color: #BCE34A!important;
}

.select2-container--default .select2-results__option:hover {
    background: transparent!important;
    color: #BCE34A!important;
    font-weight: bold;
}

.invalid-feedback {
    color: #bce34a;
    border: 1px solid red;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

/* custom select */
.custom-select {
    width: 100%;
    position: relative;
}
.custom-select-top {
    display: flex;
    align-items: center;
    padding: 10px;
    position: relative;
    background: #000;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    gap: 10px;
}

.custom-select-top.cc-network-name {
    padding: 5px 10px
}

.custom-select-top:hover {
    cursor: pointer;
}
.custom-select-top .item-icon {
    width: 30px;
}
.cc-network-name.custom-select-top .item-icon {
    width: 25px;
}
.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: #000;
    border-radius: 15px;
    color: #fff;
    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 {
    cursor: pointer;
    color: #BCE34A;
}
.custom-select-content::-webkit-scrollbar {
    border-radius: 30px;
}
.custom-select-content::-webkit-scrollbar-thumb {
    background-color: #BCE34A;
    border-radius: 30px;
}

.custom-select-label {
    color: #fff;
    margin: 8px 0;
}

.main-exchange-network-wrapper {
    margin-top: 10px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.main-exchange-network-balance {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    flex: 1 0 auto;
}

.main-exchange-network-balance p {
    margin: 0;
    display: flex;
    color: #BCE34A;
}

.main-exchange-network-balance p .minmaxH {
    padding-right: 3px;
    color: #fff;
}

.main-exchange-network-wrapper .custom-select-top.cc-network-name {
    width: 100%;
    background: #000;
    color: #fff;
    border: 1px solid #BCE34A;
}
.main-exchange-network-wrapper .item-icon img {
    max-width: 20px;
    max-height: 20px;
}
.main-exchange-network-wrapper .custom-select-content.cc-network-list {
    background: #000;
    color: #fff;
    top: 33px;
    border: 1px solid #BCE34A;
    z-index: 9;
}

.main-exchange-network-wrapper .form-group {
    margin: 0;
}

.main-exchange-network-wrapper .col-12.col-sm-6, .main-exchange-network-wrapper .select2-container {
    width: 100%!important;
}

.city-list-wrap .fSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
    line-height: 8px;
    border-color: #BCE34A;
}

.city-list-wrap .fSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.notification-container {
    background: #000!important;
    border: 1px solid #bce34a!important;
}

.notification-element{
  background-color: #202020 !important;
}

.security-provider-label {
    display: flex;
    align-items: center;
}

.copyWrp {
    position: relative;
}

.copyWrp > input, .copyWrp > textarea {
    background: transparent;
    border: 1px solid #BCE34A;
    border-radius: 10px;
    color: #fff !important;
    width: 100% !important;
    line-height: 20px;
    min-height: 45px;
    padding: 10px;
    padding-right: 60px;
}

.copyWrp > .copy {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 25px;
    border-radius: 10px;
    border: 1px solid #BCE34A;
    line-height: 23px;
    color: #BCE34A;
    padding: 0 10px;
}

.copyWrp > .copy.copied {
    border-color: green;
    background: green;
    color: #000;
    font-weight: bold;
}

.copyWrp > .copy:hover {
    cursor: pointer;
    color: #000!important;
    background: #BCE34A;
}

.oc_warning {
    background: transparent;
    border: 1px solid red;
    border-radius: 15px;
    padding: 10px 20px;
    margin: 0;
}

.oc-warnings-inline {
    background: transparent;
    border: 1px solid red;
    border-radius: 15px;
    list-style: none;
    padding: 10px 20px;
    margin: 0;
}

.langWrp {
    z-index: 9;
}

.fSelect.selectType2 select {
    background: #000!important;
}
.fSelect.selectType2 select:hover {
    cursor: pointer;
}

.fSelect.selectType2 select option {
    color: #fff!important;
}

.fSelect.selectType2 select option[disabled] {
    color: #c6c6c6 !important;
}













#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('../img/icons/raitStarBigYellow.svg');
    z-index: 9;
}

#liveRevForm .rating__star:hover #liveRevForm .rating__star {
    background-image: url('../img/icons/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
}











.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/icons/raitStarBigGr.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/icons/raitStarBigYellow.svg') center no-repeat;
}
.order-form-review .rating-areaForm label.active ~ label, .order-form-review .rating-areaForm label:hover ~ label {
    background: transparent url('../img/icons/raitStarBigYellow.svg') center no-repeat;
}


.reviews-item-rating span {
    width: 20px;
    height: 20px;
    background: transparent url('../img/icons/raitStarBigGr.svg') center no-repeat;
}

.reviews-item-rating span.active {
    background: transparent url('../img/icons/raitStarBigYellow.svg') center no-repeat;
}

.order-form-review-bottom {
    gap: 15px;
    margin-top: 30px;
}

.user-notification-bell {
    margin-right: 15px;
    background: #bce34a;
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 2px 5px;
}

.user-notification-bell:hover {
    cursor: pointer;
}
.user-notification-toastr{
  bottom: 100px !important;
}
.user-notification-toastr-el{
  background: #292933 !important;
  border: transparent !important;
  border-radius: 10px !important;
}