/*
 * TABLE OF CONTENTS:
 * 1 - GENERAL CLASSES
 * 2 - HEADER
 * 3 - MENU
 * 4 - IMPORTANT NEWS
 * 5 - CONTENT
 * 6 - SLIDER
 * 7 - TABS
 * 8 - PAGINATION
 * 9 - FORMS
 * 10 - FOOTER
 * 11 - COLOR PALETTE
 * 12 - LEGACY GRID
 * 13 - MEDIA QUERIES
*/


/*====================*/
/*1 - GENERAL CLASSES */
/*====================*/

.clearfix.desktop,
.clearfix.tablet,
.clearfix.mobile {
	display: none;
}

@media only screen and (min-width: 1021px) {
	.clearfix.desktop {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
	.clearfix.tablet {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.clearfix.mobile {
		display: block;
	}
}

.custom-visible-xs,
.custom-visible-sm,
.custom-visible-md,
.custom-visible-lg {
	display: none;
}

.stroked {
	border: 1px solid #888888;
}

.to-top-button {
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: opacity 0.6s ease;
	-moz-transition: opacity 0.6s ease;
	-ms-transition: opacity 0.6s ease;
	-o-transition: opacity 0.6s ease;
	transition: opacity 0.6s ease;
}

.to-top-button.fixed {
	display: none;
}

.to-top-button:hover {
	opacity: 1;
}

.to-top-button .text {
	text-transform: uppercase;
	font-family: 'Arial';
	font-weight: 900;
	color: #c81e1e;
	font-size: 0.7em;
}

.to-top-button .fa {
	display: block;
	margin: 0 auto;
	color: #c81e1e;
	font-size: 2em;
}

.hover-visible {
	display: none;
}

.form-field {
	border: none;
	outline: none;
}

.col-brick {
	float: left;
}

.visually-hidden {
	opacity: 0;
}

.clearboth {
	clear: both;
}

.custom-tile-block-row {
	margin: 0 -6.5px;
	padding: 0;
	display: block;
}

.custom-tile-block-row:before,
.custom-tile-block-row:after {
	content: ' ';
	width: 100%;
	display: table;
	height: 0;
	clear: both;
}

a:focus,
button:focus {
	outline: none;
}

/*====================*/
/*2 - HEADER */
/*====================*/

.p-header {
	background-color: #c40000;
	color: #fff;
	overflow: hidden;
}

.p-header a {
	color: #fff;
}

.g-logo a {
	outline: none;
}

.p-header .g-logo img {
	margin: 13px 29px 17px 32px;
	max-width: 245px;
	max-height: 50px;
}

.g-info-channel,
.g-currency,
.g-dayinfo .item,
.g-currency .param,
.g-links {
	float: left;
}

.g-action-area {
	padding: 0 55px 0 0;
}

.clocks, .g-weather {
	font-size: 0.875em;
	color: #fff;
	font-family: 'Arial';
}

.g-weather .pic {
	margin-right: 1px;
}

.g-search .search-field {
	min-width: 279px;
	color: #a4a4a4;
	padding-left: 14px;
	font-family: 'Arial';
	font-size: 0.6875em;
	border: 1px solid rgba(255, 255, 255, 0.65);
	min-height: 20px;
	line-height: 13.59px;
	-webkit-appearance: none;
  	-webkit-border-radius: none;
    border-radius: 0;
}

.g-search {
	position: relative;
}

.g-search input[type="submit"] {
	display: none;
}

.g-search .init-search {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 8px;
	top: 50%;
	color: #9f9f9f;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 0.625em;
}

.g-dayinfo .clocks {
	margin: 0 23px 8px 0;
	text-transform: lowercase;
}

.g-weather {
	margin: 0;
}

.g-dayinfo .clocks,
.g-weather {
	margin-top: 19px;
}

.g-currency {
	margin: 19px 20px 0 0;
}

.g-currency,
.g-links {
	margin-bottom: 13px;
}

.g-links {
	font-size: 0.625em;
	margin-top: 18px;
}

.g-links a {
	text-decoration: none;
	padding: 0;
	border-bottom: 1px solid #fff;
}

.g-links a:hover {
	border-bottom: none;
}

.g-currency .value {
	color: #fff;
	font-size: 0.875em;
	font-family: 'Arial';
	letter-spacing: -0.3px;
}

.g-currency .param {
	position: relative;
	color: #fff;
}

.g-currency .fa {
	margin: 0 0 0 2px;
	font-size: 14px;
	-webkit-transform: scale(0.75, 1.2);
	-ms-transform: scale(0.75, 1.2);
	-moz-transform: scale(0.75, 1.2);
	-o-transform: scale(0.75, 1.2);
	transform: scale(0.75, 1.2);
}

.g-currency .fa-sort-asc {
	top: 5px;
}

.g-currency .fa-sort-desc {
	bottom: 2px;
}

.g-informer {
	margin: 0 30px 0 0;
}

.g-info-channel {
	margin: 0 17px 0 0;
}

.g-info-channel:first-child {
	margin: 0 23px 0 0;
}

.g-info-channel:last-child {
	margin-right: 0;
}

.g-info-channel img {
	margin: 0 4px 0 0;
}

.g-info-channel:hover img {
	display: none;
}

.g-info-channel:hover .hover-visible {
	display: block;
}

.g-info-channel .label {
	display: block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	font-size: 0.75em;
	line-height: inherit;
	font-weight: normal;
}

.g-info-channel:hover .label {
	color: #e7e7e8;
}

.traffic img {
	margin-top: -2px;
}

.g-info-channel a {
	line-height: 0.756875em;
}

.radio img {
	margin-top: -6px;
	margin-right: 5px;
}

.letter img {
	margin-top: -0.05em;
}

.g-socials .social-icon {
	width: 22px;
	height: 22px;
	float: left;
	margin: 0 2px;
	cursor: pointer;
}

.g-socials .social-icon a {
	display: block;
	width: 100%;
	height: 100%;
}

.socBox {
	margin-top: 15px;
}

.socBox .socBut {
	width: 25px;
	height: 25px;
	margin: 0 1px;
}

.socBox,.socBox .socBut {
	zoom: 1;
	display: inline;
	vertical-align: middle;
}

.socBox .socBut.fb {
	background: url(../images/social/facebookGray.png) repeat;
}

.socBox .socBut.vk {
	background: url(../images/social/vkontakteGray.png) repeat;
}

.socBox .socBut.tw {
	background: url(../images/social/twitterGray.png) repeat;
}

.socBox .socBut.ok {
	background: url(../images/social/odnoklassnikiGray.png) repeat;
}

.socBox .socBut.ins {
	background: url(../images/social/instagramGray.png) repeat;
}

.socBox .socBut.yt {
	background: url(../images/social/youtubeGray.png) repeat;
}

.socBox .socBut.fb:hover {
	background: url(../images/social/facebookColor.png) repeat;
}

.socBox .socBut.vk:hover {
	background: url(../images/social/vkontakteColor.png) repeat;
}

.socBox .socBut.tw:hover {
	background: url(../images/social/twitterColor.png) repeat;
}

.socBox .socBut.ok:hover {
	background: url(../images/social/odnoklassnikiColor.png) repeat;
}

.socBox .socBut.ins:hover {
	background: url(../images/social/instagramColor.png) repeat;
}

.socBox .socBut.yt:hover {
	background: url(../images/social/youtubeColor.png) repeat;
}

.g-user-socials {
	padding-top: 19px;
}

.g-user-socials.custom-hidden-sm .g-user {
	padding-left: 0;
}

.g-user {
	margin-bottom: 10px;
	padding-left: 50px;
	line-height: 0.849375em;
}

.g-user a {
	font-size: 0.6875em;
	color: #fff;
	text-decoration: none;
	padding: 0;
	line-height: inherit;
}

.g-user a:hover {
	border-bottom: none;
}

.g-socials .fb {
	background: url(../images/social-small/facebookGray.png) no-repeat;
}

.g-socials .vk {
	background: url(../images/social-small/vkontakteGray.png) no-repeat;
}
.g-socials .tw {
	background: url(../images/social-small/twitterGray.png) no-repeat;
}

.g-socials .ok {
	background: url(../images/social-small/odnoklassnikiGray.png) no-repeat;
}

.g-socials .inst {
	background: url(../images/social-small/instagramGray.png) no-repeat;
}

.g-socials .yt {
	background: url(../images/social-small/youtubeGray.png) no-repeat;
}

.g-socials .fb:hover {
	background: url(../images/social-small/facebookColor.png) no-repeat;
}

.g-socials .vk:hover {
	background: url(../images/social-small/vkontakteColor.png) no-repeat;
}

.g-socials .tw:hover {
	background: url(../images/social-small/twitterColor.png) no-repeat;
}

.g-socials .ok:hover {
	background: url(../images/social-small/odnoklassnikiColor.png) no-repeat;
}

.g-socials .inst:hover {
	background: url(../images/social-small/instagramColor.png) no-repeat;
}

.g-socials .yt:hover {
	background: url(../images/social-small/youtubeColor.png) no-repeat;
}


/*====================*/
/*3 - MENU */
/*====================*/

.p-main-menu {
	/* For older browsers */
	background: #f0edf4;
	background: -webkit-linear-gradient(top, #ffffff, #efecf3, #e3ddeb);
	background: -moz-linear-gradient(top, #ffffff, #efecf3, #e3ddeb);
	background: linear-gradient(top, #ffffff, #efecf3, #e3ddeb);
	border-bottom: 1px solid #cacaca;
}

.p-main-menu .switch-toggle .btn {
	padding: 10px 15px 9px 35px;
	line-height: inherit;
	border: none;
	border-right: 1px solid #cacaca;
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
}

.switch-toggle .btn:active {
	outline: none;
}

.switch-toggle .icon-bar {
	width: 18px;
	height: 2px;
	display: block;
	margin: 0 0 2px 0;
	background-color: #585858;
}

.switch-toggle .icon-bar:last-child {
	margin-bottom: 0;
}

.p-main-menu .g-top-links {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow-y: hidden;
}

.g-top-links .item {
	display: block;
	float: left;
	border-right: 1px solid #cacaca;
	max-height: 30px;
}

.g-top-links .item:hover,
.g-top-links .item.active {
	background: #fff;
}

.p-main-menu .switch-toggle,
.p-main-menu .g-top-links {
	float: left;
}

.g-top-links .item a {
	font-weight: bold;
	font-family: 'Arial';
	font-size: 0.875em;
	text-transform: uppercase;
	color: #585858;
	text-decoration: none;
	display: block;
	padding: 7px 29px 6px 29px;
	line-height: inherit;
	letter-spacing: 0;
	outline: none;
}

.g-top-links .item::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.g-section-submenu .items {
	padding: 0 15px;
	margin: 0;
	list-style-type: none;
}

.g-section-submenu .item {
	margin: 0 20px 0 0;
	float: left;
}

.g-section-submenu .item:last-child {
	margin: 0;
}

.g-section-submenu .item a {
	color: #939393;
	padding: 13px 0 0;
	display: block;
	font-size: 0.75em;
}

.g-section-submenu .active a,
.g-section-submenu .item:hover a {
	text-decoration: underline;
}

/*Navigation overlay*/

/*#nav-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: #E3DDEB;
	background-image: -webkit-linear-gradient(top, #ffffff, #E3DDEB);
	background-image: -moz-linear-gradient(top, #ffffff, #E3DDEB);
	background-image: -o-linear-gradient(top, #ffffff, #E3DDEB);
	background-image: -ms-linear-gradient(top, #ffffff, #E3DDEB);
	background-image: linear-gradient(top, #ffffff, #E3DDEB);
}

.overlay-search {
	background: none repeat scroll 0 0 #c40000;
    overflow-x: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
    min-width: 320px;
    z-index: 2;
}

.overlay-search-container {
	width: 1054px;
	margin: 0 auto;
}

.close-nav-overlay {
    background: #c40000;
	width: 5.7%;
	min-width: 66px;
	padding: 3px;
	border: 1px solid rgba(145, 0, 0, 0.6);
	box-shadow: 0 0 10px 0 rgba(136, 0, 0, 0.83);
	color: #ECB4B4;
}

.close-nav-overlay:focus {
	outline: 0;
}

.close-nav-overlay:active {
	box-shadow: none;
}

.close-nav-overlay .glyphicon {
	display: block;
	top: 5px;
	font-size: 2.5em;
	color: #ECB4B4;
}

.close-nav-overlay .label {
	font-size: 0.625em;
	color: #d3d3d3;
	text-transform: lowercase;
}

.nav-search-block {
	width: auto;
	float: right;
	margin-top: 5px;
	min-width: 241px;
}

.nav-search-block .title {
	font-size: 1.5em;
	color: #ededed;
	font-weight: bold;
	float: left;
}

.search-block {
	margin-top: 8px;
	border-top: 2px solid #C83939;
	float: left;
	clear: left;
}

.search-block input {
	border-radius: 0;
	border: 1px solid #E1A6A6;
	color: #605f5f;
	font-size: 0.75em;
}

.search-block div {
	float: left;
}

.dates input {
	width: 100%;
}

.search-block .label {
	color: #ededed;
	font-size: 1.125em;
	font-weight: normal;
	padding: 0;
	margin-right: 10px;
}

.search-txt,
.search-section,
.search-date,
.search-btn {
	float: left;
	margin-top: 8px;
}

.search-txt input {
	width: 240px;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
}

.search-section .label {
	float: left;
}

.search-section .sections {
	float: left;
	width: 163px;
	border: none;
}

.date-from {
	margin-right: 10px;
}

.dates .label {
	margin: 0 5px 0 0;
	float: left;
}

.search-btn .submit {
	text-align: center;
	background: #c40000;
	border: 1px solid rgba(145, 0, 0, 0.6);
	box-shadow: 0 0 10px 0 rgba(136, 0, 0, 0.83);
	font-size: 1em;
	color: #ededed;
	width: 112px;
	padding-top: 1px;
	padding-bottom: 3px;
}

.search-txt,
.search-section,
.search-date {
	margin-right: 15px;
}

.nav-menus {
	padding: 10px;
}

.nav-menus .title a {
	font-weight: bold;
	font-size: 0.8125em;
	color: #303030;
	text-transform: uppercase;
}

.nav-menus .links {
	padding: 0;
	list-style: none;
	line-height: 1.2;
}

.nav-menus .links a {
	font-size: 0.8125em;
	color: #303030;
}

.nav-menus-inner {
	width: 1054px;
	margin: 0 auto;
}

.nav-menus-inner > .title {
	font-size: 1.125em;
	font-weight: bold;
	padding: 20px 25px 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd;
}

.nav-menus-inner h3.title {
	font-size: 16px;
	margin-top: 0;
}

.nav-col {
	border-right: 1px solid #E5E0EA;
	height: 235px;
	padding-left: 30px;
	margin-bottom: 10px;
}

.nav-col:last-child {
	border: none;
}

.nav-overlay-copyright {
	margin-top: 40px;
	width: 250px;
}

.nav-overlay-copyright .links {
	padding-top: 5px;
	line-height: 1.0;
}

.nav-overlay-copyright .links a {
	color: #6b6b6b;
	font-size: 0.6875em;
	text-decoration: underline;
	display: inline-block;
}

.nav-overlay-copyright img {
	margin-right: 10px;
}

.nav-overlay-copyright .links a:hover,
.nav-overlay-copyright .links a:active {
	text-decoration: none;
}*/


/*====================*/
/*4 - IMPORTANT NEWS */
/*====================*/

.news-slider {
	margin: 0 4px;
	border: 1px solid #cacaca;
	box-shadow: 0 0 0 1px rgba(208, 208, 208, 0.3);
	overflow-y: hidden;
}

.news-slider a {
	text-decoration: none;
}

.news-slider .news-container {
	position: relative;
	padding: 1px;
}

.news-slider .news-container a {
	display: block;
}

.important-news + .g-content {
	margin-top: 15px;
}

.important-news {
	margin: 15px 0;
}

.important-news .news {
	position: relative;
	float: left;
	width: 100%;
	margin-right: -100%;
}

.important-news .news:first-child {
	z-index: 1;
}

.important-news .news.visually-hidden:first-child {
	opacity: 1;
}

.important-news .preview-text {
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 34.33%;
	line-height: 1.875em;
}

.important-news.light-billet .preview-text {
	background: rgba(255, 255, 255, 0.55);
}

.important-news .news-slider-header {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 7.5em;
}

.important-news .preview-text .title {
	text-decoration: none;
	font-size: 1.875em;
	/* line-height: inherit; */
	color: #303030;
	font-weight: bold;
	font-family: 'Arial';
	display: inline-block;
	vertical-align: middle;
	/* margin: 10px 18px; */
	/* white-space: pre-line; */
	padding: 0;
	-webkit-transition: color ease 0.3s;
	-ms-transition: color ease 0.3s;
	-moz-transition: color ease 0.3s;
	-o-transition: color ease 0.3s;
	transition: color ease 0.3s;
	margin: 0;
}

.important-news.light-billet .preview-text {
	color: #1a1a1a;
}

.important-news .preview-text .title:hover {
	color: #c40000;
}

.search-field {
	font-size: 13.17px;
	line-height: 13.59px;
}


/*====================*/
/*5 - CONTENT */
/*====================*/

.g-content {
	background: #fff;
}

.tile-list {
	margin: 0 13px;
}

.important-news + .g-content .mp {
	margin-top: 0;
}

.tile {
	overflow-y: hidden;
	padding-bottom: 15px;
	padding-left:6px;
	padding-right: 6px;
}

.tile .wrapper {
	margin-top: 1px;
	border: 1px solid #cacaca;
	overflow-y: hidden;
}

@media only screen and (min-width: 792px) {
	.tile-container:hover .tile-icons {
		visibility:hidden;
	  	opacity:0;
	  	transition: visibility 0.1s linear, opacity 0.1s linear;
	}

	.tile-container:not(:hover) .tile-icons {
		visibility: visible;
		opacity: 1;
		transition: visibility 0.1s linear, opacity 0.1s linear;
		transition-delay: 0.4s;
	}

	.tile-container:hover .tile-header {
		color: #c81e1e;
	}
}

.tile .img-responsive {
	/* We can't be 100% sure about image dimensions */

	width: 100%;
	padding: 1px;
}

.tile a {
	text-decoration: none;
}

.tile a:hover {
	text-decoration: none;
}

.tile-details {
	margin-top: 0px;
	position: relative;
	top: -73px;
}

.tile-details,
.tile-txt {
	overflow: visible;
}

.tile-txt {
	position: relative;
}

.tile-txt > div {
	margin-right: 1px;
	width: 100%;
}

.tile-date {
	width: 16.42%;
	padding-right: 0px;
}

.tile-date div {
	padding: 1em 0.1875em 0;
	height: 4.5em;
	/*background: #C81E1E;*/
	background-color: #c40000;
	margin-left: 1px;
	line-height: 1.42857em;
}

.tile-date span {
	display: block;
	text-align: center;
}

.news-time {
	color: #fff;
	/* font-weight: bold;
	font-size: 1.25em;
	text-shadow: 0 0 1px rgba(30, 30, 30, 0.6); */
}

.news-date {
	color: #fff;
	/* font-weight: normal;
	font-size: 0.75em;
	text-shadow: 0 0 1px rgba(30, 30, 30, 0.6);
	margin-top: -5%; */
}

.tile-header {
	color: #303030;
	font-weight: bold;
	font-size: 1em;
	display: block;
	padding-left: 5px;
	padding-top: 3px;
	min-height: 72px;
	margin-bottom: 0px;
	margin-right: 1px;
	margin-left: 1px;
	line-height: 1.05;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.tile-mp .tile-header {
	min-height: 0;
}

.tile-subheader {
	color: #303030;
	font-weight: bold;
	font-size: 0.75em;
	display: block;
	padding-left: 5px;
	margin-bottom: 0;
	padding-bottom: 5px;
	display: none;
	margin-right: 1px;
	margin-left: 1px;
}

.tile-header,
.tile-subheader {
	background: rgba(255, 255, 255, 0.8);
}

.tile-icons {
	height: 15px;
	width: 100%;
	position: absolute;
	top: 57px;
	right: 0;
	font-size: 10px;
	color: #808080;
}

.news-visits {
	padding: 0;
	margin: 0 0 0 5px;
	float: left;
}

.g-news-meta-info .news-visits {
	color: #a2aeb2;
	font-size: 0.75em;
}

.g-news-meta-info .news-visits .glyphicon,
.g-news-meta-info .news-visits .value {
	display: inline-block;
	vertical-align: middle;
	position: static;
	top: auto;
}

.news-comments {
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
}

.tile-shortcuts {
	position: absolute;
	top: 4%;
	right: 5%;
	visibility: visible;
	opacity: 1;
	transition: visibility 0.5s linear, opacity 0.5s linear;
}

.static-top-two .tile-shortcuts {
	right: 3%;
}

.tile-shortcuts > img:first-child {
	margin-left: 5px;
}

.is-video-icon,
.is-photo-icon,
.is-poll-icon {
	display: inline-block;
	float: right;
}

.bricks-container {
	margin-top: 15px;
	margin-bottom: 15px;
}

.bricks-container.subject-items {
	margin-top: 5px;
}

.tab-title {
	background: #ededed;
	color: #c81e1e;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Arial Black", Arial;
	border-top: 1px solid #c81e1e;
	border-right: 1px solid #c81e1e;
	border-left: 1px solid #c81e1e;
	border-bottom: none;
	text-align: center;
	margin-bottom: -1px;
	line-height: 1.42857em;
}

.tile-more-link {
	background: #c81e1e;
	text-align: center;
	width: 49%;
	float: right;
	margin-bottom: -1px;
	line-height: 1.42857em;
}

.tile-more-link a {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
	font-family: "Arial Black", Arial;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
}

.bricks-wrapper {
	background: #ededed;
	padding-top: 11px;
	border-top: 1px solid #c81e1e;
	border-right: 1px solid #c81e1e;
	border-left: 1px solid #c81e1e;
	border-bottom:  1px solid #c81e1e;
}

.bricks-wrapper.events {
	background-color: #cccccc;
}

.bricks-wrapper.danger {
	background-color: #c40000;
	padding-left: 5px;
	padding-right: 5px;
}

.bricks-wrapper > div {
	padding-bottom: 0;
}

.bricks-wrapper > .clearfix {
	padding: 0;
	display: none;
}

.brick-item {
	margin-bottom: 11px;
}

.brick-item .brick-txt .title {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    -ms-transition: color 0.1s linear;
    transition: color 0.1s linear;
}

.brick-item:hover .brick-txt .title {
    color: #000;
}

.brick-item a {
	text-decoration: none;
}

.brick-item .img-responsive {
	border: 1px solid #cecece;
}

.events .brick-item .img-responsive {
	border-color: #b2b2b2;
}

.danger .brick-item .img-responsive {
	border-color: rgba(0, 0, 0, 0);
}

.brick-txt .date {
	color: #c40000;
	font-weight: bold;
	font-size: 0.75em;
	display: block;
}

.events .brick-txt .date,
.danger .brick-txt .date {
	margin: 0 auto 3px;
}

.danger .brick-txt .date {
	color: #c3c3c3;
}

.danger .brick-txt .title {
	color: #fff;
}

.brick-txt .title {
	color: #303030;
	font-size: 0.75em;
	font-weight: bold;
	display: block;
	line-height: 1.2;
}

.g-content-inner {
	margin-left: 19px;
	margin-right: 19px;
}

.nav-justified.afisha-tabs li.odd:last-child {
	display: none !important;
}

.g-secondary-content {
	padding: 0 15px;
}

.g-secondary-content .img-responsive,
.g-primary-content .img-responsive {
	width: 100%;
}

.g-primary-content .user-pic .img-responsive {
	width: auto;
}

.g-primary-content .img-responsive {
	margin: 0 auto;
}

.g-secondary-content .g-topic-tiles-block {
	margin: 9px auto;
}



.g-secondary-content .news-item {
	position: relative;
	margin-bottom: 10px;
}

.g-secondary-content .news-item:last-child {
	margin-bottom: 0;
}

.g-secondary-content .news-item a {
	color: #fff;
	text-decoration: none;
}

.news-item a:focus {
	text-decoration: none;
}



.g-secondary-content .g-topic-tiles-block .section-header {
	font-family: "Arial Black", Arial, sans-serif;
	font-weight: 900;
	font-size: 1.25em;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 0;
	text-align: center;
	background-color: #c40000;
	background-image: -webkit-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -moz-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -o-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -ms-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: linear-gradient(top, #c40000, #b70000, #ab0000);
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
}

.g-secondary-content .g-topic-tiles-block .section-header.inverse {
	background-color: #3c6a9e;
	background-image: -webkit-linear-gradient(top, #3c6a9e, #2e598e, #21487e);
	background-image: -moz-linear-gradient(top, #3c6a9e, #2e598e, #21487e);
	background-image: -o-linear-gradient(top, #3c6a9e, #2e598e, #21487e);
	background-image: -ms-linear-gradient(top, #3c6a9e, #2e598e, #21487e);
	background-image: linear-gradient(top, #3c6a9e, #2e598e, #21487e);
}

.g-promo-banner-independent .img-responsive {
	padding-left: 20px;

	padding-right: 20px;
}

.g-primary-content .g-topic-tiles-block {
	margin: 20px auto 30px;
	padding: 0;
}

.g-primary-content .g-topic-tiles-block .news-item,
.g-primary-content .additional-materials .news-item {
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.g-primary-content .news-item {
	margin-bottom: 10px;
}

.g-primary-content .news-item p {
	padding: 0;
	margin: 0;
}

.g-primary-content .g-topic-tiles-block .news-item:hover,
.g-primary-content .additional-materials .news-item:hover {
	background-color: #ededed;
}

.g-primary-content .g-topic-tiles-block a,
.g-primary-content .g-topic-tiles-block a:active {
	text-decoration: none;
	outline: none;
}

.g-primary-content .g-topic-tiles-block .section-header {
    font-weight: 900;
    font-family: "Arial Black", Arial;
    font-size: 1em;
    color: #4b4b4b;
    padding: 6px 0;
    margin: 0 0 6px 0;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 4px solid #c40000;
    /* background-color: #c40000; */
}

.g-content .section-header {
	padding: 9px 0;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	font-size: 1.25em;
	line-height: 1em;
	font-family: Arial;
	text-align: center;
	background-color: #c40000;
	background-image: -webkit-linear-gradient(top, #c40000, #b60000, #ab0000);
	background-image: -moz-linear-gradient(top, #c40000, #b60000, #ab0000);
	background-image: -o-linear-gradient(top, #c40000, #b60000, #ab0000);
	background-image: -ms-linear-gradient(top, #c40000, #b60000, #ab0000);
	background-image: linear-gradient(top, #c40000, #b60000, #ab0000);
}

.g-primary-content .custom-tile-block-row .col-md-3 {
	padding: 6.5px;
}

.g-primary-content {
	padding: 0 15px 50px 15px;
	/* width: 72%; */
}

h1 {
	font-size: 1.875em;
	color: #000;
	font-weight: bold;
}

.txt-anons {
	font-size: 1.125em;
	color: #000;
	font-weight: bold;
}

article {
	text-align: justify;
	font-size: 14px;
}

article a {
	text-decoration: underline;
	color: #000;
}

article a:hover {
	text-decoration: none;
	color: #000;
}

.article-img {
	margin: 0 10px 10px 0;
}

.article-img figcaption {
	font-style: italic;
	font-size: 0.6875em;
	float: right;
	text-align: right;
	max-width: 300px;
}

article cite,
article blockquote.bxhtmled-quote {
	background: none repeat scroll 0 0 #ededed;
    border-left: 2px solid #900;
    clear: both;
    color: #801e1f;
    display: block;
    font-style: italic;
	margin: 0 0 10px;
    padding: 15px;
    font-size: 1em;
    font-weight: normal;
}

article blockquote.bxhtmled-quote a,
article blockquote.bxhtmled-quote a:hover,
article blockquote.bxhtmled-quote a:active {
	color: #801e1f;
}

.border-bottom {
	/* padding-top: 10px; */
	padding-bottom: 10px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
}

.g-keywords {
	font-size: 0.9375em;
	font-weight: bold;

}

.g-keywords .item-scope {
	display: block;
	float: left;
	margin-right: 5px;
}

.g-keywords a {
	color: #b02c2e;
	text-transform: uppercase;
	font-size: 0.85em;
}

.pubdate {
	font-size: 0.875em;
	float: left;
}

.pubdate time {
	color: #5d5d5d;
}

.g-social-share-icons {
	float: left;
	clear: left;
	margin-top: 5px;
}

.g-news-meta-info .print {
	color: #a2aeb2;
}

.g-news-meta-info .print:after {
	display: block;
	width: 17px;
	height: 17px;
}

.additional-materials {
	padding-top: 10px;
}

.additional-materials h3 {
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
}

.g-primary-content .txt-anons,
.g-primary-content p {
	line-height: 1.3em;
}

.g-primary-content .subject-title {
	font-weight: 900;
    font-family: "Arial Black", Arial;
    font-size: 1em;
    color: #4b4b4b;
    padding: 6px 0;
    margin: 0 0 6px 0;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 4px solid #c40000;
    display: block;
}

.g-primary-content .subject-title .comments-count {
	color: #798f95;
}

.g-primary-content .item-descr time {
	font-size: 0.75em;
	color: #7a7a7a;
	font-weight: bold;
	display: block;
	margin: 4px 0 1px;
}

.g-primary-content .item-descr p {
	font-size: 0.75em;
	color: #444;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.big-button {
	display: block;
}

.big-button a {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}

.red {
	background-image: -webkit-linear-gradient(top, #801e1f, #b02c2e) repeat scroll 0 0 #b02c2e;
	background-image: -moz-linear-gradient(top, #801e1f, #b02c2e) repeat scroll 0 0 #b02c2e;
	background-image: -o-linear-gradient(top, #801e1f, #b02c2e) repeat scroll 0 0 #b02c2e;
	background-image: -ms-linear-gradient(top, #801e1f, #b02c2e) repeat scroll 0 0 #b02c2e;
	background-image: linear-gradient(top, #801e1f, #b02c2e) repeat scroll 0 0 #b02c2e;
}

.more-button {
	padding-left: 6px;
}

.more-button a {
	border: 2px solid #c40000;
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.875em;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 8px;
	text-align: center;
	background-color: #c40000;
	/* background-image: -webkit-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -moz-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -o-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -ms-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: linear-gradient(top, #c40000, #b70000, #ab0000); */
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
}

.more-button a:hover {
	background-color: #fff;
	color: #c40000;
	/* background-image: -webkit-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: -moz-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: -ms-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: -o-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: linear-gradient(top, #ab0000, #b50000, #c40000) */;
}

/* .more-button a:hover,
.more-button a:active,
.more-button a {
	color: #fff;
	text-decoration: none;
} */

.g-related .news-item,
.related-items .news-item {
	padding: 6.5px;;
}

.g-related .news-item img,
.related-items .news-item img {
	width: 100%;
	margin-bottom: 5px;
}

.g-related,
.related-items {
	margin: 0 -6.5px;
}

.related-items .item-descr time {
	font-size: 0.75em;
	color: #7A7A7A;
	font-weight: bold;
}

.g-primary-content .g-topic-tiles-block p {
	margin-top: 7px;
}

.btn.more-button {
	width: 49%;
	border-radius: 0;
	padding: 0;
	border: none;
}

/* .btn.more-button a {
	color: #fff;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 1em;
	line-height: 1em;
	padding: 5px 0;
	font-weight: bold;
	display: block;
	outline: none;
} */

.btn.more-button:first-child {
	margin-right: 2%;
}

.dislocation {
	background-color: #EDEDED;
	padding: 6px 10px 5px;
	margin-top: 9px;
	margin-bottom: 9px;
	clear: both;
}

.section-name {
	color: #801e1f;
    float: left;
    font: bold 1em/1 "Arial";
    margin: 0 10px 0 0;
    text-transform: uppercase;
}

.custom-breadcrumb {
	font-size: 0.75em;
	float: left;
}

.custom-breadcrumb a {
	color: #000;
	text-decoration: underline;
}

.custom-breadcrumb span {
	margin: 0 2px;
}

.custom-breadcrumb a:hover {
	text-decoration: none;
}

.tile-mp {
	position: relative;
	border-bottom: 9px solid #C40000;
}

.tile-mp .txt-wrapper {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 15px 15px 0;
	overflow: hidden;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.tile-mp .txt-wrapper:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.tile-mp .txt-wrapper:hover .tile-anons {
	opacity: 1;
}

.tile-mp .date {
	color: #ededed;
	font-weight: bold;
}

.tile-mp .tile-header,
.tile-mp .tile-anons {
	color: #fff;
	font-weight: bold;
}

.tile-mp .date {
	font-size: 0.75em;
	display: block;
	float: left;
	font-weight: normal;
	text-transform: lowercase;
}

.tile-mp .tile-header {
	font-size: 1.125em;
	background: none;
	padding: 0;
}

.subjects .tile-mp .tile-header {
	font-size: 1.3em;
	background: none;
	padding: 0;
}

.tile-mp .tile-anons {
	font-size: 0.875em;
	font-weight: normal;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.tile-mp .tile-icons {
	position: static;
	width: auto;
	float: left;
	font-size: 0.6875em;
	margin: 0;
	color: #ededed;
}

.tile-mp .separator {
	padding: 0 5px 0 2px;
	font-style: normal;
}

.tile-icons .glyphicon {
	margin-right: 5px;
}

.tile-mp .tile-icons .news-comments,
.tile-mp .tile-icons .news-visits {
	background: none;
	color: #ededed;
	padding: 0;
	margin: 0 0 0 10px;
}

.tile-mp .tile-icons .news-comments {
	margin: 0;
}

.mp .tile .img-responsive,
.subjects .tile .img-responsive {
	padding: 0;
}

.mp .tile-shortcuts,
.subjects .tile-shortcuts {
	top: auto;
	right: 2%;
	bottom: 4%;
}

.dislocation  .section,
.dislocation  .section-name {
	color: #c40000;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 10px 0 0;
	display: block;
	float: left;
}

.g-section-header {
	padding-top: 15px;
}

.g-section-header .g-primary-content {
	padding: 0 5px;
}

.btn.mobrep-button {
	width: 100%;
	border-radius: 0;
	border: none;
	padding: 0;
	font-size: 1em;
	margin-top: 9px;
	margin-bottom: 9px;
}

.mobrep-button a {
	display: block;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.875em;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 0;
	text-align: center;
	background-color: #c40000;
	/* background-image: -webkit-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -moz-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -o-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: -ms-linear-gradient(top, #c40000, #b70000, #ab0000);
	background-image: linear-gradient(top, #c40000, #b70000, #ab0000); */
	margin: 0 auto;
	text-overflow: ellipsis;
	overflow-x: hidden;
	white-space: nowrap;
	border: 1px solid;
}

.mobrep-button a:hover {
	/* background-image: -webkit-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: -moz-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: -ms-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: -o-linear-gradient(top, #ab0000, #b50000, #c40000);
	background-image: linear-gradient(top, #ab0000, #b50000, #c40000); */
	background-color: #fff;
	border: 2px solid #c40000;
	color: #c40000;
	padding: 3px 0;
}

.mobrep-button a,
.mobrep-button a:hover,
.mobrep-button a:active,
.mobrep-button a:visited {
	text-decoration: none;
}


.more-link {
	color: #373737;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
	text-decoration: underline;
	margin-top: 20px;
}

.more-link:hover,
.more-link:active {
	color: #373737;
	text-decoration: none;
}

.more-link:after {
	content: " >";
}

.red-bg {
	background-color: #C40000;
}

.g-primary-content .g-topic-tiles-block.red-bg .news-item:hover {
	background-color: #c40000;
}

.custom-tile-block-row.fail {
	margin: 0;
	padding: 6.5px;
}

.custom-tile-block-row.fail .news-item {
	padding: 6.5px;
}

.custom-tile-block-row.fail .item-descr time {
	color: #c3c3c3;
}

.custom-tile-block-row.fail .item-descr p {
	color: #fff;
}

.fails-block .more {
	padding: 0 15px 10px;
}

.fails-block .more a {
	color: #fff;
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 0.875em;
	text-decoration: underline;
	margin:;
	text-transform: uppercase;
}

.fails-block .more a:after {
	content: " >";
}

.evil-root .item-descr span,
.evil-root .item-descr time {
	font-size: 0.7em;
	color: #7a7a7a;
	display: inline-block;
	font-weight: bold;
}

.evil-root .item-descr time {
	margin-left: 2px;
}

.g-primary-content .item-descr p {
	line-height: 1.1;
}

/* Datepicker (legacy styles) */

#ui-datepicker-div {}
.ui-datepicker-header {background: #f5f8f9; position: relative; padding: 12px 25px; border: 1px solid #e8eef0;}
.ui-datepicker-title {font: normal 16px/1.2 Arial; color: #444851; text-transform: uppercase; text-align: center;}
.ui-datepicker-prev, .ui-datepicker-next {display: block; width: 15px; height: 25px; position: absolute; top: 8px; z-index: 5; text-indent: -99999px;}
.ui-datepicker-prev {left: 10px; background: url(../images/icons.png) -315px -326px no-repeat;}
.ui-datepicker-next {right: 10px; background: url(../images/icons.png) -332px -326px no-repeat;}
.ui-datepicker-prev:hover { background: url(../images/icons.png) -348px -326px no-repeat;}
.ui-datepicker-next:hover { background: url(../images/icons.png) -364px -326px no-repeat;}
table.ui-datepicker-calendar {width: 100%; border-collapse: collapse;}
table.ui-datepicker-calendar th {text-align: center; vertical-align: middle; padding: 10px;}
table.ui-datepicker-calendar thead { border-left: 1px solid #bfd2d8; }
table.ui-datepicker-calendar thead tr {}
table.ui-datepicker-calendar thead th {background: #bfd2d8; color: #fff; text-transform: uppercase; border-right: 1px solid #e8eef0;}
table.ui-datepicker-calendar thead th.ui-datepicker-week-end {background: #a81d1d; border-right: 1px solid #e8eef0;}
table.ui-datepicker-calendar tbody {background: #fff; border-left: 1px solid #e8eef0; border-bottom: 1px solid #e8eef0;}
table.ui-datepicker-calendar tbody tr {}
table.ui-datepicker-calendar tbody td {font-size: 16px; border-top: 1px solid #e8eef0; border-right: 1px solid #e8eef0;}
table.ui-datepicker-calendar tbody td a, table.ui-datepicker-calendar tbody td span {text-align: center; display: block; padding: 10px; text-decoration: none; }
.ui-state-default {color: #444851;}
.ui-datepicker-calendar .ui-state-default:hover {background: #f5f8f9; color: #416684;}
.ui-datepicker-calendar .ui-state-active {cursor: default; }
.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-state-highlight.ui-state-active {background: #f5f8f9; color: #416684;}
.ui-state-highlight {background: #fafafa; color: #ffab33;}
.ui-priority-secondary {color: #e8eef0;}

/* Comments list */

.commentList h3 {
    font-size: 16px;
    font-family: "Arial Black", Arial;
    text-transform: uppercase;
    color: #4b4b4b;
    font-weight: 900;
}

.commentList h3 .grey {
	color: #4b4b4b;
}

.commentList a {
	color: #798f95;
}

.roundImg img {
    display: block;
}

.commentBox .avaBox {
	width: 40px;
	float: left;
}

.roundImg {
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
}

.commentBox .addCom, .commentBox .commentary {
	/* margin: 0 0 15px 55px; */ /* if we show userpics */
	margin: 0 0 15px 0;
	overflow: hidden;
}

.commentBox .comTxt {
	margin: 0 0 5px 0;
	background: #ededed;
	padding: 10px 15px;
}

.comTxt {
	font-size: 0.875em;
}

.author {
	display: inline-block;
	zoom: 1;
	font-size: 0.6875em;
	color: #798f95;
}

.author i {
	display: inline-block;
	zoom: 1;
	vertical-align: text-bottom;
	width: 12px;
	height: 14px;
	margin: 0 5px 0 0;
	/* background: url(../images/icons.png) -432px -299px no-repeat; */
	background: url(../images/icons/comment_user.png) no-repeat;
}

.commentBox .time {
	font-size: 0.6875em;
	color: #798f95;
}

.commentBox a.grey {
	text-decoration: none;
	float: right;
	margin: 0 0 0 10px;
	font-size: 0.75em;
	color: #798f95;
}

.commentBox .shadInp {
    margin: 0 0 10px;
}

.commentBox .addCom .Button {
    float: right;
}

.comment-error-message {
	border: 1px solid #c40000;
    padding: 7px;
    color: #c40000;
    margin-bottom: 10px;
    display: none;
    opacity: 0;
}

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

.txt-detail li {
	margin: 7px 0;
}

.txt-detail iframe {
	/* the height of the iframe is controlled by js */

	width: 100%;
}

/* Mixer */

.important-news.inverse .preview-text {
	background: rgba(0, 0, 0, 0.35);
	-webkit-transition: background ease 0.3s;
	-ms-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	-o-transition: background ease 0.3s;
	transition: background ease 0.3s;
}

.important-news.inverse .slider-container:hover .preview-text {
	background: rgba(0, 0, 0, 0.7);
}
.important-news.inverse .preview-text .title {
	color: #fff;
}

.tile-container .mixer-tile-details {
	display: table;
	height: 72px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
    position: relative;
    top: -73px;
    background: rgba(0, 0, 0, 0.35);
    border-left: 9px solid #c40000;
    padding: 3px 8px 16px;
    overflow: hidden;
    -webkit-transition: background ease 0.3s;
	-ms-transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	-o-transition: background ease 0.3s;
	transition: background ease 0.3s;
}

.mixer-tile-details .tile-txt {
	vertical-align: middle;
}

.tile-container:hover .mixer-tile-details {
	background: rgba(0, 0, 0, 0.7);
}

.mixer-tile-header {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	display: block;
}

.mixer-tile-icons {
    position: absolute;
	top: 51px;
    right: 0;
    height: 15px;
    width: 100%;
	color: #fff;
	font-size: 10px;
}

.mixer-tile-icons .news-visits {
	margin-left: 0;
	color: #ededed;
}

.g-content h3.section-header {
	font-family: Arial;
	font-weight: 900;
}

.tasty .tab-title,
.tasty .bricks-wrapper {
	background-color: #1e8000;
	border-color: #cacaca;
}

.tasty .tile-more-link {
	background-color: #1e8000;
	border: 1px solid #cacaca;
}

.tasty .tab-title {
	color: #fff;
}

.brick-item {
	margin-bottom: 11px;
}

.tasty .brick-txt .date {
	color: #d0d0d0;
}

.tasty .brick-txt .title {
	color: #fff;
}

.events .img-responsive {
	margin-bottom: 2px;
}

.events .img-label {
	position: absolute;
	top: 1px;
	right: 6px;
	width: 50%;
	text-align: center;
	font-size: 0.625em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
}

.mixer-tile-icons .glyphicon {
	margin-right: 3px;
}

.reference-list .title {
	font-size: 1.125em;
	color: #000;
	font-weight: normal;
	border-bottom: 2px solid #c40000;
	line-height: 1.3;
}

.reference-list .ref-rubr {
	display: block;
	padding: 0 10px 20px;
	margin: 0;
}

.reference-list .ref-rubr li {
	list-style: none;
	float: left;
	margin-right: 10px;
}

.reference-list .ref-rubr a {
	color: #939393;
	padding: 13px 0 0;
	display: block;
	font-size: 0.75em;
}

.rl-head {
	color: #9fb3b9;
    font-size: 0.6875em;
    text-transform: uppercase;
    padding: 0 0 10px;
    border-bottom: 1px solid #CCD5D7;
}

.ref-box {
	color: #000;
	font-size: 0.75em;
	display: block;
	padding: 10px 0;
    border-bottom: 1px solid #CCD5D7;
}

.ref-box:hover {
	color: #000;
}

.rl-head .name,
.ref-box .name {
	width: 30%;
	float: left;
	padding: 0 10px;
}

.rl-head .adress,
.ref-box .adress {
	width: 30%;
	float: left;
	padding: 0 10px;
}

.rl-head .about,
.ref-box .about {
	width: 40%;
	float: left;
	padding: 0 10px;
}

.ref-box .name .company {
	color: #000;
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 5px;
}

.reference-card .ref-info {
	border-bottom: 2px solid #c40000;
}

.reference-card h1.title {
	font-size: 1.125em;
	border-bottom: 2px solid #c40000;
	line-height: 1.3;
	padding: 0 10px;
}

.reference-card .ref-desc {
	margin-left: 300px;
	width: auto;
}

.reference-card .ref-desc dl {
	margin: 0;
}

.reference-card .ref-desc dt {
	width: 18%;
	display: inline-block;
	font-size: 0.75em;
	color: #798f95;
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 5px;
	text-align: left;
	min-width: 80px;
}

.reference-card .ref-desc dd {
	width: 75%;
	display: inline-block;
	font-size: 0.75em;
	margin-bottom: 5px;
	padding-left: 20px;
}

.ref-links-block {
	background-color: #EEF7FA;
	padding: 10px;
	margin-bottom: 10px;
}

.ref-links-block a {
	color: #1f1e1e;
    display: inline-block;
    font-size: 0.75em;
    margin: 0 15px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.ref-links-block .sup {
	background: none repeat scroll 0 0 #9e393b;
    color: #fff;
    display: inline-block;
    font: 8px/1.2 "Arial";
    margin: 0 0 0 10px;
    padding: 4px;
    position: relative;
    top: -5px;
    vertical-align: super;
}

.ref-links-block .sup span {
	border-color: transparent #9e393b #9e393b transparent;
    border-style: solid;
    border-width: 3px;
    bottom: 3px;
    left: -6px;
    position: absolute;
}

.ref-additional-info {
	font-size: 0.875em;
	border-bottom: 1px solid #CCD5D7;
	margin-bottom: 10px;
	padding: 10px 0;
}

.ref-additional-info h5 {
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px;
}

.ref-additional-info ul.custom {
	padding: 0 0 0 10px;
	margin: 0;
}

.ref-additional-info ul.custom li {
	background: url("../images/list.jpg") no-repeat scroll 5px 8px rgba(0, 0, 0, 0);
	list-style: none;
	padding: 0 0 0 30px;
}

.ref-search-block {
	margin-top: 20px;
}

.ref-search-block .header {
	font-size: 0.75em;
	font-weight: bold;
	background-color: #BFD2D8;
	padding: 10px 15px;
}

.ref-search-block .ref-search-form {
	background-color: #D6E4E8;
	padding: 10px 15px;
}

.ref-search-block .ref-search-form .txt-input-wrapper {
	margin-right: 79px;
}

.ref-search-block .ref-search-form .txt {
	width: 100%;
	height: 33px;
	border: none;
	border-radius: 0;
}

.ref-search-block .ref-search-form .btn {
	position: absolute;
	right: 30px;
	color: #fff;
	background: #B02C2E;
	background-image: -webkit-linear-gradient(to top, #801E1F, #B02C2E);
	background-image: -o-linear-gradient(to top, #801E1F, #B02C2E);
	background-image: linear-gradient(to top, #801E1F, #B02C2E);
	border: none;
	outline: none;
	border-radius: 0;
}

.ref-search-block .ref-search-form .btn:active {
	background: #B02C2E;
	background-image: -webkit-linear-gradient(to top, #B02C2E, #801E1F);
	background-image: -o-linear-gradient(to top, #B02C2E, #801E1F);
	background-image: linear-gradient(to top, #B02C2E, #801E1F);
}

.about-wrapper {
	margin-top: 10px;
}

.about-wrapper h2.title {
	background: none repeat scroll 0 0 #b02c2e;
    color: #fff;
    font: 15px/1 "Arial";
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.about-wrapper .about-box {
	margin: 10px 0;
}

.about-wrapper .about-box .img-responsive {
	width: 30%;
	min-width: 225px;
}

.about-wrapper .about-box .pull-left {
	margin-right: 10px;
}

.about-wrapper .about-box .pull-right {
	margin-left: 10px;
}

.about-wrapper .about-box {
	font-size: 0.8125em;
	text-align: justify;
}

.how-to-connect {
	margin: 0 -5px;
}

.connect,
.connect .title,
.connect .logo-wrap {
	margin-top: 20px;
}

.contact,
.connect {
	padding: 0 5px;
}

.contact .header,
.connect .header {
	background: none repeat scroll 0 0 #b02c2e;
    color: #fff;
    font-size: 0.9375em;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}

.connect .title,
.connect .loc {
	font-size: 0.875em;
	text-transform: uppercase;
	color: #000;
	display: block;
	text-align: center;
	font-weight: bold;
}

.connect .title a {
	color: #000;
	text-decoration: underline;
}

.connect .logo-wrap {
	text-align: center;
}

.contact {
	margin-bottom: 15px;
}

.contact .map {
	border: 1px solid #ff0000;
	overflow: hidden;
}

.contact .map > ymaps {
	width: 100% !important;
}

.contact .adr {
	font-size: 0.8125em;
	text-align: center;
	margin: 10px 0;
}

.contacts-wrapper p {
	font-size: 0.8125em;
	margin-top: 10px;
}

.social-wrapper-contacts {
	text-align: center;
}

.contacts-wrapper .personal {
	border-bottom: 4px solid #b7b7b7;
    border-top: 4px solid #b7b7b7;
}

.socBox.square .socBut {
    height: 32px;
    width: 32px;
    display: inline-block;
}

.socBox.square .yt {
    background: url("../images/about/social_square/youtube.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .fb {
    background: url("../images/about/social_square/facebook.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .ok {
    background: url("../images/about/social_square/odnoklassniki.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .tw {
    background: url("../images/about/social_square/twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .ins {
    background: url("../images/about/social_square/instagram.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .vk {
    background: url("../images/about/social_square/vkontakte.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .yt:hover {
    background: url("../images/about/social_square/youtube.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .fb:hover {
    background: url("../images/about/social_square/facebook.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .ok:hover {
    background: url("../images/about/social_square/odnoklassniki.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .tw:hover {
    background: url("../images/about/social_square/twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .ins:hover {
    background: url("../images/about/social_square/instagram.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.socBox.square .vk:hover {
    background: url("../images/about/social_square/vkontakte.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.g-social-share-icons.contacts {
	text-align: center;
	float: none;
}

.b-share_theme_counter .b-share__link {
	border-radius: 0 !important;
}

#feedback {
    background: none repeat scroll 0 0 #ededed;
    margin: 0 auto;
    padding: 20px 30px;
    width: 458px;
    display: table;
}

.fb-captcha .captcha-wrapper {
	float: right;
	margin: 0 0 10px 0;
}

.contacts-captcha {
	border: none;
	background: none;
	color: #2f2f2f;
	font-size: 14px;
	padding: 7px 10px;
	float: left;
	margin: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 175px;
	z-index: 1;
	background: #fff;
	border: 1px solid #dfdfdf;
	box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset;
	-webkit-box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset;
	-moz-box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset;
}

.fbfield {
	margin-bottom: 10px;
}

.fbfield input {
    border: medium none;
    height: 30px;
    padding: 0 5px;
    width: 100%;
}

.fbfield textarea {
    border: medium none;
    height: 117px;
    padding: 7px 5px;
    width: 100%;
}

#feedback > input[type="submit"] {
    background: url("") no-repeat scroll 0 0 #b02c2e;
    border: medium none;
    border-radius: 0;
    color: #fff;
    float: right;
    height: 23px;
    padding-bottom: 3px;
    width: 108px;
    margin-top: 7px;
}

.fb-captcha div:nth-child(1) {
    float: left;
}

.fb-captcha div:nth-child(2) {
    float: right;
}

.fb-captcha div:nth-child(2) input {
    border: medium none;
    height: 30px;
    padding: 0 5px;
    width: 200px;
}

.fbfield input,
.fbfield textarea,
.fb-captcha div:nth-child(2) input {
    color: #868181;
    font-size: 0.8125em;
}

#feedback p {
    clear: both;
}

#feedback .required-fields {
	float: left;
	font-size: 0.75em;
}

.img-list {
	margin-right: -5px;
	margin-left: -5px;
}

.img-list figure {
	padding: 5px;
}


/*====================*/
/*6 - SLIDER */
/*====================*/

.inactive {
	display: none;
}


/*====================*/
/*7 - TABS */
/*====================*/

.g-content-inner {
	margin-left: 19px;
	margin-right: 19px;
}

.afisha-tabs {
	background-color: #ededed;
}

.nav-justified.afisha-tabs > li > a {
	padding: 2px 15px;
}

.nav-justified.afisha-tabs > li > a,
.nav-justified.afisha-tabs > li.active > a,
.nav-justified.afisha-tabs > li.active > a:hover,
.nav-justified.afisha-tabs > li.active > a:focus {
	/* color: #000; */
	font-size: 1.0625em;
	font-weight: bold;
	white-space: nowrap;
	border: none;
	border-radius: 0;
	outline: none;
}

.nav-justified.afisha-tabs > .clearfix {
	display: none;
}

.tabs-carousel .item {
    padding: 10px 0 0;
    margin: 4px;
    color: #FFF;
    text-align: center;
}

.tabs-carousel .item img {
	width: 100%;
}

.customNavigation{
	text-align: center;
}

.customNavigation a{
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.afisha-carousel-title {
	color: #303030;
	font-size: 0.75em;
	font-weight: bold;
	display: block;
}

.afisha-carousel-desc {
	color:  #303030;
	font-size: 0.6875em;
	font-weight: normal;
	display: block;
}

.nav-tabs.afisha-tabs > li > a {
	display: block;
	padding: 0;
	margin: 0;
}

.owl-carousel {
	width: 93%;
	float: none;
	opacity: 1;
	margin: 0 auto;
}

.carousel-arrow {
	font-size: 4em;
	color: #c40000;
	cursor: pointer;
}

.customNavigation {
	width: 3%;
}

.carousel-wrapper {
	position: relative;
	background: #ededed
}

.customNavigation.left,
.customNavigation.right {
	top: 40%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	-o-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	position: absolute;
}

.customNavigation.left {
	left: 0;	
}

.customNavigation.right {
	right: 0;
}

.tab-title span {
	position: relative;
	top: 3px;
}

.tile-list.afisha {
	margin-top: 15px;
}

.tile-list.afisha .tile {
	padding: 0 7px 15px;
}

.tile-list.afisha .img-responsive {
	padding: 0;
}

.tile-list.afisha .header {
	color: #000;
	font-size: 0.875em;
	font-weight: bold;
	margin-top: 3px;
}

.tile-list.afisha .date,
.tile-list.afisha .place,
.tile-list.afisha .genre {
	color: #303030;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 3px;
}

.afisha-search-block {
	padding-top: 15px;
}

.afisha-search {
	margin: 0 20px;
	padding: 0 10px 8px;
	background-color: #ededed;
	border: 1px solid #FF0404;
}

.search-block.afisha {
	border: none;
	margin: 0;
}

.search-block.afisha input {
	border: none;
	height: 23px;
	padding-left: 3px;
	padding-right: 3px;
	width: 68px;
}

.search-block.afisha .label {
	color: #000;
	font-size: 0.875em;
}

.afisha .search-txt .label {
	font-weight: bold;
}

.afisha .search-txt input {
	width: 240px;
}

.afisha .search-section input {
	width: 194px;
}

.afisha .search-btn .submit {
	width: 83px;
	box-shadow: none;
	height: 23px;
	padding-bottom: 3px;
}

.afisha .search-txt > .label,
.afisha .search-date > .label,
.afisha .search-section > .label {
	margin-top: 5px;
}

.more-button {
	margin: 20px 0;
}

.afisha-show-more {
	color: #2b2b2b;
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	border: 1px solid #c40000;
	height: 34px;
	width: 344px;
}

.p-wrapper {
	padding-top: 13px;
}

.g-topic-tiles-block .item-descr {
	width: 100%;
}

.g-topic-tiles-block.afisha .item-descr {
	padding-top: 5px;
}

.g-topic-tiles-block.afisha .item-descr > span {
	line-height: 1.1;
}

.g-topic-tiles-block.afisha .event {
	font-size: 1.125em;
	font-weight: bold;
	display: block;
}

.g-topic-tiles-block.afisha .date {
	font-size: 0.875em;
	font-weight: normal;
	display: block;
}

.g-topic-tiles-block.afisha .place {
	font-size: 0.875em;
	font-weight: normal;
	display: block;
}

.event-info {
	margin-left: 280px;
}

.event-info dt {
	width: 18%;
	display: inline-block;
	font-size: 0.75em;
	color: #798f95;
	font-weight: normal;
	vertical-align: top;
	margin-bottom: 5px;
	text-align: left;
	min-width: 80px;
}

.event-info dd {
	width: 75%;
	display: inline-block;
	font-size: 0.75em;
	margin-bottom: 5px;
	padding-left: 20px;
}

.event-desc {
	/* font-size: 0.8125em; */
}

.event-info .event-desc {
	font-size: 0.75em;
}

.afisha-gal {
	margin-left: -6px;
	margin-right: -6px;
}

.afisha-gal .title,
.afisha-video .title {
	padding: 6px;
	color: #c40000;
	font-size: 0.875em;
	font-weight: bold;
}

.afisha-gal .item {
	padding: 6px;
}

.afisha-video {
	margin-bottom: 10px;
}

.afisha-video .video-wrapper {
	position: relative;
    /* padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0; */
    overflow: hidden;
}

.afisha-video .video-wrapper iframe, 
.afisha-video .video-wrapper object, 
.afisha-video .video-wrapper embed {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.afisha-aditional.see-also a {
	text-decoration: none;
}

.afisha-aditional.see-also a div {
	text-align: none;
}

.afisha-aditional.see-also {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 10px;
}

.afisha-aditional.see-also .item {
	padding: 5px;
}

.afisha-aditional.see-also .title {
	font-weight: 900;
    font-family: "Arial Black", Arial;
    font-size: 1em;
    color: #4b4b4b;
    padding: 6px 0;
    margin: 0 0 6px 0;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 4px solid #c40000;
}

.afisha-aditional.see-also .item .header {
	font-size: 0.8125em;
	font-weight: bold;
	color: #000;
	line-height: 1;
	margin-top: 3px;
}

.afisha-aditional.see-also .item .date,
.afisha-aditional.see-also .place,
.afisha-aditional.see-also .genre {
	font-size: 0.75em;
	font-weight: normal;
	color: #454545;
	line-height: 1;
	margin-top: 3px;
}

.green-bg {
	background-color: #4E7C25;
}

.g-topic-tiles-block.green-bg .news-item:hover {
	background-color: #4E7C25;
}


/*====================*/
/*8 - PAGINATION */
/*====================*/

.pagination-container {
	text-align: center;
}

.pagination-container .items {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	font-size: 0;
	margin: 5px 0 20px;
}

.pagination-container .pointer {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 1.125em;
	line-height: 1em;
}

.pagination-container .pointer .label {
	font-size: 1em;
	padding: 0;
	border-radius: 0;
}

.pagination-container .direction .pointer {
	font-size: 0.75em;
}

.pagination-container .items .item {
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.pagination-container .items .item:last-child {
	margin: 0;
}

.pagination-container .items .pointer {
	color: #989898;
	text-decoration: none;
	display: block;
	padding: 3px 4px 3px;
}

.pagination-container .items .pointer:hover {
	background-color: #989898;
	color: #fff;
}

.pagination-container .direction .pointer {
	padding: 6px 14px;
}

.pagination-container .direction .pointer:hover {
	background-color: #807e7e;
}

.pagination-container .direction .pointer,
.pagination-container .active .pointer {
	color: #fff;
	background-color: #989898;
}


/*====================*/
/*9 - FORMS */
/*====================*/

/* Legacy styles with nasty id's in the selectors */

/* Modal */
#authorization, #registration, #recoveryPass, #reclamation, #information, .anyMessage, #teleInfo {display: none;}
.fixBg {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 9999; display: none; background: rgba(38, 45, 57, 0.8); background: url(../images/bg-mod.png) 0 0 repeat\0/;}
.fixBg.popup-form { overflow-y: auto ;}
.WindBg {background: #bfd2d8; width: 440px; position: absolute; left: 50%; top: 50%; }
#authorization .WindBg {min-height: 340px; margin: -170px 0 0 -220px; }
#registration .WindBg {min-height: 500px; margin: -250px 0 0 -220px; }
#recoveryPass .WindBg {min-height: 260px; margin: -130px 0 0 -220px; }
#teleInfo .WindBg {width: 800px; margin: -300px 0 0 -400px;}
.windCont {padding: 0px 25px 10px;}
.cls {width: 16px; height: 13px; background: url(../images/icons.png) -92px -285px no-repeat; position: absolute; top: 10px; right: 10px; cursor: pointer;}
.cls:hover {background: url(../images/icons.png) -92px -309px no-repeat;}
.windCont h2 {text-align: center; margin-top: 7px;}
.windCont .lineTitle {font: italic 12px/1.3 'Arial'; color: #5a7075; border-bottom: 1px solid #dde5e8; margin: 10px 0 20px 0; background: none;}
.windCont .lineTitle span {background: none;}
.windCont .socBox {text-align: center; display: block;}
.windCont .socBox .socBut {margin: 0 10px; float: left;}
.socBox .wrap {display: inline-block;}
.authForm {text-align: center;}
.authForm h2 {font-size: 1.5em;}
.authForm label {display: block; text-align: left; color: #5a7075;}
.authForm .whInp {margin: 0 0 15px 0;}
.authForm .checkBox {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin: 0 20px 20px 20px; float: left;}
.authForm a.grey {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; font-size: 12px; margin: 0 10px 20px 10px; float: left; text-decoration: underline; line-height: 1.3;}
.authForm a:hover {color: #798F95;}
.authForm .Button {margin: 0 0 5px 0; width: 100%;}

#reclamation .WindBg {border: 20px solid #ce1e1e; width: 470px; margin: -260px 0 0 -235px; min-height: 500px; }
#reclamation .cls { top: -15px; right: -15px; background: url(../images/icons.png) -448px -320px no-repeat;}
.reclaForm > label, .reclaForm .captcha {display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 110px; color: #5a7075; }
.authForm .captcha {margin-bottom: 15px;}
.reclaForm .whInp {display: inline-block; zoom: 1; *display: inline; vertical-align: top; width: 250px; margin: 0 0 15px 0;}
.reclaForm .Button {margin: 0 0 0 110px;}
.reclaForm .radioBox {margin: -15px 0 25px 135px; color: #5a7075;}

.infoBg {width: 680px; min-height: 360px; background: #fff; position: absolute; left: 50%; top: 50%; margin: -180px 0 0 -340px; border-top: 8px solid #9d393a;}
.icCont {padding: 20px;}
.icTitle {font: normal 24px/1.3 'Arial'; margin: 0 0 10px 0;}
.icCont .type {font-size: 12px; margin: 0 0 10px 0;}
.icCont .type span {color: #4367a1;}
.icCont .adr {margin: 0 0 5px 0;}
.icCont .adr a {border-bottom: 1px dotted #0b67a1; color: #0b67a1; text-decoration: none;}
.icCont .phone {font: normal 15px/1.3 'Arial'; margin: 0 0 3px 0;}
.icCont .site {margin: 0 0 5px 0;}
.icCont .site a {font: normal 14px/1.2 'Arial'; color: #0b67a1; text-decoration: none; }
.icCont .schedule {margin: 0 0 10px 0;}
.icCont .other {margin: 0 0 10px 0;}
.icCont .email a {font: normal 14px/1.2 'Arial'; color: #0b67a1; text-decoration: none;}
.icCont .faswarning {font: 13px; color: #5a7075;}

.messBg {background: #bfd2d8; width: 440px; padding: 40px 30px; position: absolute; left: 50%; top: 50%; margin: -130px 0 0 -220px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font: normal 18px/1.2 'Arial'; text-align: center;}
.messBg a {color: #50666c; font: normal 12px/1.3 'Arial'; }
.messBg .loadImg {margin: 0 0 10px 0;}

/* Forms */
textarea {resize:none;}
fieldset {border: none;}

.whInp {position: relative; background: #fff; }
.whInp input, .whInp textarea {border: none; background: none; width: 100%; color: #5a7075; padding: 7px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; font-size: 13px;}

.date-from .whInp input,
.date-till .whInp input {
	width: 68px;
}

.dateBox .date-from .whInp,
.dateBox .date-till .whInp {
	width: auto;
}

.likeBox {
	margin-bottom: 10px;
}

.shadInp {position: relative; background: #fff; border: 1px solid #dfdfdf; -webkit-box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset; -moz-box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset; box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset;}
.shadInp input {border: none; background: none; width: 100%; color: #2f2f2f; font-size: 14px; padding: 7px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1;}
.shadInp textarea {border: none; background: none; width: 100%; color: #2f2f2f; padding: 7px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; font-size: 14px;}

.hideRadio, .hideCheck {display: none;}
.radioBox, .checkBox {display: block; vertical-align: middle; margin: 0 0 15px 20px;}
.radioBox label, .checkBox label {cursor: pointer; }
label span {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; width: 15px; height: 12px; margin: 0 5px 0 -20px;}

.rdLabel span { background: url(../images/radioButtonIcon.png) -13px 0px no-repeat; }
.hideRadio:checked + .rdLabel span { background: url(../images/radioButtonIcon.png) 1px 0px no-repeat;}

.checkBox label {color: #5a7075; font-size: 12px; font-weight: normal; }
.cbLabel span {background: url(../images/icons.png) -488px -320px no-repeat; }
.hideCheck:checked + .cbLabel span { background: url(../images/icons.png) -471px -320px no-repeat;}

.dateBox .whInp {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; width: 98px; margin: 0 15px 0 0; z-index: 9998}
.dateBox .whInp input {z-index: 9999; cursor: pointer; padding: 2px;}
.piker {width: 13px; height: 10px; position: absolute; top: 9px; right: 10px; background: url(../images/icons.png) -448px -300px no-repeat; z-index: 1;}

.tabCheck {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; }
.tabCheck label {padding: 8px 12px; display: block; transform: skew(-30deg); -webkit-transform: skew(-30deg); -moz-transform: skew(-30deg); -o-transform: skew(-30deg); color: #5a7075; font: italic 11px/1.2 'Arial';}
.tabCheck label div { transform: skew(30deg); -webkit-transform: skew(30deg); -moz-transform: skew(30deg); -o-transform: skew(30deg);}
.tabCheck .hideRadio:checked + label {background: rgba(255, 255, 255, 0.4); background: url(../images/bg03.png) 0 0 repeat\0/;}

.tabCheck.orange label {padding: 6px 8px; font: normal 12px/1.2 'Trebuchet MS';}
.tabCheck.orange .hideRadio:checked + label {background: #ffab33; color: #000;}

.checkImg {display: inline-block; zoom: 1; *display: inline; vertical-align: bottom; cursor: pointer;}
.checkImg label {display: block; font-size: 12px; color: #5a7075; text-align: center;}
.checkImg label div {width: 85px; height: 33px; margin: 0 0 5px 0;}
.checkImg.sedan label div {background: url(../images/icons.png) 3px -202px no-repeat;}
.checkImg.sedan .hideCheck:checked + label div {background: url(../images/icons.png) 3px -240px no-repeat;}
.checkImg.hatchback label div {background: url(../images/icons.png) -85px -202px no-repeat;}
.checkImg.hatchback .hideCheck:checked + label div {background: url(../images/icons.png) -85px -240px no-repeat;}
.checkImg.coupe label div {background: url(../images/icons.png) -170px -202px no-repeat;}
.checkImg.coupe .hideCheck:checked + label div {background: url(../images/icons.png) -170px -240px no-repeat;}
.checkImg.wagon label div {background: url(../images/icons.png) -255px -202px no-repeat;}
.checkImg.wagon .hideCheck:checked + label div {background: url(../images/icons.png) -255px -240px no-repeat;}
.checkImg.suv label div {background: url(../images/icons.png) -348px -202px no-repeat;}
.checkImg.suv .hideCheck:checked + label div {background: url(../images/icons.png) -348px -240px no-repeat;}

/* Buttons */
.Button {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; text-align: center;}
.Button a, a.Button, .Button input {font: bold 12px/1.0 'Arial'; text-decoration: none; color: #fff; text-transform: lowercase;}
.Button a {display: block;}
.Button input {border: none; background: none; cursor: pointer; vertical-align: baseline; text-transform: uppercase;}
.Button.vote input {text-transform: lowercase; height: 18px; padding-bottom: 2px; width: 108px;}

.addAds, .addButton {min-height: 27px;}
.hintDisabledWrap {margin-bottom: 10px;}
.addAds a.Button, .addButton a.Button {display: block; text-transform: uppercase; height: 16px; padding-top: 6px; line-height: normal;}


/*====================*/
/*10 - FOOTER */
/*====================*/
/*
.p-footer {
	border-top: 6px solid #989898;
	border-bottom: 8px solid #989898;
	background-color: #c40000;
	padding-left: 20px;
	padding-right: 20px;
}

.p-footer .links {
	padding: 0;
	margin: 0;
}

.p-footer .copyright {
	border-right: 2px solid #9a9090;
	position: relative;
}

.p-footer .copyright:after {
	position: absolute;
	content: '';
	right: -2px;
	top: 0;
	width: 2px;
	height: 17px;
	background: #c40000;
}

.p-footer .copyright .links {
	margin: 25px auto 35px;
	line-height: 0.8125em;
}

.p-footer .copyright .notify-text {
	line-height: 0.8125em;
}

.p-footer .copyright p {
	font-family: 'Arial';
	color: #fff;
	font-size: 0.6875em;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

.p-footer .links li {
	list-style-type: none;
}

.p-footer .links a {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 0.68em;
	color: #e4e4e4;
	font-family: 'Arial';
	padding-bottom: 0;
	border-bottom: 1px solid #e4e4e4;
}

.p-footer .links a:hover {
	border-bottom: none;
}

.p-footer .tiny {
	padding-top: 22px;
	padding-right: 25px;
}

.p-footer .tiny:last-child {
	padding-right: 0;
}

.p-footer .tiny .title {
	font-size: inherit;
	color: #fff;
	padding: 0;
	margin: 0 0 6px 0;
}

.p-footer .tiny:last-child .title {
	margin-right: 0;
}

.p-footer .tiny a {
	font-size: 0.75em;
	color: #fff;
	font-family: 'Arial';
	text-transform: none;
	display: block;
	border-bottom: none;
	padding-bottom: 6px;
}

.p-footer .title a {
	font-size: 0.750625em;
	font-weight: 700;
	font-family: 'Arial';
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.p-footer .tiny li:last-child a {
	padding-bottom: 0;
}

.p-footer .tiny a:first-letter {
	text-transform: uppercase;
}

.p-footer .copyright {
	padding-right: 43px;
	width: 346px;
	margin-right: 12px;
	padding-bottom: 30px;
}

.p-footer .g-socials {
	padding-bottom: 7px;
	position: relative;
	display: inline-block;
	margin: 0 0 7px 97px;
}

.p-footer .yt:hover {
	background: url(../images/social-small/youtubeGray.png) no-repeat;
}

.p-footer .fb:hover {
	background: url(../images/social-small/facebookGray.png) no-repeat;
}

.p-footer .ok:hover {
	background: url(../images/social-small/odnoklassnikiGray.png) no-repeat;
}

.p-footer .tw:hover {
	background: url(../images/social-small/twitterGray.png) no-repeat;
}

.p-footer .inst:hover {
	background: url(../images/social-small/instagramGray.png) no-repeat;
}

.p-footer .vk:hover {
	background: url(../images/social-small/vkontakteGray.png) no-repeat;
}

.p-footer .g-socials .social-icon {
	margin: 0 1.5px;
}

.p-footer .copyright .logo {
	margin: 22px 31px 18px 71px;
}

.p-footer .logo img {
	width: 100%;
}

.p-footer .author {
	float: left;
	font-size: 0.74625em;
	color: #fff;
	font-family: 'Arial';
	text-align: center;
	margin-right: 0;
	margin-left: 97px;
}

.p-footer .legal {
	color: #fff;
	font-size: 0.626875em;
	font-family: 'Arial';
	float: right;
	margin-right: 3px;
	margin-left: 0;
}

.p-footer .author,
.p-footer .legal {
	margin-top: 7px;
	margin-bottom: 7px;
}*/


/*====================*/
/*11 - COLOR PALETTE */
/*====================*/

/* Buttons Color */
.addAds a.Button,
.Button.redBut,
.Button.blueBut {background: #B02C2E; background-image: -webkit-linear-gradient(to top, #801E1F, #B02C2E); background-image: -o-linear-gradient(to top, #801E1F, #B02C2E); background-image: linear-gradient(to top, #801E1F, #B02C2E);}
.addAds a.Button:hover,
.Button.redBut:hover,
.Button.blueBut:hover {
	background-color: #fff;
	background-image: none;
}

.Button.blueBut:hover input,
.Button.redBut:hover input {
	color: #c40000;
}

.Button.redBut.vote {background: #B02C2E;}
.Button.redBut.vote:hover {background: #ce1e1e;}

.Button.blueBut {padding:5px; outline: none;}
.Button.blueBut input {width: 100%; height: 20px; }
@media only screen and (min-width: 793px) and (max-width: 1020px) {
	.commentBox .addCom .Button {
		float: left;
	}
}

@media only screen and (max-width: 630px) {
	.comment_captcha,
	.contacts-captcha {
		width: 100%;
	}
	.commentBox .addCom .Button {
		float: left;
		clear: both;
		width: 100%;
	}
}
.Button.blueBut:active { background: #ce1e1e; /*border-left: 1px solid #398096; border-right: 1px solid #398096; border-top: 4px solid #398096; border-bottom: none;*/}
.Button.blueBut:active a, a.Button.blueBut:active, .Button.blueBut:active input {color: #fff;}
.Button.blueBut span {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; padding: 1px 4px 0px 4px; background: #fff; color: #62aec4; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -khtml-border-radius: 50%; line-height: normal;}
.Button.blueBut:hover span {color: #74d1ec;}
.Button.blueBut:active span {background: #275c6c; color: #4796ad;}

.Button.blueBut div {display: inline-block; zoom: 1; *display: inline; vertical-align: middle; margin: 0 5px 0 0;}
.Button.blueBut div.enterIco {width: 16px; height: 13px; background: url(../images/icons.png) -444px -437px no-repeat;}
.Button.blueBut div.favorIco {width: 14px; height: 13px; background: url(../images/icons.png) -446px -419px no-repeat;}
.Button.blueBut div.unfavorIco {width: 17px; height: 16px; background: url(../images/icons.png) -465px -418px no-repeat;}
.Button.blueBut div.messIco {width: 13px; height: 13px; background: url(../images/icons.png) -465px -436px no-repeat;}

.Button.greyBut { background: #f6fdff; border-left: 1px solid #c4d7dd; border-right: 1px solid #c4d7dd; border-bottom: 4px solid #c4d7dd;}
.Button.greyBut a, a.Button.greyBut, .Button.greyBut input {color: #80959b;}
.Button.greyBut:hover {background: #cfe4eb; border-left: 1px solid #a4c2cc; border-right: 1px solid #a4c2cc; border-bottom: 4px solid #a4c2cc;}
.Button.greyBut:active { background: #aecbd4; border-left: 1px solid #a4c2cc; border-right: 1px solid #a4c2cc; border-top: 4px solid #a4c2cc; border-bottom: none;}

#voting-form-box .Button.redBut {height: 18px; width: 108px; padding:0;}
#mobrep_add_form_form a.Button.redBut {font-size: 12px; text-transform: uppercase; padding: 5px 10px; display: block; line-height: inherit;}
.Button.redBut {padding:5px;}
.searchBlock form div.Button.redBut {height: 16px; padding: 7px 15px;}
.Button.grayBut {background: #DDE3E4; margin-left: -5px; width: 108px; height: 18px;}
.Button.grayBut span {/* display: block; margin-top: -1px; */}
.Button.grayBut:hover {background: #ededed;}
.Button.redBut:active {/*background: #692222; border-left: 1px solid #521b1b; border-right: 1px solid #521b1b; border-top: 4px solid #521b1b; border-bottom: none;*/}
.Button.redBut:active a, a.Button.redBut:active, .Button.redBut:active input {color: #fff;}

.Button.yellowBut { background: #ffab33; border-left: 1px solid #c78528; border-right: 1px solid #c78528; border-bottom: 4px solid #c78528;}
.Button.yellowBut a, a.Button.yellowBut, .Button.yellowBut input {color: #fff;}
.Button.yellowBut:hover {background: #ffba58; border-left: 1px solid #d29846; border-right: 1px solid #d29846; border-bottom: 4px solid #d29846;}
.Button.yellowBut:active { background: #fd9f18; border-left: 1px solid #c77c13; border-right: 1px solid #c77c13; border-top: 4px solid #c77c13; border-bottom: none;}

.greyTitle {color: #b02c2e; font: bold 12px/1.0 'Arial'; margin: 0 0 5px 0;}
.greyTitle a {color: #a3b4b8; text-decoration: none;}
.afishaAnons .greyTitle a {color: #454545; font: bold 14px/1 'Arial';}
.coralTitle {color: #d8230b; font: normal 16px/1.3 'Arial'; margin: 0 0 10px 0; text-transform: uppercase;}
.redTitle {font: normal 18px/1.3 'Arial'; color: #991706; position: relative; margin: 0 0 10px 0; text-decoration: none;}
.emTitle {font: italic 18px/1.0 'Arial'; margin: 0 0 10px 0;}


/*====================*/
/*12 - LEGACY GRID */
/*====================*/

/* Grid */
#wraper {width: 100%; min-height:100%; min-width: 1200px; margin: 0 0 -195px 0; background: #ededed /*url(../images/ptmain.jpg) 0 0 repeat*/; position: relative; overflow: hidden;}
#branding, #liveBox { display: none;}
#page {width: 1000px; margin: 0 auto 201px;  position: relative; z-index: 7; box-shadow: 0 0 10px rgba(0,0,0,0.5); background: #fff;}
#fixBox {width: 200px; height: 100%; position: fixed; top: 0; margin: 0 0 0 -200px; z-index: 10;}
#topPanel {background: #d7e5e8; padding: 0 30px 0 20px;}
#content {min-height: 400px; background: #fff; padding: 10px 0 10px 0;}
#bottom {height: 130px; background: #000;}

.commentBox  .spacer {height: 0; clear: both;}
.line {height: 1px; clear: both; background: #ccd5d7;}

.mainCol {width: 743px; float: left; padding: 0 5px 0 16px;}
.sideCol {width: 215px; float: right; margin: 0 16px 0 5px;}
.middleCol {width: 470px; float: left;}
.narrowCol {width: 215px; float: left; margin: 0 0 0 35px;}
.halfCol {width: 455px; float: left; margin: 0;}

.flRight {float: right; margin: 0 5px 0 0;}
.flLeft {float: left; margin: 0 0 0 30px;}
.filtrMobRep {margin-bottom: 10px !important;}

.H1 { font:normal 30px/1.0 'Arial'; margin: 0 0 20px 0;}
.H2 {font:normal 24px/1.0 'Arial'; margin: 0 0 15px 0;}
.H3 {font:normal 20px/1.0 'Arial'; margin: 0 0 15px 0; text-transform: uppercase;}
.H3 small { font: normal 14px/1.3 'Arial'; text-transform: none; display: block;}
.h3 {font:normal 20px/1.0 'Arial'; margin: 0 0 15px 0;}
.lineTitle { color: #fff; font: normal 15px/1.0 'Arial'; text-transform: uppercase; text-align: center;background: #B02C2E; padding: 5px 0; margin: 0;}
.lineTitle span, .lineTitle span a {position: relative; color: #fff;}
.lineTitle h2, .lineTitle h2 a {position: relative; color: #fff; font: normal 15px/1.0 'Arial'; text-transform: uppercase; margin: 0; text-decoration: none;}
.lineTitle.row2 { margin: 25px 0 40px 0;}
.lineTitle.row2 span {display: inline-block; zoom: 1; *display: inline; margin: 0 30px; top: -25px;}

.greyTitle, .red-title {color: #b02c2e; font: bold 12px/1.0 'Arial'; margin: 10px 0 5px 0;}
.greyTitle a, .red-title a {color: #a3b4b8; text-decoration: none;}
.afishaAnons .greyTitle a {color: #454545; font: bold 14px/1 'Arial';}
.coralTitle {color: #d8230b; font: normal 16px/1.3 'Arial'; margin: 0 0 10px 0; text-transform: uppercase;}
.redTitle {font: normal 18px/1.3 'Arial'; color: #991706; position: relative; margin: 0 0 10px 0; text-decoration: none;}
.emTitle {font: italic 18px/1.0 'Arial'; margin: 0 0 10px 0;}

.bg01 {background: #E6E9E9;}
.bg02 {background: #E6E9E9;}
.bg03 {background: #E6E9E9;}
.bg04 {background: #eef7fa;}
.bg05 {background: #c8dce1; background: rgba(200, 220, 225, 0.8);}
.bg06 {background: #d6e4e8; background: rgba(214, 228, 232, 0.8);}
.bg07 {background: #e3eef1; background: rgba(227, 238, 241, 0.8);}
.bg08 {background: #eef7fa; background: rgba(238, 247, 250, 0.8);}
.blueBg {background: #eef7fa;}
.pinkBg {background: #ffdddd;}

.black {color: #000;}
.blue {color: #6e94aa;}
.gray {color: #5d5d5d;}
.grey {color: #798f95;}


/*====================*/
/*13 - MEDIA QUERIES */
/*====================*/

@media only screen and (max-width: 1200px), only screen and (min-width: 1200px) {
	.bricks-wrapper .col-md-2,
	.bricks-wrapper .col-lg-2 {
		width: 20%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 1260px) {
	.to-top-button {
		position: static;
		margin: 0 auto 15px;
	}
}

@media only screen and (max-width: 1200px) {
	.g-search .search-field {
		min-width: 247px;
	}

	.p-header .g-logo img {
		margin-right: 14px;
	}

	.g-dayinfo .clocks {
		margin-right: 34px;
	}

	.g-action-area {
		padding-right: 20px;
	}

	.g-weather .pic {
		margin-right: 5px;
	}

	.g-currency {
		margin-right: 17px;
	}

	.g-informer {
		margin-right: 20px;
	}

	.p-footer .tiny {
		margin-right: 0px;
		padding-right: 23px;
	}

	.p-footer .tiny a {
		font-size: 0.68em;
	}

	.important-news .preview-text .title {
		font-size: 1.575em;
	}

	.afisha .search-txt input {
		width: 186px;
	}

	.afisha .search-section input {
		width: 140px;
	}
}

@media only screen and (min-width: 1021px) and (max-width: 1200px) {
	.g-secondary-content .g-topic-tiles-block .section-header {
		font-size: 1em;
	}
}

@media only screen and (min-width: 1020px) and (max-width: 1200px) {
	.tile-header {
		font-size: 0.9em;
	}
}

@media only screen and (min-width: 1070px) {
	.custom-col-lg-2 {
		width: 16.6666%;
		float: left;
	}
}

@media only screen and (min-width: 1020px) {
	.custom-visible-lg {
		display: block;
	}
}

@media only screen and (min-width: 480px) {
	.afisha-aditional .col-one-fifth:nth-child(5n + 1) {
		clear: left;
	}
}

@media only screen and (max-width: 479px) {
	.afisha-aditional .custom-col-sm-6:nth-child(2n + 1),
	.afisha-aditional .custom-col-xs-6:nth-child(2n + 1) {
		clear: left;
	}
}

@media only screen and (min-width: 992px) {
	.g-secondary-content.col-md-3 {
		width: 28%;
	}

	.g-primary-content.col-md-9 {
		width: 72%;
	}

	.g-topic-tiles-block .col-md-3:nth-child(4n + 1) {
		clear: left;
	}

	.g-topic-tiles-block .col-md-3:first-child {
		clear: none;
	}

	.related-items .col-lg-4:nth-child(4),
	.related-items .col-lg-4:nth-child(9),
	.related-items .col-lg-4:nth-child(13),
	.related-items .col-md-4:nth-child(4),
	.related-items .col-md-4:nth-child(9),
	.related-items .col-md-4:nth-child(13) {
		clear: left;
	}

	.tile-list.afisha .col-lg-2:nth-child(6n + 1),
	.tile-list.afisha .col-md-2:nth-child(6n + 1) {
		/*clear: left;*/
	}

	.tile-list.afisha .col-lg-2:first-child,
	.tile-list.afisha .col-md-2:first-child {
		/*clear: none;*/
	}

	.tile-list.afisha .custom-hidden-sm {
		/*display: block;*/
	}
}

@media only screen and (min-width: 993px) {
	.md-clear-left {
		clear: left;
	}
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
	.sm-clear-left {
		clear: left;
	}
}

@media only screen and (max-width: 479px) {
	.xs-clear-left {
		clear: left;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1020px) {
	.tile-mp .tile-header,
	.subjects .tile-mp .tile-header {
		font-size: 0.75em;
		margin-top: 5px;
	}

	.important-news .preview-text .title {
		font-size: 1.2em;
		line-height: 1.2;
		margin-top: -25px;
	}

	.tile-header {
		font-size: 0.8em;
	}

	.tile-subheader {
		font-size: 0.7em;
		line-height: 1;
	}

	.tile-mp .date,
	.tile-mp .tile-icons {
		font-size: 0.6em;
	}

	.tile-mp .separator {
		padding: 0 5px;
	}

	.tile-mp .tile-anons {
		margin-top: 5px;
		font-size: 0.6em;
		line-height: 1.1;
	}

	.mixer-tile-header {
		font-size: 0.75em;
	}
}

@media only screen and (max-width: 792px) {
	.g-section-submenu {
		display: none;
	}
	
	.custom-visible-md {
		display: none;
	}

	.search-page {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 793px) {
	.custom-visible-md {
		display: block;	
	}
}

@media only screen and (min-width: 792px) and (max-width: 991px) {
	.important-news .preview-text .title {
		margin-top: 50px;
	}
}

@media only screen and (min-width: 793px) and (max-width: 1020px) {
	.custom-visible-sm {
		display: block;
	}
}

@media only screen and (min-width: 792px) and (max-width: 1020px) {
	.btn.mobrep-button a {
		font-size: 0.7em;
	}
}

@media only screen and (min-width: 792px) {
	/* .custom-visible-md {
		display: block;
	} */

	.g-secondary-content.col-md-3 {
		width: 30%;
		float: left;
	}

	.g-primary-content.col-sm-9 {
		width: 70%;
	}
}

@media only screen and (max-width: 792px) {
	.mediatype.print {
		display: none;
	}
}

@media only screen and (min-width: 480px) {
	.afisha-aditional .col-one-fifth {
		width: 20%;
		float: left;
	}
}

@media only screen and (max-width: 1070px) {
	.nav-search-block .search-date {
		clear: left;
	}

	.nav-search-block .search-section {
		margin-right: 0;
	}

	.close-nav-overlay {
		width: 10.7%;
	}

	.overlay-search-container {
	/*.nav-menus-inner {*/
		width: 615px;
	}

	.custom-col-md-3 {
		width: 25%;
		float: left;
	}

	.nav-col {
		padding-left: 15px;
	}

	/*.nav-col:nth-child(5) {
		border-right: none;
	}*/
}

@media only screen and (max-width: 1020px) {
	.g-primary-content.custom-col-md-12 {
		width: 100%;
	}

	.g-primary-content {
		padding: 0 15px;
	}

	.g-search .search-field {
		min-width: 203px;
	}

	.custom-hidden-sm {
		display: none;	
	}

	.p-header .g-user {
		margin-top: 19px;
		padding-left: 0;
	}

	.g-currency.euro {
		margin-right: 39px;
	}

	.g-informer {
		margin-right: 0;
	}

	.p-footer .tiny {
		display: none;
	}

	.p-footer .copyright {
		float: none;
		margin: 0 auto;
		padding: 0;
		border: none;
		text-align: center;
		width: 100%;
	}

	.p-footer .copyright .logo {
		margin: 22px auto;
	}

	.p-footer .copyright img {
		width: 60%;
		padding-right: 15px;
		padding-left: 15px;
	}

	.p-footer .copyright .links {
		margin-right: auto;
		margin-left: auto;
	}

	.p-footer .author,
	.p-footer .legal {
		display: block;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.p-footer .legal {
		text-align: center;
	}

	.p-footer .g-socials {
		margin-right: auto;
		margin-left: auto;
	}

	/* .important-news .preview-text .title {
		font-size: 0.85em;
	} */

	.g-primary-content .btn.more-button {
		width: 100%;
		margin: 0 auto;
	}

	.g-primary-content .btn.more-button:first-child {
		margin: 0.5em auto;
	}

	.g-primary-content .btn.more-button a {
		padding: 0.7em 0;
	}

	.g-redactor-top .col-sm-4 {
		width: 33.3333%;
		padding: 0 7px;
	}

	.g-secondary-content .item-descr .preview-text {
		font-size: 0.7em;
		line-height: 1.2em;
	}

	.g-secondary-content .g-topic-tiles-block .section-header {
		font-size: 0.85em;
	}

	.afisha .search-date {
		clear: left;
	}

	.afisha .search-section {
		margin-right: 0;
	}

	.afisha .search-section input {
		width: 230px;
	}

	.afisha .search-txt input {
		width: 276px;
	}
}

@media only screen and (max-width: 992px) {
	.bricks-wrapper .col-sm-4 {
		width: 33.3333%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.nav-justified.afisha-tabs > li > a,
	.nav-justified.afisha-tabs > li.active > a,
	.nav-justified.afisha-tabs > li.active > a:hover,
	.nav-justified.afisha-tabs > li.active > a:focus {
		font-size: 0.75em;
	}

	.nav-justified.afisha-tabs > .clearfix {
		display: none;
	}

	.nav-justified.afisha-tabs > li > a,
	.nav-justified.afisha-tabs > li.active > a,
	.nav-justified.afisha-tabs > li.active > a:hover,
	.nav-justified.afisha-tabs > li.active > a:focus {
		font-size: 0.75em;
	}

	.nav-justified.afisha-tabs > .clearfix {
		display: none;
	}

	.nav-justified.afisha-tabs > .clearfix {
		display: none;
	}

	.bricks-wrapper > .clearfix.sm {
		display: block;
	}

	.bricks-wrapper > .clearfix.xs {
		display: none;
	}

	.nav-justified.afisha-tabs > li > a,
	.nav-justified.afisha-tabs > li.active > a,
	.nav-justified.afisha-tabs > li.active > a:hover,
	.nav-justified.afisha-tabs > li.active > a:focus {
		font-size: 0.75em;
	}

	/* .important-news .preview-text .title {
		font-size: 1.85em;
	} */

	.important-news .preview-text {
		line-height: 2.8em;
	}
}

@media only screen and (max-width: 991px) {
	.g-topic-tiles-block .col-xs-6:nth-child(2n + 1),
	.g-topic-tiles-block .col-sm-6:nth-child(2n + 1),
	.related-items .col-sm-6:nth-child(2n + 1),
	.related-items .col-xs-6:nth-child(2n + 1) {
		clear: left;
	}

	.related-items .col-sm-6:first-child,
	.related-items .col-xs-6:first-child,
	.g-topic-tiles-block .col-xs-6:first-child,
	.g-topic-tiles-block .col-sm-6:first-child {
		clear: none;
	}

	.important-news .preview-text .title {
		font-size: 1.85em;
	}
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
	.tile-list .tile.col-sm-6:nth-child(9) {
		display: none;
	}
}

@media only screen and (max-width: 992px) and (min-width: 480px) {
	.custom-col-sm-3 {
		width: 25%;
		float: left;
	}
}

@media only screen and (max-width: 992px) and (min-width: 479px) {
	.tile-list.afisha .custom-col-sm-3:nth-child(5),
	.tile-list.afisha .custom-col-sm-3:nth-child(9),
	.tile-list.afisha .custom-col-sm-3:nth-child(13),
	.tile-list.afisha .custom-col-sm-3:nth-child(17),
	.tile-list.afisha .custom-col-sm-3:nth-child(21),
	.tile-list.afisha .custom-col-sm-3:nth-child(25) {
		clear: left;
	}

	.tile-list.afisha .custom-hidden-sm {
		display: none;
	}
}

@media only screen and (max-width: 792px) {
	.custom-hidden-xs {
		display: none;
	}

	.g-primary-content.custom-col-sm-12 {
		width: 100%;
	}

	.g-primary-content {
		padding: 0 15px;
	}
	
	.g-logo,
	.g-search {
		float: none;
	}

	.p-header {
		border-bottom: 6px solid #cacaca;
	}

	.p-header .g-logo {
		box-sizing: border-box;
		font-size: 0;

		/* For Safari */
		display: table;
		width: 100%;
	}

	.container .row:first-child {
		margin: 0;
	}

	.p-header .g-logo img {
		margin: 9px 0 10px 0;
		max-width: 100%;
		max-height: none;
		width: 65%;
		padding: 0 17px 0 19px;
		border-right: 2px solid #fcc6c6;
		position: relative;
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
	}

	.p-header .g-logo .g-user {
		display: inline-block;
		vertical-align: middle;
		font-size: 50px;
		margin: 0;
		padding: 0;
		width: 35%;
	}

	.p-header .g-logo .glyphicon {
		height: 100%;
		vertical-align: middle;
		font-size: inherit;
		color: #ededed;
		top: -2px;
	}

	.p-header .g-logo .pull-left:first-child a {
		margin-right: 30%;
	}

	.p-header .g-logo .pull-left:last-child a {
		margin-right: 19px;
	}

	.p-header .g-logo .g-user a {
		font-size: 7vw;
	}

	.p-header .g-logo .pull-left:first-child {
		width: 67%;
	}

	.p-header .g-logo .pull-left:last-child {
		width: 33%;
	}

	.g-action-area {
		float: none;
		padding: 0;
		margin: 0;
	}

	.g-search {
		padding: 0;
		margin: 0 18px 12px 19px;
	}

	.g-search form {
		line-height: 0.8325em;
		-webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.65);
		-ms-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.65);
		-moz-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.65);
		-o-box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.65);
		box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.65);
	}

	.g-search .search-field {
		min-width: 100%;
		min-height: 25px;
		color: #636363;
		font-size: 0.845625em;
	    line-height: 1.5em;
	}

	.g-search .fa-search {
		font-size: 1.4em;
	}

	.custom-visible-xs {
		display: block;
	}

	.p-main-menu .g-user {
		line-height: 0.84875em;
		margin: 0;
		padding: 0;
		float: left;
	}

	.p-main-menu .g-user a,
	.p-main-menu .g-user .separator {
		color: #585858;
		font-size: 1em;
		font-weight: bold;
		padding-top: 14px;
	}

	.p-main-menu .g-user a:first-child {
		margin-left: 14px;
	}

	.p-main-menu .g-user a:first-child:after {
		top: 16px;
		right: -8px;
	}

	.g-redactor-top .col-xs-6 {
		width: 50%;
		padding: 0 7px;
	}

	.g-redactor-top .hidden-xs {
		display: none;
	}

	h1 {
		font-size: 1.25em;
	}
}

@media only screen and (max-width: 792px) and (min-width: 769px) {
	.container .row:first-child {
		margin: 0 -15px;
	}
}

@media only screen and (max-width: 769px) {
	.ref-search-block .ref-search-form .btn {
		right: 22px;
	}
}

@media only screen and (max-width: 768px) {
	.bricks-wrapper .col-sm-4 {
		width: 33.3333%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.bricks-wrapper .col-xs-6 {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.tile-more-link a {
		font-size: 0.6666em;
	}

	.tab-title {
		font-size: 0.8em;
		line-height: 1.65em;
	}

	.customNavigation {
		display: none;
	}

	.tile-more-link {
		line-height: 1.2em;
	}

	.bricks-wrapper > .clearfix.sm {
		display: none;
	}

	.bricks-wrapper > .clearfix.xs {
		display: block;
	}

	.nav-tabs.afisha-tabs > li {
		display: block;
		width: 50%;
		float: left;
		font-size: 1.3em;
		padding: 5px 0;
	}

	.nav-tabs.afisha-tabs > .odd {
		padding-right:5px;
	}

	.nav-tabs.afisha-tabs > .even {
		padding-left:5px;
	}

	.nav-justified.afisha-tabs > .clearfix {
		display: block;
	}

	.tile-date {
		width: 3.5em;
	}

	/* .g-social-share-icons {
		 float: right;
	} */

	.g-section-submenu .item a {
		font-size: 0.6875em;
		line-height: 0.4545em;
	}

	.g-primary-content {
		padding: 0 7px;
	}

	.afisha-wrapper .nav-tabs li:last-child {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.afisha .search-section {
		clear: left;
	}

	.afisha .search-txt input {
		width: 169px;
	}

	.important-news {
		display: none;
	}
}

@media only screen and (min-width: 640px) {
	.nav-col.xs-custom-menu {
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	.nav-col {
		display: none;
	}
	
	.nav-col.xs-custom-menu {
		display: block;
		margin-top: 10px;
		width:100%;
	}

	.close-nav-overlay {
		margin-right: 5px;
		position: absolute;
		left: 4px;
	}

	.overlay-search {
		padding: 4px;
	}

	.search-section,
	.search-date {
		display: none;
	}

	.overlay-search-container {
		width: auto;
		padding-left: 74px;
	}

	.search-txt {
		margin-right: 0;
	}

	.search-btn {
		clear: left;
	}

	.search-block,
	.search-txt,
	.search-txt input {
		width: 100%;
	}

	.nav-menus-inner {
		width: 100%;
	}

	.nav-search-block {
		width: 100%;
	}

	.nav-menus-inner > .title {
		font-size: 1.5em;
	}

	.custom-col-sm-12 {
		width: 100%;
		float: left;
	}

	.nav-col {
		border-right: none;
		height: auto;
		margin-bottom: 0;
	}

	.nav-menus .title {
		display: none;
	}

	.nav-menus .title a,
	.nav-menus .links a  {
		font-size: 1.25em;
	}

	.nav-col .col-brick {
		float: none;
		margin-bottom: 30px;
	}

	.nav-menus .links {
		padding-left: 30px;
	}

	.nav-menus .links {
	    font-size: 1.3em;
	    line-height: 1.7;
	    list-style: outside none none;
	}

	.nav-menus .links > li {
		border-bottom: 1px solid #c4c4c4;
	}

	.nav-menus .links a {
		display: block;
	}

	.nav-menus .links a:hover,
	.nav-menus .links a:focus,
	.nav-menus .links a:active {
		color: #c40000;
		text-decoration: none;
		background-color: #e6e6e6;
	}

	.nav-overlay-copyright {
		display: none;
	}

	.afisha .search-txt {
		width: 100%;
		padding-left: 114px;
	}

	.afisha .search-txt .label {
		position: absolute;
		left: 15px;
	}

	.afisha .search-txt input {
		width: 100%;
	}
}

@media only screen and (max-width: 340px) {
	.nav-menus .title a,
	.nav-menus .links a  {
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 625px) {
	.important-news .preview-text .title {
		font-size: 1.45em;
	}

	.important-news .preview-text {
		font-size: inherit;
		line-height: 1.8em;
	}
}

@media only screen and (max-width: 580px) {
	.important-news .preview-text .title {
		font-size: 1.25em;
	}
}

@media only screen and (max-width: 480px) {
	#feedback {
		width: 100%;
	}

	.fb-captcha div:nth-child(2) input {
		width: 75px;
	}
}

@media only screen and (max-width: 479px) {
	.tile-list.afisha .custom-col-xs-6:nth-child(2n + 1) {
		/*clear: left;*/
	}

	.tile-list.afisha .custom-col-xs-6:first-child {
		/*clear: none;*/
	}

	.custom-col-xs-6 {
		width: 50%;
		float: left;
	}

	.afisha-aditional .custom-col-sm-6,
	.afisha-aditional .custom-col-xs-6 {
		width: 50%;
		float: left;
	}
}

@media only screen and (max-width: 466px) {
	/* Portrait orietation edge */

	.article-img figcaption {
		max-width: 100%;
	}

	.important-news .preview-text .title {
		font-size: 1.15em;
		margin-top: -25px;
	}

	.g-redactor-top {
		display: none;
	}

	.g-redactor-top .custom-hidden {
		display: none;
	}

	.g-redactor-top .item-descr p {
		font-size: 0.65em;
	}

	.g-redactor-top .custom-xs-12 {
		width: 100%;
	}

	.tile-more-link a {
		font-size: 0.5em;
	}

	.tab-title {
		font-size: 0.6em;
		line-height: 2.5em;
	}

	.important-news .preview-text {
		font-size: inherit;
		line-height: 1em;
	}

	.article-img {
		float: none;
		margin: 0 0 10px;
		width: 100%;
		clear: both;
	}

	.article-img .img-responsive {
		width: 100%;
	}

	.reference-card .ref-desc {
		margin-left: 0;
	}

	.event-info {
		margin-left: 0;
	}
}

@media only screen and (max-width: 460px) {
	.fixBg .WindBg {
		width: 100%;
	}

	.authForm h2 {
		font-size: 1.4em;
	}

	.windCont {
		padding: 0px 10px 10px;
	}

	.authForm .checkBox,
	.authForm a.grey {
		margin: 0 auto;
		float: none;
		display: inline-block;
		font-size: 0.8125em;
	}

	.authForm a.grey {
		display: block;
		margin: 0 auto 8px;
	}

	.authForm .Button.blueBut {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 448px) {
	.pagination-container .items {
		display: block;
	}

	.pagination-container .items .item {
		font-size: 12px;
		margin-right: 2%;
	}

	.pagination-container .direction .pointer {
		padding: 6px 12px;
	}
}

@media only screen and (max-width: 320px) {
	.overlay-search-container {
		width: 320px;
	}
}

.article-end-img figcaption {
	color: #70808a;
    font-size: 11px;
    font-style: italic;
    text-align: right;
    margin-top: 5px;
}

.seansScaleBox {
	background: #e3eef1;
	padding: 15px 0 0 0;
	margin: 0;
}

.seansScaleBox h4 {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	margin: 0 0 15px 15px;
}

.seansScaleBox .dateBox {
	display: inline-block;
    margin: 0 0 15px 15px;
    vertical-align: middle;
    width: 300px;
}

.dateBox .whInp input {
	z-index: 9999;
	cursor: pointer;
}

.piker {
	width: 13px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: 10px;
	background: url(../images/icons.png) -448px -300px no-repeat;
	z-index: 1;
}

.scaleContainer {
	position: relative;
	padding: 15px;
	background: #f9fbfc;
	display: none;
}

#time, #time2 {
	display: none;
}

.timeLabel {
	cursor: pointer;
	transform: skew(-30deg);
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	margin: 0 0 15px 0;
}

.scaleBox {
	background: url(../images/scale.png) center top no-repeat;
	height: 28px;
	padding: 7px 0 0 0;
}

.tLabel, .timeLabel {
	display: inline-block;
	zoom: 1;
	float: left;
	font-size: 12px;
	padding: 5px 10px;
}

.tLabel {
	margin: 0 20px 15px 0;
}

.seansScaleBox .dateBox > span {
	font-size: 12px;
}

.seansResult {
	background: none repeat scroll 0 0 #e3eef1;
    margin: 0 0 30px;
    padding: 15px;
}

table.timeTable {
	border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

table.timeTable tr td {
	padding: 15px 0 10px 0;
	vertical-align: top;
}

.cinemaTitle {
	color: #5a7075;
	font: normal 12px/1.2 'Arial';
	text-decoration: none;
}

table.timeTable .time {
	color: #5a7075;
	font: normal 12px/1.2 'Arial';
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	margin: 0 15px 10px 15px;
	position: relative;
}

table.timeTable .time .ddd {
	width: 20px;
	padding: 3px 3px 2px 3px;
	font: normal 11px/1.0 'pf_beausans_pro_semiboldRg';
	background: #ed9b26;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: -2px;
	right: -22px;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	-khtml-border-radius: 0 2px 2px 0;
}

.cinema {
	width: 160px;
}

.features h3.section-header {
	margin: 0 0 10px 0;
	color: #fff;
	font: normal 15px/1.0 'Arial';
	text-transform: uppercase;
	text-align: center;
	background: #B02C2E;
	padding: 5px 0;
}

.features .info {
	text-align: justify;
	font-size: 0.8125em;
	margin: 0 0 10px 0;
}

.features .odd img {
	float: left;
	margin-right: 10px;
}

.features .even img {
	 float: right;
	 margin-left: 10px;
}

/*====================*/
/* ??? - MOBREP       */
/*====================*/

.addrep {
	background: #d6e4e8;
}

.addrep .darkBg:first-child {
	margin: 0 0 20px 0;
	font: normal 12px/1.3 'Arial';
	text-transform: uppercase;
}

.addrep .darkBg {
	background: #bfd2d8;
	padding: 10px 20px;
}

.addrep .labelBox {
	width: 110px;
	margin: 0 0 0 20px;
	float: left;
}

.addrep .labelBox label {
	font: normal 12px/1.0 'Arial';
	color: #5a7075;
}

sup.red {
	color: #983435;
}

.addrep .inputBox {
	margin: 0 20px 20px 140px;
}

.whInp {
	position: relative;
	background: #fff;
}

.whInp input, .whInp textarea {
	border: none;
	background: none;
	width: 100%;
	color: #5a7075;
	padding: 7px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	font-size: 13px;
}

.inputBox .grey {
	font: normal 12px/1.5 'Arial';
}

.bx-yandex-search-form, .bx-yandex-search-results, .bx-yandex-search-map {
	margin-bottom: 10px;
}

div.bx-yandex-search-layout div.bx-yandex-search-results {
	margin: 0 10px 0 0;
}

.bx-yandex-search-form, .bx-yandex-search-results, .bx-yandex-search-map {
	margin-bottom: 10px;
}

.addrep .Button {
	float: right;
	margin: 0 0 0 10px;
}

.spacer {
	height: 0;
	clear: both;
}

.addrep .labelBox {
	width: 110px;
	margin: 0 0 0 20px;
	float: left;
}

.addrep .inputBox.forFiles {
	font-size: 12px;
}

.loadFile {
	width: 130px;
	height: 80px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
	overflow: hidden;
	border: 4px solid #c4d7dd;
	background: #f6fdff;
}

.loadFile .ico, .addLoader .ico, .addPhoto .ico {
	width: 43px;
	height: 43px;
	position: absolute;
	left: 40px;
	top: 15px;
	background: url(../images/icons.png) -230px -380px no-repeat;
	cursor: pointer;
}

.loadFile input {
	width: 100%;
	height: 110px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	cursor: pointer;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.addLoader, .addPhoto {
	width: 138px;
	height: 88px;
	float: left;
	margin: 0 20px 20px 0;
	position: relative;
}

.addrep .darkBg:first-child {
	margin: 0 0 20px 0;
	font: normal 12px/1.3 'Arial';
	text-transform: uppercase;
}

.addrep h3 {
	margin: 0 20px 20px 20px;
}

@media only screen and (max-width: 792px) {
	.inputBox.map {
		clear: left;
		margin-left: 20px;
	}
}

/*====================*/
/* ? - CURRENCY LIST  */
/*====================*/

.curencyList {
	margin: 0 30px 30px 30px;
}

table.topCurTalbe {
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0 0 30px 0;
	font: normal 30px/1.0 'Arial';
	font-size: 1.875em;
	border-collapse: collapse;
}

table.topCurTalbe td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.topCurTalbe td {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.topCurTalbe td.up {
	color: #78b36a;
}

table.topCurTalbe td.down {
	color: #cc5353;
}

table.topCurTalbe td.up, table.topCurTalbe td.down {
	font: normal 18px/1.0 'Arial';
}

table.curTalbe {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	table-layout: fixed;
}

table.curTalbe thead {
	font: normal 18px/1.0 'Arial';
	border-right: 1px solid #ddd;
}

table.curTalbe thead tr th:first-child {
	text-align: left;
	border-left: 1px solid #ddd;
	width: 40%;
}

table.curTalbe thead th {
	font: normal 20px/1.0 'Arial';
	padding: 10px 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #e3ecee;
	text-align: center;
}

table.curTalbe thead td {
	text-align: center;
	padding: 5px;
	color: #5a7075;
	font: italic 11px/1.0 'Arial';
	background: #e3ecee;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #cdd8dc;
}

table.curTalbe tbody tr td:first-child {
	text-align: left;
}

table.curTalbe tbody tr td {
	font: normal 16px/1.2 'Arial';
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: center;
}

/*====================*/
/* ? - SEARCH PAGE    */
/*====================*/
.search-page a {
	color: #000;
}

.searchBlock {
background: #d6e4e8 url(../img/bg01.jpg) 0 0 repeat-x;
margin: 0 0 30px;
padding: 10px 0 0 15px;
}

.searchBlock button, 
.searchBlock input, 
.searchBlock select, 
.searchBlock textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}

.searchBlock form > div, .searchBlock > div {
display: inline-block;
zoom: 1;
vertical-align: middle;
margin: 0 15px 20px 0;
}

.searchBlock form > div.whInp, .searchBlock > div.whInp {
width: 354px;
}

.searchBlock form > div, .searchBlock > div {
display: inline-block;
zoom: 1;
vertical-align: middle;
margin: 0 15px 20px 0;
}

.whInp {
position: relative;
background: #fff;
}

.searchBlock .grSelect {
width: 250px;
}

.Button.redBut {
height: 30px;
/* width: 75px; */
float: right;
}

.Button.redBut {
padding: 5px;
}

.addAds a.Button, .Button.redBut, .Button.blueBut {
	background-color: #c40000;
	border: 2px solid #c40000;
	background-image: none;
}

.resultList .results, .resultList .anonsBox {
	margin: 0 0 10px;
	padding: 0 0 15px;
}

.resultList .results, .resultList .anonsBox {
	margin: 0 0 10px;
	padding: 0 0 15px;
}

.anonsBox {
	border-bottom: 1px solid #ccd5d7;
	padding: 5px 10px;
	margin: 0;
	position: relative;
}

.anonsBox .resLink {
	font: bold 13px/1.3 'Arial';
text-decoration: none;
}

.resultList .anonsBox .text {
	display: block;
}

.anonsBox .text {
	text-decoration: none;
font: normal 12px/1.3 'Arial';
}

/*=============*/
/* ? - Banners */
/*=============*/

.promo-container-right-col,
.promo-container-header-top {
	width: 100%;
	height: auto;
}

.promo-container-header-top.mobile,
.promo-container-header-top.tablet {
	padding: 0 15px;
}

.promo-container-right-col {
	margin-top: 9px;
}

.promo-container-primary-content {
	margin-bottom: 30px;
}

.promo-container-right-col img,
.promo-container-header-top img,
.promo-container-primary-content img {
	max-width: 100%;
	height: auto;
}

.container {
	position: relative;
}

.brand-left {
	position: fixed;
	margin-left: -470px;
}

@media only screen and (max-width: 1200px) { .brand-left { margin-left: -465px; } }

.brand-right {
	position: fixed;
}

@media only screen and (min-width: 793px) {  .brand-right { margin-left: 768px; } }
@media only screen and (min-width: 1021px) { .brand-right { margin-left: 992px; } }
@media only screen and (min-width: 1201px) { .brand-right { margin-left: 1208px; } }

.promo-1,
.promo-2.main,
.promo-3.main,
.promo-4.main {
	/* margin: 0 15px; */
}

.promo-1 iframe,
.promo-2.main iframe,
.promo-3.main iframe,
.promo-4.main iframe {
	width: 100% !important;
}

.promo-1 img,
.promo-2.main img,
.promo-3.main img,
.promo-4.main img {
	width: 100%;
	max-width: 100% !important;
	height: auto;
}

.promo-wrapper.inner {
	padding: 0 15px;
	padding-top: 10px;
}

@media only screen and (max-width: 768px) {
	.promo-1,
	.promo-2.main,
	.promo-3.main,
	.promo-4.main {
		/* margin: 0 7px; */
		margin: 0;
	}

	.promo-wrapper.inner {
	    padding: 0 7px;
	}
}

.promo-1 img {
	margin-top: 15px;
}

.promo-2 img,
.promo-3 img,
.promo-4 img {
	margin-bottom: 15px;
}

/*=================*/
/* ? - TV Programm */
/*=================*/
.tv-programm {
	font-size: 0.75em;
	color: #585858;
}

.tv-programm a {
	color: #585858;
	text-decoration: underline;
}

.channel-box {
	padding: 15px;
}

.channel-box > div {
	padding-bottom: 15px;
}

.tv-programm .event {
	clear: left;
	margin-bottom: 5px;
}

.now.event .time-cell {
	display: block;
	position: absolute;
}

.now.event .title-cell {
	display: block;
	float: left;
	max-width: 100%;
	padding-left: 35px;
}

.event .time-cell {
	display: block;
	position: absolute;
}

.event .title-cell {
	display: block;
	float: left;
	max-width: 100%;
	padding-left: 35px;
}

.channel-name {
	line-height: 30px;
    margin: 10px 0;
}

.channel-name a {
	font-size: 0.75em;
	font-weight: bold;
	color: #585858;
	text-decoration: underline;
}

.channel-logo {
	max-height: 30px;
	max-width: 40px;
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}

.other-days > div {
	display: inline-block;
}

.other-days {
	text-transform: uppercase;
	text-decoration: underline;
}

.day-box {
	text-align: center;
	padding: 0 5px;
	font-size: 1em;
	color: #585858;
}

.day-box a {
	padding: 0 2px;
	font-size: 1em;
	color: #585858;
	text-decoration: underline;
}

.day-box .date {
	text-decoration: none;
	font-size: 0.7em;
}

.channel-box-underline {
	clear: both;
	height: 1px;
	color: #c40000;
}

@media only screen and (min-width: 768px) {
	/* .tv-programm .col-sm-3:nth-child(4n+1) {
		clear: left;
	} */
	.channel-box-underline.custom-xs-visibility {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	/* .tv-programm .col-xs-6:nth-child(2n+1) {
		clear: left;
	} */
	.channel-box-underline.custom-sm-visibility {
		display: none;
	}
}

.about-policy-wrapper,
.mobrep-rules-wrapper {
	text-align: justify;
	font-size: 0.875em;
	line-height: 1.3;
}

.about-policy-wrapper a,
.mobrep-rules-wrapper a {
	color: #000;
	text-decoration: underline;
}

.about-policy-wrapper h2,
.mobrep-rules-wrapper h2 {
	font-size: 1em;
	font-weight: bold;
}

.jxLoader {
	background-image: url(../images/loader.gif);
	width: 50px;
	height: 50px;
	position: relative;
	top: 12px;
	left: 36px;
	display: none;
}

.mobrep-rules {
	float: left;
}

input,
textarea {
	outline: none;
}

/*=====================*/
/* ? - PROMO ARTICLES  */
/*=====================*/

/* replaced to promo_articles_line_block template styles */

/*=======================*/
/* ? - PAGE SEARCH FORM  */
/*=======================*/

.search-field > div {
	display: inline-block;
    margin: 0 15px 20px 0;
    vertical-align: middle;	
}

.search-page {
	padding: 0 5px;
}

.search-page .grSelect {
	width: 165px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 793px) {
	.search-field > div.whInp { width: 290px; }
}

@media only screen and (min-width: 1021px) {
	.search-field > div.whInp { width: 510px; }
}

@media only screen and (min-width: 1201px) {
	.search-field > div.whInp { width: 540px; }
}

@media only screen and (max-width: 792px) {
	.searchBlock > .search-field {
		padding-left: 100px;
		padding-right: 10px;
		width: 100%;
		clear: right;
		margin-bottom: 0px;
	}

	.search-field .title {
		position: absolute;
		left: 30px;
		margin-top: 5px;
	}

	.search-field .whInp {
		width: 100%;
	}

	.search-page .grSelect {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.search-field .title {
		left: 20px;
	}
}

/*===================*/
/* ? - CURRENCY PAGE */
/*===================*/

@media only screen and (max-width: 568px) {
	table.topCurTalbe {
		font-size: 0.8em;
	}

	table.topCurTalbe td {
		padding: 8px;
	}

	table.curTalbe thead th,
	table.curTalbe tbody tr td {
		font-size: 0.8em;
	}

	table.curTalbe thead td {
		font-size: 0.5em;
	}
}

.currency-date {
	font-size: 1em;
}

.ya-dir-col,
.ya-dir-horizont {
	font-size: 12px !important;
}

/*=====================*/
/* ? - VOTINGS PAGE    */
/*=====================*/

.detail-voting {
	padding: 15px;
}

.detail-voting ol.vote-items-list li.vote-item-vote-first {
	border: none;
}

.detail-voting ol.vote-items-list li.vote-question-item {
	padding: 0;
}

.detail-voting .graph-bar-wrapper {
	margin-right: 100px;
}

.detail-voting .graph-bar {
	height: 16px;
	background-color: #c40000;
}

.detail-voting .data-wrapper {
	font-size: 14px;
	color: #3b3b3b;
	float: right;
	position: relative;
	right: -100px;
	top: 0;
	text-align: left;
	width: 100px;
	padding-left: 10px;
}

.detail-voting .vote-answer-item {
	margin-bottom: 20px;
}

.detail-voting .question {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}

.detail-voting .total-cnt,
.detail-voting .total-resp {
	font-size: 18px;
	color: #616161;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.detail-voting .radio-box-wrapper {
	/* margin-bottom: 8px; */
	/* display: table-row; */
}

.detail-voting .radio-box-wrapper input[type=radio],
.detail-voting .radio-box-wrapper input[type=checkbox] {
	width: 30px;
	position: relative;
	z-index: 10;
}

.detail-voting .radio-box-wrapper input[type=radio]:not(old),
.detail-voting .radio-box-wrapper input[type=checkbox]:not(old) {
  width: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.detail-voting .radio-box-wrapper input[type=radio]:not(old) + label,
.detail-voting .radio-box-wrapper input[type=checkbox]:not(old) + label {
  display: table-cell;
  margin-left: -30px;
  padding-left: 30px;
  line-height: 25px;
  margin-bottom: 9px;
}

.detail-voting .radio-box-wrapper input[type=radio]:not(old) + label {
	background: url('../images/checks.png') no-repeat -25px 0;
}

.detail-voting .radio-box-wrapper input[type=checkbox]:not(old) + label {
  background: url('../images/checkbox.png') no-repeat -25px 0;
}

.detail-voting .radio-box-wrapper input[type=radio]:not(old):checked + label,
.detail-voting .radio-box-wrapper input[type=checkbox]:not(old):checked + label {
  background-position: 0 -25px;
}

.button-red-gray {
	background-color: #c40000;
	border: 1px solid #ededed;
	outline: 0;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	padding: 6px;
}

.button-red-gray input {
	font-size: 12px;
	color: #ededed;
	outline: 0;
	font-weight: normal;
}

.button-red-gray:active {
	background-color: #ededed;
	border: 1px solid #c40000;
}

.button-red-gray:active input {
	color: #c40000;
}

/*
 * Side col voting
 */

.voting-col .vote-item-question {
	margin-bottom: 15px;
}

.voting-col .radio-box-wrapper {
	/* display: table-row; */
}

.voting-col .radio-box-wrapper input[type=radio],
.voting-col .radio-box-wrapper input[type=checkbox] {
	width: 30px;
	position: relative;
	z-index: 10;
}

.voting-col .radio-box-wrapper input[type=radio]:not(old),
.voting-col .radio-box-wrapper input[type=checkbox]:not(old) {
  width: 30px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.voting-col .radio-box-wrapper input[type=radio]:not(old) + label,
.voting-col .radio-box-wrapper input[type=checkbox]:not(old) + label {
  display: table-cell;
  margin-left: -30px;
  padding-left: 30px;
  line-height: 18px;
}

.voting-col .radio-box-wrapper input[type=radio]:not(old) + label {
	background: url('../images/checks-col.png') no-repeat -18px 0;
}

.voting-col .radio-box-wrapper input[type=checkbox]:not(old) + label {
	background: url('../images/checkbox-col.png') no-repeat -18px 0;
}

.voting-col .radio-box-wrapper input[type=radio]:not(old):checked + label,
.voting-col .radio-box-wrapper input[type=checkbox]:not(old):checked + label {
  background-position: 0 -18px;
}

.voting-col .radio-box-wrapper label {
	font-size: 15px;
	font-weight: normal;
}

.voting-col ol.vote-items-list li.vote-item-vote-first {
	border: none;
}

.voting-col ol.vote-items-list li.vote-question-item {
	padding: 0;
}

.voting-col .graph-bar-wrapper {
	margin-right: 100px;
}

.voting-col .graph-bar {
	height: 14px;
	background-color: #c40000;
}

.voting-col .data-wrapper {
	font-size: 13px;
	color: #3b3b3b;
	float: right;
	position: relative;
	right: -100px;
	top: 0;
	text-align: left;
	width: 100px;
	padding-left: 10px;
}

.voting-col .vote-answer-item {
	margin-bottom: 10px;
}

.voting-col .question {
	margin-bottom: 5px;
	font-size: 14px;
	/* font-weight: bold; */
}

.voting-col .to-all-votings {
	text-align: center;
}

.voting-col .to-all-votings a {
	color: #c40000;
	text-transform: uppercase;
	font-size: 0.8125em;
	text-decoration: underline;
	font-weight: bold;
}

.voting-col .to-all-votings a:hover {
	text-decoration: none;
}

.voting-col .submit-wrapper {
	text-align: center;
}

.button-white-gray {
	background-color: #ededed;
	border: 1px solid #c40000;
	outline: 0;
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
	text-align: center;
	padding: 6px;
	margin: 0 auto;
}

.button-white-gray input {
	font-size: 12px;
	color: #c40000;
	outline: 0;
	font-weight: normal;
}

.button-white-gray:active {
	background-color: #515151;
	border: 1px solid #ededed;
}

.button-white-gray:active input {
	color: #ededed;
}

/*
 * Votings Section
 */
.poll-tile-wrapper {
	padding: 5px;
}

.poll-tile-wrapper > a {
	display: block;
	border: 1px solid #cacaca;
	padding: 1px;
	-webkit-transition: border-color 0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out;
	-ms-transition: border-color 0.3s ease-out;
	-o-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}

.poll-tile-wrapper > a:hover {
	border-color: #c40000;
}

.poll-tile {
	background-color: #f5f5f5;
}

.poll-tile .img-wrapper {
	width: 35%;
}

.poll-tile .poll-tile-details {
	width: 65%;
	padding: 5px 10px;
}

.poll-tile .poll-date {
	font-size: 0.75em;
	color: #909090;
}

.poll-tile .poll-header {
	font-size: 1.0em;
	font-weight: bold;
	color: #303030;
	margin-top: 7px;
	line-height: 1;
}

.poll-tile .poll-status {
	font-size: 0.75em;
	position: absolute;
	bottom: 8px;
}

.poll-tile .poll-status.active {
	color: #c40000;
	display: block;
}

.poll-tile .poll-status.inactive {
	color: #525252;
	display: block;
}

.poll-tile .poll-status .is {
	text-transform: uppercase;
}

@media only screen and (min-width: 430px) and (max-width: 550px) {
	.poll-tile .poll-date {
		font-size: 0.75em;
	}

	.poll-tile .poll-header {
		margin-top: 0px;
		font-size: 0.8em;
		line-height: 1;
	}

	.poll-tile .poll-status {
		font-size: 0.75em;
	}
}

@media only screen and (max-width: 429px) {
	.poll-tile .poll-header {
		margin-top: 0px;
		font-size: 0.6em;
		line-height: 1;
	}
}

@media only screen and (min-width: 1021px) and (max-width: 1200px) {
	.poll-tile .poll-header {
		margin-top: 3px;
		font-size: 0.8em;
		line-height: 1;
	}

	.subjects .tile-mp .tile-header {
		font-size: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
	.poll-tile .poll-date {
		font-size: 0.75em;
	}

	.poll-tile .poll-header {
		margin-top: 3px;
		font-size: 0.7em;
		line-height: 1;
	}

	.poll-tile .poll-status {
		font-size: 0.75em;
	}
}

/*
 * Afisha main page labels
*/

.afisha .event-label {
	position: absolute;
	right: 7px;
	font-size: 0.875em;
	color: #fff;
	text-align: center;
	padding: 2px 5px 3px;
	text-transform: lowercase;
	width: 50%;
}

.afisha .event-label:hover {
	color: #fff;
}

.cinema-lbl-color { background-color: #003663; }
.concert-lbl-color { background-color: #0000FF; }
.theatre-lbl-color { background-color: #BD0000; }
.holidays-lbl-color { background-color: #A83DE5; }
.club-lbl-color { background-color: #720E0E; }
.children-lbl-color { background-color: #BC9F00; }
.sport-lbl-color { background-color: #005E20; }
.exhibition-lbl-color { background-color: #603913; }
.contest-lbl-color { background-color: #0A7F7A; }

/*
*  Headliner
*/

.headliner {
	margin: 15px 4px;
	padding: 20px 20px 0px;
	background-color: #ededed;
	border: 4px solid #c40000;
}

.headliner a,
.headliner a:hover,
.headliner a:active,
.headliner a:focus {
	text-decoration: none;
}

.headliner-info {
	margin-top: 5px;
	margin-bottom: 10px;
}

.headliner-section {
	display: block;
	float: left;
	color: #c40000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.6875em;
	margin-right: 10px;
}

.headliner-date {
	display: block;
	float: left;
	color: #5f5f5f;
	font-size: 0.6875em;
	font-weight: bold;
	text-transform: lowercase;
}

.headliner-name {
	color: #000;
	font-size: 2.8em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}

@media only screen and (min-width: 625px) and (max-width: 1020px) {
	.headliner-name {
		font-size: 2em;
	}
}

@media only screen and (max-width: 624px) {
	.headliner-name {
		font-size: 1.25em;
	}
}

/*
* News tile VOL 2
*/

.tile-details {
	/* top: -78px; */	/*Replace*/
}

.tile-icons {
	/* top: 60px; */	/*Replace*/
	font-weight: bold;
}

.tile-header {
	/* min-height: 78px; */	/*Replace*/
	padding: 4px 5px 0;
}

.tile-section-name {
	color: #c40000;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 5px;
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1019px) {
	.tile-icons .news-comments,
	.tile-icons .news-visits {
		display: none;
	}
}

/*
 * NEW TIME_DATE STYLES FOR NEWS
*/

.news-time-date {
	float: left;
	margin: 0 0 0 5px;
	padding: 0; 
	text-transform: lowercase;
}

.news-visits {
	margin: 0 0 0 10px;
}

/*
 * Static Top Two
 */

/* news.index -> static_top_two */

/*
 * Comment captcha
 */

.comment_captcha {
	border: none;
	background: none;
	color: #2f2f2f;
	font-size: 14px;
	padding: 7px 10px;
	float: left;
	margin: 0 10px 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 200px;
	z-index: 1;
	background: #fff;
	border: 1px solid #dfdfdf;
	box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset;
	-webkit-box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset;
	-moz-box-shadow: 0 0 6px rgba(223, 223, 223, 1) inset;
}

.captcha-wrapper {
	float: left;
	margin: 0 10px 10px 0;
}

.captcha-wrapper > .img-responsive {
	width: 144px;
}

.captcha-wrapper > img,
.captcha-wrapper > div {
	float: left;
  	max-height: 32px;
}

.promo-1 object {
	display: table;
	padding-top: 5px;
	height: auto;
	width: auto;
}


article .video-wrapper {
	width: 100%;
    margin: 0 auto;
}

article .video-wrapper video {
	width: 100%;
    height: auto;
}

/*
 * Subjects
*/

.subject-header {
	position: relative;
	margin-bottom: 15px;
}

.subject-cover {
	position: relative;
	border-bottom: 10px solid #c40000;
}

.subject-cover:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
}

.subject-cover .img-responsive {
	display: block;
}

.subject-header h1 {
	color: #000;
	font-weight: bold;
	font-size: 3.625em;
	margin: 10px 20px;
}

@media only screen and (min-width: 720px) {
	.subject-header h1 {
		position: absolute;
		color: #fff;
		bottom: 20px;
	}	
}

@media only screen and (max-width: 1020px) {
	.subject-header h1 {
		font-size: 2.75em;
	}
}

@media only screen and (max-width: 719px) and (min-width: 481px) {
	.subject-header h1 {
		font-size: 2.25em;
	}
}

@media only screen and (max-width: 480px) {
	.subject-header h1 {
		font-size: 1.75em;
	}
}

@media only screen and (max-width: 719px) {
	.subject-header h1 {
		padding-bottom: 15px;
		border-bottom: 1px solid #dedede;
	}
}

.tile-mp.darker .txt-wrapper {
	background-color: rgba(0, 0, 0, 0.5);
}

.tile-mp.darker .txt-wrapper:hover {
	background-color: rgba(0, 0, 0, 0.7);
}

.col-section-header {
	color: #4b4b4b;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 900;
	border-bottom: 4px solid #c40000;
    padding-bottom: 5px;
    margin-bottom: 8px;
    font-family: "Arial Black", Arial;
}

.g-secondary-content .g-topic-tiles-block .items {
	padding: 0px;
	background-color: none;
}

.g-secondary-content .news-item .item-descr {
	color: #444;
	font-weight: bold;
	font-family: Arial;
	font-size: 1em;
	text-align: left;
	-webkit-transition: color 0.15s ease;
	-moz-transition: color 0.15s ease;
	-ms-transition: color 0.15s ease;
	-o-transition: color 0.15s ease;
	transition: color 0.15s ease;
	display: block;
	padding: 5px 0;
}

.g-secondary-content .news-item:hover .item-descr {
	color: #c40000;
}

.tile-container .promo-tile-details.gray {
    background: rgba(75, 75, 75, 0.5);
}

.tile-container .promo-tile-details {
    display: table;
    height: 72px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 0;
    position: relative;
    top: -73px;
    padding: 3px 8px 16px;
    overflow: hidden;
    -webkit-transition: background ease 0.3s;
    -ms-transition: background ease 0.3s;
    -moz-transition: background ease 0.3s;
    -o-transition: background ease 0.3s;
    transition: background ease 0.3s;
}

.promo-tile-header {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    display: block;
    margin-top: 3px;
}

.promo-wrapper.main {
	padding: 0 6px;
	padding-bottom: 10px;
}

.test-spacer {
	margin: 40px 0;
}

.g-content-wrapper {
	margin: 0 -10px;
}

/*Ермилов/Верхотуров/Дача-Частушки 2016-04-05 начало*/

/*.fbdachafon
{
background-image:url("http://dev.gubernia.com/fbdacha/fon.jpg");
background-repeat:no-repeat;
margin:0;
padding:0;
width:1168px;
height:800px;
}*/

@font-face {
  font-family: 'FbDachaFont';
  src: url('../fonts/fbdacha/Days.otf');
}

.fbdachafon {
	background: url('../img/fbdacha/fon.jpg') no-repeat 0 0;
	height: 500px;
  padding-left: 53px;
  padding-right: 53px;
}

.fbadacha-logo, .fbdachaform1 {
	padding-right: 356px;
}

.fbadacha-logo {
    text-align: center;
    padding-top:30px;
    padding-bottom:30px;
}

.fbadacha-logo img {
    width:216px;
    height:86px;
}

.fbdachasub input {
	width: 170px;
	height: 30px;
	color: #FFFFFF;
	background-image:url("../img/fbdacha/button.png");
	background-repeat:repeat-x;
	font-weight:bold;
	border: none; /*Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð³Ñ€Ð°Ð½Ð¸Ñ†Ñƒ Ð¿Ð¾Ð»Ñ (ÐµÑÐ»Ð¸ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾)*/
	margin: 10px 0px;
}

.fbdachazag {
	text-transform:uppercase;
	font-family: 'FbDachaFont', 'Arial';
	font-size: 36px;
	line-height: 36px; 
	color: #944bbe;
  padding-top: 20px;
}

.fbdachapodzag {
	font: 16px Arial; 
	color: #BF2912;
    padding-top: 30px;
    margin: 0;
}

.fbdachapodform {
	text-transform:none;
	font: 16px Arial; 
	color: #BF2912;
}

.fbdachacheck {
	text-transform:none;
	font: 16px Arial; 
	color: #BF2912;
	margin: 10px;
}

.fbdachacheck a {
	color: #BF2912;
	text-decoration: underline;
}

.fbdachainput input {
	font: 14px Arial;
	height:30px;
	width:100%;
	color: #303030;
	padding:0 15px;
	opacity: 0.7;
	margin: 10px 0px;
}

.fbdachata textarea {
	font: 14px Arial;
	width: 100%;
	height: 200px;
	color: #303030;
	padding:15px; 15px;
	opacity: 0.7;
	margin: 10px 0px;
}

.fbdachainput1 input {
	width: 215;
	height:30px;
	width:184ppx;
	font: 14px Arial;
	color: #303030;
	padding:0 15px;
	opacity: 0.7;
	margin-right: 10px;
}

@media only screen and (max-width: 1208px) {

	.fbdachazag {
		font-size: 36px;
		line-height: 36px; 
	}

	.fbdachafon {
	    padding-left: 53px;
	    padding-right: 53px;
	}

	.fbadacha-logo, .fbdachaform1  {
		padding-right: 356px;
	}
}

@media only screen and (max-width: 1020px) {
	.fbdachafon {
	    padding-left: 10px;
	    padding-right: 10px;
      height: 650px;
	}

	.fbadacha-logo, 
	.fbdachaform1  {
		padding-left:0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 792px) {
	.fbdachazag {
		font-size: 26px;
		line-height: 30px; 
	}
}

/*Ермилов/Верхотуров/Дача-Частушки 2016-04-05 конец*/

/* Ermakov 2016 */

.container.main-page {
	background-color: #F5F5F5 !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.container.main-page a:focus {
	text-decoration: none;
}

.container.main-content.main-page {
	padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1209px) {
	.promo-wrapper-2016 {
		padding: 10px;
	}
}

@media only screen and (max-width: 1208px) {
	.top-plus-brief-news {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		flex-flow: column;
		-webkit-flex-flow: row-reverse wrap;
	}

	.top-plus-brief-news .brief-news-wrapper,
	.top-plus-brief-news .week-news-wrapper {
		-webkit-order: 2;
		order: 2;
		width: 100%;
	}

	.top-plus-brief-news .main-top-news-item {
		-webkit-order: 1;
		order: 1;
		width: 100%;
	}

	.promo-wrapper-2016 {
		padding: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1208px) {
	body,
	.container.main-page {
		width: 100%;
	}

	.promo-wrapper-2016 {
		padding: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.promo-wrapper-2016 {
		padding: 5px;
	}

	.container.main-page {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.container.main-content.main-page {
	padding-left: 20px;
    padding-right: 20px;
}

.promo-wrapper-2016 .promo-1 img,
.promo-wrapper-2016 .promo-2 img,
.promo-wrapper-2016 .promo-3 img,
.promo-wrapper-2016 .promo-4 img {
	margin: 0;
	min-width: 100%;
}
/* !Ermakov 2016 */