@font-face { 
    font-family: "MontserratBold";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Montserrat-Bold.eot");
    src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
    font-family: "MontserratThin";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/Montserrat-Thin.eot");
    src: url("../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
}
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/Montserrat-Medium.eot");
    src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}

@font-face {
    font-family: "MontserratLight";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
}


body{
    overflow: hidden;
    background: #360030;
    color: white;
}
*{
    scrollbar-color: #ffcb75 #360030;
    scrollbar-width: thin;    
}
*::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
    background: #360030;
}
*{

}
*::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ffcb75;
}
*:focus {
    outline: none;
}
.exchange__sum input:focus {
    background: transparent!important;
    outline: none;
    box-shadow: none;
}
a{
    color: white;
}
a:hover{
    color: white;
}
.test {
    padding: 20px;
    background: yellow;
    border: 3px solid red;
    color: #000;
    margin: 20px 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #360030 !important; /* Цвет фона */
  -webkit-text-fill-color: #fff !important; /* цвет текста */
  color: #fff !important; /* цвет текста */
}

.someblock-2 input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ffcb75 !important; /* Цвет фона */
    -webkit-text-fill-color: #360030 !important; /* цвет текста */
    color: #360030 !important; /* цвет текста */
}

.someblock-1 input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ffcb75 !important; /* Цвет фона */
    -webkit-text-fill-color: #360030 !important; /* цвет текста */
    color: #360030 !important; /* цвет текста */
}



.menu{
    overflow: hidden ;
    height: 100vh;
    position: relative;
    margin: 0 -15px ;
}

.menu:before{
    content: "";
    position: absolute;
    right: 20% ;
    top: -20%;
    width: 130%;
    height: 130%;
    /*background-color: #ffcb75;*/
    background: #ffcb75 url('../img/texture.png');
    transform: rotate(10grad);
}

.menu_header{

    padding-left: 15px;
    margin-top: 24px ;
    left: 5%;
    position: relative;
}
.menu_header img{
    cursor: pointer;
    display: inline-block ;
}
.menu_header img:last-child {
    margin-left: 15px;
}

.menu_body {
    color: black;
    padding-left: 40px;
    font-size: 40px;
    font-family: MontserratBold;
    font-style: normal;
    max-width: 400px;
    width: 100%;
}

.hiden_menu{
    overflow: hidden;
    position: absolute;
    height: 100vh;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 101;
    transition: all .3s;
}
.hiden_menu.isopen {
    left: 0;
}


.hiden_menu_logo{
  padding-left: 15px;
  margin-top: 84px;
  left:6%;
  position: relative;
}
.hiden_menu_logo img{
    cursor: pointer;
  display: inline-block;
}
.hiden_menu_logo img:first-child{
  margin-bottom: 6px;
}
.hiden_menu_logo img:last-child{
  margin-left: 15px;
}



.hiden_menu ul{
    left: 6%;
  position: relative;
}
.hiden_menu li:first-child{
  margin-top: 50px;
}
.hiden_menu li{
  font-family: MontserratLight;
  font-size: 22px;
  margin-top: 25px;
  list-style-type: none;
}
.hiden_menu a{
  color: #ffcb75;
}
.hiden_menu hr{
  width: 50%;
  margin: 0;
  height: 1px;
  background-color: #ffcb75;

}


.hiden_menu:before{
  content: "";
  position: absolute;
  right: 18%;
  top: -50%;
  width: 140vh;
  height: 150vh;
  background-color: #360030;
  transform: rotate(10grad);
}




.you_obmen{
    color: black;
    font-family: Montserrat;
    font-size: 16px;
    margin-left: 40px;
    margin-top: 50px;
}


.obmen__count a{
    margin-right: 20px;
    color: black;
}
.obmen__count a:first-child{
    text-decoration: underline;
}


.menu_footer{
    padding-left: 40px;
    margin-bottom: 10px;
    font-family: MontserratLight;
    font-size: 14px;
}
.menu_footer a{
    color: black;
}


.main{
    overflow: auto;
    max-height: 100vh;
    height: 100vh;
}


.main_header {
    margin-top: 80px;
    font-family: MontserratLight;
    font-size: 12px;
}
.main_header button{
    text-transform: uppercase;
    border: 0;
    color: #360030;
    font-family: Montserrat;
    font-size: 13px;
    background: #ffcb75;
    outline: 0;
    width: 216px;
    height: 40px;
    border-radius: 30px;
    float: left;
}
.main_header button:hover{
    box-shadow: 0 0 10px #ffcb75;
    cursor: pointer;
}
.main_header button:focus{
    outline: 0;
}

.main_header a, .user-notification-bell {
    text-decoration: none;
    font-size: 14px;
}
.log-header-email{
    display: block;
    max-width: 185px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 0 auto;
}


.main_header span:hover {
    border: 0;
}


.nav-link{
    background-color: transparent !important;
}

.nav-link span{
    color: #FFFFFF;
}

.main__conteiner{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

.exchange__title{
    text-align: center;
    color: #ffcb75;
    font-family: MontserratThin;
    font-size: 32px;
    margin-bottom: 50px;
    margin-top: 60px;
}


.exchange__block__error{
    text-align: center;
    width: 100%;
    margin-top: 70px;

    font-size: 16px;
    font-family: MontserratLight;
    color: white;
}
.home-success__text {
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
}
.bonus-row {
    display: inline-flex;
    align-items: center;
}
.bonus-row .instruction_block input {
    width: auto;
    display: inline-block;
}
.form-input-bonus {
    font-size: 17px;
    line-height: 1.25;
}
.form-group-bonus {
    text-align: left;
    padding-left: 19px;
    opacity: .5;
}
.form-group__left {
    text-align: left;
}
.form-group__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 590px;
}

.form-input-bonus .cc-link-in-text {
    text-align: left;
    text-decoration: underline;
}
.exchange__text__break{
    text-align: center;
    width: 100%;
    margin-top: 60px;
    font-size: 16px;
    font-family: MontserratLight;
    color: white
}



.exchange__text__error{
    text-align: center;
    width: 100%;
    margin-top: 29%;
}

.exchange__text__error a{
    text-decoration: none;
    font-size: 16px;
    font-family: MontserratLight;
    color: white;
    border-bottom: 1px solid #fff ;
}

.exchange__text__error a:hover{
    border: 0;
}


.exchange__sum{
    text-align: center;
}
.exchange__sum input{
    width: 100%;
    text-align: center;
    outline: none;
    background: transparent;
    font-family: MontserratLight;
    font-size: 32px;
    color: white;
    border: 1px solid #ffcb75;
    margin-top: 15px;
    border-radius: 10px;
}

.exchange__sum input::placeholder{
    font-family: MontserratLight;
    opacity: 0.5;
    color: white;
    text-align: center;
}


.exchange__img{

    margin-top: 20px;
    text-align: center;
}



.exchange__valutes{
    margin-top: 20px;
    text-align: left;
}
.reserv-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.reserv-row .psl, .exchange__valutes .psl {
    margin-right: 15px;
    margin-bottom: 8px;
}
.reserv-row .psl img.fval {
    /* width: 32px; */
}
.psl {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 4px;
}
.psl::after{
    content: '';
    display: block;
    width: 4px;
    height:24px;
    position: absolute;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../img/points.png') no-repeat center center / contain;
}
.icon-fval {
    display:flex ;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    overflow: hidden;
    margin-left: 8px;
    margin-right: 6px;
    background-color: #fff;
    padding: 4px;
}
.icon-fval img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin: 0 !important;
}
.reserv {
    margin-top: -3px;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: MontserratLight;
    color: #ffcb75;
}

.exchange__valutes img:last-child{
    margin-left: 8px;
    margin-right: 6px;
}
.exchange__valutes a {
    /* display: block; */
    text-decoration: none;
}

.exchange__valutes span.ps-name {
    font-size: 14px;
    font-family: MontserratLight;
    margin-left: 5px;
    border-bottom: 1px solid transparent;
}

.exchange__valutes span.ps-name:hover {
    border-bottom: 1px solid #fff;
}



.exchange__rate{
    text-align: center;
    font-family: MontserratLight;
    font-size: 14px;
}
.exchange__rate a {
    color: #ffcb75 ;
}

.exchange__info:first-child{
    margin-top: 0;
}

.exchange__info{
    margin-top: 60px;

}

.fDirectWrp label, .exchange__info label{
    padding: 6px;
    padding-bottom: 0;
}
.fDirectWrp label:hover span, .exchange__info label:hover span{
    text-decoration: underline;
    cursor: pointer;
}

.exchange__info input{

    padding: 7px;
    width: 100%;
    outline: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-family: MontserratLight;
    font-size: 14px;
    color: white;

}
.exchange__info input::placeholder
{
    color: #FFFFFF;
    opacity: 0.6;
    font-family: MontserratLight;
}

#coupon::placeholder{
    color: #FFFFFF !important;
    opacity: 0.6;
}


.fDirectWrp label, .exchange__info label{
    color: #ffcb75;
    font-family: MontserratLight;
}
.exchange__info select,
.exchange__info select:focus{
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #ffcb75;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding-left: 6px;
}

.invalid{
    position: relative;
}

.name{font-family: MontserratLight}

.comtext{
    font-family: MontserratLight;
}

.invalid__text {
    z-index: 100;
    margin-top: 10px;
    position: absolute;
    background: #FF0000;
    font-family: MontserratLight;
    font-size: 12px;
    width: 90%;
    left: 5%;
    padding: 10px;
}
.invalid__text:after {

    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 0, 0, 0);
    border-bottom-color: #FF0000;
    border-width: 5px;
    margin-left: -5px;

}



