

/* Start:/design/styles/fixes.css?17682234113243*/
/* ===== СОЦИАЛЬНЫЕ ИКОНКИ ===== */
#table_soc_icons {
	text-align: center;
	margin: auto;
}
#table_soc_icons1 {
	text-align: center;
	margin: auto;
	right: 198px;
	top: 44px;
	position: absolute;
}

/* ===== SLIDER ===== */
.top-block .slider {
	/* width: 100% !important; */
}

/* ===== ФИЛЬТРЫ ===== */
.category-filter {
	width: 230px;
	padding: 0;
	margin: 0 10px 0 0;
}
.category-filter_pop,
.sport-filter_pop {
	width: inherit;
}
.sport-filter {
	/* width: 230px; padding: 0 0px 0 0; margin: 0 10px 0 0; */
}
.top-navi_drop.w1 {
	/* width: 765px !important; */
}

/* ===== СОЦИАЛЬНЫЕ СЕТИ ===== */
.vk,
.fb,
.yt,
.ok,
.tg,
.sr,
.tw,
.in {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("/design/pictures/socico2.png");
}
.vk {
	background-position: 0 -54px;
	margin-left: 3px;
}
.vk:hover {
	background-position: -27px -54px;
}
.fb {
	background-position: 0 -81px;
}
.fb:hover {
	background-position: -27px -81px;
}
.yt {
	background-position: 0 -108px;
	margin-left: 3px;
}
.yt:hover {
	background-position: -27px -108px;
}
.ok {
	background-position: 0 -135px;
	margin-left: 3px;
}
.ok:hover {
	background-position: -27px -135px;
}
.tg {
	background-position: 0 -162px;
	margin-left: 3px;
}
.tg:hover {
	background-position: -27px -162px;
}
.sr {
	background-position: 0 -189px;
	margin-left: 3px;
}
.sr:hover {
	background-position: -27px -189px;
}
.tw {
	background-position: 0 -27px;
	margin-left: 3px;
}
.tw:hover {
	background-position: -27px -27px;
}
.in {
	background-position: 0 0;
	margin-left: 3px;
}
.in:hover {
	background-position: 25px 0;
}
#socials {
	width: 300px;
	height: 25px;
	margin: auto auto 20px;
	text-align: center;
}
#socials a {
	margin-right: 10px;
	display: inline-block;
	width: 25px;
	height: 25px;
	font-size: 29px;
	color: #113f77;
}
.voted_already {
	text-align: right;
	margin-top: 30px;
	font-weight: bold;
}

/* ===== ЛОГОТИП ===== */
.header #logo,
header.header #logo,
#logo {
	position: absolute !important;
	left: 0 !important;
	float: none !important;
	margin-left: 0 !important;
	width: 235px !important;
}
.header > a:first-of-type,
header.header > a:first-of-type {
	position: absolute !important;
	left: 0 !important;
	float: none !important;
	margin-left: 0 !important;
}
.header .logo,
header.header .logo {
	padding-left: 250px !important;
}

/* ===== АДАПТИВНЫЕ СТИЛИ ===== */
@media only screen and (max-width: 940px) {
	.header #logo,
	header.header #logo,
	#logo {
		left: 0 !important;
		position: absolute !important;
		float: none !important;
		margin-left: 0 !important;
		width: 235px !important;
	}
	.header > a:first-of-type,
	header.header > a:first-of-type {
		left: 0 !important;
		position: absolute !important;
		float: none !important;
		margin-left: 0 !important;
	}
}
@media only screen and (max-width: 604px) {
	.header #logo,
	header.header #logo,
	#logo {
		left: 0 !important;
		position: absolute !important;
		float: none !important;
		margin-left: 0 !important;
		width: 235px !important;
	}
	.header > a:first-of-type,
	header.header > a:first-of-type {
		left: 0 !important;
		position: absolute !important;
		float: none !important;
		margin-left: 0 !important;
	}
}

/* End */


/* Start:/design/styles/style.css?176822324347330*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600&subset=latin,cyrillic-ext);*/

/* ===== CSS ПЕРЕМЕННЫЕ ===== */
:root {
	--color-primary: #009055;
	--color-primary-dark: #006644;
	--color-primary-light: #00874e;
	--color-secondary: #113f77;
	--color-link: #2266a8;
	--color-link-hover: #3392ee;
	--color-text: #2b2b2b;
	--color-text-light: #646f7a;
	--color-text-muted: #7b7b7b;
	--color-bg: #fff;
	--color-bg-light: #f3f5f7;
	--color-border: #dbdfe3;
	--color-border-light: #cecece;
	--color-white: #fff;
	--color-black: #000;
	--radius: 2px;
	--font-family: "Trebuchet MS", 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
	--font-size-base: 13px;
	--width-content: 940px;
	--z-index-high: 1000;
	--z-index-max: 10000;
}

/* ===== RESET ===== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header, footer, aside, section, article, time {
	display: block;
}
html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
html {
	overflow-y: scroll;
}
a {
	outline: none;
	-moz-outline: 0;
	border: none;
	text-decoration: none;
	color: var(--color-black);
}
a:active, a:focus {
	outline: none;
	-moz-outline: 0;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
.main {
	min-width: 990px;
	min-height: 100%;
	position: relative;
	margin: 0 auto;
}
body {
	font-family: var(--font-family);
	font-size: var(--font-size-base);
	background-color: var(--color-bg);
	color: var(--color-black);
	line-height: 1.2;
}
input, textarea {
	font-family: var(--font-family);
	font-size: var(--font-size-base);
	color: var(--color-black);
	outline: none;
}
textarea {
	resize: none;
}

/* ===== УТИЛИТЫ ДЛЯ BORDER-RADIUS ===== */
.br-2 {
	border-radius: var(--radius);
}
.br-28 {
	border-radius: 28px;
}

/* ===== CONTRAST VERSION ===== */
.contrast-version {
	border-bottom: 1px solid var(--color-primary);
	text-align: center;
	display: block;
	height: 22px;
	line-height: 22px;
}
.contrast-version span {
	color: var(--color-primary-dark);
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 28px;
	height: 22px;
	display: inline-block;
	background: url("/design/images/icons.png") 0 4px no-repeat;
	text-transform: uppercase;
}
.contrast-version:hover {
	border-bottom-color: var(--color-black);
}
.contrast-version:hover span {
	background-position: 0 -682px;
	color: var(--color-black);
}

/* ===== HEADER ===== */
.header {
	width: var(--width-content);
	height: 189px;
	position: relative;
	margin: 0 auto;
	z-index: var(--z-index-high);
}
.logo {
	color: var(--color-text);
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
	height: 87px;
	padding: 33px 0 0 138px;
	width: 310px;
}
.header .logo {
	left: 0;
	top: 12px;
	position: absolute;
}
#logo {
	height: auto;
	max-height: 120px;
	object-fit: contain;
	float: left;
	top: 12px;
	position: absolute;
}
.mobo {
	width: 100%;
	height: 20px;
}
.mobos {
	border-bottom: 1px solid var(--color-primary);
	text-align: center;
	display: block;
	height: 22px;
	line-height: 22px;
}
.mobostitle {
	color: #344AFF;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	display: inline-block;
	text-transform: uppercase;
}

