
@font-face {
    font-family: OpenSansSemiBold;
    src: url(fonts/OpenSansSemiBold.ttf)
}

@font-face {
    font-family: PFD_Regular;
    src: url(fonts/pfdindisplaypro-regular.ttf)
}

@font-face {
    font-family: OpenSansBold;
    src: url(fonts/OpenSansBold.ttf)
}

body {
    /* Современные шрифты применяются из modern-typography.css */
    background: #f1f1f1;
    -webkit-text-size-adjust: 100%
}

.journal_btn {
    display: flex;
    justify-content: space-between;
	}

::selection {
    color: #fff;
    background: #146eb3
}

::-moz-selection {
    background: #146eb3;
    color: #fff
}

::-webkit-scrollbar {
    background: #cdcdcd;
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #333131
}

::-webkit-input-placeholder {
    color: #505050;
    -webkit-transition: text-indent .5s, color .5s;
    transition: text-indent .5s, color .5s
}

input::-moz-placeholder {
    color: #505050;
    opacity: 1
}

textarea::-moz-placeholder {
    color: #505050;
    opacity: 1
}

::ms-input-placeholder {
    color: #505050
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.red_color {
    color: #ff1616
}

.PFDregular {
    font-family: pf_dindisplay_proregular
}

.semibold {
    font-weight: 600
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.hide {
    display: none !important
}

.show {
    display: block
}

.p_rel {
    position: relative
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#content {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
    padding: 0
}

.left_part {
    position: relative;
    float: left;
    padding-right: 16px;
    max-width: 70%
}

.sidebar {
    position: relative;
    max-width: 30%;
    min-width: 300px
}

.left_part:before,
.sidebar:before {
    content: "";
    display: block;
    position: absolute;
    height: 99.7%;
    width: 1px;
    background-color: #e8e8e8;
    top: 0;
    right: -1px;
    margin-top: 20px;
    margin-right: 10px
}

.sidebar:before {
    right: auto;
    left: -17px;
    margin-top: 20px;
    display: none
}

#go_up {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 52px;
    height: 52px;
    border-radius: 5px;
    background-color: rgba(191, 191, 191, .6);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#go_up:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    background: url(images/icon.png) -180px -79px no-repeat
}

#go_up.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

#go_up:hover {
    border-radius: 0;
    background-color: #ff1616;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section_offset {
    margin-top: 30px
}

.icon:before {
    content: "";
    display: inline-block;
    background: url(images/icon.png) no-repeat
}

.student_icon:before {
    width: 23px;
    height: 26px;
    background-position: 0 -159px
}

.microphone:before {
    width: 30px;
    height: 30px;
    background-position: -80px -77px
}

.analysis:before {
    width: 45px;
    height: 30px;
    background-position: -41px -118px
}

.clock_icon:before {
    width: 30px;
    height: 30px;
    background-position: -44px -156px
}

.newspaper_icon:before {
    width: 27px;
    height: 27px;
    background-position: -94px -156px
}

.profesional_icon:before {
    width: 27px;
    height: 31px;
    background-position: -130px 0
}

.news_icon:before {
    width: 29px;
    height: 25px;
    background-position: -47px -238px
}

.thumbs_up_icon:before {
    width: 23px;
    height: 22px;
    background-position: 0 -272px
}

.cup_icon:before {
    width: 23px;
    height: 27px;
    background-position: -179px 0
}

.dictionary_icon:before {
    width: 18px;
    height: 22px;
    background-position: -182px -43px
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.row:after {
    content: "";
    display: block;
    clear: both
}

[class*=grid_] {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

#header {
    margin-right: -20px;
    padding-right: 20px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0, #f2f2f2 100%)
}

.logo {
    float: left
}

.logo a {
    font-size: 0
}

.header_list {
    font-weight: 400;
    line-height: inherit;
    margin-bottom: 0
}

.header_list li {
    float: left
}

.header_list li:before {
    display: none
}

.header_list li a {
    display: block;
    font-size: 14px;
    line-height: 17px;
    padding: 21px 10px 23px;
    border-right: 1px solid #e8e8e8;
    color: #454141
}

.header_list li a:hover {
    background-color: #f0f0f0
}

.header_list_btn {
    font-size: 14px;
    line-height: 14px;
    color: #454141;
    padding: 21px 18px 23px 8px;
    position: relative;
    cursor: pointer
}

.header_list_btn:hover {
    background-color: #f0f0f0
}

.header_list_btn i {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 16px
}

.header_list_btn.active i {
    background-color: #ededed
}

.header_list_btn i:before {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 2px;
    content: "";
    width: 12px;
    height: 12px;
    background-position: -91px -18px
}

.enter_box span{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 17px;
    padding: 21px 10px 23px;
    font-weight: 400;
    color: #454141;
  }

.enter_box span strong{font-weight: 600;}

.enter_box>a {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 17px;
    padding: 21px 10px 23px;
    font-weight: 400;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    color: #454141
}

.enter_box>a:hover {
    background-color: #f0f0f0
}

.language_dropdown {
    float: left;
    position: relative
}

.language_dropdown_label {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    padding: 21px 22px 22px 10px;
    font-weight: 400;
    border-left: 1px solid #e8e8e8;
    color: #454141;
    cursor: pointer
}

.language_dropdown_label:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border: 3px solid transparent;
    border-top: 4px solid #5f5f5f
}

.language_dropdown_label img {
    margin-right: 5px;
    margin-top: 2px
}

.language_dropdown_label:hover {
    background-color: #f0f0f0
}

.language_dropdown_list {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1000
}

.language_dropdown_list a {
    border: none;
    text-align: left;
    padding: 8px 0 8px 10px;
    display: block;
    float: none
}

.language_dropdown_list a img {
    margin-right: 5px;
    margin-top: 2px
}

.language_dropdown.opened .language_dropdown_label:before {
    border: 3px solid transparent;
    border-bottom: 4px solid #5f5f5f;
    margin-top: -6px
}

.language_dropdown.opened .language_dropdown_list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav_wrap {
    position: relative;
    z-index: 999;
    background-color: #333030;
    display: table;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.nav_wrap.show {
    opacity: 1
}

nav {
    display: table-cell
}

.main_menu {
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0 !important
}

.main_menu>li {
    float: left;
    position: relative;
    border-right: 1px solid #0d0c0c;
    margin-bottom: 0 !important
}

.main_menu>li:before {
    display: none
}

.main_menu>li:first-child {
    width: 92px
}

.main_menu>li>a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 22px 10px;
    background-color: #242222
}

