<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.xchange_table_wrap{
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

/* tbl icons */
.tbl_icon{
    float: left;
    padding: 3px 12px;
    background: #ffffff;
    border-radius: 4px;
    color: #858c97;
    font: 12px 'Montserrat', sans-serif;
    margin: 0 5px 5px 0;
    cursor: pointer;
    position: relative;
}
.rtl_body .tbl_icon{
    float: right;
    margin: 0 0px 5px 5px;
}
.color_y .tbl_icon{
    background: #ffffff;
    color: #858c97;
}
.color_b .tbl_icon{
    background: #d9e5ec;
    color: #858c97;
}
.color_r .tbl_icon{
    background: #ffffff;
    color: #858c97;
}
.tbl_icon.active{
    background: #858c97;
    box-shadow: inset 0 2px 3px #7b818b;
    color: #fff;
}
.color_y .tbl_icon.active{
    background: #ffe033;
    box-shadow: none;
    color: #2a2a2a;
}
.color_b .tbl_icon.active{
    background: #0090e4;
    box-shadow: none;
    color: #fff;
}
.color_r .tbl_icon_icon.active{
    background: #eb5255;
    box-shadow: none;
    color: #fff;
}
.tbl_icon_icon.active .tbl_icon_icon_abs{
    background: url(../images/xtt_icon_abs.png) no-repeat 0 0;
    width: 7px;
    height: 3px;
    position: absolute;
    float: none;
    bottom: -3px;
    left: 50%;
    margin: 0 0 0 -4px;
}
.color_y .tbl_icon_icon.active .tbl_icon_icon_abs{
    background: url(../images/xtt_icon_abs_y.png) no-repeat 0 0;
}
.color_b .tbl_icon_icon.active .tbl_icon_icon_abs{
    background: url(../images/xtt_icon_abs_b.png) no-repeat 0 0;
}
.color_r .tbl_icon_icon.active .tbl_icon_icon_abs{
    background: url(../images/xtt_icon_abs_r.png) no-repeat 0 0;
}
/* end tbl icons */

/* type table 1, table 4 */
.xchange_type_table{
    margin: 0 0px 40px;
    position: relative;
}
.xtt_icon_wrap{
    padding: 0 0 10px 0;
}
.xtt_left_col_icon{
    float: left;
    width: 48%;
}
.xtt_left_col_icon_ins{
    padding: 0 0px;
}
.xtt_right_col_icon{
    float: right;
    width: 48%;
}
.xtt_right_col_icon_ins{
    padding: 0 0px;
}
.rtl_body .xtt_left_col_icon{
    float: right;
}
.rtl_body .xtt_right_col_icon{
    float: left;
}
@media all and (min-width: 700px){
    .xtt_left_col_icon{
        width: 38%;
    }
    .xtt_right_col_icon{
        width: 59%;
    }
}
@media all and (min-width: 840px){
    .xtt_left_col_icon{
        width: 33%;
    }
    .xtt_right_col_icon{
        width: 65%;
    }
}
@media all and (min-width: 960px){
    .tbl1 .xtt_left_col_icon{
        width: 42%;
    }
    .tbl1 .xtt_right_col_icon{
        width: 55%;
    }
    .tbl5 .xtt_left_col_icon{
        width: 26%;
        float: left;
    }
    .rtl_body .tbl5 .xtt_left_col_icon{
        float: right;
    }
    .tbl5 .xtt_right_col_icon{
        width: 36%;
        float: left;
        margin: 0 0 0 2%;
    }
    .rtl_body .tbl5 .xtt_right_col_icon{
        float: right;
        margin: 0 2% 0 0;
    }
}
.xtt_table_wrap{
    margin: 0;
}
.xtt_table_body_wrap{
    position: relative;
}
.xtt_html_abs{
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}
.xtt_left_col_table{
    float: left;
    width: 48%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rtl_body .xtt_left_col_table{
    float: right;
}
.xtt_right_col_table{
    float: right;
    width: 48%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rtl_body .xtt_right_col_table{
    float: left;
}
.xtt_data_col_clear{
    clear: both;
    height: 30px;
}
.xtt_data_col_table{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.htable_notwidget{
    padding: 180px 30px 20px;
    border-radius: 4px;
    background: #ffffff url(../images/no_exchange.png) no-repeat center 30px;
    color: #000;
    font: 13px 'Montserrat', sans-serif;
    text-align: center;
}
@media all and (min-width: 700px){
    .xtt_left_col_table{
        width: 38%;
    }
    .xtt_right_col_table{
        width: 59%;
    }
}
@media all and (min-width: 840px){
    .xtt_left_col_table{
        width: 33%;
    }
    .xtt_right_col_table{
        width: 65%;
    }
}
@media all and (min-width: 960px){
    .tbl1 .xtt_left_col_table{
        width: 42%;
    }
    .tbl1 .xtt_right_col_table{
        width: 55%;
    }
    .xtt_data_col_clear{
        clear: none;
        height: auto;
    }
    .tbl5 .xtt_left_col_table{
        width: 26%;
        float: left;
    }
    .rtl_body .tbl5 .xtt_left_col_table{
        float: right;
    }
    .tbl5 .xtt_right_col_table{
        width: 36%;
        float: left;
        margin: 0 0 0 2%;
    }
    .rtl_body .tbl5 .xtt_right_col_table{
        float: right;
        margin: 0 2% 0 0;
    }
    .tbl5 .xtt_data_col_table{
        width: 34%;
        margin: -50px 0 0 0;
        float: right;
    }
    .rtl_body .tbl5 .xtt_data_col_table{
        float: left;
    }
}
.xtt_table_title_wrap{
    padding: 0 0 0px 0;
}
.xtt_left_col_title, .xtt_left_incol_title{
    border-radius: 3px 3px 0 0;
    font: 600 14px 'Montserrat', sans-serif;
    color: #252927;
    padding: 15px 0px;
    background: #f0f5f3;
    text-transform: uppercase;
    position: relative;
}
.color_y .xtt_left_col_title, .color_y .xtt_left_incol_title{
    background: #eeeeee;
    color: #252927;
}
.color_b .xtt_left_col_title, .color_b .xtt_left_incol_title{
    background: #ffffff;
    color: #0090e4;
}
.color_r .xtt_left_col_title, .color_r .xtt_left_incol_title{
    background: #2d3e50;
    color: #fff;
}
.xtt_right_col_title, .xtt_right_incol_title{
    border-radius: 3px 3px 0 0;
    font: 600 14px 'Montserrat', sans-serif;
    color: #252927;
    padding: 15px 0px;
    background: #f0f5f3;
    text-transform: uppercase;
    position: relative;
}
.color_y .xtt_right_col_title, .color_y .xtt_right_incol_title{
    background: #eeeeee;
    color: #252927;
}
.color_b .xtt_right_col_title, .color_b .xtt_right_incol_title{
    background: #ffffff;
    color: #0090e4;
}
.color_r .xtt_right_col_title, .color_r .xtt_right_incol_title{
    background: #2d3e50;
    color: #fff;
}

.xtt_table_title1,
.xtt_table_title2,
.xtt_table_title3,
.xtt_table_title4{
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.xtt_title_link_wrap{
    position: absolute;
    float: none;
    top: 13px;
    right: 0;
    display: none;
}
.rtl_body .xtt_title_link_wrap{
    left: 0;
}
a.xtt_title_link{
    float: right;
    padding: 3px 11px;
    background: #ffffff;
    border-radius: 4px;
    color: #858c97;
    font: 12px 'Montserrat', sans-serif;
    text-transform: none;
    text-decoration: none;
    margin: 0 5px 0px 0;
    cursor: pointer;
    position: relative;
}
.rtl_body a.xtt_title_link{
    float: left;
    margin: 0 0px 0px 5px;
}
.color_y a.xtt_title_link{
    background: #ffffff;
    color: #858c97;
}
.color_b a.xtt_title_link{
    background: #d9e5ec;
    color: #858c97;
}
.color_r a.xtt_title_link{
    background: #ffffff;
    color: #858c97;
}
a.xtt_title_link.active{
    background: #858c97;
    box-shadow: inset 0 2px 3px #7b818b;
    color: #fff;
}
.color_y a.xtt_title_link.active{
    background: #ffe033;
    box-shadow: none;
    color: #2a2a2a;
}
.color_b a.xtt_title_link.active{
    background: #0090e4;
    box-shadow: none;
    color: #fff;
}
.color_r a.xtt_title_link.active{
    background: #eb5255;
    box-shadow: none;
    color: #fff;
}
.xtt_change_ico{
    width: 40px;
    height: 40px;
    margin: 5px auto 0;
}
.xtt_one_line_name{
    font: 13px 'Montserrat', sans-serif;
    color: #545454;
}
.xtt_one_line_curs{
    font: 600 13px 'Montserrat', sans-serif;
    color: #545454;
    height: 50px;
}
.xtt_one_line_reserv{
    font: 13px 'Montserrat', sans-serif;
    color: #545454;
    height: 50px;
}

.xtt_one_line_left{
    position: relative;
    background: #fff;
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}
.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left{
    background: #f0f5f3;
}
.color_y .xtt_one_line_left:hover,
.color_y .js_item_left.active .xtt_one_line_left{
    background: #f4f4f4;
}
.color_b .xtt_one_line_left:hover,
.color_b .js_item_left.active .xtt_one_line_left{
    background: #2a2a2a;
}
.color_r .xtt_one_line_left:hover,
.color_r .js_item_left.active .xtt_one_line_left{
    background: #f0f3f7;
}
.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
{
    color: #00c063;
}
.color_y .js_item_left.active .xtt_one_line_name,
.color_y .js_item_left.active .xtt_one_line_curs,
.color_y .xtt_one_line_left:hover .xtt_one_line_name,
.color_y .xtt_one_line_left:hover .xtt_one_line_curs{
    color: #545454;
}
.color_b .js_item_left.active .xtt_one_line_name,
.color_b .js_item_left.active .xtt_one_line_curs,
.color_b .xtt_one_line_left:hover .xtt_one_line_name,
.color_b .xtt_one_line_left:hover .xtt_one_line_curs{
    color: #fff;
}
.color_r .js_item_left.active .xtt_one_line_name,
.color_r .js_item_left.active .xtt_one_line_curs,
.color_r .xtt_one_line_left:hover .xtt_one_line_name,
.color_r .xtt_one_line_left:hover .xtt_one_line_curs{
    color: #eb5255;
}
a.js_item_right{
    text-decoration: none;
}
.xtt_one_line_right{
    display: block;
    text-decoration: none;
    position: relative;
    background: #fff;
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}
.xtt_one_line_right:hover, .js_item_right.active .xtt_one_line_right{
    background: #f0f5f3;
}
.color_y .xtt_one_line_right:hover,
.color_y .js_item_right.active .xtt_one_line_right{
    background: #f4f4f4;
}
.color_b .xtt_one_line_right:hover,
.color_b .js_item_right.active .xtt_one_line_right{
    background: #2a2a2a;
}
.color_r .xtt_one_line_right:hover,
.color_r .js_item_right.active .xtt_one_line_right{
    background: #f0f3f7;
}
.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: #00c063;
}
.color_y .xtt_one_line_right:hover .xtt_one_line_name,
.color_y .xtt_one_line_right:hover .xtt_one_line_curs,
.color_y .xtt_one_line_right:hover .xtt_one_line_reserv,
.color_y .js_item_right.active .xtt_one_line_name,
.color_y .js_item_right.active .xtt_one_line_curs,
.color_y .js_item_right.active .xtt_one_line_reserv{
    color: #545454;
}
.color_b .xtt_one_line_right:hover .xtt_one_line_name,
.color_b .xtt_one_line_right:hover .xtt_one_line_curs,
.color_b .xtt_one_line_right:hover .xtt_one_line_reserv,
.color_b .js_item_right.active .xtt_one_line_name,
.color_b .js_item_right.active .xtt_one_line_curs,
.color_b .js_item_right.active .xtt_one_line_reserv{
    color: #fff;
}
.color_r .xtt_one_line_right:hover .xtt_one_line_name,
.color_r .xtt_one_line_right:hover .xtt_one_line_curs,
.color_r .xtt_one_line_right:hover .xtt_one_line_reserv,
.color_r .js_item_right.active .xtt_one_line_name,
.color_r .js_item_right.active .xtt_one_line_curs,
.color_r .js_item_right.active .xtt_one_line_reserv{
    color: #eb5255;
}

@media all and (max-width: 559px){
    .xtt_left_col_title{
        float: left;
        width: 48%;
    }
    .rtl_body .xtt_left_col_title{
        float: right;
    }
    .xtt_right_col_title{
        float: right;
        width: 48%;
    }
    .rtl_body .xtt_right_col_title{
        float: left;
    }
    .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_ico_left{
        padding: 0 0 10px 0;
    }
    .xtt_one_line_name_left{
        text-align: center;
    }
    .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%;
    }
    .rtl_body .xtt_left_col_title{
        float: right;
    }
    .xtt_right_col_title{
        float: right;
        width: 48%;
    }
    .rtl_body .xtt_right_col_title{
        float: left;
    }
    .xtt_table_title1{
        display: block;
        padding: 0 0 0 20px;
    }
    .rtl_body .xtt_table_title1{
        padding: 0 20px 0 0px;
    }
    .xtt_table_title2{
        display: block;
        padding: 0 0 0 20px;
    }
    .rtl_body .xtt_table_title2{
        padding: 0 20px 0 0px;
    }
    .xtt_one_line_left{
        padding: 2px 0;
    }
    .xtt_one_line_ico_left{
        float: left;
        width: 25%;
    }
    .rtl_body .xtt_one_line_ico_left{
        float: right;
    }
    .xtt_one_line_name_left{
        float: left;
        width: 75%;
    }
    .rtl_body .xtt_one_line_name_left{
        float: right;
    }
    .xtt_one_line_name{
        display: table-cell;
        vertical-align: middle;
        height: 50px;
    }
    .xtt_one_line_curs_left{
        display: none;
    }
    .xtt_one_line_right{
        padding: 2px 0;
    }
    .xtt_one_line_ico_right{
        float: left;
        width: 25%;
    }
    .rtl_body .xtt_one_line_ico_right{
        float: right;
    }
    .xtt_one_line_name_right{
        float: left;
        width: 75%;
    }
    .rtl_body .xtt_one_line_name_right{
        float: right;
    }
    .xtt_one_line_curs_right,
    .xtt_one_line_reserv_right{
        display: none;
    }
}
@media all and (min-width: 700px){
    .xtt_left_col_title{
        width: 38%;
    }
    .xtt_right_col_title{
        width: 59%;
    }
    .xtt_table_title1{
        display: block;
    }
    .xtt_table_title2{
        display: block;
        float: left;
        width: 60%;
    }
    .rtl_body .xtt_table_title2{
        float: right;
    }
    .xtt_table_title4{
        display: block;
        padding: 0 0 0 10px;
        float: left;
        width: 40%;
    }
    .rtl_body .xtt_table_title4{
        float: right;
        padding: 0 10px 0 0px;
    }
    .xtt_one_line_left{
        padding: 2px 0;
    }
    .xtt_one_line_ico_left{
        width: 20%;
    }
    .xtt_one_line_name_left{
        width: 80%;
    }
    .xtt_one_line_right{
        padding: 2px 0;
    }
    .xtt_one_line_ico_right{
        width: 15%;
    }
    .xtt_one_line_name_right{
        width: 45%;
    }
    .xtt_one_line_curs_right{
        display: none;
    }
    .xtt_one_line_reserv_right{
        display: block;
        float: left;
        width: 40%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
        border-left: 1px solid #eaeaea;
        margin: -2px 0 -2px 0px;
        padding: 2px 10px 2px 10px;
    }
    .rtl_body .xtt_one_line_reserv_right{
        float: right;
        border-left: 0;
        border-right: 1px solid #eaeaea;
    }
    .xtt_one_line_reserv{
        display: table-cell;
        vertical-align: middle;
    }
    .tbl5 .xtt_one_line_reserv{
        display: block;
        text-align: right;
        line-height: 50px;
    }
    .rtl_body .tbl5 .xtt_one_line_reserv{
        text-align: left;
    }
    .xtt_title_link_wrap{
        display: block;
    }
}
@media all and (min-width: 840px){
    .xtt_left_col_title{
        width: 33%;
    }
    .xtt_right_col_title{
        width: 65%;
    }
    .xtt_table_title2{
        width: 46%;
    }
    .xtt_table_title3{
        display: block;
        float: left;
        width: 30%;
        padding: 0 0px 0 10px;
    }
    .rtl_body .xtt_table_title3{
        float: right;
        padding: 0 10px 0 0px;
    }
    .xtt_table_title4{
        width: 24%;
    }
    .xtt_one_line_ico_left{
        width: 23%;
    }
    .xtt_one_line_name_left{
        width: 77%;
    }
    .xtt_one_line_ico_right{
        width: 12%;
    }
    .xtt_one_line_name_right{
        width: 34%;
    }
    .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: 1px solid #eaeaea;
        margin: -2px 0 -2px 0px;
        padding: 2px 10px 2px 10px;
    }
    .rtl_body .xtt_one_line_curs_right{
        float: right;
        border-left: 0;
        border-right: 1px solid #eaeaea;
    }
    .xtt_one_line_curs{
        display: table-cell;
        vertical-align: middle;
    }
    .xtt_one_line_reserv_right{
        width: 24%;
    }
    .tbl5 .xtt_one_line_reserv_right{
        width: 54%;
    }
}
@media all and (min-width: 960px){
    .tbl1 .xtt_left_col_title{
        width: 42%;
    }
    .tbl1 .xtt_right_col_title{
        width: 55%;
    }
    .tbl1 .xtt_one_line_ico_left{
        width: 17%;
    }
    .tbl1 .xtt_one_line_name_left{
        width: 43%;
    }
    .tbl1 .xtt_one_line_curs_left{
        display: block;
        float: left;
        width: 40%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow: hidden;
        padding: 0px 10px 0px 10px;
    }
    .tbl1 .rtl_body .xtt_one_line_curs_left{
        float: right;
    }
    .tbl1 .xtt_one_line_curs_left .xtt_one_line_curs{
        display: block;
        text-align: right;
        line-height: 50px;
    }
    .rtl_body .tbl5 .xtt_one_line_curs{
        text-align: left;
    }
    .tbl5 .xtt_left_col_title{
        width: 26%;
    }
    .tbl5 .xtt_right_col_title{
        width: 36%;
        float: left;
        margin: 0 0 0 2%;
    }
    .rtl_body .tbl5 .xtt_right_col_title{
        float: right;
        margin: 0 2% 0 0;
    }
    .tbl5 .xtt_one_line_ico_left{
        width: 23%;
    }
    .tbl5 .xtt_one_line_name_left{
        width: 77%;
    }
    .tbl5 .xtt_one_line_ico_right{
        width: 18%;
    }
    .tbl5 .xtt_one_line_name_right{
        width: 42%;
    }
    .tbl5 .xtt_one_line_reserv_right{
        width: 40%;
    }
}
.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;
}
.color_y .xtt_one_line_rez{
    background: url(../images/rez_y.png) no-repeat center center;
}
.color_b .xtt_one_line_rez{
    background: url(../images/rez_b.png) no-repeat center center;
}
.color_r .xtt_one_line_rez{
    background: url(../images/rez_r.png) no-repeat center center;
}
.rtl_body .xtt_one_line_rez{
    right: auto;
    left: 10px;
}
@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: 959px){
    .xtp_icon_wrap{
        display: none;
    }
}
.xtp_left_col_icon{
    float: left;
    width: 48%;
}
.rtl_body .xtp_left_col_icon{
    float: right;
}
.xtp_right_col_icon{
    float: right;
    width: 48%;
}
.rtl_body .xtp_right_col_icon{
    float: left;
}
.xtp_table_wrap{
    border-radius: 3px;
    background: #fff;
    padding: 20px;
}
.color_y .xtp_table_wrap{
    background: #eeeeee;
}
.color_b .xtp_table_wrap{
    background: #fff;
    border: 1px solid #ebebeb;
}
.color_r .xtp_table_wrap{
    background: #fff;
}
.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%;
    }
    .rtl_body .xtp_left_col_table{
        float: right;
    }
    .xtp_right_col_table{
        float: right;
        width: 50%;
    }
    .rtl_body .xtp_right_col_table{
        float: left;
    }
    .xtp_right_col_table_ins{
        padding: 0 0 0 20px;
    }
    .rtl_body .xtp_right_col_table_ins{
        padding: 0 20px 0 0px;
    }
}
.xtp_table_title{
    font: 700 14px 'Montserrat', sans-serif;
    color: #000;
    text-transform: uppercase;
    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 #edf1ef;
    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;
}
.rtl_body .xtp_item{
    float: right;
    margin: 0 0px 10px 10px;
}
.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;
}
.rtl_body .xtp_curs_wrap{
    padding: 0 0px 0 125px;
}
.xtp_input_wrap input{
    font: 20px/50px 'Montserrat', 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;
}
.rtl_body .xtp_select_wrap{
    right: auto;
    left: 0px;
}
.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 'Montserrat', sans-serif;
}
.rtl_body .xtp_commis_text{
    right: auto;
    left: 15px;
}
.xtp_commis_wrap input{
    font: 20px/50px 'Montserrat', sans-serif;
    padding: 0 20px 0 20px;
    height: 50px;
    width: 100%;
}
.xtp_line{
    padding: 0 0 10px 0;
    font: 13px 'Montserrat', sans-serif;
}
.xtp_line span{
    font-weight: 600;
}
a.xtp_link{
    color: #858c97;
    text-decoration: none;
    border-bottom: 1px dotted #858c97;
}
a:hover.xtp_link{
    color: #858c97;
    border-bottom: none;
}
.xtp_html_wrap{
    position: relative;
    min-height: 50px;
}
.xtp_html_abs{
    display: none;
    position: absolute;
    z-index: 5;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/ajax-big-loader.gif) no-repeat center center;
    opacity: 0.6;
}
a.xtl_submit, a.xtp_submit, .xchange_submit{
    text-decoration: none;
    background: #D4B12C;
    border-radius: 30px;
    height: 50px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #360030;
    font-family: 'MontserratLight', sans-serif;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color_y a.xtl_submit, .color_y a.xtp_submit{
    border: 1px solid #ffe033;
    background: #ffe033;
    color: #2a2a2a;
}
.color_b a.xtl_submit, .color_b a.xtp_submit{
    border: 1px solid #0090e4;
    background: #0090e4;
    color: #fff;
}
.color_r a.xtl_submit, .color_r a.xtp_submit{
    border: 1px solid #eb5255;
    background: #eb5255;
    color: #fff;
}
a.xtl_submit:hover, a.xtp_submit:hover, .xchange_submit:hover{
    box-shadow: 0 0 10px #D4B12C;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.color_y a.xtl_submit:hover, .color_y a.xtp_submit:hover{
    border: 1px solid #3d383f;
    background: #3d383f;
    color: #fff;
}
.color_b a.xtl_submit:hover, .color_b a.xtp_submit:hover{
    border: 1px solid #2a2a2a;
    background: #2a2a2a;
    color: #fff;
}
.color_r a.xtl_submit:hover, .color_r a.xtp_submit:hover{
    border: 1px solid #2d3e50;
    background: #2d3e50;
    color: #fff;
}
a.xtl_submit.active, a.xtp_submit.active, .xchange_submit.active{
    background: #ccc;
    cursor: default;
}
/* 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: #fff 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: 3px;
    padding: 15px;
    min-height: 1px;
    margin: 0 0 20px 0;
}
.color_y .xtl_left_col, .color_y .xtl_right_col{
    background: #eeeeee;
}
.color_b .xtl_left_col, .color_b .xtl_right_col{
    background: #fff;
}
.color_r .xtl_left_col, .color_r .xtl_right_col{
    background: #fff;
}
.xtl_center_col{
    margin: 0 0 20px 0;
    filter: grayscale(1) brightness(5);
}
#js_reload_table:hover {
    animation: .9s linear 0s normal none infinite running crossHover;
    -webkit-animation: .9s linear 0s normal none infinite running crossHover;
}

a.xtl_change{
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background: url(../images/xtl_change.png) no-repeat center center;
    filter: brightness(0.5);
}

@media all and (min-width: 900px){
    .xtl_table_wrap{
        border-radius: 3px;
        padding: 30px;
    }
    .color_y .xtl_table_wrap{
        background: #eeeeee;
    }
    .color_b .xtl_table_wrap{
        background: #fff;
        border: 1px solid #ebebeb;
    }
    .color_r .xtl_table_wrap{
        background: #fff;
    }
    .xtl_left_col{
        float: left;
        width: 45%;
        position: relative;
        background: none;
        padding: 0;
        margin: 0;
    }
    .rtl_body .xtl_left_col{
        float: right;
    }
    .xtl_center_col{
        float: left;
        width: 10%;
        margin: 0;
        padding: 50px 0 0 0;
    }
    .rtl_body .xtl_center_col{
        float: right;
    }
    .xtl_right_col{
        float: right;
        width: 45%;
        position: relative;
        background: none;
        padding: 0;
        margin: 0;
    }
    .rtl_body .xtl_right_col{
        float: left;
    }
}
.xtl_table_title{
    color: #5352a7;
    text-transform: uppercase;
    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-family: 'MontserratLight', 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 'Montserrat', sans-serif;
}
.rtl_body .xtl_commis_text{
    left: 10px;
    right: auto;
    text-align: left;
}
.xtl_commis_wrap input{
    padding: 0 20px 0 20px;
    height: 50px;
    width: 100%;
}
.xtl_line{
    padding: 0 0 10px 0;
    font-size: 13px;
}
.xtl_line span{
    font-weight: 600;
}
/* end type table 3 */


/* 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{
    border-radius: 3px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #ffce22;
    color: #585858;
    overflow: hidden;
    position: relative;
    background: #f5f1e4;
}
.color_y .select_js_title{
    background: #ffffff;
}
.color_b .select_js_title{
    background: #ffffff;
    border: 1px solid #ebebeb;
}
.color_r .select_js_title{
    background: #f0f3f7;
}
.select_js.open .select_js_title{
    background: #f5f1e4;
}
.color_y .select_js.open .select_js_title{
    background: #f7f7f7;
}
.color_b .select_js.open .select_js_title{
    background: #f8f8f6;
}
.color_r .select_js.open .select_js_title{
    background: #e4ebf5;
}
.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;
    filter: hue-rotate(280deg);
}
.color_y .select_js_abs{
    background: url(../images/jsel_y.png) no-repeat center center;
}
.color_b .select_js_abs{
    background: url(../images/jsel_b.png) no-repeat center center;
}
.color_r .select_js_abs{
    background: url(../images/jsel_r.png) no-repeat center center;
}
.rtl_body .select_js_abs{
    right: auto;
    left: 20px;
}
.select_js_title_ins{
    padding: 0 30px 0 20px;
    font: 18px/50px 'Montserrat', sans-serif;
}
.rtl_body .select_js_title_ins{
    padding: 0 20px 0 30px;
}
.iselect_js .select_js_title_ins{
    padding: 0 30px 0 50px;
}
.rtl_body .iselect_js .select_js_title_ins{
    padding: 0 60px 0 30px;
}
.iselect_js .select_ico{
    position: absolute;
    float: none;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
}
.rtl_body .iselect_js .select_ico{
    left: auto;
    right: 10px;
}
.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;
    background: #f5f1e4;
    border: 1px solid #ffce22;
    border-radius: 3px;
    color: #585858;
    padding-left: 20px;
}
.select_js_ul{
    display: none;
    position: absolute;
    z-index: 30;
    float: none;
    top: 100%;
    background: #f5f1e4;
    border: 1px solid #ffce22;
    width: 100%;
    min-width: 100px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    max-height: 300px;
    overflow-y: auto;
}
.color_y .select_js_ul{
    background: #ffffff;
    border: 1px solid #ffffff;
}
.color_b .select_js_ul{
    background: #ffffff;
    border: 1px solid #ebebeb;
}
.color_r .select_js_ul{
    background: #f0f3f7;
    border: 1px solid #f0f3f7;
}
.select_js_ulli{
    position: relative;
    overflow: hidden;
    padding: 8px 20px;
    font: 13px 'Montserrat', sans-serif;
    border-top: 2px solid #f5f1e4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.color_y .select_js_ulli{
    border-top: 1px solid #ffffff;
}
.color_b .select_js_ulli{
    border-top: 1px solid #ebebeb;
}
.color_r .select_js_ulli{
    border-top: 1px solid #f0f3f7;
}
.iselect_js .select_js_ulli{
    padding: 0 10px 0 60px;
    height: 50px;
    font: 18px/50px 'Montserrat', sans-serif;
}
.rtl_body .iselect_js .select_js_ulli{
    padding: 0 60px 0 10px;
}
.select_js_ulli:hover, .select_js_ulli.active{
    background: #ffce22;
    color: #262e7e;
}
.color_y .select_js_ulli:hover, .color_y .select_js_ulli.active{
    background: #f4f4f4;
    color: #545454;
}
.color_b .select_js_ulli:hover, .color_b .select_js_ulli.active{
    background: #d9e5ec;
    color: #545454;
}
.color_r .select_js_ulli:hover, .color_r .select_js_ulli.active{
    background: #e4ebf5;
    color: #545454;
}
/* end select */
.currency_logo {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
}

/* EXCH */
.xchange_data_title, .xchange_pers_title, .warning_message_title {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 20px;
    color: #5352a7;
}
.xchange_data_ins {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.xchange_data_ins .xchange_data_left, .xchange_data_ins .xchange_data_right {
    flex: 1 0 calc(50% - 10px);
}
@media (max-width: 576px) {
    .xchange_data_ins .xchange_data_left, .xchange_data_ins .xchange_data_right {
        flex: 1 0 100%;
    }
}
#exch_html {
    margin-bottom: 30px;
}
.xchange_data_ins .clear {
    flex: 1 0 100%;
}
#exch_html .select_js {
    height: auto!important;
}
#exch_html .span_give_max, #exch_html .span_get_max {
    margin-bottom: 0;
}
#exch_html .xchange_data_title.get {
    margin-bottom: 0;
}
#exch_html .xchange_sum_input.js_wrap_error .js_error {
    display: none;
    color: red;
    margin-top: -20px;
}
#exch_html .xchange_sum_input.js_wrap_error.error .js_error {
    display: block;
}
#exch_html .captcha_div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#exch_html .xchange_submit {
    border: 0;
    margin-bottom: 30px;
}
#exch_html .xchange_checkdata_div, #exch_html .ajax_post_bids_res {
    text-align: center;
}
#exch_html .xchange_checkdata_div {
    text-align: center;
}
#exch_html .ajax_post_bids_res {
    padding: 30px 0;
    color: #D4B12C;
    font-weight: bold;
    font-size: 110%;
}
#exch_html .js_error.js_account2_error {
    color: red;
}
#exch_html .captcha_div {
    margin-top: 10px;
    margin-bottom: 30px;
}
/* END EXCH */


