/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl-500.eot');
	src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSansCyrl-500.woff') format('woff'), url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'), url('../fonts/MuseoSansCyrl-500.ttf') format('truetype'), url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
	font-weight: 500;
	font-style: normal;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0;
	padding: 0 0 149px;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-weight: 500;
}
.myUid {
    display: none;
}
.content {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

.content:after {
	content: "";
	display: table;
	clear: both;
}

a {
	outline: none;
	text-decoration: none;
}

h2 {
	margin: 0;
	padding: 46px 0 29px;
	font-size: 35px;
	line-height: 34px;
	font-weight: 500;
}
.left_content h2 {
	margin: 0 0 0px 0;
	padding: 0 0 11px;
	font-size: 23px;
	line-height: 23px;
	font-weight: 500;
	border-bottom: 1px solid #e5e5e5;
}

h3 {
	/*cursor: pointer;*/
}

.header {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	padding-bottom: 0;
}

.header .header-menu {
	border-bottom: 1px solid #f2f2f2;
}

.header .header-menu:after {
	content: "";
	display: table;
	clear: both;
}

/* Логотип клуба */

.logo {
	float: left;
	margin-top: 20px;
	width: 220px;
}

.logo div {
	display: inline-block;
	height: 35px;
	width: 49px;
	margin: 0;
	text-align: center;
	background: #0c5f9f;
	position: relative;
	color: #ffffff;
	font-size: 15px;
	line-height: 35px;
}

.logo div:before {
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	right: -7px;
	top: 0;
	border-left: 7px solid #0c5f9f;
	border-top: 17.5px solid transparent;
	border-bottom: 17.5px solid transparent;
}

.logo img {
	margin-left: 13px;
	vertical-align: middle;
}

/* Навигация */

.header-nav {
	float: right;
	margin: 0;
	padding: 0;
	width: 720px;
	font-size: 0;
	text-align: right;
}

.header-nav li {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}
.notice a {
	color: #09a0e9;
}
.notice a:hover {
	color: #0c5f9f;
}
.header-nav li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 25px 18px;
	color: #09a0e9;
	text-decoration: none;
	font-size: 16px;
	line-height: 25px;
}

.header-nav li a:hover {
	color: #0c5f9f;
}

.header-nav li.activ a {
	color: #0c5f9f;
}

.header-nav li.activ a:before {
	position: absolute;
	left: 18px;
	bottom: -1px;
	content: "";
	width: -webkit-calc(64%);
	width: calc(64%);
	height: 3px;
	background-color: #0c5f9f;
}

.header-nav li#exit a,
.header-nav li#login a {
	margin-left: 12px;
	padding: 0;
	width: 80px;
	height: 35px;
	text-align: center;
	font-size: 13px;
	line-height: 35px;
	background-color: rgba(0, 153, 255, 0.2);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.header-nav li#exit a {
    width: auto;
    max-width: 200px;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .header-nav li#exit a {
	background: none;
	border: 1px solid rgba(0, 153, 255, 0.2);
	box-sizing: border-box;
	line-height: 33px;
    }

.header-nav li#login a:hover {
	background-color: #0099ff;
	color: #ffffff;
}
.header-nav li#exit a:hover {
	border: 1px solid rgba(12, 95, 159, 0.4);
	color: #0c5f9f;
}

/* Элементы которые отображаются только на главной */

.main-page .header-content {
	margin: 54px 0 66px;
}

.main-page .header-content:after {
	content: "";
	display: table;
	clear: both;
}

.main-page .header-content .header-title {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 460px;
	color: #000000;
	font-size: 25px;
	line-height: 33px;
}

.main-page .header-content .form-search {
	float: right;
	width: 460px;
}

.main-page .header-content .form-search span {
	display: inline;
	font-size: 13px;
	line-height: 36px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	color: #999999;
}

.main-page .header-content .form-search span a {
	text-decoration: none;
	color: #09a0e9;
}
    .main-page .header-content .form-search span a:hover {
	    color: #0c5f9f;
    }

.main-page .header-content h1 { /* Удалить в битриксе */
	display: none;
}

.header-content {
	margin: 25px 0 0;
}

.header-content .header-title { /* Удалить в битриксе */
	display: none;
}

.header-content .form-search {
	float: none;
	position: relative;
	margin: 6px 0 0;
	padding: 0;
	width: 100%;
}

