@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('/inc/fonts/FiraSansCondensed/FiraSansCondensed-Regular.woff') format('woff'),
        url('/inc/fonts/FiraSansCondensed/FiraSansCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('/inc/fonts/FiraSansCondensed/FiraSansCondensed-Black.woff') format('woff'),
        url('/inc/fonts/FiraSansCondensed/FiraSansCondensed-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans Condensed';
    src: url('/inc/fonts/FiraSansCondensed/FiraSansCondensed-Bold.woff') format('woff'),
        url('/inc/fonts/FiraSansCondensed/FiraSansCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    padding: 0;
    margin: 0;
    background: #e4e4e4;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: absolute;
    z-index: 4;
    left: 0;
    overflow: hidden;
    transition: 0.2s;
    user-select: none;
}

.sl-link {
    font-family: "Montserrat", sans-serif;
    padding: 14px 20px;
    background: white;
    border-bottom: 1px solid #e9e9e9;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #818181;
    display: block;
    transition: 0.2s;
}

.close_mob_nav {
    display: none;
    position: absolute;
    padding: 0;
    height: 64px;
    box-sizing: border-box;
    line-height: 74px;
    width: 66px;
    top: 10px;
    left: 0;
    background: #0164a7;
    cursor: pointer;
    color: white;
    z-index: 1;
    user-select: none;
    text-align: center;
}

.mob_nav_opened .close_mob_nav {
    z-index: 4;
}

.close_mob_nav img {
    /*position: absolute;
    left: 0;
    transform: translateX(100%);*/
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mob_nav_opened #mob_slide:after {
    content: "";
    background: rgba(0, 0, 0, .5);
    width: calc(100% - 260px);
    height: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 260px;
    z-index: 1;
}

.sidenav-links {
    margin-top: 74px;
}

#mob_slide {
    transition: .2s;
}

.open_mob_nav {
    cursor: pointer;
    display: none;
}

.msl-col {
    float: left;
    width: 50%;
    padding-top: 30px;
    border-top: 1px solid #555;
    background: #212225;
    height: 100vh;
}

.msl-col:first-of-type a {
    padding: 5px 20px;
}

.msl-col:last-of-type a {
    padding: 5px 20px 5px 0;
}

.msl-col_link {
    color: #999;
    display: inline-block;
    transition: .2s;
}

.msl-col_link span {
    color: white;
    font-weight: 600;
}

.mob_slide_links a:hover {
    color: white;
}

.lk_mob_link {
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid black;
    color: #999;
    display: inline-block;
    background: #212225;
}

.lk_mob_link img {
    margin-right: 11px;
    vertical-align: middle;
    display: inline-block;
    height: 17px;
}

.lk_mob_link span {
    color: white;
    font-weight: 600;
}

.cnb-zone .cnb-counter {
    width: 0;
}


section {
    z-index: unset !important;
}

.section_popular .container,
.section_allnews .container {
    padding: 10px 20px 5px;
}

.section_popular .container {
    padding-top: 20px;
}

.section_mainnews,
.section_zoom {
    width: 100%;
}

.section_mainnews .container {
    padding: 5px 20px 10px;
}

article~.section_mainnews .container,
article~.section_zoom .container {
    padding-left: 0;
    padding-right: 0;
}

.section_mainnews .line_pattern {
    margin: 10px 0 15px;
}

.section_newspage .line_pattern {
    margin: 0 0 25px;
}

.section_allnews .container {
    padding-bottom: 30px;
}

.section_events .line_pattern,
.section_club .line_pattern {
    margin: 10px 0;
}

.section_zoom .container {
    padding-top: 15px;
}

.section_topnews .section_zoom .line_pattern {
    margin: 20px 0 15px;
}

.section_club .container {
    padding-bottom: 50px;
}

.section_club .read_more_btn {
    margin-top: 20px;
}

.top_mainpage {
    padding-bottom: 40px;
}

.container {
    max-width: 1240px;
    padding: 10px 20px;
    background-color: white;
}

.tizer_new {
    background-color: #40454F;
    /*padding: 20px 0;*/
    padding: 20px;
}

.tizer-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.news_item_bg {
    transition: .2s;
    overflow: hidden;
    width: 100%;
    display: block;
}

.tizer_item:hover .news_item_bg,
.mainnews_item:hover .news_item_bg {
    transform: scale(1.1);
}

/*.tizer_item:first-of-type {
    margin-left: 0;
}

.tizer_item:last-of-type {
    margin-right: 0;
}*/

.tizer_item:hover {
    background-size: 110%;
}

.tizer_item p {
    background-color: white;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 16px 17px;
}

.tizer_container {
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
}

.tb-overlay,
.ntl-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.tb-content,
.ntl-content {
    bottom: 0;
    background-color: white;
}

.ntl-content {
    border-right: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
}

.ntl-content p,
.ntl-content div {
    padding: 14px 17px;
    margin: 0;
    line-height: 1.25;
    box-sizing: border-box;
}

.review-material-link {
    font-size: .85rem;
    font-weight: 400;
    margin: 4px 0;
    display: list-item;
    margin-left: 20px;
    color: #212121 !important;
}

.review-material-link p {
    margin: 0;
}

.ntl-content .data {
    padding-bottom: 0;
}

.ntl-content .data~p {
    padding-top: 5px;
}

.reviews_container .ntl-content p {
    color: #212121;
}

.reviews_container .newstoplist_main {
    margin-bottom: 2%;
}

.reviews_container .content .newstoplist_main:hover {
    text-decoration: none;
}

.news_main_outline .ntl-content,
.reviews_container .ntl-content {
    border-right: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}

.news_main_outline .allnews_mainpage {
    column-count: 1;
}

.news_main_outline .allnews_item {
    width: 100%;
}

.header_container {
    position: relative;
    z-index: 3;
    padding: 0 0 15px;
    max-width: 1280px;
}

.header_container .cnb-zone.cnb-in,
.header_container .cnb-html {
    text-align: center;
}

.container.header_container .news_line_divider {
    display: none;
}

.btn {
    font-family: inherit;
    font-size: 1em;
    border: 1px solid transparent;
    padding: .65em 1.4em;
    color: white;
}

.clearfix::after,
.container::after,
.event_item::after,
.newslist_top::after

/*,
.top_tizers::after*/
    {
    content: "";
    clear: both;
    display: table;
}

.header {
    padding: 0 0 0 20px;
    position: relative;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.header_fixed .header {
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 10;
    height: 64px;
    min-width: 1260px;
    /*tizer glitch fix*/
    border-bottom: 1px solid transparent;
}

.header_fixed {
    margin-top: 68px;
}

/*.site_search_bar {
    display: none;
    opacity: 0;
}*/

.ssb-search {
    padding: 20px 0;
    border: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    width: 800px;
    outline: none;
    color: #212121;
}

.ssb-search::placeholder {
    color: #999;
}

.close-search-bar {
    padding: 20px;
    float: right;
    cursor: pointer;
    margin-top: 3px;
    transition: .2s;
}

.close-search-bar:hover {
    opacity: .8;
}

/*.search_bar_show {
    display: block;
    position: absolute;
    opacity: 1;
    transform: translate(0, -50%);
    top: 50%;
    padding: 20px 0 20px 20px;
    background-color: white;
    width: 965px;
    border-left: 1px solid #eee;
}*/

.logo {
    height: 23px;
    display: inline-block;
    vertical-align: middle;
}

.section_logo {
    display: inline-block;
    margin: 18px 0;
}

.logo_2 {
    margin-top: 24px;
}

.logo_2 .logo {
    height: 24px;
}

.logo_2 img {
    height: 19px;
    margin-right: 4px;
}

.logo_2_last img {
    height: auto !important;
    max-height: 20px;
    max-width: 70px;
}

a {
    color: #212121;
    text-decoration: none;
}

.main_menu {
    display: inline-block;
    vertical-align: middle;
    width: 1070px;
    height: 65px;
    float: right;
    overflow: hidden;
    position: relative;
}

.nav_main,
.nav_right {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    float: left;
}

.nav_right {
    float: right;
}

.nav_right img {
    height: 20px;
}

.search-link,
.lk-link {
    opacity: 1;
    display: inline-block;
}

.mob_nav_opened .search-link {
    display: none;
}

.search-link a,
.lk-link a {
    opacity: 1;
    display: inline-block;
    padding: 21px 18px;
    height: 21px;
    width: 20px;
    border-left: 1px solid #E9E9E9;
    opacity: 1;
    transition: .2s;
    margin-top: 1px;
}

.search-link:hover a,
.lk-link:hover a {
    opacity: .75;
}

.nav-item {
    position: relative;
    float: left;
    border-top: 3px solid transparent;
}

.nav_item:first-child {
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: 25px 15px;
    line-height: 14px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .2s;
}

.nav-item.active:after {
    content: "";
    position: absolute;
    display: inline-block;
    border-bottom: 3px solid #0164a7;
    bottom: 0;
    left: 50%;
    width: calc(100% - 30px);
    transform: translate(-50%, -50%);
}

.nav_right .nav-item {
    margin: 0;
    border-left: 1px solid #E9E9E9;
}

.nav_right .nav-link {
    display: block;
    padding: 19px;
    line-height: 14px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .2s;
}

.nav_right .nav-link:hover {
    opacity: .8;
}

.nav-link:hover {
    color: #0164a7;
    text-decoration: none;
}

.search_btn {
    color: white;
    background-color: #0164a7;
    margin: 12px 0 12px -25px;
    padding: 10px 29px;
    border-radius: 3px;
    font-weight: 700;
    position: absolute;
    right: 60px;
}

.search_btn:hover {
    color: white;
}

.heading_block {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #2F2F2F;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    letter-spacing: 2.5px;
    font-size: 14px;
    user-select: none;
}

.line_pattern {
    background-image: url(../img/linepattern.png);
    margin: 10px 0 30px;
}

.left_side {
    width: 170px;
    margin-right: 20px;
}

.spec_mob_nav {
    display: none;
}

.smn-toggle {
    color: white;
    width: 100%;
    background: #323742;
    margin: 0;
    font-size: 16px;
    padding: 16px 15px;
    font-weight: 600;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    display: none;
}

.left_navigation {
    background: #323742;
    list-style-type: none;
    margin: 0 0 24px 0;
    padding: 0 0 6px;
    text-decoration: none;
    min-height: 880px;
}

.left_navigation>li {
    margin: 0 0 2px;
}


.ln_link {
    display: block;
    padding: 8px 26px 8px 28px;
    font-size: 13px;
    background-color:     #40444f;
    color: white;
    transition: .2s;
    text-decoration: none;
    font-weight: 600;
    }

.ln_nested {
    padding-left: 0;
}

.ln_nested .ln_link {
    padding: 5px 15px 5px 35px;
    font-size: 12px;
}

.ln_link:hover {
    color: white;
    background-color: #51555e;
}

.ns_item:first-child {
    padding-top: 5px;
}

.ns_item:last-child {
    margin-bottom: 15px;
}

.ns_link {
    background-color: #FEED26;
    color: #212121;
    border-radius: 5px;
    margin: 10px 15px;
    padding: 7px 10px;
    display: block;
    transition: .2s;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.ns_link:hover {
    background-color: #dac80d;
    text-decoration: none;
}

.ns_link_forum {
    background-color: #18f681;
    /*background-color: #ffaa2f;*/
    color: black;
}

.ns_link_forum:hover {
    background-color: #47B699;
    /*background-color: #da653e;*/
}

.ns_link_awards {
    background-color: #b81430;
    color: white;
}

.ns_link_awards:hover {
    background-color: #8a0f24;
}

.left_navigation ul {
    list-style: none;
    padding: 0;
}

/*.left_side, .news_container, .right_side {*/
.news_container {
    float: left;
    display: inline-block;
    position: relative;
    width: 729px;
    max-width: 1260px;
    background-color: transparent;
}

.newstoplist {
    width: 48.5%;
    float: left;
}

.newstoplist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-top: 0;
}

/*
.newstoplist ul li,
.newslist ul li {
    padding: 15px 17px;
}
*/

.newslist_top {
    position: relative;
    display: none;
}

.ntlm_info {
    padding: 18px 17px;
    margin: 0;
    display: inline-block;
    border: 1px solid rgba(233, 233, 233, .4);
    border-bottom: 0;
    border-top: 0;
    position: relative;
}

.ntlm_info .category_label {
    left: 0;
}

.newstoplist_main {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    transition: .2s;
    background-color: white;
}

.news_main_outline .newstoplist_main {
    margin-bottom: 2%;
}

.newstoplist_main:hover .news_item_bg {
    transform: scale(1.1);
}

.newstoplist_main .admin-edit-link {
    position: absolute;
    right: 0;
}

.newslist {
    margin: 0 0 40px;
    float: right;
    width: 48.5%;
    overflow: auto;
    position: relative;
    border: 1px solid #eee;
    border-top: 0;
}

#tab-mark-main li:nth-last-child(1),
#tab-mark-popular li:nth-last-child(1) {
    margin-bottom: 44px;
}

.newslist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.win-scrollbars .newslist {
    overflow: hidden;
}

/*
.tabs_block {
    position: absolute;
    top: 51px;
    bottom: 0;
    left: 0;
	overflow-y: scroll;
}
*/

.tabs_item {
    position: absolute;
    top: 51px;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
}

.win-scrollbars .tabs_item {
    right: -17px;
}

.newstoplist ul li,
.newslist ul li {
    padding: 12px 17px;
}

.newstoplist ul li,
.newslist .tabs_block ul li {
    border-top: 1px solid #E9E9E9;    
    min-height: 1px;
    max-height: 999999px;
}

.newslist .tabs_block ul li:last-of-type {
    /*padding-bottom: 45px;*/
    margin-bottom: 15px;
}

.newstoplist ul li a,
.newslist .tabs_block ul li a {
    opacity: 1;
    transition: .2s;
    font-size: .9rem;
}

.newstoplist ul li a:hover,
.newslist .tabs_block ul li a:hover {
    /*opacity: .8;*/
    text-decoration: underline;
}

.newslist .tabs_mainnews .active a:hover {
    color: white;
}

.read_more_btn {
    background: #F8F8F8;
    color: rgba(86, 86, 86, .8);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 15px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
    transition: .2s;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
}

.read_more_btn:hover {
    color: rgba(86, 86, 86, 1)
}

.scroll-down {
    padding: 12px;
    bottom: 40px;
    position: absolute;
    margin-left: 24px;
    width: 364px;
    display: inline-block;
    border-radius: 0;
    cursor: pointer;
    user-select: none;
    box-shadow: none;
    border: 1px solid #e9e9e9;
}

.scroll-down img {
    opacity: 1;
    transition: .2s;
}

.scroll-down:hover img {
    opacity: .6;
}

.tabs_mainnews li {
    display: inline-block;
    vertical-align: top;
    margin: 0 !important;
    padding: 0 !important;
    height: 51px;
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
}

.tabs_mainnews li:before,
.tabs_mainnews li>.before {
    display: none !important;
}

.tabs_mainnews a {
    display: inline-block;
    color: rgba(86, 86, 86, .8);
    font-size: 13px;
    font-weight: 600;
    width: 100%;
    padding: 16px 0;
    border: 1px solid #E9E9E9;
    border-right: 0;
    background-color: #F8F8F8;
    transition: .2s;
    text-decoration: none;
}

.tabs_mainnews li:hover a {
    color: rgba(86, 86, 86, 1);
}

.tabs_mainnews li:hover a.active {
    color: white;
}

.tabs_mainnews li a.active {
    color: white;
    background-color: #0164a7;
    border: 1px solid #0164a7;
}

.tabs_mainnews a:hover {
    text-decoration: none;
}

.tabs_item {
    display: none;
}

.tabs_block.active .tabs_item {
    display: block;
}

/*
.tabs_block {
    display: none;
}

.tabs_block.active {
    display: block;
}
*/

.right_side {
    position: relative;
    width: 300px;
    min-width: 300px;
    margin-left: 20px;
}

/*
.banner {
    height: 600px;
    width: 300px;
}
*/

.homepage .right_side .banner {
    min-height: 600px;
}

.right_side .cnb-zone,
.right_part .cnb-zone {
    margin-bottom: 10px;
}

.top_mainpage_inner .right_side .cnb-zone {
    margin-bottom: 0;
}

.cnews-brand {
    max-width: 100%;
}

.cnb-zone .cnb-container iframe {
    max-width: 100%;
}

.banner_gorizont {
    margin: 25px 0 0;
}

.banner_sticky {
    top: 80px;
    position: sticky;
    margin-top: 5px;
}

.bs_scrolled #b-google {
    display: none;
}

