*:focus, *:focus-within{
    outline: none !important;
}

body{
    position: relative;
}

body,
h1,
h3,
.content,
.content a,
.content b,
.static .faq-nav__item,
.static .faq-nav__item--active,
.static .news__title,
.arhive_text,
.contacts-section__title,
.login .form__title,
.section-af h3,
.cards__title,
.cards__list,
.lichniy_cabinet h2{
/*    color: #fff;*/
}

.section-af h3,
.partner .login
{
/*    color: #fff !important;*/
}

.white_bg.reg h3,
.white_bg.reg label,
.white_bg.reg span,
.lich-cab-stats-head,
.lich-cab-stats-p,
button, input, optgroup, select, textarea
{
/*    color: #000;*/
}

button, input, optgroup, select, textarea{
    font-weight: normal;
}

.clockdiv{
	background: #f0ce30;
	border-radius: 3px;
	color: #333;
	display: inline-block;
	font-family: sans-serif;
	font-weight: 100;
	font-size: 30px;
	text-align: center;
	padding: 15px;
}

code{
    display: inline-block !important;
}

.reserve-container{
    padding: 0;
}

#reserv_list{
    padding: 0;
    margin: 0;
}

#reserv_list .pay-system{
    background-color: #f6f6f6;
    box-shadow: 0 3px 5px #ddd;
    cursor: pointer;
    margin-bottom: 30px;
    min-height: 250px;
    overflow: hidden;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    transition: 0.2s;
}

/*#reserv_list .pay-system:hover{*/
/*    padding: 15px;*/
/*}*/

#reserv_list .pay-system .image img{
    max-width: 100%;
    text-align: center;
    transition: 0.2s;
    width: 100px;
}

/*#reserv_list .pay-system:hover .image img{*/
/*    max-width: 100%;*/
/*    text-align: center;*/
/*    width: 50px;*/
/*}*/

#reserv_list .pay-system .hover-content{
    background-color: #f0ce30;
    bottom: -100px;
    left: 0;
    padding: 10px;
    position: absolute;
    transition: 0.2s;
}

/*#reserv_list .pay-system:hover .hover-content{*/
/*    bottom: 0%;*/
/*    display: block;*/
/*}*/

#reserv_list .pay-system .reserve{
    font-weight: bold;
}