/* ===== TOP NAVIGATION ===== */
.top-navi {
	border-radius: var(--radius);
}
.top-navi_item {
	float: left;
	list-style: none;
	position: relative;
	padding: 0 0 0 4px;
	background: url("/design/images/dots.png") left center no-repeat;
}
.top-navi_item:first-child {
	background: none;
	padding: 0;
}
.top-navi_link {
	color: var(--color-white);
	height: 43px;
	display: block;
	line-height: 43px;
	padding: 0 19px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
.top-navi_item:hover .top-navi_link,
.top-navi_item.active .top-navi_link {
	color: #0eab6b;
}
.top-navi_drop {
	left: 0;
	top: 41px;
	z-index: var(--z-index-high);
	line-height: 1.25;
	border: 2px solid var(--color-secondary);
	background: var(--color-bg);
	position: absolute;
	padding: 12px 10px 13px;
	min-width: 100%;
	display: none;
	border-radius: 0 0 var(--radius) var(--radius);
}
.top-navi_drop-col {
	width: 255px;
	float: left;
}
.top-navi_drop-col_title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 10px;
	text-transform: uppercase;
}
.top-navi_drop.w1 {
	width: 520px;
}
.top-navi_drop_list a {
	color: var(--color-link);
	padding: 7px 13px 8px;
	display: inline-block;
	position: relative;
	border-radius: var(--radius);
}
.top-navi_drop_list a:hover {
	background: var(--color-bg-light);
	color: var(--color-link);
}
.top-navi_item:hover .top-navi_drop {
	display: block;
}
.header .top-navi {
	left: 0;
	top: 146px;
	z-index: 10;
	position: absolute;
	width: var(--width-content);
	height: 43px;
	background: var(--color-secondary);
}

/* ===== PERSONAL CABINET LINKS ===== */
.personal-cabinet-link,
.personal-cabinet-link1 {
	display: block;
	color: var(--color-white);
	font-size: 10px;
	font-weight: bold;
	padding: 0 14px 0 24px;
	height: 25px;
	line-height: 25px;
	text-transform: uppercase;
	border-radius: var(--radius);
}
.personal-cabinet-link {
	background: var(--color-secondary) url("/design/images/icons.png") 9px -53px no-repeat;
}
@-moz-document url-prefix() {
	.personal-cabinet-link {
		background: var(--color-secondary) url("/design/images/icons.png") 9px -52px no-repeat;
	}
}
.personal-cabinet-link:hover {
	background: var(--color-primary) url("/design/images/icons.png") 9px -53px no-repeat;
}
@-moz-document url-prefix() {
	.personal-cabinet-link:hover {
		background: var(--color-primary) url("/design/images/icons.png") 9px -52px no-repeat;
	}
}
.personal-cabinet-link1 {
	background: var(--color-primary) url("/design/images/icons.png") 9px -53px no-repeat;
}
@-moz-document url-prefix() {
	.personal-cabinet-link1 {
		background: var(--color-primary) url("/design/images/icons.png") 9px -52px no-repeat;
	}
}
.personal-cabinet-link1:hover {
	background: var(--color-secondary) url("/design/images/icons.png") 9px -53px no-repeat;
}
@-moz-document url-prefix() {
	.personal-cabinet-link1:hover {
		background: var(--color-secondary) url("/design/images/icons.png") 9px -52px no-repeat;
	}
}
.header .personal-cabinet-link {
	right: 0;
	top: 44px;
	position: absolute;
}
.header .personal-cabinet-link1 {
	right: 197px;
	top: 83px;
	position: absolute;
}
img.plus {
	right: 353px;
	top: 43px;
	position: absolute;
}

/* ===== SEARCH BLOCK ===== */
.search-block {
	width: 183px;
	height: 25px;
	border: 1px solid var(--color-border-light);
	padding: 1px 8px 0 9px;
	border-radius: var(--radius);
}
.search-block_text {
	color: #92969b;
	font-size: var(--font-size-base);
	font-style: italic;
	float: left;
	width: 153px;
	border: none;
	background: none;
}
.search-block_loupe {
	width: 15px;
	cursor: pointer;
	margin: 5px 0 0;
	border: none;
	height: 14px;
	float: right;
	background: url("/design/images/icons.png") 0 -22px no-repeat;
}
.search-block_loupe:hover {
	background-position: 0 -36px;
}
.header .search-block {
	right: 0;
	top: 82px;
	position: absolute;
}

/* ===== LANGUAGE SELECTOR ===== */
.lang {
	height: 23px;
	text-transform: uppercase;
	border-radius: var(--radius);
}
.lang ul {
	position: relative;
	zoom: 1;
	display: block;
}
.lang ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.lang li {
	float: left;
	list-style-type: none;
}
.lang li a {
	padding: 0 5px;
	display: block;
	position: relative;
	line-height: 23px;
	height: 23px;
	font-size: 10px;
	font-weight: bold;
	color: var(--color-white);
	border: 1px solid var(--color-secondary);
	background: var(--color-secondary);
}
.lang li.first a {
	border-right: none;
	border-radius: var(--radius) 0 0 var(--radius);
}
.lang li.last a {
	border-left: none;
	border-radius: 0 var(--radius) var(--radius) 0;
}
.lang li a:hover,
.lang li.active a {
	color: var(--color-primary);
	background: none;
	border-color: var(--color-primary);
}
.header .lang {
	right: 134px;
	top: 44px;
	position: absolute;
}

/* ===== TOP BLOCK ===== */
.top-block {
	margin: -20px 0 0;
	position: relative;
	padding: 69px 0 45px;
	zoom: 1;
	display: block;
	min-width: var(--width-content);
}
.top-block_ins {
	margin: 0 auto;
	width: var(--width-content);
	height: 314px;
	position: relative;
	background: url("/design/images/ic.png") repeat;
	border-radius: var(--radius);
}
.top-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.top-block .slider {
	float: left;
	width: 604px;
	overflow: hidden;
	height: 314px;
}
.top-block .voting {
	width: 336px;
	min-height: 295px;
	float: right;
}
.top-block.bg {
	background: url("/design/pictures/5.jpg") center top no-repeat;
	background-attachment: fixed;
}

/* ===== VOTING ===== */
.voting_title {
	margin: 0 0 8px;
	color: var(--color-text);
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.voting_item {
	zoom: 1;
	display: block;
	margin: 0 0 12px;
	line-height: 1;
}
.voting_item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.voting_item input {
	float: left;
	margin: 20px 5px 0 0;
}
.voting .clevered.alice .jClever-element {
	float: left;
	margin: 20px 7px 0 0;
}
.voting .clevered.alice .jClever-element-radio-twins {
	width: 14px;
	height: 14px;
}
.voting .clevered.alice .jClever-element-radio-twins-element {
	width: 14px;
	height: 14px;
	background: url("/design/images/ic1.png") no-repeat;
}
.voting .clevered.alice .jClever-element-radio-twins.checked .jClever-element-radio-twins-element {
	background: url("/design/images/ic1.png") no-repeat left bottom;
}
.voting .clevered.alice .jClever-element-radio-twins-color {
	display: none;
}
.voting_item label {
	display: block;
}
.voting_item_img {
	float: left;
	width: 54px;
	margin: 0 7px 0 0;
	height: 54px;
	overflow: hidden;
}
.voting_item_img img {
	display: block;
	position: relative;
	border-radius: 28px;
}
.voting_item_col {
	float: left;
	width: 200px;
	padding: 9px 0 0;
}
.voting_item_name {
	display: block;
	color: var(--color-text);
	line-height: 1.15;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}
.voting_item_col em {
	color: #606060;
	font-size: 12px;
}
.voting_btn {
	margin: 0 0 0 141px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 147px;
	height: 33px;
	border: none;
	cursor: pointer;
	background: var(--color-secondary);
	color: var(--color-white);
	position: relative;
	border-radius: var(--radius);
}
.voting_btn:hover {
	background: var(--color-primary);
}

/* ===== SLIDER ===== */
.slider .bx-wrapper .bx-pager {
	bottom: 35px;
	width: 230px;
	left: 376px;
	text-align: left;
}
.slider .bx-wrapper .bx-pager .bx-pager-item,
.slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
	float: left;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a {
	background: url("/design/images/slide-item.png") no-repeat;
	width: 11px;
	height: 10px;
}
.slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-position: 0 100%;
}

