/*! 
    Theme Name: panoramapro
*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=cyrillic');*/

/*@font-face {
    font-family: var(--meta-font-family);
    src: url('fonts/RobotoSlab-Regular.eot');
    src: url('fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('fonts/RobotoSlab-Regular.woff') format('woff'),
        url('fonts/RobotoSlab-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    white-space: pre-wrap;       /* css-3 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
    /*word-break: break-all;*/
    white-space: normal;
    /*-webkit-hyphens: none*/
}
*, ::before, ::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0 !important;
}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}
body {
	background: var(--colorWhite);
}
a {
    transition: color 0.3s ease-out 0s;
    -webkit-transition: color 0.3s ease-out 0s;
}
a:hover {
	color: var(--colorViolet);
	text-decoration: none;
}
.dark_bg a, .dark_bg a:hover {
	color: #fff;
}
blockquote {
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 15px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-left: 0.25em;
	vertical-align: -0.8em;
}
blockquote p {
	display: inline;
}
h1,h2 {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 1.2rem;
	color: var(--blackTxt);
}
hr {
    height: 1px;
    background-color: 
    #c7c7c7;
    border: none;
	margin-bottom: 1rem;
	margin-top: 1.2rem;
}
.preloader {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.5s, opacity 0.5s linear;
}
.icon {

    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;

}

.pp-btn > * {
	font-family: var(--heading-font-family);
	/*font-weight: var(--heading-weight);*/
	color: var(--colorOrange);
	font-size: 16px;
	text-decoration: none;
	display:block;
	line-height:37px;
	border: 1px solid var(--colorOrange);
	text-align: center;
	min-width: 140px;
	padding: 0 4px;
	border-radius: 50px;
}
header .pp-btn > * {
	margin-left: .5rem;
}
.pp-btn-dark > * {
	color: white;
	border: 1px solid white;
}
.feedback-btn {
	opacity: 1;
}
.pp-btn > *:hover {
	background: var(--colorOrange);
	color:white;
}
.pp-btn-dark > *:hover {
	background: var(--colorOrange);
	color:white;
	border: 2px solid var(--colorOrange);
}
.wpcf7-form-control.wpcf7-submit {
    font-family: var(--heading-font-family);
    color: var(--colorOrange);
    font-size: 16px;
    text-decoration: none;
    display: block;
    line-height: 37px;
    border: 1px solid var(--colorOrange);
    text-align: center;
    min-width: 187px;
    padding: 0 4px;
    border-radius: 50px;
    background-color: white;
}
.wpcf7-form-control-wrap.recaptcha {
  display: block;
  margin-bottom: 1rem;
}
.date, .num-comments, .views, .num-comments a {
	display: inline-block;
	font-family: var(--meta-font-family);
	font-size: 13px;
    font-size: 0.81rem;
    line-height: 14px;
    line-height: 0.88rem;
	color: var(--colorGray);
}
.date .fa-clock, .views .fa-eye, .num-comments .fa-comment-lines {
    margin-right: 0.3rem;
}
.container {
    max-width: 1440px;
}
.entry-content, .entry-content p {
	text-align: left;
	margin-bottom: 1rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}
.entry-content p {
	margin-bottom: 0.8rem;
}
.entry-content img {
    margin: 1em auto;
    width:100%;
}
.entry-content img.alignnone:not(.alignleft):not(.alignright):not(.wp-user-avatar), .entry-content img.aligncenter:not(.alignleft):not(.alignright):not(.wp-user-avatar)  {
    width: 100% !important;
}
.entry-content figure.wp-caption:not(.alignleft):not(.alignright):not(.wp-user-avatar) {
	max-width: 100% !important;
}
.entry-content figure.wp-caption.alignnone:not(.alignleft):not(.alignright):not(.wp-user-avatar), .entry-content figure.wp-caption.alignnone img {
	width: 100% !important;
}
.entry-content a, .info a {
    color: var(--colorViolet);
    text-decoration: underline;
}
.entry-content iframe:not([title="reCAPTCHA"]), .custom-html-widget iframe:not([title="reCAPTCHA"]) {
	width: 100%;
	height: auto;
    display: block;
    margin: 0 auto;
    max-width: 100%;

} 
.entry-content iframe:not([title="reCAPTCHA"]) {
    padding-bottom: 10px;

} 
.ru-iframe iframe {
	width:100%;
}
.entry-content .insert {
	font-style: italic;
	border-left: 5px solid var(--colorViolet) !important;
	padding-left: 20px;
}
.entry-header {
	margin-bottom: 1rem;
}
.page-content {
	margin-bottom: 1rem;
}
.main-content-wrap {
	position: relative;
}
#mwl-target .mwl-fullpage-container .image-container .high-res-img {
	padding-bottom: 2%;
	padding-top: 2%;
}
.post-author img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}