.preloader{
    align-items: center;
    background-color: #3e4151;
    color: #fff;
    display: none;
    flex-direction: column;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.cards__list{
    min-width: 800px;
}

.cards__list td{
    white-space: nowrap;
}

/* Чат */
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-button {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #f0ce30, #fea72d);
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-button icon {
    position: relative;
    display: flex;
    width: 50px;
    height: 22px;
    background-color: #000;
    border-radius: 15px;
    align-items: center;
    justify-content: space-around;
    padding: 0 7px;
    box-sizing: border-box;
}
.chat-button icon dot {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}
.chat-button icon:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 0px;
    height: 0px;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-top: solid 10px rgba(0, 0, 0, 0.6);
}

.pulse,
.pulse:after {
    display: inline-block;
    padding: .5rem;
    border-radius: 50%;
    -webkit-animation: pulse 1.5s .85s infinite ease-out;
    animation: pulse 1.5s .85s infinite ease-out;
    border: thick solid rgba(209, 145, 0, 0.5);
    -webkit-transform: scale3d(0.7, 0.7, 0);
    transform: scale3d(0.7, 0.7, 0);
    box-shadow: 0 0 30px rgba(209, 145, 0, 0.5);
    background: rgba(209, 145, 0, 0.5);
}

.pulse {
    position: absolute;
}

.pulse:after {
    display: block;
    content: "";
    padding: 70px;
    opacity: 1;
}

.rules h4{
    font-weight: bold;
}

.warning{
    background-color: rgba(23, 23, 23, 0.44);;
    color: #ddd;
    font-size: 12px;
    margin-top: -10px;
    padding: 10px;
    text-align: center;
}

.warning p {
    margin: 0;
}

.blurred {
    filter: blur(2px);
}

.cannot_create_orders_text {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

.cannot_create_orders_text_content {
    background-color: #f0ce30;
    border-radius: 5px;
    box-shadow: 0 2px 5px #333;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 90%;
}

@-webkit-keyframes pulse {
    50% {
        border-color: rgba(209, 145, 0, 0.13);
        background: transparent;
    }
    70% {
        box-shadow: 0 0 20px rgba(209, 145, 0, 0);
        background: none;
    }
    80% {
        border-color: transparent;
    }
    100% {
        border-color: transparent;
        -webkit-transform: none;
        transform: none;
        box-shadow: 0 0 20px rgba(0, 209, 88, 0);
        opacity: 0;
        background: none;
    }
}
@keyframes pulse {
    50% {
        border-color: rgba(209, 145, 0, 0.13);
        background: transparent;
    }
    70% {
        box-shadow: 0 0 20px rgba(0, 209, 88, 0);
        background: none;
    }
    80% {
        border-color: transparent;
    }
    100% {
        border-color: transparent;
        -webkit-transform: none;
        transform: none;
        box-shadow: 0 0 20px rgba(0, 209, 88, 0);
        opacity: 0;
        background: none;
    }
}

.content a{
    word-wrap: break-word;
    line-height: normal !important;
}

.ssl{
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 20px;
    width: auto !important;
    word-break: break-all;
}

.alert-info, .partner ul{
    margin-bottom: 20px;
}

.alert-info, .partner .reg{
    background-color: #f0ce30 !important;
    color: #000 !important;
    display: inline-block;
}

.fxed .exSelector .tooltip-element{
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
}

.tooltip-element .tooltip-content{
    display: none;
}

.tooltip-element:hover .tooltip-content{
    display: inline-block;
}

.tooltip-content{
    background-color: rgba(0,0,0,0.8);
    border-radius: 5px;
    bottom: 100%;
    color: #fff !important;
    display: inline-block;
    right: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 200px;
}

.dropdown{
    cursor: pointer;
    position: relative;
    z-index: 10000;
}

.dropdown .menu-icon{
    display: inline-block;
}

.dropdown .dropdown-content{
    background-color: #ecf0f1;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.6);
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: auto;
    z-index: 999999;
}

/*Добавил andreans2*/
.header {
    position: relative; z-index: 1000;
}
.cabinet.dropdown {
    position: relative; z-index: 10001;
}

.dropdown .dropdown-content a{
    border-top: 1px solid #dfe7e9;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: normal;
    padding: 10px;
    text-decoration: none;
}

.dropdown .dropdown-content a:first-child{
    border-top: none;
}

.dropdown .dropdown-content a:hover{
    color: #000;
    background-color: #f0ce30;
}

.content1{
    background-color: #3e4151;
    min-height: 100vh !important;
    width: 100%;
}

.content-bg{
    background-color: #fff;
}

.content1.main{
    background-color: #3e4151;
}

.content1.main .footer{
    background-color: transparent;
}

.footer .foot_left, .footer .foot_mid ul li a{
    color: #fff !important;
    font-size: 18px;
    text-decoration: none;
}

.footer .foot_left{
    color: #ccc !important;
    font-size: 14px;
}

.opero1{
    background-color: transparent;
    bottom: 70px;
    height: auto;
    width: auto;
    padding: 0;
}
    
.all_ul_icon_for_pay{
    position: relative;
    z-index: 100;
}

.opero1 img{
    margin: 0;
    padding: 0;
}

.scroll-up{
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px 5px 0 0;
    bottom: 0;
    display: inline-block;
    left: calc(50% - 35px);
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    z-index: 900000;
}

.scroll-up .image{
    background: url(/public/images/scroll-up.png);
    background-position: center 3px;
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    height: 35px;
    width: 70px;
}

.static .main{
    padding-bottom: 130px !important;
}

.static .header{
    min-height: auto !important;
}

.static .header.main{
    background-image: url(../images/sun.png);
}

.static .btn{
    background-color: #f0ce30;
}

.btn{
    font-weight: bold;
}

.static .faq__nav:before{
    right: 0; 
    left: 0;
    width: 100%;
}

.header .cabinet{
    height: auto;
    transition: 0.3s;
}

.header .cabinet .text{
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.header .cabinet:hover{
    color: #000;
    box-shadow: 0px 3px 37px 0px rgba(226,186,0,0.4) !important;
}



.headcol-md-1 {
    margin-top: 16px;
}

.headcol-md-1 a img{
    max-height: 46px;
}

.headcol-md-01{
    padding-top: 16px;
}

#menu{
    margin-top: 30px;
}

.footer{
    background-color: #3e4151;
    color: #fff !important;
    bottom: 0;
}

.lng{
    margin-top: 9px;
}

.lng .lang-item{
    width: 30px;
}

@media (max-width: 1200px) {
    .lng .lang-item{
        margin-top: 3px;
        width: 27px;
    }
}

.lng .dropdown{
    background-color: transparent;
    color: #fff;
    height: 20px;
    padding: 30px 8px 10px 8px;
    position: absolute;
    top: -10px;
    text-align: center;
    width: 100%;
}

.lng .dropdown:focus-within .dropdown-content, .dropdown.hover:hover .dropdown-content{
    display: block;
}

.lng .dropdown:focus-within .dropdown-content{
    margin-top: 5px;
}

.lng .dropdown img{
    margin: 0;
}

.lng .dropdown .dropdown-content{
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    padding-top: 10px;
    width: auto;
}

.lng .dropdown .dropdown-content a{
    padding: 0;
    border-top: none;
}

.lng .dropdown .dropdown-content a img{
    width: 35px;
}

.lng .dropdown .dropdown-content a:hover{
    background-color: transparent;
}

.menu-active{
    font-weight: bold;
}

.error{
    color: #c00;
    font-size: 13px;
}

.cabinet{
    margin-top: 10px;
}

.cabinet.mobile{
    display: none;
}

.cabinet.mobile{
    color: #000;
    display: inline-block !important;
    position: absolute;
    top: 10px;
    width: auto;
    padding: 5px 0px;
}

.cabinet.mobile.dropdown .dropdown-content{
    left: -50px !important;
}

.cabinet img{
    height: 28px;
}

.dots{
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 0 !important;
}

.dots .planet{
    width: 100vw;
    z-index: 0 !important;
}

.mobile-menu{
    background-color: #f0ce30 !important;
    display: block;
    margin: 0 0 20px 0;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mobile-menu img{
    height: 32px;
}

.mobile-menu .dropdown{
    display: inline-block;
    float: left;
    text-align: right;
}

.mobile-menu .dropdown .dropdown-content{
    font-size: 16px;
    left: 0;
    max-width: 200px;
    text-align: center;
    top: 45px;
    width: 200px;
}

.mobile-element{
    display: none !important;
}

.icon_for_all li, .icon_for_all li.active, .icon_for_all li:hover{
    align-items: center;
    background-position: 45px center;
    background-size: 45px;
    display: flex;
    padding-left: 110px;
    padding-top: 0 !important;
    position: relative;
}

.icon_for_all li{
    height: 65px;
    padding-top: 23px;
}

.icon_for_all-r{
    width: 36.7%;
}

.zavershite_obmen input{
    font-weight: bold;
}

.zavershite_obmen input::placeholder{
    color: #a5a5a5;
    font-style: italic;
    font-weight: bold;
}

.zavershite_obmen input[type=submit]{
    box-shadow: 0px 3px 0px 0px rgba(226,186,0,0) !important;
    background: #f0ce30 !important;
}

.zavershite_obmen input[type=submit]:hover{
    box-shadow: 0px 3px 37px 0px rgba(226,186,0,0.4) !important;
}

.course{
    margin: 0 auto;
    max-width: 2000px;
    padding-left: 0;
}

.course ul{
    display: flex;
    justify-content: space-around;
}

.course ul li{
    margin-right: 0;
    width: auto;
}

.course .name-val{
    color: #e2ba00;
    font-size: 26px;
    font-weight: bold;
}

.course .name-val .small{
    color: #f2f2f2;
    font-size: 16px;
    font-weight: normal;
}

.course .number, .course .up{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5px;
}

.calc_back_index{
    z-index: 0;
}

.icon_for_all_rez{
    margin: -20px 0 0 0;
}

.icon_for_all_rez ul{
    overflow: visible;
}

.exchange_chose__exch__body{
    position: relative;
}

.exchange_chose__exch__body>input{
    font-weight: bold;
    margin: 0;
    width: 100% !important;
}

.email-validation{
    position: absolute;
    right: 15px;
    top: 40px;
}

.email-validation .icon{
    display: none;
}

.soglasen_s_usloviyami{
    font-size: 12px;
    margin-top: 0;
}

.zavershite_obmen input[type=checkbox]+span{
    height: 16px;
    position: relative;
    top: -1px;
    width: 16px;
}

.calc_back_index .container{
    margin-bottom: 0;
}
.calc_back_index_left{
    margin-top: 10px;
}

.content{
    font-size: 18px;
    margin-bottom: 30px;
    width: 100% !important;
}

.content.ref_prog, .news .content, .content{
    padding: 0;
}

.content .yellow-b img{
    margin-right: 5px;
}

.content .yellow-b, .content .alert1{
    border-radius: 4px;
    font-size: 20px;
    width: 650px;
}

.content .alert1 a{
    font-size: 20px;
}

.alert1{
    line-height: normal !important;
}

.yellow-b{
    background-color: transparent !important;
    font-size: 18px !important;
}

.yellow-b .right-b{
    font-size: inherit;
}
    
.captcha{
    width: 100%;
}

.captcha img, .captcha input{
    margin: 0;
    width: 46% !important;
}

.captcha img{
    float: right;
}

.zavershite_obmen input[type='submit']{
    font-weight: bold;
    width: 100%;
}

.fxed{
    border-radius: 0 0 6px 6px;
    height: auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fxed li:last-child{
    border: 0;
}
   
.zavershite_obmen_div2_text{
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.left_right_arrow{
    left: -24.7px;
    top: 87.6px;
    width: 40px;
}

.ref-subtitle{
    font-size: 25px;
}

.content a{
    font-size: 20px;
}

.content a.reviews-button{
    background: #f0ce30;
    border-width: 0;
    border-style: solid none;
    border-color: #e2ba00 #000 #eaa200;
    border-radius: 6px;
    color: #000;
    display: inline-block;
    font-size: 20px !important;
    margin: 10px;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}

.faq_qestion{
    margin-top: 40px;
}

.faq_qestion .faq_text{
    margin-top: 10px;
}

.faq_qestion .faq_span_1:before{
    display: none;
}

.faq_qestion .faq_title{
    cursor: pointer;
}

.modal_l_form .modal_l_form_input{
    width: 100%;
}

.modal_l_form label{
    cursor: pointer;
}

.modal_l_form_input{
    resize: vertical;
}

.modal_l_form_input::placeholder{
    color: #999 !important;
}

.captcha::placeholder{
    color: #999 !important;
}

.login .btn{
    color: #000;
}

.login .input-text{
    font-weight: normal;
    height: auto;
    padding: 13px 12px 12px 55px;
}

.form-mini-text{
    color: #888;
    font-size: 14px;
    margin-top: -14px;
}

.form__row{
    position: relative;
}

form label{
    display: block;
    cursor: text;
    position: relative;
    width: 100%;
}

form .form-icon{
    bottom: 8px;
    height: 32px;
    left: 23px;
    position: absolute;
}

form .email img{
    height: 21px;
    left: 17px;
    top: 13px;
}

form .form-icon.password{
    left: 23px;
    position: absolute;
    bottom: 8px;
}

form .form-icon.email{
    height: 22px;
    left: 19px;
    bottom: 13px;
}


.arhive_item{
    width: 49% !important;
}

.lich-cab-stats{
    border: 3px solid #f0ce30 !important;
    border-radius: 8px;
    float: left;
    margin-right: 0 !important;
    width: 100% !important;
}

.lich-cab-stats .content{
    margin: 0;
    padding: 15px;
}

.lich-cab-stats .content .table{
    margin: 0;
}

.lich-cab-stats .content .table .button{
    background-color: #f0ce30;
    border: 0;
    border-radius: 2px;
    color: #000;
    font-size: 15px;
    padding: 4px 8px 1px 8px;
}

.lich-cab-ref{
    font-size: 18px;
    width: 100% !important;
}

.lich-cab-ref textarea{
    width: 100% !important;
}

.lich-cab-ref{
    float: left;
    margin-top: 27px;
    width: 48%;
}

.lich-cab-ref textarea{
    width: 100% !important;
}

.lich-cab-stats-head{
    background: #f5d649 !important;
}

.checkbox-icon {
    border-radius: 3px;
    display: inline;
}

.ssss .soglasen_s_usloviyami {
    display: inline;
}

.section-af{
    height: auto !important;
}

.section-af .float-left{
    width: 100%;
    padding: 0 20px;
}

.section-af .float-right{
    display: none;
}

.section-af p{
    text-align: justify;
}

.section-af .right-image{
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: right;
}

.section-af .right-image img{
    height: 160px;
}

.left-image{
    margin: 0 auto;
    text-align: center;
    width: 160px;
}

.alert.alert-info{
    width: 100%;
}

.alert.alert-info, .section-af p{
    font-size: 18px !important;
}

/* Вот эта штука ломала ZINDEX много где */
.container{
    font-size: 16px !important;
    /*z-index: 1;*/
}

.obmen{
    background: #f0ce30 !important;
    background-image: none !important;
    color: #000;
}

.static .container{
    max-width: 1170px !important;
}

.partner-program.container{
    font-size: 18px !important;
    padding-top: 60px;
}

.partner-program .login-form{
    margin-bottom: 40px;
}

.partner-program h2{
    color: #000;
    margin-top: 0;
}

.orders h1{
    color: #000;
    font-size: 30px;
    margin-top: 45px;
}

.reg{
    background-color: #f0ce30 !important;
    border: none;
    border-radius: 5px;
    color: #000 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 18px;
    text-decoration: none !important;
}

.reg:hover{
    text-decoration: none;
}

.oplata-l{
    margin-right: 10px;
    max-width: 100%;
    width: 40% !important;
}

.oplata-l img{
    height: auto !important;
    width: 100% !important;
}

.oplata-r{
    width: 55% !important;
}

.icon_for_all_rez li{
    border: 2px solid transparent !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    transition: 0.1s;
}

.icon_for_all_rez li:hover{
    border: 2px solid #b7b7b7 !important;
}



.contact{
    margin-bottom: 50px;
}

.error-page{
    margin-top: 35px;
}

.order-info{
    margin-top: 20px;
}

.order-info td:first-child{
    width: 150px;
}

.order-info td{
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 20px;
}

.order-info td:first-child{
    text-align: right;
}

.order-info img{
    width: 25px;
}

.nm{
    left: 40px;
    position: 55px;
}

.timer{
    border-radius: 5px;
    left: -5px;
    margin: 30px 0;
    position: relative;
    text-align: center;
}

.timer .text{
    font-size: 18px !important;
    margin-bottom: 15px;
}

.qr{
    text-align: center;
}

.qr img{
    height: auto;
    max-width: 400px;
    width: 100%;
}

.arcticmodal-container .modal_link{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
}



.otdaete .img span, .poluch .img span{
    height: 35px;
    padding: 1px;
    position: relative;
    transform: scale(1.1);
    top: 2px;
    width: 35px;
}

.otdaete_poluch{
    border-radius: 5px 5px 0 0 ;
    font-size: 15px !important;
    margin-bottom: 20px;
}

.otdaete_poluch >*{
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .otdaete_poluch >*{
        margin-bottom: 3px;
    }
}

.otdaete_poluch >*:last-child{
    margin-bottom: 0;
}

.otdaete_poluch .sum{
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0 !important;
    text-align: left;
    width: 100% !important;
}

.otdaete_poluch .value{
    margin-left: 10px;
}
    
.give_money_select{
    height: auto !important;
}

.lichniy_cabinet .left-c .management{
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
}

.lichniy_cabinet .left-c .management >*{
    flex-basis: 50%;
    margin: 0 10px 20px 0;
}

.lichniy_cabinet .left-c .management >* >*{
    margin: 0;
    width: 100%;
}

.lichniy_cabinet .left-c .management >* >* >*{
    margin: 0;
    width: 100%;
}

.lichniy_cabinet .left-c .management >* >* >* >*{
    margin: 0;
    width: 100%;
}

/* line 7, D:/OSPanel/domains/diplom.local/style.scss */
.tetrominos {
  height: 110px;
  position: relative;
  left: 50%;
  transform: translate(-73px, 0px) scale(0.6); }

/* line 13, D:/OSPanel/domains/diplom.local/style.scss */
.tetromino {
  width: 96px;
  height: 112px;
  position: absolute;
  transition: all ease .3s;
}

/* line 21, D:/OSPanel/domains/diplom.local/style.scss */
.box1 {
  animation: tetromino1 1.5s ease-out infinite; }

/* line 24, D:/OSPanel/domains/diplom.local/style.scss */
.box2 {
  animation: tetromino2 1.5s ease-out infinite; }

/* line 27, D:/OSPanel/domains/diplom.local/style.scss */
.box3 {
  animation: tetromino3 1.5s ease-out infinite;
  z-index: 2; }

/* line 31, D:/OSPanel/domains/diplom.local/style.scss */
.box4 {
  animation: tetromino4 1.5s ease-out infinite; }

@keyframes tetromino1 {
  0%, 40% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    transform: translate(0, 0); }
  50% {
    /* pre-box */
    transform: translate(48px, -27px); }
  60%, 100% {
    /* box */
    /* compose logo */
    transform: translate(96px, 0); } }

@keyframes tetromino2 {
  0%, 20% {
    /* compose logo */
    /* 1 on 3 */
    transform: translate(96px, 0px); }
  40%, 100% {
    /* L-shape */
    /* box */
    /* compose logo */
    transform: translate(144px, 27px); } }

@keyframes tetromino3 {
  0% {
    /* compose logo */
    transform: translate(144px, 27px); }
  20%, 60% {
    /* 1 on 3 */
    /* L-shape */
    /* box */
    transform: translate(96px, 54px); }
  90%, 100% {
    /* compose logo */
    transform: translate(48px, 27px); } }

@keyframes tetromino4 {
  0%, 60% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    /* box */
    transform: translate(48px, 27px); }
  90%, 100% {
    /* compose logo */
    transform: translate(0, 0); } }

/*# sourceMappingURL=style.css.map */

.rezval{
    margin-bottom: 50px;
}

.operator-status .com{
    margin-bottom: 10px;
}

.section-exchange_rate{
    display: none;
}

.icon_for_all .fake, .icon_for_all .fake:hover{
    display: block;
}

#send_list{
    margin-top: 0;
}

.requests-table-container{
    width: 100%;
    overflow-x: auto;
}

.requests-table{
    min-width: 800px;
    text-align: center;
}

.requests-table tr{
    border-bottom: 1px solid #dadada;
}

.requests-table tr th{
    padding: 20px 0;
    text-align: left;
}

.requests-table tr th.text-center{
    text-align: center;
}

.requests-table tr td.no-opers{
    font-size: 20px;
    text-align: center;
}

.requests-table tr.divinity{
    text-align: center;
}

.requests-table__exchange-pic{
    height: 40px;
}

.requests-table td:nth-child(2){
    white-space: normal;
}

.requests-table th{
    font-size: 17px;
}

.requests-table tr td.divinity img{
    width: 20px;
}

.requests-table__exchange:first-child:after{
    content: '';
    display: none;
}

.requests-table__exchange:first-child{
    margin: 0;
}

.requests-table__status requests-table__status--new{
    padding: 0;
}

.requests-table__status{
    align-items: center;
    display: flex;
}

.icon_for_all.icon__left {
    padding: 23px 0 15px 0px;
}

.cabinet__nav{
    justify-content: space-between !important;
}

.cabinet-nav__item{
    margin: 0 !important;
    width: auto !important;
}

.cabinet-nav__item svg{
    fill: #b5d0e8;
}

.currency-item{
    align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.calc_back_index_left_content{
    display: inline;
    left: -4px;
    position: relative;
    top: 15px;
}

.calc_back_index_left b{
    font-size: 26px;
}

.currency-item .currency-image{
    width: 65px;
}

.footer-lng{
    display: none;
}

.box-modal_close{
    fill: #ccc;
    height: 12px;
    width: 12px;
}

.box-modal.big{
    margin: 0 auto;
    max-width: 80%;
}

.operator-status{
    margin-top: 0px;
    margin-right: 30px;
}

.operator-status .status{
    font-size: 18px;
}

.currencyCodeName{
    font-weight: normal;
}

.add-card{
    font-weight: bold;
}

.auth__forgot{
    font-size: 16px;
    margin-bottom: 60px;
}

.login-button{
    font-size: 16px !important;
    min-width: 100%;
}

.auth__forgot.partner{
    margin-bottom: 10px;
    margin-top: 5px;
}

.pagination{
    display: block;
    text-align: center;
}

.pagination>li{
    display: inline-block;
}

.reserve--all{
    top: 40px;
}

.reserve--all .butt{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#reg_link{
    background-color: #f5f5f5;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OC4zIDQ4OC4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODguMyA0ODguMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0zMTQuMjUsODUuNGgtMjI3Yy0yMS4zLDAtMzguNiwxNy4zLTM4LjYsMzguNnYzMjUuN2MwLDIxLjMsMTcuMywzOC42LDM4LjYsMzguNmgyMjdjMjEuMywwLDM4LjYtMTcuMywzOC42LTM4LjZWMTI0ICAgIEMzNTIuNzUsMTAyLjcsMzM1LjQ1LDg1LjQsMzE0LjI1LDg1LjR6IE0zMjUuNzUsNDQ5LjZjMCw2LjQtNS4yLDExLjYtMTEuNiwxMS42aC0yMjdjLTYuNCwwLTExLjYtNS4yLTExLjYtMTEuNlYxMjQgICAgYzAtNi40LDUuMi0xMS42LDExLjYtMTEuNmgyMjdjNi40LDAsMTEuNiw1LjIsMTEuNiwxMS42VjQ0OS42eiIgZmlsbD0iIzAwMDAwMCIvPgoJCTxwYXRoIGQ9Ik00MDEuMDUsMGgtMjI3Yy0yMS4zLDAtMzguNiwxNy4zLTM4LjYsMzguNmMwLDcuNSw2LDEzLjUsMTMuNSwxMy41czEzLjUtNiwxMy41LTEzLjVjMC02LjQsNS4yLTExLjYsMTEuNi0xMS42aDIyNyAgICBjNi40LDAsMTEuNiw1LjIsMTEuNiwxMS42djMyNS43YzAsNi40LTUuMiwxMS42LTExLjYsMTEuNmMtNy41LDAtMTMuNSw2LTEzLjUsMTMuNXM2LDEzLjUsMTMuNSwxMy41YzIxLjMsMCwzOC42LTE3LjMsMzguNi0zOC42ICAgIFYzOC42QzQzOS42NSwxNy4zLDQyMi4zNSwwLDQwMS4wNSwweiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: bottom 9px right 13px;
    background-size: 24px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0 2px 4px #ddd;
    cursor: pointer;
    padding: 10px 50px 10px 20px;
}

.requests-table__status--new .requests-table__status-title.mode-1{
    text-align: left;
}

.tariffs h3 {
    font-size: 17px;
}

.parallel-course {
    display: none;
    opacity: 0.7;
    position: absolute;
    right: 15px;
    top: 11px;
}

.parallel-course.send {
    top: 31px;
}

.parallel-course img {
    width: 27px;
}

.partners {
    margin-top: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

@media (max-width: 320px){
    .headcol-md-4{
        display: none;
    }
    .footer-lng{
        display: inline-block;
        float: none;
        margin: 20px auto 0 auto;
        margin-top: 10px !important;
    }
}

@media (max-width: 350px){
    .hide-350{
        display: none;
    }
    span.prodoljit{
        padding: 10px !important;
    }
}

@media (min-width: 350px){
    .only-350{
        display: none;
    }
}

@media (min-width: 700px){
    .only-700{
        display: none;
    }
}

@media (max-width: 700px){
    .hide-700{
        display: none;
    }
    .reserve--all .butt{
        right: 0;
        width: 40px;
    }
}

@media screen and (max-width: 1200px){
    
    .tariffs h3{
        text-align: left;
    }
    
    .reg-link-container{
        text-align: center;
    }

    
    .scroll-up{
        left: -5px;
    }
    
    .scroll-up .image{
        background-position: 56% 3px;
    }
    
    .rezval{
        margin-top: 22px;
    }
    
    .section-af{
        padding-bottom: 0 !important;
    }
    
    .warning{
        position: relative;
        top: -10px;
    }
    
    .calc_back_index_left_content{
        top: 0;
    }
    
    .calc_back_index_left b {
        font-size: 20px;
    }
    
    .mobile-menu{
        position: sticky;
        top: 0;
    }
    
    .mobile-center{
        display: block;
        text-align: center !important;
    }
    

    
    .opero1{
        bottom: 0;
        display: block !important;
        position: fixed;
        right: 0;
        transform: scale(0.7);
        z-index: 1000;
    }
    
    .icon_for_all.icon__left {
        padding: 20px 0 15px 0px;
    }

    .header .cabinet .text{
        font-weight: bold;
    }
    
    .requests-table__exchange-pic{
        height: 30px;
    }
    
    .headcol-md-1 img{
        position: relative;
        top: -2px;
        width: 90px;
    }
    
    .order-info{
        margin: 0 auto;
    }
    
    .header a.cabinet:hover{
        box-shadow: none !important;
    }
    
    .header a.cabinet .text{
        display: inline-block;
        position: relative;
        top: 2px;
    }
    
    .cabinet__header{
        display: none;
    }
    
    .header-top{
        align-items: center;
        display: flex;
        justify-content: left;
        padding: 7px;
    }
    
    .header-top .headcol-md-1{
        margin: 0 20px 0 0 !important;
        width: auto;
    }
    
    .header-top .headcol-md-01{
        padding: 0;
        color: #fff;
    }
    
    .header-top .headcol-md-4{
        position: absolute;
        right: 10px;
        top: 0px;
    }
    

    
    .arhive_title{
        font-size: 20px;
    }
    
    .arhive_item{
        width: 100% !important;
    }
    
    .receive_money_select{
        padding-left: 5%;
    }
    
    .icon_for_all_rez li{
        font-size: 18px;
    }
    
    .icon_for_all_rez li span{
        color: inherit;
    }
    
    .container.login{
        margin-bottom: 0 !important;
    }
    
    .container.login .form{
        margin-top: 50px !important;
    }
    
    .requests__sort{
        display: none;
    }
    
    .cards__list img{
        margin-right: 10px !important;
    }
    
    .cabinet-nav__item{
        background-position: center;
        background-size: contain;
        height: 40px !important;
    }
    
    .form__row{
        display: block !important;
    }
    
    .form__row .settings__col{
        margin-bottom: 30px;
        width: 100% !important;
    }

    .desctop-element{
        display: none !important;
    }
    
    .mobile-element{
        display: inline-block !important;
    }
    
    .mobile-element .block{
        display: block !important;
    }
    
    .obmen_cabinet{
        height: auto;
        width: 100%;
    }
    
    .left-image{
        display: none;
    }
    
    .lng{
        margin-top: 0;
        z-index: 10500;
    }
    
    .cabinet{
        display: none;
    }
    .cabinet.mobile{
        background-color: #f0ce30;
        border: 0;
        font-weight: bold;
        float: none;
        margin: 6px auto;
        right: 20px;
    }
    
    .cabinet.mobile{
        background-color: #f0ce30;
    }
    
    .cabinet.mobile img{
        display: inline-block;
        margin-left: 10px;
    }
    
    .alert.alert-info, .section-af p{
        font-size: 15px !important;
    }
    
    .calc-tabs-container{
        background-color: #3e4151;
        display: none;
    }
    
    .calc-tabs-container>.container{
        background-color: transparent;
    }
    
    .calc-tabs{
        align-items: center;
        display: flex;
        padding: 0 15px 2px 115px;
        height: 85px;
    }
    
    .calc-tabs .calc{
        width: 100%;
    }
    
    .calc-tabs .calc .calc-div{
        padding: 0;
    }
    
    .calc_back_index_left>*{
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0;
    }
    
    .default_tabs span.active{
        background-color: #3e4151 !important;
        color: #f0ce30;
    }
    
    .calc_back_index_left{
        align-items: center;
        display: flex;
        margin-top: 0;
        width: 100%;
    }
    
    .calc_back_index_left img {
        height: 50px;
        margin-left: -100px;
        margin-right: 15px;
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }
    
    .calc_back_index_left span{
        font-size: 16px;
        margin: 0;
        position: relative;
        margin-right: -9px;
        top: -1px;
    }
    
    span.prodoljit{
        background-color: #f0ce30;
        background-image: none;
        border: 2px solid #f0ce30;
        border-radius: 7px;
        color: #000;
        display: inline-block;
        font-size: 20px;
        font-weight: bold;
        float: right !important;
        margin: 0 !important;
        padding: 10px 20px;
        position: absolute;
        right: 0;
    }
    
    .calc_back_index .calc_div_3{
        margin-bottom: 30px;
        width: 100%;
    }
    
    .content1{
        padding-bottom: 0;
    }
    
    .operator-status{
        display: block;
        margin: 5px auto 10px auto;
        position: relative;
        right: auto;
        text-align: center;
        width: 100%;
    }
    
    .operator-status .status{
        font-size: 15px;
    }
    
    .info-block{
        border: 1px solid #888 !important;
    }
    
    .icon_for_all.icon__left{
        padding: 0;
    }

    .send-recive {
        margin-bottom: 10px;
    }

    .send-recive br {
        display: none;
    }

    .icon_for_all .fake, .icon_for_all .fake:hover{
        background-color: transparent !important;
        height: auto !important;
        margin: 15px 0 5px 0 !important;
    }

    .icon_for_all .fake .system {
        color: #3e4151 !important;
        margin: 0 0 0 15px;
    }

    .reserve--all {
        top: 10px;
    }

    .fxed {
        background-color: #e5e5e5;
        border-radius: 5px;
        height: 308px !important;
        overflow: auto;
        padding: 15px 15px 10px 15px;
        position: relative;
    }

    .fxed {
        background-color: #e5e5e5;
        border-radius: 5px;
        height: 308px !important;
        overflow: auto;
        padding: 15px 15px 10px 15px;
        position: relative;

        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    }

    .fxed::-webkit-scrollbar {
        width: 8px;
    }

    .fxed::-webkit-scrollbar-track {
        background: transparent;
    }

    .fxed::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

    .fxed::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }
    
    .exSelector{
        box-shadow: 0 3px 5px #ddd;
        color: #000 !important;
        margin: 0 0 5px 0 !important;
    }
    
    .reserve--all{
        display: inline-block;
        font-size: 12px;
        top: 24px;
        position: absolute;
    }
    
    .exchange_chose__exch__body{
        background-color: #3e4151;
        box-shadow: 0 -1px 5px #aaa;
        color: #000;
        margin-bottom: 15px;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .zavershite_obmen.active{
        padding-bottom: 0;
    }
    
    .zavershite_obmen_div1 .vash_kurs{
        font-size: 14px;
        font-weight: bold;
        margin: 0;
    }
    
    .zavershite_obmen_div1 .vash_kurs span{
        font-weight: normal;
    }
    
    .zavershite_obmen_div1 .otdaete_poluch {
        padding: 20px 0 20px 30px;
    }
    
    .otdaete_poluch img{
        margin-top: -7px;
    }
    
    .otdaete_poluch .text{
        margin-top: 2px;
    }
    
    .zavershite_obmen_div2_text{
        font-size: 14px;
        margin: 0;
        font-weight: bold;
    }
    
    .zavershite_obmen input, .zavershite_obmen select{
        font-size: 14px;
        background-color: #fff;
        margin-bottom: 10px !important;
        width: 100%;
    }

    .zavershite_obmen input[type=submit] {
        margin-bottom: 0 !important;
    }
    
    .calc_div_3 .captcha img{
        float: right;
        margin: 0;
    }
    
    .soglasen_s_usloviyami{
        display: inline;
        font-size: 12px;
        margin-top: 2px;
        position: relative;
        width: auto;
    }
    
    .zavershite_obmen input[type=submit]{
        background-color: #e2ba00;
        max-width: none;
        width: 100%;
    }
    
    .white_bg{
        padding: 50px 20px;
    }
    
    .white_bg .captcha{
        height: auto;
    }
    
    .footer{
        margin-top: 0 !important;
        padding-bottom: 65px;
        position: relative !important;
    }
    
    .content{
        font-size: 15px;
    }
    
    .nm div .title, .nm div .type{
        font-size: 18 !important;
    }
    
    .nm ul{
        font-size: 16px !important;
    }
    
    .content .yellow-b{
        width: auto;
    }
    
    .yellow-b .left-b, .yellow-b .right-b, .yellow-b .right-b li{
        font-size: 18px !important;
    }
    
    .lichniy_cabinet .left-c{
        width: 100%;
        word-wrap: break-word;
    }
    
    .lichniy_cabinet .right-c{
        display: block;
        float: left;
        margin-top: 0;
        width: 100%;
    }
    
    .lichniy_cabinet .right-c .nm ul{
        margin-top: 100px;
        padding-left: 7px;
    }
    
    .lichniy_cabinet .right-c .number >*{
        display: none;
    }
    
    .oplata-l{
        margin-right: 10px;
        max-width: 100%;
        width: 300px !important;
    }
    
    .oplata-l img{
        height: auto;
        width: 100%;
    }
    
    .oplata-r{
        float: none !important;
        height: auto !important;
        width: 100% !important;
    }
    
    .obmen{
        float: none !important;
        height: auto;
        margin: 10px auto;
        width: auto;
    }
    
    .icon_for_all.icon__right {
        padding: 20px 0 30px 0;
    }
    
    .btn.cards__btn{
        margin-bottom: 50px;
    }
    
    .static .header{
        padding: 19px 0 0!important;
    }
    
    .nm ul li:not(:first-child) {
        margin-top: 20px !important;
    }
    
    .parallel-course {
        display: inline-block;
    }

    .partners {
        text-align: center;
    }


    .icon_for_all li, .icon_for_all li.active, .icon_for_all li:hover{
        background-position: 10px center;
        background-size: 25px;
        border-radius: 5px;
        font-size: 14px;
        padding-left: 50px;
    }

    .icon_for_all li{
        height: 40px;
        padding-top: 23px;
    }
}

@media (min-width: 1200px){
    .cabinet{
        font-size: 18px;
    }
    .rght{
        top: -207px;
        position: relative;
    }
}

@media (min-width: 1500px){
    body.static .container{
        width: auto;
    }
    body.non-static .container{
        min-width: 1400px;
    }
}

@media screen and (max-width: 500px){
    
    .chat-button{
        height: 75px;
        width: 75px;
    }
    
    .content a.reviews-button{
        margin: 10px 0;
        width: 100%;
    }
    
    .ex-confirm-btn{
        width: 100%;
    }
    
    .alert1, .alert1 a{
        font-size: 18px !important;
    }
    
    .left-c .obmen{
        font-size: 15px !important;
    }

    .add-card{
        display: block;
        width: 100%;
    }
    
    .reg, .static .btn{
        width: 100%;
    }
    
    .modal_link{
        width: 100%;
    }
    
}

@media screen and (max-width: 400px){
    
    .order-info td {
        padding: 5px 5px;
    }
    .hide-400{
        display: none;
    }
    .receive_money_select .col-xs-6{
        width: 100%;
    }
    .order-info{
        font-size: 16px;
    }
    
    .left-c .obmen, .left-c .modal_link{
        width: 100%;
        font-size: 15px !important;
    }
    
    .zavershite_obmen_div1 .otdaete_poluch {
        padding: 20px 0 20px 30px;
    }
    
    .ex-confirm-btn{
        width: 100%;
    }
    
    span.prodoljit, .calc_back_index_left b{
        font-size: 17px;
    }
    
}

@media screen and (max-width: 1200px){
    .header-top .headcol-md-1 {
        margin: 0 10px 0 0 !important;
    }

    .headcol-md-1 a img {
        margin-left: 0px;
        max-height: 35px;
        top: 0;
    }

    .lightbig {
        font-size: 12px;
    }

    .lng {
        right: 0;
        top: 25px;
    }

    .operator-status {
        display: inline;
        position: absolute;
        right: 25px;
        top: 3px;
        width: auto;
    }

    .operator-status .status {
        font-size: 12px;
    }

    .dote-online {
        bottom: 3px;
    }
}

@media screen and (max-width: 530px){

}
