@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;800&display=swap');

@media screen and (min-width: 1400px){
	.container{width:1400px;}
}
@media screen and (min-width: 1200px) and (max-width: 1399px){
	.container{width:1170px;}
}
@media screen and (min-width: 992px) and (max-width: 1199px){
	.container{width:990px;}
}
@media screen and (max-width: 991px){
	.container{
		width:100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}

@font-face {
  font-family: "PT Sans";
  src: url("/static/css/fonts/PT-Sans_Regular.woff") format("woff"), 
  url("/static/css/fonts/PT-Sans_Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap; }

@font-face {
  font-family: "PT Sans";
  src: url("/static/css/fonts/PT-Sans_Bold.woff") format("woff"), 
  url("/static/css/fonts/PT-Sans_Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "PT Sans";
  src: url("/static/css/fonts/PT-Sans_Italic.woff") format("woff"), 
  url("/static/css/fonts/PT-Sans_Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: normal;
  font-display: swap; }

body{
	font-family: "PT Sans", Georgia, sans-serif;
	margin:0;
	padding:0 0 10px 0;
	/* background:#f7f7f7; */
	background:#f4f2eb;
}

h2{font-size: 18px;}
h3{font-size: 18px;}
.menu_bar{
	position: relative;
	background: rgb(255,255,255);
	background:url(/static/img/submenu_shadow_ul.jpg) repeat-x top;
	margin-bottom: 20px;
	height:77px;
}
a, a:visited{color:#346da8;}
a:focus {outline: none;}


.peretyajka div img{
	width:100%;
	height:auto;
}
.peretyajka{
	padding:0;
}

.weather{
/* 	height:90px; */
	height:105px;
	/*margin-left:0;*/
	position:relative;
	/* background:url(/static/img/d00.png) repeat-x top; */	
	background: #4db5ff;
	background: -moz-linear-gradient(top,  #4db5ff 0%, #d9f7ff 100%);
	background: -webkit-linear-gradient(top,  #4db5ff 0%,#d9f7ff 100%);
	background: linear-gradient(to bottom,  #4db5ff 0%,#d9f7ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4db5ff', endColorstr='#d9f7ff',GradientType=0 );
}

.modal-backdrop.fade.in{display:none;}

.input-group-addon{
	background-color:#0c89cf;
	border-radius:0;
	border:none;
	width:auto;
}
.search .form-control{
	border-radius:0;
	border:none;
}
.search .input-group{
	margin-bottom:5px;
}

.search{
	float:right; 
	margin-right:5px;
	margin-top:10px;
}

.search a{
	border-radius:0;
	text-transform:uppercase;
	float:right;
}
.search a span{
	border-color:#0c89cf;
	background:#0c89cf;
}

#date{
	color:#0c89cf;
	font-size:12px;
	text-align:right;
	float:right;
	margin-right:10px;
}

.form-inline .input-group > .form-control{
	width:260px;
}

.cloud{
	width:230px; 
	height:90px;
	float:left; 
	padding-left:80px;
}
#towel{
	width:89px; 
	float:left;
}
#towel img{
	position:absolute;
	left: -4px;
	z-index: 2;
}

#logo{
	padding-left:0;
	z-index:999;
	height:69px;
}

#logo a{
	display:block;
	padding-top:16px;
	padding-left:100px;
}

textarea{resize: vertical;}

.region_select{margin-top: -14px; margin-bottom:10px;}

.region{text-align:right; position:relative; float: right; width: 130px;}
/*
.region span:first-of-type{
	color:#8e9297;
	font-size:12px;
}
*/


#region_current{
	background:url(/static/img/map_pin_fill_icon.svg) no-repeat 19px center;
	background-size: 14px;
	padding: 10px 0 10px 37px;
	font-size: 16px;
	font-weight: 700;
	cursor:pointer;
}
#region_current img {
	width: 8px;
	margin-left:5px;
	filter: grayscale(0.8); }

#region_current + ul,
.submenu > ul li ul{
	display:none;
	list-style:none;
	position:absolute;
	z-index:1000;
	right: 0px;
	background: #f7f7f7;
	border-radius: 0 0 5px 5px;
	padding: 10px 0px 11px;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(178,178,178,1);
	-moz-box-shadow: 0px 2px 6px 0px rgba(178,178,178,1);
	box-shadow: 0px 4px 6px 0px rgba(178,178,178,1);
	width: 119px;
}

#region_current + ul li,
.submenu > ul li ul{
	text-align:center;
}
#region_current + ul li a,
.submenu > ul li ul li a {
	line-height: 23px;
    /*
	display: block;
    font-size: 13px;
    line-height: 23px;
    color: #333;
    padding: 0 0 0 17px;
    background: url(/static/img/mxxxx.png) no-repeat 0% 50%;
	*/
}
#region_current + ul,
#region_current + ul li + li {
	margin-top: 8px;
}
#region_current + ul li a {
	font-size: 16px;
	color: #333333;
}
@media screen and (min-width: 992px) {
	.region_select .submenu .owl-carousel {
		padding: 0 20px;
	}
}

.navbar-default .navbar-toggle {
    border:2px solid #346CA7;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #346CA7;
}

nav,
.navbar,
.navbar-default{
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
	padding-right:0;
	background-color: transparent;
	border-color: transparent;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse,
.navbar-collapse.collapse,
.navbar-collapse{
	position: absolute;
	z-index:1;
	right:0px;
}

nav ul,
.navbar-nav,
.nav{
	/* display: inline; */
	display: flex;
	width: auto;
	font-size: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
}

nav ul li,
.navbar-nav > li,
.nav > li{
	float:left;
}
nav ul li a,
.navbar-default .navbar-nav > li > a,
.navbar-nav > li > a,
.nav > li > a{
	color: #346ca7;
	font-weight: bold;
	padding: 1px 9px;
	position: relative;
	width: 166px;
	height: 69px;
	text-align: center;
	display: table-cell;
	text-decoration: none;
	vertical-align: middle;
}
nav ul li a:before{
	top: 0;
	left: 0;
	display: block;
	content: '';
	height: 69px;
	position: absolute;
	width: 2px;
	background: url(/static/img/submenu_sep.jpg) no-repeat;
}
nav ul li:last-child a::after {
    display: none;
}

nav ul li a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > li > a:hover,
.nav > li > a:hover,
.nav > li > a.activemain{
	text-decoration: none !important;
	color: #fff;
	background: #346ca7 url(/static/img/portal/images/menu_active.jpg) repeat-x;
	background: -moz-linear-gradient(top, #1e5799 0%, #63d8ff 0%, #207cca 53%);
	background: -webkit-linear-gradient(top, #1e5799 0%,#63d8ff 0%,#207cca 53%);
	background: linear-gradient(to bottom, #1e5799 0%,#63d8ff 0%,#207cca 53%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 );
}

nav ul li ul{
	display:none;
}

@media screen and (max-width: 1399px){
	nav ul li a,
	.navbar-default .navbar-nav > li > a,
	.navbar-nav > li > a,
	.nav > li > a{width: 142px;}
	
}
@media screen and (max-width: 1199px){
	nav ul li a,
	.navbar-default .navbar-nav > li > a,
	.navbar-nav > li > a,
	.nav > li > a{width: 120px;}
}
@media screen and (max-width: 991px){
	.navbar-toggle {margin-top: 17px;}
	.collapse{display:none;}
	nav ul, .navbar-nav, .nav {
		
		display: block;
		width: 100%;
		font-size: 16px;
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
	}
	nav li, .navbar-nav > li, .nav > li {float: none; clear:both;}
	.nav > li {display: block;}
	.nav li a::before {display:none;}
	.nav li a::after {display:none;}
	.nav li:hover{cursor:pointer;}
	.nav > li a{
		background: rgb(255,255,255);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1)));
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
		background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
		border-bottom: 1px solid #b2b2b2;
	}
	nav ul li a, .navbar-default .navbar-nav > li > a, .navbar-nav > li > a, .nav > li > a {width: 270px;}
	.nav > li ul{}
	.nav li ul li{
		display:block;
		position:static;
		width:100%;
		height:auto;
		padding:0;
		margin:0;
		background:#F7F7F7;
	}
	.nav li ul li a{
		color: #898a8b;
		display:block;
		position:static;
		font-weight:normal;
		width:auto;
		height:auto;
		padding:10px 0;
		margin:0;
		background:transparent;
		text-decoration:none;
		text-align:center;
	}
}

@media screen and (max-width: 320px){
	nav ul li a, .navbar-default .navbar-nav > li > a, .navbar-nav > li > a, .nav > li > a {width: 320px;}
	nav{position:absolute !important;; width:100% !important;}
}

footer{
	position: relative;
	height: 112px;
	clear: both;
	margin-top: 10px;
}
footer .row:first-of-type {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border-bottom: 1px solid #b2b2b2;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(178,178,178,1);
    -moz-box-shadow: 0px 2px 6px 0px rgba(178,178,178,1);
    box-shadow: 0px 2px 6px 0px rgba(178,178,178,1);
    padding: 10px 0 10px 6px;
}

.link {
    margin: 10px 0px;
    color: #b3b3b3;
}
.link a {
    /*color: #b3b3b3;*/
    color: #000;
    font-size: 14px;
}
footer .ftop .row div{
	padding: 10px 5px;
}
footer .row {
    position: relative;
}
footer ul.citiesMenu,
.submenu > ul{
    list-style-type: none;
    padding:0;
	margin: 0px 0px 0px 5px;
}
footer ul.citiesMenu li,
.submenu > ul li {
    display: inline-block;
    font-size: 14px;
}
footer ul.citiesMenu li:first-child a,
.submenu > ul li:first-child a {margin-left: 0;}
footer ul.citiesMenu li:first-child::before,
.submenu > ul li:first-child::before {display:none;}
footer ul.citiesMenu li::before,
footer ul.citiesMenu li:before,
.submenu > ul li::before,
.submenu > ul li:before{
    content: "|";
    font-size: 14px;
	margin-right: 4px;
	color:#000;
}
.submenu > ul li a.activemain {
	color: #346ca7;
}

.flogo {
    position: absolute;
    bottom: 10px;
    right: 10px;
	float:right;
}
.copyright {
    font: 11px/12px "PT Sans";
    color: #333;
}
.copyright p {margin: 0;}
@media (max-width: 767px) {
	.copyright.subscr {
		max-width:  50%;
	}
}
@media (max-width: 400px) {
	.copyright.subscr {
		max-width: 100%;
	}
}
.toup {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 5px;
    z-index: 9999;
    font: bold 12px/15px "PT Sans";
    color: #333;
    padding: 5px 10px 5px 25px;
    margin: 0 0 7px;
    border-bottom: 1px solid #d8d8d8;
    background: #fff url(/static/img/xxxx.png) no-repeat 5px 50%;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-right: none;
	cursor:pointer;
}

.submenu{
	margin: 0 0px 0 256px;
	width: 1004px;
	float: left;
	height: 20px;
	padding-top: 5px;
	/* overflow:hidden; */
}
@media screen and (max-width: 768px){
	.submenu{display:block;}
	.submenu ul{display:block;}
}
.submenu > ul li,
.submenu > ul li a{
	color:#898a8b;
	line-height:1;
}

.submenu > ul .owl-nav div {
    position: absolute;
    top: 27%;
    width: 10.5px;
    height: 20px;
    text-indent: -9999px;
    opacity: 0.5;
    background-image: url(/static/img/bg_direction_nav_submenu.png);
}
.submenu > ul .owl-nav .owl-prev {left: 0px;}
.submenu > ul .owl-nav .owl-next {
	right:0;
    background-position: -10.5px 0;    
}
.submenu .owl-item{
	/* display:table-cell;
	vertical-align:middle;
	text-align:center; */
}

.submenu > ul li{
	padding: 0 1px 0 4px;
	position:relative;
	height: 40px;
	display:table-cell;
	vertical-align:middle;
	width:125px;
	text-align:center;
}
.submenu > ul li:before{
	margin-right: 7px;
}

.submenu > ul li ul{
	display:none;
}

.submenu > ul li ul li{
	display:block;
}
.submenu > ul li ul li:before{
	display:none;
}

.submenu .menu_more{
	padding-right:17px;
	pointer-events: none;
	background:url(/static/img/sub_menu_arrow.svg) no-repeat right center;
}

.menu_more.bold{
	font-weight:bold;
	color:#346ca7;
}

#pagination{
	clear: both;
	text-align: center;
}

#afisha_datepicker > div{width:100%;}

.main > .col-lg-2,
.main > .col-lg-1{padding:0; text-align: center;}

.main > .col-lg-2{width:240px; right:1040px;}
.main > .col-lg-1{width:120px;}
.main > .col-lg-9{width:1040px; left:240px}



#afisha > div > div{
	text-align:center;
	margin-bottom:20px;
	opacity:0.5;
}
#afisha > div > div:hover{opacity:1;}
#afisha div img{max-width:100%; width: 100%; margin-bottom: 5px;}

#afisha h2{text-align:left;}

.afisha .block > div{margin-bottom:6px;}


.block.article{
	/* padding:15px 50px; */
	padding:15px 65px;

	/*Как на столичке*/
	font-size: 16px;
	line-height: 21px;
	font-family: "PT Sans", Georgia, sans-serif;

}
.block.article p{
	margin-bottom: 20px;
	text-indent: 30px;
}


.block.article h2{
	font-size:18px;
}

#article_lead{
	font-size: 18px;
	text-indent:0;
}
	@media (max-width: 480px) {
		#article_lead{
			margin: 15px 0 8px;
			font-size: 16px;
		}
	}

#news_gallery{clear:both; width:100%;}

#news_gallery .owl-nav div {
    position: absolute;
    top: 41%;
    width: 23px;
    height: 43px;
    text-indent: -9999px;
    opacity: 0.5;
    background-image: url(/static/img/bg_direction_nav_gallery.png);
}
#news_gallery .owl-nav .owl-prev {
    left: -40px;

}
#news_gallery .owl-nav .owl-next {
	right:-40px;
    background-position: -23px 0;    
}

.video_block{
	background:#f0f2f1;
	overflow:auto;
	padding:30px 0;
	margin-top:30px;
	width:100%;
}

.article blockquote{
	display:block;
	float:right;
	background:#f0f2f1;
	width:50%;
	margin:10px;
	font-size:15px;
	border:none;
	padding: 20px 40px;
	text-align:right;
}

.article blockquote em{
	display:block;
	font-weight:bold;
	position:relative;
	text-align:left;
	margin-bottom:10px;
}
.article blockquote em::before{
	display:block;
	content:'';
	background:url(/static/img/quot_l.png) no-repeat;
	position:absolute;
	width:19px;
	height:15px;
	top: -11px;
	left: -28px;
}
.article blockquote em::after{
	display:block;
	content:'';
	background:url(/static/img/quot_r.png) no-repeat;
	position:absolute;
	width:19px;
	height:15px;
	bottom: -11px;
	right: -28px;
}


.article .expert{
	background:#f0f2f1;
	padding:20px;
	overflow:auto;
	margin:20px 0;
	clear:both;
}
.article .expert img{
	display:block;
	width:40% !important;
	height:auto !important;
	float:right;
	margin-left:30px;
}
.article .expert strong{
	font-size:24px;
	font-style:normal;
}
.article .expert p{
	text-align:right;
	font-style:italic;
	font-size:16px;
}

