*, *::before, *::after {
    box-sizing: border-box;
}
.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
input,select,textarea{font-family: 'Roboto', sans-serif;outline:none !important;font-size:1em;}
::-webkit-input-placeholder{color:#bfbfbf;text-overflow:ellipsis;}
::-moz-placeholder{color:#bfbfbf;text-overflow:ellipsis;}/* Firefox 19+ */
:-moz-placeholder{color:#bfbfbf;text-overflow:ellipsis;}/* Firefox 18- */
:-ms-input-placeholder{color:#bfbfbf;text-overflow:ellipsis;}
:focus::-webkit-input-placeholder{color:transparent}
:focus::-moz-placeholder{color: transparent}
:focus:-moz-placeholder{color: transparent}
:focus:-ms-input-placeholder{color: transparent}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong{
	font-weight:700;
}
html{
	
}
body{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

a {
	color: #333;
	text-decoration: none;
	cursor:pointer;
	outline:none !important;
}
a:hover {
	text-decoration: none;
}
a.dashed{
	border-style:dashed;
	border-width:0 0 1px;
	cursor:pointer;
	text-decoration: none !important;
}
a.dashed:hover{
	border-bottom:0px;
}
.a-hov  a:hover{
	color:#005ba6;
	border-bottom:1px solid rgba(0,91,166,0.3);
}
img{
	max-width:100%;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.text-center{
	text-align:center;
}

.text-right{
	text-align:right;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text-blue{
	color:#005ba6;
}
.touch-scroll{
	overflow-x:hidden !important;
}
.btn{
	display:inline-block;
	color:#005ba6;
	background-color: #fff;
	height:30px;
	line-height:28px;
	text-align:center;
	border:1px solid rgba(0,91,166,0.3);
	border-radius:3px;
	padding:0 12px;
	cursor:pointer;
	-webkit-transition: background 0.2s ease-out 0s,color 0.2s 0.1s;
	-moz-transition: background 0.2s ease-out 0s,color 0.2s 0.1s;
	-ms-transition: background 0.2s ease-out 0s,color 0.2s 0.1s;
	-o-transition: background 0.2s ease-out 0s,color 0.2s 0.1s;
	transition: background 0.2s ease-out 0s,color 0.2s 0.1s;
	will-change: transition;
	outline:none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-sm{
	height:24px;
	line-height:22px;
	font-size:0.85em;
}
.btn-lg{
	height:40px;
	line-height:38px;
	font-size:1.15em;
}
.btn:hover{
	background-color:#005ba6;
	border-color:#005ba6;
	color:#fff;
}
.btn:active{
	background-color: #004680;
}
.btn:disabled, .btn.disabled{
	background-color:#eaeaea;
	border-color:#ccc;
	color:#666;
}
.btn-on-dark{
	color: #fff;
	background-color: transparent;
	border-color: rgba(255,255,255,0.3);
}
.btn-on-dark:hover, .btn-on-dark:active{
	color: #005ba6;
	border-color: #fff;
	background-color: #fff;
}
.btn-blue{
	background-color:#005ba6;
	border-color:#005ba6;
	color:#fff;
}
.btn-blue:hover{
	background-color:#0070cc;
	border-color:#0070cc;
}
.btn-blue:active{
	background-color:#004680;
	border-color:#004680;
}
.btn-blue:disabled{
	background-color:transparent;
	border-color:#ebebeb;
	color:#005ba6;
}
.btn-black{
	border-color:#000;
	color:#fff;
	background-color: #000;
}
.btn-black:hover, .btn-black:active{
	background-color:#fff;
	border-color:#000;
	color:#000;
}
.btn-black:disabled{
	background-color:ccc;
	border-color:#ccc;
	color:#666;
}

.bg-transition{
	-webkit-transition: background 0.1s ease-out 0s,color 0.1s 0.1s;
	-moz-transition: background 0.1s ease-out 0s,color 0.1s 0.1s;
	-ms-transition: background 0.1s ease-out 0s,color 0.1s 0.1s;
	-o-transition: background 0.1s ease-out 0s,color 0.1s 0.1s;
	transition: background 0.1s ease-out 0s,color 0.1s 0.1s;
	will-change: transition;
}
.media-count{
	color:#999;
	height:16px;
}
span.media-count{
	display:inline-block;
	vertical-align:text-top;
}
.media-repost-count, .media-comments-count, .media-views-count{
	display:inline-block;
	vertical-align:top;
	height:100%;
	margin-right:15px;
}
a.media-comments-count{
	border:0px !important;
	color:inherit !important;
	font-weight:400 !important;
}
a.media-comments-count:hover{
	color: #005ba6 !important;
}
.media-repost-count:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	height:100%;
	width:17px;
	background:url(../images/ico/repost.svg) no-repeat left top;
	background-size:contain;
}
.media-comments-count:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	height:100%;
	width:12px;
	background:url(../images/ico/comment.png) no-repeat left 2px;
	background-size:contain;
}
a.media-comments-count:hover:before{
	background-image:url(../images/ico/comment-blue.png);
}
.media-views-count:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	height:100%;
	width:14px;
	background:url(../images/ico/views.svg) no-repeat left 2px;
	background-size:contain;
}


/* rows */

.row{
	margin-right: -15px;
	margin-left: -15px;
}
.table-row{
	margin-right: -15px;
	margin-left: -15px;
	display:table;
	min-width:100%;
}
.row:after{
	clear:both;
	display:table;
	content:'';
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12
{
	float:left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.table-row .col-xs-1, .table-row .col-xs-2, .table-row .col-xs-3, .table-row .col-xs-4, .table-row .col-xs-5, .table-row .col-xs-6, .table-row .col-xs-7, .table-row .col-xs-8, .table-row .col-xs-9, .table-row .col-xs-10, .table-row .col-xs-11, .table-row .col-xs-12, .table-row .col-sm-1, .table-row .col-sm-2, .table-row .col-sm-3, .table-row .col-sm-4, .table-row .col-sm-5, .table-row .col-sm-6, .table-row .col-sm-7, .table-row .col-sm-8, .table-row .col-sm-9, .table-row .col-sm-10, .table-row .col-sm-11, .table-row .col-sm-12, .table-row .col-md-1, .table-row .col-md-2, .table-row .col-md-3, .table-row .col-md-4, .table-row .col-md-5, .table-row .col-md-6, .table-row .col-md-7, .table-row .col-md-8, .table-row .col-md-9, .table-row .col-md-10, .table-row .col-md-11, .table-row .col-md-12, .table-row .col-lg-1, .table-row .col-lg-2, .table-row .col-lg-3, .table-row .col-lg-4, .table-row .col-lg-5, .table-row .col-lg-6, .table-row .col-lg-7, .table-row .col-lg-8, .table-row .col-lg-9, .table-row .col-lg-10, .table-row .col-lg-11, .table-row .col-lg-12, .table-row .col-xl-1, .table-row .col-xl-2, .table-row .col-xl-3, .table-row .col-xl-4, .table-row .col-xl-5, .table-row .col-xl-6, .table-row .col-xl-7, .table-row .col-xl-8, .table-row .col-xl-9, .table-row .col-xl-10, .table-row .col-xl-11, .table-row .col-xl-12, .table-row .col{
	float:none;
	display:table-cell;
	vertical-align:middle;
}
.col-xs-1{width: 8.33333333%;}
.col-xs-2{width: 16.66666667%;}
.col-xs-3{width: 25%;}
.col-xs-4{width: 33.33333333%;}
.col-xs-5{width: 41.66666667%;}
.col-xs-6{width: 50%;}
.col-xs-7{width: 58.33333333%;}
.col-xs-8{width: 66.66666667%;}
.col-xs-9{width: 75%;}
.col-xs-10{width: 83.33333333%;}
.col-xs-11{width: 91.66666667%;}
.col-xs-12{width: 100%;}
.col-full{
	padding-left:0px;
	padding-right:0px;
}
/* --rows */

/* datepicker */
.ui-datepicker{
	background-color: #fff;
	-webkit-box-shadow: 0 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px rgba(0,0,0,.2);
	box-shadow: 0 3px rgba(0,0,0,.2);
	border:0px;
	border-radius:0px;
	padding:0px;
	width:250px;
}
.ui-datepicker .ui-datepicker-header{
	height:40px;
	padding:5px 0;
	border:0px;
	border-radius:0px;
	background: #212121;
	color:#fff;
	font-weight:400;
	font-size:1.15em;
}
.ui-datepicker .ui-datepicker-title{
	line-height:30px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	width:30px;
	height:30px;
	background:none;
	border:0px;
	border-radius:0px;
	top:5px;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev{left:5px;}
.ui-datepicker .ui-datepicker-next{right:5px;}
.ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon{
	display:none;
}
.ui-datepicker .ui-datepicker-prev:after, .ui-datepicker .ui-datepicker-next:after{
	display:block;
	content:'';
	width:0px;
	height:0px;
	border-style:solid;
	border-width:5px 8px 5px 0;
	border-color:transparent #fff;
	background:none;
	margin:-3px 0 0 -3px;
	position: absolute;
	left:50%;
	top:50%;
}
.ui-datepicker .ui-datepicker-next:after{
	border-width:5px 0 5px 8px;
}
.ui-datepicker table{
	border-top:1px solid #646464;
	font-size:0.85em;
}
.ui-datepicker th{
	height:35px;
	line-height:35px;
	padding:0px;
	text-align:center;
	color:#dadada;
	text-transform:uppercase;
	font-weight:500;
	background: #212121;
}
.ui-datepicker td{
	padding:0px;
	text-align:center;
	border:0px;
}
.ui-datepicker .ui-state-default{
	background:none;
	border:0px;
	text-align:center;
	padding:0px;
	width:31px;
	height:31px;
	line-height:31px;
	margin:0 auto;
}
.ui-datepicker .ui-datepicker-today .ui-state-default{
	background:rgba(235,235,235,0.75);
}
.ui-datepicker .ui-datepicker-current-day .ui-state-default{
	background:#005ba6;
	color:#fff;
}

/* --datepicker */

/* icons */
.-ico-home:after{
	content:'';
	display:inline-block;
	width:12px;
	height:10px;
	background:url(../images/ico/home.png) no-repeat center top;
}
*:hover>.-ico-home:after{
	background-position:center bottom;
}

.-ico-search:after{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/ico/search.png) no-repeat center top;
}
*:hover>.-ico-search:after{
	background-position:center bottom;
}

.-ico-close:after{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/ico/close.png) no-repeat center top;
}
*:hover>.-ico-close:after{
	background-position:center bottom;
}

.-ico-menu:after{
	content:'';
	display:inline-block;
	width:18px;
	height:12px;
	background:url(../images/ico/menu.png) no-repeat center top;
}
*:hover>.-ico-menu:after{
	background-position:center bottom;
}

.-ico-settings:after{
	content:'';
	display:block;
	width:20px;
	height:20px;
	background:url(../images/ico/settings.png) no-repeat center -20px;
}
*:hover>.-ico-settings:after{
	background-position:center 0px;
}

.i-social{
	display:inline-block;
	width:26px;
	height:18px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:center 0px;
}
*:hover>.i-social,.i-social:hover{background-position:center -18px;}
.i-social-small{
	width:22px;
	height:15px;
	background-size:21.67px auto;
}
*:hover>.i-social-small,.i-social-small:hover{background-position:center -15px;}
.social-dark *:hover>.i-social,.social-dark .i-social:hover{background-position:center -36px;}
.social-dark *:hover>.i-social-small,.social-dark .i-social-small:hover{background-position:center -30px;}
.social-blue .i-social{background-position:center -54px;}
.social-blue .i-social-small{background-position:center -45px;}
.social-blue *:hover>.i-social,.social-blue .i-social:hover{background-position:center -36px;}
.social-blue *:hover>.i-social-small,.social-blue .i-social-small:hover{background-position:center -30px;}

.i-social-vk{background-image:url(../images/ico/social/vk.png);}
.i-social-tw{background-image:url(../images/ico/social/tw.png);}
.i-social-gp{background-image:url(../images/ico/social/gp.png);}
.i-social-mail{background-image:url(../images/ico/social/mail.png);}
.i-social-ya{background-image:url(../images/ico/social/ya.png);}
.i-social-fb{background-image:url(../images/ico/social/fb.png);}
.i-social-inst{background-image:url(../images/ico/social/inst.png);}
.i-social-ok{background-image:url(../images/ico/social/ok.png);}
.i-social-tel{background-image:url(../images/ico/social/tel.png);}
.i-social-zen{background-image:url(../images/ico/social/zen.png);}
.i-social-ytb{background-image:url(../images/ico/social/ytb.png);}
.i-social-rss{background-image:url(../images/ico/social/rss.png);}

.ico-video{
	border:1px solid #fff;
	border-radius:50%;
}
.ico-video:after{
	content:'';
	display:block;
	width:0;
	height:0;
	border-style:solid;
	border-width:7px 0 7px 14px;
	border-color:transparent #fff;
}
.ico-audio{
	border:1px solid #fff;
	border-radius:50%;
}
.ico-audio:after{
	content:'';
	display:block;
	height:100%;
	background:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xMiwxNmMtMi4yMDYsMC00LTEuNzk1LTQtNFY2YzAtMi4yMDUsMS43OTQtNCw0LTRzNCwxLjc5NSw0LDR2NkMxNiwxNC4yMDUsMTQuMjA2LDE2LDEyLDE2eiBNMTIsNGMtMS4xMDMsMC0yLDAuODk2LTIsMiAgICB2NmMwLDEuMTA0LDAuODk3LDIsMiwyczItMC44OTYsMi0yVjZDMTQsNC44OTYsMTMuMTAzLDQsMTIsNHoiLz48cGF0aCBkPSJNMTksMTJ2LTJjMC0wLjU1My0wLjQ0Ny0xLTEtMXMtMSwwLjQ0Ny0xLDF2MmMwLDIuNzU3LTIuMjQzLDUtNSw1cy01LTIuMjQzLTUtNXYtMmMwLTAuNTUzLTAuNDQ3LTEtMS0xcy0xLDAuNDQ3LTEsMXYyICAgYzAsMy41MiwyLjYxMyw2LjQzMiw2LDYuOTJWMjBIOGMtMC41NTMsMC0xLDAuNDQ3LTEsMXMwLjQ0NywxLDEsMWg4YzAuNTUzLDAsMS0wLjQ0NywxLTFzLTAuNDQ3LTEtMS0xaC0zdi0xLjA4ICAgQzE2LjM4NywxOC40MzIsMTksMTUuNTIsMTksMTJ6Ii8+PC9zdmc+") no-repeat center;
	background-size:75% auto;
}
.ico-photo{
	border:1px solid #fff;
	border-radius:50%;
}
.ico-photo:after{
	content:'';
	display:block;
	height:100%;
	background:url(../images/ico/photo.png) no-repeat center;
	background-size:60% auto;
}
.ico-calendar{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:26px;
	overflow:hidden;
	background:url(../images/ico/calendar.png) no-repeat center;
}

/* --icons */


/* common styles */
.rec-{
	position:relative;
	overflow: hidden;
}
.rec- .rec-c{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:2;
	cursor:pointer;
}
.rec- .-for-d-{
	display:none;
}
.rec- .rec-i{
	display:block !important;
	margin:0 auto;
}
.rec- .rec-px{
	position:absolute;
	visibility:hidden;
	left:-1px;
	top:-1px;
}
.rec- yatag{
	/* margin: 0 auto; */
}
.main-afisha .rec-m-{
	float:left;
	width:100%;
	margin-bottom: -1px;
	position: relative;
	z-index: 2;
}
.main-afisha .rec-m- .rec-{
	margin:0;
}

.rec-h210{
	max-height:210px;
}
.rec-d-12, .rec-m-12 {
    margin: 0 0 15px 0 !important;
    background: #fff;
    position: relative;
	padding-top: 5px;
	border-top: 1px solid #ebebeb;
}

.container{
	width:100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.link-blue {
	color: #005ba6;
}
.social-links{
	display:inline-block;
	opacity:0.9;
}
.social-links a{
	display:block;
	width:20px;
	height:15px;
	float:left;
	margin:0 7px;
	background-repeat:no-repeat;
	background-position:center;
}
.social-links a:first-child{
	margin-left:0px;
}
.social-links a:last-child{
	margin-right:0px;
}

.header{
	background-color:#fff;
	margin-bottom:15px;
	position:relative;
	z-index:5;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.header .top-line{
	height:36px;
	background-color:#f2f2f2;
}
.header .top-line .soc{
	margin-top:10px;
}
.header .auth{
	font-size:0.9em;
	color:#333;
	margin-top:10px;
}
.header .auth>a{
	color:#333;
}
.header .auth>a .ava{
	display:inline-block;
	width:26px;
	height:26px;
	overflow:hidden;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	margin:-5px 5px 0 0;
	vertical-align:top;
}
.header .auth .ico-auth{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:10px;
	vertical-align:top;
	background:url(../images/ico/auth.png) no-repeat top;
	background-size:12px auto;
	margin-top:2px;
}
.header .auth>a:hover .ico-auth{
	background-position:center bottom;
}
.header .auth>a:hover .t{
	color:#005ba6;
	border-bottom:1px dashed rgba(0,91,166,0.3);
}
.header .member{
	font-size:0.9em;
	color:#333;
	margin-top:10px;
}
.header .auth-container{
	position:absolute;
	left:0px;
	right:0px;
	height:0px;
	z-index:-10;
	top:-5000px;
}
.header .auth-show{
	display:block;
	z-index:10;
	top:0px;
}
.header .auth-container .container{
	position:relative;
}
.header .auth-container-secondary{
	right:auto;
	bottom:auto;
	width:335px;
}
.header .auth-container-secondary .container{
	width:auto !important;
}


.auth-form{
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 13px rgba(0,0,0,.16);
	-moz-box-shadow: 0 3px 13px rgba(0,0,0,.16);
	box-shadow: 0 3px 13px rgba(0,0,0,.16);
	width:320px;
}
.auth-form-small{
	width:230px;
}
.header .auth-form{
	position:absolute;
	top:10px;
	right:15px;
	opacity:0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	z-index:-10;
}
.header .auth-show .auth-form{
	top:40px;
	opacity:1;
	z-index:10;
}
.auth-form .form{
	padding:30px 25px;
}
.auth-form-small .form{
	padding:20px 25px;
}
.auth-form-small p{margin-top:0px;}
.auth-form-small a{color:#005ba6;}
.auth-form .z{
	font-size:1.42em;
	font-weight:700;
	line-height:24px;
	margin-bottom:10px;
}
.auth-form .input-text{
	display:block;
}
.auth-form .forget{
	display:inline-block;
	margin-top:12px;
	color:#005ba6;
}
.auth-form .forget:hover{
	border-bottom:1px dashed rgba(0,91,166,0.3)
}
.auth-form .social-auth{
	background-color:#fafafa;
	border-top:1px solid #ebebeb;
	padding:15px 25px;
}
.auth-form .social-auth .i{
	margin-top:7px;
}
.auth-form .social-auth .i .auth-social{
	margin-right:7px;
	cursor:pointer;
	display:block;
	float:left;
}
.header .social-auth .i.clearfix {
	margin-bottom: 3px;
}
.header .menu-dop{
	margin:10px 70px 0 0;
	font-size:0.9em;
}
.header .menu-dop ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.header .menu-dop li{
	float:left;
	margin:0 20px 0 0;
	padding:0px;
}
.header .kurs, .header .weather{
	display:inline-block;
	padding-left:50px;
	line-height:18px;
	text-align:left;
	white-space:nowrap;
}
.header .kurs .ico, .header .weather .ico{
	position:relative;
	float:left;
	display:block;
	width:36px;
	height:36px;
	margin:0 14px 0 -50px;
	border:1px solid #e1e1e1;
	border-radius:50%;
	background:no-repeat center;
	background-size:contain;
}
.header .dollar .ico{background:url(../images/ico/dollar-gray.png) no-repeat center;}
.header .euro .ico{background:url(../images/ico/euro-gray.png) no-repeat 10px center;}
.header .kurs .value, .header .weather .value{
	font-size:1.15em;
	font-weight:500;
	margin-right:7px;
}
.header .kurs .diff, .header .weather .diff{font-size:0.9em;}
.header .kurs .date, .header .weather .date{font-size:0.85em;color:#999;}
.header .kurs .green{color:#019779;}
.header .kurs .red{color:#d83427;}
.header .weather .ico{
	border:0px;
	border-radius:0px;
	background-size:contain !important;
}
.header .weather .cloudy{background:url(../images/ico/weather/cloudy.png) no-repeat center;}

.header .menu{
	height:37px;
	border-top:1px solid #ebebeb;
	font-weight:500;
}
.header .menu .table-row{
	margin:0px;
	border-collapse:collapse;
}
.header .menu .col{
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	height:100%;
}
.header .menu .col-home{
	width:40px;
	text-align:center;
}
.header .menu .col-home a{
	display:inline-block;
	height:100%;
	width:100%;
}
.header .menu .col-home .-ico-home:after{
	margin-top: 13px;
}
.header .menu .col-search{
	width:40px;
	text-align:center;
}
.header .menu .col-search .-ico-search, .header .menu .col-search .-ico-close{
	display:inline-block;
	width:100%;
	height:100%;
	cursor:pointer;
	padding-top:10px;
}
.header .menu .col-search .-ico-close, .header .mobile-menu .col-search .-ico-close{
	display:none;
}
.search-opened  .mobile-menu{
	position:relative;
	z-index:5;
}
.search-opened  .mobile-menu .col-search{
	position:relative;
}
.search-opened  .mobile-menu .col-search:before{
	position:absolute;
	z-index:-1;
	content:'';
	display:block;
	left:0px;
	top:1px;
	right:1px;
	bottom:-1px;
	background-color:#fafafa;
	pointer-events:none;
}
.search-opened  .menu .col-search{
	background-color:#fafafa;
}
.search-opened .menu .col-search:after{
	content:'';
	position:absolute;
	bottom:-1px;
	height:1px;
	border-bottom:1px solid #fafafa;
	width: 39px;
	display: block;
}
.search-opened .menu .col-search .-ico-search, .search-opened .mobile-menu .col-search .ico-search{
	display:none;
}
.search-opened .menu .col-search .-ico-close, .search-opened .mobile-menu .col-search .-ico-close{
	display:inline-block;
}
.header .menu .col-menu-close a{
	display:inline-block;
	width: 40px;
	height: 36px;
	padding: 10px 0;
}

.header .menu .col-dop{
	width:95px;
	text-align:center;
}
.header .menu .col-menu-close{
	width:40px;
	text-align:center;
	display:none;
}

.header .menu .col-dop>a{
	text-transform:uppercase;
}
.header .menu .col-dop .-ico-menu{
	display:inline-block;
	width:15px;
	height:10px;
	vertical-align:baseline;
	margin-right:10px;
}
.header .menu .col-dop .-ico-menu:after{
	width:15px;
	height:10px;
	background-size:15px auto;
}
.header .menu .col-dop a:hover .t{
	color: #005ba6;
	border-bottom: 1px dashed rgba(0,91,166,0.3);
}

.header .menu .main-menu{
	display:block;
	width:100%;
	overflow:hidden;
	text-transform:uppercase;
	height:100%;
	line-height:36px;
	position: relative;
	font-size: 0.85em;
}
.header .menu .main-menu ul{
	list-style:none;
	margin:0px;
	padding:0 10px;
	display:inline-block;
	height:100%;
	white-space:nowrap;
	position: absolute;
	left: 0;
	top: 0;
}
.header .menu .main-menu li{
	display:inline-block;
	height:100%;
	margin:0px;
	padding:0 6px;
	position:relative;
}
.header .menu .main-menu li.active:after{
	content:'';
	position:absolute;
	width:0px;
	height:0px;
	left:50%;
	bottom:0;
	border-style:solid;
	border-width:0 5px 8px;
	border-color:#212121 transparent;
	margin-left:-5px;
}
.header .menu .main-menu li.af:after{
	border-color:#4f1c51 transparent;
}
.header .menu .main-menu a:hover{
	color:#005ba6;
	border-bottom:1px solid rgba(0,91,166,0.3)
}

.header .submenu{
	height:36px;
	line-height:36px;
	background:#212121;
	color:#fff;
}
.header .submenu-afisha{
	background:#4f1c51;
}
.header-printable{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header-printable .submenu{
	background:none;
	color:#333;
	border-top: 1px solid #ebebeb;
}
.header-printable .submenu a{
	color:#333 !important;
}
.header-printable .submenu .breadcrumbs .sep{
	background: none;
    padding: 10px 0 0 5px;
}
.header-printable .submenu .breadcrumbs .sep:before{
	content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #000;
    vertical-align: middle;
    margin: 0 4px 8px 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.header-printable .submenu .breadcrumbs .sep:after{
	display:none !important;
}

.search-opened .menu .main-menu li.active:after{
	display:none;
}
.full-menu-opened .submenu, .search-opened .submenu{
	visibility:hidden;
}
.full-menu-opened .rec-m-{
	display:none;
}
.header .submenu .table-row{
	margin:0px;
}
.header .submenu a{
	color:#fff;
}
.header .submenu a:hover{
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.header .submenu .col{
	display:table-cell;
	vertical-align:middle;
	padding:0px;
}
.header .submenu .col-path{
	width:1px;
	padding-right:40px;
}
.header .breadcrumbs{
	white-space:nowrap;
}
.header .breadcrumbs .sep{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	height:24px;
	-webkit-transform:rotate(90deg);
	-mosz-transform:rotate(90deg);
	transform:rotate(90deg);
	background:url(../images/ico/to-top-white.png) no-repeat center;
	background-size:8px auto;
}
.header .breadcrumbs .current{
	font-weight:700;
}
.header .menu-list{
	color:#cfcfcf;
	height:36px;
	position:relative;
	display:inline-block;
	vertical-align:top;
}
.header .menu-list.with-dropdown{
	padding-right:28px;
}
.header .menu-list a{
	color:#cfcfcf;
}
.header .menu-list a:hover{
	border-bottom:1px solid rgba(207,207,207,0.5);
}
.header .menu-list ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.header .menu-list li{
	display:inline-block;
	margin:0 4px 0 0;
	padding:0px;
	white-space:nowrap;
}
.header .menu-list li:before{
	content:'/';
	margin-right:4px;
}
.header .menu-list ul.v{
	overflow:hidden;
	height:36px;
}
.header .menu-list ul.dropdown{
	display:block;
	position:absolute;
	right:0px;
	top:100%;
	height:0px;
	background-color:#212121;
	-webkit-box-shadow: 0 2px 13px rgba(0,0,0,.16);
	-moz-box-shadow: 0 2px 13px rgba(0,0,0,.16);
	box-shadow: 0 2px 13px rgba(0,0,0,.16);
}
.header .submenu-afisha .menu-list ul.dropdown{
	background-color:#4f1c51;
}
.header .menu-list ul.dropdown li{
	display:none;
	margin:0px;
	padding:0 15px 0 12px;
	line-height:26px;
}
.header .menu-list ul.dropdown li:before{
	display:none;
}
.header .menu-list ul.dropdown li.arr{
	position:absolute;
	top:-36px;
	right:5px;
	width:16px;
	height:36px;
	cursor:pointer;
	padding:0px;
	display:block !important;
}
.header .menu-list ul.dropdown li.arr:after{
	content:'';
	display:block;
	width:0px;
	height:0px;
	border-style:solid;
	border-width:3px 3px 0;
	border-color:#cfcfcf transparent;
	margin:17px 5px 0;
}
.header .menu-list ul.dropdown-open{
	height:auto;
	padding:5px 0;
}
.header .menu-list ul.dropdown-open li{
	display:block;
}

.header-black-fixed{
	display:none;
}
.header .full-menu{
	background:#fff;
	display:none;
}
.full-menu-opened .full-menu{
	display:block;
}
.header .search-line{
	background:#fafafa;
	display:none;
	position:absolute;
	top:100%;
	z-index:2;
	left:0px;
	right:0px;
	padding:6px 0;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1), inset 0 1px #ebebeb;
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.1), inset 0 1px #ebebeb;
	box-shadow: 0 4px 10px rgba(0,0,0,.1), inset 0 1px #ebebeb;
}
.search-opened .search-line{
	display:block;
}
.header .search-line .table-row{
	margin:0px;
}
.header .search-line .col-btn{
	width:90px;
	text-align:center;
}
.header .search-line .col-set{
	width:30px;
}



.footer{
	background-color:#2e2e33;
	color:#d9d9d9;
	padding:15px 0;
}
.footer a{
	color:#d9d9d9;
}
.footer .table-row{
	margin:0px;
}
.footer .menu-main{
	margin:20px 0;
	line-height:20px;
}
.footer .menu-main .col{
	vertical-align:top;
	padding-right:30px;
}
.footer .menu-main .col:last-child{
	padding-right:0px !important;
}
.footer .menu-main ul{
	margin:0px;
	padding:0px;
	list-style:none;
	display:none;
}
.footer .menu-main .col:last-child ul{
	padding-right:0px;
}
.footer .menu-main li{
	margin:0px;
	padding:2px 0;
	display:block;
}
.footer .menu-main .col .r{
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}
.footer .menu-main a:hover{
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.footer .menu-main .col .r a{
	color:#fff;
}
.footer .menu-main .col .r a:hover{
	border-bottom:1px solid rgba(255,255,255,0.5);
}

.footer .menu-dop{
	padding:0 0 15px;
	margin-bottom:20px;
	border-bottom:1px solid #58585c;
	line-height:24px;
	font-size:0.9em;
	color:#fff;
}
.footer .menu-dop ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
.footer .menu-dop li{
	display:inline;
	margin:0 10px 0 0;
	padding:0px;
}
.footer .menu-dop li:last-child{
	margin-right:0px;
}
.footer .menu-dop li a{
	border-bottom:1px solid rgba(255,255,255,0.2);
	color:#fff;
}
.footer .menu-dop li a:hover{
	border-bottom-color:transparent;
}
.footer .menu-dop .social-links{
	margin-top: 5px;
}
.footer .info{
	margin-bottom:25px;
	font-size:0.9em;
	line-height:20px;
	color:#e1e1e1;
}
.footer .info .age{
	float:right;
	width:47px;
	height:30px;
	border:1px solid rgba(255,255,255,0.2);
	border-radius:3px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#e1e1e1;
	line-height:28px;
	margin-right:15px;
}
.footer .info a{
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.footer .info a:hover{
	border-bottom-color:transparent;
}
.footer p{
	margin-top:0px;
}
.footer p:last-child{
	margin-bottom:0px;
}
.footer .mt{
	width:150px;
	padding-left:38px;
	font-size:0.78em;
	line-height:15px;
	background:url(../images/ico/mt.png) no-repeat left top;
	background-size:30px;
	margin-bottom:15px;
}
.footer .mt a{
	border-bottom:1px solid rgba(255,255,255,0.2);
	color:#e1e1e1;
}
.footer .mt a:hover{
	border-bottom-color:transparent;
}
.footer .dev .social-links{
	margin-bottom:25px;
}

.noimage{
	background-image:url(../images/ico/camera.png);
	background-size:auto !important;
	background-color: #efefef;
}

.main-interesno{
	background:#f5f5f5;
	margin:-15px 0 13px;
	padding:15px 0;
}
.main-interesno .row{
	width:915px;
}
.main-interesno .col-sm-3{
	padding:0 0 0 15px;
}
.main-interesno .block{
	width:210px;
	height:140px;
	position:relative;
}
.main-interesno .block:after{
	content:'';
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	pointer-events:none;
}
.main-interesno .image-wrap {
	position: relative;
	height: 100%;
}
.main-interesno .image{
	display:block;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0.9;
}
.main-interesno .theme{
	display: inline-block;
	padding: 0px 7px !important;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	text-decoration: none !important;
	width: auto !important;
	position: relative;
	overflow: hidden;
}
.main-interesno .image-wrap .theme {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background-color: #fff;
}
.main-interesno .theme ._bg {
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.main-interesno .theme ._text {
	position: relative;
	z-index: 2;
}
.main-interesno .theme:hover ._bg {
	opacity: .75;
}
.main-interesno .for-mobile ~ .for-desktop {
	display: none;
}
.main-interesno .text{
	position:absolute;
	z-index:3;
	bottom:10px;
	left:0px;
	width:100%;
	color:#fff;
	line-height:18px;
	font-weight:500;
}
.main-interesno .text .theme {
	margin: 0 15px 3px !important;
}
.main-interesno .text .theme:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 5px;
}
.main-interesno .text a{
	color:#fff;
	display:inline-block;
	width:100%;
	padding:0 15px;
}
.side-right .main-interesno .block{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #ebebeb;
}
.side-right .main-interesno .block:last-child{
	padding-bottom:0px !important;
	border-bottom:0px !important;
}
.side-right .main-interesno .text{
	font-size:1.1em;
}

.main-themes{
	line-height:20px;
	margin:-25px 0 0;
}
.main-themes ul{
	list-style:none;
	margin:-10px 0 0;
	padding:10px 0 0;
	overflow:hidden;
	height:55px;
}
.main-themes li{
	float:left;
	margin:0 20px 25px 0;
	padding:0px;
	white-space:nowrap;
	font-weight:500;
}
.main-themes li.first, .main-themes li.first a{
	color:#005ba6;
}
.main-themes li.vazhno{
	float:right;
	margin:0 0 25px 20px;
	color:#d83427;
	font-weight:700;
}
.main-themes li.vazhno a{
	color:#d83427;
	position: relative;
}
.main-themes li.vazhno .num{
	display: inline-block;
	height: 16px;
	line-height: 16px;
	background: #d83427;
	color: #fff;
	font-size: 0.75em;
	position: relative;
	top: -8px;
	font-weight: normal;
	margin:3px;
	padding: 0px 4px;
	border-radius: 3px;
}
.main-themes li.vazhno .arr {
    display: inline-block;
    width: 0px;
    height: 0px;
    border-width: 5px 0px 6px 12px;
    border-color: transparent transparent transparent #C40B2F;
    border-style: solid;
    margin: 0 5px;
}
.main-news{
	margin-bottom:30px;
	position:relative;
}
.block-zag{
	margin-bottom:13px;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
.block-zag .z{
	display:block;
	float:left;
	margin:0 30px 0 0;
	font-weight:700;
	font-size:1.64em;
	line-height:30px;
}
.block-zag .z .sub{
	color:#333;
	margin-left:5px;
	font-size:0.8em;
	font-weight:500;
}
.block-zag .z .sub:before{
	content:'/';
	display:inline;
	margin-right:7px;
	font-size:1.1em;
}
.block-zag ul{
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:1.1em;
}
.block-zag li{
	display:block;
	float:left;
	margin:0 15px 0 0;
	padding:0px;
	color:#666;
	height: 30px;
	line-height: 34px;
}
.block-zag li:last-child{
	margin-right:0px !important;
}
.block-zag li a{color:#666;}
.block-zag .btn{
	float:right;
	display:block;
	padding:0 12px;
	font-size:0.9em;
	margin-left:10px;
}
.block-zag .arhiv-day{
	color:#666;
	line-height: 34px;
	font-size:1.1em;
	text-align:right;
}

.main-news .table-row{
	margin:0px;
}
.main-news .news-block-1 .image{
	display:block;
	margin:0 -15px 10px;
	position:relative;
	padding-bottom:66.67%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-news .news-block-1 .image img{
	display:none;
}
.main-news .news-blocks{
	display:block;
}
.main-news .news-block .image{
	width:100%;
	display:block;
	margin-bottom:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.main-news .news-block .news-icons{display:none;}
.main-news .news-block .rubric, .main-news .news-block-1 .rubric{
	font-size:0.85em;
	line-height:16px;
	margin-bottom:10px;
}
.main-news .news-block .rubric a, .main-news .news-block-1 .rubric a{
	text-transform:uppercase;
	color:#005ba6;
	margin-right:10px;
}
.main-news .news-block .rubric a:hover, .main-news .news-block-1 .rubric a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
}
.main-news .news-block .rubric .time{
	color:#999;
	white-space:nowrap;
}
.main-news .news-block-1 .rubric .time{
	white-space:nowrap;
}
.main-news .news-block .zag, .main-news .news-block-1 .zag{
	font-size:1.15em;
	font-weight:500;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:10px;
}
.main-news .news-block-1 .zag{
	font-size:1.28em;
	font-weight:700;
	line-height:24px;
}
.main-news .news-block .zag a:hover, .main-news .news-block-1 .zag a:hover{
	color:#005ba6;
	border-bottom:1px solid rgba(0,91,166,0.3);
}
.main-news .news-block .stat, .main-news .news-block-1 .stat{
	height:31px;
	line-height:16px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ebebeb;
}
.main-news .all-news-link{
	float:right;
}
.main-news.no-rec .rec-300x600{
	display:none !important;
}
.rec-main-4, .rec-main-5, .rec-main-6, .rec-main-7{
	clear:both;
	margin:0 -15px 0;
}
.rec-8-bg{
	background:#F9F9F9;
	padding:10px 0;
	margin-bottom:15px;
	overflow:hidden;
}
.rec-main-9{
	margin-bottom:15px;
}

.main-podrobno{
	background:#f5f5f5;
	margin:0 -15px 0;
	padding-top:13px;
}
.main-podrobno .block-zag, .main-podrobno .news-blocks{
	margin-right:15px;
	margin-left:15px;
}
.main-podrobno .news-block{
	margin-bottom:0px;
}
.main-podrobno .news-block .image{
	width:100%;
	display:block;
	margin-bottom:10px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	float:right;
	width:90px;
	height:60px;
	margin:26px 0 0 10px;
	position:relative;
}
.main-podrobno .n1 .image{
	margin:0 -15px 10px;
	width:auto;
	height:auto;
	float:none;
	padding-bottom:66.67%;
}
.main-podrobno  .n1 .image img{
	display:none;
	width:100%;
}
.main-podrobno  .news-block .rubric{
	font-size:0.85em;
	line-height:16px;
	margin-bottom:10px;
	white-space:nowrap;
}
.main-podrobno .rubric a{
	text-transform:uppercase;
	color:#005ba6;
	margin-right:10px;
}
.main-podrobno .rubric a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
}
.main-podrobno  .news-block .rubric .time{
	color:#999;
	white-space:nowrap;
}
.main-podrobno .rubric .place{
	white-space:nowrap;
	margin-top:5px;
	display:block;
}
.main-podrobno .rubric .place a{
	text-transform:none;
}
.main-podrobno .rubric .place:before{
	content:'';
	display:inline-block;
	width:9px;
	height:15px;
	background:url(../images/ico/place-mini.png) no-repeat left 2px;
	vertical-align:top;
	margin-right:7px;
}
.main-podrobno .news-block .zag{
	font-size:1.15em;
	font-weight:500;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:7px;
	padding-bottom:3px;
}
.main-podrobno  .n1 .zag{
	font-size:1.28em;
	line-height:24px;
	font-weight:700;
}
.main-podrobno  .news-block .zag a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
	color:#005ba6;
}
.main-podrobno  .news-block .stat{
	height:31px;
	line-height:16px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #ebebeb;
}
.main-podrobno  .news-block:last-child .stat{
	padding-bottom:0px;
	border-bottom:0px;
	height:15px;
}
.main-wrapper-2{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.main-blogi{
	padding-top:13px;
	background:#f5f5f5;
	-webkit-order:2;
	order:2;
}
.main-blogi .table-row{
	display:block;
}
.main-blogi .block{
	padding-bottom:31px;
	vertical-align:top;
}
.main-blogi .block .name{
	padding:18px 5px 10px 42px;
	border-top:1px solid #ebebeb;
	min-height:63px;
}
.main-blogi .block .name a{
	text-transform:uppercase;
	color:#005ba6;
	font-size:0.85em;
	font-weight:500;
}
.main-blogi .block .name a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
}
.main-blogi .block .date{
	font-size:0.9em;
	display:block;
	color:#999;
}
.main-blogi .block .ava{
	display:block;
	float:left;
	width:30px;
	height:30px;
	margin:0 12px 0 -42px;
	overflow:hidden;
	border-radius:15px;
}
.main-blogi .block .z{
	font-size:1em;
	font-weight:500;
	line-height:20px;
	margin-bottom:7px;
	padding-bottom:3px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.main-blogi .block .z a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
	color:#005ba6;
}
.main-blogi .block .stat{
	position:absolute;
	bottom:15px;
}
.main-multimedia{
	background:#2e2e33;
	position:relative;
}
.main-multimedia .zag{
	color:#f6ae1b;
	font-size:1.65em;
	font-weight:700;
	line-height:30px;
}
.main-multimedia .zag .z{
	padding-top:15px;
	padding-bottom:15px;
}
.main-multimedia .zag a{
	color:#f6ae1b;
}
.main-multimedia .zag a:hover{
	border-bottom:1px solid rgba(246,174,27,0.5);
}
.main-multimedia .g-slick{
	height:100%;
	overflow:hidden;
}
.main-multimedia .block{
	float:left;
	padding:0 0 20px 15px;
	width:265px;
}
.main-multimedia .block .text{
	padding-top:10px;
	border-top:1px solid #f6ae1b;
}
.main-multimedia .block .rubric{
	height:16px;
	line-height:16px;
	color:#999;
	font-size:0.85em;
	margin-bottom:5px;
}
.main-multimedia .block .rubric a{
	color:#f6ae1b;
	text-transform:uppercase;
	margin-right:12px;
}
.main-multimedia .block .rubric a:hover{
	border-bottom:1px solid rgba(246,174,27,0.5);
}
.main-multimedia .block .z{
	font-weight:500;
	color:#fff;
	height:40px;
	line-height:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	margin-bottom:4px;
	padding-bottom:3px;
}
.main-multimedia .block .z a{
	text-overflow:ellipsis;
	overflow:hidden;
	color:#fff;
}
.main-multimedia .block .z a:hover{
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.main-multimedia .block .image{
	height:177px;
	position:relative;
	margin-top:12px;
	z-index: 1;
}
.main-multimedia .block .image:after{
	position:absolute;
	z-index:2;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-image: -webkit-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
	background-image: -moz-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
	background-image: -o-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
	background-image: -ms-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
	background-image: linear-gradient(to top, rgba(26,26,26,.7), rgba(26,26,26,0));
}
.main-multimedia .block .i{
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.main-multimedia .block .ico{
	position:absolute;
	z-index:3;
	width:76px;
	height:76px;
	left:50%;
	top:50%;
	margin:-38px 0 0 -38px;
}
.main-multimedia .ico-video, .main-multimedia .ico-photo, .main-multimedia .ico-audio{
	border-width:4px;
}
.main-multimedia .ico-video:after{
	border-width:16px 0 16px 30px;
	margin:19px 0 0 23px;
}
.main-afisha-news{
	padding-top: 13px;
}
.main-afisha-news .block{
	padding-top:15px;
	margin-bottom:15px;
	position:relative;
}
.main-afisha-news .block:before{
	content: "";
	display:block;
	border-top:1px solid #ebebeb;
	position:absolute;
	top:0;
	left:15px;
	right:15px;
}
.main-afisha-news .block:after {
    clear: both;
	content: "";
	display: table;
}
.main-afisha-news .n1{
	padding-top:0px;
}
.main-afisha-news .n1:before{
	display:none;
}
.main-afisha-news .block .image{
	display: block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	float:right;
	margin:26px 0 10px 20px;
	width:90px;
	height:60px;
}
.main-afisha-news .n1 .image{
	height:auto;
	width:100%;
	float:none;
	margin:0 0 10px;
}
.main-afisha-news .n1 .image img{
	display:block;
}
.main-afisha-news .block .rubric{
    font-size: 0.85em;
    line-height: 16px;
    margin-bottom: 10px;
}
.main-afisha-news .block .rubric a{
    text-transform: uppercase;
    color: #005ba6;
    margin-right: 10px;
}
.main-afisha-news .block .rubric a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
}
.main-afisha-news .block .rubric .time{
    color: #999;
    white-space: nowrap;
}
.main-afisha-news .block .zag{
    font-size: 1.15em;
    font-weight:500;
    line-height: 22px;
    margin-bottom: 7px;
    padding-bottom: 3px;
}
.main-afisha-news .block .zag a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
	color:#005ba6;
}
.main-afisha-events{
	background:#2d336b;
	margin:0 -15px 15px;
	position: relative;
}
.main-afisha-events .afisha-xs-zag{
	height:60px;
	line-height:60px;
	color:#fff;
	font-size:1.65em;
	font-weight:700;
	padding:0 15px;
}
.main-afisha-events .block-events, .main-afisha-events .block-movies{
	height:24px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:0px;
	right:0px;
}
.main-afisha-events .block-events .block-zag, .main-afisha-events .block-movies .block-zag{
	height:24px;
	margin:0px;
}
.main-afisha-events .block-zag .z{
	display:block;
	float:left;
	width:50%;
	text-align:center;
	font-size:1em;
	font-weight:500;
	color:rgba(255,255,255,0.5);
	line-height: 14px;
	height: 24px;
	text-transform: uppercase;
	margin:0px;
	cursor:pointer;
	border-bottom:1px solid #42487a;
}
.main-afisha-events .block-movies .block-zag .z{
	float:right;
}
.main-afisha-events .block-movies.no-events .block-zag .z{
	width: 100%;
}
.main-afisha-events .tab-active{
	height:auto;
	position:static;
}
.main-afisha-events .tab-active  .block-zag .z{
	border-bottom:2px solid #f7b31a;
	color:#fff;
}
.main-afisha-events .block-events .blocks{
	margin:20px 0 80px;
	padding-left:15px;
}
.main-afisha-events .block-events .touch-scroll-content{
	width:675px;
}
.main-afisha-events .block-events .block{
	width:210px;
	height:297px;
	float:left;
	margin-right:15px;
	position:relative;
}
.main-afisha-events .block-events .image{
	width:100%;
	height:100%;
	display:block;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	pointer-events:none;
}
.main-afisha-events .block-events .image:after{
	position:absolute;
	z-index:2;
	content:'';
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
}
.main-afisha-events .block-events .text{
	position:absolute;
	top:150px;
	left:15px;
	right:15px;
	color:#fff;
	z-index:2;
	overflow:hidden;
}
.main-afisha-events .block-events .rubric{
	height:18px;
	line-height:18px;
	margin-bottom:10px;
}
.main-afisha-events .block-events .rubric a{
	background-color:#ff5e00;
	color:#fff;
	font-size:0.85em;
	display:inline-block;
	padding:0 5px;
	text-transform:uppercase;
}
.main-afisha-events .block-events .rubric a:hover{
	background-color:#fff;
	color:#ff5e00;
}
.main-afisha-events .block-events .zag{
	font-weight:500;
	color:#fff;
	line-height:20px;
	margin-bottom:10px;
	max-height: 60px;
	overflow: hidden;
}
.main-afisha-events .block-events .zag a{
	color:#fff;
}
.main-afisha-events .block-events .zag a:hover{
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.main-afisha-events .block-events .shedule{
	color:#e1e1e1;
	font-size:0.85em;
	padding-left:20px;
}
.main-afisha-events .block-events .shedule .ico{
	display:inline-block;
	width:12px;
	height:14px;
	margin-right:8px;
	vertical-align: top;
	margin-left: -20px;
	float: left;
}
.main-afisha-events .block-events .shedule .ico-clock{
	background:url(../images/ico/clock.png) no-repeat left center;
}

.main-afisha-events .block-events .i-horizontal{
	background-color:#1b1f40;
}
.main-afisha-events .block-events .i-horizontal .image{
	height:140px;
	pointer-events:auto;
}
.main-afisha-events .block-events .i-horizontal .image:after{
	display:none;
}
.main-afisha-events .btn-bottom{
	position:absolute;
	bottom:30px;
	right:15px;
	font-size: 0.9em;
}
.main-afisha-events .block-movies .blocks{
	margin:20px 0 80px;
	padding-left:15px;
}
.main-afisha-events .block-movies .touch-scroll-content{
	padding-left:15px;
}
.main-afisha-events .block-movies .block{
	vertical-align:top;
	padding-left:0px;
}
.main-afisha-events .block-movies .image{
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	width:95px;
	height:136px;
	margin-bottom:10px;
}
.main-afisha-events .block-movies .zag{
	width:95px;
	font-weight:500;
	line-height:20px;
	color:#fff;
}
.main-afisha-events .block-movies .zag a{
	color:#fff;
}
.main-afisha-events .block-movies .zag a:hover{
	border-bottom:1px solid rgba(255,255,255,0.5);
}

.ico-zodiac{
	position:relative;
}
.ico-zodiac:after{
	position:absolute;
	display:block;
	content:'';
	width:50px;
	height:50px;
	left:50%;
	top:50%;
	margin:-25px 0 0 -25px;
	background-repeat:no-repeat;
	background-image:url(../images/ico/zodiac.png);
}
.z-aries:after{background-position:0 0;}
*:hover>.z-aries:after,.ico-active .z-aries:after{background-position:0 -50px;}
.z-taurus:after{background-position:-50px 0;}
*:hover>.z-taurus:after,.ico-active .z-taurus:after{background-position:-50px -50px;}
.z-gemini:after{background-position:-100px 0;}
*:hover>.z-gemini:after,.ico-active .z-gemini:after{background-position:-100px -50px;}
.z-cancer:after{background-position:-150px 0;}
*:hover>.z-cancer:after,.ico-active .z-cancer:after{background-position:-150px -50px;}
.z-leo:after{background-position:-200px 0;}
*:hover>.z-leo:after,.ico-active .z-leo:after{background-position:-200px -50px;}
.z-virgo:after{background-position:-250px 0;}
*:hover>.z-virgo:after,.ico-active .z-virgo:after{background-position:-250px -50px;}
.z-libra:after{background-position:-300px 0;}
*:hover>.z-libra:after,.ico-active .z-libra:after{background-position:-300px -50px;}
.z-scorpio:after{background-position:-350px 0;}
*:hover>.z-scorpio:after,.ico-active .z-scorpio:after{background-position:-350px -50px;}
.z-sagittarius:after{background-position:-400px 0;}
*:hover>.z-sagittarius:after,.ico-active .z-sagittarius:after{background-position:-400px -50px;}
.z-capricorn:after{background-position:-450px 0;}
*:hover>.z-capricorn:after,.ico-active .z-capricorn:after{background-position:-450px -50px;}
.z-aquarius:after{background-position:-500px 0;}
*:hover>.z-aquarius:after,.ico-active .z-aquarius:after{background-position:-500px -50px;}
.z-pisces:after{background-position:-550px 0;}
*:hover>.z-pisces:after,.ico-active .z-pisces:after{background-position:-550px -50px;}
.z-all:after{background-position:-600px 0;}
*:hover>.z-all:after,.ico-active .z-all:after{background-position:-600px -50px;}

.main-horoscope{
	background-color:#1f457e;
	padding-top:13px;
	color:#fff;
}
.main-horoscope .block-zag .z{
	color:#fff;
}
.main-horoscope .blocks{
	margin:0px;
}
.main-horoscope .block{
	margin-bottom:25px;
	color:#fff;
	font-weight:500;
	text-align:center;
	padding:0px;
}
.main-horoscope .block .i{
	display:block;
	margin:0 auto 10px;
	background-color:#fff;
	border-radius:50%;
	border:0px;
	width:55px;
	height:55px;
}
.main-horoscope .block a{
	color:#fff;
}
.main-horoscope .block a:hover .t{
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.main-horoscope .block a:hover .i{
	border:1px solid #fff;
	background-color:#1F457E;
}
.main-popular{
	position:relative;
	padding-top:13px;
	margin-bottom:30px;
}
.main-popular .blocks{
	border-bottom:1px solid #ebebeb;
}
.main-popular .block{
	padding:15px 15px 15px 80px;
	position:relative;
	border-top:1px solid #ebebeb;
}
.main-popular .block .zag{
	margin-bottom:10px;
	font-weight:500;
	font-size:1.28em;
	line-height:24px;
}
.main-popular .block .num{
	position:absolute;
	top:18px;
	left:20px;
	width:40px;
	height:40px;
	display:block;
	border:2px solid #e1e1e1;
	border-radius:50%;
	text-align:center;
	color:#d83427;
	font-weight:700;
	font-family:Georgia;
	font-size:1.79em;
}

.news-list .block{
	padding-top:25px;
	border-top:1px solid #ebebeb;
	margin-bottom:15px;
}
.news-list .block .zag{
	font-size:1.28em;
	font-weight:700;
	line-height:24px;
	margin-bottom:10px;
}
.news-list .block .zag a:hover{
	color:#005ba6;
	border-bottom: 1px solid rgba(0,91,166,0.3);
}
.news-list .block .rubric{
	font-size:0.85em;
	margin-bottom:10px;
	line-height:16px;
}
.news-list .block .rubric .a{
	text-transform:uppercase;
	margin-right:10px;
}
.news-list .block .rubric a{
	color:#005ba6;
}
.news-list .block .rubric a:hover{
	border-bottom: 1px solid rgba(0,91,166,0.3);
}
.news-list .block .rubric .time{
	color:#999;
	white-space:nowrap;
}
.news-list .block .rubric .place{
	white-space:nowrap;
	margin-top:5px;
	display:block;
}
.news-list .block .rubric .place:before{
	content:'';
	display:inline-block;
	width:9px;
	height:15px;
	background:url(../images/ico/place-mini.png) no-repeat left 2px;
	vertical-align:top;
	margin-right:7px;
}
.news-list .block .image{
	display:block;
	/* height:215px; */
	margin:0 -15px 15px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.news-list .block .image-inner{
	position:relative;
	padding-bottom:66.67%;
	display:block;
}
.news-icons{
	position:absolute;
	z-index:2;
	top:12px;
	left:12px;
}
.news-icons .ico-photo, .news-icons .ico-video, .news-icons .ico-audio{
	width:36px;
	height:36px;
	position:relative;
	float:left;
	display:block;
	margin:0 14px 0 0;
	border: solid 1px rgba(255,255,255,.3);
	background-color: rgba(0,0,0,.3);
	border-radius:50%;
}
.news-icons .ico-photo:after{
	background-size: 18px auto;
	background-position: center 10px;
}
.news-icons .ico-audio:after{
	background-size: 22px auto;
	background-position: center 7px;
}
.news-icons .ico-video:after{
	margin: 10px 0 0 11px;
}
.news-icons .ico-live, .news-icons .ico-travel{
	height:22px;
	line-height:22px;
	background-color:#ff1300;
	border-radius:2px;
	color:#fff;
	float:left;
	display:block;
	margin:7px 14px 0 0;
	text-transform:uppercase;
	padding:0 10px;
	font-size:0.8em;
}
.news-icons .ico-live-time{
	background-color:rgba(0,0,0,0.3);
	margin-left:-5px;
}
.news-icons .ico-travel{
	background-color:#2d336b;
}
.news-list .block .text{
	font-family:'PT Serif', sans-serif;
	font-size:1.1em;
	margin-bottom:10px;
	line-height:19px;
}
.news-list .block .tags{
	display:none;
	margin-bottom:10px;
}
.news-list .block .tags a{
	color:#005ba6;
	white-space:nowrap;
}
.news-list .block .tags a:hover{
	border-bottom: 1px solid rgba(0,91,166,0.3);
}
.show-more-news{
	border-top:1px solid #ebebeb;
	padding-top:30px;
	margin-bottom:25px;
	min-height:60px;
	white-space:nowrap;
}
.show-more-news .btn{
	/* position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%); */
}
.show-more-news .loader{
	/* position:absolute;
	left:50%;
	margin-left:-15px; */
}
.all-news-zag{
	overflow:visible;
}
.all-news-zag .arhiv{
	position:relative;
	display: inline-block;
}
.all-news-zag .arhiv .calendar{
	display:none;
	position:absolute;
	right:0;
	top:35px;
	z-index:5;
}

.text-content{
	font-family: 'PT Serif', sans-serif;
	font-size: 1.2em;
	line-height: 23px;
}
.text-content *{
	font-family: 'PT Serif', sans-serif;
}
.text-content>:first-child{
	margin-top:0px;
}
.text-content a{
	color:#005ba6;
}
.text-content a:hover{
	border-bottom:1px solid rgba(0,91,166,0.3);
}
.text-content h1,.text-content .h1{
	font-size:1.57em;
	line-height:1.1em;
	font-family: 'Roboto', sans-serif;
}
.text-content h2,.text-content .h2{
	font-size:1.42em;
	line-height:1.1em;
	margin:0.6em 0;
	font-family: 'Roboto', sans-serif;
}
.text-content h3,.text-content .h3{
	font-size:1.21em;
	line-height:1.1em;
	margin:0.6em 0;
	font-family: 'Roboto', sans-serif;
}
.text-content h4,.text-content .h4{
	font-size:1.1em;
	line-height:1.1em;
	margin:0.6em 0;
	font-family: 'Roboto', sans-serif;
}
.text-content h1 *, .text-content .h1 *, .text-content h2 *, .text-content .h2 *, .text-content h3 *, .text-content .h3 *, .text-content h4 *, .text-content .h4 *{
	font-family: 'Roboto', sans-serif;
}
.text-content ul{
	list-style:disc outside;
	margin:1em 0;
	padding:0 0 0 1.4em;
	overflow: hidden;
}
.text-content ol{
	margin:1em 0;
	padding:0 0 0 1.4em;
}
.text-content li{
	list-style:inherit;
}
.text-content table{
	width:100%;
	border-collapse:collapse;
}
.text-content table th{
	text-align:center;
	font-weight:700;
}
.text-content table td{
	text-align:center;
	border-bottom:1px solid #dedede;
	padding:12px 0;
}


.event-content.event-content, .event-content *{
	font-family: 'Roboto', sans-serif !important;
}

@keyframes rotation{
	0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
	50%{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);
	}
	100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);-o-transform: rotate(360deg);transform: rotate(360deg);}
}
.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #005ba6 transparent transparent #005ba6;
	-webkit-animation: rotation 0.5s linear;
	-moz-animation: rotation 0.5s linear;
	-ms-animation: rotation 0.5s linear;
	-o-animation: rotation 0.5s linear;
	animation: rotation 0.8s infinite linear ;
}

/* --common styles */


/* news-page 320 */
.next-new{
	position:relative;
	z-index:1;
	background:#fff;
	margin-top: 400px;
}
.new-current{
	z-index:1 !important;
	top:0px !important;
}
.next-new-clear{
	position:relative;
	margin-top: 400px;
}
.next-new .news-page{
	margin-top:40px;
}
.next-new:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:0;
	background:rgba(255,255,255,0);
	pointer-events:none;
	-webkit-transition: background .5s ease-out, z-index 0s  ease-out .1s;
	-moz-transition: background .5s ease-out, z-index 0s  ease-out .1s;
	-ms-transition: background .5s ease-out, z-index 0s  ease-out .1s;
	-o-transition: background .5s ease-out, z-index 0s  ease-out .1s;
	transition: background .5s ease-out, z-index 0s  ease-out .1s;
}
.next-new-load{
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin-top:0px;
}
.next-new-load:before{
	background:rgba(0,0,0,0.5);
	z-index:3;
}
.next-new-loaded{
	z-index: 1 !important;
}
.next-new-loaded:before{
	display:none;
}
.news-main-wrapper{
	position:relative;
	z-index:2;
	background:#fff;
	margin-top:-15px;
	padding-top:15px;
}
.news-page h1{
	font-weight:700;
	font-size:1.78em;
	margin-bottom: 14px;
}
.news-page .time-author{
	color: #999;
	margin-bottom: 14px;
}
.news-page .time-author .stat{
	float:right;
	display:inline-block;
}
.news-page .repost{
	height:25px;
	margin-bottom:15px;
}
.news-page .repost .comments-count{
	float:right;
	display:inline-block;
	width:29px;
	height:31px;
	background:url(../images/ico/comment-count-big.png) no-repeat center top;
	text-align:center;
	line-height:25px;
	color:#005ba6;
	font-size:0.9em;
}
.news-page .repost .comments-count a{
	color:#005ba6;
	display:block;
	line-height:26px;
	text-align:center;
}
.news-page .repost .media-repost-count{
	vertical-align: middle;
	height: 16px;
	line-height: 16px;
	color:#999;
	font-weight:700;
	font-size:1.15em;
}
.news-page .repost .media-repost-count:before{
	width:20px;
}
.news-page .repost .repost-links{
	display:inline-block;
	vertical-align:middle;
}
.news-page .repost .repost-links .link{
	display:inline-flex;
	width:25px;
	height:25px;
	vertical-align:top;
	text-align: center;
	border-radius:2px;
	align-items: center;
	justify-content: center;
}
.news-page .repost .repost-links .link svg{
	max-width:100%;
	max-height:100%;
	display: block;
	width: 100%;
}
.news-page .repost .repost-links .link path{
	fill:#ffffff;
}
.news-page .repost .repost-links img{
	max-height:100%;
}
.repost-links .vk{
	background-color: #48729E;
	padding:3% 2%;
}
.repost-links .fb{
	background-color: #3B5998;
	padding:2.2% 0;
}
.repost-links .ok{
	background-color: #EB722E;
	padding:1% 0;
}
.repost-links .gp{
	background-color: #DC4E41;
	padding:3% 2%;
}
.repost-links .tw{
	background-color: #00ACED;
	padding:3% 1%;
}
.repost-links .telegram{
	background-color: #64a9dc;
	padding:3% 0;
}
.repost-links .viber{
	background-color: #7B519D;
	padding:2% 0;
}
.repost-links .whatsapp{
	background-color: #65BC54;
	padding:2% 0;
}


.news-page .btn-print{
	height:25px;
	line-height:23px;
	margin-left:15px;
	vertical-align: middle;
}
.news-page .news-introtext{
	font-weight:700;
	font-family:'PT Serif', sans-serif;
	line-height:23px;
	margin-bottom:15px;
	font-size:1.28em;
}
.news-page .block-image{
	margin-bottom:15px;
	position:relative;
}
.news-page .block-image .image{
	margin:0 -15px;
	overflow:hidden;
	position:relative;
}
.news-page .block-image .image img{
	width:100%;
	display:block;
}
.news-page .expand-image{
	display: block;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(255,255,255,0.3) !important;
	border-radius: 50%;
	background: url(../images/ico/expand.png) rgba(0,0,0,0.3) no-repeat center;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	cursor: pointer;
}
.news-page .block-image .image-preview{
	position:relative;
	overflow:hidden;
	height:0px;
	padding-bottom:66.67%;
}
.news-page .block-image .image-preview img{
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
}
.news-page .block-image .author{
	margin-top:8px;
	font-size:0.9em;
	color: #999;
}
.news-page .block-image .text{
	margin-top:8px;
	font-size:0.9em;
	color: #999;
}
.news-page .block-audio{
	margin-bottom: 15px;
	padding: 15px 0;
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
}
.news-page .block-video{
	margin-bottom:15px;
	width:100%;
}
.news-page .block-video .inner{
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	overflow: hidden;
	margin:0 -15px;
}
.news-page .block-video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.news-page .block-gallery{
	margin-bottom:15px;
	width:100%;
}
.news-page .block-gallery .inner{
	margin:0 -15px;
	padding-bottom:10px;
	background-color:#f8f8f8;
}
.news-page .block-gallery .images{
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
}
.news-page .block-gallery .image-item{
	width:100%;
}
.news-page .block-gallery .image-item .i{
	margin-bottom:8px;
	padding-bottom: 66.67%;
	height: 0;
	overflow: hidden;
	position:relative;
}
.news-page .block-gallery .image-item .i div{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}
.news-page .block-gallery .image-item .i img{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	-webkit-object-fit: contain;
	-moz-object-fit: contain;
	object-fit: contain;
}
.news-page .block-gallery .image-item .t{
	color:#999;
	line-height:16px;
	margin:0 10px;
}
.news-page .block-gallery .image-item .count{
	float:right;
	margin:5px 0 0 5px;
	color:#333;
	padding-right:25px;
	background:url(../images/ico/camera.png) no-repeat right center;
}
.news-page .block-gallery .nav{
	position:relative;
	overflow:hidden;
	padding-left:10px;
}
.news-page .block-gallery .nav-item{
	margin-right:10px;
}
.news-page .block-gallery .nav-item .i{
	position: relative;
	padding-bottom: 66.67%;
	height: 0;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.news-page .block-gallery .slick-prev, .news-page .block-gallery .slick-next{
	display:block;
	width:35px;
	height:35px;
	border:1px solid rgba(255,255,255,0.3);
	border-radius:50%;
	background:url(../images/ico/arr-right.png) rgba(0,0,0,0.3) no-repeat center;
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-18px;
	z-index:2;
	cursor:pointer;
}
.news-page .block-gallery .slick-prev{
	background-image:url(../images/ico/arr-left.png);
	left:10px;
	right:auto;
}
.news-page .block-images{
	margin-bottom:15px;
	width:100%;
}
.news-page .block-images .inner{
	margin:0 -15px;
	overflow:hidden;
}
.news-page .block-images .wrap{
	margin-right:-8px;
}
.news-page .block-images .image-item{
	float:left;
	width:50%;
	margin:0 0 8px;
}
.news-page .block-images .i{
	position: relative;
	padding-bottom: 66.67%;
	margin-right:8px;
	height: 0;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.news-page .block-images .i a{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index: 2;
}
.news-page .block-images .i img{
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	object-fit: cover;
}
.news-page .block-images .author{
	font-size:0.9em;
	color: #999;
}
.news-page .block-spravka{
	margin-bottom:15px;
}
.news-page .block-spravka .inner{
	margin:0 -15px;
	padding:0 15px 15px;
	font-size:0.9em;
	background-color:#f2f2f2;
}
.news-page .block-spravka .zag{
	font-weight:700;
	font-size:1.64em;
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:2px solid #fff;
}
.news-page .block-rekl{
	margin-bottom:15px;
	color: #999;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
}
.news-page .block-code{
	margin-bottom:15px;
}
.news-page .block-anons{
	margin-bottom:15px;
}
.news-page .block-anons .inner{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:15px 0;
}

.news-page .block-anons .i{
	display:block;
	position: relative;
	padding-bottom: 66.67%;
	margin-bottom:8px;
	height: 0;
	overflow: hidden;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.news-page .block-anons .zag{
	font-weight:500;
	margin-bottom:10px;
	font-size:1.1em;
}
.news-page .block-anons .text{
	font-family: 'PT Serif', sans-serif;
	font-size:1.1em;
}
.news-page .block-online{
	margin-bottom:15px;
	clear:both;
}
.news-page .block-online > .inner{
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
	padding:15px;
	margin:0 -15px;
}
.news-page .block-online .online-header{
	margin-bottom:15px;
}
.news-page .block-online .online-header .zag{
	font-size:1.42em;
	font-weight:500;
	margin:0 0 8px;
}
.news-page .block-online .auto-update{
	font-weight:500;
	line-height: 25px;
	margin:0 0 10px;
}
.news-page .block-online .auto-update input{
	display:none;
}
.news-page .block-online .auto-update .update{
	position: relative;
	cursor:pointer;
	padding-right:65px;
	display:inline-block;
}
.news-page .block-online .auto-update .update .b{
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	padding: 0;
	height: 24px;
	width: 54px;
	border-radius: 12px;
	background-color: #f0f0f0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.35);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.35);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.35);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.news-page .block-online .auto-update .update .a{
	display: block;
	position: absolute;
	z-index:2;
	top: 1px;
	right: 31px;
	width: 22px;
	height: 22px;
	border-radius: 11px;
	background: #fff;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.35);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.35);
	box-shadow: inset 0 0 2px rgba(0,0,0,.35);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.news-page .block-online .auto-update .update input[type="checkbox"]:checked  + .a + .b {
	background: #6edc5f !important;
	border-color: #6dd75e !important;
}
.news-page .block-online .auto-update .update input[type="checkbox"]:checked + .a {
	right: 1px !important;
}
.news-page .block-online .sort{
	font-size:0.9em;
	color:#b2b2b2;
}
.news-page .block-online .sort span{
	margin-right:20px;
	cursor:pointer;
}
.news-page .block-online .sort span.active{
	color:#005ba6;
	cursor:text;
}
.news-page .block-online .sort .start:before,.news-page .block-online .sort .end:before{
	content:'';
	display:inline-block;
	vertical-align:baseline;
	width:9px;
	height:12px;
	background:url(../images/ico/sort-sprite.png) no-repeat -9px -12px;
	margin-right:5px;
}
.news-page .block-online .sort .end:before{
	background-position:-9px 0;
}
.news-page .block-online .sort .start.active:before{
	background-position:0 -12px;
}
.news-page .block-online .sort .end.active:before{
	background-position:0 0;
}
.news-page .block-online .online-body{
	position:relative;
}
.news-page .block-online .online-load:before{
	content:'';
	position:absolute;
	display:block;
	z-index:2;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(255,255,255,0.5);
}
.news-page .block-online .online-load:after{
	content:'';
	display:block;
	position:absolute;
	z-index:3;
	left:50%;
	top:0px;
	margin-left:-15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #005ba6 transparent transparent #005ba6;
	-webkit-animation: rotation 0.5s linear;
	-moz-animation: rotation 0.5s linear;
	-ms-animation: rotation 0.5s linear;
	-o-animation: rotation 0.5s linear;
	animation: rotation 0.8s infinite linear ;
}
.news-page .block-online .online-item{
	padding-left:48px;
}
.news-page .block-online .online-item .time{
	float:left;
	display:block;
	margin-left:-48px;
	font-weight:700;
	font-family: 'PT Serif', sans-serif;
}
.news-page .block-online .online-item .text{
	margin-bottom:15px;
	font-family: 'PT Serif', sans-serif;
}
.news-page .block-online .online-item .text p:last-child{
	margin-bottom:0px;
}
.news-page .block-online .online-item .block-image{
	display:block;
	margin-bottom:15px;
}
.news-page .block-online .online-item .image{
	margin:0px !important;
}
.news-page .block-online .online-item .image .i-text{
	color:#999;
	margin-top:8px;
}
.news-page .block-online .online-item .block-video{
	margin-bottom:15px;
}
.news-page .block-online .online-item .block-video .inner{
	margin:0px !important;
}

.news-content-end{
	height:25px;
	clear:both;
}
.materials-by-theme{
	margin-bottom:30px;
}
.materials-by-theme .zag{
	font-size:1.28em;
	font-weight:500;
	margin-bottom:15px;
}
.materials-by-theme a{
	color:#005ba6;
}
.materials-by-theme .list{
	font-size:1.1em;
	line-height:16px;
	padding-left:18px;
	position:relative;
	margin-bottom:10px;
}
.materials-by-theme .list:before{
	content:'';
	position:absolute;
	left:0px;
	top:4px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#d83527;
}
.material-tags{
	margin-bottom:30px;
	overflow:hidden;
}
.material-tags a{
	white-space:nowrap;
	color:#005ba6;
}

/* --news-page 320 */

.form, .form *{
	font-family: 'Roboto', sans-serif;
}
.form .red{
	color:#f04756;
}
.text-content .form{
	font-size:14px;
}
.form .row{
	margin:0 -5px 10px;
}
.form .col{
	padding-left:5px;
	padding-right:5px;
}
.form .placeholder{
	line-height:22px;
	padding:9px 0;
	display:inline-block;
	vertical-align:middle;
	font-size:1.15em;
}
.form .input-text{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	width:100%;
	font-size:1.15em;
}
.form .input-text input{
	width:100%;
	height:40px;
	margin:0px;
	padding:8px 10px;
	line-height:22px;
	border:1px solid #ebebeb;
	background-color: #fff;
}
.form .input-group input{
	margin-top:-1px;
}
.form .input-group input:focus{
	z-index:2;
	position:relative;
}
.form .input-text.cleared input{
	padding-right:30px;
}
.form .input-text.cleared .input-clear{
	position:absolute;
	display:block;
	right:1px;
	top:1px;
	bottom:1px;
	width:30px;
	cursor:pointer;
	background:url(../images/ico/input-clear.png) #fff no-repeat center;
	opacity:0.7;
}
.form .input-text.cleared .input-clear:hover{
	opacity:1;
}
.form .input-control{
	display:block;
	position:relative;
}
.form .input-pass-visible{
	position:absolute;
	display:block;
	right:1px;
	top:1px;
	bottom:1px;
	width:30px;
	cursor:pointer;
	background-color:#fff;
	z-index:2;
}
.form .input-pass-visible:before{
	content:'';
	background:url(../images/ico/pasw_eye.png) no-repeat center top;
	display:block;
	width:15px;
	height:13px;
	margin:12px auto 0;
	opacity:0.7;
}
.form .input-pass-visible.visible:before{
	background-position:center bottom;
}
.form .input-pass-visible:hover:before{
	opacity:1;
}
.form .input-textarea{
	display:inline-block;
	width:100%;
	position:relative;
	font-size:1.15em;
}
.form .input-textarea .textarea{
	display:block;
	position:relative;
	padding:0 0 50% 0;
	height:0px;
}
.form .input-textarea textarea{
	border:1px solid #ebebeb;
	width:100%;
	line-height:22px;
	padding:8px 10px;
	background:none;
	resize:none;
	display:block;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.form .input-select{
	display:inline-block;
	width:100%;
	position:relative;
	font-size:1.15em;
}
.form .input-select select, .form .input-select .ui-selectmenu-button{
	width:100%;
	height:40px;
	background-color:#fff;
	border:1px solid #ebebeb;
	padding: 8px 10px;
	display:block;
	line-height:22px;
	border-radius:0px;
	color:#333;
}
.form .input-select .ui-selectmenu-button:active{
	color:#333;
}
.form .input-select .ui-selectmenu-icon{
	background-image: url("../js/ui/images/ui-icons_777777_256x240.png");
	margin-top:2px;
}

.ui-selectmenu-menu .ui-menu-item-wrapper{
	line-height:22px;
	padding:8px 10px;
}
.ui-selectmenu-menu .ui-widget-content{
	border-top:0px;
	border-radius:0px;
	padding:0px;
	max-height:300px;
}
.ui-selectmenu-menu .ui-state-active{
	border:0px;
	background-color:#0070cc;
	margin:0px;
}


.form .input-btn{
	display:inline-block;
	position:relative;
	vertical-align:middle;
}
.form .input-note{
	display:block;
	margin:5px 0 0;
	font-size:12px;
	color:#999;
	line-height: 16px;
}
.form .input-error input, .form .input-error select{
	border-color:#ff1300;
	z-index:2;
	position: relative;
}
.form .input-error textarea{
	border-color:#ff1300;
	z-index:2;
}
.form .input-error .ui-selectmenu-button{
	border-color:#ff1300;
	z-index:2;
}
.form .input-error-note{
	color:#ff1300;
}
.form .input-success-note{
	color:#27990E;
}
.form .error{
	color:#ff1300;
	font-size:1.15em;
}
.form label.radio{
	margin:5px 0;
	font-size:1.15em;
}

.form input:focus, .form select:focus, .form textarea:focus{
	border-color:#0070cc !important;
	border-width:1px !important;
	border-style:solid !important;
}
.form input:focus, .form select:focus{
	z-index: 2;
	position: relative;
}
.form .load-image .loaded-images{
	margin-top:10px;
	margin-bottom:0px;
	display:none;
}
.form .load-image .thumb{
	position:relative;
	margin-bottom: 15px;
}
.form .load-image .thumb .progress{
	font-size:1.25em;
}
.form .load-image .thumb .full{
	position:relative;
	display:block;
	padding-bottom: 75%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.form .load-image .thumb .full img{
	max-width:100%;
	max-height:100%;
	display:block;
}
.form .load-image .thumb .remove{
	display:block;
	position:absolute;
	z-index:2;
	right:20px;
	top:5px;
	width:20px;
	height:20px;
	padding:2px;
	cursor:pointer;
}
.form .load-image .thumb .err{
	position:absolute;
	display:block;
	left:0;
	top:30%;
	right:0;
	text-align:center;
	color:#ff1300;
	font-size:1.1em;
	line-height:20px;
	padding:0 10px;
}
.form .load-image .thumb-load .full{
	text-align:center;
	border:1px solid #ccc;
}
.form .load-image .progress{
	position:absolute;
	left:0;
	top:30%;
	right:0;
	text-align:center;
}
.form .load-image .thumb-load .remove{
	display:none;
}
#register .load-image .thumb .full{
	display: inline-block;
	padding-right: 20px;
	padding-bottom: 0;
}
#register .load-image .thumb .remove{
	right: 0px;
	top: 0px;
}

label.checkbox{
	display:inline-block;
	padding-left:29px;
	position:relative;
	line-height:20px;
}
label.checkbox input{
	display:none;
}
label.checkbox:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:0 9px 0 -29px;
	-float:left;
	width:20px;
	height:20px;
	border-radius: 3px;
	background-color: #fff;
	border: solid 1px #d7d7d7;
}
label.checkbox.checked:before{
	background-image:url(../images/ico/check.png);
	background-position:3px center;
	background-repeat:no-repeat;
}
label.checkbox:hover:before{
	border-color:#0070cc;
}
label.checkbox.input-error:before{
	border: solid 1px #ff1300;
}

label.radio{
	display:inline-block;
	padding-left:29px;
	position:relative;
	line-height:20px;
}
label.radio input{
	display:none;
}
label.radio:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin:0 9px 0 -29px;
	width:20px;
	height:20px;
	border-radius: 50%;
	background-color: #fff;
	border: solid 1px #d7d7d7;
}
label.radio:hover:before{
	border-color:#0070cc;
}
label.radio.checked:before{
	border: 5px solid #fff;
	background-color: #0070cc;
	-webkit-box-shadow:0px 0px 1px #666;
	-moz-box-shadow:0px 0px 1px #666;
	box-shadow:0px 0px 1px #666;
}
label.radio.checked:hover:before{
	-webkit-box-shadow:0px 0px 1px #0070cc;
	-moz-box-shadow:0px 0px 1px #0070cc;
	box-shadow:0px 0px 1px #0070cc;
}
label.radio.input-error:before{
	border: solid 1px #ff1300;
}

.side-left{
	max-width:100%;
}
.news-page-printable, .news-page-printable .news-page-content, .news-page-printable .side-left{
	width:100% !important;
}
.news-page-printable .expand-image{
	display:none !important;
}
.footer-printable{
	background: none !important;
	border-top: 1px solid #666;
	color: #000;
}
.footer-printable *{
	color:#000 !important;
}
.footer .info .age{
	border:1px solid #666;
}

.themes-list{
	font-size:1.15em;
}
.themes-list div{
	margin:0 0 10px;
}

#calcRes{
	margin:30px 0 40px;
}
#calcRes .h2{
	font-size:1.4em;
	font-weight:700;
	margin:0 0 15px;
}
#calcRes .summary{
	margin-bottom:25px;
}
#calcRes .summary span{
	font-weight:700;
	color:#005ba6;
	white-space:nowrap;
}
table.quotes{
	width:100%;
	border-collapse:collapse;
	margin-bottom:40px;
}
table.quotes th{
	text-align:center;
	font-weight:700;
	vertical-align:middle;
	font-size:0.85em;
}
table.quotes td{
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #dedede;
	padding:12px 0;
	font-size:0.85em;
}
table.quotes .l{
	text-align:left;
}
table.quotes a{
	color:#005ba6;
}
table.quotes .logo{
	display:block;
	vertical-align:middle;
	width:30px;
	height:30px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
table.quotes .nologo{
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	max-width:50px;
}
table.quotes .best span{
	display:inline-block;
	line-height:21px;
	font-weight:700;
	background-color:#d9e7f2;
	padding:0 2px;
	color:#005ba6;
}
table.quotes .red{
	color:#f04756;
}

.quotes-best{
	margin:0px -15px 30px;
}
.quotes-best table{
	width:100%;
	border-collapse:collapse;
	background-color:#2e2e33;
	color:#fff;
}
.quotes-best th{
	background-color:#3b3b41;
	font-weight:700;
	padding:10px 15px 5px;
	text-align:left;
}
.quotes-best th.grey{
	color:#939398;
	font-weight:400;
	padding:0 15px 7px;
}
.quotes-best td{
	text-align:center;
	border-bottom:1px solid #3b3b41;
	padding:12px 0 12px 15px;
}
.quotes-best td .grey{
	display:block;
	color:#939398;
	font-size:0.7em;
}
.quotes-best .l{
	text-align:left;
}
.quotes-best a{
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.5)
}
.quotes-best a:hover{
	border-bottom-color:transparent;
}
.quotes-best .bank{
	color:#fff;
	font-size:0.7em;
	line-height:12px;
	margin-top:5px;
}
.quotes-best .ico{
	display:inline-block;
	width:25px;
	height:25px;
	border:1px solid #01977a;
	color:#01977a;
	text-align:center;
	border-radius:50%;
	margin-right:10px;
	line-height:23px;
}
.quotes-best .cyan{
	color:#01977a;
}
.quotes-best .cyan .ico{
	margin-right:0px;
}
.quotes-best .kurs{
	font-size:1.15em;
	font-weight:500;
}
.quotes-best .cb{
	white-space:nowrap;
}
.quotes-best .diff{
	color:#5ed9ca;
	font-size:0.9em;
}
.quotes-best .red{
	color:#f04756;
}

.travel-popular{
	margin-bottom: 35px;
}
.travel-popular .country{
	padding:8px 0;
	border-bottom:1px solid #ebebeb;
	font-size:1.15em;
	font-weight:500;
	line-height:22px;
}
.travel-popular .country:first-child{
	padding-top:0px;
}
.travel-popular a{
	color:#005ba6;
}
.travel-popular .n{
	float:right;
}

.comments{
	margin-bottom: 30px;
	position:relative;
}
.comments .zag{
	margin-bottom:12px;
}
.comments .zag .z{
	font-size:1.5em;
	font-weight:700;
	float:left;
}
.comments .zag .show-all{
	float:right;
	font-size:0.9em;
	color:#005ba6;
	margin-left:40px;
	cursor:pointer;
	margin-top: 8px;
	border-bottom: 1px solid transparent;
}
.comments .zag .show-all:hover{
	border-bottom: 1px dashed rgba(0,91,166,0.3);
}
.comments .zag .show-all:before{
	content:'';
	display:inline-block;
	float:left;
	margin:2px 0 0 -15px;
	width:8px;
	height:8px;
	vertical-align: middle;
	border-right: 1px solid #005ba6;
	border-bottom: 1px solid #005ba6;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.comments .zag .show-all.is-all:before{
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: 6px;
}


.comments .zag .to-last{
	float:right;
	font-size:0.9em;
	color:#005ba6;
	margin-left:20px;
	cursor:pointer;
	margin-top: 8px;
	border-bottom: 1px solid transparent;
}
.comments .zag .to-last:hover{
	border-bottom: 1px dashed rgba(0,91,166,0.3);
}
.comments .zag .to-last:before{
	content:'';
	display:inline-block;
	float:left;
	margin:0 0 0 -15px;
	width:9px;
	height:16px;
	background:url(../images/ico/arr-show-all.png) no-repeat left center;
	vertical-align: middle;
}
.comments .comment-block{
	padding:15px 0 0 45px;
	border-top:1px solid #ebebeb;
}
.comments .comment-block .comment-block{
	border-top:0px;
}
.comments .comment-block .user-avatar{
	display:block;
	float:left;
	margin:0 15px 0 -45px;
	width:30px;
	height:30px;
	overflow:hidden;
	border-radius:50%;
}
.comments .comment-block .user-avatar .a{
	display:block;
	height:30px;
	width:30px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.comments .comment-block .user-avatar .defaut{
	background-image:url(../../data/profile/photo-default.png);
	background-color:#e1e1e1;
}
.comments .comment-block .comment-body{
	margin-bottom:15px;
}
.comments .comment-block .user-name{
	color:#999;
	margin-bottom:12px;
	font-size:0.95rem;
}
.comments .comment-block .user-name .name{
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}
.comments .comment-block .user-name a.h{
	color:#999;
	font-size:0.85em;
}
.comments .comment-block .user-name .u{
	color:#000;
	font-weight:500;
}
.comments .comment-block .comment-text{
	font-size:0.95rem;
	margin-bottom:8px;
	overflow: hidden;
}
.comments .comment-block .comment-text a{
	color:#005ba6;
}
.comments .comment-block .date{
	white-space:nowrap;
}
.comments .comment-block .answ-to{
	font-size:0.85rem;
	font-style:italic;
}
.comments .comment-block .answ{
	color:#005ba6;
}
.comments .comment-block .answ:hover{
	border-bottom: 1px dashed rgba(0,91,166,0.3);
}
.comments .comment-block .citation{
	margin:0px;
	background-color:#D8D8D8;
	padding: 8px 10px;
}
.comments .comment-block .blockquote{
	background: #F3F3F3;
	border-left: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	padding: 10px;
	margin-bottom: 5px;
}
.comments .comments-load{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	bottom:0;
	right:0;
	background-color:rgba(255,255,255,0.5);
	text-align:center;
	padding-top:20px;
}
.comments .comments-show{
	margin-bottom:12px;
}
.comments .comments-add{
	position:relative;
}
.comments .comments-add-b{
	border-bottom: 1px solid #ebebeb;
}
.comments .comments-add .user-name{
	color:#000;
	font-size:1.25em !important;
}
.comments .comments-add .input-textarea{
	height:90px;
	display:block;
	margin-bottom:12px;
}
.comments .comments-add .no-auth{
	font-size:1.15em;
	color:#999;
	line-height:24px;
}
.comments .comments-add .no-auth a{
	color:#005ba6;
}
.comments .comments-add .no-auth a:hover{
	border-bottom: 1px dashed rgba(0,91,166,0.3);
}
.comments .comments-add .auth-social{
	display:inline-block;
	margin-left:2px;
	cursor:pointer;
	vertical-align:middle;
}
.comments .comments-add .auth-social .i-social{
	display:block;
}
.comments .logout{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	margin-left:5px;
}
.comments .logout .ico{
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 0 5px;
	height: 18px;
}
.comments .logout .ico:after{
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 0 1px 1px;
    border-color: #000;
    vertical-align: middle;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 3px;
}
.comments .logout .menu{
	display:none;
	position:absolute;
	z-index:2;
	left:0px;
	top:22px;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	border: solid 1px #f4f4f4;
	font-size:14px;
	padding:7px 15px;
}
.comments .logout .menu a{
	color:#005ba6;
}
.comments .logout .menu a:hover{
	border-bottom: 1px dashed rgba(0,91,166,0.3);
}
.comments .comments-closed{
	background:#F4F4F4;
	padding:10px 15px;
	font-size:1rem;
	color:#444444;
}
.comments .actions{
	display:inline-block;
	vertical-align: middle;
	position:relative;
	z-index: 3;
}
.comments .comment-disabled{
	position:relative;
}
.comments .comment-disabled:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.75);
	pointer-events: none;
	z-index: 2;
}
.comments .actions img{
	margin-left:15px;
	cursor:pointer;
}
.comments .actions .f{
	width:20px;
}
.comments .actions .s{
	width:16px;
	height:16px;
	background:url(../images/ico/status_on.gif) no-repeat center;
}
.comments .comment-disabled .comment-block .actions{
	z-index: 1;
}
.comments .comment-disabled>.comment-body .actions .s{
	background:url(../images/ico/status_off.gif) no-repeat center;
}

.ui-tabs{
	border:0px !important;
	padding:0px;
	border-radius:0px;
}
.ui-tabs .ui-tabs-nav{
	border:0px;
	padding:0px;
	background:none;
	border-radius:0px;
}
.ui-tabs .ui-tabs-nav li{
	margin:0 5px 5px 0 !important;
	padding:0px !important;
	border-width:1px;
	border-radius:5px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	border:0px !important;
	padding:7px 15px;
	line-height:23px;
}
.comments-page .block-zag{
	border-bottom:1px solid #ebebeb;
	padding:13px 0 15px;
	height:58px;
}
.comments-page .block{
	margin:0 0 15px;
	padding:0 5px 15px 0;
	border-bottom:1px solid #ebebeb;
	line-height:20px;
}
.comments-page .block .z a{
	color:#005ba6;
	font-weight:500;
	margin-right:15px;
}
.comments-page .block .name{
	font-size:0.85em;
	color:#999;
}
.footer-fixed{
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	background:#fff;
	padding:8px 0;
	z-index:2;
	font-size:0.85em;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.footer-fixed .col-xs-4{
	padding:0px;
}
.footer-fixed a{
	display:inline-block;
}
.footer-fixed .ico{
	display:block;
	width:25px;
	height:24px;
	margin:0 auto;
	background-position:center;
	background-repeat:no-repeat;
}
.footer-fixed .ico-comments{
	background-image:url(../images/ico/blue-comments.png);
}
.footer-fixed .ico-feed{
	background-image:url(../images/ico/blue-feed.png);
}
.footer-fixed .ico-afisha{
	background-image:url(../images/ico/blue-afisha.png);
}

.events-list{
	margin-bottom:15px;
}
.events-list .block{
	margin-bottom:15px;
	border:1px solid #e2e2e2;
	height:auto;
}
.events-list .block .inner{
	height:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.events-list .block .image{
	display:block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position:relative;
}
.events-list .block .image-inner{
	display:block;
	position:relative;
	padding-bottom:66.67%;
}
.events-list .block .text-wrap{
	position:relative;
	flex-grow: 1;
}
.events-list .block .text{
	position:relative;
	z-index:2;
	min-height:100%;
	background:#fff;
	padding:12px 15px;
}
.events-list .block .info{
	position:absolute;
	display:block;
	bottom:100%;
	left:10px;
	right:10px;
	margin-bottom:7px;
	pointer-events:none;
}
.events-list .block .age{
	display:inline-block;
	vertical-align:middle;
	width:33px;
	height:33px;
	border-radius:50%;
	border:2px solid #fff;
	text-align:center;
	font-size:1.1em;
	font-weight:500;
	color:#fff;
	line-height: 29px;
}
.events-list .block .rubric{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	background:#ff5e00;
	line-height:19px;
	height:19px;
	padding:0 6px;
	margin:7px 0;
	float:right;
	text-transform:uppercase;
	font-size:12px;
}
.events-list .block .title{
	margin:10px 0 3px;
	font-size:1.28em;
	font-weight:500;
	line-height:24px;
}
.events-list .block .intro{
	line-height:18px;
	font-size: 0.85em;
	overflow:hidden;
	transition:all 0.3s linear;
}
.events-list .block.img-v .intro{
	max-height:0px;
}
.events-list .block.img-v:hover .intro{
	max-height:250px;
}
.events-list .block .small{
	color: #999;
	text-transform: capitalize;
	font-size:0.9em;
}
.events-list .block .place, .events-list .block .time{
	font-size:12px;
	padding-left:17px;
}
.events-list .block .place{background:url(../images/ico/place-mini.png) no-repeat 2px 1px;}
.events-list .block .time{background:url(../images/ico/clock.png) no-repeat left 2px;margin-top:4px;}
.events-list .block .place a{
	color:#005ba6;
}
.events-list .block .media-count{
	margin-top:12px;
}
.events-list .more{
	display:none;
}
.events-list .btns{
	text-align:center;
}
.events-list .btns .btn{
	margin-bottom:20px;
}
.afisha-zag{
	border-color:#4f1c51 !important;
	min-height:30px;
	height:auto !important;
	overflow:visible !important;
}
.afisha-zag .z{
	margin-right:0px !important;
}
.afisha-zag .arhiv{
	position:relative;
	display:block;
	padding:5px 0;
	width:100%;
	clear:both;
}
.afisha-zag .arhiv-right{
    float: right;
    width: auto;
    clear: none;
    padding: 0px;
}
.afisha-zag .arhiv a.dashed{
	color:#4f1a50;
}
.afisha-zag .arhiv .ico-calendar{
	margin-right:10px;
}
.afisha-zag .arhiv .calendar{
	display:none;
	position:absolute;
	left:0;
	top:35px;
	z-index:4;
}
.afisha-zag .arhiv-right .calendar{
	left:auto;
	right:0px;
}

.fl-w{
	display:flex;
	display: -webkit-flex;
	webkit-justify-content: space-between;
	justify-content: space-between;
}
.fl-r-w{
	display: flex;
	display: -webkit-flex;
	webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.fl-r-w .fl-r-p{
	webkit-flex-grow: 1;
	flex-grow: 1;
}
.fl-r-w .fl-r-i{
	position: sticky;
	top: 55px;
	bottom: 0;
}

.horoscope-block{
	margin-bottom:30px;
	padding-left:90px;
}
.horoscope-block .ico, .horoscope-signs .ico{
	display:block;
	float:left;
	width:75px;
	margin:0 15px 0 -90px;
	text-align:center;
}
.horoscope-block .i, .horoscope-signs .i{
	display:block;
	margin:0 auto 10px;
	background-color:#fff;
	border-radius:50%;
	border:2px solid rgba(0,91,166,0.1);
	width:75px;
	height:75px;
	-webkit-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
	-moz-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
	-ms-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
	-o-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
	transition: background-color 0.1s ease-out 0s,border-color 0.1s;
	will-change: transition;
}
.horoscope-block .t, .horoscope-signs .t{
	font-size:1.15em;
	font-weight:500;
}
.horoscope-block .d, .horoscope-signs .d{
	font-size:0.85em;
	display:block;
	margin-top:3px;
}
.horoscope-block a:hover .i, .horoscope-signs a:hover .i, .horoscope-signs a.ico-active .i{
	background-color:#1F457E;
	border:0px;
}
.horoscope-block a:hover .t, .horoscope-signs a:hover .t{
	border-bottom:1px solid rgba(0,91,166,0.3);
	color: #005ba6;
}
.horoscope-block .text{
	font-size:1.1em;
	font-family: 'PT Serif', sans-serif;
}
.horo-1{
	padding-left:100px;
}.horo-1 .ico{
	margin:0 25px 0 -100px;
}
.horoscope-signs{
	background-color:#f9f9f9;
	padding-top:20px;
	margin:0 -15px;
}
.horoscope-signs .col{
	width:25%;
	float:left;
}
.horoscope-signs .ico{
	margin:0px auto 20px;
	float:none;
	width:auto;
}
.horoscope-signs .i{
	width:55px;
	height:55px;
}
.horoscope-signs .t{
	font-size:1.1em;
	white-space:nowrap;
}
.horoscope-signs .d{
	white-space:nowrap;
}
.horoscope-signs .all-signs{
	display:block;
	width:auto;
	margin:0 20px 20px;
	text-align:center;
}
.horoscope-types{
	background-color:#f2f2f2;
	margin:0 -15px 40px;
	font-weight:500;
	padding:10px 0 10px 20px;
	line-height:25px;
}
.horoscope-types a{
	margin-right:7px;
}
.horoscope-days{
	margin-bottom:35px;
	font-weight:500;
	line-height:25px;
}
.horoscope-days a{
	margin-right:15px;
	white-space:nowrap;
}
.horoscope-days a.active, .horoscope-types a.active{
	color:#005ba6;
}
.horoscope-copy{
	font-size:1.24em;
}
.horoscope-copy a{
	color:#005ba6;
}

.securimage .img{
	margin-right:5px;
}
.securimage img{
	vertical-align:middle;
}
.securimage .img:after{
	content:'=';
	display:inline-block;
	margin-left:5px;
	vertical-align:middle;
	line-height:40px;
	color:#707070;
	font-size:2em;
}
.securimage .inp{
	width:60px;
}
.securimage .refresh{
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/ico/refresh.png) no-repeat center;
	margin:8px 5px;
	cursor:pointer;
	opacity:0.8;
}

.button-set{
	display:inline-block;
	vertical-align:middle;
	border:1px solid;
	color:#000;
	border-radius:3px;
}
.button-set .button{
	display:inline-block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	float:left;
	text-align:center;
	padding:0 10px;
	border-left:1px solid;
	color:#000;
}
.button-set .button:first-child{
	border-left:0px;
}
.button-set .button.active{
	background:#000;
	color:#fff !important;
}
.button-set-blue{
	color:#005ba6;
}
.button-set-blue .button{
	color:#005ba6;
}
.button-set-blue .button.active{
	background:#005ba6;
}
.button-set.afisha-days{
	color:#4f1a50;
	min-height: 30px;
	overflow: visible;
	padding-left: 1px;
	border:0px;
	border-radius:0;
}
.button-set.afisha-days .button{
	color:#4f1a50;
	padding:0 9px;
	border: 1px solid #4f1a50;
	margin:3px 0 0 -1px;
}
.button-set.afisha-days .button:first-child{
	border-radius: 3px 0 0 3px;
}
.button-set.afisha-days .button:last-child{
	border-radius: 0 3px 3px 0;
}
.button-set.afisha-days .button.active{
	background:#4f1a50;
}
.afisha-zag .afisha-days{
	clear:left;
	margin-top:10px;
}
.event-page .side-left{
	min-height:none !important;
}
.event-page .event-finished{
	display: none;
}
.event-page .event-finished-div{
	position: relative;
	padding-bottom: 100%;
	margin-bottom: 30px;
}
.event-page .event-finished-div:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.08;
	display: block;
	background: -moz-linear-gradient(left, rgba(79,28,81,1) 0%, rgba(125,185,232,0) 100%);
	background: -webkit-linear-gradient(left, rgba(79,28,81,1) 0%,rgba(125,185,232,0) 100%);
	background: linear-gradient(to right, rgba(79,28,81,1) 0%,rgba(125,185,232,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f1c51', endColorstr='#007db9e8',GradientType=1 );
}
.event-page .event-finished-div .inner{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(../images/style/clock-big.png) no-repeat center;
	background-size: auto 95%;
	text-align: center;
}
.event-page .event-finished-div .zag{
	font-size: 2.28em;
	margin: 0 0 20px;
	color: #4f1c51;
	opacity: 0.62;
	font-weight: 700;
	text-align: center;
}
.event-page .event-finished-div a{
	color: #4f1c51;
	font-weight: 700;
}
.age-round{
	display:block;
	width:30px;
	height:30px;
	border:2px solid #ff5e00;
	color:#ff5e00;
	border-radius:50%;
	text-align:center;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding-left: 2px;
}
.event-page .age-round{
	float:right;
	margin:0 0 5px 15px;
}
.event-page .shedule-text{
	display:inline-block;
	vertical-align:top;
}
.event-gallery{
	overflow:hidden;
	display:flex;
	margin-bottom:30px;
}
.event-gallery .block{
	display:block;
	float:left;
	width:135px;
	height:90px;
	margin:0 2px 2px 0;
	background:no-repeat center;
	background-size:cover;
	border:0px !important;
}
.event-gallery .more{
	width:150px;
}
.event-gallery .more .block{
	margin-right:0px;
	background-color:rgba(0,0,0,0.75);
}

.event-gallery-block, .event-video, .event-place, .afisha-shedule{
	margin-bottom:20px;
}
.event-place .place{
	line-height:22px;
	margin-bottom:15px;
}
.event-place .place .block{
	display:inline-block;
	vertical-align:bottom;
}
.event-place .place .block:first-child{
	margin-right:45px;
}
.event-place .place a{
	color:#005ba6;
}
.event-place .map{
	height:270px;
}

.baloon-content{
	display:flex;
	font-family: 'Roboto', sans-serif;
	align-items: center;
}
.baloon-content + .baloon-content{
	margin-top:5px;
	padding-top:5px;
	border-top:1px solid #dedede;
}
.baloon-content .image{
	max-width:120px;
	max-height:80px;
	display:block;
	margin-right:12px;
	flex-shrink: 0;
}
.baloon-content .text{
	font-size:0.9em;
	min-width:200px;
}
.baloon-content .text .z{
	margin-bottom:4px;
	font-weight:500;
}
.baloon-content .text a{
	color:#005ba6;
}

.afisha-shedule .block-zag{
	padding-top:0px;
	border-top:0px;
}
.afisha-shedule .block-zag .z{
	font-size:1.45em;
}

.shedule-by-days .block{
	display:none;
}
.shedule-by-days .block.active{
	display:block;
}
.shedule-by-days .place-row{
	display:flex;
	padding:20px 0 10px;
	border-bottom:1px solid #ebebeb;
}
.shedule-by-days .place{
	padding-right:10px;
	width:100px;
	flex-basis: 100px;
	flex-grow: 0;
	flex-shrink: 0;
}
.shedule-by-days .place a{
	font-size:1.15em;
	font-weight:700;
	color:#005ba6;
}
.shedule-by-days .place .addr{
	padding-left:19px;
	background:url(../images/ico/place-mini.png) no-repeat left top;
	font-size:0.85em;
	margin-top:4px;
	color:#333;
}
.shedule-by-days .seanses{
	flex-grow:1;
}
.shedule-by-days .seanses .seans{
	display:block;
	float:left;
	width:60px;
	height:30px;
	line-height:30px;
	margin:0 10px 10px 0;
	text-align:center;
	color:#4f1a50;
	font-size:1.15em;
	border-radius:3px;
	overflow:hidden;
}
.shedule-by-days .seanses .seans a{
	display:block;
	height:30px;
	line-height:30px;
	background-color:#4f1a50;
	color:#fff;
}
.shedule-by-days .seanses .seans a:hover{
	background-color:#7c2b7e;
}
.shedule-by-days .s2d, .shedule-by-days .s3d{
	padding-left:45px;
}
.shedule-by-days .s2d:before, .shedule-by-days .s3d:before{
	content:'2D';
	color:#4f1a50;
	display:block;
	float:left;
	margin:0 0 0 -45px;
	line-height:30px;
	font-weight:700;
	font-size:23px;
}
.shedule-by-days .s3d:before{
	content:'3D';
}

.dropdown-menu{
	position:relative;
	margin-right:15px;
	display:inline-block;
}
.dropdown-menu .label{
	color: #4f1a50;
}
.dropdown-menu ul{
	display:none;
	position:absolute;
	z-index: 2;
	background: #fff;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
	box-shadow: 0 3px 5px rgba(0,0,0,.2);
	border: solid 1px #f4f4f4;
	left:-15px;
	top:100%;
	white-space:nowrap;
	padding:5px 0;
}
.dropdown-menu.open ul{
	display:block;
}
.dropdown-menu li{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px 15px;
	height: auto;
	line-height: 28px;
}
.dropdown-menu li a{
	color: #4f1a50;
}
.dropdown-menu li a:hover{
	color: #4f1a50;
	border-bottom:1px solid;
}
.dropdown-menu .active{
	font-weight:bold;
}
.dropdown-menu .active:hover{
	border-bottom:0px;
}

.not-found-event{
	text-align:center;
	margin:20px 0 60px;
	display:flex;
	flex-direction:column;
	align-items: center;
}
.not-found-event .text{
	text-align:center;
	color:#666;
	font-size:1.1em;
}
.not-found-event .text .z{
	color:#000;
	font-size: 1.15em;
	margin-bottom: 7px;
	font-weight: 500;
}
.not-found-event .ico{
	display:block;
	margin-bottom:15px;
	width:231px;
	height:231px;
	background:url(../images/style/not-found-event.png) no-repeat center;
	background-size:contain;
}
.not-found-event.kino .ico{
	width:247px;
	height:266px;
	background-image:url(../images/style/not-found-kino.png);
}

.weather-page .date-today{
	margin:-10px 0 20px;
	font-size: 1.15em;
	font-weight:500;
}
.weather-today{
	background-color:#f9f9f9;
	margin:0 -15px 20px;
	padding:10px 15px;
}
.weather-today .temp-now{
	margin-bottom:10px;
	padding-left:100px;
}
.weather-today .temp-now .ico{
	display:block;
	float:left;
	width:80px;
	height:80px;
	background:no-repeat center;
	background-size:contain;
	margin-right: 20px;
	margin-left:-100px;
}
.weather-today .temp-now .temp{
	font-size:60px;
	font-weight:500;
	line-height:60px;
	white-space:nowrap;
}
.weather-today .temp-now .temp:after{
	content:'';
	font-size:18px;display: inline-block;
	vertical-align: top;
	height: 12px;
	line-height: 12px;
	width: 12px;
	border: 3px solid;
	border-radius: 50%;
	margin: 8px 0 0 3px;
}
.weather-today .temp-now .desc{
	font-weight:700;
	font-size:1.15em;
}
.weather-today .params{
	font-size: 1.15em;
	line-height: 22px;
	margin: 0 0 15px 100px;
}
.weather-today .rows{
	display:table;
	width:100%;
}
.weather-today .rows .r{
	display:table-row;
}
.weather-today .rows .rh{
	display:none;
}
.weather-today .rows span{
	display:table-cell;
	padding:0 0 5px;
	vertical-align:middle;
}
.weather-today .rows .r:last-child span{
	padding-bottom:0px;
}
.weather-today .rows .ico{
	display:inline-block;
	width:30px;
	height:30px;
	background:no-repeat center;
	background-size:contain;
	margin:0 0 0 15px;
}
.weather-today .rows .t{
	padding:0 15px 5px;
	font-weight:500;
	font-size:1.15em;
	white-space:nowrap;
}
.weather-today .rows .t:after{
	content:'';
	display: inline-block;
	vertical-align: top;
	height: 6px;
	line-height: 6px;
	width: 6px;
	border: 2px solid;
	border-radius: 50%;
	margin: 1px 0 0 1px;
}
.forecast{
	margin:0 -15px 10px;
}
.forecast-row{
	padding:15px;
	border-bottom:1px solid #cfcfcf;
}
.forecast-row .day{
	font-size:1.43em;
	margin-bottom:15px;
}
.forecast-row .ico{
	display:inline-block;
	width:40px;
	height:40px;
	background:no-repeat center;
	background-size:contain;
	margin:5px 0;
}
.forecast-row .temp{
	display:flex;
	justify-content: space-between;
}
.forecast-row .temp .r{
	display:flex;
	flex-direction:column;
	align-items: center;
	font-size:1.15em;
}
.forecast-row .temp .rh, .forecast-row .temp .hr{
	display:none;
}
.forecast-row .temp .hr{
	font-size:1.1em;
	font-weight:500;
}
.forecast-row .temp .hr sup{
	display: inline-block;
	line-height: 11px;
	font-size: 12px;
	vertical-align: top;
	margin-left: 1px;
	font-weight:400;
}
.forecast-row .temp .t{
	font-weight:500;
	font-size:1em;
	white-space:nowrap;
}
.forecast-row .temp  .t:after{
	content:'';
	display: inline-block;
	vertical-align: top;
	height: 6px;
	line-height: 6px;
	width: 6px;
	border: 2px solid;
	border-radius: 50%;
	margin: 1px 0 0 1px;
}
.forecast-row .temp .t0{
	display:none;
}
.forecast-row .temp  .wind, .forecast-row .temp  .pres, .forecast-row .temp  .hum{
	display:none;
}
.forecast-full .forecast-row .temp{
	display: table;
	width:100%;
}
.forecast-full .forecast-row .temp .r{
	display: table-row;
}
.forecast-full .forecast-row .temp span{
	display:table-cell;
	padding:0 0 5px;
	vertical-align:middle;
}
.forecast-full .forecast-row .temp span.hrt{
	display:none;
}
.forecast-full .forecast-row .temp span.t1{
	display:none;
}
.forecast-full .forecast-row .r:last-child span{
	padding-bottom:0px;
}
.forecast-full .forecast-row .temp  .wind, .forecast-full .forecast-row .temp  .pres, .forecast-full .forecast-row .temp  .hum{
	display:table-cell;
}
.forecast-full .forecast-row .ico{
	margin: 0 0 0 15px;
	width:30px;
	height:30px;
}
.forecast-full .forecast-row .temp .t {
    padding: 0 20px 5px;
}

.company-rubric{
	margin-bottom:20px;
}
.company-rubric .title{
	color:#005ba6;
	font-size:1.28em;
	font-weight:700;
}
.company-rubric .sub{
	margin-top:7px;
}
.company-rubric .sub div{
	margin-top:5px;
	line-height:20px;
}
.company-rubric-end{
	height:20px;
}

.company-search-line{
	margin-bottom:20px;
}
.company-search-line form{
	display:flex;
	align-items: center;
}
.company-search-line .t{
	white-space:nowrap;
	flex-shrink:0;
	margin-right:8px;
	font-weight:700;
	font-size:1.15em;
}
.company-search-line .input-text{
	flex-grow:1;
	margin-right:8px;
}
.company-search-line .submit-xs{
	width:40px;
	padding:0;
	margin-right:4px;
	flex-shrink: 0;
	height: 40px;
}
.company-search-line .submit-xs .ico{
	display:block;
	height:100%;
	background:url(../images/ico/search-white.png) no-repeat center;
}
.company-search-line .btn-plus{
	width:40px;
	padding:0;
	position:relative;
	flex-shrink: 0;
	height: 40px;
}
.company-search-line .btn-plus:before{
	position:absolute;
	content:'';
	width:14px;
	height:2px;
	left:50%;
	top:50%;
	margin:-1px 0 0 -7px;
	background: #fff;
}
.company-search-line .btn-plus:after{
	position:absolute;
	content:'';
	height:14px;
	width:2px;
	left:50%;
	top:50%;
	margin:-7px 0 0 -1px;
	background: #fff;
}

.more-companies{
	padding-top: 0;
	border: 0;
	min-height: 0;
}
.company-list .block{
	margin:0 -15px 20px;
	padding:0 15px 20px;
	border-bottom:1px solid #ebebeb;
}
.company-list .block .image{
	display:block;
	float:right;
	width:80px;
	height:80px;
	border:1px solid #ececec;
	margin:0 0 0 10px;
	background:no-repeat center;
	background-size:contain;
}
.company-list .block .zag{
	margin-bottom:10px;
}
.company-list .block .zag a{
	font-size:1.43em;
	font-weight:500;
	color:#005ba6;
}
.company-list .block .zag a:hover{
	border-bottom: 1px solid rgba(0,91,166,0.3);
}
.company-list .block .zag .filials{
	color:#999;
	font-size:12px;
	margin-top:5px;
}
.company-list .block .param{
	padding-left:25px;
	line-height:20px;
	margin-bottom:3px;
}
.company-list .block .param:before, .company-contacts .param:before, .company-filials .param:before{
	content:'';
	display:block;
	width:16px;
	height:16px;
	float:left;
	margin:2px 9px 0 -25px;
}
.company-list .block .param.address:before, .company-contacts .param.address:before, .company-filials .param.address:before{
	background:url(../images/ico/place-mini.png) no-repeat center;
}
.company-list .block .param.phone:before, .company-contacts .param.phone:before{
	background:url(../images/ico/phone-mini.png) no-repeat center;
}
.company-list .block .param.time:before, .company-contacts .param.time:before{
	background:url(../images/ico/cal-mini.png) no-repeat center;
}
.company-list .block .param.mail:before, .company-contacts .param.mail:before{
	background:url(../images/ico/mail-mini.png) no-repeat center;
}
.company-list .block .param.site:before, .company-contacts .param.site:before{
	background:url(../images/ico/site-mini.png) no-repeat center;
}
.company-list .block .param.social:before, .company-contacts .param.social:before{
	background:url(../images/ico/social-mini.png) no-repeat center;
}
.company-list .block .text{
	margin-top:7px;
}
.company-categories-list{
	margin-bottom:15px;
	overflow:hidden;
}
.company-categories-list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.company-categories-list li{
	display:inline-block;
	margin:0 5px 5px 0;
}
.company-categories-list .btn{
	white-space:nowrap;
	border-color: #ebebeb;
}
.company-categories-list .btn:hover{
	border-color: #005ba6;
}
.company-categories-list .btn .c{
	color:#666;
	-webkit-transition: color 0.2s 0.1s;
	-moz-transition: color 0.2s 0.1s;
	-ms-transition: color 0.2s 0.1s;
	-o-transition: color 0.2s 0.1s;
	transition: color 0.2s 0.1s;
	will-change: transition;
}
.company-categories-list .btn:hover .c, .company-categories-list .btn-blue .c{
	color:#fff;
}
.company-categories-list .btn-blue{
	border-color: #005ba6;
}
.company-map{
	border:1px solid #e1dccd;
	border-width:1px 0;
	height:60px;
	margin:0 -15px 20px;
	position:relative;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	will-change: transition;
}
.company-map .opener{
	position:absolute;
	display:flex;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:url(../images/style/map-bg.jpg) no-repeat center;
	background-size:cover;
	text-align:center;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}
.company-map .opener .ico{
	display:inline-block;
	width:42px;
	height:51px;
	background:url(../images/ico/map-point-big.png) no-repeat center;
	margin-right:10px;
}
.company-map .opener .z{
	font-weight:700;
	color:#005ba6;
	font-size:1.28em;
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
.company-map .opener:hover .z{
	border-bottom-color:rgba(0,91,166,0.3);
}
.company-map .map{
	display:none;
	height:100%;
	width:100%;
	position:relative;
	z-index:1;
}
.company-map .loader{
	display:none;
}
.company-map.load .opener .ico, .company-map.load .opener .z{
	display:none;
}
.company-map.load .loader{
	display:inline-block;
}
.company-map .close-map{
	display:none;
	position:absolute;
	z-index:3;
	top:10px;
	right:10px;
	width:28px;
	height:28px;
	background-color: #fff;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);
	border-width: 1px;
	border-color: transparent;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
}
.company-map .close-map:after{
	content:'';
	display:block;
	width:16px;
	height:16px;
	background:url(../images/ico/close.png) no-repeat center top;
	margin:6px auto 0;
	opacity:0.75;
}
.company-map.opened{
	height:260px;
	overflow: hidden;
}
.company-map.opened .close-map{
	display:block;
}
.company-map.opened .opener{
	display:none;
}
.company-map.opened .map{
	display:block;
}
.company-sort{
	margin-bottom:15px;
	font-weight:700;
}
.company-sort .ico{
	display:inline-block;
	vertical-align:top;
	width:11px;
	height:14px;
	background:url(../images/style/sort-arrs.png) no-repeat;
	margin:1px 0 0 3px;
}
.company-sort .i{
	margin-left:4px;
}
.company-sort .ico.asc{
	background-position:right top;
}
.company-sort a .ico.asc{
	background-position:left bottom;
}
.company-sort .ico.desc{
	background-position:right bottom;
}
.company-sort a .ico.desc{
	background-position:left top;
}

.company-page .company-image{
	float:left;
	width:100px;
	height:100px;
	margin:0 20px 20px 0;
}
.company-page .company-image .image{
	padding:0;
	height:100%;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	border:1px solid #ededed;
	margin:0;
}
.company-page .company-image .image img{
	width:auto;
	height:auto;
	max-width:95%;
	max-height:95%;
}
.company-page .details{
	color:#999;
	font-size:12px;
	margin-bottom:14px;
	line-height:18px;
}
.company-contacts{
	margin-bottom:20px
}
.company-contacts .param{
	padding-left:25px;
	margin-bottom:15px;
}
.company-contacts .param:before{
	margin-top:4px;
}

.company-acc{
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:30px;
	
}
.company-acc .ui-accordion-header{
	outline:none !important;
	border-radius:0;
	border-width:1px 0;
	border-color:#ebebeb;
	background-color:#fafafa;
	padding:0 15px;
	height:50px;
	display:flex;
	align-items:center;
	font-weight:700;
	color:#333;
	font-size:1.43em;
	justify-content: space-between;
	margin:-1px 0 0;
}
.company-acc .ui-accordion-header .ui-accordion-header-icon{
	order:1;
	flex-grow:0;
	margin:0;
	background:none;
	width:11px;
	height:11px;
	border-style:solid;
	border-width:2px 2px 0 0;
	border-color:#005ba6;
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	transform-origin:center;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg);
	transition: transform .2s linear;
}
.company-acc .ui-accordion-header-active .ui-accordion-header-icon{
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(-45deg)
}
.company-acc .ui-accordion-content{
	border:0px;
	padding:20px 15px 30px;
	font-size:1em;
	border-radius:0;
}
.company-acc .events-list, .company-acc .news-list{
	overflow:hidden;
}
.company-acc .show-more-news{
	clear:left;
	border:0px;
	padding-top:0;
	margin:0px;
	min-height: 0px;
}
.company-filials .block{
	margin:0 0 10px;
	font-size:1.1em;
}
.company-filials .block a{
	color:#005ba6;
}
.company-filials .block-h{
	display:none;
}
.company-filials .btn{
	color: #005ba6;
}
.company-filials .btn:hover{
	color:#fff;
}
.company-filials .param{
	padding-left:25px;
}
.show-filials-on-map{
	font-size:14px;
	font-weight: 400;
	margin-left: 30px;
	color: #005ba6 !important;
	vertical-align: middle;
}
.show-filials-on-map:hover{
	border-bottom:1px dashed transparent !important;
}
.company-report-btn{
	margin-bottom:20px;
	text-align:center;
}

.my-dialog{
	border-radius: 0;
	box-shadow: 0 0 10px #ccc;
	max-width: 100% !important;
}
.my-dialog .ui-dialog-titlebar{
	display:none;
}
.my-dialog .ui-dialog-content{
	padding:15px;
}
.my-dialog .-ico-close{
	cursor:pointer;
}
.my-dialog .res{
	display:none;
	margin:35px 0;
	font-size:1.35em;
	color:#019779;
}
.ui-widget-overlay{
	opacity:0.3;
	background:#000;
}
.company-add-map{
	height:0px;
	overflow:hidden;
}
.company-add-map .inner{
	height:260px;
	position:relative;
	margin:10px 0;
}
.company-add-map #map{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:-200%;
}
.company-add-map.opened{
	height:auto;
}
.company-add-map.opened #map{
	left:0;
}
a.show-map:hover{
	border-bottom:0px;
}




/*mobile (xs)*/
.header .main{
	height:auto;
	left:0;
	top:0;
	right:0;
	z-index:99;
	background:#fff;
	position:fixed;
	-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
}
.header-printable .main{
	position:absolute;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header .mobile-fixed-clear{
	position:relative;
	z-index:0;
	opacity:0;
	visibility:hidden;
}
.header .container{
	height:100%;
}
.header .table-row{
	height:100%;
}
.header .logo{
	max-height:100%;
	margin:5px 0;
	width:100%;
}
.header .logo-wrap{
	display: inline-block;
	position: relative;
}
.header .main .logo-wrap:after{
	content:'информационный портал';
	display:none;
	position:absolute;
	right:0px;
	/* background: #fff; */
	pointer-events: none;
	letter-spacing: 0.08em;
}
.header .main .afisha-logo:after{
	content:'все развлечения города';
}
.mobile-menu{
	padding-left:7%;
}
.mobile-menu .table-row{
	margin:0px;
	border-collapse:collapse;
}
.mobile-menu .col{
	border-left:1px solid #ebebeb;
	padding:0px;
}
.mobile-menu .col-menu .-ico-close, .full-menu-opened .mobile-menu .col-menu .ico-menu{
	display:none;
}
.full-menu-opened .mobile-menu .col-menu .-ico-close{
	display: inline-block;
}
.mobile-menu .ico{
	display:block;
	width:45px;
	height:45px;
	margin:0 auto;
	padding:14.5px 0
}
.mobile-menu .ico span{
	display:inline-block;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:center top;
}
.mobile-menu .m-member{
	display:block;
	width:45px;
	height:45px;
	margin:0 auto;
}
.mobile-menu .m-member .ava{
	display: inline-block;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	margin: 8px auto 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mobile-menu .m-member .ava-def {
	background-position: center bottom;
	background-color: #e1e1e1;
}

.mobile-menu .ico-auth {
	background-image: url(../images/ico/auth.png);
}

.mobile-menu .ico-search {
	background-image: url(../images/ico/search.png);
}

.mobile-menu .ico-menu {
	background-image: url(../images/ico/menu-mobile.png);
	background-position: center !important;
}

.mobile-line {
	height: 21px;
	line-height: 21px;
	background: #2e2e33;
	color: #fff;
	font-size: 0.85em;
}

.mobile-line .m-weather a {
	color: #fff;
}

.mobile-line .m-weather .ico {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: text-top;
}

.mobile-line .m-weather .sunny {
	background-image: url(../images/ico/weather/sunny.png);
}

.mobile-line .m-weather .city {
	margin-left: 5px;
}

.mobile-line .m-kurs {
	margin-left: 15px;
	color: #fff !important;
}

.mobile-line .m-kurs .up, .mobile-line .m-kurs .down {
	display: inline-block;
	vertical-align: baseline;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #019779 transparent;
	border-width: 0 4.5px 7px;
}

.mobile-line .m-kurs .down {
	border-color: #d83427 transparent;
	border-width: 7px 4.5px 0;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
	display: none !important;
}

.accept-policy {
	position: fixed;
	bottom: 70px;
	right: 15px;
	width: calc(100% - 30px);
	max-width: 520px;
	border-radius: 6px;
	border: 1px solid #E1E1E1;
	background: #F2F2F2;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.20);
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	padding: 8px 10px;
	z-index: 10;
}

.accept-policy a,
.accept-policy-dialog a {
	color: #005ba6;
}

.accept-policy-dialog {
	width: calc(100% - 30px);
  	max-width: 100%;
}
.accept-policy-dialog .ui-dialog-titlebar {
	background: transparent;
  border: none;
}

.accept-policy-dialog .btn {
	margin-top: 10px;
}


.policy-not-accepted .auth-social img {
	filter: grayscale(100%);
}
.policy-not-accepted .auth-social img:hover {
	filter: none;
}

.accept-policy-dialog-text-wrap {
		display: flex;
	  flex-direction: row;
	  align-items: baseline;
	  justify-content: space-around;
	}
#accept-policy-dialog {
 height: 80px !important;
}

@media (max-width: 719px) {
	.hidden-xs, .visible-sm {
		display: none !important;
	}

	.overflow-hidden-mobile {
		overflow: hidden;
	}

	.header .auth-container {
		position: fixed;
	}

	.header .auth-show .container {
		height: 100vh;
		overflow-y: auto;
	}

	.header .auth-form {
		width: auto;
		right: 0;
		left: 0;
	}

	.header .submenu {
		background: #fff;
		color: #000;
		height: 31px;
		line-height: 31px;
		font-size: 0.95em;
		overflow: hidden;
	}

	.header .submenu a {
		color: #000;
	}

	.header .submenu .col-path {
		padding: 0px;
	}

	.header .breadcrumbs .sep {
		background: none;
		padding: 10px 0 0 5px;
	}

	.header .breadcrumbs .sep:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-style: solid;
		border-width: 0 0 1px 1px;
		border-color: #000;
		vertical-align: middle;
		margin: 0 4px 8px 0;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	
	.full-menu-opened{
		height:100vh;
		overflow:hidden;
		overflow-y:auto;
		position:fixed;
		top:0;
		left:0;
		right:0;
		background:none;
	}
	.full-menu-opened .full-menu{
		display:block;
	}
	.full-menu-opened .submenu{
		display:none;
	}
	.full-menu-opened .mobile-line{
		display:none;
	}
	.full-menu{
		-webkit-box-shadow: 0 3px 13px rgba(0,0,0,.16);
		-moz-box-shadow: 0 3px 13px rgba(0,0,0,.16);
		box-shadow: 0 3px 13px rgba(0,0,0,.16);
	}
	.full-menu .container{
		padding:0px;
	}
	.full-menu ul{
		list-style:none;
		margin:0px;
		padding:0px;
	}
	.full-menu li{
		display:block;
		margin:0px;
		padding:0px;
		background:#2d336b;
		font-size:1.57em;
		position:relative;
		border-bottom:1px solid #3d4480;
	}
	.full-menu li a{
		display:block;
		padding:0 0 0 44px;
		color:#fff;
		height:50px;
		line-height:50px;
	}
	.full-menu ul ul{
		display:none;
		background:#f2f2f2;
		padding:0px 0;
	}
	.full-menu li li{
		background:#f2f2f2;
		font-size:0.82em;
		border-bottom:1px solid #fff;
	}
	.full-menu li li:last-child{
		border:0px;
	}
	.full-menu li li a{
		color:#333;
		height:40px;
		line-height:40px;
	}
	.full-menu li .arr{
		position:absolute;
		z-index:2;
		display:block;
		left:0px;
		top:0px;
		width:44px;
		height:50px;
		cursor:pointer;
	}
	.full-menu li .arr:after{
		content:'';
		display:block;
		background:url(../images/ico/arrs-menu-mobile.png) no-repeat center bottom;
		width:12px;
		height:8px;
		margin:21px auto 0;
	}
	.full-menu li.open ul{
		display:block;
	}
	.full-menu li.open .arr:after{
		background-position:center top;
	}
	.full-menu .social{
		background:#2d336b;
		padding-top:20px;
	}
	.full-menu .social .social-links{
		margin-bottom:50px;
	}
	.full-menu .social .social-links .i-social-small{
		background-position: center -45px !important;
	}

	.header .search-line{
		-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1), inset 0 1px #ebebeb;
		-moz-box-shadow: 0 4px 10px rgba(0,0,0,.1), inset 0 1px #ebebeb;
		box-shadow: 0 4px 10px rgba(0,0,0,.1), inset 0 1px #ebebeb;
	}
	.header .search-line .col-btn{
		width:80px;
		text-align:right;
	}
	
	.main-popular .zag-sm{
		padding-left:15px;
		padding-right:15px;
	}
	.main-popular .container{
		padding-left:0px;
		padding-right:0px;
	}
	/* .main-popular .touch-scroll{
		padding-left:15px;
	}
	.main-popular .touch-scroll-content{
		display:table;
		border-collapse:collapse;
		width:1325px;
	}
	.main-popular .touch-scroll-content:after{
		display:table-cell;
		content:'';
		width:15px;
	}
	.main-popular .touch-scroll-content .slick-list{
		padding-left:0px;
	}
	.main-popular .touch-scroll-content .slick-track{
		display:table;
		border-collapse:collapse;
		width: 1325px !important;
	}
	.main-popular .touch-scroll-content .slick-track:before{
		display:table-cell;
		content:'';
		width:1px;
	}
	.main-popular .touch-scroll-content .slick-track:after{
		display:table-cell;
		content:'';
		width:15px;
	}
	.main-popular .blocks{
		border-bottom:0px;
	}
	.main-popular .block{
		display:table-cell;
		float:none;
		vertical-align:top;
		padding:15px;
		width:265px;
		border:1px solid #ebebeb;
	}
	.main-popular .block .num{
		width:27px;
		height:27px;
		font-size:1.15em;
		color:#fff;
		background-color:#ff5e00;
		left:auto;
		top:auto;
		bottom:0px;
		right:0px;
		border:0px;
		border-radius:0px;
	} */
	.main-popular .block .zag{
		font-size:1em;
		line-height:20px;
	}
	.main-podrobno .news-block .zag{
		min-height:38px;
	}
	.main-podrobno .news-icons{
		left:50%;
		-webkit-transform:translateX(-50%);
		-moz-transform:translateX(-50%);
		-ms-transform:translateX(-50%);
		-o-transform:translateX(-50%);
		transform:translateX(-50%);
	}
	.main-podrobno .n1 .news-icons{
		left:12px;
		-webkit-transform:none;
		-moz-transform:none;
		-ms-transform:none;
		-o-transform:none;
		transform:none;
	}
	.main-podrobno .news-icons *{
		margin-right:0px;
	}
	.main-podrobno .n1 .news-icons *{
		margin-right:14px;
	}
	.main-podrobno .news-icons .ico-travel, .main-podrobno .news-icons .ico-live{
		display:none;
	}
	.main-podrobno .n1 .news-icons .ico-travel, .main-podrobno .n1 .news-icons .ico-live{
		display:block;
	}
	
	.all-news-zag{
		height:auto;
		margin-bottom:18px;
	}
	.all-news-zag .z{
		float:none;
	}
	.all-news-zag .btns{
		margin-top:5px;
	}
	.all-news-zag .btns .btn{
		float:none;
		display:inline-block;
		margin:0 5px 0 0;
		font-size:0.85em;
		width:auto;
	}
	.all-news-zag .menu{
		left:50px;
		top:30px;
	}
	
	.news-list .block{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.news-list:first-child .block:first-child{
		border-top:0px;
		padding-top:0px;
	}
	.news-list .block .image{
		-webkit-order:-2;
		order:-2;
	}
	.news-list .block .rubric{
		-webkit-order:-1;
		order:-1;
	}
	
	.media-repost-count{
		margin-right:8px;
	}
	.news-page .block-anons .zag{
		margin-bottom:0px;
	}
	.news-page .block-anons .i-wrap{
		float:left;
		width:120px;
		height:80px;
		margin:0 10px 0 0;
	}
	.next-new .news-page{
		margin-top:15px;
	}
	.next-new .rec-m-1{
		margin:-15px -15px 15px;
	}
	
	.rec-m-2{
		margin:-15px -15px 15px;
	}
	.rec-m-3{
		margin:-15px -15px 0;
	}
	.main-news .rec-m-{
		margin:0 -15px;
	}
	.main-news .rec-m- > div{
		margin-top: -16px;
	}
	.main-podrobno .rec-m-{
		margin:-16px 0 15px;
	}
	.news-list .rec-m-{
		margin:0 -15px -1px;
	}
	.news-page .rec-m-{
		margin:-25px -15px 15px;
	}
	.next-new .news-page .rec-m-1{
		margin-top:-15px;
	}
	.news-page .rec-m-afisha{
		margin: -15px -15px -5px;
	}
	
	.comments .comments-add{
		padding-left:0px;
	}
	.comments .comments-add .user-avatar{
		display:none;
	}
	.comments .comments-add .recaptcha{
		-webkit-transform:scale(0.96);
		transform:scale(0.96);
		-webkit-transform-origin:0 0;
		transform-origin:0 0;
	}
	
	.afisha-main-news .news-block .zag {
		min-height: 38px;
	}
	.afisha-main-news .news-block .image {
		width: 100%;
		display: block;
		margin-bottom: 10px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		float: right;
		width: 90px;
		height: 60px;
		margin: 26px 0 0 10px;
		position: relative;
	}
	.afisha-main-news .news-block .news-icons {
		display:block;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.afisha-main-news .news-icons * {
		margin-right: 0px;
	}
	.event-place .map{
		margin:0 -15px;
	}
	.main-afisha-events .block-events .block{
		width:155px;
		height:210px;
	}
	.main-afisha-events .block-events .text{
		top:113px;
	}
	.main-afisha-events .block-events .i-horizontal .image{
		height:103px;
	}
	.main-afisha-events .block-movies .block {
		width: 155px;
		height: 210px;
		float: left;
		margin-right: 15px;
		position: relative;
		padding:0;
		display:block;
	}
	.main-afisha-events .block-movies .blocks .table-row{
		display:block;
	}
	.main-afisha-events .block-movies .image{
		width: 100%;
		height: 100%;
		margin:0;
	}
	.main-afisha-events .block-movies .image::after {
		position: absolute;
		z-index: 2;
		content: '';
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.6);
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
	}
	.main-afisha-events .block-movies .text{
		position: absolute;
		bottom: 15px;
		left: 10px;
		right: 10px;
		color: #fff;
		z-index: 2;
	}
	.main-afisha-events .block-movies .zag{
		width:auto;
	}
	.company-categories-list .btn{
		white-space: normal;
		height: auto;
		text-align: left;
		line-height: 20px;
		padding: 4px 8px;
	}
	.event-page .event-finished-div:before{
		margin: 0 -15px;
	}
}

/* --mobile*/




/* >=768 (sm) */
@media (min-width: 720px) {
	
	.col-sm-1{width: 8.33333333%;}
	.col-sm-2{width: 16.66666667%;}
	.col-sm-3{width: 25%;}
	.col-sm-4{width: 33.33333333%;}
	.col-sm-5{width: 41.66666667%;}
	.col-sm-6{width: 50%;}
	.col-sm-7{width: 58.33333333%;}
	.col-sm-8{width: 66.66666667%;}
	.col-sm-9{width: 75%;}
	.col-sm-10{width: 83.33333333%;}
	.col-sm-11{width: 91.66666667%;}
	.col-sm-12{width: 100%;}
	
	.visible-xs {
		display: none !important;
	}
	
	.container{
		width:720px;
	}
	.header{
		margin-bottom:40px;
	}
	.header .top-line{
		display:block;
	}
	.header .main{
		height:78px;
		padding:0px;
		position:static;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.header  .main .logo-wrap:after{
		display:block;
		top: 12px;
		font-size: 7px;
	}
	.header .menu{
		display:block;
		position: relative;
		z-index: 3;
	}
	.header .search-line, .header .full-menu{
		top:151px;
	}
	@-webkit-keyframes header_m{
		0%{margin-top:-50px;opacity:0;}
		100%{margin-top:0px;opacity:1;}
	}
	@-moz-keyframes header_m{
		0%{margin-top:-50px;opacity:0;}
		100%{margin-top:0px;opacity:1;}
	}
	@-ms-keyframes header_m{
		0%{margin-top:-50px;opacity:0;}
		100%{margin-top:0px;opacity:1;}
	}
	@-o-keyframes header_m{
		0%{margin-top:-50px;opacity:0;}
		100%{margin-top:0px;opacity:1;}
	}
	@keyframes header_m{
		0%{margin-top:-50px;opacity:0;}
		100%{margin-top:0px;opacity:1;}
	}
	.header-black-fixed{
		position:fixed;
		z-index:100;
		top:0;
		left:0;
		right:0;
		opacity:0;
		margin-top:-50px;
		height:45px;
		background:#000;
		color:#fff;
		-webkit-box-shadow:0 4px 10px rgba(0,1,1,0.1);
		-moz-box-shadow:0 4px 10px rgba(0,1,1,0.1);
		box-shadow:0 4px 10px rgba(0,1,1,0.1);
		-webkit-animation: header_m 500ms ease-out 1 100ms forwards;
		-moz-animation: header_m 500ms ease-out 1 100ms forwards;
		-ms-animation: header_m 500ms ease-out 1 100ms forwards;
		-o-animation: header_m 500ms ease-out 1 100ms forwards;
		animation: header_m 500ms ease-out 1 100ms forwards;
	}
	.header-black-open{
		display:block;
	}
	.header-black-fixed .container{
		height:100%;
	}
	.header-black-fixed .logo{
		display:block;
		float:left;
		height:100%;
	}
	.header-black-fixed .logo .i{
		display:inline-block;
		width:18px;
		height:100%;
		margin-right:9px;
		background:url(../images/style/logo-image.png) no-repeat center;
		background-size:contain;
	}
	.header-black-fixed .logo .t{
		display:inline-block;
		width:110px;
		height:100%;
		background:url(../images/style/logo-text-white.png) no-repeat 0 14px;
		background-size:contain;
	}
	.header-black-fixed .afisha-logo .i{
		display: none;
	}
	.header-black-fixed .afisha-logo .t{
		width:137px;
		background:url(../images/style/afisha-logo-white.png) no-repeat 0 14px;
		background-size: contain;
	}
	.header-black-fixed .menu{
		float:right;
		height:100%;
		font-weight:500;
		font-size:0.85em;
	}
	.header-black-fixed .menu ul{
		list-style:none;
		margin:0px;
		padding:0px;
		text-transform:uppercase;
	}
	.header-black-fixed .menu li{
		float:left;
		display:block;
		margin:0 0 0 10px;
		padding:0px;
		line-height:45px;
	}
	.header-black-fixed .menu a{
		color:#fff;
	}
	.header-black-fixed .menu a:hover{
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.header-black-fixed .to-top{
		width:12px;
		height:45px;
		background:url(../images/ico/to-top-white.png) no-repeat center;
		cursor:pointer;
	}
	
	
	.full-menu-opened .menu .main-menu, .full-menu-opened .col-search, .full-menu-opened .col-dop{
		display:none;
	}
	.full-menu-opened .menu .col-menu-close{
		display:table-cell;
	}
	.full-menu-opened .menu{
		position:relative;
		z-index:2;
		-webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
		-moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
		box-shadow: 0 4px 10px rgba(0,0,0,.1);
	}
	.full-menu-opened .menu .table-row{
		background-color: #f2f2f2;
	}
	.full-menu{
		position:absolute;
		top:100%;
		left:0;
		right:0;
	}
	.full-menu ul{
		list-style:none;
		margin:0px;
		padding:0px;
		background:#f2f2f2;
		border-top:1px solid #fff;
		position:relative;
		z-index:5;
		-webkit-box-shadow: 0 10px 13px rgba(0,0,0,.16);
		-moz-box-shadow: 0 10px 13px rgba(0,0,0,.16);
		box-shadow: 0 10px 13px rgba(0,0,0,.16);
	}
	.full-menu li{
		display:table;
		width:100%;
		line-height:40px;
		margin:0px;
		padding:0px;
		clear:left;
	}
	.full-menu li .blue{
		width:140px;
		background:#2e336b;
		padding:10px 0 10px 10px;
		border-bottom:1px solid #3d4480;
		display: table-cell;
		vertical-align: top;
		font-size: 1.1em;
		line-height:20px;
	}
	.full-menu li a{
		color:#333;
		border-bottom:1px solid #ccc;
	}
	.full-menu li a:hover{
		border-bottom-color:transparent;
	}
	.full-menu li .blue a{
		color:#fff;
		border-bottom:0px;
	}
	.full-menu li .blue a:hover{
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.full-menu ul ul{
		padding:5px 0;
		border:0px;
		max-width:570px;
		display: table-cell;
		vertical-align: middle;
		border-bottom: 1px solid #fff;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
	.full-menu li li{
		float:left;
		display:block;
		width:auto;
		clear:none;
		margin:2px 0 2px 15px;
		text-transform:lowercase;
		border:0px;
		height:24px;
		line-height:24px;
	}
	
	
	.footer{
		/*margin-top:60px;*/
	}
	.footer .menu-main .table-row{
		min-width:0;
	}
	.footer .menu-dop{
		font-size:1em;
		border-top:1px solid #58585c;
		padding:10px 0 12px;
		margin-bottom:25px;
	}
	.footer .menu-dop li{
		margin-right:15px;
	}
	.footer .info .copy{
		float:left;
		margin-right:45px;
	}
	.footer .dev .social-links{
		float:right;
		margin-top:10px;
	}
	.footer .mt{
		float:left;
		font-size:0.9em;
		background-size:34px;
		line-height:17px;
		padding-left:45px;
		width:160px;
	}
	.main-interesno{
		margin:0 0 25px;
		padding:0px;
		background:none;
	}
	.main-interesno .col-sm-3{
		padding:0 15px;
	}
	.main-interesno .row{
		width:auto;
	}
	.main-interesno .block{
		width:100%;
		height:auto;
	}
	.main-interesno .block:after{
		display:none !important;
	}
	.main-interesno .image{
		height: auto;
	}
	.main-interesno .image{
		height:auto;
		padding-bottom:66.67%;
		opacity:1;
	}
	.main-interesno .image-wrap .theme {
		display: block;
		right: 0;
	}
	.main-interesno .for-mobile {
		display: none !important;
	}
	.main-interesno .for-desktop {
		display: block !important;
	}
	.main-interesno .text{
		position:static;
		width:100%;
		color:#333;
		line-height:20px;
		margin-top:10px;
	}
	.main-interesno .text .theme {
		display: none;
	}
	.main-interesno .text a{
		color:#333;
		display:inline;
		padding:0px;
	}
	.main-interesno .text a:hover {
		color: #005ba6;
		border-bottom: 1px solid rgba(0,91,166,0.3);
	}
	.rec- .-for-m-{
		display:none;
	}
	.rec- .-for-d-{
		display:block;
	}
	.rec-h130{
		/* height:71px; */
		margin-bottom:30px;
	}
	.rec-h130 img{
		max-height:100%;
	}
	.main-news{
		margin-bottom:40px;
	}
	.block-zag{
		border-top:3px solid #2d336b;
		padding-top:13px;
		height:46px;
	}
	.zag-no-line{
		border-top:0px;
		padding-top:0px;
		height:33px;
	}
	.all-news-zag .arhiv{
		float:right;
	}
	.rec-300x600{
		width:240px;
		height:520px;
		position:absolute;
		right:0px;
		top:100%;
		margin-top:40px;
	}
	.main-news .news-block-1{
		height:460px;
		width:100%;
		margin-bottom:30px;
		position:relative;
	}
	.main-news .news-block-1 .image{
		width:100%;
		height:100%;
		display:block;
		margin:0 0 10px;
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		padding:0px;
	}
	.main-news .news-block-1 .image img{
		display:none;
	}
	.main-news .news-block-1:after{
		content:'';
		display:block;
		position:absolute;
		pointer-events:none;
		left:0;
		top:0;
		right:0;
		bottom:0;
		z-index:2;
		background-image: -webkit-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: -moz-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: -o-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: -ms-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: linear-gradient(to top, rgba(26,26,26,.7), rgba(26,26,26,0));
	}
	.main-news .news-block-1 .text{
		position:absolute;
		left:0;
		bottom:15px;
		z-index:3;
		color:#fff;
		padding:0 30px;
	}
	.main-news .news-block-1 a{
		color:#fff;
	}
	.main-news .news-block-1 .zag a:hover{
		color:#fff;
		border-bottom:1px solid rgba(255,255,255,0.3);
	}
	.main-news .news-block-1 .rubric{
		margin-bottom:10px;
		font-size:0.85em;
	}
	.main-news .news-block-1 .rubric a{
		display:inline-block;
		text-decoration:none;
		height:19px;
		line-height:17px;
		border:1px solid rgba(255,255,255,0.5);
		padding:0 5px;
		margin-right:13px;
		border-radius:3px;
		text-transform:uppercase;
		color:#fff;
	}
	.main-news .news-block-1 .rubric a:hover{
		color:#005ba6;
		background-color:#fff;
		border-color:#fff;
	}
	.main-news .news-block-1 .stat{
		height:20px;
		padding:2px 0;
		line-height:16px;
		color:#e1e1e1;
		font-size:0.85em;
		border:0px;
	}
	.main-news .news-block-1 .rubric span{
		color:#e1e1e1;
	}
	.main-news .news-block-1 .zag{
		font-size:2.15em;
		line-height:36px;
		font-weight:bold;
		margin-bottom:10px;
		padding-bottom: 3px;
	}
	.main-news .news-block .rubric .time, .main-news .news-block-1 .rubric .time{
		display:inline-block;
		vertical-align:bottom;
		margin-top:5px;
	}
	.main-news .news-block{
		float:left;
		width:210px;
		margin-right:30px;
	}
	.main-news .news-block .image{
		height:140px;
		margin-bottom:15px;
	}
	.main-news .news-block .news-icons{display:block;}
	.main-news .news-block .zag{
		font-size:1.1em;
		font-weight:500;
		line-height:21px;
	}
	.main-news .news-block .stat{
		border:0px;
	}
	.main-news .n4, .main-news .n7{
		margin-right:0px;
		margin-left: -1px;
	}
	.main-news .n5{
		clear:left;
	}
	.main-news .all-news-link{
		display:block;
		float:right;
		clear:left;
		margin-top:-15px;
	}
	
	.main-comments-wrapper{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction:column;
		flex-direction:column;
	}
	.main-comments{
		min-height:495px;
		float:left;
		width:420px;
		margin-bottom:25px;
	}
	.main-comments .block-zag{
		border-bottom:1px solid #ebebeb;
		padding:13px 0 15px;
		height:58px;
	}
	.main-comments .block{
		margin:0 0 15px;
		padding:0 5px 15px 0;
		border-bottom:1px solid #ebebeb;
		line-height:20px;
	}
	.main-comments .block:nth-child(8),.main-comments .block:nth-child(9){
		display:none;
	}
	.main-comments .block .z a{
		color:#005ba6;
		font-weight:500;
		margin-right:15px;
	}
	.main-comments .block .name{
		font-size:0.85em;
		color:#999;
	}
	.rec-main-4, .rec-main-5, .rec-main-6, .rec-main-7{
		clear:both;
		margin:0 0 40px;
	}
	.rec-8-bg{
		margin-bottom:20px;
	}
	.rec-main-9{
		clear:both;
		margin-bottom:30px;
	}
	.main-comments-wrapper .rec-main-4{
		-webkit-order:2;
		order:2;
	}
	.no-rec-right .main-comments{
		width:100%;
	}
	.no-rec-bottom .rec-main-4{
		display:none !important;
	}
	
	.main-podrobno{
		background:none;
		margin:0 0 10px;
		padding:0;
	}
	.main-podrobno .block-zag, .main-podrobno .news-blocks{
		margin-right:0px;
		margin-left:0px;
	}
	.main-podrobno .news-block{
		float:left;
		margin:0 30px 0 0;
		width:210px;
	}
	.main-podrobno .news-block .image{
		width:auto;
		margin:0 0 10px;
		float:none;
		padding-bottom:66.67%;
		height:auto;
	}
	.main-podrobno  .news-block .rubric{
		white-space:normal;
	}
	.main-podrobno  .news-block .rubric .time{
		display:inline-block;
		vertical-align:bottom;
		margin-top:5px;
		margin-right:15px;
	}
	.main-podrobno .news-block .stat{
		border-bottom:0px;
		height:30px;
	}
	.main-podrobno .n1,.main-podrobno .n2{
		width:330px;
	}
	.main-podrobno .n1 .image,.main-podrobno .n2 .image{
		margin-left:0px;
		margin-right:0px;
	}
	.main-podrobno .n1 .image img{
		display:none;
	}
	.main-podrobno .n2,.main-podrobno .n5{
		margin-right:0px !important;
	}
	.main-podrobno .n3{
		clear:left;
	}
	.main-podrobno .n3 .zag, .main-podrobno .n4 .zag, .main-podrobno .n5 .zag{
		font-size:1.1em;
		font-weight:500;
		line-height:21px;
	}
	.main-wrapper-2{
		display:block;
	}
	.main-blogi{
		background:none;
		margin:0 0 10px;
		padding:0;
	}
	
	.main-blogi .row .row{
		display:table;
	}
	.main-blogi .blocks .col-sm-6{
		float: none;
		display: table-cell;
		height:100%;
		vertical-align:top;
	}
	.main-blogi .blocks .row{
		height:100%;
	}
	.main-blogi .block{
		padding-bottom: 46px;
	}
	.main-blogi .block .z{
		font-size:1.15em;
		line-height:22px;
	}
	.main-blogi .block .stat {
		bottom: 30px;
	}
	
	.main-multimedia{
		height:300px;
		background:#000;
		margin-bottom:40px;
	}
	.main-multimedia .zag{
		position:relative;
		z-index:3;
	}
	.main-multimedia .zag .z{
		border-top:3px solid #f6ae1b;
		padding-top:12px;
		color:#fff;
	}
	.main-multimedia .zag a{
		color:#fff;
	}
	.main-multimedia .zag a:hover{
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.main-multimedia .g-wrapper{
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
	}
	.main-multimedia .block{
		width:450px;
		height:300px;
		padding:0px !important;
		position:relative;
	}
	.main-multimedia .block .text{
		position:absolute;
		bottom:15px;
		padding:0 30px;
		z-index:2;
		border-top:0px;
	}
	.main-multimedia .block .rubric{
		color:#e1e1e1;
		margin-bottom:8px;
	}
	.main-multimedia .block .rubric a{
		color:#fff;
		display:inline-block;
		height:19px;
		line-height:17px;
		border:1px solid #fff;
		border-radius:3px;
		vertical-align:middle;
		padding:0 5px;
	}
	.main-multimedia .block .rubric a:hover{
		color: #005ba6;
		background-color: #fff;
		border-color: #fff;
	}
	.main-multimedia .block .z{
		font-size:1.28em;
		line-height:24px;
		font-weight:700;
		height:auto;
	}
	.main-multimedia .block .image{
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;
	}
	.main-multimedia .slick-slide{
		opacity:0.3;
	}
	.main-multimedia .slick-current{
		opacity:1;
	}
	.main-multimedia .slick-prev, .main-multimedia .slick-next{
		display:block;
		width:35px;
		height:35px;
		border:1px solid rgba(255,255,255,0.3);
		border-radius:50%;
		background:url(../images/ico/arr-right.png) rgba(0,0,0,0.3) no-repeat center;
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-18px;
		margin-left:255px;
		z-index:2;
		cursor:pointer;
	}
	.main-multimedia .slick-prev{
		background-image:url(../images/ico/arr-left.png);
		margin-left:-290px;
	}
	.main-afisha-news{
		padding-top:0px;
	}
	.main-afisha-news .blocks{
		margin-bottom:20px;
	}
	.main-afisha-news .block{
		padding-top:0px;
	}
	.main-afisha-news .block:before{
		display:none;
	}
	.main-afisha-news .block .image{
		height:140px;
		width:100%;
		float:none;
		margin:0 0 10px;
	}
	.main-afisha-news .block .image img{
		display:none;
	}
	.main-afisha-news .block .zag{
		font-size:1.1em;
		line-height:21px;
	}
	.main-afisha-events{
		background:none;
		margin:0 0 40px;
	}
	.main-afisha-events .block-events, .main-afisha-events .block-movies{
		height: auto;
		overflow: hidden;
		position: static;
		top: 0px;
	}
	.main-afisha-events .block-events .block-zag, .main-afisha-events .block-movies .block-zag{
		margin-bottom: 13px;
		height: 46px;
	}
	.main-afisha-events .block-zag .z{
		display: inline;
		float:none !important;
		width:auto !important;
		text-align:left !important;
		color:#333 !important;
		height: auto !important;
		border:0px !important;
		line-height: 30px;
		font-weight: 700;
		text-transform:none;
		font-size: 1.64em;
		cursor:text;
	}
	.main-afisha-events .block-events{
		margin-bottom:40px;
	}
	.main-afisha-events .block-events .blocks,
	.main-afisha-events .block-movies .blocks{
		margin:0px;
		padding-left:0px;
	}
	.main-afisha-events .block-events .touch-scroll-content{
		width:auto;
	}
	.main-afisha-events .block-movies .touch-scroll-content{
		padding-left:0px;
	}
	.main-afisha-events .block-events .block{
		margin-right:30px;
	}
	.main-afisha-events .block-events .block:last-child{
		margin-right:0px;
	}
	.main-afisha-events .block-movies .block{
		vertical-align:top;
		padding-left:15px;
		padding-right:9px;
	}
	.main-afisha-events .block-movies .zag{
		font-size:1.1em;
	}
	.main-afisha-events .block-movies .zag a{
		color:#333;
	}
	.main-afisha-events .block-movies .zag a:hover{
		border-bottom:1px solid rgba(0,91,166,0.3);
		color:#005ba6;
	}
	
	.main-horoscope{
		background:none;
		padding-top:0px;
		color:#333;
	}
	.main-horoscope .block-zag .z{
		color:#333;
	}
	.main-horoscope .blocks{
		padding:20px 0;
		border-top:1px solid #ebebeb;
	}
	.main-horoscope .block .i{
		border:2px solid rgba(0,91,166,0.1);
		width:78px;
		height:78px;
		-webkit-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
		-moz-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
		-ms-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
		-o-transition: background-color 0.1s ease-out 0s,border-color 0.1s;
		transition: background-color 0.1s ease-out 0s,border-color 0.1s;
		will-change: transition;
	}
	.main-horoscope .block a{
		color:#333;
	}
	.main-horoscope .block a:hover .t{
		border-bottom:1px solid rgba(0,91,166,0.3);
		color:#005ba6;
	}
	.main-horoscope .block a:hover .i{
		border-color:#005ba6;
		background-color:#005ba6;
	}
	
	.main-popular{
		margin-bottom:40px;
		padding-top:0px;
	}
	.main-popular .container{
		position:relative;
	}
	.main-popular .tab{
		top:59px !important;
		left:15px !important;
		right:15px !important;
	}
	
	.side-left{
		float:left;
		width:420px;
	}
	.side-right{
		float:right;
		width:240px;
	}
	.side-right-fixed .side-right-inner{
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position:sticky;
		top:55px;
		display: -webkit-flex;
		display: block;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		max-height: 100%;
		overflow: hidden;
	}
	.side-right-sticked{
		height: 100%;
		display: block;
	}
	.side-right-sticked .half{
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		height: 50%;
	}
	.side-right-sticked .half-inner{
		position: -webkit-sticky;
		position: -moz-sticky;
		position: -ms-sticky;
		position: -o-sticky;
		position:sticky;
		top:55px;
		bottom:0px;
	}
	
	.news-list .block .zag{
		font-size:1.7em;
		line-height:28px;
	}
	.news-list .block .image{
		margin:0 0 10px;
		/* height:280px; */
	}
	.news-list .block .text{
		font-size:1.15em;
		margin-bottom:15px;
		line-height:20px;
	}
	.news-list .block .tags{
		display:block;
	}
	.news-list .block .rubric .time{
		margin-right:15px;
	}
	.news-list .block .rubric .place, .main-podrobno .rubric .place{
		display:inline-block;
		vertical-align: bottom;
	}
	.show-more-news{
		border-top:0px;
		margin-bottom:35px;
	}
	.all-news-zag .menu{
		left:125px;
		top:100%;
	}
	.block-zag .btns{
		float:right;
	}
	.block-zag .arhiv-day{
		float:right;
	}
	
	.rec-300x600-sub{
		margin-bottom:30px;
	}
	
	.text-content{
		font-size: 1.2em;
		line-height: 24px;
	}
	
	/* news-page 768 */
	.news-page .news-pos{
		position:relative;
	}
	.news-page .news-pos .side-right-fixed{
		position:absolute;
		right:0px;
		top:0px;
		bottom:0px;
	}
	.news-main-wrapper{
		margin-top:-40px;
		padding-top:40px;
	}
	.news-page h1{
		font-size:2.07em;
	}
	.news-page-content-header{
		margin-bottom:30px;
		position: relative;
		z-index: 2;
	}
	.news-page .repost{
		height:32px;
	}
	.news-page .repost .media-repost-count{
		height:20px;
		line-height:20px;
		font-size:1.42em;
	}
	.news-page .repost .media-repost-count:before{
		width:25px;
		margin-top: -2px;
	}
	.news-page .repost .repost-links .link{
		width: 32px;
		height: 32px;
	}
	.news-page .btn-print{
		height:32px;
		line-height:30px;
	}
	.news-page .block-image .image{
		margin:0px;
	}
	.news-page .block-image .author{
		font-size:1em;
		line-height:16px;
	}
	.news-page .block-image .text{
		font-size:1em;
		line-height:16px;
	}
	.news-page .block-video .inner{
		margin:0px;
	}
	.news-page .block-gallery .inner{
		margin:0;
		padding-bottom:15px;
	}
	.news-page .block-gallery .nav{
		padding-left:15px;
	}
	.news-page .block-gallery .nav-item{
		margin-right:15px;
	}
	.news-page .block-images .inner{
		margin:0px;
	}
	.news-page .block-spravka .inner{
		margin:0;
		padding:0 20px 15px;
	}
	.news-page .block-spravka .zag{
		font-size:1.9em;
	}
	.news-page .block-anons{
		float:left;
		width:195px;
		margin-right:30px;
	}
	.news-page .block-online > .inner{
		padding:15px 0;
		margin:0px;
	}
	.news-page .block-online .online-header .zag{
		float:left;
		margin-right:15px;
	}
	.news-page .block-online .auto-update{
		float:right;
	}
	.news-page .block-online .sort{
		font-size:1em;
		float:left;
		margin-top: 5px;
	}
	.news-page .block-online .online-item{
		padding-left:55px;
	}
	.news-page .block-online .online-item .time{
		margin-left:-55px;
	}
	.news-page .event-image{
		float:left;
		width:250px;
		margin:0 20px 10px 0;
	}
	
	/* --news-page 768 */
	
	.quotes-best{
		margin-left:0px;
		margin-right:0px;
	}
	.quotes-best th{
		text-align:center;
	}
	.quotes-best th.grey{
		width:115px;
	}
	.quotes-best .l{
		text-align:left;
	}
	.quotes-best td{
		border-right:1px solid #3b3b41;
		padding:12px;
	}
	.quotes-best .kurs{
		font-size:1.35em;
	}
	.comments .zag .z{
		font-size:1.78em;
	}
	.comments .zag .show-all, .comments .zag .to-last{
		margin-top:12px;
	}
	
	.events-list .block{
		height:410px;
		margin-bottom:30px;
	}
	.events-list .block .text{
		padding:10px;
	}
	.events-list .block.img-v .image-inner{
		padding-bottom:146.67%;
	}
	.events-list .block .text{
		position:absolute;
		left:0px;
		bottom:0px;
		right:0px;
		min-height:100%;
	}
	.events-list .btns{
		text-align:right;
		margin-bottom:30px;
	}
	.events-list .btns .btn{
		margin-left:20px;
		margin-bottom:0px;
	}
	.afisha-zag{
		margin-bottom:20px;
	}
	.afisha-zag .arhiv{
		float:right;
		width:auto;
		clear:none;
		padding:0px;
	}
	.afisha-zag .arhiv .calendar{
		left:auto;
		right:0px;
	}
	.afisha-zag .afisha-days + .arhiv{
		margin-top:10px;
	}
	.horoscope-signs{
		margin:0px;
	}
	.horoscope-signs .col{
		width:16.66%;
	}
	.horoscope-signs .i{
		width:75px;
		height:75px;
	}
	.horoscope-types{
		margin:0 0 40px;
	}
	.horoscope-types a{
		margin-right:8px;
	}
	.age-round{
		width:40px;
		height:40px;
		font-size:1.28em;
		padding-left:3px;
	}
	.event-gallery-block, .event-video, .event-place, .afisha-shedule{
		margin-bottom:30px;
	}
	.shedule-by-days .place{
		padding-right:20px;
		width:160px;
		flex-basis: 160px;
	}
	.not-found-event .ico{
		width:221px;
		height:221x;
	}
	.not-found-event.kino .ico{
		width:224px;
		height:240px;
	}
	.weather-today{
		margin:0 0 20px;
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.weather-today .temp-now, .weather-today .params{
		margin:0;
	}
	.weather-today .rows{
		font-size:1.15em;
	}
	.weather-today .rows .ico{
		margin-left:10px;
	}
	.weather-today .rows .t{
		padding:0 15px 5px;
	}
	.forecast{
		margin:0;
	}
	.forecast-row{
		padding:15px 0;
	}
	.forecast-row .temp .r{
		flex-basis:19%;
	}
	.forecast-row .temp .t{
		font-size: 1.3em;
		line-height: 22px;
	}
	.forecast-full .forecast-row .ico{
		margin: 0 0 0 10px;
		width:35px;
		height:35px;
	}
	.forecast-full .forecast-row .temp .t{
		padding: 0 10px 5px 15px;
		font-size: 1.25em;
	}
	.company-rubric{
		font-size:1.15em;
		margin-bottom:20px;
	}
	.company-rubric .title{
		font-size:1.25em;
	}
	.company-rubric .sub div{
		margin-top:7px;
	}
	.company-search-line{
		margin-bottom:30px;
	}
	.company-list .block{
		margin:0 0 20px;
		padding: 0 0 20px;
	}

	.company-list .block .param {
		font-size: 1.15em;
		margin-bottom: 5px;
	}

	.company-list .block .text {
		font-size: 1.15em;
		margin-top: 10px;
	}

	.company-categories-list {
		margin-bottom: 25px;
	}

	.company-map {
		margin: 0 0 25px;
		border-width: 1px;
	}

	.company-page .company-image {
		width: 140px;
		height: 140px;
		margin: 0 30px 30px 0;
	}

	.company-acc {
		margin-bottom: 30px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.company-acc .ui-accordion-content {
		padding: 20px 0 40px;
	}

	.company-acc .ui-accordion-content:last-child {
		padding-bottom: 10px;
	}

	.company-report-btn {
		margin-bottom: 25px;
		text-align: right;
	}

	.accept-policy {
		right: 30px;
		bottom: 30px;
		padding: 10px 12px;
		gap: 12px;
		font-size: 14px;
	}
	
}

@media (max-width: 949px) {
	.visible-md {
		display: none !important;
	}


	.main-popular .tab {
		height: 24px;
		overflow: hidden;
		position: absolute;
		top: 56px;
		left: 0px;
		right: 0px;
	}

	.main-popular .tab .block-zag {
		height: 24px;
		margin: 0px;
		margin-bottom: 20px;
		padding: 0px;
		border-top: 0px;
	}

	.main-popular .tab .block-zag .z {
		display: block;
		float: left;
		width: 50%;
		text-align: center;
		font-size: 1em;
		font-weight: 500;
		color: rgba(51, 51, 51, 0.5);
		line-height: 14px;
		height: 24px;
		text-transform: uppercase;
		margin: 0px;
		cursor: pointer;
		border-bottom: 1px solid #eaeaea;
	}

	.main-popular .block-comments .block-zag .z {
		float: right;
	}
	.main-popular .tab-active{
		height:auto;
		position:static;
	}
	.main-popular .tab-active  .block-zag .z{
		border-bottom:2px solid #f7b31a;
		color:#333;
	}
	.all-news-zag{
		position:relative;
		z-index:2;
	}
	.all-news-zag .z{
		margin-right:0px;
		font-size:1.4em;
	}
	.all-news-zag .arr{
		display:inline-block;
		margin-left:5px;
		vertical-align: middle;
		cursor:pointer;
		padding:0 5px;
		height:18px;
	}
	.all-news-zag .arr:after{
		display:block;
		content:'';
		width:7px;
		height:7px;
		border-style:solid;
		border-width:0 0 1px 1px;
		border-color:#000;
		vertical-align: middle;
		-webkit-transform-origin:center;
		-moz-transform-origin:center;
		-o-transform-origin:center;
		-ms-transform-origin:center;
		transform-origin:center;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: 3px;
	}
	.all-news-zag .menu{
		display:none;
		position:absolute;
		z-index: 2;
		background:#fff;
		-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
		-moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
		box-shadow: 0 3px 5px rgba(0,0,0,.2);
		border: solid 1px #f4f4f4;
	}
	.all-news-zag .menu ul{
		padding:5px 0;
	}
	.all-news-zag .menu li{
		display:block;
		float:none;
		margin:0px;
		padding:0px 15px;
		height:auto;
	}
	.all-news-zag .menu a{
		color:#005ba6;
	}
	.news-page .block-anons .zag{
		margin-bottom:0px;
	}
	
	.main-afisha-news .n7, .main-afisha-news .n8, .main-afisha-news .n9, .main-afisha-news .n10, .main-afisha-news .n11{
		display:none;
	}
	.main-afisha-news .n7{
		clear:left;
	}
	
}
@media (min-width: 720px) and (max-width: 949px) {
	.hidden-sm {
		display: none !important;
	}
	.event-content>p:last-child{
		margin-bottom:0px;
	}
	.company-acc .news-block{
		width:195px;
	}
	.company-acc .news-block:nth-child(2n){
		margin-right:0 !important;
	}
	.company-acc .news-block:nth-child(2n+1){
		clear:left;
	}
}



/* >=1024 (md) */
@media (min-width: 950px) {
	
	.col-md-1{width: 8.33333333%;}
	.col-md-2{width: 16.66666667%;}
	.col-md-3{width: 25%;}
	.col-md-4{width: 33.33333333%;}
	.col-md-5{width: 41.66666667%;}
	.col-md-6{width: 50%;}
	.col-md-7{width: 58.33333333%;}
	.col-md-8{width: 66.66666667%;}
	.col-md-9{width: 75%;}
	.col-md-10{width: 83.33333333%;}
	.col-md-11{width: 91.66666667%;}
	.col-md-12{width: 100%;}
	
	.visible-sm {
		display: none !important;
	}
	
	.container{
		width:950px;
	}
	.header .main{
		height:90px;
	}
	.header  .main .logo-wrap:after{
		top: 16px;
		font-size: 10px;
		padding-bottom: 2px;
		line-height:11px;
	}
	.header .menu .main-menu{
		font-size:1em;
	}
	.header .menu .main-menu li{
		padding:0 10px;
	}
	.header-black-fixed .logo .i{
		width:23px;
	}
	.header-black-fixed .logo .t{
		width:140px;
		background-position:0 12px;
	}
	.header-black-fixed .afisha-logo .t{
		width:172px;
	}
	.header-black-fixed .menu{
		font-size:1em;
	}
	.header-black-fixed .menu li{
		margin-left:15px;
	}
	.header .search-line, .header .full-menu{
		top:163px;
	}
	
	.footer .menu-main{
		margin:20px 0;
	}
	.footer .menu-main .table-row{
		min-width:100%;
	}
	.footer .menu-main .col{
		padding-right:45px;
	}
	.footer .menu-main ul{
		display:block;
	}
	.footer .menu-dop{
		margin-bottom:35px;
	}
	.footer .info .copy{
		width:180px;
		margin-right:60px;
	}
	.footer .info .text{
		float:left;
		width:560px;
	}
	
	.main-interesno{
		margin-bottom:35px;
	}
	.main-interesno .col-sm-3{
		padding:0 20px;
	}
	.main-interesno .row{
		width:auto;
		margin-right: -20px;
		margin-left: -20px;
	}
	/* .main-interesno .image{
		height:133px;
	} */
	.main-interesno .text{
		font-size:1.1em;
		line-height:21px;
	}
	.main-interesno .image-wrap .theme {
		right: auto;
	}
	
	.rec-h130{
		/* height:95px; */
		margin-bottom:40px;
	}
	
	.main-news .news-block-1{
		height:400px;
		width:600px;
		margin-bottom:40px;
		float:left;
	}
	.main-news .news-block-1 .rubric{
		margin-bottom:10px;
		font-size:0.95em;
	}
	
	.main-news .news-block{
		width:280px;
		margin-right:40px;
	}
	.main-news .news-block .image{
		height:187px;
		margin-bottom:15px;
	}
	.main-news .news-block .zag{
		font-size:1.28em;
		font-weight:700;
		line-height:24px;
		padding-bottom: 3px;
		margin-bottom:7px;
	}
	.main-news .n2{
		clear:left;
	}
	.main-news .n7{
		margin-right:0px;
	}
	.main-news .n4{
		margin-right:0px;
		border-top:1px solid #ebebeb;
	}
	.main-news .n4 .image{
		height:0px;
	}
	.main-news .n5{
		clear:left;
	}
	.rec-300x600{
		float:right;
		width:280px;
		height:626px;
		position:relative;
		margin:0px;
	}
	.rec-300x600 img{
		max-width:100%;
	}
	
	.main-news.no-rec .news-block-1{
		width:100%;
	}
	.main-news.no-rec .news-block-1:after{
		left:auto;
		width:600px;
	}
	.main-news.no-rec .news-block-1 .image{
		float:right;
		width:600px;
	}
	.main-news.no-rec .news-block-1 .text{
		float:left;
		position:relative;
		width:320px;
		height:100%;
		bottom:auto;
		background-color:#2d336b;
		padding:30px 25px 45px;
	}
	.main-news.no-rec .news-block-1 .rubric a{
		background-color:#ff5e00;
		border-color:#ff5e00;
		border-radius:0px;
	}
	.main-news.no-rec .news-block-1 .rubric a:hover{
		color:#ff5e00;
		background-color:#fff;
		border-color:#fff;
	}
	.main-news.no-rec .news-block-1 .stat{
		position:absolute;
		bottom:15px;
		left:25px;
	}
	.main-news.no-rec .n4{
		border-top:0px;
	}
	.main-news.no-rec .n4 .image{
		height:187px;
	}
	.main-comments-wrapper{
		display:block;
	}
	.main-comments, .no-rec-right .main-comments{
		float:right;
		width:200px;
		position:relative;
	}
	
	.main-podrobno{
		float:left;
		width:680px;
	}
	.main-podrobno .news-block{
		margin:0 40px 0 0;
		width:200px;
	}
	.main-podrobno .n1,.main-podrobno .n2{
		width:320px;
	}
	.main-podrobno .news-block .zag{
		font-size:1.25em;
		line-height:24px;
	}
	/* .main-blogi .row{
		margin-left:-20px;
		margin-right:-20px;
	} */
	.main-blogi .row{
		display:table;
	}
	.main-blogi .blocks .col-md-6{
		float: none;
		display: table-cell;
		height:100%;
		vertical-align:top;
	}
	.main-blogi .blocks .row{
		height:100%;
	}
	.main-blogi .block{
		padding-left:15px;
		padding-right:15px;
	}
	.main-multimedia{
		height:480px;
	}
	.main-multimedia .block{
		width:720px;
		height:480px;
	}
	.main-multimedia .block .z{
		font-size:2.14em;
		line-height:36px;
	}
	.main-multimedia .slick-prev{
		margin-left:-425px;
	}
	.main-multimedia .slick-next{
		margin-left:390px;
	}
	.main-afisha-news{
		float:left;
		width:440px;
	}
	.main-afisha-news .blocks{
		margin-left:-10px;
		margin-right:-10px;
	}
	.main-afisha-news .col-md-6, .main-afisha-news .col-md-12{
		padding-left:10px;
		padding-right:10px;
	}
	.main-afisha-news .block .zag{
		font-size:1.28em;
		line-height:24px;
	}
	.main-afisha-news .n1{
		height:293px;
		margin-bottom:20px;
	}
	.main-afisha-news .n1 .image{
		height:100% !important;
		margin:0px;
		position:relative;
	}
	.main-afisha-news .n1 .image:after{
		position: absolute;
		z-index: 2;
		content: '';
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: -webkit-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: -moz-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: -o-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: -ms-linear-gradient(bottom, rgba(26,26,26,.7), rgba(26,26,26,0));
		background-image: linear-gradient(to top, rgba(26,26,26,.7), rgba(26,26,26,0));
	}
	.main-afisha-news .n1 .text{
		position:absolute;
		z-index:2;
		bottom:15px;
		left:30px;
		right:30px;
	}
	.main-afisha-news .n1 .rubric a{
		color: #fff;
		display: inline-block;
		height: 19px;
		line-height: 17px;
		border: 1px solid #fff;
		border-radius: 3px;
		vertical-align: middle;
		padding: 0 5px;
	}
	.main-afisha-news .n1 .rubric a:hover{
		color: #005ba6;
		background-color: #fff;
		border-color: #fff;
	}
	.main-afisha-news .n1 .rubric .time, .main-afisha-news .n1 .zag, .main-afisha-news .n1 .zag a{
		color:#fff;
	}
	.main-afisha-news .n1 .zag a:hover{
		color:#fff;
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.main-afisha-news .n1 .zag{
		font-weight:700;
		font-size:1.7em;
		line-height:30px;
	}
	.main-afisha-news .n6 .image, .main-afisha-news .n7 .image, .main-afisha-news .n8 .image, .main-afisha-news .n9 .image, .main-afisha-news .n10 .image, .main-afisha-news .n11 .image{
		display:none;
	} 
	.main-afisha-news .n6:before, .main-afisha-news .n7:before, .main-afisha-news .n8:before, .main-afisha-news .n9:before, .main-afisha-news .n10:before, .main-afisha-news .n11:before{
		content:'';
		display:block;
		border-top: 1px solid #ebebeb;
		height:15px;
		position: relative;
		left: 0;
		right: 0;
	} 
	.main-afisha-news .n6, .main-afisha-news .n8, .main-afisha-news .n10{
		clear:left;
	}
	
	.main-afisha-events{
		float:right;
		width:440px;
	}
	
	.main-afisha-events .block-events .block{
		margin-right:20px;
	}
	.main-afisha-events .block-movies .block{
		padding-right:5px;
	}
	.main-afisha-events .block-movies .zag{
		font-size:1.15em;
		line-height:22px;
	}
	.main-afisha-events .block-events .block:nth-child(2){
		margin-right:0px;
	}
	.main-afisha-events .block-events .block:nth-child(3),
	.main-afisha-events .block-movies .block:nth-child(5),
	.main-afisha-events .block-movies .block:nth-child(6){
		display:none;
	}
	.main-afisha-events .block-movies.no-events .block{
		display:block !important;
		float:left;
		margin-bottom: 20px;
	}
	.main-afisha-events .block-movies.no-events .block:nth-child(5){
		clear:left;
	}
	.main-afisha-events .block-movies .block:nth-child(4){
		padding-right:0px;
	}
	
	.main-horoscope .block .i{
		width:54px;
		height:54px;
	}
	.main-popular .zag-sm{
		display:none;
	}
	.main-popular .block-views{
		float:left;
		width:50%;
		padding-right:20px;
	}
	.main-popular .block-comments{
		float:left;
		width:50%;
		padding-left:20px;
	}
	
	.side-left{
		width:600px;
	}
	.side-right{
		width:280px;
	}
	
	.side-right .main-interesno .block{
		margin-bottom:25px;
		padding-bottom:15px;
	}
	
	.all-news-zag .menu{
		display:block !important;
	}
	.block-zag .btns{
		margin-left:30px;
	}
	
	.news-list .block .zag{
		font-size:1.85em;
		line-height:30px;
	}
	.news-list .block .image{
		margin:0 40px 15px 0;
		/* height:187px; */
		width:281px;
		float:left;
	}
	.news-list .block .text{
		max-height:200px;
		overflow:hidden;
	}
	.news-list .block .tags{
		clear:left;
	}
	.news-list .block:after{
		clear:both;
		display:table;
		content:'';
	}
	.text-content h1,.text-content .h1{
		font-size:2.19em;
	}
	.text-content h2,.text-content .h2{
		font-size:1.85em;
	}
	.text-content h3,.text-content .h3{
		font-size:1.43em;
	}
	.text-content h4,.text-content .h4{
		font-size:1.25em;
	}
	
	/* news-page 1024 */
	.news-page-content{
	}
	.news-page h1{
		font-size:2.5em;
	}
	.news-page-content-header{
		float:left;
		width:600px;
		margin-bottom:0px;
	}
	.news-page .news-introtext{
		line-height:25px;
		margin-bottom:18px;
		font-size:1.42em;
	}
	.news-page .block-images .image-item{
		width:25%;
	}
	.news-page .block-images-3 .image-item{
		width:33.33%;
	}
	.news-page .block-images-2 .image-item{
		width:50%;
	}
	.news-page .block-image-vertical{
		float:left;
		width:280px;
		margin:0 20px 10px 0;
	}
	.news-page .event-image{
		width:250px;
	}
	.news-page .block-spravka .zag{
		font-size:2.3em;
	}
	.news-page .block-anons{
		width:210px;
	}
	.news-page .block-anons .zag{
		font-size:1.15em;
	}
	.news-page .block-anons .text{
		font-size:1.15em;
	}
	.news-page .block-online .online-item{
		padding-left:63px;
	}
	.news-page .block-online .online-item .time{
		margin-left:-63px;
	}
	.materials-by-theme .zag{
		font-size:1.42em;
	}
	.materials-by-theme .list{
		font-size:1.28em;
		line-height:22px;
	}
	.materials-by-theme .list:before{
		top:6px;
	}
	
	/* --news-page */
	
	.themes-list div{
		float:left;
		width:50%;
		padding:0 20px 0 0;
	}
	
	.calculate-form{
		float:left;
		width:600px;
	}
	#calcRes .summary{
		font-size:1.15em;
	}
	table.quotes td{
		font-size:1em;
	}
	table.quotes .logo{
		display:inline-block;
		margin-right:10px;
		margin-left: -40px;
	}
	table.quotes .bank-link{
		padding-left: 40px;
		display:inline-block;
	}
	table.quotes .name-full{
		white-space:normal;
		display:inline-block;
		vertical-align:middle;
	}
	
	.quotes-best th{
		font-size:1.28em;
	}
	.quotes-best th.grey{
		width:160px;
		font-size:1em;
	}
	.quotes-best .kurs{
		font-size:1.55em;
	}
	.comments .zag{
		margin-bottom:15px;
	}
	.comments .zag .z{
		font-size:2.14em;
	}
	.comments .zag .show-all, .comments .zag .to-last{
		margin-top:15px;
	}
	.comments .comment-block .user-name{
		font-size:1rem;
	}
	.comments .comment-block .comment-text{
		font-size:1rem;
	}
	
	.events-list .block{
		height:520px;
		margin-bottom:40px;
	}
	.events-list .block .text{
		padding:12px 15px;
	}
	.events-list .block .intro{
		line-height:20px;
		font-size:1em;
	}
	.events-list .btns{
		margin-bottom:50px;
	}
	.horoscope-block{
		margin-bottom:40px;
	}
	.horoscope-block .text{
		font-size:1.15em;
	}
	.horoscope-row .col-md-6:first-child .horoscope-block{
		margin-right:15px;
	}
	.horoscope-row .col-md-6:last-child .horoscope-block{
		margin-left:15px;
	}
	.horoscope-signs .col{
		width:7.69%;
	}
	.horoscope-signs .i{
		width:55px;
		height:55px;
	}
	.horoscope-signs .t{
		font-size:1em;
	}
	.horoscope-signs .d{
		font-size:0.8em;
	}
	.horoscope-types a, .horoscope-days a{
		margin-right:20px;
		font-weight:700;
	}
	.afisha-zag .afisha-days{
		clear:none;
		margin:-3px 0 0 15px;
	}
	.afisha-zag .afisha-days + .arhiv{
		margin-top:0px;
	}
	.event-page .news-pos{
		min-height:590px;
	}
	.event-gallery .block{
		width:144px;
		height:96px;
	}
	.event-gallery-block, .event-video, .event-place, .afisha-shedule{
		margin-bottom:40px;
	}
	.event-place .place{
		font-size:1.2em;
		line-height:26px;
	}
	.event-place .map{
		height:370px;
	}
	.shedule-by-days .place{
		padding-right:20px;
		width:200px;
		flex-basis: 200px;
	}
	.afisha-shedule .block-zag .z{
		font-size:1.72em;
	}
	.not-found-event{
		margin:30px 0 0px;
	}
	.weather-today{
		padding:15px;
		margin-bottom:30px;
	}
	.weather-today .temp-now{
		padding-left:120px;
		flex-basis: 30%;
	}
	.weather-today .temp-now .temp{
		font-size: 80px;
		line-height: 80px;
	}
	.weather-today .temp-now .ico{
		width:100px;
		height:100px;
		margin-left:-120px;
	}
	.weather-today .params{
		flex-basis: 18%;
	}
	.weather-today .rows-wrap{
		flex-basis: 45%;
	}
	.forecast-row{
		display:flex;
		padding: 20px 0;
	}
	.forecast-row .day{
		flex-basis: 30%;
	}
	.forecast-row .day strong{
		font-weight:500;
	}
	.forecast-row .temp-wrap{
		flex-grow: 1;
	}
	.forecast-row .ico{
		width:50px;
		height:50px;
	}
	.company-rubric{
		margin-bottom:35px;
	}
	.company-rubric .title{
		font-size:1.375em;
	}
	.company-rubric .sub{
		margin-top:10px;
	}
	.company-map.opened, .company-add-map .inner{
		height:360px;
	}
	.company-page .company-image{
		width:200px;
		height:200px;
		margin:0 30px 30px 0;
	}
	.company-acc{
		margin-bottom:40px;
	}
	.company-acc .ui-accordion-content{
		padding:30px 0 50px;
	}
	.company-acc .ui-accordion-content:last-child{
		padding-bottom:10px;
	}
	.event-page .event-finished-div{
		padding-bottom: 0;
		height: 540px;
	}
}
@media (max-width: 1209px) {
	.visible-lg {
		display: none !important;
	}
	.main-afisha-news .n10, .main-afisha-news .n11{
		display:none;
	}
	
}
@media (min-width: 950px) and (max-width: 1209px) {
	.hidden-md {
		display: none !important;
	}
	
	.afisha-main-news .n3{
		margin-right:0px;
	}
	.company-acc .news-block:nth-child(2n){
		margin-right:0 !important;
	}
	.company-acc .news-block:nth-child(2n+1){
		clear:left;
	}
}



/* >=1280 (lg) */
@media (min-width: 1210px) {
	
	.col-lg-1{width: 8.33333333%;}
	.col-lg-2{width: 16.66666667%;}
	.col-lg-3{width: 25%;}
	.col-lg-4{width: 33.33333333%;}
	.col-lg-5{width: 41.66666667%;}
	.col-lg-6{width: 50%;}
	.col-lg-7{width: 58.33333333%;}
	.col-lg-8{width: 66.66666667%;}
	.col-lg-9{width: 75%;}
	.col-lg-10{width: 83.33333333%;}
	.col-lg-11{width: 91.66666667%;}
	.col-lg-12{width: 100%;}
	
	.visible-md {
		display: none !important;
	}
	
	.container{
		width:1210px;
	}
	.header .main{
		height:99px;
	}
	.header  .main .logo-wrap:after{
		top: 21px;
		font-size: 11px;
		padding-bottom: 2px;
		line-height: 12px;
	}
	.header .menu .col-dop{
		width:125px;
	}
	.header .menu .main-menu ul{
		padding:0 15px;
	}
	.header .menu .main-menu li{
		padding:0 15px;
	}
	.header .menu-list{
		padding-right:0px;
	}
	.header .menu-list .arr{
		display:none;
	}
	.header-black-fixed .logo .i{
		width:23px;
	}
	.header-black-fixed .logo .t{
		width:171px;
		background-position:center;
	}
	.header-black-fixed .afisha-logo .t{
		width:203px;
	}
	.header-black-fixed .menu{
		font-size:1em;
	}
	.header-black-fixed .menu li{
		margin-left:30px;
	}
	.full-menu{
		font-size:1.15em;
	}
	.full-menu li .blue{
		width:170px;
		padding-left:20px;
		font-size:1em;
	}
	.full-menu ul ul{
		margin-top:8px;
	}
	.full-menu li li{
		margin:0 0 0 18px;
		height:24px;
		line-height:24px;
	}
	.header .search-line, .header .full-menu{
		top:172px;
	}
	
	.footer .info .copy{
		width:220px;
		margin-right:80px;
	}
	.footer .info .text{
		width:730px;
	}
	
	/* .main-interesno .image{
		height:177px;
	} */
	.main-interesno .text{
		font-size:1.15em;
		line-height:23px;
	}
	/* .rec-h130{
		height:122px;
	} */
	.main-news{
		margin-bottom:40px;
	}
	.main-news .news-blocks{
		float:left;
		width:880px;
	}
	.main-news .news-block-1{
		width:546px;
		height:364px;
		margin-right:40px !important;
	}
	.main-news .news-block{
		width:253px;
		margin-right:40px !important;
	}
	.main-news .news-block .image{
		height:170px;
	}
	.rec-300x600{
		width:300px;
	}
	.main-news .n2{
		clear:none;
	}
	.main-news .n2 .stat, .main-news .n3 .stat{
		margin-bottom:0px;
		padding-bottom:0px;
		height:16px;
	}
	
	.main-news .main-3{
		float:left;
		width:586px;
	}
	.main-news .n4{
		border-top:0px;
		float:right;
	}
	.main-news .n5{
		float:right;
		clear:none;
	}
	.main-news .n6{
		float:right;
		clear:right;
	}
	.main-news .n7{
		display:none;
		clear:right;
		float:right;
	}
	.main-news .n4 .stat{
		border-bottom:1px solid #ebebeb;
	}
	.main-news .n5 .stat, .main-news .n6 .stat, .main-news .n7 .stat{
		border-bottom:1px solid #ebebeb;
	}
	.main-news .n5 .image, .main-news .n6 .image, .main-news .n7 .image{
		height:0px !important;
		margin:0px !important;
	}
	.main-news .all-news-link{
		margin:0 40px 0 0;
		clear:right;
	}
	
	.main-news.no-rec .news-blocks{
		width:100%;
	}
	.main-news.no-rec .main-4{
		float:left;
		width:887px;
	}
	.main-news.no-rec .main-3{
		float:none;
		width:auto;
	}
	.main-news.no-rec .news-block-1 .image{
		width:546px;
	}
	.main-news.no-rec .news-block-1 .text{
		width:341px;
	}
	.main-news.no-rec .news-block-1::after{
		width:546px;
	}
	.main-news.no-rec .n2, .main-news.no-rec .n3, .main-news.no-rec .n4{
		width:269px;
	}
	.main-news.no-rec .n4{
		margin-right:0px !important;
	}
	.main-news.no-rec .n4 .stat{
		border:0px;
	}
	.main-news.no-rec .n2 .image, .main-news.no-rec .n3 .image, .main-news.no-rec .n4 .image{
		height:179px;
	}
	.main-news.no-rec .n2 .stat, .main-news.no-rec .n3 .stat, .main-news.no-rec .n4 .stat{
		margin-bottom:0px;
		padding-bottom:0px;
		height:16px;
	}
	.main-news.no-rec .n5, .main-news.no-rec .n6, .main-news.no-rec .n7{
		display:block;
		float:right;
		margin-right:0px !important;
	}
	.main-news.no-rec .n5 .image{
		height:170px !important;
		margin-bottom:10px !important;
	}
	.main-news.no-rec  .all-news-link{
		margin-right:0px;
	}
	
	.main-comments, .no-rec-right .main-comments{
		width:300px;
	}
	.main-comments .block:nth-child(8), .main-comments .block:nth-child(9){
		display:block;
	}
	.main-podrobno{
		width:840px;
	}
	.main-podrobno .news-block{
		width:253px;
	}
	.main-podrobno .n1,.main-podrobno .n2{
		width:400px;
	}
	.main-podrobno .n1 .zag, .main-podrobno .n2 .zag{
		font-size:1.7em;
		line-height:30px;
	}
	.main-blogi .block .z{
		font-size:1.28em;
		line-height:24px;
	}
	.main-afisha-news, .main-afisha-events{
		width:570px;
	}
	.main-afisha-news .block .image{
		height:183px;
	}
	.main-afisha-news .n1{
		height:380px;
	}
	.main-afisha-events .block-events .block{
		width:275px;
		height:389px;
	}
	.main-afisha-events .block-events .i-horizontal .image{
		height:183px;
	}
	.main-afisha-events .block-events .text{
		top:200px;
		left:20px;
		right:20px;
	}
	.main-afisha-events .block-events .zag{
		font-size:1.28em;
		line-height:24px;
		max-height: none;
	}
	.main-afisha-events .block-movies .image{
		width:128px;
		height:183px;
	}
	.main-horoscope .block{
		font-size:1.15em;
	}
	.main-horoscope .block .i{
		width:75px;
		height:75px;
	}
	
	
	.side-left{
		width:840px;
	}
	.side-right{
		width:300px;
	}
	.side-right .main-interesno .text{
		font-size:1.15em;
	}
	.block-zag li{
		margin:0 20px 0 0;
	}
	.block-zag .btns{
		width:300px;
		margin-left:40px;
	}
	.news-list .block .zag{
		font-size:2.14em;
		line-height:36px;
	}
	.news-list .block .image{
		margin:0 40px 10px 0;
		/* height:266px; */
		width:400px;
	}
	.news-list .block .text{
		font-size:1.28em;
		margin-bottom:10px;
		line-height:26px;
		max-height:234px;
	}
	.news-list .block .tags{
		clear:none;
	}
	.news-list .block .stat{
		margin-bottom:5px;
	}
	
	.text-content{
		font-size: 1.28em;
		line-height: 26px;
	}
	
	/* news-page 1280 */
	.news-page-content-header{
		float:left;
		width:840px;
	}
	.news-page h1{
		font-size:2.85em;
	}
	.news-page .block-image-vertical{
		width:400px;
	}
	.news-page .event-image{
		width:250px;
	}
	.news-page .block-anons{
		width:300px;
		margin-right:20px;
	}

	/* --news-page */
	
	.calculate-form{
		width:840px;
	}
	table.quotes th{
		font-size:1em;
	}
	table.quotes td{
		font-size:1.1em;
	}
	.quotes-best th.grey{
		width:270px;
	}
	.horoscope-signs .i{
		width:64px;
		height:64px;
	}
	.horoscope-signs .t{
		font-size:1.1em;
	}
	.horoscope-signs .d{
		font-size:0.85em;
	}
	.horoscope-block .text{
		font-size:1.25em;
		line-height:24px;
	}
	.event-page .news-pos{
		min-height:630px;
	}
	.event-gallery .block{
		width:150px;
		height:100px;
	}
	.event-gallery-block, .event-video, .event-place, .afisha-shedule{
		margin-bottom:50px;
	}
	.shedule-by-days .place{
		padding-right:20px;
		width:230px;
		flex-basis: 230px;
	}
	.afisha-shedule .block-zag .z{
		font-size:1.85em;
	}
	.not-found-event{
		margin:80px 0 0px;
	}
	.not-found-event.kino{
		margin:70px 0 0px;
	}
	.weather-today{
		padding:15px 25px;
		margin-bottom:40px;
	}
	.weather-today .temp-now {
		padding-left: 130px;
		flex-basis: 25%;
	}
	.weather-today .temp-now .ico{
		margin-left: -130px;
	}
	.weather-today .rows-wrap{
		flex-basis: 50%;
	}
	.forecast-row .day{
		flex-basis: 35%;
		font-size:1.64em;
	}
	.forecast-row .ico{
		width:60px;
		height:60px;
	}
	.forecast-row .temp .t{
		font-size: 1.6em;
		line-height: 24px;
	}
	.company-rubric{
		margin-bottom:45px;
	}
	.company-rubric .title{
		font-size:1.4375em;
	}
	.company-rubric .sub{
		font-size:1.125em;
	}
	.company-search-line{
		margin-bottom:40px;
	}
	.company-list .block .zag a{
		font-size:1.57em;
	}
	.company-categories-list{
		margin-bottom:35px;
	}
	.company-map{
		margin:0 0 40px;
	}
	.company-map.opened .inner{
		height:500px;
	}
	.company-page .company-image{
		width:250px;
		height:250px;
		margin:0 30px 30px 0;
	}
	.company-acc .news-block:nth-child(3n){
		margin-right:0 !important;
	}
	.company-acc .news-block:nth-child(3n+1){
		clear:left;
	}
	.company-report-btn{
		margin:-20px 0 40px;
	}
}
@media (min-width: 1210px) and (max-width: 1289px) {
	.hidden-lg {
		display: none !important;
	}
}



/* >=1360 (xl) */
@media (min-width: 1290px) {
	
	.col-xl-1{width: 8.33333333%;}
	.col-xl-2{width: 16.66666667%;}
	.col-xl-3{width: 25%;}
	.col-xl-4{width: 33.33333333%;}
	.col-xl-5{width: 41.66666667%;}
	.col-xl-6{width: 50%;}
	.col-xl-7{width: 58.33333333%;}
	.col-xl-8{width: 66.66666667%;}
	.col-xl-9{width: 75%;}
	.col-xl-10{width: 83.33333333%;}
	.col-xl-11{width: 91.66666667%;}
	.col-xl-12{width: 100%;}
	
	.hidden-xl,.visible-lg {
		display: none !important;
	}
	.container{
		width:1290px;
	}
	
	.header  .main .logo-wrap:after{
		font-size: 11px;
		top:24px;
	}
	
	.footer .info .copy{
		width:220px;
		margin-right:105px;
	}
	.footer .info .text{
		width:800px;
	}
	/* .main-interesno .image{
		height:190px;
	} */
	/* .rec-h130{
		height:130px;
	} */
	.main-news .news-blocks{
		width:960px;
	}
	.main-news .main-3{
		width:640px;
	}
	.main-news .news-block-1{
		width:600px;
		height:400px;
	}
	.main-news .news-block{
		width:280px;
	}
	.main-news .news-block .image{
		height:187px;
	}
	.main-news.no-rec .main-4{
		float:left;
		width:941px;
	}
	.main-news.no-rec .news-block-1 .image{
		width:600px;
	}
	.main-news.no-rec .news-block-1 .text{
		width:341px;
	}
	.main-news.no-rec .news-block-1::after{
		width:600px;
	}
	.main-news.no-rec .n2, .main-news.no-rec .n3, .main-news.no-rec .n4{
		width:287px;
	}
	.main-news.no-rec .n2 .image, .main-news.no-rec .n3 .image, .main-news.no-rec .n4 .image{
		height:191px;
	}
	.main-news.no-rec .n5, .main-news.no-rec .n6, .main-news.no-rec .n7{
		display:block;
		width:279px;
		float:right;
		margin-right:0px !important;
	}
	.main-news.no-rec .n5 .image{
		height:186px !important;
		margin-bottom:10px !important;
	}
	.main-news.no-rec  .all-news-link{
		margin-right:0px;
	}
	.main-podrobno{
		width:920px;
	}
	.main-podrobno .news-block{
		width:280px;
	}
	.main-podrobno .n1,.main-podrobno .n2{
		width:440px;
	}
	.main-podrobno .n1 .zag, .main-podrobno .n2 .zag{
		font-size:1.7em;
		line-height:30px;
	}
	.main-afisha-news{
		width:600px;
	}
	.main-afisha-events{
		width:620px;
	}
	.main-afisha-news .block .image{
		height:193px;
	}
	.main-afisha-news .n1{
		height:400px;
	}
	.main-afisha-events .block-events .block{
		width:300px;
		height:424px;
	}
	.main-afisha-events .block-events .i-horizontal .image{
		height:200px;
	}
	.main-afisha-events .block-events .text{
		top:220px;
	}
	.main-afisha-events .block-events .zag{
		font-size:1.28em;
		line-height:24px;
	}
	.main-afisha-events .block-movies .image{
		width:140px;
		height:200px;
	}
	
	.side-left{
		width:920px;
	}
	
	/* news-page 1360 */
	.news-page-content-header{
		float:left;
		width:920px;
	}
	.news-page .block-gallery .nav{
		padding: 0 40px 0 55px;
	}
	.news-page .block-text{
		margin-left:80px;
	}
	.news-page .event-content{
		margin-left:0px;
	}
	.news-page .block-online .online-item{
		padding-left:80px;
	}
	.news-page .block-online .online-item .time{
		margin-left:-80px;
	}
	
	/* --news-page */
	
	.calculate-form{
		width:920px;
	}
	
}
@media (max-width: 1289px) {
	.visible-xl {
		display: none !important;
	}
}

@media print { 
	body, html, .wrapper{
		min-width:768px !important;
	}
	.news-page .block-image-vertical{
		float:left;
		width:250px;
		margin: 0 20px 10px 0;
	}
	.news-page .block-image-vertical .image{
		margin:0px;
	}
}







