@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 16.3px;
    color: #5F667C;
    font-weight: 400;
}

*:focus {
    outline: none!important;
    box-shadow: none!important;
}

.pointer:hover {
    cursor: pointer!important;
}

h1, .h1, h1 * {
    font-size: 20px;
    line-height: 23px;
    font-weight: 800;
}

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 {
    font-weight: 700!important;
}

small, .small, small a, .small a {
    font-size: 10px;
    line-height: 13.5px;
    font-weight: 400;
}

a {
    color: #ff5700;
    text-decoration: none;
    transition: all .25s;
}

a:hover {
    color: #171715;
}








@media (min-width: 992px) {
    * {
        font-size: 16px;
        line-height: 21.8px;
        font-weight: 500;
    }

    h1, .h1, h1 * {
        font-size: 40px;
        line-height: 55px;
        font-weight: 800;
    }

    h2, .h2, h2 * {
        font-size: 20px;
        line-height: 27.3px;
        font-weight: 400;
    }

    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;
        font-weight: 700;
    }

    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;
        font-weight: 700;
    }

    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;
    }

    .mh-lg-350 {
        min-height: 350px;
    }

}

header {
    z-index: 999!important;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #fff;
}

.hLogoImg {
    max-width: 100%;
    width: 60px;
}

.hMenuWrapper a, .hMenuWrapper .link{
    color: #5F667C;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
    padding: 15px 5px;
    background: transparent;
    margin-top: -1px;
    transition: all .25s;
    display: flex;
    align-items: center;
    text-align: center;
}

.hMenuWrapper a:hover, .hMenuWrapper a.active, .hMenuWrapper .link:hover, .hMenuWrapper .link.active {
    color: #ff5700;
}

#authBtn span, a.userBlockBtn, a.userBlockBtn span {
    color: #5F667C;
    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;
}

.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 #ff5700;
    height: auto;
}




@media (min-width: 992px) {
    header {
        padding-top: 15px;
    }

    .hLogoImg {
        width: 85px;
    }

    header .logoWrp {
        margin-top: 0;
    }

}

@media (min-width: 1200px) {

    .hLogoImg {
        width: 110px;
    }

    .hMenuWrapper a, .hMenuWrapper .link {
        font-size: 16px;
        margin-top: 3px;
    }
}

footer {
    background: #001303;
    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: 10px;
    line-height: 13.6px;
    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: #ff5700;
}




@media (min-width: 992px) {
    footer {
        padding: 80px 0 45px 0;
    }

    footer .copyrightWrp span, .footerMenuWrp a, .copyrightWrp a, .socIcons {
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
    }
}

#langBtn {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #D1D6E4;
    background-size: cover;
    background-position: center center;
}

#langBtn > img {
    float: right;
    margin-right: -15px;
    margin-top: 5px;
}

.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: 32px;
    }
}

#mobMenuWrp {
    width: 100%;
    height: auto;
    top: 53px;
    padding: 0;
}

.mobMenuWrp {
    transition: all .25s;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 0;
    max-height: calc(100% - 53.9px);
    overflow-y: auto;
    z-index: 1019;
}

.mobMenuWrp.opened .mobMenuCont {
    background: #fff;
    overflow-y: auto;
    padding: 0 15px;
    max-height: calc(100% - 53.9px);
    padding-bottom: 20px;
    position: relative;
    max-width: 575px;
}

.mobMenu .mobApps {
    margin-top: 15px;
}

.mobMenu .mobApps img {
    max-width: 100%;
}

.mobMenuLinks {
    margin-top: 20px;
}

.mobMenu .linkS {
    color: #0F2232;
    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: #ff5700;
}

.mobCopyrightWrp {
    margin-top: 20px;
}

.mobCopyrightWrp .copyright, .mobCopyrightWrp a {
    color: #5F667C;
    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;
}

img.mobMenuBg {
    position: absolute;
    bottom: -20px;
    right: -10px;
    width: 100px;
}

#mobMenuWrp .btn-primary {
    width: 280px;
}