.header-content .form-search input {
	position: relative;
	padding: 2px 66px 0 57px;
	width: 100%;
	height: 62px;
	border: none;
	color: #0c5f9f;
	background-color: rgba(12, 95, 159, 0.1);
	background-image: url("../img/search.png");
	background-repeat: no-repeat;
	background-position: 20px 50%;
	-webkit-background-size: 19px 19px;
	background-size: 19px;
	outline: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 40px;
	font-family: 'MuseoSansCyrl', sans-serif;
	font-weight: 500;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.header-content .form-search input:hover {
	background-color: rgba(12, 95, 159, 0.15);
}

.header-content .form-search input:focus {
	background-color: rgba(12, 95, 159, 0.15);
}

.header-content .form-search input::-webkit-input-placeholder {
	color: #0c5f9f;
}

.header-content .form-search input::-moz-placeholder {
	color: #0c5f9f;
}

.header-content .form-search input:-moz-placeholder {
	color: #0c5f9f;
}

.header-content .form-search input:-ms-input-placeholder {
	color: #0c5f9f;
}

.header-content .form-search button {
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 62px;
	background-color: transparent;
	border: none;
	opacity: 0.3;
	background: url("../img/arrow-form.png") no-repeat 21px 50%;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.header-content .form-search.active button,
.header-content .form-search button:hover {
	opacity: 1;
}

.header-content .form-search button:focus {
	outline: none;
}

.header-content .form-search span {
	display: none;
}

.header-content h1 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 500;
	max-width: 700px;
}
.header-content h1 a {
    color: #09a0e9;
}
    .header-content h1 a:hover {
	color: #0c5f9f;
    }

/* Удалить в битриксе */

.main-page .breadcrumbs {
	display: none;
}

.breadcrumbs {
	display: block;
	margin: 0;
	padding: 21px 0 15px;
	font-size: 0;
}

.breadcrumbs a {
	display: inline-block;
	color: #999999;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 16px;
}

.breadcrumbs a:before {
	content: "→";
	margin: 0 4px;
	font-size: 13px;
	display: inline-block;
	color: #999999;
}

.breadcrumbs a:first-child:before {
	content: "";
	margin: 0;
}

.breadcrumbs a:last-child {
	color: #666666;
	pointer-events: none;
	cursor: default;
}

.breadcrumbs a:hover {
	color: #666666;
}

/* Стили для главной */

/* Попап */

.popup-wrap {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: rgba(36, 111, 168, 0.9);
	text-align: center;
	overflow: auto;
	white-space: nowrap;
	font-size: 0;
}

.popup-wrap:after {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: '';
}

.new_msg input[type=text],
.new_msg input[type=password],
.auth_page input[type=text],
.auth_page input[type=password],
.popup-wrap input[type=text],
.popup-wrap input[type=password] {
	padding: 13px;
	width: 100%;
	height: 40px;
	border: 2px solid #ccdae3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	font-family: 'MuseoSansCyrl', sans-serif;
}
.new_msg textarea {
	padding: 13px;
	width: 100%;
	height: 40px;
	border: 2px solid #ccdae3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	height: 120px;
	resize: none;
	font-family: 'MuseoSansCyrl', sans-serif;	
}
.new_msg {
    padding-top: 20px;
}
.new_msg .select div {
    padding: 0 13px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 2px solid #ccdae3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    margin-right: 10px;
}
    .new_msg .select div.active,
    .new_msg .select div:hover {
	border-color: #5a9fe6;
    }
    .new_msg .select input {
	display: none;
	margin-bottom: 20px;
    }

.new_msg input[type=text]:hover,
.new_msg input[type=password]:hover,
.new_msg input[type=text]:focus,
.new_msg input[type=password]:focus,
.auth_page input[type=text]:hover,
.auth_page input[type=password]:hover,
.auth_page input[type=text]:focus,
.auth_page input[type=password]:focus,
.popup-wrap input[type=text]:hover,
.popup-wrap input[type=password]:hover,
.popup-wrap input[type=text]:focus,
.popup-wrap input[type=password]:focus {
	outline: none;
	border-color: #5a9fe6;
}
.new_msg textarea:hover,
.new_msg textarea:focus {
	outline: none;
	border-color: #5a9fe6;
}

.popup-wrap input[type=text].error,
.popup-wrap input[type=password].error {
	border-color: #ef594a;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.new_msg .wrap-field,
.auth_page .wrap-field,
.popup-wrap .wrap-field {
	display: block;
	margin-bottom: 15px;
}

.new_msg .wrap-field:last-of-type,
.auth_page .wrap-field:last-of-type,
.popup-wrap .wrap-field:last-of-type {
	margin-bottom: 0;
}

.popup-wrap .wrap-field .error-message {
	display: none;
	margin-top: 7px;
	color: #ef594a;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
}

.popup-wrap .error-form {
	display: none;
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	color: #ef594a;
	font-size: 13px;
	text-align: center;
}

.new_msg input[type=submit],
.auth_page input[type=submit],
.popup-wrap button {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 40px;
	border: none;
	background-color: #09a0e9;
	color: #fff;
	cursor: pointer;
}

.new_msg input[type=submit]:hover,
.auth_page input[type=submit]:hover,
.popup-wrap button:hover {
	outline: none;
	background-color: #4cc0f6;
}

.new_msg input[type=submit]:focus,
.auth_page input[type=submit]:focus,
.popup-wrap button:focus {
	outline: none;
}

.new_msg input[type=submit]:disabled,
.auth_page input[type=submit]:disabled,
.popup-wrap button:disabled {
	background-color: #b5e2f9;
	cursor: default;
}

.popup-auth {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	white-space: normal;
	width: 300px;
	text-align: left;
	font-size: 13px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup-auth:after {
	content: "";
	display: table;
	clear: both;
}

.popup-auth .login-btn,
.popup-auth .reg-btn {
	float: left;
	width: 50%;
	height: 60px;
	line-height: 60px;
	background-color: #e6eff6;
	text-align: center;
	color: #09a1ea;
	font-size: 16px;
	cursor: pointer;
}

.popup-auth .login-btn:hover,
.popup-auth .reg-btn:hover {
	background-color: #dbe3e5;
}

.popup-auth .login-btn.active,
.popup-auth .reg-btn.active {
	color: #000;
	background-color: #fff;
}

.popup-auth .body-login,
.popup-auth .body-reg {
	position: relative;
	clear: both;
	padding: 40px 20px 35px;
}

.popup-auth .body-reg {
	display: none;
}

.popup-auth .forgot-link {
	display: inline-block;
	margin: 4px 0 12px;
	color: #09a1ea;
}

.popup-auth .forgot-link:hover {
	color: #0b6b98;
}

.new_msg .checkbox,
.auth_page .checkbox,
.popup-auth .checkbox {
	margin-bottom: 5px;
	display: inline-block;
	height: 22px;
	cursor: pointer;
	line-height: 22px;
	cursor: pointer;
}

.new_msg .checkbox:hover .checkbox-custom,
.auth_page .checkbox:hover .checkbox-custom,
.popup-auth .checkbox:hover .checkbox-custom {
	background-color: #ccdae3;
}

.new_msg .checkbox input,
.auth_page .checkbox input,
.popup-auth .checkbox input {
	display: none;
}

.new_msg .checkbox input:checked + .checkbox-custom,
.auth_page .checkbox input:checked + .checkbox-custom,
.popup-auth .checkbox input:checked + .checkbox-custom {
	position: relative;
	background-color: #07a1e9;
	border-color: #07a1e9;
}

.new_msg .checkbox input:checked + .checkbox-custom:after,
.auth_page .checkbox input:checked + .checkbox-custom:after,
.popup-auth .checkbox input:checked + .checkbox-custom:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 3px;
	display: block;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 13px;
	height: 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.new_msg .checkbox .checkbox-custom,
.auth_page .checkbox .checkbox-custom,
.popup-auth .checkbox .checkbox-custom {
	display: inline-block;
	vertical-align: top;
	width: 22px;
	height: 22px;
	border: 2px solid #ccdae3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.new_msg .checkbox span,
.auth_page .checkbox span,
.popup-auth .checkbox span {
	margin-left: 6px;
}

.popup-forgot {
	position: relative;
	display: none;
	vertical-align: middle;
	background-color: #fff;
	white-space: normal;
	width: 300px;
	text-align: left;
	font-size: 13px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup-forgot:after {
	content: "";
	display: table;
	clear: both;
}

.popup-forgot .header-popup {
	height: 60px;
	background: #e6eff6 url(../img/forgot.png) no-repeat 50% 50%;
	cursor: pointer;
}

.popup-forgot .header-popup:hover {
	background-color: #dbe3e5;
}

.popup-forgot .body-popup {
	padding: 21px 20px 35px;
}

.popup-forgot .body-popup p {
	padding-bottom: 12px;
	font-size: 13px;
	line-height: 19px;
}

.main-all {
	min-width: 960px;
	padding-bottom: 80px;
	background-color: #f0f5f7;
}

.left_content {
	float: left;
	width: 700px;
	padding-bottom: 100px;
}

.main-all .fresh {
	float: left;
	width: 700px;
}

.main-all .fresh:after {
	content: "";
	display: table;
	clear: both;
}

.main-all .fresh .item {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	padding: 9px 20px 40px;
	width: 220px;
	height: 269px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-all .fresh .item .section,
.main-all .fresh .item .author,
.main-all .fresh .item .subsection,
.main-all .fresh .item .comment,
.main-all .fresh .item .time {
	color: rgba(255, 255, 255, 0.7);
}
.item .time span {
	display: inline-block;
	width: 9px;
}
.left_content .item .section,
.right_content .item .section {
    display: none;
}
.left_content.on_search_page .item .section,
.right_content.on_search_page .item .section {
    display: inline;
}

.main-all .fresh .item .author:before {
	color: rgba(255, 255, 255, 0.7);
}

.main-all .fresh .item .author:hover {
	color: #ffffff;
}

.main-all .fresh .item .author:hover:before {
	color: #ffffff;
}

.main-all .fresh .item h3 {
	margin-top: 2px;
}

.main-all .fresh .item h3 a {
	color: #fff;
}

.main-all .fresh .item h3:hover a {
	opacity: 0.8;
}

.main-all .fresh .item .subsection {
	border-color: rgba(255, 255, 255, 0.3);
}

.main-all .fresh .item .subsection:hover {
	background-color: #fff;
	color: #0c5f9f;
}

.main-all .fresh .item .comment {
	position: absolute;
	left: 20px;
	bottom: 16px;
}

.main-all .fresh .item .comment:before {
	background-position: -15px 0;
	opacity: 0.5;
}

.main-all .fresh .item .comment:hover:before {
	opacity: 1;
}

.main-all .fresh .item .time {
	position: absolute;
	right: 20px;
	bottom: 16px;
}

.main-all .fresh .item .section:hover,
.main-all .fresh .item .comment:hover {
	color: #ffffff;
}

.main-all .fresh .item:nth-of-type(2n) {
	margin-right: 0;
}

.main-all .fresh .item:nth-of-type(4n),
.main-all .fresh .item:nth-of-type(4n + 1) {
	width: 460px;
}

.main-all .fresh .item:nth-of-type(4n) h3,
.main-all .fresh .item:nth-of-type(4n + 1) h3 {
	margin-top: 0;
	font-size: 23px;
	line-height: 30px;
}

.main-all .fresh .item:nth-of-type(4n) .subsection,
.main-all .fresh .item:nth-of-type(4n + 1) .subsection {
	margin-top: 11px;
}

.main-all .fresh .item:nth-of-type(4n).article .source,
.main-all .fresh .item:nth-of-type(4n + 1).article .source {
	left: auto;
	right: 90px;
	bottom: 16px;
}

.main-all .fresh .item.article {
	background-color: #fff;
}

.main-all .fresh .item.article .section,
.main-all .fresh .item.article .subsection,
.main-all .fresh .item.article .comment,
.main-all .fresh .item.article .time {
	color: #999;
}

.main-all .fresh .item.article .section:hover {
	color: #0c5f9f;
}

.main-all .fresh .item.article h3 a {
	color: #09a0e9;
}

.main-all .fresh .item.article h3:hover a {
	color: #0c5f9f;
	opacity: 1;
}

.main-all .fresh .item.article .subsection {
	border-color: rgba(0, 0, 0, 0.1);
}

.main-all .fresh .item.article .subsection:hover {
	border-color: #0c5f9f;
	background-color: #0c5f9f;
	color: #fff;
}

.main-all .fresh .item.article .comment {
	position: absolute;
	left: 20px;
	bottom: 16px;
}

.main-all .fresh .item.article .comment:before {
	background-position: 0px 0;
	opacity: 0.25;
}

.main-all .fresh .item.article .comment:hover {
	color: #0c5f9f;
}

.main-all .fresh .item.article .comment:hover:before {
	background-position: -45px 0;
	opacity: 1;
}

.main-all .fresh .item.article .source {
	position: absolute;
	left: 20px;
	bottom: 34px;
}

.main-all .fresh .item.article .source:hover {
	color: #0c5f9f;
}

.main-all .fresh .item.article .source:hover:before {
	background-position: -30px 0;
	opacity: 1;
}

.main-all .fresh .item.blogs {
	background-color: #0c5f9f;
	overflow: hidden;
}
    .main-all .fresh .item.blogs h3 a {
	    display: block;
    }

.main-all .fresh .item.forum {
	background-color: #09a0e9;
}

.main-all .fresh .item.forum .subsection:hover {
	color: #09a0e9;
}

.main-all .fresh .item.forum .time:before {
	background-position: -15px 0;
	opacity: 0.5;
}

.main-all .fresh #show-more {
	height: 45px;
	font-size: 13px;
	line-height: 45px;
	text-align: center;
	color: #0c5f9f;
	background-color: #d9e6ee;
	clear: both;
	cursor: pointer;
}

.main-all .fresh #show-more:hover {
	background-color: #cedfea;
}

.main-forum {
	min-width: 960px;
	padding-bottom: 79px;
	background: #2970a6 url(../img/bg-forum.jpg) repeat-x 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}

.main-forum h2 {
	color: #fff;
}

.main-forum .subsection-list li {
	background-color: rgba(0, 0, 0, 0.25);
}

.main-forum .subsection-list li:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.main-forum .subsection-list li a {
	color: #fff;
}

.main-forum .item.forum {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	padding: 16px 20px 40px;
	width: 220px;
	height: 269px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #09a0e9;
}
.main-blog .item.blogs .section,
.main-article .item.article .section,
.main-forum .item.forum .section {
	display: none;
}

.main-forum .item.forum:first-of-type {
	padding-top: 14px;
	width: 460px;
}

.main-forum .item.forum:first-of-type h3 a {
	font-size: 23px;
	line-height: 30px;
}

.main-forum .item.forum:first-of-type .subsection {
	margin-top: 11px;
}

.main-forum .item.forum:nth-of-type(3),
.main-forum .item.forum:last-of-type {
	margin-right: 0;
}

.main-forum .item.forum h3 a {
	color: #fff;
}

.main-forum .item.forum h3:hover a {
	opacity: 0.8;
}

.main-forum .item.forum .subsection {
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.3);
}

.main-forum .item.forum .subsection:hover {
	color: #09a0e9;
	background-color: #fff;
}

.main-forum .item.forum .comment {
	position: absolute;
	left: 20px;
	bottom: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.main-forum .item.forum .comment:before {
	background-position: -15px 0;
	opacity: 0.5;
}

.main-forum .item.forum .comment:hover {
	color: #ffffff;
}

.main-forum .item.forum .comment:hover:before {
	opacity: 1;
}

.main-forum .item.forum .time {
	position: absolute;
	right: 20px;
	bottom: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.main-forum .item.forum .time:before {
	background-position: -15px 0;
	opacity: 0.5;
}

.main-forum .forum-link {
	margin-top: 20px;
}

.main-wrap {
	position: relative;
	padding-bottom: 129px;
	min-width: 960px;
}

.main-wrap:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 50%;
	height: 100%;
	background-color: #0c5f9f;
}

.main-wrap .item {
	padding-bottom: 44px;
}

.main-wrap .item .comment {
	position: absolute;
	left: 0;
	bottom: 16px;
}

.main-wrap .item .time {
	position: absolute;
	left: 45px;
	bottom: 16px;
}

.main-wrap .blog-link {
	margin-top: 40px;
}

.main-wrap .article-link {
	margin-top: 40px;
	color: rgba(9, 160, 233, 0.8);
}

.main-wrap .article-link:before {
	background: url(../img/sprite_arrow.png) no-repeat -27px 0;
}

.main-wrap .article-link:hover {
	color: #09a0e9;
}

.main-article {
	float: left;
	padding-right: 30px;
	width: 470px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-article h2 {
	color: #09a0e9;
}

.main-article .item {
	padding-top: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-article .item:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.main-article .item h3:hover a {
	color: #14609d;
}

.main-article .item .subsection:hover {
	color: #fff;
	background-color: #14609d;
	border-color: #14609d;
}

.main-article .item .comment:hover {
	color: #0c5f9f;
}

.main-article .item .comment:hover:before {
	background-position: -45px 0;
	opacity: 1;
}

.main-article .item .source {
	position: absolute;
	left: 115px;
	bottom: 16px;
}

.main-article .item .source:hover {
	color: #0c5f9f;
}

.main-article .item .source:hover:before {
	background-position: -30px 0;
	opacity: 1;
}

.main-blog {
	position: relative;
	z-index: 10;
	float: right;
	padding-left: 30px;
	width: 470px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main-blog h2 {
	color: #fff;
}

.main-blog .item {
	padding-top: 9px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-blog .item:first-of-type {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.main-blog .item .author {
	color: rgba(255, 255, 255, 0.7);
}

.main-blog .item .author:hover {
	color: #ffffff;
}

.main-blog .item .author:hover:before {
	color: #ffffff;
}

.main-blog .item .author:before {
	color: rgba(255, 255, 255, 0.7);
}

.main-blog .item h3 a {
	color: #fff;
}

.main-blog .item h3:hover a {
	color: rgba(255, 255, 255, 0.8);
}

.main-blog .item .subsection {
	color: rgba(255, 255, 255, 0.7);
	border-color: rgba(255, 255, 255, 0.3);
}

.main-blog .item .subsection:hover {
	color: #0c5f9f;
	background-color: #fff;
}

.main-blog .item .comment {
	color: rgba(255, 255, 255, 0.7);
}

.main-blog .item .comment:before {
	background-position: -15px 0;
	opacity: 0.5;
}

.main-blog .item .comment:hover {
	color: #ffffff;
}

.main-blog .item .comment:hover:before {
	opacity: 1;
}

.main-blog .item .time {
	color: rgba(255, 255, 255, 0.7);
}

.item {
	position: relative;
}

.item .section,
.item .author {
	font-size: 11px;
	line-height: 15px;
	color: #999;
}

.item .author {
	position: relative;
	padding-left: 0px;
}

.item .author:before {
	content: "→";
	margin: 0 3px 0 0;
	font-size: 13px;
	display: inline-block;
	color: #999;
}

.item h3 {
	margin: 0;
	font-size: 16px;
	line-height: 23px;
	font-weight: 500;
}

.item h3 a {
	color: #000;
}

.item .subsection {
	display: inline-block;
	margin-top: 6px;
	padding: 1px 5px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 9px;
	line-height: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #999;
}

.item .view,
.item .comment,
.item .source,
.item .time {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}

.item .view,
.item .comment {
	position: relative;
	display: inline-block;
	padding-left: 19px;
}
.item .view {
	padding-left: 20px;
}

.item .view:before,
.item .comment:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/sprite_comments.png) no-repeat 0 0;
	-webkit-background-size: 58px 13px;
	background-size: 58px 13px;
	opacity: 0.25;
}
.item .view:before {
	width: 15px;
	background: url(../img/sprite_view.png) no-repeat 0 0;
	-webkit-background-size: 56px 13px;
	background-size: 60px 13px;
}

.item .source {
	position: relative;
	display: inline-block;
	padding-left: 19px;
}

.item .source:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 13px;
	height: 10px;
	background: url(../img/sprite_source.png) no-repeat 0 0;
	-webkit-background-size: 43px 10px;
	background-size: 43px 10px;
	opacity: 0.25;
}

.item .time {
	position: relative;
	display: inline-block;
}
/*
.item .tags {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.item .tags :before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 15px;
	opacity: 0.25;
}

.item .tags li {
	display: inline-block;
}

.item .tags a {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	color: #999;
}*/

.tags {
    line-height: 13px;
    padding-left: 18px;
    position: relative;
    color: #999;
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
}
    .tags:before {
	content: '';
	background: url("../img/tags.png") 0 0 no-repeat;
	height: 13px;
	width: 13px;
	position: absolute;
	left: 0;
	top: 1px;
    }
    .tags a {
	display: inline-block;
	margin-right: 8px;
	color: #999;
    }
	.tags a:hover {
	    color: #333333;
	}
.item.forum .time {
	padding-left: 18px;
}

.item.forum .time:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 13px;
	height: 11px;
	background: url(../img/sprite_reload.png) no-repeat 0 0;
	-webkit-background-size: 28px 11px;
	background-size: 28px 11px;
	opacity: 0.25;
}

.hot {
	float: right;
	width: 220px;
	margin-bottom: 60px;
}

.hot h2 {
	position: relative;
	margin: 0;
	padding: 79px 0 10px 28px;
	font-size: 16px;
	line-height: 20px;
	color: #ee5949;
}

.hot h2:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	display: block;
	width: 18px;
	height: 27px;
	background: url(../img/hot_topic.svg);
}
.right_content h2 {
	padding: 4px 0 10px 28px;
}

.hot .item {
	padding: 9px 0 44px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-wrap .item.no_subsection,
.hot .item.no_subsection {
	padding-bottom: 24px;
}

.hot .item:first-of-type {
	border-top: 3px solid #ee5949;
}

.hot .item h3 {
	margin: 4px 0 -1px;
	font-size: 13px;
	line-height: 19px;
}

.hot .item h3:hover a {
	color: #ee5949;
}

.hot .item .comment {
	position: absolute;
	bottom: 16px;
	color: #ee5949;
	opacity: 0.8;
}

.hot .item .comment:before {
	background-position: -30px 0;
	opacity: 1;
}

.hot .item .comment:hover {
	opacity: 1;
}

.hot .item .source {
	position: absolute;
	bottom: 35px;
}

.hot .item .source:hover {
	color: #ee5949;
}

.hot .item .source:hover:before {
	background-position: -15px 0;
	opacity: 1;
}

.hot .item .time {
	position: absolute;
	left: 45px;
	bottom: 16px;
}

.hot .item .section:hover {
	color: #ee5949;
}

.hot .item .author:hover {
	color: #ee5949;
}

.hot .item .author:hover:before {
	color: #ee5949;
}

.hot .item .subsection:hover {
	color: #fff;
	background-color: #ee5949;
	border-color: #ee5949;
}
.left_content .item {
    border-bottom: 1px solid #e5e5e5;
    padding: 16px 0 16px;
}
.left_content .item .author {
    position: relative;
    top: -4px;
}
.left_content.on_search_page .item .author {
    top: 0;
}
.left_content .item .subsection {
    margin-bottom: 12px;
}
.left_content .item h3:hover a {
	color: #14609d;
}
.left_content .item .time,
.left_content .item .view,
.left_content .item .comment {
    margin-right: 12px;
}
.item .view {
    display: none;
}
.left_content .item.forum .view {
    display: block;
}
.left_content .item .view:hover,
.left_content .item .comment:hover {
	color: #0c5f9f;
}
    .left_content .item .view:before,
    .left_content .item .comment:before {
	    opacity: 0.25;
    }
    .left_content .item .view:hover:before,
    .left_content .item .comment:hover:before {
	    background-position: -45px 0;
	    opacity: 1;
    }
.left_content .item .source:hover {
	color: #0c5f9f;
}
.left_content .item .source:hover:before {
	background-position: -30px 0;
	opacity: 1;
}
.left_content .item .section:hover {
	color: #ee5949;
}
.left_content .item .author:hover {
	color: #ee5949;
}
.left_content .item .author:hover:before {
	color: #ee5949;
}
.left_content .item .subsection:hover {
	color: #fff;
	background-color: #14609d;
	border-color: #14609d;
}


.hot .article {
	padding-bottom: 62px;
}

.arrow-link {
	position: relative;
	display: inline-block;
	padding-left: 35px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

.arrow-link:before {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 25px;
	height: 14px;
	background: url(../img/sprite_arrow.png) no-repeat 0 0;
	-webkit-background-size: 52px 14px;
	background-size: 52px 14px;
	opacity: 0.7;
}

.arrow-link:hover {
	color: #ffffff;
}

.arrow-link:hover:before {
	opacity: 1;
}

.subsection-list {
	margin: 0 0 20px;
	padding: 0;
	font-size: 0;
}

.subsection-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	list-style: none;
}

.subsection-list li:last-child {
	margin-right: 0;
}

.subsection-list li a {
	display: block;
	padding: 0 15px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
}

.subsection-list li a span {
	display: inline-block;
	margin-left: 10px;
	font-size: 11px;
}
.subsection-list.forum_page {
    margin: 0 0 23px;
}
    .subsection-list.forum_page li {
	    background-color: rgba(230, 239, 245, 1);
    }

    .subsection-list.forum_page li.active,
    .subsection-list.forum_page li:hover {
	    background-color: rgba(12, 95, 159, 1);
    }
	.subsection-list.forum_page li a {
		color: #0c5f9f;
	}
	.subsection-list.forum_page li a span {
		color: rgba(0,0,0,0.7);
	}
	    .subsection-list.forum_page li.active a,
	    .subsection-list.forum_page li:hover a {
		    color: #ffffff;
	    }
	    .subsection-list.forum_page li.active a span,
	    .subsection-list.forum_page li:hover a span{
		color: rgba(255,255,255,0.7);
	    }

.main-page .footer:after {
	background-color: #025392;
}

.main-page .footer-nav-club li a {
	color: #fff;
}

.main-page .footer-nav-club li a:hover {
	color: #ffffff;
	opacity: 0.8;
}

.main-page .footer-club a {
	color: #fff;
}

.main-page .footer-club a:hover {
	color: #fff;
	opacity: 0.8;
}

.main-page .footer-club span {
	color: #fff;
	opacity: 0.7;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 960px;
}

.footer:after {
	content: "";
	display: table;
	clear: both;
}

.footer:before,
.footer:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	width: 50%;
	height: 100%;
}

.footer:before {
	left: 0%;
	background-color: #f0f5f7;
}

.footer:after {
	right: 0;
	background-color: #e6eff5;
}

.footer .footer-left-wrap {
	float: left;
	position: relative;
	z-index: 10;
	padding-right: 30px;
	width: 470px;
	height: 149px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer .footer-left-wrap .footer-bitrix {
	margin: 24px 0 -1px;
	padding: 0;
	color: #999;
	font-size: 11px;
	line-height: 20px;
	opacity: 0.7;
	font-family: "Arial", sans-serif;
	font-weight: 400;
}

.footer .footer-right-wrap {
	float: right;
	position: relative;
	z-index: 10;
	padding-left: 29px;
	width: 470px;
	height: 149px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-nav-b24 {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	border-top: 1px solid #d8dcde;
}

.footer-nav-b24 li {
	display: inline-block;
}

.footer-nav-b24 li a {
	margin-right: 16px;
	padding: 9px 0;
	display: block;
	text-decoration: none;
	color: #09a0e9;
	font-size: 13px;
	line-height: 23px;
}

.footer-nav-b24 li a:hover {
	color: #0c5f9f;
}

.footer-nav-b24 li:last-child a {
	margin-right: 0;
}

.footer-nav-club {
	float: left;
	display: inline-block;
	margin: 44px 0 0;
	padding: 0;
	width: 270px;
	list-style: none;
	font-size: 0;
}

.footer-nav-club li {
	display: inline-block;
}

.footer-nav-club li a {
	margin-right: 16px;
	padding: 9px 0;
	display: inline-block;
	font-size: 13px;
	line-height: 23px;
	color: #09a0e9;
	text-decoration: none;
}

.footer-nav-club li a:hover {
	color: #0c5f9f;
}

.footer-nav-club li:last-child a {
	margin-right: 0;
}

.footer-club {
	margin-top: 55px;
	float: right;
	text-align: right;
}

.footer-club a {
	display: block;
	color: #09a0e9;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
}

.footer-club a:hover {
	color: #0c5f9f;
}

.footer-club span {
	color: #999;
	font-size: 11px;
	line-height: 20px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
}
.search-page .desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #999;
    padding-top: 5px;
}

/*text*/
.text_page p,
.text_page {
    color: #333333;
    font-size: 15px;
    line-height: 24px;
}
.text_page a {
    color: #09a0e9;
}
    .text_page a:hover {
	color: #0c5f9f;
    }
.text_page {
    padding-bottom: 50px;
}
.text_page + .hot.right_content{
    margin-top: -54px;
}
.text_page p {
    margin: 0 0 14px;
}
.text_page h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 14px 0;
    padding: 22px 0 0;
    border: none;
    color: #010101;
}
    .text_page h2:first-child {
	padding: 0 0 0;
    }
.text_page img {
    margin: 0 0 14px;
    max-width: 100%;
}
    .text_page p img {
	margin: 0 0 0;
    }
    .text_page p:last-child {
	margin-bottom: 0;
    }
.text_page img.img_shadow {
    box-shadow: 0 6px 24px 0px rgba(0,0,0,0.15);
}    
.text_page ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .text_page ul li {
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	position: relative;
    }
	.text_page ul li:before {
	    content: '';
	    position: absolute;
	    top: 11px;
	    left: 0;
	    height: 1px;
	    width: 9px;
	    background: #333333;
	}
	.text_page ul.stars li:before {
	    content: '*';
	    position: absolute;
	    top: 4px;
	    left: 0;
	    font-size: 20px;
	    color: #ee5949;
	    height: auto;
	    width: auto;
	    background: none;
	}
.footer_sign_up {
    background: #f0f5f7;
    font-size: 15px;
    line-height: 24px;
    color: #333;
    position: relative;
    clear: both;
    padding: 30px 50px;
    margin: 0 0 60px;
}
    .footer_sign_up .title {
	font-size: 25px;
	line-height: 28px;
	color: #010101;
	margin-bottom: 16px;
    }
    .footer_sign_up .text {
	width: 480px;
    }
.footer_sign_up .btn {
    position: absolute;
    top: 50px;
    right: 57px;
    width: 266px;
    height: 50px;
    background: #0c5f9f;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #ffffff;
}

/*detail*/
.detail_header + .text_page.detail_page + .hot.right_content{
    margin-top: -57px;
}
.detail_header {
    padding-bottom: 10px;
    border-bottom: 3px solid #000000;
    width: 700px;
    margin: 20px 0 20px;
}
    .detail_header .img {
	display: inline-block;
	width: 82px;
	height: 82px;
	border-radius: 82px;
	overflow: hidden;
	margin-right: 30px;
	vertical-align: top;
    }
	.detail_header .img img {
	    max-width: 82px;
	    max-height: 82px;
	}
    .detail_header .right_block {
	display: inline-block;
	width: 588px;
	vertical-align: top;
    }
	.detail_header .right_block .author {
	    font-size: 15px;
	    line-height: 25px;
	    height: 25px;
	    background: #000000;
	    color: #ffffff;
	    padding: 0 8px;
	    margin-bottom: 8px;
	    display: inline-block;
	}
	.detail_header h1 {
	    font-size: 25px;
	    line-height: 34px;
	    color: #000000;
	    margin-top: 0;
	    margin-bottom: 11px;
	    width: 588px;
	}
	.detail_header .right_block .time {

	}
	.detail_header .right_block .comment {
	    color: rgba(255, 255, 255, 0.7);
	}

.detail_header .right_block .subsection-list {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 0 0;
}
.detail_header .right_block .comment {
    margin-right: 30px;
}
.detail_header .right_block .comment,
.detail_header .right_block .time {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 16px;
	color: #999;
	margin-top: 8px;
}

.detail_header .right_block .time,
.detail_header .right_block .comment {
	position: relative;
	display: inline-block;
	padding-left: 19px;
	vertical-align: top;
}

.detail_header .right_block .comment:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/sprite_comments.png) no-repeat 0 0;
	-webkit-background-size: 58px 13px;
	background-size: 58px 13px;
	opacity: 0.25;
}

.detail_header .right_block .time {
}

.detail_header .right_block .time:before {
	background-position: -15px 0;
	opacity: 0.5;
}
.detail_header .right_block .time:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 13px;
	height: 11px;
	background: url(../img/sprite_reload.png) no-repeat 0 0;
	-webkit-background-size: 28px 11px;
	background-size: 28px 11px;
	opacity: 0.25;
}
.detail_quotes {
    padding-left: 111px;
    background: url(../img/ico_quotes.png) no-repeat 20px 5px;
    min-height: 41px;
}
.comments_block {
    padding-top: 30px;
    margin-top: 22px;
    border-top: 1px solid #e5e5e5;
}
.comments_block .comment {
    position: relative;
}
.comments_block .comment .delete {
    width: 17px;
    height: 17px;
    background: url(../img/ico_delete.png) no-repeat 0 0;
    position: absolute;
    right: 21px;
    top: 0;
    cursor: pointer;
    opacity: 0.5;
    display: none;
}
    .comments_block .comments_list.isAdmin .comment .delete {
	display: block;
    }
    .comments_block .comment .delete:hover {
	opacity: 0.8;
    }
.comments_block .no_comments,
.comments_block .title {
    font-size: 20px;
    line-height: 28px;
    color: #020202;
    margin-bottom: 20px;
}
.comments_block .title span {
    color: #75c5f4;
}
.comments_block .needAuth {
    font-size: 15px;
    line-height: 24px;
    color: #363636;
}
    .comments_block a {
	color: #09a0e9;
    }
	.comments_block a:hover {
	    color: #0c5f9f;
	}
.comments_block .add_comment {
}
    .comments_block .add_comment textarea {
	border: 2px solid rgba(207,217,226,0.6);
	font-size: 15px;
	line-height: 24px;
	color: #363636;
	padding: 11px 20px;
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
	resize: none;
	height: 122px;
	margin-bottom: 12px;
	outline: none;
    }
	.comments_block .add_comment textarea:focus,
	.comments_block .add_comment textarea:hover {
	    border: 2px solid rgba(207,217,226,1);
	}
    .comments_block .add_comment input[type=submit] {
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #f0f5f7;
	display: inline-block;
	padding: 0 24px;
	cursor: pointer;
	float: right;
	background: #09a0e9;
	border: none;
    }
	.comments_block .add_comment input[type=submit]:hover {
	    background: #4cc0f6;
	}
.comments_block .add_comment,
.comments_block .comment {
    width: 700px;
    margin: 0 0 25px;
}
    .comments_block .add_comment {
	margin-top: 30px;
    }
    .comments_block .add_comment .img,
    .comments_block .comment .img {
	display: inline-block;
	width: 82px;
	height: 82px;
	border-radius: 82px;
	overflow: hidden;
	margin-right: 30px;
	vertical-align: top;
    }
	.comments_block .add_comment .img img,
	.comments_block .comment .img img {
	    max-width: 82px;
	    max-height: 82px;
	}
    .comments_block .add_comment .right_block,
    .comments_block .comment .right_block {
	display: inline-block;
	width: 550px;
	vertical-align: top;
    }
	.comments_block .add_comment .right_block {
	    width: 588px;
	}
	.comments_block .comment .right_block .author {
	    font-size: 15px;
	    line-height: 16px;
	    height: 16px;
	    color: #385f9c;
	    margin-bottom: 8px;
	    display: inline-block;
	    vertical-align: top;
	    margin-right: 15px;
	}
	.comments_block .comment .right_block .time,
	.comments_block .comment .right_block .date {
	    font-size: 11px;
	    line-height: 16px;
	    color: #989898;
	    display: inline-block;
	    vertical-align: top;
	    position: relative;
	    top: 1px;
	}
	.comments_block .comment .right_block .date {
	    margin-right: 15px;
	}
	.comments_block .comment .right_block .text {
	    font-size: 15px;
	    line-height: 24px;
	    color: #363636;
	}
.comments_block .more_comments {
    /*display: none;*/
    font-size: 13px;
    line-height: 38px;
    height: 38px;
    color: #0c5f9f;
    text-align: center;
    background: rgba(235,239,245,0.8);
    cursor: pointer;
    margin-bottom: 30px;
}
    .comments_block .more_comments.disable {
	height: 1px;
	margin-bottom: 30px;
	cursor: default;
	text-indent: -9999px;
    }
	.comments_block .more_comments.disable:hover {
	    background: rgba(235,239,245,0.8);
	}
    .comments_block .more_comments:hover {
	background: rgba(235,239,245,1);
    }
    .comments_block .more_comments:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 1px solid #3378ae;
	border-top: 1px solid #3378ae;
	display: inline-block;
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
	margin-left: 9px;
	position: relative;
	top: -2px;
    }
.to_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}    
    .to_top:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 30px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
    }    
    .to_top:after {
	content: '';
	position: absolute;
	top: 35px;
	left: 32px;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(0,0,0,0.1);
	border-right: 2px solid rgba(0,0,0,0.1);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
    }    
    .to_top:hover:before {
	border: 2px solid rgba(0,0,0,0.3);
    }    
    .to_top:hover:after {
	border-top: 2px solid rgba(0,0,0,0.3);
	border-right: 2px solid rgba(0,0,0,0.3);
    }    
