*:focus, *:focus-within{
    outline: none !important;
}

body{
    position: relative;
}

.wrapper {
    background-color: #e5e9ec;
}

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;
}
.container.alert-block {
	padding: 0;
}
.clockdiv{
	/* background: #f0ce30; */
	/* border-radius: 3px; */
	color: #a94442;
	display: inline-block;
	/* font-family: sans-serif; */
	/* font-weight: 100; */
	font-size: 24px;
	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: #EFF2F5;
    box-shadow: 0 3px 5px #ddd;
    cursor: pointer;
    margin-bottom: 30px;
    min-height: 250px;
    overflow: hidden;
    padding: 30px 15px;
    position: relative;
    text-align: center;
		border-radius: 10px;
    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: #f1df23;
    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;
}

.form-control {
	height: 46px;
  padding: 10px 16px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: 300;
}

.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{
    color: #000 !important;
    display: inline-block;
		background-color: #f1df23;
    border-radius: 10px;
    border: 2px solid #282f3c;
    padding: 0 20px;
    transition: all .2s;
}

.fxed .exSelector .tooltip-element{
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
		font-size: 12px;
}

.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: #fff;
    border-radius: 8px;
		border: 1px solid #ddd;
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    display: none;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: auto;
}

.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: #f1f1f1;
}

.content1{
		background: #e5e9ec;
    min-height: 100vh !important;
    width: 100%;
}

.content-bg{
	background: #e5e9ec;
}

.content1.main{
	background: #e5e9ec;
}

.content1.main .footer{
    background-color: transparent;
}

.footer .foot_left, .footer .foot_mid ul li a{
    color: #098e83 !important;
    font-size: 14px;
    text-decoration: none;
}


.footer .foot_left{
    color: #222531 !important;
    font-size: 12px;
}

.opero1{
    background-color: transparent;
    bottom: 70px;
    height: auto;
    width: auto;
    padding: 0;
}
    
.all_ul_icon_for_pay{
    position: relative;
    z-index: 100;
		font-size: 18px !important;
    padding: 30px;
    margin-top: 12px;
    border-radius: 8px;
    background: #fff;
}

.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{

}

.static .btn{
	background-color: #f1df23;
}

.btn{
    font-weight: bold;
}

.static .faq__nav:before{
    right: 0; 
    left: 0;
    width: 100%;
}

.faq_text{
    margin-bottom: 0;
    min-height: auto;
}

.faq_text a{
    font-size: inherit;
    font-weight: bold;
}

.header .header-container{
    z-index: 100;
		padding: 0;
		max-width: 759px !important;
}

.header .cabinet{
    /* height: auto; */
    transition: 0.3s;
}

.header .cabinet .text{
    display: inline-block;
    position: relative;
}

.header .cabinet:hover{
    color: #000;
}

.tech-support{
    background-color: #b70000;
    color: #fff;
    margin-bottom: 10px;
    margin-top: -8px;
    padding: 10px;
    text-align: center;
}

.headcol-md-1 {
    /* margin-top: 16px; */
}

.headcol-md-1 a img{
    /* max-height: 70px; */
}

.headcol-md-01{
    padding-top: 16px;
}

#menu{
	display: none;
    margin-top: 20px;
}

.footer{
		background: #e5e9ec;
    color: #fff !important;
    bottom: 0;
}

.lng{
    /* margin-top: 10px; */
	/*	display: none;*/
    position: relative;
    margin-right: 12px;
    margin-top: 4px;
}

.lng .lang-item{
    /* width: 35px; */
}

.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: 15px center;
	background-size: 30px;
	display: flex;
	padding-left: 60px;
	padding-top: 0 !important;
	position: relative;
}

.icon_for_all li{
    height: 55px;
    padding-top: 23px;
}

.icon_for_all-r{
    /* width: 36.7%; */
}

.zavershite_obmen input{
    /* font-weight: 500; */
}
.glyphicon-remove::before {
	display: none;
}
.zavershite_obmen input::placeholder{
	/* color: #58667e; */
	/* font-style: italic; */
	/* font-weight: 500; */
}

.zavershite_obmen input[type=submit]{
    /* box-shadow: 0px 3px 0px 0px rgba(226,186,0,0) !important;
    background: #f1df23 !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: -2px;
    width: 16px;
}

.calc_back_index .container{
    margin-bottom: 0;
		padding: 0;
		max-width: 759px !important;
}
.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;
    text-align: justify;
}

.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%; */
}
.calc-tabs-container {
	display: none;
}
.fxed{
    border-radius: 0 0 6px 6px;
		margin-top: 15px;
		border-radius: 8px;
		border: 1px solid #ddd;
    /* margin: 0 3px; */
    /* height: auto; */
    /* overflow: hidden; */
    padding: 0;
		overflow-y: scroll;
    height: 300px;
}