.site_button_contacts{
    text-transform: normal;
    border: 0;
    color: #360030;
    font-family: Montserrat;
    font-size: 16px;
    background: #ffcb75;
    outline: 0;
    width: 290px;
    height: 50px;
    border-radius: 25px;
}
.site_button_contacts:hover{
    box-shadow: 0 0 10px #ffcb75;
    cursor: pointer;
}
.site_button_contacts:focus{
    outline: 0;
}
.exchange__title ol {
    list-style: none;
    counter-reset: li;
}
.exchange__title li:before {
    counter-increment: li; 
    content: counters(li,".") ". ";
}


.site_button{
    text-transform: uppercase;
    border: 0;
    color: #360030;
    font-family: MontserratLight;
    font-size: 16px;
    background: #ffcb75;
    outline: 0;
    width: 231px;
    height: 50px;
    border-radius: 30px;
}
a.site_button {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.site_button:hover{
    box-shadow: 0 0 10px #ffcb75;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.site_button:focus{
   outline: 0;
}

.site_button a{
    padding: 15px;
}
.user-security-codes .f-input{
    height: 50px;
}
.user-security-codes .site_button{
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.user-security-codes .input-group{
    display: block;
}
.user-security-codes .input-group input{
    width: 100%;
    border-radius: 0;
}
.user-security-codes .input-group .site_button{
    width: 100%;
}
.security-provider-el .security-provider-label{
    display: flex;
    align-items: center;
}
.security-provider-el .security-provider-button .site_button{
    max-width: 100%;
}
.main_footer{
    margin-top: 20px;
    font-size: 10px;
    font-family: MontserratLight;
    opacity: 0.5;
    float: right;
    margin-bottom: 5px;
}


.sup{
    margin-top: 30px;
    text-align: center;
}


.sup img{
    height: 130px;
}


.sup span{
    cursor: pointer;
    text-align: center;
}

.sup_a span:hover{
  cursor: pointer;
  border-bottom: 1px  solid  #FFFFFF;
}

.sup_a {
    font-family: MontserratLight;
    margin-top: 20px;
    text-align: center;
}

.zz{

    font-size: 16px;
    font-family: MontserratLight;
    text-align: center;
}


.zz textarea{
  width: 80%;
  background-color: transparent;
  color: #ffcb75;
  border: none;
  border-bottom: 1px solid #FFFFFF ;
  outline: none;
}

.zz a{
    font-size: 13px;
    font-family: Montserrat;
}

.zz img{
    height: 42px;
    margin-right: 10px;
}

.zz input{


    outline: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-top: none;
    background: transparent;
    font-family: MontserratLight;
    font-size: 24px;
    color: white;
}

.menu_mini{
    color: #ffcb75;
    float: left;
    padding-bottom: 10px;
}

.main_header{
    text-align: right;
}


#yt-widget .yt-servicelink{
    display: none !important;
}
#yt-widget .yt-button__icon_type_left{
    display: none !important;
}
#yt-widget .yt-button_type_left{
    border: 0 !important;
    padding: 2px !important;
    background-color: transparent !important;
}
#yt-button .yt-button_type_right{
    padding: 2px !important;
    background-color: transparent !important;
}
#yt-widget .yt-button_type_right{
    border: 0 !important;
    background-color: transparent !important;
}


.FAQ_info{
    text-align: center;
    margin-top: -5px;
}
.FAQ_info span{
    border-bottom: 0;
    text-decoration: none;
    font-family: MontserratLight;
    font-size: 24px;
    color: #ffcb75;
    padding-bottom:3px ;
    border-bottom: 2px dashed #ffcb75;
}

.FAQ_info span:hover{
    cursor: pointer;
    border: none;
    outline: none;
}

.ww{
    background-color: transparent;
    outline: none !important;
    border: none;
}


.ruls_info{
    font-family: MontserratLight;
    text-align: left;
    margin-top: 20px;
}
.ruls_info h1{
    padding-bottom:3px ;
    border-bottom: 2px dashed #ffcb75;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    font-family: Montserrat;
    color: #ffcb75;
}
.ruls_info li{
    margin-top: 10px;
}



.instblock{
    font-family: MontserratLight ;
    font-size: 41px;
    margin: 20px;
}
.instruction_block{
    font-family: MontserratLight;
    border: none;
    margin-top: 20px;
    border-bottom: 4px;
    font-size: 18px;
    font-weight: 300;
}
.instruction_block hr{

    height: 1px;
    color: white;
    background-color: white;
    padding-top: -10px;
}
.instruction_block input{
    border: none;
    background: transparent;
    color: white;
    font-family: MontserratBold;
    outline: none;
    width: 50%;
}

.instruction_block textarea{
    background-color: #360030;
    border: none;
    background: transparent;
    color: white;
    font-family: MontserratBold;
    outline: none;
    resize: none;
}

.instruction_block a{
    font-family: MontserratLight;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}

.instruction_block a:hover{
    border-bottom: 2px solid #fff;
}

.instruction_block span{
    font-family: MontserratLight;
    margin-left: 8px;
    border-bottom: 1px solid #fff;
}

.instruction_block span:hover{
    border-bottom: 2px solid #fff;
}

.instruction_block_otmena{
    font-family: MontserratLight;
}

