/* Common */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #404040;
	background-color: #ffffff;
}

.center_wrapper {
	max-width: 1006px;
}

/* Common.end */

/* Header */
.header {}

.header_top {
	background-color: #fff;
}

.header_top-left_block {
	border-right: 1px solid #ccc;
	float: left;
}

.header_top-logo {
	display: block;
	width: 92px;
	height: 32px;
	border-right: 1px solid #ccc;
	background: url("../images/logo.png") left center no-repeat;
	float: left;
}

.header_top-login {
	display: block;
	width: 32px;
	line-height: 20px;
	padding: 6px 8px 2px;
	border-bottom: 4px solid transparent;
	background: url("../images/ico-login.png") center 7px no-repeat transparent;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1px;
	color: #000;
	transition: border-bottom .15s ease-in-out;
	float: left;
}

.header_top-login:focus,
.header_top-login:hover {
	border-bottom-color: #000;
	text-decoration: none;
}

.header_top-right_block {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: right;
}

.search-wrapper {
	height: 24px;
	margin: 4px 0 4px;
}

.search-input {
	display: none;
	width: 80px;
	padding: 4px 0 4px 8px;
	border: none;
	background-color: transparent;
	font-size: 14px;
	color: #000;
}

.search-input:focus {
	outline: none;
}

.search-button {
	display: inline-block;
	width: 32px;
	height: 24px;
	border: none;
	background: url("../images/ico-search.svg") center no-repeat;
	-webkit-background-size: 16px;
	background-size: 16px;
	vertical-align: middle;
}

.header_top_menu-mobile {
	display: block;
	position: relative;
	line-height: 20px;
	border: none;
	padding: 6px 8px 2px;
	border-bottom: 4px solid transparent;
	background-color: transparent;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	transition: border-bottom .15s ease-in-out;
	float: right;
}

.header_top_menu-mobile:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 1px;
	left: 0;
	top: 0;
	bottom: -4px;
	background: #ccc;
}

.header_top_menu {
	clear: both;
}

.header_top_menu-mobile--active,
.header_top_menu-mobile:focus,
.header_top_menu-mobile:hover {
	border-bottom-color: #000;
	outline: none;
	text-decoration: none;
}

.header_top_menu-list {
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: center;
}

.header_top_menu-list_item {
	display: block;
	position: relative;
	width: 50%;
	float: left;
}

.header_top_menu-list_link {
	display: block;
	line-height: 20px;
	padding: 6px 8px 2px;
	border-bottom: 4px solid transparent;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	text-align: left;
	transition: color .15s ease-in-out, background .15s ease-in-out;
}

.header_top_menu-list_link:focus,
.header_top_menu-list_link:hover {
	background: #222;
	color: #fff;
	text-decoration: none;
}

.header_top_menu-list_link--last_link:after {
	content: ' ';
	display: inline-block;
	margin-left: 4px;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #000;
	vertical-align: middle;
}

.header_middle {
	background-color: #bb1919;
}

.category_name {
	display: block;
	line-height: 1.2;
	padding: 10px 0;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #fff;
	float: left;
}

.category_name:hover,
.category_name:focus {
	text-decoration: none;
}

.category_name-invert {
	display: inline-block;
	padding: 0px 7px;
	background: #fff;
	color: #bb1919;
}

.header_bottom_menu-mobile {
	margin-top: 10px;
	padding: 8px 12px 8px 36px;
	border: 1px solid #bb4545;
	background: url("../images/ico-menu.png") 12px center no-repeat transparent;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition: border-color .15s ease-in-out, background .15s ease-in-out;
	float: right;
}

.header_bottom_menu-mobile--active,
.header_bottom_menu-mobile:hover,
.header_bottom_menu-mobile:focus {
	outline: none;
	border-color: #222;
	background-color: #222;
}

.header_bottom_menu-mobile--active {
	position: relative;
}

.header_bottom_menu-mobile--active:after {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -10px;
	height: 14px;
	background: #222;
}

.header_bottom {
	background-color: #222;
}