/* ===== SLIDE ===== */
.slide {
	height: 314px;
	position: relative;
	text-transform: uppercase;
	zoom: 1;
	display: block;
}
.slide:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.slide_pic {
	width: 368px;
	height: 314px;
	line-height: 314px;
	text-align: center;
}
.slide_pic img {
	position: relative;
	border-radius: var(--radius);
	max-width: 100%;
	top: -1px;
	max-height: 100%;
	vertical-align: middle;
}
.slide_box {
	width: 200px;
	padding: 25px 15px 20px 21px;
	height: 269px;
	background: var(--color-secondary);
	right: 0;
	top: 0;
	position: absolute;
	border-radius: 0 var(--radius) var(--radius) 0;
}
.slide_date {
	color: #9cc7f2;
	font-size: 10px;
	margin: 0 0 2px;
}
.slide_link {
	color: var(--color-white);
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5;
}
.rightside {
	text-align: center;
	display: table-cell;
	height: 314px;
	width: 336px;
	vertical-align: middle;
	float: left;
}
.sliderul il {
	text-align: center;
	height: 314px;
	width: 336px;
}

/* ===== CONTENT ===== */
.content,
.contentanons {
	width: var(--width-content);
	position: relative;
	margin: 0 auto;
}
.contentanons {
	background: var(--color-bg-light);
}
.contentanons .title-block {
	margin-top: 50px;
	font-size: 34px;
}

/* ===== PREV ITEMS BLOCK ===== */
.prev-items-block {
	padding: 34px 0 11px;
	position: relative;
	width: var(--width-content);
}
.prev-items-block_list {
	zoom: 1;
	display: block;
	margin: 0 -12px;
	width: 990px;
	position: relative;
}
.prev-items-block_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.prev-items-block_item {
	float: left;
	list-style-type: none;
	margin: 0 26px 35px 0;
}
.prev-items-block_item1 {
	height: 300px;
	float: left;
	list-style-type: none;
	margin: 0 26px 20px 0;
}
.prev-items-block_more {
	z-index: 100;
	left: 0;
	bottom: -46px;
	position: absolute;
	width: 100%;
	text-align: center;
}
.prev-items-block_more a {
	position: relative;
	font-weight: bold;
	font-size: 20px;
	background: var(--color-bg);
	height: 47px;
	line-height: 41px;
	text-transform: uppercase;
	width: 290px;
	display: block;
	margin: 0 auto;
	border-radius: 0 0 var(--radius) var(--radius);
}
.prev-items-block_more span {
	padding: 0 38px 0 0;
	color: var(--color-text);
	height: 47px;
	line-height: 41px;
	background: url("/design/images/icons.png") right -150px no-repeat;
	cursor: pointer;
}
.prev-items-block_more a:hover span {
	color: var(--color-primary-light);
	background-position: right -230px;
}

/* ===== TITLE BLOCK ===== */
.title-block {
	text-align: center;
	margin: 0 0 34px;
	position: relative;
}
.title-block span {
	color: var(--color-text);
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
}
.title-block .after {
	display: inline-block;
	background: url("/design/images/dots-title.png") left center no-repeat;
	position: relative;
}
.title-block .before {
	display: block;
	padding: 0 20px;
	background: url("/design/images/dots-title.png") right center no-repeat;
	position: relative;
}
.title-block h1 {
	color: var(--color-text);
	font-size: 34px;
	text-transform: uppercase;
}

/* ===== PREV NOVELTY ===== */
.prev-novelty {
	padding: 12px;
	width: 280px;
	position: relative;
	text-align: center;
	border-radius: var(--radius);
}
.prev-novelty_photo {
	margin: 0 0 7px;
	min-height: 150px;
}
.prev-novelty_photo img {
	position: relative;
	border-radius: var(--radius);
}
.prev-novelty_date {
	margin: 0 0 9px;
	color: var(--color-primary-dark);
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 0 12px;
	background: url("/design/images/dots.png") center bottom no-repeat;
}
.prev-novelty_link {
	height: auto;
	overflow: hidden;
	line-height: 1.35;
	margin: 0 0 10px;
}
.prev-novelty_link a {
	color: var(--color-link);
}
.prev-novelty_loc em {
	padding: 0 0 0 16px;
	background: url("/design/images/icons.png") 0 -94px no-repeat;
	color: var(--color-text-light);
	font-size: 12px;
}
.prev-novelty_loc em a {
	text-decoration: underline;
}
.prev-novelty:before {
	content: "";
	background: #ffc836;
	border-radius: 50%;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: width 0.4s linear, height 0.4s linear;
	z-index: -1;
}

/* ===== PREV ANN ===== */
.prev-ann {
	padding: 12px;
	width: 280px;
	position: relative;
	text-align: center;
	border-radius: var(--radius);
}
.prev-ann_date {
	color: var(--color-primary-dark);
	font-size: 18px;
	margin: 0 0 14px;
	text-transform: uppercase;
	padding: 0 0 14px;
	background: url("/design/images/dots.png") center bottom no-repeat;
}
.prev-ann_link {
	height: 68px;
	overflow: hidden;
	line-height: 1.35;
	margin: 0 0 10px;
}
.prev-ann_link a {
	color: var(--color-link);
}
.prev-ann_loc em {
	padding: 0 0 0 16px;
	background: url("/design/images/icons.png") 0 -94px no-repeat;
	color: var(--color-text-light);
	font-size: 12px;
}
.prev-ann:hover {
	background: var(--color-bg-light);
}