.banner_sticky .cnb-container {
    display: none;
}

.bs_scrolled .cnb-container {
    display: block;
}

.cl_tv_section {
    min-height: auto;
}

.tv-slider .owl-dots .owl-dot span {
    width: 53px;
    height: 3px;
    border-radius: 0;
    background: rgba(233, 233, 233, .4);
    margin: 5px 3px;
    outline: none;
    transition: .2s;
}

.tv-slider .tv_video_desc {
    display: block;
    padding: 30px 20px 20px;
    margin: 0;
    background-color: #40454F;
    color: white;
    text-decoration: none;
}

.tv-slider .owl-nav.disabled+.owl-dots {
    position: absolute;
    background-color: #323742;
    margin-top: 0;
    top: 168px;
    left: 0;
    right: 0;
}

.tv-slider .owl-dots .owl-dot.active span,
.tv-slider .owl-dots .owl-dot.active:hover span {
    background: #80CBEA;
}

.tv-slider .owl-dots .owl-dot:hover span {
    background: rgba(233, 233, 233, 1);
}

.owl-carousel.tv-slider {
    background: #40454F;
    max-width: 300px;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.tv_item {
    transition: .2s;
}

.tv_item:hover p {
    opacity: .8;
}

.video_play_btn {
    position: absolute;
    top: 24%;
    height: 50px;
    opacity: .75;
}

.news_container h3 {
    color: #5386c5;
}

.persons_main,
.persons_right {
    display: inline-block;
    float: left;
}

.persons_main {
    position: relative;
    height: 449px;
    background-position: center;
    background-size: cover;
    width: 74.5%;
    /*margin-right: 1.5%;*/
}

.persons_main.lower-desc .pm-quote {
    margin-top: 85px;
}

.persons_right {
    width: 24%;
}

.persons_main,
.pr-item {
    transition: .2s;
}

.persons_main:hover,
.pr-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25)
}

.banner_list .pr-item:not(:first-of-type) {
    /*margin-bottom: 0;*/
}