.list_page {

}    
    .list_page .item.forum h3 {
	width: 300px;
    }    
    .list_page .item.forum .comment {
	position: absolute;
	top: 21px;
	left: 470px;
    }    
    .list_page .item.forum .view {
	position: absolute;
	top: 21px;
	left: 540px;
    }    
    .list_page .item.forum .time {
	position: absolute;
	top: 21px;
	left: 610px;
    }    
    .list_page .item.forum .time span {
	    display: block;
	    width: 0;
    }
    .show_date_create,
    .show_author {
	display: none;
    }
    .list_page .item.forum .show_date_create {
	    font-size: 11px;
	    line-height: 16px;
	    color: #999;
    }
    .list_page .item.forum .show_author {
	    display: block;
	    width: 140px;
	    font-size: 11px;
	    line-height: 16px;
	    color: #999;
	    position: absolute;
	    top: 21px;
	    left: 320px;
    }
    .list_page .item.forum .show_date_create {
	    display: block;
    }
    
.auth_page {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	white-space: normal;
	width: 260px;
	text-align: left;
	font-size: 13px;
	line-height: 23px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 50px;
}    
.link_forgot,
.link_register {
	display: inline-block;
	margin: 4px 0 12px;
	color: #09a1ea;
}
    .link_forgot:hover,
    .link_register:hover {
	    color: #0b6b98;
    }