.main_menu>li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #333030
}

.main_menu>li.active>a,
.main_menu>li:hover>a {
    background-color: #333030
}

.main_menu>li.current>a,
.main_menu>li>a:active {
    background-color: #ff1616
}

.main_menu>li.current>a:after,
.main_menu>li:hover>a:after {
    display: none
}

.sub_menu {
    font-weight: inherit;
    line-height: inherit;
    width: 232px;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 5px solid #ff1616;
    display: none
}

.sub_menu>li:before {
    display: none
}

.sub_menu>li {
    margin-bottom: 0 !important
}

.sub_menu>li>a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 20px 0 18px 20px;
    border-top: 1px solid #0d0c0c;
    background-color: #242222;
    position: relative
}

.sub_menu>li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #333030
}

.sub_menu>li>a:active:after,
.sub_menu>li>a:hover:after {
    display: none
}

.sub_menu>li>a:hover {
    background-color: #333030
}

.sub_menu>li>a:active {
    background-color: #ff1616
}

.additional_menu_box {
    background-color: #242222;
    border-right: 1px solid #0d0c0c;
    position: relative
}

.additional_menu_box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #333030
}

.additional_menu_box button {
    display: block;
    position: relative;
    outline: 0;
    border: none;
    cursor: pointer;
    width: 57px;
    height: 61px;
    background: 0 0
}

.additional_menu_box button:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 22px;
    left: 18px;
    background: url(images/icon.png) no-repeat
}

.additional_menu_box button.active:before,
.additional_menu_box button:hover:before {
    background-position: 0 -23px
}

.additional_menu {
    font-weight: inherit;
    line-height: inherit;
    width: 232px;
    position: absolute;
    top: 100%;
    left: 0;
    border-bottom: 5px solid #ff1616;
    display: none
}

.additional_menu>li:before {
    display: none
}

.additional_menu>li {
    position: relative;
    margin-bottom: 0 !important
}

.additional_menu.active {
    display: block
}

.additional_menu>li>a {
    display: block !important;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 20px 0 18px 20px;
    border-top: 1px solid #0d0c0c;
    background-color: #242222;
    position: relative
}

.additional_menu>li>a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #333030
}

.additional_menu>li>a:active:after,
.additional_menu>li>a:hover:after {
    display: none
}

.additional_menu>li>a:hover {
    background-color: #333030
}

.additional_menu>li>a:active {
    background-color: #ff1616
}

.additional_menu .sub_menu {
    top: 0;
    right: 100%;
    left: auto
}

.search_box {
    display: table-cell
}

.search_form {
    display: block;
    position: relative;
    height: 63px
}

.search_form input[type=text] {
    display: block;
    outline: 0;
    background: #333030;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 21px 55px 21px 12px;
    color: #a6a1a1;
    font-size: 16px;
    line-height: 20px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search_form input[type=text]:focus {
    border-left: 4px solid #b3adad;
    color: #f1f1f1;
    width: 425px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s
}

.search_form button {
    display: block;
    position: absolute;
    outline: 0;
    border: none;
    width: 55px;
    height: 62px;
    top: 0;
    right: 0;
    background: 0 0;
    cursor: pointer
}

.search_form button:hover {
    opacity: .7
}

.search_form button:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 6px;
    width: 30px;
    height: 30px;
    background: url(images/icon.png) -2px -50px no-repeat
}

.search_form input[type=text]:focus~button:before {
    background-position: -2px -84px
}

.header_info_title {
    position: relative;
    float: left;
    width: 91px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 20px 0
}

.header_info_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    width: 0;
    height: 0;
    border: 10px solid transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: 1;
    color: #333;
    margin: 0;
    position: relative
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

h3 {
    margin-right: auto;
    font-family: RC_Bold;
    font-size: 30px;
    color: #444
}

h4 {
    font-family: pf_dindisplay_prolight;
    font-size: 22px;
    line-height: 25px;
    padding: 10px 0;
    margin-bottom: 0
}

.page_title3 {
    font-family: pf_dindisplay_prolight;
    font-size: 22px;
    line-height: 25px;
    padding: 10px 30px 10px 0;
    color: #333;
    font-weight: 400;
    margin-bottom: 0
}

h6 {
    font-size: 14px
}

h1>.fa,
h1>.icon,
h2>.fa,
h2>.icon,
h3>.fa,
h3>.icon,
h4>.fa,
h4>.icon,
h5>.fa,
h5>.icon,
h6>.fa,
h6>.icon {
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    font-size: 30px;
    color: #bebebe;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

h2>.sub_title,
h3>.sub_title,
h4>.sub_title,
h5>.sub_title,
h6>.sub_title {
    font-size: 17px;
    color: #787575;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    margin-top: 10px
}

h2>.sub_title:before,
h3>.sub_title:before,
h4>.sub_title:before,
h5>.sub_title:before,
h6>.sub_title:before {
    content: "";
    display: block;
    position: absolute;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    width: 1px;
    background-color: #e3e3e3;
    left: 10px
}

.title1 {
    font: 17px/27px pf_dindisplay_proregular;
    color: #454242;
    background-color: #f1f1f1;
    text-transform: uppercase;
    padding: 9px 55px 9px 15px;
    position: relative;
    margin-bottom: 4px
}

.title1 .icon {
    right: 28px
}

.title1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px
}

.title1.red_border:before {
    background-color: #ff1616
}

.title1.blue_border:before {
    background-color: #146eb3
}

p {
    margin-top: 10px;
    font-size: 16px
}