#mobMenuWrp .authBlock {
    margin-top: 40px;
}

.vr-modal {
    background: rgba(9, 0, 63, .5);
}

.vr-modal .modal-dialog .modal-content {
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.modal-content .modal-title {
    color: #0F2232;
    font-size: 20px;
    font-weight: 800;
    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;
}

.modal-body .form-group {
    margin-bottom: 20px;
}

a.openRestoreModal {
    color: #ff5700;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #ff5700;
    margin-top: 20px;
    display: inline-block;
    line-height: 16px;
}

a.openRestoreModal:hover {
    border-bottom: 0;
}

.signinType {
    display: none!important;
    background: #ffc93d !important;
    color: #fff!important;
}

.signinType img {
    max-width: 15px!important;
    max-height: 15px!important;
    margin-right: 5px!important;
}

.signinType:hover {
    cursor: pointer;
    background: #e0a600 !important;
}

.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 {
    font-size: 14px;
    color: #0F2232;
    line-height: 19.6px;
    font-weight: 400;
}

#errorModalBtn {
    display: none;
}

#errorModal .modal-body {
    text-align: center;
}

.modal-header .btn-close {
    padding: 3px;
    background-size: cover;
    right: 20px;
    top: 20px;
}




@media (min-width: 768px) {
    #choose-valute .modal-dialog {
        max-width: 650px;
    }
}

@media (min-width: 992px) {
    #choose-valute .modal-dialog {
        max-width: 850px;
    }

    .modal-content .modal-title {
        font-size: 30px;
        font-weight: 800;
        line-height: 41px;
    }
}

.btn {
    display: inline-block;
    padding: 0 23.5px;
    width: auto;
    text-align: center;
    text-decoration: none;
    transition: all .25s;
    border-radius: 12px;
}

.btn.green, .btn.green:hover {
    background: #00c600;
    border-color: #008e00;
    color: #fff;
}

.btn:hover  {
    cursor: pointer;
}

.btnBig, .btnNormal, .btnSmall, .btn-small {
    line-height: 32px;
    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(270deg, #ff5700 0%, #ffac00 100%);
    border: 0px solid #ff5700;
    color: #fff;
}

.btn-primary:focus span {
    color: #fff;
}

.btn-primary:disabled span {
    color: #000;
}

.btn-primary:hover {
    background: #fff;
    color: #ff5700;
    border: 1px solid #ff5700;
}

.btn-primary:hover span {
    color: #ff5700;
}

.btn-secondary {
    background: #fff;
    color: #ff5700;
    border: 1px solid #ff5700;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background: linear-gradient(270deg, #ff5700 0%, #ffac00 100%);
    border: 1px solid #ff5700;
}

.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, #ffac00 100%, #ff5700 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) {
    .btn {
        border-radius: 15px;
    }

    .btnBig {
        line-height: 41px;
        font-size: 12px;
        font-weight: 700;
    }

    .btnBig span {
        font-size: 12px;
        font-weight: 700;
    }

    .btnWide {
        padding: 0 60px;
    }

    .btnNormal {
        line-height: 41px;
        font-size: 14px;
        font-weight: 700;
    }

    .btnSmall, .btn-small {
        line-height: 33px;
        font-size: 10px;
        font-weight: 700;
    }

    .switch {
        height: 22px;
        width: 32px;
    }

    .slider:before {
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 2px;
    }
}

input[type=text], input[type=email], input[type=password], select, .fSelect select {
    height: 32px;
    line-height: 32px;
    width: 100%;
    background: #F4F6FB;
    border: 1px solid #F4F6FB;
    border-radius: 15px;
    font-size: 12px;
    color: #5F667C;
    padding: 0 10px;
    transition: all .25s;
    font-weight: 500;
}

input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
    color: #858DA6;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
    border: 1px solid #F4F6FB;
    background: #F4F6FB;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #E7EAF6;
}

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 #ff5700;
    border-radius: 2px;
}

input:checked[type=checkbox], input:checked[type=radio] {
    background: #ff5700;
    border-color: #ff5700;
}

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(:first-child) {
    margin-left: 20px;
}