/* OTHERRRRR */

.cc-modal .modal-content &gt; .not_frame .log_line_subm_right, .cc-modal .modal-content .reg_line_subm_right, .cc-modal .modal-content &gt; .not_frame .log_div_title, .cc-modal .modal-content .reg_div_title, .cc-modal .modal-content .lp_div_title {
    display: none!important;
}

.cc-modal .modal-content &gt; .not_frame .log_div, .cc-modal .modal-content .reg_div_wrap form, .cc-modal .modal-content .lp_div_wrap form {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.cc-modal .modal-content &gt; .not_frame .log_div_ins {
    margin-top: 20px;
}

.cc-modal .modal-content &gt; .not_frame .log_div_ins label {
    margin-bottom: 2px;
}

.cc-modal .modal-content &gt; .not_frame .log_div_ins .form_field_line:not(:last-child) {
    margin-bottom: 10px;
}

input[type=text], input[type=email], input[type=password], textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-family: UniNeueBook;
    font-size: 22px;
    color: #585858;
    -webkit-border-radius: 0;
    height: 100%;
    width: 100%;
    background-color: #f5f1e4;
    border-radius: 5px;
    border: 1px solid #ffce22;
}

input[type=submit] {
    background-color: #ffce22;
    color: #000;
    line-height: 48px;
    font-size: 20px;
    font-family: UniNeueBold;
    border: none;
    height: 60px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    border-radius: 5px;
    transition: all .3s;
}