a {
    color: #146eb3;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

a:hover {
    color: #454242;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:focus,
a:visited {
    text-decoration: none
}

.link_accent {
    color: #146eb3
}

.link_accent:hover {
    color: #454242
}

img {
    max-width: 100%
}

ul[style="list-style-type: circle;"] {
    list-style-type: none !important;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    border-left: 10px solid #d9d9d9;
    font-weight: 600;
    color: #333030
}

ul[style="list-style-type: circle;"] li:not(:last-child),
ul[style="list-style-type: circle;"]:not(:last-child),
ul[style="list-style-type: disc;"]:not(:last-child) {
    margin-bottom: 30px
}

ul[style="list-style-type: circle;"] li:before,
ul[style="list-style-type: disc;"]>li:before {
    display: none
}

ul[style="list-style-type: disc;"] {
    list-style: none !important;
    font-weight: inherit;
    line-height: inherit
}

ul[style="list-style-type: disc;"]>li:not(:last-child) {
    margin-bottom: 4px
}

ul[style="list-style-type: disc;"]>li>a {
    display: block;
    position: relative;
    background-color: #f5f5f5;
    color: #454242;
    line-height: 22px;
    padding: 15px 5px 15px 14px;
    letter-spacing: -.2px
}

ul[style="list-style-type: disc;"]>li>a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 3px;
    background-color: #e3e3e3
}

ul[style="list-style-type: disc;"]>li>a:hover {
    background-color: #f2f2f2;
    color: #146eb3
}

ul[style="list-style-type: disc;"]>li>a:hover:before {
    width: 4px;
    background-color: #146eb3
}

.list1 {
    margin-bottom: 8px
}

.list1>li {
    padding: 6px 20px 8px 0;
    border-top: 1px solid #e3e3e3;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400
}

.list1>li a {
    color: #454242
}

.list1>li a:hover {
    color: #146eb3
}

.list1 li:before {
    display: none
}

.list1>li:first-child {
    padding-top: 0;
    border: none
}

.list2 {
    list-style: none !important;
    font-weight: inherit;
    line-height: inherit
}

.list2>li:before {
    display: none
}

.list2>li:not(:last-child) {
    margin-bottom: 4px
}

.list2>li>a {
    display: block;
    position: relative;
    background-color: #f5f5f5;
    color: #454242;
    line-height: 22px;
    padding: 8px 5px 9px 14px;
    letter-spacing: -.2px
}

.list2>li>a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 3px;
    background-color: #e3e3e3
}

.list2>li>a:hover {
    background-color: #f2f2f2;
    color: #146eb3
}

.list2>li>a:hover:before {
    width: 4px;
    background-color: #146eb3
}

.news_list>li {
    background-color: #f5f5f5;
    line-height: 24px;
    margin-bottom: 4px;
    position: relative;
    padding-left: 64px;
    font-weight: 400
}

.news_list li:before {
    display: none
}

.news_list>li time {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 8px 0 8px 28px;
    width: 64px;
    background-color: #f0f0f0;
    color: #787777;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700
}

.news_list>li a {
    color: #454242
}

.news_list>li a:hover {
    color: #146eb3
}

.news_list>li time span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px
}

.news_list>li time:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    margin-left: -5px;
    visibility: hidden
}

.news_list>li time:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 6px;
    top: 50%;
    margin-top: -10px;
    background: url(images/icon.png) -24px -13px no-repeat
}

.news_list>li p {
    overflow: hidden;
    padding: 7px 0 7px 10px
}

.list3>li {
    font-weight: inherit;
    margin-bottom: 10px
}

.list3 li:before {
    display: none
}

.list3>li>a {
    line-height: 18px;
    color: #ccc8c8
}

.list3>li>a:hover {
    color: #ff1616;
    text-decoration: underline
}

.list4 {
    text-align: center;
    font-weight: inherit;
    line-height: inherit
}

.list4>li {
    display: inline-block;
    margin-bottom: 15px
}

.list4 li:before {
    display: none
}

.list5 {
    font-weight: inherit;
    color: inherit;
    line-height: inherit
}

.list5>li {
    padding: 10px 0 12px;
    border-top: 1px solid #e3e3e3
}

.list5 li:before {
    display: none
}

.list5>li:first-child {
    border: none;
    padding-top: 0
}

.list5>li h6 {
    font: 600 15px/24px 'Open Sans', sans-serif;
    color: #454242;
    margin-bottom: 0
}

.list5>li h6 a {
    color: #454242
}

.list5>li h6 a:hover {
    color: #146eb3
}

.list5>li p {
    font-size: 14px;
    line-height: 24px;
    color: #787575
}

.edition_btn {
    display: inline-block;
    width: 287px;
    font: 15px/19px pf_dindisplay_proregular;
    text-transform: uppercase;
    text-align: center;
    background-color: #146eb3;
    color: #fff;
    padding: 11px 0;
    border: 3px solid #115e99
}

.edition_btn:hover {
    background-color: #115e99;
    color: #fff
}

.button1 {
    display: inline-block;
    font: 17px/21px pf_dindisplay_proregular;
    color: #fff;
    border: 4px solid #136bad;
    background-color: #1575bf;
    padding: 9px 25px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0
}

.button1:hover {
    background-color: #136bad;
    color: #fff
}

.load_btn {
    display: block;
    text-align: center;
    border: 1px solid #ebebeb;
    background-color: #f0f0f0;
    font: 16px/21px pf_dindisplay_proregular;
    color: #333131;
    padding: 13px 0;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    margin-top: 15px
}

.load_btn:hover {
    color: #333131;
    background-color: #e6e6e6
}

.account_btn {
    display: block;
    text-align: center;
    font: 16px/21px pf_dindisplay_proregular;
    color: #454242;
    padding: 10px 0;
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
    text-transform: uppercase
}

.account_btn:hover {
    color: #fff;
    background-color: #333131
}

.more_interview_btn {
    display: inline-block;
    outline: 0;
    border: none;
    background-color: #f0f0f0;
    font: 16px/18px pf_dindisplay_prolight;
    color: #454545;
    padding: 15px 0;
    width: 148px;
    text-align: center;
    cursor: pointer
}

.more_interview_btn:hover {
    background-color: #e6e6e6;
    color: #454545
}

.reply_btn {
    display: inline-block;
    outline: 0;
    border: none;
    background-color: #333131;
    font: 16px/18px pf_dindisplay_proregular;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 148px;
    cursor: pointer
}

.reply_btn:hover {
    background-color: #ff1616;
    color: #fff
}

.chench_btn:before {
    content: attr(data-text)
}