.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: #F4F6FB;
    font-weight: 600;
    color: #5F667C;
}

.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 {
    padding: 10px;
    border-radius: 15px;
    background: #F4F6FB;
    border: 1px solid #F4F6FB;
    width: 100%;
    color: #5F667C;
    font-size: 12px;
}

.form-group label {
    font-size: 12px;
    line-height: 16.5px;
    font-weight: 600;
    color: #5F667C;
    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;
}

.bill__radio .form-check input {
    margin-top: 0;
}








@media (min-width: 992px) {
    input[type=text], input[type=password], input[type=email], select, .fSelect select {
        font-size: 16px;
        height: 43px;
        line-height: 41px;
        padding: 0 15px;
    }

    .copyBtn {
        right: 5px;
        top: 9px;
    }

    .form-group textarea.form-control {
        padding: 15px;
        font-size: 16px;
    }

    .form-group label {
        font-size: 14px;
        line-height: 19px;
        font-weight: 600;
        margin-bottom: 8px;
    }
}

.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: #5F667C;
    border-radius: 15px!important;
    font-size: 12px;
    padding: 0;
    border: 1px solid #ff5700!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: #ff5700!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;
}

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: #5F667C;
    border-radius: 15px;
    border: 1px solid #ff5700;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

ul.psBtnsWrp li.psBtnGroup a:hover, ul.psBtnsWrp li.psBtnGroup a.active {
    color: #fff;
    background-color: #ff5700;
}

.exchangeBlock .currenciesBlock {
    position: absolute;
    top: 30px;
    width: calc(100% + 2px);
    left: -1px;
    background: #fff;
    border: 1px solid #C6CFD7;
    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: 32px;
    border-radius: 10px;
    z-index: 99;
    opacity: 1;
    max-height: 550px;
    overflow-y: auto;
}

.exchangeBlock .topMenuBlock.opened .currenciesBlock::-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%, #ff5700 0%, #ffdf92 96.2%);
}

.exhcangeBlockHeader {
    height: 32px;
    width: 100%;
    background: #F4F6FB;
    border: 3px solid #F4F6FB;
    border-radius: 0 15px 15px 0;
    font-size: 11px;
    color: #131B34;
    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:before {
    content: ' ';
    display: block;
    width: 2px;
    background: #D1D6E4;
    height: 100%;
    position: absolute;
    left: -2px;
    top: 0;
}

.exhcangeBlockHeader:hover {
    cursor: pointer;
}

.exhcangeBlockHeader .valuteName {
    color: #5F667C;
    font-weight: 600;
}

.exhcangeBlockHeader .arrow {
    position: absolute;
    right: 8px;
    margin-top: -2px;
    transform: rotate(180deg);
    transition: all .25s;
    width: 10px;
}

.opened .exhcangeBlockHeader .arrow {
    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);
    white-space: nowrap;
    text-align: center;
    margin-left: 5px;
}

.topMenuBlock ul.psBtnsWrp .psBtnGroup {
    margin-right: 0!important;
    display: inline-block;
}

.topMenuBlock ul.psBtnsWrp .psBtnGroup a {
    border-radius: 10px;
    padding: 3px 12px;
}

.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: #ff5700;
    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: 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 #ff5700;
    position: absolute;
    top: 0;
    left: 0;
}
.policyTxt label input:checked + span{
    background: #ff5700 url(https://foxbridge.cloud/res/btcworm/i/check.svg) center no-repeat;
}
#showProps img {
    margin-left: 10px;
}

.curChoiseWrp > div:first-child {
    flex: 0 0 35%;
    margin-top: 0;
}

.curChoiseWrp > div:last-child {
    flex: 0 0 65%;
}

.curChoiseWrp .fieldElemSumm {
    position: relative;
}

.curChoiseWrp .fieldElemSumm input[readonly] {
    background: #F4F6FB!important;
}

.curChoiseWrp .fieldElemSumm input {
    border-radius: 15px 0 0 15px;
}