/* ===== CALENDAR BLOCK ===== */
.calendar-block {
	background: var(--color-secondary);
}
.calendar-block_ins {
	padding: 88px 0 46px;
	width: var(--width-content);
	margin: 0 auto;
	position: relative;
}
.calendar-block .title-block {
	margin: 0 0 41px;
}
.calendar-block .title-block span {
	color: var(--color-white);
}
.calendar-block .title-block span.after {
	background: url("/design/images/dots.png") left center no-repeat;
}
.calendar-block .title-block span.before {
	background: url("/design/images/ic2.png") right center no-repeat;
}
.calendar {
	margin: 0 0 33px;
}
.calendar .prev,
.calendar .next {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 28px;
}
.calendar .prev {
	background: url("/design/images/ars.png") left top no-repeat;
}
.calendar .next {
	background: url("/design/images/ars.png") right top no-repeat;
}
.calendar .prev:hover {
	background-position: left bottom;
}
.calendar .next:hover {
	background-position: right bottom;
}
.calendar_top {
	margin: 0 0 25px;
}
.calendar_top_ins {
	width: 258px;
	margin: 0 auto;
}
.calendar_top .prev {
	float: left;
}
.calendar_top .next {
	float: right;
}
.calendar_month {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: var(--color-white);
	text-transform: uppercase;
}
.calendar_bot {
	position: relative;
	padding: 0 60px;
}
.calendar_list {
	overflow: hidden;
}
.calendar_list ul {
	width: 1000%;
}
.calendar_list ul li {
	float: left;
	margin: 0 3px 0 0;
	list-style-type: none;
}
.calendar_day {
	width: 40px;
	padding: 15px 0 0;
	text-align: center;
	cursor: pointer;
	display: block;
	height: 56px;
	position: relative;
	border-radius: var(--radius);
}
.calendar_day span {
	font-weight: 300;
	color: #bac3cd;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	margin: 0 0 17px;
}
.calendar_day strong {
	color: var(--color-white);
	font-size: 18px;
}
.calendar_day.hol span {
	color: #4b88af;
}
.calendar_day.hol strong {
	color: #6ab0d9;
}
.calendar_list ul li .calendar_day:hover,
.calendar_list ul li.active .calendar_day {
	background: var(--color-primary-light);
	color: var(--color-white);
}
.calendar_list ul li .calendar_day:hover span,
.calendar_list ul li .calendar_day:hover strong,
.calendar_list ul li.active .calendar_day span {
	color: var(--color-white);
}
.calendar_bot .prev {
	left: 0;
	top: 21px;
	position: absolute;
}
.calendar_bot .next {
	right: 0;
	top: 21px;
	position: absolute;
}
.calendar-action {
	text-align: center;
	margin: 3px 0 20px;
}
.calendar-action_date {
	color: var(--color-primary-dark);
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.calendar-action_name {
	margin: 3px 0;
}
.calendar-action_name a {
	color: var(--color-white);
}
.calendar-action_loc em {
	padding: 0 0 0 16px;
	background: url("/design/images/icons.png") 0 -94px no-repeat;
	color: #a1adbc;
	font-size: 12px;
}

/* ===== MAPS BLOCK ===== */
.maps-block {
	background: var(--color-bg-light);
	min-width: 990px;
}
.maps-block_ins {
	padding: 71px 0 51px;
	width: var(--width-content);
	margin: 0 auto;
	position: relative;
}
.ui-tabs {
	position: relative;
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0;
	zoom: 1;
	display: block;
	border-bottom: 1px solid #d8d8d8;
}
.ui-tabs .ui-tabs-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	color: #154f96;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 18px;
	height: 40px;
	line-height: 40px;
}
.ui-tabs .ui-tabs-nav li a span {
	border-bottom: 1px dotted #154f96;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li a:hover {
	color: var(--color-primary);
}
.ui-tabs .ui-tabs-nav li a:hover span {
	border-color: var(--color-primary);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	background: var(--color-bg);
	color: var(--color-primary);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover span,
.ui-tabs .ui-tabs-nav li.ui-tabs-active span {
	border-color: var(--color-bg);
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 43px 0 0;
	background: none;
}

/* ===== CHOICE BLOCK ===== */
.chioseeen,
.chioseeen_big,
.chioseeen_small {
	color: #154f96;
	text-transform: uppercase;
	padding: 0 0 0 30px;
	background: url("/design/images/icons.png") 0 -311px no-repeat;
	display: block;
	line-height: 1.1;
	width: 100%;
	margin: 0 0 16px;
	border-bottom: 2px dotted #154f96;
	font-weight: bold;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.chioseeen,
.chioseeen_big {
	font-size: 36px;
	line-height: 38px;
}
.chioseeen_small {
	font-size: 16px;
	line-height: 18px;
}
.choice-block {
	width: 100%;
	position: relative;
}
.choice-block_link {
	margin: 0 0 16px;
}
.choice-block_link a {
	color: #154f96;
	text-transform: uppercase;
	padding: 0 0 0 30px;
	background: url("/design/images/icons.png") 0 -311px no-repeat;
	display: inline-block;
	line-height: 1.1;
}
.choice-block_link span {
	border-bottom: 2px dotted #154f96;
	font-size: 36px;
	line-height: 38px;
	display: block;
	font-weight: bold;
}
.choice-block_link a:hover {
	color: var(--color-primary);
	background-position: 0 -361px;
}
.choice-block_link a:hover span {
	border-color: var(--color-primary);
}
.choice-block_box {
	zoom: 1;
	display: block;
}
.choice-block_box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.choice-block_map {
	float: left;
	width: 620px;
	padding: 0 0 44px;
}
.choice-block_column {
	float: right;
	width: 318px;
}
.choice-block_country {
	margin: 0 0 21px;
	zoom: 1;
	display: block;
}
.choice-block_country:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.choice-block_country_flag {
	float: left;
	width: 76px;
}
.choice-block_country_name {
	color: var(--color-primary-dark);
	line-height: 1.1;
	width: 218px;
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.choice-block_text {
	color: var(--color-text-light);
	font-size: 12px;
	font-style: italic;
	margin: 0 0 21px 76px;
}
.choice-block_list {
	margin: 0 0 28px 76px;
}
.choice-block_list ul {
	margin: 0 0 8px;
}
.choice-block_list ul li {
	margin: 0 0 5px;
	padding: 0 0 0 13px;
	color: var(--color-primary);
	list-style-type: none;
	background: url("/design/images/ic3.png") left center no-repeat;
}
.choice-block_list ul li a {
	color: var(--color-link);
}
.choice-block_list ul li a:hover {
	color: var(--color-primary);
}
.choice-block_list_more {
	color: var(--color-link);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.choice-block_list_more:hover {
	color: var(--color-primary);
}
.choice-block__person {
	zoom: 1;
	display: block;
}
.choice-block__person:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.choice-block__person_photo {
	float: left;
	margin: 0 13px 0 0;
	background: var(--color-bg);
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 28px;
}
.choice-block__person_photo img {
	position: relative;
	border-radius: 28px;
}
.choice-block__person_column {
	float: left;
	width: 220px;
	padding: 6px 0 0;
}
.choice-block__person_name {
	margin: 0 0 8px;
	text-transform: uppercase;
	color: var(--color-text);
	font-size: 11px;
	font-weight: bold;
}
.choice-block__person_post {
	color: var(--color-text-light);
	font-size: 12px;
	font-style: italic;
}

/* ===== CONTACTS BLOCK ===== */
.contacts-block {
	color: var(--color-text);
	font-size: 18px;
	zoom: 1;
	display: block;
	padding: 20px 0 0;
	margin: 0 auto 20px auto;
	width: var(--width-content);
}
.contacts-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.contacts-block a {
	color: var(--color-text);
}
.contacts-block a:hover {
	color: var(--color-primary);
}
.contacts-block_phone {
	float: left;
	background: url("/design/images/contacts-block_icons.png") center top no-repeat;
	padding: 26px 0 0;
}
.contacts-block_addr {
	text-align: center;
	background: url("/design/images/contacts-block_icons.png") center -97px no-repeat;
	padding: 26px 0 0;
}
.contacts-block_mail {
	float: right;
	background: url("/design/images/contacts-block_icons.png") center -198px no-repeat;
	padding: 26px 0 0;
}

/* ===== BREADCRUMBS ===== */
.breadcrumbs {
	margin: 0 0 24px;
	padding: 28px 0 0;
	font-size: 11px;
	font-style: italic;
	color: var(--color-text);
	text-align: center;
}
.breadcrumbs ul li {
	display: inline;
	padding: 0 10px 0 19px;
	background: url("/design/images/ic6.png") left center no-repeat;
}
.breadcrumbs ul li:first-child {
	background: none;
}
.breadcrumbs ul li a {
	color: var(--color-text-muted);
	text-decoration: underline;
}
.breadcrumbs ul li a:hover {
	text-decoration: none;
	color: var(--color-primary);
}

/* ===== SECTION BLOCK ===== */
.section-block {
	margin: 0 0 44px;
}
.section-block_list {
	margin: 0 0 20px;
	width: var(--width-content);
	overflow: hidden;
}
.section-block_list ul {
	width: 990px;
}
.section-block_list ul li {
	display: inline;
	margin: 0 48px 0 0;
}
.subsection-block {
	width: var(--width-content);
	overflow: hidden;
	margin: 0 0 7px;
	text-align: center;
}
.subsection-block ul {
	width: 980px;
}
.subsection-block ul li {
	display: inline;
	margin: 0 32px 0 0;
}
.sections-link {
	display: inline-block;
	width: 279px;
	vertical-align: top;
	margin: 0 0 20px;
	line-height: 1.45;
}
.sections-link span {
	display: block;
}
.sections-link_pic {
	margin: 0 0 14px;
}
.sections-link_pic img {
	position: relative;
	opacity: 1;
	border-radius: var(--radius);
}
.sections-link:hover .sections-link_pic img {
	opacity: 0.7;
}
.sections-link_name {
	color: var(--color-link);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.sections-link:hover .sections-link_name {
	color: var(--color-primary);
}
.subsections-link {
	display: inline-block;
	width: 208px;
	vertical-align: top;
	margin: 0 0 27px;
	line-height: 1.3;
}
.subsections-link span {
	display: block;
}
.subsections-link_pic {
	margin: 0 0 10px;
}
.subsections-link_pic img {
	position: relative;
	opacity: 1;
	border-radius: var(--radius);
}
.subsections-link:hover .subsections-link_pic img {
	opacity: 0.7;
}
.subsections-link_name {
	color: var(--color-link);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.subsections-link:hover .subsections-link_name {
	color: var(--color-primary);
}

/* ===== TEXT BLOCK ===== */
.text-block {
	margin: 0 0 25px;
	color: var(--color-text);
	line-height: 1.55;
}
.text-block .title-block {
	line-height: 1.2;
	margin: 0 0 36px;
}
.text-block h2 {
	margin: 0 0 29px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-primary);
	font-size: 24px;
	line-height: 1.25;
}
.text-block h3 {
	margin: 0 0 17px;
	text-align: center;
	text-transform: uppercase;
	color: var(--color-black);
	font-size: 20px;
	line-height: 1.3;
}
.text-block h4 {
	margin: 0 0 19px;
	text-transform: uppercase;
	color: var(--color-black);
	font-size: 16px;
	line-height: 1.3;
}
.text-block p {
	margin: 0 0 20px;
}
.text-block ul {
	margin: 0 0 27px 20px;
}
.text-block ul li {
	padding: 0 0 8px;
	list-style-type: none;
	list-style-image: url("/design/images/ic7.png");
	list-style-position: outside;
}
.text-block ol {
	margin: 0 0 34px 0;
	list-style-type: none;
	counter-reset: item;
}
.text-block ol li:before {
	color: #969696;
	counter-increment: item;
	content: counter(item);
	padding: 0 5px 0 0;
}
.text-block ol li {
	color: var(--color-text);
	padding: 0 0 8px;
}
.text-block a {
	color: var(--color-link);
	text-decoration: underline;
}
.text-block a:hover {
	color: var(--color-link-hover);
}
.text-block_photo {
	margin: 0 0 20px;
}
.text-block_photo img {
	position: relative;
	margin: 0 0 9px;
	border-radius: var(--radius);
}
.text-block_photo__subscribe {
	text-align: center;
	color: var(--color-text-light);
	font-size: 12px;
	font-style: italic;
}
.text-block .img-left {
	float: left;
	margin: 0 50px 20px 0;
}
.text-block .img-right {
	float: right;
	margin: 0 0 20px 50px;
}
.text-block .img-left,
.text-block .img-right {
	position: relative;
	border-radius: var(--radius);
}
.text-block blockquote {
	margin: 0 0 20px;
	text-align: justify;
	padding: 28px 45px 30px;
	background: var(--color-bg-light);
	border-bottom: 1px solid var(--color-primary);
	font-size: 14px;
	font-weight: bold;
}
.text-block table {
	width: 100%;
	margin: 0 0 40px;
}
.text-block table caption {
	font-size: 16px;
	font-weight: bold;
	color: var(--color-black);
	text-transform: uppercase;
	margin: 0 0 17px;
}
.text-block thead {
	border: 1px solid var(--color-primary);
	border-top: 2px solid var(--color-primary);
}
.text-block th {
	color: var(--color-text-light);
	text-transform: uppercase;
	font-size: 11px;
	padding: 6px 10px 7px;
	font-weight: normal;
	text-align: left;
}
.text-block tr > th {
	text-align: left;
}
.text-block td {
	color: var(--color-text);
	padding: 12px 10px 10px;
	border-bottom: 1px solid var(--color-border);
	vertical-align: top;
}
.text-block tfoot td {
	border-bottom: 2px solid var(--color-primary);
}
.text-block.marg {
	margin: 0 0 69px;
}

/* ===== DIS BLOCK ===== */
.dis-block {
	margin: 0 0 38px;
}
.dis-block .title-block {
	margin: 0 0 31px;
}
.dis-section h2 {
	margin: 0 0 22px;
	text-align: center;
	color: var(--color-primary);
	font-size: 24px;
	text-transform: uppercase;
}
.dis-section h3 {
	margin: 0 0 15px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

/* ===== DOCUMENTS BLOCK ===== */
.documents-block {
	margin: 0 0 20px;
}
.documents-block .title-block {
	margin: 0 0 31px;
}
.documents-block_section {
	margin: 0 0 67px;
}
.documents-block_section h2 {
	margin: 0 0 31px;
	text-align: center;
	color: var(--color-black);
	font-size: 16px;
	text-transform: uppercase;
}
.download-file {
	margin: 0 0 27px;
}
.download-file_icon {
	width: 25px;
	margin: 0 16px 0 0;
	display: block;
	height: 32px;
	float: left;
}
.download-file_col {
	overflow: hidden;
	padding: 1px 0 3px;
	min-height: 31px;
}
.download-file_name {
	color: var(--color-text);
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px;
}
.download-file_link {
	color: var(--color-link);
	font-size: 10px;
	margin: 0 8px 0 0;
	border-bottom: 1px dotted var(--color-link);
}
.download-file_link:hover {
	border: none;
	padding: 0 0 1px;
	color: var(--color-primary);
}
.download-file_size {
	color: var(--color-text-light);
	font-size: 12px;
}
.download-file.wr .download-file_icon {
	background: url("/design/images/ic4.png") no-repeat;
}
.download-file.ac .download-file_icon {
	background: url("/design/images/ic5.png") no-repeat;
}
.download-file.el .download-file_icon {
	background: url("/design/images/EL.png") no-repeat;
}

/* ===== CONTACTS INFO ===== */
.contacts-info {
	margin: 0 0 68px;
}
.contacts-info .title-block {
	margin: 0 0 42px;
}
.contacts-info h2 {
	color: var(--color-text);
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 15px;
	font-size: 16px;
}
.contacts-info_addr {
	margin: 0 0 49px;
	color: var(--color-text);
	font-size: 16px;
	padding: 17px 0 0;
	background: url("/design/images/dots.png") center -200px no-repeat;
	text-align: center;
}
.contacts-info_addr p {
	margin: 0 0 6px;
}
.contacts-info_addr a {
	color: var(--color-link);
	text-decoration: underline;
}
.contacts-info_addr a:hover {
	text-decoration: none;
	color: var(--color-primary);
}
.contacts-info_map {
	margin: 0 0 30px;
}
.contacts-info_box {
	margin: 0 0 56px;
	text-align: center;
}
.contacts-info_box h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.contacts-info_person {
	padding: 14px 0 0;
	background: url("/design/images/dots.png") center -200px no-repeat;
	margin: 0 0 19px;
}
.contacts-info_person_name {
	color: var(--color-text);
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 13px;
}
.contacts-info_person_data {
	color: var(--color-text);
}
.contacts-info_person_data p {
	margin: 0 0 5px;
}
.contacts-info_person_data a {
	color: var(--color-link);
	text-decoration: underline;
}
.contacts-info_person_data a:hover {
	text-decoration: none;
	color: var(--color-primary);
}

/* ===== OLIMPIC BLOCK ===== */
.olimpic-block {
	margin: 0 0 14px;
}
.olimpic-block .title-block {
	margin: 0 0 50px;
}
.olimpic-block_list {
	overflow: hidden;
}
.olimpic-block_list ul {
	width: 100%;
	text-align: center;
}
.olimpic-block_list ul li {
	display: inline;
	padding: 10px;
	width: 300px;
	text-align: center;
}
.olimpic-link {
	display: inline-block;
	width: 230px;
	vertical-align: top;
	text-align: center;
	margin: 0 0 50px 0;
}
.olimpic-link_pic {
	margin: 0 0 5px;
	display: table-cell;
	width: 220px;
	height: 200px;
	vertical-align: middle;
}
.olimpic-link_name {
	line-height: 1.45;
	display: block;
	color: var(--color-link);
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.olimpic-link:hover .olimpic-link_name {
	color: var(--color-primary);
}

/* ===== FILTER BLOCK ===== */
.filter-block {
	margin: 0 0 36px;
	height: 28px;
	padding: 12px 0 0 10px;
	border: 1px solid var(--color-primary);
	position: relative;
	border-radius: var(--radius);
	zoom: 1;
	display: block;
}
.filter-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.novelty-block .title-block {
	margin: 0 0 28px;
}

/* ===== PREV ARTICLE ===== */
.prev-article {
	padding: 0 0 41px;
	border-bottom: 1px solid var(--color-border);
	margin: 0 0 34px;
}
.prev-article_photo {
	float: left;
	margin: 0 26px 0 0;
	min-width: 208px;
}
.prev-article_photo img {
	position: relative;
	border-radius: var(--radius);
}
.prev-article_column {
	overflow: hidden;
}
.prev-article_date {
	color: var(--color-primary);
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 14px;
}
.prev-article_link {
	min-height: 76px;
	margin: 0 0 20px;
	line-height: 1.35;
}
.prev-article_link a {
	color: var(--color-link);
}
.prev-article_link a:hover {
	color: var(--color-primary);
}
.prev-article_loc em {
	color: var(--color-text-light);
	padding: 0 0 0 16px;
	font-size: 12px;
	background: url("/design/images/icons.png") 0 -94px no-repeat;
}
.prev-article.last {
	border-bottom: 1px solid var(--color-primary);
	margin: 0 0 46px;
}

/* ===== FILTERS ===== */
.category-filter,
.region-filter,
.date-filter {
	float: left;
	position: relative;
	width: 210px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: url("/design/images/ic6.png") right center no-repeat;
}
.sport-filter {
	width: 210px;
	float: left;
	position: relative;
}
.category-filter_name,
.sport-filter_name {
	float: left;
	padding: 0 0 2px 22px;
	margin: 0 13px 0 0;
}
.region-filter_name {
	float: left;
	margin: 0 13px 0 0;
	padding: 0 0 0 21px;
}
.date-filter_name {
	padding: 0 0 0 24px;
	float: left;
	margin: 0 11px 0 0;
}
.category-filter_link,
.sport-filter_link,
.region-filter_link,
.date-filter_link {
	float: left;
	color: #154f96;
	border-bottom: 1px dotted #154f96;
}
.category-filter_link:hover,
.sport-filter_link:hover,
.region-filter_link:hover,
.date-filter_link:hover {
	border: none;
	padding: 0 0 1px;
	color: var(--color-primary);
}
.date-filter input {
	float: left;
	border: none;
	background: none;
}
.category-filter_pop,
.sport-filter_pop,
.region-filter_pop,
.date-filter_pop {
	display: none;
	position: absolute;
	background: var(--color-bg);
	border: 2px solid var(--color-primary);
	z-index: 100;
	padding: 21px 0 14px 25px;
}
.category-filter_pop {
	left: 0;
	top: 29px;
	width: 414px;
}
.sport-filter_pop {
	left: -291px;
	top: 29px;
	width: 414px;
}
.region-filter_pop {
	right: 0;
	top: 29px;
	width: 618px;
	background: var(--color-bg-light);
	padding: 22px;
}
.date-filter_pop {
	left: -11px;
	top: 29px;
	width: 540px;
	padding: 20px 0 20px 25px;
}
.category-filter_pop__col,
.sport-filter_pop__col {
	float: left;
	width: 130px;
	margin: 0 8px 0 0;
}
.category-filter_pop__col ul li,
.sport-filter_pop__col ul li {
	list-style-type: none;
	padding: 0 0 13px;
}
.category-filter_pop__col ul li > strong,
.sport-filter_pop__col ul li > strong {
	text-transform: uppercase;
	display: block;
	margin: 0 0 4px;
}
.category-filter_pop__col ul li a,
.sport-filter_pop__col ul li a {
	color: var(--color-link);
}
.category-filter_pop__col ul li a:hover,
.sport-filter_pop__col ul li a:hover {
	color: var(--color-primary);
}
.date-filter_pop__art {
	float: left;
	font-size: var(--font-size-base);
	font-weight: bold;
	margin: 3px 0 0 0;
}
.date-filter_pop #datepicker,
.date-filter_pop #datepicker1 {
	float: left;
}
.category-filter.open .category-filter_pop,
.sport-filter.open .sport-filter_pop,
.region-filter.open .region-filter_pop,
.date-filter.open .date-filter_pop {
	display: block;
}

/* ===== DATEPICKER ===== */
.ui-datepicker {
	margin: 0 20px;
	width: 215px;
	padding: 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	display: none;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}
.ui-datepicker th {
	padding: 0;
	color: #676767;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	border: 0;
}
.ui-datepicker th.ui-datepicker-week-end {
	color: var(--color-primary);
}
.ui-datepicker th span {
	display: block;
	width: 21px;
	height: 21px;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	line-height: 21px;
	width: 21px;
	height: 21px;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker td a:hover {
	background: var(--color-primary);
	color: var(--color-white);
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-datepicker-week-end .ui-state-default {
	color: var(--color-primary);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	background: var(--color-secondary) !important;
	color: var(--color-white);
}

/* ===== PAGINATION ===== */
.pagi {
	margin: 0 0 66px;
	text-align: center;
	color: #154f96;
}
.pagi ul {
	display: inline;
}
.pagi ul li {
	display: inline;
	padding: 0 5px 0 13px;
	background: url("/design/images/ic6.png") left center no-repeat;
}
.pagi ul li:first-child {
	background: none;
}
.pagi ul li a {
	color: #154f96;
	text-decoration: none;
}
.pagi ul li a:hover {
	color: var(--color-primary);
}
.pagi .prev,
.pagi .next {
	color: #154f96;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}
.pagi .prev {
	margin: 0 18px 0 0;
}
.pagi .next {
	margin: 0 0 0 23px;
}
.pagi .prev:hover,
.pagi .next:hover {
	text-decoration: none;
	color: var(--color-primary);
}
.pagi li.active a,
.pagi li.active a:hover {
	font-weight: bold;
	color: #154f96;
}
.pagi .prev.noactive,
.pagi .next.noactive {
	text-decoration: none;
	color: #c1c1c1;
	cursor: default;
}

/* ===== PHOTO BLOCK ===== */
.photo-block {
	margin: 0 0 36px;
}
.photo-block .title-block {
	margin: 0 0 28px;
}
.photo-block_section {
	margin: 0 0 13px;
}
.photo-block_section h2 {
	margin: 0 0 22px;
	text-align: center;
	color: var(--color-primary);
	font-size: 24px;
	text-transform: uppercase;
}
.photo-block_list {
	overflow: hidden;
	width: var(--width-content);
}
.photo-block_list ul {
	width: 972px;
}
.photo-block_list ul li {
	list-style-type: none;
	margin: 0 35px 33px 0;
	float: left;
	width: 208px;
	height: 141px;
	display: block;
}
.photo-block_list ul li img {
	position: relative;
	opacity: 1;
	border-radius: var(--radius);
}
.photo-block_list ul li img:hover {
	opacity: 0.7;
}

/* ===== FOOTER ===== */
.sub_footer,
.footer {
	min-width: var(--width-content);
	height: 266px;
	clear: both;
	margin: 0 auto;
}
.footer {
	position: relative;
	margin-top: 0;
	height: 265px;
	border-top: 1px solid #009054;
}
.footer_wrap {
	border-top: 1px solid var(--color-border);
	height: 131px;
}
.footer_ins {
	width: var(--width-content);
	padding: 26px 0 0;
	margin: 0 auto;
	position: relative;
}
.copyright {
	color: var(--color-text-light);
	text-align: center;
	font-size: 11px;
	margin: 0 0 15px;
}
.copyright p {
	margin: 0 0 6px;
}
.copyright a {
	text-decoration: underline;
}
.studio {
	color: var(--color-text-light);
	text-align: center;
	font-size: 11px;
}
.studio a {
	margin: 0 0 0 9px;
}
.tooltip {
	text-decoration: none;
	border-bottom: 1px dashed #000080;
}

/* ===== PRINT STYLES ===== */
@media print {
	.mobo,
	div#russia_map,
	nav,
	.bx-panel,
	nav.nav,
	#table_soc_icons1,
	.table_soc_icons1,
	.table_soc_icons2,
	.contrast-version,
	img.plus,
	div.plus,
	.breadcrumbs,
	.lang,
	.personal-cabinet-link,
	.search-block,
	.file,
	.prev-novelty_loc,
	.muzz,
	.news-property,
	.addthis_toolbox,
	#bx-panel {
		display: none;
	}
	body {
		background-color: #FFFFFF;
		font-family: tahoma;
		color: #000000;
	}
	#content {
		background-color: #FFFFFF;
		padding: 5px;
		font-size: 15px;
		color: #000000;
		width: 600px;
	}
	.logo {
		width: 700px;
	}
}

/* ===== PROGRESS BAR ===== */
progress {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 3px;
	appearance: none;
	border: none;
	background: transparent;
	color: var(--color-primary);
	z-index: var(--z-index-max);
}
progress::-webkit-progress-bar {
	background: transparent;
	border-radius: 3px;
	z-index: var(--z-index-max);
}
progress::-webkit-progress-value {
	background: var(--color-primary);
	border-radius: 3px;
	z-index: var(--z-index-max);
}
progress::-moz-progress-bar {
	background: var(--color-primary);
	border-radius: 3px;
	z-index: var(--z-index-max);
}
.progress-container {
	width: 100%;
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	height: 3px;
	display: block;
	z-index: var(--z-index-max);
}
.progress-bar {
	background: var(--color-primary);
	width: 0%;
	display: block;
	height: inherit;
	z-index: var(--z-index-max);
}
hr {
	border-bottom: 1px solid var(--color-primary);
	height: 0;
	color: white;
	border-top: 0;
}
.bx-caption {
	display: none;
}
.oneplus {
	right: 345px;
	top: 82px;
	position: absolute;
}
.twoplus {
	right: 213px;
	top: 82px;
	position: absolute;
}
#nullp {
	right: 353px;
	top: 44px;
	position: absolute;
}
.vidsp_bl {
	margin: 20px 3px 20px 0;
}
.vidsp {
	border: 1px solid var(--color-link);
	color: var(--color-link);
	padding: 4px;
	border-radius: var(--radius);
	display: inline-block;
	margin: 3px;
}
.vidsp:hover {
	border-color: var(--color-primary);
	color: var(--color-primary);
}
.gotoymaps {
	display: none;
}

/* ===== MEDIA QUERIES ===== */
@media all and (min-width: 768px) and (min-height: 1024px) {
	#mobile {
		display: none;
	}
}
@media all and (min-width: 1536px) and (min-height: 2048px) {
	#mobile {
		display: none;
	}
}
@media screen and (device-aspect-ratio: 40/71) {
	#mobile {
		display: none;
	}
}
.novelty-block .vidds {
	margin-left: 234px;
	position: relative;
}
.prev-novelty_locs {
	margin-left: 234px;
	position: relative;
	background: url("/design/images/icons.png") 0 -94px no-repeat;
	padding: 0 0 0 16px;
}
ymaps.ymaps-2-1-73-ground-pane,
ymaps.ymaps-2-1-76-copyrights-pane,
ymaps.ymaps-2-1-76-controls-pane,
ymaps.ymaps-2-1-76-ground-pane {
	display: none;
}
.ymaps-2-1-76-map-bg-ru,
.ymaps-2-1-76-map-bg {
	background: none !important;
}

/* ===== УТИЛИТЫ ===== */
.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; }
.font-bold { font-weight: bold; }
.flex-container { display: flex; align-items: center; }
.flex-between { display: flex; justify-content: space-between; align-items: center; }
.flex-center { display: flex; justify-content: center; align-items: center; }
.flex-wrap { flex-wrap: wrap; }
.flex-column { flex-direction: column; }
.mb-sm { margin-bottom: 10px; }
.mb-md { margin-bottom: 15px; }
.mb-lg { margin-bottom: 20px; }
.mb-xl { margin-bottom: 25px; }
.p-sm { padding: 10px; }
.p-md { padding: 15px; }
.p-lg { padding: 20px; }
.p-xl { padding: 25px; }
@media (max-width: 767px) {
	.mobile-hide { display: none !important; }
}
@media (min-width: 768px) {
	.mobile-only { display: none !important; }
}
.gpu-accelerated {
	transform: translateZ(0);
	backface-visibility: hidden;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* End */


/* Start:/design/styles/jsmenu/demo.css?17682233864167*/
/*
	Todd Motto Labs
	URL: www.toddmotto.com
*/

/*------------------------------------*\
    Flaunt JS Navigation
\*------------------------------------*/

:root {
	--nav-color-primary: #009055;
	--nav-color-hover: #154f96;
	--nav-color-bg: #009055;
}

.nav {
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
	zoom: 1;
	position: relative;
}
.nav-item:hover .nav-submenu {
	display: block;
}

/* Navigation submenu */
.nav-submenu {
	display: none;
	position: absolute;
	left: 0;
	width: 180px;
}
.nav-submenu-item a {
	/* background: #8B2770; */
	border-bottom: 1px solid green;
	display: block;
	padding: 15px;
}
.nav-submenu-item a:hover {
	background: var(--nav-color-hover);
}

/* Mobile navigation */
.nav-mobile {
	display: none; /* Hide from browsers that don't support media queries */
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	border-left: solid 1px var(--nav-color-primary);
	background: var(--nav-color-bg) url(/design/styles/jsmenu/../img/nav.svg) no-repeat center center;
	background-size: 18px;
	height: 50px;
	width: 50px;
}

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: solid 1px var(--nav-color-primary);
	height: 49px;
	width: 50px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 48px;
	width: 48px;
	background: url(/design/styles/jsmenu/../img/drop.svg) no-repeat center center;
	background-size: 20px;
}
.nav-click:hover {
	background-color: var(--nav-color-bg);
}
.nav-rotate {
	transform: rotate(180deg);
}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

ul.nav-submenu {
	display: none;
}

@media only screen and (max-width: 890px) {
	.f-nav {
		z-index: 9999 !important;
		position: fixed !important;
		left: 0 !important;
		top: 0 !important;
		width: 100%;
	}
	.header .top-navi {
		height: auto !important;
	}
	.top-navi_link {
		float: none !important;
	}
	.top-navi_item {
		padding: 0 !important;
		background: none;
	}
	.top-navi_item:hover .top-navi_drop {
		display: none !important;
	}
	.nav-mobile {
		display: block;
	}
	.nav {
		width: 100%;
		padding: 50px 0 0;
	}
	.nav-list {
		display: none;
	}
	.nav-item {
		width: 100%;
		float: none;
	}
	.nav-item > a {
		padding: 15px;
	}
	.nav-click {
		display: block;
	}
	.nav-mobile-open {
		border-radius: 5px 5px 0 0;
	}
	.nav-item:hover .nav-submenu {
		display: none;
	}
	.nav-submenu {
		position: static;
		width: 100%;
	}
	.nav-item a {
		display: block;
		color: #FFF;
	}
	.search-block {
		left: 10px;
		top: 157px !important;
		z-index: 300 !important;
		background-color: white;
		position: absolute;
	}
	.personal-cabinet-link {
		top: 110px !important;
		z-index: 300 !important;
		left: 250px;
		background-color: var(--nav-color-primary);
		right: auto !important;
	}
	.oneplus {
		top: 110px !important;
		z-index: 300 !important;
		left: 380px;
		height: 25px !important;
	}
	.twoplus {
		top: 110px !important;
		z-index: 300 !important;
		left: 420px;
		height: 25px !important;
	}
	#nullp {
		left: 318px;
		top: 10px !important;
		right: auto !important;
	}
	#table_soc_icons1 {
		left: 350px !important;
		top: 10px !important;
	}
	.logo {
		width: 52vw !important;
	}
	#logo {
		width: 52vw !important;
		height: auto !important;
		max-height: 120px !important;
		object-fit: contain !important;
	}
	#mobile {
		display: none !important;
	}
	.lang {
		left: 250px;
		top: 10px !important;
		right: auto !important;
	}
	.upp {
		text-transform: uppercase;
	}
	.tab {
		padding-left: 30px !important;
	}
}

