@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 14.5px;
    color: #0C1423;
    font-weight: 400;
}
.headerWrp{
    align-items: center;
}
.exchWrp {
    width: 54%!important;
}
#home-exchange .headerBlock {
    float: right;
}
.exchangeCont {
    justify-content: flex-end;
}
.userBlock .opened img:first-child {
    display: none!important;
}
@media (max-width: 768px) {
    .exchWrp {
        width: 86%!important;
    }
}
@media (max-width: 768px) {
    .exchWrp {
        width: 100%!important;
    }
}
*:focus {
    outline: none!important;
    box-shadow: none!important;
}

.sLink {
    font-weight: 400;
    color: #FF4062;
    text-decoration: underline;
}

.sLinkText {
    font-weight: 400;
    color: #FF4062;
}

.sLink:hover {
    color: #0C1423;
}

.pointer:hover {
    cursor: pointer!important;
}

.customTitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    color: #0C1423;
    font-style: normal;
}

h1, .h1, h1 * {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

h2, .h2, h2 * {
    font-size: 15px;
    line-height: 20.5px;
    font-weight: 400;
}

h3, .h3, h3 * {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

h3.medium, .h3.medium, h3.medium * {
    font-size: 12px;
    line-height: 16.3px;
    font-weight: 500;
}

h4, .h4, h4 * {
    font-size: 12px;
    line-height: 16.3px;
    font-weight: 600;
}

h5, .h5, h5 * {
    font-size: 10px;
    line-height: 13.6px;
    font-weight: 400;
}

bold, .bold, b, .text-bold {
    font-weight: 700!important;
}

small, .small, small a, .small a {
    font-size: 10px;
    line-height: 13.5px;
    font-weight: 400;
}

a {
    color: #FF4062;
    text-decoration: none;
    transition: all .25s;
}

a:hover {
    color: #171715;
}








@media (min-width: 992px) {
    * {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    h1, .h1, h1 * {
        font-size: 40px;
        line-height: 43px;
    }

    h2, .h2, h2 * {
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
    }

    h3, .h3, h3 * {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }

    h3.medium, .h3.medium, h3.medium * {
        font-size: 16px;
        line-height: 21.8px;
    }

    h4, .h4, h4 * {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
    }

    h4.medium, .h4.medium, h4.medium * {
        font-size: 14px;
        line-height: 20.5px;
    }

    h5, .h5, h5 * {
        font-size: 12px;
        line-height: 16.3px;
        font-weight: 400;
    }

    small, .small, small a, .small a {
        font-size: 12px;
        line-height: 16.3px;
    }

    .customTitle {
        font-size: 30px;
        line-height: 32px;
    }

}

header {
    z-index: 999!important;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #071E3D;
}

.hLogoImg {
    max-width: 100%;
    width: 96px;
}

.hMenuWrapper a, .hMenuWrapper .link{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    padding: 15px 5px;
    background: transparent;
    padding-top: 25px;
    transition: all .25s;
    display: flex;
    align-items: center
}

.hMenuWrapper a:hover, .hMenuWrapper a.active, .hMenuWrapper .link:hover, .hMenuWrapper .link.active {
    color: #FF539B;
}

#authBtn {
    margin-right: 20px;
}

#authBtn span, a.userBlockBtn, a.userBlockBtn span {
    color: #0C1423;
    font-size: 12px;
    padding-left: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: all .25s;
}

a.userBlockBtn, a.userBlockBtn span {
    padding-left: 0;
}

a.userBlockBtn span.login-block{
    max-width: 115px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    top: 3px;
}

a.userBlockBtn > img {
    background: rgba(38, 40, 48, 0.3);
    padding: 8px;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -8px;
}

a.hLogoutLink img {
    margin-top: -5px;
    transition: all .25s;
}

a.hLogoutLink:hover img {
    filter: brightness(3);
}

.link.hTgLink {
    position: relative;
    padding-left: 28px;
}

.link.hTgLink > img {
    margin-right: 5px;
    top: 50%;
    margin-top: -11px;
    position: absolute;
    left: 0;
}

#loyalityLinksBlock {
    position: absolute;
    right: -30px;
    top: 40px;
    background: #fff;
    border-radius: 15px;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: transparent;
    transition: all .25s;
}

#loyalityLinksBlock a {
    white-space: nowrap;
    padding: 3px 0;
}

#headerLoyalityLink:hover #loyalityLinksBlock {
    opacity: 1;
    padding: 15px;
    border: 1px solid #FF539B;
    height: auto;
}

.headerWrp > .userBlock > .userBlock {
    margin-right: 20px;
}



@media (min-width: 992px) {
    header {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .hLogoImg {
        width: 146px;
    }

    header .logoWrp {
        margin-top: 0;
    }

    .headerWrp > .userBlock {
        margin-top: 5px;
    }

}

@media (min-width: 1200px) {

    .hLogoImg {
        width: 186px;
    }

    .hMenuWrapper a, .hMenuWrapper .link{
        padding-top: 20px;
    }

    .headerWrp > .userBlock {
        margin-top: 10px;
    }
}

footer {
    background: linear-gradient(90deg, #FF539B 0%, #F47162 100%);
    padding: 30px 0;
    z-index: 2;
}

footer .copyrightWrp span {
    font-weight: 400;
    font-size: 10px;
    color: #fff;
}

.footerMenuWrp a, .copyrightWrp a {
    display: block;
    white-space: nowrap;
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    line-height: 15px;
    transition: all .25s;
    margin-bottom: 12px;
    font-weight: 400;
}

.socIcons {
    font-size: 10px;
    line-height: 13.6px;
    font-weight: 400;
}

.footerMenuWrp a:hover, .copyrightWrp a:hover {
    color: #071E3D;
}




@media (min-width: 992px) {
    footer {
        padding: 80px 0 45px 0;
    }

    footer .copyrightWrp span, .footerMenuWrp a, .copyrightWrp a, .socIcons {
        font-size: 14px;
        line-height: 17px;
    }
}

#langBtn {
    width: 30px;
    height: 20px;
    margin-right: 10px;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
}

#langBtn > img {
    margin-left: 35px;
    margin-top: 2px;
}

.langWrapper {
    position: relative;
    display: inline-block;
}

#langSelect {
    box-shadow: 0 7px 25px rgba(141, 84, 224, 0.25);
    border-radius: 10px;
    position: absolute;
    z-index: 9;
    background: #fff;
    left: auto;
    right: 0;
    margin-right: 0;
    margin-top: 5px;
    overflow: hidden;
    transition: all .3s;
}

.langWrapper.closed #langSelect {
    max-height: 0;
    transition: max-height 0.2s ease-in;
}

.langWrapper.opened #langSelect {
    max-height: 800px;
    transition: max-height 0.2s ease-in;
}

#langSelect .lang_elem {
    width: 100%;
    padding: 11px 15px;
    text-align: left;
    display: flex;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #0F2232;
    transition: all .2s;
}

#langSelect .lang_elem:hover {
    background: #B3DAFF;
}

#langSelect .lang_elem img {
    width: 22px;
    height: 22px;
    border: 1px solid #CBCCCE;
    border-radius: 2px;
    margin-right: 12px;
}


