@font-face {
    font-family: RothekExtraLight;
    src: url(../fonts/RothekExtraLight.eot);
    src: url(../fonts/RothekExtraLight.woff) format('woff'),url(../fonts/RothekExtraLight.ttf) format('truetype'),url(../fonts/RothekExtraLight.svg#RothekExtraLight) format('svg'),url(../fonts/RothekExtraLight.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: RothekBold;
    src: url(../fonts/RothekBold.eot);
    src: url(../fonts/RothekBold.woff) format('woff'),url(../fonts/RothekBold.ttf) format('truetype'),url(../fonts/RothekBold.svg#RothekBold) format('svg'),url(../fonts/RothekBold.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}


/*==============================================================================================*/

body {
    position: relative;
    padding-bottom: 100px;
    background: url(../images/main-bg.jpg);
    background-size: 100% !important;
    min-height: 100vh;
}

.for-login {
    position: relative
}

.exch-fly__none {
    display: block
}

body.exch-fly .exch-fly__none {
    display: none
}

.exch-fly__act {
    display: none
}

body.exch-fly .exch-fly__act {
    display: block
}

body.exch-fly #black-section {
    display: block
}

body.exch-fly #main-form-block__form {
    position: fixed;
    z-index: 99999999;
    box-shadow: none;
    left: 50%;
    margin-left: -225px;
    opacity: .97;
    top: 75px
}

*::-webkit-scrollbar {
    width: 14px;
    background: #878787;
    border-radius: 0;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0
}

[aria-label=Close] span {
    font-size: 24px;
    color: #000;
    opacity: 1
}

* {
    transition: padding .075s ease-in-out;
    font-family: RothekExtraLight !important;
    color: #fff;
    border-radius: 0 !important;
    font-size: 18px;
    letter-spacing: 1px;
}

.calc-data__header {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    margin: 5px
}

*:hover {
    transition: padding .075s ease-in-out
}

a {
    color: #ef9a48;
    font-weight: 700;
    text-decoration: underline
}

a:hover {
    color: #ef9a48;
    text-decoration: none
}

article ul, article ol {
    width: 100%!important;
    padding-left: 25px;
    margin-top: 5px;
    margin-bottom: 15px;
}

li {
    list-style: noalignne
}

article ul li {
    list-style: disc
}

article li::marker {
    color: #EEA849;
}

h1,h2,h3 {
    font-family: RothekBold !important
}

h1 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center
}

h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #EEA849;
}

.fixed {
    position: fixed!important
}

header {
    display: flex;
    flex-flow: column;
    align-items: center;
    /* padding: 25px 0; */
    justify-content: space-between;
    border-bottom: 1px solid #bbb;
    background: #fff;
    background: #345094;
    background: transparent;
    /* padding-top: 70px; */
    /* padding-top: 130px; */
    border: none;
    /*    margin-bottom: 20px!important;*/
    padding-bottom: 0!important
}

.bg-light {
    background: 0 0!important;
    justify-content: flex-end;
    display: flex!important;
    width: 65%;
    align-items: center
}

header .container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
}

header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0
}

header li {
    display: flex;
    align-items: center;
    margin-bottom: 0!important
}

header a {
    font-weight: 900;
    font-size: 1rem;
    text-decoration: none!important;
    color: white;
    display: flex
}

header a:hover {
    color: white;
    opacity: 0.7
}

.logo img {
    width: 200px;
}

.logo {
    position: relative
}

.logo-blick1 {
    content: '';
    box-shadow: 0 0 20px 5px #ff0;
    position: absolute;
    right: 0;
    top: 14px;
    z-index: 2
}

.logo-blick2 {
    content: '';
    box-shadow: 0 0 30px 8px #fff;
    position: absolute;
    left: 10px;
    bottom: 14px;
    z-index: 2
}

.login .btn-cc {
    margin: 0
}

main {
    padding: 25px
}

.currs-send__item,.currs-to__item {
    padding: 1em;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: 5px solid #eee
}

.currs-send__item.active,.currs-to__item.active {
    outline: 5px solid #ef9a48;
    background: rgb(235 181 0/0.01)
}

.currs-send__item.active .currs-send__item-name,.currs-to__item.active .currs-to__item-name {
}

.currs-send__item:hover,.currs-to__item:hover {
    opacity: .7
}

.currs-send__item:hover .item-name__reserve,.currs-to__item:hover .item-name__reserve {
}

.currs-send__item:hover .currs-send__item-name,.currs-to__item:hover .currs-to__item-name {
    /* padding-left: 5px; */
}

.currs-send__item-pic,.currs-to__item-pic {
}

.currs-send__item-pic img,.currs-to__item-pic img {
    width: 40px
}

.currs-send__item-name,.currs-to__item-name {
    font-weight: 500
}

.item-name__text {
}

.item-name__reserve {
    color: #bbbccc
}

form#main-calc-form {
}

.btn {
    height: 45px;
    line-height: 2rem;
    width: 100%;
    margin-bottom: 10px
}

.form-control {
    height: 50px;
    display: flex
}

.form-control::placeholder {
    color: #c5c5c5
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ef9a48;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(235 181 0)
}

.calc-data {
    display: flex;
    align-items: center
}

.calc-data img {
    width: 30px;
    margin-left: -40px
}

.calc-data .form-control {
    padding-right: 50px
}

div.calc-data__header {
    font-weight: 700;
    font-size: 1.2em;
    padding: 0 10px
}

div.calc-data__header * {
    font-size: 1em
}

.change-rules {
    padding: 20px 0
}

footer {
    background: #ef9a48;
    background: #ddd;
    padding: 25px 0;
    text-align: center;
    /* position: fixed; */
    width: 100%;
    bottom: 0;
    z-index: 5
}

#load * {
    box-sizing: border-box;
    margin: 0;
    font-family: RothekExtraLight
}

#load {
    display: flex;
    align-items: center;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #345094;
    background: rgb(33, 38, 72);
    z-index: 99999999999;
    justify-content: center;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader::after,
.loader::before {
  content: '';
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  border: 4px solid #FFF;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotation 2s ease-in-out infinite alternate;
}
.loader::after {
  border-color: #EEA849;
  animation-direction: alternate-reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

jdiv {
    z-index: 99999999!important
}

.rate-zone.reload {
    background: 0 0;
    transition: display .14s ease-in-out
}

.rate-zone.reload .accent-block {
    background: url(../images/bb-spinner.svg) no-repeat center!important;
    background-size: 30px!important;
    transition: display .14s ease-in-out
}

.rate-zone.reload .accent-block * {
    color: transparent!important;
    transition: display .14s ease-in-out
}

.accent-block * {
    transition: all .2s ease-in-out
}

.offer-send__pic img {
    width: 40px
}

.offer-send {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.offer-send__curr {
}

.offer-send__amount {
    font-weight: 700;
    font-size: 22px
}

.offer-send_namelist ul {
    margin: 25px
}

.order-status {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-left: 3px solid #eee;
    text-align: center;
    line-height: 1em;
    padding-left: 15px;
    padding-right: 15px
}

.preliminary-status,.requested-transactions .new {
    background: url(../images/bb-spinner.svg) no-repeat center 35%!important;
    background-size: 40px!important;
    padding-top: 55px!important
}

.in-process-status {
    background: url(../images/bb-spinner.svg) no-repeat center 35%!important;
    background-size: 40px!important;
    padding-top: 55px!important
}

.wrong-status {
    background: url(../images/bb-spinner.svg) no-repeat center 35%!important;
    background-size: 40px!important;
    padding-top: 55px!important
}

.payment-confirmed-status {
    background: url(../images/bb-spinner.svg) no-repeat center 35%!important;
    background-size: 40px!important;
    padding-top: 55px!important
}

.processed-status,.requested-transactions .completed {
    background: url(../images/icon_successed.svg) no-repeat center 35%!important;
    background-size: 40px!important;
    padding-top: 65px!important
}

.deleted-status,.requested-transactions .canceled {
    background: url(../images/bb-spinner.svg) no-repeat center 35%!important;
    background-size: 40px!important;
    padding-top: 55px!important
}

.to-data {
    border-left: 3px solid #eee;
    padding-left: 20px;
    display: flex;
    flex-flow: column
}

section#cabinet-zone .card-body {
}

section#cabinet-zone .card {
    margin-bottom: 15px
}

#main-calc-form-file {
    background: #12090c;
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 25px!important;
    position: relative;
    z-index: 3
}

.warning {
    color: #721c24;
    background: #f8d7da;
    margin-bottom: -19px!important
}

.warning .alert-danger {
    padding: 6px 20px
}

.offer-from {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.offer-from__pic img {
    width: 35px
}

.offer-from_namelist {
    margin: 15px 0 0
}

.offer-from_namelist b {
    display: block
}

.offer-from_namelist ul {
    margin: 0;
    padding: 0
}

.offer-from_namelist li {
    margin-left: 15px;
    margin-bottom: 10px;
}

.btn-cc {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%) !important;
    color: #fff;
    transition: all .05s ease-in-out;
    height: 46px;
    /*! border-radius: 50px!important; */
    font-weight: 700;
    text-decoration: none;
}
#docUpl {
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%) !important;
    border-radius: 0 !important;
}

.btn-cc:hover {
    color: #fff;
    transition: all .05s ease-in-out;
    /*! background: #e0b00e */
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%) !important;
}

.upper {
    text-transform: uppercase
}
#offerModal .upper {
    display: block !important;
    font-family: RothekBold !important;
    /* margin-top: 10px; */
}
#offerModal .reason-text {
    display: none;
}
#offerModal .btn {
    height:  45px !important;
    margin: 0 10px !important;
}

#offerModal .minmax {
    justify-content: space-between;
    width: 100%;
    display: flex;
    display: none;
}
.__left, .__right {
    padding: 5px;
}

.renew-phraze {
    color: red;
    position: absolute;
    margin-top: -26px;
    margin-left: 50px
}

#calcSend__mob #calcSend__mob-btn,#calcTo__mob #calcTo__mob-btn {
    display: none
}

#currs-send__cls {
    display: none
}

.hidden {
    display: none!important
}

.accent-block {
    display: flex;
    justify-content: center;
    background-position: center;
    transition: all .4s ease-in-out;
    margin: 0;
    padding: 0;
    outline: none;
    justify-content: start;
    flex-flow: row;
    align-items: start
}

.accent-block p {
    margin: 0
}

#counter-block {
    font-weight: 700
}

#curs-time {
    color: #ef9a48;
    font-size: 24px!important;
    margin: 0 10px
}

.ref-max {
    cursor: pointer
}

.scrollToTop {width: 35px;height: 35px;background: url(../images/icon_gotop_arrow.svg) no-repeat center, #9DACD8;border-radius: 50% !important;position: fixed;left: 25px;bottom: 12px;cursor: pointer;z-index: 9999;}

.scrollToTop:hover {
    opacity: .8
}

section#_app,section#cabinet-zone,section#contacts-zone {
    width: 900px;
    margin: 25px auto;
    position: relative;
    display: flex;
    flex-flow: column
}

aside.app-block {
    background: #f5f5f5;
    padding: 25px;
    margin: 25px 0;
    position: relative;
    height: 100%
}

.app-block__mension {
    margin: 15px 0;
    padding: 20px;
    background: #ebebeb;
    border-radius: 9px!important
}

.app-block__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
    background: #ebebeb
}

.app-block__heading {
    font-weight: 700;
    font-size: 2rem
}

.app-block__id {
    font-weight: 700;
    font-size: 2rem;
    color: grey
}

.app-block__body {
    padding: 20px 0
}

.app-block__body * {
    font-weight: 500;
    font-size: 1rem
}

.app-block__body p {
    margin-bottom: 10px
}

.app-block__body #qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column
}

.app-block__body #qrcode img {
    width: 250px
}

.app-block__body #qrcode p {
    margin: 15px 0
}

.app-block__body-btns {
    /* margin-top: 20px; */
}

.pay-sum__block {
    color: #eee;
    padding: 5px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 13px;
    /*! border-radius: 10px!important; */
/*    word-break: break-all;*/
    padding-right: 50px;
    min-height: 50px;
    height: auto;
    align-items: center;
    display: flex;
    padding-left: 15px;
    background: #ffffff1c;
    width: 100%;
    padding-right: 90px;
    word-break: break-all;
}
#fancy {
    background: url(../images/_vid.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 5;
    right: 50px;
    top: 4px;
    background-size: 25px;
    cursor: pointer;
    display: flex;
}
#fancy span {
    background: #ef9a48;
    animation: tremor1 2s ease-in-out infinite;
    position: absolute;
    font-size: 10px;
    color: black;
    white-space: nowrap;
    padding: 5px 7px;
    border-radius: 5px !important;
    text-transform: uppercase;
    left: -450px;
    top: -30px;
}
#fancy span:after {
    position: absolute;
    width: 40px;
    height: 40px;
    content: '';
    background: url(../images/btm_angle.svg) no-repeat center;
    background-size: 25px;
    left: 50%;
    margin-left: -20px;
}
@keyframes tremor1 {
    0% {
        transform: rotate(0deg);
        left: -50px;
    }
    20% {
        transform: rotate(-3deg);
        left: -53px;
    }
    30% {
        transform: rotate(3deg);
        left: -47px;
    }
    40% {
        transform: rotate(-3deg);
        left: -53px;
    }
    50% {
        transform: rotate(3deg);
        left: -47px;
    }
    60% {
        transform: rotate(-3deg);
        left: -53px;
    }
    70% {
        transform: rotate(3deg);
        left: -47px;
    }
    80% {
        transform: rotate(-3deg);
        left: -53px;
    }
    90% {
        transform: rotate(3deg);
        left: -47px;
    }
    100% {
        transform: rotate(0deg);
        left: -50px;
    }
}
#fancy:hover {
    opacity: 0.8;
}
.pay-sum__copy {
    background: url(../images/icon_copy.svg) no-repeat center;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 5;
    right: 10px;
    top: 5px;
    background-size: 25px;
    cursor: pointer
}

.pay-sum__copy:hover {
    opacity: .8
}