.pr-item {
    margin-bottom: 10px;
    display: inline-block;
    height: 143px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

.pr-item .category_label {
    bottom: auto;
    top: 17px;
    left: 15px;
    padding: 3px 10px;
    text-decoration: none;
}

.txt_blk_plaque .category_label {
    color: black;
}

.pr-item h3 {
    font-weight: 400;
    font-size: 11.5px;
    line-height: 1.2;
    width: 160px;
    padding: 30px 15px 0;
    color: white;
}

.pr-item p {
    color: white;
    margin: 0 0 2px;
    font-size: 12px;
    padding: 0 15px;
    font-weight: 600;
    line-height: 1;
}

.pr-item p:last-of-type {
    font-weight: 400;
    opacity: .75;
    line-height: 1.1;
    font-size: 10.4px;
    margin: 0;
    width: 150px;
}

.pr-item.text_bold .pr-bottom p:last-of-type, .persons_main.text_bold .pm-bottom p:last-of-type {
    opacity: 1;
    font-weight: 600;
}

.switch-positions p:last-of-type {
    display: none;
}

.switch-positions div {
    display: block !important;
    font-weight: 400;
    opacity: .75;
    line-height: 1.1;
    font-size: 10.4px;
    margin: 0;
    width: 150px;
    padding: 0 15px;
    color: white;
}

.txt_blk .switch-positions div {
    color: black;
}

.pr-bottom {
    position: absolute;
    bottom: 15px;
    max-width: 210px; 
}

.pm-bg {
    position: absolute;
}

.pm-top,
.pm-bottom {
    position: relative;
    z-index: 1;
    color: white;
    padding: 65px 55px 0;
    width: 50%;
}

.pm-top .cl_person {
    bottom: auto;
    width: auto;
    left: inherit;
}

.pm-top h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.pm-quote {
    position: relative;
    padding: 0 40px 0 20px;
    font-size: 13.5px;
    max-width: 360px;
}

.pm-quote:before,
.pm-quote:after {
    position: absolute;
    content: "";
    background-image: url(../img/icons/quote.svg);
    background-size: cover;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 0;
}

.pm-quote:before {
    left: 0;
    margin-left: -15px;
}

.pm-quote:after {
    right: 0;
    top: 80%;
    transform: rotate(180deg);
}

.pm-bottom {
    padding-left: 75px;
    padding-top: 0;
    position: absolute;
    bottom: 65px;
}

.pm-bottom b {
    font-size: 16px;
}

.pm-bottom p {
    margin-top: 3px;
    margin-bottom: 0;
    opacity: .75;
}

.anketa_page a, form + p + p a {
    color: #0164a7;
}

.mainnews_mainpage .read_more_btn {
    position: relative;
}

.mainnews_mainpage .jscroll-inner .read_more_btn {
    margin-top: 15px;
}

.txt_blk h3,
.txt_blk p,
.txt_blk b {
    color: black;
}

.banner_new_design {
    font-family: 'Fira Sans Condensed', 'Open Sans', sans-serif;
}

.banner_new_design .pm-top h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05;
    color: #eeeff3;
}

.banner_new_design .pm-quote {
    font-size: 18px;
    color: #eeeff3;
    max-width: unset;
    margin-left: -30px;
    padding-left: 30px;
    line-height: 1.15;
}

.banner_new_design .pm-quote:before, .banner_new_design .pm-quote:after {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/05/20/quotenew.png);
    width: 50px;
    height: 50px;
    top: -22px;
}

.banner_new_design .pm-quote:after {
    top: unset;
    right: unset;
    margin-top: -7px;
}

.banner_new_design .pm-top, .banner_new_design .pm-bottom {
    width: 57%;
    padding: 60px 55px 0;
}

.banner_new_design .pm-bottom b {
    font-weight: 900;
    font-size: 22px;
}

.banner_new_design .pm-bottom p {
    font-size: 18px;
    color: #eeeff3;
    opacity: 1;
}

.banner_new_design .pm-bottom {
    bottom: 30px;
    padding-left: 55px;
}

.banner_new_design .category_label {
    padding: 5px 15px;
    font-family: 'Open Sans', sans-serif;
}

.banner_new_design.pr-item p {
    font-size: 12px;
    font-weight: 700;
    color: #eeeff3;
}

.banner_new_design.pr-item p:last-of-type {
    font-size: 11px;
    color: #eeeff3;
    opacity: 1;
    font-weight: 400;
}

.banner_new_design.pr-item h3 {
    font-weight: 700;
    font-size: 12px;
    width: 160px;
    padding: 35px 15px 0;
    line-height: 1.1;
}

.jscroll-inner {
    width: 100%;
}