@media (min-width: 768px) {
    #langSelect {
        left: 0;
        right: auto;
    }
}

@media (min-width: 992px) {
    .langWrapper #langSelect {
        left: auto;
        right: 0;
    }

    #langBtn {
        margin-right: 15px;
        width: 32px;
        height: 25px;
    }

    #langBtn > img {
        margin-left: 40px;
        margin-top: 0;
    }
}

#mobMenuWrp {
    width: 100%;
    height: auto;
    top: 40px;
    padding: 0;
}

.mobMenuWrp {
    transition: all .25s;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
    max-height: calc(100% - 50px);
    overflow-y: auto;
    z-index: 1019;
}

.mobMenuToggler {
    margin-left: 30px;
}

.mobMenuWrp.opened .mobMenuCont {
    background: #071E3D;
    overflow-y: auto;
    padding: 0 15px;
    max-height: calc(100% - 53.9px);
    padding-bottom: 20px;
    position: relative;
}

.mobMenu .mobApps {
    margin-top: 15px;
}

.mobMenu .mobApps img {
    max-width: 100%;
}

.mobMenuLinks {
    margin-top: 20px;
}

.mobMenu .linkS {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

.mobMenu .linkS.active, .mobMenu .linkS:hover {
    color: #FF539B;
}

.mobCopyrightWrp {
    margin-top: 20px;
}

.mobCopyrightWrp .copyright, .mobCopyrightWrp a {
    color: #0C1423;
    font-size: 10px;
    line-height: 10px;
    margin-top: 20px;
}

.mobCopyrightWrp a {
    color: #888B8F;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #888B8F;
}

.mobMenuWrp.closed {
    max-width: 0;
    opacity: 0;
}

.mobMenuWrp.opened {
    max-width: 100%;
    opacity: 1;
}

.mobSocIcons {
    margin-top: 20px;
}

.mobSocIcons a {
    color: #888B8F;
    text-decoration: none;
    font-size: 11px;
    line-height: 16.5px;
    font-weight: 400;
    margin-top: 15px;
}

.mobSocIcons a:nth-child(2) {
    margin-left: 20px;
}

.mobSocIcons a img {
    margin-right: 7px;
}

#mobMenuWrp .btn-primary {
    width: 280px;
}

#mobMenuWrp .authBlock {
    margin-top: 40px;
}

.vr-modal {
    background: rgba(9, 0, 63, .5);
    height: 100%;
}

.vr-modal::-webkit-scrollbar {
    width: 8px;
}

.vr-modal .modal-dialog .modal-content {
    padding: 20px;
    border-radius: 15px;
    background: #F9F7FD;
    border: 1px solid #EFE7FF;
}

.modal-content .modal-title {
    color: #0F2232;
    font-size: 20px;
    font-weight: 600;
    line-height: 23px;
    color: #171715;
}

.vr-modal .btn-close {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 12px;
    z-index: 9;
}

.modal-header, .modal-body, .modal-content, .modal-footer {
    border: 0;
    border-radius: 0;
}

.modal-header {
    padding: 0;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    padding-right: 20px;
}

.modal-body .form-group {
    margin-bottom: 20px;
}

a.openRestoreModal {
    color: #FF4062;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #FF4062;
    margin-top: 20px;
    display: inline-block;
    line-height: 16px;
}

a.openRestoreModal:hover {
    border-bottom: 0;
}

.signinType {
    display: none!important;
}

.signinType img {
    max-width: 15px!important;
    max-height: 15px!important;
    margin-right: 5px!important;
}

.signinType:hover {
    cursor: pointer;
}

.modal-body.email .signin_telegram, .modal-body.telegram .signin_email {
    display: inline-block!important;
}

.fCaptcha .showerror {
    margin-top: 20px;
    margin-bottom: 0;
}

.fCaptcha > div > div {
    margin: 0 auto;
}

#signin .modal-body, #resetPassword .modal-body, #register .modal-body {
    padding-bottom: 0;
}

#lostpass-recaptcha > div, #register-recaptcha > div {
    margin: 0 auto;
}

#register .form-check-label, #register .form-check-label a, #register .form-check-label a:hover {
    font-size: 12px;
    color: #0F2232;
    line-height: 19.6px;
    font-weight: 400;
}

#register .form-check-label a {
    color: #FF539B;
}

#errorModalBtn {
    display: none;
}

#errorModal .modal-body {
    text-align: center;
}

.modal-header .btn-close {
    padding: 3px;
    background-size: cover;
    right: 20px;
    top: 20px;
    opacity: .3;
}

.modal-header .btn-close:hover {
    opacity: 1;
}
.new-year-icon{
    margin-left: 10px;
    max-height: 40px;
}


@media (min-width: 768px) {
    #choose-valute .modal-dialog {
        max-width: 650px;
    }
    .new-year-icon{
        margin-left: 20px;
    }
}

@media (min-width: 992px) {
    #choose-valute .modal-dialog {
        max-width: 850px;
    }

    .modal-content .modal-title {
        font-size: 30px;
        line-height: 41px;
    }

    .vr-modal .modal-dialog .modal-content {
        border-radius: 25px;
    }
    #mobMenuWrp{
        top: 90px
    }
    .new-year-icon{
        max-height: unset;
    }
}
@media (min-width: 1200px){
    .new-year-icon{
        max-height: 60px;
        position: relative;
        top: 4px
    }
    .hMenuWrapper a, .hMenuWrapper .link{
        font-size: 13px
    }
}
@media (min-width: 1400px){
    .new-year-icon{
        max-height: unset;
        position: unset;
    }
    .hMenuWrapper a, .hMenuWrapper .link{
        font-size: 14px
    }
}
.btn {
    display: inline-block;
    padding: 0 23.5px;
    width: auto;
    text-align: center;
    text-decoration: none;
    transition: all .25s;
    border-radius: 5px;
}

.btn.green, .btn.green:hover {
    background: #00c600;
    border-color: #008e00;
    color: #fff;
}

.btn:hover  {
    cursor: pointer;
}

.btnBig, .btnNormal, .btnSmall, .btn-small {
    line-height: 38px;
    font-size: 10px;
    font-weight: 700;
}

.btnBig span {
    font-size: 10px;
    font-weight: 700;
}

.btnWide {
    width: 100%;
}