/*.main-content-wrap .fixed {
	position: fixed;
	z-index: 99;
	top: 0;
}
.main-content-wrap .absolute {
	position: absolute;
	z-index: 99;
}*/
.main-content-wrap #main_events {
	position: relative;
}
.content-link {
	color: var(--blackTxt);
	transition: none;
	-webkit-transition: none;
}
.content-link .entry-title {
	transition: color 0.3s ease-out 0s;
	-webkit-transition: color 0.3s ease-out 0s;
	font-family: var(--title-font-family);
	font-size: 1rem;
	color: #000;
	font-weight: 400;
}
.category-kolonka-glavnogo-redaktora-s-dmitriem-nechaevym .content-link .entry-title {
	font-size: 1.4rem;
	font-weight: var(--heading-weight);
}
.events-item-wrap .content-link .entry-title {
	font-weight: 700;
}
.content-link:hover .entry-title {
	color: var(--colorOrange);
}
.content-link:hover .entry-content {
	color: var(--blackTxt);

}
.content-link .entry-content:hover {
	color: var(--blackTxt);
}
.link_block {
	margin-bottom: 30px;
}
.sidebar .link_block {
	min-height: 300px;
	max-width: 270px;
	margin: 0 auto 30px auto;
}
.events_fp_list .link_block {
	min-height: 200px;
	max-width: 300px;
	margin: 15px auto 15px auto;
}
.events_fp_list .content-link {
	font-family: var(--title-font-family);
}
.single .entry-title, .single .entry-subtitle, .single .entry-content .teaser {

}
.single article.post, .events-item-wrap {
    margin-bottom: 1em;
    border-bottom: none;
}
.home .events-item-wrap {
	padding-right: 0;
	padding-left: 0;
}
.single .widget_company_news_widget .row-wdg > * {
	max-width: 100% !important;
	flex: 0 0 100%;
}
.entry-subtitle {
	font-size: 20px;
}
.entry-content .teaser {
	font-size: 90%; 
}
.blogs_head_sidebar {
	margin-bottom: 30px;
}
.wp-caption {
	font-family: var(--meta-font-family);
	font-size: 13px;
	font-size: 0.81rem;
	line-height: 14px;
	line-height: 0.88rem;
	color: var(--colorGray);
}
.posted-on > * {
	margin-right: 1rem;
}
.posted-on > *:last-child {
	margin-right: 0;
}
.pswp__bg {
    background: rgba(0, 0, 0, 0.8);
}
.news-submit {
	display: none;
}
.addtoany_content, .ya-share2, .share.social {
    clear: both;
    margin: 12px 0;
	display: flex;
	justify-content: flex-end;
}
.ya-share2 .ya-share2__badge, .share.social a {
	background-color: #4f0181 !important;
	color: white;
	font-size: 14px;
}
.share.social a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.share.social a:hover {
	color: white;
	opacity: 0.9;
	cursor: pointer;
}
.item-list .content-footer {
	clear: both;
	margin-top: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item-list .content-footer .share.social {
	margin: 0;
}
.ya-share2__container_size_m .ya-share2__item, .share.social a {
    margin: 5px 8px 5px 0 !important;
}
.ya-share2__container_size_m .ya-share2__item:last-child, .share.social a:last-child {
    margin-right: 0 !important;
}
.ya-share2__container_size_m .ya-share2__icon, .share.social a {
    height: 20px !important;
    width: 20px !important;
    background-size: 20px 20px !important;
}
#top-promo, #bottom-promo {
	max-width: 1171px;
}
#top-promo > *, #bottom-promo > * {
	margin-left:-15px;
	margin-right:-15px;
	padding:0;
	max-width: calc(100% + 30px);
	max-height: 107px;
}
#bottom-promo {
	margin-bottom: 30px;
}
.entry-meta .posted_on {
	flex-direction: column;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: start;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin: 13px 0;
	margin: 0.8em 0;
	/*background-color: #f8f8f8;*/
/*	padding-right: 1rem;*/
}
.entry-meta .posted_on .block_title {
	/*border-bottom: none;*/
	/*margin-bottom: 0;*/
	width: 100%;
}
.post .entry-meta .posted_on .num-comments {
	display: none;
}
.page-item > * {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color:
	#fff;
	border: 1px solid
	#dee2e6;
}
article.post, .events-item-wrap {
	/*margin-bottom: 0.5rem;*/
	/*border-bottom: 1px solid var(--colorLightGray);*/
}

article.post:last-child, .events-item-wrap:last-child {
    border-bottom: none;
}

