@charset "utf-8";

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-light-webfont.eot');
	src: url('../fonts/pfsquaresanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-light-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-light-webfont.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-meditalic-webfont.eot');
	src: url('../fonts/pfsquaresanspro-meditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-meditalic-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-meditalic-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-medium-webfont.eot');
	src: url('../fonts/pfsquaresanspro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-medium-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-medium-webfont.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-regular-webfont.eot');
	src: url('../fonts/pfsquaresanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-regular-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-italic-webfont.eot');
	src: url('../fonts/pfsquaresanspro-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-italic-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-bold-webfont.eot');
	src: url('../fonts/pfsquaresanspro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-bold-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-bold-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-bolditalic-webfont.eot');
	src: url('../fonts/pfsquaresanspro-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-bolditalic-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-bolditalic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-xblack-webfont.eot');
	src: url('../fonts/pfsquaresanspro-xblack-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-xblack-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-xblack-webfont.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'PF Square Sans Pro';
	src: url('../fonts/pfsquaresanspro-xblackital-webfont.eot');
	src: url('../fonts/pfsquaresanspro-xblackital-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfsquaresanspro-xblackital-webfont.woff') format('woff'), url('../fonts/pfsquaresanspro-xblackital-webfont.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

html,
body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #eff2f5;
	font: normal 14px/20px 'PF Square Sans Pro', Arial, Helvetica, sans-serif;
	color: #404040;
	-webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input,
select,
textarea,
button,
.checks label span,
.jcf-select-text,
.err-text {
	font: normal 14px 'PF Square Sans Pro', Arial, Helvetica, sans-serif;
	text-transform: none;
	letter-spacing: normal;
	color: #404040;
	outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select,
.jcf-select-text,
.checks label span,
.err-text,
.radio,
.checkbox {
	display: block;
	position: relative;
	-webkit-appearance: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cbd7e2;
	background: #fff;
	margin: 0;
	padding: 8px 14px;
	width: 100%;
}

.placeholder {
	font-style: italic;
	color: #9A9A9A;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #ADC2D6;
	box-shadow: inset 0 3px 6px rgba(173, 194, 214, 0.3);
	-webkit-box-shadow: inset 0 3px 6px rgba(173, 194, 214, 0.3);
}

input[readonly],
textarea[readonly],
input:disabled,
textarea:disabled,
.jcf-disabled .jcf-select-text {
	border-color: #cbd7e2!important;
	background-color: #f7f8f9;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}

.jcf-select.jcf-disabled select {
	cursor: default;
}

input.center,
textarea.center,
.jcf-select-center .jcf-select-text {
	text-align: center;
}

.jcf-select-center .jcf-select-text {
	padding-left: 0;
}

.jcf-disabled .jcf-select-text {
	cursor: default;
}

textarea {
	line-height: 20px;
	height: 70px;
	resize: none;
}

.input-hold {
	position: relative;
}

.error .jcf-select-text,
.error .jcf-select-text:after,
.error input,
.error input,
.error .textarea,
.error .radio {
	border-color: #ff929f;
	background-color: #fff5f6;
}

.error input,
.error .textarea {
	padding-right: 34px;
	background-image: url(../img/exclamation.svg);
	background-size: auto 17px;
	background-repeat: no-repeat;
	background-position: 100% 8px;
}

.pic-info {
	position: absolute;
	top: 50%;
	left: 100%;
	cursor: help;
	background: url(../img/pic-info.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: auto 100%;
	margin: -8.5px 6px;
}

.label {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	color: #718596;
}

.label2 {
	color: inherit;
	margin-bottom: 15px;
}

.title1.label1 {
	padding-bottom: 0;
	border-bottom: 0;
}

.err-text {
	position: absolute;
	top: 0;
	left: 100%;
	color: #D0021B;
	margin: 1px 0 0 20px;
	z-index: 30;
	border: 0;
	background: none;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
}

.jcf-select {
	display: block;
	position: relative;
}

.jcf-select select {
	cursor: pointer;
	z-index: 5;
}

.jcf-select-text {
	z-index: 4;
	padding-right: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jcf-select-text:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 24px;
	border-left: 1px solid #cbd7e2;
	background: #f4f6f9 url(../img/select-arr.svg) no-repeat 50% 50%;
	background-size: auto 5px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.jcf-select-small select,
.jcf-select-small .jcf-select-text,
input.small,
textarea.small,
.btn.small2,
.checks.small label span {
	text-transform: uppercase;
	font-size: 12px;
}

.jcf-select-small .jcf-select-text,
input.small,
textarea.small,
.btn.small2,
.checks.small label span {
	padding-top: 9px;
	padding-bottom: 9px;
	height: 35px;
}

.btn.small2 {
	font-weight: bold!important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: normal;
}

.placeholder.small {
	font-style: normal;
}

input.grey-style,
textarea.grey-style {
	background-color: #fff;
	border-color: #fff;
}

.jcf-select-grey-style .jcf-select-text,
.checks.grey-style label span,
.btn.grey-style,
.checkbox.grey-style,
.radio.grey-style {
	font-weight: 600;
	color: #718596;
	background-color: #f4f6f9;
	border-color: #f4f6f9;
}

.checks.grey-style label span {
	border-left-color: #cbd7e2;
	border-right-color: #cbd7e2;
}

.checks.grey-style label:first-child span {
	border-left-color: #f4f6f9;
}

.checks.grey-style label:last-child span {
	border-right-color: #f4f6f9;
}

.checks.grey-style label input:checked + span {
	color: #fff;
	background-color: #80bb3d;
	border-color: #80bb3d;
}

.jcf-select-grey-style .jcf-select-text:after {
	border: 0;
	background-color: transparent;
}

.checks {
	font-size: 0;
}

.checks label {
	cursor: pointer;
}

.checks label span {
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: center;
	min-width: 110px;
	margin: 0 -1px 0 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.checks.three label span {
	width: 33.33%;
}

.checks label input:checked + span {
	color: #fff;
	background-color: #8a9eb0;
	border-color: #8a9eb0;
}

.checks label:first-child span {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.checks label:last-child span {
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.checks2 {
	margin-right: -25px;
}

.checks2 label {
	white-space: nowrap;
	cursor: pointer;
	margin-right: 25px;
}

.radio,
.checkbox {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	margin: 0 7px 0 0;
	position: relative;
	top: -1px;
}

.radio {
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.radio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 5px;
	background: #8a9eb0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	opacity: 0;
}

input:checked + .radio {
	background-color: #f4f6f9;
}

input:checked + .radio:before {
	opacity: 1;
}

.checkbox {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: 0 -10000px;
	background-size: auto 8px;
}

input:checked + .checkbox {
	background-position: 50% 50%!important;
	border-color: #689e2c!important;
	background-color: #80bb3d!important;
}

.outtaHere {
	position: absolute!important;
	left: -10000px!important;
}

.jcf-scrollbar-vertical {
	right: 0;
	top: 0;
	bottom: 0;
	margin: 8px 0;
	height: auto!important
}

.jcf-scrollbar-slider {
	height: 100%!important;
}

.jcf-scrollbar-handle {
	width: 6px;
	left: -14px;
	background: #D1E0EE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
	display: block;
}

img {
	border: 0;
	vertical-align: top;
}

a,
.select-city .toggle,
.title1 .norm a {
	color: #004B8D;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a.inh {
	color: inherit;
}

a:hover {
	color: #974499!important;
}

strong {
	font-weight: bold;
}

p,
ol,
ul {
	margin: 0 0 10px 0;
}

ol,
ul {
	list-style: none;
	padding: 0;
}

li {
	padding: 0 0 0 40px;
	position: relative;
}

li:before {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}

ul > li:before {
	content: '•';
}

ol {
	counter-reset: li;
}

ol > li:before {
	content: counter(li);
	counter-increment: li;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.title1 {
	text-transform: uppercase;
	color: #2C3741;
	letter-spacing: normal;
	font-weight: 900;
	font-style: normal;
	line-height: 1.222;
	margin: 30px 0 16px 0;
}

h1,
.h1 {
	font-size: 36px;
	margin-top: 0;
}

h2 {
	font-size: 24px;
	margin-bottom: 12px;
}

.article-main h2 {
	margin: 10px 0;
}

h2:first-child {
	margin-top: -3px;
}

h3 {
	font-size: 20px;
	margin-bottom: 13px;
}

.article-main h3 {
	margin: 29px 0 11px 0;
}

h4,
h5,
h6 {
	font-size: 16px;
}

.grey {
	color: #9A9A9A;
}

.grey2 {
	color: #718596;
}

.grey3 {
	color: #8A9EB0;
}

.blue {
	color: #004B8D;
}

.nowrap {
	white-space: nowrap;
}

.cover-link {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.half {
	width: 50%;
	float: left;
}

.nofloat {
	height: 100%;
	overflow: hidden;
}

.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.inline {
	display: inline-block;
	text-align: left;
}

.btn {
	-webkit-appearance: none;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	text-align: center;
	text-decoration: none!important;
	text-transform: uppercase;
	position: relative;
	color: #fff;
	cursor: pointer;
	border: 0;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 12px;
	padding: 0 20px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
}

input.btn {
	line-height: normal!important;
}

.btn.big-text {
	font-size: 14px;
	text-transform: none;
}

.btn.bg-green {
	background: #53b02d;
	background: #53b02d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzYjAyZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4NGMxMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #53b02d 0%, #84c119 100%);
	background: -webkit-linear-gradient(left, #53b02d 0%, #84c119 100%);
	background: linear-gradient(to right, #53b02d 0%, #84c119 100%);
}

.btn.bg-green,
.btn.bg-green:hover {
	color: #fff!important
}

.btn.bg-blue,
.title1-bg.bg-blue,
.slider-events .big1:before {
	background: #004b8d;
	background: #004b8d url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwNGI4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzA0NjdiZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(left, #004b8d 1%, #0467be 99%);
	background: -webkit-linear-gradient(left, #004b8d 1%, #0467be 99%);
	background: linear-gradient(to right, #004b8d 1%, #0467be 99%);
}

.btn.bg-blue,
.btn.bg-blue:hover {
	color: #fff!important
}

.btn.bg-yellow {
	background-color: #ffdd00;
}

.btn.bg-yellow,
.btn.bg-yellow:hover {
	color: #404040!important;
}

.btn.bg-dark {
	background: #4D5D6C;
}

.btn.bg-dark,
.btn.bg-dark:hover {
	color: #ADC2D6!important;
}

.btn.bg-white {
	color: #718596;
	background: #fff;
	box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0,75,141,0.11);
}

.btn.bg-white:hover {
	color: #718596!important;
}

.btn.bg-grey {
	color: #fff;
	background: #adc2d6;
}

.btn.bg-grey:hover {
	color: #fff!important;
}

.btn.disabled {
	cursor: default;
}

.btn.bordered {
	box-shadow: inset 0 0 0 1px #cbd7e2;
	-webkit-box-shadow: inset 0 0 0 1px #cbd7e2;
	background: #f4f6f9;
}

.btn.bordered,
.btn.bordered:hover {
	color: #718596!important;
}

.btn.big {
	height: 42px;
	line-height: 42px;
	border-radius: 21px;
	-webkit-border-radius: 21px;
}

.btn.small {
	border-radius: 13px;
	-webkit-border-radius: 13px;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	padding: 0 10px;
	text-transform: none;
}

.hr {
	clear: both;
	height: 2px;
	overflow: hidden;
	margin: 20px 0;
	background: #d1e0ee;
}

.hr2 {
	margin: 30px 0 27px 0;
	border-top: 1px dashed #d1e0ee;
}

.sep {
	margin: 0 0.3em;
}

a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.container:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrapper,
.footer {
	max-height: 9001em;
	min-height: 100%;
	min-width: 1220px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

.bg-ball1,
.bg-ball2,
.bg-ball3 {
	position: absolute;
	opacity: 0.3;
	width: 508px;
	height: 516px;
	background: url(../img/bg-ball.svg) no-repeat;
	background-size: 100% auto;
}

.bg-ball1,
.bg-ball3 {
	left: 50%;
}

.bg-ball1 {
	top: 245px;
	margin-left: 630px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.bg-ball2 {
	top: 610px;
	right: 50%;
	margin-right: 640px;
}

.bg-ball3 {
	top: 1345px;
	margin-left: 645px;
	-webkit-transform: rotate(45deg);
	transform: rotate(-60deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
}

.container {
	width: 1220px;
	padding: 0 25px;
	margin: 0 auto;
	position: relative;
}

.header {
	background: #fff;
	padding: 0 0 19px 0;
	min-height: 165px;
}

.header,
.header a {
	color: #8A9EB0;
}

.header .logo {
	float: left;
	margin: 26px 0 0 0;
}

.header .logo img {
	height: 99px;
	width: 221px;
}

.header .r,
.footer .r {
	float: right;
	width: 870px;
}

.header .t {
	padding: 15px 0 12px 0;
	border-bottom: 1px solid #cbd7e2;
	margin: 0 0 19px 0;
}

.header .auth-links {
	float: right;
	white-space: nowrap;
}

.header .auth-links .bg-user:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/pic-user-dark.svg) no-repeat;
	background-size: auto 100%;
	margin: 0 7px 0 0;
	width: 14px;
	height: 14px;
	position: relative;
	top: -1px;
}

.header .menu1 > * {
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	margin: 0 23px 0 0;
}

.menu2 {
	background: #333f4a;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.menu2 .main {
	list-style: none;
	margin: 0 -35px;
	padding: 0;
}

.menu2 li:before {
	display: none;
}

.menu2 .main > li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	position: relative;
}

.menu2 .main > li > *:first-child {
	display: block;
	padding: 0 35px;
	white-space: nowrap;
	text-decoration: none;
	color: inherit;
	height: 53px;
	line-height: 53px;
}

.menu2 .main > li:hover > *:first-child {
	color: #fd0!important;
	background: #414e59;
}

.menu2 .main .sub {
	padding: 2px 0 0 0;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0;
	display: none;
}

.menu2 .main > li:hover > .sub {
	display: block;
}

.menu2 .main ul {
	white-space: nowrap;
	font-weight: normal;
	text-transform: none;
	color: #404040;
	list-style: none;
	margin: 0;
	padding: 5px 0;
	background: #fff;
	box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menu2 .main ul li {
	position: relative;
	margin: 0;
	padding: 0;
}

.menu2 .main ul li > *:first-child {
	display: block;
	color: inherit;
	text-decoration: none;
	padding: 13px 35px;
	white-space: nowrap;
}

.menu2 .main ul li > a:hover {
	background: #f4f6f9;
	color: inherit!important;
}

.menu2 .main ul li > .active {
	font-weight: bold;
	background: #fffad8;
}

.top-info {
	box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	background: #fff;
	text-align: center;
	padding: 14px 0 16px 0;
}

.top-info img {
	vertical-align: middle;
	height: 35px;
	width: auto;
	margin: -8px 10px -8px 0;
}

.top-info .btn {
	margin: -6px 0 -10px 24px;
}

.content {
	padding: 30px 0 10px 0;
}

.path {
	font-size: 13px;
	color: #718596;
	margin: -3px 0 25px 0;
}

.path a {
	color: inherit;
}

.mainContent {
	float: left;
	width: 770px;
}

.aside {
	float: right;
	width: 370px;
}

.block .mainContent {
	width: 720px;
}

.block .aside {
	width: 370px;
}

.aside2 {
	float: left;
	width: 246px;
}

.mainContent2 {
	float: right;
	width: 844px;
}

.block {
	margin: 0 0 20px 0;
	position: relative;
}

.block .block-bg {
	position: relative;
	z-index: 10;
	background: #fff;
	box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 30px 25px;
}

.block .block-bg.bg-whistle {
	background-image: url(../img/whistle.svg);
	background-repeat: no-repeat;
	background-position: 100% 1px;
}

.block .block-bg:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.block .block-bottom {
	position: relative;
	z-index: 9;
	margin: 0 0 30px 0;
}

.block .block-bottom:before,
.block .block-bottom:after {
	content: '';
	display: block;
	height: 6px;
	background: #fff;
	box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0, 75, 141, 0.11);
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	position: relative;
}

.block .block-bottom:before {
	margin: 0 10px;
	z-index: 8;
}

.block .block-bottom:after {
	margin: 0 20px;
	z-index: 7;
}

.block-bordered {
	margin: 0 0 21px 0;
	border: 2px solid #cbd7e2;
	padding: 14px 23px 14px 23px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

.block-bordered:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.block2 {
	margin: 47px 0 20px 0;
}

.block2:first-child {
	margin-top: 0;
}

.place {
	margin-bottom: 30px;
}

.place img {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.title1 {
	margin: 38px 0 20px 0;
	padding: 0 0 16px 0;
	font-size: 16px;
	line-height: 20px;
	position: relative;
	border-bottom: 2px solid #d1e0ee;
}

.title1.big {
	font-size: 20px;
}

.title1.big2 {
	padding-bottom: 0;
	border-bottom: 0;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 32px;
}

.event + .title1 {
	margin-top: 45px;
}

.title1:first-child {
	/*margin-top: -8px;*/
	margin-top: 0;
}

.title1 .r {
	float: right;
}

.title1 .norm {
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
}

.title1:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.title1 h1,
.title1 .h1,
.title1 h2,
.title1 h3,
.title1 h4,
.title1 h5,
.title1 h6 {
	font: inherit;
	display: inline;
	margin: 0;
	color: inherit;
}

.title1 a {
	color: inherit;
}

.title1 .in {
	position: relative;
}

.title1.with-bg {
	border: 0;
	text-align: center;
	color: #fff;
	margin: -30px -25px 21px -25px;
	padding: 13px 25px 0 25px;
	height: 45px;
}

.title1 .title1-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.title1 .title1-bg:before {
	content: '';
	position: absolute;
	height: 200%;
	left: 0;
	right: 0;
	top: -100%;
	margin: 0 -25px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 0 0 100px #fff;
	-webkit-box-shadow: 0 0 0 100px #fff;
}

.menu3 {
	text-transform: uppercase;
	font-size: 0;
	font-weight: 600;
	color: #718596;
	margin: 0 0 25px 0;
}

.title1.with-bg + .menu3 {
	margin-top: -12px;
}

.menu3.with-line {
	margin-bottom: 0;
}

.menu3.with-line:after {
	content: '';
	display: block;
	height: 2px;
	background: #d1e0ee;
	margin: 15px 30px 0 15px;
}

.block-bordered .menu3 {
	margin-bottom: -5px;
}

.menu3 > * {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	margin: 0 0 5px 0;
	color: inherit;
	padding: 0 17px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
}

.menu3.big {
	margin-top: 30px;
}

.menu3.big > * {
	font-size: 16px;
	padding: 0 23px;
	margin-right: -5px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
}

.block-bordered .menu3 {
	margin-left: 0;
}

.menu3 > .active {
	color: #fff!important;
	background: #8a9eb0;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}

.menu3.center {
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	margin-bottom: 0;
	padding: 0 0 12px 0;
	border-bottom: 2px solid #D1E0EE;
}

.menu3.center > * {
	padding: 0 12px;
	margin: 0 5px;
}

.article {
	padding: 6px 0 0 0;
	font-size: 14px;
	line-height: 20px;
}

.article:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article + .article {
	margin: 30px 0 0 0;
}

.article + .hr {
	margin-top: 20px;
	margin-bottom: 0;
}

.hr + .article {
	margin-top: 10px;
}

.title1.with-bg + .article {
	margin-top: -11px;
}

.article.news-article {
	padding-left: 5px;
	padding-right: 5px;
}

.article.news-article .info-list {
	margin-top: 8px;
}

.article.news-article + .hr {
	margin-top: 15px;
}

.article .photo {
	float: left;
	margin: -6px 30px 0 0;
	border: 1px solid #cbd7e2;
	width: 245px;
}

.article .photo img {
	width: 100%;
	height: auto;
}

.article .date {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.article .article-title {
	font-weight: 600;
	line-height: 18px;
	padding: 1px 0;
	margin: 0 0 12px 0;
}

.article .info-list {
	margin-top: 13px;
}

.article.forum-article .article-title {
	margin-bottom: 3px;
}

.article.forum-article .info-list {
	margin-top: 5px;
	margin-bottom: 0;
}

.article.forum-article .info-list li {
	margin-bottom: 0;
}

.info-list {
	list-style: none;
	margin: 0 -10px -15px 0;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
}

.info-list > li {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	padding: 0;
	margin: 0 10px 15px 0;
}

.info-list li:before {
	display: none;
}

.info-list a {
	color: inherit;
}

.info-list .bg-comm:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/pic-comment.svg) no-repeat;
	background-size: auto 100%;
	margin: 0 6px 0 0;
	width: 15px;
	height: 15px;
	position: relative;
}

.info-list .bg-user:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../img/pic-user.svg) no-repeat;
	background-size: auto 100%;
	margin: 0 7px 0 0;
	width: 14px;
	height: 14px;
	position: relative;
	top: -1px;
}

.info-list .tag {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 14px;
	height: 25px;
	line-height: 25px;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	background: #e7edf2;
	color: #718596;
	font-size: 13px;
}

.navigation {
	line-height: 34px;
	margin: 26px 0 0 0;
}

.navigation .btn {
	font-weight: 600;
	min-width: 34px;
	padding: 0 5px;
}

.navigation.show-more {
	text-align: center;
}

.navigation.show-more .btn {
	margin: 0;
	padding: 0 30px;
}

.navigation > * {
	margin: 0 7px 0 0;
}

.navigation .dots {
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}

.navigation .more,
.navigation .full {
	margin-right: 25px;
	min-width: 168px;
	font-weight: bold;
}

.navigation .full {
	min-width: 0;
	width: 100%;
	margin: 0;
	display: block;
}

.navigation .prev:before,
.navigation .next:before {
	content: '';
	background: url(../img/pagination-arr.svg) no-repeat;
	background-size: auto 100%;
	width: 7px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5.5px -3.5px;
}

.navigation .prev:before {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.navigation .active,
.navigation .active:hover {
	font-weight: 900;
	color: #fff!important;
	background: #8a9eb0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.corner-mini {
	width: 3px;
	height: 3px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.corner-mini:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 3px solid #f00;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.corner-mini.tl {
	top: 0;
	left: 0;
}

.corner-mini.tl:before {
	top: -3px;
	left: -3px;
}

.corner-mini.tr {
	top: 0;
	right: 0;
}

.corner-mini.tr:before {
	top: -3px;
	right: -3px;
}

.corner-mini.bl {
	bottom: 0;
	left: 0;
}

.corner-mini.bl:before {
	bottom: -3px;
	left: -3px;
}

.corner-mini.br {
	bottom: 0;
	right: 0;
}

.corner-mini.br:before {
	bottom: -3px;
	right: -3px;
}

.corner {
	width: 5px;
	height: 5px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
}

.corner:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 5px solid #eff2f5;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.block .corner:before {
	border-color: #fff;
}

.corner.tl {
	top: 0;
	left: 0;
}

.corner.tl:before {
	top: -5px;
	left: -5px;
}

.corner.tr {
	top: 0;
	right: 0;
}

.corner.tr:before {
	top: -5px;
	right: -5px;
}

.corner.bl {
	bottom: 0;
	left: 0;
}

.corner.bl:before {
	bottom: -5px;
	left: -5px;
}

.corner.br {
	bottom: 0;
	right: 0;
}

.corner.br:before {
	bottom: -5px;
	right: -5px;
}

.album-cover {
	margin-top: 27px;
}

.album-cover .album-bg {
	position: relative;
	border: 1px solid #cbd7e2;
	padding: 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
}

.album-cover .album-bottom:before,
.album-cover .album-bottom:after {
	content: '';
	display: block;
	border: 1px solid #cbd7e2;
	border-top-width: 0;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	background: #f1f4f6;
}

.album-cover .album-bottom:before {
	height: 4px;
	margin: 0 10px;
}

.album-cover .album-bottom:after {
	height: 5px;
	margin: 0 20px;
}

.album-cover .in {
	position: relative;
	height: 235px;
	overflow: hidden;
}

.aside .album-cover .in {
	height: 217px;
}

.album-cover .in img {
	height: 100%;
	width: auto;
	min-width: 100%;
}

.album-cover .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 1px 0 0;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	box-sizing: content-box;
	min-height: 36px;
	padding: 9px 5px 10px 60px;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	color: #fff;
	background: rgba(0, 75, 141, 0.8);
}

.album-cover .text img {
	width: auto;
	min-width: 0;
	height: 22px;
	left: 19px;
	top: 16px;
	position: absolute;
}

.album-cover + .navigation {
	margin-top: 15px;
}

.albums {
	margin: 30px -42px -30px 0;
}

.mainContent .albums {
	margin-right: -30px;
}

.albums:first-child {
	margin-top: 0;
}

.albums:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.albums + .navigation {
	clear: both;
}

.albums .album-cover {
	float: left;
	margin: 0 42px 30px 0;
	width: 345px;
}

.mainContent .albums .album-cover {
	margin-right: 30px;
}

.footer {
	color: #fff;
	background: #333f4a;
	font-size: 13px;
	text-transform: uppercase;
	padding: 40px 0 0 0;
	min-height: 0;
}

.footer a,
.footer a:hover {
	color: inherit!important;
}

.footer .btn {
	padding: 0 16px;
}

.footer .logo {
	float: left;
	margin: 1px 0 0 0;
}

.footer .logo img {
	width: 170px;
	height: 80px;
	position: relative;
	vertical-align: top;
	zoom: 1;
}

.footer .r2 {
	min-width: 270px;
	float: right;
	white-space: nowrap;
}

.socials {
	font-size: 0;
	margin: 14px 0 30px 0;
}

.socials:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.socials .soc {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 16px;
	text-align: left;
	text-indent: -10000px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: url(../img/socials.png) no-repeat 0 -10000px;
	background-size: auto 39px;
}

.socials .soc:first-child {
	margin-left: 0;
}

.socials .bg-fb {
	background-position: 0 0;
	background-color: #3E6A91;
}

.socials .bg-vk {
	background-position: -107px 0;
	background-color: #718596;
}

.socials .bg-yt {
	background-position: -56px 0;
	background-color: #EB5422;
}

.socials2 {
	font-size: 0;
	margin: 0 -15px 35px 0;
	white-space: nowrap;
}

.socials2 .soc {
	display: inline-block;
	vertical-align: top;
	width: 42px;
	height: 42px;
	margin: 0 15px 0 0;
	text-align: left;
	text-indent: -10000px;
	background: url(../img/socials2.png) no-repeat 0 -10000px;
	background-size: auto 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.socials2 .vk {
	background-color: #54769b;
	background-position: 0 0;
}

.socials2 .fb {
	background-color: #3a5ba0;
	background-position: -54px 0;
}

.socials2 .goo {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #CBD7E2;
	-webkit-box-shadow: inset 0 0 0 1px #CBD7E2;
	background-position: -108px 0;
}

.socials2 .tw {
	background-color: #2ca7e0;
	background-position: -162px 0;
}

.socials2 .od {
	background-color: #f2720c;
	background-position: -217px 0;
}

.footer .bmenu ul {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 196px;
}

.footer .bmenu li {
	margin: 12px 0 0 0;
	padding: 0;
}

.footer .bmenu li:before {
	display: none;
}

.footer .bmenu li:first-child {
	margin-top: 0!important;
}

.footer .bmenu .active {
	font-weight: bold;
}

.footer .b {
	margin: 35px 0 0 0;
	font-size: 14px;
	text-transform: none;
	color: #A4A4A4;
	text-align: center;
	padding: 15px 0 19px 0;
	border-top: 1px solid #485560;
}

.sort2 {
	margin: -5px 0 -5px 10px;
	float: right;
	line-height: 35px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #718596;
	white-space: nowrap;
}

.sort2.sort-inline {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: -8px 0;
}

.sort2 .input-hold {
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 11px;
}

.sort2 .w1 {
	width: 81px;
}

.sort2 .w2 {
	width: 127px;
}

.sort {
	font-size: 12px;
	text-transform: uppercase;
	color: #718596;
}

.sort a {
	color: inherit;
}

.sort .active,
.sort .sep {
	color: #404040;
}

.sort .active {
	font-weight: bold;
}

.filter {
	line-height: 35px;
	margin: -10px 0 20px 0;
}

.filter2 + .filter {
	margin-top: -3px;
}

.filter:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filter .cell {
	text-align: left;
	height: 35px;
	line-height: 17px;
}

.filter .r {
	float: right;
}

.filter .pic {
	height: 16px;
	width: auto;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 3px 0 0;
}

.filter .sort2 {
	margin-top: 0;
	margin-bottom: 0;
}

.article-main {
	line-height: 24px;
	margin: 0 0 38px 0;
}

.article-main p {
	margin: 0 0 24px 0;
}

.article-main:last-child,
.article-main p:last-child {
	margin-bottom: 0;
}

.article-main .date {
	float: right;
	font-weight: bold;
	font-size: 13px;
	line-height: 25px;
	white-space: nowrap;
	margin: 0 0 0 5px;
}

.article-main .photo {
	margin: 0 0 28px 0;
}

article-main .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.article-main .info-list {
	margin-top: 0;
}

.article-main .b {
	margin: 32px 0 0 0;
}

.article-main .b:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.share {
	margin: 28px 0 0 0;
	white-space: nowrap;
	font-size: 14px;
	line-height: 24px;
}

.share .in {
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 18px;
}

.share ul,
.share li {
	margin: 0;
	padding: 0;
}

.share li:before {
	display: none;
}

.ava img {
	width: 100%;
	height: 100%;
	border: 1px solid #CBD7E2;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.ava {
	width: 50px;
	height: 50px;
	display: inline-block;
	position: relative;
}

a.ava:hover:after,
a:hover .ava:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #ffdd00;
}

.ava.big {
	width: 70px;
	height: 70px;
}

.comment:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.comment {
	padding: 0 0 0 70px;
	margin: 30px 0;
	line-height: 18px;
	position: relative;
	min-height: 50px;
}

.comment:first-child {
	margin-top: 0;
}

.comment:last-child {
	margin-bottom: 0;
}

.comment.lvl2 {
	margin-left: 70px;
}

.comment .ava {
	position: absolute;
	top: 0;
	left: 0;
}

.comment textarea {
	height: 123px;
	font: inherit;
	color: inherit;
	resize: vertical;
}

.comment .input-hold {
	margin: 0 0 15px 0;
}

.comment .btn {
	padding: 0 15px;
}

.comment .t:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.comment .t {
	margin: -3px 0 7px 0;
}

.comment .t a {
	color: inherit;
}

.comment .name {
	margin-right: 8px;
	font-weight: bold;
}

.comment .arr {
	float: right;
	background: url(../img/pic-answer.svg) no-repeat;
	background-size: auto 100%;
	width: 17px;
	height: 13px;
	margin: 3px 0 0 5px;
}

.comment .bg {
	padding: 10px 14px;
	background: #f4f6f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.table {
	position: relative;
	overflow: hidden;
	line-height: 18px;
	margin: 30px 0;
}

.title1 + .table {
	margin-top: -5px;
}

.filter + .table {
	margin-top: 23px;
}

.menu3 + .table {
	margin-top: 0;
}

.table:first-child {
	margin-top: 0;
}

.table:last-child {
	margin-bottom: 0;
}

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

.table th,
.table td {
	width: 1;
	text-align: left;
	vertical-align: middle;
	padding: 0 15px 0 0;
}

.table th:first-child,
.table td:first-child {
	padding-left: 20px;
}

.table th:last-child,
.table td:last-child {
	padding-right: 20px;
}

.table th {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #718596;
	padding-top: 0;
	padding-bottom: 14px;
	border-bottom: 2px solid #d1e0ee;
	white-space: nowrap;
}

.table td {
	height: 84px;
	border: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}

.table.vtop td {
	vertical-align: top;
}

.table.vbig td {
	height: 120px;
	padding-right: 20px;
}

.table.norm td {
	height: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	vertical-align: top;
}

.table .center {
	text-align: center;
}

.table .right {
	text-align: right;
}

.table .w0 {
	width: 1px;
	white-space: nowrap;
}

.table .w1 {
	width: 110px;
}

.table .w2 {
	width: 125px;
}

.table .w3 {
	width: 75px;
}

.table .w4 {
	width: 111px;
}

.table .w5 {
	width: 85px;
}

.table .w6 {
	width: 65px;
}

.table .w7 {
	width: 140px;
}

.table .w8 {
	width: 115px;
}

.table .w9 {
	width: 120px;
}

.table .w10 {
	width: 80px;
}

.table .w11 {
	width: 160px;
}

.table .w12 {
	width: 210px;
}

.table .w50p {
	width: 50%;
}

.table .w25p {
	width: 25%;
}

.table tr:nth-child(odd) td,
.table.nohead tr:nth-child(even) td {
	background: #f4f6f9;
}

.table.nohead tr:nth-child(odd) td {
	background: none;
}

.table tr:hover td,
.table.nohead tr:hover td {
	background: #fffad8;
}

.table .name {
	font-weight: bold;
	margin: 0 0 8px 0;
}

.table .name2 {
	font-weight: 600;
}

.table .name2 a {
	color: inherit;
}

.table.results td {
	background: none!important;
}

.table.results tr:hover td {
	background: #fffad8!important;
}

.table.results td.color {
	background: #f4f6f9!important;
}

.table.results tr:hover td.color {
	background: #eee8be!important;
}

.table .unread {
	font-weight: 600;
}

.table .norm {
	font-weight: normal;
}

.table.small {
	margin: 0;
	line-height: 18px;
	overflow: visible;
}

.table.small + .navigation {
	margin-top: 17px;
	margin-bottom: -10px;
}

.menu3 + .table.small {
	margin-top: 13px;
}

.title1.with-bg + .table.small {
	margin-top: -9px;
}

.table.small th,
.table.small td {
	padding-left: 10px;
	padding-right: 10px;
}

.table.small th:last-child,
.table.small td:last-child {
	padding-right: 10px;
}

.table.small th {
	padding-bottom: 10px;
}

.table.small td {
	height: auto;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 2px;
	background: none!important;
}

.table.small th,
.table.small tr:first-child td {
	padding-top: 0;
}

.table.small.results th:first-child,
.table.small.results td:first-child {
	padding-left: 0;
}

.table.small.results th:last-child,
.table.small.results td:last-child {
	padding-right: 0;
}

.table.small.results td {
	padding-bottom: 0;
}

.link-mes {
	display: inline-block;
	vertical-align: middle;
	background: url(../img/pic-comment.svg) no-repeat;
	background-size: auto 100%;
	width: 15px;
	height: 15px;
}

.event {
	line-height: 18px;
}

.event.tables .block-bg {
	background-image: url(../img/bg-prize.svg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: auto 100%;
	min-height: 207px;
	padding-top: 23px;
}

.event.tables .title1 {
	margin-right: 85px;
}

.event .btn {
	vertical-align: middle;
	margin: -8px 0 -9px 16px;
	padding: 0 25px;
}

.event .title1 {
	margin-bottom: 30px;
}

.event .title1 .btn.small {
	float: right;
	margin: -3px 0;
	top: 0;
	padding: 0 10px;
}

.event ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.event li:before {
	display: none;
}

.event li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.event li {
	padding: 0;
	margin: 7px 0 0 0;
}

.event li:first-child {
	margin-top: 0!important;
}

.event .big1 {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.event .big2 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 14px 0;
}

.event .half {
	padding: 0 35px 0 0;
}

.event .half + .half {
	padding: 0 0 0 35px;
}

.event .half .half {
	padding: 0 25px 0 0;
}

.event .half .half + .half {
	padding: 0 0 0 25px;
}

.event .hr {
	margin: 24px 0 23px 0;
}

.calendar .month {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.calendar .prev,
.calendar .next {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	cursor: pointer;
	z-index: 10;
	vertical-align: top;
	background: #eff2f5 url(../img/toggle-arr.svg) no-repeat 50% 50%;
	background-size: auto 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: -2px 0 -3px 5px;
}

.calendar .prev {
	left: 0;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.calendar .next {
	right: 0;
}

.calendar .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.calendar .fl {
	float: left;
	width: 14.285%;
	text-align: center;
	position: relative;
	height: 44px;
	line-height: 44px;
}

.calendar .days {
	color: #8A9EB0;
}

.calendar .in .fl {
	border: 1px solid #cbd7e2;
	border-left-width: 0;
	border-top-width: 0;
}

.calendar .fl.other {
	background: #f4f6f9;
	color: #8A9EB0;
}

.calendar .fl.filled {
	background: #fffad8;
}

.calendar .fl.filled:hover {
	font-weight: bold;
	background: #ffdd00;
}

.calendar .in .row:first-child .fl {
	border-top-width: 1px;
}

.calendar .in .fl:first-child {
	border-left-width: 1px;
}

.calendar .in .row:first-child .fl:first-child {
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}

.calendar .in .row:first-child .fl:last-child {
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

.calendar .in .row:last-child .fl:first-child {
	border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
}

.calendar .in .row:last-child .fl:last-child {
	border-radius: 0 0 5px 0;
	-webkit-border-radius: 0 0 5px 0;
}

.calendar .pop {
	text-align: left;
	z-index: 100;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 10px -44px 0 -44px;
	width: 230px;
	padding: 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	display: none;
}

.calendar .fl:hover .pop {
	display: block;
}

.calendar .pop:before {
	content: '';
	position: absolute;
	left: 44px;
	bottom: 100%;
	border: 1px solid #fff;
	border-width: 0 10px 14px 10px;
	border-left-color: transparent!important;
	border-right-color: transparent!important;
	margin: 0 -10px;
}

.calendar .fl:nth-last-child(1) .pop,
.calendar .fl:nth-last-child(2) .pop,
.calendar .fl:nth-last-child(3) .pop {
	left: auto;
	right: 50%;
}

.calendar .fl:nth-last-child(1) .pop:before,
.calendar .fl:nth-last-child(2) .pop:before,
.calendar .fl:nth-last-child(3) .pop:before {
	left: auto;
	right: 44px;
}

.calendar .pop p {
	margin: 0 0 10px 0;
}

.calendar .pop .name {
	font-weight: bold;
	margin: 0 0 8px 0;
}

.school:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.school {
	border-bottom: 2px solid #d1e0ee;
	line-height: 18px;
	padding: 0 0 21px 0;
	margin: 3px 0 0 0;
}

.school + .school {
	margin-top: 24px;
}

.school .big {
	margin: 0 0 18px 0;
	font-weight: 600;
}

.school .name {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

.school .name a {
	color: inherit;
}

.school .name .btn {
	margin: -4px 0 -4px 17px;
	padding: 0 17px;
}

.addr,
.phone {
	position: relative;
	padding: 0 0 0 20px;
	line-height: 18px;
}

.school .addr {
	margin: 0 0 10px 0;
}

.school .phone {
	margin: 20px 0 0 0;
}

.addr:before,
.phone:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.addr:before {
	width: 11px;
	height: 16px;
	background-image: url(../img/pic-place.svg);
	margin: -8px 0;
}

.phone:before {
	width: 15px;
	height: 15px;
	background-image: url(../img/pic-phone.svg);
	margin: -7.5px 0;
}

.school .photo {
	font-size: 0;
	float: right;
	margin: 2px 0 0 10px;
	border: 1px solid #cbd7e2;
	width: 145px;
	padding: 5px;
	line-height: 68px;
	text-align: center;
}

.school .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.filter2 {
	margin: 0 0 20px 0;
	padding: 30px 0 10px 30px;
	background: #8a9eb0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-size: 0;
}

.block .filter2 {
	padding: 20px 0 0 20px;
}

.filter2.nobg {
	color: inherit;
	background: none;
	padding: 0;
	margin: 0;
}

.filter2 .e {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 20px 0;
	width: 207px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
}

.filter2 .e.w15 {
	width: 310px;
}

.mainContent .filter2 .e {
	width: 230px;
}

.mainContent .block .filter2 {
	padding: 25px 0 5px 25px;
}

.mainContent .block .filter2 .e {
	width: 210px;
}

.filter2 .jcf-select {
	width: 100%;
}

.filter2 label {
	cursor: pointer;
}

.filter2 .checkbox,
.filter2 .radio {
	margin-left: 10px;
}

.filter2 .checks label span {
	width: 50%;
	padding-left: 0;
	padding-right: 0;
	min-width: 0;
}

.filter2 .w15 .checks label span {
	width: 33.33%;
}

.filter2 .w1 {
	width: 150px!important;
}

.filter2 .w2 {
	width: 210px!important;
}

.search:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.search {
	padding: 0 99px 0 0;
	margin: 0 0 20px 0;
}

.filter2 .search {
	margin-right: 20px;
	max-width: 661px;
}

.mainContent .block .filter2 .search {
	margin-right: 25px;
	max-width: none;
}

.search .btn {
	float: right;
	margin: 0 -100px 0 0;
	left: -1px;
	padding-left: 0;
	padding-right: 0;
	width: 100px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.search input {
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.map {
	position: relative;
	height: 450px;
}

.map.open {
	height: 675px;
}

.map .toggle-btn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
	min-width: 168px;
	font-size: 12px;
}

.cover-block {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 20px;
	background: #fff;
	width: 340px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0,75,141,0.11);
}

.cover-block .scroll {
	position: relative;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.cover-block .school {
	margin: 0;
	border-bottom-width: 1px;
	padding: 25px 20px 23px 20px;
}

.cover-block .school:first-child {
	padding-top: 34px;
}

.cover-block .school:last-child {
	border-bottom-width: 0;
}

.cover-block .school .big {
	font-weight: inherit;
	margin-bottom: 23px;
}

.cover-block .school.active {
	background: #fffad8;
}

.cover-block .school .name .btn {
	float: right;
	margin-right: 7px;
}

.cover-block .school .phone {
	margin-top: 23px;
}

.select-city {
	display: inline-block;
	position: relative;
}

.select-city .toggle {
	cursor: pointer;
	white-space: nowrap;
	text-decoration: underline;
}

.select-city .toggle:hover {
	text-decoration: none;
}

.select-city .toggle:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 11px;
	height: 7px;
	position: relative;
	top: -1px;
	background: url(../img/select-city-arr.svg) no-repeat;
	background-size: auto 100%;
	margin: 0 0 0 10px;
}

.rating-info {
	line-height: 24px;
	margin: 27px 0 30px 0;
}

.timeline {
	margin: 20px 0;
	height: 25px;
	position: relative;
	background: #cbd7e2;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	line-height: 25px;
}

.timeline .fill {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #ffdd00;
}

.timeline .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.open-block {
	margin: 25px 0 0 0;
}

.open-block + .open-block {
	margin-top: 20px;
}

.open-block.open + .open-block {
	margin-top: 30px;
}

.open-block .toggle {
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.open-block .toggle span {
	cursor: pointer;
	display: inline-block;
}

.open-block .toggle span:after {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: top;
	background: #eff2f5 url(../img/toggle-arr.svg) no-repeat 50% 50%;
	background-size: auto 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 0 0 10px;
}

.open-block.open .toggle span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.open-block .table {
	border-top: 2px solid #d1e0ee;
	padding: 15px 0 0 0;
	margin: 0;
}

.open-block .in {
	margin: 13px 0 0 0;
	display: none;
}

.open-block.open .in {
	display: block;
}

.court:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.court {
	padding: 18px 0 0 275px;
	line-height: 20px;
}

.court .addr {
	margin: 10px 0 0 0;
}

.court .name {
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 13px 0;
}

.court .name a {
	color: inherit;
}

.court .photo {
	float: left;
	border: 1px solid #cbd7e2;
	margin: -18px 0 0 -275px;
	width: 245px;
}

.court .photo img {
	width: 100%;
	height: auto;
}

.court + .court {
	border-top: 2px solid #cadbec;
	padding-top: 38px;
	margin-top: 20px;
}

.photo-big {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	overflow: hidden;
	height: 455px;
}

.block .photo-big {
	height: 425px;
}

.photo-big.big {
	height: 663px;
}

.photo-big ul,
.photo-big li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.photo-big li {
	text-align: center;
	background: #004b8d;
}

.photo-big li:before {
	display: none;
}

.photo-big img {
	height: 100%;
	width: auto;
}

.photo-big .prev,
.photo-big .next {
	cursor: pointer;
	z-index: 9;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	background: rgba(0,75,141,0.80) url(../img/slider-arr.svg) no-repeat 50% 50%;
	background-size: auto 16px;
	opacity: 0.35;
}

.photo-big .prev:hover,
.photo-big .next:hover {
	opacity: 1;
}

.photo-big .prev {
	left: 0;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.photo-big .next {
	right: 0;
}

.photo-big .prev.disabled,
.photo-big .next.disabled {
	opacity: 0.35;
	cursor: default;
}

.photo-big .cover {
	height: 225px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.71;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMjEzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,33,62,1) 99%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,33,62,1) 99%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,33,62,1) 99%);
}

.photo-big .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	padding: 20px 40px;
	text-align: center;
}

.photo-big.big .text {
	padding-top: 26px;
	padding-bottom: 26px;
}

.photos-small {
	list-style: none;
	margin: 0 -25px 26px 0;
	overflow: hidden;
	padding: 0;
}

.photos-small li {
	float: left;
	margin: 0 25px 25px 0;
	padding: 0;
	position: relative;
	max-width: 102px;
	height: 66px;
	overflow: hidden;
}

.photos-small.small {
	margin-right: -30px;
	margin-bottom: -30px;
}

.photos-small.small li {
	height: 67px;
	max-width: 103px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.block .photos-small.small li {
	height: 62px;
	max-width: 95px;
}

.photos-small li:before {
	display: none;
}

.gallery .photos-small li {
	cursor: pointer;
}

.gallery .photos-small li.active {
	cursor: default;
}

.photos-small .cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,75,141,0.50);
}

.photos-small .active .cover {
	background-color: transparent;
	border: 3px solid #ffdd00;
}

.photos-small img {
	height: 100%;
	width: auto;
}

.slider .title1 {
	margin-bottom: 18px;
}

.slider .albums {
	padding-top: 12px;
}

.slider .photos-small li {
	margin-right: 22px;
}

.slider .prev,
.slider .next {
	float: right;
	width: 25px;
	height: 25px;
	position: relative;
	cursor: pointer;
	z-index: 10;
	vertical-align: top;
	background: #eff2f5 url(../img/toggle-arr.svg) no-repeat 50% 50%;
	background-size: auto 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: -2px 0 -3px 5px;
}

.slider .prev {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.slider .hold {
	position: relative;
	overflow: hidden;
}

.slider .hold > * {
	position: relative;
	width: 100000px;
	margin: 0;
}

.slider .hold > * > * {
	margin-bottom: 0;
}

.album-top:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.album-t {
	line-height: 20px;
	margin: -5px 0 21px 0;
}

.album-t .share {
	float: right;
	margin: -2px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #718596;
}

.halls-top {
	border-bottom: 2px solid #cadbec;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	padding: 0 0 25px 0;
	margin: -3px 0 28px 0;
}

.halls-top .btn {
	margin: -9px 0 -8px 17px;
	vertical-align: top;
	padding: 0 19px;
}

.hall {
	line-height: 18px;
	border-bottom: 2px solid #cadbec;
	padding: 0 0 20px 0;
}

.hall + .hall {
	margin-top: 29px;
}

.hall .name {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 11px 0;
}

.hall .name a {
	color: inherit;
}

.hall .big {
	font-weight: 600;
	margin: 0 0 14px 0;
}

.hall .phone,
.hall .addr {
	margin: 12px 15px 0 0;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}

.side-menu {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #718596;
}

.side-menu > * {
	display: block;
	color: inherit;
	padding: 17px 20px;
	border-right: 1px solid #cadbec;
}

.side-menu > .active {
	border-right-color: #8a9eb0;
	border-right-width: 3px;
	background-color: #f4f6f9;
	font-weight: bold;
	color: #404040;
}

.settings {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
	line-height: 20px;
}

.settings li {
	margin: 14px 0 0 0;
	padding: 0;
	position: relative;
}

.settings li:before {
	display: none;
}

.settings li:first-child {
	margin-top: 0!important;
}

.settings.checklist li {
	padding-left: 30px;
}

.settings.checklist .radio,
.settings.checklist .checkbox {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.settings.checklist label {
	cursor: pointer;
}

.list-teams {
	color: #676767;
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-teams li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.list-teams li:before {
	display: none;
}

.list-teams li {
	margin: 5px 0 0 0;
	padding: 0;
}

.list-teams li:first-child {
	margin-top: 0;
}

.list-teams .fl {
	float: left;
	white-space: nowrap;
	padding: 0 10px 0 0;
	min-width: 86px;
}

.player:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.player {
	padding: 0 0 0 275px;
	margin: 0 0 40px 0;
}

.player .photo {
	float: left;
	margin: 0 0 0 -275px;
}

.player .photo img {
	width: 245px;
	height: 245px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.info-list2,
.info-list3 {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}

.info-list2 {
	margin-bottom: 45px;
}

.info-list2 li:before,
.info-list3 li:before {
	display: none;
}

.info-list2 li:after,
.info-list3 li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.info-list2 li {
	padding: 12px 20px;
	margin: 0;
}

.info-list2 li:nth-child(2n) {
	background: #f4f6f9;
}

.info-list2 li .l,
.info-list3 li .l {
	float: left;
	padding: 0 10px 0 0;
	width: 250px;
}

.player .info-list2 {
	margin-bottom: 0;
}

.player .info-list2 li .l {
	width: 160px;
}

.info-list2 li .l {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #718596;
}

.info-list3 {
	margin: -2px 0 -4px 0;
}

.info-list3 li {
	margin: 5px 0 0 0;
	padding: 0;
}

.info-list3 li:first-child {
	margin-top: 0!important;
}

.info-list3 li .l {
	width: 270px;
}

.flag img {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	height: 16px;
	width: auto;
	margin: 0 4px 0 0;
}

.user-photo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	overflow: hidden;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 0 85px 0 0;
}

.user-photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.user-photo.load {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #ADC2D6;
	background: #f4f6f9 url(../img/pic-photo.svg) no-repeat 50% 38px;
	background-size: auto 36px;
	padding-top: 84px;
}

.user-photo.load:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/round-dashed.svg) no-repeat;
	background-size: 100% 100%;
}

.user-photo input {
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 250px;
	margin: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	width: auto;
	left: auto;
	cursor: pointer;
}

.form-hold {
	position: relative;
	margin-top: 28px;
}

.form-hold:first-child {
	margin-top: 0;
}

.form-row + .form-row {
	margin-top: 23px;
}

.label2,
.form-row.tind {
	margin-top: 40px;
}

.label1 + .label2 {
	margin-top: 27px;
}

.form-row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.form-row .input-hold {
	max-width: 370px;
}

.form-row .info,
.form-info {
	line-height: 24px;
	margin: 22px 0 0 0;
}

.form-row .info {
	margin: 17px 0 8px 0;
}

.form-row .checks2 {
	padding: 3px 0 0 0;
}

.form-row .date-hold .fl {
	float: left;
	margin: 0 20px 0 0;
}

.form-row .date-hold .fl.w1 {
	width: 81px;
}

.form-row .date-hold .fl.w2 {
	width: 120px;
}

.form-row .time-hold {
	margin-top: -3px;
}

.form-row .time-hold select,
.form-row .time-hold .jcf-select {
	width: 100px;
	float: left;
}

.form-row .time-hold .fr {
	float: right;
}

.form-row .time-hold .dash {
	float: left;
	margin: 16px 10px 0 10px;
	width: 10px;
	height: 1px;
	background: #404040;
}

.form-row .half {
	max-width: 185px;
	padding: 0 10px 0 0;
}

.form-row .half + .half {
	padding: 0 0 0 10px;
}

.player-form {
	position: relative;
	padding-left: 150px;
	margin-left: 25px;
}

.player-form .l {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100px;
}

.player-form .l .label2 {
	margin: 0;
}

.player-form .user-photo {
	position: relative;
	right: auto;
	top: auto;
	margin: 0 auto 17px auto;
	width: 100px;
	height: 100px;
	font-size: 10px;
	line-height: 13px;
}

.player-form .user-photo.load {
	padding-top: 55px;
	background-color: #fff;
	background-position: 50% 20px;
	background-size: auto 25px;
}

.player-form2 {
	position: relative;
	max-width: 610px;
}

.player-form2 .user-photo {
	margin: 60px 0 0 0;
	background-color: #fff;
}

.player-form2 + .player-form2 {
	margin-top: 40px;
}

.player-form2 .label2 {
	text-transform: none;
	font-size: 14px;
	line-height: 22px;
	margin-top: 0;
}

.player-form2 .form-row + .form-row {
	margin-top: 21px;
}

.submit {
	margin: 25px 0 0 0;
	font-size: 0;
}

.submit .btn {
	padding: 0 23px;
	min-width: 160px;
	margin: 0 30px 0 0;
}

.links {
	margin: -3px -27px 0 0;
}

.links > * {
	margin-right: 27px;
	white-space: nowrap;
}

.links .bg-prize:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	position: relative;
	top: -1px;
	margin: 0 10px 0 0;
	background: url(../img/pic-prize.svg) no-repeat;
	background-size: auto 100%;
}

.docs {
	list-style: none;
	font-weight: 600;
	padding: 0;
	font-size: 0;
	margin: 0 -30px -30px 0;
}

.docs li {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	margin: 0 30px 30px 0;
	padding: 0 0 2px 0;
	text-align: center;
}

.docs li:before {
	display: none;
}

.docs img {
	display: block;
	height: 61px;
	width: auto;
	margin: 0 auto 6px auto;
}

.docs a {
	color: inherit;
}

.brands {
	font-size: 0;
	margin: 0 -46px -30px 0;
	padding: 0;
}

.brands li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 46px 30px 0;
	margin: 0;
}

.brands li:before {
	display: none;
}

.brands li a {
	display: block;
	font-size: 0;
	border: 1px solid #cbd7e2;
	padding: 5px;
	text-align: center;
	height: 80px;
	line-height: 68px;
}

.brands img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.link-back {
	margin: 0 0 20px 0;
	display: block;
}

.link-back:before {
	content: '';
	width: 7px;
	height: 11px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 10px 0 0;
	background: url(../img/pic-back.svg) no-repeat;
	background-size: auto 100%;
}

.about {
	line-height: 24px;
}

.about .head {
	margin: -30px -25px 30px -25px;
	padding: 115px 25px 0 25px;
	height: 224px;
	color: #fff;
	background: #da8a55 url(../img/about-head-bg.jpg) no-repeat;
	background-size: cover;
}

.about .head h1 {
	color: inherit;
}

.about .in,
.about .head h1 {
	max-width: 770px;
	margin: 0 auto;
}

.about p {
	margin: 0 0 24px 0;
}

.about .title1 {
	font-size: 20px;
	margin-top: 60px;
	margin-bottom: 30px;
	padding-bottom: 19px;
}

.about .menu3 + .title1 {
	margin-top: 0;
}

.about .menu3 {
	font-weight: inherit;
	text-transform: none;
	margin-bottom: 55px;
	margin-left: 0;
	margin-right: -30px;
}

.about .menu3 > * {
	padding: 0 12px;
	margin-right: 10px;
	font-size: 14px;
}

.about .docs {
	margin-bottom: -33px;
}

.about .docs img {
	height: 94px;
	width: auto;
	margin-bottom: 9px;
}

.about .brands {
	margin-right: -30px;
}

.about .brands li {
	padding-right: 30px;
}

.about .brands li > a {
	height: 93px;
	line-height: 81px;
}

.people {
	margin: 0 -30px 0 0;
	line-height: 18px;
	font-size: 0;
}

.people .e {
	font-size: 14px;
	padding: 0 30px 33px 0;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.people .name {
	font-weight: 600;
	min-height: 36px;
	margin: 0 0 5px 0;
}

.people .name a {
	color: inherit;
}

.people .ava {
	display: block;
	width: 170px;
	height: 170px;
	margin: 0 auto 12px auto;
}

.people2 {
	line-height: 20px;
	margin: 20px 0;
}

.shop {
	font-size: 0;
	margin: 28px -30px -30px 0;
	font-weight: 600;
	line-height: 20px;
}

.shop .e {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 30px 30px 0;
}

.shop .price {
	float: right;
	white-space: nowrap;
	margin: 0 0 0 10px;
}

.shop .photo {
	display: block;
	padding: 10px;
	border: 1px solid #cbd7e2;
	text-align: center;
	height: 162px;
	line-height: 140px;
	margin: 0 0 12px 0;
}

.shop .photo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.contacts {
	line-height: 26px;
	margin: -6px 0 0 0;
}

.contacts .big1 {
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	margin: 15px 0 6px 0;
}

.contacts .big1:first-child {
	margin-top: 0;
}

.contacts ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}

.contacts li:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.contacts li:before {
	display: none;
}

.contacts li {
	margin: 0 0 -10px 0;
	padding: 15px 20px;
}

.contacts li:hover {
	background: #f4f6f9;
}

.contacts li .r {
	float: right;
	white-space: nowrap;
	margin: 0 0 0 20px;
	min-width: 150px;
}

.link-out:after {
	display: inline-block;
	content: '';
	vertical-align: middle;
	width: 12px;
	height: 12px;
	position: relative;
	background: url(../img/link-out.svg) no-repeat;
	background-size: auto 100%;
	top: -9px;
	margin: 0 0 0 1px;
}

.reg .side-l {
	float: left;
	width: 370px;
}

.reg .side-r {
	float: right;
	width: 645px;
	padding-top: 20px;
}

.appl-top {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	padding-top: 18px;
	padding-bottom: 17px;
	font-weight: 600;
	color: #718596;
}

.steps {
	font-size: 0;
	line-height: 0;
	text-align: justify;
	padding: 0 0 30px 0;
	border-bottom: 2px solid #d1e0ee;
	margin: 0 0 30px 0;
}

.steps:after {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 0;
}

.steps li:before {
	display: none;
}

.steps li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.steps li > * {
	display: block;
	width: 43px;
	height: 43px;
	line-height: 43px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #ADC2D6;
	font-weight: bold;
	font-size: 20px;
	line-height: 43px;
	text-align: center;
	background: url(../img/steps-bordered.svg) no-repeat;
	background-size: 100% 100%;
}

.steps li > .check {
	font-size: 0;
}

.steps li > .check:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 13px;
	background: url(../img/check-done.svg) no-repeat;
	background-size: auto 100%;
}

.steps li > .check.active:before {
	background-position: -22px 0;
}

.steps li > .active {
	background: none;
	color: #718596;
	box-shadow: inset 0 0 0 2px #718596;
	-webkit-box-shadow: inset 0 0 0 2px #718596;
}

.steps li > .done {
	background: none;
	color: #A3BAD1;
	box-shadow: inset 0 0 0 2px #A3BAD1;
	-webkit-box-shadow: inset 0 0 0 2px #A3BAD1;
}

.application .submit,
.application2 .submit {
	border-top: 2px solid #d1e0ee;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
}

.application textarea,
.application2 textarea {
	height: 85px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.application .hr2 {
	max-width: 570px;
}

.side-info {
	border: 1px dashed #cbd7e2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 22px;
	padding: 24px;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 545px;
}

.side-info.autoh {
	bottom: auto;
}

.side-info .big {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.side-info p,
.side-info ul {
	margin: 0 0 21px 0;
}

.side-info p:last-child,
.side-info ul:last-child {
	margin-bottom: 0;
}

.application2 {
	max-width: 720px;
	line-height: 22px;
}

.application2 p {
	margin: 0 0 22px 0;
}

.application2 .hr {
	margin: 40px 0 23px 0;
}

.application2 .hr + .title1 {
	margin-top: 0;
}

.application2 .title1 {
	margin-bottom: 6px;
}

.application2 .checks2 {
	margin: -6px 0 0 0;
}

.new-team {
	border: 1px dashed #d1e0ee;
	background: #f4f6f9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 25px 25px 30px 25px;
	margin: -7px 0 0 0;
}

.new-team .label {
	text-transform: none;
	margin-top: 5px;
}

.new-team .h {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

.new-team .h:after {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	width: 11px;
	height: 7px;
	margin: -3.5px 0;
	background: url(../img/new-team-head-arr.svg) no-repeat;
	background-size: auto 100%;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.new-team .hr,
.application2 .new-team .hr {
	margin: 30px 0 26px 0;
}

.new-team .open .h:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}

.new-team .in {
	padding: 14px 0 0 0;
	display: none;
}

.new-team .open .in {
	display: block;
}

.players {
	margin: 0 -15px -15px 0;
	font-size: 0;
}

.players .e {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	padding: 0 15px 15px 0;
}

.players .in {
	position: relative;
	background: #fff;
	border: 1px solid #cbd7e2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 18px 15px 21px 15px;
	text-align: center;
}

.players .in:hover {
	border-color: #F1F4F6;
	box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0,75,141,0.11);
}

.players .big {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 21px 0;
}

.players .ava,
.teams .ava {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 13px auto;
}

.players .name,
.teams .name {
	font-weight: 600;
	min-height: 54px;
	margin: 0 0 10px 0;
}

.teams .big {
	font-weight: bold;
	text-transform: uppercase;
	margin: 28px 0 15px 0;
}

.teams .big:first-child {
	margin-top: 0;
}

.teams .hold {
	border: 1px solid #cbd7e2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0 0 0;
}

.teams .h {
	cursor: pointer;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 13px 230px 13px 55px;
	color: #718596;
	min-height: 44px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.teams .h:hover {
	background-color: #f4f6f9;
}

.teams .open .h {
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.teams .h .num {
	position: absolute;
	top: 10px;
	left: 14px;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 22px;
	border-style: solid;
	border-width: 2px;
	font-weight: 900;
	font-size: 12px;
	color: #676767;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.teams .h .num.gold {
	border-color: #ffbd00;
}

.teams .h .num.silver {
	border-color: #c4c4c4;
}

.teams .h .num.bronze {
	border-color: #cbae04;
}

.teams .h .arr {
	position: absolute;
	top: 10px;
	right: 14px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #eff2f5;
}

.teams .h .arr:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/teams-arr.svg) no-repeat;
	background-size: auto 100%;
	width: 7px;
	height: 9px;
	margin: -4.5px -3.5px;
}

.teams .h:hover .arr {
	background-color: #cbd7e2;
}

.teams .h:hover .arr:before {
	background-position: -9px 0;
}

.teams .open .arr:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.teams .h .arr div {
	white-space: nowrap;
	line-height: 26px;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
	position: absolute;
	top: 0;
	right: 100%;
	margin: 0 10px 0 0;
	display: none;
}

.teams .h .arr div.to-hide,
.teams .open .h .arr div.to-show,
.teams .open .h:hover .arr div.to-show {
	display: none;
}

.teams .h:hover .arr div.to-show {
	display: block;
}

.teams .open .h .arr div.to-hide {
	display: block;
}

.teams .in {
	font-size: 0;
	border-top: 1px solid #cbd7e2;
	padding: 7px 0 20px 0;
	display: none;
}

.teams .open .in {
	display: block;
}

.teams .e {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 0 -8px 0;
	position: relative;
}

.teams .e:hover {
	z-index: 5;
}

.teams .bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid ##F1F4F6;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	display: none;
}

.teams .e:hover .bg {
	display: block;
}

.teams .txt {
	position: relative;
}

.teams .cover-link,
.teams .bg {
	margin: 0 -19px;
}

.loader {
	position: relative;
	width: 24px;
	height: 24px;
	box-shadow: inset 0 0 0 2px #fff;
	-webkit-box-shadow: inset 0 0 0 2px #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.loader .sect {
	width: 50%;
	height: 50%;
	position: absolute;
	overflow: hidden;
}

.loader .sect:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #518EC4;
	border-left: 0;
	border-bottom: 0;
	border-radius: 0 100% 0 0;
	-webkit-border-radius: 0 100% 0 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	animation: rotate linear 2s;
	animation-fill-mode: forwards;
}

.loader .sect.n1 {
	top: 0;
	left: 50%;
}

.loader .sect.n2 {
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.loader .sect.n2:before {
	animation-delay: 2s;
}

.loader .sect.n3 {
	top: 50%;
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.loader .sect.n3:before {
	animation-delay: 4s;
}

.loader .sect.n4 {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.loader .sect.n4:before {
	animation-delay: 6s;
}
 @-webkit-keyframes rotate {
 to {
-webkit-transform: rotate(0deg);
}
}
 @keyframes rotate {
 to {
-webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 -o-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
}
}

.slider-events {
	margin-bottom: 30px;
}

.slider-events .block-bg {
	padding: 0;
}

.slider-events .hold {
	position: relative;
	overflow: hidden;
}

.slider-events .hold ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100000px;
}

.slider-events .hold li {
	float: left;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 432px;
	position: relative;
	overflow: hidden;
}

.slider-events .hold li:before {
	display: none;
}

.slider-events .hold img {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.slider-events .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 473px;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	background: url(../img/slider-cover.svg) no-repeat;
	background-size: 100% 100%;
}

.slider-events .text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 132px 0 0 100px;
}

.slider-events .date,
.slider-events .big1,
.slider-events .b {
	float: left;
	clear: both;
	position: relative;
	white-space: nowrap;
}

.slider-events .date *,
.slider-events .big1 *,
.slider-events .b * {
	position: relative;
}

.slider-events .date:before,
.slider-events .big1:before,
.slider-events .b:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-transform: skew(15deg, 0deg);
	-webkit-transform: skew(15deg, 0deg);
	-o-transform: skew(15deg, 0deg);
	-ms-transform: skew(15deg, 0deg);
	transform: skew(15deg, 0deg);
}

.slider-events .date:before,
.slider-events .b:before {
	background: #ffdd00;
}

.slider-events .date {
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	margin: 0 14px;
}

.slider-events .date:before {
	margin: 0 -20px;
}

.slider-events .big1 {
	font-weight: bold;
	font-size: 34px;
	line-height: 52px;
	color: #fff;
}

.slider-events .big1:before {
	margin: 0 -23px;
}

.slider-events .b {
	font-size: 16px;
	line-height: 33px;
	margin: 0 40px;
}

.slider-events .b:before {
	margin: 0 -25px;
}

.slider-events .dots {
	font-size: 0;
	line-height: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 30;
	bottom: 0;
	left: 0;
	margin: 45px 40px;
}

.slider-events .dots li:before {
	display: none;
}

.slider-events .dots li {
	float: left;
	cursor: pointer;
	margin: 0 2px 0 0;
	padding: 0;
}

.slider-events .dots .toggle {
	width: 24px;
	height: 24px;
	position: relative;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}

.slider-events .dots .toggle:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin: 6px;
	background: #004B8D;
	opacity: 0.5;
}

.slider-events .dots .loader {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.slider-events .dots .active {
	cursor: default;
}

.slider-events .dots .active .loader {
	display: block;
}

.slider-events .dots .active .toggle:before {
	opacity: 1;
}

.slider-events .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 15;
	margin: 0 40px 47px 0;
	min-width: 160px;
}

.slider-articles {
	margin-bottom: 30px;
}

.slider-articles .block-bg {
	padding: 0 20px;
}

.slider-articles .prev,
.slider-articles .next {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	z-index: 20;
	background: #fff;
}

.slider-articles .prev:before,
.slider-articles .next:before {
	content: '';
	width: 10px;
	height: 16px;
	margin: -8px -5px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	background: url(../img/slider-articles-arr.svg) no-repeat -14px 0;
	background-size: auto 100%;
}

.slider-articles .prev:hover:before,
.slider-articles .next:hover:before {
	background-position: 0 0;
}

.slider-articles .prev {
	left: 0;
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.slider-articles .prev:before {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.slider-articles .next {
	right: 0;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.slider-articles .prev:hover,
.slider-articles .next:hover {
	background-color: #F7F8F9;
}

.slider-articles .hold {
	position: relative;
	overflow: hidden;
	margin: 0 -1px;
}

.slider-articles .hold ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100000px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.slider-articles .hold li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 25px -1px;
	width: 2px;
	background: #d1e0ee;
}

.slider-articles .hold li:first-child:before {
	display: none;
}

.slider-articles .hold li {
	float: left;
	width: 366px;
	margin: 0;
	padding: 25px;
	position: relative;
}

.slider-articles .article {
	margin: 0;
	padding: 0;
}

.forum .hold {
	font-size: 0;
	padding: 2px 0 0 0;
	margin: 0 -70px -30px 0;
}

.forum .hold .article {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	padding-right: 70px;
	margin: 0 0 20px 0;
}

.forum .navigation {
	margin-top: 30px;
}

.people3 {
	margin: 0 0 -30px 0;
}

.people3 .scroll {
	max-height: 426px;
	overflow: hidden;
	overflow-y: auto;
}

.people3 .ind {
	padding: 20px 0;
}

.people3 .e {
	line-height: 20px;
	position: relative;
	min-height: 70px;
	padding: 0 0 0 90px;
	margin: 20px 0 0 0;
}

.people3 .e:first-child {
	margin-top: 0;
}

.people3 .e .cell {
	text-align: left;
	height: 70px;
}

.people3 .name {
	font-weight: 600;
}

.people3 .name a {
	color: inherit;
}

.people3 .ava {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}

.people3 .jcf-scrollbar-handle {
	left: -6px;
}

.form-done {
	text-align: center;
	line-height: 22px;
	margin: 160px 0 170px 0;
}

.form-done .title1 {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0 0 14px 0;
}

.form-done img {
	display: block;
	height: 49px;
	width: auto;
	margin: 0 auto 33px auto;
}

.modal .form-done {
	margin-top: 205px;
	margin-bottom: 203px;
	line-height: 18px;
}

.modal .form-done img {
	height: 40px;
	margin-bottom: 15px;
}

.modal .form-done .title1 {
	margin-bottom: 18px;
}

.fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #0E253A;
	opacity: 0.8;
}

.modal {
	z-index: 1000;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	-webkit-box-shadow: 0 7px 14px rgba(0,75,141,0.11);
	position: absolute;
	left: 50%;
	top: 50px;
	width: 420px;
	margin: 0 -210px;
	padding: 30px 25px;
}

.modal .close {
	width: 14px;
	height: 14px;
	margin: 14px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	background: url(../img/modal-close.svg) no-repeat 50% 50%;
	background-size: auto 14px;
}

.modal .submit .btn {
	min-width: 175px;
}
