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: 21px 18px;
    height: 22px;
    width: 28px;
    top: 10px;
    left: 0;
    background: #00A7B3;
    cursor: pointer;
    color: white;
    z-index: 1;
    user-select: none;
}

.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;
}


section {
	z-index: unset !important;
}

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

.section_popular .container {
    padding-top: 20px;
}
.section_popular .right_side .pr-item:first-of-type{display: none;}


.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;
}

.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;
}

.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: 22px;
}

.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; 
}

.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;
}

.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 #2C95E3;
    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: #2C95E3;
    text-decoration: none;
}

.search_btn {
    color: white;
    background-color: #00A7B3;
    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;
}

.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: 10px 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: #FFF580;
    text-decoration: none;
}

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

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

.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;
}

.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;
}

.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: 15px;
}

.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: 99%;
    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: #00A7B3;
    border: 1px solid #00A7B3;
}

.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: 275.75px;
}

.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;
}

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

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

.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;
}

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

.pr-item p {
    color: white;
    margin: 0;
    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.05;
    font-size: 11px;
}

.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;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.pm-quote {
    position: relative;
        padding: 0 40px 0 20px;
    font-size: 15px;
	    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;
    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;
}

.news_container {
    max-width: 1260px;
    background-color: transparent;
}

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

.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;
}

.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; 
}

.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;
}

.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;
}

.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: #2c95e3;
}

.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_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(../img/zoom_icons/ornament.png);
    background-size: 840%;
    background-position: -1% -4px;
    background-repeat: no-repeat;
    height: 30px;
    width: 50px;
    display: block;
    margin: 0 auto 7px;
}

.ztmi-pc a:hover:before {
    background-position: -1% -57px;
}

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

.ztmi-phone a:hover:before {
    background-position: 14.5% -50px;
}

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

.ztmi-photo a:hover:before {
    background-position: 29.5% -54px;
}

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

.ztmi-nav a:hover:before {
    background-position: 45% -49px;
}

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

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

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

.ztmi-climate a:hover:before {
    background-position: 75.5% -51px;
}

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

.ztmi-household a:hover:before {
    background-position: 90.5% -52px;
}

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

.ztmi-kitchen a:hover:before {
    background-position: 104% -51px;
}

.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;
}

.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/eventslash.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: #00A7B3;
    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: #00a7b3;
}

.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;
    display: inline-block;
    float: left;
    width: 19%;
}

.footer_copyright {
    width: 24%;
}

.footer_copyright p {
    opacity: .6;
}

.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;
}

.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 {
    font-size: 17px;
    line-height: 1.35;
}

article a {
    color: #00A7B3;
    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;
}

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

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

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

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;
}

.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 {text-align: center; margin: 25px 0;}
.img-desc {    
	font-size: 1rem !important;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
}
.img-src-desc {
    font-size: 12px;
    margin: 5px 0;
    color: #999;
}
.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;
}

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

.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;
}

.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: 10px;
	list-style: none;
	background: #e4e4e4;
}

.list.event_list .Black {
	text-decoration: none;
}

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

.RatingTableTitle {
	margin-left: 0;
}

.head-sponsor-logo {
	width: 100%;
    padding: 25px 20px 0;
    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;
}

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

@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%;
	}
}

@media (max-width: 1280px) {
    .news_container {
        position: relative;
        width: calc(100% - 220px);
    }
	
    .ssb-search {
        width: 80%;
        color: #212121;
    }

	.pm-top h3 {
		margin-bottom: 20px;
		font-size: 24px;
	}
}

@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: 13px;
	}

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

	.homepage .zi-postname {    
		min-height: 4.2rem;
	}
	
	.ztm-item {
		display: inline-block;
		width: 88px;
	}
	
    .footer_menu,
    .footer_copyright {
        width: 25%;
    }

    .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;
    }
}

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

    .nav-link {
        padding: 25px 20px;
    }

    .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;
	}

    .mnic-date,
    .mnic-location {
        display: block;
        padding: 9px 17px 0;
    }
	
	.homepage .zi-postname {
		min-height: unset;
	}
	
	.zi-postname {
		    min-height: 4.5rem;
	}
}

@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 {
        padding: 15px;
    }

    .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: 19px;
        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;
    }

    .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;
    }

    .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;
    }

    .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 {
		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, .section_allnews .container {
		padding: 10px 15px 30px;
	}

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

    .section_mainnews .container {
        padding: 1.5% 15px 30px;
    }
	
	.mainnews_mainpage .jscroll-inner .read_more_btn {
		margin-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 {
		padding: 0;
	}
	
	.cl_tv_section {
		display: none !important;
	}
	
	.zoom_category {
		padding: 0;
	}
	
	article .cnb-zone.cnb-in, article .cnb-html {
		text-align: center;
	}
}

@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 {
		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_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;
	}
}

@media (max-width: 720px) {
	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;
	}
	
	.right_side {
		box-sizing: border-box;
	}
	
	.section_popular .right_side{
		padding: 15px 0 0;
	}
	
}

@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;
	}
}

@media (max-width: 576px) {
	.header_fixed .cnews_brand ~ header .sidenav {
		top: 0;
	}

    .line_pattern {
        margin-bottom: 15px;
    }

    .ssb-search {
        width: 67%;
    }

    .logo {
        margin: 14px 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;
	}

    .section_mainnews .container,
    .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%;
    }

    .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 {
        padding: 0;
    }

    .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;
    }
	
	.mni-content .category_label {    
		left: -112px;
		bottom: auto !important;
		width: 80px;
		font-size: 8px;
	}
	
	 .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;
    }
	
	.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;
    }

    .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: 11.5px;
		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;
	}
}

@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-photo {
		display: none;
	}
}

@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) {
    .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;
    }
}

.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;}
}