.ppro-live {
	margin-bottom: 30px;
	display: block;
}
.ppro-live .yt-btn {
	display: none;
	z-index: 10;
	font-size: 1.5rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	border-radius: 50%;
	background-color: rgba(33, 33, 33, 0.8);
	color: #fff;
	position: relative;
	text-align: center;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	position: absolute;
	left: calc(50% - 1.5rem);
	top: calc(50% - 1.5rem);
}
.ppro-live:hover .yt-btn {
	background-color: var(--colorViolet);
}
.ppro-live .yt-btn .fa-play {
	line-height: inherit;
	text-align: inherit;
	margin-left: 0.25rem;
}
/*--------------------------------------------------------------
Carousel
--------------------------------------------------------------*/
.carousel .carousel-nav {
	position: absolute;
	bottom: 0;
	color: var(--blackTxt);
	font-size: 2.2rem;
	line-height: 2.2rem;
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: flex-end;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev {
	opacity: .7;
	position: relative;
	color: var(--blackTxt);
	width: 10%;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: var(--blackTxt);
	opacity: 1;
}
.carousel-indicators {
	align-items: center;
	position: relative;
	margin: 0;
}
.carousel-indicators li {
	opacity: .3;
	width: 5px;
	height: 5px;
	background-color: var(--blackTxt);
	border-radius: 50%;
}
.carousel-indicators li.active {
	width: 8px;
	height: 8px;
}
.carousel .date {
	color: var(--colorGray);
	line-height: 2.2rem;
	text-align: right;
	display: none;
}
.carousel img, iframe {
	object-fit: cover;
	-o-object-fit: cover;
}
#sidebar-slider img {
	height: 200px;
	object-fit: contain;
}
#company_news {
	margin-bottom: 30px;
}
#company_news .news_info {
	background-color: rgb(255, 255, 255);
	padding:0 20px 15px;
}
#company_news .news_info p {
	color:#3e3e3e;
	font-size:14px;
	line-height: 20px;
}
#company_news .news_info p a {
	color:#3e3e3e;
	text-decoration: none;
}
#company_news .carousel-inner { 
	min-height: 425px;
}
#company_news img {
	height: 260px;
}

#video_news, #afisha, #promo_block, #news_tabs {
	margin-bottom: 30px;
}

.wpcf7 input, .wpcf7 textarea {
/*    width: 100%;*/

}
/*.ytp-title-text, .ytp-chrome-top-buttons, .ytp-watermark {
	display: none;
}*/

#top-promo .carousel-nav, #bottom-promo .carousel-nav {
	height: 0;
	justify-content: space-between;
}
#top-promo .carousel-control-next, #top-promo .carousel-control-prev, 
#bottom-promo .carousel-control-next, #bottom-promo .carousel-control-prev {
	opacity: .5;
	position: relative;
	color: white;
	width: 10%;
	margin-top: -108px;
}
#top-promo .carousel-control-next:focus, #top-promo .carousel-control-next:hover, #top-promo .carousel-control-prev:focus, #top-promo .carousel-control-prev:hover,
#bottom-promo .carousel-control-next:focus, #bottom-promo .carousel-control-next:hover, #bottom-promo .carousel-control-prev:focus, #bottom-promo .carousel-control-prev:hover {
	color: white;
	opacity: 1;
}
.carousel_date_out .date {
	line-height: 2.5rem;
	position: absolute;
	display: none;
	top: -3.5rem;
	right: 0;
	padding-right: 12px;
}
.carousel-item {
	background: white;
}
.carousel_date_out .date.active {
	display: block;
}

#afisha {
	min-height: 490px;
}
#afisha .img-wrap, .promo-carousel .img-wrap {
	display: block;
	width: 100%;
	position: relative;
}
#afisha .img-wrap {
	padding-top: 100%;
}
.promo-carousel .img-wrap {
	padding-top: 70%;
}
#afisha img, .promo-carousel img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	object-fit: contain;
}
#afisha .carousel-item, .promo-carousel .carousel-item {
	position: relative;
}
#carousel_afisha {
	min-height: 490px;
}
/*#afisha .block_title, #promo_block .block_title {
	line-height: 50px;
}*/
#carousel_afisha .afisha_info {
	padding: 10px 5px 30px 15px;
}
#carousel_afisha .entry-title, #carousel_promo_block .entry-title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size:16px;
	margin-bottom: 5px;
	line-height: 1;
}
#carousel_afisha .entry-subtitle, #carousel_promo_block .entry-subtitle {
	font-size:14px;
	margin-bottom: 10px;
}


/**/


#info_bar .ib_info, #info_bar .radio-play {
	min-height: 26px;
	font-size: 14px;
	color: #555555;
	line-height: 26px;	
}
#info_bar .radio-play {
	/*float:left;*/
	display: flex;
	align-items: center;
}
#info_bar .ib_info {
	display: flex;
	flex-wrap: wrap;
}
#info_bar .weather .title {
	display: none;
}
#info_bar .ib_info svg {
  color: var(--colorViolet);
}
#info_bar .ib_info .weather-informer {
	margin-right: 1rem;
}
#info_bar .ib_info .weather-informer > * {
	margin-right: 0.5rem;
}