.instruction_block_otmena span{
    margin-left: 20px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.instruction_block_otmena span:hover{
    border: 0;
}

.instruction_block_otmena a{
    text-decoration: none;
    white-space: nowrap;
}
.instruction_block_otmena .cancel-order{
    margin-left: 15px;
}

.order-timer{
    font-size: 10px;
    background-color: #ffcb75;
    position: relative;
    color: black ;

}
.timer{
    position: absolute;
    background: transparent;
    width: 300px;
    color: #ffcb75 ;
    font-size: 14px;
}


.instruction_block button{

    margin-left: 20px;
    outline: none;
    cursor: pointer;
    color: white;
    border: none;
    background: transparent;
}


.inputsum{
    width: 100px;
}


.order-valutes{
    color: #fff;
  font-size: 20px;

}
.order-valutes img{
  margin-right: 10px;
}
.order-valutes img:first-child{
  margin-left: 0;
}


.header_progress {
    text-align: left;
    font-size: 14px;
    color: #ffcb75;
    max-width: 500px;
}
.valName{
  font-size: 11px;
  color: white;
  font-family: MontserratLight;
  margin-top: 10px;
}

.valut{
  margin-top: 10px;
}

.smal_arrow{
  margin-top: 10px;
    max-width: 50%;
}

.cards_img{
    margin-top: 30px;
    text-align: center;
    font-family: MontserratLight;
    font-size: 16px;
}

.cards_valid_text{
  margin-top: 30px;
  font-size: 20px;
  font-family: MontserratLight;
  text-align: left;
}


.card_load{
  text-align: center;
  margin-top: 10px;
}


.zz_card{
    font-family: MontserratLight;
    font-size: 18px;
    text-align: center;
    padding-top: -60px;
}


.zz_card_er{
    padding: 10px;
    background-color: #FF0000;
    font-family: MontserratMedium;
    font-size: 18px;
    text-align: center;
    padding-top: -60px;
}

.zz_card_er img{
    margin-right: 40px;
}
.zz_card.card-verification-wrap{
    text-align: left;
}
.zz_card.card-verification-wrap .card-verification-img img{
    display: block;
    max-height: 202px;
    margin: 0 auto;
}
.zz_card.card-verification-wrap .card-verification-img .card-example{
    text-align: center;
}

.valuts_r{
    cursor: text;
    border-radius: 20px;
    padding: 5px;
    width: 100%;
    margin-top: 10px;
    font-family: MontserratLight;
    font-size: 16px;
    text-align: left;
}
.valuts_r:last-child{
    margin-bottom: 20px;
}
.valuts_r:hover{
    background-color: rgba(255, 255, 255, 0.15);
}
.colval{
    margin-left: 60px;
}


.name {
    font-size: 20px;
    color: #ffcb75;
}
.comtext{
    font-size: 17px;
}
.comment hr{
    height: 2px;
    background-color: #ffcb75;
}

.page_number a{
    background-color: #360030;
    text-decoration: none;
    color: #ffcb75;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-family: Montserrat;
}
.page_number a:hover{
    color: black;
    background-color: #ffcb75;
}
.page_number{

}
.page_sel{
    margin-top: 30px;
}

.page-link, .pagination a {
    border: 1px solid #ffcb75;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ffcb75;
    background-color: #360030;

}
.justify-content-center ul {
    justify-content: center!important;
}
.page-item.active .page-link, .pagination li.active a{
    z-index: 1;
    color: #fff;
    background-color: #360030;
    border-color: #ffcb75;
}



.guarantees_text{
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    font-family: MontserratLight;
}
.guarantees_img{
    margin-top: 50px;

}

.guarantees_img_2{

    margin-top: 50px;
    text-align: center;
    padding-right: 100px;
}

.xml_link{
    color: #ffcb75;
    font-family: MontserratLight;
    font-size: 17px;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.xml_link img{

    display: inline;
    height: 42px;
    width: 42px;
}

.cc{
    display: inline-block;
}

.xml_link input{
    display: inline;
    padding: 6px;
    width: 400px;
}

.affText{
    font-family: MontserratLight;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

.affRate a{
    text-decoration: none;
    font-family: MontserratLight;
    color: #ffcb75;
    font-size: 72px;
}

.affRate{
    font-family: MontserratLight;
    text-align: center;
}

.discond{
    margin-top: 40px;
    color: #ffcb75;
    font-family: Montserrat;
    font-size: 16px;
}

.img_disc img{
    width: 95%;
}

.discondv{
    margin-top: 20px;
    font-size: 16px;
    font-family: Montserrat;
    margin-bottom: 100px;
}

.personal_menu{
    margin-left: -10px;
    margin-top: 30px;
    text-align: center;
}


ul.personal_menu_ul li{

    display: inline;
}

ul.personal_menu_ul a.active{
    text-decoration: underline;
}

.statusor{
    font-family: MontserratLight;
    color: #ffcb75;
}

.orinfo{
    font-family: MontserratLight;
}

.reldel{
    text-align: center;
}

.reldel a {
    padding: 8px;
}

.Lkorders{
    font-family: MontserratLight;
}

.Lkorders hr{
    background-color: #ffcb75;
    height: 1px;
}

.avto-req{
    font-family: MontserratLight;
}

.avto-req hr{
    background-color: #ffcb75;
    height: 1px;
}

.addvalinfo input{
    width: 100%;
    text-align: center;
    outline: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #fff;
    background: #360030;
    font-family: Montserrat;
    font-weight: 200;
    color: white;
}


.addvalinfo input::placeholder{
    color: white;
    text-align: center;
    font-weight: 200;
    font-family: Montserrat;
}


.addValut{
    text-align: right;
}
.addValut img:last-child{
    margin-left: 6px;
    margin-right: 6px;
}
.addValut a {
    font-size: 14px;
    font-family: MontserratLight;
}

.preferences{
    text-align: left;
}

.pref_ruls{
    text-align: center;
    color: #ffcb75;
    font-size: 24px;
    font-family: Montserrat;
}

.pref_ruls_checkbox input{
    margin-top: 30px;

}

.pref_ruls_checkbox {
    text-align: center;
}

.editpass{
    text-align: center;
}

.editpass input{
    width: 80%;
    margin-top: 30px;
    outline: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #360030;
    font-family: Montserrat;
    font-size: 16px;
    color: white;
}

.profit{
    font-family: MontserratLight;
    text-align: center
}

.profitVal{
    font-size: 50px;
    font-family: MontserratBold;
}

.profinfo{

    margin: auto;
    line-height: 140px;
    text-align: center;
    width: 140px;
    height: 140px;
    font-size: 40px;
    color: #ffcb75;
    border-radius: 100px;
    border: 2px solid #ffcb75 ;
}

.pp{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bannersbut button{
    margin-left: 0;
    margin: 10px;
    width: 85px;
    background-color: #360030;
    color: white;
    border: 1px solid;
}

.bannersbut{
    padding: 0;
}

.bannersbut button:hover{

    background-color: #ffcb75;
    color: black;
}

.banner{

    margin-top: 30px;
    text-align: center;
}

.banner img{
    width: auto;
    height: auto;
    max-width: 100%;
}

.code {
    margin-top: 40px;
    font-size: 24px;
    font-family: MontserratLight;
    color: #ffcb75;
    margin-bottom: 50px;
}

.code input{

}

.card_stat{
    margin-top: 40px;
    text-align: center;
}

.or_com_s{
    text-align: center;
}

.or_com_s img {
    margin-top: 20px;
    padding: 20px;
}

.site_button_contacts_or{
    margin-top: 60px;
    text-transform: uppercase;
    border: 0;
    color: #360030;
    font-family: Montserrat;
    font-size: 16px;
    background: #ffcb75;
    outline: 0;
    width: 450px;
    height: 50px;
    border-radius: 30px;
}

.site_button_contacts_or:hover{
    box-shadow: 0 0 10px #ffcb75;
    cursor: pointer;
}
.site_button_contacts_or:focus{
    outline: 0;
}



.or_text a {
    text-decoration: none;
    font-size: 18px;
    margin-top: 10px;
}

.right_sidebar{
    font-family: MontserratLight;
    position: absolute;
    top:0;
    right: -100%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    color: #ffcb75;

}

.scroll-y-avto{
    height: 100vh;
    overflow-y: auto;
}


.right_content:before{
    z-index: 99;
    content: "";
    position: absolute;
    left: -159px;

    width: 250px;
    height: 100vh;
    background-color: #ffcb75;

    background: -moz-linear-gradient(-45deg, rgba(242,235,48,1) 0%, rgba(242,235,48,1) 51%, rgba(240,234,52,0) 52%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(242,235,48,1) 0%,rgba(242,235,48,1) 51%,rgba(240,234,52,0) 52%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(-81deg, rgba(212,177,44,1) 0%,rgba(212,177,44,1) 51%,rgba(240,234,52,0) 52%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eb30', endColorstr='#007db9e8',GradientType=1 );
}


.right_sidebar.isopen{
    display: block !important;
}

.right_content{

    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    z-index: 100;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffcb75;

}

.right_content.someblock-4{
    font-family: MontserratLight;
    width: auto;!important;

}

#someblock-id-3, .wBlockAuto{
    width: auto;!important;
}

.close_menu{
    position: absolute;
    cursor: pointer;

    margin-top: 30px;
    margin-left: 30px;
    z-index: 102;
    background: url("../img/krest (2).svg");
}
#switchpayment .close_menu{
    background: url("../img/krest_other2.svg");
    background-repeat: no-repeat; 
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


.close_menu img:hover{

    animation: spin 4s linear 0s infinite;
    transform: rotate(360deg);
}

.close_menur{

    position: absolute;
    cursor: pointer;
    left: -42%;
    top: 60px;
    margin-top: 30px;
    z-index: 102;
}

.right_content >*{
    z-index: 101;
    position: relative;

}

.right_sidebar .right_content:before {
    z-index: 99;

    position: absolute;
    right: -20%;
    top: -10%;
    width: 110%;
    height: 150vh;
    background: #ffcb75;
    transform: rotate(10grad);
}

.pslist_elem{
    cursor: pointer;
    border: 1px solid transparent;
}
.pslist_elem[data-id="7"] img{max-height: 25px;}
.pslist_elem img{
    width: 32px;
    margin: 4px;
}

.pslist_elem:hover{
    border-color: #360030;
    border-radius: 20px;
}

.big-title{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 32px;
    font-family: MontserratLight;
    text-align: center;
}

.rez{
    font-family: MontserratLight;
    font-size: 13px;
}
.right_sidebar .form-group {
    /*max-width: 255px;*/
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}
.right_sidebar input{
    width: 100%;
    margin-top: 20px;
    outline: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background: #ffcb75;
    font-family: Montserrat;
    font-size: 16px;
    color: black;
    border-color: #360030;
    font-weight: 300;
    border-width: 1px;

}

.right_sidebar input::placeholder{
    color: black;
    opacity: 0.6;
}

.right_sidebar a{
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-top: 9px;
    font-size: 14px;
}



.site_button_new {
    margin-top: 30px;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
    color: #ffcb75;
    background: #360030;
    font-size: 16px;
    border-radius: 30px;
    height: 50px;
    border: 1px solid #ffcb75;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;

}

.site_button_new:hover{
    outline: 0;
    background: #360030;
    color: #ffcb75;
    box-shadow: 0 0 10px #360030;
    cursor: pointer;
}

.chek_reg input{
    width: auto;
}



.chek_reg{
    margin-top: -40px;
}

.chek_reg label{
    display: unset;
}

.card-header{
    border: none;
    background-color: transparent;
    text-align: center;
}

.card-header:first-child{
    border: none;
}

.card{
    border: 0;
    background: transparent;
}

.faqtext{
    background-color: transparent;
    font-size: 17px;
    font-family: Montserrat;
    text-align: center;
}

.exchange__text__error_s{
    font-family: MontserratLight;
    text-align: center;
    width: 100%;
}

.exchange__text__error_s span{
    border-bottom: 1px solid #fff;
}

.exchange__text__error_s a {
    text-decoration: none;
}

.exchange__text__error_s span:hover{
    border: 0;
}

.mini_menu_img{
    margin: 8px;

}




.tt{
    white-space: nowrap;
}

.nn{
    margin-left: 5px;
}
.qq{
    text-align: center;
}

.textp{
    font-size: 16px;
    color: #ffffff;
    margin-left: 8px;
    display: inline-block;
}

.banner_img img{
    height: auto;
    width: 100%;
}


.pslist_elem.disabled{
    border-radius: 20px;
    background-color: #af9636;
}

.modal {
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
}
.modal-backdrop {
    display: none;
}
.modal-backdrop {
    z-index: 4;
}
.modal-title{
    padding: 10px;
    text-align: center;
    font-size: 28px;
    font-family: MontserratLight;
}

.modal-content{
    text-align: center;
    padding: 20px;
    border-radius: 0;
    background: #ffcb75;
    color: #000;
}

.modclose{
    cursor: pointer;
    left: 106%;
    margin-top: -14%;
    position: absolute;
}


.modal-body{
    margin-bottom: 20px;
}

.modal-body a{
  font-family: Montserrat;
  font-size: 24px;
  text-decoration: none;
}

.modal-footer{
    border: 0;
}

.errorModalBtn{
    width: 60%;
    border-radius: 20px;
    background: #360030;
    color: #FFFFFF;
}


.bbr{
    cursor: pointer;
    border: none;
    width: 60%;
    border-radius: 20px;
    background: #360030;
    color: #FFFFFF;
    outline: none;
    height: 38px;
}

.bbr:hover{
    outline: none;
}

.bbr:focus{
    outline: none;
}

#reserve-recaptcha {
    text-align: -webkit-center;
}

#order-review {

    padding: 0 0 20px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 876px;
    color: #ffcb75;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}
#order-review .text-center br{
    display: none;
}
#order-review .wizard__title{
    font-size: 24px;
}
#order-review .row{
    align-items: center;
    margin-bottom: 15px;
}
#order-review .col-md-5,
#order-review .col-md-7{
    margin-bottom: 10px;
}
#order-review textarea{
    width: 100%;
    padding: 10px;
}
#order-review textarea:focus{
    outline: none;
}
h3{
  color: #ffcb75;
  font-weight: 600;
}

