@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300,400;700&display=swap');

/*Eraser*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}
sub{ vertical-align: sub; }
sup{ vertical-align: super; }
table {
    font-weight: normal;
    border-spacing: 0;
    border-collapse: collapse;
}
td, th{
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}
img { border:none; }
:focus { outline: 0; }

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

body, html{
    height: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    background: #fcfcfd;
}
a{
    color: #2076ba;
}
a:hover{
    color: red;
}
p{
    font-size: 14px;
    line-height: 1.3;
}
hr{
    height: 1px;
    border: none;
    background-color: #dcdde0;
}
b{ font-weight: 700; }
strong{ font-weight: 700; }

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    line-height: 1.4;
}
h1 {font-size: 30px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

/*base class*/
.wrapper{
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.left{ float: left; }
.right{ float: right; }
.hidden{ display: none !important; }
.clear{ clear: both; }
.nowrap{ white-space: nowrap; }
.text_left{ text-align: left; }
.text_right{ text-align: right; }
.text_center{ text-align: center; }
.text_small{ font-size: 11px; }
.text_12{ font-size: 12px; }
.green{ color: #4fba5e; }
.red{ color: #f35247; }
.gray{ color: #999999; }
.blue{ color: #4FA3D4; }
.yellow{ color: #ffd15e; }

.full{ width: 100%; }
.fixed_body_mobile{ position: fixed; }

/*indents*/
.indent_top_0{ margin-top: 0 !important; }
.indent_top_5{ margin-top: 5px; }
.indent_top_10{ margin-top: 10px !important; }
.indent_top_20{ margin-top: 20px; }
.indent_top_30{ margin-top: 30px; }
.indent_top_40{ margin-top: 40px; }
.indent_left_5{ margin-left: 5px; }
.indent_left_10{ margin-left: 10px; }
.indent_left_20{ margin-left: 20px; }
.indent_right_5{ margin-right: 5px; }
.indent_right_10{ margin-right: 10px; }
.indent_right_20{ margin-right: 20px; }
.indent_right_40{ margin-right: 40px; }
.indent_bottom_10{ margin-bottom: 10px; }
.indent_bottom_20{ margin-bottom: 20px; }

input[type="text"],
input[type="password"],
textarea{
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ededed;
    background-color: #ffffff;
    resize: none;
}
select{
    color: #000000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #cbcbcb;
    background-color: #ffffff;
}
.input{
    padding: 8px;
    font-family: 'Roboto', sans-serif;
}
.input_date{
    position: relative;
}
.input_date .input{
    width: 100%;
    padding: 8px 30px 8px 8px;
    font-size: 13px;
    background: url('/img/datepicker.svg') no-repeat 94% 50%;
    background-size: 18px;
}
.input_date .clear{
    position: absolute;
    width: 31px;
    height: 31px;
    top: 1px;
    right: 1px;
    background: #ffffff url('/img/cross_black.svg') no-repeat 50% 50%;
    background-size: 10px 10px;
    z-index: 11;
}
.input_date .icon{
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}
.radio_box,
.check_box{
    position: relative;
    display: inline-block;
    min-height: 20px;
    padding-left: 30px;
    cursor: pointer;
}
.box_no_indent{
    padding-left: 21px;
}
.radio_box:before,
.radio_box.checked:after,
.check_box:before,
.check_box.checked:after{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin: auto;
    content: '';
    box-sizing: border-box;
}
.check_box.disabled {
    color: #dfdfdf;
    pointer-events: none;
}
.check_box.disabled:before {
    border-color: #dfdfdf;
    pointer-events: none;
}
.check_box:before,
.radio_box:before{
    border: 1px solid #cbcbcb;
    background: #ffffff;
    z-index: 2;
}
.check_box .ttl,
.radio_box .ttl{
    display: inline-block;
}
.check_box:before{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.radio_box:before{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.radio_box.checked:after,
.check_box.checked:after{
    z-index: 3;
}
.check_box.checked:after{
    background: url(../img/checked.svg) no-repeat 50% 50%;
    -webkit-background-size: 70%;
    background-size: 70%;
}
.radio_box.checked:after{
    width: 8px;
    height: 8px;
    top: 0;
    left: 6px;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #000000;
}
.radio_box .elem,
.check_box .elem{
    position: absolute;
    width: 1px;
    height: 1px;
    z-index: 1;
    opacity: 0;
    border: none;
}
.check_box .elem{
    top: 5px;
    left: 5px;
}
.radio_box .elem {
    top: 0;
    bottom: 0;
    margin: auto;
    left: 10px;
}
.btn{
    display: inline-block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    appearance: none;
    cursor: pointer;
}
.btn:hover{
    text-decoration: none;
}
.btn_yellow{
    color: #000000;
    border-color: #ffd15e;
    background: #ffd15e;
}
.btn_blue{
    color: #ffffff;
    border-color: #4FA3D4;
    background: #4FA3D4;
}
.btn_blue:hover{
    color: #ffffff;
}
.btn_gray {
    color: #000000;
    border-color: #dfdfdf;
    background: #dfdfdf;
}
.btn_red{
    color: #ffffff;
    border-color: #e75449;
    background: #e75449;
}
.btn_green{
    color: #ffffff;
    border-color: #4fba5e;
    background: #4fba5e;
}
.file_lnk{
    display: inline-block;
    overflow: hidden;
}
.file_lnk .txt{
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-left: 8px;
    color: #000000;
    line-height: 1.2;
    border-bottom: 1px dashed #999999;
}
.file_lnk:hover{
    text-decoration: none;
}
.file_lnk:hover .txt{
    border-color: #ffffff;
}

.star_list{
    list-style: none;
    overflow: hidden;
}
.star_list li{
    float: left;
    margin: 0 2px;
    color: #ffd15e;
    font-size: 16px;
}
.star_list .inactive{
    color: #e4e4e4;
}

/*box for user message*/
.alert_error,
.alert_warning,
.alert_success,
.alert_default,
.alert_blue{
    padding: 16px;
    font-size: 13px;
    line-height: 1.3;
    border-left-width: 2px;
    border-left-style: solid;
}
.alert_error{
    color: #a01815;
    border-color: #f35247;
    background: #fff4f4;
}
.alert_warning{
    color: #000000;
    border-color: #f0d884;
    background: #fbf9f1;
}
.alert_success{
    color: #25722c;
    border-color: #4fba5e;
    background: #f3fdfb;
}
.alert_default{
    color: #777777;
    border-color: #dddddd;
    background: #f6f6f7;
}
.alert_blue{
    color: #000000;
    border-color: #009ecf;
    background: #f6f6f7;
}
.procent_sumbol{
    font-size: 13px;
}

/*header*/
.header{
    padding: 10px 0 20px;
}
.header .wrapper{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 10px;
}
.header .logo{
    display: block;
    width: 30%;
}
.header .logo img{
    width: 100%;
    float: left;
}
.header .content_other{
    display: block;
    float: right;
    width: 392px;
    height: 70px;
    background: #ccc;
}
.header .input_social{
    list-style: none;
    margin-top: 20px;
}
.header .input_social li{
    margin-bottom: 10px;
}
.header .input_social .item{
    display: block;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.header .fb{
    color: #ffffff;
    background: #385694 url(/img/social/fb_white.svg) no-repeat 7% 50%;
    background-size: 8%;
}
.header .vk{
    color: #ffffff;
    background: #4f7db3 url(/img/social/vk_white.svg) no-repeat 4% 50%;
    background-size: 15%;
}
.header .gmail{
    color: #000000;
    background: #ececec url(/img/social/gmail.svg) no-repeat 5% 50%;
    background-size: 15%;
}
.header .close{
    display: block;
    margin-top: 20px;
    padding: 8px 0;
    color: #000000;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f9f9f9;
}
.header .user{
    margin-top: 30px;
    margin-left: 20px;
    float: left;
    color: #000000;
}
.header .search{
    position: relative;
    width: 47%;
    margin: 0 4%;
}
.header .search .input{
    width: 100%;
    padding: 20px 40px 20px 0;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #555555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: url(/img/search_gray.svg) no-repeat 98% 50%;
    background-size: 30px 30px;
}
.header .userEvents{
   width: 15%;
}
.header .sign_in_lnk{
    position: relative;
    font-size: 14px;
    text-align: right;
}
.header .sign_in_lnk .lnk{
    display: inline-block;
    padding: 15px 0;
    text-decoration: none;
    color: #000000;
}
.header .sign_in_lnk .name{
    width: 80%;
    display: inline-block;
    float: left;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: underline;
}
.header .sign_in_lnk .item_out{
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(/img/logout.svg) no-repeat 50% 50%;
    background-size: 15px 15px;
}
.header .sign_in_form{
    position: absolute;
    display: none;
    width: 200px;
    padding: 20px 20px 30px;
    top: 100%;
    right: 0;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    z-index: 10000;
}
.header .sign_in{
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 40px 30px;
    float: none;
    border-bottom: 2px solid #2D6690;
    background: #ffffff;
    z-index: 1000;
}
.header .sign_in .sign_in_wrapper{
    width: 530px;
    margin: auto;
}
.header .sign_in .sign_in_close{
    color: #000000;
    font-size: 36px;
}
.header .sign_in .sign_in_close:hover{
    text-decoration: none;
}
.header .sign_in .indent{
    margin-top: 15px;
}
.header .sign_in .indent_lft {
    margin-left: 10px;
}
.header .sign_in .item_block{
    float: left;
}
.header .sign_in .cntrl_btn{
    float: left;
}
.header .sign_in .btn,
.header .sign_in .input{
    width: 170px;
    font-size: 13px;
}
.header .sign_in .btn{
    padding: 7px 0;
    font-size: 13px;
}
.header .sign_in .forgot{
    display: inline-block;
    font-size: 13px;
}
.header .sign_in label{
    color: #000000;
    font-size: 13px;
}
.header .sign_in .reg{
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.header .sign_in .reg .txt{
    color: #000000;
    border-bottom: 2px solid #ffd15e;
}
.header .sign_in .reg:hover{
    text-decoration: none;
}
.header .sign_in_form .input{
    width: 100%;
}
.header .sign_in_form  .input_line{
    margin-bottom: 20px;
}
.header .sign_in_form .error{
    margin-top: 5px;
    color: #f35247;
    font-size: .8em;
}
.header .sign_in_form .send_login_pass{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 0;
    color: #ffffff;
    text-align: center;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #4fba5e;
}
.header .sign_in_form .indent_lnk{
    margin-top: 5px;
    text-align: center;
}
.header .sign_in_form .indent_lnk a{
    display: inline-block;
    padding: 8px 0;
}
.header .btnPanel{
    display: flex;
    justify-content: space-between;
}
.header .case{
    position: relative;
    width: 48px;
    height: 48px;
}
.header .case .btn{
    display: block;
    width: 48px;
    height: 48px;
    border: none;
    background-color: #f1bb1e;
    background-image: url(../img/case_w.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px auto;
}
.header .case .sign_in_form{
    top: 100%;
    right: 0;
}
.header .btn_telegram{
    display: block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #2aa7dd url(../img/social/tlgr.svg) no-repeat 50% 50%;
    background-size: 20px auto;
}
.header .marketplace{
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #2fa7d7 url(../img/store_w.svg) no-repeat 50% 50%;
    background-size: 20px auto;

    transition: transform .3s;
    transform: scale(1);
}
.header .btn_telegram:hover,
.header .case .btn:hover,
.header .marketplace:hover{
    text-decoration: none;
    transform: scale(1.05);
}

.border_top_gray {
    border-top: 1px solid #cbcbcb;
}

.box_shadow {
    box-shadow: 2px 3px 3px rgba(154, 147, 140, 0.5);
}

.adriver_banner_april {
    width: 99%;
}

.header .case_more_detailed {
    width: 132px;
    padding: 6px 0 6px 0;
    font-size: 12px;
    margin-top: 3px;
}

.header .case:hover{
    text-decoration: none;
}
.header .open_top_menu {
    display: none;
    position: relative;
    float: right;
    width: 48px;
    height: 48px;
    background: url(/img/swtch_menu.svg) no-repeat 50% 50%;
    background-size: 100%;
}

/*carousel funds*/
.carouselFunds{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px auto 30px;
}
.carouselFunds .lftArrow,
.carouselFunds .rghtArrow{
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    top: 0;
    opacity: .8;
    z-index: 100;
}
.carouselFunds .lftArrow{
    left: -50px;
    background: url(/img/arrow_slider_lft.svg) no-repeat 50% 50%;
    background-size: 20%;
}
.carouselFunds .rghtArrow{
    right: -50px;
    background: url(/img/arrow_slider_rght.svg) no-repeat 50% 50%;
    background-size: 20%;
}
.carouselFundsWrapper{
    width: 100%;
    overflow: hidden;
}
.carouselFunds .list{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.carouselFunds .list li{
    padding: 10px 5px;
}
.carouselFunds .list .item{
    position: relative;
    margin: 0 5px;
    padding: 5px 5px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.carouselFunds .list li .lnk{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 7px;
    z-index: 10;
}
.carouselFunds .img{
    position: relative;
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
}
.carouselFunds img{
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.carouselFunds .info{
    width: 100%;
    font-size: 12px;
}
.carouselFunds .info .txt{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.carouselFunds .info .price{
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 22px;
}
.carouselFunds .info .price .last{
    margin-left: 5px;
    color: #999999;
    font-size: 11px;
    line-height: 1;
}
.carouselFunds .sale{
    position: absolute;
    width: 100%;
    height: 24px;
    padding: 0 7px;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    line-height: 24px;
    background: #4fba5e;
}
.carouselFunds .list li:hover .item{
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
}
.carouselFunds .list li:hover .sale{
    background: #3d9649;
}

.carouselCoins{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 20px auto 30px;
}
.carouselCoins .lftArrow,
.carouselCoins .rghtArrow{
    position: absolute;
    display: block;
    width: 50px;
    height: 100%;
    top: 0;
    opacity: .8;
    z-index: 100;
}
.carouselCoins .lftArrow{
    left: -50px;
    background: url(/img/arrow_slider_lft.svg) no-repeat 50% 50%;
    background-size: 30%;
}
.carouselCoins .rghtArrow{
    right: -50px;
    background: url(/img/arrow_slider_rght.svg) no-repeat 50% 50%;
    background-size:  30%;
}
.carouselCoinsWrapper{
    width: 100%;
    overflow: hidden;
}
.carouselCoins .list{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.carouselCoins .list li{
    display: flex;
    padding: 5px;
}
.carouselCoins .list li .lnk{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 7px;
    z-index: 10;
}
.carouselCoins .list .item{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    padding: 7px 10px 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.carouselCoins .list li:hover .item{
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 209, 94, 0.8);
    -moz-box-shadow: 0 0 20px 0 rgba(255, 209, 94, 0.8);
    box-shadow: 0 0 20px 0 rgba(255, 209, 94, 0.8);
}
.carouselCoins .img{
    position: relative;
    width: 100%;
    height: 100px;
}
.carouselCoins img{
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.carouselCoins .info{
    width: 100%;
}
.carouselCoins .info .txt{
    display: block;
    font-size: 10px;
    overflow: hidden;
}
.carouselCoins .about{
    width: 100%;
    font-size: 10px;
    margin-top: 5px;
}
.carouselCoins .about .type1{
    color: #d19c29;
}
.carouselCoins .about .type2{
    color: #9b7d3c;
}
.carouselCoins .about .type3{
    color: #828282;
}
.carouselCoins .about .try{
    margin-left: 2px;
}
.carouselCoins .about .weight{
    margin-left: 2px;
}
.carouselCoins .price{
    width: 100%;
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold;
}
.carouselCoins .price .last{
    color: #999999;
    font-size: 10px;
}
.carouselCoins .sale{
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    background: #4fba5e;
}

.aprilLogo {
    width: 140px;
}

/*top menu*/
.top_menu{
    position: relative;
    display: block;
    height: auto;
    background: #009ecf;
    background: -moz-linear-gradient(left, #009ecf 0%, #3f4e75 100%);
    background: -webkit-linear-gradient(left, #009ecf 0%,#3f4e75 100%);
    background: linear-gradient(to right, #009ecf 0%,#3f4e75 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ecf', endColorstr='#3f4e75',GradientType=1 );
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.top_menu .top_menu_close{
    display: none;
    padding: 0 10px;
    color: #000000;
    font-size: 36px;
}
.top_menu .top_menu_close:hover{
    text-decoration: none;
}
.top_menu .main_list{
    display: table;
    list-style: none;
}
.top_menu .main_list .menu_item{
    position: relative;
    width: 1%;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.top_menu .main_list .menu_item .lnk{
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.top_menu .main_list .menu_item .lnk .clear{
    display: block;
}
.top_menu .main_list .menu_item .lnk:before{
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    left: 100%;
    margin-top: -8px;
    content: '';
    background: #809cb1;
}
.top_menu .main_list .menu_item:last-child .lnk:before{
    display: none;
}
.top_menu .main_list .menu_item .lnk:hover{
    text-decoration: none;
}
.top_menu .main_list .middle_list{
    position: absolute;
    min-width: 100%;
    top: 50px;
    left: 0;
    height: 0;
    right: auto;
    list-style: none;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
.top_menu .main_list .middle_list li:first-child{
    border-top: 3px solid #ffd15e;
}
.top_menu .main_list .open .middle_list,
.top_menu .main_list .hover:hover .middle_list{
    height: auto !important;
}
.top_menu .main_list .menu_item:first-child .middle_list{
    left: 0;
    right: auto;
    margin-left: 0;
}
.top_menu .main_list .menu_item:last-child .middle_list{
    left: auto;
    right: 0;
}
.top_menu .main_list .middle_list .mdl_item{
    display: block;
    padding: 10px;
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    background: #ffffff;
}
.top_menu .main_list .middle_list .mdl_item:hover{
    text-decoration: none;
    background: #FAF5E9;
}
.inner_menu_fixed{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    padding: 0 0 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 158, 207, 0.2);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 158, 207, 0.2);
    box-shadow: 0 2px 4px 0 rgba(0, 158, 207, 0.2);
    z-index: 1000000;
}
.inner_menu_fixed .inner_menu{
    max-width: 1240px;
}

/*top info*/
.top_info{
    width: 100%;
    max-width: 1256px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    padding: 0 10px;
}
.top_info .list{
    float: left;
    margin-top: 3px;
    list-style: none;
    overflow: hidden;
}
.top_info_item{
    margin-right: 20px;
    float: left;
    color: #000000;
    font-size: 13px;
}

.top_info_item_banner{
    margin-right: 10px;
    float: left;
    color: #000000;
    font-size: 13px;
}

.top_info .indent{
    margin-top: 2px;
}
.top_info_item .lnk{
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}
.top_info_item img{
    margin-right: 10px;
}

.top_info_item_banner img{
    margin-left: 3px;
    margin-right: 7px;
    height: 100%;
}
/*main search*/
.main_search_wrapper{
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    padding: 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
    z-index: 900;
}
.main_search_wrapper .switch_period{
    display: table;
    float: none;
    margin: 0;
}
.main_search_wrapper .switch_period li{
    display: table-cell;
    float: none;
    padding-right: 20px;
    margin: 0;
    white-space: nowrap;
}
.main_search_wrapper .switch_period sup{
    font-size: 10px;
}
.main_search_wrapper .ttl{
    margin-top: 10px;
    color: #999999;
    font-size: 13px;
}
.main_search_wrapper_result{
    display: block;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 13px;
}
.main_search_wrapper_result .srch_result{
    list-style: none;
}
.main_search_wrapper_result .srch_result_item{
    display: block;
    padding: 5px 0;
    color: #000000;
    font-size: 13px;
    text-decoration: none;
}
.main_search_wrapper_result .srch_result_item:hover{
    text-decoration: none;
    background: #FAF5E9;
}
.widt680{
    display: none;
}

/*footer*/
.for_fixed_footer{
    width: 100%;
}
.for_fixed_footer_middle{
    padding-bottom: 200px;
}
.footer{
    min-height: 130px;
    margin: -130px auto 0;
    padding: 20px 0;
    -webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.footer .menu .ttl{
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.footer .menu .list{
    list-style: none;
    overflow: hidden;
}
.footer .menu .list li{
    float: left;
    margin-right: 2%;
}
.footer .menu .item{
    color: #000000;
    font-size: 12px;
}
.footer .left_info{
    position: relative;
    width: 60%;
    padding: 0 20px;
    float: left;
}
.footer .right_info{
    width: 40%;
    padding: 0 20px;
    float: right;
}
.footer .copyr{
    float: left;
    margin: 10px 0;
    font-size: 12px;
}
.footer .ttl{
    margin-bottom: 10px;
}
.footer .lnk_list{
    float: left;
    margin: 0 20px;
    list-style: circle;
}
.footer .lnk_list a{
    color: #000000;
    font-size: 12px;
}
.main_search_loader{
    width: 10%;
}

/*ui elements*/
.ui-autocomplete{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.autocomplete-metadata{
    margin-top: 10px;
    padding: 10px;
    color: #999999;
    font-size: 13px;
    border-top: 1px solid #eee;
}
.ui-menu .ui-menu-item{
    font-size: 13px;
    padding: 5px;
}
.ui-menu .ui-menu-item:hover{
    background: #FAF5E9;
}
.ui-menu .ui-state-active{
    margin: 0;
}
.ui-datepicker{
    color: #000000;
    font-size: 14px;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.ui-datepicker .ui-datepicker-next{
    background: url('../img/arrow_right.svg') no-repeat 50% 50%;
    background-size: 6px 20px;
}
.ui-datepicker .ui-datepicker-next-hover{
    top: 2px;
    right: 2px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev{
    background: url('../img/arrow_left.svg') no-repeat 50% 50%;
    background-size: 6px 20px;
}
.ui-datepicker .ui-datepicker-prev-hover{
    top: 2px;
    left: 2px;
    cursor: pointer;
}
.position_date{
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
}
.ui-datepicker td a{
    color: #000000;
}
.ui-datepicker td span{
    color: #cccccc;
}

.bannerTitle {
    font-size: 14px;
    font-weight: 700;
}


/*bread crumbs*/
.bread_crumbs{
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.bread_crumbs li{
    position: relative;
    margin-right: 10px;
    float: left;
    color: #777777;
}
.bread_crumbs li:before{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    content: '/';
    color: #cbcbcb;
    font-size: 13px;
}
.bread_crumbs li:last-child:before{
    display: none;
}
.bread_crumbs .item{
    display: block;
    padding-right: 10px;
    font-size: 13px;
}

/*style for widget*/
.wdgt_wrapper{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.widget{
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.wdg_full{
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.widget_list {
    width: 49%;
    float: left;
}
.wdg_middle{
    width: 68%;
}
.wdg_small{
    width: 30%;
}
.wdg_step{
    margin-right: 2%;
}
.wdg_indent{ margin-bottom: 20px; }
.wdg_float{ float: left; }
.wdg_ttl{
    position: relative;
    padding: 0 30px 10px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ffd15e;
}
.wdg_ttl .ttl{
    color: #000000;
    font-size: 20px;
    font-weight: bold;
}
.widget_info_ttl{
    font-size: 30px;
}
.wdgt_img_logo {
    margin-top: 10px;
    max-height: 70px;
}
.wdg_ttl .lnk{
    display: inline-block;
    font-size: 13px;
    text-transform: none;
}
.widget_info_block{
    width: 100%;
    float: left;
}
.widget_roll .wdg_ttl .wdg_min,
.widget_roll .wdg_ttl .wdg_exp{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
}
.widget_roll .widget_roll_wrapper{
    margin: 20px 0 0;
    overflow: hidden;
}
.wdg_ttl .middle_ttl, h1 .middle_ttl{
    display: inline-block;
    font-weight: normal;
    font-size: 13px;
    text-transform: none;
}
.widget_info_btn{
    width: 180px;
    float: right;
    padding: 13px 0;
    font-size: 12px;
}
.widget_info_menu{
    display: table;
    margin: auto;
    list-style: none;
}
.widget_info_menu li{
    display: table-cell;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
}
.widget_info_menu .item{
    display: block;
    padding: 2px;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
}
.widget_info_menu .logo img{
    max-width: 100px;
    height: auto;
    float: left;
}
.widget_info_menu .active{
    font-weight: bold;
    border-color: #009ecf;
}
.widget_info_menu .item:hover{
    text-decoration: none;
}
.widget .inner_list {
    list-style: none;
}
.widget .inner_list li {
    margin: 5px 0 10px;
}
.show_more_open {
    display: inline-block;
    margin-top: 10px;
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
.show_more_open .txt{
    display: inline-block;
    border-bottom: 1px dashed #999999;
}
.wdg_ttl .show_more {
    display: inline-block;
    margin-top: 2px;
    font-weight: normal;
    text-transform: initial;
}
.wdg_ttl.news_header {
    padding-right: 0;
}
.widget_price .price{
    color: #000000;
    font-size: 38px;
    font-weight: bold;
}
.widget_price .ttl{
    color: #000000;
    font-size: 13px;
}
.widget_price .proc{
    margin-top: 10px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
}
.widget_price .value{
    margin-left: 10px;
    font-size: 13px;
    text-transform: uppercase;
}
.widget_price .comment{
    margin-left: 10px;
}
.widget_price .date,
.widget_price .time{
    font-size: 13px;
}
.widget_price_bond {
    margin-right: 40px;
}
.broker_logo{
    display: inline-block;
    position: relative;
    width: 220px;
    height: 40px;
    margin-top: 2px;
    margin-left: 20px;
}
.broker_logo img{
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;

}
.inner_switch_view {
    float: right;
    overflow: hidden;
}
.inner_switch_view .item {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #cbcbcb;
}
.inner_switch_view .item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.inner_switch_view .graph_text img{
    margin: 18px auto 0;
}
.inner_switch_view .active {
    border-color: #ffd15e;
    background: #ffd15e;
}
.inner_form .btn {
    padding: 10px 50px 9px;
    font-size: 1em;
    border: none;
}
.inner_form_period {
    float: left;
}
.independ_period .input_date{
    position: relative;
    width: 160px;
    margin-right: 20px;
    z-index: 10;
}

/*Table style*/
.table_data tbody tr:nth-child(odd){
    background: #f9f9f9;
}
.table_data thead th,
.table_data thead td{
    padding: 4px 16px;
    font-size: 11px;
    font-weight: bold;
    vertical-align: top;
    text-transform: uppercase;
}
.table_data thead th{
    color: #009ecf;
}
.table_data td{
    padding: 4px 16px;
    overflow: hidden;
    border-right: 1px solid #ededed;
}
.table_data td:last-child{
    border-right: none;
}
.table .radio_box,
.table .check_box{
    display: block;
    width: 18px;
    height:18px;
}
.table_data .table_group td{
    padding: 15px 7px;
    font-weight: bold;
}
.table_data .number{
    width: 12%;
    float: left;
}
.table_data .info{
    width: 88%;
    float: left;
}

/*long table*/
.long_table{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.long_table .fixed_table{
    position: relative;
    width: 20%;
    float: left;
    overflow: hidden;
    border-right: 1px solid #ededed;
}
.long_table .fixed_table .table{
    width: 100%;
}
.long_table .roll_table {
    position: relative;
    float: left;
    overflow-x: auto;
}
.long_table .roll_table {
    width: 80%;
}
.long_table .roll_table .scroll_border{
    border-right: 50px solid #ffffff;
}
.long_table .roll_table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.long_table .roll_table::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.long_table .roll_table::-webkit-scrollbar-thumb {
    background: #dcdcdc;
    border: 0 none #ffffff;
    border-radius: 50px;
}
.long_table .roll_table::-webkit-scrollbar-thumb:hover {
    background: #dcdcdc;
}
.long_table .roll_table::-webkit-scrollbar-thumb:active {
    background: #dcdcdc;
}
.long_table .roll_table::-webkit-scrollbar-track {
    background: #ffffff;
    border: 0 none #ffffff;
    border-radius: 50px;
}
.long_table .roll_table::-webkit-scrollbar-track:hover {
    background: #ffffff;
}
.long_table .roll_table::-webkit-scrollbar-track:active {
    background: #ffffff;
}
.long_table .roll_table::-webkit-scrollbar-corner {
    background: transparent;
}
.long_table .roll_table_no_active:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 100;
}
.long_table .roll_table_left,
.long_table .roll_table_right{
    position: absolute;
    height: 100%;
    width: 4%;
    z-index: 9;
}
.long_table .roll_table_left{
    left: 20%;
}
.long_table .roll_table_right{
    right: 0;
}
.long_table .roll_table_left:before,
.long_table .roll_table_right:before,
.long_table .roll_table_left:after,
.long_table .roll_table_right:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.long_table .roll_table_left:before,
.long_table .roll_table_right:before{
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #000000;
    z-index: 10;
}
.long_table .roll_table_left:after,
.long_table .roll_table_right:after{
    width: 20px;
    height: 30px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
}
.long_table .roll_table_left:after{
    background: url(../img/arrow_left.svg) no-repeat 50% 50%;
    background-size: 20px 30px;
}
.long_table .roll_table_right:after{
    background: url(../img/arrow_right.svg) no-repeat 50% 50%;
    background-size: 20px 30px;
}
.long_table .roll_table td:last-child{
    border-right: none;
}
.long_table .fixed_column{
    width: 50%;
    float: left;
}
.long_table .scroll_column{
    position: relative;
    width: 50%;
    float: right;
    overflow: hidden;
}
.long_table .arrow_left,
.long_table .arrow_right{
    position: absolute;
    width: 20%;
    float: left;
    height: 44px;
    display: none;
    background-repeat: no-repeat;
    background-size: 8px auto;
}
.long_table .arrow_left{
    left: 0;
    background-image: url(../img/arrow_left.svg);
    background-position: 0 50%;
}
.long_table .arrow_right{
    right: 0;
    background-image: url(../img/arrow_right.svg);
    background-position: 100% 50%;
}
.long_table .arrow_block{
    opacity: 0;
}
.long_table .fixed_header{
    position: fixed;
    top: 0;
    border-bottom: 1px solid #ededed;
    background: #ffffff;
    z-index: 100;
    overflow: hidden;
}
.long_table .table_fixed_header{
    float: left;
}
.long_table .fixed_header .item{
    padding: 5px 7px;
    color: #009ecf;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    text-transform: uppercase;
    background: #ffffff;
}
.long_table .fixed_header_wrapper{
    position: relative;
    float: left;
    overflow: hidden;
}
.long_table .fixed_header_wrapper_scroll{
    border-right: 50px solid #ffffff;
}
.loading:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    opacity: 0.1;
    background: #000000 url(/img/loading_small.gif) no-repeat 50% 50%;
    z-index: 1000;
}

.swipe_table_block:before{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 10;
}

/*sort element in table*/
.sort,
.sort_up,
.sort_dwn{
    color: #009ecf;
    text-decoration: underline;
}
.sort_up{
    padding-right: 20px;
    background: url(../img/arrow_sort_up.svg) no-repeat 98% 50%;
    background-size: 10px auto;
}
.sort_dwn{
    padding-right: 20px;
    background: url(../img/arrow_sort_dwn.svg) no-repeat 98% 50%;
    background-size: 10px auto;
}

/*parameter list*/
.param_list{
    list-style: none;
}
.param_list .item{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.param_list .item:after{
    position: absolute;
    width: 100%;
    top: 13px;
    left: 0;
    height: 1px;
    content: '';
    background: url(../img/point_line.png) 0 0 repeat-x;
    z-index: 1;
}
.param_list .name,
.param_list .value{
    position: relative;
    background: #ffffff;
    z-index: 2;
}
.param_list .name{
    display: inline-block;
    max-width: 49%;
    padding-right: 1%;
}
.param_list .value{
    width: 49%;
    padding-left: 1%;
    float: right;
}

/*switch period*/
.switch_period{
    float: left;
    list-style: none;
    margin-right: 20px;
}
.switch_period li{
    display: block;
    float: left;
}
.switch_period .item{
    display: block;
    padding: 10px;
    color: #000000;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.switch_period .active{
    border-color: #ffd15e;
    background: #ffd15e;
}

.switch_period .disabled a {
    color: #dfdfdf;
    pointer-events: none;
}
.switch_period .item,
.switch_period .item:hover{
    text-decoration: none;
}

/*modal window*/
.modal{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: url(../img/bckgr.png) repeat 0 0;
    z-index: 2000;
}
.modal .modal_wrapper{
    position: relative;
    display: inline-block;
    max-width: 60%;
    margin-top: 10%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffffff;
}
.modal .modal_header,
.modal .modal_footer{
    padding: 10px;
    text-align: left;
    background: #f6f6f7;
}
.modal .modal_header{
    width: 100%;
    height: 40px;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.modal .modal_header .ttl{
    font-size: 13px;
    font-weight: bold;
}
.modal .modal_close{
    position: absolute;
    display: block;
    width: 20px;
    line-height: 20px;
    top: 5px;
    right: 10px;
    color: #cbcbcb;
    font-size: 24px;
    text-align: center;
}
.modal .modal_close:hover{
    text-decoration: none;
}
.modal .modal_content{
    position: relative;
    width: 100%;
    padding: 20px;
    font-size: 13px;
    text-align: left;
    overflow: auto;
}
.modal .small .modal_content{
    height: 68%;
}
.modal .modal_footer{
    width: 100%;
    height: 60px;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.modal .modal_footer .btn {
    padding: 10px 20px;
    float: right;
    font-size: 12px;
    font-weight: bold;
}

/*scroll arrow*/
.scroll_top{
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    bottom: 90px;
    left: 50%;
    margin-left: 628px;
}

/*help point*/
.help_hover {
    display: inline-block;
    position: relative;
}
.help_hover_ttl {
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b4daf0;
    cursor: pointer;
}
.help_hover_wrp {
    display: none;
    position: absolute;
    width: 200px;
    top: 20px;
    left: 0;
    padding: 5px;
    font-size: 13px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #95c9e7;
    background: #ffffff;
    z-index: 200;
}
.help_hover:hover .help_hover_wrp {
    display: block;
}

.glossaryOpen{
    color: #000000;
    text-decoration: none;
}
.glossaryOpen .icon{
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 5px;
    color: #000;
    text-align: center;
    line-height: 15px;
    text-decoration: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.glossaryOpen:hover{
    color: red;
}
.glossaryOpen:hover .icon{
    color: red;
    border-color: red;
}

/*paging*/
.paging {
    float: left;
    margin-right: 20px;
    list-style: none;
    overflow: hidden;
}
.paging li {
    float: left;
    margin-right: 4px;
}
.paging .item,
.paging .arrow{
    padding: 0 20px;
    color: #777777;
    font-size: 13px;
    line-height: 38px;
}
.paging .item {
    display: block;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f6f6f7;
}
.paging .item.inactive {
    pointer-events: none;
}
.paging .active {
    background: #b4daf0;
}

/*banner*/
.for_rght_inner_bnnr{
    width: 1044px;
    margin-right: 24px;
}
.for_rght_inner_bnnr .widget{
    width: 100%;
}
.rght_inner_bnnr{
    width: 180px;
}

.autocomplete-metadata {
    display: block;
    padding: 3px 10px;
    color: #777777;
    background-color: #f6f6f7;
    font-size: 13px;
    border-top: 1px solid #dcdde0;
}

.chart_autocomplete_clear {
    position: relative;
    padding-left: 20px;
    color: #000000;
    font-size: 13px;
    margin-left: 30px;
    text-decoration: none;
}
.chart_autocomplete_clear:after{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
    color: #f35247;
    font-size: 24px;
    font-weight: bold;
    content: '';
    background: url(../img/cross.svg) no-repeat 50% 50%;
    background-size: 12px 12px;
}
.chart_autocomplete_clear:hover{
    text-decoration: none;
}
.chart_autocomplete_clear .txt{
    border-bottom: 1px dashed #000000;
}
.chart_autocomplete_clear:hover .txt{
    border-color: #ffffff;
}

.favorites_item{
    padding-bottom: 5px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 5px;
}

.not_found{
    color: #4FA3D4;
    font-size: 100px;
    text-align: center;
}
.not_found_img{
    opacity: .1;
}

/*cookie saver*/
.cookie_panel{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: 2px solid #f7f7f7;
    background: #ffffff;
    z-index: 90;
}
.cookie_panel_wrapper{
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 20px auto;
    font-size: 13px;
}
.cookie_panel_success{
    display: inline-block;
    margin-top: 20px;
    padding: 5px 30px;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #000000;
}
.cookie_panel_success:hover{
    text-decoration: none;
}
.alpary_btn_menu{
    display: block;
    width: 98%;
    margin: 0 auto;
    padding: 7px 10px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #395d8b;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    background: #4b7db7;
}
.finamBlock .procent{
    width: 30%;
    margin-top: 14px;
    padding: 5px 10px 5px 20px;
    float: left;
    font-size: 22px;
    text-align: right;
    font-weight: bold;
    background: #ffd15e;
}
.finamBlock .logo{
    display: block;
    width: 6%;
    float: right;
    margin: 0 2%;
}
.finamBlock .logo img{
    width: 100%;
}
.finamBlock .info{
    width: 30%;
    margin: 0 5%;
    color: #67101B;
    float: left;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
}
.finamBlock .btn{
    width: 16%;
    float: left;
    margin: 15px 2% 0;
    padding: 10px 0;
    font-size: 16px;
    text-transform: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.finamBlock .btn:hover{
    text-decoration: underline;
}

.alertTop{
    padding: 10px 0;
    color: #f35247;
    text-align: center;
    background: #f6dcd3;
}

.file,
.doc,
.pdf,
.exl,
.ppt{
    display: inline-block;
    padding-left: 25px!important;
}
.file{
    background: url(/img/file.svg) no-repeat 0 0;
    background-size: 17px 17px;
}
.pdf{
    display: inline-block;
    padding-left: 25px;
    background: url(/img/pdf_file.svg) no-repeat 0 0;
    background-size: 17px 17px;
}
.exl{
    display: inline-block;
    padding-left: 25px;
    background: url(/img/exl_file.svg) no-repeat 0 0;
    background-size: 17px 17px;
}
.ppt{
    background: url(/img/pp_file.svg) no-repeat 0 0;
    background-size: 17px 17px;
}
.doc{
    background: url(/img/doc_file.svg) no-repeat 0 0;
    background-size: 17px 17px;
}
.alertGreen {
    border-left: 4px solid #5cb585;
    background: #d1e9e8;
}
.alpary_top{
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.alpary_top:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(255, 209, 94, 0.8);
    -moz-box-shadow: 0 0 20px 0 rgba(255, 209, 94, 0.8);
    box-shadow: 0 0 20px 0 rgba(255, 209, 94, 0.8);
}
.alpary_logo{
    display: block;
    position: relative;
    width: 20%;
    height: 60px;
}
.alpary_logo img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 70%;
    max-height: 70%;
}
.alpary_top_text{
    width: 50%;
    padding: 0 10px;
    font-size: 1em;
}
.btn_alpary_top{
    display: inline-block;
    width: 28%;
    margin-right: 2%;
    padding: 10px 0;
    color: #010101;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #4fba5e;
    background: #ffffff;
}
.btn_alpary_top:hover{
    color: #ffffff;
    text-decoration: none;
    background: #4fba5e;
}
.topRghtBlock{
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.alpary_top_2, .topRghtBlock_2 {
    width: 48%;
}
.topRghtBlock:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
}
.topRghtBlock .lnk{
    display: block;
    width: 20%;
    height: 60px;
    margin-left: 2%;
    position: relative;
}
.topRghtBlock .lnk img{
    position: absolute;
    max-width: 90%;
    max-height: 60%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.topRghtBlock .txt{
    width: 55%;
    padding: 4px 10px;
    text-align: left;
    font-size: .8em;
}
.topRghtBlock .btn{
    display: block;
    width: 25%;
    margin-right: 2%;
    padding: 10px 0;
    color: #010101;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #344066;
    background: #fff;
}
.topRghtBlock .btn:hover{
    color: #ffffff;
    text-decoration: none;
    background: #344066;
}
.topLeftBlock{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 48%;
    background: #FFFFFF url(/img/forTop/if_forum_left.png) no-repeat -100px 0;
    background-size: auto 100%;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.topLeftBlock:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
}
.topLeftBlock .lnk{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.topLeftBlock .text{
    display: flex;
    align-items: center;
    width: 20%;
    padding: 10px;
    color: #FFFFFF;
    font-size: 1.2em;
    font-weight: bold;
}
.topLeftBlock .rght{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px;
    background: #FFFFFF;
}
.topLeftBlock .rght img{
    max-width: 90%;
    width: 240px;
}
.topContent{
    padding: 10px 0 10px 0;
    background: #ffffff;
}
.topContent .wrapper{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.topContent .img{
    width: 16%;
    margin: 5px 2% 0;
    float: left;
}
.topContent img{
    width: 100%;
}
.topContent .txt{
    width: 60%;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.topContent .txt *{
    color: #000000;
}
.topContent .dop{
    font-size: 13px;
    font-weight: normal;
}
.topContent .number{
    font-size: 16px;
    font-weight: bold;
}
.topContent .lnk{
    display: block;
    width: 16%;
    margin: 5px 2% 0;
    padding: 10px 0;
    float: left;
    color: #000000;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fae913;
}
div.js_sign_in_profile > ul.input_social > li > a.before-auth-btn {
    font-size: 12px;
    line-height: 19px;
    padding: 12px 0;
}

/*new style for search form*/
.searchContent{
    position: relative;
}
.searchContent .filterForm{
    position: absolute;
    width: 50%;
    max-height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background: #ffffff;
    z-index: 100;
    overflow: auto;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}
.searchContent .ttlFilterForm{
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.searchContent .filterForm .close{
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.searchContent .filterForm .full_search{
    width: 98%;
    margin-top: 20px;
    padding: 0 7px;
    font-size: 14px;
    line-height: 36px;
    background: url(../img/search_gray.svg) no-repeat 99% 50%;
    background-size: auto 60%;
}
.searchContent .filterForm .filter_item{
    width: 48%;
    margin-right: 2%;
}
.searchContent .filterForm .filter_item_ttl{
    padding: 0 20px 0 7px;
    font-size: 14px;
    line-height: 36px;
}
.searchContent .filterForm  .list .item{
    font-size: 14px;
}
.searchContent .filterForm  .filter_item_wrpr{
    position: relative;
}
.searchContent .filterForm .filter_range_change{
    width: 48%;
    margin-right: 2%;
}
.searchContent .filterForm .filter_range_change .param{
    border-color: #ebebeb;
}
.searchContent .filterForm .dop_filter_ttl{
    width: 100%;
    margin-right: 0;
}
.searchContent .filterForm .clearForm{
    display: inline-block;
    margin-top: 20px;
    padding: 0 7px;
    font-size: 14px;
    color: #000000;
    line-height: 36px;
    border: 1px solid #ededed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.searchContent .filterForm .clearForm:hover{
    text-decoration: none;
}
.searchContent .submitForm{
    display: block;
    width: 48%;
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 42px;
    text-align: center;
    background: #4fba5e;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.searchContent .table_data td{
    padding: 10px 2px;
    font-size: 14px;
}
.searchContent .openFilter{
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 10px 20px 10px 35px;
    color: #ffffff;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    background: #47aadf url('../img/new_style/filter_btn.svg') no-repeat 7px 50%;
    background-size: 17px 17px;
}
.searchContent .exmplOrder{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.searchContent .exmplOrder li{
    margin-right: 5px;
    margin-bottom: 10px;
}
.searchContent .exmplOrder .item,
.searchContent .last_data{
    display: block;
    padding: 10px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    white-space: nowrap;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #faf5e9;
}
.searchContent .exmplOrder .itemDouble{
    padding: 5px 5px 4px 5px;
    line-height: 1;
}
.searchContent .settingsSwitch{
    margin-left: 10px;
    padding: 9px 10px 9px 40px;
    float: right;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    border: 1px solid #ededed;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    background: #ededed url(/img/column.svg) no-repeat 16px 50%;
    background-size: 12px;
}
.searchContent .custom_filter_container{
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    overflow: auto;
    border: none;
    background: #ffffff;
    z-index: 100;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}
.searchContent .custom_filter_container .filter_form{
    width: 100%;
}
.searchContent .custom_filter_container .list li{
    width: 100%;
}
.searchContent .last_data:hover,
.searchContent .exmplOrder .item:hover{
    text-decoration: none;
    background-color: #fde1aa;
}
.searchContent .open_data_base {
    display: block;
    color: #000000;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    text-transform: none;
    border: 1px solid #ededed;
    padding: 9px 10px 9px 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff url('/img/database.svg') no-repeat 16px 50%;
    background-size: 12px;
}
.searchContent .open_data_base:hover{
    border-color: #def5ff;
    background-color: #def5ff;
}
.searchContent .exmplOrder .active,
.searchContent .exmplOrder .active:hover,
.searchContent .sortFilter .active,
.searchContent .sortFilter .active:hover {
    border-color: #ffd15e;
    background-color: #ffd15e;
}
.searchContent .exmplOrder .inputDateFilter{
    width: 100%;
}
.searchContent .filterItemSearch{
    position: relative;
    float: left;
    margin-right: 0;
}
.searchContent .filter_item_ttl{
    border: 1px solid #ededed;
    padding: 9px 20px 9px 9px;
    font-size: 14px;
}
.searchContent .inputDateFilter{
    float: left;
}
.searchContent .inputDateFilter input{
    width: 100%;
    border: 1px solid #ededed;
    padding: 11px 20px 10px 7px;
    font-size: 14px;
    background: url('/img/datepicker.svg') no-repeat 94% 50%;
    background-size: 20px 20px;
}
.searchContent .clearAll{
    display: inline-block;
    position: relative;
    width: 13%;
    margin-right: 5px;
    padding: 10px 30px 10px 10px;
    color: #000000;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #faf5e9;
}
.searchContent .clearAll:hover{
    text-decoration: none;
    background: #fde1aa;
}
.searchContent .clearAll img{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
}
.closeSetting{
    display: inline-block;
    color: #000000;
    line-height: 36px;
}
.closeSetting:hover{
    text-decoration: none;
}
.searchContent .panelFilter{
    display: table;
}
.searchContent .panelFilterItem{
    display: table-cell;
}
#bond-graph,
#crypto-graph-container,
#stocks-graph-container,
#chart-graph-container,
#pie-actives-container,
#stocks-graph-container{
    width: 100%;
    overflow: hidden;
}
.fixedScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/img/bks_bckgr.png) repeat 0 0;
    z-index: 200;
    overflow: hidden;
}
.fixedScreen .hdr{
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background: #000000;
}
.fixedScreen .bd{
    position: relative;
    margin-top: 40px;
    text-align: center;
    overflow: hidden;
}
.fixedScreen .lnk{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    z-index: 10;
}
.fixedScreen .cnt{
    position: absolute;
    max-width: 800px;
    max-height: 668px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.fixedScreenClose{
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50px;
    right: 20px;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 201;
    cursor: pointer;
    background: url(/img/bks_bckgr.png) repeat 0 0;
}
.brendingPattern{
    background: url(/img/freedom/top/freedom_back_pattern.png) repeat-y 50% 0;
    background-size: 100%;
}
.brending{
    background: url(/img/freedom/top/freedom_back.jpg) no-repeat 50% 0;
    background-size: 100%;
}
.brendingTop{
    position: relative;
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
}
.brendingTop .lnk{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.brendingWrp{
    width: 100%;
    max-width: 1256px;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #f7f7f8;
}
.indexPageContent>div{
    max-width: 100%;
    margin-top: 20px;
}

.rest-data {
    padding: 3px 5px;
    background: #ee5f2f;
    color: white;
    border-radius: 5px;
    font-size: 11px;
    cursor: pointer;
}
.rest-debug .param_list .item {
    position: inherit;
    overflow: visible;
    z-index: 1;
}
.rest-debug .param_list .name{
    position: inherit;
    background: transparent;
    z-index: 1;
}
.rest-debug  .long_table {
    position: inherit;
    overflow: visible;
}
.rest-debug  .long_table .roll_table {
    position: inherit;
}
.row {
    display: flex;
}
.col-30{
    width: 30%;
    margin-right: 10px;
}
.col-20{
    flex: 0 0 20%;
    max-width: 20%;
}
.col-80{
    flex: 0 0 80%;
    max-width: 80%;
}
.col-6{
    flex: 0 0 49%;
    max-width: 49%;
    height: 80px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
.col-6:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    -moz-box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
    box-shadow: 0 0 10px 0 rgba(255, 209, 94, 0.8);
}
.col-6 iframe{
    float: left;
}
.top-adfox-container{
    overflow: hidden;
    padding: 0 10px;
}
.central-adfox-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.ff_link{
    text-decoration: none;
}
.FFItem li{
    display: block;
    width: 100%;
}
.FFItem .row{
    justify-content: space-between;
}
.FFItem .FFdate{
    width: 20%;
}
.FFItem .FFinfo{
    width: 75%;
}
@media screen and (max-width: 1388px) {
    .scroll_top {
        display: none;
    }
    .carouselFunds,
    .carouselCoins{
        width: 90%;
    }
}
@media screen and (max-width: 1268px) {
    .wrapper {
        width: 100%;
    }

    .top_info .list,
    .bread_crumbs {
        margin-left: 10px;
    }

    .header .content_other,
    .top_info .search {
        width: 30%;
        margin-right: 10px;
    }
    .wdg_step {
        margin-right: 2%;
    }

    .wdg_full,
    .wdgt_wrapper {
        width: 98%;
    }

    .for_rght_inner_bnnr {
        width: 83.5%;
        margin-right: 2%;
    }

    .rght_inner_bnnr {
        width: 14%;
    }

    .widget_info_btn {
        width: 14%;
    }
}
@media screen and (max-width: 1280px) {
    .finamBlock .procent {
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .widget_info_btn{
        width: 22%;
    }
}
@media screen and (max-width: 1120px){
    .finamBlock .procent {
        margin-top: 10px;
        font-size: 18px;
    }
    .finamBlock .info {
        font-size: 20px;
    }
    .finamBlock .btn {
        margin: 6px 2% 0;
    }
}
@media screen and (max-width: 1050px) {
    .widget_info_btn{
        width: 22%;
    }
    .searchContent .clearAll{
        width: 20%;
    }
}
@media screen and (max-width: 1024px) {
    .fixedScreen .cnt{
        max-width: 600px;
        max-height: 500px;
    }
    .radio_box.checked:after {
        top: 6px;
        bottom: auto;
    }

    p,
    .bread_crumbs .item,
    .top_info .search .input,
    .top_menu .main_list .menu_item .lnk,
    .top_menu .main_list .middle_list .mdl_item,
    .widget .inner_txt,
    .param_list,
    .middle_ttl {
        font-size: 14px;
    }

    .header .userEvents{
        width: 20%;
    }

    .file_lnk {
        padding: 10px 0;
    }

    .top_info .search .input {
        padding: 12px 10px 12px 50px;
    }

    .top_info .search:before {
        width: 44px;
        height: 44px;
    }

    .top_info .search .input {
        padding: 13px 10px 14px 55px;
    }

    .input_date .input {
        padding: 13px 30px 14px 13px;
    }

    .inner_autocompl {
        padding: 13px;
    }

    .inner_form .btn {
        padding: 15px 50px;
    }

    .top_info_item {
        margin-right: 5px;
    }

    .top_info_item .lnk {
        line-height: 18px;
    }

    .top_info_item .cur_logo {
        width: auto;
        height: 18px;
        margin-right: 4px;
    }

    .top_info_item .bks_logo {
        width: 100px;
    }

    .top_info .search {
        margin-top: 10px;
    }

    .switch_period .item {
        padding: 5px;
    }

    .switch_period .item {
        padding: 10px 0 5px 0;
    }

    .widget .inner_switch_view .item {
        width: 44px;
        height: 44px;
    }

    .switch_period {
        float: none;
    }

    .table tbody a,
    .table .indent_in_mobile {
        display: inline-block;

        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wdg_ttl .ttl {
        font-size: 16px;
    }

    .switch_period .item {
        font-size: 14px;
        padding: 7px 2px;
    }

    .inner_switch_view .item {
        width: 44px;
        height: 44px;
    }

    .filter_setting_list .input_date {
        width: 100%;
    }

    /*date field*/
    .input_date .clear {
        width: 43px;
        height: 42px;
    }

    /*footer*/
    .for_fixed_footer {
        min-height: 0;
    }

    .for_fixed_footer_middle {
        padding-bottom: 0;
    }

    .footer {
        min-height: 0;
        margin: 20px 0 0;
    }

    .footer .menu .item,
    .footer .lnk_list a {
        display: inline-block;
        padding: 10px 0;
        font-size: 13px;
    }

    .top_menu .main_list .menu_item .lnk {
        font-size: 12px;
    }

    .alpary_btn_menu {
        font-size: 12px;
        padding: 8px 5px;
    }

    .finamBlock .procent {
        margin-top: 14px;
        font-size: 14px;
    }

    .searchContent .filterForm,
    .searchContent .custom_filter_container {
        width: 70%;
    }

    .carouselFunds,
    .carouselCoins{
        width: 88%;
    }

}
@media screen and (max-width: 950px){
    .col-6{
        height: auto;
        max-height: 160px;
    }
}
@media screen and (max-width: 880px){
    body, html{
        height: auto;
    }
    .header .content_other,
    .top_info .search{
        width: 49%;
    }
    .top_info_item{
        float: none;
        margin-bottom: 5px;
    }
    .top_menu .main_list .menu_item .lnk{
        font-size: 11px;
    }
    #inner_menu{
        display: none;
    }
    .roll_table_left{
        left: 0;
    }
    .widget_list{
        width: 100%;
    }
    .wdg_step{
        margin-right: 0;
    }
    .for_rght_inner_bnnr{
        width: 100%;
        margin-right: 0;
    }
    .rght_inner_bnnr{
        width: 100%;
        height: 70px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .widget_info_ttl,
    .widget_info_btn{
        float: none;
        margin-top: 10px;
    }
    .wdg_middle,
    .wdg_small,
    .widget_info_block{
        width: 100%;
    }
    .widget_info_btn{
        width: 32%;
        margin-top: 10px;
    }

    .only_adapt {
        display: table-cell;
    }
    .only_adapt_block{
        display: block;
    }
    .table tbody a,
    .table .indent_in_mobile{
        max-width: none;
        overflow: visible;
    }
    .swipe_table td{
        border-right: none;
    }
    .widget_price{
        margin-bottom: 10px;
    }
    .inner_switch_view{
        float: left;
        clear: both;
    }
    .inner_switch_view .item{
        margin-left: 0;
        margin-right: 20px;
    }
    .independ_period .input_date {
        width: 30%;
        margin-right: 2%;
    }
    .independ_period .btn {
        width: 36%;
        margin-left: 0;
        margin-right: 0;
    }
    .footer{
        margin-top: 20px;
    }
    .top_menu .main_list .menu_item .lnk,
    .alpary_btn_menu{
        font-size: 11px;
    }
    .long_table .fixed_table{
        width: 30%;
    }
    .long_table .roll_table{
        width: 70%;
    }
    .long_table .roll_table_left{
        left: 30%
    }
}
@media screen and (max-width: 860px) {
    .header .logo{
        width: 73px;
        margin-left: 20px;
        overflow: hidden;
    }
    .header .logo img{
        width: auto;
    }
    .header .search {
        width: 50%;
    }
    .header .userEvents {
        width: 25%;
    }
    .finamBlock .procent {
        width: 100%;
        margin-top: 0;
        margin-bottom: 10px;
        text-align: center;
    }

    .finamBlock .info {
        width: 57%;
    }

    .finamBlock .logo {
        width: 8%;
    }

    .alpary_top,
    .topRghtBlock {
        flex-wrap: wrap;
    }

    .alpary_top_text,
    .topRghtBlock .txt {
        width: 75%;
    }

    .btn_alpary_top,
    .topRghtBlock .btn {
        width: 40%;
        margin: 10px auto 10px;
    }

    .searchContent .filterForm,
    .searchContent .custom_filter_container {
        width: 90%;
    }

    .carouselFunds,
    .carouselCoins{
        width: 78%;
    }

    .carouselFunds .list li,
    .carouselCoins .list li {
        width: 24%;
    }
    .topLeftBlock{
        background-position: -200px 0;
    }
    .topLeftBlock .text{
        width: 100%;
        text-align: center;
    }
    .topLeftBlock .rght{
        width: 100%;
        justify-content: center;
        opacity: .9;
    }
}
@media screen and (max-width: 767px){
    .modal .modal_wrapper{
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        overflow: auto;
    }
    .modal .modal_wrapper .modal_content{
        height: auto;
    }
    .searchContent .clearAll {
        width: auto;
    }
}
@media screen and (max-width: 680px) {
    .central-adfox-container{
        flex-wrap: wrap;
    }
    .topContent{
        display: none;
    }
    .topEtfBlock{
        display: none;
    }
    .fixedScreen .cnt{
        max-width: 300px;
        max-height: 250px;
    }
    .header .wrapper{
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
    .header .logo {
        width: 55%;
    }
    .header .logo img{
        height: 48px;
    }
    .header .search{
        position: absolute;
        width: 96%;
        margin: 0 2%;
        left: 0;
        bottom: 0;
    }
    .header .search .input{
        padding: 16px 40px 15px 0;
    }
    .header .userEvents {
        width: 30%;
    }
    .header .sign_in_form .input,
    .header .sign_in_form .send_login_pass,
    .header .close{
        padding-top: 0;
        padding-bottom: 0;
        height: 48px;
        line-height: 48px;
    }
    .header .sign_in_form .indent_lnk a{
        display: inline-block;
        padding: 0;
        line-height: 48px;
    }

    .fixedScreen, .fixedScreenClose {
        display: block;
    }

    .brendingPattern {
        background: none;
    }

    .brending {
        background: none;
    }

    .bannerTitle {
        margin-left: 10px;
        font-size: 12px;
        font-weight: 700;
    }

    .aprilLogo {
        width: 150px;
    }

    .floatRightMobile {
        float: right;
    }

    .mobileHide {
        display: none;
    }

    .padding2Mobile {
        padding: 2px;
    }

    .adriver_banner_april {
        padding-top: 10px;
    }

    .wrapper {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .header .sign_in .sign_in_wrapper {
        width: 100%;
    }

    .header .sign_in .cntrl_btn {
        width: 50%;
        margin: 30px auto 0;
        float: none;
        text-align: center;
        clear: both;
    }

    .header .sign_in .cntrl_btn .btn {
        margin-top: 10px;
    }

    .header .sign_in .indent_lft {
        margin-left: auto;
    }

    .header .sign_in .item_block {
        width: 48%;
        margin-right: 2%;
    }

    .header .sign_in .btn,
    .header .sign_in .input {
        width: 100%;
    }

    .header .content_other {
        width: 100%;
    }

    .top_info{
        margin-top: 0;
    }
    .bread_crumbs {
        display: none;
    }

    .header .content_other {
        width: 100%;
        margin-bottom: 10px;
        float: none;
    }

    .header .open_top_menu {
        display: block;
    }

    .top_menu {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto;
        background: #ffffff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        z-index: 20000;
    }

    .top_menu .main_list {
        display: block;
    }

    .top_menu .main_list {
        display: block;
        height: auto;
        margin-bottom: 40px;
    }

    .top_menu .main_list .menu_item {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
    }

    .top_menu .main_list .middle_list li:first-child {
        border: none;
    }

    .top_menu .main_list .middle_list .mdl_item {
        padding: 7px 10px;
    }

    .top_menu .top_menu_close {
        display: block;
    }

    .top_menu .main_list .menu_item {
        height: auto;
    }

    .top_menu .main_list .menu_item .lnk {
        position: relative;
        margin-top: 10px;
        padding: 10px 10px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }

    .top_menu .top_menu_close {
        padding: 0 20px;
    }

    .top_menu .main_list .menu_item .lnk:before {
        display: none;
    }

    .top_menu .main_list .menu_item .lnk .clear {
        display: inline-block;
        width: 5px;
    }

    .top_menu .main_list .middle_list {
        position: relative;
        width: 100%;
        top: 0;
        left: auto;
        margin-left: 0;
        margin-bottom: 10px;
        box-shadow: none;
    }

    .top_menu .main_list .middle_list {
        height: auto;
    }

    .btn_alpary_top,
    .topRghtBlock .btn {
        width: 80%;
    }

    .alpary_top_text,
    .topRghtBlock .txt {
        font-size: 12px;
    }

    topRghtBlock .txt br,
    .alpary_top_text br {
        display: none;
    }

    #main_search_wrapper .switch_period {
        display: block;
    }

    #main_search_wrapper .switch_period li {
        display: block;
        width: 49%;
        float: left;
        margin-bottom: 5px;
        padding: 0;
    }

    #main_search_wrapper .switch_period li:nth-child(2n+1) {
        padding-right: 2%;
    }

    #main_search_wrapper .switch_period .item {
        padding: 10px 0;
        text-align: center;
        border: 1px solid #cccccc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    #main_search_wrapper .switch_period sup {
        color: #999999;
        font-size: 13px;
        font-weight: normal;
    }

    #main_search_wrapper .switch_period .active {
        border-color: #ffd15e;
    }

    .widget {
        padding: 10px;
    }

    .wdg_full,
    .wdgt_wrapper {
        width: 100%;
    }

    .inner_form_period .input_date {
        margin-bottom: 15px;
    }

    /*footer*/
    .footer .left_info,
    .footer .right_info {
        width: 100%;
        float: none;
        padding: 0;
    }

    .footer .right_info {
        margin-top: 20px;
    }

    .alpary_btn_menu {
        margin-top: 20px;
    }

    .top_menu .main_list .menu_item .lnk,
    .alpary_btn_menu {
        font-size: 14px;
    }

    .finamBlock .info {
        width: 40%;
        font-size: 18px;
    }

    .finamBlock .btn {
        width: 25%;
    }

    .finamBlock .logo {
        width: 10%;
    }

    .long_table .only_adapt {
        display: none;
    }

    .long_table .fixed_table {
        display: block;
        width: 50%;
    }

    .long_table .roll_table {
        width: 50%;
        overflow: hidden;
    }

    .long_table .roll_table th,
    .long_table .roll_table td {
        text-align: center !important;
        border-right: none;
    }

    .long_table .roll_table_left,
    .long_table .roll_table_right {
        display: none !important;
    }

    .long_table .roll_table_left,
    .long_table .roll_table_right {
        display: none;
    }

    .long_table .arrow_left,
    .long_table .arrow_right {
        display: block;
    }

    .long_table .fixed_header_wrapper th {
        text-align: center;
    }

    .table_data td,
    .table_data thead th,
    .table_data thead td {
        padding: 2px;
    }

    .topContent {
        text-align: center;
    }

    .topContent .img {
        width: 20%;
        margin: 5px auto 5px;
        float: none;
    }

    .topContent .txt {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        font-size: 16px;
    }

    .topContent .number {
        font-size: 14px;
    }

    .topContent .lnk {
        display: block;
        width: 50%;
        margin: 5px auto 5px;
        float: none;
    }

    .inner_ttl {
        padding: 10px;
        font-size: 20px;
    }

    .broker_logo {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
        padding: 10px;
    }

    .broker_logo img {
        left: 0;
        right: auto;
    }

    .widt680 {
        display: block;
    }

    .searchContent .exmplOrder {
        display: block;
        border: none;
        margin-bottom: 0;
        clear: both;
    }

    .searchContent .filterForm,
    .searchContent .custom_filter_container {
        width: 70%;
    }

    .searchContent .custom_filter_container .info_lnk {
        display: block;
    }

    .searchContent .filterForm {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: auto;
        z-index: 10000;
    }

    .searchContent .filterForm .filter_item,
    .searchContent .filterForm .filter_range_change,
    .searchContent .submitForm {
        width: 100%;
        margin-right: 0;
    }

    .header .sign_in_lnk {
        margin-left: 0;
    }

    .fixedScreen .hdr {
        font-size: 14px;
    }

    .carouselFunds,
    .carouselCoins {
        margin-top: 0;
    }

    .carouselFunds .list li,
    .carouselCoins .list li {
        width: 48%;
    }

    .carouselFunds .info .price{
        font-size: 16px;
    }

    .carouselCoins .img,
    .carouselCoins .info {
        width: 100%;
    }

    .carouselCoins .img img {
        left: 0;
        right: 0;
    }

    .carouselCoins .about,
    .carouselCoins .price {
        padding-left: 0;
    }
    .FFItem .FFdate{
        width: 20%;
    }
    .FFItem .FFinfo{
        width: 75%;
    }
    .partItem .FFItem.list .ttl{
        min-height: 0;
    }
}
@media screen and (max-width: 560px) {
    .header .logo {
        width: 40%
    }
    .header .logo img{
        width: 100%;
    }
    .header .userEvents {
        width: 40%;
    }
    .top_info .list,
    .top_info .search{
        width: 100%;
        float: none;
    }
    .top_info_item{
        float: left;
    }

    .floatRightMobile {
        float: right;
    }

    .top_info .item:first-child{
        height: 40px;
    }
    .widget_info_btn {
        width: 49%;
    }
    .independ_period .input_date {
        width: 48%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .independ_period .input_date:first-child {
        margin-right: 4%;
    }
    .independ_period .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .finamBlock{
        text-align: center;
    }
    .finamBlock .info{
        font-size: 20px;
    }
    .finamBlock .info,
    .finamBlock .btn{
        width: 100%;
        margin: 0 0 10px;
    }
    .finamBlock .info br{
        display: none;
    }
    .finamBlock .logo{
        width: 15%;
        float: none;
        margin: auto;
    }
    .topLeftBlock .text{
        font-size: 1em;
    }
}
@media screen and (max-width: 400px) {
    .fixedScreen .cnt{
        max-width: 271px;
        max-height: 225px;
    }
    .header .logo {
        width: 50px;
    }
    .header .logo img{
        width: auto;
    }
    .header .userEvents {
        width: 56%;
    }
    .header .sign_in .item_block {
        width: 100%;
        float: none;
    }

    .header .sign_in .indent {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .header .sign_in .cntrl_btn {
        width: 100%;
        margin: 0 auto;
    }

    .header .register {
        display: none;
    }

    .widget_info_btn {
        width: 100%;
    }

    .inner_form .for_clear_date {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .widget .inner_form .btn {
        padding: 13px 50px 14px;
    }

    .header .sign_in_lnk {
        width: 100%;
        margin-top: 0;
    }

    .header .search{
        margin-bottom: 10px;
    }

    .header .sign_in_lnk .name {
        max-width: 80%;
    }
    .alpary_logo,
    .topRghtBlock .lnk {
        width: 100%;
        margin-bottom: 5px;
    }
    .alpary_top_text,
    .topRghtBlock .txt {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
    .btn_alpary_top,
    .topRghtBlock .btn {
        width: 90%;
    }
    .topRghtBlock .txt {
        font-size: 10px;
    }
    .carouselFunds,
    .carouselCoins{
        width: 70%;
    }
}
@media screen and (max-width: 380px) {
    .topContent .img {
        width: 50%;
    }

    .topContent .lnk {
        width: 96%;
        margin: 5px 2% 5px;
    }

    .searchContent .exmplOrder.
    .searchContent .exmplOrder li,
    .searchContent .settingsSwitch,
    .searchContent .open_data_base,
    .searchContent .filterForm,
    .searchContent .custom_filter_container {
        width: 100%;
    }
}
@media screen and (max-width: 320px) {
    .header .userEvents {
        width: 100%;
    }
    .independ_period .input_date {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