.pay-sum__block-zone {
    position: relative
}

.cabinet-tabs {
    display: flex
}

.cabinet-tabs .tab_ {
    padding: 15px;
    margin: 15px;
    cursor: pointer
}

.cabinet-tabs .tab_:hover {
    background: #f7f7f7
}

.cabinet-tabs .tab_.active {
    font-weight: 700;
    background: #f7f7f7;
    border: 1px solid rgba(0,0,0,.125);
    cursor: default
}

.cabinet-bodies .body_ {
    display: none
}

.cabinet-bodies .body_.active {
    display: block
}

.cabinet-bodies .card {
    /* border: 4px solid #345094; */
    /*! border-radius: 15px!important; */
    margin: 10px 0;
    background: transparent;
}

.cabinet-bodies .card * {
    color: #111
}

.cabinet-bodies .card-header {
    background: #345094;
    background: #ffffff2e;
    color: #fff!important;
    border: none;
    padding: 15px;
    /*! border-radius: 13px 13px 0 0!important; */
    font-weight: 500
}

.cabinet-bodies .card-header a {
    color: #ef9a48
}

.cabinet-bodies .card-header b {
    color: #ef9a48
}

.cabinet-bodies .card-body {background: white;}

.reqs {
    padding: 15px
}

.reqs li {
    font-size: 16px
}

.offer-from__amount {
    font-weight: 700
}

.offer-from__curr {
    font-weight: 700
}

.breadcrumb li {
    list-style: none
}

.in-verification {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffffc7;
    color: red;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    display: none;
    flex-flow: column;
    padding: 15px
}

.pagination {
    list-style: none;
    justify-content: center;
    margin-top: 10px
}

.pagination li {
    list-style: none;
    min-width: 30px!important;
    text-align: center;
    font-weight: 700;
    margin: 0 1px
}

.page-item.active .page-link {
    background: #ef9a48;
    border-color: #ef9a48;
    border-radius: 3px!important
}

html a.page-link {
    color: #ef9a48;
    background-color: transparent!important;
    border: none!important;
    border-radius: 3px!important
}

.page-item.disabled .page-link {
    background-color: rgb(128 128 128/50%)!important;
    color: #fff;
    border-radius: 3px!important;
    border: none!important
}

.page-link:hover {
    color: #ef9a48;
    background-color: grey!important;
    border-radius: 3px!important
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgb(235 181 0/32%)
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.miniBtn {
    border: none;
    padding: 4px 7px;
    font-weight: 700;
    font-size: 10px;
    background: #345094;
    border-radius: 50px!important;
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    width: fit-content;
    float: right;
    margin-left: 6px;
    margin-top: 3px
}

.zakaz-article {
    padding-right: 21%
}

article.zakaz-article {
    padding-right: 22%
}

.cabinet-tabs a {
    padding-right: 40px;
    margin-top: 5px;
    transition: padding .075s ease-in-out;
    display: block;
    height: auto;
    text-align: right
}

.cabinet-tabs a.active {
    border-radius: 5px!important;
    padding-left: 40px;
    margin-left: -10px
}

.cabinet-tabs form a {
    margin: 0
}

.cabinet-tabs a:hover {
}

a.nav-link.ico_cabmenu_admin {
    background: url(../images/ico_cabmenu_admin_yellow.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px
}

a.nav-link.ico_cabmenu_offers {
    background: url(../images/ico_cabmenu_offers_yellow_new.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px
}

a.nav-link.ico_cabmenu_offers:hover {
    background: url(../images/ico_cabmenu_offers_yellow_new.svg) no-repeat calc(100% - 10px) center, #213c7d;
    background-size: 25px;
    border-radius: 0 !important;
}

a.nav-link.ico_cabmenu_referral {
    background: url(../images/ico_cabmenu_referral_yellow_new.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px
}

a.nav-link.ico_cabmenu_referral:hover {
    background: url(../images/ico_cabmenu_referral_yellow_new.svg) no-repeat calc(100% - 10px) center, #213c7d;
    background-size: 25px;
    border-radius: 0 !important;
}

a.nav-link.ico_cabmenu_banners {
    background: url(../images/ico_cabmenu_banners_yellow_new.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px
}

a.nav-link.ico_cabmenu_banners:hover {
    background: url(../images/ico_cabmenu_banners_yellow_new.svg) no-repeat calc(100% - 10px) center, #213c7d;
    background-size: 25px;
    border-radius: 0 !important;
}

a.nav-link.ico_cabmenu_2fa:hover {
    background: url(../images/ico_cabmenu_2fa_yellow_new.svg) no-repeat calc(100% - 10px) center, #213c7d;
    background-size: 25px;
    border-radius: 0 !important;
}

a.nav-link.ico_cabmenu_settings {
    background: url(../images/ico_cabmenu_settings_yellow_new.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px
}

a.nav-link.ico_cabmenu_settings:hover {
    background: url(../images/ico_cabmenu_settings_yellow_new.svg) no-repeat calc(100% - 10px) center, #213c7d;
    background-size: 25px;
    border-radius: 0 !important;
}

.ico_cabmenu_logoff {
    background: url(../images/ico_cabmenu_logoff_yellow_new.svg) no-repeat calc(100% - 10px) center;
    background-size: 20px
}

.ico_cabmenu_logoff:hover {
    background: url(../images/ico_cabmenu_logoff_yellow_new.svg) no-repeat calc(100% - 10px) center,#25121b;
    background-size: 20px;
    border-radius: 0 !important;
}

a.nav-link.ico_cabmenu_cabinet {
    background: url(../images/ico_cabmenu_cabinet_yellow_new.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px
}

.top-login__popup {
    display: none;
    background: #212648;
    margin: 0;
    position: absolute;
    top: 55px;
    right: 0;
    /*! border-radius: 10px!important; */
    /*! border: 1px solid #12090d */
}

.top-login__popup a {
    margin: 0!important;
    padding: 20px 60px 20px 20px
}

.changepass {
    display: none
}

[calc-data=send]:focus,[calc-data=receive]:focus {
    box-shadow: none
}

#forModalLink {
    display: none
}

html {
  background: #345094 !important;
}

body {
   background: #000000b8;
   /* background: #212648; */
}

body.exch-fly {
    position: fixed
}

.header-top {
    /* position: fixed; */
    top: 0;
    padding: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    background: #1d0129;
    background: #345094;
    top:  0;
    margin-bottom: 15px;
}

.header-top__light {
    box-shadow: 0 0 1000px 1000px #660757;
    width: 1px;
    height: 1px;
    right: 20%;
    top: 10px;
    position: absolute;
    display: none
}

.header-top ul {
    margin: 0;
    padding: 0
}

.header-top li {
    margin: 0 5px
}

li.head-tg a {
    background: url(../images/icon_tg.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    font-weight: 500;
    display: flex;
    align-items: center
}

.header-top li.head-mail {
}

li.head-mail a {
    background: url(../images/icon_mail.svg) no-repeat left center;
    background-size: 17px;
    padding-left: 28px;
    font-weight: 500;
    display: flex;
    align-items: center
}

.head-allday {
    color: #fff;
    font-family: RothekBold;
    letter-spacing: 0.1px;
    /* opacity: .5; */
}

.modal-title {
    color: #111
}

.modal-body {
    color: #111
}

.modal-body .info-block {
    margin: 0;
    padding: 10px!important;
    padding-left: 40px!important;
    background-position: 5px 9px
}

.modal-body * {
    color: white !important;
}
.modal-body a:hover {
    color: white;
}

.modal-dialog {
    top: 160px;
    max-width: 750px;
    margin-bottom: 75px;
}

#offerModal .pop-margin {
    margin: 0 10px;
    /* align-items: start; */
    /* margin-left:  104px; */
}

.modal-footer {
    display: flex;
    flex-flow: row
}

.modal-body li {
    padding-left: 0;
    margin-left: 30px;
    margin-bottom: 10px
}

main {
    padding: 0;
    z-index: 1;
    /* padding-bottom: 100px; */
    margin-bottom: 90px;
}

.main-page main {
    z-index: 99
}

main #_maincalc {
    display: none
}

footer {
    /*! background: url(/images/bg_bottom.jpg) no-repeat center; */
    padding: 15px 0 65px;
    z-index: 999;
    background: #345094;
    background: transparent;
    overflow: hidden;
    position: absolute;
    /* margin-bottom: 35px; */
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-flow: row;
    align-items: center
}

.footer-logo img {
    width: 150px
}

.footer-menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: center
}

.footer-menu ul {
}

.footer-menu li {
    margin: 0 15px;
    list-style: none
}

.footer-menu li a {
    display: flex;
    font-weight: 500;
    color: #fff;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent
}

.footer-menu li a:hover {
    border-bottom: 2px solid #fff
}

.footer-copy {
    color: #fff;
    opacity: .5;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff!important;
    font-weight: 400;
    border-bottom: 2px solid transparent
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #fff;
    color: #fff
}

#main-form-block {
    border-radius: 25px!important;
    padding: 30px;
    padding: 15px 0
}

#main-form-block.main-page .col-lg-4 {
}

#main-form-block.zakaz {
    height: auto;
    position: relative;
    z-index: 99
}

#main-form-block.zakaz #main-form-block__form {
    margin-bottom: 0;
    margin-top: 0
}

#main-form-block__form button {
    padding: 10px!important;
    margin: 0
}

#main-form-block.zakaz aside.app-block {
    margin: 0;
    padding: 0
}

#main-form-block.zakaz .app-block__heading {
    font-size: 1rem;
    width: 150vw !important;
}

#main-form-block.zakaz .app-block__id {
    font-size: 1rem
}

#main-form-block.zakaz .app-block__body {
    padding: 0
}

#main-form-block.zakaz+article .reqs * {
}

#main-form-block.zakaz+article {
    padding-right: 21%
}

#main-form-block.zakaz #qrcode {
    text-align: center
}

#main-form-block.zakaz #qrcode svg {
    height: 175px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.main-page+article {
}

.info-block {
    position: relative;
    /* margin: 30px 0 25px; */
    /* background: url(../images/ico_page_info.svg) no-repeat 5px 2px; */
    /* padding-left: 40px */
}

.info-block:before {
    /* background: #e6ecef;
    width: 6px;
    height: calc( 100% - 50px );
    position: absolute;
    content: '';
    left: 15px;
    top: 35px */
}

.info-block h3 {
    font-size: 1.2em
}

.info-block ol {
    padding: 0;
    margin: 0
}

.info-block li {
    margin: 15px;
    font-size: 1em
}

#block-from {
}

#block-from h2 {
    color: #fff;
    font-size: 24px;
    /*! background: url(../images/ico_form_from.svg) no-repeat right center; */
    margin-bottom: 15px;
    text-align: center
}

#block-to h2 {
    color: #fff;
    font-size: 24px;
    /*! background: url(../images/ico_form_to.svg) no-repeat right center; */
    margin-bottom: 15px;
    text-align: center
}

.curr-popuper {
    background: url(../images/ico_form_arr.svg) no-repeat calc( 100% - 15px ) center;
    border-radius: 10px 10px 0 0!important;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

#block-to .choose-zone:before {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../images/ico_form_arrows_twin.svg) no-repeat center,#fff;
    content: '';
    top: 37px;
    left: -47px;
    z-index: 9;
    border-radius: 50%;
    display: none
}

#block-from {
    /*! border: 2px solid rgb(204 204 204/50%); */
    padding: 15px;
    /*! border-radius: 15px!important; */
    background: #345094;
    background: #ffffff2e;
    position: relative;
    z-index: 2;
}

#block-to {
    /*! border: 2px solid rgb(204 204 204/50%); */
    padding: 15px;
    /*! border-radius: 15px!important; */
    background: #345094;
    background: #ffffff2e;
    z-index: 2;
    position: relative;
    z-index: 2;
}

.choose-zone label {
    margin-top: 2px;
    background: #fff;
    border-radius: 0 0 10px 10px!important;
    display: flex;
    height: auto;
    padding-top: 20px
}

.choose-zone label p {
    position: absolute;
    padding: 10px 15px;
    margin-top: -10px;
    font-size: 12px;
    left: 0
}

.choose-zone input {
    padding: 15px;
    font-size: 18px;
    width: 100%;
    border-radius: 0 0 10px 10px!important;
    border: none;
    display: block;
    font-weight: 600
}

.choose-zone input:focus-visible {
    border: none!important;
    outline: none!important
}

.rate-zone {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 0 8px;
    border-bottom: 2px solid #345094;
    border-bottom: 1px solid white;
    margin-bottom: 7px
}

.rate-zone p {
    margin: 0;
    color: #fff;
    display: flex;
    display: none
}

.rate-zone div {
    color: #fff
}

.reserve-zone {
    margin: 20px 0 0;
    padding: 0 20px!important;
    display: flex;
    flex-flow: column;
    background: url(../images/ico_reserve_mid.svg) no-repeat left center;
    justify-content: left;
    margin-left: 10px;
    position: relative
}

.reserve-zone p {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.reserve-zone div {
    color: #fff;
    line-height: 2em;
    font-size: 16px!important
}

.reserve-zone div * {
    color: #fff
}

.reserve-popuper {
    text-decoration: underline;
    font-weight: 500;
    color: #ef9a48!important;
    opacity: 1!important;
    cursor: pointer;
    font-size: 12px
}

#main-form-block__form {
    position: relative;
    /*! border: 2px solid rgb(204 204 204/50%); */
    padding: 15px;
    /*! border-radius: 15px!important; */
    background: #345094;
    background: #ffffff2e;
    z-index: 2;
}

#pay-form-block {
    background: #fff;
    padding: 20px;
    position: relative;
    z-index: 3;
    background: #345094;
    /*! border: 2px solid rgb(204 204 204/50%); */
    /*! border-radius: 10px!important; */
//
    background: white;
    background: #ffffff2e;
}
#pay-form-block p {
//    color: #333333 !important
}

#qrcode {
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 3;
    background: #345094;
    /*! border: 2px solid rgb(204 204 204/50%); */
    /*! border-radius: 10px!important; */
    background: #ffffff2e;
    margin-bottom: 15px;