.fxed li:last-child{
    border: 0;
}
   
.konv-contr {
	max-width: 759px !important;
}
.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 .input-text{
    font-weight: normal;
    height: auto;
    padding: 13px 12px 12px 20px;
		/* border: 1px solid #e3e9f0; */
		/* background: #EFF2F5; */
    border-radius: 8px;
    color: #3f3f3f;
    font-size: 18px;
		font-weight: 300;
}
.content-cover {
	font-size: 18px !important;
	padding: 40px 40px;
	margin-top: 12px;
	border-radius: 8px;
	background: #fff;
}
.content-cover-status {
	font-size: 18px !important;
	padding: 40px 40px;
	border-radius: 0 0 8px 8px;
	background: #fff;
}
.content-cover-top {
	font-size: 18px !important;
	padding: 35px 35px 60px;
	margin-top: 12px;
	border-radius: 8px 8px 0 0;
	background: #57636f;
}
.tittle-h2 {
	font-size: 24px;
	font-weight: 300;
	color: #6f7b8a;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tittle-h2-status {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gold-text * {
	color: #EDB256;
}
.order-info-text {
    color: #fff;
}
.order-info-text p {
	font-size: 36px;
	font-weight: 400;
	margin-top: 0px;
}
.right-gold-text {
	text-align: right;
}
.br-red {
	background: #fff;
	border: 1px solid #a94442;
}
.content-p {
	font-size: 14px;
  color: #6f7b8a;
}
.arcticmodal-close:hover {
	color: #fff;
}

.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;
}

.contacts, .contacts .d{
    display: block !important;
}

.contacts__main{
    margin-right: 0;
}

.contacts-section__sub{
    font-size: 20px;
}

.contacts-aside__title{
    font-size: 3rem;
}

.contacts-section__sub.contacts-section__sub--reviews img{
    max-width: 100%;
    width: 250px;
}

.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;
		padding: 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.line-border {
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ddd;
}
.btn-order-ref-box {
	display: flex;
	justify-content: center;
}

.lich-cab-ref textarea{
    width: 100% !important;
}

.lich-cab-stats-head{
    background: #f5d649 !important;
}

.ssss span{
    border-radius: 3px;
    cursor: pointer;
    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;
}

.container{
    font-size: 16px !important;
}

.obmen{
    background: #f0ce30 !important;
    background-image: none !important;
    color: #000;
}

.static .container{
    max-width: 759px !important;
}

.partner-program.container{
    font-size: 18px !important;
    padding-top: 60px;
		margin-top: 12px;
		border-radius: 8px;
		background: #fff;
}

.partner-program .login-form{
    margin-bottom: 40px;
}

.partner-program h2{
		font-size: 24px;
		font-weight: 300;
		color: #6f7b8a;
    margin-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
}

.title-ref {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.reg-link-container {

}
.qr-ref-box {
	display: flex;
	justify-content: center;
}
.link-ref-box {
	display: flex;
	justify-content: center;
}
.orders h1{
    color: #000;
    font-size: 30px;
    margin-top: 45px;
}

.reg{
	padding: 10px 16px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333;
	border-radius: 8px;
	color: #fff;
	border: 0;
	background-color: #84B3DD;
	border-color: #84B3DD;
}

.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;
}

.contacts__sidebar .btn:hover{
        box-shadow: 0px 3px 12px 0px #d4af00 !important;
}

.contact{
    margin-bottom: 50px;
}

.error-page{
    margin-top: 35px;
}

.order-info{
    width: 100%;
}

.order-info td:first-child{
    width: 150px;
}

.order-info td {
	border: 1px solid #EDEDED;
	padding: 12px 8px;
	font-size: 13px;
	color: #6f7b8a;
}

.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-top: 20px; */
    position: relative;
    text-align: center;
}

.timer .text{
    font-size: 14px !important;
    margin-bottom: 15px;
}

.qr{
    text-align: center;
}

.qr img{
    height: auto;
    max-width: 400px;
    width: 100%;
}

.arcticmodal-container .modal_link{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
}

.d.contacts__sidebar{
    margin-top: 40px;
}

.otdaete .img span, .poluch .img span{
    height: 35px;
    padding: 1px;
    position: relative;
    transform: scale(1.1);
    top: 2px;
    width: 35px;
}

.otdaete_poluch{
    border-radius: 13px 13px 0 0 ;
    font-size: 15px !important;
    margin-bottom: 20px;
}

.otdaete_poluch >*{
    margin-bottom: 10px;
}