.share_btn {
    outline: 0;
    cursor: pointer;
    display: none;
    width: 195px;
    height: 48px;
    color: #fff;
    line-height: 17px;
    padding: 8px 45px 0 30px;
    text-align: left;
    background: url(images/share_btn.png) no-repeat;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.share_btn:hover {
    color: #fff;
    background-position: 0 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.blockdiv1,
.blockdiv_small {
    margin-top: 20px;
    margin-bottom: 8px;
}

[class*=zoneWrapper] img {
    width: 100%
}

[class*=blockdiv5_box] {
    display: table-cell;
    vertical-align: middle
}

hr {
    border: none;
    border-bottom: 1px solid #787878;
    padding-top: 16px
}

hr.separator2 {
    margin-bottom: 0
}

.tooltip {
    position: absolute;
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #f1f1f1;
    padding: 5px 13px;
    background-color: #333131;
    top: -36px;
    left: 50%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: nowrap
}

:hover>.tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 5px solid #333131
}

.ask_question {
    position: relative;
    margin-top: 30px
}

.ask_question>i {
    display: block;
    position: absolute;
    top: 16px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(images/icon.png) -47px -79px no-repeat
}

.ask_question>textarea {
    width: 100%;
    outline: 0;
    font-size: 14px;
    line-height: 21px;
    color: #8c8989;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    background-color: #f7f7f7;
    height: 52px;
    margin-bottom: 15px;
    resize: none;
    padding: 15px 40px 10px 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ask_question>textarea:focus {
    color: #333232;
    border-color: #1575bf;
    height: 104px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ask_question button.button1,
.ask_question>textarea:focus~i {
    display: none
}

.interview_box h6 {
    font-size: 15px;
    line-height: 24px;
    color: #454242;
    font-weight: 600;
    margin-bottom: 15px
}

.interview {
    border-top: 1px solid #e3e3e3;
    padding: 20px 0 18px;
    position: relative
}

.interview:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 67px;
    background-color: #e3e3e3
}

.interview input[type=checkbox],
.interview input[type=radio] {
    display: none
}

.interview label {
    display: block;
    font: 17px/18px pf_dindisplay_proregular;
    color: #454242;
    padding-left: 26px;
    position: relative;
    cursor: pointer
}

.interview label>i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f7f7f7
}

.number_card,
.password {
    color: #919090;
    font-family: pf_dindisplay_proregular;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 14px 10px;
    width: 100%;
    height: 47px;
    border: 1px solid #e4e4e4
}

.password {
    float: right
}

.number_card:focus,
.password:focus {
    border: 2px solid #e4e4e4
}

.events_table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px
}

.events_table th {
    background-color: #f0f0f0;
    color: #333131;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px
}

.events_table td {
    background-color: #f5f5f5;
    border-top: 4px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #454242
}

.events_table .event_time {
    width: 181px;
    border-left: 1px solid #d9d9d9;
    text-align: center
}

.events_table .event_item {
    text-align: left;
    border-left: 3px solid #e3e3e3;
    padding-left: 17px
}

.events_table th.event_item {
    border-left-color: #333131
}

.events_table .event_item img {
    vertical-align: middle
}

.tabs_list {
    position: relative;
    margin-bottom: 25px
}

.tabs_list:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e3e3e3
}

.tabs_list>li {
    float: left;
    padding-right: 4px;
    background-color: #fff;
    position: relative;
    z-index: 9
}

.tabs_list>li>a {
    display: block;
    font-size: 17px;
    line-height: 19px;
    padding: 11px 15px;
    border: 2px solid rgba(227, 227, 227, .3);
    position: relative
}

.tabs_list>li.active>a,
.tabs_list>li>a:hover {
    background-color: #89bb50;
    color: #fff
}

.tabs_list>li.active>a {
    cursor: default
}

.tabs_list>li.active>a:after,
.tabs_list>li.active>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 7px solid rgba(227, 227, 227, .3);
    top: 100%;
    left: 50%;
    margin-left: -5px
}

.tabs_list>li.active>a:before {
    border: 8px solid transparent;
    border-top: 6px solid #89bb50;
    margin-left: -3px;
    z-index: 9
}

.tabs_contant>div {
    display: none
}

.tabs_contant>div.active {
    display: block
}

.nav_buttons {
    padding-top: 7px
}

.nav_buttons>a {
    display: block;
    position: relative;
    float: left;
    width: 33px;
    height: 33px;
    border: 2px solid #e3e3e3;
    margin-left: 4px
}

.nav_buttons>a:hover {
    background-color: #333131
}

.nav_buttons>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background-image: url(images/icon.png);
    background-repeat: no-repeat
}

.nav_buttons>a.prev_btn:before {
    background-position: -47px 0
}

.nav_buttons>a.next_btn:before {
    background-position: -89px 0
}

.nav_buttons>a.turn_btn:before {
    background-position: -34px -34px
}

.nav_buttons>a.prev_btn:hover:before {
    background-position: -68px 0
}

.nav_buttons>a.next_btn:hover:before {
    background-position: -114px 0
}

.nav_buttons>a.turn_btn:hover:before {
    background-position: -54px -34px
}

.nav_buttons>.turn_btn .tooltip:after {
    content: "Свернуть"
}

.nav_buttons>.turn_btn.active .tooltip:after {
    content: "Развернуть"
}

.materials_box {
    font: 16px/26px pf_dindisplay_proregular;
    color: #333131;
    max-width: 100%
}

.materials_box.active a {
    color: #ff1616
}

.materials_box p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news_slider .news_list>li {
    display: none
}

.news_slider .news_list>li.active {
    display: block
}

.news_slider_nav {
    position: absolute;
    top: -70px;
    right: 0
}

.news_slider_nav>a {
    display: block;
    position: relative;
    float: left;
    width: 38px;
    height: 38px;
    border: 2px solid #e3e3e3;
    margin-left: 4px
}

.news_slider_nav>a:hover {
    background-color: #333131
}

.news_slider_nav>a:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background-image: url(images/icon.png);
    background-repeat: no-repeat
}

.news_slider_nav>a.slider_nav_prev:before {
    background-position: -91px -18px
}

.news_slider_nav>a.slider_nav_next:before {
    background-position: -49px -18px
}

.news_slider_nav>a.slider_nav_prev:hover:before {
    background-position: -114px -18px
}

.news_slider_nav>a.slider_nav_next:hover:before {
    background-position: -72px -18px
}

.post_carousel {
    margin: 0 -5px;
    width: auto
}

.post_carousel .owl-item {
    padding: 0 5px
}

.beginner_left {
    width: 49%;
    float: left
}

.beginner_right {
    width: 49%;
    float: right
}

.post_box {
    margin: 0 -5px
}

.post_box:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

[class*=post_col] {
    float: left;
    padding: 0 5px
}

.post_col2 {
    width: 50%
}

.post_col3 {
    width: 33.33%
}

.post_col4 {
    width: 25%
}

.post_col5 {
    width: 20%
}

.post {
    margin-bottom: 20px
}

.post>a>img {
    width: 100%
}