//
    background: white;
}
#qrcode * {
    /*! color: #333333; */
}
#qrcode p {
    margin-bottom: 0 !important;
}
#qrcode svg {
    background: #fff;
    padding: 10px;
    /*! border-radius: 6px!important */
}

label {
    position: relative;
    width: 100%;
    margin: 0 0 15px
}

#main-form-block__form input,.modal-body input {
    border: 2px solid transparent;
    padding: 25px 15px 10px;
    font-weight: 700;
    border-radius: 0 !important;
    background: rgb(255 255 255/15%);
    color: #fff
}

#main-form-block__form input:focus {
    border: 2px solid #ef9a48;
    box-shadow: none
}

#main-form-block__form .client-sum-input {
    background: #212648;
    border: 4px solid #345094;
    border: 4px solid white;
    border-radius: 0 !important;
    font-size: 28px;
    height: 75px;
    font-family: RothekBold !important
}

.client-sum-input:focus {
    border: 4px solid #ef9a48!important
}

input::placeholder {
    font-weight: 400;
    color: #ffffff47
}

#blue-section form label * {
    color: #ef9a48;
    color: #fff;
    cursor: pointer;
    /* background: #151935; */
}
[type=checkbox]:checked {
    background: url(../images/icon_check_white.svg) no-repeat center, #345094 !important;
    background-size: 15px !important;
}

input[type=text],input[type=number],input[type=email],input[type=tel],input[type=password] {
    width: 100%!important;
    border: none;
    border-radius: 5px!important
}

label p {
    left: 15px;
    top: 10px;
    font-size: 12px;
    margin-bottom: 9px
}

#main-form-block__form label {
    margin-bottom: 5px
}

#main-form-block__form label p {
    margin: 5px;
    color: #881ca7;
    color: rgba(255, 255, 255, 0.73);
}

#main-form-block__form input {
    padding: 6px 45px 7px 10px;
    font-size: .9rem
}

#main-form-block__form select {
    width: 100%;
    padding:  10px;
    border-radius: 5px !important;
    background: #352e30;
    border: none;
}
#main-form-block__form select:focus {
    border: none;
}
#main-form-block__form select option {
    padding: 10px !important;
    display: block;
}

div.calc-data__header {
    position: relative!important;
    margin: 5px;
    left: 0!important
}

input.field-alert {
    border: 3px solid #f76a6a!important;
    background: #ffeff0!important
}

input.field-alert+p {
    color: red!important
}

form button,#main-form__btn,#startExchange,.form-button {
    border: none;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    background: #345094;
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%);
/*     border-radius: 50px!important; */
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    height: 45px
}

form button:hover,#main-form__btn:hover,#startExchange:hover,.form-button:hover {
    opacity: .8
}

.form-button {
    display: none;
    opacity: .8;
    user-select: none;
    cursor: default
}

.form-button.active {
    display: block
}

.logins-cancel {
    border: none;
    padding: 10px;
    font-weight: 700;
    font-size: 16px;
    background: #646464;
    /*! border-radius: 50px!important; */
    width: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    height: 45px
}

.logins-cancel:hover {
    color: inherit;
    opacity: .8
}

#startExchange {
    padding: 20px
}

form button:hover,#startExchange:hover {
}

#zakaz_login {
    border: none;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    background: #345094;
    border-radius: 50px!important;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.rules-check {
    margin: 5px 5px 10px!important;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center
}

.rules-check input {
    margin-right: 5px
}
.login-blocks input[type="checkbox"], .login-blocks input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    border: 2px solid white !important;
    border-radius: 0 !important;
}

.rules-check * {
    font-size: 12px
}

.rules-check a {
    color: #ef9a48!important;
    font-weight: 500
}

.rules-check span {
    cursor: pointer
}

h1,.form-head {
    text-align: left;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #ef9a48;
}

.choose-zone {
    position: relative
}

.choose-zone .curr-popuper {
    display: flex;
    align-items: center
}

.choose-zone .currs-send__item-name,.choose-zone .currs-to__item-name {
    font-weight: 700;
    color: #fff
}

.currs-send__item-star,.currs-to__item-star {
    color: rgb(255 255 255/25%)
}

.currs-send__item-star.active,.currs-to__item-star.active {
    color: rgb(255 255 255)
}

.currency__item[data-curr-id="1"] .currs-send__item-star,.currency__item[data-curr-id="1"] .currs-to__item-star {
    color: #fff
}

.currs-send__item-star.choosed {
    color: #ffffff40
}

#main-form-block {
    transition: display .2s ease-in-out
}

#main-form-block .toload {
    /*! background: url(../images/bb-spinner.svg) no-repeat center!important; */
    background-size: 25px!important;
    height: 80px;
    border-radius: 0 0 10px 10px!important;
    transition: display .2s ease-in-out
}

#main-form-block .toload * {
    font-size: 0!important;
    display: none
}

#main-form-block .toload label {
    background: 0 0
}

#main-form-block .toload input {
    visibility: hidden!important;
    opacity: 0!important
}




#main-form-block .toload {
  width: 100%;
  accent-colorheight: 30px;
  display: inline-block;
  position: relative;
  height: 55px;
}
#main-form-block .toload::after,
#main-form-block .toload::before {
  content: '';
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 4px solid #FFF;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 25px;
  animation: rotation1 2s ease-in-out infinite alternate;
  margin-left: -2;
  margin-left: -15px;
}
#main-form-block .toload::after {
  border-color: #EEA849;
  animation-direction: alternate-reverse;
}

@keyframes rotation1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}




#currs-send__pop,#currs-to__pop {
    width: 100%;
    max-width: 100%;
    max-height: 44.5vh;
    overflow-y: scroll;
    z-index: 2;
    padding-bottom: 10px;
    background: #2a3f73;
    background: #212648;
    background: transparent;
}

#currs-send__pop.active,#currs-to__pop.active {
    display: block
}

.currs-send__item.active,.currs-to__item.active {
    border: 2px solid #ef9a48 !important;!i;!;
    /* border-radius: 5px!important; */
}

.popup-cancel {
    display: none
}

.currs__item-left {
    display: flex;
    align-items: center
}

.currs-send__item,.currs-to__item {
    outline: none!important;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    height: 48px!important;
    border: 2px solid transparent !important;!i;!;
}

.currs-send__item:hover,.currs-to__item:hover {
    background: rgb(255 255 255/25%);
    /* border-radius: 5px!important; */
    /* color: red!important */
}

.currs-send__item-pic,.currs-to__item-pic {
    /* width: 35px; */
    /* padding: 5px; */
    /* background: #fff; */
    border-radius: 50%!important;
    margin-right: 10px!important;
}

.currs-send__item-pic img,.currs-to__item-pic img {
    width: 40px;
    height: 40px;
}

#currs-send,#currs-to {
    width: calc( 100% - 50px );
    float: left;
    width: 99%;
}

#currs-send-stars,#currs-to-stars {
    width: 50px;
    float: right;
    margin-top: 1px
}

#currs-send-stars div,#currs-to-stars div {
    height: 48px!important;
    cursor: pointer;
    border-radius: 5px!important;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

#currs-send-stars div:hover,#currs-to-stars div:hover {
    background: rgb(255 255 255/0.25)
}

::-webkit-scrollbar,::-webkit-scrollbar {
    width: 14px;
    background: #656c7c;
    border-radius: 0
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb {
    background: #ef9a48;
    border-radius: 0
}

#searchSendInput,#searchToInput {/*     background: url(../images/ico_search.svg) no-repeat calc( 100% - 10px ) center,rgb(255 255 255/15%); */background: rgb(255 255 255 / 15%);outline: none;font-size: 14px;margin-top: 0;border-radius: 0 !important;color: #fff;/*     padding-right: 40px */}

#searchSendInput::placeholder,#searchToInput::placeholder {
    font-weight: 400
}

.accent-block * {
    font-size: 12px!important;
    color: #fff
}

#counter-block {
}

div.calc-data__header {
    padding: 0
}

#exch-rate {
    display: flex;
    flex-flow: column
}

#exch-rate * {
    margin: 0 5px
}

.nowrap {
    display: flex
}

.nowrap:first-child:after {
    content: ' ='
}

div.calc-data__header {
}

header>.container {
}

#blue-section {
    position: fixed;
    width: 600px;
    /* height: 500px; */
    /*! min-height: 100%; */
    /*! top: 0; */
    right: -750px;
    padding: 20px;
    z-index: 0;
    transition: all .2s ease-in-out;
    left: 50%;
    margin-left: -300px;
    top: 10%;
    /* margin-top: 250px; */
    right: auto !important;
}

.for-login #blue-section {
    transition: all .2s ease-in-out;
    z-index: 9999999;
    background: #212648;
    right: 0
}

.login-tabs {
    display: flex;
    align-items: center;
    z-index: 999
}

.login-tab {
    padding: 0 12px;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
    line-height: 1.5em
}

.login-tab.active {
    font-weight: 700;
    color: white;
    cursor: default
}

.login-tab.active:hover {
    cursor: default;
    opacity: 1
}

.login-tab:first-child {
}

.login-tab:hover {
    cursor: pointer;
    opacity: .8
}

#black-section {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: rgb(0 0 0 / 85%);
    bottom: 0;
    z-index: 9999999;
    transition: all .2s ease-in-out
}

.for-login #black-section {
    transition: all .2s ease-in-out;
    display: block
}

.login-block {
    display: none;
    max-width: 250px
}

.login-block.active {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding: 15px;
    flex-flow: column
}

.login-blocks label {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
    /* background: #212648 !important; */
}

.login-blocks input {
    border: none;
    padding: 35px 20px 10px;
    font-weight: 700;
    border-radius: 5px!important;
    background: transparent;
}

input[name=reserve_code] {
    padding: 15px!important;
    margin: 10px 0
}

.login-blocks input::placeholder {
    font-weight: 700
}

.login-blocks form * {
}

.login-blocks form button {
}

.login-blocks input[type=text],.login-blocks input[type=number],.login-blocks input[type=email],.login-blocks input[type=tel],.login-blocks input[type=password] {
    width: 100%!important;
    -webkit-appearance: none
}

.login-blocks label p {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #ef9a48!important
}

#forgot-pass {
    color: #ef9a48!important;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 10px 0
}

#forgot-pass:hover {
    opacity: .8
}

.reserve-popuper__pop {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    box-shadow: -8px 8px 16px #00000045;
    z-index: 999;
    border-radius: 10px!important
}

.reserve-popuper__pop ul {
    padding: 0
}

.reserve-popuper__pop li {
    list-style: none!important;
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center
}

.reserve-popuper__pop * {
    color: #000!important
}

.reserve-popuper__pop.active {
    display: flex;
    flex-flow: column;
    top: 25px;
    width: 300px;
    height: 400px;
    overflow-y: scroll
}

.reserve-header {
    display: flex;
    font-weight: 700;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center
}

.reserve-header img {
    height: 18px;
    margin-left: 10px
}

.reserve-item img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

#page-reserves {
    padding-right: 25%;
    position: relative
}

#page-reserves h2 {
    padding: 10px 25px
}

#page-reserves .reserve-items {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start
}

#page-reserves .reserve-item {
    width: 20%;
    margin: 10px;
    display: flex;
    align-items: center
}

#page-reserves .reserve-item__img {
    flex-flow: column;
    align-items: center
}

#page-reserves .reserve-item__text {
}

#page-reserves .reserve-item__amount {
    font-size: 13px;
    font-weight: 700
}

.cabinet-tabs {
    display: flex;
    flex-flow: column;
    z-index: 9999
}

.for-login .cabinet-tabs {
}

.cabinet {
    margin-top: 50px
}

article {

}

#offer-form-block {
    margin-bottom: 75px;
}

article h1 {
    margin: 0 0 20px;
    margin: 25px 10px 25px 0
}

.container {
    position: relative;
    max-width: 100%;
    padding-left: 150px !important;
    padding-right: 150px !important;
}

.app-block {
    background: 0 0!important
}

.app-block__head {
    background: #345094;
    /*! border: 2px solid rgb(204 204 204/50%); */
    /*! border-radius: 5px!important; */
    /*! background: white; */
    background: #ffffff2e;
}
.app-block__head * {
    /*! color: #333333 !important; */
}

.app-block__heading {
    color: #fff
}

.app-block__id {
    color: #fff;
    margin-left: 15px
}

.app-block__mension {
    color: #fff;
    /*background: #345094;*/
    background: #ffffff2e;
    /*! border: 2px solid rgb(204 204 204/50%); */
    border-radius: 10px!important;
    /*! background: white !important; */
    /*! color: #333333; */
}
.app-block__mension * {
    color: #333333 !important;
}

.reqs {
}

.reqs * {
    color: #fff
}

.app-block__body #qrcode p {
    color: #fff
}

.btn-outline-secondary {
    border: none;
    font-size: 14px;
    background: #9d0405!important;
    /*! border-radius: 50px!important; */
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    padding: 15px;
    height: 46px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.btn-outline-secondary:hover {
/*     background: #EEA849!important */
    opacity: 0.8;
}

#page-unavalible {
    padding: 50px;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    overflow-y: auto;
    /* height: 60vh */
}

#page-unavalible h1 {
    text-align: center;
    margin: 0;
}

#page-unavalible img {
}

.mob_only {
    display: none
}

[aria-label=breadcrumb] {display: none;}