.mainnews_mainpage.d-flex .jscroll-inner,
.mainnews_mainpage.d-flex .jscroll-added {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.mainnews_mainpage.flex-wrap .jscroll-inner,
.mainnews_mainpage.flex-wrap .jscroll-added {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.mainnews_mainpage.justify-content-between .jscroll-inner,
.mainnews_mainpage.justify-content-between .jscroll-added {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.mainnews_item {
    position: relative;
    display: inline-block;
    margin: 1% 0;
    transition: .2s;
    border: 1px solid #E9E9E9;
    overflow: hidden;
    box-sizing: border-box;
    flex-basis: 24.3%;
    background: white;
    min-height: 1px;
    max-height: 999999px;
}

.item_nopreview {
    background-color: #F8F8F8;
}

.mainnews_item:hover {
    background-size: 135%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mainnews_item:nth-of-type(4n),
.mainnews_item:last-of-type {
    margin-right: 0;
}

.mainnews_item:first-of-type,
.mainnews_item:nth-of-type(4n+1) {
    margin-left: 0;
}

/*.objects_row {
    min-height: 600px;
}*/

.objects_row .mainnews_item {
    width: 100%;
    margin: 10px 0 0;
}

.objects_row .mainnews_item:last-child {
    margin: 10px 0;
}

.item_nopreview .mni-content {
    background-color: #F8F8F8;
}

.news_line_divider {
    float: left;
    height: 10px;
    width: 100%;
    margin: 8px 0;
    background-image: url(../img/linepattern.png);
    display: none;
}

.news_line_divider:nth-of-type(-n+3) {
    display: block;
}

.mnic-date:before {
    content: "";
    background-image: url(../img/icons/clock.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.mnic-location:before {
    content: "";
    background-image: url(../img/icons/marker.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 16px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.mni-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
}

.mni-content {
    position: relative;
    padding: 0 0 15px;
    width: 100%;
    min-height: 5rem;
    background-color: white;
}

.mnic-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 15px 15px 0;
}

.item-other .mnic-heading,
.zi-postname {
    padding: 15px;
    text-align: left;
    min-height: 5.5rem;
}

.item-other.zoom_item {
    min-height: auto;
    min-height: 1px;
    max-height: 999999px;
}

.item_other .mnic-heading {
    min-height: 7.4rem;
}

.mnic-desc {
    font-size: 14px;
    font-weight: 400;
    padding: 0 17px 0;
    margin: 0;
    color: #212121;
}

.mnic-date {
    padding: 9px 17px;
}

.mnic-date,
.mnic-location {
    display: inline-block;
    color: #565656;
    opacity: .8;
}

.mnic-counters {
    padding: 0 15px 15px;
    text-align: right;
    margin-top: auto;
}

.mnic-counters .views_count {
    opacity: .5;
}

.item-other.market-item {
    padding: 22px;
    height: unset;
    box-sizing: border-box;
    transition: .3s;
}

.item-other.market-item:hover {
    background: #f9f9f9;
}

.market-item .other-item-text {
    flex-basis: 100%;
}

.market-item h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.market-item-icon {
    width: 40px;
    vertical-align: middle;
    margin-right: 15px;
}

.market-item-bottom {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 100%;
    margin-top: 5px;
    min-height: 120px;
}

.market-item-bottom p:first-of-type {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}

.market-item-bottom p:last-of-type {
    margin-top: auto;    
    margin-bottom: 0;
}


.category_label {
    position: absolute;
    bottom: 100%;
    color: white;
    background-color: #40444F;
    font-size: 10px;
    font-weight: 800;
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.category_label.cl_rnd {
    bottom: 0;
    background: #00a782;
}

.cl_zoom,
.cl_data,
.cl_digital_transformation {
    background: #7eb943;
}

.cl_lifehack {
    background: #ffaa00;
}

.cl_corp,
.cl_banks {
    background: #00a7b3;
}

.cl_events {
    background: #ff6600;
}

.cl_storage,
.cl_cloud,
.cl_soft,
.cl_mcs {
    background: #0164a7;
}

.cl_retail,
.cl_smartcity,
.cl_se,
.cl_mobile,
.cl_biz {
    background: #298579;
}

.cl_person,
.cl_safe,
.cl_telecom,
.cl_ricoh {
    background: #f44336;
}

.cl_tv_section {
    position: relative;
}

.cl_tv_section .category_label {
    bottom: unset;
    z-index: 2;
    background: #65b9db;
    font-size: 12px;
    top: 0;
}

.cl_cnews {
    background: #00A7B3;
}

.cl_market {
    background: #FF4400;
}

.cl_gov {
    background-color: #4849e8;
}

.cl_business {
    background-color: #089ED8;
}

/*
.cl_safe {
    background-color: #F44336;
}

.cl_event {
    background-color: #00A7B3;
}

.cl_rating {
    background-color: #29B579;
}

.cl_tv {
    background-color: #65B9DB;
}

.cl_tech {
    background-color: #7EB943;
}

.cl_bank {
    background-color: #AA35D5;
}

.cl_cloud {
    background-color: #2C95E3;
}
*/

.item_nopreview .category_label {
    position: static;
    width: auto;
}

.item_nopreview .mni-content {
    padding: 15px;
    width: auto;
    top: 10px;
    margin: 0;
    max-width: 100%;
}

.item_nopreview .mnic-heading {
    padding: 12px 0;
}

.item_nopreview .mnic-desc {
    padding: 0;
}

.zoom_tech_menu {
    background-color: white;
    max-width: 1240px;
    padding: 0 20px;
}

.zoom_category {
    background-color: #f7f7f7;
    list-style: none;
    border-top: 1px solid #e9ebee;
    border-bottom: 1px solid #e9ebee;
    margin: 0;
    height: 90px;
    padding: 0 0 0 20px;
    /*display: flex;*/
    /*justify-content: space-around;*/
}

.zc_inner {
    display: flex;
    padding: 0;
}

.ztm-title {
    position: relative;
    float: left;
    height: 57px;
    padding: 33px 31px 0 25px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #494f5c;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 19.5px;
    font-weight: 700;
    color: white;
}

.ztm-title a {
    color: white;
}

.ztm-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    border-top: 45px solid #f7f7f7;
    border-left: 25px solid #494f5c;
}

.ztm-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    border-bottom: 45px solid #f7f7f7;
    border-left: 25px solid #494f5c;
}

.ztm-item {
    display: inline-block;
    width: 105px;
    margin: 0 0 14px;
    height: 76px;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
}

.ztm-item a {
    display: block;
    color: #797979;
    height: 100%;
    padding-top: 16px;
}

.ztm-item a:before {
    content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/03/10/ornament3.png?2);
    background-size: 840%;
    background-position: 6px -4px;
    background-repeat: no-repeat;
    height: 30px;
    width: 50px;
    display: block;
    margin: 0 auto 7px;
}

.ztmi-pc a:hover:before {
    background-position: 6px -50px;
}

.ztmi-phone a:before {
    background-position: -40px 0;
    background-size: 790%;
}

.ztmi-phone a:hover:before {
    background-position: -40px -44px;
}

.ztmi-photo a:before {
    background-position: -86px -3px;
    background-size: 800%;
}

.ztmi-photo a:hover:before {
    background-position: -86px -48px;
}

.ztmi-tv a:before {
    background-position: -359px 2px;
    background-size: 800%;
}

.ztmi-tv a:hover:before {
    background-position: -359px -45px;
}

.ztmi-nav a:before {
    background-position: -134px 0;
    background-size: 800%;
}

.ztmi-nav a:hover:before {
    background-position: -134px -42px;
}

.ztmi-audio a:before {
    background-position: 52% -1px;
    background-size: 800%;
}

.ztmi-audio a:hover:before {
    background-position: 52% -45px;
}

.ztmi-climate a:before {
    background-position: -227px 1px;
    background-size: 800%;
}

.ztmi-climate a:hover:before {
    background-position: -227px -42.5px;
}

.ztmi-household a:before {
    background-position: -272px 0;
    background-size: 800%;
}

.ztmi-household a:hover:before {
    background-position: -272px -45px;
}

.ztmi-kitchen a:before {
    background-position: -315px 0;
    background-size: 800%;
}

.ztmi-kitchen a:hover:before {
    background-position: -315px -44px;
}

.ztmi-more a:before {
    background-image: url(../img/zoom_icons/more.svg);
    background-size: contain;
    background-position: center;
}

.section_zoom .read_more_btn {
    margin-top: 15px;
}

.zoom_item {
    /*width: 296px;*/
    min-height: 322px;
    /*margin: 1% 1% 0;*/
    margin-top: 1%;
    /*display: inline-block;*/
    /*float: left;*/
}

.zoom_item:hover h3 {
    color: #ff6600;
}

.zoom_item:first-of-type,
.zoom_item:nth-of-type(5n) {
    margin-left: 0;
}

.zoom_item:nth-of-type(4n),
.zoom_item:last-of-type {
    margin-right: 0;
}

.zi-postname {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    min-height: 5.5rem;
    transition: .2s;
}

.homepage .zi-postname {
    min-height: 4.2rem;
}

.zi-img {
    width: 100%;
    position: absolute;
}

/*.homepage .zi-img {
    top: -30%;
}

.banner_728x90 {
    margin: 10px 0;
    text-align: center;
}

.banner_728x90 .container {
    padding-bottom: 30px;
}*/

.cnb-1240 .container {
    padding: 0 20px;
}

.cnb-1240 .cnb-zone-377 {
    padding-top: 10px;
}

.comment_count {
    /*color: #00A7B3;*/
    color: #990000 !important;
    /*font-size: 11px;*/
    font-weight: 400;
    display: inline-block;
}

.comment_count:before {
    content: "";
    background-image: url(../img/icons/comment.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 19px;
    height: 11px;
    margin-left: 7px;
}

.comment_count:empty,
.comment_count:empty:before {
    display: none;
}

.allnews_mainpage {
    column-count: 3;
    column-gap: 30px;
    column-rule: 1px solid #E9E9E9;
    position: relative;
    position: relative;
}

.homepage .allnews_mainpage {
    padding-top: 20px;
}

.allnews_mainpage:nth-child(2) {
    padding-top: 0;
}

.homepage .allnews_mainpage:nth-child(n+3):before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    background-color: white;
    background-image: url(../img/linepattern.png);
    position: absolute;
    top: 0;
}

.allnews_item {
    position: relative;
    display: inline-block;
    padding: 10px 7px 10px 0;
    border-bottom: 1px solid #E9E9E9;
    /*min-height: 63px;*/
}

.allnews_item_top {
    font-weight: 600;
}

.homepage .allnews_item {
    min-height: 80px;
}

/*
.allnews_mainpage .visible-items:nth-child(n+3) {
    border-bottom: 0;
}
.allnews_item:nth-child(n+4):nth-child(-n+6) {
    border-right: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    padding: 1.5% 2%;
}

.allnews_item:nth-child(n+4):nth-child(-n+6):after {
    width: 87%;
}
*/
/*
.visible-items:nth-of-type(n+3):after {
    display: none;
}
*/
.ani-date {
    float: left;
    margin-right: 15px;
    font-size: 11px;
    margin-top: 3px;
    line-height: 16px;
    color: #999999;
}

.ani-date time {
    display: block;
}

.ani-postname {
    display: block;
    font-size: 15px;
    margin: 0;
    line-height: 1.35;
    margin-left: 105px;
    transition: .2s;
}

.allnews_mainpage .ani-postname {
    margin-left: 50px;
}

/*
.allnews_item:hover .ani-postname {
    color: rgba(33, 33, 33, .8);
	text-decoration: underline ;
}
*/
.ani-postname:hover {
    text-decoration: underline;
}

.section_events .read_more_btn {
    margin-top: -1px;
}

.ei-date {
    position: relative;
    width: 125px;
    float: left;
    user-select: none;
}

.ei-date:after {
    content: "";
    position: absolute;
    background-image: url(../img/icons/eventslash2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 30px;
    width: 16px;
    left: 100px;
}

.eid-day {
    font-size: 30px;
    line-height: 30px;
    margin-right: 5px;
    font-weight: 700;
    color: #0164a7;
    float: left;
}

.eid-month {
    font-size: 13px;
    line-height: 14px;
    vertical-align: middle;
    float: left;
    color: #565656;
    text-transform: lowercase;
}

.eid-name {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    float: left;
    display: inline-block;
    width: 74%;
    transition: .2s;
}

.eid-name:hover {
    color: rgba(33, 33, 33, .7);
}

.event_item {
    padding: 20px 0;
    margin: 0 1%;
    height: auto;
    border-bottom: 1px solid #E9E9E9;
    display: inline-block;
    height: 30px;
    float: left;
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.event_item:nth-child(odd) {
    margin-left: 0;
}

.event_item:nth-child(even) {
    margin-right: 0;
}

.clubposts_mainpage {
    column-count: 3;
    column-gap: 30px;
    column-rule: 1px solid #E9E9E9;
}

.club_post {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #E9E9E9;
    min-height: 100px;
}

.cp-stats {
    display: inline-block;
}

.cp-userpic {
    float: left;
    margin-right: 16px;
    width: 20%;
}

.cp-userpic img {
    width: 100%;
    border-radius: 50%;
}

.cp-text {
    float: left;
    width: 75%;
}

.cp-postname {
    font-weight: 600;
    font-size: 15px;
    transition: .2s;
}

.cp-postname:hover {
    color: rgba(33, 33, 33, .7);
}

.cp-name {
    font-weight: 600;
    font-size: 12px;
    transition: .2s;
    color: #565656;
}

.cp-name:hover {
    color: #0164a7;
}

.cp-info {
    margin-top: 10px;
}

.cp-info span {
    font-size: 12px;
    color: #999;
}

.cp-info span,
.cp-views,
.cp-comments {
    margin-right: 10px;
}

/*club views hidden*/
.cp-views {
    display: none;
}

.cp-views:before {
    content: "";
    background-image: url(../img/icons/eye.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 10px;
    width: 20px;
    margin-right: 3px;
    display: inline-block;
}

.cp-comments:before {
    content: "";
    background-image: url(../img/icons/comment.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 10px;
    width: 15px;
    margin-right: 3px;
    display: inline-block;
}

footer {
    color: white;
}

footer .container:before {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    background-color: white;
    background-image: url(../img/linepattern.png);
    position: absolute;
    top: 0;
    left: 0;
}

.fc-info {
    margin-top: 30px;
}

footer .container {
    position: relative;
    background-color: #212225;
    padding: 80px 60px;
    max-width: 1160px;
}

.footer_menu,
.footer_copyright ul {
    padding: 0;
}

footer ul {
    list-style-type: none;
}

.footer_menu a,
.footer_copyright p {
    color: #999999;
    transition: .2s;
}

footer ul a:hover {
    color: #e9e9e9;
}

.footer_menu,
.footer_copyright {
    padding: 0;
    float: left;
    width: 19%;
}

.footer_copyright {
    width: 24%;
}

.footer_copyright p, .fc-info-sign {
    opacity: .6;
    color: #999999;
}

.footer_menu li:first-of-type {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 600;
}

.footer_menu li,
.footer_copyright li {
    position: relative;
    margin-bottom: 7px;
}

.footer_menu_col {
    float: left;
    width: 38%;
}

.footer_menu_col .footer_menu {
    width: 45%;
}

.fc-contact img {
    position: absolute;
}

.fc-contact a {
    margin-left: 28px;
    color: #999;
    transition: .2s;
}

.age_discretion {
    float: right;
    margin: -5px -5px 0 0;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 25px;
    left: 1300px;
    z-index: 1;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    transition: .2s;
    cursor: pointer;
    filter: grayscale(100%);
}

#back-to-top:hover {
    filter: grayscale(0%);
}

#back-to-top.show_arr_top {
    display: inline-block;
}

.show_arr_top img {
    margin-top: 12px;
}

/*inner*/
article p, article li {
    font-size: 16px;
    line-height: 1.35;
}

article a {
    color: #0164a7;
    /*text-decoration: underline;*/
    font-weight: 600;
}

article a:hover {
    text-decoration: underline;
}

.article-menu_base,
.article_date {
    font-size: 12px;
    color: #999999;
    margin-right: 5px;
}

.article-menu_base a {
    display: inline-block;
    color: #999;
    text-decoration: underline;
    margin-right: 7px;
}

.article_date {
    margin: 10px 0 16px;
}

.article-img {
    text-align: center;
    max-width: 100%;
}

.article_menu {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
    position: relative;
    z-index: 1;
}

.article_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%;
}

.article_menu ul li {
    display: inline-block;
    margin-right: 7px;
    font-size: 14px;
}

.article_menu ul li:last-child {
    float: right;
}

.article_menu a {
    font-weight: 400;
}

article h1 {
    font-size: 28px;
    margin: 0 auto 15px;
    line-height: 1.2;
}

article h2 {
    font-size: 18px;
    margin-top: 22px;
}

article.news_container img {
    max-width: 100%;
    height: auto !important;
}

/*хак для корректного отображения списка рядом с флоатом*/
.NewsBodyLeftInclude~ul {
    overflow: hidden;
    /*display: table*/
}

/*
.NewsBodyLeftInclude ~ ul {
    display: inline-block;
    width: 51%;
    padding-left: 20px;
    margin: 10px 0;
        font-size: 17px;
        line-height: 1.35;
}
*/

.news_container iframe {
    max-width: 100%;
}

.Anonce {
    display: block;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.35;
}

.img-block {
    text-align: center;
}

.gallery_block_inner img {
    max-width: 100%;
}

.img-block,
figure.image {
    text-align: center;
    margin: 25px 0;
}

.img-desc,
figure.image figcaption {
    font-size: 1rem !important;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
}

.img-src {
    position: relative;
}

.img-src-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    padding: 6px 12px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #aaa;
}

.img-src-desc a {
    color: #999;
}

.popup_img {
    margin-bottom: 0;
    text-align: center;
}

.short-link {
    color: rgba(86, 86, 86, .8);
    font-size: 14px;
}

.social-share {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.o-photo {
    border-radius: 50%;
    width: 120px;
    float: left;
    margin: 0 20px 10px 0;
}

.opinion {
    padding: 20px 20px 10px;
    border: 1px solid #f4f4f4;
}

.opinion:last-of-type {
    border-bottom: 1px solid #f4f4f4;
}

.opinion:nth-of-type(even) {
    background-color: #f9f9f9;
}

/*anchor fix*/
#cnComments {
    margin-top: -90px;
    padding-top: 90px;
}

.top_tizers .mainnews_item,
.mainnews_newspage .mainnews_item {
    width: 367px;
    margin-left: 0;
    margin-right: 1%;
}

.top_tizers .mainnews_item:nth-of-type(2n),
.top_tizers .mainnews_item:last-of-type,
.mainnews_newspage .mainnews_item:nth-of-type(2n),
.mainnews_newspage .mainnews_item:last-of-type {
    margin-right: 0;
    margin-left: 1%;
}

.top_tizers .mainnews_item:nth-of-type(-n+2) {
    margin-top: 0;
}

.mnic-time {
    padding: 5px 15px 0;
    display: inline-block;
    font-size: 12px;
}

.mainnews_newspage .news_line_divider {
    display: none;
}

.allnews_newspage .allnews_item {
    width: 100%;
}

.all-link {
    float: right;
}

.all-link a {
    text-decoration: underline;
}

.note-right {
    float: right;
    max-width: 40%;
    margin: 0 0 10px 20px;
}

.regru_logo a,
.regru_logo img {
    vertical-align: middle;
    display: inline-block;
    color: #999;
}

.regru_logo img {
    width: 60px;
    margin-right: 12px;
}

.list.event_list {
    margin-top: 20px;
    padding: 15px;
    list-style: none;
    background: #e4e4e4;
}

.list.event_list .Black {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.double_right {
    margin: unset;
    max-width: 900px;
}

.RatingTableTitle {
    margin-left: 0;
}

.head-sponsor-logo {
    width: 100%;
    padding: 20px 20px 15px;
    box-sizing: border-box;
    max-width: 260px;
}

.copy-link {
    position: relative;
}

.copied-note:before {
    content: "Скопировано!";
    background-color: rgba(0, 0, 0, .6);
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    display: block;
    padding: 5px 8px;
    border-radius: 7px;
    transition: .2s;
    position: absolute;
    margin-top: -4px;
    left: 110%;
    cursor: default;
}

.rubl {
    display: inline-block;
}

.rubl:first-letter {
    font-size: 0;
}

.rubl:after {
    content: "₽";
}

.source {
    font-size: 13px;
    margin-top: 5px;
    text-align: right;
}

.google_bottom_line {
    position: relative;
}

.cnb-zone-314>div {
    min-height: auto;
}

.cnb-popup.cnb-bottom {
    max-width: 1280px !important;
}

.social-share~.banner {
    z-index: 2;
}

.broadcast-block {
    position: fixed;
    background: white;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 3;
}

#CNewsLiveConference {
    padding-bottom: 5px;
    width: 420px;
    overflow: hidden;
    height: 525px;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 85%;
    z-index: 36000;
    background: #fff;
    border: 2px solid #dad6d4;
    z-index: 10000000000;
}

#CNewsLiveConference {
    position: absolute;
    top: 20px;
}

#CNewsLiveConference #CNewsLiveConferenceInner h3 {
    padding: 0 10px 0;
    width: 100%;
    overflow: hidden;
    font-size: 115%;
    color: #0b5087;
    height: 33px;
    margin: 5px 0;
    box-sizing: border-box;
}

#CNewsLiveConference #CNewsLiveConferenceInner span#CNewsLiveConference_close {
    margin-top: 5px;
    float: right;
}

#CNewsLiveConference #CNewsLiveConferenceInner span#CNewsLiveConference_close a {
    padding: 3px 0 3px 20px;
    font-weight: normal;
    color: #0b5087;
}

