@font-face {
    font-family: 'rouble';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

::-webkit-input-placeholder {
    color: #bcbec4!important
}

:-moz-placeholder {
    color: #bcbec4!important
}

::-moz-placeholder {
    color: #bcbec4!important
}

:-ms-input-placeholder {
    color: #bcbec4!important
}

label {
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold
}

.h1 {
    margin-top: 0;
    color: #384249;
    font-weight: 300
}

.h2,
.rubric_item_h2 {
    margin-top: 0;
    color: #000;
    font-size: 20px;
    font-family: 'Roboto', sans-serif
}

.rubric_h1 {
    padding-bottom: 10px
}

.rubric_item_h1 {
    margin-top: 0
}

.rubric_item_h1 a {
    text-decoration: none;
    font-size: 20px
}

.rubric_item_h2 {
    font-size: 16px
}

a {
    text-decoration: underline;
    color: #000
}

a:hover {
    -webkit-transform: scale(0.98, 0.98);
    /*box-shadow: 3px 3px 3px rgba(0,0,0,0.1); */
    transition: all .3s ease-in-out;
    -web-kit-transition: all .3s ease-in-out;
    /*text-decoration: underline;*/
    color: #2a5885;
    text-decoration: none;
}

.take-all-space-you-can a:hover,
.Modal-root a:hover {
    -webkit-transform: none;
    transition: none;
    -web-kit-transition: none;
    text-decoration: none;
}

hr {
    margin-top: 13px;
    margin-bottom: 13px;
    border-color: #c2c2c2
}

.rouble {
    font-family: 'rouble';
    text-transform: none
}

.img-fullwidth {
    display: block;
    height: auto;
    width: 100%
}

.uppercase {
    text-transform: uppercase
}

html,
body {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff
}

body.index {
    background-color: #e4e4e4
}

@media(min-width:768px) {
    body {
        min-height: 100%
    }
}

.verticale-center {
    display: flex;
    align-items: center
}

@media only screen and (max-width:768px) {
    .verticale-center {
        display: block
    }
}

.page {
    width: 100%;
    height: auto!important;
    min-height: 100%;
    height: 100%
}

.header {
    margin-bottom: 25px;
    background-color: #fff
}

.wrapper-dropdown-3 {
    position: relative;
    width: 160px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.wrapper-dropdown-3 #datepicker {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 48px;
    padding-top: 3px;
}

.wrapper-dropdown-3 .dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: white;
    border-radius: inherit;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    padding: 0
}

.wrapper-dropdown-3 .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent
}

.wrapper-dropdown-3 .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent
}

.wrapper-dropdown-3 .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #8aa8bd;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.wrapper-dropdown-3 .dropdown li i {
    float: right;
    color: inherit
}

.wrapper-dropdown-3 .dropdown li:first-of-type a {
    border-radius: 8px 8px 0 0
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
    border: 0;
    border-radius: 0 0 8px 8px
}

.wrapper-dropdown-3 span {
    width: 130px;
    display: block
}

.wrapper-dropdown-3 .dropdown li:hover a {
    background: #f3f8f8
}

.wrapper-dropdown-3.active .dropdown {
    opacity: 1;
    pointer-events: auto
}

.no-opacity .wrapper-dropdown-3 .dropdown,
.no-pointerevents .wrapper-dropdown-3 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto
}

.no-opacity .wrapper-dropdown-3.active .dropdown,
.no-pointerevents .wrapper-dropdown-3.active .dropdown {
    display: block
}

.Modal-active {
    display: block!important
}

.Modal-active-body {
    overflow: hidden
}

.Modal-root {
    position: fixed;
    z-index: 301;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 12px;
    background-color: rgba(26, 26, 26, .94);
    align-items: center;
    flex-direction: column;
    transition: opacity .25s ease-in
}

.Modal-content {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin: auto
}

.Search-root {
    width: 100%;
    max-width: 752px;
    margin: 0 auto;
    padding-top: 45px;
    color: #fff;
    padding: 64px 16px 16px
}

button.Modal-dismiss {
    position: fixed;
    right: 30px;
    top: 30px;
    background: transparent;
    border: 0
}

.Search-search {
    position: relative;
    margin-bottom: 16px;
    border-bottom: 1px solid #fff;
    margin-bottom: 32px
}

.Search-filter {
    width: 100%;
    display: inline-block;
}

input.Search-field {
    width: 100%;
    height: 60px;
    padding-right: 48px;
    padding-left: 12px;
    color: #000;
    border-width: 0;
    border-radius: 0;
    outline: 0;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-right: 24px;
    padding-left: 0;
    color: #fff;
    background-color: transparent;
    font-size: 32px
}

button.Search-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
    width: 48px;
    margin: 0;
    padding: 0 13px;
    cursor: pointer;
    border-width: 0;
    border-radius: 0;
    outline: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    fill: #999;
    top: 5px;
    width: 22px;
    padding: 0
}

.Search-message {
    margin-top: 16px;
    color: #999;
    font-style: normal;
}

.menu_logo_block {
    padding: 10px 0
}

.menu_logo_block .col-xs-12 {
    padding: 0 5px
}

.menu_logo_block_right {
    padding-top: 24px
}

.col-topmenu {
    background-color: #0d385b;
    padding: 7px
}

.topmenu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%
}

.topmenu li {
    display: table-cell
}

@media(max-width:995px) {
    .topmenu li {
        display: inline-block
    }
}

.topmenu li a {
    padding: 0 11px 0 9px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    text-align: center;
    width: 100%;
    display: block
}

.topmenu li:first-child a {
    padding-left: 0
}

.topmenu li:last-child a {
    border: 0
}