.link_register {
	float: right;
}    
.new_msg .errortext,
.auth_page .errortext {
	white-space: nowrap;
}    
.new_msg .text p,
.auth_page .text p {
    margin: 0;
}    
.new_msg .text,
.auth_page .text {
    margin: 0 0 15px 0;
    white-space: nowrap;
}    
.new_msg .text a {
    color: #09a0e9;
}    
    .new_msg .text a:hover {
	color: #0c5f9f;
    }    

.subsection-list.forum_page li.new_theme {
    background: none;
}
.subsection-list.forum_page li.new_theme a {
    color: #09a0e9;
    position: relative;
    padding: 0 10px 0 27px;
}
    .subsection-list.forum_page li.new_theme a:hover {
	color: #0c5f9f;
    }
    .subsection-list.forum_page li.new_theme a:after,
    .subsection-list.forum_page li.new_theme a:before {
	content: '';
	width: 2px;
	height: 16px;
	background: #09a0e9;
	position: absolute;
	left: 12px;
	top: 7px;
    }
	.subsection-list.forum_page li.new_theme a:hover:after,
	.subsection-list.forum_page li.new_theme a:hover:before {
	    background: #0c5f9f;
	}
    .subsection-list.forum_page li.new_theme a:after {
	width: 16px;
	height: 2px;
	left: 5px;
	top: 14px;
    }