#CNewsLiveConference #CNewsLiveConferenceText {
    margin-top: 10px;
    padding: 10px 60px 10px 100px;
    font-size: 110%;
    text-align: left;
}

#CNewsLiveConference #CNewsLiveConferenceText p.small_info {
    margin: 10px 0;
    color: #666;
}

#CNewsLiveConference #CNewsLiveConferenceText h4 {
    margin: 0.2em 0 0.7em;
    padding: 0;
    font-size: 160%;
    color: #0b5087;
}

#CNewsLiveConference #CNewsLiveConferenceText #CNewsLiveConferenceButton {
    margin: 5px 0;
}

#CNewsLiveConference #CNewsLiveConferenceText #CNewsLiveConferenceButton input {
    margin: 10px 0 0;
    padding: 5px 0;
    width: 320px;
    font-family: Tahoma;
    font-size: 11px;
    text-transform: uppercase;
    color: #990000;
    border: 1px solid #dad6d4;
}

.table-container {
    width: calc(100% - 190px);
    overflow: auto;
}

.section_mobile_top {
    display: none;
}

.section_mobile_top .tabs_item ul li:first-of-type {
    border-top: 0;
}

.mobile-banner {
    display: none !important;
}

.mobile-banner .modal-header {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
    border: 0;
    outline: none;
}

.mobile-banner .modal-header .close {
    background: rgba(0, 0, 0, .75);
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}



/*.lb-outerContainer {
    max-width: 90%;
}

.lb-container {
    padding: 4px 4px 0;
}

.lightbox .lb-image {
    max-width: 100% !important;
    width: 1200px !important;
    height: auto !important;
    margin: 0 auto;
}*/