.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: 300px; */
}
.select-list-box {
	display: flex;
	justify-content: center;
}
.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: none;
}
.container {
    width: 100% !important;
}
.title-change {
    margin-bottom: 20px !important;
    width: 100%;
}
.title-change-flex {
    display: flex;
    justify-content: space-between;
}
.title-change-flex .left {
    max-width: 100%;
}
.title-change .limits {
    color: #ac2925;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
}
@media (max-width: 600px) {
    .title-change-flex {
        display: block;
    }

    .title-change .limits {
        margin-left: 0;
    }
}
.title-change-box p {
	font-size: 18px;
	font-weight: 300;
	color: #6f7b8a;
	margin: 0;
}
.rate-change-box p {
	font-size: 14px;
}
.control-label {
	font-weight: 400;
	color: #616587;
	font-size: 14px;
	margin-bottom: 5px;
}
#send_list{
    margin-top: 0;
}
.name-tabl {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.ref-more {
	font-size: 24px;
	font-weight: 300;
	color: #6f7b8a;
	text-align: center;
	margin-top: 40px;
}
.ref-more-btn {
	text-align: center;
}
.ref-more-btn a {
	padding: 10px 16px;
	font-size: 18px;
	font-weight: 300;
  line-height: 1.3333333;
	border-radius: 8px;
	color: #fff;
	background-color: #84B3DD;
	border-color: #84B3DD;
}
.ref-more-btn a:hover {
	text-decoration: none;
}
.requests-table-container{
    width: 100%;
    overflow-x: auto;
}

.requests-table{
    min-width: 679px;
    text-align: center;
}

.requests-table tr{
    border-bottom: 1px solid #dadada;
}

.requests-table tr th{
    padding: 20px 0;
    text-align: left;
		font-weight: 400;
    color: #616587;
    font-size: 14px;
}

.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: 30px;
}

.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: -10px;
    position: relative;
    top: 15px;
}

.calc_back_index_left b{
    font-size: 22px;
		font-weight: 400;
}

.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-right: 19px; */
	/* width: 100%; */
	/* display: flex; */
	/* justify-content: center; */
	/* background: #EFF2F5; */
	/* padding: 4px 10px; */
	/* border-radius: 25px; */
	/* border: 1px solid #dce2e9; */
	/* box-shadow: rgb(88 102 126 / 8%) 0px 4px 24px, rgb(88 102 126 / 12%) 0px 1px 2px; */
	width: auto;
	display: flex;
	text-align: center;
	align-items: center;
	padding: 6px 20px;
	background-color: #fff;
	border-radius: 8px;
	color: #282f3c;
	line-height: 28px;
	font-size: 15px;
	font-weight: 300;
	height: fit-content;
}

.operator-status .status{
    font-size: 15px;
		font-weight: 500;
}

.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: 35px;
}

.reserve--all .butt{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#reg_link{
    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 11px right 13px;
    background-size: 24px;
    display: inline-block;
    border-radius: 8px;
    border: 1px solid #ddd;
		font-weight: 300;
    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: 582px;
	right: 44px;
}
.bg-darkorange {
	background-color: #f9ba46!important;
	color: #fff!important;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-weight: 700;
}
.footer>.container {
	max-width: 759px !important;
}

.parallel-course img {
    width: 27px;
}

.partners {
    margin-top: 10px;
}
.headcol-md-4 {
	display: flex;
}
.obmen_cabinet{
	display: flex;
		height: auto;
		width: 100%;
		justify-content: flex-end;
}

.header-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.clearfix.header-top {
	display: flex;
	justify-content: space-between;
}

.btn-modal {
	width: 100%;
	margin-top: 15px;
}