.tr{text-align: right;}
.tl{text-align: left;}

.review-box-inputs input:checked ~ label,
.review-box-inputs label,
.review-box-inputs label:hover,
.review-box-inputs label:hover ~ label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5zdGFyLWZ1bGw8L3RpdGxlPjxwYXRoIGZpbGw9IiM1NTUiIGQ9Ik0yNCA5LjMwNmwtOC4yOTItMS4yMDUtMy43MDgtNy41MTQtMy43MDggNy41MTQtOC4yOTIgMS4yMDUgNiA1Ljg0OS0xLjQxNiA4LjI1OCA3LjQxNi0zLjg5OSA3LjQxNiAzLjg5OS0xLjQxNi04LjI1OCA2LTUuODQ5eiI+PC9wYXRoPjwvc3ZnPg==);
  background-repeat: no-repeat;background-position: 0 0;background-size: 100%;}
.review-box-inputs {margin: 0 auto;min-width: 150px;margin-top: 10px;overflow: hidden;*zoom: 1;position: relative;display: inline-block;}
.review-box-inputs input {display: none;border: 0;filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;width:40px;height:40px;top:0;z-index:0;}
.review-box-inputs input:checked ~ label {background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5zdGFyLWZ1bGw8L3RpdGxlPjxwYXRoIGZpbGw9IiNENEIxMkMiIGQ9Ik0yNCA5LjMwNmwtOC4yOTItMS4yMDUtMy43MDgtNy41MTQtMy43MDggNy41MTQtOC4yOTIgMS4yMDUgNiA1Ljg0OS0xLjQxNiA4LjI1OCA3LjQxNi0zLjg5OSA3LjQxNiAzLjg5OS0xLjQxNi04LjI1OCA2LTUuODQ5eiI+PC9wYXRoPjwvc3ZnPg==); }
.review-box-inputs label {height: 30px;width: 30px;float: right;cursor: pointer;position: relative;z-index: 1;}
.review-box-inputs label:hover, .review-box-inputs label:hover ~ label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjx0aXRsZT5zdGFyLWZ1bGw8L3RpdGxlPjxwYXRoIGZpbGw9IiNENEIxMkMiIGQ9Ik0yNCA5LjMwNmwtOC4yOTItMS4yMDUtMy43MDgtNy41MTQtMy43MDggNy41MTQtOC4yOTIgMS4yMDUgNiA1Ljg0OS0xLjQxNiA4LjI1OCA3LjQxNi0zLjg5OSA3LjQxNiAzLjg5OS0xLjQxNi04LjI1OCA2LTUuODQ5eiI+PC9wYXRoPjwvc3ZnPg==);
 height: 30px;width: 30px;}
.order-success-right .home-success__text{
    padding-left: 20px;
}

.alert-warning{
  background: #ffcb75;
  color: #360030;
  border: none;
}


.copy-alert-warp{
  color: #ffcb75;
  position: fixed;
  z-index: 100;
  max-height: 100%;
  max-width: 100%;
  bottom: 0;
  right: 0;
  padding: 0 20px 100px 0;}
.copy-alert{
    width: auto;
    padding: 15px 30px;
    color: #222;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: right;
    background: #ffcb75;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);
    border-radius: 30px;
    position: relative;
}
.copy-alert-a{
    color: #360030 !important;
}
.closeOrderStatus {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
    color: red;
    font-size: 105%;
    font-weight: bold;
    height: 100%;
    top: 0;
}
.closeOrderStatus:hover {
    cursor: pointer;
}

#switchpayments{
    padding-right: 0;
    max-width: 100%;
    width: 1100px;
}



.qqs{
    width: 100%;
}

.qqz{
    margin-top: -38px;
    text-align: right;
}

.selvalut{
    text-align: center;
}



.selvalut select{
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #ffcb75;
    width: 100%;
}

code{
    color: #360030;
}

option{
    cursor: pointer;
    background-color: #360030;
}

option:hover{
    background-color: #FF0000;
}

.number-card{
    margin-top: 30px;
}

.number-card:first-child{
    margin-top: 0;
}

.one-order{
    font-family: Montserrat;
}

.nom{
    font-size: 14px;
    color: #ffcb75;
    font-family: Montserrat;
}

.rezm input{
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    color: #360030;
    outline: none;
    text-align: center;
}

#pv{
    color: #ffcb75;
}

.psname{
    margin-left: 20px ;
    font-family: MontserratBold;
    font-size: 14px;
    color: #360030;
}
.pslist .psname{color: #ffcb75;}
.tutorial {
    margin-top: 40px;
}
.tutorial__block__title{
    margin-top: 20px;
    text-align: center;
}

.rezn{
    padding: 10px;
}



#colo li{
    list-style:none;
}

.captcha{
    max-width: 304px;
    margin: 0 auto;
}


.copy-alert a{
    color: #360030 !important;
    border-bottom: 1px solid #360030;
}
#switchpayments .pslist .pr-5{
    padding-bottom: 3rem;
}
.valute-search{
    margin: 20px 0;
}
.valute-search input{
    width: 50%;
    border-color: #360030;
    margin: 0 auto;
    display: block;
}
@media (max-width: 991px) and (min-width: 768px){
    #order-review{
        font-size: 14px;
        line-height: 24px
    }
    .review-box-inputs label, .review-box-inputs label:hover, .review-box-inputs label:hover ~ label{
        width: 24px;
        height: 24px
    }
    .review-box-inputs{
        min-width: 120px;
    }
}
@media (max-width: 1199px) {
    #switchpayments{
        overflow: unset;
    }
}
@media (max-width: 991.98px) {
    .valute-search input{
        margin-left: 20px;
        width: 90%
    }
}
@media (max-width: 770px) {
    .order-valutes{
        margin-top: 15px;
    }
    .header_progress{
        width: 400px;
    }
    .psnamer{
        font-size: 13px;
    }
}




@media (max-width: 768px){
    #switchpayment .close_menu{
        background-size: 18px;
    }
    #order-review .col-md-5, #order-review .col-md-7{
        margin-bottom: 0
    }
    #switchpayments .pslist .pr-5{
        padding-bottom: 150px;
    }
}
@media screen and (min-width: 577px) and (max-width: 1199px){
    .lang-drop-menu{
        top: 0 !important
    }
}

@media screen and (min-width: 577px) and (orientation:landscape) {
    .lang-drop-menu{
        top: 0 !important
    }
}
@media (max-width: 765px){

    .modclose{
        left: 0;
        margin-left: 15px;
        margin-top: 0;
        position: absolute;
    }

    .inp{
        margin-top: 10px;
    }

    .instruction_block{
        font-size: 18px;
    }

    .instblock{
        font-size: 24px;
    }

    .site_button_contacts_or{
        width: 100%;
        font-size: 13px;
        margin-top: 0;
        padding: 15px;
    }
    .or_text a{
        font-size: 15px;
    }

    .addVal{
        text-align: center;
    }

    .kk{
        margin: 10px;
    }
    .avto-req{
        text-align: center;
    }





    .valuts_r:last-child{
        margin-bottom: 0;
    }
    .discond{

        font-size: 9px;
        padding: 0;
    }
    .discond:first-child{
        margin-left: 7px;
    }

    .discondv{
        font-size: 9px;
        padding: 0;
        margin-bottom: 0;
    }
    .discondv:first-child{
        margin-left: 7px;
    }

    .xml_link input{
        margin-bottom: 10px;
        max-width: 100%;
        width: 100%;
    }



    .site_button_contacts{
        max-width: 100%;
    }

    .sup img{
        max-width: 100%;
    }

    .FAQ_info{
        margin-top: 0;
    }
    .reldel{
        margin-top: 10px;
    }
}