.header_bottom_menu-list {
	list-style-type: none;
	display: none;
	margin: 0;
	padding: 0;
}

.header_bottom_menu-list_item {
	position: relative;
	width: 50%;
	border-bottom: 1px solid #464646;
	float: left;
}

.header_bottom_menu-list_link {
	display: block;
	padding: 10px 12px;
	font-size: 14px;
	color: #fff;
}

.header_bottom_menu-list_link--last_link:after {
	content: ' ';
	display: inline-block;
	margin-left: 4px;
	border-width: 4px 4px 0 4px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fff;
	vertical-align: middle;
}

.header_bottom_menu-list_link--active,
.header_bottom_menu-list_link:hover,
.header_bottom_menu-list_link:focus {
	position: relative;
	text-decoration: none;
}

.header_bottom_menu-list_link--active:before,
.header_bottom_menu-list_link:hover:before,
.header_bottom_menu-list_link:focus:before {
	content: ' ';
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 18px;
	left: 5px;
	top: 50%;
	margin-top: -9px;
	background-color: #fff;
}

@media all and (min-width: 360px) {
	.header_bottom_menu-mobile {
		margin-top: 12px;
	}

	.header_bottom_menu-mobile--active:after {
		bottom: -15px;
	}
}

@media all and (min-width: 520px) {
	.category_name {
		font-size: 36px;
	}

	.header_top_menu-list_item {
		width: 33.33333%;
	}

	.header_bottom_menu-list_item {
		width: 33.33333%;
	}
}

@media all and (min-width: 670px) {
	.header_top_menu-mobile {
		display: none;
	}

	.header_top_menu {
		margin-left: 126px;
		margin-right: 35px;
		clear: none;
	}

	.header_top_menu-list {
		display: block;
	}

	.header_top_menu-list_item {
		display: inline-block;
		width: auto;
		float: none;
	}

	.header_top_menu-list_item+.header_top_menu-list_item:before {
		content: ' ';
		display: block;
		position: absolute;
		width: 1px;
		left: 0;
		top: 0;
		bottom: 0;
		background: #ccc;
	}

	.header_top_menu-list_link {
		border-bottom: 4px solid transparent;
		transition: border-bottom .15s ease-in-out;
	}

	.header_top_menu-list_link:focus,
	.header_top_menu-list_link:hover {
		border-bottom-color: #000;
		background-color: transparent;
		color: #000;
		text-decoration: none;
	}
}

@media all and (min-width: 670px) {
	.header_bottom_menu-list_item {
		width: 25%;
	}
}

@media all and (min-width: 835px) {
	.header_top-login {
		width: auto;
		padding: 6px 8px 2px 33px;
		background-position: 8px 7px;
		font-size: 14px;
	}

	.header_top-right_block {
		border-right: none;
	}

	.search-wrapper {
		margin-left: 8px;
		background: #e4e4e4;
	}

	.search-input {
		display: inline-block;
	}

	.header_top_menu {
		margin-left: 195px;
		margin-right: 126px;
	}
}

@media all and (min-width: 895px) {
	.header_top-logo {
		height: 40px;
	}

	.header_top-login {
		padding: 10px 12px 6px 40px;
		background-position: 12px 11px;
	}

	.search-wrapper {
		margin: 8px 0 8px 8px;
	}

	.header_top_menu {
		margin-left: 182px;
	}

	.header_top_menu-list_link {
		padding: 10px 12px 6px;
	}

	.header_bottom {
		background-color: #a91717;
	}

	.header_bottom_menu-list_item {
		width: auto;
		border: none;
	}

	.header_bottom_menu-list_item+.header_bottom_menu-list_item:before {
		content: ' ';
		display: block;
		position: absolute;
		width: 1px;
		height: 17px;
		left: 0;
		top: 50%;
		margin-top: -9px;
		background: #bb4545;
	}

	.header_bottom_menu-list_link {
		padding: 10px 6px 6px;
		border-bottom: 4px solid transparent;
		transition: border-bottom-color .15s ease-in-out;
	}

	.header_bottom_menu-list_link--active,
	.header_bottom_menu-list_link:hover,
	.header_bottom_menu-list_link:focus {
		border-bottom-color: #fff;
		background: transparent;
		text-decoration: none;
	}

	.header_bottom_menu-list_link--active:before,
	.header_bottom_menu-list_link:hover:before,
	.header_bottom_menu-list_link:focus:before {
		display: none;
	}

	.header_bottom_menu-mobile {
		display: none;
	}

	.header_bottom_menu-list {
		display: block;
	}
}