.btn-primary, .btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled {
    background: linear-gradient(90deg, #FF539B 0%, #F47162 100%);
    border: 1px solid #FF4062;
    border-color: #FF4062;
    color: #fff;
}

.btn-primary:focus span {
    color: #fff;
}

.btn-primary:disabled span {
    color: #000;
}

.btn-primary:hover, .btn-primary:hover span {
    background: #fff;
    color: #FF4062;
    border: 1px solid #FF4062;
}

.btn-primary:hover span {
    border: none!important;
}

.btn-secondary {
    background: #fff;
    border: 1px solid #FF4062;
    color: #FF4062;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background: linear-gradient(90deg, #F47162 0%, #FF539B 100%);
    border-color: #FF4062;
}

.btn-third {
    background: #131B34;
    border: 1px solid #131B34;
    color: #fff;
}

.btn-third:hover, .btn-third:focus {
    background: #333B54;
    border: 1px solid #333B54;
}

.btn.disabled {
    background: #C8CDDC!important;
    pointer-events: none!important;
}

.btn.btn-secondary.disabled {
    color: #A3ABC4;
    border: 1px solid #A3ABC4;
}

.switch {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 14px;
    margin-right: 8px;
    margin-bottom: 6px;
    margin-top: 0;
    float: left;
}

.switch input {
    display: none;
}

.switch input:checked+.slider {
    background: linear-gradient(270deg, #F47162 100%, #FF539B 0%);
}

.slider.round {
    border-radius: 20px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A3ABC4;
    transition: .4s;
}

.switch input:checked+.slider:before {
    transform: translateX(10px);
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 2px;
    bottom: 2px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition: .4s;
}

.sliderCont {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 0;
}

.btn-primary span {
    color: #fff;
}


@media (min-width: 576px) {
    .btnWide {
        padding: 0 50px;
        width: auto;
    }
}

@media (min-width: 992px) {

    .btnBig {
        line-height: 44px;
        font-size: 14px;
        font-weight: 500;
    }

    .btnBig span {
        font-size: 14px;
        font-weight: 500;
    }

    .btnWide {
        padding: 0 60px;
    }

    #authBtn {
        padding: 0 40px;
    }

    .btnNormal {
        line-height: 41px;
        font-size: 14px;
        font-weight: 700;
    }

    .btnSmall, .btn-small {
        line-height: 33px;
        font-size: 12px;
        font-weight: 500;
    }

    .switch {
        height: 22px;
        width: 32px;
    }

    .slider:before {
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
    }
}

@media (max-width: 767.98px) {
    .headerTgLink.mr-20 {
        margin-right: 0;
    }
}

input[type=text], input[type=email], input[type=password], select, .fSelect select, .exhcangeBlockHeader {
    height: 38px;
    line-height: 38px;
    width: 100%;
    background: #FFFEFE;
    border: 1px solid #EFE7FF;
    border-radius: 5px;
    font-size: 12px;
    color: #0C1423;
    padding: 0 10px;
    transition: all .25s;
    font-weight: 500;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, .form-group textarea.form-control:focus, .topMenuBlock.opened .exhcangeBlockHeader, .exch-val-cont {
    border: 1px solid #FF4062;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
}

input.fReadonly[type=text]:focus, input.fReadonly[type=email]:focus, input.fReadonly[type=password]:focus, select:focus {
    border: 1px solid #D6DBE9!important;
}

input.error[type=text], input.has-error[type=text], input.has-error[type=email], input.has-error[type=email], input.error[type=password], input.has-error[type=password], input.error[type=select], input.has-error[type=select] {
    border: 1px solid #FF4062;
}

input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
    background: #FFF;
    border: 1px solid #FF539B;
    border-radius: 2px;
}

input:checked[type=checkbox], input:checked[type=radio] {
    background: #FF539B;
    border-color: #FF539B;
}

input[type=radio] {
    border-radius: 50%;
}

input[type=radio]:hover, input[type=checkbox]:hover, select:hover, .fSelect select:hover, .checksGroup .form-check:hover, .form-check label:hover {
    cursor: pointer;
}

.checksGroup .form-check:not(:last-child) {
    margin-right: 10px;
}

.copyWrp {
    position: relative;
}

.copyWrp .valuteIcon {
    position: absolute;
    left: 10px;
    top: calc(50% - 12px);
}

.copyWrp .form-control--copy, .copyWrp .form-control--copy:focus {
    padding-right: 40px;
    background: #fff;
    font-weight: 600;
    color: #0C1423;
}

.copyBtn {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0;
    transition: all .25s;
    background: transparent;
}

.copyBtn .copyIcon {
    margin-left: 5px;
}

.copyBtn:hover {
    cursor: pointer;
}

.copyBtn:hover img, #order-cancel:hover img {
    filter: brightness(0);
}

.copyBtn.green img {
    filter: hue-rotate(230deg) brightness(1.3) contrast(300%);
}

.form-group textarea.form-control {
    background: #FFFEFE;
    border: 1px solid #EFE7FF;
    border-radius: 15px;
    font-size: 12px;
    color: #0C1423;
    padding: 10px;
    width: 100%;
}

.form-group label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #0C1423;
    margin-bottom: 5px;
}

#contactForm .form-group {
    margin-top: 10px;
}

.bill__radio {
    display: flex;
    align-items: center;
}

.bill__radio label {
    margin: 0!important;
    margin-right: 10px!important;
    text-transform: capitalize;
}

.bill__radio .form-check {
    margin: 0;
    display: flex;
    align-items: center;
}

.bill__radio .form-check label {
    margin-left: 5px!important;
}

.bill__radio .form-check input {
    margin-top: 0;
}








@media (min-width: 992px) {
    input[type=text], input[type=password], input[type=email], select, .fSelect select, .exhcangeBlockHeader {
        font-size: 16px;
        height: 44px;
        line-height: 42px;
        padding: 0 15px;
    }

    .copyBtn {
        right: 5px;
        top: 9px;
    }

    .form-group textarea.form-control {
        padding: 15px;
        font-size: 16px;
    }

    .form-group label {
        font-size: 20px;
        line-height: 24.5px;
        font-weight: 500;
        margin-bottom: 8px;
    }

    input[type=checkbox], input[type=radio] {
        width: 20px;
        height: 20px;
    }

    .bill__radio .form-check {
        display: flex;
        align-items: center;
    }

    .bill__radio .form-check label {
        margin-left: 8px!important;
    }
}

.pagination > nav {
    margin: 0 auto;
    width: 100%;
}

ul.pagination {
    display: block;
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    padding-inline-start: 0;
    margin-bottom: 0;
    overflow-x: auto;
    padding-bottom: 5px;
}

ul.pagination::-webkit-scrollbar {
    height: 5px;
    border-radius: 5px;
}

ul.pagination > li, nav > ul.pagination > li {
    margin: 0 1px;
    display: inline-block;
    margin-bottom: 5px;
}

ul.pagination > li a, nav > ul.pagination > li a {
    background-color: #fff;
    width: 32px;
    line-height: 30px;
    text-align: center;
    color: #0C1423;
    border-radius: 15px!important;
    font-size: 12px;
    padding: 0;
    border: 1px solid #FF539B!important;
    display: inline-block;
}

nav > ul.pagination > li:first-child a {
    transform: rotate(-90deg);
}

nav > ul.pagination > li:last-child a {
    transform: rotate(90deg);
}

ul.pagination > li a:hover, ul.pagination > li.active a, nav > ul.pagination > li a:hover, nav > ul.pagination > li.active a {
    color: #fff!important;
    background-color: #FF539B!important;
}

ul.pagination > li:first-child a:hover *, ul.pagination > li:last-child a:hover *, nav > ul.pagination > li:first-child a:hover *, nav > ul.pagination > li:last-child a:hover * {
    stroke: #fff;
}







@media (min-width: 992px) {
    ul.pagination > li, nav > ul.pagination > li {
        margin: 0 3px;
    }

    ul.pagination > li a, nav > ul.pagination > li a {
        font-size: 15px;
        font-weight: 700;
        width: 40px;
        line-height: 38px;
    }
}