#info_bar .ib_info .quote_cur-informer .usd {
	margin-right: 0.5rem;
}
#info_bar .ib_info .fa-chevron-down, #info_bar .ib_info .fa-chevron-up {
	font-size: 9px;
}

/**/
#main {
	margin-bottom: 20px;
}
#mainContent, #content {
	margin-bottom: 15px;
	opacity: 1;
}
.page-header .block_title {
	margin: 0.8rem 0;
}
.block_title {
	border-bottom: .2rem solid var(--colorViolet);
	line-height: 2.5rem;
	margin-bottom: 0.8rem;
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 1.3rem;
	/*padding: 0 1rem;*/
}
.dark_bg .block_title {
	border-bottom: 3px solid #fff;
}
.block_title * {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	margin-bottom: 0;
	font-size: 1.1rem;
}
.cat-links.block_title * {
	font-size: 1rem;
}
.block_title > * {
	padding-bottom: 0.7rem;
	padding-top: 0.7rem;
	line-height: 1.3rem;
	margin: 0;
	display: inline-block;
}
/**/
#left_sidebar {
	/*max-width:293px;*/
}

/**/

.events_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.events_list .event_head {
	line-height: 14px;
	width:100%;
	position: relative;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}
.events_list .event_head::after {
	content: "";
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	background-color: #c7c7c7;
	height:1px;
}
.events_list .event_head .event_time, .events_list .event_head .event_cat {
	font-family: var(--meta-font-family);
	font-size:13px;
	color:rgba(0, 0, 0, 0.43);
	background-color: var(--colorWhite);
	position: relative;
	z-index: 100;
}
.events_list .event_head .event_time {
	padding-right: 5px;
}
.events_list .event_head .event_cat {
	padding-left: 5px;
}
.events_list .event_head .event_cat a {
	color: var(--colorViolet);
	text-transform: uppercase;
}
.events_list .event_head .event_icons {
	font-size:13px;
	color:rgba(0, 0, 0, 0.43);
	background-color: var(--colorWhite);
	position: relative;
	z-index: 100;
}
.events_list .event_head .event_icons * {
	color: rgba(0, 0, 0, 0.43);
	font-size:13px;
	width: 13px !important;
	height: 13px !important;
	background-size: cover;
}
.events_list .event_head .event_icons svg {
	height:14px;
	display:inline-block;
	margin-left:5px;
	background-color: var(--colorWhite);
}
.events_list li .event_link {
	font-size:14px;
	color: #3e3e3e;
	line-height: 20px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.events_list li .event_link a {
	font-size:14px;
	text-decoration: none;
}
.events_list li:hover .event_link a {
	font-size:14px;
	color: #000000;
	text-decoration: none;
}
.events_list li:hover .event_head .event_time {
	color: rgba(0, 0, 0, 0.49);
}
.events_list li:hover .event_head .event_icons * {
	color: var(--colorViolet);
}
.events_list .best-news-item svg.fa-star {
	margin-right: 0.3rem;
	color: #ffc437;
}
.events_list .best-news-item svg.fa-bookmark {
	margin-right: 0.35rem;
	color: #ffc437;
	font-size: 0.75rem;
}
.events_list .best-news-item .event_link a {
	font-weight: 700;
}
.img_with_meta {
	position:relative;
	margin-bottom: 30px;
	color:white;
	display: -webkit-box;
	display: flex;
}
.img_with_meta a, .img_with_meta a:hover, .img_with_meta:hover a {
	color:white;
}
.img_with_meta .img-wrap {
	-webkit-box-flex: 1;
	        flex-grow: 1;
	position: static;
}
.img_with_meta .content-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-flex: 1;
	        flex-grow: 1;
	width: 100%;
}
.img_with_meta .top_bar {
	background:rgba(23, 0, 41, 0.3);
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	align-items: center;
	width:100%;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	padding: 0 1.5rem;
}


.img_with_meta .top_bar .date, .img_with_meta .top_bar-item_wrap,
 .img_with_meta .top_bar .top_bar-item_wrap a {
	font-family: var(--meta-font-family);
	font-size:14px;
	color: var(--colorWhite);
}
.img_with_meta .top_bar .news_date,
 .category-post-item .img_with_meta .top_bar .top_bar-item_wrap {
	padding-right: 20px;
 }
.img_with_meta .top_bar .news_date:last-child,
 .category-post-item .img_with_meta .top_bar .top_bar-item_wrap:last-child {
	padding-right: 0px;
}