@media (max-width: 576px) {

    .menu_log{
      text-align: right;
      margin-top: 10px;
      margin-bottom: 30px;
    }

    .modal-dialog{
        width: 100%;
        margin: 0;
        height: 100%;
    }

    .modal-content{
        height: 100%;
    }

    .modclose{
        z-index: 150;
    }

    .vr{
        text-align: right;
    }

    .menu_body{
        font-size: 15px;
    }
    .menu_header{
        zoom: .3;
    }

    .menu_mini{
        display: flow;
    }

    .main_header{
        padding-top: 28px;
        background: #ffcb75 url('../img/texture.png');
        margin-top: 0;
        clip-path: polygon(0% 90%, 100% 100%, 100% 0%, 0% 0%);
    }

    .exchange__title{
        font-size: 24px;
    }

    .psnamer{
        font-size: 11px;
    }
    .nav-link {
        padding: .6rem;
    }
    .main_header a, .user-notification-bell {
        color: #360030;
        text-decoration: none;
    }
    .main_header span {
        border: 0;
    }
    .hiden_menu_logo {
        margin-top: 28px;
    }
    body .hiden_menu {
        background: #ffcb75 url('../img/texture.png');
        overflow: initial;
    }
    .menu_mini {
        float: none;
        margin-left: -5px;
        padding-right: 15px;
    }
    .hiden_menu li:first-child {
        margin-top: 25px;
    }
    .hiden_menu hr {
        width: 100%;
        background-color: #360030;
    }
    .hiden_menu a {
        font-size: 18px;
        text-transform: lowercase;
        display: block;
        color: #360030;
    }
    .hiden_menu a::first-letter {
        text-transform: uppercase;
    } 
    .hiden_menu li {
        margin-top: 18px;
    }
    body .hiden_menu:before {
        background: #ffcb75 url('../img/texture.png');
    }
    .btn-group {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .btn-group .btn {
        border-radius: .25rem!important;
        margin-bottom: 10px;
        margin-right: 5px;
        flex: initial;
    }
    .table td, .table th {
        padding: .4rem;
    }
    .reserv {
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }
    .user-security-codes .f-input{
        border-radius: 0.25rem !important;
    }
    .user-security-codes .site_button{
        border-radius: 0.25rem !important;
        width: 100%
    }
    .instruction_block_otmena .cancel-order{
        margin-left: 0;
    }
    .instruction_block_otmena .site_button{
        margin-bottom: 10px;
    }

}
.table-wrapper {
    overflow: auto;
}


@media (max-width: 920px) {


    .menu_body{
        font-size: 25px;
    }

    .menu_header{
        zoom: .7;
    }


}

@media (min-width: 920px) {

    .textp{
        display: none;
    }
    .cc img{
        margin-left: 10px;
    }
}

@media (max-width: 1600px) {
    .currency-content__item-name{
        font-size: 14px;
    }
}

@media (max-width: 1400px){
    .psname{
        font-size: 12px;
    }
    .rez{
        font-size: 8px;
    }
}

@media (max-width: 1199.98px) {
    #switchpayment .close_menu img{
        opacity: 0;
    }
    .log-header-email{
        max-width: 170px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .site_button_c{
        display: none;
    }

    .header_progress {
        padding-top: 60px;
    }


    .right_content.someblock-3{
         width: 100%;
         font-family: MontserratLight;
         width: 800px;
         background: #ffcb75;

     }

    .someblock-3{
        width: auto;
        position: absolute;
        right: 0;
        top:0;
        height: 100%;
        z-index: 100;
        padding-left: 30px;
        background-color: #ffcb75;
    }


    .right_content{
        overflow-y: auto;
        font-family: MontserratLight;
        width: 100%;
    }

    #switchpayments{
        width: 100%;
    }



    .someblock-2{
        max-width: 100%;

    }

    .close_menur{
        right: 0;
        z-index: 102;
        left: -20px;
        background: transparent url("../img/krest_other.svg") center left no-repeat;
        background-size: 25px 25px;
        top: 55px
    }
    .close_menur .close_men{
        opacity: 0;
    }

    .big-title{
        font-size: 24px;
    }

    .close_menu{
        position: absolute;
        cursor: pointer;
        left: 0%;
        margin-left: 0;
        margin-top: 30px;
        z-index: 102;
    }
    .close_menu img{
        padding: 5px;
    }
    .crossBtn.hover img {
        transition: .3s;
        transform: rotate(-180deg);
    }
}

@media (max-width: 1350px){

    #vvv{
        width: 200px !important;
    }

    .menu_body{
        font-size: 26px;
    }
}



@media (max-width: 1024px) {
    .hiden_menu hr{
        margin: auto;
    }

    .hiden_menu{
        overflow: scroll;
    }
    .hiden_menu:before {
        content: "";
        right: 0;
        left: -15%;
        position: absolute;
        top: -50%;
        width: 115%;
        height: 260vh;
        background-color: #360030;
        transform: none;
    }
    .hiden_menu_logo{
        text-align: center;
        left: 0;
        padding-right: 15px;
    }
    .hiden_menu ul{
        padding: 0;
        left: 0;
        text-align: center;
    }
    .nav-toggle {
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 335px;
        align-items: center;
    }
    .hiden_menu_logo img:last-child {
        margin-left: 0;
    }

}


@media (max-width: 420px) {

    .right_content:before{
        display: none;
    }

    .hiden_menu:before {
        content: "";
        right: 0;
        left: -15%;
        position: absolute;
        top: -50%;
        width: 115%;
        height: 170vh;
        background-color: #360030;
        transform: none;
    }

    .close_menu {
        right: 82%;
    }



    .loginmt{
        margin-top: 0px !important;
    }
    .valuts_r img {
        height: 24px!important;
        width: 24px;
        margin-top: 10px;
    }
    .main_footer {
        margin-bottom: 25px;
        max-width: 272px;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    .registrationh {
        margin-bottom: 35px;
    }
    #auth-recaptcha,
    #register-recaptcha {
        transform: scale(.88);
        transform-origin: left;
    }
}

@media (min-width: 1200px) {
    #rev_content{
        width: 600px;
    }
    .com{
        left:400px;
    }
    .someblock-2{
        width: 600px;
    }
    .someblock-1{
        width: 600px;
        left: -90px;
    }
    .btn-change-language {
        margin-bottom: 42px!important;
    }

    .crossBtn:hover img {
        animation: .9s linear 0s normal none infinite running crossHover;
        -webkit-animation: .9s linear 0s normal none infinite running crossHover;
    }
    @keyframes crossHover {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }
    @-webkit-keyframes crossHover {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(-360deg);
        }
    }
}

@media (max-width: 400px) {
    .text-center a {
        margin-left: 0;
    }

}

@media (max-width: 320px) {
    .header_progress{
        width: 300px;
    }
    .order-valutes{
        font-size: 13px;
    }
}

ul.personal_menu_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
ul.personal_menu_ul a{
    font-size: 17px;
    font-family: Montserrat;
    background: #ffcb75;
    border: 2px solid #ffcb75;
    padding: 2px 20px;
    color: #360030;
    border-radius: 20px;
    display: block;
    transition: all .2s;
}
ul.personal_menu_ul a:hover, ul.personal_menu_ul a.active {
    text-decoration: none;
    background: #360030;
    color: #ffcb75;
}