.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: #5F667C;
}

#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;
}

#home-exchange .exchangeTextBlock .wbBottom, #home-exchange .exchWrp .wbBottom {
    position: absolute;
    bottom: 0;
}



@media (min-width: 576px) {
    .exchangeBlock .topMenuBlock {
        position: relative;
    }
}

@media (min-width: 768px) {
    .exchangeBlock .topMenuBlock {
        position: initial;
    }

    .exchangeBlock .topMenuBlock.opened .currenciesBlock {
        max-height: 450px;
    }
}

@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;
    }
}
@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;
        line-height: 22px;
    }

    .exchangeBlock .topMenuBlock.opened .currenciesBlock {
        max-height: 550px;
    }

    #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;
    }
}

.faqElem {
    border: 1px solid #F4F6FB;
    padding: 8px 20px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.faqElem:hover {
    background: #F4F6FB;
}

.faqElem .faqElemHeader {
    color: #5F667C;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 25px 5px 0px;
}

.faqElem .faqElemHeader:hover {
    cursor: pointer;
}

.faqElem .faqElemHeader img {
    position: absolute;
    transform: rotate(180deg);
    transition: all .4s;
    right: 0;
    top: 8px;
    width: 15px;
}

.faqElem.opened .faqElemHeader img {
    transform: rotate(0);
}

.faqElemTxt {
    overflow: hidden;
    color: #5F667C;
}

.faqElemTxt .wrp {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-top: 10px;
    color: #5F667C;
}

.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;
    }

    .faqElem .faqElemHeader img {
        top: 10px;
    }

}

.newsBlock {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.newsBlock a {
    text-decoration: none;
    font-size: 15px;
    color: #171715;
    font-weight: 700;
}

.newsBlock a:hover {
    color: #ff5700;
}



@media (min-width: 992px) {
    .newsBlock a {
        font-size: 17px;
    }
}

#billPropsWrp > div:first-child label {
    margin-top: 0!important;
}

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: #ff5700;
}

#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;
}






@media (min-width: 992px) {
    a.closeBillBtn {
        padding: 0 15px;
    }
}

.reviewBody {
    border: 1px solid #F4F6FB;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    padding: 30px 15px;
    border-radius: 20px;
    height: 100%;
}

.reviewBody .reviewBottom {
    margin-top: 13px;
}

.reviewBody .reviewText {
    word-break: break-word;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.reviewBody .revName {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    word-break: break-all;
    padding-right: 15px;
}

.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('https://foxbridge.cloud/res/btcworm/i/svg/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('https://foxbridge.cloud/res/btcworm/i/svg/raitStarBigYellow.svg');
    z-index: 9;
}

#liveRevForm .rating__star:hover #liveRevForm .rating__star {
    background-image: url('https://foxbridge.cloud/res/btcworm/i/svg/raitStarBigGr.svg')
}

#liveRevForm .rating__star:nth-of-type(1) {
    z-index: 5;
    width: 25px
}

#liveRevForm .rating__star:nth-of-type(2) {
    z-index: 4;
    width: 50px
}

#liveRevForm .rating__star:nth-of-type(3) {
    z-index: 3;
    width: 75px
}

#liveRevForm .rating__star:nth-of-type(4) {
    z-index: 2;
    width: 100px
}

#liveRevForm .rating__star:nth-of-type(5) {
    z-index: 1;
    width: 125px
}

.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: 16px;
        line-height: 22px;
    }

    .reviewBody .reviewText {
        font-size: 16px;
        line-height: 20px;
    }

    .reviewBody .revRait {
        zoom: .8;
    }

}

.reservesHeader {
    padding-bottom: 0!important;
}

.reservesHeader li.psBtnGroup:nth-child(5) {
    display: none!important;
}

.reservesImg {
    width: 25px;
    height: 25px;
}

.reserves_block .elem {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #F4F6FB;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    margin-top: 10px;
}

.reserves_block .elem:hover {
    cursor: pointer;
    background: #EFEFFF;
}