@media (min-width: 1620px) {
    .market_right {
        display: none;
        position: absolute;
        top: 200px;
        left: 1322px;
    }

    .market_right .cnm-search-layout:before {
        content: "Результаты поиска";
        display: block;
        margin: 0 0 15px;
        color: #0164a7;
        font-size: 1.2rem;
        font-weight: 700;
    }

    .market_right .cnm-tooltip-content {
        left: auto;
        right: 100%;
    }

    .market_right .cnm-container-main {
        flex-direction: column !important;
        width: 280px;
    }

    .market_right .cnm-filter-layout,
    .market_right .cnm-search-layout {
        width: 280px;
        box-sizing: border-box;
    }

    .market_right .cnm-filter-layout {
        order: 1;
    }

    .market_right .cnm-filter-layout {
        margin-left: 0;
        background-color: white;
        padding: 20px;
        flex: 0 0 auto;
    }

    .market_right .cnm-search-layout {
        order: 2;
        margin-top: 20px;
        background-color: white;
        padding: 20px;
    }

    .market_right .cnm-search-layout .read_more_btn {
        margin: 15px auto;
        width: 92%;
    }

    .market_right .cnm-provider-logo {
        max-width: 70px;
    }

    .market_right td {
        font-size: .75rem;
    }

    .market_right .cnm-filter-param {
        margin: 10px 0 20px;
    }

    .market_right .cnm-search-box td[data-char="price"] {
        text-align: center;
        padding: 10px 0;
        min-width: 70px;
    }

    .homepage .market_right {
        display: none !important;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .article-ie-fix {
        max-width: 950px;
    }
}

@media (max-width: 1620px) {
    .market_right {
        display: none !important;
    }
}

@media (max-width: 1360px) {
    #back-to-top.show_arr_top {
        display: none;
    }
}

@media (max-width: 1300px) {
    .header_fixed .header {
        width: 100vw;
        min-width: unset;
    }

    .win-scrollbars.header_fixed .header {
        width: calc(100% - 17px);
    }

    .tizer_item {
        width: 32%;
        margin: 0 1%;
    }

    .main_menu {
        width: 82%;
    }

    .news_container {
        position: relative;
        width: 78.5%;
    }

    .scroll-down {
        position: absolute;
        width: 48.5%;
        margin-left: 19px;
    }

    /*
    .mainnews_item,
    .zoom_item {
        width: 23.5%;
    }
	*/
    .top_tizers .mainnews_item,
    .mainnews_newspage .mainnews_item {
        width: 49%;
    }

    .market-item h3 {
        font-size: 20px;
    }

    .ztmi-audio {
        display: none;
    }
}

@media (max-width: 1280px) {
    .news_container {
        position: relative;
        width: calc(100% - 220px);
    }

    .ssb-search {
        width: 80%;
        color: #212121;
    }

    .pm-top h3, .banner_new_design .pm-top h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .banner_new_design .pm-quote:before, .banner_new_design .pm-quote:after {
        width: 40px;
        height: 40px;
    }

    .banner_new_design .pm-top h3 {
        font-size: 26px;
    }

    .market-item-icon {
        width: 30px;
    }
}

@media (max-width: 1200px) {

    .section_allnews .line_pattern,
    .section_club .line_pattern {
        margin-bottom: 20px;
    }

    /*
    .left_side {
        width: 20%;
        margin-right: 20px;
    }
*/
    .navig_selected {
        margin: 6px 0 21px;
    }

    .ns_link {
        padding: 6px 8px;
    }

    .news_container {
        width: calc(100% - 235px);
    }

    .scroll-down {
        margin-left: 14px;
        width: 49%;
    }

    .ntl-content p {
        font-size: 18px;
    }

    .right_side {
        min-width: 300px;
    }

    .tv-slider {
        max-width: 300px;
    }

    .pm-quote {
        font-size: 12px;
    }

    .banner_new_design .pm-quote {
        font-size: 14px;
        padding-left: 20px;
        margin-left: -20px;
    }

    .pm-quote:after {
        right: -30px;
        transform: rotate(180deg);
    }

    .persons_main {
        background-position: 75% 0;
    }

    .homepage .zi-postname {
        min-height: 4.2rem;
    }

    .ztm-item {
        display: inline-block;
        width: 88px;
    }

    .ztmi-audio {
        display: none;
    }

    .footer_menu,
    .footer_copyright {
        width: 25%;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .fc-links,
    .fc-info {
        width: 50%;
        float: left;
        margin-top: 30px;
    }

    .footer_copyright {
        width: 100%;
    }

    footer .container {
        padding: 60px 40px;
    }

    .age_discretion {
        margin: 0;
    }

    #back-to-top {
        display: none;
    }

    .fc-info p:nth-child(2) {
        margin-top: 0;
    }

    .cnb-zone-314>div {
        min-height: auto;
    }

    .table-container {
        width: calc(100% - 530px);
    }    

    .market-item-icon {
        width: 40px;
    }

    .market-item h3 {
        font-size: 20px;
    }
    
    .item-other.market-item {
        flex-basis: 48.8%;
    }
}

@media (min-width: 1200px) {
    .item-other.market-item:last-of-type {
        display: none !important;
    }
}

@media (max-width: 1120px) {
    .news_container {
        width: calc(100% - 210px);
    }

    .newstoplist_main {
        font-size: 18px;
    }

    .main_menu .active:after {
        width: calc(100% - 40px);
    }

    .main_menu {
        width: 80%;
    }

    .section_allnews .line_pattern,
    .section_club .line_pattern {
        margin-bottom: 20px;
    }

    .cp-text {
        width: 73%;
    }

    .pm-bottom p {
        font-size: 11px;
    }

    .banner_new_design .pm-bottom p {
        font-size: 14px;
    }

    .mnic-date,
    .mnic-location {
        display: block;
        padding: 9px 17px 0;
    }

    .homepage .zi-postname {
        min-height: unset;
    }

    .zi-postname {
        min-height: 4.5rem;
    }

    .item-other.market-item {
        flex-basis: 48.8%;
    }
}