.btn-file__name,
.no-file {
    display: none;
}
.img-li-lang {
    width: 25px;
    border: 1px solid #000;
}
.btn-change-language {
    text-decoration: none;
    color: #fff;
}
.dropdown-menu {
    padding: 10px;
}
.btn-file, .btn-zignsec-verification, .zs-continue {
    max-width: 285px;
    margin: 0 auto;
    width: 100%;
    height: 44px;
    border-radius: 30px;
    border: 1px dashed #ffd153;
    display: flex;
    align-items: center;
    background: transparent;
    line-height: 33px;
    color: #ffd153;
    padding-left: 17px;
    padding-right: 17px;
    cursor: pointer;
    justify-content: center;
}
.btn-zignsec-verification:hover, .zs-continue:hover {
    color:white
}
#zs-root .btn-zignsec-verification {
    background:white;
}
.btn-file input {
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Montserrat;
    display: none;
}
.no-file {
    color: #a7a7a7;
    font-family: MontserratLight;
    font-size: 11px;
    font-weight: 300;
    text-align: right;
    display: block;
    max-width: 285px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 18px;
}
.no-file.remove {
    visibility: hidden;
    opacity: 0;
}
.btn-file__name {
    font-family: MontserratLight;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 760px) {

    .lkAvto{
        margin-top: 20px;
    }
    .hiden_menu{
        background-color: #360030;
    }
    .valut {
        font-size: 16px;
    }
    .order-valutes img:first-child {
        margin-right: 6px;
    }
    .valName {
        color: #aaa9a9;
        margin-top: 4px;
    }
    .header_progress {
        width: 100%;
    }
    .smal_arrow {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    .order-valutes {
        padding-bottom: 15px;
        border-bottom: 1px solid #ffcb75;
        margin-top: 0;
    }
    .exchange__title {
        margin-top: 20px !important;
        margin-bottom: 15px;
        font-size: 19px;
        color: #ffcb75;
        font-family: MontserratLight;
        font-weight: 300;
    }
    .zz_card {
        font-size: 13px;
        margin-right: -10px;
        margin-left: -10px;
    }
    .order__num {
        font-size: 15px!important;
        font-family: MontserratLight;
    }
    .order__num b {
        font-weight: 700;
    }
    .card-example {
        position: absolute;
        top: 35px;
        right: -20px;
        transform: rotate(-90deg);
        color: #ffcb75;
        font-family: Montserrat;
        font-size: 11px;
    }
    .zz_card.card-verification-wrap{
        margin-left: 0;
        margin-right: 0
    }
    .order__num + .row {
        display: block;
    }

    .zz_card.card-verification-wrap .card-verification-img img{
        max-height: 127px;
    }
   

    .cancel-order {
        font-size: 14px;
    }

    .header_progress .col-10 {
        font-family: MontserratLight;
        font-weight: 300;
        font-size: 16px;
    }
    .valut {
        white-space: nowrap;
    }
    .valut > img {
        max-width: 22px;
        height: auto!important;
    }
    .smal_arrow {
        flex: 0 0 max-content;
    }
    .order-arrow {
        padding: 0;
        flex: 0 0 max-content;
    }
    .order__item .nn {
        margin-left: 12px;
    }
}
.btn__submit {
    width: 231px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #d7b22d;
    background-color: #ffcb75;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #360030;
    font-family: MontserratLight;
    font-size: 16px;
    font-weight: 300;
    line-height: 39px;
    margin: 0 auto;
    text-transform: uppercase;
}

@media(min-width: 761px) {
    .btn-file {
        width: 285px;
    }
    .order__wrapper {
        display: inline-block;
    }
    .btn__submit {
        vertical-align: top;
        margin-left: 10px;
        display: inline-flex;
        height: 45px;
    }
    .mt15 {
        margin-top: 15px;
    }
}
.btn__add {
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
}
.btn-change-language {
    display: flex;
    align-items: center;
}
.btn-change-language .icon {
    margin-right: 10px;
}
.menu_footer {
    align-items: center;
}
.menu_footer a {
    text-decoration: none;
}
.img-li-lang {
    text-decoration: none;
}
.bannersbut {
  font-size: 13px;
  padding: 5px;
  margin: 5px;
  border-radius: 20px;
  background: transparent;
  color: white;
  cursor: pointer;
}

.close_men{
    margin-left: 34px;
}

.tmp-select-open{
    color: #FFFFFF;
}

.tmp-select-open option:hover{
    background: #ffcb75;
    color: #360030;
}

.rashalert{position: relative;}
.rashalert .rashclose{right:0;top:-3px;width:20px;color:#333;text-shadow:0 0 1px #fff;height:20px;font-size: 16px;text-align: center;line-height: 19px;}
.rashalert .rashclose:hover{background: #e04343;cursor: pointer;color:#fff;}
.pagination {
    flex-wrap: wrap;
}

.btn-change-language {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: #000000;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.lang-drop-menu {
    display: none;
}
.btn-change-language:focus {
    outline: none;
    box-shadow: none!important;
}
body .btn-change-language .img-li-lang {
    margin-left: 0;
}
.lang-menu {
    position: fixed!important;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    height: calc(100vh - 60px);
    top: 60px!important;
    float: none;
    border: none;
    width: 100%;
    max-width: 500px;
    border-radius: 0;
    transform: translateX(-130%) !important;
    transition: .15s ease-in-out;
    will-change: auto!important;
    display: block;
    right: initial;
    padding-left: 60px;
}
.lang-menu.show {
    transform: translateX(0) !important;
}
.a-change-lang {
    color: #201f22;
    font-family: MontserratLight, sans-serif;
    font-size: 17px;
    font-weight: 300;
}
.a-change-lang:hover {
    color: #201f22;
    text-decoration: none;
}
.lang-li:not(:last-child) {
    margin-bottom: 22px;
}
.a-change-lang img {
    width: 30px;
}
.choose-lang {
    color: #360030;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 47px;
}
.lang-close {
    padding: 0!important;
    background: 0!important;
    border: 0!important;
    margin: 0!important;
    position: absolute;
    top: 37px;
    right: 55px;
    cursor: pointer;
}
.lang-close img {
    margin-left: 0;
}
.text_soon {
    position: absolute;
    background-color: rgba(255,0,0,.8);
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    margin-top: 6px;
}
.menu_log--mobile {
    display: none;
}
.lang-bg {
    margin: 0 -15px;
    padding: 0 15px;
    z-index: 10;
    position: absolute;
    top: 160px;
}
.balance-el {
    margin-top: 4px;
}
.apps__mob {
    margin: 20px auto;
}
@media(max-width: 1199px) {
    .lang-drop-menu {
        max-width: 880px;
        margin: 0 auto;
        margin-top: 24px;
    }
    .btn-change-language {
        color: #fff;
        margin-left: 8px;
    }
    .main_header {
        margin-top: 0;
    }
    .lang-drop-menu {
        display: block;
    }

    .lang-drop-menu {
        margin-top: 0;
    }
    .lang-menu {
        height: calc(100vh - 74px);
        top: 74px !important;
        padding-left: 20px;
        z-index: 11;
    }
    .choose-lang {
        font-size: 20px;
        margin-top: 18px;

    }
    .lang-close {
        top: 23px;
        right: 29px;
    }
    .show .lang-menu-overlay {
        position: absolute;
        height: calc(100vh - 76px);
        top: 76px !important; 
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .7;
        background-color: #000;
        z-index: 10;
    }
    .menu_log--mobile {
        display: initial;
        text-align: center;
        text-transform: uppercase;
        font-family: MontserratLight;
        font-size: 22px;
    }
    .hiden_menu a {
        display: block;
        text-align: center;
    }
    .hiden_menu ul, 
    .hiden_menu_logo {
        left: 0;
    }
    .hiden_menu_logo {
        text-align: center;
    }
    .hiden_menu hr {
        margin: 0 auto;
    }
    .hiden_menu ul {
        padding-left: 0;
    }
    .lang-drop-menu {
        position: relative;
        z-index: 5;
        top: -20px;
    }
    .no-auth .lang-drop-menu {
        top: 10px;
    }
    .index-page .lang-drop-menu {
        top: 0;
    }
    .index-page.main-no-auth .lang-drop-menu {
        top: 0px;
    }
    .close_men {
        margin-left: 0;
    }
    .someblock-2 .col-md-8 {
        margin: 0 auto;
    }
    .apps__mob {
        display: flex!important;
    }
}
@media(max-width: 1199px) and (min-width: 992px) {
    .hiden_menu::before {
        transform: rotate(3grad);
    }
}
.tg-pc {
    display: block;
}
.tg-mob {
    display: none;
}

@media(max-width: 576px) {
    .index-page .lang-drop-menu,
    .lang-drop-menu {
        position: absolute;
        top: 90px;
        z-index: 5;
    }
    .no-auth .lang-drop-menu,
    .index-page.main-no-auth .lang-drop-menu {
        top: 90px;
    }
    .header_progress {
        padding-top: 0;
    }
    .lang-bg {
       padding-top: 20px;
       margin-bottom: 0;
    }
    .tg-pc {
        display: none;
    }
    .tg-mob {
        display: block;
        margin-bottom: 35px;
    }
    .tg-mob a {
        display: flex;
        align-items: center;
    }
    .tg-mob img {
        margin-right: 25px;
    }
    .tg-mob p {
        padding-left: 25px;
        border-left: 2px solid #ffd153;
        font-family: Montserrat;
        font-size: 14px;
        text-align: left;
        margin: 0;
    }
}
@media(width: 576px) {
    .index-page .lang-drop-menu,
    .lang-drop-menu{
        top: -58px;
    }
    .no-auth .lang-drop-menu,
    .index-page.main-no-auth .lang-drop-menu {
        top: -45px;
    }

}
@media(min-width: 577px) and (max-width: 1199px) {
    .main__conteiner {
        margin-top: 45px;
    }

}
.lang-arr {
    display: none;
}
.cancel-order,
.no-underline,
.balance-text a,
.border-bot span {
   text-decoration: underline;
}
.cancel-order:hover,
.no-underline:hover,
.new-short__title a:hover,
.balance-text a:hover,
.border-bot span:hover {
   text-decoration: none !important;
   border-bottom: none !important;
}
@media(max-width: 576px) {
    .btn-change-language {
        color: #000;
        margin-bottom: 0;
        z-index: 10;
        margin-left: 5px;
        font-size: 0;
    }
    .nav-toggle {
        max-width: 240px;
    }
    .lang-arr {
        display: inline-flex;
    }
    #rew-recaptcha {
        transform-origin: left;
        transform: scale(.85);
    }
    .card-verification-row{
        display: block
    }
    .card-verification-row .cards_valid_text{
        margin: 10px auto 0;
        max-width: 360px;
    }
}

.bb0 {
    border-bottom: none!important;
}
.jce {
    display: flex;
    justify-content: center;
    width: 100%;

    display: none;
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 22px;
}
.jce__close {
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    position: absolute;
    top: -18px;
    right: -25px;
    cursor: pointer;
}
.jce__close img {
    width: 20px;
    height: 20px;
}
.tg-block {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 20px;
}

.tg-block {
    display: none!important;
}
.exchange__title ol {
    padding: 0 15px;
}
.exchange__title ol li.title {
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    color: #ffcb75;
    font-family: MontserratThin;
}
.exchange__title ol li ol {
    margin-top: 20px;
    margin-bottom: 20px;
}
.exchange__title ol li ol li {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: #fff;  
    font-family: Montserrat;
}
.exchange__title ol li ol li:not(:last-child) {
  margin-bottom: 15px;
}
.index-page .exchange_col {
  visibility: hidden;
    display: none;
}
.menu_log{
    margin-right: 0;
    margin-left: auto;
}
.tg-header{
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    background: transparent url(../img/telegram-3_2.svg) center no-repeat;
    right: 280px;
}
.tg-header:hover{
    background: transparent url(../img/telegram-white_2.svg) center no-repeat;
}
.lite-version-link, .user-notification-bell{
    width: 33px;
    max-width: 33px;
    height: 33px;
    display: flex;
    position: absolute;
    background-color: #ffcb75;
    right: 330px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.lite-version-link svg, .user-notification-bell svg{
    max-width: 16px;
}
.lite-version-link:hover path, .user-notification-bell:hover path{
    stroke: #fff;
    fill: #fff;
}
.header-discount{
    white-space: nowrap;
}
.pslist_elem{
    display: flex;
}
.pslist_elem.hide{
    display: none !important;
}
#excform .order-net-trigger:hover, .exchange__info .order-net-trigger:hover{
    cursor: pointer;
}
#excform .order-net-trigger:after, .exchange__info .order-net-trigger:after{
    content: '';
    background: transparent url(../img/arrow-down.svg) center no-repeat;
    display: block;
    position: absolute;
    background-size: 16px;
    right: 0;
    top: calc(50% - 10px);
    transition: transform .3s linear;
    width: 20px;
    height: 20px;
}
#excform .order-net-trigger, .exchange__info .order-net-trigger{
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-right: 20px;
    position: relative;
}
#excform .order-net-trigger.active:after, .exchange__info .order-net-trigger.active:after{
    transform: rotate(180deg);
}
#excform .order-net-trigger span, .order-net-trigger span{
    display: none;
}
#excform .order-net-trigger span:first-of-type, .order-net-trigger span:first-of-type{
    display: inline;
}
.order-net-list{
    display: none;
    border-radius: 0 0 15px 15px;
    padding: 10px 0;
}
.order-net-list-item{
    margin-bottom: 5px;
}
.order-net-list-item:last-of-type{
    margin-bottom: 0;
}
.order-net-list-item input{
    display: none;
}
.order-net-list-item label{
    color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
}
.order-net-list-item label span{
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 30px;
}
.order-net-list-item label input:checked + span,
.order-net-list-item label:hover span{
    text-decoration: none;
    border-color: #ffcb75;
    color: #ffcb75;
}
.crossBtn{
    display: flex;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.crossBtn:hover {
    cursor: pointer;
}
.crossBtn img{
    max-width: 100%;
}
@media(max-width: 1199.98px) {
    .jce {
        display: flex;
    }

    .hiden_menu {
        background-color: #360030;
        left: 0;
        top: -200vh;
        height: auto;
        max-height: 100vh;
        overflow: auto!important;
        transition: all .7s;
    }
    .hiden_menu.isopen {
        top: 0;
    }
    .hiden_menu::before {
        display: none;
        height: 100vh;
    }
    .exchange_col {
        display: none;
    }
    .tg-header{
        top: -2px;
        right: 250px
    }
    .lite-version-link {
        top: -2px;
        right: 290px;
    }
    .no-auth .tg-header,
    .main-no-auth .tg-header{
        right: 202px
    }
    .tg-block {
        display: block!important;
    }
    .tg--desktop {
        display: none;
    }
    .header-discount{
        right: 240px;
    }
}
@media(min-width: 577px) and (max-width: 1199px) {
.lang-bg {
    top: 182px;
}
}
.form-group__left .form-group {
margin-bottom: .2rem;
}
.form-group__left .form-group {
opacity: .5;
}
@media(max-width: 767px) {
.header-discount {
    top: 40px;
    right: 190px;
}
.exchange__info label{
    font-size: 14px;
}
}
@media(max-width: 599px) {
.form-group__row {
    flex-direction: column;
    margin-top: 25px!important;
}
.form-group__left {
    margin-bottom: 1em;
}
.form-group__left .form-group {
    margin-bottom: .2rem;
}
.exchange__img{
    margin: 20px auto;
}
.crossBtn{
    margin: 0 auto;
    width: 40px;
    height: 40px;
}
.crossBtn img {
    width: 100%;
    max-width: 32px;
    margin: 0 auto;
}
}

.exchange__title li {
font-size: 20px;
}
@media(max-width: 576px) {
.tg-header{
    background: transparent url(../img/telegram2.svg) center no-repeat;
}
}
@media(max-width: 480px) {
.jce .bb0 a:nth-child(2){
    margin-right: 0 !important;
}
.jce .bb0 a:last-child{
    display: block !important;
    text-align: center;
}
}
#wrng .modal-body ul{
list-style: none;
padding: 0;
}
.new-year-logo.nav-toggle a img{
max-width: 290px;
position: relative;
top: -13px;
}
.index-page .form-group__left{
align-self: flex-start;
}
.step-fri-wrap p{
margin: 10px 0 0;
padding: 0 5px;
font-size: 14px;
}
.step-fri-wrap p a{
text-decoration: underline;
color: #fff;
}
.step-fri-wrap p a:hover{
text-decoration: none;
}
.step-fri-wrap-bottom{
margin: 20px auto;
max-width: max-content;
}
.check-agree-input-error{
color: red;
margin-top: 8px;
display: none;
}
.check-agree{
display: block;
margin: 15px 0 0;
position: relative;
line-height: 20px;
padding-left: 30px;
font-size: 14px;
font-family: MontserratLight;
}
.check-agree input{
display: none;
}
.check-agree input + span{
position: absolute;
width: 22px;
height: 22px;
display: block;
border: 1px solid #ffcb75;
top: 0;
left: 0;
border-radius: 30px;
background-size: 22px;
}
.check-agree input + span:hover {
    cursor: pointer;
}
.check-agree input:checked + span{
background: transparent url(../img/ok.png) center no-repeat;
background-size: 22px;
}
.check-agree a{
text-decoration: underline;
}
.check-agree a:hover{
text-decoration: none;
}
.check-agree.check-agree-reverse {
    display: inline-block;
}
.check-agree.check-agree-reverse input + span {
    border: 1px solid #360030;
}
.aml-order-text a{
text-decoration: underline;
}
.aml-order-text a:hover{
text-decoration: none;
}