.img_with_meta .top_bar .top_bar-item_wrap  svg, .img_with_meta .top_bar .date  svg,
 .category-post-item .img_with_meta .top_bar .top_bar-item_wrap  svg {
	margin-right: 6px;
}
.img_with_meta .bottom_bar {
	position: relative;
	display: -webkit-box;
	display: flex;
	width:100%;	
	min-height:110px;
	padding:20px 20px 25px;
	background: transparent;
	-webkit-transition: background 1s ease;
	transition: background 1s ease;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	-webkit-box-pack: center;
	        justify-content: center;
	z-index: 1;
}
#main_news .img_with_meta .bottom_bar:before, .carousel .img_with_meta .bottom_bar:before {
	content: "";
	position: absolute;
	bottom:0;
	left:0;
	width:100%;	
	height:100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(52, 0, 81, 0.6)), color-stop(70%, rgba(52, 0, 81, 0.45)), to(transparent));
	background: linear-gradient(to top, rgba(52, 0, 81, 0.6) 0%, rgba(52, 0, 81, 0.45) 70%, transparent 100%);

	z-index: -1;
}
.carousel .img_with_meta .bottom_bar:before {
	background: linear-gradient(to top, rgba(13, 10, 15, 0.72) 0%, rgba(35, 6, 51, 0.45) 70%, transparent 100%);
}
.img_with_meta:hover .bottom_bar {
	background:rgba(52, 0, 81, 0.6);
}
.category-post-item .img_with_meta .bottom_bar {
	background: rgba(43, 3, 78, 0.7);
}
.img_with_meta .bottom_bar {

}
.img_with_meta .bottom_bar .title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.img_with_meta .bottom_bar .subtitle {
	/*font-family: var(--meta-font-family);*/
	font-size:14px;
	margin-bottom: 0;
}
.img_with_meta .news_link {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height: calc(100% - 50px);
	z-index: 10;
}
.category-post-item .col-sm-4 {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	position: relative;
}
.category-kolonka-glavnogo-redaktora-s-dmitriem-nechaevym .category-post-item .col-sm-4 {
	-webkit-box-align: start;
	        align-items: flex-start;
}
.category-post-item .img-wrap {
	margin-bottom: .5rem;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	position: relative;
	overflow: hidden;
	/*background-color: rgba(29, 19, 9, 0.1);*/
	background-color: rgba(74, 57, 79, 0.07);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.events-item-wrap .category-post-item .img-wrap {
	/*display: none;*/
}

.category-post-item .img-wrap img {
	width: 100%;
	height: 180px;
	display: block;
	object-fit: cover;
	-o-object-fit: cover;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: 0.3s ease-out 0s;
	-ms-transition: 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-filter: contrast(93%) saturate(95%);
	position: relative;
	mix-blend-mode: multiply;
}
.category-post-item:hover .img-wrap img {
	-webkit-filter: contrast(110%) saturate(110%);
}
.category-post-item:hover .img-wrap {
	background-color: white;
}
.category-afisha .category-post-item .img-wrap img {
	height: 262px;

}
.category-post-item {
	/*border-bottom: 1px solid var(--colorLightGray);*/
}
.category-post-item .entry-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.post:last-child .category-post-item {
	border-bottom: none;
}
.n-item.category-post-item {
	padding: 0.1rem 0;
}
.n-item.category-post-item .content-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}
.n-item.category-post-item .content-wrap .entry-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--meta-font-family);
	font-size: 0.75rem;

}
.n-item.category-post-item .content-wrap .category {
	display: flex;
	align-items: center;
}
.n-item.category-post-item .content-wrap .category a {
	color: var(--colorViolet);
	text-transform: uppercase;
}
.n-item.category-post-item .content-wrap .category::before {
	content:  "";
	display: inline-block;
	width: .3rem;
	height:  .3rem;
	margin-right: .3rem;
	border-radius: 50%;
	background-color: var(--colorViolet);
}
.n-item.category-post-item .content-wrap .addtoany_content {
    margin: 10px 0;
}
.category-post-item .img_with_meta {
	margin-bottom: 15px;
}
.category-post-item .img_with_meta .img-wrap img {
	height: 380px;
}
.blogs-cat article.post {
    margin-bottom: 0;
}
.blogs_head {
	margin-bottom: 20px;
}
.blogs_head .blogs-img {
	border-bottom: none;
}
.blogs_head .blogs-img .img_with_meta .bottom_bar {
	padding: 10px 15px 15px;
}
.blogs_head .blogs-img .img_with_meta .cat__desc {
	font-size: 12px;
}
.blogs_head .best-post {
	max-width: 360px;
}
.blogs_head .best-post .entry-title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 1rem;
}
.blogs_head .best-post .entry-posts {
	margin-top: 1rem;
}
.blogs_head .event_head {

}
.blog-post-item h1, .blog-post-item h2 {
	font-size: 1rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.n-item.category-post-itemblog-post-item {
    padding: .5rem 0;
}
.all-blogs-cat h2.entry-title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size: 14px;
	line-height: 20px;
	/*margin-bottom: 10px;*/
	color: #5b5b5b;
}
.dark_bg .all-blogs-cat h2.entry-title a {
	color: var(--colorLightOrange);
}
.all-blogs-cat .entry-content, .all-blogs-cat .entry-content p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #5b5b5b;
}
.dark_bg .entry-content, .dark_bg .entry-content p {
	color: #fff;
}
.all-blogs-cat  article.post {
    min-height: 250px;
    padding: 0 2rem;
    border-bottom: none;
}
.home .all-blogs-cat .n-item.category-post-item:last-child {
    border-bottom: none;
}
.all-blogs-cat .n-item.category-post-item {
    align-content: flex-start;
}
.all-blogs-cat  article.post .n-item.category-post-item {
    height: 100%;
}
.all-blogs-cat .category-post-item > * {
	padding: 0;
}
.all-blogs-cat .all_blogs_head {
	margin-bottom: 1rem;
	position: relative;
	margin: 0 0 15px 0;
	align-items: center;
}
.all-blogs-cat .all_blogs_head a.link_cat {
	position: absolute;
	width: 100%;
	height: 100%;
}
.all-blogs-cat .all_blogs_head > * {
	padding: 0;
}
.all-blogs-cat .all_blogs_head > .head_info {
	padding-left: 15px;
}
.all-blogs-cat .all_blogs_head .img-wrap {
	width: 100%;
	padding-top: 100%;
	background-color: black;
	position: relative;
}
.all-blogs-cat .all_blogs_head .img-wrap > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: normal;
/*	mix-blend-mode: luminosity;*/
	/*transform: scale(-1, 1);*/
}
.dark_bg .all-blogs-cat .all_blogs_head .img-wrap > img {
	mix-blend-mode: normal;
}
.all-blogs-cat .cat__name {
	font-family: 'Roboto';
	font-size: 0.9rem; 
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	color: #3e3e3e;
}
.dark_bg .all-blogs-cat .cat__name {
	color: #fff;
}
.all-blogs-cat .cat__desc {
	display: none;
}
.all-blogs-cat .head_info {
	display: flex;
	flex-direction: column;
}
.all-blogs-cat .entry-content-head {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.all-blogs-cat .head_info .meta {
	min-width: 40%;
	display: flex;
	justify-content: start;
}

/**/
#rsya_block {
	padding-top: 10px;
	padding-bottom: 10px;
}
#rsya_block .row {
	margin-bottom: 25px;
}
.tag_cloud {
	border-top: 1px solid var(--colorxLightGray);
	border-bottom: 1px solid var(--colorxLightGray);
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
#spp_cloud {
	border-top: none;
	border-bottom: none;
}
.tag_cloud .row {
	-webkit-box-align: center;
	        align-items: center;	
}
.tag_cloud .title {
	max-width:140px;
	padding-right: 0;
	margin-bottom: 15px;
}
.tag_cloud .title p {
	line-height: 21px;
	border-left:3px solid var(--colorViolet);
	padding-left: 5px;
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	font-size:16px;
	margin-bottom: 0;
}
.tag_cloud ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tag_cloud ul li {
	display:inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.tag_cloud ul li:last-child {
	margin-right: 0;
}
.tag_cloud ul li a {
	font-family: var(--meta-font-family);
	font-size:14px;
	text-decoration: underline;
	color:#3e3e3e;
}
.tag_cloud ul li a:hover {
	color:var(--colorViolet);
}
.sp-list #spp_cloud ul li {
	margin-right: 10px;
	margin-bottom: 10px;
	max-width:  100%;
	flex: 0 0 100%;
}
.sp-list #spp_cloud ul {
	margin-top: 0;
}
.sp-list .tag_cloud {
	margin-bottom: 0;
}