.post_info {
    font: 14px/17px pf_dindisplay_proregular;
    padding: 10px 0
}

.post_info time {
    display: block;
    float: left;
    position: relative;
    padding-left: 20px
}

.post_info time:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    width: 16px;
    height: 17px;
    background: url(images/icon.png) -39px -52px no-repeat
}

.post_info span {
    display: block;
    float: right;
    position: relative;
    padding-left: 25px
}

.post_info span:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 21px;
    height: 16px;
    background: url(images/icon.png) -64px -52px no-repeat
}

.post figcaption>a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.3px;
    font-weight: 600;
    color: #000
}

.post figcaption>a:hover {
    color: #146eb3
}

.post.big figcaption {
    margin-bottom: 10px
}

.post.big figcaption>a {
    font-size: 15px;
    line-height: 24px
}

.post1 {
    margin-bottom: 20px
}

.post1 figcaption {
    padding-top: 10px;
    display: block
}

.post1 figcaption>a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.3px;
    font-weight: 400;
    color: #454242
}

.post1 figcaption>a:hover {
    color: #146eb3
}

.post_small2 {
    overflow: hidden;
    margin-bottom: 25px
}

.post_small2>a,
.post_small2>img {
    float: left;
    margin-right: 10px
}

.post_small2 figcaption {
    display: block;
    overflow: hidden
}

.post_small2 figcaption>a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #454242
}

.post_small2 figcaption>a:hover {
    color: #146eb3
}

.post_small2 figcaption>p {
    font-size: 13px;
    line-height: 19px
}

.news_post_box {
    margin: 0 -19px 17px;
    position: relative
}

.news_post_box:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    left: 50%;
    top: 0
}

.news_post_box>div {
    float: left;
    width: 50%;
    padding: 0 19px
}

.news_post_box>div:nth-child(even)>.post>.post_info {
    position: relative
}

.news_post_box>div:nth-child(even)>.post>.post_info:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    left: -19px;
    width: 2px;
    height: 37px;
    background-color: #fff
}

.news_post_box figcaption {
    height: 48px;
    overflow: hidden
}

.news_left1 {
    width: 65%;
    float: left
}

.news_right1 {
    width: 30%;
    float: right
}

.book_post .book_img {
    padding: 20px;
    background-color: #f5f5f5
}

.book_post .book_img img {
    vertical-align: middle
}

.broker_post {
    padding: 20px
}

.broker_post>a>img {
    width: 100%;
    margin-bottom: 10px
}

.broker_post>p {
    font-size: 14px;
    line-height: 22px;
    color: #787575;
    padding-right: 5px
}

.site_list {
    border: 3px solid #e3e3e3;
    margin-bottom: 30px
}

.site_list>ul {
    font-weight: inherit;
    line-height: inherit
}

.site_list>ul>li:before {
    display: none
}

.site_list>ul>li {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 0
}

.site_list>ul>li:first-child {
    border: none
}

.site_list>ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 10px 10px 10px 12px
}

.site_list>ul>li>a:hover {
    color: #333;
    background-color: #f9f9f9
}

.view {
    font-size: 16px;
    line-height: 22px;
    color: #999;
    float: right;
    font-family: pf_dindisplay_proregular
}

#footer {
    background-color: #1f1d1d;
    border-top: 5px solid #ff1616;
    margin-top: 20px
}

.footer_top {
    background-color: #2b2a2a;
    padding: 10px 10px;
}

.social_label {
    display: none;
    font: 15px/44px pf_dindisplay_proregular;
    color: #ccc8c8;
    text-transform: uppercase;
    padding-right: 14px
}

.social>li {
    float: left;
    margin-right: 6px
}

.social>li:before {
    display: none
}

.social {
    margin-bottom: 0
}

.social>li>a {
    display: block;
    width: 44px;
    height: 44px;
    background: url(images/social_icon.png) no-repeat;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s
}

.social>li:hover>a {
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.social>li>a.fb {
    background-position: -50px 0
}

.social>li>a.tw {
    background-position: -100px 0
}

.social>li>a.vk {
    background-position: -150px 0
}

.social>li>a.fb:hover {
    background-position: -50px -49px
}

.social>li>a.tw:hover {
    background-position: -100px -49px
}

.social>li>a.vk:hover {
    background-position: -150px -49px
}

.newsletter_form label {
    font: 15px/44px pf_dindisplay_proregular;
    color: #ccc8c8;
    text-transform: uppercase;
    padding-right: 14px
}

.newsletter_form input[type=email] {
    width: 300px;
    border-radius: 3px 0 0 3px;
    border: none;
    outline: 0;
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 10px
}

.newsletter_form button {
    font: 13px/20px pf_dindisplay_proregular;
    padding: 12px 10px;
    text-transform: uppercase;
    background-color: #4d4a4a;
    border: none;
    cursor: pointer;
    outline: 0;
    color: #fff;
    display: inline-block;
    float: right
}

.newsletter_form button:hover {
    background-color: #666363;
    color: #fff
}

.footer_middle {
    padding: 20px 10px 10px;
    border-bottom: 1px solid #595656;
    position: relative
}

.footer_middle:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    bottom: -3px;
    left: 50%;
    margin-left: -2px;
    background-color: #595656
}

.list_box {
    float: left;
    width: 25%;
    padding-right: 15px
}

.list_box>h6 {
    font: 17px/24px pf_dindisplay_proregular;
    color: #fff;
    text-transform: uppercase
}

.footer_bottom {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #807d7d;
    padding: 25px 0 0
}

#digital_watch {
    font-size: 23px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background-color: #242222;
    padding: 6px 0
}

input[type=checkbox],
input[type=radio] {
    display: none
}

label.square_input {
    display: block;
    font: 17px/18px pf_dindisplay_proregular;
    color: #454242;
    padding-left: 26px;
    position: relative;
    cursor: pointer
}

label.square_input>i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f7f7f7
}

.custom_select {
    position: relative
}

.active_option {
    font-size: 16px;
    line-height: 27px;
    color: #787777;
    padding: 9px 45px 9px 10px;
    position: relative;
    cursor: pointer
}