@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;
    }
    
    .tech-support {
        margin-bottom: 20px;
        margin-top: -19px;
        padding: 10px;
    }
    
    .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;
    }
    .check-card {
			display: flex;
			justify-content: center;
			flex-wrap: wrap;
		}
    .contacts-section__title, .contacts-aside__title{
        font-size: 25px;
    }
    
    .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;
        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: center;
    }
    
    .header-top .headcol-md-1{
        width: auto;
    }
    
    .header-top .headcol-md-01{
        padding: 0;
        color: #fff;
    }

    .tech-support {
        margin-top: -19px;
        padding: 10px;
    }
    
    .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;
    }
    
    .left-image{
        display: none;
    }
    
    .lng{
        margin-top: 0;
        z-index: 10500;
    }
    

    .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: #F9FBFD;
    }
    
    .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%;
				padding-left: 0;
    }
    
    .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-left: 0;
    }
    
    .icon_for_all .fake, .icon_for_all .fake:hover{
			background: #F9FBFD !important;
        border-radius: 3px 3px 0 0;
        height: auto !important;
        margin: 15px 0 5px 0 !important;
        padding: 10px !important;
    }
    
    .icon_for_all .fake:hover{
        border-radius: 3px 3px 0 0;
    }
    
    .exSelector{
        /* color: #000 !important; */
        margin: 5px 0 0 0 !important;
    }
    
    .reserve--all{
        display: inline-block;
    }
    
    .exchange_chose__exch__body{
        /* background-color: #3e4151; */
        /* box-shadow: 0 -1px 5px #aaa; */
        color: #000;
        width: 100%;
    }
    
    .contacts-section__sub{
        font-size: 17px;
    }
    
    .zavershite_obmen.active{
        padding-bottom: 0;
    }
    
    .zavershite_obmen input[type=email]{
        margin-bottom: 0 !important;
        width: 100%;
    }
    
    .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: 10px 0 0 0;
        font-weight: bold; */
    }
    
    .zavershite_obmen input{
        font-size: 14px;
        background-color: #fff;
        width: 100%;
    }
    
    .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: 0 auto;
        width: auto;
    }
    
    .icon_for_all.icon__right {
        padding: 20px 0 30px 0;
        width: 100%;
    }
    
    .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;
    }
    
}

.logo-mobile {
	display: none;
}
@media (max-width: 1200px){
	.logo-mobile {
		display: block;
	}
	.logo-desc {
		display: none;
	}
	.header-top {
        flex-wrap: wrap;
	}
	.headcol-md-1 img {
        width: 230px;
		margin-top: 15px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.header-top .headcol-md-4 {
		width: 100%;
	}
	.right-gold-text {
    text-align: left;
	}
	.tittle-h2-status {
		text-align: left;
	}
	.alert {
    margin-top: 20px;
		margin-bottom: 0px;
}
	.cabinet {
    margin: 0;
		display: block;
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
		padding: 6px 20px;
    background-color: #fff;
    border-radius: 8px;
    color: #282f3c;
    line-height: 28px;
    font-size: 15px;
    font-weight: 300;
    height: fit-content;
	}
	.dropdown .dropdown-content {
    background-color: #fff;
    border-radius: 8px;
    border: 0;
    box-shadow: none;
    display: none;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 100%;
    width: auto;
	}
    .operator-status {
        background: none;
        order: 0;
    }
    .logo-mobile {
        order: 1;
    }
    .headcol-md-4 {
        order: 2;
    }
}

@media (min-width: 1200px){
    .cabinet{
        font-size: 15px;
				font-weight: 500;
    }
    .rght{
        top: -207px;
        position: relative;
    }
}

@media (min-width: 1500px){
    body.static .container{
        width: auto;
    }
    body.non-static .container{
			max-width: 759px !important;
			padding-left: 0;
			padding-right: 0;
    }
}
@media (max-width: 1500px){
	body.static .container{
			width: auto;
	}
}

@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: 480px){
    
    .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;
    }
    
}
.pp-info {
	padding: 0 40px;
}
.pp-info p {
	font-size: 14px;
	color: #6f7b8a;
}
.mb-20 {
	margin-bottom: 40px;
}
.container.settings {
    padding: 60px 30px;
    margin-top: 12px;
    border-radius: 8px;
    background: #fff;
}
.container.login {
	padding: 60px 30px;
	margin-top: 12px;
	border-radius: 8px;
	background: #fff;
}
.container.settings {
	padding: 60px 30px;
	margin-top: 12px;
	border-radius: 8px;
	background: #fff;
}
.container.settings {
	padding: 60px 30px;
	margin-top: 12px;
	border-radius: 8px;
	background: #fff;
}
.wait-verif-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-top: 20px;
}
.loading-dots {
    text-align: center;
}
.loading-dots .dots {
  display: inline;
	width: 100%;
  margin-left: 0.2em;
  margin-right: 0.2em;
  position: relative;
  font-size: 3.5em;
	color: #fff;
  opacity: 0;
  -webkit-animation: showHideDot 2.5s ease-in-out infinite;
          animation: showHideDot 2.5s ease-in-out infinite;
}
.loading-dots .dots.one {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loading-dots .dots.two {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.loading-dots .dots.three {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.order-info img {
	display: none;
}
.how-verif {
	font-size: 16px;
}
.status-order-box {
	color: #fff;
    font-weight: 500;
    text-align: center;
}
.content-info-status-text {
	border: 1px solid #a94442;
	padding: 20px;
	margin-top: 30px;
	font-size: 14px;
}
.green-success {
	background: #56B760;
	color: #fff;
}
.red-cancel {
	background: #A6001E;
	color: #fff;
}