._fields input+span,._fields input.is-invalid+*+span {
    position: absolute;
    right: -1px;
    top: 28px;
    background: #ffffff70;
    padding: 2px 4px;
    border: 1px solid #ffffff45;
    border-radius: 0 !important;
    font-size: 12px;
    font-weight: 700;
    width: 40px;
    height: 44px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

._fields input.is-invalid+*+span {
    background: #d77a7a;
    border: 2px #f66 solid!important;
    border-bottom: none!important
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.partners-tabs {
    display: flex;
    justify-content: space-between;
}

.partners-tab {
    width: 49%;
    border: 1px solid #ef9a48;
    height: 40px;
    align-items: center;
    display: flex !important;!i;!flex;!fle;!fl;!f;!;
    text-align: center;
    justify-content: center;
    margin: 0 3px;
    cursor: pointer
}

.partners-tab.active {
    background: #ef9a48;
    color: #fff;
    font-weight: 700
}

.partners-body {
    display: none
}

.partners-body.active {
    display: block
}

.partner-copy label {
    display: flex;
    border-radius: 10px!important;
    color: #eee;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-bottom: 0
}

.partner-copy .pay-sum__copy {
    top: 5px!important;
    background-size: 20px;
    right: 5px
}

.form-group.partner-copy input {
    padding-right: 45px
}

._partners-head {
    display: flex;
    width: 100%
}

._partners-head>div {
    display: flex;
    padding: 10px;
    width: 33%;
    word-break: break-all;
    font-weight: 700
}

._partners-body {
    display: flex;
    width: 100%
}

._partners-body>div {
    display: flex;
    padding: 10px;
    width: 33%;
    word-break: break-all
}

._refcash-head {
    display: flex;
    width: 100%
}

._refcash-head>div {
    display: flex;
    padding: 10px;
    width: 25%;
    word-break: break-all;
    font-weight: 700
}

._refcash-body {
    display: flex;
    width: 100%
}

._refcash-body>div {
    display: flex;
    padding: 10px;
    width: 25%;
    word-break: break-all
}

.status-dev-check {
     display: none;
}

.is-invalid {
    border: 2px solid rgb(255 0 0/50%)!important;
    background: rgb(255 0 0/20%)!important
}

.error_msg {
    color: #721c24;
    font-size: 12px;
    background-color: #41070a;
    margin: 0 5px!important;
    padding: 5px 10px;
    border-radius: 0 0 3px 3px!important
}

.error_msg * {
    font-size: 12px
}

.sum_null label,.sum_null input {
}

span.symbols {
    position: absolute;
    width: auto;
    right: 24px;
    top: 13px;
    border: 3px solid red;
    background: #fff;
    border: 3px solid #e0f0f8;
    border-radius: 5px!important;
    padding: 3px;
    font-weight: 700;
    font-size: 10px
}

.symbols_alert {
    border: 2px solid rgb(255 0 0/50%)!important;
    background: rgb(255 204 204)!important
}

#rezervi-block {
    flex-flow: wrap;
    display: none;
    margin-bottom: 65px;
    margin-top: -65px;
}

#rezervi-block.active {
    display: flex
}

._rezerv {
    display: flex;
    width: 25%;
    align-items: center;
    padding: 15px 10px
}

._rezerv_ico {
    background: #fff;
    margin-right: 10px;
    padding: 5px;
    border-radius: 100px!important
}

._rezerv_ico img {
    width: 40px;
    height: 40px
}

._rezerv_name {
    font-weight: 700
}

._rezerv_amount {
}

#rezervi {
    width: 100%;
    background: #c4c4ee;
    border: none
}

#rezervi_hide {
    background: red;
    display: none;
    border: none
}

.rezerves-block {
    padding: 20px;
    border: 3px solid #ef9a48;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px!important;
    margin-bottom: 79px;
}

.rezerves-block h2 {
    margin: 0
}

.rezerves-block .opener {
    width: 25px;
    height: 25px;
    background: url(/images/icon_rezerves_hiding.png) no-repeat center;
    background-size: 25px;
    cursor: pointer;
    transition: all .25s ease-in-out
}

.rezerves-block .opener.active {
    width: 25px;
    height: 25px;
    background: url(/images/icon_rezerves_hiding.png) no-repeat center;
    background-size: 25px;
    transform: rotate(180deg);
    transition: all .25s ease-in-out
}

.top-currs {
    width: 100%;
    display: flex;
    margin: 35px 0;
    justify-content: space-between;
    align-items: center
}

.top-curr {
    height: 30px
}

#regs {
    display: flex;
    align-items: center
}

#regs div {
    margin-left: 15px
}

.transactions-all {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0
}

.transactions-all div {
    padding: 10px 15px;
    border: 2px solid #881ca7;
    border-radius: 25px!important
}

#filterFrom,#filterTo {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    border-top: 2px solid #345094;
    border-top: 1px solid white;
}

.filter-element {
    cursor: pointer;
    padding: 10px;
    user-select: none
}

.filter-element:hover {
    font-weight: 700;
    color: #fff
}

.filter-element.active {
    font-weight: 700;
    color: #ef9a48
}

.star-element {
    color: rgb(255 255 255/30%)
}

.head_login {
    /*! border-radius: 5px !important; */
    border: 1px solid #ECECEC;
    padding: 8px 18px 8px 35px;
    color: #ECECEC;
    background: url(../images/icon_login.svg) no-repeat 10px center;
    font-size: 12px;
    font-weight: bolder;
    text-transform: none;
    cursor: pointer;
    height: 39px !important;
}

.head_reg {
    /*! border-radius: 5px !important; */
    margin: 0 0 0 15px;
    height: 40px;
    display: flex;
    padding: 8px 18px;
    cursor: pointer;
    font-weight: bolder;
    font-size: 12px;
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%);
    color: white;
    text-transform: none;
}

.bubble1 {
    position: absolute;
    box-shadow: 0 0 100px 100px #460549;
    z-index: -1
}

.bubble2 {
    position: absolute;
    box-shadow: 0 0 200px 200px #460549;
    z-index: -1;
    left: 10%;
    top: 400px
}

.bubble3 {
    position: absolute;
    box-shadow: 0 0 100px 100px #460549;
    z-index: -1;
    right: 15%;
    top: 600px
}

.bubble4 {
    position: absolute;
    box-shadow: 0 0 100px 100px #46054987;
    z-index: -1;
    right: 35%;
    top: 1250px
}

.main-slider {
    border: 1px solid violet;
    border-radius: 75px 0 0 75px!important;
    padding: 20px;
    margin-top: -20px;
    z-index: 2
}

.main-slider .slick-slide {
    text-align: right;
    padding-left: 125px;
    position: relative
}

.main-slider .slider-nmb {
    color: #8a1ba4;
    font-weight: 900;
    font-size: 86px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin-top: -25px
}

[calc-data=send]::after {
    width: 30px;
    height: 30px;
    background: url(/images/icon_circle_arr-violet.svg) no-repeat:center!important;
    background-size: 25px;
    right: -30px;
    position: absolute;
    display: block
}

.field-arrows {
    background: url(/images/icon_circle_arr-violet.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 24px;
    position: absolute;
    right: -30px;
    top: 30px;
    display: none
}

.block1 {
    position: absolute;
    width: 200px;
    height: 80vh;
    background: url(/images/ico_wobble.svg) no-repeat center;
    z-index: 0;
    left: -10px;
    transform: rotate(180deg);
    display: none
}

.block2 {
    position: absolute;
    width: 200px;
    height: 1000px;
    background: url(/images/ico_dots.svg) no-repeat center;
    z-index: -1;
    left: -70px;
    transform: rotate(90deg);
    bottom: 0
}

.block3 {
    position: absolute;
    width: 200px;
    height: 347px;
    background: url(/images/ico_dots.svg) no-repeat center;
    background-size: 135px;
    z-index: -1;
    top: 21px;
    right: 89px;
    transform: rotate(90deg)
}

.block4 {
    position: absolute;
    width: 125px;
    height: 300px;
    background: url(/images/ico_dots.svg) no-repeat center;
    background-size: 125px;
    z-index: -1;
    bottom: 100px;
    right: 12%
}

.block5 {
}

.block6 {
    width: 100px;
    height: 100px;
    z-index: -1;
    position: absolute;
    background: url(/images/ico_star_mini.svg) no-repeat center;
    background-size: 70px;
    left: -150px;
    bottom: 0
}

.block7 {
    width: 200px;
    height: 200px;
    z-index: -1;
    position: absolute;
    background: url(/images/ico_star_mini.svg) no-repeat center;
    background-size: 150px;
    left: -110px;
    bottom: -275px
}

.block8 {
    width: 200px;
    height: 200px;
    z-index: -1;
    position: absolute;
    background: url(/images/ico_star.svg) no-repeat center;
    background-size: 175px;
    left: -90px;
    bottom: 80px
}

.block-sending {
}

.filtered-hidden {
    display: none!important
}

#accordionExample {
    margin: 35px 0 5px !important
}

.accordion .card {
    background-color: transparent
}

.accordion .card-header {
    padding: 0
}

.accordion .btn-link {
    font-size: 1.1rem;
    margin-bottom: 0;
    color: #EEA849;
    font-weight: 700;
    text-decoration: none!important;
    height: 50px;
}

.accordion .btn-link[aria-expanded=true] {
    background: rgb(255 255 255/0.15)!important
}

.accordion .btn-link.collapsed {
    background: 0 0!important
}

.accordion .btn-link:hover {
    text-decoration: none;
    background: rgb(255 255 255/0.15)!important
}

.accordion .btn-link:focus {
    box-shadow: none
}

span.left-min,span.right-min {
    background: #ef9a48;
    margin-bottom: -4px;
    display: block;
    border-radius: 5px 5px 0 0!important;
    padding: 2px 6px;
    font-weight: 700;
    color: #000;
    font-size: 14px
}

span.left-max,span.right-max {
    background: #ef9a48;
    margin-top: -4px;
    display: block;
    border-radius: 0 0 5px 5px!important;
    padding: 2px 6px;
    font-weight: 700;
    color: #000;
    font-size: 14px
}

.error-item {
    padding: 5px 10px;
    background: #41070a;
    font-size: 12px!important;
    font-weight: 700
}

div#errors {
}

.alert-time, .alert-pay-time {
    background: #541c35;
    border-radius: 0 !important;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    padding: 15px;
    text-align: center;
    border-radius: 0 !zmportant;
}

.alert-time div {
    display: flex;
    align-items: center
}

.alert-time span {
    margin: 0 5px;
    display: inline-block
}

.alert-time div * {
    font-size: 26px;
    font-weight: 700
}

.requested-transactions {
    width: 100%
}

.transaction {
    margin: 15px 0;
    padding: 25px;
    border: 2px solid #fff;
    width: 100%;
    display: flex;
    justify-content: space-between
}

.transaction .invoice-to__pic img {
    width: 50px
}

.bold_name {
    font-weight: 700;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.bold_name_amount {
    font-weight: 700;
    font-size: 24px;
    margin-top: 20px;
}

._amount-left img,._amount-right img {
    width: 50px;
    margin-right: 10px;
    margin-top: 25px;
}

._amount-left,._amount-right {
    display: flex;
    align-items: center;
    padding: 5px;
    /* justify-content: center; */
}

.check-data {
    margin: 5px 0 0 0;
    text-align: center;
    color: red;
    padding: 5px;
    background: #9d0405a3;
    color: white;
    border-radius:  5px !important;
}

img.banner {
    width: 350px;
    text-align: center;
    margin: 35px auto 10px
}

#partner-form .currs-select__popup {
    height: 250px
}

#partner-form .currency__item {
    justify-content: left;
}
#partner-form .currency__item.active {
    display: flex;
}

#partner-form input {
    background: rgb(255 255 255/15%);
    height: 45px
}

.min-max {
    display: flex;
    justify-content: space-between
}

.min-max div {
    color: #fec515;
    font-size: 18px;
    cursor: pointer
}

.min-max span {
    font-size: 18px
}

.banner-code {
    margin-top: 15px
}

.breadcrumb {
    background: #ffffff2e
}

.breadcrumb-item.active {
    color: #fff
}

.btn-fit {
    width: fit-content;
    padding: 15px 25px
}

code {
    background: #000;
    display: flex;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px!important
}

.modal {
    z-index: 999999999!important
}

.banner-pic img {
    height: 400px!important
}

.changepass h3 {
    padding: 10px 0;
    text-align: center
}

#login-block label.error {
    font-size: 12px;
    background-color: #41070a;
    margin: 2px 0 0;
    padding: 5px 10px;
    border-radius: 3px!important;
    color: #ef9a48
}

#login-block input.error {
    border: 2px solid rgb(255 0 0/50%)!important
}

span.pass-eye {
    background: url(/images/ico_pass_eye_open.svg) no-repeat center right;
    background-size: 25px;
    width: 35px;
    height: 35px;
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 999
}

span.pass-eye.opened {
    background: url(/images/ico_pass_eye_close.svg) no-repeat center right;
    background-size: 25px
}

.label-block {
    position: relative;
    background: #323865 !important;
    margin-bottom: 15px;
}

input.pass-eye__padding {
    padding-right: 50px
}

#name-error,#email-error,#password-error,#password_confirmation-error,#old_password-error {
    padding: 10px
}

#login-block__register,#login-block__login,#login-block__recover,#login-block__passchange {
    width: 100%
}

.popuper-arrow {
    display: none;
    z-index: 999
}

.our-forum {
    display: flex;
    padding: 10px;
    align-items: center;
    text-decoration: none!important;
    /* border-radius: 10px!important; */
}

.our-forum:hover {
    background: #ffffff2b
}

.our-forum img {
    width: 150px;
    margin-right: 20px;
    /* border-radius: 10px!important; */
}

.our-forum__text b {
    font-size: 1.2em;
    display: block
}

.our-forum__pic {
    margin-right: 15px
}

.footer_ics {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    align-items: center;
    width: 50%
}

.footer_ics li {
    list-style: none
}

.footer_ics a {
    display: flex!important;
    margin: 5px 0
}

.footer_ics img {
    height: 30px;
}

._mob_no {
    display: flex
}

._mob {
    display: none
}

jdiv.button_c604 {
    z-index: 9!important
}

jdiv.popup_a0e0.__show_a55f {
    z-index: 99
}

body.fixed {
    position: fixed
}

.jq-toast-loader {
    background-color: #fff!important
}

.jq-toast-single {
    border-radius: 7px!important;
    opacity: .7
}

html div.jq-toast-wrap {
    top: 65px!important;
    right: 15px!important;
    z-index: 9999999999!important
}

.jq-toast-heading {
    margin-bottom: 0!important
}

.jq-has-icon {
    padding: 20px 10px 20px 50px!important
}

.yellow {
    color: #ef9a48
}