ul.psBtnsWrp {
    padding-inline-start: 0;
    margin-bottom: 0;
    overflow-x: auto;
    padding-bottom: 5px;
    white-space: nowrap;
}

ul.psBtnsWrp li.psBtnGroup {
    list-style: none;
    display: inline-block;
}

ul.psBtnsWrp li.psBtnGroup:not(:last-child) {
    margin-right: 10px;
}

ul.psBtnsWrp li.psBtnGroup a {
    color: #0C1423;
    border-radius: 15px;
    border: 1px solid #EFE7FF;
    font-style: normal;
    font-size: 12px;
    line-height: 32px;
    font-weight: 500;
    padding: 0 20px;
    background: rgba(249, 247, 253, 0.58);
}

ul.psBtnsWrp li.psBtnGroup a:hover, ul.psBtnsWrp li.psBtnGroup a.active {
    color: #fff;
    background: linear-gradient(90deg, #F47162 0%, #FF539B 100%);
    border: 1px solid #FF539B;
}

.exchangeBlock .currenciesBlock {
    position: absolute;
    top: 30px;
    width: calc(100% + 2px);
    left: -1px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    opacity: 0;
    z-index: -1;
    transition: all .4s;
    overflow-y: auto;
    max-height: 0;
}

.exchangeBlock .topMenuBlock.opened .currenciesBlock {
    top: 38px;
    border-radius: 15px;
    z-index: 99;
    opacity: 1;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: #F47162 #f1f1f1;
    max-height: initial;
}

.exchangeBlock .topMenuBlock.opened .currenciesBlock .val-list {
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 8px;
    padding-left: 0;
    scrollbar-width: thin;
}

.exchangeBlock .topMenuBlock.opened .currenciesBlock::-webkit-scrollbar, html::-webkit-scrollbar, *::-webkit-scrollbar {
    width: 8px;
}

ul.psBtnsWrp::-webkit-scrollbar {
    height: 5px;
}

.exchangeBlock .topMenuBlock.opened .currenciesBlock::-webkit-scrollbar-track, *::-webkit-scrollbar-track {
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.4) inset;
    background-color: #f1f1f1;
    border-radius: 10px;
}

.exchangeBlock .topMenuBlock.opened .currenciesBlock::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), radial-gradient(71.55% 129.69% at 28.45% 74.22%, #F47162 0%, #FF539B 96.2%);
}

html::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(#FF539B, #071E3D);
}

.exhcangeBlockHeader {
    width: 100%;
    padding: 0 20px 0 5px;
    display: flex;
    align-items: center;
    transition: all .25s;
    position: relative;
}

#codes-list > .input-group > input:nth-child(2) {
    border-left: 2px solid #D1D6E4;
}

.exhcangeBlockHeader:hover {
    cursor: pointer;
}

.exhcangeBlockHeader .valuteName {
    color: #0C1423;
    font-weight: 600;
}

.exhcangeBlockHeader .arrow, .fArrow {
    position: absolute;
    right: 8px;
    margin-top: -2px;
    transform: rotate(180deg);
    transition: all .25s;
    width: 10px;
}

.opened .exhcangeBlockHeader .arrow, .opened .fArrow {
    transform: rotate(0deg);
}

.billPsList {
    -webkit-padding-start: 0;
}

.exchangeBlock input.search-input {
    border: none;
    padding-left: 35px;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0!important;
    height: 40px;
    padding-bottom: 0;
}

.exchangeBlock .searchIcon {
    position: absolute;
    top: 15px;
    left: 15px;
}

.exchangeBlock .valute {
    color: #888B8F;
    font-size: 12px;
    line-height: 17px;
    float: right;
}

.currency__item.psItem {
    padding: 7px 15px;
}

.currency__item.psItem:hover {
    cursor: pointer;
}

.currency__item.psItem.active * {
    color: #fff;
}

.miniIcon {
    max-width: 20px;
    max-height: 20px;
}

.searchWrp {
    position: relative;
}

.topMenuBlock ul.psBtnsWrp {
    margin-top: 10px;
    width: calc(100% - 10px);
    text-align: center;
    margin-left: 5px;
}

.topMenuBlock ul.psBtnsWrp .psBtnGroup {
    margin-right: 0!important;
    display: inline-block;
}

.topMenuBlock ul.psBtnsWrp .psBtnGroup a {
    border-radius: 13px;
    line-height: 35px;
}

.topMenuBlock ul.psBtnsWrp .psBtnGroup:not(:last-child) a {
    margin-right: 5px;
}

.exhcangeBlockHeader > .miniIcon {
    margin-right: 5px;
}

.exchangeSideBlock {
    position: relative;
}

.exchangeSideBlock.sideTo {
    margin-top: 10px;
}

.exchangeSideBlock .exchangeSideInfo {
    margin-top: 5px;
}

.policyTxt a {
    text-decoration: none;
    color: #FF539B;
    font-size: 10px;
    line-height: 13.6px;
    transition: all .25s;
}

.policyTxt a:hover {
    color: #171715;
}

.policyWrp .policyTxt {
    margin-left: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 13.6px;
    border-left: 1px solid #D1D6E4;
}
.policyTxt label{
    display: block;
    position: relative;
    padding: 2px 0 2px 26px;
    line-height: 16px !important;
    font-size: 12px;
    margin-bottom: 6px;
}
.policyTxt label.no-label{
    padding-left: 0 !important;
}
.policyTxt label:last-of-type{
    margin-bottom: 0;
}
.policyTxt label input{
    display: none;
}
.policyTxt label input + span{
    width: 20px;
    height: 20px;
    border: 1px solid #FF539B;
    position: absolute;
    top: 0;
    left: 0;
}
.policyTxt label input:checked + span{
    background: #FF539B url(../fonts/check.svg) center no-repeat;
}
#showProps img {
    margin-left: 10px;
}

.curChoiseWrp > div:first-child {
    flex: 0 0 calc(70% - 20px);
    margin-top: 0;
}
#home-exchange .fDirectChoise .fSelectImitationWrp {
    width: calc(70% - 20px);
}

.curChoiseWrp > div:last-child {
    flex: 0 0 30%;
}

.curChoiseWrp .fieldElemSumm {
    position: relative;
}

.curChoiseWrp .fieldElemSumm input {
    text-overflow: ellipsis;
    padding-right: 40px;
}

.curChoiseWrp .fieldElemSumm .valute_plch {
    position: absolute;
    padding-right: 5px;
    right: 2px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 10px;
    color: #0C1423;
}

#home-exchange .curChoiseWrp .currency__item.psItem[attr-disabled="disabled"] {
    opacity: .3;
}

#h-course, #h-reserve, #from_min_amount, #from_max_amount {
    white-space: nowrap;
}

.exchangeSideInfo h5:first-child {
    padding-right: 10px;
}

.exchangeSideInfo h5:last-child {
    padding-left: 10px;
    text-align: right;
}

.exchangeSideInfo h5 span {
    color: black;
}

#home-exchange.step2 #exchangeBlockCol .policyWrp, body.index.bStep2 main.step2 .indStep2Hidden, body.index.bStep1 .indStep1Hidden {
    display: none!important;
}

#home-exchange.step2 .propsWrp {
    display: block!important;
}