@media all and (min-width: 930px) {
	.search-input {
		width: 123px;
	}

	.header_top_menu {
		margin-right: 160px;
	}
}

@media all and (min-width: 1010px) {
	.header_bottom_menu-list_link {
		padding: 10px 12px 6px;
	}
}

/* Header.end */

/* Footer */
.footer {
	color: #fff;
}

.footer_top {
	padding: 1px 0;
	background: #2f2f2f;
}

.footer_top-heading {
	font-size: 22px;
}

.footer_top_menu {}

.footer_top_menu-list {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

.footer_top_menu-list_item {}

.footer_top_menu-list_link {
	display: block;
	position: relative;
	padding: .6em 1em .6em 34px;
	font-weight: bold;
	color: #fff;
}

.footer_top_menu-list_link:before {
	content: ' ';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 6px;
}

.footer_top_menu-list_link--mobile:before {
	background: url("../images/ico-phone.png");
}

.footer_top_menu-list_link--pc:before {
	background: url("../images/ico-pc.png");
}

.footer_top_menu-list_link--news:before {
	background: url("../images/ico-news.png");
}

.footer_top_menu-list_link--letter:before {
	background: url("../images/ico-letter.png");
}

.footer_bottom {
	padding: 1px 0;
	border-top: 1px solid #949494;
	background: #4c4c4c;
}

.footer_bottom-heading {
	font-weight: bold;
	font-size: 22px;
}

.footer_bottom_menu {
	border-bottom: 1px solid #949494;
}

.footer_bottom_menu-list {
	list-style-type: none;
	margin: 20px 0;
	padding: 0;
}

.footer_bottom_menu-list_item {
	width: 50%;
	border-right: 1px solid #fff;
	float: left;
}

.footer_bottom_menu-list_item:nth-child(2n+2) {
	border-right: none;
}

.footer_bottom_menu-list_link {
	display: block;
	padding: .6em 1em;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}

.footer_bottom-links {
	margin-top: 20px;
	font-size: 13px;
}

.footer_bottom-links_link {
	display: inline-block;
	padding: .2em .1em;
	margin-right: 10px;
	color: #fff;
}

.footer_bottom-copyright {
	font-size: 13px;
}

@media all and (min-width: 520px) {
	.footer_top_menu-list_item {
		width: 50%;
		float: left;
	}

	.footer_bottom_menu-list_item {
		width: 33.33333%;
	}

	.footer_bottom_menu-list_item:nth-child(2n) {
		border-right: 1px solid #fff;
	}

	.footer_bottom_menu-list_item:nth-child(3n) {
		border-right: none;
	}
}

@media all and (min-width: 768px) {
	.footer_bottom_menu-list_item {
		width: 25%;
	}

	.footer_bottom_menu-list_item:nth-child(3n) {
		border-right: 1px solid #fff;
	}

	.footer_bottom_menu-list_item:nth-child(4n) {
		border-right: none;
	}
}

@media all and (min-width: 910px) {
	.footer_top_menu-list_item {
		width: 25%;
	}

	.footer_bottom_menu-list_item {
		width: 16.66666%;
	}

	.footer_bottom_menu-list_item:nth-child(4n) {
		border-right: 1px solid #fff;
	}

	.footer_bottom_menu-list_item:nth-child(6n) {
		border-right: none;
	}
}

/* Footer.end */

/* Sidebar */
.sidebar {
	display: none;
	width: 30%;
	float: right;
}

.sidebar_widget {
	padding: 12px 24px;
	background-color: #eee;
	margin-top: 24px;
}

.sidebar_widget:first-child {
	margin-top: 0;
}

.sidebar_widget-heading {
	margin: 0 0 14px;
	font-size: 24px;
}

.top_stories-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top_stories-list_item {
	margin: 0 0 10px;
}

.top_stories-list_link {
	display: block;
	color: #404040;
}

.top_stories-list_link p {
	margin: 0;
}

.sidebar-img {
	display: block;
	margin: 15px auto;
}

.most_popular-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.most_popular-list_item {}

.most_popular-list_item+.most_popular-list_item {
	border-top: 1px solid #dbdbdb;
}

.most_popular-list_link {
	display: block;
	position: relative;
	padding: 10px 30px 10px 0;
	color: #404040;
	transition: color .15s ease-in-out;
}

.most_popular-list_link:hover {
	text-decoration: none;
	color: #1167a8;
}

.most_popular-list_number {
	position: absolute;
	line-height: 28px;
	right: 15px;
	top: 50%;
	margin: -14px;
	font-weight: bold;
	font-size: 28px;
	color: #bb1919;
}

@media all and (min-width: 768px) {
	.sidebar {
		display: block;
	}
}

/* Sidebar.end */

/* Content */
.main_wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
}