.minmax {
    display: flex;
    justify-content: space-between
}

.form-group.contact-teh-tg a {
    background: url(../images/icon_tg.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    text-decoration: none
}

.form-group.contact-partner-tg a {
    background: url(../images/icon_tg.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    text-decoration: none
}

.form-group.contact-teh-mail a {
    background: url(../images/icon_mail.svg) no-repeat left center;
    background-size: 17px;
    padding-left: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-decoration: none
}

.form-group.contact-partner-mail a {
    background: url(../images/icon_mail.svg) no-repeat left center;
    background-size: 17px;
    padding-left: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-decoration: none
}

div.code-wrap {
    display: flex;
    margin-bottom: 15px
}

input.code-part {
    border: 3px solid #ef9a48;
    margin: 0 5px;
    width: 40px!important;
    height: 50px!important;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
    text-align: center;
    font-size: 26px
}

.login_code {
    display: none
}

.login_code.active {
    display: block
}

.login_code button {
    margin-top: 5px
}

input.code-part:focus {
    --tw-ring-color: #345094;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) #345094;
    border-color: #345094
}

.login_code .js-code-error {
    font-size: 12px;
    background-color: #41070a;
    margin: 8px 0 5px;
    padding: 5px 10px;
    border-radius: 3px!important;
    color: #ef9a48
}

#myStyle * {
    background: 0 0!important;
    color: #fff!important;
    box-shadow: none!important
}

#myStyle .btn-cc {
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%) !important;
    width: fit-content;
    margin: 10px 0
}

#myStyle .btn-outline-secondary {
    background: #9d0405!important;
    width: fit-content;
    margin: 10px 0
}

#myStyle .alert-time {
    background: #ff000096!important
}

#myStyle .green-bg {
    background: green!important
}

#myStyle>div {
    display: flex;
    flex-flow: column;
    gap: 0!important
}

#myStyle .mt-5 {
    margin-top: 0!important
}

#myStyle .alert-time {
    margin: 25px 0!important
}

#myStyle .shadow {
    padding-top: 0!important;
    margin-top: 0!important
}

a.nav-link.ico_cabmenu_2fa {
    background: url(../images/ico_cabmenu_2fa_yellow_new.svg) no-repeat calc(100% - 10px) center;
    background-size: 25px
}

#myStyle svg {
    padding: 15px;
    background: #fff!important
}

#myStyle .rounded-lg {
    background: #fff!important;
    margin-top: 60px!important
}

#myStyle .text-lg {
    color: #333!important
}

#myStyle h3.text-lg {
    color: #fff!important
}

#myStyle .mt-4 {
    color: #333!important
}

#myStyle input {
    color: #333!important;
    border: 1px solid #bbb!important
}

#myStyle input::placeholder {
    color: #aaa!important
}

#myStyle .jetstream-modal {
    z-index: 999999999!important
}

#myStyle .text-right {
    display: flex;
    padding-top: 0!important;
    justify-content: end
}

#myStyle button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9d0405!important;
    color: #fff;
    transition: all .05s ease-in-out;
    height: 45px;
    /* border-radius: 50px!important; */
    font-weight: 700
}
.border {
    border: none !important;
}

#myStyle button[dusk=confirm-password-button] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%) !important;
    color: #fff;
    transition: all .05s ease-in-out;
    height: 45px;
    font-weight: 700
}

#login-btn._hided {
    display: none
}

._toload {
    display: none
}

._toload.active {
    display: flex;
    background: url(../images/bb-spinner.svg) no-repeat center,#345094;
    background-size: 25px;
    font-size: 0;
    height: 44px;
    opacity: .75;
    cursor: default;
    border-radius: 25px!important;
    margin-top: 10px;
    margin-bottom: 15px
}

.twofa-time-info {
    margin: 10px 0 0;
    padding: 5px 10px;
    background-color: #41070a;
    border-radius: 3px!important;
    color: #ef9a48;
    font-size: 12px
}

#blue-section .errors,#blue-section .info {
}

#blue-section .errors {
    color: red;
    width: 100%;
    text-align: center;
    padding: 5px 10px
}

#blue-section .info {
    color: #fed44a;
    text-align: center;
    padding-bottom: 10px
}

#main-form-block__form .rules-check input[type=checkbox] {
    padding: 10px;
    padding-right: 10px!important;
    cursor: pointer;
}

#main-form-block__form .rules-check input[type=checkbox]:checked {
    background: url(../images/icon_check_white.svg) no-repeat center, #212648 !important;
    background-size: 15px !important;
}

.login-blocks.changepass {
    display: none
}

#wrong-2fa {
    color: #ef9a48!important;
    text-align: center;
    width: 100%;
    display: block;
    cursor: pointer;
    margin: 10px 0
}

#wrong-2fa:hover {
    opacity: .8
}

#sidebar-login-block__2fa {
    width: 100%
}

#two-factor-challenge-form .code-wrap {
    display: flex;
    justify-content: space-between
}

#two-factor-challenge-form .code-part {
    width: 50px!important;
    color: #333;
    font-family: RothekBold !important
}

input[type=number] {
    -moz-appearance: textfield!important
}

aside.min30 {
    padding: 20px;
/*     width: 280px; */
    /*background: #345094;*/
    background: #ffffff2e;
    border: none;
    border-radius: 0 !important;
    margin: 15px 0;
    /*! background: white; */
}
aside.min30 * {
    /*! color: #333333; */
}

.btn-help-tg {
    background: url(../images/icon_tg.svg) no-repeat 10px center, linear-gradient(135deg, #F46B45 0%, #EEA849 100%) !important;
    /*! background-size: 25px!important; */
    /*! border: 2px solid #345094!important; */
    /*! background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%) !important; */
}

.btn-help-tg:hover {
    opacity: 0.8;
}

.btn-help-online {
    background: url(../images/icon_onlinechat_violetbtn.svg) no-repeat 10px center!important;
    background-size: 25px!important;
    border: 2px solid #345094!important
}

.btn-help-online:hover {
    background: url(../images/icon_onlinechat_violetbtn.svg) no-repeat 10px center!important;
    background-size: 25px!important;
    border: 2px solid #e6b100!important;
/*     color: #333333; */
}

[id=email] {
    color: #111
}

[id=password] {
    color: #111!important
}

[id=password_confirmation] {
    color: #111
}

[id=email]::placeholder {
    color: #aaa!important
}

[id=password]::placeholder {
    color: #aaa!important
}

[id=password_confirmation]::placeholder {
    color: #aaa!important
}

.pay-phraze {
    margin-left: -60px;
    margin-top: -25px;
    text-decoration: underline;
    position: absolute;
    /* left: 75px; */
}

._amount-left:after {
    background: url(../images/bb-spinner.svg) no-repeat center 35%!important;
    background-size: 40px!important;
    padding-top: 55px!important;
    position: absolute;
    content: '';
    width: 75px;
    right: -40px;
    top: 80%;
}

.__right {
    padding-left: 50px;
}
._amount-right {
    padding-left: 50px;
}

.reason-text {
    margin-right: 6px;
}

/*.to-data {
    padding-left: 40px;
}
.to-data:before {
    background: url(../images/icon_offer_arrow.svg) no-repeat center;
    background-size: 40px;
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: -5px;
    top: 50px;
}*/

.pay-details {
  background: #345094;
  /*! border: 2px solid rgb(204 204 204/50%); */
  background: #ffffff2e;
  padding: 20px;
  /*! border-radius: 10px !important; */
  /*! background: white; */
  margin-top: 15px;
}

.pay-details .custom-fields img {
    display: none !important;
}

.pay-details * {
    /*! color: #333333; */
}
.pay-details__left {
    word-break: break-all;
    width: 48%;
}
.pay-details__right {
    word-break: break-all;
    width: 48%;
}
.pay-details p {
    margin: 0;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    /*! border-radius: 5px !important; */
    align-items: center;
}
.pay-details p:nth-child(odd) {
    background: #ffffff1c;
}

#urgent ._mob_no {
    display: flex;
}
#urgent ._mob {
    display: none;
}

#urgent {
    background: #ff000042;
    width: 100%;
    /* margin-bottom: 20px; */
    /* margin-top: 15px; */
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    /* position: fixed; */
    /* z-index: 99999999999999999999999; */
}
#urgent img {
    height: 45px;
    margin-right: 15px;
    animation: tremorMain 2s ease-in-out infinite;
}
#urgent div {
    font-family: RothekBold;
    font-size: 18px;
}
@keyframes tremorMain {
    0% {
        transform: rotate(5deg);
    }
    10% {
        transform: rotate(-5deg);
    }
    20% {
        transform: rotate(5deg);
    }
    30% {
        transform: rotate(-5deg);
    }
    40% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
#urgent a {
    border: none;
    font-size: 14px;
    background: #ef9a48;
    border-radius: 50px !important;
    color: black;
    padding: 15px;
    height: 46px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    opacity: 0.9;
}
#urgent a:hover {
    opacity: 1;
}

#urgent:after {
    width: 350px;
    height: 75px;
    background: #ffffff80;
    position: absolute;
    content: '';
    transform: rotate(-30deg);
    filter: blur(15px);
    animation: blink 7s linear infinite;
}

#urgent a.bestlink {
    height: auto;
    display: inline;
    padding: 0;
    background: no-repeat;
    color: #edb205;
    text-decoration: underline !important;
    opacity: 1;
    margin: 0;
    font-weight: 900 !important;
}
#urgent a.bestlink img {
    display: inline;
    height: 25px;
    margin: 0;
    animation: none;
}
#urgent a.bestlink:hover {
    text-decoration: none !important;
}
#urgent {
    /* display: none; */
}
.header-top #urgent {
    display: flex !important
}

@keyframes blink {
    0% {
        left: -15%;
        opacity: 1;
    }
    20% {
        left: 120%;
        opacity: 1;
        height: 150px;
    }
    21% {
        opacity: 0;
    }

    30%, 100% {
        left: -10%;
        opacity: 0
    }
}

#bankNameSearch {
    border-radius: 5px 5px 0 0 !important;
    background: #ef9a48;
    padding: 10px;
    display: none;
    position: absolute;
    width: 100%;
    bottom: 45px;
    opacity: 1;
    box-shadow: 0 0 10px 5px #000000;
}
#bankNameSearch.active {
    display: block;
}
#bankNameSearch .banknamesearch-text input {
    background: url(../images/ico_search.svg) no-repeat calc(100% - 10px) center, black !important;
    padding-right: 40px;
}
.banknamesearch-items {
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 5px;
}
.banknamesearch-item {
    padding: 7px 10px;
    cursor: pointer;
}
.banknamesearch-item.hided {
    display: none;
}
.banknamesearch-item:hover {
    background: #f0b30b3d !important;
    opacity: 0.7;
}
.banknamesearch-item:nth-child(odd) {
    background: #00000029;
}
#bankName {
    cursor: pointer;
    /* padding: 10px; */
    font-size: .9rem;
    border: 2px solid transparent;
    /* padding: 10px 15px 10px; */
    font-weight: 700;
    border-radius: 2px !important;
    background: rgb(255 255 255 / 15%);
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    padding-left: 11px;
}
.bankname__zone {
    position: relative;
}
#bankNameArr {
    background: url(../images/ico_arrow_top_yellow.svg) no-repeat center !important;
    background-size: 15px !important;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
    opacity: 0.75;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out;
}
#bankNameArr.active {
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.action-modal {
    display: none;
}

#news-zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
a.news-item {
    width: 21%;
    display: flex;
    flex-flow: column;
    margin: 15px;
    text-decoration: none;
}
a.news-item:hover {
    opacity: 0.8;
}
.news-item__heading {

}
.news-item__lead {
    font-size: 12px;
    margin:  10px 0;
    color: #aaaaaa;
}
.news-item__data {
    background: #ffffff78;
    padding: 5px 9px;
    border-radius:  5px !important;
    color: #ffffff;
    /* text-align: right; */
    font-size: 10px;
}
.news-item__img {

}
.news-item__img img {
    border-radius: 10px !important;
    border: 3px solid #f0b30b;
    margin-bottom: 15px;
}

.grecaptcha-badge {
    display: none !important;
}

.article-title__block {
    display: flex;
    align-items: center;
}
.article-img {
    border: 3px solid #f0b30b;
    border-radius: 5px !important;
    margin-right: 25px;
    /* display: flex; */
    /* align-items: center; */
}
.article-img img {
    width: 200px;
}
.article-title h1 {
    font-size: 24px !important
}
.article-content {
    margin: 25px 0;
}
.article-content p {
    color: white !important;
}
.article-content h2 {
    font-family: RothekBold !important;
    font-size: 20px !important;
}
.article-content a {
    color: #EEA849 !important;
}
.article-content * {
    font-family: RothekExtraLight !important;
    font-size: 16px !important;
    color: white !important;
}
.article-footer {
    display: flex;
    padding: 15px;
    justify-content: space-between;
    background: #3d3539;
}
.article-footer__source {

}
.article-footer__data {
    color: #aaaaaa;
}

.alert-block p {
    position: relative;
    margin: 15px 0;
    /* background: url(../images/ico_page_info.svg) no-repeat left center; */
    /* padding-left: 35px; */
    color: #9d0405;
    text-align: left !important;
    margin-left: 0 !important;
}
.alert-block p > * {
    font-size: 14px !important;
    color: #9d0405 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.order-wait {
    display: none;
}
.order-wait.active {
    display: block;
}
#order-wait__btn {
    background: url(../images/bb-spinner.svg) no-repeat center, #345094;
    background-size: 30px;
    font-size: 0;
    height: 45px;
    border-radius: 50px !important;
}
.order-wait p {
    color: #ef9a48;
    padding: 5px;
    text-align: center;
    margin: 0;
    font-weight: 600;
}

body.btc-count__time aside.btc-count {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 99;
    background: #4f0709;
    padding: 10px;
    top: 50px;
    text-align: center;
    font-size: 18px;
    font-family: RothekBold !important;
}
aside.btc-count b {
    font-size: 18px;
    font-family: RothekBold !important;
    color: #ef9a48
}
body.btc-count__time {
    padding-top: 50px;
}
aside.btc-count {
    display: none;
}