.btn.add-row, .btn.del-row {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#codes-list > .input-group {
    margin-bottom: 10px;
}

.form-field > .tooltip-address {
    position: absolute;
    left: 0;
    max-width: 100%;
    word-break: break-all;
    font-size: 10px;
    background: #fff;
    z-index: 9;
}

#props .form-field {
    position: relative;
}

#calcError span {
    display: block;
    text-align: center;
    font-weight: bold;
    color: red;
    margin-bottom: 20px;
}

#home-exchange .exchangeTextBlock, #home-exchange .exchWrp {
    position: relative;
}

.exchWrpBlock {
    z-index: 10!important;
}

.exchWrpBlock > .col-12 > .whiteBlock {
    backdrop-filter: blur(3px);
}

#home-exchange .headerBlock {
    max-width: 600px;
}

@media (min-width: 768px) {
    .exchangeBlock .topMenuBlock {
        position: initial;
    }

    .exchangeBlock .topMenuBlock.opened .currenciesBlock .val-list {
        max-height: 300px;
    }
}

@media (min-width: 992px) {
    .miniIcon {
        max-width: 24px;
        max-height: 24px;
    }

    .exchangeBlock .topMenuBlock.opened .currenciesBlock {
        top: 43px;
    }

    .exhcangeBlockHeader {
        font-size: 14px;
        height: 43px;
    }

    .exhcangeBlockHeader > .miniIcon {
        margin-right: 10px;
        margin-left: 5px;
    }

    .quickExchangesListWrp {
        padding: 50px 30px;
    }

    .exchangeSideBlock.sideTo {
        margin-top: 20px;
    }

    ul.psBtnsWrp li.psBtnGroup a {
        font-size: 16px;
    }

    .exchangeBlock .topMenuBlock.opened .currenciesBlock .val-list {
        max-height: 420px;
    }

    #home-exchange .curChoiseWrp .fieldElemSumm input {
        padding-right: 50px;
    }

    .curChoiseWrp .fieldElemSumm .valute_plch {
        font-size: 12px;
    }

    .policyWrp .policyTxt, .policyWrp .policyTxt a {
        font-size: 12px;
        line-height: 16.3px;
    }

    .form-field > .tooltip-address {
        font-size: 12px;
    }

    #home-exchange .exchangeTextBlock {
        padding-bottom: 180px;
    }

    ul.psBtnsWrp li.psBtnGroup:not(:last-child) {
        margin-right: 15px;
    }
}
@media (max-width: 575px) {
    .policyWrp{
        flex-wrap: wrap;
    }
    .policyWrp .policyTxt{
        margin: 0;
        padding: 0;
        border: none;
        order: 1;
        width: 100%;
        margin-bottom: 10px;
    }
    .policyWrp .btn{
        order: 2;
    }
}
.faqElem {
    border: 1px solid #EFE7FF;
    background: rgba(249, 247, 253, 0.58);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    padding: 0 20px;
    margin-bottom: 15px;
    border-radius: 25px;
}

.faqElem:hover {
    background: #ffebe9;
}

.faqElem .faqElemHeader {
    color: #0C1423;
    position: relative;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14.5px;
    padding: 15px 25px 15px 0px;
}

.faqElem .faqElemHeader:hover {
    cursor: pointer;
}

.faqElem .faqElemHeader img {
    position: absolute;
    opacity: .5;
    transform: rotate(180deg);
    transition: all .4s;
    right: 0;
    top: 18px;
    width: 15px;
}

.faqElem.opened .faqElemHeader img {
    transform: rotate(0);
}

.faqElemTxt {
    overflow: hidden;
    color: #0C1423;
}

.faqElemTxt .wrp {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-top: 10px;
    color: #0C1423;
}

.faqElem.closed .faqElemTxt {
    max-height: 0;
    opacity: 0;
    transition: all .25s;
}

.faqElem.opened .faqElemTxt {
    max-height: 999999999999999px;
    transition: all .25s;
    opacity: 1;
}

.faqElem.opened .faqElemTxt * {
    font-size: 12px;
    font-weight: 400;
}


@media (min-width: 992px) {

    .faqElem .faqElemHeader, .faqElem.opened .faqElemTxt * {
        font-size: 16px;
        line-height: 20px;
    }

    .faqElem .faqElemHeader img {
        top: 20px;
    }

}

#billPropsWrp > div:first-child label {
    margin-top: 0!important;
}

.bill__info-list {
    margin-top: 10px;
}

.bill__info-list h4 {
    font-weight: 500;
}

a.closeBillBtn {
    border: 1px solid #EB5757;
    padding: 0 10px;
    margin-left: 10px;
    font-weight: 800;
    font-size: 12px;
    border-radius: 15px;
    line-height: 41px;
}

.closeBillBtn:hover {
    background-color: #FF4062;
    color: #fff;
}

.billShareLink {
    text-decoration: none;
    color: #131B34;
    margin-top: 20px;
}

.bill__block-info-contacts .billShareLink:first-child {
    margin-right: 20px;
}

.billShareLink:hover {
    color: #FF539B;
}

#billPaymCont #id_email {
    border: 1px solid #D6DBE9!important;
}

#billPaymCont #props > .col-12 {
    width: 100%!important;
}

.bill__info-item > h4 {
    flex: 0 0 50%;
}

.bill__info-value {
    word-break: break-all;
}

#billPaymCont .exchangeBlock .topMenuBlock.opened .currenciesBlock {
    max-height: 350px;
}




@media (min-width: 992px) {
    a.closeBillBtn {
        padding: 0 15px;
    }

    #billPaymCont .exchangeBlock .topMenuBlock.opened .currenciesBlock {
        max-height: 400px;
    }
}

.reviewBody {
    border: 1px solid #EFE7FF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    padding: 30px 15px;
    border-radius: 25px;
    height: 100%;
    background: rgba(249, 247, 253, 0.58);
}

.reviewBody .reviewBottom {
    margin-top: 13px;
}

.reviewBody .reviewText {
    word-break: break-word;
    font-size: 10px;
    line-height: 12.2px;
    font-weight: 400;
}

.reviewBody .revName {
    font-weight: 500;
    font-size: 12px;
    line-height: 14.5px;
    word-break: break-all;
    margin-bottom: 5px;
}

.reviewBody .revRait {
    zoom: .8;
}


#liveRevForm .rait-0-stars svg * {
    fill: #D6DBE9!important;
}

#liveRevForm .rait-1-stars svg:nth-child(n+2) * {
    fill: #D6DBE9!important;
}

#liveRevForm .rait-2-stars svg:nth-child(n+3) * {
    fill: #D6DBE9!important;
}

#liveRevForm .rait-3-stars svg:nth-child(n+4) * {
    fill: #D6DBE9!important;
}

#liveRevForm .rait-4-stars svg:nth-child(n+5) * {
    fill: #D6DBE9!important;
}

#liveRevForm .rating__group {
    position: relative;
    width: 125px;
    height: 25px;
    background-image: url('../fonts/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('../fonts/raitStarBigYellow.svg');
    z-index: 9;
}

#liveRevForm .rating__star:hover #liveRevForm .rating__star {
    background-image: url('../fonts/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
}