.active_option i {
    display: block;
    position: absolute;
    color: #454545;
    right: 0;
    top: 0;
    border-left: 1px solid #e4e4e4;
    width: 45px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    background: #f7f6f5;
    background: -moz-linear-gradient(top, #f7f6f5 0, #edeceb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f6f5), color-stop(100%, #edeceb));
    background: -webkit-linear-gradient(top, #f7f6f5 0, #edeceb 100%);
    background: -o-linear-gradient(top, #f7f6f5 0, #edeceb 100%);
    background: -ms-linear-gradient(top, #f7f6f5 0, #edeceb 100%);
    background: linear-gradient(to bottom, #f7f6f5 0, #edeceb 100%)
}

.active_option:hover i {
    background: #f7f6f5;
    background: -moz-linear-gradient(top, #f7f6f5 0, #e1e0de 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f6f5), color-stop(100%, #e1e0de));
    background: -webkit-linear-gradient(top, #f7f6f5 0, #e1e0de 100%);
    background: -o-linear-gradient(top, #f7f6f5 0, #e1e0de 100%);
    background: -ms-linear-gradient(top, #f7f6f5 0, #e1e0de 100%);
    background: linear-gradient(to bottom, #f7f6f5 0, #e1e0de 100%)
}

.active_option.opened i {
    color: #ff1717
}

.options_list {
    background-color: #fff;
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #e4e4e4;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.options_list.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.options_list li {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 0 !important
}

.options_list li:first-child {
    border-top: none
}

.options_list li:before {
    display: none
}

.options_list li a {
    color: #787777;
    font-size: 16px;
    line-height: 21px;
    padding: 10px;
    display: block;
    font-weight: 400
}

.options_list li a:hover,
.options_list li.active a {
    background-color: #f6f6f6
}

.forecast_tabs input:not([type=radio]):not([type=checkbox]) {
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    color: #787777;
    width: 220px;
    border: 1px solid #e4e4e4
}

.dropdown_box {
    position: relative
}

.dropdown_box:not(:last-child) {
    margin-bottom: 10px
}

.dropdown_box>a.active,
.overview_list li a:hover,
.overview_list li.active a {
    background-color: #333030;
    color: #fff
}

.tabl_quotes_nav {
    display: none;
    padding: 5px 0 0;
    margin-bottom: 5px
}

.tabl_quotes_nav>* {
    display: block;
    outline: 0;
    float: left;
    text-align: center;
    background-color: #ededed;
    border: none;
    height: 50px;
    width: 50%;
    cursor: pointer
}

.tabl_quotes_nav>.disable {
    opacity: .5;
    cursor: default
}

.tabl_quotes_nav>:hover {
    background-color: #e8e8e8
}

.tabl_quotes_nav>* i {
    font-size: 30px;
    color: #5e5d5d
}

.tabl_quotes_nav .prev {
    border-right: 2px solid #fff
}

.tabl_quotes_nav .next {
    border-left: 2px solid #fff
}

.tabl_ft table,
.tabl_quotes table {
    width: 100%;
    table-layout: fixed;
    color: #333131
}

.tabl_ft table td,
.tabl_ft table th,
.tabl_quotes table td,
.tabl_quotes table th {
    border: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    padding: 15px 0;
    text-align: center
}

.options_box {
    position: absolute;
    z-index: 99;
    left: 0;
    background-color: #b3b1b1;
    top: 100%;
    width: 100%;
    border-top: 1px solid #cccaca;
    padding: 17px 15px 10px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.options_box.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.more_tools_box {
    display: none
}

.more_tools_btn {
    padding: 20px 0
}

.more_tools_btn>a {
    font: 17px/28px pf_dindisplay_prolight, sans-serif;
    color: #014587
}

.more_tools_btn>a:hover {
    text-decoration: underline
}

.more_tools_btn>a:before {
    content: "Еще инструменты"
}

.more_tools_btn>a.active:before {
    content: "Свернуть список"
}

.get_code_box {
    padding-top: 20px;
    border-top: 1px solid #e3e3e3
}

.agreement_box,
.agreement_box1 {
    padding-bottom: 38px
}

.get_code {
    display: none;
    padding-top: 20px
}

.get_code textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    resize: none;
    width: 100%;
    padding: 10px 17px
}

.edition_btn.disabled,
.edition_btn.disabled:hover {
    cursor: default;
    background-color: #bebebe;
    border-color: #bdb7bd
}

.modal_box {
    background-color: #f6f6f6;
    position: relative;
    width: 450px;
    border-radius: 3px
}

.modal_close {
    position: absolute;
    text-align: center;
    font-size: 18px;
    width: 30px;
    height: 30px;
    top: -37px;
    right: -37px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal_close i {
    line-height: 30px
}

.modal_close:hover {
    color: #ff1616
}

.modal_header {
    background-color: #2e2b2b;
    text-align: center;
    padding: 59px 0 25px
}

.modal_header_title {
    font: 20px/30px pf_dindisplay_probold, sans-serif;
    color: #fff;
    margin-bottom: 5px
}

.modal_header a {
    font: 16px/24px pf_dindisplay_proregular, sans-serif;
    display: inline-block;
    background-color: #474242;
    padding: 0 6px;
    color: #fff
}

.modal_header a:hover {
    background-color: #524f4f;
    color: #fff
}

.modal_logo {
    position: absolute;
    left: 50%;
    top: -45px;
    margin-left: -45px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font: 900 30px/82px Arial, sans-serif;
    width: 90px;
    height: 90px;
    background-color: #312e2e;
    border: 4px solid rgba(255, 255, 255, .7)
}

.modal_inner {
    padding: 30px 45px 40px;
    background-color: #f6f6f6
}

.modal_input {
    outline: 0;
    width: 100%;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 10px 10px 12px;
    border: 1px solid #d4d2d2;
    color: #787777;
    border-radius: 3px
}

.modal_input:not(:last-child) {
    margin-bottom: 15px
}

.modal_input:focus {
    border-width: 2px;
    padding: 9px 10px 9px 12px
}

.modal_input.invalid {
    border-width: 2px;
    border-color: #ff1616;
    padding: 9px 10px 9px 12px
}

.modal_input::-webkit-input-placeholder {
    color: #787777
}

.modal_input::-moz-placeholder {
    color: #787777
}

.modal_input::ms-input-placeholder {
    color: #787777
}

.modal_button {
    font: 17px/20px pf_dindisplay_proregular, sans-serif;
    background-color: #ff1616;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
    border: none
}

.modal_button:not(:last-child) {
    margin-bottom: 25px
}

.modal_button:hover {
    background-color: #ff4040
}

.modal_button:focus {
    outline: 0
}

.modal_title {
    border-top: 1px solid #d4d4d4;
    position: relative;
    text-align: center;
    margin-bottom: 15px
}

.modal_title:after,
.modal_title:before {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #d4d4d4
}

.modal_title:after {
    right: 0;
    left: auto
}

.modal_title span {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    padding: 0 20px;
    background-color: #f6f6f6;
    margin-top: -10px
}

.modal_social {
    margin: 0 -3px
}

ul.modal_social li::before {
    content: "";
    padding-right: 0
}

.modal_social li {
    float: left;
    padding: 0 3px;
    width: 33.33%
}

.modal_social.smBtnsCount1 li {
    width: 100%
}

.modal_social li a {
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 21px;
    font-weight: 900;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

.modal_social li a.google_plus {
    background-color: #ef482e
}

.modal_social li a.google_plus:hover {
    background-color: #ff553b
}

.modal_social li a i {
    font-size: 16px;
    line-height: 21px;
    width: 23px
}

.modal_remember {
    color: #454444
}

.modal_remember a {
    color: #454242
}

.modal_remember:not(:last-child) {
    margin-bottom: 25px
}

.modal_remember_inner label {
    position: relative;
    padding-left: 24px;
    line-height: 20px;
    cursor: pointer
}

.modal_remember_inner label:after,
.modal_remember_inner label:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #d4d2d2;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.modal_remember_inner label:after {
    opacity: 0;
    border: none;
    background: url(images/modal_remember_after.png) no-repeat
}

.subscribe {
    position: relative
}

.subscribe input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #d4d2d2;
    padding: 14px 110px 14px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600
}

.subscribe button {
    position: absolute;
    top: 0;
    right: 0;
    width: 108px;
    text-align: center;
    font: 13px/18px pf_dindisplay_proregular, sans-serif;
    text-transform: uppercase;
    padding: 15px 0;
    border: none;
    background-color: #2e2b2b;
    color: #fff;
    cursor: pointer
}

.subscribe button:hover {
    background-color: #454343;
    color: #fff
}

[class*=search_col] {
    float: left;
    padding: 0 10px
}

[class*=box_size] {
    float: left;
    padding: 0 5px
}

.arcticmodal-container_i2 {
    padding: 155px 10px 30px
}

.modal_news_container {
    margin: 0 -11px
}

.modal_text {
    color: #787878;
    font-weight: 400;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    font-family: 'Open Sans', sans-serif
}

.navigation_box_modal_news {
    display: inline-block;
    float: none;
    width: 548px;
    margin-top: 25px;
    margin-bottom: 0
}

.navigation_box_modal_news:not(:last-child) {
    margin-bottom: 30px
}

.first,
.last {
    width: 90px;
    height: 47px;
    position: relative;
    float: left;
    text-align: center;
    background-color: #fff;
    border: 2px solid #e3e3e3;
    color: #5e5d5d;
    font-family: OpenSans, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 43px;
    margin-left: 4px
}

.first:hover,
.last:hover {
    color: #fff;
    background: #333131
}

.first {
    float: left;
    margin-left: 0;
    margin-right: 4px
}

.nav_list_my_style li a {
    width: 47px;
    height: 47px
}

.nav_list_my_next,
.nav_list_my_prev {
    width: 47px !important;
    height: 47px !important
}

[class*=tabs_list_data] {
    display: block;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    height: 26px;
    line-height: 26px;
    margin-bottom: 4px;
    text-align: center;
    background: #b3b1b1
}

input.name {
    width: 278px
}

input.link,
input.sponsor {
    width: 358px
}

[data-icon*=new_icon] i {
    position: absolute;
    top: 50%;
    margin-top: -10.5px;
    left: 7px;
    width: 18px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: 0 50%
}

[data-icon=new_icon1] i {
    background-image: url(images/new_icon1.png)
}

[data-icon=new_icon1]:hover i {
    background-image: url(images/new_icon1_hover.png)
}

[data-icon=new_icon2] i {
    background-image: url(images/new_icon2.png)
}

[data-icon=new_icon2]:hover i {
    background-image: url(images/new_icon2_hover.png)
}

[data-icon=new_icon3] i {
    background-image: url(images/new_icon3.png)
}

[data-icon=new_icon3]:hover i {
    background-image: url(images/new_icon3_hover.png)
}

[data-icon=new_icon4] i {
    background-image: url(images/new_icon4.png)
}

[data-icon=new_icon4]:hover i {
    background-image: url(images/new_icon4_hover.png)
}

[data-icon=new_icon5] i {
    background-image: url(images/new_icon5.png)
}

[data-icon=new_icon5]:hover i {
    background-image: url(images/new_icon5_hover.png)
}

[data-icon=new_icon6] i {
    background-image: url(images/new_icon6.png)
}

[data-icon=new_icon6]:hover i {
    background-image: url(images/new_icon6_hover.png)
}

[data-icon=new_icon7] i {
    background-image: url(images/new_icon7.png)
}

[data-icon=new_icon7]:hover i {
    background-image: url(images/new_icon7_hover.png)
}

[data-icon=new_icon8] i {
    background-image: url(images/new_icon8.png)
}

[data-icon=new_icon8]:hover i {
    background-image: url(images/new_icon8_hover.png)
}

[data-icon=new_icon9] i {
    background-image: url(images/new_icon9.png)
}

[data-icon=new_icon9]:hover i {
    background-image: url(images/new_icon9_hover.png);
    background-position-x: calc(50% + 1px)
}

[data-icon=new_icon10] i {
    background-image: url(images/new_icon10.png)
}

[data-icon=new_icon10]:hover i {
    background-image: url(images/new_icon10_hover.png)
}

[data-icon=new_icon11] i {
    background-image: url(images/new_icon11.png)
}

[data-icon=new_icon11]:hover i {
    background-image: url(images/new_icon11_hover.png)
}

[data-icon=new_icon12] i {
    background-image: url(images/magazine.png)
}

[data-icon=new_icon12]:hover i {
    background-image: url(images/magazine_hover.png)
}

[data-icon=new_icon14] i {
    background-image: url(images/new_icon14.png);
    background-size: 16px
}

[data-icon=new_icon14]:hover i {
    background-image: url(images/new_icon14_hover.png)
}

[data-stiker]:after {
    position: absolute;
    content: attr(data-stiker);
    top: 0;
    right: 0;
    width: 24px;
    height: 12px;
    background-color: #ff1616;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    padding: 0 2px;
    text-align: center;
    text-shadow: none
}

.btn_red {
    border: 3px solid #e01414;
    background-color: #ff1616;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 18px 11px 44px;
    
    font-size: 14px;
    line-height: 16px
}

[data-ico=speaker]:before {
    width: 21px;
    height: 20px;
    background: url(images/news_icon_speaker.png) no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px
}

.btn_red:hover {
    background-color: #e01414;
    color: #fff
}

.link_news_container {
    position: relative
}

.link_news_btns {
    background-color: #333030;
    color: #fff;
    font-family: pf_dindisplay_proregular;
    font-size: 16px;
    line-height: 42px;
    width: 100%;
    padding-left: 12px;
    position: relative;
    margin-bottom: 20px
}

.link_news_btns:after {
    content: "";
    width: 10px;
    height: 6px;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -3px;
    background: url(images/all_news_arr.png) no-repeat
}

.link_news_btns:hover {
    background-color: #454141
}

.link_news_btns.active:after {
    background: url(images/all_news_arr_active.png) no-repeat
}

.link_news_btns,
.link_news_btns.active,
.link_news_btns.active:after,
.link_news_btns:after,
.link_news_btns:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: all ease .5s;
    -o-transition: .5s;
    transition: .5s
}

.link_news_box {
    margin: 0 -2px 28px
}

.news_top_box {
    min-height: 41px;
    width: calc(100% - 41px);
    background-color: #f6f6f6;
    margin-left: 41px;
    position: relative;
    margin-bottom: 4px
}

.news_top_box.active {
    margin-bottom: 0
}

.news_top_box:before {
    position: absolute;
    content: "";
    background-color: #f1f1f1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 41px;
    height: 100%;
    left: -41px;
    top: 0;
    bottom: 0
}

.date_with_share_box {
    min-height: 41px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all ease .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news_top_box.active .date_with_share_box {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all ease .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown_news {
    padding: 14px 45px 25px 51px;
    display: none
}

[data-converter-color=white] {
    background-color: #fff;
    border: 1px solid #dcdcdc
}

[data-converter-color=dark] {
    background-color: #333;
    border: 1px solid #333;
    color: #fff
}

[data-converter-color=white_bd] {
    background-color: #fff;
    border: 1px solid #999
}

[class*=label_] {
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 14px 6px 13px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3
}

[class*=calendar_form_col_] {
    float: left;
    padding: 0 5px
}

.time-date {
    width: 31px !important
}

.li-time-date {
    padding-left: 37px !important
}

.loader-wrap {
    position: relative;
    display: none;
    height: 49px
}

.loader {
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #404347;
    letter-spacing: .2em
}

.loader::after,
.loader::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #404347;
    position: absolute;
    animation: .7s ease-in-out infinite alternate load
}

.loader::before {
    top: 0
}

.loader::after {
    bottom: 0
}

@keyframes load {
    0% {
        left: 0;
        height: 30px;
        width: 15px
    }

    50% {
        height: 8px;
        width: 40px
    }

    100% {
        left: 235px;
        height: 30px;
        width: 15px
    }
}

.interview label.no-poll {
    padding-left: 0
}

.position-relative {
    position: relative
}

.position-relative .nav_buttons {
    display: none;
    position: absolute;
    right: 0;
    padding-top: 0
}

.header_list li {
    margin-bottom: 0 !important
}

.list5 {
    margin-top: 10px
}

.inner-fixed-blockdiv.default {
    position: relative
}

.inner-fixed-blockdiv.fixed {
    position: fixed;
    top: 10px
}

.inner-fixed-blockdiv.absolute {
    position: absolute;
    bottom: 10px
}

.blockdiv300 {
    height: 600px;
    text-align: center
}

a span.comment {
    color: #787878
}

.form-error,
.form-error strong {
    color: red
}

.overflow-hidden {
    overflow: hidden
}

ul.tabs_list.clearfix {
    margin-left: 0 !important
}

ul.social.alignleft.clearfix {
    margin-left: 0 !important;
    margin-bottom: 0 !important
}

ul.social.alignleft.clearfix li {
    margin-bottom: 0 !important
}

.custom_select ul.options_list,
.section_offset ul.overview_list {
    margin-left: 0;
    z-index: 120
}

footer ul li:not(:last-child) {
    margin-bottom: 0
}

.tabs_contant>div {
    margin-top: 0
}

.spinner-wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 199;
    background-color: rgba(51, 51, 51, .05)
}

.spinner {
    margin: auto;
    width: 100%;
    height: 70px;
    text-align: center;
    font-size: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.spinner>div {
    background-color: #404347;
    height: 100%;
    width: 10px;
    display: inline-block;
    -webkit-animation: 1.2s ease-in-out infinite sk-stretchdelay;
    animation: 1.2s ease-in-out infinite sk-stretchdelay
}

.carousel-wrapper .spinner>div,
.spinner-margin .spinner>div {
    margin-right: 2px
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.spinner .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.spinner .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

#more_news .spinner-wrap {
    margin-left: -15px
}

.carousel-wrapper,
.newDropDownList,
.positionRelative,
.relative {
    position: relative
}

.currency-rates {
    margin-top: 20px
}

#registrationForm_grecaptcha {
    margin-bottom: 15px
}

.telegram-btn {
    background: #32afed;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 20px
}

.first-position {
    margin-top: 20px
}

.telegram-btn .fa {
    margin-top: 13px
}

.load_more_singlebrokers {
    display: block;
    text-align: center;
    border: 1px solid #ebebeb;
    background-color: #f0f0f0;
    font: 16px/21px pf_dindisplay_proregular;
    color: #333131;
    padding: 13px 0;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.flex_header {
    display: flex;
    justify-content: space-between
}

.header_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 9px;
    width: 360px
}

.header_menu a {
    color: #454141
}

.header_menu a:hover {
    color: #000;
    text-decoration: underline
}

.b-bellow-menu-mobile {
    display: none
}

.mt0 {
    margin-top: 0
}

.mt25 {
    margin-top: 25px
}

.mt55 {
    margin-top: 55px
}

.flex_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

body .blockdiv_small>div>div>div.jsCont {
    /* width: 50% !important; */
    float: left !important;
    padding: 5px 0px 0px 0px;
  }

  .blockdiv_small img {
      width: auto;
  }
  
  .ftprefix1547Zone_32 {
    width: 100% !important;
    display: block !important;
}

.ftprefix1547Zone_33 {
display: inline-block !important;
}

.ftprefix1547Zone_31{
	justify-content: space-evenly;
}