.pay-details__right._hash-loaded {
    display: none;
}
.pay-details__right._hash-loaded.active {
    display: block;
}
.pay-details__right._hash-loading {
    display: none;
    animation: morg 1.5s linear infinite;
}

.pay-details__right._hash-loading span {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.pay-details__right._hash-loading span::after,
.pay-details__right._hash-loading span::before {
  content: '';
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2px solid #FFF;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotation 2s ease-in-out infinite alternate;
}
.pay-details__right._hash-loading span::after {
  border-color: #EEA849;
  animation-direction: alternate-reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.details-opener__zone {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 10px; */
}
.details-opener__zone h2 {
    margin: 0;
}
.details-opener {
    background: url(../images/icon_for_open.svg) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    cursor: pointer;
}
.details-opener:hover {
    opacity: 0.8
}
.details-opener.active {
    transform: rotate(180deg);
}

.details__zone {
    display: none;
    margin-top:  10px;
}
.active {
    display: block;
}

.pay-details__right._hash-loading.active {
    display: block
}
@keyframes morg {
    0% {
        color: white;
    }
    50% {
        color: #EEA849;
    }
    100% {
        color: white;
    }
}

img.mob-gift {
    display: none;
}

body ._urgentalert {
    border-radius: 0 !important;
    animation: _urgentalert 1.25s ease-in-out infinite;
}
@keyframes _urgentalert {
    0% {
        border: 5px solid #ef9a48;
    }
    50% {
        border: 5px solid transparent;
    }
    100% {
        border: 5px solid #ef9a48;
    }
}

.tg-copy__block {
    display: flex;
    align-items: center;
}
.tg-copy {
    background: url(../images/icon_copy.svg) no-repeat center;
    width: 30px;
    height: 30px;
    background-size: 15px;
    cursor: pointer;
    display: flex;
    margin-left: 5px;
}
.tg-copy:hover {
    opacity: 0.8;
}

.pay-img {
    margin: auto;
    text-align: center;
    width: 400px;
    margin: 10px auto;
    border: 3px solid #ef9a48;
    border-radius: 15px !important;
    overflow: hidden;
}

#popupOfferId {
    font-size: 20px;
    font-family: RothekBold;
}

#offerModalLight .modal-content {
    /*border-radius: 15px !important;*/
}
#offerModalLight p {
    text-align: center;
}
#popupLoader {
    background: url(../images/bb-spinner.svg) no-repeat center 35% !important;
    background-size: 40px !important;
    padding-top: 55px !important;
    content: '';
    height: 60px;
    margin: auto;
}

.btn.btn-load {
    background: url(../images/bb-spinner.svg) no-repeat center, #345094;
    background-size: 30px;
    font-size: 0;
    height: 45px;
    border-radius: 50px !important;
}

.for-pic {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
}
.for-pic__reqs {
    margin-left: 15px;
    width: 50%;
}
.for-pic__pic {

}
.header-time {
    background: url(../images/icon_time.svg) no-repeat right center;
    background-size: 20px;
    padding-right: 30px;
    height: 25px;
    align-items: center;
}
.navbar {
    padding-right: 0;
}
.footer-copyrs {
    text-align: left;
}
.footer-time {
    background: url(../images/icon_time.svg) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    width: 100% !important;
    text-align: left;
}

.snowflake {
    position: absolute;
    color: white;
    font-size: 10px;
}

.action-text {
    display: flex;
    align-items: center;
}
.action-text .urgent-curr {
    width: 30px !important;
    margin: 0 5px !important;
}

label.phone_for7:before {
    content: '+7';
    color: #ef9a48 !important;
    position: absolute;
    height: 45px;
    bottom: auto;
    top: 40px;
    left: 8px;
}
label.phone_for7 input {
    padding-left: 30px !important
}

label.phone_fortg:before {
    content: '@';
    color: #ef9a48 !important;
    position: absolute;
    height: 45px;
    line-height: 2.8;
    /* bottom: 0px; */
    left: 10px;
    font-size: 16px;
    top: 28px;
}
label.phone_fortg input {
    padding-left: 30px !important
}

#attention {
    padding: 5px;
    background: #98062e;
    font-weight: bold;
    width: 100%;
    text-align: center !important;
}
#attention a {
    display: inline;
}

button.req-spinner {
    background: url(../images/status_in-process-status.svg) no-repeat 10px center, #ef9a48;
    background-size: 30px;
}
button.req-spinner:hover {
    background: url(../images/status_in-process-status.svg) no-repeat 10px center, #ef9a48;
    background-size: 30px;
    cursor: default;
}

#reqTimer {
    font-size: 24px;
}
#reqTimerZone {
    display: flex;
    margin: auto;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #9d0405;
    font-weight: bold;
}
#reqTimerZone * {
    color: #9d0405;
}
#reqModal center {
    padding: 10px 25px 0;
}

#time-count-time {
    background: #ff000042;
    border-radius: 10px !important;
    color: white;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: none;
}
#time-count-time1 {
    background: #ff000042;
    border-radius: 10px !important;
    color: white;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    flex-flow: column;
    display: flex;
    text-align: center;
}
#time-count-time.active {
    display: flex;
}
#time-count-time span {
    font-weight: bold;
    font-size: 20px;
}

#time-count-time1-time {
    font-size: 24px;
    font-weight: bold;
}

.custom-fields {
    position: relative;
}
.custom-fields img {
    position: absolute;
    width: 40px;
    right: 0;
    top: 95px;
}

#lngBlockZone {
    display: flex;
    gap: 15px;
    flex-flow: row;
    align-items: center;
    position: relative;
}
#lngBlockZone._mob {
    display: none;
}
#lngBlock {
    cursor: pointer;
    height: 18px;
}
#lngBlock:hover {
    opacity: 0.8;
}
#lngBlock img {
    width: 30px;
}

#lngBlockPop {
    display: none;
    position: absolute;
}
#lngBlockPop img {
    width: 30px;
}
#lngBlockPop.active {
    display: flex;
    height: auto;
    bottom: -80px !important;
    left:  -10px;
}
#lngBlockPop.active ul {
    display: flex;
    flex-flow: column;
    background: #390b4d;
    padding: 10px 5px;
    gap: 10px;
}
#lngBlockPop.active ul li {
    cursor: pointer;
}
#lngBlockPop.active ul li:hover {
    opacity: 0.8;
}

#lngBlockZone {
    display: flex;
    gap: 15px;
    flex-flow: row;
    align-items: center;
    position: relative;
}
#lngBlockZone._mob {
    display: none;
}
#lngBlock1 {
    background: url(../images/lng_arr.svg) no-repeat center right !important;
    cursor: pointer;
    background-size: 10px !important;
    padding-right: 17px;
}
#lngBlock1:hover {
    opacity: 0.8;
}
#lngBlock1 img {
    width: 30px;
}

#lngBlockPop1 {
    display: none;
    position: absolute;
}
#lngBlockPop1 img {
    width: 30px;
}
#lngBlockPop1.active {
    display: flex;
    height: auto;
    bottom: -80px !important;
    left: 47px;
    /* padding:  15px; */
    top: 50px;
    bottom: auto !important;!i;!;
}
#lngBlockPop1.active ul {
    display: flex;
    flex-flow: column;
    background: #12090c;
    padding: 10px;
    gap: 10px;
}
#lngBlockPop1.active ul li {
    cursor: pointer;
}
#lngBlockPop1.active ul li:hover {
    opacity: 0.8;
}

#commentText {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: center;
    justify-content: center;
    margin: 10px 0 20px;
    background: #4f070a;
    padding: 10px;
    border-radius: 25px !important;
    font-weight: bold;
    font-size: 18px;
}
#commentText a:hover {
    opacity: 0.8;
}
#commentText img {
    border-radius: 15px !important
}

li.action-usdt-list img {
    width: 20px;
    display: inline-block;
}

#addressCheck {
    background: #41070a91;
    padding: 10px;
    margin: 10px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#addressCheck a {
    font-size: 12px;
    font-weight: normal;
    font-family: montserrat-bold;
    background: url(../images/ico_search.svg) no-repeat left center;
    background-size: 15px;
    display: flex;
    padding-left: 25px;
}

.modal-content {
    /*border-radius: 25px !important;*/
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%);
}
.modal-header {
    border-bottom: none !important;
}
.modal-footer {
    border-top: none !important;
}
.alert-block p {
    background: none !important;
    padding: 0 25px !important;
    text-align: center !important;
    margin: 0 !important;
}
.modal-body {
    padding-top: 0 !important;
}
.modal-open .modal {
    padding-right: 0 !important
}
.modal-footer .btn-outline-secondary {
    margin: 0 !important;
}
.modal-footer .btn-outline-secondary:hover {
    opacity: 0.8 !important;
    background: #9d0405 !important;
}

#cook {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    background: black;
    text-align: center;
    width: 200px;
    border-radius: 15px !important;
    border: 3px solid #ef9a48;
    z-index: 999999999999;
    box-shadow: 0 0 45px 10px black;
}
#cook.active {
    display: flex;
    flex-flow: column;
}
#cookText {
    font-size: 12px;
}
#cooKBtn {
    background: #ef9a48;
    padding: 5px 0;
    border-radius: 10px !important;
    cursor: pointer;
    font-size: 12px;
    font-family: montserrat-bold
}
#cooKBtn:hover {
    opacity: 0.8;
}
#cookClose {
    background: url(/images/icon_cross_yellow.svg) no-repeat center, black;
    width: 30px;
    height: 30px;
    background-size: 14px;
    position: absolute;
    right: -17px;
    top: -17px;
    border: 3px solid #ef9a48;
    border-radius: 50% !important;
    cursor: pointer;
}

#notifModal #notifModalLabel {
    display: none;
}

.confirm-cut-data {
    background: #345094 !important;
}
html body .modal-footer .confirm-cut-data:hover {
    background: #ef9a48 !important;
    opacity: 0.8;
}
.cut-btns {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 100%
}
.cut-btns a {
    width: 49% !important
}

.action-text._mob {
    font-size: 14px !important;
}
#urgent a._mob {
    font-size: 12px !important;
    padding: 5px 10px;
    height: 40px;
}
#urgent img {
    height: 35px;
}

#noCountMarks ol {
    list-style: none !important;
    padding-left: 20px;
}
#noCountMarks ol > li {
    list-style: none !important;
}
#noCountMarks > ol > li {
    margin-bottom: 20px;
}
#noCountMarks ul > li {
    margin-left: 15px;
}

#noCountMarks .marking {
    margin-right: 10px;
    color: #fec510 !important;
}

#urgent {
    margin: 0 !important;
}
#urgent.attention {
    background: #12090d !important;
    margin-top: 0 !important;
    padding-bottom: 0;
}
.attention div {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}
.attention div span {
    font-size: 18px !important;
}

#newsChannel {
    display: none;
    position: fixed;
    top: 150px;
    left: -75px;
    padding: 15px;
    background: black;
    text-align: center;
    width: 200px;
    border-radius: 15px !important;
    border: 3px solid #fec505;
    z-index: 999999999999;
    box-shadow: 0 0 45px 10px black;
    transition: all 0.2s ease-in-out;
}
#newsChannel._hided {
    left: -275px;
    transition: all 0.2s ease-in-out;
}

#newsChannelImg img {
    display: inline-block; /* чтобы transform правильно работал */
    animation: rotatePause 2.75s linear infinite;
    transform-origin: center center; /* вращение вокруг центра */
}

@keyframes rotatePause {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#newsChannel.active {
    display: flex;
    flex-flow: column;
}
#newsChannel:hover {
    left: 15px;
    transition: all 0.2s ease-in-out;
}
#newsClose {
    background: url(/images/icon_cross_yellow.svg) no-repeat center, black;
    width: 30px;
    height: 30px;
    background-size: 14px;
    position: absolute;
    right: -17px;
    top: -17px;
    border: 3px solid #fec505;
    border-radius: 50% !important;
    cursor: pointer;
}
#newsClose:hover {
    opacity: 0.8;
}
#newsBtn {
    background: #9554df;
    padding: 5px 0;
    border-radius: 10px !important;
    cursor: pointer;
    font-size: 12px;
    font-family: montserrat-bold;
    color: white;
    text-decoration: none;
    font-weight: normal;
}
#newsBtn:hover {
    opacity: 0.8;
}
#newsChannelImg {
    position: absolute;
    right: -70px;
    top: 25px;
    background: black;
    padding: 15px;
    border: 3px solid #fec505;
    border-radius: 15px !important;
    border-left: none;
}
#newsChannelImg img {
    width: 50px;
}
p#newsText {
    padding: 0 15px;
    text-align: left;
}

#offerModalLight p {
  color: white !important;
}
#offerModalLight p span {
  color: white !important;
}

.contact-tehs {
    display: flex;
    gap: 20px;
    margin-bottom: -25px;
}

#work-zone {
    margin-bottom: 50px;
}

.cube1 {
    width: 20vw;
    height: 20vw;
    background: #83a7ff;
    position: absolute;
    filter: blur(2px);
    opacity: 0.8;
    transform: rotate(12deg);
    z-index: -1;
}
.cube2 {
    width: 20vw;
    height: 20vw;
    background: #ef9a48;
    position: absolute;
    filter: blur(48px);
    opacity: 2.8;
    transform: rotate(-15deg);
    z-index: -1;
    left: 15vw;
    top: 52vh;
}
.cube3 {
    width: 28vw;
    height: 27vw;
    background: #ef9a48;
    position: absolute;
    filter: blur(1px);
    opacity: 0.5;
    transform: rotate(61deg);
    z-index: -1;
    left: 60vw;
    top: 13vh;
}
.cube4 {
    width: 12vw;
    height: 12vw;
    background: #ef9a48;
    position: absolute;
    filter: blur(8px);
    opacity: 0.4;
    transform: rotate(12deg);
    z-index: -1;
    left: 65vw;
    top: 70vh;
}
.cube5 {
    width: 24vw;
    height: 20vw;
    background: #83a7ff;
    position: absolute;
    filter: blur(14px);
    opacity: 0.9;
    transform: rotate(21deg);
    z-index: -1;
    left: 25vw;
    top: 30vh;
}