.picblock{
	overflow:auto;
	margin:10px 0px;
	clear:both;
}

.picblock img{float:left; margin: 0px 20px 20px 0;}


.article_bottom{
	background:#346ca7;
	color:#fff;
	overflow:auto;
	padding:3px 20px;
	margin:20px -50px 0px;
	clear: both;
}
.article_bottom div.print{
	/*border-right:1px solid #fff;*/
	/* border-left:1px solid #fff; */
	overflow:auto;
	padding:0px 0 0 0;
	text-align:center;
}
.article_bottom div.print > span{
	background:url(/static/img/print_ico.png) right center no-repeat;
	display:inline-block;
	padding:12px 0;
	padding-right: 32px;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	min-width:27px;
	min-height:22px;
}
.article_bottom div.author{
	text-align:right;
	font-size:12px;
	padding:5px 0;
	border-left:1px solid #fff;
}
.article_bottom div.author img{
	float:right;
	margin-left:10px;
}
@media screen and (max-width: 1400px){
	.article_bottom div.print{padding:0 0;}
}
.article_bottom#vk_comments {
    width: calc(100% + 100px)!important;
    padding: 0;
}
	@media screen and (max-width: 991px){
		.article_bottom#vk_comments {
		    width: 100%!important;
		}
	}
.media_photo,
.media_video{
	height:404px;
	position:relative;
}
.media_photo > img,
.media_video > img{
	width:100%;
	height: 100%;
}

.media_photo a.opacity,
.media_video a.opacity{
	background:url(/static/img/foto_mark.png) no-repeat center center;
	width:100%;
	height:404px;
	position:absolute;
	top:0;
	left:0;
	text-align:right;
}
.media_video a.opacity{
	background:url(/static/img/video_mark.png) no-repeat center center;
}

a.all_media{
	background: url(/static/img/photo_ico.png) no-repeat 15px 15px #346ca7;
	padding: 15px 15px 15px 47px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 20px;
	right: 2px;
}
.media_video a.all_media{
	background: url(/static/img/video_ico.png) no-repeat 15px 15px #346ca7;
}

.fixed_pos{
	top:0;
	position:fixed;
	z-index:10;
}


.block{
	padding:0px 8px 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px 0px #cfcfcf;
	-khtml-box-shadow: 0 0 2px 0px #cfcfcf;
	-moz-box-shadow: 0 0 2px 0px #cfcfcf;
	-o-box-shadow: 0 0 2px 0px #cfcfcf;
	box-shadow: 0 0 2px 0px #cfcfcf;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	font-size:15px;
	line-height:1.2;
}
.block .block_header{
	color:#8e9297;
	font-size:18px;
	background:url(/static/img/xxxx.png) no-repeat left center;
	padding-left:22px;
	font-weight:bold;
	margin:10px 0;
	display:block;
}

a .block_header:hover{color:#346ca7;}

.block img{
	max-width:100%;
	height: auto;
}

.opacity{
	opacity:0.5;
}
a:hover .opacity,
div:hover > .opacity,
.block_content:hover .opacity,
#pryamaya_liniya a:hover .opacity,
#konkurs a:hover .opacity{
	opacity:1;
}

.gray_block{
	background-color:#f0f2f1;
	padding:6px 15px 10px;
	overflow:auto;
}
.gray_block a{
	color:#4a4c4f;
}
.block_content img{
	/* width:100%;
	max-width:100%;
	height:240px; */
}
.block_content a{
	color:inherit;
}
.block a:hover,
.block_content a:hover,
.block_caption a:hover{
	text-decoration:none;
}
.block_content div:first-of-type{
	float:left;
	width:calc(100% - 240px);
}
.block_content div:last-of-type{
	float:right;
	width:240px;
}
.block_caption{
	color: #346ca7;
	font-weight: bold;
	font-size: 20px;
	margin: 20px 0 25px;
	display: block;
}
	@media (max-width: 991px) {
		.block_caption {
			margin: 15px 0 10px;
		}
	}
	@media (max-width: 1199px) and (min-width: 992px) {
		.news_list  .block_caption {
			font-size: 16px;
		}
	}
.free_item .block_caption,
.catalog .news_block .block_caption,
#latest_news .block_caption,
#blockblogs .block_caption,
#company_news .block_caption {
	margin: 10px 0;
	font-size: 20px;
}
.mainpage_date{
	text-align:right;
	color:#babfc4;
	font-size:12px;
	margin:0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 2px;
    padding-left: 2px;
}
.main > div:first-of-type{ /*Отступы средней колонки*/
	padding-left:15px;
	padding-right:15px;
	
}
#news_of_the_day .block_content div:first-of-type{
	padding-right:8px;
}
#news_of_the_day .gray_block,
.opros-carousel .gray_block{
	height: 336px; /*Высота блоков Опроса и Новости дня*/
	overflow:hidden
} 
#news_of_the_day .gray_block {
	position: relative;
	height: 280px;
}
#news_of_the_day .gray_block::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background-image: linear-gradient(to top, #f0f2f1, transparent);
	background-image: -webkit-linear-gradient(bottom, #f0f2f1, rgba(240,242, 241, 0));
}
#news_of_the_day .fimg_wrap{
	position: relative;
	float:right;
	width:50%;
	margin-left:10px;
}
#company_news{overflow: hidden;}
#company_news .gray_block{
	height:240px;
	overflow: hidden;
	position:relative;
}

#company_news .flip-container, 
#company_news .front,
#company_news .back {
    width: 100%;
    height: 240px;
}

#company_news .front{
	background-size:cover;
}

#company_news .front > div{
	background-size:cover;
	height:240px;
}
#company_news .front > div{
	background:url(/static/img/pic_shadow.png) repeat-x top;
	padding: 6px 15px 10px;
	height:240px;
	position:relative;
	display:block;
}
#company_news .front .block_caption{
	color:#fff;
}
#company_news > div{margin-bottom:4px}
.grad{
	position:absolute; 
	bottom:0; 
	width:100%; 
	margin-left: -15px;
}


.media_icons{
	position:absolute;
	bottom:0;
	right:0;
	padding-right:8px;
}
.media_icons img{
	display:inline-block;
	float:right;
	margin:5px 3px;
	opacity:0.5;
}

/*Анимация вращения*/

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
	transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {transform: rotateY(0deg);}
.flip-container:hover .front {transform: rotateY(180deg);}
.flip-container, .front, .back {
	width: 320px;
	height: 480px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
	z-index: 2;
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(-180deg);
	background-color: #f0f2f1;
}
/*Анимация вращения END*/

#latest_news div.latest_news{
	margin-bottom:6px;
	overflow: hidden;
	height: 325px;
}
#latest_news > div:nth-of-type(5),
#latest_news > div:nth-of-type(6),
#latest_news > div:nth-of-type(7),
#latest_news > div:nth-of-type(8){
	margin-bottom:0;
}
#latest_news .mainpage_date{
	position: absolute;
	top: 0;
	right: 2px;
	color: #fff;
	padding: 2px 5px;
	background-color:rgba(0,0,0,0.5);
}
#latest_news .gray_block{
	min-height: 182px;
}

#latest_news .pic{
	overflow:hidden;
	height:144px;
	background-position:center center;
	background-size:100% auto;
}
#latest_news .owl-carousel .owl-item div a {text-align: left;}
#latest_news .owl-nav div {
    opacity: 1;
	top:31%;
}
#latest_news .owl-nav .owl-next {right: 4px;}
#latest_news .owl-nav .owl-prev {left: 4px;}

#latest_news .owl-stage {
	display: flex;
}
#latest_news .owl-item {
	background-color: #f0f2f1;
}
#pryamaya_liniya a,
#konkurs a{
	display:block;
	height:245px;
	background-size:100% 100%;
	position:relative;
}
#pryamaya_liniya a .block_caption,
#konkurs a .block_caption{
	display:block;
	color:#fff;
	background:#346ea9;
	height:76px;
	position:absolute;
	bottom:0px;
	width:100%;
	padding: 6px 15px 10px;
	margin:0;
}
#pryamaya_liniya a img,
#konkurs a img{
	width:100%;
	height:245px;
}

.opros_comments,
.opros-carousel .owl-next,
.opros-carousel .owl-prev{
	color:#8e9297;
	position:absolute;
	font-size:12px;
}
.opros_comments{
	top: 15px;
	left: 180px;
}

.opros-carousel .owl-next,
.opros-carousel .owl-prev{
	display:block;
	top: -29px;
	right:15px;
	text-indent:-9999px;
	width: 10.5px;
	height: 20px;
	background-image: url(/static/img/bg_direction_nav_submenu.png);
}
.opros-carousel .owl-prev{
	right:40px;
}
.opros-carousel .owl-next{
	background-position: -10.5px 0;
}

.breadcrumb > li + li::before {
    display:none;
}
.breadcrumb > li::after {
    padding: 0 0 0 5px;
    color: #ccc;
    content: "/\00a0";
}

#forum .avatar,
#forum .forum_date{
	color:#babfc4;
}
#forum .gray_block{
	padding-bottom:0;
	height: 125px;
	overflow:hidden;
}
#forum .gray_block div:first-of-type{
	float:left;
	width:50px;
	height:50px;
	margin-right:10px;
}
#forum .gray_block div:last-of-type{
	float:right;
	width:calc(100% - 60px);
	float:left;
	font-size:14px;
}
#forum .gray_block div:last-of-type p{
	margin:0;
}
#forum .gray_block a {
	border-top:1px solid #c0c2c5;
	padding-top:5px;
	height:52px;
	display:table;
	vertical-align:middle;
	width:100%;
	margin-bottom:10px;
}

#forum .gray_block:first-of-type a{
	border-top:none;
}
#forum .gray_block:last-of-type{
	padding-bottom:15px;
}
#forum .gray_block .block_caption{
	display:table-cell;
	vertical-align:middle;
	line-height:1;
}
.vipusknik > div{overflow: hidden;}
.vipusknik .gray_block{
	min-height:113px;
}

.all_news{
	font-size:16px;
}

.all_news > div,
.afisha > div{
	margin-bottom: 0px;
	margin-top: 17px;
}

.all_news > div:nth-of-type(2n){
	padding: 0px 0px 0 20px;
}

.all_news .full .gray_block,
.all_news .full .gray_block +img{
	float:left;
	width:50%;
	padding:0;
	
}
.all_news .full .gray_block +img{
	height: 100%;
}

.all_news .full .gray_block a,
.all_news .back .gray_block a{
	margin: 6px 15px 10px;
	display:block;
}

.all_news .back .gray_block{padding:0;}

.all_news .full .gray_block:before,
.all_news .back .gray_block:before{
    content: "";
    padding-top: 100%;
    float: left;
}

.all_news .flip-container, 
.all_news .front, 
.all_news .back {
    width: 100%;
    height:320px;
}
.all_news .front img{
	width:100%;
	height: 100%;
}

.all_news .mainpage_date {
/*     margin-top: 10px; */
}

.news_list > div{
	height:320px;
	margin-bottom: 18px;
	clear: both;
	overflow: hidden;
}

.news_list{
	padding:0 10px;
}
.news_list .grad{width:100%; bottom: -5px;}
/*.news_list.full .grad{width:48%; bottom: 18px;}*/

#rubric_link{
	color:#959596;
	text-decoration:underline;
	display:block;
	position:absolute;
	right: 25px;
	top: 27px;
}
#rubric_link:hover{text-decoration:none;}
#rubric_link.rubric_link--news {
    right: 25px;
    top: 68px;
}

.news_main_pic{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:300px;
}

.article img.left{
	margin:20px 20px 20px 0;
}
.article img.right{
	margin:20px 0px 20px 20px;
}

.law_text{display:none;}