.reserves_block .elem .reservElemTxt {
    margin-left: 10px;
}

.reservElemTxt .text {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.reservElemTxt .text:first-child {
    padding-right: 15px;
}








@media (min-width: 992px) {
    .reservesHeader {
        justify-content: start!important;
        padding-bottom: 20px!important;
    }

    .reservElemTxt .text {
        font-size: 16px;
        line-height: 22px;
    }
}


.partnersItem, .warrantiesItem {
    border: 1px solid #F4F6FB;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    position: relative;
    width: 50%;
    margin: 0 auto;
    min-width: 220px;
    text-align: center;
    padding: 20px;
}

.warrantiesItem {
    width: 90%;
    height: 100%;
    display: block;
}

.warrantiesItem img {
    max-width: 100%;
    max-height: 40px;
}

.partnersItem:not(:first-child) {
    margin-top: 14px;
}

.partnersDiscountWrp {
    position: absolute;
    right: 0;
    text-align: center;
    background: #ff5700;
    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;
    text-align: center;
    padding-inline-start: 0;
    margin-bottom: 0;
    overflow-x: auto;
    padding-bottom: 5px;
}

.accMenu::-webkit-scrollbar, .overflowX::-webkit-scrollbar {
    height: 5px;
    border-radius: 5px;
}

.overflowY::-webkit-scrollbar {
    width: 5px;
}

.accMenu a {
    display: inline-block;
    color: #5F667C;
    border-radius: 10px;
    padding: 3px 12px;
    border: 1px solid #ff5700;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.accMenu a:hover, .accMenu a.active {
    background: #ff5700;
    color: #fff;
}

.accMenu a:not(:last-child) {
    margin-right: 10px;
}

.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 {
    cursor: pointer;
    color: #ff5700;
}

.summBlock {
    position: relative;
}

.summBlock img.rightArrow {
    position: absolute;
    left: -10px;
    top: 2px;
    max-width: 18px;
}

.summBlock .miniIcon {
    float: left;
    margin-right: 5px;
    max-width: 16px;
    max-height: 16px;
}

.summBlock.block2 .miniIcon {
    float: right;
    margin-left: 5px;
}

.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 {
    padding-bottom: 10px;
    border-bottom: 1px solid #E4ECF2;
}

.orderElemWrp .ohAddress {
    word-break: break-all;
}

.refStatsElem {
    margin-top: 20px;
}

.refStatsElem .refStatsElemValue {
    color: #ff5700;
    margin-bottom: 0;
}

.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;
}

h4.userElemAmount {
    color: #ff5700;
}

.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 {
    padding-bottom: 25px;
    border-bottom: 1px solid #D1D6E4;
}

.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;
}





@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: #ff5700;
        border: none;
        text-align: right;
    }
}

@media (min-width: 576px) {
    .accountContent .whiteBlock.greyBg {
        border-radius: 15px!important;
        padding: 25px!important;
        background: #F5F6FB!important;
    }
}