.topmenu li a.active {
    font-weight: bold
}

.bottommenu {
    margin: 0 0 10px -5px;
    display: block
}

.bottommenu li {
    display: inline-block
}

.bottommenu li a {
    margin: 0;
    padding: 0 8px 0 5px;
    color: #949393;
    font-size: 11px
}

.bottommenu li:first-child a {
    padding-left: 5px
}

@media(max-width:992px) {
    .topmenu {
        text-align: center
    }
    .footer .topmenu {
        text-align: left
    }
}

.footer {
    background: #0d385b
}

@media(min-width:1200px) {
    .footer_guarantor {
        clear: both
    }
    .footer {
        width: 100%
    }
}

.footer_content {
    padding-top: 15px;
    color: #c4c4c4;
    font-size: 11px
}

.footer_content a {
    color: #c4c4c4 !important
}

.counters a {
    text-decoration: none!important
}

.counters a img {
    margin: 0 5px 5px 0
}

.counters p {
    display: inline-block
}

.back-to-top {
    position: fixed;
    display: none;
    bottom: 15px;
    right: 30px;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 31, 61, .4);
    outline: none!important
}

.back-to-top:hover {
    color: #fff;
    background: rgba(0, 31, 61, .8)
}

.back-to-top:active,
.back-to-top:focus {
    color: #fff
}

.social-new {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px 0 0;
    background-position: center!important;
    background-size: contain!important
}

.vk-new {
    background: url(../images/Image00002.png) no-repeat
}

.fb-new {
    background: url(../images/Image00003.png) no-repeat;
    background-size: 120%!important
}

.tw-new {
    background: url(../images/Image00005.png) no-repeat
}

.od-new {
    background: url(../images/Image00004.png) no-repeat
}

.dz-new {
    background: url(../images/Image00001.png) no-repeat
}

.subscribe-new {
    background: url(../images/Image00006.png) no-repeat;
    padding-right: 30px!important;
    text-decoration: none!important;
    color: #919191!important;
    font-size: 11px!important;
    line-height: 2!important
}

.eye-new {
    background: url(../images/Image00007.png) no-repeat
}

.social {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    font-size: 0;
    background: url(../images/icons_social.png) no-repeat
}

@media(min-width:1200px) {
    .social {
        margin: 3px 10px -3px 0
    }
}

.vk {
    background-position: 0 0
}

.fb {
    background-position: -15px 0
}

.tw {
    background-position: -30px 0
}

.link_icon {
    display: inline-block;
    margin-left: 5px;
    padding-right: 30px;
    text-decoration: none;
    color: #919191;
    font-size: 11px;
    line-height: 2;
    background: url(../images/icon_submitnews.png) right 3px no-repeat
}

.link_icon:first-child {
    margin-left: 0
}

.link_icon:hover {
    color: #919191
}

.lowvision_eye {
    color: #848996;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 16px
}

.lowvision_eye:hover {
    color: #919191
}

@media(min-width:1200px) {
    .link_icon {
        margin-left: 15px
    }
    .lowvision_eye {
        margin-left: 15px
    }
}

.icon_submitnews {
    background: url(../images/icon_submitnews.png) right 3px no-repeat
}

.icon_subscribe {
    background: url(../images/icon_subscribe.png) right 2px no-repeat
}

.icon_basket {
    background: url(../images/icon_basket.png) right 2px no-repeat
}

.icon_rss {
    margin: 5px 5px 0 0;
    font-style: italic;
    background: url(../images/icon_rss.png) right center no-repeat
}

.icon_rss:hover,
.icon_rss:focus {
    text-decoration: none
}

.icon_date {
    padding-right: 0;
    padding-left: 23px;
    background: url(../images/icon_calendar.png) left 1px no-repeat
}

.newslent_more {
    display: inline-block;
    text-decoration: none;
    color: #919191;
    font-size: 11px;
    line-height: 2;
    font-style: italic
}

.rubric_icon_date {
    margin-left: 0
}

.right-all-newslent {
    border-top: 1px solid #7a7a7a;
    color: #909090;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 50px;
    font-size: 1.1em;
    width: 100%;
    display: block;
}

.header_search {
    position: relative;
    width: 100%;
    height: 23px;
    border: 1px solid #9c9c9c;
    border-radius: 8px;
    background: #fff
}

.header_search .srch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #9d9d9d;
    padding: 0 22px 0 0;
    font-size: 13px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: 0
}

.header_search input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0
}

.header_search .sbm {
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 0;
    margin: 0;
    width: 22px;
    height: 23px;
    border: 1px solid #9c9c9c;
    border-left: 0;
    border-radius: 0;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background: #fff url(../images/icon_zoom.png) center no-repeat
}

.header_search .sbm:hover {
    filter: none;
    background: #fff url(../images/icon_zoom.png) center no-repeat
}

.header_search .sbm:active {
    filter: none;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0;
    background: #fff url(../images/icon_zoom.png) center no-repeat
}

.content_block {
    padding-bottom: 30px
}

.example3,
.example4 {
    display: inline-block;
    position: relative;
    width: 100%
}

.example3 img,
.example4 img {
    width: 100%;
    border-radius: 8px
}

.example3 .example_text,
.example4 .example_text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    background-color: rgba(0, 0, 0, .45);
    line-height: 0;
    border-radius: 0 0 8px 8px
}

.example3 h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    color: #fff
}

.example3 span {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: normal
}

.news_authors {
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0
}

.news_title {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    margin: 10px 0
}

.topnews_block_2 {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 7px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.topnews_block_2:last-child {
    margin-bottom: 0
}

.example4 h6 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
    color: #fff
}

.example4 span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1
}