@media (max-width: 992px) {
    .newslist_mobile {
        display: block !important;
    }

    .cnb-zone-214>div,
    .cnb-zone-214 iframe {
        height: auto !important;
    }

    .header {
        padding: 0;
    }

    .header_fixed .header {
        height: 76px;
    }

    .win-scrollbars.header_fixed .header {
        width: 100%;
    }

    .banner_728x90 .container {
        padding-top: 45px;
    }

    .spec_mob_nav {
        display: block;
        background-color: #323742;
    }

    .smn-toggle {
        display: block;
    }

    .smn-toggle img {
        float: right;
        margin-top: 7px;
    }

    .smn-opened .smn-links {
        display: block;
        margin-bottom: 20px;
    }

    .smn-opened .smn-toggle img {
        transform: rotate(180deg);
    }

    .left_navigation {
        display: none;
        min-height: unset;
        height: auto !important;
    }

    .left_side {
        width: 100%;
        margin-right: 0;
    }

    .close-search-bar {
        margin: 0;
    }

    .ssb-search {
        width: 80%;
        padding: 20px 0 20px 20px;
    }

    .search_btn {
        margin-left: 0;
    }

    .container, .cnb-1240 .container {
        padding: 15px;
    }

    .cnb-1240 .cnb-zone-377 {
        padding-top: 5px;
    }

    .header_container {
        padding: 0;
    }

    .header_container .news_line_divider {
        display: block;
    }

    .main_menu {
        width: auto;
        position: static;
        overflow: initial;
    }

    .section_logo {
        margin: 0px 30px 0px 18px;
    }

    .logo {
        height: 25px;
    }

    .logo_2 img {
        height: 25px;
    }

    .close_mob_nav {
        display: block;
    }

    .mob_nav_opened {
        overflow: hidden;
    }

    .open_mob_nav {
        display: inline-block;
        margin-right: 0;
        vertical-align: middle;
        padding: 21px 18px;
        height: 23px;
        width: 28px;
        top: 0;
        left: 0;
        border-right: 1px solid #E9E9E9;
    }

    .mob_nav_opened #mob_slide {
        position: relative;
    }

    .mob_nav_opened .sidenav {
        width: 260px;
    }

    .pr-item h3 {
        width: 170px;
        text-align: left;
    }

    .pm-top h3 {
        font-size: 22px;
        font-weight: 400;
    }

    .persons_main {
        background-position: center;
    }

    .newslist {
        max-height: 800px;
    }

    .newslist_top {
        display: block;
    }

    .newslist_top .category_label {
        display: none;
    }

    .nlt-content {
        font-weight: 600;
        font-size: 16px;
        background-color: transparent;
        float: left;
        width: 64%;
    }

    .nlt-content p {
        margin: 0;
    }

    .newslist_top .news_item_bg {
        width: 30%;
    }

    .news_item_bg {
        position: relative;
        float: left;
        margin: 0 12px 0 0;
    }

    .nav_main {
        display: none;
    }

    .newslist .tabs_block ul li:last-of-type {
        padding-bottom: 15px;
    }

    #tab-mark-main li:nth-last-child(1), #tab-mark-popular li:nth-last-child(1) {
        margin-bottom: 0;
        border-bottom: 1px solid #eee;
    }

    .news_line_divider:nth-of-type(-n+3) {
        display: none;
    }

    .news_container {
        width: 100%;
    }

    .newslist {
        width: 100%;
    }

    .ns_item:first-child {
        padding-top: 5px;
    }

    .ns_link {
        width: 210px;
        padding: 9px 13px;
        margin: 10px 14px;
    }

    .scroll-down {
        margin-left: 0;
        width: 100%;
        bottom: 10px;

        display: none;
    }

    .homepage .section_topnews .tabs_item {
        top: 0;
    }

    .mainnews_item {
        flex-basis: 32%;
    }

    .mainnews_item:nth-of-type(3n),
    .mainnews_item:last-of-type {
        margin-left: 1%;
        margin-right: 0;
    }

    .mainnews_item:nth-of-type(3n+1),
    .mainnews_item:first-of-type {
        margin-right: 1%;
        margin-left: 0;
    }

    .top_tizers .mainnews_item:nth-of-type(3n),
    .mainnews_newspage .mainnews_item:nth-of-type(3n) {
        margin-left: 0;
        margin-right: 1%;
    }

    .top_tizers .mainnews_item:last-of-type,
    .mainnews_newspage .mainnews_item:last-of-type {
        margin-left: 1%;
        margin-right: 0;
    }

    .allnews_mainpage {
        column-count: 2;
    }

    .mainnews_mainpage .news_line_divider {
        display: none !important;
    }

    .item_nopreview .mnic-desc {
        display: block;
    }

    .persons_main,
    .persons_right {
        width: 100%;
        margin: 0;
    }

    .pr-item {
        width: 49%;
        float: right;
    }

    .right_side .pr-item, .right_side .pr-item:first-of-type {
        width: 100%;
        float: none;
        text-align: left;
        max-width: 330px;
        vertical-align: top;
    }

    .right_side .pr-item:last-of-type, .comments_all .pr-item:last-of-type {
        margin: 0 auto;
    }

    .pr-item:first-of-type {
        float: left;
    }

    .pr-item:last-of-type {
        display: none;
    }

    .pm-bottom p {
        font-size: 14px;
    }

    .container.header_container .news_line_divider {
        display: block;
        margin: 0;
    }

    .section_popular .container {
        padding: 10px 15px 5px;
    }

    .section_allnews .container {
        padding: 10px 15px 30px;
    }

    .section_zoom .container {
        padding: 1.5% 15px 20px;
    }

    .section_mainnews .container {
        padding: 1.5% 15px 5px;
    }

    .mainnews_mainpage .jscroll-inner .read_more_btn {
        top: 0;
    }

    .homepage .zi-img {
        top: 0;
    }

    .zoom_tech_menu {
        padding: 0 15px;
    }

    .section_zoom .read_more_btn {
        margin-top: 25px;
    }

    .ztmi-climate,
    .ztmi-household,
    .ztmi-kitchen {
        display: none;
    }

    .zoom_item:nth-of-type(n+7) {
        display: none;
    }

    .ztm-item {
        width: 75px;
        margin: 0px 6px 14px;
        height: 76px;
        font-size: 9px;
    }

    .eid-name {
        font-size: 14px;
        font-weight: 600;
        margin-left: 15px;
    }

    .clubposts_mainpage {
        column-count: 2;
    }

    .club_post:nth-child(3n):after {
        display: inline-block;
    }

    .mainnews_mainpage .read_more_btn {
        margin-top: 0px;
        top: 20px;
    }

    .section_topnews .container {
        padding: 0;
    }

    .news_container {
        padding: 15px;
        width: calc(100% - 30px);
    }

    .right_side {
        padding-top: 15px;
        margin-left: 0;
    }

    .section_mainnews,
    .section_zoom {
        padding: 15px;
    }

    .homepage .section_mainnews,
    .homepage .section_zoom, .market-homepage .section_mainnews {
        padding: 0;
    }

    .cl_tv_section {
        display: none !important;
    }

    .zoom_category {
        padding: 0;
    }

    article .cnb-zone.cnb-in,
    article .cnb-html {
        text-align: center;
    }

    .note-right {
        float: none;
        max-width: 100%;
        margin: 20px 0;
    }

    .newslist .tabs_block ul li:nth-child(-n+5) {
        display: block !important;
    }

    .tabs_item {
        position: relative;
        top: 5px;
        overflow: hidden;
    }

    .item-other.market-item {
        flex-basis: 100%;
    }

    .market-item .other-item-text {
        margin: 15px 0;
    }
}

@media (max-width: 800px) {
    .ssb-search {
        width: 73%;
    }

    .ztm-item {
        width: 71px;
        margin: 0 3px 14px;
    }

    .event_item {
        width: 100%;
        margin: 0;
        justify-content: left;
    }

    .pm-quote {
        display: none;
    }

    .pm-bottom {
        padding-left: 60px;
    }

    .persons_main {
        height: 320px;
        background-position: top center;
    }

    .persons_main {
        background-position: top center;
    }

    .pr-item {
        margin-top: 15px;
    }

    .right_side .pr-item, .comments_all .pr-item {
        margin-top: 0;
    }

    .pm-top,
    .pm-bottom {
        position: relative;
        z-index: 1;
        color: white;
        padding: 45px 35px 0;
        width: 47%;
    }

    .pm-bottom {
        padding-left: 35px;
        padding-top: 0;
        bottom: 45px;
        position: absolute;
    }    

    .banner_new_design .pm-bottom {
        padding-left: 35px;
    }

    .banner_new_design .pm-top, .banner_new_design .pm-bottom {
        padding: 60px 35px 0;
    }

    .banner_728x90 {
        display: none;
    }

    .homepage .section_mainnews,
    .homepage .section_zoom {
        padding: 0;
    }

    .top_tizers .mainnews_item,
    .top_tizers .mainnews_item:nth-of-type(-n+2),
    .mainnews_newspage .mainnews_item {
        width: 100%;
        margin: 5px 0;
    }

    .top_tizers .mainnews_item:nth-of-type(2n),
    .top_tizers .mainnews_item:last-of-type,
    .mainnews_newspage .mainnews_item:nth-of-type(-n+2),
    .mainnews_newspage .mainnews_item:last-of-type {
        margin-left: 0;
        margin-right: 0;
    }

    .top_tizers .mainnews_item:first-of-type {
        margin-top: 0;
    }

    .homepage .zi-postname {
        min-height: 5.5rem;
    }

    .item-other {
        height: 235px;
    }

    .regru_logo {
        float: left;
    }
}

@media (max-width: 720px) {
    #tab-mark-main li:nth-last-child(1), #tab-mark-popular li:nth-last-child(1) {
        border-bottom: 0;
    }

    article h1 {
        font-size: 22px;
    }

    .container.d-flex {
        flex-direction: column;
    }

    .right_side {
        width: 100%;
    }

    .scroll-down {
        width: calc(100% - 30px);
    }

    .right_side {
        width: 100%;
        height: auto !important;
        text-align: center;
    }

    .banner,
    .banner_list,
    .objects_row .object {
        margin: 15px auto 10px !important;
    }

    .right_side {
        box-sizing: border-box;
    }

    /*moved the items via script, hid the extra ones*/    
	.section_topnews .right_side > .pr-item {
		display: none;
	}

    .section_popular .right_side {
        padding: 15px 0 0;
    }

    .wrapper.table-container {
        width: calc(100% - 50px);
    }
}

@media (max-width: 640px) {
    .pr-item h3 {
        width: 150px;
    }

    .mainnews_item {
        flex-basis: 49%;
        margin-left: 0;
    }

    .mainnews_item:nth-of-type(3n),
    .mainnews_item:last-of-type {
        margin-left: auto;
        margin-right: auto;
    }

    .mainnews_item:nth-of-type(2n),
    .mainnews_item:last-of-type {
        margin-left: 1%;
        margin-right: 0;
    }

    .mainnews_item:nth-of-type(2n+1) {
        margin-left: 0;
        margin-right: 1%;
    }

    .ztmi-nav,
    .ztmi-audio {
        display: none;
    }

    .pr-item h3 {
        font-size: 11px;
    }

    .right_side .pr-item {
        width: 100%;
    }
}