/**/

#main_events .prev_news {
	margin-top: -15px;
	padding-left: 10px;
}
#main_events .prev_news a {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	color:var(--colorViolet);
	font-size:14px;
	text-decoration: underline;
}


/**/
#footer {
	background-color: #292929;
	padding-top: 70px;
	padding-bottom: 70px;
	color: var(--colorWhite);
	font-size: 14px;
}
#footer .logo_block img {
	margin-bottom: 40px;
}
#footer a {
	color: white;
	font-size: 14px;
}
#footer .logo_block .sitename {
	color: var(--colorWhite);
	font-size:14px;
	margin-bottom: 20px;
}
#footer .logo_block .phone_red {
	color: var(--colorWhite);
	font-size:14px;
	margin-bottom: 10px;
}
#footer .logo_block .phone_admin {
	color: var(--colorWhite);
	font-size:14px;
	margin-bottom: 10px;
}
#footer .logo_block .phone_red a, #footer .logo_block .phone_admin a {
	text-decoration: none;
	color: var(--colorWhite);
}
#footer .title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	color:rgba(255,255,255,0.7);
	font-size:18px;
	margin-bottom: 24px;
}
#footer .footer_menu {
	display: none;
}
#footer .menu {
	list-style:none;
	padding: 0;
	margin: 0;
}
#footer .menu a {
	list-style:none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: var(--meta-font-family);
	color: rgba(255, 255, 255, 0.349);
	line-height: 2.5;
	text-decoration: none;
}
#footer .menu a:hover {
	color: rgba(255, 255, 255, 1);
}
#footer .footer_menu li {
	width:50%;
	float: left;
}
#footer .social_block {
	display:-webkit-box;
	display:flex;
	list-style: none;
	padding: 0;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	margin-bottom: 25px;
}
#footer .social_block li img {
	opacity: 1;
}
#footer .social_block li img:hover {
	opacity: 0.5;
}
#footer .subsribe_title {
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	color:white;
	font-size: 14px;
	margin-bottom: 10px;
}
#footer .subsribe_form {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	        align-items: flex-end;
}
#footer .subsribe_form input[type="text"] {
	border:none;
	border-bottom:1px solid #7d7d7d;
	padding: 7px 0;
	background: transparent;

	font-size: 13px;
	font-family: var(--meta-font-family);
	color: white;
	width:calc(100% - 29px);
}
#footer .subsribe_form input[type="text"]::-webkit-input-placeholder {
	color: #666666;
}
#footer .subsribe_form input[type="text"]::-moz-placeholder {
	color: #666666;
}
#footer .subsribe_form input[type="text"]:-ms-input-placeholder {
	color: #666666;
}
#footer .subsribe_form input[type="text"]::-ms-input-placeholder {
	color: #666666;
}
#footer .subsribe_form input[type="text"]::placeholder {
	color: #666666;
}
#footer .subsribe_form input[type="submit"] {
	background: url("img/paperplane.png") no-repeat center;
	width:23px;
	height:16px;
	border:none;
	margin-left: 6px;
}
#footer .copyright {
	font-family: var(--meta-font-family);
	font-size:14px;
	color:#535353;
}
#footer .toTop {
	font-family: var(--meta-font-family);
	font-size:14px;
	color: var(--colorWhite);
}
#footer .toTop {
	text-align: right;
	padding-top: 15px;
}
#footer .toTop a {
	font-family: var(--meta-font-family);
	font-size:14px;
	color: var(--colorWhite);
}
#footer .toTop a svg {
	margin-left: 10px;
	width:13px;
	height:18px;
}
/**/
#partners {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}
#partners .title {
	font-size: 18px;
	font-family: var(--heading-font-family);
	font-weight: var(--heading-weight);
	color: rgb(63, 63, 63);
	line-height: 1.111;
	text-align: center;
	margin-bottom: 32px;
}
#partners ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display:-webkit-box;
	display:flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	        align-items: flex-end;
}
.wave-container {
	position: relative;
	height: 3px;
	width: 35px;
	display: inline-flex;
	margin-left: 0.5rem;
}