input[type=submit]:hover {
    cursor: pointer;
    background: #c3a024;
}

.cc-modal .modal-content &gt; .not_frame .log_div_ins input[type=text], .cc-modal .modal-content &gt; .not_frame .log_div_ins input[type=email], .cc-modal .modal-content &gt; .not_frame .log_div_ins input[type=password] {

}

.cc-modal .modal-content &gt; .not_frame .log_div_ins .log_line_subm_left, .captcha_div {
    text-align: center;
}

.captcha_div .captcha_body {
    display: inline-block;
}

div.footer_menu {
    height: 100%;
}

#menu-nizhnee-menyu-footer-menu {
    list-style: none;
    -webkit-padding-start: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    height: 100%;
    padding: 50px 0;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#menu-nizhnee-menyu-footer-menu li {
    flex: 1 0 calc(33.3% - 20px);
}

@media(max-width: 991.98px) {
    #menu-nizhnee-menyu-footer-menu {
        padding-left: 0;
        padding-top: 0;
    }
}

@media(max-width: 767.98px) {
    #menu-nizhnee-menyu-footer-menu {
        padding: 10px 0;
    }
}

@media (max-width: 575.98px) {
    #menu-nizhnee-menyu-footer-menu li {
        flex: 1 0 calc(50% - 20px);
    }
}

