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

body{
	font-family:Arial;
	margin:0;
	padding:0 0 10px 0;
	/* background:#f7f7f7; */
	background:#f4f2eb;
}

h2{font-size: 18px;}
h3{font-size: 18px;}
.menu_bar{
	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;
	
}

#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/region_select.png) no-repeat left center;
	padding: 10px 10px 10px 37px;
	cursor:pointer;
}
#region_current img{margin-left:5px;}

#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%;
	*/
}

.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;
}
.flogo {
    position: absolute;
    bottom: 10px;
    right: 10px;
	float:right;
}
.copyright {
    font: 11px/12px Arial;
    color: #333;
}
.copyright p {margin: 0;}

.toup {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 135px;
    z-index: 9999;
    font: bold 12px/15px Arial;
    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:11px;
    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: 14px;
	line-height: 19px;
	font-family: Arial, sans-serif;

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


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

#article_lead{text-indent:0;}

#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;
}
.article_bottom div.author img{
	float:right;
	margin-left:10px;
}


@media screen and (max-width: 1400px){
	.article_bottom div.print{padding:0 0;}
}

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

.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: 18px;
	margin-bottom: 20px;
	display: block;
}

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

#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: 136px;}
	#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:107px;}
	.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;}
	.toup{bottom:105px;}
	.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;}
	.toup{bottom:137px;}
	.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: Arial;
    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:20px;
	line-height: 1.2;
	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 Verdana;
    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_icons.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:24px;
	padding-bottom: 14px;
}
.vacancy-row a {
	width: 32%;
	max-width: 304px;
	overflow: hidden;
}
.joke {
	/* max-height: 228px; */
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 55px 5% 5%;
	background-image: url('/static/img/joke_green.jpg');
	color: #1c1c1b;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
}
/* .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:#fff;
	padding: 10px;
	background:rgba(0,0,0,0.47);
}
.items_scroll a[rel="joke"].text_pic_content{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: auto;
    display: block;
    margin-bottom: 0;
    color: #fff;
    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: #fff;
    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: 18px;}
	.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: 16px;}
	.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{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 {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;}
}

@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 {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 {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{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: Arial, 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: 44px;
    margin: 0 0 25px;
    margin-left: auto;
    margin-right: -50px;
    position: relative;
}
@media screen and (max-width: 991px) {
	.age-warn--news {
	    margin-right: 8px;
	}
}
@media screen and (max-width: 500px) {
	.age-warn--news {
	    position: static;
	    margin-right: auto;
	    margin-left: 0;
	    margin-bottom: 35px;
	}
}
.form-age {
	display: flex;
	align-items: flex-start;
}

.gdpr {
    position: fixed;
    top: auto;
    bottom: 0;
    height:auto;
	background-color:#333;
	opacity:0.9;
	color:#fff;
	padding:30px;
	font-size: 18px;
	text-align: center;
    z-index:1000;
}
.btn_close {
    position: absolute;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    top: 10px;
    color: #fff;
    background: none;
    border: none;
}
.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: 600px) {
	.gdpr {
	    padding: 30px 5px 10px;
	    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;
	}
}

.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;
}
#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, .4);
    border-radius: 50%;
    font-size: 12px;
}
.konkurs_list,
#latest_news .pic,
.all_news .news_list,
#company_news .owl-item,
#news_of_the_day,
#news_of_the_day,
#slidorion .slider{
	position: relative;
}
.konkurs_list::before,
#latest_news .pic::before,
.all_news .news_list::before,
#company_news .owl-item::before,
#news_of_the_day::before,
#news_of_the_day::before,
#slidorion .slider::before,
.top_pos::before {
	content: '18+';
	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, .4);
    border-radius: 50%;
    font-size: 12px;
}
#latest_news .pic::before,
#slidorion .slider::before{
	left: 5px;
}
.all_news .news_list::before {
	left: auto;
	right: 20px;
}
#company_news .owl-item::before  {
	left: auto;
	right: 5px;
	top: auto;
	bottom: 3px;
}
#news_of_the_day::before,
#news_of_the_day::before  {
	left: auto;
	right: 10px;
	top: 10px;
}
.top_pos::before {
	left: auto;
	right: 5px;
	top: auto;
	bottom: 5px;
}
@media screen and (max-width: 991px) {
	#afisha a[href="/afisha/"] + div {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}