@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 {
        padding-left: 60px;
    }

    .summBlock .miniIcon, .summBlock.block2 .miniIcon {
        max-width: 48px;
        max-height: 48px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .summBlock.block2 .miniIcon {
        left: 20px;
    }

    .summBlock.block2 {
        padding-left: 80px;
    }

    .summBlock.block2 .rightArrow {
        left: -10px;
        top: 10px;
        max-width: initial;
    }

    .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 {
        padding-bottom: 25px;
    }

    .accDepoElemInfo img {
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .accMenu a {
        font-size: 16px;
        line-height: 22px;
        border-radius: 15px;
        padding: 7px 20px;
    }
}

.iLikesElem:not(:last-child) {
    padding-right: 40px;
}

.iLikesElem h1 {
    line-height: 100%;
}

.iLikesElem h3, .iLikesElem h5 {
    margin-top: 5px;

}

.qeElemWrp .qeElem {
    padding: 8px 15px;
    border: 1px solid #F4F6FB;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    transition: all .25s;
}

.qeElemWrp .qeElem h3 {
    line-height: 80%;
}

.qeElemWrp .qeValute img {
    max-width: 20px;
    max-height: 20px;
}

.qeElemWrp .qeElem:hover, .qeElemWrp .qeElem.active {
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #ff5700;
}

.qeElemWrp .qeElem:hover *, .qeElemWrp .qeElem.active * {
    color: #171715!important;
}

.qeElemWrp .qeElem:hover .qeArrowChange, .qeElemWrp .qeElem.active .qeArrowChange {
    filter: brightness(.3);
}

.qeElemWrp .qeElem.active, .qeElemWrp .qeElem.active:hover {
    cursor: not-allowed!important;
    pointer-events: none!important;
}

.reviewsIndexBlockWrp {
    position: relative;
    padding-bottom: 60px;
}

.indexBottomBg {
    position: absolute;
    right: 0;
    bottom: -51px;
    width: 200px;
    max-width: 100%;
}

.reviewsIndexBlockWrp .reviewElem a {
    margin-left: -20%;
    z-index: 3;
}

.indCreateBillBlock {
    background: url(../i/svg/indCreateBillBlockBg.svg) center center;
    background-size: cover;
    width: 218px;
    height: 245px;
    position: relative;
    max-width: 100%;
    margin: 30px auto;
    margin-top: 25px!important;
}

.indCreateBillBlock a {
    position: absolute;
    bottom: 30px;
    width: 150px;
    left: calc(50% - 75px);
}

.indCreateBillImg {
    position: absolute;
    bottom: 0;
    left: 75px;
    width: 218px;
    max-width: 100%;
}

.tgBigIcon {
    max-width: 100%;
    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%;
}



@media (min-width: 576px) {
    .indCreateBillBlock {
        margin-left: 0;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .reviewsIndexBlockWrp {
        padding-bottom: 40px;
    }

    .indexBottomBg {
        width: 250px;
    }

    .tgTextBlock h2 {
        display: block;
    }

    .tgTextBlock a.btn {
        width: auto;
    }
}

@media (min-width: 992px) {
    .indexBottomBg {
        bottom: -111px;
        width: initial;
    }

    .qeElemWrp .qeValute img {
        max-width: 25px;
        max-height: 25px;
    }

    .indCreateBillImg {
        left: 115px;
    }

    .iLikesElem:not(:last-child) {
        padding-right: 80px;
    }
}

.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, .email_unconfirmed {
    padding: 20px;
    margin-top: 25px;
    border: 2px solid #ff5700;
    border-radius: 20px;
}

#form-order-review #liveRevForm .rating__group {
    margin-left: 0;
    margin-bottom: 15px;
}

.separator-line {
    border-bottom: 1px solid #ff5700;
    position: relative;
}

.separator-line > .stars {
    background: url(https://foxbridge.cloud/res/btcworm/i/svg/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: #ff5700;
}

.opStageExchInfo .col-6 {
    margin-bottom: 5px;
    white-space: initial;
}

.opStageExchInfo .col-6.bold {
    word-break: break-all;
}


#status.orderPage .exhcangeBlockHeader:hover {
    pointer-events: none!important;
    cursor: auto;
}



@media (min-width: 992px) {
    .qrCode {
        display: block;
    }

    .pb180 {
        padding-bottom: 180px;
    }
}












.test {
    background-color: yellow;
    border: 1px dashed black;
    padding: 15px;
    text-align: center;
    margin: 50px 0;
}

.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% - 10px);
    z-index: 3;
}

.mainContentContainer {
    margin-top: 15px;
    margin-bottom: 50px;
}

.whiteBlock, .contactsElemBlock {
    background: #FFFFFF;
    border: 1px solid #F4F6FB;
    box-shadow: 0px 0px 8px rgb(223, 223, 223);
    border-radius: 20px;
    padding: 15px;
}

.contactsElemBlock {
    min-width: 260px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 25px 15px;
}

.contactsElemBlock a {
    text-decoration: none;
    color: #5F667C;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
    transition: all .3s;
}
.contactsElemBlock a:hover {
    color: #ff5700;
}