.resultfalse {
    text-align: center;
    padding-top: 10px;
    color: red;
}
.resulttrue {
    text-align: center;
    padding-top: 10px;
    color: green;
}

/* reviews */

.reviews_wrp {
    display: flex;
    gap: 50px;
}

.reviews_wrp .many_reviews {
    flex: 1 0 calc(100% - 400px);
    padding-bottom: 60px;
}

.reviews_wrp .rf_div_wrap {
    max-width: 350px;
}

.reviews_wrp .form_field_line, .contact_form_wrp .form_field_line {
    margin-bottom: 20px;
}

.reviews_wrp .rf_div_title_ins, .contact_form_wrp .cf_div_title_ins {
    color: #5352a7;
    font-family: UniNeueBook;
    font-size: 24px;
    margin-bottom: 20px;
}

.reviews_wrp label, .contact_form_wrp label {
    margin-bottom: 0;
    display: block;
    font-size: 20px;
    font-family: 'UniNeueRegular';
    color: #7d7d9b;
    height: 33px;
}

.reviews_wrp label .req, .contact_form_wrp label .req {
    color: red;
}

.reviews_wrp .pagenavi {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: calc(100% - 400px);
}

.reviews_wrp .one_reviews_ins {
    border-bottom: 2px solid #5352a7;
    padding-top: 18px;
    padding-bottom: 17px;
}
.reviews_wrp .one_reviews_ins:first-child {
    padding-top: 0;
}
.reviews_wrp .one_reviews_ins .one_reviews_name {
    font-weight: bold;
}
.reviews_wrp .one_reviews_ins .one_reviews_date {
    font-size: 85%;
    margin: 5px 0;
    color: #999999;
}
.reviews_wrp .one_reviews_ins .one_reviews_text p {
    line-height: 1.3;
}
@media(max-width: 991.98px) {
    .reviews_wrp {
        display: block;
    }
    .reviews_wrp .pagenavi {
        position: relative;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .reviews_wrp .many_reviews {
        padding-bottom: 20px;
    }
    .reviews_wrp .rf_div_wrap {
        max-width: 100%;
    }
}
/* end reviews */

/* pagination */
.pagenavi {

}

.pagenavi_ins {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenavi a, .pagenavi_ins &gt; span {
    border: none;
    font-size: 15px;
    font-family: UniNeueBook;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    color: #5352a7;
    text-decoration: none;
    transition: all .3s;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pagenavi a:hover, .pagenavi span.current {
    background-color: #5352a7;
    color: #fff;
}

.pagenavi a.first_navi, .pagenavi a.last_navi {
    width: auto;
    padding: 0 8px;
}
/* end pagination */

.exchange__title {
    text-align: center;
    color: #5352a7;
    font-family: MontserratThin;
    font-size: 32px;
    margin-bottom: 50px;
    margin-top: 60px;
}

.affRate a {
    text-decoration: none;
    color: #5352a7!important;
    font-size: 72px;
    font-weight: bold;
}
.affText {
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}

.contact_form_intro, .contact_form_wrp {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.contact_form_wrp {
    text-align: left;
    margin-top: 50px;
}
.wizard__form input, #exch_html input {
    height: 50px;
}
.xchange_sum_label {
    display: none;
}
.xchange_div .js_wrap_error.error {
    background: transparent;
    padding: 0;
    position: relative;
}
.xchange_div .js_wrap_error.error:after {
    display: none;
}
.xchange_div .js_wrap_error.error input {
    border-color: red;
}

.xchange_sum_input.error .js_error {
    position: absolute;
    bottom: -23px;
    font-size: 16px;
}

.checkbox label {
    cursor: pointer;
    padding-left: 3rem;
    padding-top: 0;
    position: relative;
}

.checkbox label:before {
    background-color: none;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #ffce22;
    border-radius: 0.4rem;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    left: 0;
    position: absolute;
    top: 5px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.checkbox label input {
    display: none;
}

.checkbox label a {
    font-weight: 400;
    color: var(--Color-primary);
    text-decoration: underline;
    transition: text-decoration 0.1s ease-in-out;
}

.checkbox label a:hover {
    /* opacity:0.8; */
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}

.checkbox label a:active {
    opacity:0.6;
    transition: all 0.1s ease-in-out;
}

.checkbox.checked label:before {
    background-color: var(--Color-primary);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 20.42-6.21-6.21 2.83-2.83L9 14.77l9.88-9.89 2.83 2.83L9 20.42Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position-y: 0;
    background-size: 1.5rem;
    filter: brightness(0.1);
}

.xchange_pers {
    margin-top: 50px;
}

.block_statusbids {
    padding: 20px;
    max-width: 100%;
    border: 5px solid #D4B12C;
    border-radius: 30px;
}
.block_statusbid_title_ins {
    font-weight: bold;
    color: #5352a7;
    font-size: 110%;
}
.block_xchdata_line, .block_status_time {
    color: #5352a7;
}
.block_xchdata_line span, .block_status_time span {
    color: #585858;
}
.cancel_paybutton, .merch_paybutton.refresh_button_disable {
    text-decoration: none;
    background: transparent;
    border: 1px solid #5352a7;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #5352a7;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cancel_paybutton:hover, .merch_paybutton.refresh_button_disable:hover {
    text-decoration: none;
    background: #D4B12C;
    color: #000;
}
.success_paybutton, .merch_paybutton.refresh_button_enable {
    text-decoration: none;
    background: #D4B12C;
    border: 1px solid #D4B12C;
    border-radius: 20px;
    height: 40px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.success_paybutton:hover, .merch_paybutton.refresh_button_enable:hover {
    text-decoration: none;
    background: #5352a7;
    color: #fff;
}
.block_paybutton_ins {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0;
}
.block_status_bids {
    font-weight: bold;
}
.block_status_bids.bstatus_delete, .block_status_bids.bstatus_cancel {
    color: red;
}
.block_status_bids.bstatus_new, .block_status_bids.bstatus_payed {
    color: orange;
}
.block_warning_merch {
    text-align: center;
    margin-top: 30px;
}
.block_check_payment{
    height: 5px;
    position: absolute;
    float: none;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: calc(100% - 60px);
    margin-left: 30px;
}
.block_check_payment_ins{
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 0px;
    height: 100%;
    background: #5352a7;
}
.block_check_payment_abs{
    display: none;
}
.block_paybutton_merch_ins {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
#exchange_status_html {
    position: relative;
}

/* Acc Menu */
#accMenuWrp {
    margin-bottom: 50px;
}

#accMenuWrp .user_widget_title {
    display: none;
}

#accMenuWrp ul {
    list-style: none;
    list-style-type: none;
    -webkit-padding-start: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}

#accMenuWrp ul a {
    transition: all .3s;
    border: 1px solid #D4B12C;
    background: #D4B12C;
    color: #000;
    text-decoration: none;
    padding: 3px 10px;
    border-radius: 15px;
    display: inline-block;
}
@media(max-width: 575.98px) {
    #accMenuWrp ul a {
        padding: 3px 5px;
        font-size: 90%;
    }
}