.job {
    padding: 20px 25px 30px;
    font-size: 18px;
}
.arrow_list{
	padding:0;
	margin:0;
	list-style:none;
}
.arrow_list li{
	padding-left:50px;
	background:url(/static/img/job/arrow_right.png) no-repeat top left;
	padding-top:5px;
	min-height: 32px;
	margin-bottom:15px;
}
.job h1,
.job h2{
	text-align:center;
	font-weight:bold;
	margin:35px 0;
	font-size: 36px;
}
.job .colored_blocks{overflow:auto;}
.job .colored_blocks div{
	padding:0 15px;
}
.job .colored_blocks div div{
	height:90px;
	position:relative;
	margin-bottom:10px;
}
.job .colored_blocks div span{
	top:50%;
	left:90px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#fff;
	font-size:20px;
	position:absolute;
}
.job .colored_blocks .blue{background: url(/static/img/job/puzzle1.png) no-repeat 28px center #2196f3;}
.job .colored_blocks .red{background: url(/static/img/job/puzzle3.png) no-repeat 28px center #e91e63;}
.job .colored_blocks .green{background: url(/static/img/job/puzzle5.png) no-repeat 28px center #4caf50;}
.job .colored_blocks .light_blue{background: url(/static/img/job/puzzle2.png) no-repeat 28px center #00bcd4;}
.job .colored_blocks .purple1{background: url(/static/img/job/puzzle4.png) no-repeat 28px center #673ab7;}
.job .colored_blocks .yellow{background: url(/static/img/job/puzzle6.png) no-repeat 28px center #ffc107;}
.job h3{
	text-align:center;
	margin:35px 0 15px;
	font-size: 26px;
	font-weight:bold;
	line-height: 1.4;
}
.job.gray{
	background:#f5f5f5;
	margin-left:-8px;
	margin-right:-8px;
	padding-left:33px;
	padding-right:33px;
	padding-bottom:0;
}
.job.gray h2{padding-top:20px; margin-top:0;}

.job .blue_block{
	background:url(/static/img/job_main3.jpg) no-repeat top center #0c89cf;
	background-size:cover;
	color:#fff;
	margin:40px -33px 0px;
	font-size:24px;
	font-weight:bold;
	padding:40px 50px 10px;
	text-align:center;
}
.job .blue_block p{margin-bottom:40px;}

.portal_links {	overflow:auto;}
.portal_links a{
	display:block;
	width:160px;
	text-align:center;
	padding:10px 0;
	margin:0 auto 15px;
	border:3px solid #565656;
	color:#565656;
}
.portal_links a:hover{
	border:3px solid #0c89cf;
	color:#0c89cf;
}

.blue_block_fill{
	overflow:auto;
	background:#0c89cf;
	color:#fff;
	margin: 40px -33px 0px;
	padding:30px 0;
	line-height: 28px;
}
.blue_block_fill div{padding-left:53px;}
.blue_block_fill a{color:#fff;}
.blue_block_fill p{margin-bottom:20px;}


@media screen and (max-width: 1399px){
	.main > .col-lg-9{width:810px;}
	.main > .col-lg-2{right:810px;}
	#latest_news .owl-nav div {top:17%;}
}
@media screen and (max-width: 1199px){
	.main > .col-lg-9{width:630px;}
	.main > .col-lg-2{right:630px;}
	.news_list .grad{bottom: 0;}
	#latest_news .owl-nav div {top:28%;}
	/*.news_main_pic{width:100%;}*/
	.blue_block_fill div {padding-left: 36px;}
}
@media screen and (max-width: 991px){
	.row {margin-right: -10px; margin-left: -10px;}
	.weather{height: auto;padding-bottom: 10px;}
	.main > .col-lg-9{width:100%; left:0;padding-right: 10px; padding-left: 10px;}
	.main > .col-lg-2{right:0px;}
	.main > .col-lg-2,
	.main > .col-lg-1{width:100%; padding-right: 10px; padding-left: 10px;}
	#region_current + ul li a {line-height: 29px;}
	.toup{bottom: 10px;}
	.news_list .grad {width: 100%; bottom: 90px;}
	.news_list.full .grad{width:92%; bottom: 18px;}
	#latest_news .owl-nav div {top:17%;}
	.news_main_pic{width:300px;}
	.navbar-toggle {display: block;}
	.blue_block_fill div{padding-left:53px;}
	.blue_block_fill br.br_hid{display:none;}
}

@media screen and (max-width: 570px){
	.citiesMenu{display:none;}
	footer {height: 81px;}
	.link {margin:0px;}
	.news_list .grad {width: 100%; bottom: 75px;}
	.news_list.full .grad {width: 241px; bottom: 18px;}
	.article img.news_main_pic{width:50%; margin-right:10px !important;}
	.block.article p {text-indent: 0px;}
}

@media screen and (max-width: 500px){
	.news_list.full .grad {width: 94%; bottom: 18px;}
}

@media screen and (max-width: 320px){
	.flogo{display:none;}
	.news_list .grad {width: 100%; bottom: 20px;}
	#latest_news .owl-nav div {top:29%;}
	.article img.news_main_pic{width:100%; margin-right:0 !important;}
}


/*Телевизор*/

.slidorion {
    position: static;
    width: auto;
    height: auto;
    background: transparent;
    padding: 0px;
    border: none;
    box-shadow: none;
    margin-left: 0px;
	overflow:auto;
}
.slider {
    width: 50%;
	height:400px;
}
.slider img{
	height:100%;
	width:auto;
}
.slide{
	overflow:hidden;
	text-align:center;
}

.accordion {
    width: 50%;
    height: 332px;
    font-family: "PT Sans", Georgia;
    background: none;
    box-shadow: none;
    position: relative;
    z-index: 999;
    overflow: hidden;
    float: left;
}
.accordion .header{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 0%, #ededed 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 0%,#ededed 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 0%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
	height:67px;
	padding:0 14px;

}
.accordion .header div{
	display:table-cell;
	vertical-align:middle;
	height:inherit;
	font-size: 22px;
	line-height: 1.1;
	font-weight:bold;
}

.accordion .header.active a{
	color:#fff;
	text-decoration:none;
}
.accordion .header a:hover{text-decoration:none;}
.accordion .header.active{
	background: #346ca7;
	height:71px;
}
.accordion .content {
    height: 61px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.2;
    padding:0 16px;
    overflow: hidden;
	background: #346ca7;
	color:#fff;
	position:relative;
}
.accordion .content a{
	color:#fff;
	display:inline-block;
	overflow:hidden;
	height:37px;
}
.accordion .content .date {
    font: 9px/12px "PT Sans";
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

/*Телевизор END*/


.gsInformer .gsWeatherIcon {
    margin-top: 0px !important;
}

.stolichka_banner{
	position:relative;
}
.stolichka_banner a{
	position:absolute;
	width:100%;
	height:290px;
}
.stolichka_banner object{
	width:463px;
	height:290px;
}

/*Опросы*/

prog:first-of-type {
    margin-top: 10px;
}
.prog {
    position: relative;
	float: none !important;
	width: auto !important;
}

progress {
    display: block;
    color: red;
    background: #ECECEC;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width: 100%;
    height: 19px;
    line-height: 21px;
    font-size: 15px;
    font-family: sans-serif;
    text-align: center;
}

.prog > span {
    color: #000;
    position: absolute;
    top: -3px;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 10px;
}
.prog > p {
    color: #000 !important;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 7px;
    padding: 0 5px;
    line-height: 1.2;
}
.prog > span b {
    font-size: 15px;
}
.prog:nth-of-type(1) progress::-moz-progress-bar {background: #93d885;}
.prog:nth-of-type(2) progress::-moz-progress-bar {background: #00b5f1;}
.prog:nth-of-type(3) progress::-moz-progress-bar {background: #e6a261;}
.prog:nth-of-type(4) progress::-moz-progress-bar {background: #e9a7ac;}
.prog:nth-of-type(5) progress::-moz-progress-bar {background: #f6b8f6;}
.prog:nth-of-type(6) progress::-moz-progress-bar {background: #f8f5ba;}


.prog progress::-webkit-progress-bar {background: #ECECEC;} /*для хрома фон*/
.prog:nth-of-type(1) progress::-webkit-progress-value {background: #93d885;} /*для хрома выделенная часть*/
.prog:nth-of-type(2) progress::-webkit-progress-value {background: #00b5f1;}
.prog:nth-of-type(3) progress::-webkit-progress-value {background: #e6a261;}
.prog:nth-of-type(4) progress::-webkit-progress-value {background: #e9a7ac;}
.prog:nth-of-type(5) progress::-webkit-progress-value {background: #f6b8f6;}
.prog:nth-of-type(6) progress::-webkit-progress-value {background: #f8f5ba;}


.count {
	text-align:center;
}
.opros-carousel{
	background-color: rgb(240, 242, 241);
}
.opros-carousel form label:before,
.opros form label:before{
	left: 29px;
    position: absolute;
    left: 14px;
    top: 12px;
}


.opros-carousel form label,
.opros form label {
    position: relative;
    padding: 10px 10px 10px 38px;
    display: block;
	margin-bottom:0;
}

.opros-carousel form label:nth-of-type(1):before,
.opros form label:nth-of-type(1):before {content: url('/static/img/radio_btn/radio_green1.png');}

.opros-carousel form label:nth-of-type(2):before, 
.opros form label:nth-of-type(2):before {content: url('/static/img/radio_btn/radio_pink1.png');}

.opros-carousel form label:nth-of-type(3):before, 
.opros form label:nth-of-type(3):before {content: url('/static/img/radio_btn/radio_lightblue1.png');}

.opros-carousel form label:nth-of-type(4):before, 
.opros form label:nth-of-type(4):before {content: url('/static/img/radio_btn/radio_orange1.png');}

.opros-carousel form label:nth-of-type(5):before, 
.opros form label:nth-of-type(5):before {content: url('/static/img/radio_btn/radio_blue1.png');}

.opros-carousel form label:nth-of-type(6):before, 
.opros form label:nth-of-type(6):before {content: url('/static/img/radio_btn/radio_yellow1.png');}

.opros-carousel form input[type="radio"],
.opros form input[type="radio"] {display: none;}


.opros-carousel form input[type="radio"]:nth-of-type(1):checked + label:before,
.opros form input[type="radio"]:nth-of-type(1):checked + label:before {content: url('/static/img/radio_btn/radio_green2.png');}

.opros-carousel form input[type="radio"]:nth-of-type(2):checked + label:before,
.opros form input[type="radio"]:nth-of-type(2):checked + label:before {content: url('/static/img/radio_btn/radio_pink2.png');}

.opros-carousel form input[type="radio"]:nth-of-type(3):checked + label:before,
.opros form input[type="radio"]:nth-of-type(3):checked + label:before {content: url('/static/img/radio_btn/radio_lightblue2.png');}

.opros-carousel form input[type="radio"]:nth-of-type(4):checked + label:before,
.opros form input[type="radio"]:nth-of-type(4):checked + label:before {content: url('/static/img/radio_btn/radio_orange2.png');}

.opros-carousel form input[type="radio"]:nth-of-type(5):checked + label:before,
.opros form input[type="radio"]:nth-of-type(5):checked + label:before {content: url('/static/img/radio_btn/radio_blue2.png');}

.opros-carousel form input[type="radio"]:nth-of-type(6):checked + label:before,
.opros form input[type="radio"]:nth-of-type(6):checked + label:before {content: url('/static/img/radio_btn/radio_yellow2.png');}

.opros-carousel form label:hover,
.opros form label:hover {
    text-decoration: underline;
    cursor: pointer;
}

.opros-carousel .gray_block span a,
.opros span a{color:#346da8;}

.opros-carousel .btn{background-color:#346ca7;}

.opros{
	max-width: 500px;
	margin: 0px auto;
}

/*Опросы END*/


.ui-datepicker.ui-datepicker-multi {
    width: auto !important;
}

.auth ul{list-style:none; padding:0; margin:0 0 20px;}
.auth ul li.active a{color:#333333}

#log_in input[type="checkbox"]{display:inline-block; float:left; width:15px; height:15px; margin-right:5px;}
#log_in input,
.form-sinup input,
.largeofset input,
.reset_confirm input{width:300px;}

.afisha .flip-container, .afisha .front, .afisha  .back {
    width: 100%;
	height:326.6px;
	overflow:hidden;
}
.afisha .front{
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
}


.afisha .front > div {
    background: url(../img/pic_shadow.png) repeat-x top;
    padding: 6px 15px 10px;
    height: 240px;
   /*  position: relative; */
    display: block;
}
.afisha .front h2.block_caption {
    color: #fff;
	margin-top:9px;
}

.news_list .front,
.news_list .gray_block + div{
	background-repeat:no-repeat;
	background-size: auto 100%;
	background-position:center center;
}
.news_list .front > div {
    background: url(../img/pic_shadow.png) repeat-x top;
    padding: 6px 15px 10px;
    height: 240px;
    position: absolute;
    display: block;
	top:0;
	width:100%;
}
.news_list .front h2.block_caption {
    color: #fff;
	margin-top:9px;
}
.news_list .gray_block + div{padding:0;}
.news_list .gray_block + div:before {
  content: "";
  padding-top: 100%;
  float: left;
}
	
.forum_table tr td:last-child{
	width:95px;
}
.forum_table tr td:nth-child(2){
	width:60px;
}
.author_info{width:90px;}

.topic_table tr td:nth-child(2),
.topic_table tr td:last-child{
	width:calc(100% - 90px);
}


.owl-carousel .owl-item div a{display:block; overflow:hidden; text-align:center;}
.article .owl-carousel .owl-item img {
    width: auto;
    max-width: 200%;
    margin: 0 auto !important;
}

#next-slide, #prev-slide{
    position: absolute;
    top: 36%;
}
#next-slide{right: 10px;}
#prev-slide{left: 10px;}
.parent-slider, .reviews-block {position: relative;}

ul.errorlist li{color:red;}
.center{text-align:center;}

/*Страница О компании*/
.about{padding: 0 25px 30px; font-size:18px;}
.about h3{margin-top:40px;}
.about h3, .big_caps span{text-transform:uppercase; font-size:24px;}
.about_pic{margin: 0 -25px;}
.about_pic img{width:100%;}
.slogan{color:#0daa3f; font-size:36px; text-align:center; line-height:1.1; font-weight:bold; margin-bottom:20px;}
.purple{font-size:18px; margin:20px 0;}
.purple span{color:#7169ab; font-size:24px; font-weight:bold;}
.green_block{color:#fff; background:#0daa3f; font-size:18px; margin:20px -25px; padding: 25px;}
.green_block span{font-size:24px; font-weight:bold;}
.green_block p:first-of-type{margin-bottom:20px;}
.big_caps{margin:20px 0;}
.about .btn-primary, .about .btn-primary:visited{padding:13px 0px; text-align:center; color:#fff; width:195px; text-transform:uppercase; font-size:12px; background:#0c89cf; border:none;}
.about .btn-primary:hover{background:#286090;}
.left_pic{padding-top: 93px; padding-right:20px;}
.purple br{display:none;}

/*Страница Редакции*/
.redaction{padding: 0 25px 30px; font-size:18px;}
.redaction h2{text-align:center; margin:40px 0; text-transform:uppercase; font-size:24px;}
.redaction img{margin-right:30px; margin-bottom:15px; float:left;}
.gray_background{background:#ebebeb; padding:30px 35px; overflow:auto; clear:both;}
.gray_border{padding:30px 35px; border-top:1px solid #ebebeb; overflow:auto;}
.redaction a[href *= "tel:"]{display:none;}

/*Страница рекламы*/
.green_text{color:#0daa3f;}
.font_26{font-size:26px;}
.adv_page.about .about_pic{margin-top:15px; margin-bottom:15px;}
.about.adv_page h3{text-align:center; margin-top:70px;}
.adv_page.about h4{color:#0daa3f; display:block; border-bottom:2px solid #0daa3f; font-size:26px; padding-bottom:10px; font-weight:bold; margin-top:55px;}
ul.counting li{list-style-type:none; position:relative;}
ul.counting{counter-reset: list 0; padding-left:60px;}
ul.counting li.purple {margin:30px 0;}
ul.counting li.purple span{font-size:inherit;}
ul.counting li:before {counter-increment: list; content: counter(list); display:block; left:-60px; top:-10px; width:40px; height:40px; position:absolute; background:#7169ab; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; padding:10px 0px; color:#fff; text-align:center;}
.puzzle_block{padding-left:100px;}
.puzzle_block ul{padding-left:0; list-style:none;}
.puzzle_block ul li{position:relative; min-height: 54px; margin:10px 0;}
.puzzle_block ul li b{font-size:26px;}
.puzzle_block ul li::after{position:absolute; content:''; display:block; width:52px; height:52px; left:-73px; top:-10px; background:url(/static/img/portal/rekl_page/puzzle_vert.png);}
.puzzle_block ul li:nth-child(2n)::after{background:url(/static/img/portal/rekl_page/puzzle_hor.png);}
.about.adv_page .purple br{display:inline;}
.purple_block{color:#fff; background:#7169ab; padding: 40px 100px; line-height: 2; margin: 50px -25px 20px; position:relative;}
.purple_block a, .purple_block a:visited{color:#fff;}
div.feedback{position: absolute; top: -23px; width: 100%; left: 0;}
a[href="#metrics"]:hover{text-decoration:underline;}
a[href="#ask"], a[href="#ask"]:visited{
	display:block;
	margin:0 auto;
	background:#fff;
	text-transform:uppercase;
	width:190px;
	color:#7169ab;
	text-align:center;
	padding:8px 0;
	font-size:14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top:2px solid #7169ab;
}

#ask{display:none; width:300px; text-align:center; padding:10px 20px;}
#ask h3 {color: #207cca; text-align: center; font-size: 20px;}
#ask textarea{height:100px;}
#ask input[type="text"], #ask input[type="email"], #ask textarea{width:100%;}
input[type="number"] {-moz-appearance: textfield;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;}
.diagrams{overflow:auto;}
.diagrams span{overflow:auto; display:block; padding-left:20px; background:url(/static/img/portal/rekl_page/open.png) no-repeat left 5px; cursor:pointer;}
.diagrams div{display:none;}
.diagrams div img:first-of-type{width:62%;}
.diagrams div img:last-of-type{width:37%;}

.item_link u{cursor:pointer;}
.item_link u:hover{text-decoration:none;}
.show_law{font-size:12px;}
#askform .btn-primary{color:#fff;}

.infografika > div.col-lg-4:first-of-type{
	width:100%;
}
.infografika > div.col-lg-4{padding:5px;}
.infografika > div.col-lg-4:first-of-type img{
	width:100%;
}

/*Социальная карусель*/

#social{
	padding: 0px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px 0px #cfcfcf;
	-khtml-box-shadow: 0 0 2px 0px #cfcfcf;
	-moz-box-shadow: 0 0 2px 0px #cfcfcf;
	-o-box-shadow: 0 0 2px 0px #cfcfcf;
	box-shadow: 0 0 2px 0px #cfcfcf;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	font-size: 15px;
	line-height: 1.2;
}
#social h2.block_header{
	color: #8e9297;
	font-size: 18px;
	background: url(/static/img/xxxx.png) no-repeat left center;
	padding-left: 22px;
	font-weight: bold;
	margin: 10px 8px 0;
	display: block;
	text-align:left;
}

#vkwidget1{height:400px !important;}
.carousel-inner{
	margin-top:60px;
}
.carousel-inner .item{height:400px;}
.carousel-indicators{
	position: absolute;
	bottom: auto;
	top: 39px;
	left: 0%;
	z-index: 15;
	width: 100%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-image: url(/static/img/social_icons2.png);
	background-repeat: no-repeat;
	background-color: transparent;
    border: none;
    border-radius: 0px;
	
}
.carousel-indicators .active {
    width: 40px;
    height: 40px;
    margin: 1px;
    background-color: transparent;
}

.carousel-indicators li[data-slide-to="0"]{background-position:0 0;}
.carousel-indicators li[data-slide-to="1"]{background-position:-40px 0;}
.carousel-indicators li[data-slide-to="2"]{background-position:-80px 0;}
.carousel-indicators li[data-slide-to="3"]{background-position:-120px 0;}

.carousel-indicators li[data-slide-to="0"].active{background-position:0 -40px;}
.carousel-indicators li[data-slide-to="1"].active{background-position:-40px -40px;}
.carousel-indicators li[data-slide-to="2"].active{background-position:-80px -40px;}
.carousel-indicators li[data-slide-to="3"].active{background-position:-120px -40px;}

#photo_block,
#vid_block{
	display:none;
	width:800px;
	max-width:800px;
	overflow:auto;
	min-height:450px;
}

.items_scroll {
	display: flex;
    flex-flow: row wrap;
}
.items_scroll a, .items_scroll a:visited{
	color:#585757;
	text-decoration:none;
	
	position:relative;
	margin-bottom:20px;
}
.items_scroll a img{margin-bottom:20px;}
.media_caption{padding: 0 15px 40px;}
.media_time{
	text-align:right; 
	font-size:12px; 
	color:#737071;
	position:absolute;
	bottom:0; 
	padding-right:10px;
	left:50%;
	width:97%;
	padding-bottom:10px;
	border-bottom:1px solid #737071;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.items_scroll a span{
	position:relative;
	display:block;
}
.items_scroll a span::after{
	content:'';
	display:block;
	bottom: 37px;
	right: 20px;
	position:absolute;
}
.items_scroll a.pic_item span::after{
	background:url(/static/img/pic_icon.png) no-repeat;
	width:52px;
	height:45px;

}
.items_scroll a.vid_item span::after{
	background:url(/static/img/vid_icon.png) no-repeat;
	width:54px;
	height:54px;
}
.show_more {
    clear: both;
    background: url(/static/img/catalog/more.png) no-repeat bottom center;
    height: 35px;
    cursor: pointer;
    text-align: center;
    color: #737071;
	font-weight:bold;
}
.form-group{position:relative;}
label.upload{
    display: block;
    background: url(/static/img/konkurs/upload.jpg) no-repeat #fff left center;
    border: 1px solid #ccc;
    height: 41px;
    width: 300px;
    position: relative;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
input[type="file"] {
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
label.upload + div {
    position: absolute;
    top: 10px;
    right: 0;
    width: 185px;
    height: 18px;
    text-align: left;
    padding:0 10px 0 22px;
    overflow: hidden;
}

.miss{padding-top:10px;}
.vacancy{padding-top:10px; /* padding-left:10px; */}
.vacancy img{max-width:100%;}

.vacancy-row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vacancy-row a {
	width: 32%;
	max-width: 304px;
	overflow: hidden;
}
.joke {
	/* max-height: 228px; */
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 50px 5% 5% 5%;
	background-image: url('/static/img/joke_green.jpg');
	color: #1c1c1b;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	font-size: 16px;
}
/* .joke::before {
	content: 'анекдоты';
	position: absolute;
	top: 15px;
	right: 15px;
	text-transform: uppercase;
	font-size: 11px;
	opacity: 0.8;
	color: #1c1c1b;
} */
.joke::after {
	content: '';
	position: absolute;
	top: 35px;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 5px;
	background-image: url('/static/img/joke_dots.png');
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
   .vacancy-row a {width: 100%;max-width: 100%;}
   .vacancy-row a + a { margin-top: 10px;}
   .joke {max-height: initial;max-width: 800px;}
}

.hidden_block{display:none;}

.items_scroll .just_pic,
.items_scroll .just_text,
.items_scroll .text_pic{
	padding:0 5px;
	margin-bottom:10px;
}

.just_text > div{
	background:#e2dac3; 
	position:relative;
	height:100%;
}
.just_text_content{
	position:absolute;
	display:block;
	width:100%;
	padding:20px 10px;
	left:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-bottom:0;
}
.just_text_content::before,
.just_text_content::after{
	display:block;
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content:'';
	background:url(/static/img/venzel.png) no-repeat top center;
	width:323px;
	height:15px;
}
.just_text_content::before{top:0;}
.just_text_content::after{bottom:0;}
.just_text_splash{
	background:#e2dac3; position:relative;
	padding:30px 10px;
}
.just_text_splash::before,
.just_text_splash::after{
	display:block;
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content:'';
	background:url(/static/img/venzel.png) no-repeat top center;
	width:323px;
	height:15px;
}
.just_text_splash::after{bottom:10px;}
.just_text_splash::before{top:10px;}
.just_pic a{
	background-size:auto 100%;
	background-position:center center;
	background-repeat:no-repeat;
	margin-bottom:0;
	display:block;
	height:100%;
	position:relative;
}
.items_scroll .just_pic a img{margin-bottom:0;}
.text_pic{position:relative;}

.items_scroll a.text_pic_content{
	position:absolute;
	bottom:0;
	left:5px;
	right: 5px;
	display:block;
	margin-bottom:0;
	color: #000000;
	/*text-shadow: -1px -1px 0 #f0f0f0, 1px -1px 0 #F0F0F0, -1px 1px 0 #F0F0F0, 1px 1px 0 #F0F0F0;*/
	padding: 10px;
	background:rgba(0,0,0,0.47);
}
.items_scroll a[rel="joke"].text_pic_content{
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: auto;
    display: block;
    margin-bottom: 0;
    color: white;
	/*text-shadow: -1px -1px 0 #F0F0F0, 1px -1px 0 #F0F0F0, -1px 1px 0 #F0F0F0, 1px 1px 0 #F0F0F0;*/
    padding: 10px;
    width: 80%;
    /*background: none;*/
    font-size: 17.5px;
}
.text_pic_readmore,
.just_text_readmore{
	text-align:right;
	/*display:none;*/
}
.text_pic_content_hidden{position:relative;}
.text_pic_content_hidden div{
/* 	position:absolute;
	bottom:0;
	left:0;
	right: 0px;
	display:block;
	margin-bottom:0;
	color:#fff;
	padding: 10px;
	background:rgba(0,0,0,0.47); */
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: auto;
    display: block;
    margin-bottom: 0;
    color: #000000;
	text-shadow: -1px -1px 0 #F0F0F0, 1px -1px 0 #F0F0F0, -1px 1px 0 #F0F0F0, 1px 1px 0 #F0F0F0;
	padding: 10px;
    width: 80%;
    background: none;
    font-size: 17.5px;
}

.blue_block_fill br.br_hid{display:none;}

@media screen and (max-width: 1399px){
	.slider {height: 386px;}
	#logo a{padding-left: 88px;}
	.accordion .header div {font-size: 20px;}
	.opros_comments {left: 121px;}
	.opros-carousel form label{padding: 5px 10px 5px 38px;}
	.opros-carousel form label::before{top: 7px;}
	.flip-container, .front, .back {width: auto; height: 240px;}
	.afisha .flip-container, .afisha .front, .afisha .back  {width: 100%; height: 250px;}
	.media_photo, .media_video,.media_photo a, .media_video a {height: 317px;}
	a.all_media{height:auto;}
	.media_photo a.opacity, .media_video a.opacity {height: auto;}
	.submenu{width: 780px;}
	.news_list > div {height: 244px;}
	.vipusknik > div{height: 249px; margin-bottom:4px;}
	.submenu > ul li {width: 130px;}
	#latest_news .pic {height: 100px;}
	#latest_news .gray_block {min-height: 224px;}
	#company_news .gray_block, #company_news .flip-container, 	#company_news .front, 	#company_news .back {height: 186.5px;}
	.just_text_content::before,
	.just_text_content::after{
		max-width:100%;
		background-size:auto 100%;
	}
	.blue_block_fill br.br_hid{display:inline;}
}
@media screen and (max-width: 1199px){
	.slider {height: 372px;}
	.slider img{margin-left: -34%;}
	
	.accordion .content a {color: #fff; font-size:14px;}
	.accordion .header div {font-size: 17px;}
	.opros_comments {top: 21px; left: 180px;}
	.opros-carousel .owl-next {top: -29px; right: 6px;}
	.prog > p {margin-top: 3px; margin-bottom: 3px;}
	#company_news > div{margin-bottom:4px}
	#company_news > div:last-of-type,
	#company_news > div:nth-of-type(3),
	.vipusknik > div:last-of-type,
	.vipusknik > div:nth-of-type(3){margin-bottom:0px;}
	#latest_news img,
	.vipusknik img{width:100%;}
	#latest_news div.latest_news{margin-bottom:4px; height:348px;}
	.vipusknik > div{margin-bottom:4px; height:319px;}
	.media_photo, .media_video, .media_photo a, .media_video a {height: 243px;}
	#forum > div:last-of-type .gray_block:first-of-type a {border-top: 1px solid #c0c2c5;}
	.submenu{width: 600px;}
	.news_list > div {height: 183px;}
	.submenu > ul li {width: 120px;}
/* 	.article_bottom div:nth-of-type(2) > span span{display:none;}
	.article_bottom div:nth-of-type(2) > span{height:43px; background: url(/static/img/print_ico.png) center center no-repeat;} */
	.afisha .flip-container, .afisha .front, .afisha .back, .front, .back {width: 100%; height: 287px;}
	#latest_news .pic {height: 144px;}
	#company_news .gray_block,
	#company_news .flip-container, 	#company_news .front, 	#company_news .back {height: 287px;}
	
	/* #logo a {padding: 0px 0px 0px 10px;} */
	#towel{display:none;}
	#logo{background:url(/static/img/x_top.png) no-repeat 10px 21px;}
	#logo a{padding-left:55px;}
	.cloud {padding-left: 0px;}
	a.all_media{height:auto;}
	.just_text_content,
	.text_pic_content{font-size:12px;}
	.just_text_content {padding: 25px 10px;}
	.job h1, .job h2 {font-size: 27px;}
}
@media screen and (max-width: 991px){
	.slider {height: 382px;}
	.slider img {margin-left: -17%; height:382px;}
	#logo{background:none;}
	#logo a{padding-left:100px; background:none;}
	#towel{display:block;}
	.opros_comments {top: 14px; left: 109px;}
	.opros-carousel .owl-next {top: -29px;}
	.opacity{opacity:1;}
	#afisha{clear:both; float:none;}
	#left_col, 
	#right_col{text-align:center;}
	#afisha > div > div{opacity: 1; min-height: 240px;}
	#forum > div:last-of-type .gray_block:first-of-type a {border-top: none;}
	.news_list > div {height: 230px;}
	#latest_news div.latest_news {height: 325px;}
	#latest_news .gray_block {min-height: 188px;}
	.vipusknik .gray_block {min-height: 134px;}
	.vipusknik > div {height: 267px;}
	.block.article {padding: 10px;}
	.block.article .block_caption{margin-top:19px;}
	.article_bottom {padding: 3px; margin: 20px 0px 0px;}
	.afisha .flip-container, .front, .back, .afisha .front, .afisha .back {width: 100%; height: 236px;}
	#latest_news .pic {height: 100px;}
	#latest_news .gray_block {min-height: 224px;}
	.navbar-default .navbar-collapse, .navbar-collapse.collapse, .navbar-collapse{z-index:1000;}
	#company_news .gray_block,
	#company_news .flip-container, 	#company_news .front, 	#company_news .back {height: 176px;}
	.submenu{width: 100%; clear:both; height:50px; margin:15px 0 0 0; padding: 0 20px 0 15px;}
	.submenu > ul li{width:20%;}
	.submenu > ul .owl-nav .owl-prev {left: -11px;}
	.submenu > ul .owl-nav .owl-next {right: -11px;}
	.main_content.afisha > div:first-of-type{margin-top:0;}
	#news_gallery .owl-nav div {background-image: url(/static/img/bg_direction_nav_gallery_white.png); opacity: 1;}
	#news_gallery .owl-nav .owl-next {right: 10px;}
	#news_gallery .owl-nav .owl-prev {left: 10px;}
	.cloud {padding-left: 80px;}
	.purple_block {padding: 40px 30px;}
	a.all_media{height:auto;}
	.media_photo, .media_video{height:auto;}
	.just_text_content, .text_pic_content {font-size: 14px;}

	#right_col {
		overflow: hidden;
		float: none;
	}
	#right_col .right_col noindex {
		overflow: hidden;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#right_col .right_col .item_banner {
		width: 120px;
		margin: 0 3px;
	}
}

@media screen and (max-width: 767px){
	.redaction a[href *= "tel:"]{display:inline;}
	.redaction a[href *= "tel:"] + font{display:none;}
	.items_scroll .just_pic,
	.items_scroll .just_text,
	.items_scroll .text_pic{overflow: hidden;}
	.items_scroll .just_pic a:before,
	.items_scroll .just_text:before{
	  content: "";
	  padding-top: 100%;
	  float: left;
	}
	.items_scroll .just_text > div{height:100%;}
	.job h1, .job h2 {font-size: 24px;}
	.job {padding: 20px 5px 30px; font-size: 16px;}
	.job .blue_block {margin: 40px -25px 0px; font-size: 17px; padding: 22px 19px 10px;}
	.job .blue_block p {margin-bottom: 20px;}

	.news_list.full div .gray_block {width: 100%;}
}

@media screen and (max-width: 600px){
	.portal_links .col-xs-4{width:100%;}
	.blue_block_fill div {padding-left: 0px; text-align:center;}
	.blue_block_fill div.col-xs-4{width:100%;}
	.blue_block_fill br.br_hid{display:none;}
	.blue_block_fill a.visible-xs{display:inline !important;}
}
@media screen and (max-width: 570px){
	.form-group {margin-bottom: 0px;}
	.slider {display:none;}
	.accordion {width: 100%; float: none;}
	.accordion .header div {font-size: 18px;}
	.accordion .content a {font-size: 16px;}
	#latest_news div.latest_news {height: 325px;}
	.vipusknik > div {height: 265px;}
	#forum > div:last-of-type .gray_block:first-of-type a {border-top: 1px solid #c0c2c5;}
	#infographic{text-align:center;}
	#infographic h2{text-align:left;}
	.all_news .full .gray_block + img {display:none;}
	.all_news .full .gray_block{width:100%;}
	.news_list > div {height: 240px;}
	/*.article_bottom div:nth-of-type(2) {border-right: none;}*/
	.article_bottom div.print{display:none;}
	.article_bottom div.author.col-xs-10{width:100%;}
	.form-inline .input-group > .form-control {width: 218px;}
	#company_news .gray_block,
	#company_news .flip-container, 	#company_news .front, 	#company_news .back {height: 257px;}
	.article img{margin:5px 0 !important;}
	#afisha > div > div {float:none; display:inline-block; clear:both;}
	.block.article .block_caption {margin-bottom: 9px;}
	.diagrams div{text-align:center;}
	.diagrams div img:first-of-type{width:auto;}
	.diagrams div img:last-of-type{width:auto;}
	a.all_media{height:auto;}
}

@media screen and (max-width: 534px){
	.news_list > div {height: 223px;}
	.cloud {padding-left: 0px;}
	#towel{display:none;}
}
@media screen and (max-width: 500px){
	body{background:#fff;}
	.accordion .header div {font-size: 16px;}
	.accordion .content a {font-size: 14px;}
	.opros_comments {top: 21px; left: 191px;}
	.opros-carousel .owl-next {top: -29px; right: 15px;}
	.vipusknik > div {height: 305px;}
	.media_photo{margin-bottom:4px;}
	#forum .gray_block {height: auto;}
	#konkurs{height: 286px;}
	#company_news .col-xs-6,
	#latest_news .col-xs-6,
	#konkurs.col-xs-6,
	#pryamaya_liniya.col-xs-6,
	.vipusknik .col-xs-6,
	.media_photo.col-xs-5,
	.media_video.col-xs-7,
	.block {
		padding:0;
		-webkit-border-radius: 0px;
		-khtml-border-radius: 0px;
		-moz-border-radius: 0px;
		-o-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-khtml-box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
		border: none;
		background-color: #fff;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		font-size: 15px;
		line-height: 1.2;
	}
	#latest_news div.latest_news {height: 338px; overflow: hidden;}
	#latest_news .col-xs-6,
	#company_news .col-xs-6,
	.vipusknik .col-xs-6,
	.afisha .col-xs-6{width:100%; clear:both;}
	#afisha > div > div {width:100%;}
	#latest_news .pic {height: 144px;}
	.main > div{padding:0 !important;}
	.main > div > div{padding:0;}
	.block .block_header {margin-left:15px;}
	.cloud{display:none;}
	.form-inline .input-group > .form-control {width: 185px;}
	.news_list.col-xs-6{width:100%;}
	.opros-carousel .gray_block {height: auto; overflow:auto}
	.afisha .flip-container, .front, .back, .afisha .front, .afisha .back {width: 100%; height: 316px;}
	#company_news .gray_block,
	#company_news .flip-container, 	#company_news .front, 	#company_news .back {height: 320px;}
	.article img{display: block; max-width:100% !important; margin:5px auto !important;float: none !important;}
	.article .expert img{width:100% !important; margin-bottom:10px;}
	.article .expert strong,
	.article .expert p{text-align:left;}
	.article blockquote{width: 280px; float: none; clear: both;}
	.news_list > div {height: 300px;}
	#rubric_link{top:0; left:10px; right:auto;}
	.block.article .block_caption {margin-top: 9px;}
	#towel{display:none;}
	/* #logo a {padding: 0px 0px 12px 10px;} */
	#logo{background:url(/static/img/x_top.png) no-repeat 10px 21px;}
	#logo a{padding-left:55px;}
	.about, .redaction{padding-left:10px; padding-right:10px;}
	.left_pic{padding-top:30px !important}
	.left_pic.col-xs-3{text-align:center; padding:0;}
	.left_pic.col-xs-3, .left_pic + .col-xs-9{width:100%}
	.slogan {font-size: 26px;}
	.slogan br{display:none;}
	.purple br{display:inline-block;}
	.redaction img{margin:0 auto 30px; float:none; display:block;}
	.gray_background, .gray_border{padding:30px 10px;}
	a.all_media{font-size:14px;}
	a.all_media img{display:none;}
	.items_scroll .just_pic.col-xs-6, 
	.items_scroll .just_text.col-xs-6, 
	.items_scroll .text_pic.col-xs-6{width:100%; margin-bottom:10px;}
	.just_text_content, .text_pic_content {font-size: 16px;}
	.just_text_content {padding: 34px 10px;}
	.items_scroll .just_pic a::before, 
	.items_scroll .just_text::before {display: none;}
	.job .colored_blocks .blue,
	.job .colored_blocks .red,
	.job .colored_blocks .green,
	.job .colored_blocks .light_blue,
	.job .colored_blocks .purple1,
	.job .colored_blocks .yellow{background-image: none;}
	.job .colored_blocks div span {left: 20px;}
	.job .colored_blocks div {padding: 0px;}
	.job h3 {font-size: 20px;}

}

/*Новый год
body{background:url(/static/img/ny_bg.jpg) top center no-repeat #97c9fa;}
.menu_bar {height: 71px;}
.weather {background: url(/static/img/ny_bg_2.jpg) no-repeat top right #d7eafb;}
.submenu > ul li, .submenu > ul li a {color: #346ca7; font-weight:bold;}
#date {font-weight: bold;}
.inner_menu ul li a {color: #346ca7; font-weight:bold;}
/*Новый год Конец*/

.pro-btn a{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
-webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
width: 135px;
height: 38px;
background-color: #0c89cf;
color:#fff;
border-radius: 6px;
font-weight: normal;
font-size: 15px;
font-family: "PT Sans", Georgia, serif;
outline:none;
text-decoration:none;
margin-left: auto;
}
.pro-btn p{
	float: left;
width: 70%;
	text-indent: 0!important;
  }
.age-warn {
/* 	display: inline-block;
    padding: 15px 12px;
    margin: 0;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    background-color: #0c89cf;
    border-radius: 50%;
    font-weight: 500; */
    display: inline-block;
    padding: 8px 7px;
    margin: 0;
    margin-left: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    background-color: #0c89cf;
    font-weight: 500;
}
.age-warn--news {
	display: block;
    width: 83px;
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px;
    margin-right: -8px;
    margin-left: auto;
    padding: 15px 7px;
    position: relative;
}
@media screen and (max-width: 991px) {
	.age-warn--news {
	    margin-right: 0;
	}
}
@media screen and (max-width: 500px) {
	.age-warn--news {
	    position: static;
	    margin-right: auto;
	    margin-left: 0;
	}
}
.age_afisha_wrap {
	text-align: right;

}
	@media screen and (max-width: 991px) {
		.age_afisha_wrap {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 680px) {
		.age_afisha_wrap {
			float: right;
		}
	}
.age_afisha_wrap span {
    color: #8e9297;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.age_afisha_wrap .age-warn--news{
	display: inline-block;
}
.form-age {
	display: flex;
	align-items: flex-start;
}

.gdpr {
    position: fixed;
    top: auto;
    bottom: 0;
    height:auto;
	background-color:#333;
	opacity: 0.5;
    color: #fff;
    padding: 10px 15px 10px;
    font-size: 14px;
	text-align: center;
    z-index:1000;
}
.btn_close {
    display: block;
    margin: 5px auto 0;
    font-size: 12px;
    padding: 3px 20px;
    background-color: #fff;
    cursor: pointer;
    color: #000;
    border: none;
    text-align: center;
    border-radius: 5px;
}
/* .btn_close::before {
	content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 22px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #fff;
}
.btn_close::after {
	content: '';
    position: absolute;
    top: 11px;
    right: 0;
    width: 22px;
    height: 1px;
    transform: rotate(-45deg);
    background-color: #fff;
}
.btn_close:hover::before {
    background-color: #0c89cf;
}
.btn_close:hover::after {
    background-color: #0c89cf;
} */
@media screen and (max-width: 991px) {
	.gdpr {
		padding: 5px 10px;
	    font-size: 12px;
	}
}
@media screen and (max-width: 600px) {
	.gdpr {
	    padding: 5px;
	    font-size: 11px;
	}
	.btn_close {
		font-size: 11px;
	}
}
@media screen and (max-width: 400px) {
	footer .col-lg-4.col-lg-offset-6.col-md-4.col-md-offset-5.col-sm-5.col-sm-offset-4.col-xs-6 {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 30px;
	}
}

/* .direct >div >div >yatag >yatag>yatag>yatag{
	position: relative;
}
.direct >div >div >yatag >yatag>yatag>yatag::before {
	content: '18+';
	display: block;
	padding: 2px;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 100;
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    font-size: 12px;
} */
.direct h2 {
	display: inline-block;
}
.direct h2::after {
	content: '18+';
	display: inline-block;
	color: #8e9297;
    font-size: 18px;
    margin-left: 10px;
}
/* #afisha .opacity {
	position: relative;
}
#afisha .opacity::before {
	content: '18+';
	display: block;
	padding: 2px;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 100;
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    font-size: 12px;
} */
/* .main_content.afisha .block .col-lg-4.col-md-6.col-sm-4.col-xs-6 {
	position: relative;
}
.main_content.afisha .block .col-lg-4.col-md-6.col-sm-4.col-xs-6::before {
	content: '18+';
	display: block;
	padding: 2px;
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 100;
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    font-size: 12px;
     opacity: 0.3;
} */
.konkurs_list,
#latest_news .pic,
.all_news .news_list,
#company_news .news-item,
.spec_banner .soa_banner,
.radio_title {
	position: relative;
}

#latest_news .pic::before,
.all_news .news_list::before,
/* #company_news .news-item::before, */
#slidorion .slider .slide::before {
	content: attr(data-description);
	display: block;
	padding: 2px;
	position: absolute;
	left: 13px;
	top: 3px;
	z-index: 100;
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    opacity: 0.3;
    font-size: 12px;
}
.all_news .konkurs-carousel  .news_list::before,
.all_news .news_list.konkurs_list::before {
	display: none;
}
#latest_news .pic::before,
.all_news .news_list::before {
	opacity: 0;
}
.radio_title::before {
	content: '16+';
	display: block;
	padding: 2px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 100;
    color: #000;
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    opacity: 0.3;
    font-size: 12px;
}
/* .spec_banner .soa_banner::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
} */
#latest_news .pic::before,
#slidorion .slider .slide::before{
	left: 5px;
}
.all_news .news_list::before {
	left: auto;
	right: 20px;
}
#company_news .news-item::before  {
	left: auto;
	right: 5px;
	top: auto;
	bottom: 3px;
}

.top_pos::before {
	left: auto;
	right: 5px;
	top: auto;
	bottom: 5px;
}

iframe {
	border: 0;
	/*height: 100%;*/
	/*left: 0;*/
	/*position: absolute;*/
	/*top: 0;*/
	width: 100%;
}

@media (min-width: 700px) {
	.newsinfancybox {
		min-width: 600px;
	}
}
@media (min-width: 960px) {
	.newsinfancybox {
		min-width: 800px;
		margin: 0 50px 0 25px
	}
}
@media (max-width: 960px) {
	.newsinfancybox {
		max-width: 800px;
	}
}

@media screen and (max-width: 991px) {
	#afisha a[href="/afisha/"] + div {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
.company_age {
	font-size: 17px;
	line-height: 30px;
    text-align: left;
    clear: both;
}
.news_list .front, .news_list .gray_block + div {
	position: relative;
}


.news_list.full > div,
.news_list.full .gray_block,
.block.article a.fancybox,
.block_header + p a.ashow_wrapper,
#latest_news .pic,
.main_content.catalog .news_block .gray_block {
	position: relative;
}
.block.article > a.fancybox {
	display: block;
	float: left;

}
.block_header + p a.ashow_wrapper {
	display: inline-block;
}
	@media screen and (min-width: 321px) and (max-width: 570px) {
		.block.article > a.fancybox {
			width: 50%;
			margin-right: 10px !important;
		}
		.block.article > a.fancybox  img.news_main_pic {
			width: auto;
			float: none;
		}
	}
	@media screen and (max-width: 500px) {
		.block.article > a.fancybox {
			float: none;
		}
	}
.news_main_pic__wrapper {
	position: relative;
	display: block;
}
.news_main_pic_caption {
	display: block;
	margin-top: 3px;
	padding: 12px;
	color: #fff;
	font-size: 17px;
	font-style: italic;
	font-weight: 700;
	border-radius: 5px;
	background-color: #5496b9;
}

/*добавить ниже строки 2921 в main.css*/

@media screen and (max-width: 500px) {
	.block.article > a.news_main_pic {
		float: none;
		width: 300px;
		margin: 0 auto 20px!important;
	}
}
.news_list.full > div .age_limit,
.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit,
#news_of_the_day .fimg_wrap .age_limit,
.slider .slide .age_limit,
.block.article a.fancybox .age_limit,
.flipper .front .age_alist,
.block_header + p a.ashow_wrapper .age_ashow,
#afisha > div > div > a:first-child .age_afisha,
#latest_news .pic .age_limit,
.main_content.catalog .news_block .gray_block .age_limit {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1px;
    background-color: #fff;
    color: #346ca7;
    font-weight: 700;
}
.news_list.full > div .age_limit–big,
.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–big,
#news_of_the_day .fimg_wrap .age_limit–big,
.block.article a.fancybox .age_limit–big,
.flipper .front .age_alist–big,
.block_header + p a .age_ashow–big,
#afisha > div > div > a:first-child .age_afisha–big,
#latest_news .pic .age_limit–big {
	display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    border: 1px solid #346ca7;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}
.block.article a.fancybox .age_limit {
	right: 20px;
	bottom: 20px;
}
.block.article a.fancybox .age_limit–big,
.news_list.full > div .age_limit–big,
.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–big {
	width: 65px;
    height: 65px;
    font-size: 30px;
    line-height: 65px;
}
.block_header + p a .age_ashow–big {
	width: 25px;
    height: 25px;
    right: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 25px;
}
#afisha > div > div {
	position: relative;
}
.left-afisha_img-wrapper {
	position: relative;
	display: block;
}
#afisha > div > div > a:first-child .age_afisha–big {
	width: 55px;
    height: 55px;
    right: 0;
    top: 163px;
    font-size: 32px;
    line-height: 55px;
}
	@media screen and (max-width: 991px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 63%;
		}
	}
	@media screen and (max-width: 900px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 59%;
		}
	}
	@media screen and (max-width: 860px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 56%;
		}
	}
	@media screen and (max-width: 810px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 52%;
		}
	}
	@media screen and (max-width: 767px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 75%;
		}
	}
	@media screen and (max-width: 680px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: calc(100% - 95px);
		}
	}
/* 	@media screen and (max-width: 630px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 72%;
		}
	} */
	@media screen and (max-width: 550px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 68%;
		}
	}
	@media screen and (max-width: 520px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			top: 63%;
		}
	}
	@media screen and (max-width: 500px) {
		#afisha > div > div > a:first-child .age_afisha–big {
			width: 90px;
		    height: 90px;
		    right: 0;
		    top: 77%;
		    font-size: 50px;
		    line-height: 90px;
		}
	}
	@media screen and (max-width: 480px) {
		#afisha > div > div > a:first-child .age_afisha–big {
		    top: calc(100% - 115px);
		}
	}

.left-afisha_img-wrapper  .age_afisha–big {
	top: auto!important;
	bottom: 5px!important;
	margin: 0!important;
}

	@media screen and (min-width: 321px) and (max-width: 570px) {
		.block.article a.fancybox .age_limit–big {
			width: 55px;
		    height: 55px;
		    font-size: 32px;
		    line-height: 55px;
		}
		.block.article a.fancybox .age_limit {
			right: 0;
			bottom: 5px;
		}
	}
	@media screen and (max-width: 320px) {
		.block.article a.fancybox .age_limit {
			right: 0;
			bottom: 5px;
		}
	}

.flipper .front .age_alist–big {
	display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 75px;
    height: 75px;
    border: 1px solid #346ca7;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
}
.slider .slide .age_limit–big {
	display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border: 1px solid #346ca7;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 50px;
    line-height: 90px;
    text-align: center;
}
.news_list.full > div .age_limit–small,
.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–small,
#news_of_the_day .fimg_wrap .age_limit–small,
.slider .slide .age_limit–small,
.flipper .front .age_alist–small,
.block_header + p a .age_ashow–small,
#afisha > div > div > a:first-child .age_afisha–small,
#latest_news .pic .age_limit–small,
.main_content.catalog .news_block .gray_block .age_limit–small {
	display: inline-block;
	padding: 3px;
    font-size: 16px;
}
.flipper .front .age_alist–small,
.block_header + p a .age_ashow–small,
#afisha > div > a:first-child .age_afisha–small {
	right: 0;
	bottom: 0;
}
#news_of_the_day .fimg_wrap .age_limit–small,
.block_header + p a .age_ashow–small,
#afisha > div > div > a:first-child .age_afisha–small,
.main_content.catalog .news_block .gray_block .age_limit–small {
	font-size: 13px;
}
	@media screen and (max-width: 1399px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit,
		.news_list.full > div .age_limit {
			top: 178px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 1199px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit,
		.news_list.full > div .age_limit {
			top: 117px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 991px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit,
		.news_list.full > div .age_limit {
			top: 164px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 570px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit,
		.news_list.full > div .age_limit {
			top: 174px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 534px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit,
		.news_list.full > div .age_limit {
			top: 157px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 500px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit,
		.news_list.full > div .age_limit {
			top: 234px;
			bottom: auto!important;
		}
	}

	@media screen and (max-width: 1399px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–small,
		.news_list.full > div .age_limit–small {
			top: 218px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 1199px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–small,
		.news_list.full > div .age_limit–small {
			top: 157px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 991px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–small,
		.news_list.full > div .age_limit–small {
			top: 204px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 570px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–small,
		.news_list.full > div .age_limit–small {
			top: 214px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 534px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–small,
		.news_list.full > div .age_limit–small {
			top: 197px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 500px) {
		.news_list.col-lg-4.col-md-4.col-sm-4.col-xs-6 .age_limit–small,
		.news_list.full > div .age_limit–small {
			top: 274px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 767px) {
		.news_list.full div.gray_block .age_limit {
			display: none!important;
		}
	}
	@media screen and (min-width: 768px) {
		.all_news .full .gray_block, .all_news .full .gray_block + div {
			height: 100%;
		}
		.all_news .full .gray_block {
			overflow: visible;
		}
	}

/* .block.article + noindex #latest_news {
	opacity: 0;
} */
.na-pravah-rek2 {
	position: absolute;
	bottom: 0;
    left: 0;
    color: #346ca7!important;
    font-weight: 700;
    padding: 3px;
    background-color: #fff;
}
.na-pravah-rek {
    color: #346ca7!important;
    position: absolute;
    bottom: 0!important;
    left: 0!important;
    font-weight: 700;
    padding: 3px;
    background-color: #fff;
}
	@media screen and (max-width: 1399px) {
		.na-pravah-rek2,
		.na-pravah-rek/* ,
		.news_list.full div.gray_block .age_limit */ {
			top: 220px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 1199px) {
		.na-pravah-rek2,
		.na-pravah-rek/* ,
		.news_list.full div.gray_block .age_limit */ {
			top: 159px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 991px) {
		.na-pravah-rek2,
		.na-pravah-rek/* ,
		.news_list.full div.gray_block .age_limit */ {
			top: 206px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 570px) {
		.na-pravah-rek2,
		.na-pravah-rek/* ,
		.news_list.full div.gray_block .age_limit */ {
			top: 216px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 534px) {
		.na-pravah-rek2,
		.na-pravah-rek/* ,
		.news_list.full div.gray_block .age_limit */ {
			top: 199px;
			bottom: auto!important;
		}
	}
	@media screen and (max-width: 500px) {
		.na-pravah-rek2,
		.na-pravah-rek/* ,
		.news_list.full div.gray_block .age_limit */ {
			top: 276px;
			bottom: auto!important;
		}
	}

.tovar_img a {
	position: relative;
	display: block;
}
#goods .tovar > a,
.tovar_left a {
	position: relative;
}
.cat-item_age {
	position: absolute;
	right: 0;
    top: 0;
    background-color: #fff;
    color: #346ca7;
    font-weight: 700;
    display: inline-block;
	padding: 3px;
    font-size: 16px;
}
.toppos_link-more {
	text-align: right;
}
.toppos_link-more .company-item_age {
	display: block;
	text-align: right;
	color: #346ca7;
    font-weight: 700;
    font-size: 13px;
}
.top_pos div .company-item_age,
.top_pos > .company-item_age {
	position: absolute;
	left: 0;
    top: 0;
    background-color: #fff;
    color: #346ca7;
    font-weight: 700;
    display: inline-block;
	padding: 3px;
    font-size: 14px;
    z-index: 1;
}
.paid_item > div:first-of-type > .block:first-of-type {
	overflow: initial;
}
.paid_item h1 {
	position: relative;
}
.paid_item h1 .open-com-item_age {
	position: absolute;
	right: 0;
    top: -10px;
    background-color: #fff;
    color: #346ca7;
    font-weight: 700;
    display: inline-block;
	padding: 3px;
    font-size: 16px;
}
.free_item .gray_block {
	position: relative;
}

.free_item .gray_block .company-item_age {
	position: absolute;
	right: 0;
    bottom: 0;
    background-color: #fff;
    color: #346ca7;
    font-weight: 700;
    display: inline-block;
	padding: 3px;
    font-size: 13px;
}

ul.simple-pagination {
	list-style: none;
}

#pagination.simple-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 50px 0;
}
.simple-pagination ul a,
.simple-pagination ul span {
    float: none;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    margin: 2px 5px;
    color: #7c7c7c;
    font-size: 15px;
    line-height: 36px;
    font-weight: normal;
    text-align: center;
    border: 1px solid rgb(179, 181, 183);
    border-radius: 50%;
    box-shadow: none;
    background: rgba(51, 122, 183, 0);
    box-sizing: border-box;
}
	.simple-pagination ul a:hover {
		background: inherit;
		color: inherit;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
.simple-pagination ul .next,
.simple-pagination ul .prev {
	border-radius: 0;
	width: 87px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	background: #337ab7;
	border-radius: 2px;
	border-color: #337ab7;
}
.simple-pagination ul .next {
	margin-right: 0;
	margin-left: 20px;
}
.simple-pagination ul .prev {
	margin-left: 0;
	margin-right: 20px;
}
.simple-pagination ul .current {
    background: #337ab7;
    color: #FFF;
    border-color: #337ab7;
    box-shadow: none;
}
	@media screen and (max-width: 680px) {
		#pagination.simple-pagination ul {
			margin: 30px 0;
		}
		.simple-pagination ul a,
		.simple-pagination ul span {
		    width: 30px;
		    height: 30px;
		    margin: 2px 3px;
		    color: #7c7c7c;
		    font-size: 12px;
		    line-height: 28px;
		}
		.simple-pagination ul .next,
		.simple-pagination ul .prev {
			width: 70px;
			font-size: 10px;
		}
		.simple-pagination ul .next {
			margin-left: 5px;
		}
		.simple-pagination ul .prev {
			margin-right: 5px;
		}
	}

/* Заголовок у картинки в новостях*/
#news_text a.pos-rel {
	position: relative;
	display: inline-block;
	text-align:center;
	font-size: small;
}
#news_text div.img-title {
	position: absolute;
	display: inline-block;
	bottom: 4px;
	left: 8px;
	color: white;
	background-color: grey;
	padding: 2px;
	max-width: 300px;
	border-radius: 5px;
	text-indent: 0;
	/*opacity: 0.5;*/
}
.picblock--highlight {
	margin: 20px -65px;
	padding: 20px 65px;
	background-color: #dddddd;
}
	@media screen and (max-width: 991px) {
		.picblock--highlight {
			margin: 20px -10px;
			padding: 20px 10px;
		}
	}
.picblock--highlight .img_in_article {
	margin-top: 0;
}
.img_in_article {
	float: right;
	max-width: 48%;
	margin: 12px 0 12px 12px;
	text-align: center;
}
.img_in_article img {
	float: none;
	margin: 0;
}
.img_in_article__name {
	margin-top: 10px;
	color: #346ca7;
	font-style: italic;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	.img_in_article {
		max-width: 100%;
		float: none;
		margin: 12px auto;
	}
}

.img_in_article {
	float: right;
	max-width: 48%;
	margin: 12px 0 12px 12px;
	text-align: center;
}
.img_in_article__name {
	margin-top: 10px;
	color: #346ca7;
	font-style: italic;
	font-size: 14px;
}
@media screen and (max-width: 480px) {
	.img_in_article {
		max-width: 100%;
		float: none;
		margin: 12px auto;
	}
}

.breadcrumbs {
	font-size: 13px;
}
.age_afisha_wrap + .breadcrumbs {
	margin: 10px 0 15px;
}
.all_news .breadcrumbs,
.catalog .breadcrumbs {
	margin: 15px 0px;
}
.work .breadcrumbs {
	margin: -5px 20px 15px;
}
@media screen and (max-width: 767px) {
	.work .breadcrumbs {
		margin: -5px 10px 15px;
	}
}
.konkurs .leaders .breadcrumbs {
	max-width: calc(100% - 120px);
	margin: 10px 0 15px;
}
@media screen and (max-width: 570px) {
	.konkurs .leaders .breadcrumbs {
		max-width: 100%;
	}
}
.breadcrumbs a {
	position: relative;
	padding-right: 20px;
	color: #333333;
	text-decoration: none;
}
.breadcrumbs a::after {
	content: '';
	position: absolute;
	right: 7px;
	top: 5px;
	width: 4px;
	height: 6px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 6px;
	background-image: url("data:image/svg+xml,%3Csvg transform='rotate(180)' fill='%238e9297' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.breadcrumbs span {
	color: #346ca7;
}
@media screen and (min-width: 992px) {
	.article .breadcrumbs {
		margin: 0 -50px;
	}
}
@media screen and (max-width: 600px) {
	#rubric_link.rubric_link--news {
		position: static;
		display: block;
		margin-bottom: 10px;
	}
}
.article_bottom + #showsomm_btn + .article_bottom p a {
	margin-right: 5px;
	color: #346ca7;
}
.article_bottom + #showsomm_btn + .article_bottom p a:last-child {
	color: #a73437;
}
.article_bottom .article_to_list {
	display: inline-block;
	padding: 8px 12px 8px 25px;
	font-size: 14px;
	border-width: 1px;
	border-color: rgb(207, 207, 207);
	border-style: solid;
	border-radius: 5px;
	background-color: rgb(232, 231, 226);
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 8px;
	background-image: url("data:image/svg+xml,%3Csvg fill='%238e9297' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (min-width: 992px) {
	.article_bottom .showcomm2,
	.article_bottom .ans_comment_form,
	.article_bottom .comment_form {
		margin-left: 30px;
	}
	.article_bottom .article_to_list {
		margin-left: -20px;
	}
}
.comment_form p br {
	display: none;
}
.main_content  #cat_search, 
.search {
	overflow: initial;
}
#cat_search form, .search form {
	display: flex;
}
#cat_search .searcharea, .search .searcharea {
	flex-grow: 1;
	min-width: 0;
}
#cat_search form [type="submit"] {
	width: 85px;
	flex-shrink: 0;
}
.search_select {
	flex-shrink: 0;
	display: flex;
    justify-content: center;
    flex-direction: column;
	position: relative;
	width: 165px;
	height: 34px;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.search_select__current {
	position: relative;
	display: block;
	padding-right: 30px;
}
.search_select__current::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	border-radius: 2px;
	background-color: rgb(199, 238, 255);
	background-image: url("data:image/svg+xml,%3Csvg transform='rotate(270)' fill='%23337ab7' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492 492' style='enable-background:new 0 0 492 492;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
.search_select__list {
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 2px 2px;
	border: 1px solid #ccc;
	border-top: none;
}
.search_select__option {
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	color: #acacac;
}
.search_select__option:hover {
	color: #fff;
	background-color: #0c89cf;
}
@media screen and (max-width: 480px) {
	#cat_search form [type="submit"] {
		width: 60px;
	}
	.search_select {
		width: 105px;
		padding: 3px;
		font-size: 12px;
		line-height: 1.1;
	}
}
.search .form-group .input-group {
	display: flex;
}
.search .form-inline .input-group > .form-control {
	width: 200px;
}
@media screen and (max-width: 480px) { 
	.search {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-right: 0;
		padding: 0 5px;
	}
	.search .form-inline {
		position: relative;
		width: 100%;
	}
	.search .form-inline .input-group > .form-control {
		width: 100px;
		padding-left: 5px;
	    padding-right: 2px;
	}
	.search .form-group {
		width: 100%;
	}
	.search .age-warn {
		position: absolute;
		right: 0;
		top: 100%;
	}
	.search #date {
		margin-left: auto;
	}
	.search #enter_button {
		order: 2;
		margin-right: 50px;
	}
	.search a {
		float: none;
	}
}
.search .form-group .search_select {
	border: none;
}
.block.article .paid_article p {
	text-indent: 0;
}
.paid_article h3 {
	margin: 20px 0;
	font-size: 20px;
	font-weight: 700;
}
	@media (max-width: 480px) {
		.paid_article h3 {
			font-size: 18px;
		}
	}

.paid_article__main_bnr {
	width: 100%;
	float: none;
	margin: 20px 0 35px;
}
	@media (max-width: 480px) {
		.paid_article__main_bnr {
			width: calc(100% + 10px);
			margin: 15px -5px 35px;
		}
	}
.photo_caption {
	display: block;
	width: 100%;
}
.photo_caption--left {
	float: left;
	max-width: 45%;
	margin-right: 45px;
	margin-bottom: 35px;
}
.photo_caption--right {
	float: right;
	max-width: 45%;
	margin-left: 45px;
	margin-bottom: 35px;
}
	@media (max-width: 767px) {
		.photo_caption--left {
			margin-right: 25px;
			margin-bottom: 20px;
		}
		.photo_caption--right {
			margin-left: 25px;
			margin-bottom: 20px;
		}
	}
	@media (max-width: 480px) {
		.photo_caption--left {
			float: none;
			max-width: 100%;
			margin-right: 0;
		}
		.photo_caption--right {
			float: none;
			max-width: 100%;
			margin-left: 0;
		}
	}

.photo_caption img,
.photo_caption iframe {
	width: 100%;
}
.photo_caption span {
	display: flex;
	align-items: center;
	min-height: 65px;
	margin: 7px 0 0;
	padding: 5px 20px;
	font-style: italic;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
 	border-radius: 8px;
  	background-color: rgb(84, 150, 185);
}
	@media (max-width: 480px) {
		.photo_caption span {
			margin: 4px 0 0;
		}
	}
.paid_article__share {
	clear: both;
	display: grid;
	grid-template-columns: 160px 1fr;
	grid-column-gap: 50px;
	align-items: flex-start;
	width: 100%;
	margin: 50px 0;
	padding: 20px;
	color: #fff;
	font-size: 20px;
  	border-radius: 8px;
 	background-color: rgb(55, 113, 176);
 	box-sizing: border-box;
}
	@media (max-width: 767px) {
		.paid_article__share {
			grid-column-gap: 25px;
			font-size: 18px;
		}
	}
	@media (max-width: 480px) {
		.paid_article__share {
			margin: 30px 0;
		}
	}
.paid_article__share_logo {
	grid-row: 1/3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
  	height: 160px;
	border-radius: 8px;
  	background-color: rgb(255, 255, 255);
}
	@media (max-width: 480px) {
		.paid_article__share_logo {
			grid-row: 1/2;
		}
	}
.paid_article__share_logo img {
	max-width: 100%;
}
.paid_article__share_text p {
	margin: 0 0 20px;
	line-height: 1.3;
}
.paid_article__share_links {
	display: flex;
}
	@media (max-width: 480px) {
		.paid_article__share_text {
			align-self: center;
		}
		.paid_article__share_links {
			grid-column: 1/-1;
			margin-top: 20px;
			justify-content: center;
		}
	}
.paid_article__share_links svg {
	width: 48px;
	height: 48px;
	border: 5px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}
.paid_article__share_links a + a {
	margin-left: 15px;
}
.paid_article__photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 30px;
	margin: 45px 0 30px;
}
	@media (max-width: 767px) {
		.paid_article__photos {
			grid-column-gap: 15px;
		}
	}
	@media (max-width: 480px) {
		.paid_article__photos {
			grid-template-columns: 100%;
			grid-row-gap: 15px;
		}
	}
.paid_article__video {
	margin: 40px 0 30px;
}
	@media (max-width: 480px) {
		.paid_article__photos,
		.paid_article__video {
			margin: 30px 0;
		}
		.paid_article__video iframe {
			height: 290px!important;
		}
	}
.paid_article__infogr {
	margin: 25px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #cccccc;
}
	@media (max-width: 480px) {
		.paid_article__infogr {
			margin: 25px 0 20px;
			padding-bottom: 30px;
		}
	}
.paid_article__opinion_top {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	grid-column-gap: 30px;
	margin: 30px 0;
	padding: 55px 50px;
  	background-color: rgb(235, 246, 252);
}
	@media (max-width: 767px) {
		.paid_article__opinion_top {
			margin: 25px 0;
			padding: 30px 40px 15px;
			grid-column-gap: 20px;
		}
	}
	@media (max-width: 599px) {
		.paid_article__opinion_top {
			grid-template-columns: 100%;
			grid-row-gap: 20px;
		}
	}
.paid_article__opinion_img {
	text-align: center;
}
.paid_article__img img {
	max-width: 100%;
	border-radius: 50%;
}
.paid_article__name {
	margin-top: 20px;
	padding: 20px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	text-align: left;
  	border-radius: 8px;
  	background-color: rgb(84, 150, 185);
  	box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.25);
}
.paid_article__name b {
	display: block;
	margin-top: 5px;
	font-size: 16px;
}
.paid_article__opinion_text {
	position: relative;
	padding-top: 25px;
}
.paid_article__opinion_text::before {
	content: '';
	position: absolute;
	left: 0;
	top: -15px;
	width: 28px;
	height: 22px;
	background-image: url('/static/img/paid_article__opinion_text.png');
}
.paid_article__opinion_btm {
	position: relative;
	margin: 30px 0;
	padding: 35px 50px 50px;
  	background-color: rgb(235, 246, 252);
}
	@media (max-width: 767px) {
		.paid_article__opinion_btm {
			margin: 15px 0 25px;
			padding: 30px 40px;
		}
	}
.paid_article__opinion_btm::after {
	content: '';
	position: absolute;
	right: 50px;
	bottom: 20px;
	width: 28px;
	height: 22px;
	background-image: url('/static/img/paid_article__opinion_text.png');
	transform: rotate(180deg);
}
.paid_article__highlight {
	margin: 30px 0;
	padding: 25px 80px;
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
  	border-style: solid;
  	border-width: 2px;
  	border-color: rgb(84, 150, 185);
  	background-color: rgb(255, 255, 255);
}
	@media (max-width: 767px) {
		.paid_article__highlight {
			margin: 20px 0;
			padding: 20px 40px;
		}
	}
	@media (max-width: 480px) {
		.paid_article__highlight {
			font-size: 16px;
		}
	}
.block.article .paid_article__highlight p {
	margin: 0;
}
.paid_article__team {
	margin: 60px 0;
}
.paid_article__slider  {
	padding: 0 20px;
}
	@media (max-width: 600px) {
		.paid_article__slider {
			padding: 0;
		}
	}
.paid_article__slider .owl-stage {
	display: flex;
}
.paid_article__slider .owl-item {
	display: flex;
	flex-direction: column;
}
.paid_article__slider .owl-nav .owl-prev,
.paid_article__slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    width: 46px;
  	height: 46px;
  	font-size: 0;
  	border-radius: 8px;
  	background-color: rgb(255, 255, 255);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: 18px;
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%232196F3;' d='M511.189,259.954c1.649-3.989,0.731-8.579-2.325-11.627l-192-192 c-4.237-4.093-10.99-3.975-15.083,0.262c-3.992,4.134-3.992,10.687,0,14.82l173.803,173.803H10.667 C4.776,245.213,0,249.989,0,255.88c0,5.891,4.776,10.667,10.667,10.667h464.917L301.803,440.328 c-4.237,4.093-4.355,10.845-0.262,15.083c4.093,4.237,10.845,4.354,15.083,0.262c0.089-0.086,0.176-0.173,0.262-0.262l192-192 C509.872,262.42,510.655,261.246,511.189,259.954z'/%3E%3Cpath d='M309.333,458.546c-5.891,0.011-10.675-4.757-10.686-10.648c-0.005-2.84,1.123-5.565,3.134-7.571L486.251,255.88 L301.781,71.432c-4.093-4.237-3.975-10.99,0.262-15.083c4.134-3.992,10.687-3.992,14.82,0l192,192 c4.164,4.165,4.164,10.917,0,15.083l-192,192C314.865,457.426,312.157,458.546,309.333,458.546z'/%3E%3Cpath d='M501.333,266.546H10.667C4.776,266.546,0,261.771,0,255.88c0-5.891,4.776-10.667,10.667-10.667h490.667 c5.891,0,10.667,4.776,10.667,10.667C512,261.771,507.224,266.546,501.333,266.546z'/%3E%3C/svg%3E%0A");
  	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.paid_article__slider .owl-nav .owl-prev {
	left: 0;
	transform: scale(-1, 1);
}
.paid_article__slider .owl-nav .owl-next {
	right: 0;
}
.paid_article__team_item {
	flex-grow: 1;
	padding: 15px;
	font-size: 16px;
  	border-radius: 8px;
  	background-color: rgb(235, 246, 252);
}
	@media (max-width: 600px) {
		.paid_article__team_item {
			font-size: 14px;
		}
	}
.paid_article__team_item img {
	max-width: 90%;
	border-radius: 50%;
}
.owl-carousel .owl-item .paid_article__team_item img {
	max-width: 90%;
}
	@media (max-width: 991px) {
		.paid_article__team_item img,
		.owl-carousel .owl-item .paid_article__team_item img  {
			max-width: 80% !important
		}
	}
.block.article .paid_article__team_item p {
	margin: 0;
}
.block.article .paid_article__team_item .paid_article__team_name {
	margin: 7px 0;
	font-weight: 700;
	color: #346ca7;
}
.paid_article__gallery {
	margin: 60px 0;
}
	@media (max-width: 600px) {
		.paid_article__team h3,
		.paid_article__gallery h3 {
			text-align: center;
		}
		.paid_article__team,
		.paid_article__gallery {
			margin: 30px 0;
		}
	}
.paid_article__gallery_alt {
	display: flex;
	align-items: center;
	min-height: 65px;
	margin: 7px 0 0;
	padding: 5px 20px;
	font-style: italic;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
 	border-radius: 8px;
  	background-color: rgb(84, 150, 185);
}
.paid_article__gallery_slider .paid_article__gallery_controls {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -2px;
	left: 50%;
	height: 46px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 8px;
	transform: translateX(-50%);
}
.paid_article__gallery_slider .owl-dots {
	display: flex;
	align-items: center;
	justify-content: center;
}
.paid_article__gallery_slider .owl-prev,
.paid_article__gallery_slider .owl-next {
    width: 46px;
  	height: 46px;
  	font-size: 0;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: 18px;
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%232196F3;' d='M511.189,259.954c1.649-3.989,0.731-8.579-2.325-11.627l-192-192 c-4.237-4.093-10.99-3.975-15.083,0.262c-3.992,4.134-3.992,10.687,0,14.82l173.803,173.803H10.667 C4.776,245.213,0,249.989,0,255.88c0,5.891,4.776,10.667,10.667,10.667h464.917L301.803,440.328 c-4.237,4.093-4.355,10.845-0.262,15.083c4.093,4.237,10.845,4.354,15.083,0.262c0.089-0.086,0.176-0.173,0.262-0.262l192-192 C509.872,262.42,510.655,261.246,511.189,259.954z'/%3E%3Cpath d='M309.333,458.546c-5.891,0.011-10.675-4.757-10.686-10.648c-0.005-2.84,1.123-5.565,3.134-7.571L486.251,255.88 L301.781,71.432c-4.093-4.237-3.975-10.99,0.262-15.083c4.134-3.992,10.687-3.992,14.82,0l192,192 c4.164,4.165,4.164,10.917,0,15.083l-192,192C314.865,457.426,312.157,458.546,309.333,458.546z'/%3E%3Cpath d='M501.333,266.546H10.667C4.776,266.546,0,261.771,0,255.88c0-5.891,4.776-10.667,10.667-10.667h490.667 c5.891,0,10.667,4.776,10.667,10.667C512,261.771,507.224,266.546,501.333,266.546z'/%3E%3C/svg%3E%0A");
}
.paid_article__gallery_slider .owl-prev {
	order: -1;
	transform: scale(-1, 1);
}
.paid_article__gallery_slider .owl-dot {
	width: 8px;
  	height: 8px;
  	margin: 0 6px;
  	border-radius: 50%;
  	background-color: rgb(150, 150, 150);
}
.paid_article__gallery_slider .owl-dot.active {
	width: 14px;
  	height: 14px;
  	background-color: rgb(0, 0, 0);
}
.paid_article__items {
	margin: 60px 0;
}
	@media (max-width: 600px) {
		.paid_article__items {
			margin: 30px 0;
		}
	}
.paid_article__items h3 {
	margin-bottom: 30px;
	text-align: center;
	font-size: 25px;
}
	@media (max-width: 767px) {
		.paid_article__items h3 {
			font-size: 22px;
		}
	}
	@media (max-width: 480px) {
		.paid_article__items h3 {
			margin-bottom: 20px;
		}
	}
.paid_article__item {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 17px 20px;
	font-size: 16px;
  	border-radius: 8px;
  	background-color: rgb(241, 245, 249);
}
	@media (max-width: 767px) {
		.paid_article__item {
			font-size: 15px;
		}
	}
	@media (max-width: 600px) {
		.paid_article__item {
			padding: 15px 15px 20px;
		}
	}
	.paid_article__item:hover {
 		background-color: rgb(255, 255, 255);
  		box-shadow: 0px 0px 40px 0px rgba(46, 46, 46, 0.2);
	}
.paid_article__item_img {
	position: relative;
}
.paid_article__item_img.sale::before {
	content: 'Акция!';
	position: absolute;
	top: -5px;
	right: -5px;
	padding: 10px 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.3rem;
  	border-radius: 5px;
  	background-color: rgb(238, 46, 59);
  	z-index: 10;
}
.block.article .paid_article__item_name {
	margin: 10px 0;
}
.paid_article__item_prices {
	margin-top: auto;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 700;
}
	@media (max-width: 767px) {
		.paid_article__item_prices {
			font-size: 16px;
		}
	}
.paid_article__item_price {
	color: #346ca7;
	white-space: nowrap;
}
.paid_article__item_oldprice {
	color: #000000;
	white-space: nowrap;
}
.paid_article__item_prices b {
	font-family: 'Manrope', sans-serif;
}
.paid_article__item_oldprice span {
	position: relative;
}
.paid_article__item_oldprice span::after {
	content: '';
	position: absolute;
	bottom: 40%;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #000000;
}
.paid_article__item_oldprice + .paid_article__item_price {
	color: #ef3438;
}
.paid_article__item_btn {
	width: 140px;
	padding: 12px 5px;
	font-size: 15px;
	color: #fff;
	text-align: center;
  	border-radius: 8px;
  	background-color: rgb(13, 137, 207);
  	border: 1px solid rgb(13, 137, 207);
}
.paid_article__item_btn.fancybooth {
	margin-bottom: 10px;
	color: rgb(13, 137, 207);
  	background-color: #fff;
}
	@media (max-width: 600px) {
		.paid_article__item_btn {
			padding: 8px 5px;
		}
		.paid_article__item_btn.fancybox {
			margin-bottom: 6px;
		}
	}

.paid_article__item_btn.fancybox:hover {
	color: #6782a5;
	background-color: rgb(245, 245, 245);
	border-color: rgb(245, 245, 245);
}
.paid_article__items_slider:not(.owl-carousel) {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 30px;
	grid-row-gap: 20px;
}
	@media (max-width: 1199px) {
		.paid_article__items_slider:not(.owl-carousel) {
			grid-column-gap: 15px;
		}
	}
	@media (max-width: 1199px) and (min-width: 992px) {
		.paid_article__items_slider:not(.owl-carousel) {
			grid-template-columns: 1fr 1fr;
		}
	}
	@media (max-width: 767px) {
		.paid_article__items_slider:not(.owl-carousel) {
			grid-template-columns: 1fr 1fr;
		}
	}
	@media (max-width: 414px) {
		.paid_article__items_slider:not(.owl-carousel) {
			grid-template-columns: 1fr;
		}
	}
.paid_article__item_btn:hover {
	color: #fff;
	background-color: #189ce7;
	border-color: #189ce7;
}
.paid_article__items_links {
	margin-top: 45px;
	text-align: center;
}
.paid_article__items_links a {
	display: inline-block;
	width: 140px;
	padding: 12px 5px;
	text-align: center;
	font-size: 15px;
	color: #346ca7;
  	border-width: 1px;
  	border-color: rgb(52, 108, 167);
  	border-style: solid;
  	border-radius: 5px;
  	background-color: rgb(255, 255, 255);
}
.paid_article__items_links a + a {
	width: 150px;
	margin-left: 12px;
	color: #fff;
	background-color: rgb(52, 108, 167);
}
	@media (max-width: 600px) {
		.paid_article__items_links {
			display: grid;
			grid-template-columns: 1fr 1fr;
			grid-column-gap: 15px;
			margin-top: 25px;
		}
		.paid_article__items_links a {
			width: 100%;
		}
		.paid_article__items_links a + a {
			width: 100%;
			margin: 0;
		}
	}

.paid_article__contacts {
	clear: both;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	margin: 50px 0;
	padding: 40px;
	font-size: 16px;
  	border-radius: 8px;
 	background-color: rgb(241, 245, 249);
 	box-sizing: border-box;
}
	@media (max-width: 1199px) {
		.paid_article__contacts {
			padding: 20px;
		}
	}
	@media (max-width: 600px) {
		.paid_article__contacts {
			font-size: 14px;
		}
	}
.paid_article__contacts_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
  	height: 200px;
	border-radius: 8px;
  	background-color: rgb(255, 255, 255);
}
.paid_article__contacts_logo img {
	max-width: 100%;
}
.block.article .paid_article__contacts_text {
	width: calc(100% - 280px);
}
	@media (max-width: 1199px) {
		.block.article .paid_article__contacts_text {
			width: calc(100% - 230px);
		}
	}
	@media (max-width: 480px) {
		.paid_article__contacts_logo {
			width: 168px;
			height: 168px;
		}
		.block.article .paid_article__contacts_text {
			width: calc(100% - 200px);
		}
	}
	@media (max-width: 414px) {
		.paid_article__contacts_logo {
			width: 120px;
			height: 120px;
		}
		.block.article .paid_article__contacts_text {
			width: calc(100% - 145px);
		}
	}
	@media (max-width: 400px) {
		.paid_article__contacts_logo {
			margin-bottom: 10px;
		}
		.block.article .paid_article__contacts_text {
			width: 100%;
		}
	}
.block.article .paid_article__contacts_text p {
	margin: 0;
	line-height: 1.5;
}
.block.article .paid_article__contacts_text p + p {
	margin-top: 25px;
}
	@media (max-width: 600px) {
		.block.article .paid_article__contacts_text p + p {
			margin-top: 15px;
		}
	}
.paid_article__contacts_text span {
	display: block;
}
.paid_article__contacts_text a {
	color: #346da8;
}
.paid_article__item img {
	max-width: 100%;
}
.item_fast__wrapper {
	width: 100%;
	max-width: 880px;
	padding: 15px;
	background-color: #fff;
	border-radius: 8px;
}
	@media (max-width: 600px) {
		.item_fast__wrapper {
			width: 100%;
			/*height: 100vh;*/
			/*overflow-y: scroll;*/
		}
	}
.item_fast {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 730px;
	margin: 0 auto;
	padding: 45px 0;
}
	@media (max-width: 767px) {
		.item_fast {
			padding: 25px 0;
		}
	}
.item_fast__page {
	padding: 0;
}
@media (max-width: 600px) {
	.item_fast__page h1 {
		margin: 15px 0;
		font-size: 22px;
	}
}
.item_fast__slider {
	width: 46.5%;
	position: relative;
}
.item_fast__desc {
	width: 46.5%;
}
	@media (max-width: 600px) {
		.item_fast__slider {
			width: 100%;
			max-width: 340px;
			margin: 0 auto 20px;
		}
		.item_fast__desc {
			width: 100%;
		}
	}
.item_fast__slider .lSPager.lSGallery {
	margin-top: 15px!important;
}
.item_fast__slider.sale::before {
	content: 'Акция!';
	position: absolute;
	top: -20px;
	right: -20px;
	padding: 15px 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0.5rem;
  	border-radius: 5px;
  	background-color: rgb(238, 46, 59);
  	z-index: 10;
}
	@media (max-width: 767px) {
		.item_fast__slider.sale::before {
			padding: 10px 12px;
			font-size: 21px;
		}
	}
	@media (max-width: 600px) {
		.item_fast__slider.sale::before {
			top: -4px;
			right: -4px;
		}
	}
.item_fast_gallery__btn {
	position: absolute;
    bottom: 30px;
    width: 46px;
  	height: 46px;
  	font-size: 0;
  	border: none;
  	border-radius: 8px;
  	background-color: rgb(255, 255, 255);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: 18px;
  	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%232196F3;' d='M511.189,259.954c1.649-3.989,0.731-8.579-2.325-11.627l-192-192 c-4.237-4.093-10.99-3.975-15.083,0.262c-3.992,4.134-3.992,10.687,0,14.82l173.803,173.803H10.667 C4.776,245.213,0,249.989,0,255.88c0,5.891,4.776,10.667,10.667,10.667h464.917L301.803,440.328 c-4.237,4.093-4.355,10.845-0.262,15.083c4.093,4.237,10.845,4.354,15.083,0.262c0.089-0.086,0.176-0.173,0.262-0.262l192-192 C509.872,262.42,510.655,261.246,511.189,259.954z'/%3E%3Cpath d='M309.333,458.546c-5.891,0.011-10.675-4.757-10.686-10.648c-0.005-2.84,1.123-5.565,3.134-7.571L486.251,255.88 L301.781,71.432c-4.093-4.237-3.975-10.99,0.262-15.083c4.134-3.992,10.687-3.992,14.82,0l192,192 c4.164,4.165,4.164,10.917,0,15.083l-192,192C314.865,457.426,312.157,458.546,309.333,458.546z'/%3E%3Cpath d='M501.333,266.546H10.667C4.776,266.546,0,261.771,0,255.88c0-5.891,4.776-10.667,10.667-10.667h490.667 c5.891,0,10.667,4.776,10.667,10.667C512,261.771,507.224,266.546,501.333,266.546z'/%3E%3C/svg%3E%0A");
  	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.item_fast_gallery__btn#item_fast_prev {
	left: -15px;
	transform: scale(-1, 1);
}
.item_fast_gallery__btn#item_fast_next{
	right: -15px;
}
	@media (max-width: 600px) and (min-width: 400px) {
		.item_fast_gallery__btn#item_fast_prev {
			left: -30px;
		}
		.item_fast_gallery__btn#item_fast_next{
			right: -30px;
		}
	}
.item_fast__desc h4 {
	margin: 0;
	margin: 12px 0 15px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
}
	@media (max-width: 767px) {
		.item_fast__desc h4 {
			font-size: 22px;
		}
	}
.item_fast__price, 
.block.article .item_fast__price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 20px;
	text-indent: 0;
	font-size: 30px;
	font-weight: 700;
	color: #346ca7;
	line-height: 1.3;
}
	@media (max-width: 600px) {
		.item_fast__price, 
		.block.article .item_fast__price {
			margin: 0 0 15px;
			font-size: 25px;
		}
	}
.item_fast__price b {
	font-family: 'Manrope', sans-serif;
}
.item_fast__price span {
	position: relative;
}
.item_fast__price .old {
	margin-right: 15px;
	color: #000000;
}
.item_fast__price .old span::after {
	content: '';
	position: absolute;
	bottom: 40%;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #000000;
}
.item_fast__price .old + span {
	color: #ef3438;
}
.item_fast__price small {
	width: 100%;
	margin-top: 10px;
	font-size: 13px;
	color: #000000;
    font-weight: 400;
}
.item_fast__btn {
	display: block;
	width: 140px;
	margin: 0 0 20px;
	padding: 12px;
	text-align: center;
	color: #fff;
	font-size: 16px;
  	border-radius: 8px;
  	background-color: rgb(13, 137, 207);
}
	@media (max-width: 600px) {
		.item_fast__btn {
			margin: 0 0 15px;
			font-size: 14px;
		}
	}
.block.article .item_fast__char p {
	margin: 0;
	text-indent: 0;
	line-height: 1.5;
	font-size: 15px;
}
	@media (max-width: 600px) {
		.item_fast__desc {
			padding-bottom: 15px;
			border-bottom: 1px solid #cccccc;
		}
		.block.article .item_fast__char p {
			font-size: 14px;
		}
	}
.item_fast__text {
	margin: 40px 0 0;
}
	@media (max-width: 767px) {
		.item_fast__text {
			margin: 20px 0 0;
		}
	}
.block.article .item_fast__text p {
	text-indent: 0;
}
	@media (max-width: 600px) {
		.block.article .item_fast__text p {
			font-size: 14px;
		}
	}
.item_fast__video {
	margin: 25px 0;
}
	@media (max-width: 600px) {
		.item_fast__video {
			margin: 20px 0;
		}
	}
.item_fast__video iframe {
	width: 100%;
	height: 290px!important;
}
	@media (max-width: 600px) {
		.item_fast__video iframe {
			height: 240px!important;
		}
	}
.item_fast .paid_article__items {
	margin-top: 60px;
}
.main_content.catalog .news_block .col-lg-4.col-md-4.col-sm-4.col-xs-6 {
	width: 100%;
	float: none;
}
.main_content.catalog .news_block .grad {
	max-width: 100%;
	width: auto;
}
.main_content.catalog .news_block > div .gray_block {
   padding: 6px 45px 10px;
}
.main_content.catalog .news_block .owl-nav div {
    position: absolute;
    top: 41%;
    width: 41px;
    height: 41px;
    text-indent: -9999px;
    opacity: 0.5;
    background-image: url(/static/img/bg_direction_nav_owl.png);
}
.main_content.catalog .news_block .owl-nav .owl-next {
    right: 0;
    background-position: -41px 0;
}
.main_content.catalog .news_block .owl-nav div:hover{opacity:1;}

.nav > li > a[href="/sport/"] {
	color: #e4252b;
}
.subscribe-popup {
	display: none;
	position: fixed;
	bottom: 15px;
    right: 15px;
    z-index: 1000000;
	width: 332px;
	height: 332px;
	text-align: center;
	border-style: solid;
  	border-width: 10px;
  	border-color: rgb(255, 255, 255);
  	border-radius: 50%;
  	background-color: #27cb77;
	background-image: linear-gradient( -29deg, rgb(29,211,176) 0%, rgb(45,198,83) 99%);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.35);
}
.subscribe-popup__close {
	position: absolute;
	top: 25px;
	right: 0;
	width: 62px;
  	height: 62px;
	border-radius: 50%;
	border: none;
  	background-color: rgb(255, 255, 255);
  	line-height: 0;
}
.subscribe-popup__title {
	margin: 0 0 10px;
	padding: 120px 0 0;
	font-size: 25px;
	line-height: 1.2;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	background-image: url('/static/img/message_email_communication_icon.svg');
	background-repeat: no-repeat;
	background-position: center 25px;
	background-size: 74px;
}
.subscribe-popup__text {
	margin: 0 0 17px;
	padding: 0;
	font-size: 18px;
	line-height: 1.2;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.subscribe-popup .subscribe-popup__btn {
	display: inline-block;
	width: 158px;
	padding: 17px 5px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
	color: #373737;
	text-transform: uppercase;
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
	box-sizing: border-box;
}
	@media screen and (max-width: 1920px) {
		.subscribe-popup {
			bottom: 25px;
			width: 200px;
			height: 200px;
		  	border-width: 3px;
		}
		.subscribe-popup__close {
			top: 10px;
			width: 25px;
		  	height: 25px;
		  	padding: 0;
		}
		.subscribe-popup__close img {
			width: 15px;
			height: 15px;
		}
		.subscribe-popup__title {
			padding: 60px 0 0;
			font-size: 18px;
			background-position: center 15px;
    		background-size: 40px;
		}
		.subscribe-popup__text {
			margin: 0 0 10px;
			font-size: 13px;
		}
		.subscribe-popup .subscribe-popup__btn {
			width: 100px;
    		padding: 10px 5px;
			font-size: 10px;
		}
	}
.subscribe-login {
	position: relative;
	max-width: 100%;
    width: 685px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
}
.subscribe-login__bg {
	margin-bottom: 20px;
	padding: 0 15px;
	border-radius: 8px;
  	background-color: rgb(198, 228, 255);
}
.subscribe-login__title {
	margin: 0 0 10px;
	padding: 85px 0 0;
	font-size: 32px;
	line-height: 1.2;
	text-align: center;
	background-image: url('/static/img/sending_email_envelope_icon.svg');
	background-position: center 20px;
	background-repeat: no-repeat;
	background-size: 73px;
}
.subscribe-login__text {
	max-width: 385px;
	margin: 0 auto 20px;
	padding: 0;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}
.subscribe-login__btns {
	position: relative;
	top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: -20px;
}
.subscribe-login__btns a {
	width: 170px;
	max-width: 100%;
	margin: 0 12px 3px;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 8px;
  	background-color: rgb(45, 45, 214);
}
.subscribe-login__btns a:nth-child(1) {
	background-color: #0565ff;
}
.subscribe-result {
	max-width: 100%;
    width: 550px;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
}
.subscribe-result__bg {
	position: relative;
	padding: 0 15px;
	border-radius: 8px;
  	background-color: rgb(198, 228, 255);
}
.subscribe-result__bg::after {
	content: '';
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
  	height: 45px;
	border-radius: 8px;
  	background-color: rgb(255, 255, 255);
}
.subscribe-result__title {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 100px 0 30px;
	font-size: 25px;
	line-height: 1.2;
	text-align: center;
	background-image: url('/static/img/sending_email_envelope_icon.svg');
	background-position: center 37px;
	background-repeat: no-repeat;
	background-size: 73px;
}
	@media screen and (max-width: 480px) {
		.subscribe-login__title {
			font-size: 22px;
		}
		.subscribe-login__text {
			font-size: 15px;
		}
		.subscribe-login__btns a {
			width: 120px;
			font-size: 15px;
		}
		.subscribe-result__title {
			font-size: 18px;
		}
	}
.article-social-btns {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	column-gap: 35px;
	margin: 30px 0 15px;
}
.article-social-btns .article-social-btns__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	width: 185px;
	margin-bottom: 5px;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	border-radius: 8px;
  	background-color: rgb(82, 129, 185);
}
	.article-social-btns .article-social-btns__item:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	}
.article-social-btns__item span {
	width: 30px;
  	height: 30px;
  	line-height: 26px;
  	font-size: 14px;
  	font-weight: 700;
  	text-align: center;
	border-style: solid;
  	border-width: 2px;
  	border-color: rgb(255, 255, 255);
  	border-radius: 50%;
  	background-color: rgba(82, 129, 185, 0);
}
.article-social-btns .article-social-btns__item .img-title {
	display: none;
}
.article-social-btns .article-social-btns__tg {
	background-color: #35aae0;
}
.article-social-btns__item img {
	margin: 0!important;
}
	@media screen and (min-width: 481px), (max-width: 360px) {
		.article-social-btns__vk img {
			margin-right: 4px!important;
		}
		.article-social-btns__tg img {
			margin-right: 8px!important;
		}
	}
	@media screen and (max-width: 480px) {
		.article-social-btns {
			column-gap: 10px;
			margin: 20px 0 15px;
		}
		.article-social-btns .article-social-btns__item {
			max-width: 48%;
			padding: 8px 5px;
		}
	}
	@media screen and (max-width: 360px) {
		.article-social-btns .article-social-btns__item {
			max-width: 100%;
			width: 100%;
			padding: 8px 10px;
		}
	}
.owl-nav div.disabled {
	display: none;
}

/* В центральном меню кнопку Конкурсы расположить после Афиши */
.nav > li:nth-child(1) {
	order: -5;
}
.nav > li:nth-child(2) {
	order: -4;
}
.nav > li:nth-child(3) {
	order: -3;
}
.nav > li:last-child {
	order: -2;
}