.content {
	text-align: justify;
}

.content>p:first-child {
	margin-top: 0;
}

.content>p:last-child {
	margin-bottom: 0;
}

.heading {
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
}

.date_panel {
	padding-bottom: 16px;
	border-bottom: 1px solid #dbdbdb;
}

.date_panel-left_block {
	float: left;
}

.date_panel-right_block {
	float: right;
}

.date_panel .date {
	margin-top: 10px;
}

.date_panel .share_btn {
	margin-bottom: 0;
}

.share_btn {
	padding: 6px 8px 4px;
	background: transparent;
	font-size: 14px;
	color: #0b8a0b;
	transition: color .15s ease-in-out, background .15s ease-in-out;
}

.share_btn:hover {
	background: #0b8a0b;
	color: #fff;
}

.share_btn-icon {
	fill: currentColor;
	height: 17px;
	width: 17px;
}

.share_btn-text {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	top: -3px;
}

.content_img {
	display: block;
	margin: 25px auto;
}

.content_img:first-child {
	margin-top: 0;
}

.content_img:last-child {
	margin-bottom: 0;
}

.question-answer {
	margin: 35px 0;
	font-weight: bold;
}

.question {
	font-style: italic;
}

.question:before {
	content: '\2014';
}

.answer:before {
	content: '\2014';
}

.order_widget {
	margin: 15px 0;
	text-align: center;
}

.order_widget-img {
	display: inline-block;
}

.date {
	padding-left: 20px;
	padding-top: 2px;
	background: url("../images/clocks.png") 3px center no-repeat;
	font-size: 13px;
	color: #5a5a5a;
}

.share_block {
	padding: 10px 0;
}

.share_block-heading {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 24px;
}

.share_block-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.share_block-list_item {
	display: inline-block;
	margin-right: 4px;
}

.share_block-list_link {
	display: block;
	width: 52px;
	height: 32px;
}

.share_block-list_link--email {
	background: url("../images/share-email.png") center no-repeat #615f5d;
}

.share_block-list_link--facebook {
	background: url("../images/share-facebook.png") center no-repeat #3b5998;
}

.share_block-list_link--twitter {
	background: url("../images/share-twitter.png") center no-repeat #47c7fa;
}

.share_block-list_link--pinterest {
	background: url("../images/share-pinterest.png") center no-repeat #bc071c;
}

.share_block-list_link--linkedin {
	background: url("../images/share-linkedin.png") center no-repeat #0077b5;
}

.promo_widget {
	display: none;
	/* попросили сверстать, потом попросили убрать */
	padding: 15px 0 0;
	margin: 0 -10px;
}

.promo_block {
	padding: 10px;
}

.promo_block-category {
	display: inline-block;
	margin-bottom: 5px;
	padding-right: 16px;
	background: url("../images/arrow-red.png") right center no-repeat;
	font-size: 22px;
	color: #222;
	transition: color .15s ease-in-out;
}