.wave-container > div {
  position: relative;
  display: inline-block;
  background: #61388B;
  height: 100%;
  width: 3px;
  margin: 0;
  margin-left: 2px;
  -webkit-animation: load 3s ease-in-out infinite;
  animation: load 3s ease-in-out infinite;
}

.wave-container .rectangle-2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.wave-container .rectangle-3 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.wave-container .rectangle-4 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.wave-container .rectangle-5 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.wave-container .rectangle-6 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/*@-moz-keyframes load {
  0%,
  100% {
    -moz-transform: scaleY(1);
    background: #03A9F4;
  }
  16.67% {
    -moz-transform: scaleY(3);
    background: #FF5722;
  }
  33.33% {
    -moz-transform: scaleY(1);
    background: #FF5252;
  }
  50% {
    -moz-transform: scaleY(3);
    background: #E91E63;
  }
  66.67% {
    -moz-transform: scaleY(1);
    background: #9C27B0;
  }
  83.34% {
    -moz-transform: scaleY(3);
    background: #673AB7;
  }
} 

@-webkit-keyframes load {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    background: #03A9F4;
  }
  16.67% {
    -webkit-transform: scaleY(3);
    background: #FF5722;
  }
  33.33% {
    -webkit-transform: scaleY(1);
    background: #FF5252;
  }
  50% {
    -webkit-transform: scaleY(3);
    background: #E91E63;
  }
  66.67% {
    -webkit-transform: scaleY(1);
    background: #9C27B0;
  }
  83.34% {
    -webkit-transform: scaleY(3);
    background: #673AB7;
  }
} */