.whiteBlock.wbMini {
    padding: 0!important;
    border: 0!important;
    border-radius: 0!important;
    box-shadow: none!important;
}

.wbBottom {
    display: block;
    margin: 0 auto;
    margin-bottom: -15px;
    max-width: 100%;
    bottom: 0;
}

.greyText {
    color: #575F78;
}

.lightGreyText {
    color: #A3ABC4;
}

.orangeText {
    color: #ff5700
}

.page404 img, .page401 img {
    max-width: 100%;
    margin-top: 50px;
}

.black {
    color: #171715;
}

.contactsItem {
    margin-top: 30px;
}

.contactsItem a {
    font-size: 13px;
    line-height: 18px;
    color: #ff5700;
}

.contactsItem img {
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.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: #ff5700;
    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: #FF9800;
    z-index: 1;
    border-radius: 10px;
}

.rules__item.active > a::before, .rules__item.hover > a::before {
    background-color: #ff5700;
}

.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: #ff5700;
}

.monitoringsLinks a {
    display: block;
    margin-top: 20px;
}

.monitoringsLinks a img {
    max-width: 100%;
}

.text-overflow-ellipsis {
    text-overflow: ellipsis;
}

.mr-10 {
    margin-right: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.f-input-error {
    border-color: red!important;
}

.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;
}

.tgLink2 {
    text-align: center;
    color: #5F667C;
}

@media (min-width: 992px) {

    .mainContentContainer {
        margin-top: 30px;
        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;
    }

    .wbBottom {
        margin-bottom: -35px;
    }

    .whiteBlockHeader {
        background: transparent;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .whiteBlockHeader .text {
        margin-left: 50px;
        text-align: right;
    }

    .contactsItem {
        display: inline-block;
        margin: 30px auto 0;
    }

    .contactsItem > div {
        white-space: nowrap;
        display: inline;
    }

    .contactsItem a {
        font-size: 16px;
        line-height: 22px;
        display: block;
        text-align: left;
    }

    .contactsItem img {
        margin-top: 3px;
    }

    .listFixed {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .forumsLinks {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    .whiteBlock {
        padding: 60px;
    }

    .wbBottom {
        margin-bottom: -60px;
    }
}

.captcha-cont > div > div {
    margin: 0 auto;
    margin-top: 20px;
}
.modal-error, .user-security-codes .alert-warning {
    background: #d00505;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.btnAuthStep {
    width: 100%;
    max-width: 350px!important;
    margin: 0 auto;
}
.btnAuthStep2 {
    width: 100%;
    max-width: 250px!important;
    margin: 0 auto;
}
.recoveryLink {
    text-decoration: underline;
}
.recoveryLink:hover {
    text-decoration: none;
}
#authForm .form-group {
    margin-bottom: 0;
}

.contest h2 {
    font-size: 30px;
    font-weight: 800;
}

.contest .line {
    width: 100%;
    height: 1px;
    background: #F4F6FB;
}

.contest .whiteBlock {
    padding: 50px 70px;
}

.contest-main {
    position: relative;
    margin-bottom: 15px;
}
.contest-main__line {
    margin: 50px 0;
}
.contest-main__text {
    max-width: 300px;
}
.contest-main__text h2 {
    margin-bottom: 15px;
}
.contest-main__text h3 {
    margin-bottom: 30px;
}
.contest-main__image {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 515px;
    width: 100%;
    border-radius: 20px;
}
.contest-main__image img {
    width: 100%;
    height: auto;
}
.contest-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    height: 100%;
}
.contest-info-row {
    margin-bottom: 15px;
}
.contest-info__item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}
.contest-info__item .text_yellow {
    color: #ff5700;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 55px;
    font-weight: 800;
}
.contest-info__item .text_yellow span {
    color: inherit;
    font-size: 40px;
    line-height: 55px;
    font-weight: 800;
}
.contest-info__line {
    width: 1px !important;
    height: 100% !important;
}