.topnews_h1,
.topnews_h2 {
    font-family: 'Roboto', sans-serif;
    line-height: 1.3
}

.topnews_h1 {
    display: block;
    color: #000;
    font-size: 22px;
    text-decoration: none
}

.topnews_h2 {
    display: block;
    color: #000;
    font-size: 16px;
    text-decoration: none
}

.topnews_anons,
.hottopnews_anons p {
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0
}

.topnews_block_1 {
    padding-bottom: 20px
}

.topnews_h1 .topnews_block_2 {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 7px;
}

.topnews_h1:last-child .topnews_block_2 {
    margin-bottom: 0;
}

.MainOnMain-div .topnews_block_3 {
    background-color: #eee
}

.topnews_block_3 .news_authors,
.topnews_block_2 .news_authors {
    margin: 0;
    color: #717171;
    margin-top: 10px
}

.topnews_block_3 .news_authors a,
.topnews_block_2 .news_authors a {
    color: #717171;
    text-decoration: none
}

.topnews_block_2 .topnews_anons,
.topnews_block_2 .hottopnews_anons p {
    font-size: .7em
}

.topnews_comments_link {
    color: #919191;
    font-size: 11px;
    text-decoration: none
}

.newschapter_h {
    font-size: 20px
}

.newsblock_h4 {
    padding-bottom: 5px;
    margin: 30px -15px 0 -15px;
}

.newsblock_h4 a {
    color: #828282;
    text-decoration: none;
}

.newsblock_h4 span {
    display: block;
    padding: 2px 0;
    font-weight: normal;
    color: #000;
    font-size: 13px;
    text-transform: none
}

.indexnews_block {
    margin: 0 0 10px 0
}

.indexnews_block .topnews_anons,
.indexnews_block .hottopnews_anons p {
    font-size: 13px
}

.indexnews_block .topnews_anons a {
    text-decoration: none;
    color: #000
}

.indexnews_block .topnews_anons a:hover {
    text-decoration: none
}

.topnews_block_3 {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    height: 290px;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.topnews_block_3 .topnews_block_3-img {
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px 8px 0 0
}

.topnews_block_3 .topnews_block_3-title {
    font-size: .6em;
    padding: 10px;
    position: relative
}

.topnews_block_4 {
    margin: 10px 0;
    background-color: #fff;
    border-radius: 8px;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.topnews_block_4 .topnews_block_4-title {
    font-size: 1.1em;
    width: 100%;
    height: 100px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
}

.topnews_block_4 .topnews_block_4-title.topnews_block_4-title-dark {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9))!important;
    background-color: transparent!important;
    color: #fff!important
}

.topnews_block_text_4 {
    margin: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.topnews_block_text_4 .topnews_block_text_4_item {
    height: 100px;
    padding: 10px;
    overflow: hidden;
}

.topnews_block_text_4 .topnews_block_text_4_item:not(:last-child) {
    border-bottom: 1px solid #ccc
}

.topnews_block_text_4_item .topnews_block_text_4_item-title {
    /*font-weight: bold;*/
    text-decoration: none
}

.topnews_block_3 .topnews_h2 {
    font-size: 16px;
    padding-top: 10px
}

.topnews_block_3 .topnews_anons,
.topnews_block_2 .hottopnews_anons p {
    font-size: 13px
}

.newsblock_right_h {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    background: url(../images/bg_header.png) 0 12px repeat-x
}

.newsblock_right_h span {
    display: inline-block;
    padding-right: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #9a0101;
    background: #fff
}

.newsblock_right_h:first-child {
    margin-top: 0
}

.news_online_block {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fdfcf7
}

.news_online_item {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    border-bottom: 1px solid #cacaca
}

.date {
    display: inline-block;
    line-height: 1.1;
    font-family: 'Roboto', sans-serif;
    color: #6c6c6c;
    font-weight: bold;
    padding-left: 5px
}

.news_online_item a {
    text-decoration: none;
    color: #000
}

.news_online_item:last-child {
    border: 0
}

@media(min-width:768px) {
    .news_online_item .selected,
    .newsitem_block .selected {
        background: url(../images/bg_selected.png) repeat-y
    }
    .newsitem_block_right {
        padding-left: 10px
    }
}

.newspaper_block {
    margin: 20px 0 10px 0;
    padding: 10px 5px;
    font-size: 13px;
    background: #f1efe4
}

.newspaper_block span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px
}

.newspaper_block p strong {
    font-size: 15px;
    font-style: italic
}

.newspaper_block p {
    margin: 5px 0 2px 0;
    padding: 0;
    line-height: 1.1
}

.news_region_item {
    padding: 5px 0 10px 0;
    border-top: 1px solid #cacaca
}

.news_region_item:first-child {
    border: 0
}

.news_region_item p {
    margin: 0;
    padding: 0;
    font-size: 13px
}

.news_region_item .date {
    margin: 0;
    padding: 0 10px 0 0;
    color: #9a0101
}

.news_region_item p a {
    text-decoration: none;
    color: #000
}

.news_region_item img {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    max-height: 28px;
    width: auto
}

.region_logo {
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    max-width: 100px;
    height: auto
}

.media-body .date {
    color: #9a0101;
    padding-left: 0
}

.more {
    font-size: 12px
}

.more_block {
    padding: 0 10px 5px 0;
    background: #fafaf5
}

.more_block_grey {
    padding-right: 0;
    background: #fff
}

.more_block_grey a {
    color: #919191;
    text-decoration: none
}

.more_block_grey a:hover {
    text-decoration: underline
}

.authors_block {
    padding: 12px 10px;
    background: #e9e9e8
}

.author_block .media-object {
    border-radius: 8px
}

.author_block .media-body {
    font-size: 13px
}