@media only screen and (max-width: 525px) {
	.small-only {
		display: table;
		width: 100%;
	}
	th.st-head-row {
		border-top: 2px solid green;
	}
	.large-only {
		display: none;
	}
}

@media only screen and (max-width: 450px) {
	.logo {
		font-size: 5vw;
		width: 70vw;
	}
	.twoplus {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	#table_soc_icons1 {
		left: 250px !important;
		top: 82px !important;
	}
	.header .logo {
		top: 3px !important;
	}
}

.small-only {
	display: none;
}
.large-only {
	display: table;
}

/* End */


/* Start:/design/styles/mobile.css?17682233863173*/
/* ===== МОБИЛЬНЫЕ СТИЛИ (max-width: 940px) ===== */
@media only screen and (max-width: 940px) {
	header.header,
	.baners,
	nav.top-navi,
	.top-block_ins,
	.section-block_list ul,
	.section-block_list,
	.top-block,
	.prev-items-block_list,
	.sub_footer,
	.footer_ins,
	.contacts-block,
	.footer,
	.contentanons,
	.content,
	.prev-items-block,
	.calendar-block_ins,
	.subsection-block,
	.subsection-block ul {
		width: 100% !important;
	}
	.fotorama__wrap {
		margin: 0 auto;
	}
	.slider {
		margin: 0 auto;
		float: none !important;
	}
	div.side {
		float: none !important;
		margin: 0 auto !important;
		max-width: 300px !important;
		width: 100%;
	}
	.section-block_list ul li {
		margin: 0 auto !important;
	}
	.top-block,
	.footer {
		min-width: 0 !important;
	}
	.prev-items-block_item,
	.prev-items-block_item1 {
		margin: 0 auto 35px !important;
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.section-block_list,
	.prev-items-block_list {
		text-align: center;
	}
	.top-navi_link {
		padding: 0 1vw !important;
	}
	.logo {
		width: 30vw;
	}
	#logo {
		width: 30vw;
		height: auto;
		max-height: 120px;
		object-fit: contain;
	}
	ul#days {
		width: auto !important;
		float: left !important;
	}
	.text-block.marg {
		margin: 0 5px 69px;
	}
	.form-table input[type="text"],
	.form-table textarea {
		width: 95%;
	}
	.search-block_text {
		width: auto !important;
	}
	.pagi .prev,
	.pagi .next {
		overflow: hidden;
	}
	form.ts-form.ts-filter.news {
		margin: 0 0 36px;
		padding: 12px 0 0 10px;
		display: block !important;
		height: auto !important;
	}
	.filter-block {
		display: none;
	}
	.top-block_ins {
		height: auto !important;
	}
	.rightside {
		display: block !important;
		width: 100% !important;
		margin: 10px 0 0 0;
		float: none;
	}
	.top-block.bg {
		background-attachment: scroll;
	}
}