@keyframes load {
  0%,
  100% {
    transform: scaleY(1);
    background: #61388B;
  }
  16.67% {
    transform: scaleY(3);
    background: #7F27B0;
  }
  33.33% {
    transform: scaleY(1);
    background: #E509B8;
  }
  50% {
    transform: scaleY(3);
    background: #9225B0;
  }
  66.67% {
    transform: scaleY(1);
    background: #7F27B0;
  }
  83.34% {
    transform: scaleY(3);
    background: #673AB7;
  }
} 
.w .article_mm:last-child {
    margin-bottom: 10px;
}
.tg-bot {
	background-color: #26a5e5;
	width: 100%;
	height: 70px;
	font-size: 20px;
	color: #fff;
	padding: 0 1rem;
	position: relative;
}
.tg-bot a {
	position: absolute;
	width: 100%;
	height: 100%;
}
.tg-bot img {
	width: auto;
	margin: 0 0 0 1rem;
}
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 430px) {

}
@media screen and (min-width: 576px) {
	.entry-content, .entry-content p {
		text-align: justify;
	}
	#top-promo, #bottom-promo {
		display: block;
	}

	.search-form {
		display: block;
	}

	#info_bar .weather .title {
		display: inline;
	}

	.events-item-wrap .category-post-item .img-wrap {
		display: flex;
	}
	.post .entry-meta .posted_on .num-comments {
		display: inline;
	}
	.entry-meta .posted_on {
	    padding-right: 1rem;
	    border-bottom: .2rem solid var(--colorViolet);
		-webkit-box-align: center;
		        align-items: center;
		flex-direction: row;
	}
	.entry-meta .posted_on .block_title {
		border-bottom: none;
		margin-bottom: 0;
		width: auto;
	}

	#spp_cloud ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 1.8rem;
		/*padding: 0 15px;*/
	}
	#spp_cloud ul li {
		display: flex;
		justify-content: end;
		flex-direction: column;
		margin-right: 0px;
		margin-bottom: 15px;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#spp_cloud ul li a {
		display: block;
		text-decoration: none;
		color: var(--colorViolet);
		font-size:1rem;
		position: relative;
		margin-left: 1.3rem;
	}
	#spp_cloud ul li a:before {
		width: .43rem;
		height: 1.6rem;
		background: url("../images/strip.png") no-repeat center;
		background-size: contain;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -1.3rem;
	}

	#spp_cloud ul li {
		margin-bottom: 15px;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (min-width: 720px) {
	@font-face {
	    font-family: 'Roboto Slab Bold';
	    src: url('../fonts/Roboto/RobotoSlab-Bold.eot');
	    src: url('../fonts/Roboto/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
	        url('../fonts/Roboto/RobotoSlab-Bold.woff2') format('woff2'),
	        url('../fonts/Roboto/RobotoSlab-Bold.woff') format('woff'),
	        url('../fonts/Roboto/RobotoSlab-Bold.ttf') format('truetype');
	    font-weight: bold;
	    font-style: normal;
	    font-display: swap;
	}
	/**/
	:root {
		/*--Roboto: 'Roboto', sans-serif;*/
		--heading-font-family: 'Noto Sans', sans-serif;
	}
	.img_with_meta .bottom_bar .title {
		font-size:1.2rem;
	}
	h1, h2 {

	    font-size: 1.4rem;
	}
	.block_title * {
		font-size: 1.3rem;
	}
	.cat-links.block_title * {
		font-size: 1.2rem;
	}
	.single .entry-title, .single .entry-subtitle, .single .entry-content .teaser {
		margin-left: 3rem;
		max-width: 70%;
		margin-bottom: 0;
	}
	.all-blogs-cat .cat__desc {
		display: block;
		font-size: 0.84rem; 
		line-height: 1.1;
		margin-bottom: 0;
		color: #3e3e3e;
		text-align: left;
	}
	.dark_bg .all-blogs-cat .cat__desc {
		color: #fff;
	}
	#afisha {
		min-height: 540px;
	}

	#carousel_afisha {
		min-height: 460px;
	}

}
@media screen and (max-width: 992px) {
	.entry-content .alignleft {
		width: 100% !important;
	}
	.entry-content .alignright {
		width: 100% !important;
	}
}
@media screen and (min-width: 992px) {


	.entry-content .alignleft {
		margin-right: 1.5em;
	}
	.entry-content .alignright {
		margin-left: 1.5em;
	}

	.events-item-wrap .content-link .entry-title {
		font-weight: 400;
	}
	.events-item-wrap.best_posts .content-link .entry-title {
		font-weight: 700;
	}
	.events_fp_list .content-link {
	    margin-left: 1rem;
	    font-family: var(--title-font-family);
	}
	.entry-content .alignleft {
		width: auto;
		float: left;
		margin-right: 1.5em;
	}
	.entry-content .alignright {
		width: auto;
		float: right;
		margin-left: 1.5em;
	}
	.news-submit {
		display: block;
	}

	#footer .footer_menu {
		display: block;
	}
	#spp_cloud ul li {
		margin-bottom: 25px;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.carousel .date {
		/*display: block;*/
	}
	.entry-content iframe:not([title="reCAPTCHA"]) {
		height: 467px;
		
	}
}