.rait-0-stars svg * {
    fill: #D6DBE9!important;
}

.rait-1-stars svg:nth-child(n+2) * {
    fill: #D6DBE9!important;
}

.rait-2-stars svg:nth-child(n+3) * {
    fill: #D6DBE9!important;
}

.rait-3-stars svg:nth-child(n+4) * {
    fill: #D6DBE9!important;
}

.rait-4-stars svg:nth-child(n+5) * {
    fill: #D6DBE9!important;
}

@media (min-width: 576px) {
    .reviewBody .revRait {
        zoom: 1;
    }
}

@media (min-width: 576px) {
    .reviewBody .revRait {
        zoom: .9;
    }
}

@media (min-width: 992px) {

    .reviewBody {
        padding: 30px;
    }

    .reviewBody .reviewBottom {
        margin-top: 20px;
    }

    .reviewBody .revName {
        font-size: 14px;
        line-height: 17px;
    }

    .reviewBody .reviewText {
        font-size: 12px;
        line-height: 14.5px;
    }

    .reviewBody .revRait {
        zoom: .8;
    }

}

.reservesImg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.reserves_block .elem {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background: rgba(249, 247, 253, 0.58);
    border: 1px solid #EFE7FF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 25px;
    margin-top: 10px;
}

.reserves_block .elem:hover {
    cursor: pointer;
    background: #EFEFFF;
}

.reserves_block .elem .reservElemTxt, .reserves_block .elem .reservElemTxt span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    color: #0C1423;
}

.fSelectNew .fselectImitation {
    padding-left: 0;
}

.bcLink {
    display: inline;
    padding: 0;
    width: auto;
}






@media (min-width: 992px) {
    .reserves_block .elem .reservElemTxt {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
    }

    .reserves_block .elem .reservElemTxt span {
        font-size: 12px;
        font-weight: 500;
    }
}


.partnersItem, .warrantiesItem {
    border: 1px solid #F4F6FB;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 30px 20px;
}

.warrantiesItem {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.warrantiesItem img {
    max-width: 100%;
    width: 90px;
}

.partnersItem:not(:first-child) {
    margin-top: 14px;
}

.partnersDiscountWrp {
    position: absolute;
    right: 0;
    text-align: center;
    background: #FF539B;
    border-radius: 0 15px 15px 0;
    width: 100px;
    height: 100%;
}

.partnersDiscount {
    margin: 0 auto;
}

.pdText {
    color: #fff;
}






@media (min-width: 768px) {

}

@media (min-width: 992px) {
    .partnersItem:not(:first-child) {
        margin-top: 20px;
    }

    .partnersText {
        padding-left: 20px;
    }
}

.accountBody {
    overflow-x: hidden;
}

.accountBody .whiteBlock.position-relative {
    z-index: 2;
}

.accMenu, .overflowX {
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
    padding-inline-start: 0;
    margin-bottom: 0;
    overflow-x: auto;
    padding-bottom: 5px;
}

.accMenu::-webkit-scrollbar, .overflowX::-webkit-scrollbar {
    height: 5px;
    border-radius: 5px;
}

.accMenu, .overflowXm, .overflowY {
    scrollbar-width: thin;
    scrollbar-color: #F47162 #f1f1f1;
}

.overflowY::-webkit-scrollbar {
    width: 5px;
}

.accMenu a {
    display: inline-block;
    color: #0C1423;
    border-radius: 10px;
    padding: 3px 12px;
    border: 1px solid #FF4062;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.accMenu a:hover, .accMenu a.active {
    background: linear-gradient(90deg, #F47162 0%, #FF539B 100%);
    color: #fff;
}

.accMenu a:not(:last-child) {
    margin-right: 15px;
}

.withoutShadow {
    box-shadow: none!important;
}

.greyBg {
    background: #F5F6FB!important;
}

.accountContent .whiteBlock.greyBg {
    padding: 0!important;
    border-radius: 0!important;
    background-color: #fff!important;
}

#subscriptionResult {
    display: inline-block;
    color: #00c600;
    font-weight: bold;
    font-size: 120%;
    line-height: 14px;
    margin-left: 10px;
}

.orderDetail {
    transition: all .25s;
}

.orderDetail:hover, .orderDetail:hover span {
    cursor: pointer;
    color: #071E3D;
    background: linear-gradient(90deg, #1749a1 0%, #071E3D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.summBlock {
    position: relative;
}

.summBlock.block1 {
    padding-right: 15px;
}

.summBlock.block2 {
    padding-left: 10px;
}

.summBlock img.rightArrow {
    position: absolute;
    left: -13px;
    top: calc(50% - 4px);
    width: 16px;
}

.summBlock .miniIcon {
    float: left;
    margin-right: 10px;
    max-width: 25px;
    max-height: 25px;
}

.numStatus {
    margin-top: 10px;
}

.repeatBtnWrp a.repeatBtn > img {
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.repeatBtnWrp a.repeatBtn * {
    transition: all .25s;
}

.repeatBtnWrp a.repeatBtn:hover {
    filter: hue-rotate(78deg) brightness(1.1);
}

.repeatBtnWrp a.repeatBtn:hover img {
    transform: rotate(-90deg);
}

.orderElemWrp {

}

.orderElemWrp .ohAddress {
    word-break: break-all;
}

.refStatsElem {
    margin-top: 20px;
}

.refStatsElem .refStatsElemValue {
    color: #F47162;
    margin-bottom: 0;
    background: linear-gradient(90deg, #F47162 0%, #FF539B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.refUserElem {
    border: 1px solid #F4F6FB;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px 5px;
    padding-right: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h2.userElemAmount {
    color: #F47162;
}

.refUserInfo {
    position: relative;
    padding-left: 30px;
}

.refUserInfo img {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
}

h3.userElemMail {
    margin-left: 10px;
}

.accContentImgBg {
    position: absolute;
    right: -85px;
    top: 60%;
    margin-top: -120px;
    z-index: 1;
}

#referalsBlock .statsWrp {
}

.refStatsElem .refStatsElemName {
    margin-top: 5px;
}

.accDepoElemInfo h3 {
    word-break: break-all;
    padding-right: 15px;
}

.accDepoElemInfo img {
    margin-right: 5px;
}

.accDepoElem {
    border: 1px solid #F4F6FB;
    padding: 3px 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 5%);
    border-radius: 15px;
    min-height: 40px;
}

.accBalInfo > .elem:first-child {
    margin-right: 20px;
}

.accBalInfo > .elem b {
    padding-left: 10px;
}

.statsWrp > .whiteBlock, .ordersList > .whiteBlock {
    padding: 15px;
}

.mobOrderDetail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}



@media (max-width: 575.98px) {
    .accDepoElemBtns > div, .accDepoElemBtns > div:hover, .accDepoElemBtns > div:active {
        display: block;
        padding: 0;
        font-size: 12px;
        line-height: 16px;
        background: transparent;
        color: #FF539B;
        border: none;
        text-align: right;
    }

    .statsWrp > .whiteBlock {
        box-shadow: none!important;
        border: none!important;
        background: transparent!important;
        padding: 0!important;
        backdrop-filter: initial;
    }
}

@media (min-width: 576px) {
    .accountContent .whiteBlock.greyBg {
        border-radius: 15px!important;
        padding: 25px!important;
        background: #F5F6FB!important;
    }

    .summBlock.block1 {
        padding-right: 30px;
    }

    .summBlock.block2 {
        padding-left: 23px;
    }
}

@media (min-width: 768px) {
    .summBlock img.rightArrow {
        top: -10px;
    }
}

@media (min-width: 992px) {
    #subscriptionResult {
        line-height: 18px;
    }

    .repeatBtnWrp a.repeatBtn > img {
        float: left;
        margin-top: -1px;
        margin-right: 5px;
    }

    .numStatus {
        margin-top: 0;
    }

    .summBlock .miniIcon {
        max-width: 40px;
        max-height: 40px;
    }

    .refUserInfo {
        padding-left: 35px;
    }

    .refUserInfo img {
        width: 32px;
        height: 32px;
        margin-top: -17px;
    }

    .accMenu a {
        font-size: 15px;
        line-height: 18px;
        border-radius: 15px;
        padding: 5px 10px;
    }

    .orderElemWrp {

    }

    .accDepoElemInfo img {
        margin-right: 10px;
    }

    .accBalInfo > .elem:first-child {
        margin-right: 50px;
    }

    .summBlock img.rightArrow {
        top: calc(50% - 4px);
    }
}

@media (min-width: 1200px) {
    .accMenu a {
        font-size: 16px;
        line-height: 22px;
        border-radius: 15px;
        padding: 7px 20px;
    }
}

.indexHeader {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
}

.tgBigIcon {
    max-width: 90%;
    height: auto;
}

.tgTextBlock h2 {
    display: flex;
    align-items: center;
}

.tgTextBlock h2 img {
    margin-right: 15px;
}

.tgTextBlock a.btn img {
    margin-right: 10px;
}

.tgTextBlock a.btn {
    width: 100%;
}

.currencyOffer {
    padding: 30px;
}

#co-recaptcha {
    margin: initial!important;
}

