/*
Theme Name: Bitfm 1.01
Theme URI: https://redz.ru
Description: Bitfm them
Version: 0.0.3
Author: Morrowi
Author URI: https://redz.ru
*/


@font-face {
    font-family: 'JetBrains Mono';
    src: url('fonts/JetBrainsMono/JetBrainsMono-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('fonts/JetBrainsMono/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('fonts/JetBrainsMono/JetBrainsMono-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'JetBrains Mono';
    src: url('fonts/JetBrainsMono/JetBrainsMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 0;
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

img {
    border: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

sup {
    font-size: .7em;
    vertical-align: top;
}

sub {
    font-size: .7em;
    vertical-align: bottom;
}

small {
    font-size: 10px;
}

strong, dfn, dl dt, th, b {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

select, input, textarea {
    padding: 0;
    margin: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

button, input[type=submit] {
    padding: 0;
    margin: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-appearance: none;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

a {
    text-decoration: underline;
    color: #0b71d7;
}



a:hover {
    text-decoration: none;
    color: #0b71d7;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #757B85;
    background: #2B2F36;
}


#container {
    display: block;
    position: relative;
    width: 100%;
    min-width: 320px;
}

/* forms */
input[type=text], input[type=email], input[type=password] {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #F3F7FC;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    width: 300px;
    max-width: 100%;
    padding: 0 15px;
    color: #757B85;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
}



input[type=search] {
    border: 1px solid #e4e8ee;
    background: #fff url(images/search.png) no-repeat 10px center;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    height: 40px;
    width: 300px;
    max-width: 100%;
    padding: 0 15px 0 35px;
    font: 13px/40px 'Nunito', sans-serif;
}



textarea {
    border: 1px solid #e4e8ee;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 100px;
    min-height: 100px;
    padding: 15px;
    font: 13px 'Nunito', sans-serif;
}



input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
    border: 1px solid #148EFF;
}

input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, textarea:disabled {
    border: 1px solid #ccc;
    background: #ccc;
    color: #000;
}

input[type=text].error, input[type=email].error, input[type=password].error {
    border: 1px solid #f6c7c8;
}

select {
    border: 1px solid #e4e8ee;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    height: 40px;
    width: 300px;
    max-width: 100%;
    padding: 0 15px;
    font: 13px 'Nunito', sans-serif;
}



input[type=submit] {
    background: #00E094;
    border-radius: 4px;
    color:#FFF ;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: none;
    width: 165px;
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
}

input[type=submit]:hover {
    background: #1F2124;
    color: #fff;
    text-decoration: none;
}

input[type=submit]:disabled, input[type=submit]:disabled:hover {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
    cursor: default;
}

.checkbox {
    position: relative;
    padding: 2px 0 2px 0;
    display: flex;
    align-items: center;
    color: #757B85;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.checkbox::before{
    content: '';
    border-radius: 4px;
    border: 1px solid #8c8c8c;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-right: 10px;
}





.checkbox input {
    display: none;
}

.checkbox.checked::before {
    border: 1px solid #148eff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.04824 11.3137C8.47395 11.7154 9.15211 11.6672 9.51676 11.2093L13.8311 5.79235C14.1779 5.3569 14.8143 5.29016 15.2439 5.64418C15.6635 5.98996 15.7284 6.60832 15.3896 7.03364L9.72236 14.1493C9.35772 14.6072 8.67955 14.6553 8.25385 14.2536L4.71409 10.9136C4.31776 10.5396 4.29439 9.91699 4.66157 9.51437C5.03768 9.10197 5.6788 9.07791 6.08476 9.46096L8.04824 11.3137Z' fill='white'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-color: #148EFF;

}




/* end forms */

/* standart captcha */
.captcha_div {
    margin: 0 -10px 20px 0;
}



.hexch_div .captcha_div {
    margin: 0 0px 20px 0px;
}

.captcha_title {
    font: 13px 'Nunito', sans-serif;
    margin: 0 0 5px 0;
}

.captcha_body {
    padding: 0 0 0px 0;
}

.captcha_divznak {
    float: left;
    width: 24px;
    height: 40px;
    font: 600 18px/40px 'Nunito', sans-serif;
    text-align: center;
}


input.captcha_divpole {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0 5px;
    font: 18px/40px 'Nunito', sans-serif;
    margin: 0;
    text-align: center;
}

a.captcha_reload {
    float: left;
    margin: 0px 0 0 5px;
    width: 32px;
    height: 40px;
    border-radius: 3px;
    background: url(images/reload.png) no-repeat center center;
}



a.captcha_reload.act {
    background: #fff url(images/ajax-loader.gif) no-repeat center center;
}

.captcha_divimg {
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 3px;
}



.captcha_divimg img {
    width: 38px;
    height: 38px;
    border-radius: 3px;
}

/* end standart captcha */

/* image captcha */
.captcha_sci_div {
    margin: 0 0 20px 0;
    font: 12px 'Nunito', sans-serif;
}

.captcha_sci_title {
    font: 13px 'Nunito', sans-serif;
    margin: 0 0 5px 0;
}

.captcha_sci_body {
    padding: 0 0 5px 0;
}

.captcha_sci_img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    border: 2px solid #ddd;
    cursor: pointer;
}



.captcha_sci_img img {
    width: 50px;
    height: 50px;
}

.captcha_sci_img.active {
    border: 2px solid #148EFF;
}

/* end image captcha */

/* wclose */
.wclosearea {
    padding: 5px 0px;
    background: #e27c83;
    border-bottom: 2px solid #ce656c;
}

.wclosearea_ins {
    max-width: 1170px;
    margin: 0 auto;
    min-height: 20px;
    position: relative;
}

.wclosearea_hide {
    position: absolute;
    float: none;
    top: 0;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(images/w_close.png) no-repeat center center;
    border-radius: 3px;
}

.wclosearea_hide.active {
    background: #fff url(images/ajax-loader.gif) no-repeat center center;
}


.wclosearea_text {
    padding: 0px 30px 0px 10px;
}

.wclosearea_text_ins {
    padding: 2px 0px 0 26px;
    background: url(images/warning.png) no-repeat;
    background-position: 0 2px;
    color: #fff;
    font: 13px 'Nunito', sans-serif;
}


.wclosearea_text a {
    color: #fff;
    text-decoration: underline;
}

.wclosearea_text a:hover {
    text-decoration: none;
}

/* end wclose */

/* topbar */
.topbar_wrap {
    width: 100%;
    position: relative;
    z-index: 100;
    height: 60px;
}

.topbar_ins {
    width: 100%;
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0 15px;
    box-sizing: border-box;
}


.topbar {
    max-width: 1150px;
    padding: 0 30px;
    margin: 0 auto;
    height: 60px;
    border-radius: 0px 0px 20px 20px;
    background: #F3F7FC;
}

.topbar_contain {
    display: flex;
    align-items: center;
    height: 60px;
}
.topbar_logo{
    margin-right: 75px;
}
.topbar_logo svg{
    width: 130px;
    height: 30px;
}



.topbar_icon_wrap {
    position: relative;

}


.topbar_icon_tab {
    display: none;
    color: #6b8199;
    height: 48px;
    cursor: pointer;
}


.topbar_icon_wrap.adaptive .topbar_icon_tab {
    display: block;
}

.topbar_icon_tabul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar_icon_tabul_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.topbar_icon_wrap.adaptive .topbar_icon_tabul {
    display: none;
    width: 180px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f1f4fa;
    padding: 5px 10px;
    position: absolute;
    float: none;
    top: 100%;
    left: -10px;
}

.topbar_icon_wrap.adaptive .topbar_icon_tabul.open {
    display: block;
}


.topbar_icon {
    /*display: none;*/

}

.topbar_icon a{
    color: #148EFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 8px;
    margin: 0 4px;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s;
}
.topbar_icon a svg{
    margin-right: 6px;
}
.topbar_icon a svg path {
    transition: all 0.4s;
}

.topbar_icon a:hover{
    background-color: #148EFF;
    color: #FFF;
}

.topbar_icon a:hover svg path{
    fill: #FFF;
}

.topbar_icon_text{
    display: flex;
    align-items: center;
    margin: 0 4px;
}
.topbar_icon_text a{
    color: #148EFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 12px;
}

.topbar_icon_text svg{
    margin-right: 6px;
}


.topbar_icon.icq {
    background: url(images/icq.png) no-repeat left center;
}

.topbar_icon.skype {
    background: url(images/skype.png) no-repeat left center;
}

.topbar_icon.email {
    background: url(images/email.png) no-repeat left center;
}

.topbar_icon.telegram {
    background: url(images/telegram.png) no-repeat left center;
}

.topbar_icon.viber {
    background: url(images/viber.png) no-repeat left center;
}

.topbar_icon.whatsapp {
    background: url(images/whatsapp.png) no-repeat left center;
}

.topbar_icon.jabber {
    background: url(images/jabber.png) no-repeat 2px center;
}

.topbar_icon.phone {
    background: url(images/phone.png) no-repeat left center;
}


.topbar_icon_wrap.adaptive .topbar_icon {
    float: none;
    margin: 0;
    font: 12px/28px 'Nunito', sans-serif;
    height: 28px;
}


.topbar_auth_wrap{
    display: flex;
    align-items: center;
}


a.toplink {
    color: #148EFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    border-radius: 4px;
    background: #FFF;
    padding: 7px 8px;
    margin: 0 4px;
    display: block;
    transition: all 0.4s;
    text-decoration: none;
}

a.toplink:hover{
    background-color: #148EFF;
    color: #FFF;
}

a.toplink.toplink_signup {
    background: #148EFF;
    color: #fff;
}

a.toplink.toplink_signup:hover{
    color: #148EFF;
    background: #FFF;
}


a.toplink.toplink_userlogin span {
    background: url(images/user_login.png) no-repeat 0 center;
    padding-left: 16px;
}


/* end topbar */

/* lang */
.tolbar_lang {
    margin-left: 4px;
    height: 30px;

}


.langlist_div {
    position: relative;
    height: 30px;
    cursor: pointer;
}

.langlist_title {

    padding: 0 5px;
    font-size: 12px;
    color: #148EFF;
    display: flex;
}


.langlist_title span {
    display: flex;
    align-items: center;
    height: 28px;
    width: 23px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='4' viewBox='0 0 6 4' fill='none'%3E%3Cpath d='M2.19808 3.65875L0.226966 1.47726C-0.310965 0.881913 0.167775 0 1.02888 0H4.97112C5.83223 0 6.31097 0.881913 5.77303 1.47726L3.80192 3.65875C3.3908 4.11375 2.6092 4.11375 2.19808 3.65875Z' fill='%23148EFF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 15px 14px;
}


.langlist_ul {
    position: absolute;
    float: none;
    top: 30px;
    left: 0px;
    padding: 3px 0;
    width: 120px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #f1f4fa;
    display: none;
}


a.langlist_li {
    position: relative;
    display: block;
    padding: 5px 5px 5px 30px;
    font: 600 12px 'Nunito', sans-serif;
    color: #000;
    text-decoration: none;
}



.langlist_liimg {
    position: absolute;
    float: none;
    top: 7px;
    left: 5px;
}


/* end lang */

/* topmenu */
.tophead_wrap {
    width: 100%;
    position: relative;
    z-index: 90;
    padding: 0 15px;
    box-sizing: border-box;
}



.tophead {
    max-width: 1150px;
    padding: 0 10px;
    margin: 0 auto;
}

.logoblock {
    float: left;
    width: 250px;
    height: 100px;
    overflow: hidden;
}

.logoblock_ins {
    width: 250px;
    height: 100px;
    display: flex;
    vertical-align: middle;
    color: #1e2130;
    font: 600 26px 'Nunito', sans-serif;
}

.logoblock_ins img {
    max-width: 250px;
    max-height: 100px;
    vertical-align: middle;
}

@media all and (max-width: 960px) {
    .logoblock {
        height: 60px;
        width: 200px;
    }

    .logoblock_ins {
        height: 60px;
        width: 200px;
    }

    .logoblock_ins img {
        max-height: 60px;
        max-width: 200px;
    }
}

.logoblock_ins a {
    display: flex;
    text-decoration: none;
    color: #1e2130;
}



.header_timetable {
    display: none;
    width: 240px;
}
.header_timetable_mobile {
    display: none;
}

@media all and (min-width: 640px) {
    .header_timetable {
        display: block;
        flex:auto;
    }
}


.header_timetable_ins {
    width: 240px;
    display: table-cell;
    vertical-align: middle;
    color: #6b8199;
    font-size: 13px;
    text-align: right;
}





.topmenu_ico {
    width: 40px;
    height: 60px;
    float: right;
    cursor: pointer;
    background: url(images/menu-ico.png) no-repeat center center;
    display: none;
}


.topmenu .hmenu{
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}



@media all and (min-width: 960px) {
    .topmenu {

    }
}

.topmenu li {
    padding: 0 10px;
}

.topmenu li:hover {
    position: relative;
}


.topmenu li a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 214.286% */
    text-decoration: none;
    position: relative;
}





.topmenu li:hover > a,
.topmenu li.current-menu-item > a {
    color: #00E094;
    text-decoration: none;
}

.topmenu li:hover > a::before,
.topmenu li.current-menu-item > a::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -6px;
    background-color: #00E094;
}

.topmenu ul ul {
    position: absolute;
    float: none;
    display: none;
    top: 34px;
    left: 0px;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border: 1px solid #eaeef4;
    border-radius: 4px;
    padding: 10px 0;
    height: auto;
    width: 235px;
    margin: 0;
}





.ugmenu {
    position: absolute;
    float: none;
    background: url(images/ugm.png) no-repeat;
    top: -6px;
    left: 20px;
    width: 18px;
    height: 6px;
}


.topmenu ul ul ul .ugmenu {
    display: none;
}

.topmenu ul ul li {
    float: none;
    display: block;
    position: relative;
    height: auto;
    width: 235px;
    margin: 0;
}

.topmenu ul ul li > a, .topmenu ul ul li.current-menu-item > a {
    float: none !important;
    display: block;
    height: auto;
    padding: 8px 10px 8px 20px;
    font: 13px 'Nunito', sans-serif;
    background: none;
    color: #2e3033;
    border-bottom: none;
    text-decoration: none;
    text-transform: none;
}


.topmenu ul ul li:hover > a {
    color: #2e3033;
    text-decoration: none;
    background: #f5f8fc;
    height: auto;
    border-bottom: none;
}

.topmenu li li.has_sub_menu > a span {
    display: block;
    padding: 0 15px 0 0;
    background: url(images/hsm.png) no-repeat right center;
}



.topmenu ul ul ul {
    position: absolute;
    display: none;
    float: none;
    top: -11px;
    left: 235px;
    height: auto;
}


@media all and (max-width: 1300px) {
    .topmenu ul ul ul {
        left: auto;
        right: 235px;
    }


}

/* end top menu */

/* mobile menu */
.mobile_menu_wrap {
    display: block;
}

@media all and (min-width: 960px) {
    .mobile_menu_wrap {
        display: none;
    }
}

.mobile_menu_abs {
    display: none;
    position: fixed;
    float: none;
    top: 0;
    left: 0;
    z-index: 999998;
    width: 100%;
    height: 100%;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.mobile_menu {
    display: none;
    position: fixed;
    z-index: 999999;
    float: none;
    top: 0px;
    right: 0;
    padding: 20px 20px;
    width: 70%;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #f3f7fc;
    word-break: break-all;
}



.mobile_menu_title {
    color: #000000;
    font: 700 24px 'Nunito', sans-serif;
    padding: 0 0 10px 0;
}


.mobile_menu_close {
    position: absolute;
    float: none;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(images/menu_close.png) no-repeat center center;
}



.mobile_menu_ins {
    padding: 0px 0 0 0;
}

.mobile_menu_ins li {
    display: block;
}

.mobile_menu_ins li a {
    display: block;
    font: 600 13px 'Nunito', sans-serif;
    padding: 7px 0px;
    color: #000;
    text-decoration: none;
}



.mobile_menu_ins li.current-menu-item > a {
    position: relative;
    color: #0c72d7;
}

/* end mobile menu */

.wrapper {
    position: relative;
    z-index: 101;
    min-height: 650px;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}

@media all and (max-width: 500px) {
    .wrapper {
        min-height: 50px;
    }
}

/* breadcrumb */
.breadcrumb_wrap {
    padding: 20px 0 0px 0;
    position: relative;
    width: 100%;
}

.breadcrumb_div {
    max-width: 1150px;
    padding: 0 10px;
    margin: 0 auto;
}

h1.breadcrumb_title {
    color: #1F2124;
    leading-trim: both;
    text-edge: cap;
    font-family: JetBrains Mono;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 54.6px */
    letter-spacing: -1.26px;
    margin-bottom: 40px;
}

h1.single_news_title {
    color: #1F2124;
    font-family: JetBrains Mono;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 54.6px */
    letter-spacing: -1.26px;
    margin-bottom: 40px;
}


.breadcrumb ul li {
    float: left;
    margin: 0 9px 0 0;
    padding: 0 0 0 12px;
    font: 12px 'Nunito', sans-serif;
    background: url(images/b_li.png) no-repeat 0 center;
}



.breadcrumb ul li.first {
    padding: 0;
    background: none;
}

.breadcrumb ul li a {
    color: #6b8199;
    text-decoration: none;
}


.breadcrumb ul li a:hover {
    text-decoration: underline;
}

@media all and (max-width: 500px) {


    .breadcrumb {
        display: none;
    }
}

/* end breadcrumb */



/* inside content */
.content {
    margin: 0 0px 20px 0px;
}

@media all and (min-width: 960px) {



}

@media all and (min-width: 1150px) {

}

/* end inside content */

/* text page */
.page_wrap, .textblock {
    max-width: 1150px;
    padding: 30px 30px 40px;
    margin: 0 auto;
    border-radius: 30px;
    background: #F3F7FC;
}

.exchangestep_page_wrap{
    max-width: 1210px;
    margin: auto;
}

.page_wrap_content{
    color:  #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin: 0 auto;
    max-width: 760px;
}



.text p {
    padding: 0 0 20px 0;
}

.text h1 {
    font: 600 22px 'Nunito', sans-serif;
    margin: 0 0 20px 0;
}

.text h2 {
    font: 600 20px 'Nunito', sans-serif;
    margin: 0 0 20px 0;
}

.text h3 {
    font: 600 18px 'Nunito', sans-serif;
    margin: 0 0 20px 0;
}

.text h4 {
    font: 600 16px 'Nunito', sans-serif;
    margin: 0 0 20px 0;
}

.text img, .text iframe {
    max-width: 100%;
}

.notice_message_text{
    color: #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.notice_message_text ul,
.warning_message_text ul,
.hexch_message_text ul,
.block_instruction ul,
.text ul {
    margin: 0 0 20px 20px;
}



.notice_message_text ul ul,
.warning_message_text ul ul,
.hexch_message_text ul ul,
.block_instruction ul ul,
.text ul ul {
    margin: 0 0 0px 20px;
    padding: 10px 0 0 0;
}



.notice_message_text ul li,
.warning_message_text ul li,
.hexch_message_text ul li,
.block_instruction ul li,
.text ul li {
    display: block;
    background: url(images/liarr.png) no-repeat 0 3px;
    padding: 0 0 5px 12px;
}


.notice_message_text ol,
.warning_message_text ol,
.hexch_message_text ol,
.block_instruction ol,
.text ol {
    list-style-type: decimal;
    margin: 0 0 20px 40px;
}


.notice_message_text ol ol,
.warning_message_text ol ol,
.hexch_message_text ol ol,
.block_instruction ol ol,
.text ol ol {
    margin: 0 0 0px 20px;
    padding: 10px 0 10px 0;
}


.text table {
    border: none;
    margin: 0 0 20px;
}

.text table th {
    font: 13px 'Nunito', sans-serif;
    color: #7e90ae;
    background: #ffffff;
    border: none;
    padding: 10px 10px;
    border-bottom: 1px solid #eaeef4;
}



.text table th.th1 {
    border-radius: 4px 0 0 0;
}

.text table th.th2 {
    border-radius: 0 4px 0 0;
}



.text table td {
    font: 13px 'Nunito', sans-serif;
    background: #ffffff;
    color: #000;
    border-bottom: 1px solid #eaeef4;
    padding: 10px 10px;
}



.text table tr:hover td {
    background: #f5f8fc;
}



.text table td.td1 {
    border-radius: 0 0 0 4px;
}

.text table td.td2 {
    border-radius: 0 0 4px 0;
}



/* end text page */

/* toggle */
.oncetoggle {
    border: 1px solid #eaeef4;
    border-radius: 3px;
    margin: 0 0 10px 0;
}


.oncetoggletitle {
    border-radius: 3px;
    font: 600 14px/14px 'Nunito', sans-serif;
    color: #000;
    padding: 0 5px;
    cursor: pointer;
}



.oncetoggle.active .oncetoggletitle {
    border-bottom: 1px solid #eaeef4;
}


.oncetoggletitle_ins {
    padding: 14px 5px 12px 30px;
    background: url(images/plus.png) no-repeat 0 center;
}



.oncetoggle.active .oncetoggletitle_ins {
    background: url(images/minus.png) no-repeat 0 center;
}



.oncetogglebody {
    padding: 10px 12px 8px;
    font: 14px 'Nunito', sans-serif;
    display: none;
}

.oncetoggle.active .oncetogglebody {
    display: block;
}

.oncetogglebody p {
    padding: 0 0 10px 0;
}

/* end toggle */

/* reserve shortcode */
.reserv_wrap {
    margin: 0 0 20px 0;
    position: relative;
}

.reserv_many {
    overflow: hidden;
}

.one_reserv {
    float: left;
    width: 250px;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    border: 1px solid #eaeef4;
    background: #fff;
    padding: 10px;
}



.one_reserv_ico {
    float: left;
    width: 40px;
    height: 40px;
}



.one_reserv_block {
    float: right;
    width: 200px;
    color: #000;
    font: 14px 'Nunito', sans-serif;
    padding: 2px 0 0 0;
}



.one_reserv_title {
    font: 13px 'Nunito', sans-serif;
    color: #7e90ae;
    margin: 0 0 1px 0;
}


/* end reserve shortcode */

/* lchange shortcode */
.shortcode_lchanges {
    margin: 0;
}

.shortcode_lchange_line {
    padding: 0 0 20px 0;
}

.shortcode_lchange_date {
    font: 13px 'Nunito', sans-serif;
    color: #6b8199;
    margin: 0 0 10px 0;
}


.shortcode_lchange_why {
    float: left;
    width: 85px;
}



.shortcode_lchange_ico {
    width: 40px;
    height: 40px;
}

.shortcode_lchange_txt {
    font: 13px 'Nunito', sans-serif;
    padding: 6px 0 0 5px;
    color: #000;
}




.shortcode_lchange_arr {
    float: left;
    width: 40px;
    height: 40px;
    background: url(images/harr.png) no-repeat 0 center;
}

/* end lchange shortcode */

/* terms */
.term_description {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 1px;
    margin: 0 0 20px;
}


/* end terms */

/* news */
.many_news_wrap {

    max-width: 1150px;
    padding: 30px 30px 40px;
    margin: 0 auto;
    border-radius: 30px;
    background: #F3F7FC;
}



.one_news {
    border-bottom: 1px solid #eaeef4;
    padding: 0px 0px 20px;
    margin: 0 0px 20px 0px;
}



.single_news_wrap {
    max-width: 1150px;
    padding: 30px 30px 40px;
    margin: 0 auto;
    border-radius: 30px;
    background: #F3F7FC;
}

h1.single_news_title {
    font: 600 28px/1.3 'Nunito', sans-serif;
    margin: 0 0 12px 0;
    color: #141414;
}

h2.one_news_title {
    margin: 0 0 15px 0;
}

h2.one_news_title a {
    text-decoration: none;
    color: #000;
    font: 600 22px/22px 'Nunito', sans-serif;
}



h2.one_news_title a:hover {
    text-decoration: underline;
}

.one_news_excerpt {
    margin: 0 0 5px 0;
}

.one_news_excerpt.has_img {
    padding: 0 0 0 300px;
    position: relative;
    min-height: 150px;
}



@media all and (max-width: 500px) {
    .one_news_excerpt.has_img{
        padding: 0;
    }
}

.one_news_image {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 280px;
    height: 140px;
    border-radius: 10px;
}



.one_news_image img {
    width: 280px;
    height: 140px;
    border-radius: 10px;
}

@media all and (max-width: 500px) {
    .one_news_image{
        width: 100%;
        height: auto;
        margin: 0 0 15px 0;
        position: static;
    }

    .one_news_image img {
        width: 100%;
        height: auto;
    }
}

.one_news_excerpt a {
    color: #333;
    text-decoration: none;
}



.one_news_date {
    float: left;
    padding: 4px 15px;
    color: #000;
    font: 12px 'Nunito', sans-serif;
    border-radius: 4px;
    background: #f5f8fc;
    margin: 0 0 10px 0;
}



.metabox_left {
    float: left;
    width: 340px;
}


.metabox_cats, .metabox_tags {
    font: 12px 'Nunito', sans-serif;
}

.metabox_cats a, .metabox_tags a {
    text-decoration: underline;
}

.metabox_cats a:hover, .metabox_tags a:hover {
    text-decoration: none;
}

a.one_news_more {
    float: right;
    background: #00E094;
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 165px;
    height: 40px;
    transition: all 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

a.one_news_more:hover {
    background: #1F2124;
}



@media all and (max-width: 500px) {
    .metabox_left {
        margin: 0 0 10px 0;
    }

    a.one_news_more {
        float: left;
        margin: 0 0 0px 0;
    }


}

/* end news */

/* comment form */
.comment_form {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 10px;
    margin: 0 0px 20px 0px;
}


.comment_form_title {
    font: 600 22px/22px 'Nunito', sans-serif;
    color: #000;
    margin: 0px 0px 20px;
}



a#cancel-comment-reply-link {
    color: #ff0000;
    font: 13px 'Nunito', sans-serif;
    text-transform: none;
}

.comment_form_line {
    padding: 0 0 10px 0;
}

.comment_form_line label {
    font: 13px 'Nunito', sans-serif;
    color: #000;
    display: block;
    padding: 0 0 3px;
}


/* end comment form */

/* site form */
.log_div_wrap, .cf_div_wrap, .reg_div_wrap, .lp_div_wrap, .rf_div_wrap, .acf_div_wrap, .domacc_div_wrap, .checkstatus_div_wrap, .userverify_div_wrap {

}



.log_div_title, .cf_div_title, .reg_div_title, .lp_div_title, .rf_div_title, .acf_div_title, .domacc_div_title, .checkstatus_div_title, .userverify_div_title {
    color: #000;
    margin: 0 0 20px 0;
}



.log_div, .cf_div, .reg_div, .lp_div, .rf_div, .acf_div, .domacc_div, .checkstatus_div, .userverify_div {
    padding: 0px;
}

.log_label, .cf_label, .reg_label, .lp_label, .rf_label, .acf_label, .checkstatus_label, .uv_label {
    margin: 0;
    padding: 0 0 3px;
    color: #6b8199;
}


.log_line, .cf_line, .reg_line, .lp_line, .rf_line, .acf_line, .checkstatus_line, .uv_line {
    padding: 0px 0 20px;
}

.log_line_subm_left, .reg_line_subm_left {
    float: left;
}


.log_line_subm_right {
    float: left;
    margin: 0 0 0 20px;

}



.log_line_subm_right p {
    padding: 1px 0;
}

.reg_line_subm_right {
    float: left;
    margin: 11px 0 0 20px;

}



/* end site form */

/* comments */
.comments_wrap {
    margin: 0 0 20px 0;
}

.comments_title {
    padding: 0 0 20px 0;
}



ul.commentlist {
    display: block;
}

ul.commentlist li {
    display: block;
}

ul.commentlist li li {
    display: block;
    margin: 0 0 0px 20px;
}

.comment_no_item {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 20px;
}


.comment_notapproved {
    color: #000;
    background: #fadfe0;
    border-radius: 4px;
    font: 600 13px 'Nunito', sans-serif;
    margin: 0 0 10px 0;
    padding: 10px;
}

.comment {
    position: relative;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 15px 20px 10px;
    margin: 0 0 10px 0px;
}



a.comment_permalink {
    color: #000;
    position: absolute;
    float: none;
    top: 15px;
    right: 15px;
}





.comment_top {
    padding: 0 0 15px 0;
}

.comment_author {
    font: 600 14px 'Nunito', sans-serif;
    padding: 0 0 5px 0;
}

.link_edit a {
    font: 12px 'Nunito', sans-serif;
}

.comment_date {
    font: 12px 'Nunito', sans-serif;
}

a.comment-reply-link, .comment-reply-login {
    color: #000;
    position: absolute;
    float: none;
    font: 600 12px 'Nunito', sans-serif;
    bottom: 15px;
    right: 15px;
}




/* end comments */

/* reviews */
.many_reviews {
    margin: 0 0 20px 0;
}

.no_reviews {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 20px;
    margin: 0 0 20px 0;
}



.one_reviews {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 10px;
    margin: 0 0 20px 0;
}



.one_reviews_name {
    float: left;
    font: 600 15px 'Nunito', sans-serif;
    margin: 0 5px 10px 0;
}



.one_reviews_date {
    float: left;
    font: 600 15px 'Nunito', sans-serif;
}



.one_reviews_text {
    font: 14px 'Nunito', sans-serif;
    word-wrap: break-word;
    word-break: break-all;
}

.one_reviews_text p {
    padding: 0 0 10px 0;
}

.one_reviews_answer {
    text-align: right;
    font-style: italic;
    word-wrap: break-word;
    word-break: break-all;
}


.one_reviews_answer_title {
    font-weight: 600;
}

.one_reviews_answer p {
    padding: 0 0 10px 0;
}

/* end reviews */

/* domacc */
.domacc_line {
    padding: 5px 0;
    border-bottom: 1px solid #eaeef4;
}



.domacc_label {
    margin: 0 10px 0 0;
    min-width: 50px;
    float: left;
    font: 600 13px 'Nunito', sans-serif;
    color: #000;
}




.domacc_val {
    float: left;
    width: 200px;
    font: 13px 'Nunito', sans-serif;
}




/* end domacc */

/* atable */
.pntable_wrap {
    margin: 0 0 20px 0;
}

.pntable_wrap_title {
    font: 24px 'Nunito', sans-serif;
    color: #000;
    margin: 0 0 20px 0;
}


.pntable {
    margin: 0 0 20px;
}

.pntable table {
    width: 100%;
    border: none;
}

.pntable table th {
    padding: 15px 5px;
    font: 13px 'Nunito', sans-serif;
    color: #7e90ae;
    background: #ffffff;
    border: none;
    border-bottom: 1px solid #eaeef4;
}



.pntable table th.th1 {
    border-radius: 4px 0 0 0;
}

.pntable table th.th2 {
    border-radius: 0 4px 0 0;
}


.pntable table td {
    padding: 12px 5px;
    font: 13px 'Nunito', sans-serif;
    background: #ffffff;
    color: #000;
    border-bottom: 1px solid #eaeef4;
}



.pntable table tr:hover td {
    background: #f5f8fc;
}



.pntable table td.td1 {
    border-radius: 0 0 0 4px;
}

.pntable table td.td2 {
    border-radius: 0 0 4px 0;
}




.pntable table.has_adaptive tbody {
    display: block;
}

.pntable table.has_adaptive tr td {
    background: none;
}

.pntable .one_item {
    padding: 15px 20px;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    margin: 0 0 10px 0;
    display: block;
}



.pntable .one_item:hover {
    background: #f5f8fc;
}


.pntable .one_item_line {
    padding: 3px 0;
    display: block;
}

.pntable .one_item_label {
    padding: 0 10px 0px 0;
    font: 600 13px 'Nunito', sans-serif;
}

.pntable .one_item_content {
    font: 13px 'Nunito', sans-serif;
}

.exch_course2 {
    background: url(images/liarr.png) no-repeat 0 center;
    padding: 1px 0 0 12px;
    margin: 0 0 0 6px;
}



a.exch_status_link {
    font-weight: 600;
    color: #0390cb;
}

a.exch_status_link.st_payed,
a.exch_status_link.st_coldpay,
a.exch_status_link.st_realpay,
a.exch_status_link.st_verify {
    color: #c9cb03;
}

a.exch_status_link.st_error {
    color: #ff0000;
}

a.exch_status_link.st_coldsuccess,
a.exch_status_link.st_success {
    color: #03cb29;
}

.exch_sum {
    font-weight: 600;
}

/* end atable */

/* userwallets */
.userwallets_form {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    margin: 0 0 20px 0;
    padding: 20px 20px;
}



.userwallets_form_title {
    font: 600 22px 'Nunito', sans-serif;
    color: #000;
    margin: 0px 0px 20px;
}


.userwallets_one_tab {
    padding: 10px 0 0 0;
    display: none;
}

.userwallets_one_line {
    margin: 0 0 10px 0;
}

.userwallets_help {
    background: #f7fbcd;
    border-bottom: 2px solid #b0c000;
    padding: 10px 15px;
    color: #000;
    font: 13px 'Nunito', sans-serif;
    margin: 0 0 10px 0;
}

.userwallets_table {
    margin: 0 0 20px 0;
}

.userwallets_table_title {
    font: 600 22px 'Nunito', sans-serif;
    color: #000;
    margin: 0 0 20px 0;
}



.userwallets_table_one {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    padding: 15px 20px;
    position: relative;
    margin: 0 0 10px 0;
    border-radius: 4px;
}



.userwallets_one_title {
    font: 600 14px 'Nunito', sans-serif;
    color: #000;
    margin: 0 0 5px 0;
}



.close_userwallets {
    position: absolute;
    float: none;
    top: 17px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: url(images/big_close.png) no-repeat center center;
    cursor: pointer;
}



.close_userwallets:hover {
    opacity: 0.8;
}

.close_userwallets.act {
    background: url(images/ajax-loader.gif) no-repeat center center;
}

.verify_status {
    padding: 5px 0 0 0;
    font: 600 13px 'Nunito', sans-serif;
}

.verify_status.wait {
    color: #858c97;
}

.verify_status.success {
    color: #09b869;
}

.verify_status.not {
    color: #0c73d8;
}

.verify_status a {
    color: #0c73d8;
    text-decoration: none;
    border-bottom: 1px dotted #0c73d8;
}

.verify_status a:hover {
    border-bottom: none;
}

.verify_tab_descr {
    padding: 10px 0 0 0;
    font: italic 13px 'Nunito', sans-serif;
}

.verify_tab_descr p {
    padding: 0 0 10px 0;
}

.verify_acc_syst {
    padding: 0 0 10px 0;
}

.verify_acc_file {
    padding: 0 0 10px 0;
}

.verify_accline_wrap {
    padding: 0 0 10px 0;
}

.verify_acc_line {
    margin: 0 0 5px 0;
}

.verify_tab_action_link {
    float: left;
    border: 1px solid #148EFF;
    background: #148EFF;
    border-radius: 4px;
    height: 40px;
    padding: 0 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #fff;
    font: 600 18px/40px 'Nunito', sans-serif;
    cursor: pointer;
}


.verify_tab_action_link:hover {
    background: #0d5eae;
    border: 1px solid #0d5eae;
    text-decoration: none;
}

.verify_tab_action_link.act {
    background: #ccc;
    cursor: default;
}

/* end userwallets */

/* userverify */
.userverify_text {
    margin: 0 0 20px 0;
    padding: 20px 20px 1px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
}



.ustbl_line {
    padding: 0px 0 20px;
}

.ustbl_line_left {
    float: left;
    width: 300px;
    padding: 10px 0 0 0;
}



@media all and (max-width: 960px) {
    .ustbl_line_left {
        float: none;
        width: auto;
        padding: 0 0 10px 0;
    }
}

.ustbl_title {
    padding: 0 0 5px 0;
    font: 13px 'Nunito', sans-serif;
}

.ustbl_warn {
    color: #858c97;
    font: 13px 'Nunito', sans-serif;
    padding: 0 0 10px 0;
}

.ustbl_file {
    padding: 0 0 10px 0;
}

.ustbl_res_error {
    color: #ff0000;
    font: 600 13px 'Nunito', sans-serif;
    padding: 0 0 10px;
}

.usvefilelock {
    padding: 0 0 10px 20px;
    position: relative;
    font: 13px/15px 'Nunito', sans-serif;
}



.usvefilelock_delete {
    position: absolute;
    float: none;
    top: -1px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url(images/uv_close.png) no-repeat center center;
    cursor: pointer;
}

.usvefilelock_delete.active {
    background: url(images/ajax-loader.gif) no-repeat center center;
}


.ustbl_bar {
    width: 160px;
    height: 3px;
    position: relative;
    border-radius: 10px;
    background: #ccc;
    display: none;
}

.ustbl_bar_abs {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    border-radius: 10px;
    background: #66c497;
}



.ustbl_line_right {
    float: right;
    width: 200px;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    padding: 15px 15px 5px;
    position: relative;
}




.ustbl_line_right_abs {
    position: absolute;
    float: none;
    top: 20px;
    left: -15px;
    width: 31px;
    height: 15px;
    background: url(images/uv_arr.png) no-repeat;
}



@media all and (max-width: 960px) {
    .ustbl_line_right{
        float: none;
        width: auto;
    }

    .ustbl_line_right_abs {
        display: none;
    }
}

.ustbl_eximg {
    padding: 0 0 10px 0;
    overflow: hidden;
    text-align: center;
}

.ustbl_eximg img {
    max-width: 100%;
}

.ustbl_descr {
    padding: 0 0 10px 0;
    color: #858c97;
    text-align: center;
    font: italic 13px 'Nunito', sans-serif;
}

/* end userverify */

/* sitemap */
.sitemap_block {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    padding: 20px 20px 15px;
    border-radius: 4px;
}

.sitemap_title {
    font: 600 22px/22px 'Nunito', sans-serif;
    margin: 0 0 20px 0;
    color: #000;
}

ul.sitemap_ul_exchanges li {
    float: left;
    display: block;
    width: 270px;
    margin: 0 20px 0 0;
    font: 13px 'Nunito', sans-serif;
    padding: 0 0px 5px 12px;
    background: url(images/liarr.png) no-repeat 0 3px;
}

@media all and (max-width: 960px) {
    ul.sitemap_ul_exchanges li{
        float: none;
        margin: 0;
    }
}

ul.sitemap_ul li {
    display: block;
    padding: 0 0px 5px 12px;
    font: 13px 'Nunito', sans-serif;
    background: url(images/liarr.png) no-repeat 0 3px;
}



/* end sitemap */

/* tarifs */
.tarif_div {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    padding: 20px 20px 15px;
    border-radius: 4px;
}

.tarif_block {
    margin: 0 0 20px 0;
}

.tarif_title {
    font: 600 22px/22px 'Nunito', sans-serif;
    margin: 0 0 20px 0;
    color: #000;
}

.tarif_table_title {
    padding: 10px 10px;
    background: #fff;
    font: 13px 'Nunito', sans-serif;
    color: #7e90ae;
    border-bottom: 1px solid #eff1f3;
}


.tarif_table_title_part {
    float: left;
    width: 48%;
}


.tarif_table_title_arr {
    float: left;
    min-height: 3px;
    width: 3%;
}


a.tarif_line {
    display: block;
    font: 13px 'Nunito', sans-serif;
    color: #000;
    padding: 8px 10px 3px;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #eff1f3;
}


a.tarif_line:hover {
    background: #f5f8fc;
}

.tarif_line_top {
    padding: 0 0 5px 0;
}

.tarif_curs_line {
    float: left;
    width: 48%;
    overflow: hidden;
}


.tarif_curs_title {
    float: left;
    padding: 0 0 0 30px;
    width: 125px;
    overflow: hidden;
    position: relative;
    font: 500 13px/25px 'Nunito', sans-serif;
}


.tarif_logo {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
}

.tarif_logo_ins {
    width: 25px;
    height: 25px;
}

.tarif_curs {
    float: left;
    padding: 0 0 0 30px;
    width: 105px;
    overflow: hidden;
    font: 13px/25px 'Nunito', sans-serif;
}


.tarif_curs_arr {
    float: left;
    height: 25px;
    width: 3%;
    background: url(images/liarr.png) no-repeat center center;
}


.tarif_curs_reserv {
    padding: 5px 10px 5px 51%;
    color: #7e90ae;
    font: 12px 'Nunito', sans-serif;
}

/* end tarifs */

/* statstable */
.statstablediv {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    margin: 0 0 20px 0;
    padding: 15px 10px;
    border-radius: 4px;
    word-break: break-all;
    word-wrap: break-word;
}


.statstablediv table {
    width: 100%;
}

.statstablediv table th {
    padding: 5px 10px;
    text-align: left;
    background: none;
    font: 600 13px 'Nunito', sans-serif;
}

.statstablediv table td {
    padding: 5px 10px;
    text-align: right;
    background: none;
    font: 13px 'Nunito', sans-serif;
}

/* end statstable */

/* partner stats */
.statuserdiv {
    width: 350px;
    margin: 0 0 30px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 15px 10px;
}


.statuserdiv_title {
    font: 600 26px/26px 'Nunito', sans-serif;
    color: #000;
    padding: 5px 0px 15px 10px;
}


.statuserdiv table {
    width: 100%;
}

.statuserdiv table th {
    padding: 5px 10px;
    text-align: left;
    background: none;
    font: 600 13px 'Nunito', sans-serif;
}

.statuserdiv table td {
    padding: 5px 10px;
    text-align: right;
    background: none;
    font: 13px 'Nunito', sans-serif;
}

.promouserdiv h3 {
    font: 22px 'Nunito', sans-serif;
    margin: 0 0 10px 0;
}

.promouserdiv h4 {
    font: 16px 'Nunito', sans-serif;
    margin: 0 0 10px 0;
}

.promouserdiv p {
    padding: 0 0 20px 0;
}

/* end partner stats */

/* partner payouts */
.paytext {
    border-radius: 4px;
    margin: 0 0 20px 0;
    padding: 20px 20px;
    font: 13px 'Nunito', sans-serif;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
}

.paydiv {
    border-radius: 4px;
    margin: 0 0 20px 0;
    padding: 20px 20px;
    font: 13px 'Nunito', sans-serif;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
}


.pay_left_col {
    padding: 0 0 5px 0;
    font: 600 13px 'Nunito', sans-serif;
}

.pay_select {
    margin: 0 0 5px 0;
}

.pay_input {
    position: relative;
    margin: 0 0 10px 0;
}

input.pay_input_purse {
    padding-left: 30px;
}


.pay_purse_link {
    position: absolute;
    float: none;
    top: 50%;
    left: 10px;
    margin: -8px 0 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(images/purse.png) no-repeat center center;
}



.pay_purse_link_ins {
    position: relative;
    width: 16px;
    height: 16px;
}

.pay_purse_ul {
    position: absolute;
    float: none;
    top: 0;
    left: 0px;
    width: 250px;
    color: #6b8199;
    background: #f1f4fa;
    font: 12px 'Nunito', sans-serif;
    display: none;
}



.pay_purse_line {
    display: none;
    padding: 8px 10px;
    word-break: break-all;
    word-wrap: break-word;
}

a.delpay_link {
    font-weight: 600;
    color: #ff0000;
}

a.delpay_link.act {
    cursor: default;
    color: #ccc;
}

.paystatus {
    font-weight: 600;
}

.paystatus.pst1 {
    color: #0390cb;
}

.paystatus.pst2 {
    color: #03cb29;
}

.paystatus.pst3 {
    color: #ff0000;
}

.paystatus.pst4 {
    color: #ff0000;
}

/* end partner payouts */

/* promotional */
.promopage {

}


.promo_topmenu {
    margin: 0 0 20px 0;
}

.promo_topmenu ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.promo_topmenu li {
    display: inline;
    padding: 0;
    margin: 0 5px 0 0;
    background: none;
}



.promo_topmenu a {
    margin: 0;
    padding: 0;
    font: 600 14px 'Nunito', sans-serif;
}

.promo_topmenu a:hover {
    color: #ff0000;
}

.promo_topmenu li.current a {
    text-decoration: none;
    color: #000;
}


.promotext_warning {
    margin: 0 0 20px 0;
}

.one_promotxt {
    margin: 0 0 10px 0;
    font: italic 600 14px 'Nunito', sans-serif;
}

.one_promotxt_code {
    margin: 0 0 30px 0;
}

.partner_textarea {
    height: 100px;
    min-height: 100px;
    max-height: auto;
}

.promo_menu {
    margin: 0 0 20px 0;
}

.promo_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.promo_menu ul li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
    background: none;
}


.promo_menu ul li a {
    position: relative;
    margin: 0;
    border-bottom: 1px dotted #7e90ae;
    color: #7e90ae;
    text-decoration: none;
}

.promo_menu ul li a:hover {
    position: relative;
    margin: 0;
    border-bottom: 1px dotted #ff0000;
    color: #ff0000;
    text-decoration: none;
}

.promo_menu ul li.act a {
    position: relative;
    margin: 0;
    border-bottom: none;
    color: #000;
    text-decoration: none;
}

.pbcontainer {
    display: none;
}

.pbcontainer.act {
    display: block;
}

.prevbanner {
    margin: 0 0 5px 0;
}

.bannerboxone {
    margin: 0 0 25px 0;
}

.bannerboxlink a {
    position: relative;
    margin: 0;
    border-bottom: 1px dotted #7e90ae;
    color: #7e90ae;
    text-decoration: none;
}

.bannerboxlink a.act {
    position: relative;
    margin: 0;
    border-bottom: 1px dotted #000;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}


.bannerboxlink a:hover, .bannerboxlink a.act:hover {
    position: relative;
    margin: 0;
    border-bottom: 1px dotted #ff0000;
    color: #ff0000;
    text-decoration: none;
}

.bannerboxtextarea {
    padding: 10px 0 0 0;
    display: none;
}

/* end promotional */

/* homepage */


@media all and (min-width: 960px) {

}

.home_wtext_wrap {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
}

@media all and (min-width: 500px) {
    .home_wtext_wrap {
        margin: 0 0 50px 0;
    }
}

.home_wtext_ins {
    max-width: 1150px;
    padding: 0 10px;
    margin: 0 auto;
}

.home_wtext_block {
    padding: 20px 20px 1px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 0 5px #e1e9f2;
}


.home_wtext_title {
    margin: 0 0 20px 0;
    font: 600 18px 'Nunito', sans-serif;
    color: #08b868;
}

.home_text_wrap {

}

.home_text_ins {
    max-width: 1150px;
    padding: 40px 30px 40px;
    margin: 0 auto;
}

.home_text_title {
    margin: 0 0 30px 0;
    color:  #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: JetBrains Mono;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 71.429% */
    letter-spacing: -1.26px;
}

.home_text_block-row{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.home_text_block-col{
    padding: 0 10px;
    flex: 1;
    color: #F3F7FC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}


.home_lchange_wrap {
    padding: 40px 0 40px 0;
    position: relative;
    width: 100%;
    z-index: 10;
}

.home_lchange_wrap_ins {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 10px;
}

.home_lchange_title {
    margin: 0 0 25px 0;
    color: #2e3033;
    font: 600 30px/30px 'Nunito', sans-serif;
}


.home_lchange_one {
    margin: 0 0px 20px 0;
}

@media all and (min-width: 700px) {
    .home_lchange_one {
        float: left;
        width: 48%;
        margin: 0 2% 0 0;
    }


    .home_lchange_one.last_item {
        display: none;
    }
}

@media all and (min-width: 1050px) {
    .home_lchange_one {
        float: left;
        margin: 0 2% 0 0;
        width: 32%;
    }



    .home_lchange_one.last_item {
        margin: 0;
        display: block;
    }
}

.home_lchange_one_ins {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    color: #6b8199;
    border-radius: 4px;
    padding: 20px 0px 20px 20px;
}




.home_lchange_date {
    font: 13px 'Nunito', sans-serif;
    color: #6b8199;
    margin: 0 0 15px 0;
}

.home_lchange_why {
    float: left;
    width: 130px;
    margin: 0 0 5px 0;
}



.home_lchange_ico {
    float: left;
    width: 40px;
    height: 40px;
}



.home_lchange_txt {
    float: left;
    width: 80px;
    font: 13px 'Nunito', sans-serif;
    padding: 3px 0 0 5px;
    color: #000;
}


.home_lchange_arr {
    float: left;
    width: 30px;
    height: 40px;
    margin: 0 0 5px 0;
    background: url(images/harr.png) no-repeat 0 center;
}


.home_reserv_wrap {
    padding: 40px 0 0 0;
    position: relative;
    width: 100%;
}

.home_reserv_block_ins {
    max-width: 1150px;
    padding: 0 ;
    margin: 0 auto;
}

.home_reserv_title {
    color: #1F2124;
    leading-trim: both;
    text-edge: cap;
    font-family: JetBrains Mono;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 71.429% */
    letter-spacing: -1.26px;
    margin-bottom: 30px;
}


.home_reserv_many {
    padding: 0 0 20px 0;
}
.home_reserv_many_ins{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.one_home_reserv {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.one_home_reserv.hide_item {
    display: none;
}

@media all and (min-width: 500px) {


}

@media all and (min-width: 900px) {


}

.one_home_reserv_ins {
    border-radius: 16px;
    background:  #FFF;
    box-shadow: 0px 4px 4px 0px rgba(31, 33, 36, 0.01);
    padding: 23px 0px 23px 20px;
    display: flex;
    align-items: center;
}



.one_home_reserv_ico {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}



.one_home_reserv_block {
    color:  #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}



.one_home_reserv_title {
    color: #1F2124;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-bottom: 8px;
}

.home_news_wrap {
    padding: 25px 0 25px 0;
    position: relative;
    z-index: 9;
    background: #fff;
    width: 100%;
}

.home_news {
    max-width: 1150px;
    padding: 0 10px;
    margin: 0 auto;
}

.home_news_title {
    margin: 0 0 25px 0;
    color: #2e3033;
    font: 600 30px/30px 'Nunito', sans-serif;
}


.home_news_div_wrap {
    margin: 0;
}

.home_news_one {
    margin: 0 0 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.home_news_one_image {
    margin: 0 0 20px 0;
}

.home_news_one_image img {
    width: 100%;
    border-radius: 10px;
}

.home_news_one_date {
    color: #6b8199;
    font: 14px 'Nunito', sans-serif;
    margin: 0 0 5px 0;
}


.home_news_one_title {
    font: 18px 'Nunito', sans-serif;
    margin: 0 0 7px 0;
}

.home_news_one_title a {
    color: #2e3033;
    text-decoration: none;
}


.home_news_one_title a:hover {
    text-decoration: underline;
}

.home_news_one_content {
    font: 15px 'Nunito', sans-serif;
}

.home_news_one_content a {
    color: #6b8199;
    text-decoration: none;
}

.home_news_one_content a:hover {
    text-decoration: underline;
}

@media all and (min-width: 700px) {
    .home_news_div_wrap {
        margin: 0 0 20px 0;
    }

    .home_news_one {
        float: left;
        margin: 0 2% 0 0;
        width: 32%;
    }



    .home_news_one.last_item {
        margin: 0;
    }
}

.home_news_more_wrap, .home_reviews_more_wrap, .home_reserv_more_wrap {
    text-align: center;
    padding: 10px 0 0 0;
}

a.home_news_more, a.home_reviews_more, a.home_reserv_more {
    border-radius: 4px;
    background: #00E094;
    color:  #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    padding: 8px 20px;
    text-decoration: none;
    position: relative;
    width: 165px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    box-sizing: border-box;
    margin: 0 auto;
}

a.home_news_more:hover, a.home_reviews_more:hover, a.home_reserv_more:hover {
    background: #1F2124;
    color: #fff;
}


.exchange_wrap {
    max-width: 1210px;
    margin: auto;
}

.home_reviews_wrap {
    padding: 25px 0 25px 0;
    position: relative;
    z-index: 11;
    width: 100%;
}

.home_reviews_ins {
    max-width: 1150px;
    padding: 0 10px;
    margin: 0 auto;
}

.home_reviews_block {
    padding: 0;
}

.home_reviews_title {
    margin: 0 0 25px 0;
    color: #2e3033;
    font: 600 30px/30px 'Nunito', sans-serif;
}



.home_reviews_div {
    margin: 0 0 0px 0;
}

.home_reviews_one {
    margin: 0 0px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.home_reviews_one_ins {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px;
}



.home_reviews_date {
    font: 600 14px 'Nunito', sans-serif;
    margin: 0 0 10px 0;
}



.home_reviews_content {
    font: 15px 'Nunito', sans-serif;
    color: #6b8199;
    word-wrap: break-word;
}



@media all and (min-width: 700px) {
    .home_reviews_div_wrap {
        margin: 0 0 30px 0;
    }

    .home_reviews_one {
        float: left;
        margin: 0 2% 0 0;
        width: 32%;
    }



    .home_reviews_one.last_item {
        margin: 0;
    }
}

.home_advantages_wrap {

    position: relative;
    width: 100%;
    z-index: 10;
}



.home_advantages_ins {
    max-width: 1150px;
    padding: 40px 30px 0 30px;
    margin: 0 auto;
}

.home_advantages_blocktitle {
    color:  #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: JetBrains Mono;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 71.429% */
    letter-spacing: -1.26px;
    margin: 0 0 30px 0;

}


.home_adv_div{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

.home_adv_div-col{
    padding: 0 10px;
    flex: 1 2 0;
    box-sizing: border-box;
}

.home_adv_div:first-child .home_adv_div-col:first-child,
.home_adv_div:last-child .home_adv_div-col:last-child{
    flex: 0 1 400px;
}

.home_advantages_one{
    border-radius: 30px;
    background-color: #F3F7FC;
    overflow: hidden;
    height: 240px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.home_adv_div:first-child .home_adv_div-col:last-child .home_advantages_one::before{

    color: #FFF;
    text-align: center;
    font-family: JetBrains Mono;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 200% */
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 100px;
    padding: 0 10px;
    z-index: 3;
    background: linear-gradient(266deg, #00E094 0%, #148EFF 100%);
}

.home_adv_div:last-child .home_adv_div-col:first-child .home_advantages_one::before{
    content:'';
    background-image: url('images/money.png');
    display: block;
    width: 258px;
    height: 30px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}


.home_adv_div_wrap {
    overflow: hidden;
}


.home_advantages_one a {
    text-decoration: none;
}



.home_advantages_title {
    color: #1F2124;
    font-family: JetBrains Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}



.home_advantages_content {
    color: #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    max-width: 400px;
}

.home_adv_div:first-child .home_adv_div-col:first-child .home_advantages_one .home_advantages_content,
.home_adv_div:last-child .home_adv_div-col:last-child .home_advantages_one .home_advantages_content{
    max-width: 245px;
}

.home_partner_wrap {
    position: relative;
    width: 100%;
    z-index: 10;
}

.home_partner_ins {
    max-width: 1150px;
    padding: 40px 30px 0 30px;
    margin: 0 auto;
}

.home_partner_block{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}




.home_partner_title {
    color: #FFF;
    font-family: JetBrains Mono;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.26px;
    margin: 0 0 30px 0;
    width: 100%;
}

.home_partner_div_wrap {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.home_partner_one {
    max-width: calc(25% - 15px);
    flex: auto;
    box-sizing: border-box;
    width: 100%;
}

.home_partner_one_ins {
    border-radius: 16px;
    background: #f3f7fc;
    box-shadow: 0px 4px 4px 0px rgba(31, 33, 36, 0.01);
    padding: 23px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}

.home_partner_one img{
    height: 100%;
    max-width: 140px;
    width: 100%;
    border-radius: 4px;
}


/* end homepage */

.xchange_table_wrap {
    max-width: 1150px;
    padding: 30px 30px 40px;
    margin: 0 auto;
    border-radius: 30px;
    background: #F3F7FC;
}

/* type table 1, table 4 */
.xchange_type_table {
    margin: 0 0px 40px;
    position: relative;
    background-image: url('images/gem.png');
    background-repeat: no-repeat;
    background-position: 74% 100%;
}

.xtt_icon_wrap {
    padding: 0 0 10px 0;
    min-height: 35px;
}


.xtt_left_col_icon_ins {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
}


.xtt_right_col_icon_ins {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    flex-wrap: wrap;
}

.xtt_col_table_coins{
    display: flex;
    flex-direction: column;
}



@media all and (min-width: 700px) {

}

@media all and (min-width: 840px) {

}

@media all and (min-width: 960px) {
    .tbl1 .xtt_left_col_icon {
        width: 42%;
    }

    .tbl1 .xtt_right_col_icon {
        width: 55%;
    }

}
.tbl_icon {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
}
.tbl_icon_ins {
    border-radius: 4px;
    border: 1px solid #F3F7FC;
    padding: 0 5px;
    color: #757B85;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 233.333% */
    cursor: pointer;

}


.xtt_left_col_table_ins,
.xtt_right_col_table_ins,
.xtt_data_col_table_ins{
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(31, 33, 36, 0.01);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tbl_icon.active .tbl_icon_ins {
    background: #DAEBFF;
    border-color: #DAEBFF;
    color: #148EFF;
}

.xtt_table_wrap {
    margin: 0;
}

.xtt_table_body_wrap {
    position: relative;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.xtt_left_col_table,
.xtt_right_col_table,
.xtt_data_col_table{
    flex: 1 0 0%;
}


.xtt_html_abs {
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f7fc url(images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}


.xtt_left_col_table {
    padding: 10px 10px;
}
.xtt_right_col_table {
    padding: 10px 10px;
}
.xtt_data_col_table{
    padding: 10px 10px;
}





.xtt_data_col_table {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.htable_notwidget {
    padding: 180px 30px 20px;

    background: #fff url(images/no_exchange.png) no-repeat center 30px;
    color: #6b8199;
    font: 13px 'Nunito', sans-serif;
    text-align: center;
}



@media all and (min-width: 700px) {



}

@media all and (min-width: 840px) {



}

@media all and (min-width: 960px) {
    .tbl1 .xtt_left_col_table {
        width: 42%;
    }

    .tbl1 .xtt_right_col_table {
        width: 55%;
    }



}

.xtt_left_col_title, .xtt_left_incol_title {
    color: #1F2124;
    font-family: JetBrains Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
    margin-bottom: 19px;
}



.xtt_right_col_title, .xtt_right_incol_title {
    color: #1F2124;
    font-family: JetBrains Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
    margin-bottom: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.xtt_table_title1,
.xtt_table_title2,
.xtt_table_title3,
.xtt_table_title4 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.xtt_title_link_wrap {
    display: flex;
    flex-direction: row-reverse;
}



a.xtt_title_link {
    border-radius: 4px;
    background: #E1F9F1;
    color:  #00E094;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 233.333% */
    margin-left: 8px;
    display: inline-flex;
    text-decoration: none;
    padding: 0 7px;
}



a.xtt_title_link.active {
    background:  #00E094;
    color: #ffffff;
}

.xtt_change_ico {
    width: 30px;
    height: 30px;
}

.xtt_one_line_name {
    color: #1F2124;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    font-size: 14px;
}


.xtt_one_line_curs {

}


.xtt_one_line_reserv {

}


.js_item_left,
.js_item_right {
    border-top: 1px solid #F3F7FC;
    cursor: pointer;
    display: flex;
}
.js_item_left:hover,
.js_item_right:hover,
.js_item_right.active,
.js_item_left.active{
    background-color: #F3F7FC;
    margin-left: -20px;
    margin-right: -20px;
    padding-right: 20px;
    padding-left: 20px;
}

.xtt_one_line_left,
.xtt_one_line_right{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.xtt_one_line_ico_left,
.xtt_one_line_ico_right{
    width: 46px;
}



.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left {

}


.js_item_left.active .xtt_one_line_name,
.js_item_left.active .xtt_one_line_curs,
.xtt_one_line_left:hover .xtt_one_line_name,
.xtt_one_line_left:hover .xtt_one_line_curs {

}


a.js_item_right {
    text-decoration: none;
}

.xtt_one_line_right {
    cursor: pointer;
    justify-content: space-between;
}

.xtt_one_line_warp_right{
    display: flex;
    align-items: center;
}


.xtt_one_line_right:hover, .js_item_right.active .xtt_one_line_right {
    background: #f5f8fc;
}


.xtt_one_line_right:hover .xtt_one_line_name,
.xtt_one_line_right:hover .xtt_one_line_curs,
.xtt_one_line_right:hover .xtt_one_line_reserv,
.js_item_right.active .xtt_one_line_name,
.js_item_right.active .xtt_one_line_curs,
.js_item_right.active .xtt_one_line_reserv {

}

.color_d

@media all and (max-width: 559px) {
    .xtt_left_col_title {
        float: left;
        width: 48%;
    }



    .xtt_right_col_title {
        float: right;
        width: 48%;
    }

    .xtt_table_title1 {
        display: block;
        text-align: center;
    }

    .xtt_table_title2 {
        display: block;
        text-align: center;
    }

    .xtt_one_line_left {
        padding: 5px 10px;
    }




    .xtt_one_line_curs_left {
        display: none;
    }

    .xtt_one_line_right {
        padding: 5px 10px;
    }

    .xtt_one_line_ico_right {
        padding: 0 0 10px 0;
    }

    .xtt_one_line_name_right {
        text-align: center;
    }

    .xtt_one_line_curs_right,
    .xtt_one_line_reserv_right {
        display: none;
    }
}

@media all and (min-width: 560px) {
    .xtt_left_col_title {
        float: left;
        width: 48%;
    }



    .xtt_right_col_title {
        float: right;
        width: 48%;
    }



    .xtt_table_title1 {
        display: block;
    }


    .xtt_table_title2 {
        display: block;
    }



    .xtt_one_line_curs_left {
        display: none;
    }



    .xtt_one_line_curs_right,
    .xtt_one_line_reserv_right {
        display: none;
    }
}

@media all and (min-width: 700px) {

    .xtt_table_title1 {
        display: block;
    }

    .xtt_table_title2 {

    }


    .xtt_table_title4 {
        display: block;
        padding: 0 0 0 10px;
        float: left;
        width: 40%;
    }


    .xtt_one_line_curs_right {
        display: none;
    }

    .xtt_one_line_reserv_right {
        display: block;
        color:  #757B85;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
        font-size: 14px;
    }



    .xtt_one_line_reserv {
        display: table-cell;
        vertical-align: middle;
    }



}

@media all and (min-width: 840px) {

    .xtt_one_line_curs_right {
        display: block;
        float: left;
        width: 30%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
        border-left: none;
        margin: -2px 0 -2px 0px;
        padding: 2px 10px 2px 10px;
    }



    .xtt_one_line_curs {
        display: table-cell;
        vertical-align: middle;
    }

}

@media all and (min-width: 960px) {




}

.xtt_one_line_rez {
    cursor: pointer;
    display: none;
    position: absolute;
    float: none;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(images/rez.png) no-repeat center center;
    margin: -11px 0 0 0;
}




@media all and (min-width: 700px) {
    .xtt_one_line_rez {
        display: block;
    }
}

.xtt_one_line_rez:hover {
    opacity: 0.6;
}

.xtt_one_line_rez_ins {
    display: none;
}

.xtt_line_tab {
    display: none;
}

.xtt_line_tab.active {
    display: block;
}

/* end type table 1 */

/* type table 2 */
.xchange_type_plitka {
    padding: 0 0 40px;
}

.xtp_icon_wrap {
    padding: 0 0 10px 0;
}

@media all and (max-width: 960px) {
    .xtp_icon_wrap {
        display: none;
    }
}

.xtp_left_col_icon {
    float: left;
    width: 48%;
}



.xtp_right_col_icon {
    float: right;
    width: 48%;
}



.xtp_table_wrap {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px;
}



.xtp_col_table_body {
    margin: 0 0 20px 0;
}

.xtp_left_col_table {
    margin: 0 0 20px 0;
}

.xtp_right_col_table {
    margin: 0;
}

@media all and (min-width: 700px) {
    .xtp_left_col_table {
        float: left;
        width: 50%;
    }



    .xtp_right_col_table {
        float: right;
        width: 50%;
    }



    .xtp_right_col_table_ins {
        padding: 0 0 0 20px;
    }

}

.xtp_table_title {
    font: 600 18px 'Nunito', sans-serif;
    color: #000;
    margin: 0 0 15px 0;
}


.xtp_table_list {
    padding: 0 0 10px 0;
}

.xtp_item {
    float: left;
    padding: 2px;
    width: 50px;
    height: 50px;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    border: 1px solid #e6ecf4;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.xtp_item.active {
    box-shadow: 0 0 5px #858c97;
}

.xtp_item.not {
    opacity: 0.3;
}

.xtp_item_ico {
    width: 50px;
    height: 50px;
}

.xtp_curs_wrap {
    position: relative;
    padding: 0 125px 0 0;
    margin: 0 0 20px 0;
    height: 50px;
}


.xtp_input_wrap input {
    font: 20px/50px 'Nunito', sans-serif;
    padding: 0 20px 0 20px;
    height: 50px;
    width: 100%;
}

.xtp_select_wrap {
    position: absolute;
    float: none;
    top: 0px;
    right: 0px;
    width: 120px;
    height: 50px;
}



.xtp_select_wrap select {
    width: 100%;
    height: 50px;
}

.xtp_commis_wrap {
    position: relative;
    margin: 0 0 20px 0;
}

.xtp_commis_text {
    position: absolute;
    top: 0;
    right: 15px;
    height: 50px;
    font: 13px/50px 'Nunito', sans-serif;
}



.xtp_commis_wrap input {
    font: 20px/50px 'Nunito', sans-serif;
    padding: 0 20px 0 20px;
    height: 50px;
    width: 100%;
}

.xtp_line {
    padding: 0 0 10px 0;
    font: 13px 'Nunito', sans-serif;
}

.xtp_line span {
    font-weight: 600;
}

a.xtp_link {
    color: #148EFF;
    font-weight: 600;
}

.xtp_html_wrap {
    position: relative;
}

.xtp_html_abs {
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}


/* end type table 2 */

/* type table 3 */
.xchange_type_list {
    padding: 0 0 40px 0;
}

.xtl_html_wrap {
    position: relative;
}

.xtl_html_abs {
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}


.xtl_table_body {
    margin: 0 0 20px 0;
}

.xtl_left_col, .xtl_right_col {
    border-radius: 4px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px #e1e9f2;
    min-height: 1px;
    margin: 0 0 20px 0;
}



.xtl_center_col {
    margin: 0 0 20px 0;
}

a.xtl_change {
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background: url(images/xtl_change.png) no-repeat center center;
}

a.xtl_change:hover {
    opacity: 0.8;
}

@media all and (min-width: 900px) {
    .xtl_table_wrap {
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 0 5px #e1e9f2;
        padding: 30px;
    }



    .xtl_left_col {
        float: left;
        width: 47%;
        position: relative;
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }



    .xtl_center_col {
        float: left;
        width: 6%;
        margin: 0;
        padding: 50px 0 0 0;
    }



    .xtl_right_col {
        float: right;
        width: 47%;
        position: relative;
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }


}

.xtl_table_title {
    font: 600 18px 'Nunito', sans-serif;
    color: #000;
    padding: 0 0 20px 0;
}



.xtl_ico_wrap {
    display: none;
}

.xtl_select_wrap {
    margin: 0 0 20px 0;
}

.xtl_select_wrap select {
    width: 100%;
    height: 50px;
}

.xtl_input_wrap {
    margin: 0 0 20px 0;
}

.xtl_input_wrap input {
    font: 20px/50px 'Nunito', sans-serif;
    padding: 0 20px 0 20px;
    height: 50px;
    width: 100%;
}

.xtl_commis_wrap {
    position: relative;
    margin: 0 0 20px 0;
}

.xtl_commis_text {
    position: absolute;
    float: none;
    top: 0;
    right: 10px;
    width: 110px;
    text-align: right;
    height: 50px;
    font: 13px/50px 'Nunito', sans-serif;
}



.xtl_commis_wrap input {
    font: 20px/50px 'Nunito', sans-serif;
    padding: 0 20px 0 20px;
    height: 50px;
    width: 100%;
}

.xtl_line {
    padding: 0 0 10px 0;
    font: 13px 'Nunito', sans-serif;
}

.xtl_line span {
    font-weight: 600;
}

a.xtl_submit, a.xtp_submit {
    display: block;
    text-decoration: none;
    background: #148EFF;
    border-radius: 4px;
    border: none;
    height: 50px;
    width: 260px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: 600 18px/50px 'Nunito', sans-serif;
    cursor: pointer;
    text-align: center;
}

a.xtl_submit:hover, a.xtp_submit:hover {
    background: #0d5eae;
}

a.xtl_submit.active, a.xtp_submit.active {
    background: #ccc;
    cursor: default;
}

/* end type table 3 */

/* all */
.notice_message, .notverify_message {
    margin: 0 auto 20px;
    padding: 0 0 0 0;
    max-width: 1130px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(31, 33, 36, 0.01);
    border-radius: 4px;
}



.notice_message_title {
    color: #00E094;

    margin: 0 0 15px 0;
}

.warning_message {
    padding: 30px;
    margin: 20px auto 20px;
    max-width: 1210px;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 30px;
}



.warning_message_title,
.warning_message_title h2{
    color: #08b868;
    font: 600 18px 'Nunito', sans-serif;
    margin: 0 0 15px 0;
}

.warning_message_text p {
    padding: 0 0 15px 0;
}

.ajax_post_bids_res {
    margin: 0 0px;
}

.span_skidka {
    color: #08b868;
}

.span_give_max, .span_get_max {
    color: #000;
}



.span_give_max span, .span_get_max span {
    display: flex;
    margin-right: 16px;
    color: #757B85;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 4px;
}
.span_give_max span span{
    min-width: 30px;
}

.js_amount {
    cursor: pointer;
}

.js_wrap_error {
    position: relative;
}

.js_error {
    display: none;
    position: absolute;
    z-index: 10;
    top: 102%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
    color: #fff;
    background: #ef8789;
    border-radius: 3px;
    padding: 5px;
    font: 600 10px 'Nunito', sans-serif;
}



.js_wrap_error.error .js_error {
    display: block;
}

.js_wrap_error.error input {
    border: 1px solid #f6c7c8;
}



.info_window {
    display: none;
    z-index: 1;
    position: absolute;
    float: none;
    top: 104%;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: 12px/14px 'Nunito', sans-serif;
    padding: 15px 20px;
    border-radius: 4px;
    color: #6b8199;
    background: #f1f4fa;
}





.js_window_wrap.showed .info_window {
    display: block;
}

.info_window_abs {
    position: absolute;
    top: -4px;
    float: none;
    left: 36px;
    background: url(images/ug.png) no-repeat;
    width: 14px;
    height: 5px;
}




.js_purse_link {
    z-index: 20;
    position: absolute;
    float: none;
    top: 50%;
    left: 15px;
    margin: -8px 0 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(images/purse.png) no-repeat center center;
}


.js_purse_link_ins {
    position: relative;
    width: 16px;
    height: 16px;
}

.js_purse_ul {
    position: absolute;
    float: none;
    top: 0;
    left: 0px;
    width: 250px;
    background: #fff;
    font: 12px 'Nunito', sans-serif;
    color: #000;
    box-shadow: 0 0 5px #9fa3a1;
    display: none;
}



.js_purse_line {
    padding: 5px 10px;
    word-break: break-all;
    word-wrap: break-word;
    border-bottom: 1px solid #dedede;
}

input.js_purse_input {
    padding-left: 40px;
}


.js_choice_link{
    z-index: 20;
    position: absolute;
    float: none;
    top: 50%;
    left: 15px;
    margin: -8px 0 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(images/choice.png) no-repeat center center;
}

.js_choice_link_ins{
    position: relative;
    width: 16px;
    height: 16px;
}
.js_choice_ul{
    position: absolute;
    float: none;
    top: 0;
    left: 0px;
    width: 250px;
    background: #fff;
    border-radius: 4px;
    font: 12px 'Nunito', sans-serif;
    color: #000;
    box-shadow: 0 0 5px #9fa3a1;
    display: none;
}

.js_choice_line{
    padding: 5px 10px;
    word-break: break-all; word-wrap: break-word;
    border-bottom: 1px solid #dedede;
}
input.js_choice_input{
    padding-left: 40px;
}


/* end all */

/* hexch */
.hexch_ajax_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.htable_ajax_wrap {
    position: relative;
}

.hexch_ajax_wrap_abs, .htable_ajax_wrap_abs {
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}



.hexch_widget {
    max-width: 1150px;
    margin: 0 auto;
}

.hexch_div {
    padding: 0;
}

.hexch_div_ins {

}



.hexch_bigtitle {
    color: #1F2124;
    font-family: JetBrains Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
    margin: 0 0 20px 0px;
}



.hexch_information {
    padding: 0 0 7px 0;
    border-bottom: 1px solid #F3F7FC;
    margin-bottom: 4px;
    color: #1F2124;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.hexch_information_line, .user_discount_div {
    padding: 0 0 18px 0;
    display: flex;
    justify-content: space-between;
}

.js_curs_html,
.js_reserv_html{
    color: #1F2124;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.user_discount_div {
    color: #08b868;
}

.hexh_line_label, .user_discount_label {
    color: #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

@media all and (min-width: 700px) {
    .hexch_cols:after {
        content: '';
        display: block;
        clear: both;
    }

    .hexch_left {
        float: left;
        width: 48%;
    }



    .hexch_right {
        float: right;
        width: 48%;
    }



    .hexch_pers {
        float: left;
        width: 48%;
    }


}

.htable_ajax_wrap .hexch_left,
.htable_ajax_wrap .hexch_right,
.htable_ajax_wrap .hexch_pers{
    float: none;
    width: auto;
}

.hexch_title, .hexch_pers_title {
    position: relative;
    color: #1F2124;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 10px 0px;
}
.hexch_title_ins {
    display: flex;
    align-items: center;
}
.hexch_title {

}



.hexch_title_logo {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}





.hexch_info_line {
    font: 13px/14px 'Nunito', sans-serif;
    padding: 0 0 10px 0px;
}

.hexch_info_line p {
    padding: 0px 0 2px;
}

@media all and (min-width: 700px) {
    .hexch_ajax_wrap .hexch_info_line {
        min-height: 50px;
        display: table-cell;
        vertical-align: middle;
    }
}

.hexch_curs_line .check_purse_line {
    padding: 20px 0 0px 0px;
}

.hexch_sumandcom {
    color: #6b8199;
    font: 13px/16px 'Nunito', sans-serif;
    padding: 0 0 20px 0px;
}

.hexch_curs_line, .hexch_pers_line {
    position: relative;
    margin: 0 0 20px 0;
}

.hexch_curs_label, .hexch_pers_label {
    font-size: 12px;
    color: #757B85;
    padding: 0 0 5px 0;
}

.hexch_pers_input {
    position: relative;
}

.hexch_curs_input input, .hexch_pers_input input {
    border-radius: 4px;
    border: 1px solid #F3F7FC;
    height: 40px;
    width: 100%;
}

.hexch_curs_input select, .hexch_pers_input select {
    height: 40px;
    width: 100%;
}

.hexch_submit_div {
    padding: 0px 0px 10px 0px;
}

input.hexch_submit {

}

.show_out_0 input.hexch_submit {
    width: 100%;
}

.hexch_checkdata_div, .hexch_div .exchange_checkpersdata {
    padding: 0 0px 0px 0px;
}

/* end hexch */

/* exch */
.exch_ajax_wrap, .exchange_status_html {
    position: relative;
    min-height: 50px;
    background: #fff;
    padding: 25px;
    border-radius: 30px;
}
.exch_ajax_wrap h1 {
    text-align: center;
    margin-bottom: 25px;
    color: #000;
    font: 600 24px 'Nunito', sans-serif;
}
.exch_ajax_wrap_abs, .exchange_status_abs {
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f7fc url(images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}


.xchange_div {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 10px;
    margin: 0 0 20px 0;
}

.xchange_div_cols {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xchange_data_title, .xchange_pers_title {
    color: #000;
    font: 600 24px 'Nunito', sans-serif;
    margin: 0px 0px 20px;
}

.xchange_div_col_give,
.xchange_div_col_get {
    flex: 1 0 0%;
}


.xchange_data_div {
    padding: 0px 0px 10px;

    margin: 0 0 20px 0;
}


.xchange_pers_div {
    padding: 0px 0px 10px 0px;
}

.xchange_data_ins_left {
    display: flex;
    flex-direction: column;

}


.xchange_data_ins_left .span_give_max,
.xchange_data_right .span_get_max{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media all and (min-width: 700px) {




    .xchange_data_right .xchange_info_line {
        text-align: right;
    }

}

.xchange_info_line {
    font: 13px 'Nunito', sans-serif;
    padding: 0 0 10px 0;
    color: #6b8199;
}

.xchange_select {
    margin: 0 0 20px 0;
    height: 50px;
}

.xchange_select select {
    width: 100%;
    height: 50px;
}

.xchange_sum_line {
    position: relative;
    margin: 0 0 20px 0;
}

.xchange_sum_label {
    font: 13px 'Nunito', sans-serif;
    color: #6b8199;
    padding: 0 0 5px 0;
}

.xchange_sum_input {
    position: relative;
}

.xchange_sum_input input,
.xchange_sum_input select{
    width: 100%;
    height: 50px;
    font: 16px/50px 'Nunito', sans-serif;
}

@media all and (min-width: 700px) {

}

.xchange_sumandcom {
    color: #6b8199;
    font: 13px/16px 'Nunito', sans-serif;
    margin: 0 0 20px 0;
}

.xchange_curs_line .check_purse_line {
    padding: 20px 0 0px 0;
}

.xchange_curs_line, .xchange_pers_line {
    margin: 0 0 20px 0;
}

.xchange_curs_label, .xchange_pers_label {
    font: 13px 'Nunito', sans-serif;
    color: #6b8199;
    padding: 0 0 5px 0;
}

.xchange_curs_input, .xchange_pers_input {
    position: relative;
}

.xchange_curs_input input, .xchange_pers_input input {
    font: 16px/50px 'Nunito', sans-serif;
    height: 50px;
    width: 100%;
}

.xchange_curs_input select, .xchange_pers_input select {
    height: 50px;
    width: 100%;
}

.xchange_submit_div {
    padding: 0px 0px 10px 0px;
}

input.xchange_submit {
    display: block;
    height: 50px;
    width: 220px;
    margin: 0;
    font: 600 18px/50px 'Nunito', sans-serif;
    text-align: center;
}

.xchange_checkdata_div, .xchange_div .exchange_checkpersdata {
    padding: 0 0px 10px 0px;
}

/* end exch */

/* step 1 */
.block_xchangedata {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 5px;
    margin: 0 0 20px 0;
}


.block_submitbutton {
    padding: 0px 0 20px;
}

.block_checked_rule {
    padding: 0px 0px 20px 0px;
}

.block_xchdata, .block_persdata {
    padding: 0;
}

.block_xchdata {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e6ecf4;
}


.block_xchdata_title, .block_persdata_title {
    color: #000;
    font: 600 24px 'Nunito', sans-serif;
    margin: 0 0px 20px;
}

.block_xchdata_comm {
    padding: 0px 0px 20px;
    color: #6b8199;
}

.block_persdata_info, .block_xchdata_info {


}




.block_persdata_line, .block_xchdata_line {
    margin-bottom: 5px;
    display: flex;
}



.block_xchdata_line .property_title,
.block_persdata_line .property_title{
    margin-right: 10px;
    color:  #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
}

.block_xchdata_line .property_value,
.block_persdata_line .property_value{
    color: #1F2124;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}


@media all and (max-width: 500px) {
    .block_xchdata_info_right {
        display: none;
    }
}

.block_xchdata_ico {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
}

.block_xchdata_text {
    float: left;
    height: 40px;
    font: 600 18px/40px 'Nunito', sans-serif;
}

/* end step 1 */

/* bid status */
.block_statusbids {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 1px;
    margin: 0 0 20px 0;
    position: relative;
}


.block_statusbid_title {
    color: #000;
    font: 600 24px 'Nunito', sans-serif;
    margin: 0 0px 20px;
}

.block_instruction {
    margin: 0 0 10px 0;
}

.block_instruction p {
    padding: 0 0 10px 0;
}

.block_instruction .comment_user {
    font-weight: 600;
}

.block_payinfo {
    padding: 0px 0px 20px;
}

.block_payinfo_line {
    padding: 0px 0 10px;
}

.block_payinfo_line span {
    font-weight: 600;
}

.block_status {
    background: #f3f7fc;
    padding: 20px 20px;
    margin: 0 -20px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #1F2124;
}


.block_status_time {
    padding: 0 0 10px 0;
}

.block_status_time span {
    font-weight: 600;
}

span.block_status_text_info {
    font-weight: 600;
}

.block_change_browser {
    text-align: center;
    padding: 0px 0 20px;
    color: #ff0000;
}

.not_vaccaunt_now {
    font-weight: 600;
}

.warp_check_payment_title{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.warp_check_payment_title span{
    width: 17px;
    display: inline-flex;
    justify-content: center;
}
.warp_check_payment_title a{
    height: 20px;
    margin-left: 10px;
}



.block_check_payment {
    height: 6px;
    position: relative;
    float: none;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
}

.block_check_payment_ins {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: #00c063;
}



.block_warning_merch {
    padding: 20px 20px;
    margin: 0 -20px 20px;
    background: #f3f7fc;
}

.block_paybutton_merch {
    padding: 0px 0 20px;
}

.block_smsbutton {
    padding: 20px 0px 20px;
    border-top: 1px solid #f0f5f3;
}

.block_smsbutton_label {
    padding: 0 0 8px 0;
    font-weight: 600;
}

.block_smsbutton_action input[type=text] {
    float: left;
    width: 120px;
    text-align: center;
}



.block_smsbutton_action input[type=submit] {
    float: left;
    margin: 0 0 0 20px;
}



.block_paybutton {
    padding: 0px 0px 20px;
}

a.cancel_paybutton {
    float: left;
    display: block;
    text-decoration: none;
    background: #79808b;
    border-radius: 4px;
    height: 40px;
    width: 220px;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: 600 16px/40px 'Nunito', sans-serif;
    cursor: pointer;
    text-align: center;
}


a.cancel_paybutton:hover {
    color: #fff;
    background: #61666e;
}

.resultfalse.paybutton_error {
    width: 160px;
    float: right;
}

a.success_paybutton {
    float: right;
    display: block;
    text-decoration: none;
    background: #148EFF;
    border-radius: 4px;
    height: 40px;
    width: 220px;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: 600 16px/40px 'Nunito', sans-serif;
    cursor: pointer;
    text-align: center;
}



a.success_paybutton:hover {
    background: #0d5eae;
    color: #fff;
}

@media all and (max-width: 700px) {
    a.cancel_paybutton,
    .resultfalse.paybutton_error,
    a.success_paybutton{
        float: none;
        width: auto;
        margin: 0 0 20px 0;
    }
}

a.merch_paybutton {
    display: block;
    text-decoration: none;
    background: #f1f4fa;
    border-radius: 4px;
    height: 40px;
    width: 240px;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #148EFF;
    font: 600 16px/40px 'Nunito', sans-serif;
    cursor: pointer;
    text-align: center;
}

a.merch_paybutton:hover {
    background: #e7edf5;
}

/* end bid status */

/* select */
.select_js {
    position: relative;
    cursor: pointer;
}

.change_city_select_wrap {
    height: 50px;
    width: 260px;
}

.change_city_select_wrap select {
    height: 50px;
}

.select_js select {
    display: none;
}

.select_js_title {
    background: #fff;
    border: 1px solid #e6ecf4;
    border-radius: 4px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    overflow: hidden;
    position: relative;
}



.select_js.open .select_js_title {
    background: #fff;
}



.select_js_title .select_js_abs {
    background: url(images/jsel.png) no-repeat center center;
    position: absolute;
    float: none;
    top: 0;
    right: 20px;
    height: 100%;
    width: 12px;
}



.select_js_title_ins {
    padding: 0 20px 0 20px;
    font: 600 18px/48px 'Nunito', sans-serif;
}


.iselect_js .select_js_title_ins {
    padding: 0 20px 0 60px;
}



.iselect_js .select_ico {
    position: absolute;
    float: none;
    top: 5px;
    left: 10px;
    width: 50px;
    height: 40px;
}


.select_js_search {
    display: none;
    position: absolute;
    z-index: 30;
    float: none;
    top: 0;
    width: 100%;
    min-width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.select_js_search input {
    width: 100%;
    height: 50px;
}

.select_js_ul {
    display: none;
    position: absolute;
    z-index: 30;
    float: none;
    top: 100%;
    background: #fff;
    border: 1px solid #e6ecf4;
    width: 100%;
    min-width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
}


.select_js_ulli {
    position: relative;
    overflow: hidden;
    padding: 8px 20px;
    color: #6b8199;
    font: 13px 'Nunito', sans-serif;
    border-top: 1px solid #eaeef4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



.iselect_js .select_js_ulli {
    padding: 0 10px 0 60px;
    height: 50px;
    font: 16px/50px 'Nunito', sans-serif;
}



.select_js_ulli:hover, .select_js_ulli.active {
    background: #f3f7fc;
}



/* end select */

/* sidebar */

.sidebar .not_frame{
    display: none;
}
.sidebar .user_widget{
    position: fixed;
    right: -370px;
    top: 15%;
    z-index: 100;
    width: 330px;
}

.user_widget_btn{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    border-radius: 16px 0 0 16px;
    box-shadow: 0px 4px 4px 0px rgba(31, 33, 36, 0.01);
    cursor: pointer;
}

.user_widget_exit{
    display: none;
}

/* end sidebar */

.widget {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px;
}

.widget_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}


.widget img {
    max-width: 100%;
}

.textwidget {
    padding: 0px;
}

ul#recentcomments {
    display: block;
}

ul#recentcomments li {
    display: block;
    padding: 0 0 5px 12px;
    background: url(images/liarr.png) no-repeat 0 3px;
}


/* news widget */
.widget.widget_news_div {
    margin: 0 0 20px 0;
    background: none;
    box-shadow: none;
    padding: 0;
}

.widget_news_div .widget_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}


.widget_news_line {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px;
}


.widget_news_date {
    color: #6b8199;
    font: 12px 'Nunito', sans-serif;
    margin: 0 0 5px 0;
}


.widget_news_image {
    margin: 0 0 7px 0;
}

.widget_news_image img {
    border-radius: 4px;
    width: 100%;
}

.widget_news_title {
    font: 18px 'Nunito', sans-serif;
    margin: 0 0 7px 0;
}

.widget_news_title a {
    color: #2e3033;
    text-decoration: none;
}


.widget_news_title a:hover {
    text-decoration: underline;
}

.widget_news_content {
    font: 15px 'Nunito', sans-serif;
}

.widget_news_content a {
    color: #6b8199;
    text-decoration: none;
}

.widget_news_content a:hover {
    text-decoration: underline;
}

a.widget_news_more, a.widget_reviews_more {
    padding: 8px 20px;
    border-radius: 4px;
    background: #148EFF;
    text-decoration: none;
    color: #fff;
    font: 600 12px 'Nunito', sans-serif;
    float: left;
}



a.widget_news_more:hover, a.widget_reviews_more:hover {
    background: #0d5eae;
    color: #fff;
}

/* end news widget */

/* stats widget */
.widget_stats_div {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px 15px;
}


.widget_stats_div .widget_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}


.widget_stats_line {
    padding: 0px 0px 5px;
    font: 13px 'Nunito', sans-serif;
}

.widget_stats_line span {
    font-weight: 600;
}

/* end stats widget */

/* reviews widget */
.widget.widget_reviews_div {
    margin: 0 0 20px 0;
    background: none;
    box-shadow: none;
    padding: 0;
}

.widget_reviews_div .widget_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}


.widget_reviews_line {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    padding: 20px 20px;
}


.widget_reviews_author {
    float: left;
    font: 600 14px 'Nunito', sans-serif;
    margin: 0 3px 10px 0;
}




.widget_reviews_date {
    float: left;
    font: 600 12px 'Nunito', sans-serif;
    margin: 2px 0 10px 0;
}



.widget_reviews_content {
    font: 15px 'Nunito', sans-serif;
    color: #6b8199;
    word-wrap: break-word;
    word-break: break-all;
}

/* end reviews widget */

/* register widget */
.user_widget, .register_widget, .login_widget, .checkstatus_widget {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    color: #6b8199;
    border-radius: 4px;
    padding: 20px 20px;
}

.user_widget{
    border-radius: 0 0 0 16px;
}

.user_widget_title, .register_widget_title, .login_widget_title, .checkstatus_widget_title {
    color:  #1F2124;
    font-family: JetBrains Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
}


.widget_reg_label, .widget_log_label, .widget_checkstatus_label {
    margin: 0;
    padding: 0 0 3px;
    font: 13px 'Nunito', sans-serif;
}

.widget_reg_line, .widget_log_line, .widget_checkstatus_line {
    padding: 0 0 10px;
}

.widget_reg_line_subm input, .widget_log_line_subm input, .widget_checkstatus_line_subm input {
    display: block;
    margin: 0 auto;
}

input.widget_reg_input, input.widget_log_input, input.widget_checkstatus_input {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/* end register widget */

/* login widget */
.widget_log_line_text {
    padding: 0 0 15px 0;
}

.login_widget_subm_left {
    float: left;
    width: 49%;
    font: 12px 'Nunito', sans-serif;
}

.login_widget_subm_right {
    float: right;
    text-align: right;
    width: 49%;
    font: 12px 'Nunito', sans-serif;
}

/* end login widget */

/* user widget */
.uswidin {
    margin: 0 0 15px 0;
    font: 600 15px 'Nunito', sans-serif;
    color: #08b868;
}

.uswidinleft {
    float: left;
    width: 50%;
}



.uswidinright {
    float: right;
    width: 50%;
    text-align: right;
}


.user_widget_body ul {
    margin: 0 0 15px 0;
}

.user_widget_body ul li {
    display: block;
    padding: 0 0 5px 0;
}

.user_widget_body ul li a {

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-decoration: none;
    padding-left: 15px;
}

.user_widget_body ul li a:hover {
    text-decoration: underline;
}

.user_widget_body ul li.current a {
    color: #6b8199;
    text-decoration: none;
    cursor: default;
}

a.exit_link {
    display: block;
    border: 1px solid #148EFF;
    background: #148EFF;
    border-radius: 4px;
    height: 50px;
    padding: 0 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #fff;
    font: 600 18px/50px 'Nunito', sans-serif;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

a.exit_link:hover {
    background: #0d5eae;
    border: 1px solid #0d5eae;
    color: #fff;
    text-decoration: none;
}

/* end user widget */

/* reserv widget */
.widget_reserv_div {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    color: #6b8199;
    border-radius: 4px;
    padding: 20px 20px;
}


.widget_reserv_div_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}

.widget_reserv_line {
    padding: 3px 0px 3px 0px;
    margin: 0 -10px 0 0;
}



.widget_reserv_ico {
    float: left;
    width: 40px;
    height: 40px;
}


.widget_reserv_block {
    float: left;
    width: 170px;
    font: 14px 'Nunito', sans-serif;
    padding: 2px 0 0 10px;
}



.widget_reserv_title {
    font: 600 13px 'Nunito', sans-serif;
    color: #6b8199;
    margin: 0 0 1px 0;
}


.widget_reserv_sum {
    color: #000;
}


.widget_reserv_filters {
    padding: 0px 0 5px 0px;
}

.widget_reserv_filter {
    float: left;
    padding: 5px 8px 3px;
    background: #f1f4fa;
    border-radius: 4px;
    border: 1px solid #eaeef4;
    color: #6b8199;
    font: 13px/13px 'Nunito', sans-serif;
    margin: 0 5px 5px 0;
    cursor: pointer;
    position: relative;
}




.widget_reserv_filter.current {
    background: #148EFF;
    border: 1px solid #148EFF;
    color: #fff;
}

/* end reserv widget */

/* cbr widget */
.widget_cbr_div {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    color: #6b8199;
    border-radius: 4px;
    padding: 20px 20px 10px;
}



.widget_cbr_div_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}


.cbr_update {
    padding: 10px 0px 0;
    font: 12px 'Nunito', sans-serif;
}

.widget_cbr_line {
    border-bottom: 1px solid #eaeef4;
    padding: 10px 10px 10px 20px;
    margin: 0 -20px;
}



.widget_cbr_left {
    float: left;
    width: 100px;
}


.widget_cbr_title {
    font: 600 13px 'Nunito', sans-serif;
    color: #000;
    padding: 1px 0 1px 0;
}


.widget_cbr_birg {
    font: 600 12px 'Nunito', sans-serif;
    color: #6b8199;
}

.widget_cbr_curs {
    float: left;
    width: 120px;
    padding: 0 0 0 20px;
    font: 13px 'Nunito', sans-serif;
}



.widget_cbr_onecurs {
    padding: 1px 0;
}

/* end cbr widget */

/* lchange */
.widget_lchange_div {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    color: #6b8199;
    border-radius: 4px;
    padding: 20px 20px 1px;
    position: relative;
}


.widget_lchange_div .widget_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}


.widget_lchange_html {
    padding: 0;
}

.widget_lchange_abs {
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f6fb url(images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}



.widget_lchange_abs.active {
    display: block;
}

.widget_lchange_noitem {
    margin: 0 0 20px 0;
}

.widget_lchange_line {
    margin: 0 0 20px 0;
}

.widget_lchange_date {
    font: 13px 'Nunito', sans-serif;
    color: #6b8199;
    padding: 10px 0 0 0;
}


.widget_lchange_why {
    float: left;
    width: 84px;
}



.widget_lchange_ico {
    width: 40px;
    height: 40px;
}

.widget_lchange_txt {
    font: 14px 'Nunito', sans-serif;
    padding: 5px 0 0 5px;
    color: #000;
}



.widget_lchange_arr {
    float: left;
    width: 40px;
    height: 40px;
    background: url(images/harr.png) no-repeat 0 center;
}



/* end lchange */

/* userverify widget */
.usve_widget {
    border-bottom: 1px solid #ebebeb;
    color: #ff6066;
    padding: 20px 0px 16px 35px;
    font: 13px 'Nunito', sans-serif;
    margin: -20px 0px 10px 0px;
    background: url(images/verify0.png) no-repeat 0px 16px;
}


.usve_widget.verifyst_1 {
    color: #00c360;
    background: url(images/verify1.png) no-repeat 0px 16px;
}



.usve_widget_link {
    padding: 5px 0 0 0;
}

.userverify_widget {
    margin: 0 0 20px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    color: #6b8199;
    border-radius: 4px;
    padding: 20px 20px;
}



.userverify_widget_title {
    font: 600 24px/24px 'Nunito', sans-serif;
    color: #2e3033;
    margin: 0px 0px 20px 0px;
}


.account_verify {
    background: url(images/verify0.png) no-repeat 0 center;
    padding: 5px 0 5px 35px;
    font: 13px 'Nunito', sans-serif;
    color: #ff6066;
}

.account_verify.true {
    color: #00c360;
    background: url(images/verify1.png) no-repeat 0 center;
}


.needverifylink {
    padding: 5px 0 0px 35px;
}


/* end userverify widget */

/* comment navi */
.comment-navigation {
    margin: 0 0 20px 0;
}

.nav-previous a {
    float: left;
    padding: 8px 13px;
    border-radius: 4px;
}


.nav-next a {
    float: right;
    padding: 8px 13px;
    border-radius: 4px;
}


/* end comment navi */

/* pagenavi */
.pagenavi {
    padding: 0px 0 0 0;
    margin: 0 0 20px 0;
    text-align: center;
    font: 13px 'Nunito', sans-serif;
}

.pagenavi span, .pagenavi a {
    margin: 0 3px;
    position: relative;
    padding: 8px 13px;
    border-radius: 4px;
}

.pagenavi span {
    color: #fff;
    background: #0c72d7;
    border: 1px solid #0c72d7;
}

.pagenavi a, .nav-previous a, .nav-next a {
    text-decoration: none;
    color: #148EFF;
    border: 1px solid #f1f4fa;
    background: #fff;
}


.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
    color: #148EFF;
    background: #f1f4fa;
    border: 1px solid #f1f4fa;
    text-decoration: none;
}


/* end pagenavi */

/* footer */
.footer_wrap {
    width: 100%;
    margin-top: 80px;
    padding: 0 15px;
    box-sizing: border-box;
}


.footer {
    max-width: 1150px;
    margin: 0 auto;
    padding: 14px 30px;
    border-radius: 20px 20px 0px 0px ;
    background: #1F2124;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.footer_menu li {
    font: 13px 'Nunito', sans-serif;
}

.footer_menu li a {
    text-decoration: underline;
}

.footer_menu li a:hover {
    text-decoration: none;
}

.footer_phone {
    color: #2e3033;
}

.footer_phone a {
    color: #2e3033;
}


@media all and (max-width: 699px) {

    .footer_menu {
        padding: 0 0px 15px 0;
        text-align: center;
    }

    .footer_menu li {
        display: block;
        margin: 0 0 5px 0;
    }

    .footer_soc {
        text-align: center;
        padding: 0 0 10px 0;
    }

    .footer_soc img {
        margin: 0 2px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .footer_soc img:hover {
        opacity: 0.7;
    }

    .footer_phone {
        text-align: center;
        padding: 0 0 20px;
        font: 600 18px 'Nunito', sans-serif;
    }

    .footer_timetable {
        text-align: center;
    }
}

@media all and (min-width: 700px) and (max-width: 959px) {
    .footer_left {
        float: left;
        padding: 10px 0px 20px 0;
        width: 340px;
    }

    .footer_menu li {
        float: left;
        margin: 0 10px 5px 0;
    }


    .footer_center {
        float: right;
        width: 320px;
        padding: 0 0 20px 0;
    }


    .footer_soc {
        text-align: right;
        padding: 0 0 8px 0;
    }

    .footer_soc img {
        margin: 0 0px 0 5px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .footer_soc img:hover {
        opacity: 0.7;
    }

    .footer_line {
        clear: both;
    }

    .footer_phone {
        height: 27px;
        background: url(images/foot_phone.png) no-repeat left center;
        padding: 0 0 0 20px;
        margin: 0 0 15px 0;
        font: 600 18px/27px 'Nunito', sans-serif;
    }

}

@media all and (min-width: 960px) {


    .footer_menu li {
        float: left;
        margin: 0 10px 5px 0;
    }




    .footer_soc {
        text-align: left;
        padding: 0 0 8px 0;
    }


    .footer_soc img {
        margin: 0 5px 0 0px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .footer_soc img:hover {
        opacity: 0.7;
    }

}

.footer_phone {
    height: 27px;
    background: url(images/foot_phone.png) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0;
    font: 600 18px/27px 'Nunito', sans-serif;
}




@media all and (min-width: 1170px) {



    .footer_soc img {
        margin: 0 10px 0 0px;
    }

}

/* end footer */

/* changes course */
.last_events_wrap {
    position: fixed;
    bottom: 10px;
    left: 50px;
    z-index: 100;
    width: 300px;
}

.last_events_wrap.toright {
    left: auto;
    right: 50px;
}

.last_events_option {
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    border: 1px solid #eaeef4;
    color: #000;
    font: 13px 'Nunito', sans-serif;
    padding: 10px 15px;
}


.levents {
    position: relative;
    display: none;
    margin: 0 0 10px 0;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 4px;
    border: 1px solid #eaeef4;
    color: #6b8199;
    font: 13px 'Nunito', sans-serif;
    padding: 10px 15px;
    text-align: center;
}


.levents_title {
    font: 600 14px 'Nunito', sans-serif;
    padding: 0 0 5px 0;
    color: #000;
}


.levents_arr {
    height: 15px;
    background: url(images/courselogs.png) no-repeat center center;
}

.levents_close {
    position: absolute;
    float: none;
    top: 13px;
    right: 10px;
    width: 16px;
    height: 16px;
    background: url(images/close.png) no-repeat;
    cursor: pointer;
}


/* end changes course */

/* operator */
.statuswork_div {
    position: fixed;
    z-index: 99999;
    width: 50px;
    height: 230px;
    top: 290px;
}

@media all and (max-width: 500px) {
    .statuswork_div {
        display: none;
    }
}

.statuswork_div.toleft {
    left: 0px;
}

.statuswork_div.toright {
    right: 0px;
}

.statuswork_div_ins {
    position: relative;
    width: 50px;
    height: 230px;
}

.statuswork {
    position: absolute;
    float: none;
    top: 91px;
    left: -90px;
    width: 215px;
    height: 41px;
    background: #148EFF;
    color: #fff;
    padding: 9px 0 0 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font: 12px 'Nunito', sans-serif;
    border-radius: 3px 3px 0 0;
}


.statuswork_div.toleft .statuswork {
    border-radius: 0 0 3px 3px;
}


.statuswork_ins {
    background: url(images/online.png) no-repeat left center;
    padding: 0 0 0 35px;
}

.status_op0 .statuswork {
    background: #ced6e1;
}

.status_op0 .statuswork_ins {
    color: #6b8199;
    background: url(images/offline.png) no-repeat left center;
}

.statuswork_title {
    font: 600 18px/18px 'Nunito', sans-serif;
    padding: 0 0 2px 0;
}

/* end operator */

/* top button */
#topped {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #148eff url(images/topped.png) no-repeat center center;
    opacity: 0.7;
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 99999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#topped:hover {
    opacity: 1;
}

/* end top button */

/* tooltips */
.form_field_line.has_tooltip .form_field_ins {
    position: relative;
}

.has_tooltip .form_field_label_ins {
    position: relative;
    padding: 0 20px 0 0px;
}

.has_tooltip .field_tooltip_label {
    position: absolute;
    float: none;
    display: block;
    width: 16px;
    height: 16px;
    top: 0px;
    right: 0;
    cursor: help;
    background: url(images/question.png) no-repeat right center;
}


.field_tooltip_div {
    display: none;
    z-index: 100;
    position: absolute;
    float: none;
    top: 45px;
    left: 0;
    width: 300px;
    max-width: 100%;
}


.has_tooltip.showed .field_tooltip_div {
    display: block;
}

.field_tooltip_abs {
    position: absolute;
    top: -4px;
    float: none;
    left: 36px;
    background: url(images/ug.png) no-repeat;
    width: 14px;
    height: 5px;
}



.field_tooltip {
    font: 12px/14px 'Nunito', sans-serif;
    padding: 15px 20px;
    border-radius: 4px;
    color: #6b8199;
    background: #f1f4fa;
}


/* end tooltips */

/* notify */
.wn_wrap {
    position: fixed;
    float: none;
    bottom: 0;
    left: 0;
    z-index: 999998;
    background: #6b8199;
    width: 100%;
}

.wn_div {
    padding: 15px 10px;
    max-width: 1150px;
    margin: 0 auto;
    font: 15px 'Nunito', sans-serif;
    color: #ceddec;
}

.wn_div_text {
    padding: 0 0 10px 0;
}

/* end notify */

/* window */
.standart_shadow {
    position: fixed;
    float: none;
    top: 0;
    left: 0;
    z-index: 999998;
    width: 100%;
    height: 100%;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.standart_window {
    position: fixed;
    float: none;
    width: 100%;
    top: 100px;
    left: 0px;
    z-index: 999999;
}

.standart_windowins {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    padding: 0 10px;
}

.standart_window_ins {
    padding: 0px 20px 10px;
    background: #fff;
    border-radius: 4px;
}

.standart_window_close {
    position: absolute;
    float: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(images/close.png) no-repeat center center;
    top: 17px;
    right: 20px;
}


.standart_window_title {
    font: 600 18px 'Nunito', sans-serif;
    color: #000;
    margin: 0 -20px 15px;
    padding: 15px 40px 15px 20px;
    background: #f3f7fc;
    border: none;
    border-radius: 4px 4px 0 0;
}




.standart_window_submit {
    padding: 20px 0px 10px;
    text-align: center;
}

.rb_label {
    font: 13px 'Nunito', sans-serif;
    padding: 0px 0px 3px 0px;
}

.rb_line {
    padding: 0px 0 10px;
}

/* end window */

/* result message */
.resulttrue {
    padding: 14px 20px;
    border-radius: 3px;
    color: #000;
    background: #e1f4eb;
    margin: 0 0 20px 0;
    font: 13px 'Nunito', sans-serif;
}

.resultfalse, .xtp_error, .xtl_error {
    padding: 14px 20px;
    border-radius: 3px;
    color: #000;
    background: #fadfe0;
    margin: 0 0 20px 0;
    font: 13px 'Nunito', sans-serif;
}

/* end result message */

/* classed */
.red, .req {
    color: #ff4e4e;
}

.bred {
    font-weight: 600;
    color: #ff0000;
}

.bgreen {
    font-weight: 600;
    color: #3ab448;
}

.pn_copy {
    word-break: break-all;
    padding: 0 5px 0 20px;
    background: url(images/copy_b.png) no-repeat 0 center;
}

.pn_copy.copied {
    color: #08b868;
    background: url(images/copy.png) no-repeat 0 center;
}

.break_words {
    word-break: break-all;
    word-wrap: break-word;
}

.hidden_line {
    display: none;
}

.comment_user {
    background: #eff7ff;
    color: #2e3033;
    border-radius: 3px;
    padding: 15px;
    margin: 0 0 20px 0;
}

.js_qr_code_wrap {
    margin: 0 0 20px 0;
}

span.js_timer {
    display: block;
    width: 260px;
    font: 13px 'Nunito', sans-serif;
    margin: 0 auto 20px;
    background: #f1f4fa;
    color: #148EFF;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
}


.currency_logo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
    border-radius: 4px;
}

.clear {
    clear: both;
}

img.alignnone {
    display: block;
    margin: 0 0 20px 20px;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin: 20px auto;
}

a img.alignnone {
    display: block;
    margin: 0 0 20px 20px;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin: 20px auto;
}


details{
    display:block;
    background: #fff;
    width:400px;
    box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    overflow:hidden;
    margin-bottom: 1.5rem;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;}
summary {
    display:block;
    padding: .3em 1em .3em .9em;
    border-bottom: 1px solid #e2e8f0;
    font-size:1.4em;
    cursor: pointer;
    position: relative;
}
summary:before {
    top: .4em;
    right: .3em;
    color: transparent;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
    width: 1em;
    height: 1em;
    content: "";
    position: absolute;
    transition: transform .5s;
}
details[open] > summary:before {
    transform: scale(1,-1);
}
summary ~ * {
    padding: 0 1em 10px 1.4em;
}
details[open] summary ~ *{
    animation: sweep .5s ease-in-out;
}
@keyframes sweep {
    0%    {opacity: 0;}
    100%  {opacity: 1;}
}
summary:focus {
    outline:0;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}




.menu__button {
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #00E094;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 52px);
    border-radius: 4px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    border: none;
    padding: 2px 15px;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(31, 33, 36, 0.2);
    transform: translate3d(var(--x), var(--y), var(--z));
    cursor: pointer;
    z-index: 105;
    transition: 0.15s cubic-bezier(0.33, 1, 0.53, 1);
}
.menu__button svg{
    margin-right: 7px;
}

.menu__button[hidden] {
    --y: 200%;
}
.menu__button div div {
    display: table;
    height: 1px;
    background: var(--light);
    box-shadow: 0 4px 0 var(--light), 0 -4px 0 var(--light);
}

.menu__overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 100;
}

.menu__body {
    --x: 0;
    --y: 0;
    --z: 0;
    display: block;
    width: 100%;
    background: #f3f7fc;
    padding-bottom: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px -9px 50px -30px black;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    transform: translate3d(var(--x), var(--y), var(--z));
    transition: 0.2s cubic-bezier(0.33, 1, 0.53, 1);
}
.menu__body[hidden] {
    --y: 150%;
}


.menu__header {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
}
.menu__header label div {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    transform: rotate(5.5rad);
}
.menu__header label div:after {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.menu__header p {
    color: #1F2124;
    font-family: JetBrains Mono;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.72px;
    white-space: nowrap;
}

.menu__header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #148eff;
    border: none;
}
.menu__header button div {
    width: 15px;
    height: 2px;
    background:  #fff;
    position: relative;
    transform: rotate(5.5rad);
}
.menu__header button div:before {
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu__links {
    overflow-x: auto;
    background-color: #2b2f36;
}
.menu__links a {
    flex: 1 1 1px;
    white-space: nowrap;
}

.menu__contact {
    display: flex;
    padding: 8px;
}
.menu__contact svg {
    width: 100%;
}
.menu__contact a {
    flex: 1 1 30%;
    padding: 5px;
    margin: 5px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(31, 33, 36, 0.01);
    color: #1F2124;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.menu__contact a svg{
    margin-bottom: 4px;
}

.page_wrap .exchangestep{
   
}

.exchangestep .warp_head_steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.exchangestep .warp_head_steps .wapr_status,
.exchangestep .warp_head_steps .wapr_number{
    color: #1F2124;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
}

.warp_time_lime{
    display: flex;
    margin-bottom: 30px;
}

.warp_time_lime svg{
    margin-right: 10px;
}

.warp_time_lime.disabled {
    align-items: center;
}

.warp_time_lime.disabled .warp_check_payment_title{
    margin-bottom: 0;
}

.warp_time_lime.disabled .block_check_payment{
    display: none;
}
.warp_time_lime  .warp_check_payment_title  a:hover svg > path {
    fill: #757B85;
    stroke: #757B85;
}
.warp_time_lime.disabled  .warp_check_payment_title svg > path {
    fill: #757B85;
    stroke: #757B85;
}

.warp_time_lime.disabled  .warp_check_payment_title a:hover svg > path {
    fill: #148eff;
    stroke: #148eff;
}

.block_payinfo_row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.block_payinfo_col{
    display: flex;
    justify-content: center;
    align-items: center;
}

.block_payinfo_col > div{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;

}

.block_payinfo_col-left >div{
    text-align: right;
}

.block_payinfo_col-sepa{
    margin: 0 30px;
}

.logo-currency{
    width: 45px;
    height: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-flex;
    border-radius: 8px;
}

.block_payinfo_title{
    color:  #757B85;
    font-family: JetBrains Mono;
    text-transform: uppercase;
    font-size: 14px;
}

.block_payinfo_sum{
    color:  #1F2124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 233.333% */
}

.block_payinfo_give_currency{
    color:  #757B85;
    font-size: 14px;
}

.block_user_data{
    display: flex;
    flex-direction: column;


}

.title_data_user{
    color: #1F2124;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-bottom: 10px;
}


/*Parners*/


body.page-id-292{
    background: #2B2F36;
}

.warp-partners {
    max-width: 1210px;
    padding: 0;
    margin: 0 auto;


}

.warp-partners h1,
.warp-partners h2{
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.26px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.warp-number_block{
    border-radius: 30px;
    background: #22252A;
    padding: 10px 30px 30px 30px;
    margin-bottom: 10px;
}

.warp-partners_rows{
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.warp-partners_col{
    padding: 0 15px;
}
.warp_number .number{
    margin-bottom: 18px;
}
.warp_number .number span{
    font-size: 84px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 35.714% */
    letter-spacing: -2.52px;
    background: linear-gradient(266deg, #00E094 0%, #148EFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.warp_number .cost{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
}

.warp_number .procents{
    color: #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}




.warp-conditions_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.warp-conditions_col{
    padding: 10px;
    flex: 1 0 30%;
    box-sizing: border-box;
}

.warp-conditions_block{
    border-radius: 30px;
    background: #F3F7FC;
    padding: 30px;
    height: 100%;
    box-sizing: border-box;
    min-height: 210px;
}

.warp-conditions_block .number{
    color: #1F2124;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.72px;
}

.warp-conditions_block .body{
    color: #757B85;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.warp-conditions_row .warp-conditions_col:nth-child(2) .warp-conditions_block{
    background-image: url('img/coin_1.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) calc(100% - 4px);
}

.warp-conditions_row .warp-conditions_col:nth-child(4) .warp-conditions_block{
    background-image: url('img/coin_2.png');
    background-repeat: no-repeat;
    background-position: 50% calc(100% - 4px);
}

.warp-conditions_row .warp-conditions_col:nth-child(6) .warp-conditions_block{
    background-image: url('img/coin_3.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 4px) 4px ;
}

.cooperation{
    margin-top: 20px;
    border-radius: 30px;
    background: #22252A;
    background-image: url('img/partners.png');
    background-position: 13px 25px;
    background-repeat: no-repeat;
}


.cooperation_bg{
    text-align: center;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url('img/partner_1.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 13px 25px;
}

.cooperation h2{
    color:#FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 41.6px */
    letter-spacing: -0.96px;
    margin-bottom: 20px;
}

.cooperation .sub_title{
    color:  #757B85;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}



@media only screen and (max-width : 964px) {
    .cooperation{
        background-image: none;
    }
}
@media only screen and (max-width : 768px) {
    .warp-partners_rows{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .warp-partners_col{
        padding-bottom: 50px;
    }
    .warp-conditions_col{
        flex: 1 0 calc(50% - 20px);
    }
    .warp-partners h1, .warp-partners h2{
        font-size: 36px;
    }
}


@media only screen and (max-width : 480px) {
    .warp-number_block{
        padding: 10px 10px 0px 10px;
    }
    .warp-conditions_col{
        flex: 1 0 100%;
    }
    .warp-partners h1, .warp-partners h2{
        line-height: 40px;
        font-size: 32px;
    }
}
.wark_off {
    text-align: center;
    color: #1F2124;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
    background-color: #F3F7FC;
    background-image: url(images/gem.png);
    background-repeat: no-repeat;
    background-position: 90% 100%;
    background-size: 12%;
    padding: 10% 0;
    border-radius: 30px;
}
.wark_off h2{
    color: #1F2124;
    font-family: JetBrains Mono;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.26px;
}

.notice_message.status_1 .text p{
    font-weight: bold;
    display: flex;
    gap: 15px;
    align-items: center;
}

.notice_message.status_1 .text p::before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Треугольник --%3E%3Cpolygon points='50,5 95,90 5,90' fill='none' stroke='%2300E094' stroke-width='4' /%3E%3C!-- Восклицательный знак --%3E%3Crect x='46' y='30' width='8' height='30' fill='%2300E094' rx='2'/%3E%3Ccircle cx='50' cy='70' r='4' fill='%2300E094' /%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: block;
}

.homepage_wrap .bf-ex-extra{
    display: none;
}

.bf-ex-faq-block {
    padding: 5px 30px;
    margin: 20px auto 20px;
    max-width: 1210px;
    background: #fff;
    box-shadow: 0 0 5px #e1e9f2;
    border-radius: 30px;
}