.why-us__block {
    margin: 25px 0;
}
.why-us {

display: flex;

gap: 10px;
}
.why-us .col-lg-3 {
    display: flex;
    justify-content: space-between;
}

.why-us__item {
    text-align: center;
    background: #ffffff2e;
    padding:  15px;
    display: flex;
    flex-flow: column;
    /* height: 100%; */
    justify-content: start;
    gap: 10px;
    width: 20%;
}
.why-us__item img {
    /* width: 75px; */
    height: 50px;
    margin: 10px auto;
}
.why-us__item div {
    font-family: RothekBold !important
}
.why-us__item p {
    font-size: 14px;
}

.colData {
    /* display: none; */
}

section#main-form-block {
    /* width: 800px; */
    /* margin: auto; */
}

#payMethodBtns {
    display: flex;
    flex-flow: row;
    flex: 3;
    gap: 15px;
    justify-content: space-between;
}
#payMethodBtns > * {
    width: 32%;
}

#work-zone {
    max-height: 50vh;
    overflow-y: scroll;
    margin: 9vh auto;
    max-width: 70vw;
    padding: 25px;
    background: #ffffff2e;
}

#work-zone .loader {
    margin-bottom: 25px;
}
#work-zone h1 {
    margin-top: 0;
    /* margin: 0; */
}
#work-zone ul {
    margin-bottom: 0;
}

#noCountMarks {
    max-height: 50vh;
    overflow-y: scroll;
    margin: 10vh auto;
    max-width: 70vw;
    padding: 25px;
    background: #ffffff2e;
}

#noCountMarks h1 {
    margin-top: 0;
}

#noCountMarks ul {
    margin-bottom: 0;
}

.cont-tabs {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 15px;
    background: #ffffff2e;
}

.cont-tab {
    background: transparent;
    padding: 5px 12px;
    cursor: pointer;
}
.cont-tab:hover {
    opacity: 0.6;
}
.cont-tab.active {
    background: #ef9a48;
    cursor: default;
}
.cont-tab.active:hover {
    opacity: 1;
}
.cont-body {
    display: none;
}
.cont-body.active {
    display: flex;
    flex-flow: column;
}

.cont-body__flexes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cont-body__flexes .our-forum {
    max-width: 48%;
}

.margin-top {
    margin-top: 30px !important;
}

.footer-copy a {
    font-size: 12px;
}

#login-block {
    margin-right: 15px;
}

#main-form-block .col-lg-4 .pay-details p {
    flex-flow: column;
    align-items: start;
    padding: 10px 2px;
}
#main-form-block .col-lg-4 .pay-details p:nth-child(odd) {
    background: transparent
}
#main-form-block .col-lg-4 .pay-details p .pay-details__left {
    width: 100%;
    /*font-size: 14px;*/
    font-weight: bold;
    text-decoration: underline;
}
#main-form-block .col-lg-4 .pay-details p .pay-details__right {
    width: 100%;
    /*font-size: 14px;*/
}

#freshAction {
    display: flex;
    /*width: 100%;*/
    width: auto;
    justify-content: center;
    padding: 10px;
    /*background: #efa149;*/
    /*background: #482121;*/
    align-items: center;
    gap: 15px;
    border: 2px solid #ef9a48;
}
#freshAction img {
    width: 40px !important
}
.action-btn {
    background: #0e1629;
    background: linear-gradient(135deg, #F46B45 0%, #EEA849 100%);
    padding: 5px 10px;
    /* border-radius: 10px !important; */
    cursor: pointer;
    color: white !important;
    text-decoration: none;
    font-size: 14px;
}
.action-btn:hover {
    opacity: 0.8;
}

.action-img {
    margin-top: -5px;
}
#freshAction img {
    width: 30px !important;
}

@media(max-width: 1200px) {
    #main-form-block__form {
        width:31vw
    }

    .colSend {
        max-width: 50%
    }

    .colTo {
        max-width: 50%
    }
}

@media(max-width: 992px) {

    aside.btc-count {
        top: 0 !important;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    aside.btc-count b {
        font-size: 20px;
        margin: 0 10px;
    }
    .grecaptcha-badge {
        opacity:0
    }

    .bubble1 {
        display: none
    }

    .top-login__popup a {
        background-position: calc( 100% - 15px ) center!important
    }

    .ico_cabmenu_logoff {
        background-position: calc( 100% - 15px ) center!important
    }

    .popup-cancel {
        border: none;
        padding: 10px;
        font-weight: 700;
        font-size: 16px;
        background: #646464;
/*         border-radius: 50px!important; */
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        color: #fff;
        margin: 10px 0;
        cursor: pointer;
    }
    .popup-cancel:hover {
        opacity: 0.85;
    }

    #main-form-block__form input {
        height: 45px
    }
    #main-form-block__form select {
        height: 45px;
    }

    #main-form-block__form input[type=checkbox] {
        height: 25px
    }

    .popuper-arrow {
        display: block;
        width: 25px;
        height: 100%;
        background: url(images/popupper-arrow.svg) no-repeat center
    }

    .accent-block {
        align-items: center
    }

    #exch-rate {
        /* flex-flow: row; */
    }

    .transactions-all {
        display: none
    }

    .top-currs {
        flex-wrap: wrap;
        margin: 0;
        display: none
    }

    .top-currs div {
        width: 20vw;
        margin: 2vw
    }

    .bubble2,.bubble3,.bubble4 {
        display: none
    }

    #notifModal {
        z-index: 999999;
    }

    .fade {
        background: #00000070
    }

    .modal-backdrop.fade {
        display: none
    }

    .login-block form,#login-block__passchange {
        width: 300px;
        margin: 0 auto!important
    }

    #page-reserves .reserve-items {
    }

    #page-reserves .reserve-item {
        width: 22%
    }

    #login-block__passchange {
        padding: 15px
    }

    .currs-send__item,.currs-to__item {
        width: 100%;
        height: 40px
    }

    .login-tabs {
    }

    #main-form-block__form {
        width: auto;
        margin-top: 15px
    }

    #main-form-block {
        height: auto;
        margin-top: 20px
    }

    .block-sending {
        width: 48%;
        float: left
    }

    .block-receiving {
        width: 48%;
        float: right
    }

    #blue-section {
        height: auto;
        top: 51px;
        min-height: auto;
        padding: 15px 25px
    }

    .login-tabs {
        margin-bottom: 0
    }

    .main-page+article {
        padding-right: 0
    }

    #page-reserves {
        padding-right: 0
    }

    footer {
        position: relative
    }

    footer .container {
        display: flex;
        flex-flow: column
    }

    .footer-menu {
        margin: 15px 0
    }

    body {
        padding-bottom: 0
    }

    article {
        padding-right: 0
    }

    section#_app,section#cabinet-zone,section#contacts-zone {
        width: 100%
    }

    body {
        padding-top: 100px
    }
    body.btc-count__time {
        padding-top: 0 !important;
    }

    header {
        position: fixed;
        width: 100%;
        z-index: 10;
        padding: 15px 0;
        top: 0
    }

    section#_app {
        width: 100%!important
    }

    .app-block__head {
        flex-flow: column;
        justify-content: left;
        text-align: left
    }

    .app-block__id {
        text-align: right;
        width: 100%
    }

    #calcSend__mob,#calcTo__mob {
        display: flex;
        justify-content: space-between;
        position: relative;
        flex-flow: column;
    }

    #calcSend__mob #calcSend__ico,#calcTo__mob #calcTo__ico {
        display: none
    }

    #currs-send__pop,#currs-to__pop {
    }

    #calcSend__mob .calc-data,#calcTo__mob .calc-data {
        width: calc( 100% - 75px )
    }

    #calcSend__mob #calcSend__mob-btn,#calcTo__mob #calcTo__mob-btn {
        width: 58px;
        height: 60px;
        background: #ef9a48;
        border-radius: 0 5px 5px 0!important;
        border-radius: 0 !important;!i;!;
        display: flex;
        justify-content: center;
        cursor: pointer;
        position: absolute;
        right: 0
    }

    #calcSend__mob #calcSend__mob-btn img,#calcTo__mob #calcTo__mob-btn img {
        width: 50px;
    }

    #calcSend__mob-btn::after,#calcTo__mob-btn::after {
        content: '';
        position: absolute;
        border: 3px solid rgb(254 197 5/25%);
        left: -20px;
        opacity: 0;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        /*! animation: pulse 1.25s linear infinite; */
        animation-delay: 2.5s
    }

    @keyframes pulse {
        0% {
            transform: scale(.5);
            opacity: 0
        }

        50% {
            opacity: 1
        }

        100% {
            transform: scale(1);
            opacity: 0
        }
    }

    #currs-send__pop.active,#currs-to__pop.active {
        display: flex;
        position: fixed;
        background: #fff;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 60px;
        z-index: 20;
        padding: 10px;
        flex-flow: column
    }

    #currs-send__pop.active #currs-send,#currs-to__pop.active #currs-to {
        overflow-y: scroll;
        padding: 10px
    }

    #currs-send__head,#currs-to__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px
    }

    div.calc-data__header {
    }

    #currs-send__cls,#currs-to__cls {
        display: flex;
        width: 40px;
        height: 40px;
        background: url(../images/cls.svg) no-repeat center;
        background-size: 18px;
        cursor: pointer;
        display: none
    }

    #calcSendHeader,#calcToHeader {
    }

    #navbarSupportedContent {
        position: absolute;
        left: 0;
        top: 63px;
        right: 0;
        background: #fff;
        z-index: 10;
        padding: 25px;
        background: #fff;
        background: #212648;
        transition: none!important;
        position: fixed
    }

    #navbarSupportedContent.show {
        transition: none!important;
        top: 0!important;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .navbar-toggler {
        z-index: 99
    }

    #navbarSupportedContent.show ul {
        width: 100%
    }

    .navbar-light .navbar-toggler {
        width: 35px
    }

    #login-block {
    }

    .navbar-light .navbar-toggler-icon {
        background: url(/images/ico_gumb_menu_white.svg) no-repeat center!important;
        background-size: 20px!important
    }

    .main-page {
        position: relative;
        z-index: 99999999;
        padding-bottom: 25px
    }

    .top-login__popup {
        width: 100vw;
        right: -20px;
        position: absolute;
        z-index: 9999999999999;
        border-radius: 0!important;
        background: #212648;
    }

    .cabinet-tabs {
        justify-content: center;
        align-items: center
    }

    .cabinet-tabs .tab_ {
        margin: 10px 0;
        font-size: 3vw;
        text-align: center;
        align-items: center
    }

    h1, h3 {
        text-align: center
    }

    .pay-sum__block {
/*        word-break: break-all;*/
/*        padding-right: 50px*/
    }

    body > jdiv {
        position: relative;
        z-index: 9999999999 !important;
    }
    .scrollToTop {
        left: 10px;
        bottom: 15px;
        width: 50px;
        height: 50px;
        z-index: 9999999999999999999;
    }

    .button_f7ab {
        width: 50px!important;
        height: 50px!important;
        box-shadow: none!important;
        right: 0!important;
        bottom: -5px!important
    }

    .to-data {
        border-left: 0;
        border-top: 2px solid #eee;
        padding: 15px 0 0
    }

    .order-status {
        border-left: 0;
        padding: 10px 0;
        font-weight: 700;
        background: #f7f7f7
    }

    .offer-from_namelist ul {
        padding: 0 20px;
        margin-bottom: 15px
    }

    a.page-link {
        padding: 20px 25px;
        margin: 0 5px
    }

    li.page-item.active span {
        padding: 20px 25px;
        margin: 0 5px
    }

    li.page-item.disabled span {
        padding: 20px 25px;
        margin: 0 5px
    }

    .reserve-popuper__pop.active {
        width: 100%;
        height: 60vh;
        left: 0
    }

    .reserve-header img {
        height: 10px
    }

    #main-form-block.main-page .col-lg-4 {
        max-width: 100%!important;
        position: relative
    }

    .colSend {
        z-index: 999
    }

    .colData {
        z-index: 99;
        margin: 0;
        padding: 0
    }

    .colTo {
        z-index: 999
    }

    #block-from {
        position: fixed;
        z-index: 99
    }

    #block-to {
        position: fixed;
        z-index: 99
    }

    .app-block__head {
        flex-flow: row;
        width: 100%;
        justify-content: space-between !important;
        text-align: inherit;
        display: flex;
        margin-top: 25px;
        align-items: center;
        position: relative;
    }

    #qrcode p {
        margin: 0
    }

    #main-form-block.zakaz+article {
        width: 100%;
        padding-right: 0
    }

    #block-to {
        width: 100%
    }

    .for-login {
        position: fixed
    }

    main .container {
        z-index: 8;
        padding-top: 0 !important;!i;!;
    }

    .container {
        padding: 10px 20px !important;
    }

    .navbar {
        padding: .5em 0
    }

    .mob_only {
        display: flex;
        align-items: center
    }

    ul.mob_only {
        padding: 0
    }

    .header-top {
        padding: 5px 0;
        display: none
    }

    body {
        padding-top: 0;
        padding-bottom: 0
    }

    header {
        padding-top: 5px;
        padding-bottom: 5px;
        /* background: #12090c; */
        /* background: #212648; */
        /* box-shadow: 0 1px 2px #333; */
        /* height: 58px; */
        z-index: 999999999;
        position: relative;
        margin-top: 0;
        margin-bottom: 0!important
    }
    .btc-count__time header {
        /* margin-bottom: 40px !important; */
    }

    .for--popup header {
        z-index: 1
    }

    .for--popup main {
        z-index: 9999999999
    }

    .for--popup jdiv {
        z-index: 9
    }

    header>.container {
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 5px 20px
    }

    #main-form-block {
        height: auto;
        margin: 0 0 20px;
        padding: 0 15px;
        z-index: 9999;
        position: relative
    }

    #offer-form-block {
        z-index: 2!important
    }

    #main-form-block__form {
        margin: 0 0 20px 0;
        width: 100%;
        z-index: 999999999999999;
        position: relative
    }

    .head-247,.head-tg,.head-mail {
        margin: 0 1.5vw;
        padding: 4px 0
    }

    .head-247 {
        background: url(../images/icon_support-white.svg) no-repeat center;
        background-size: 20px;
        width: 30px;
        height: 30px
    }

    .head-tg a,.head-mail a {
        height: 30px
    }

    footer .container {
        flex-flow: column
    }

    .footer-menu {
        flex-flow: column;
        margin: 10px 0
    }

    .footer-menu li {
        padding: 15px 0;
        text-align: center
    }

    .footer-menu li a {
        tect-align: center;
        justify-content: center;
        border-bottom: oldlace
    }

    #navbarSupportedContent {
        top: 58px!important
    }

    #black-section {
        top: 109px;
        z-index: 99999;
        position: fixed
    }

    #blue-section {
        width: 100%;
        padding: 0;
        text-align: center;
        top: 59px;
        min-height: auto;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 1px 2px #333;
        z-index: 12;
        bottom: 0;
        top: auto;
        z-index: 99999
    }

    #blue-section.active {
        z-index: 9999999999
    }

    #blue-section .cabinet-tabs {
        flex-flow: row;
        padding: 0;
        margin: 15px 0;
        display: flex;
        width: 100%
    }

    #blue-section .cabinet-tabs a,#blue-section .cabinet-tabs form {
        font-size: 0;
        width: 30px;
        height: 30px;
        background-size: 20px!important;
        background-position: center!important;
        margin: 0 2vw;
        padding-left: 0
    }

    ul.pagination {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    a.page-link {
    }

    .for-login #blue-section {
        z-index: 999999999
    }

    .login-tabs {
        justify-content: center;
        margin: 0
    }

    .login-block {
        display: none;
        width: 100%;
        max-width: 100%;
        padding: 20px
    }

    .login-block.active {
    }

    .login-blocks {
        position: fixed;
        background: #12090c!important;
        left: 0;
        right: 0;
        top: 0;
        z-index: 999999;
        height: 100%;
        display: none;
        /* overflow-y: scroll; */
        max-height: calc( 100% - 5px );
        position: fixed;
        left: 0;
        right: 0
    }

    .login-blocks.active {
        display: block
    }

    #login-block__recover {
    }

    article {
        padding-right: 0
    }

    .main-page+article {
        padding-right: 0!important;
        display: none
    }

    #work-zone {
        padding-right: 0
    }

    footer {
        position: relative;
        z-index: 999999;
        padding-bottom: 75px!important
    }

    .footer-copy {
        margin: 5px 0
    }

    .info-block {
        margin: 10px 0
    }

    #block-from {
        display: none;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        background: #212648;
        border: none
    }

    #block-from .currs-select__popup {
        height: calc( 100vh - 230px );
        max-height: initial
    }

    #block-to {
        display: none;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        height: 100vh;
        background: #212648;
        border: none
    }

    #block-to .currs-select__popup {
        height: calc(100vh - 235px);
        max-height: initial
    }

    #block-to .choose-zone:before {
        display: none
    }

    .rate-zone {
        margin: 10px 15px 20px;
        display: flex;
        position: relative
    }

    .reserve-zone {
        margin: 10px 15px 20px 30px;
        padding: 0 30px 0 20px!important;
        justify-content: left;
        position: relative
    }

    #currs-send__pop.active,#currs-to__pop.active {
        max-height: 100%;
        border-radius: 0!important;
        position: fixed;
        overflow-y: auto
    }

    #searchSendInput,#searchToInput {
        padding-right: 0!important;
        width: 100%!important
    }

    .choose-zone input {
        width: calc( 100% - 50px )!important;
        margin-top: 0!important
    }

    #currs-send__pop.active #currs-send,#currs-to__pop.active #currs-to {
        display: flex;
        flex-flow: wrap
    }

    #currs-send__head,#currs-to__head {
        justify-content: end;
        position: absolute;
        right: 10px;
        top: 15px
    }
}