.irElem {
    display: flex;
    align-items: center;
    margin: 5px;
    padding: 10px 15px;
    background: rgba(249, 247, 253, 0.58);
    border: 1px solid #EFE7FF;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 5%);
    border-radius: 15px;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
}

.irElem:nth-child(-n+9) {
    display: none;
}

.irElem img {
    margin-right: 8px;
}

.irElem .irValute {
    margin-left: 5px;
}

.ourAdvantages {
    background: #071E3D;
    padding: 50px 0;
}

.ourAdvantages .elem img {
    margin-bottom: 15px;
}

.ourAdvantages .elem .text.text-white {
    padding-right: 30px;
}

.indexWarrIcons a {
    margin: 10px 30px;
}

.indexWarrIcons a img {
    max-width: 100%;
    width: auto;
}

a.iWarrLink:hover, a.iWarrLink:hover h2 {
    cursor: pointer;
    color: #071E3D;
    background: linear-gradient(90deg, #1749a1 0%, #071E3D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



@media (min-width: 768px) {
    .reviewsIndexBlockWrp {
        padding-bottom: 40px;
    }

    .tgTextBlock h2 {
        display: block;
    }

    .tgTextBlock a.btn {
        width: auto;
    }

    .irElem {
        padding: 15px 30px;
    }

    .irElem .irReserve {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500;
    }

    .irElem .irValute {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
    }

    .irElem:nth-child(-n+9) {
        display: flex;
    }

    .irElem:nth-child(-n+5) {
        display: none;
    }
}

@media (min-width: 992px) {
    .indexHeader {
        font-weight: 600;
        font-size: 30px;
        line-height: 32px;
    }

    .irElem:nth-child(-n+5) {
        display: flex;
    }

    .ourAdvantages {
        padding: 70px 0;
    }
}

.opAccInfo {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.opAccInfo b {
    display: inline-block;
    max-width: 100%;
    word-break: break-all;
    font-weight: 800;
    padding-left: 15px;
    white-space: initial;
    text-align: right;
}

.valuteIcon {
    max-width: 24px;
    max-height: 24px;
}

.qrCode {
    display: none;
}

.qrCode img {
    max-width: 100%;
}

#lasttime > span {
    font-weight: bold;
}

.opStage .opFormGroup label {
    margin-bottom: 7px;
}

#I-paid {
    margin-right: 20px;
}

.opStageButtons img {
    margin-right: 10px;
}

.opRequisites .opFormGroup .valuteIcon {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 10px;
}

.withValuteIcon {
    padding-left: 40px!important;
}

.extraConfirm {
    padding: 20px;
    margin-top: 25px;
    border: 2px solid #FF539B;
    border-radius: 20px;
}

#form-order-review #liveRevForm .rating__group {
    margin-left: 0;
    margin-bottom: 15px;
}

.separator-line {
    border-bottom: 1px solid #FF539B;
    position: relative;
}

.separator-line > .stars {
    background: url(../fonts/raitStarBigYellow.svg) center center repeat-x;
    width: 75px;
    height: 25px;
    position: absolute;
    top: -9px;
    left: calc(50% - 37px);
}

.arrowQr {
    transform: rotate(180deg);
}

.photoExample {
    max-width: 100%;
    height: auto;
}

.qrBtnOpen:hover {
    cursor: pointer;
    color: #FF539B;
}

.opStageExchInfo .col-6 {
    margin-bottom: 5px;
    white-space: initial;
}

.opStageExchInfo .col-6.bold {
    word-break: break-all;
}

#status.orderPage {
    z-index: 5;
}

#status.orderPage .exhcangeBlockHeader:hover {
    pointer-events: none!important;
    cursor: auto;
}

#status.orderPage .curChoiseWrp > div {
    flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
}

#status.orderPage .curChoiseWrp > div .valuteName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#status.orderPage > .whiteBlock {
    padding: 20px;
}











@media (min-width: 992px) {
    .qrCode {
        display: block;
    }

    .pb180 {
        padding-bottom: 180px;
    }

    #status.orderPage .form-group label {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 600;
    }
}

main, main > .mainContentContainer {
    flex-grow: 3;
    display: flex;
    flex-direction: column;
}

main > .mainContentContainer > .row {
    flex-grow: 3;
}



.test {
    background-color: yellow;
    border: 1px dashed black;
    padding: 15px;
    text-align: center;
    margin: 50px 0;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #F47162 #f1f1f1;
}

body.dialog-open {
    overflow-y: hidden!important;
}

.mainContentContainer > .row > .col-12 > .whiteBlock {
    padding: 25px 15px;
    height: 100%;
}

.mainContentBgBlock {
    background: url('../fonts/mainBg.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    width: 347px;
    height: 230px;
    left: -90px;
    top: 100px;
    z-index: 1;
}

.m0-auto {
    margin: 0 auto!important;
}

.red {
    color: red!important;
}

.lowercase {
    text-transform: lowercase!important;
}

.mr-20 {
    margin-right: 20px;
}

.fSelect {
    position: relative;
}

.fSelect:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
    z-index: 3;
    width: 10px;
    height: 6px;
    background: url('../fonts/Arrow_Up.svg');
    background-size: cover;
    transform: rotate(180deg);
}