@media (max-width: 576px) {    
    html, body {
        text-size-adjust: none;
        -webkit-text-size-adjust: none;
        -moz-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }

    .close_mob_nav {
        height: 50px;
        line-height: 60px;
        width: 58px;
    }

    .newstoplist ul li a, .newslist .tabs_block ul li a {
        font-size: .9rem;        
        min-height: 1px;
        max-height: 999999px;
    }

    .header_fixed .cnews_brand~header .sidenav {
        top: 0;
    }

    .header_fixed .header {
        height: 57px;
    }

    .newslist .tabs_block ul li {
        display: none !important;
    }

    .newslist .tabs_block ul li:nth-child(-n+5),
    .section_mobile_top .newslist .tabs_block ul li:nth-child(-n+8) {
        display: block !important;
        font-size: .9rem;
    }

    #section_mobile_top_hidden li {
        display: block !important;
    }

    .newslist .scroll-down, .homepage .right_side .banner {
        display: none;
    }

    .nav_right {
        margin-top: -1px;
    }

    .tabs_item {
        position: relative;
        top: 5px;
        overflow: hidden;
    }

    .homepage .section_topnews .news_container {
        padding: 15px 15px 0;
    }

    .homepage .news_container .newslist {
        min-height: unset;
        max-height: unset;
        overflow: unset;
        margin-bottom: 10px;
    }

    .section_mainnews .line_pattern {
        margin: 10px 0 25px;
    }

    .section_popular .right_side {
        padding: 0;
    }

    .section_mobile_top {
        display: block;
    }

    .section_mobile_top .newslist {
        overflow: initial;
        margin: 0;
    }

    .section_mobile_top .read_more_btn {
        margin-top: 15px;
    }

    .section_popular .right_side .pr-item:nth-child(n+2) {
        display: none;
    }

    #tab-mark-main li:nth-last-child(1) {
        margin-bottom: 0;
    }

    .top_mainpage .right_side {
        padding: 0;
    }

    .section_popular .container {
        padding-bottom: 0;
    }


    .line_pattern {
        margin-bottom: 15px;
    }

    .ssb-search {
        width: 67%;
    }

    .logo {
        margin: 18px auto;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -100%);
        z-index: 6;
    }

    .logo_2 .logo:last-of-type {
        display: none;
    }

    .logo img {
        max-width: 110px;
    }

    .main_menu {
        height: 50px;
    }

    .open_mob_nav {
        padding: 13px 15px;
    }

    .smn-toggle {
        font-size: 14px;
        padding: 12px 14px;
    }

    .sidenav-links {
        margin-top: 57px;
    }

    .search-link a,
    .lk-link a {
        padding: 13px 15px;
        height: 22px;
    }

    .section_mainnews .container,
    .section_zoom .container, article~.section_mainnews .container, article~.section_zoom .container {
        padding: 10px 15px;
    }

    .section_allnews .container {
        padding: 30px 15px;
    }

    .cp-userpic {
        width: 15%;
        margin-right: 14px;
    }

    .zoom_tech_menu {
        max-width: 100%;
        padding: 0;
    }

    .event_item {
        width: 100%;
    }

    .cnb-1240 .container {
        padding: 15px 15px 0;
    }

    .mainnews_item,
    .mainnews_item:first-of-type,
    .mainnews_item:nth-of-type(4n+1),
    .mainnews_item:nth-of-type(2n),
    .mainnews_item:last-of-type {
        width: 100%;
        height: auto;
        margin: 5px 0;
        padding: 10px;
        border: 1px solid #E9E9E9;
        box-sizing: border-box;
        text-align: left;
        flex-basis: 100%;
    }

    .mainnews_item:nth-of-type(2n+1) {
        margin-right: 0;
    }

    .mainnews_item.item_nopreview .mni-content {
        padding: 0;
        flex-basis: 90%;
    }

    .category_label,
    .pr-item .category_label {
        padding: 6px 10px;
        display: inline-block;
        text-transform: uppercase;
        left: 10px;
        top: 45px;
        text-align: center;
        font-size: 9px;
        bottom: auto !important;
    }

    .category_label.cl_rnd {
        top: unset;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .mni-content .category_label {
        left: -112px;
        bottom: auto !important;
        width: 80px;
        font-size: 8px;
        position: static;
    }

    .pr-item .category_label,
    .pm-top .category_label {
        top: auto;
        width: auto;
    }

    .pr-item .category_label {
        top: 15px;
        left: 15px;
    }

    .mainnews_item .news_item_bg {
        flex-basis: 100px;
        align-self: baseline;
    }

    .mainnews_item:hover .news_item_bg {
        transform: scale(1);
    }

    .mni-content {
        padding: 0;
        background-color: transparent;
        min-height: unset;
        flex-basis: calc(95% - 100px);
    }

    .mnic-heading {
        padding: 5px 0;
        font-size: 14px;
    }

    .mnic-date,
    .mnic-location {
        display: block;
        padding: 5px 15px 2px 0;
        font-size: 13px;
    }

    .mnic-counters {
        margin-top: auto;
        margin-left: auto;
        padding: 0;
    }

    .section_mainnews,
    .section_zoom {
        padding: 0;
    }

    .section_popular .line_pattern {
        margin-bottom: 20px;
    }

    .persons_main {
        height: 143px;
        margin-bottom: 5px;
    }

    .pr-item {
        width: 100%;
        float: right;
        margin: 10px 0 5px;
    }

    .right_side .pr-item {
        margin: 10px 0;
    }

    .pm-top,
    .pm-bottom {
        padding: 15px 15px 0;
    }

    .pm-bottom {
        padding-left: 15px;
        padding-top: 0;
        position: absolute;
        bottom: 15px;
    }

    .pm-bottom b {
        font-size: 13px;
        font-weight: 400;
    }

    .pm-bottom p {
        display: none;
    }

    .pr-item:last-of-type {
        display: block;
    }

    .pr-item h3,
    .pm-top h3 {
        width: 165px;
        font-size: 11px;
        line-height: 1.15;
    }

    .pr-item h3 {
        padding-top: 35px;
    }

    .pm-top h3 {
        margin-top: 35px;
    }

    .zoom_item,
    .zoom_item:nth-of-type(5n) {
        min-height: unset;
    }

    .ztm-title {
        padding: 33px 25px 0 10px;
        font-size: 18px;
        font-weight: 700;
    }

    .zi-img {
        width: 100%;
        float: left;
        top: 0;
    }

    .zi-postname {
        margin: 0;
        padding: 10px;
        min-height: unset;
    }

    .objects_row {
        min-height: 200px;
    }

    footer .container {
        padding: 60px 40px 40px;
    }

    .footer_menu {
        width: 45%;
    }

    .fc-links,
    .fc-info {
        width: 100%;
    }

    /*
	iframe, .cnb-zone-214 > div {
		height: auto !important;
	}
	*/

    .homepage .zi-postname {
        min-height: unset;
    }

    .club_post {
        min-height: unset;
    }

    .modal-open .mobile-banner {
        display: block !important;
    }

    .mobile-banner .modal-content {
        width: 300px;
    }

    .ztmi-photo {
        display: none;
    }

    .o-photo {
        display: block;
        float: none;
    }

    .footer_menu_col {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .ssb-search {
        width: 61%;
    }

    .allnews_mainpage {
        column-count: 1;
    }

    .lk-link {
        display: none;
    }

    .pr-item:last-of-type {
        display: block;
    }

    .item_nopreview .mnic-desc {
        display: none;
    }

    .mainnews_item {
        width: 100%;
    }

    .allnews_mainpage:nth-child(n+3):before {
        display: none;
    }

    .allnews_mainpage {
        padding-top: 0;
    }

    .clubposts_mainpage {
        column-count: 1;
    }

    .eid-day {
        font-size: 26px;
        margin-right: 4px;
    }

    .eid-name {
        font-size: 14px;
        width: 75%;
    }

    .ztmi-more a:before {
        width: 30px;
    }

    .ztmi-tv {
        display: none;
    }

    #muteYouTubeVideoPlayer {
        width: 100% !important;
    }

    #CNewsLiveConference {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .newslist_top .news_item_bg {
        width: 100%;
    }

    .nlt-content {
        width: 100%;
        margin-top: 11px;
    }

    .newslist li.newslist_top {
        padding: 17px;
    }

    .ssb-search {
        width: 55%;
    }

    .ei-date:after {
        left: 92px;
    }

    .event_item {
        height: auto;
        min-height: 60px;
        padding: 10px 0;
    }

    .ztm-title {
        padding: 36px 24px 0 3px;
        font-size: 16px;
    }

    .ztm-item {
        width: 75px;
    }

    .ztm-item .ztmi-more {
        width: 50px;
    }

    .zoom_item h3 {
        margin: 0;
        font-size: 14px;
    }
}

@media (max-width: 360px) {    
    .sl-link {
        padding: 12px 20px;
        font-size: 12px;
    }

    .lk_mob_link {
        padding: 14px 20px;
    }

    .msl-col {
        padding-top: 10px;
    }

    .ssb-search {
        width: 52%;
    }

    .ztm-item {
        width: 72px;
        font-size: 7px;
    }

    .ztmi-more {
        width: 40px;
    }

    .zoom_item,
    .zoom_item:nth-of-type(5n) {
        margin: 8px 0;
    }

    .mobile-banner .modal-content {
        /*width: 240px;*/
        transform: scale(.85);
        background-color: transparent;
    }
}

.d-phones,
.d-phones-landscape,
.d-tablets,
.d-desktops {
    display: none !important;
}

.d-phones-hide,
.d-phones-landscape-hide,
.d-tablets-hide,
.d-desktops-hide {
    display: block !important;
}

@media (max-width: 576px) {
    .d-phones {
        display: block !important;
    }

    .d-phones-hide {
        display: none !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .d-phones-landscape {
        display: block !important;
    }

    .d-phones-landscape-hide {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .d-tablets {
        display: block !important;
    }

    .d-tablets-hide {
        display: none !important;
    }
}

@media (min-width: 992.98px) and (max-width: 1200px) {
    .d-desktops {
        display: block !important;
    }

    .d-desktops-hide {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-desktops {
        display: block !important;
    }

    .d-desktops-hide {
        display: none !important;
    }
}




.forum_temp_link {
    display: none;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: .5em 1em;
    transition: .2s;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .forum_temp_link {
        display: block;
        margin: 0 0 15px;
    }

    .newslist {
        border: 0;
    }

    .tabs_mainnews {
        display: none;
    }

    .newslist ul {
        border: 1px solid #eee;
    }
}



/*temporary*/
.soar-07-2020.pr-item p:last-of-type {
    width: 200px;
}

.persons_main.soar-07-2020 .pm-bottom {
    width: 60%;
}

.diasoft-07-2020 .pm-top, .diasoft-07-2020 .pm-bottom {
    width: 58%;
}

.diasoft-07-2020 .pm-top h3 {
    font-size: 34px;
    margin-bottom: 15px;
}

.diasoft-07-2020.pr-item h3 {
    font-size: 13px;
}

@media (max-width: 1280px) {
    .diasoft-07-2020 .pm-top h3 {
        font-size: 26px;
    }

    .diasoft-07-2020 .pm-top, .diasoft-07-2020 .pm-bottom {
        width: 54%;
    }
}