#accMenuWrp ul a:hover, #accMenuWrp ul .current a {
    background: #5352a7;
    border-color: #302f80;
    color: #fff;
    text-decoration: none;
}

#accMenuWrp1 ul li:nth-child(5), #accMenuWrp1 ul li:nth-child(6) {
    display: none;
}

#accMenuWrp .user_widget_exit {
    display: none;
}
/* end Acc Menu */

/* acc Content */
#accContentWrp {
    padding: 20px;
    max-width: 100%;
    border: 5px solid #D4B12C;
    border-radius: 30px;
    margin-bottom: 50px;
}
#accContentWrp .acf_submit, .userwallets_addbutton input, .standart_window_content .rb_line .rb_submit {
    margin-bottom: 0;
}
.cust-security #accContentWrp .form_field_line .form_field_clear.acf_line_clear {
    display: none;
}
.cust-security #accContentWrp .form_field_line.acf_line.type_text {
    margin-top: 30px;
}
.cust-security #accContentWrp .form_field_line.field_name_pass2 {
    margin-bottom: 30px;
}
.cust-security #accContentWrp .form_field_line.type_select {
    display: flex;
    justify-content: space-between;
    width: 500px;
    align-items: center;
    margin-bottom: 5px;
}
.cust-security #accContentWrp .form_field_line.type_select label {
    margin: 0;
}
.acf_select, #pay_currency_id, .userwalletsform_currency_id.rb_select, #form_field_id-1-currency_id {
    background: #5352a7;
    border-color: #D4B12C;
    border-radius: 10px;
    padding: 3px 10px;
    color: #fff;
    transition: all .3s;
}
.acf_select option, #pay_currency_id option, .userwalletsform_currency_id.rb_select option, #form_field_id-1-currency_id option {
    color: #fff;
}
select.acf_select:hover, select#pay_currency_id:hover, .userwalletsform_currency_id.rb_select:hover, #form_field_id-1-currency_id:hover {
    cursor: pointer;
    color: #360030;
    background: #D4B12C;
}
/* end accContent */
.userxch_tablediv {
    margin-bottom: 40px;
}