main {
    z-index: 3;
    overflow: hidden;
}

.mainContentContainer {
    margin-top: 15px;
    margin-bottom: 50px;
    position: relative;
}

.mainContentContainer > .row {
    z-index: 2;
    position: relative;
}

.wbMainWrp {
    position: relative;
    width: 100%;
}

.whiteBlock {
    background: rgba(249, 247, 253, 0.58);
    border: 1px solid #EFE7FF;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    position: relative;
}

.contactsElemBlock {
    position: relative;
    padding-left: 40px;
    padding-top: 5px;
}

.contactsElemBlock div {
    margin-bottom: 15px;
    white-space: nowrap;
}

.contactsElemBlock *, .contactsElemBlock a.h3 {
    font-weight: 600;
}

.contactsElemBlock a {
    white-space: break-spaces;
}

.contactsElemBlock a:hover {
    color: #F47162;
}

.contactsElemBlock img {
    position: absolute;
    left: 0;
    top: 4px;
}

.whiteBlock.wbMini {
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
}

.greyText {
    color: #575F78;
}

.lightGreyText {
    color: #A3ABC4;
}

.orangeText {
    color: #F47162
}

.redText {
    color: #FF539B;
}

.gradText {
    background: linear-gradient(90deg, #F47162 0%, #FF539B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.whiteBG {
    background: #fff!important;
}

.page404 img, .page401 img {
    max-width: 100%;
    margin-top: 50px;
}

.black {
    color: #0C1423;
}

.greyLine {
    height: 1px;
    background: #D6DBE9;
}

#list_rule .rules__list {
    counter-reset: counter;
    padding-inline-start: 0px;
}

#list_rule li.rules__item {
    list-style: none;
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

#list_rule li.rules__item::before {
    position: absolute;
    left: 18px;
    top: 11px;
    counter-increment: counter;
    content: counters(counter, ".") " ";
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FF539B;
    z-index: 2;
}

#list_rule li.rules__item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid transparent;
    z-index: 2;
}

#list_rule li a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #131B34;
    text-decoration: none;
    vertical-align: middle;
    position: relative;
    padding: 10px 10px 10px 0;
    font-weight: 500;
}

#list_rule li a span {
    font-size: 14px;
    color: #131B34;
    line-height: 20px;
    z-index: 2;
    position: relative;
    font-weight: 500;
}

.rules__item > a::before, .rules__item > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -35px;
    right: 0;
    display: block;
    height: 100%;
    width: calc(100% + 35px);
    background-color: #EFEFFF;
    z-index: 1;
    border-radius: 10px;
}

.rules__item.active > a::before, .rules__item.hover > a::before {
    background-color: #FF539B;
}

.rules__item.hover > a > span, .rules__item.hover::before {
    color: #fff!important;
}

.rules__item > .rules__list > .rules__item:first-child {
    margin-top: 10px;
}

#list_rule .rules__item > .rules__list > .rules__item {
    padding-left: 25px;
}

#list_rule .rules__item > .rules__list > .rules__item::before {
    left: 0;
    width: calc(100% - 5px);
}

#list_rule .rules__item > .rules__list > .rules__item > a:before {
    left: -40px;
}

.warrImgsLeft, .monitoringsLinks {
    margin-top: 25px;
}

.warrImgsLeft img {
    margin-right: 10px;
}

.forumsLinks {
    margin-top: 25px;
}

.forumsLinks a {
    margin-bottom: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.forumsLinks a img {
    margin-right: 5px;
}

.forumsLinks a:hover span {
    color: #FF539B;
}

.monitoringsLinks a {
    display: block;
    margin-top: 20px;
}

.monitoringsLinks a img {
    max-width: 100%;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.f-input-error {
    border-color: red!important;
}

.pageContent > ol {
    padding-left: 0;
}

.pageContent ol {
    counter-reset: item;
    list-style: none;
}

.pageContent > ol li {
    margin-top: 7px;
}

.pageContent > ol li.title {
    font-size: 110%;
}

.pageContent > ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
    padding-right: 7px;
}

.pageContent > ol li.title, .pageContent > ol li.subtitle {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.pageContent > ol li:not(.title):not(.subtitle) {
    display: flex;
}

.headerTgLink {
    opacity: .7;
    padding: 10px;
    transition: all .3s;
}

.headerTgLink:hover {
    opacity: 1;
}

#apiForm {
    max-width: 800px;
    padding: 15px;
    margin: 0 auto;
}

.fSelectImitationWrp input:hover, .fSelectImitationWrp .elem:hover {
    cursor: pointer;
}

.fSelectImitationWrp {
    position: relative;
}

.fselectImitationOption {
    position: absolute;
    background: #fff;
    border-radius: 20px;
    width: 100%;
    transition: all .3s;
    z-index: 3;
    max-height: 0;
    padding: 0;
    overflow: hidden;
}

.fSelectImitationWrp input {
    padding-right: 30px;
}

.fSelectImitationWrp .fArrow {
    margin-top: 0;
    top: 16px;
    right: 15px;
}

.fSelectImitationWrp.opened input {
    border-color: #FF4062;
}

.fSelectImitationWrp.opened .fselectImitationOption {
    max-height: initial;
    border: 1px solid #FF4062;
    padding: 20px 0;
}

.fselectImitationOption .elem {
    padding: 7px 15px;
}

.fselectImitationOption .elem:hover {
    background: #e9ecef;
}

#exchangeBlockCol [data-side=from] .exchangeSideInfo {
    justify-content: flex-end!important;
}
#exchangeBlockCol .exchangeSideInfo #maximumWrp {
    display: none!important;
}
#errorModal .o-entry code, #errorModal .o-entry .order-attr {
    word-break: break-all;
    display: block;
}
.policyTxt label > span:hover {
    cursor: pointer;
}

#mobMenu.opened .menuOpen, #mobMenu.closed .menuClose {
    display: none;
}
#mobMenu.closed .menuOpen, #mobMenu.opened .menuClose {
    display: block;
}








@media (min-width: 992px) {

    .mainContentContainer {
        margin-top: 45px;
        margin-bottom: 110px;
    }

    .whiteBlock {
        padding: 35px 40px;
    }

    .whiteBlock.wbMini {
        padding: 25px!important;
        border: 1px solid #F4F6FB!important;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05)!important;
        border-radius: 20px!important;
    }

    .whiteBlockHeader {
        background: transparent;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .whiteBlockHeader .text {
        margin-left: 50px;
        text-align: right;
    }

    .listFixed {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .forumsLinks {
        margin-top: 0;
    }

    .whiteBlock {
        border-radius: 15px;
    }

    .mainContentContainer > .row > .col-12 > .whiteBlock {
        padding: 50px;
        min-height: 450px;
    }

    .mainContentBgBlock {
        width: 600px;
        height: 398px;
        left: -160px;
    }

    .fSelectImitationWrp .fArrow {
        top: 18px;
    }
}

@media (min-width: 1200px) {
    .whiteBlock {
        padding: 60px;
    }

    .mainContentContainer > .row > .col-12 > .whiteBlock {
        padding: 70px;
        min-height: 630px;
    }

    .mainContentBgBlock {
        width: 901px;
        height: 596px;
        left: -333px;
    }
}