.lite_offer{
text-align: center;
padding: 10px;
border-bottom: 1px solid;
}
.lite_offer a{text-decoration: underline}
#tx_confirmation{
text-align: center;
padding: 20px;
}
#tx_confirmation a{text-decoration: underline}
.tooltip .arrow{
color: #ffcb75;
}
.tooltip-inner{
    background: #ffcb75;
    width: 200px;
    text-align: center;
    color: #360030;
}
.tooltip-inner.copied {
background: #00bb02;
}
#hidMenu li a {
text-transform: uppercase;
}
.valAddr {
word-break: break-word;
font-size: 11px;
max-width: 100%;
color: #ffcb75;
    white-space:normal;
}
.exchange__SubTitle {
font-size: 70%;
}
.Lkorders .reldel a:hover {
text-decoration: none;
}
a.profitable-exchange__last-item:hover {
text-decoration: none!important;
}
a.border-bot:hover {
cursor: pointer;
}
.web-console * {
color: #000!important;
}
.bankInfoLine {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.fDirectWrp {
margin-top: 15px;
}
.cetnerBtn {
    display: flex;
    justify-content: space-around;
}
.fCopy2:hover {
    cursor: pointer;
}
.refCopylink {
    width: 42px;
    height: 42px;
    background: transparent url(../img/Y_copy.svg) center no-repeat;
}
.refCopylink:hover {
    background: transparent url(../img/Y_copy_w.svg) center no-repeat;
}
.headerBalanceWrp {
    height: 30px;
}
.selBalValute {
    margin-left: 5px;
    text-align: center;
}
.selBalValute .item {
    height: 28px;
    line-height: 26px;
    width: 30px;
    padding: 0px 5px 3px 5px;
    border: 1px solid #ffcb75;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
}
.selBalValute.closed .item {
    display: none;
}
.selBalValute.closed .item.active, .selBalValute.opened .item {
    display: block;
}
.selBalValute .item.active, .selBalValute .item:hover {
    cursor: pointer;
    background: #ffcb75;
    color: #360030;
}
.selBalValute.selBalValute2 {
    z-index: 9;
}
.selBalValute.selBalValute2 .item {
    border: 1px solid #ffcb75;
    background: #360030;
    color: #ffcb75;
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 8px;
}
.selBalValute.selBalValute2 .item.active, .selBalValute.selBalValute2 .item:hover {
    background: #ffcb75;
    color: #360030;
}
.headerBalanceWrp.headerBalanceWrp2 {
    justify-content: flex-end;
    height: 24px;
    align-items: center;
    margin: 3px 0;
    padding: 0;
}
.headerBalanceWrp.headerBalanceWrp2 a {
    line-height: 30px;
}
.cryptoInfoLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.word-break-all {
    word-break: break-all;
}
.show .lang-menu-overlay {
    display: none!important;
}

.cabinet-balance-valutes .item {
    display: flex;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 7px 25px rgba(255, 95, 0, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    margin-bottom: 10px;
    height: 50px;
    align-items: center;
    padding: 5px 15px;
    gap: 10px;
    transition: all .3s;
}
.cabinet-balance-valutes .item:last-of-type {
    margin-bottom: 0;
}
.cabinet-balance-valutes .item:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, .6);
}
.cabinet-balance-valutes .item.active {
    background: rgba(255, 255, 255, .8);
}
.cabinet-balance-valutes .item.active h4 {
    color: #23011f;
}
.cabinet-balance-valutes .item h4 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}
.cabinet-balance-valutes .item span {
    color: #23011f;
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 0 auto;
}
.cabinet-balance-valutes .item-img img {
    display: block;
    width: 30px;
}
#electronic_check_label, .account-balance__balance-item-add {
    height: 44px;
    border-radius: 30px;
    border: 1px dashed #ffd153;
    display: flex;
    align-items: center;
    background: transparent;
    line-height: 38px;
    color: #ffd153;
    padding-left: 17px;
    padding-right: 17px;
    cursor: pointer;
    justify-content: center;
    transition: all .3s;
}
#electronic_check_label.active, .account-balance__balance-item-add.active {
    border: 1px solid #fff;
    color: #fff;
}
#electronic_check_label:hover, .account-balance__balance-item-add:hover {
    border-style: solid;
}
.copyWrp {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
}
.copyWrp input {
    border-radius: 5px!important;
}

.balanceFChoose.site_button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 10px;
    font-size: 90%;
    margin-top: 0;
}
.balanceFChoose.site_button img {
    max-height: 100%;
    margin-right: 5px;
}
#flip_selected.crossBtn {
    height: 100%;
}
#ps-choose {
    min-height: 50px;
    height: auto;
}
#ps-choose > div {
    margin: 0!important;
}
#ps-choose > div img {
    height: auto;
    width: auto;
    max-height: 30px;
    max-width: 30px;
}
#depo-entry .subpos-group {
    display: none!important;
}
#cabinet-balance-wrapper #propsbox div[attr-custname="email"],
#cabinet-balance-wrapper #propsbox div[attr-custname="coupon"],
#cabinet-balance-wrapper #propsbox .autocomplete {
    display: none;
}
.ff-removable[attr-custname='coupon'] .autocomplete{display: none;}

#cabinet-balance-wrapper #propsbox #props-left > div, #cabinet-balance-wrapper #propsbox #props-right > div {
    padding-left: 0!important;
    padding-right: 0!important;
}
/*
#cabinet-balance-wrapper #propsbox .fDirectWrp {
    display: block!important;
}
*/

#hedm {
    display: inline-block;
    position: relative;
    font-weight: bold;
    width: 80px;
}
#hedm:hover {
    cursor: pointer;
}
#hedm div {
    line-height: 100%;
    text-align: center;
}
#hedm:hover div {
    color: #360030;
    transition: all 200ms ease-out 200ms;
}
#hedm div.opened, #hedm.opened div.closed {
    display: none;
}
#hedm.opened div.opened {
    display: block;
}
#hedm span {
    display: block;
    height: 3px;
    background: #fff;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
}
#hedm span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 0px;
    background: #360030;
}
#hedm:hover span::before {
    width: 100%;
}
#hedm > span:nth-child(1)::before {
    transition: all 200ms ease-out 200ms;
}
#hedm > span:nth-child(2)::before {
    transition: all 200ms ease-out 100ms;
}