.author_block .media-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none
}

.vote_q {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 10px 0 10px 20px;
    font-weight: bold;
    font-size: 16px;
    color: #000
}

.voteblock-inner {
    float: left;
    padding: 0 0 20px 0;
    width: 100%;
    border-bottom: 1px dashed #ddd
}

.voteblock-inner:last-child {
    border: 0
}

.voteblock label {
    margin: 0;
    cursor: hand
}

.vote_form,
.vote_results {
    font-size: 13px
}

.votebtn {
    color: #000
}

.voteblock .votebtn span {
    display: block;
    margin: 0 0 0 5px
}

.dashed_link {
    text-decoration: none;
    border-bottom: 1px dashed
}

.dashed_link:hover {
    border: 0;
    text-decoration: none
}

.vote_results {
    display: none
}

.map_block {
    padding: 10px 0
}

.map_newsblock {
    min-height: 200px
}

.newsitem_wrapper {
    padding: 20px 0 0 0
}

.newsitem_block {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dfdfdd
}

.last {
    border: 0
}

.newsitem_block .media-body {
    font-size: 13px
}

.newsitem_block .media-heading {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: 1.1;
    font-weight: 500;
}

.firmnewsitem_block .media-heading {
    font-size: 14px
}

.cbr_block {
    background: #fdfcf7;
    padding: 20px 20px 1px 20px
}

.kurs_table td {
    padding: 3px 0 0 0!important;
    vertical-align: middle
}

.noborder td {
    border: none!important
}

.kurs_th {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 11px;
    font-weight: bold
}

.kurs_title a {
    font-size: 16px;
    font-weight: bold;
    color: #848996;
    text-decoration: none
}

.kurs_table2 {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse
}

.kurs_table2 .kurs_title {
    font-size: 14px;
    font-weight: bold;
    color: #848996;
    text-decoration: none
}

.kurs_table2 td,
.kurs_table2 th {
    padding: 14px 8px;
    border-right: 1px solid #adb0b9
}

.kurs_table2 th {
    padding: 1px 8px
}

.kurs_table2 td:last-child,
.kurs_table2 th:last-child {
    border: 0
}

.kurs_table2 td {
    font-size: 18px
}

.zodiac_block {
    margin: 0 0 20px 0;
    padding: 4px 0;
    background: #e0e0e0
}

.zodiac {
    display: block;
    width: 100%;
    height: auto
}

.zodiac_block .row {
    padding: 0 15px
}

.zodiac_block .col-xs-1 {
    padding: 0
}

.zodiac_block img {
    margin: 0 auto
}

.popover {
    min-width: 320px
}

.weather_table {
    font-family: 'Roboto', sans-serif;
    color: #848996;
    font-size: 12px
}

.weather_table td {
    vertical-align: middle!important;
    text-align: center;
    border: none!important;
    padding: 4px 0!important
}

.weather_city {
    text-align: left!important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000
}

.weather_city a {
    text-decoration: none
}

.weather_city a:hover {
    text-decoration: underline
}

.weather_topcity td {
    color: #9a0101
}

.weather_topcity .weather_city {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    font-style: italic
}

.article_anons {
    font-style: italic;
    font-weight: bold;
    font-size: 16px
}

.article_header {
    /*font-size: 50px;*/
    font-weight: 500;
    margin-top: 7px;
}

.article_meta {
    margin-top: 10px;
    margin-bottom: 15px;
}

.article_author,
.article_rubric {
    color: #919191;
    font-size: 13px
}

.article_rubric {
    color: #000;
    padding-left: 20px
}

.article_photo {
    padding: 10px 0
}

.article_content {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px
}

.articleBody h4 {
	color:#036;
	font-size:24px;
	margin-top: 25px;
	margin-bottom: 5px;
}

.articleBody a {
    color: #0d385b !important;
    border-bottom: 1px solid #a0d0f5 !important;
    text-decoration: none !important;
}


.articleBody a:hover {
    color: #eb5757 !important;
    border-bottom: 1px solid #f6b4bc !important;
    text-decoration: none !important;
}

.article_photo_wrapper {
    position: relative
}

.article_photo_wrapper span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2px 10px;
    font-size: 13px;
    background: #e3dece;
    line-height: 16px;
}

.article_photo_wrapper .article_photo_basket {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    background: #e3dece url(../images/icon_basket.png) center no-repeat;
    background-size: 75%
}

.article_photo_desc {
    /*padding: 0px 10px;
    color: #7f7e7e;
    font-size: 13px;
    border: 1px solid #e1dfdd;
    border-top: 0;
    border-bottom: 3px solid #848996;
    background: #fdfcf7*/
    padding: 5px 10px;
    color: #7f7e7e;
    font-size: 13px;
    border: 1px solid #e1dfdd;
    border-top: 0;
    border-bottom: 2px solid #848996;
    background: #fdfcf7;
    line-height: 16px;
}

.footer_adv {
    padding-top: 15px
}

.modal-content {
    border-radius: 0
}

.pagination li,
.pagination a,
.pagination span {
    border: none!important
}

.pagination li.active a,
.pagination li.active a:hover {
    background: #000
}

.loading-indicator {
    height: 80px;
    width: 80px;
    background: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center
}

.loading-indicator-overlay {
    background-color: #FFF;
    opacity: .6;
    filter: alpha(opacity=60)
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}

.qtip-close {
    position: absolute;
    right: 4px;
    top: 0;
    cursor: pointer;
    outline: medium none
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: 400 bold 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em
}

.qtip-default {
    border-width: 1px;
    border-style: solid;
    border-color: #f1d031;
    background-color: #ffffa3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #f1f1f1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111
}