/* ===== МОБИЛЬНЫЕ СТИЛИ (max-width: 604px) ===== */
@media only screen and (max-width: 604px) {
	.contacts-block_phone,
	.contacts-block_mail,
	.contacts-block_addr {
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
	.slide_box {
		display: none;
	}
	.slider {
		width: 100% !important;
	}
	.bx-caption {
		display: block;
	}
	.bx-pager {
		bottom: 5px !important;
		width: 90% !important;
		left: 20px !important;
		text-align: left;
	}
	div.slide_pic,
	.bx-caption {
		margin: 0 auto !important;
	}
	.novelty-block .prev-novelty_locs,
	.novelty-block .vidds {
		clear: both;
		margin-left: 5px !important;
		margin-top: 10px;
	}
	.bx-caption span {
		padding-bottom: 40px !important;
		font-size: 0.9em !important;
	}
	div.slide_pic {
		width: 100% !important;
	}
}

/* ===== МОБИЛЬНЫЕ СТИЛИ (max-width: 554px) ===== */
@media only screen and (max-width: 554px) {
	header.header .logo,
	.header .logo {
		display: none !important;
	}
	#table_soc_icons1 {
		left: 247px !important;
		top: 42px !important;
	}
	.personal-cabinet-link {
		top: 75px !important;
	}
	.oneplus {
		top: 110px !important;
		z-index: 300 !important;
		left: 245px;
		height: 25px !important;
	}
	.twoplus {
		top: 110px !important;
		z-index: 300 !important;
		left: 285px;
		height: 25px !important;
	}
}