#docUpl span {
    background: url(../images/icon_fileupload_white.svg) no-repeat left center;
    background-size: 25px;
    padding-left: 30px;
}
.before-upl {
    opacity: 0.2;
}
.before-upl .btn-cc:hover {
    background: #345094;
    cursor: default;
    opacity: 1;
}
.after-upl {
/*    display: none;*/
}

@media(max-width: 768px) {

    #lngBlockZone1._mob {
        display: flex;
    }

    #pay-form-block video {
        margin: 0 0 15px 0 !important;
        border-radius: 6px !important;
    }
    #two-factor-challenge-form .code-part {
        width:12vw!important
    }

    html div.jq-toast-wrap {
        top: 65px!important;
        right: 15px!important;
        z-index: 9999999999!important
    }

    .collapsing {
        display: none
    }

    ._mob_no {
        display: none
    }

    ._mob {
        display: flex
    }

    .popup-cancel {
        display: flex;
        justify-content: center
    }

    .ico_cabmenu_cabinet {
        font-size: 0;
        line-height: 30px;
        background-size: 20px!important;
        width: 30px!important
    }

    .bg-light {
        justify-content: right
    }

    a.page-link {
        padding: 20px 25px;
        margin: 0 5px
    }

    li.page-item.active span {
        padding: 20px 25px;
        margin: 0 5px
    }

    li.page-item.disabled span {
        padding: 20px 25px;
        margin: 0 5px
    }

    #page-reserves .reserve-items {
        justify-content: space-between
    }

    #page-reserves .reserve-item {
        width: 25%
    }

    .currs-send__item,.currs-to__item {
    }

    .block-sending {
        width: 100%;
        float: none;
    }

    .block-receiving {
        width: 100%;
        float: none;
    }
}

@media(max-width: 600px) {

    a.action-btn {
        font-size: 2.5vw;
    }
    .bg-light {
        width: auto;
        display: flex;
        flex-flow: row;
        margin-left: 0 !important;
    }
    .action-icon {
        display: none;
    }
    .action-img {
        width: 6vw;
        margin-top: -1px;
    }
    #freshAction {
        gap: 1vw;
    }
    #login-block {
        
    }

    #newsChannel._hided {
        left: -500px;
        transition: all 0.5s ease-in-out;
    }
    #newsChannel {
        top: 20px;
        width: 90vw;
        margin-left: 5vw;
        height: auto;
        left: auto;
        transition: all 0.5s ease-in-out;
    }
    #newsChannel:hover {
        top: 20px;
        width: 90vw;
        margin-left: 5vw;
        height: auto;
        left: auto;
        transition: all 0.5s ease-in-out;
    }
    #newsChannelImg {
        right: 15px;
        width: 50px;
        height: 50px;
        top: 15px;
        padding: 10px;
    }
    p#newsText {
        padding-right: 60px;
        padding-left: 5px;
    }
    #newsChannelImg img {
        width: 60px !important;
    }

    #main-form-block > .row {
        flex-direction: column-reverse;
    }

    #lngBlockZone {
        margin: 0 10px;
    }

    #urgent.attention {
        margin-top: -5px !important;
    }

    .attention div {
        font-size: 3vw !important;
    }
    .attention div span {
        font-size: 3.5vw !important;
    }

    .footer-copy {
        text-align: center;
    }

    #cook {
        top: 25px;
        left: 25px;
        right: 25px !important;
        bottom: auto;
        width: auto;
    }

    .custom-fields img {
        width: 35;
        right: 10px;
        top: 22%;
    }

    #commentText {
        flex-flow: column;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin: 15px 0;
        display: flex;
        font-size: 16px
    }
    #commentText img {
        /*margin-top: 15px;*/
    }

    #lngBlock1 {
        margin-right: 8px;
    }
    #attention {
        margin-top: -5px !important;
    }
    .cont-tabs {
        flex-flow: column
    }

    .accordion .btn-link {
        line-height: 5vw;
        height: auto;
        padding: 15px;
    }

    #work-zone {
        max-height: none;
        overflow-y: auto;
        margin: 0;
        max-width: none;
        padding: 25px;
        background: #ffffff2e;
    }

    #rezervi-block {
        margin-top: 25px;
        margin-bottom: -5px;
    }
    .rezerves-block {
        margin-bottom: -15px;
    }
    .why-us {
        flex-flow: column;
    }
    .why-us__item {
        width: 100%;
    }

    header {
        border-bottom: none !important;
    }

    body {
       /* background: #212648; */
    }

    .footer-copyrs {
        text-align: center;
    }

    #work-zone {
        margin-bottom: 0;
    }
    .why-us .col-lg-3 {
        margin-bottom: 15px
    }

    #payMethodBtns {
        flex-flow: column;
    }
    #payMethodBtns > * {
        width: 100%;
    }

    .action-text {
        display: none;
    }
    .footer-time {
        width: fit-content !important;
        margin: 0 auto;
    }
    .for-pic {
        flex-flow: column-reverse;
    }
    .for-pic__reqs {
        margin-left: 0;
        width: 100%;
    }
    .for-pic__pic {

    }
    .pay-img {
        width: 100%;
    }

    aside.btc-count {
        top:0;
        font-size: 3vw !important;
        position: relative !important;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }
    body.btc-count__time aside.btc-count {
        display: flex;
    }
    aside.btc-count b {
        font-size: 3vw;
        margin: 0 5px;
    }
    .article-title__block {
        flex-flow: column;
    }
    .article-title h1 {
        margin: 15px 0 0;
        font-size: 5vw !important;
    }
    .article-img img {
        width: 100%;
        /* margin: 0 !important; */
    }
    .article-img {
        margin: 0
    }
    .article-content * {
        font-size: 3.5vw !important
    }
    #news-zone {
        flex-direction: column;
    }
    .news-item {
        width: 100% !important;
        margin: 15px 0 !important;
    }
    .action-modal {
        display: block;
    }
    .action-modal img {
        width: 25px;
        margin-right: 10px;
        animation: tremor 2s linear infinite;
    }
    #notifModal, #offerModal {
        /* margin-top: 215px; */
    }
    #urgent ._mob_no {
        display: none;
    }
    #urgent ._mob {
        display: flex;
    }
    #urgent:after {
        width: 800px;
        height: 30px;
    }
    @keyframes blink {
        0% {
            left: -200%;
            opacity: 0.7;
        }
        20% {
            left: 190%;
            opacity: 0.7;
            height: 150px;
        }
        21% {
            opacity: 0;
        }

        30%, 100% {
            left: -200%;
            opacity: 0
        }
    }
    .pay-details h2 {
        margin: 10px;
    }
    .pay-details span {
        width: 45%;
    }
    .pay-details span.pay-details__left {

    }
    .pay-details span.pay-details__right {
        /*text-align: right;*/
        word-break: break-all;
    }
    .modal-dialog {
        top: 0;
        margin-bottom: 75px;
    }
    .app-block__body-btns {
        margin-top: 0;
    }
    .form-group {
        margin-bottom: 0;
    }
    .app-block__head {
        margin: 0 0 15px;
    }
    .app-block__mension {
        margin: 15px 0;
    }
    #main-form-block {
        padding: 0;
        margin-bottom: 0;
    }
    ._amount-right {
        padding-left: 0;
        margin-top: 15px;
    }
    .__right {
        padding-left: 0;
    }
    ._amount-left:after {
        right: -25px;
    }

    li.mob-log {
        padding:1rem 0
    }

    li.mob-reg {
        padding: 1rem 0
    }

    .footer_ics {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        align-items: center;
        width: 100%;
        flex-flow: column
    }

    .footer_ics li {
        list-style: none;
        display: flex;
    }

    .footer_ics img {
        width: 100%;
        margin: 10px;
        max-width: 200px
    }

    .our-forum__pic {
        margin-right: 0
    }

    .our-forum img {
        margin-right: 0
    }

    .our-forum {
        flex-flow: column
    }

    .our-forum__text {
        text-align: center;
        margin-top: 15px
    }

    #page-unavalible {
        height: auto
    }

    .changepass h3 {
        padding: 10px 0;
        text-align: center
    }

    main {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    #main-form-block__form .client-sum-input {
        padding-right: 50px;
        height: 60px;
        font-size: 8vw;
    }

    img.banner {
        width: 75vw;
        height: auto
    }

    #main-form-block .toload {
        border-radius: 0 0 10px 10px!important;
        transition: display .2s ease-in-out;
        margin-bottom: 15px;
        margin-top: 2px;
        height: 38px
    }

    #main-form-block .toload * {
        font-size: 0!important
    }

    #main-form-block .toload label {
        background: 0 0
    }

    #main-form-block .toload input {
        visibility: hidden!important;
        opacity: 0!important
    }

    #exch-rate {
        height: auto
    }

    a.page-link {
        padding: 3.5vw 4.5vw;
        margin: 5px
    }

    li.page-item.active span {
        padding: 3.5vw 4.5vw;
        margin: 5px
    }

    li.page-item.disabled span {
        padding: 3.5vw 4.5vw;
        margin: 5px
    }

    #page-reserves .reserve-items {
        justify-content: space-between
    }

    #page-reserves .reserve-item {
        width: 42%
    }

    .currs-send__item,.currs-to__item {
        width: 100%
    }

    * {
        font-size: 3vw
    }
    #urgent {
/*        display: none;*/
        margin: -5px 0;
        flex-flow: row !important;
    }
    #urgent.active {
        display: flex;
    }
    img.mob-gift {
    width: 35px;
    position: absolute;
    right: 85px;
    display: block;
    display: none;
    animation: tremor 2s linear infinite;
}
    .modal-body span {
        font-size: 3vw !important;
    }
    .modal-body #urgent {
        display: flex;
        background: #6c0839;
    }
    .modal-body #urgent div {
        color: white
    }
    header {
        height: auto;
        flex-flow: column;
    }
    .btc-count header {
        margin-top: 0 !important
    }

    .login-tab.head_login {
    }

    .login-tab {
        font-size: 2.3vw!important;
        font-weight: 700
    }

    ._rezerv {
        width: 43vw
    }
    ._rezerv_amount {
        word-break: break-all;
    }

    .logo img {
        height: 35px;
        width: auto;
    }
}