.qtip-light {
    background-color: #fff;
    border-color: #e2e2e2;
    color: #454545
}

.qtip-light .qtip-titlebar {
    background-color: #f1f1f1
}

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
    background-color: #404040
}

.qtip-dark .qtip-icon {
    border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-cream {
    background-color: #fbf7aa;
    border-color: #f9e98e;
    color: #a27d35
}

.qtip-cream .qtip-titlebar {
    background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
    background-position: -82px 0
}

.qtip-red {
    background-color: #f78b83;
    border-color: #d95252;
    color: #912323
}

.qtip-red .qtip-titlebar {
    background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
    background-position: -102px 0
}

.qtip-red .qtip-icon {
    border-color: #d95252
}

.qtip-red .qtip-titlebar .ui-state-hover {
    border-color: #d95252
}

.qtip-green {
    background-color: #caed9e;
    border-color: #90d93f;
    color: #3f6219
}

.qtip-green .qtip-titlebar {
    background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
    background-position: -42px 0
}

.qtip-blue {
    background-color: #e5f6fe;
    border-color: #add9ed;
    color: #5e99bd
}

.qtip-blue .qtip-titlebar {
    background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
    background-position: -2px 0
}

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0
}

.qtip-youtube {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border-width: 0;
    background: #4a4a4a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, #000));
    background-image: -webkit-linear-gradient(top, #4a4a4a 0, #000 100%);
    background-image: -moz-linear-gradient(top, #4a4a4a 0, #000 100%);
    background-image: -ms-linear-gradient(top, #4a4a4a 0, #000 100%);
    background-image: -o-linear-gradient(top, #4a4a4a 0, #000 100%)
}

.qtip-youtube .qtip-titlebar {
    background-color: #4a4a4a;
    background-color: rgba(0, 0, 0, 0)
}

.qtip-youtube .qtip-content {
    padding: .75em;
    font: 12px arial, sans-serif;
    filter: progid: DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"
}

.qtip-youtube .qtip-icon {
    border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-jtools {
    background: #232323;
    background: rgba(0, 0, 0, .7);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
    background-image: -moz-linear-gradient(top, #717171, #232323);
    background-image: -webkit-linear-gradient(top, #717171, #232323);
    background-image: -ms-linear-gradient(top, #717171, #232323);
    background-image: -o-linear-gradient(top, #717171, #232323);
    border: 2px solid #ddd;
    border: 2px solid rgba(241, 241, 241, 1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
    background-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"
}

.qtip-jtools .qtip-content {
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
    background: transparent;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
    border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
    border-color: #333
}

.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
    background-color: #d9d9c2;
    color: #111;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
    background-color: #87876a;
    color: #fff;
    border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
    border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
    border-color: #696952;
    color: #696952
}

.qtip-tipsy {
    background: #000;
    background: rgba(0, 0, 0, .87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000
}

.qtip-tipsy .qtip-titlebar {
    padding: 6px 35px 0 10px;
    background-color: transparent
}

.qtip-tipsy .qtip-content {
    padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
    border-color: #222;
    text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
    border-color: #303030
}

.qtip-tipped {
    border: 3px solid #959fa9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #454545;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

.qtip-tipped .qtip-titlebar {
    border-bottom-width: 0;
    color: #fff;
    background: #3a79b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
    background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
    background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
    background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
    background-image: -o-linear-gradient(top, #3a79b8, #2e629d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"
}

.qtip-tipped .qtip-icon {
    border: 2px solid #285589;
    background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
    background-color: #fbfbfb;
    color: #555
}

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    right: 11px;
    top: 45%;
    border-style: none
}

.qtip-bootstrap .qtip-content {
    padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
    background: transparent
}

.qtip-bootstrap .qtip-icon .ui-icon {
    width: auto;
    height: auto;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10
}

x:-o-prefocus,
.qtip .qtip-tip {
    visibility: hidden
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;
    color: #123456;
    background: transparent;
    border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible
}

#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

#qtip-overlay.blurs {
    cursor: pointer
}

#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(Opacity=70)"
}

@media print {
    a[href]:after {
        content: none!important
    }
    .article_photo_wrapper span {
        position: relative
    }
}

.right-all-news {
    margin: 5px 10px
}

.right-all-news-time {
    color: #979797;
    font-size: .9em
}

.right-all-news-link {
    color: #000;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.45em;
}

.btn.btn-primary.btn-block {
    text-decoration: none;
    border-radius: 10px;
    font-size: 100%;
    padding: 6px 6px
}

.full-width-tabs>ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-bottom: 0;
    background-color: #cecece
}

.full-width-tabs>ul.nav.nav-tabs>li {
    float: none;
    display: table-cell
}

.full-width-tabs>ul.nav.nav-tabs>li>a {
    text-align: center;
    text-decoration: none;
    background-color: #cecece;
    margin-right: 0
}

.full-width-tabs>ul.nav.nav-tabs>li.danger>a {
    background-color: #eb5757;
    color: #fff
}

.full-width-tabs>ul.nav.nav-tabs>li.active.danger>a {
    background-color: #eb5757 !important;
    color: #fff;
}

.full-width-tabs>ul.nav.nav-tabs>li.active>a {
    background-color: #eee
}

.full-width-tabs.index>ul.nav.nav-tabs>li.active>a {
    background-color: #fff
}

.take-all-space-you-can {
    width: 100%
}

.take-all-space-you-can a {
    border: 0!important;
    border-top: 5px solid #eb5757!important
}

.take-all-space-you-can.active a {
    border-top: 5px solid #0d385b!important
}

.full-width-tabs .tab-content {
    background-color: #eee
}

.full-width-tabs.index .tab-content {
    background-color: #fff
}

.topnews_block_3.new_card .card {
    position: relative;
    height: 200px;
    background-color: #FFF;
    -webkit-box-shadow: 10px 10px 93px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 93px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 23px 0 rgba(0, 0, 0, 0.45)
}

.topnews_block_3.new_card .thumbnail {
    float: left;
    position: relative;
    left: 30px;
    top: -30px;
    height: 191px;
    width: 301px;
    -webkit-box-shadow: 10px 10px 60px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 60px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 60px 0 rgba(0, 0, 0, 0.75);
    overflow: hidden
}

.topnews_block_3.new_card img.left {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.topnews_block_3.new_card .right {
    margin-left: 370px;
    margin-right: 20px
}

.topnews_block_3.new_card h1 {
    padding-top: 15px;
    font-size: 1.7rem;
    color: #4b4b4b
}

.topnews_block_3.new_card .author {
    background-color: #9ecaff;
    height: 30px;
    width: 110px;
    border-radius: 20px
}

.topnews_block_3.new_card .author>img {
    padding-top: 5px;
    margin-left: 10px;
    float: left;
    height: 20px;
    width: 20px;
    border-radius: 50%
}

.topnews_block_3.new_card h2 {
    padding-top: 8px;
    text-align: center;
    font-size: 1rem
}

.topnews_block_3.new_card .separator {
    margin-top: 10px;
    border: 1px solid #c3c3c3
}

.topnews_block_3.new_card p {
    text-align: justify;
    padding-top: 10px;
    font-size: 1.2rem;
    line-height: 150%;
    color: #4b4b4b
}

.topnews_block_3.new_card h5 {
    position: absolute;
    left: 30px;
    bottom: -120px;
    font-size: 6rem;
    color: #c3c3c3
}

.topnews_block_3.new_card h6 {
    position: absolute;
    left: 30px;
    bottom: -55px;
    font-size: 2rem;
    color: #c3c3c3
}

.topnews_block_3.new_card ul {
    margin-left: 250px
}

.topnews_block_3.new_card li {
    display: inline;
    list-style: none;
    padding-right: 40px;
    color: #7b7b7b
}

.topnews_block_3.new_card .fab {
    position: absolute;
    right: 50px;
    bottom: -40px;
    box-sizing: border-box;
    padding-top: 18px;
    background-color: #1875d0;
    width: 80px;
    height: 80px;
    color: white;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 50px 0 rgba(0, 0, 0, 0.75)
}

.slider-block {
    height: 250px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.slider-link {
    position: absolute;
    top: 15px;
    left: 20px;
    background-color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: larger;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #fff 0, #f6f6f6 47%, #ededed 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0)
}

.slick-dots {
    bottom: 15px!important
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important
}

.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: #eb5757!important
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: .75!important;
    color: #eb5757!important
}

.slick-dots li button:before {
    font-size: 12px!important;
    opacity: 1!important;
    color: #fff!important
}

.height-100-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch
}

.height-100-column {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-align-content: stretch;
    align-content: stretch
}

@media only screen and (max-width:768px) {
    .height-100-column {
        display: block
    }
    .height-100-row {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .topnews_block_4_main {
        height: 200px!important;
        margin-bottom: 10px!important
    }
}

.ChronologyItem-root {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    color: #000;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent
}

@media only screen and (min-width:32em) {
    .ChronologyItem-root {
        flex-direction: row;
        border-width: 0;
    }
    .ChronologyItem-root:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 -1px 0 0 rgba(0, 0, 0, .2)
    }
}

@media only screen and (min-width:48em) {
    .ChronologyItem-root:hover {
        z-index: 10;
        opacity: .95
    }
}

.ChronologyItem-body {
    z-index: 10;
    flex-grow: 1;
    width: 100%;
    padding: 12px
}

@media only screen and (min-width:32em) {
    .ChronologyItem-body {
        flex-basis: 60%;
        padding: 15px
    }
}

.ChronologyItem-simple {
    font-family: 'Roboto', sans-serif
}

.ChronologyItem-figure {
    position: relative;
    margin: 0
}

.ChronologyItem-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

@media only screen and (min-width:32em) {
    .ChronologyItem-image {
        border-radius: 8px 0 0 8px
    }
}

.ChronologyItem-tag {
    margin-bottom: 6px;
    color: #ababab;
    line-height: 1
}

.ChronologyItem-icon {
    margin-bottom: 12px
}

@media only screen and (min-width:64em) {
    .ChronologyItem-icon {
        margin-bottom: 3px
    }
}

.ChronologyItem-icon img {
    display: block
}

.ChronologyItem-header {
    margin-bottom: 8px
}

.ChronologyItem-header h2 {
    font-size: 18px;
    line-height: 20px
}

@media only screen and (min-width:32em) {
    .ChronologyItem-header h2 {
        font-size: 18px;
        line-height: 21px
    }
}

.ChronologyItem-header h2,
.ChronologyItem-header strong {
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin-top: 5px
}

.ChronologyItem-footer {
    color: gray;
    font-size: 12px;
    line-height: 1;
    fill: #b88b58
}

.ChronologyItem-brief strong,
.ChronologyItem-card strong,
.ChronologyItem-episode strong,
.ChronologyItem-picture strong,
.ChronologyItem-podcast strong,
.ChronologyItem-rich strong,
.ChronologyItem-shapito strong,
.ChronologyItem-video strong {
    font-size: 17px;
    font-weight: 700
}

@media only screen and (min-width:32em) {
    .ChronologyItem-brief strong,
    .ChronologyItem-card strong,
    .ChronologyItem-episode strong,
    .ChronologyItem-picture strong,
    .ChronologyItem-podcast strong,
    .ChronologyItem-rich strong,
    .ChronologyItem-shapito strong,
    .ChronologyItem-video strong {
        font-size: 19px
    }
}

.ChronologyItem-card .ChronologyItem-figure,
.ChronologyItem-episode .ChronologyItem-figure,
.ChronologyItem-picture .ChronologyItem-figure,
.ChronologyItem-podcast .ChronologyItem-figure,
.ChronologyItem-rich .ChronologyItem-figure,
.ChronologyItem-video .ChronologyItem-figure {
    padding-top: 66.66%
}

@media only screen and (min-width:32em) {
    .ChronologyItem-card .ChronologyItem-figure,
    .ChronologyItem-episode .ChronologyItem-figure,
    .ChronologyItem-picture .ChronologyItem-figure,
    .ChronologyItem-podcast .ChronologyItem-figure,
    .ChronologyItem-rich .ChronologyItem-figure,
    .ChronologyItem-video .ChronologyItem-figure {
        padding-top: 0
    }
}

.ChronologyItem-card .ChronologyItem-figure,
.ChronologyItem-episode .ChronologyItem-figure,
.ChronologyItem-picture .ChronologyItem-figure,
.ChronologyItem-podcast .ChronologyItem-figure,
.ChronologyItem-rich .ChronologyItem-figure,
.ChronologyItem-video .ChronologyItem-figure {
    width: 100%;
    min-height: 160px
}

@media only screen and (min-width:32em) {
    .ChronologyItem-card .ChronologyItem-figure,
    .ChronologyItem-episode .ChronologyItem-figure,
    .ChronologyItem-picture .ChronologyItem-figure,
    .ChronologyItem-podcast .ChronologyItem-figure,
    .ChronologyItem-rich .ChronologyItem-figure,
    .ChronologyItem-video .ChronologyItem-figure {
        width: 33.333%;
        min-height: 140px
    }
}

.ChronologyItem-card .ChronologyItem-figure,
.ChronologyItem-episode .ChronologyItem-figure,
.ChronologyItem-podcast .ChronologyItem-figure {
    background-color: #262626
}

.ChronologyItem-card .ChronologyItem-image {
    background-size: 120px
}

@media only screen and (min-width:32em) {
    .ChronologyItem-card .ChronologyItem-image {
        margin: 12px;
        background-size: contain
    }
}

.ChronologyItem-episode .ChronologyItem-figure,
.ChronologyItem-podcast .ChronologyItem-figure {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center
}

.ChronologyItem-episode .ChronologyItem-image,
.ChronologyItem-podcast .ChronologyItem-image {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 7px 14px 0 rgba(0, 0, 0, .7)
}

.ChronologyItem-cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.ChronologyItem-isInChronology.ChronologyItem-shapito {
    color: #fff;
    background-color: #000;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5)
}

.ChronologyItem-isInChronology.ChronologyItem-shapito .ChronologyItem-figure {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5
}

@media only screen and (min-width:32em) {
    .ChronologyItem-isInChronology.ChronologyItem-shapito .ChronologyItem-image {
        border-radius: 8px
    }
}

.ChronologyItem-isInChronology.ChronologyItem-shapito .ChronologyItem-tag {
    color: #fff
}

.ChronologyItem-isInChronology.ChronologyItem-shapito .ChronologyItem-tag>div {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

.ChronologyItem-isInChronology.ChronologyItem-shapito .ChronologyItem-footer {
    color: hsla(0, 0%, 100%, .7);
    fill: currentColor
}

.ChronologyItem-isInSearch {
    padding-bottom: 12px;
    color: #fff;
    border-top: 0;
    border-bottom: 1px solid #a9a9a9;
    background-color: transparent;
    text-decoration: none;
}

@media only screen and (min-width:32em) {
    .ChronologyItem-isInSearch {
        padding-bottom: 0
    }
}

@media only screen and (min-width:32em) {
    .ChronologyItem-isInSearch.ChronologyItem-picture,
    .ChronologyItem-isInSearch.ChronologyItem-rich,
    .ChronologyItem-isInSearch.ChronologyItem-video {
        padding-top: 8px;
        padding-bottom: 16px
    }
}

.ChronologyItem-isInSearch .ChronologyItem-figure {
    display: none;
    order: 2
}

@media only screen and (min-width:48em) {
    .ChronologyItem-isInSearch .ChronologyItem-figure {
        display: flex
    }
}

.ChronologyItem-isInSearch:after {
    content: none
}

.ChronologyItem-isInSearch .ChronologyItem-footer {
    color: hsla(0, 0%, 100%, .7);
    fill: currentColor
}

.ChronologyItem-isInSearch .ChronologyItem-body {
    padding: 0
}

@media only screen and (min-width:32em) {
    .ChronologyItem-isInSearch .ChronologyItem-body {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 5px
    }
}

.Chronology-root {
    max-width: 720px;
    margin: 0 auto
}

.Chronology-item:first-child {
    margin-top: 0
}

.Chronology-item:last-of-type {
    margin-bottom: 0
}

.Chronology-footer {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center
}

@media only screen and (min-width:32em) {
    .Chronology-footer {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

.Chronology-timestamp {
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: gray;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 600
}

.Tag-root {
    display: inline-block;
    padding: 2px 4px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    letter-spacing: .5px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1
}

@media only screen and (min-device-width:32em) {
    .Tag-root {
        border-radius: 8px
    }
}

a.Tag-root {
    cursor: pointer
}

.Tag-small {
    border-radius: 8px
}

.Tag-small {
    padding: 2px 5px;
    font-size: 1em
}

.Tag-inherit {
    color: inherit
}

.topnews_categories {
    position: absolute;
    top: -39px;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    padding: 5px
}

.topnews_categories a {
    overflow: hidden
}

.topnews_category {
    display: inline-block;
    border-radius: 8px;
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff
}

.topnews_categories-dark {
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0;
    padding: 0;
    padding-bottom: 5px
}

.topnews_category-dark {
    border: 1px solid #000;
    color: #000
}

.topnews_categories-grey {
    position: relative;
    background-color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    padding-bottom: 5px
}

.topnews_category-grey {
    border: 1px solid #fff;
    color: #fff
}

.topnews_block_3 .topnews_block_3-title.topnews_block_3-title-gradient .topnews_categories {
    position: absolute;
    top: -78px;
    left: 0;
    width: 100%;
    padding: 5px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    background-color: transparent;
    height: 78px;
}

.topnews_block_3 .topnews_block_3-title.topnews_block_3-title-gradient .topnews_categories .topnews_category {
    position: absolute;
    bottom: 10px;
    padding: 3px 7px;
    font-size: .8em;
}

.row-main {
    margin: 0 -25px
}

.col-main {
    padding: 0 7px
}

.Search-filter .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #fff
}

.Search-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.Search-filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent
}

.author_filters {
    display: inline-block;
    width: 100%;
}

.author_filters .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #0d385b
}

.author_filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0d385b
}

.author_filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0d385b transparent transparent transparent
}

.author_filters .wrapper-dropdown-3 {
    border: 1px solid #0d385b;
    border-radius: 8px;
    height: 30px;
    text-align: left;
    color: #0d385b;
    width: auto;
    float: left;
}

.author_filters .wrapper-text-3 {
    height: 30px;
    text-align: center;
    color: #808080;
    display: inline-block;
    margin-left: 20px;
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

.author_filters .wrapper-dropdown-3 span {
    display: inherit;
    width: auto;
}

#datepicker_author {
    line-height: 30px;
    padding: 0 10px
}

@media screen and (max-width:765px) {
    .header {
        margin-bottom: 65px;
        background-color: #fff
    }
    body .fixHead {
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        height: 50px;
        /*border-bottom: 1px solid #d1d5d8;*/
        display: block;
        background: #0d385b;
        z-index: 500;
        box-shadow: 0 1px 8px 0 rgba(32, 33, 36, 0.28);
    }
    .tools #menu {
        display: table-cell;
        height: 100%;
        width: 100%;
        background: #0d385b;
        left: 0
    }
    #menu {
        display: none;
        position: absolute;
        top: 0;
        z-index: 400;
        height: 0
    }
    body #menu .btn_ico.menuImg {
        display: inline-block;
        position: absolute;
        left: 25px
    }
    .dib {
        position: absolute;
        left: 50%;
        margin-left: -100px;
        margin-top: -14px;
        top: 12px
    }
    .fixHead .logo {
        background-size: contain;
        display: inline-block;
        overflow: hidden;
        text-indent: -10000px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        background-color: transparent
    }
    .fixHead .logo {
        width: 200px;
        height: 50px
    }
    body #menu #button_search {
        display: inline-block;
        position: absolute;
        right: 25px
    }
    #menu .btn_ico {
        height: 50px;
        vertical-align: middle;
        padding-top: 5px;
        color: #fff;
        font-size: 2em
    }
    .searchImg {
        display: inline-block;
        text-align: center;
        position: relative;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 30px;
        margin-right: 0!important;
        padding-right: 15px;
        padding-left: 15px;
        min-width: 52px
    }
    .btn_ico {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        outline: 0;
        z-index: 200;
        cursor: pointer;
        border: 0;
        display: none;
        -webkit-tap-highlight-color: transparent;
        -webkit-focus-ring-color: transparent;
        outline: 0
    }
    .Modal-root {
        top: 50px
    }
    button.Modal-dismiss {
        display: none;
    }
    .Search-root {
        padding: 24px 16px 16px;
    }
    .topmenu-nav-div {
        position: absolute;
        top: 50px;
        left: 0;
        background-color: #0d385b;
        z-index: 302;
        width: 50%;
        text-align: center;
    }
    .topmenu {
        margin: 0;
        padding: 10px;
        list-style: none;
        display: block;
        width: 100%
    }
    .topmenu li {
        display: block
    }
    .topmenu li a {
        padding: 5px 10px;
        text-decoration: none;
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        border-right: 0;
        text-align: center;
        width: 100%;
        display: block;
        border-bottom: 1px solid #fff
    }
    .page {
        padding: 0 20px
    }
    .topnews_block_3 {
        height: auto;
        padding-bottom: 30px;
    }
    .article_div {
        margin: 0px -15px 10px -15px;
    }
}

.all_news {
    background-color: #0d385b;
    color: #fff;
    border-radius: 15px;
    padding: 6px 10px;
    line-height: 30px;
    text-decoration: none;
}

@media screen and (max-width:400px) {
    .ya-share2 {
        line-height: normal !important;
        display: block !important;
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width:1200px) {
    .btn-spec {
        font-size: 12px;
    }
}

.a_primary {
    text-decoration: none;
}

.a_primary:hover {
    color: #2a5885;
    transform: none;
}

.loader {
    position: relative;
    margin: 0px auto;
    width: 100px;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700;
    }
}

b,
strong {
    font-weight: 500;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    background: #f6f6f6;
    border-left: 4px solid #68c3a3;
    font-style: italic;
}

.upd {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-weight: 500;
    background: #fdf59a40
}

p.more {
    padding: 10px 20px;
    margin: 0 0 20px;
    background: #f6f6f6;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

ul.more {
    padding: 10px 40px;
    margin: 0 0 20px;
    background: #f6f6f6;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}