.userxch_tablediv table {
    width: 100%;
}
.userxch_tablediv table tbody {
    display: flex;
    flex-wrap: wrap;
    border-spacing: 2px;
}
.userxch_tablediv table tr {
    flex: 1 0 50%;
    display: flex;
    justify-content: space-between;
}
.userxch_tablediv table tr td, .userxch_tablediv table tr th {
    display: inline-block;
    padding-right: 30px;
}
.userxch_tablediv table tr td, .userxch_tablediv table tr td a {
    color: #5352a7;
    font-weight: bold;
}
@media (max-width: 575.98px) {
    .userxch_tablediv table tr {
        flex: 1 0 100%;
    }
}

.acf_div_title {
    font-size: 25px;
    font-weight: bold;
    color: #5352a7;
    margin-bottom: 20px;
}

#accContentWrp .acf_submit {
    margin-top: 20px;
}

.cust-account-2 .acf_div_wrap, .cust-security .acf_div_wrap {
    max-width: 600px;
    margin: 0 auto;
}

.userwallets_form_ins {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.userwallets_form_ins .userwallets_text p {
    margin: 0;
}

.userwallets_addbutton input[type=submit] {
    font-size: 100%;
    font-weight: 100;
    height: auto;
    padding: 0 10px;
    line-height: 38px;
    background: #5352a7;
    color: #fff;
    border: 2px solid #5352a7;
}

.userwallets_addbutton input[type=submit]:hover {
    background: #fff;
    color: #5352a7;
}
.standart_window_content .resultgo {
    background: rgba(0, 0, 0, .5);
}

.standart_window_content .resultgo .resultfalse {
    color: #ffce22;
    padding-top: 0;
}

.standart_window_content .resultgo .resultfalse {
    padding: 10px;
}

/* Wallet verification */
.faet-walletVerif-wrap {
    border-top: 3px solid #D4B12C;
    border-bottom: 3px solid #D4B12C;
    padding: 15px;
    margin: 30px 0;
}

.faet-walletVerif-wrap .verif_filesize_info {
    font-size: 95%;
    color: #f4b648;
}

.faet-walletVerif-wrap .form_hf {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.faet-walletVerif-wrap .f-verif-submit-wrap {
    max-width: 600px;
    margin: 20px 0;
}

.faet-walletVerif-wrap .faet-walletVerif-status {
    font-weight: bold;
    font-size: 120%;
}

.faet-walletVerif-wrap .faet-walletVerif-status.verif-success {
    color: darkgreen;
}

.faet-walletVerif-wrap .faet-walletVerif-status.verif-error {
    color: red;
}

.f_comment {
    max-width: 600px;
    margin-bottom: 20px;
    background: red;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
}

.f_comment::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 30px;
    top: -8px;
    background: red;
    transform: rotate(45deg);
}

.block_instruction_ins .comment_user {
    margin-bottom: 20px;
    font-size: 110%;
    font-weight: bold;
    color: red;
}

/* End of Wallet verification */

.hide-br br {
    display: none;
}</pre></body></html>