/* End */


/* Start:/design/styles/snow/snow.css?1766996862778*/
/* Стили для эффекта снега */
.snow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
    overflow: hidden;
}

.snowflake {
    position: absolute;
    color: #fff;
    font-size: 1em;
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    user-select: none;
    pointer-events: none;
    animation: fall linear infinite;
}

@keyframes fall {
    to {
        transform: translateY(100vh) rotate(360deg);
    }
}

@keyframes drift {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(20px);
    }
}

.snowflake.drift {
    animation: fall linear infinite, drift 3s ease-in-out infinite;
}


/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1615923539947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/paraolympics_resp/styles.css?17536895191746*/
/* Оптимизированные стили для sport/template.php */
.fotorama .any {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    font-family: Georgia, serif;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    padding-top: 155px;
    line-height: normal;
}
.fotorama .inverse {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
/* Минимальные стили для аккордеонов и файлов */
.button, .button[class^="button"] {
    width: 100%;
    cursor: pointer;
    background: #f0f4ff;
    color: #1a237e;
    border: none;
    border-radius: 8px;
    margin: 18px 0 0 0;
    padding: 10px 0 8px 0;
    font-size: 1.1rem;
    font-weight: 600;
    transition: background 0.2s;
    text-align: left;
}
.button:hover, .button[class^="button"]:hover {
    background: #e3eaff;
}
.iv, .iv[class^="iv"] {
    display: none;
    background: #f5f7fa;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin: 0 0 18px 0;
    padding: 14px 12px;
}
.download-file.wr, .download-file.el {
    display: flex;
    align-items: flex-start;
    background: #f5f7fa;
    border-radius: 8px;
    margin: 10px 0;
    padding: 8px 10px;
}
.download-file_icon {
    width: 28px;
    height: 28px;
    background: url('/design/icons/download.svg') no-repeat center center/contain;
    margin-right: 10px;
    flex-shrink: 0;
}
.download-file_col {
    flex: 1;
}
.download-file_name {
    font-weight: 500;
    color: #263238;
    margin-bottom: 2px;
}
.download-file_link {
    color: #1976d2;
    text-decoration: underline;
    font-size: 1rem;
    margin-right: 8px;
}
.download-file_link:hover {
    color: #0d47a1;
}
.download-file_size {
    color: #757575;
    font-size: 0.95em;
}

/* End */
/* /design/styles/fixes.css?17682234113243 */
/* /design/styles/style.css?176822324347330 */
/* /design/styles/jsmenu/demo.css?17682233864167 */
/* /design/styles/mobile.css?17682233863173 */
/* /design/styles/snow/snow.css?1766996862778 */
/* /bitrix/components/bitrix/breadcrumb/templates/coffeediz.schema.org/style.css?1615923539947 */
/* /bitrix/templates/paraolympics_resp/styles.css?17536895191746 */