.policy_personal_data {
    margin: 0px 0 0 0px;
    font-size: 13px;
    line-height: 18px;
}
.policy_personal_data label {
    padding-left: 40px;
    background: none;
    color: #000000;
    padding: 5px 35px 5px 25px;
    font-size: 13px;
    line-height: 21px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.policy_personal_data input {
    display: block;
    width: 18px!important;
    height: 18px;
    position: absolute;
    left: 0;
    top: 6px;
    cursor: pointer;
}
.policy_personal_data input:after {
    display: block;
    background-color: #ffffff;
    content: '';
    border: 1px solid #666666;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
}
.policy_personal_data input:checked:after
{
	background: #666666 url('data:image/svg+xml,%3Csvg%20fill%3D%22%23ffffff%22%20viewBox%3D%220%200%2018%2018%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%227%2C14.4%202.3%2C9.7%203.7%2C8.3%207%2C11.6%2014.3%2C4.3%2015.7%2C5.7%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 0;
	border-color: #666666;
}
.policy_personal_data a {
    color: #000000;
    border-bottom: 1px solid rgba(0,0,0,0.4);
    text-decoration: none;
}
.policy_personal_data a:hover {
    border-bottom: 1px solid rgba(0,0,0,0.8);
}

.content {
    padding-bottom: 97px;
}
.fixb24 {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 97px;
    background: url('/img/banner.gif') center center no-repeat;
    background-size: auto 100%;
    z-index: 10;
}
.right_220 {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
}
.main-all .right_220 {
    margin: 109px 0 -55px;
}
.btn {
background: #e6eff5;
    padding: 5px 10px;
    display: inline-block;
    color: #275f9f;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn:hover {
	opacity:0.9
}