.promo_block-category:hover {
	color: #1167a8;
	text-decoration: none;
}

.promo_block-image_wrapper {
	height: 190px;
	overflow: hidden;
}

.promo_block-image {
	display: block;
	width: 100%;
	height: auto;
}

.promo_block-title {
	height: 55px;
	margin: 0;
	font-weight: bold;
	color: #404040;
	overflow: hidden;
}

@media all and (min-width: 500px) {
	.content_img-left {
		max-width: 50%;
		margin: 0 15px 10px 0;
		float: left;
	}

	.content_img-right {
		max-width: 50%;
		margin: 0 0 10px 15px;
		float: right;
	}

	.content_img-left:first-child+p {
		margin-top: 0;
	}

	.content_img-right:first-child+p {
		margin-top: 0;
	}

	.content_img.content_img-inner {
		margin-top: 10px;
	}

	.promo_block {
		width: 50%;
		float: left;
	}
}


/* Breaking News popup */
.breaking_popup {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #222;
	background: #4c4c4c;
}

.breaking_popup-header {
	background: #222;
}

.breaking_popup-inner_wrapper {
	position: relative;
}

.breaking_popup-header_text {
	display: inline-block;
	margin: 0;
	padding: 7px 10px 5px;
	background: #bb1919;
	font-size: 36px;
	color: #fff;
}

.breaking_popup-close {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 17px;
	top: 17px;
	border: none;
	background: url("../images/ico-close.png") center no-repeat transparent;
	cursor: pointer;
}

.breaking_popup-text {
	margin: 0;
	padding: 50px 0;
	font-size: 20px;
}

.breaking_popup-link {
	color: #fff;
}

/* Breaking News popup.end */

#comments {
	background: #fff;
}

#comments h2 {
	background: #17253f;
	padding: 15px;
	color: #FFF;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}

#comments h2 small {
	font-size: 18px;
	color: #444;
	vertical-align: top;
}

#comments .item {
	position: relative;
	text-align: left;
	padding: 10px 10px 10px 0;
	margin: 10px 0;
	min-height: 40px;
	border-bottom: 1px solid #e5e5e5;
}

#comments .item .info {
	padding-left: 60px;
	/* background: url(../i_files/default-avatar.gif) no-repeat 0 0; */
}

#comments .item .info .comment-date {
	font-size: 14px;
}

#comments .item>img {
	position: absolute;
	border: 2px solid #acacac;
}

#comments .item .name {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #666;
}

#comments .item .date {
	font-size: 15px;
	color: #acacac;
}

#comments .item .info p {
	display: block;
	font-size: 15px;
	margin-top: 4px;
}

#comments .item .info img {
	width: 100%;
	max-width: 320px;
	display: block;
}

#comments .item>img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 40px;
}


.cpu {
	padding: 10px 0;
	text-align: center;
	background: #232323;
}

.cpu img {
	display: block;
	margin: 0 auto;
	width: auto;
}

.cpu a {
	display: inline-block;
	margin: 5px;
	color: #fff;
	font-size: 14px;
}






/*MOBILE*/
.main_wrapper {
	width: 480px !important;
	padding: 20px 10px !important;
}

.post .alert {
	background: #FFFF00;
	color: #FF0000;
	font-weight: 700;
	padding: 10px;
}

span.color {
	color: #FF0000;
}

.alert2 {
	padding: 15px;
	border: 1px solid #FF0000;
}

.content p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

.content img {
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	width: auto;
}

/* Loader */

.loader {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: rgba(37, 44, 51, .5)
}

.loader-element {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #00faaa;
	-webkit-animation: 2s linear infinite spin;
	animation: 2s linear infinite spin
}

.loader-element::before {
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f70044;
	-webkit-animation: 3s linear infinite spin;
	animation: 3s linear infinite spin
}

.loader-element::after {
	position: absolute;
	content: "";
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #00faaa;
	-webkit-animation: 1.5s linear infinite spin;
	animation: 1.5s linear infinite spin
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}