.contest-conditions {
    height: 100%;
}
.contest-conditions__line {
    margin: 30px 0;
}
.contest-conditions__title h2 {
    margin-bottom: 15px;
}
.contest-conditions__list {
    padding-left: 0;
}
.contest-conditions__list .item {
    display: flex;
    gap: 10px;
    width: 100%;
}
.contest-conditions__list .item:not(:last-child) {
    margin-bottom: 30px;
}
.contest-conditions__list .item_centered {
    align-items: center;
}
.contest-conditions__buttons {
    display: flex;
    gap: 15px
}
.contest-conditions__buttons .btn {
    flex: 1;
}
.contest-fixed-button {
    position: fixed;
    bottom: 20px;
    right: 127px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    width: auto;
    height: 46px;
    padding: 10px 35px;
    background-color: #ffcd00;
    border-radius: 25px;
    box-shadow: 0 0 7px rgba(51,51,51,.23) !important;
    cursor: pointer;
    z-index: 9;
}
.contest-fixed-button:hover {
    background-color: #e6b900;
}
.contest-fixed-button span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}
@media screen and (max-width: 500px), screen and (max-height: 500px) {
    .contest-fixed-button {
      bottom: 10px;
      right: 117px;
    }
}

@media (max-width: 1200px) {
    .contest-main__text {
      margin-bottom: 50px;
    }
    .contest-main__image {
      position: static;
      display: block;
      margin: 0 auto;
    }
}

 @media (max-width: 992px) {
    .contest h2 {
      font-size: 20px;
    }

    .contest .whiteBlock {
      padding: 50px;
    }

    .contest-main__line {
      margin: 30px 0;
    }
    .contest-main__text {
      margin-bottom: 30px;
    }

    .contest-conditions__line {
      margin: 20px 0;
    }
    .contest-conditions__list .item:not(:last-child) {
      margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .contest .whiteBlock {
      padding: 30px;
    }

    /* .contest-main {
      margin-bottom: 10px;
    } */
    .contest-main {
      padding-bottom: 0 !important;
    }
    .contest-main__line {
      margin: 30px 0;
    }
    .contest-main__text {
      max-width: 100%;
    }
    .contest-main__text h2 {
      margin-bottom: 15px;
    }
    .contest-main__text h3 {
      margin-bottom: 15px;
    }
    .contest-main__image {
      width: calc(100% + 30px * 2);
      transform: translateX(-30px);
    }

    .contest-info__item {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      width: auto;
    }
    .contest-info__item_timer {
      width: 100%;
    }
    .contest-info__line {
      display: none;
    }

    .contest-conditions {
      height: auto;
      margin-bottom: 15px;
    }
    .contest-conditions__line {
      margin: 15px 0;
    }
    .contest-conditions__title h2 {
      margin-bottom: 10px;
    }
    .contest-conditions__list {
      padding-left: 0;
    }
    .contest-conditions__list .item:not(:last-child) {
      margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .contest .whiteBlock {
      padding: 30px 15px;
    }

    .contest-main {
      margin-bottom: 10px;
      padding-bottom: 0 !important;
    }
    .contest-main .text-center {
      text-align: left !important;
    }
    .contest-main .text-center h1 {
      margin-bottom: 10px;
    }
    .contest-main .text-center h3 {
      margin: 0;
    }
    .contest-main__line {
      margin: 15px 0;
    }
    .contest-main__text {
      margin-bottom: 15px;
    }
    .contest-main__text h2 {
      margin-bottom: 10px;
    }
    .contest-main__text h3 {
      margin-bottom: 10px;
    }
    .contest-main__text .btn {
      width: 100%;
    }
    .contest-main__image {
      width: calc(100% + 15px * 2);
      transform: translateX(-15px);
    }

    .contest-info-row {
      margin-bottom: 10px;
    }

    .contest-conditions {
      height: auto;
      margin-bottom: 10px;
    }
}

.crossBtnWrp {
    text-align: center;
}

#crossBtn {
    transition: all .3s;
    display: inline-block;
}

#crossBtn:hover {
    cursor: pointer;
    transform: rotate(180deg);
}