#showMenu {
    display: flex;
    align-items: center;
}

.purse__item .purse__edit > div:hover {
    cursor: pointer;
}
.err404__home:hover {
    cursor: pointer;
    text-decoration: underline;
}
.text-initial {
    font-size: initial!important;
}

#from_summ:disabled,#to_summ:disabled {
    cursor: not-allowed;
}
#neoPageTitle {
    font-family: MontserratThin;
    font-size: 23px;
    color: red;
    font-weight: 600;
    filter: blur(0px);
}

.icntf_link{
    font-size: 12px;
    margin-bottom: 20px;
    color: #ffcb75;
}
.icntf_link a{
    color: inherit;
    border-bottom-color: inherit;
}

.captcha-cont > div > div {
    margin: 0 auto;
    margin-top: 20px;
}

.modal-error, .user-security-codes .alert-warning {
    color: #d00505;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
}

@media(max-width: 1400px){
    .new-year-logo.nav-toggle a img{
        max-width: 230px;
        top: -10px;
    }
}
@media(max-width: 1200px){
    .menu_mini picture img.mini_menu_img_2{
        position: relative;
        top: -8px;
    }
    .lang-menu {
        transform: translateX(-140%) !important;
    }
    .dropdown-menu.show {
        position: absolute!important;
        top: 0!important;
        left: -20px!important;
        height: auto;
    }
}
@media(max-width: 575.98px){
    .menu_mini picture img.mini_menu_img_2{
        top: -4px;
    }
    .tg-header{
        left: 60px;
        bottom: 0;
        right: auto;
        top: unset;
    }
    .lite-version-link, .user-notification-bell{
        background: #360030;
        left: 20px;
        right: auto;
        bottom: 0;
        top: unset;
    }
    .lite-version-link path, .user-notification-bell path{
        fill: #FFD153;
        stroke: #FFD153;
    }
    .balance-el{
        padding-right: 80px;
        margin-top: 15px;
    }
    .aml-order-text{
        font-size: 12px;
    }
    #hidMenu.isopen {
        top: 155px;
    }
    body.authorized #hidMenu.isopen {
        top: 180px;
    }
    #hidMenu .hiden_menu_logo {
        display: none;
    }
    .showCloseBtn .menuCls, .showCloseBtn.opened .menuOpn {
        display: none;
    }
    .showCloseBtn .menuOpn, .showCloseBtn.opened .menuCls {
        display: inline-block;
    }
    .selBalValute.selBalValute2 .item {
        border: 1px solid #360030;
        background: #ffcb75;
        color: #360030;
    }
    .selBalValute.selBalValute2 .item.active, .selBalValute.selBalValute2 .item:hover {
        background: #360030;
        color: #ffcb75;
    }
    .dropdown-menu.show {
        width: 310px;
        top: -5px!important;
    }
}


@media(min-width: 1199.98px) {
    #hidMenu {
        top: 145px;
        height: calc(100vh - 140px);
        width: calc(100% - 35px);
    }
    #hidMenu .hiden_menu_logo {
        display: none;
    }
    #hidMenu.hiden_menu li:first-child {
        margin-top: 25px;
    }
}

#showMenu.new-year-logo {
    margin-top: -55px;
}
.ny_mob_icon {
    width: 300px;
    max-width: calc(100% - 40px);
}
@media(min-width: 1200px) {
    #hidMenu.ny_style {
        top: 160px;
    }
}

#electronic_check_wrap {
    text-align: center;
}

#electronic_check_label {
    display: inline-block;
}
.ready #electronic_check_label {
    pointer-events: none;
    border: 1px solid #fff;
    color: #fff;
}

.electronic_check_text, .electronic_check_text p {
    text-align: center;
}

#electronic_check_preview {
    display: none;
}

.email_unconfirmed {
    margin: 30px 0;
}

.main_header .user-notification-bell{
    border: 0;
    padding: 0;
    margin: 0;
    display: inline-flex;
    color:#fff;
    position: absolute;
    right: 230px;
    height: 33px;
}
.user-notification-bell svg{fill:#360030;}
.user-notification-bell span{
    font-size: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #ffcb75;
}
.user-notification-bell:hover {
    cursor: pointer;
}
.notification-element {
    color: #fff;
    background: #360030!important;
}
.notification-close svg {
    fill: #360030;
}
body .notification-header h3 {
    color: #360030;
}
@media(max-width: 1200px) {
    .main_header .user-notification-bell {
        top: -2px;
        right: 210px;
    }
}
@media(max-width: 576px) {
    .main_header .user-notification-bell {
        top: unset;
        left: 100px;
        right: auto;
        bottom: 0;
        background: #360030;
    }
    .user-notification-bell span {
        color: #360030;
    }
}

.ask-wallet1 button{
    background-color: #ffcb75;
    margin: 0;
    margin-bottom: 15px;
}
.warningWrp {
    padding: 10px;
}
.warningElem {
    border:solid 1px #ee8051;
    padding:10px;
    color:#ffcb75;
    border-radius: 10px;
}
div#props-left, div#props-right {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    flex-direction: column;
}

.border-dashed {
    border: 1px dashed #ffcb75;
}

div#props-left > div, div#props-right > div {
    flex: 0 0 auto;
    max-width: 100%;
}

#props-other > div {
    flex: 1 0 50%;
}
@media(max-width: 576px) {
    #props-other > div {
        flex: 1 0 100%;
    }
}
.networkLbl {
    color: #ffcb75;
    font-size: 85%;
    min-height: 28px;
    display: flex;
    align-items: center;
}
.networkListWrp {
    border: 1px solid #ffcb75;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    width: 100%;
    background: #360030;
    z-index: 9;
    min-height: 33px;
}
.networkListWrp .order-net-trigger {
    margin: 0;
    border: 0;
    padding: 0;
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.modal-content {
    background: #360030!important;
    border: 1px solid #ffcb75!important;
    color: #ffcb75!important;
}
.modal-content .btn {
    border-color: #ffcb75!important;
}

/* Custom colors */
.right_sidebar .right_content:before {
    background: #360030 !important;
    border-left: 2px solid #ffcb75!important;
}
.right_content {
    background: #360030 !important;
}
.right_sidebar .big-title, .pslist_elem {
    color: #ffcb75!important;
}
.pslist_elem:hover {
    border-color: #ffcb75!important;
}
.right_sidebar input {
    background: transparent;
    border-color: #ffcb75;
    color: #ffcb75 !important;
}
.right_sidebar input::placeholder {
    color: #ffcb75 !important;
}
.right_sidebar .close_men {
    margin-left: 0!important;
}
#switchpayment .close_menu {
    background: transparent!important;
}
.right_sidebar .close_menu img, .close_menur .close_men {
    opacity: 1!important;
}
.exchange__valutes::after {
    display: block;
    content: '_';
    margin-top: -3px;
    margin-bottom: 8px;
    font-size: 14px;
    font-family: MontserratLight;
    color: #360030;
    opacity: 0;
}
.exchange__valutes.reserv-row::after {
    display: none;
}
@media(max-width: 576px) {
    .exchange__valutes::after {
        display: none;
    }
}
.networkListWrp.active {
    z-index: 10;
}
.modal .check-agree.check-agree-reverse input + span {
    border: 1px solid #ffcb75
}
.modal code {
    color: #ffcb75;
    font-weight: bold;
}
.modal {
    z-index: 11;
}

#restpassword .exchange__sum input {
    font-size: 16px;
    line-height: 40px;
    border-radius: 20px;
}

select.cc-select {
    background: #360030;
    color: #fff;
}
select.cc-select optgroup {
    background: #360030;
    color: #fff;
}
select.cc-select optgroup option {
    color: #ffcb75;
}
.index-page .lang-drop-menu {
    z-index: 10;
}
.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    font-family: MontserratLight;
    font-size: 14px;
    color: white;
    line-height: 14px;
}
.chosen-container .chosen-drop {
    border-radius: 5px;
    margin-top: -6px;
    padding-top: 5px;
    border: 2px solid #ffcb75;
    box-shadow: none;
    outline: none;
    background: #360030;
    color: #ffcb75;
}
.chosen-container .chosen-results {
    color: #ffcb75;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #ffcb75;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffcb7d), color-stop(90%, #ffc45d));
    background-image: linear-gradient(#ffcb7d 20%, #ffc45d 90%);
    color: #360030;
}
.chosen-container-single .chosen-search input[type="text"] {
    border-color: #ffcb75;
}
.chosen-container .chosen-results li.group-result {
    color: #fff;
}

.text-info{
    cursor: pointer;
    position: relative;
}
.text-info:hover:after{
    content: attr(data-text);
    position: absolute;
    right: 0;
    background-color: #ffcb75;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 100%;
    width: 250px;
    z-index: 100;
}

.autocomplete{
    cursor: pointer;
    border: 0;
    background-color: #ffcb75;
    color: #360030;
    outline: 0;
    height: 28px;
    width: 28px;
    border-radius: 28px;
    text-align: center;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.faqLink > img {
    max-width: 25px;
    max-height: 25px;
}

a.faqLink {
    display: inline-block;
    width: 25px;
}

#orderfull small {
    color: #fff!important;
}

#mainPageTitle {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.wizard__news_text a {
    color: #ffcb75;
    transition: all .3s;
}
.wizard__news_text a:hover {
    text-decoration: none;
    color: #ffb336;
}

.order-wrapper h3{color: inherit}
.guarantees_img img {
    max-width: 100px;
}