﻿/*
Theme Name: Real-Madrid.ru Special
Theme URI: Real-Madrid.ru
Author: Vincenzo, AlexL; Real-Madrid.ru
Author URI: Real-Madrid.ru
Description: Тема сайта болельщиков футбольного клуба Реал Мадрид
Version: 3.5.1
*/
@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 0.9rem;
	line-height: 1.3;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
* {padding: 0; margin: 0; outline: 0;}
html {box-sizing: border-box;}
*, *:before, *:after {box-sizing: inherit;}

body {
	background: #fafafa;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
a {
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
	font-family: 'Souses';
	src: url('fonts/souses.ttf');
	src: url('fonts/souses.woff2') format('woff2'), url('fonts/souses.woff') format('woff'), url('fonts/souses.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Hamburger Menu
--------------------------------------------------------------*/
.hamburger {
	display: inline-block;
	cursor: pointer;
	overflow: visible;
}

.hamburger-box {
	width: 30px;
	height: 18px;
	margin-right: 40px;
	display: inline-block;
	position: relative;

	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
}
.hamburger-box:hover {
	opacity: 0.7;
}
.hamburger-inner-mid {
	display: block;
	cursor: default;
	width: 310px;
	top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 30px;
}
.hamburger-inner-mid, .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	height: 2px;
	background-color: #019aba;
	position: absolute;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-left: 10px;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -7px;
}
.hamburger-inner::after {
	bottom: -7px;
}
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.page_align {
	width: 1280px;
	margin: 0 auto;
	background: #fff;
}
.header_margin {
	margin-top: 10px;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.elem_cnt {
	display: flex;
	justify-content: center;
}
/* цвет ссылок в Disqus*/
#disqus_thread a {
	color: #54809a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	width: 100%;
	min-width: 1280px;
	overflow: hidden;
}
header .first_line_wrap {
	width: 100%;
	background: #0082a3;
}
header .second_line_wrap {
	width: 100%;
	background: #009abc;
}
header .first_line, header .second_line {
	width: 1280px;
	margin: 0 auto;
}
header .first_line {
	padding: 15px 0;
}
header .logo {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0;
	text-transform: uppercase;
	float: left;
}
header .logo a {
	color: #fff;
	text-decoration: none;
	position: relative;
	z-index: 9;
}
header .first_line_menu {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 0;
	margin-left: 35px;
	float: left;
}
header .first_line_menu ul li {
	display: inline-block;
	vertical-align: middle;
	border-right: solid 2px rgba(255,255,255,0.1);
}
header .first_line_menu ul li:last-child {
	border-right: 0;
}
header .first_line_menu ul li a {
	display: block;
	color: #fff;
	padding: 3px 20px;
	transition: all .3s ease;
	text-decoration: none;
	text-transform: uppercase;
}
header .first_line_menu ul li a:hover {
	color: #009abc;
}
header .first_line_menu ul li.flm_item_mob {
	display: none;
}
header .header_buttons {
	float: right;
	padding: 10px 0;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
header .top_search {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
header .top_search input {
	width: 150px;
	line-height: 32px;
	border-radius: 3px;
	border: 0;
	font-size: 16px;
	padding-left: 50px;
	background: rgba(0,0,0,0);
	color: #fff;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
header .top_search input::-webkit-input-placeholder {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
header .top_search input::-moz-placeholder {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
header .top_search input:focus {
	width: 200px;
	background-color: #fff;
	border-color: #6dcff6;
	color: #000;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
}
header .top_search input:not(:focus) {
	transition-property: width;
}
header .top_search_icon {
	color: #fff;
	position: absolute;
	left: 30px;
	line-height: 32px;
	font-size: 14px;
}
header .top_search_icon.focus {
	color: #000;
	transition: all .3s;
}
header .button {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	width: 150px;
}
header .button a {
	line-height: 32px;
	display: block;
	background: #0096ff;
	width: 100%;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
header .button a:focus {
	line-height: 32px;
	display: block;
	background: #0096ff;
	width: 100%;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
header .button a:active {
	line-height: 32px;
	display: block;
	background: #0096ff;
	width: 100%;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 4px 0px rgba(0,0,0,0.2);
}
header .second_line {
	font-size: 12px;
	color: #fff;
	padding: 0 20px;
	text-transform: uppercase;
}
header .second_line a {
	color: #fff;
}
header .second_line_menu {
	float: left;
	padding: 1px 0;
}
header .second_line_menu ul li {
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
}
header .second_line_menu ul li a {
	display: block;
	padding: 7px 0;
	transition: all .2s ease;
	text-decoration: none;
}
header .match_informer {
	float: right;
	padding: 7px 0;
}
header .match_informer ul li {
	display: inline-block;
	vertical-align: middle;
	border-left: solid 1px rgba(255,255,255,0.5);
}
header .match_informer ul li.first-item {
	padding: 0 30px;
}
header .match_informer ul li.second-item {
	padding-left: 30px;
}
header .match_informer data, header .match_informer ul li.first-item span {
	background-color: #0182a1;
	padding: 0 5px;
	margin: 0 5px;
	border-radius: 5%;
}

header .svg_wrap {
	display: inline-block;
	vertical-align: middle;
}
header .menu_svg {
	width: 20px;
	fill: #fff;
	margin-right: 10px;
}
header .menu_icon {
	font-size: 20px;
	font-weight: 400;
	margin-right: 10px;
	vertical-align: middle;
}
header .match_informer_svg {
	width: 16px;
	fill: #fff;
}
/* dark_color header*/

header.dark_color .first_line_wrap,
header.dark_color .second_line_wrap,
.page-id-73573 header .first_line_wrap,
.page-id-73573 header .second_line_wrap {
	background: #000;
}
.page-id-73573 .page_post {
	margin: 0 !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.content {
	width: 100%;
}
.rm_content_columns_1 {
	width: 920px;
}
.rm_content_columns_2 {
	width: 350px;
}
.columns_mgr_10 {
	margin-right: 10px;
	padding-left: 10px;
}
.content_columns_title {
	width: 100%;
	height: 40px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 1px #d70400;
	margin-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
}

.special_news_day {
	width: 100%;
	height: 500px;
	position: relative;
}
.special_news_day_thum {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.special_news_day_wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.34);
}
.special_news_day_lab {
	position: absolute;
	top: 15%;
	left: 16%;
	color: #fff;
	font-size: 18px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
	border-bottom: solid 1px #ed1b24;
	padding: 0 15px 2px 5px;
}
.special_news_day_title {
	position: absolute;
	top: 30%;
	left: 16%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
}
.special_news_day_title h2 {
	font-size: 48px;
	width: 84%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.14;
}
.special_news_day_title a {
	color: #fff;
	text-decoration: none;
	transition: all ease .3s;
}
.special_news_day_title a:hover {
	color: #d7d7d7;
}
.special_news_day_date {
	position: absolute;
	bottom: 10%;
	left: 16%;
	color: #dadadb;
	font-size: 13px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
	text-transform: uppercase;
}
.special_news_day_date a {
	color: #dadadb;
	transition: all ease .3s;
	text-decoration: none;
}
.special_news_day_date a:hover {
	opacity: .8;
}
.special_news_day_date .item {
	margin-left: 50px;
	margin-right: 25px;
}
.special_news_day_date span i {
	margin-right: 7px;
}

.news_day {
	width: 610px;
	height: 380px;
	float: left;
	position: relative;
	overflow: hidden;
}
.news_day_img {
	position: relative;
	height: 100%;
}
img.by_width {width:100%;height:auto;}
img.by_height {width:auto;height:100%;}

.news_day a h2 {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 40px 20px 55px 20px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.1;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	transition: all .3s ease;
}
.news_day a h2:hover {
	color: #f2a718;
}
.news_day_label {
	width: 100px;
	text-align: center;
	line-height: 27px;
	background: #d40d10;
	position: absolute;
	top: 20px;
	left: 20px;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
.news_day_label a {
	color: #fff;
}
.news_day_date_label {
	line-height: 27px;
	position: absolute;
	top: 20px;
	left: 120px;
	font-size: 11px;
	text-transform: uppercase;
	color: #5e5e5e;
	padding: 0 5px;
}
.news_day_date_label::before {
	content: ' ';
	position: absolute;
	left: 0;
	height: 19px;
	width: 0;
	top: 0;
	border-left: 5px solid #a4a4a4;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	box-sizing: content-box;
}
.news_day_date_label span {
	width: 100%;
	background: #fff;
	display: inline;
	padding: 2px 6px;
	border-radius: 0 2px 2px 0;
}
.news_day_stat {
	padding-bottom: 20px;
	position: absolute;
	bottom: 0;
	padding-left: 20px;
	color: #636460;
}
.news_day_stat .border {
	border-top: solid 1px #8a8c86;
	width: 350px;
	padding-bottom: 5px;
}
.news_day_stat ul li {
	float: left;
}
.news_day_stat ul li a,
.news_day_stat ul li span {
	padding: 20px;
	font-size: 12px;
	color: #636460;
	transition: all .2s ease;
}
.news_day_stat ul li a:hover {
	color: #989898;
}
.match_widget {
	background: #f6f6f6;
}
.match_widget_item {
	width: 100%;
	height: 200px;
}
.match_widget_item_cantera {
	width: 100%;
	height: 128px;
}
.title_widget {
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	padding: 7px 10px;
	border-bottom: solid 1px #000;
}
.title_widget_date {
	float: right;
	font-weight: 400;
	font-size: 12px;
}
.match_info {
	width: 100%;
	padding: 0 15px;
	margin-top: 10px;
	font-size: 12px;
}
.match_info_item {
	display: inline-block;
	float: left;
	text-transform: uppercase;
}
.match_info_item.team {
	width: 70%;
}
.match_info_item.result {
	width: 30%;
	color: #1a639e;
}
.match_info_item > div {
	margin-bottom: 5px;
}
.match_info_item > .match_time {
	text-align: right;
	margin: 0;
	padding-top: 0.5em;
}
.team_logo {
	width: 100%;
	margin-top: 15px;
}
.team_logo_item {
	width: 50%;
	float: left;
	max-height: 100px;
}
.team_logo_item.home {
	border-right: solid 1px #ddd;
	text-align: right;
}
.team_logo_item img {
	width: auto;
	height: 70px;
	padding: 0 25px;
}
.match_info_next {
	margin-bottom: 5px;
}

.news_feed {
	width: 100%;
	overflow: hidden;
	background: #fff;
	max-height: 1000px;
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 5px;
}
.news_feed ul li {
	float: left;
	font-size: 13px;
	line-height: 1.2;
	padding: 7px 5px;
	width: 100%;
}
.news_feed ul li div {
	margin: auto;
	color: #b20d0f;
	width: 18%;
	float: left;
}
.news_feed ul li a {
	width: 80%;
	float: left;
	text-align: left;
	color: #010101;
	transition: .3s;
}
.news_feed ul li a:hover {
	color: #d40d10;
}
.news_feed .nfv_icn {padding-right: 5px}
.news_feed ul li a i, .news_feed ul li a span {color: #ccc; white-space: nowrap}
.news_feed ul li a span {padding-right: 2px}
.news_feed ul li a span.nfv_fs {font-size: 10px}
.news_feed ul li i a:hover, .news_feed ul li span a:hover {color: #ccc}

.cb_size_md {
	width: 300px;
}
.content_box {
	background: #fff;
	height: 327px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 0 0 3px 3px;
	position: relative;
	overflow: hidden;
	border: solid 1px #ccc;
	transition: all .3s ease;
}
.content .content_box:nth-child(3), .content .content_box:last-child{
	margin-right: 0;
}
.content_box:hover {
	box-shadow: 2px 5px 6px 0px rgba(0, 0, 0, 0.4);
	border: solid 1px #fff;
}
.articles_cat {
	position: absolute;
	z-index: 1;
	padding: 2px 9px;
	border-radius: 4px;
	background: #4c9ed9;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	top: 10px;
	left: 15px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
.articles_cat a {
	color: #fff;
	display: block;
}
.articles_cat a:hover {
	text-decoration: underline;
}
.kantera {background-color: #84819e;} .video {background-color: #224764;}
.statyi, .igrok {background-color: #051a2b;} .infografika {background-color: #d40d10;}
.interviu {background-color: #00a69c;}

.articles_thumb {
	width: 100%;
	overflow: hidden;
}
.thumb_cat {
	height: 145px;
}
.thumb_home {
	height: 175px;
}
.articles_thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.articles_cont {
	width: 100%;
	padding: 0 5px;
	
	color: #000;
	font-size: 12px;
}
.articles_cont h2 {
	width: 95%;
	line-height: 1.2;
	font-size: 15px;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: solid 1px #8bb0cd;
}
.articles_cont h2 a {
	color: #000;
	display: block;
	transition: .3s;
}
.articles_cont h2 a:hover {
	color: #d40d10;
}
.articles_excerpt {
	width: 95%;
	text-align: justify;
	margin: 15px auto;
	overflow: hidden;
}
.articles_info {
	width: 92%;
	position: absolute;
	color: #808080;
	background: #fff;
	font-size: 10px;
	padding-top: 11px;
	padding-bottom: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.articles_info::before {
	content: '';
	position: absolute;
	width: 100%;
	top: -15px;
	left: 0;
	right: 0;
	height: 15px;
	z-index: 99;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.articles_info .or {
	color: #ccc;
	float: right;
	margin-right: 5px;
}
.readbox {
	width: 100%;
	height: 375px;
	position: relative;
}
.readbox_bg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.readbox_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-color: rgba(0, 73, 102, 0.8);
	/*font-family: 'OpenSans';*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.readbox_content, .readbox_content a {
	color: #fff;
}
.readbox_content a:hover {
	color: #f2a718;
}
.readbox_wrapper {
	font-size: 14px;
	padding: 0 2em;
}
.readbox_wrapper .descrip {
	border-bottom: solid 1px #fff;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
.readbox_wrapper .title {
	font-size: 12px;
	text-align: right;
}
.news_sportsru, .informer_box {
	height: 425px;
	overflow: hidden;
}
.informer_box {
	padding: 0 15px;
	color: #000;
	font-size: 16px;
}
.informer_box .title {
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 0;
	border-bottom: solid 1px #008c8c;
	margin: 0 auto;
	margin-bottom: 5px;
}
.informer_box .title_icon {
	font-size: 20px;
	color: #acacac;
	float: right;
}
.content_columns_head {
	width: 100%;
	height: 20px;
}
.content_columns_head h2 {
	display: inline-block;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin-left: 10px;
	font-family: 'Montserrat', sans-serif;
}
.content_columns_head h2 a {
	color: #000;
}
.content_columns_head h2 a:hover {
	color: #f2a718;
}
.tag_holder {
	margin-left: 10px;
	display: inline-block;
}
.tag_holder a {
	font-size: 12px;
	color: #bebebe;
	margin-right: 5px;
}

/*Video slider*/
.last_video {
	width: 100%;
	height: 390px;
	margin-left: 10px;
	overflow: hidden;
}
.slider-for {
	float: left;
	max-width: 545px;
	border: solid 1px #eaeaea;
}
	.slider-for .slick-prev,
	.slider-for .slick-next
	{
		width: 40px;
		height: 40px;
	}
	.slider-for .slick-prev:hover:before,
	.slider-for .slick-prev:focus:before,
	.slider-for .slick-next:hover:before,
	.slider-for .slick-next:focus:before
	{
		color: rgb(232, 76, 61);
	}
	.slider-for .slick-prev:before,
	.slider-for .slick-next:before
	{
		font-family: 'slick';
		font-size: 40px;
		line-height: 1;
		color: rgba(232, 76, 61, 0.7);
	}
	.slider-for .slick-prev
	{
		left: 0;
		z-index: 99;
	}
	.slider-for .slick-next
	{
		right: 0;
	}

.slider_el {
	width: 100%;
	height: 388px!important;
	position: relative;
}
.sl_wrap {
	position: relative;
	max-height: 270px;
}
.sl_img {
	max-width: 545px;
	max-height: 270px;
	overflow: hidden;
}
.sl_img img {
	width: 100%;
	height: auto;
}
.sl_play {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
}
.sl_play a {
	display:flex;
	justify-content:center;
	align-items:center;
	text-decoration:none;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	color:rgba(255, 255, 255, 0.7);
}
.sl_play a:hover {
	color: #fff;
}
.sl_play i {
	border: solid 2px #969696;
	border-radius: 50%;
	padding: 20px 20px 20px 30px;
	background: rgba(150, 150, 150, 0.5);
}
.sl_desc {
	width: 100%;
	padding: 0 20px;
	position: relative;
	color: #b2b2b2;
}
.sl_desc h2 {
	color: #000;
	font-size: 20px;
	margin: 10px 0;
}
.sl_excerpt {
	font-size: 12px;
	text-align: justify;
}
.sl_info {
	width: 100%;
	padding: 0 20px;
	color: #b2b2b2;
	background: #fff;
	position: absolute;
	bottom: 0;
	line-height: 30px;
	border-top: solid 2px #f6f6f6;
	font-size: 10px;
}
.sl_info:before {
	content: ' ';
	position: absolute;
	width: 100%;
	z-index: 9;
	height: 25px;
	top: -26px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.sl_or {
	float: left;
	margin-right: 50px;
}
.sl_ot {
	float: right;
}
.slider_nav_menu {
	float: left;
	max-width: 330px;
	height: 390px;
	margin-left: 20px;
	border: solid 1px #eaeaea;
}
.slider_nav_menu .slick-current {
	background: rgba(204, 204, 204, 0.4);
}
.nav_menu_title {
	width: 100%;
	padding: 0 20px;
	line-height: 40px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	font-size: 12px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
	font-weight: 700;
}
a.all_button {
	color: #ababab;
	float: right;
	font-size: 16px;
}
a.all_button:hover {
	opacity: 0.5;
}
.slider-nav {
	height: 350px;
	overflow: auto;
}
.slider-nav-el {
	padding: 8px 10px;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
}
.slider-nav-el h2 {
	width: 64%;
	float: left;
	font-size: 13px;
	color: #000;
}
.sl_nav_img {
	max-width: 90px;
	max-height: 65px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}
.sl_nav_info {
	float: left;
	font-size: 12px;
	color: #b2b2b2;
	margin-top: 5px;
}

.club_trophy {
	width: 100%;
	height: 165px;
	margin-bottom: 15px;
	background: url(images/bgmosaic.png) bottom no-repeat #006885;
}
.trophy_wrapper {
	padding: 1em 1.5em;
}
.trophy_wrapper ul li {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #fff;
	text-align: left;
}
/*--------------------------------------------------------------
# Caregory
--------------------------------------------------------------*/
.content_category {
	width: 710px;
	background: #fff;
	float: left;
	font-size: 11px;
	color: #808080;
}
.s3bg {
	width: 300px;
	background: #d0e0ec;
	border-radius: 3px;
	display: inline-block;
	line-height: 30px;
	margin-right: 160px;
}
.s3 {
	color: #313234;
	text-transform: uppercase;
	text-align: center;
	border: none;
	width: 265px;
	background: #d0e0ec;
}
.s_result {
	display: inline-block;
}
.s_result span {
	background: #0082a3;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	padding: 3px 5px;
	margin-left: 5px;
}
.articles_title {
	width: 100%;
	line-height: 45px;
	margin-bottom: 10px;
	color: #888888;
	background: #f1f1f1;
	text-align: center;
	text-transform: uppercase;
	box-shadow: inset 0px 1px 3px 0px rgba(119, 119, 119, 0.5);
}
.cat_desc {
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	color: #000;
	background: #f1f1f1;
	text-align: left;
	position: relative;
	box-shadow: inset 0px 1px 3px 0px rgba(119, 119, 119, 0.5);
	}
.cat_desc h2 {
	width: 90%;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #f4a800;
}
.cat_desc p {
	width: 100%;
	color: #373737;
	font-size: 12px;
	text-align: justify;
}
.cat_desc_img {
	max-width: 110px;
	max-height: 110px;
	height: auto;
	border-radius: 50%;
	width: 50%;
	margin-top: -6%;
}
.articles_wrapper {
	width: 100%;
	padding-top: 10px;
	padding-left: 20px;
}
.kantera {background-color: #84819e;} .video {background-color: #224764;}
.statyi, .igrok {background-color: #051a2b;} .infografika {background-color: #d40d10;}
.interviu {background-color: #00a69c;}

.cat_size_md {
	width: 217px;
}
/*Pager*/
.pager {
	font-size: 14px;
	color: #000;
	margin-left: 20px;
	margin-bottom: 20px;
}
.page-numbers {
	line-height: 22px;
	border: solid 1px #dddddd;
	padding: 0 5px;
}
.pager .current {
	background: #f5f5f5;
}
.pager a {
	background: #19abe3;
	color: #fff;
}
.pager a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.articles_el {
	padding: 10px 20px;
	min-height: 100px;
}
.articles_gen_img {
	float: left;
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin-right: 14px;
}
.articles_head {
	color: #808080;
}
.articles_head span {
	color: #d40d10;
}
.articles_head a {
	color: #000;
}
.articles_head a:hover,
.articles_head a span:hover {
	color: #808080;
}
.articles_comments {
	color: #808080;
	float: right;
}
.articles_el h2 {
	line-height: 1.15;
	font-size: 16px;
}
.articles_el h2 a {
	color: #000;
}
.articles_el h2 a:hover {
	color: #f2a718;
}
.articles_el p {
	padding-top: 5px;
}
/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.sidebar_left {
	float: left;
	background: #313234;
	width: 270px;
}
.category_sidebar_left li a {
	padding: 5px 10px 5px 40px;
	display: block;
	font-size: 12px;
	color: #8b8b8b;
	text-decoration: none;
	background: #e4e7ea;
	border-bottom: 1px solid #d4d9df;
}
.category_sidebar_left li a:hover {
	background: #ededed;
	opacity: 0.7;
	transition: .4s;
}
.category_sidebar_left li:hover {
	background: #3c5971;
	transition: .3s;
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
	border-radius: 2px;
}
.category_sidebar_left .sub-menu li a {
	padding-left: 60px;
}
.sidebar_title {
	width: 100%;
	line-height: 45px;
	background: #054b64;
	font-size: 11px;
	color: #fefefe;
	text-align: center;
	text-transform: uppercase;
}
.recom_sidebar_left {
	width: 100%;
	float: left;
	padding: 0 10px;
}
.sidebar_zag {
	padding: 10px 0;
	margin-bottom: 30px;
}
.sidebar_zag h2 {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	float: left;
}
.sidebar_zag_btn {
	color: #fff;
	font-size: 10px;
	line-height: 17px;
	float: right;
	text-transform: uppercase;
	border: solid 2px #fff;
	display: block;
	padding: 0 5px;
	border-radius: 5px;
}
.sidebar_zag_btn:hover {
	color: #f2a718;
	border: solid 2px #f2a718;
	transition: .3s;
}
.recom_container {
	width: 100%;
	margin-bottom: 30px;
}
.recom_thub {
	width: 100%;
	height: 160px;
	overflow: hidden;
	position: relative;
}
.recom_container h2 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.15;
	padding: 15px 0;
}
.recom_container h2 a {
	color: #fefefe;
	text-shadow: 0px 0.03em 0px rgb(176, 176, 176), 0px 0.1em 0.11em rgba(0, 0, 0, 0.15), 
		0px 0.2em 0.02em rgba(0, 0, 0, 0.1), 0px 0.32em 0.32em rgba(0, 0, 0, 0.1);
}
.recom_container h2 a:hover {
	color: #f2a718;
	transition: .3s;
}
.recom_container p {
	font-size: 12px;
	color: #acacac;
	text-align: left;
}
.recom_date {
	font-size: 12px;
	color: #f2a718;
	padding-top: 15px;
}
.sidebar_right {
	background: #0d314f;
	width: 300px;
	float: right;
	position: relative;
}
.widget_search {
	position: absolute;
	bottom: 23px;
	right: 0;
	border-bottom: solid 1px #50928e;
}
.s2 {
	font-size: 12px;
	color: #a4a4a4;
	padding: 12px 20px;
	border: none;
	width: 155px;
	background: #0d314f;
}
.s2btn {
	padding-right: 14px;
}
/* widget archive sidebar */
.nav_list li a {
	padding: 5px 10px 5px 20px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	background: #e4e7ea;
	border-bottom: 1px solid #d4d9df
}
.nav_list ul {
	margin: 0;
	display: none;
}
.nav_list ul li {
	position: static;
}
.nav_list ul a  {
	padding-left: 40px;
	font-size: 12px;
	font-weight: 500;
	color: #8b8b8b;
	background: #ededed;
}
.nav_list ul li a:hover {
	background: #ededed;
	opacity: 0.7;
	transition: .4s;
}
.archive-count {
	float: right;
	padding-right: 100px;
}
.all_count_post {
	width: 100%;
	line-height: 25px;
	font-size: 11px;
	text-align: center;
	color: #ccc8c3;
	background: #242424;
}
/* widget years ago */
.years-ago-today-posts {
	background: #ededed;
}
.years-ago-today-posts h4 {
	padding: 5px 20px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	background: #e4e7ea;
	border-bottom: 1px solid #d4d9df;
}
.years-ago-today-posts ul li {
	padding-bottom: 5px;
	padding-left: 10px;
}
.years-ago-today-year {
	padding-bottom: 0 !important;
	padding-left: 0 !important;
}
.years-ago-today-posts ul li i {
	font-size: 8px;
	color: #1a639e;
}
.years-ago-today-posts ul li a {
	padding: 0 5px;
	font-size: 12px;
	font-weight: 400;
	color: #1a639e;
	text-decoration: underline;
}
.years-ago-today-posts p {
	text-align: center;
	color: #0d314f;
	font-size: 14px;
}
.years-ago-today-posts ul li a:hover {
	color: #279ec4;
	text-decoration: none;
	transition: .3s
}
/* opinion widget */
.analisis_sb_bg {
	background-image: url(images/bgopinionsb.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #1a639e;
}
.analisis_sb_title {
	width: 100%;
	line-height: 30px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.opinion_wrapper {
	width: 300px;
	height: 200px;
}
.opinion_wrapper_sb {
	width: 100%;
	height: 150px;
}
.opinion_bg {
	width: 100%;
	height: 100%;
	background-image: url(images/bgopinion.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
	overflow: hidden
}
.opinion_bg_sb {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden
}
.opinion_item {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.opinion_head {
	position: relative;
}
.opinion_thub {
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 55;
}
.opinion_thub img {
	max-width: 80px;
	max-height: 80px;
}
.opinion_cat {
	position: relative;
	bottom: 0;
	z-index: 9;
	height: 32px;
	background: #f2a718;
	width: 85%;
	overflow: hidden;
}
.opinion_cat_bg {
	font-size: 55px;
	font-style: oblique;
	color: #fff;
	font-family: 'Souses', sans-serif;
	white-space: nowrap;
	float: right;
	opacity: 0.4;
	letter-spacing: 5px;
	margin-top: -20px;
}
.opinion_cat_name {
	position: absolute;
	width: 100%;
	top: 0;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	font-style: italic;
}
.opinion_cat_name a {
	color: #000;
	display: block;
}
.opinion_cat_name a:hover {
	text-decoration: none;
	color: #fff;
	transition: .3s;
}
.opinion {
	background: #f1f1f1;
	height: 60px;
	position: relative;
	z-index: 999;
}
.opinion_title {
	width: 95%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.opinion_title a {
	color: #000;
	display: block;
	line-height: 1.2;
}
.opinion_title a:hover {
	color: #f2a718;
	transition: .3s;
}
.opinion_info {
	font-size: 11px;
	position: absolute;
	width: 95%;
	bottom: 0;
	margin-bottom: 5px;
	padding: 0 5px;
}
.opinion_info a {
	color: #000;
}
.opinion_date {
	float: left;
}
.opinion_stat {
	float: right;
}
/* сайдбар кантера */
.kmatch_wr {
	width: calc(100% - 20px);
	padding: 10px 10px;
}
.kmatch_el {
	width: calc(100% - 10px);
	display: block;
	color: #fff;
	line-height: 30px;
	padding-left: 10px;
	margin: 10px 0;
	border-radius: 5px;
	background: #16517b;
	text-transform: uppercase;
	font-size: 12px;
}
.kmatch_el:hover {
	background: #217ABA;
	transition: .3s;
}
/*--------------------------------------------------------------
# Single
--------------------------------------------------------------*/
	/* header */
.entry_head {
	background: #054b64;
	max-width: 1280px;
	overflow: hidden;
}
.entry_stat {
	width: 200px;
	float: left;
	position: relative;
}
.entry_stat_item {
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
}
.entry_stat ul li {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	color: #279ec4;
	padding-bottom: 5px;
}
.entry_stat ul li a {
	display: inline-block;
	color: #279ec4;
}
.entry_stat ul li i {
	font-size: 30px;
	margin-bottom: 8px;
}
.entry_stat ul li a:hover {
	color: #ececec;
	text-decoration: none!important;
}
.entry_thumb {
	float: left;
	width: 720px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.thumb_gr {
	width: 5px;
	position: absolute;
	height: 100%;
	background: #1a639e;
	opacity: 0.5;
	z-index: 999;
}
.gr_l {top: 0;left: 0;}
.gr_r {top: 0;right: 0;}

.entry_title {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 10px;
	z-index: 99;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
.entry_category {
	top: 20px;
	left: 30px;
	position: absolute;
}
.entry_category span {
	color: #fff;
	background: #4c9ed9;
	width: 100%;
	padding: 1px 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.entry_category a {
	color: #fff;
}
.entry_head a:hover {
	text-decoration: underline;
}
.entry_title h1, .entry_title h2  {
	width: 95%;
	color: #fefefe;
	font-weight: 800;
	font-size: 28px;
	line-height: 1.2;
	margin: 20px auto;
	font-family: 'Montserrat', sans-serif
}
.entry_time {
	font-size: 14px;
	color: #e1e1e1;
}
.entry_pn {
	float: left;
	width: 350px;
	font-weight: bold;
	position: relative;
}
.entry_pn a {
	color: #007ca1;
	width: 100%;
	height: 100%;
	display: block;
	transition: .3s;
}
.entry_pn a:hover {
	color: #004b65;
	background-color: #006787; 
	text-decoration: none;
}
.entry_head_btn {
	width: 250px;
	height: 45px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 12px;
}
.entry_head_btn._prev {
	top: 25%;
}
.entry_head_btn > a::before {
	font-size: 12px;
	color: #006787;
	position: absolute;
}
.entry_head_btn._prev > a::before {
	content: 'предыдущий материал';
	top: -25px;
	left: 0;
}
.entry_head_btn._next {
	bottom: 25%;
}
.entry_head_btn._next > a::before {
	content: 'следующий материал';
	bottom: -25px;
	right: 0;
}
.entry_head_btn .pr, .entry_head_btn .nx {
	height: 45px;
	text-transform: uppercase;
}
.entry_head_btn .pr {
	border-left: 3px solid #0085aa;
	padding-left: 10px;
	text-align: left;
}
.entry_head_btn .nx {
	border-right: 3px solid #0085aa;
	padding-right: 10px;
	text-align: right;
}

	/* entry */
.entry {
	float: left;
	font-size: 15px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
	width: 915px;
}
.entry_container {
	width: 100%;
	background: #fff;
}
.entry_info {
	width: 200px;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
.entry_info a {
	color: #1a639e;
}
.entry_info a:hover {
	color: #279ec4;
}
.av_author {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 45px;
}
.av_author .avatar {
	width: 100%;
	height: auto;
	box-shadow: none;
}
.av_author .avatar:hover {
	box-shadow: none;
	background: none;
	cursor: default;
}
.entry_info .sep {
	width: 130px;
	margin: 0 auto;
	border-top: solid 1px #bcbcbc;
	margin-top: 15px;
	margin-bottom: 18px;
}
.soc_author {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
}
.soc_author a {
	background-color: #ccc;
	color: #fff;
	width: 35px;
	line-height: 35px;
	display: inline-block;
	border-radius: 50%;
	transition: .3s;
}
.soc_author a:hover {
    color: #fff !important;
}
.user_email:hover {background-color: #b1b1b1;}
.user_facebook:hover {background-color:#3b5998;}
.user_googleplus:hover {background-color:#dd4b39;}
.user_twitter:hover {background-color:#55acee;}
.user_vk:hover {background-color:#587ea3;}

.info_tags {
	width: 90%;
	margin: 0 auto;
	text-align: justify;
}
.entry_info_span {
	display: inline-block;
	color: #808080;
	margin-top: 25px;
	font-weight: 400;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
.entry_player {
	margin-top: 10px;
	margin-left: 30px;
	width: 150px;
	height: 180px;
	border: solid 1px #c9c9c9;
	font-weight: 700;
}
.entry_player_zag {
	margin-left: 30px;
	color: #1a639e;
	font-weight: 700;
	text-align: left;
	margin-top: 80px;
}
.name_player {
	line-height: 30px;
	width: 100%;
	background: #8fc1ea;
	font-size: 16px;
	color: #000;
	text-align: center;
	text-transform: none;
}
.entry_post {
	width: 700px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	overflow: hidden;
	padding-left: 20px;
	line-height: 1.52;
}
.post_text p, .post_text div, .post_text h2,
.post_text h3, .post_text h4 {
	margin-top: 25px;
}
.post_text ol {
	margin-left: 25px;
}
.mistape_caption {
	margin-top: 0 !important;
}
.entry_post .twitter-tweet {
	margin: 0 auto;
}
.entry_post img {
	max-width: 700px;
	height: auto;
}
.post_text a {
	color: #0073aa;
	border-bottom: 1px solid #2e9fff;
}
.post_text a:hover, .entry_sp a:hover {
	color: #00A7E1;
	text-decoration: none;
	transition: 0.3s;
	border-bottom: 1px solid #00A7E1;
}
.breadcrumbs {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
	margin-top: 15px;
	color: #d7d7d7;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
.breadcrumbs a {
	color: #cacaca;
	border-bottom: 1px solid #f2f0f0
}
.breadcrumbs a:hover {
	color: #279ec4;
}
.tags {
	float: left;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 30px;
	font-size: 11px;
	margin-left: 20px;
	max-width: 380px;
}
.tags a {
	color: #fff;
	background: #b8c6c7;
	float: left;
	font-weight: 400;
	padding: 0 5px;
	border-radius: 2px;
	text-decoration: none;
	margin-right: 8px;
	display: block;
}
.tags a:hover {
	color: #fff;
}
.source {
	float: right;
	font-weight: 800;
	font-size: 11px;
	color: #6c6c70;
	text-transform: uppercase;
	margin-top: 30px;
}
.source div {
	color: #fff;
	background: #b8c6c7;
	float: right;
	font-weight: 400;
	padding: 0 5px;
	margin-left: 10px;
	border-radius: 2px;
}
.sharing {
	margin-top: 30px;
	text-transform: none;
}
.entry_post .copyright {
	font-size: 11px;
	color: #656565;
	margin-top: 20px;
}
.error_text {
	color: #b8c6c7;
	padding-bottom: 15px;
}
.error_text strong {
	font-size: 9px;
	border: solid 1px #b8c6c7;
	border-radius: 2px;
	padding: 0 3px;
	text-transform: uppercase;
}
.entry_post .copyright a {
	color: #b8c6c7;
	text-decoration: underline;
}
.entry_post .copyright a:hover {
	color: #b8c6c7;
	text-decoration: underline;
}
/* sidebar */
.sidebar_single {
	background: #fff;
	width: 320px;
	float: right;
	position: relative;
	padding-right: 10px;
}
.widget_newsfeed .content_columns_title {
	text-align: center;
	font-size: 14px;
	border-bottom: solid 1px #7fa5b2;
}
.tabs {
	position: relative;
	margin-top: 45px;
	width: 280px;
}
.tabs h3 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
.tabs label {
	background: #fefefe;
	border-radius: 17px;
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	width: 85px;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin-left: 7px;
	position: relative;
	top: 2px;
	text-align: center;
	font-size: 12px;
}
.tabs input {
	position: absolute;
	left: -9999px;
}
#tab_1:checked  ~ #tab_l1,
#tab_2:checked  ~ #tab_l2,
#tab_3:checked  ~ #tab_l3 {
	border: solid 1px #e7e7e7;
	top: 0;
	z-index: 3;
}
.tabs_cont {
	margin-top: 10px;
	background: #fff;
	position: relative;
	z-index: 2;
}
.tabs_cont > div {
	position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3 {
	position: static;
	left: 0;
	opacity: 1;
}
.tab_ce { 
	height: 80px; 
	margin-bottom: 10px;
}
.tab_ce .prev_img {
	width: 80px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
}
.tab_ce h2 a {
	font-size: 13px;
	color: #1a1a1a;
	width: 65%;
	float: left;
	line-height: 1.2;
}
.tab_ce h2 a:hover {
	color: #279ec4;
}
.tab_ce_f {
	font-size: 10px;
	color: #999999;
	padding-top: 10px;
}
.tab_ce p {
	float: left;
}
.tab_ce span {
	float: right;
}
/*--------------------------------------------------------------
# YARPP
--------------------------------------------------------------*/
.yarpp-related-none > .related_items {
	display: none;
}
.related_items {
	width: 100%;
	margin: 20px 0;
	padding-bottom: 5px;
	padding-left: 15px;
	overflow: hidden;
}
.related_items p {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: Montserrat, sans-serif;
}
.rel_elem {
	background: #1f4461;
	float: left;
	width: 150px;
	height: 250px;
	color: #fff;
	margin-right: 20px;
	overflow: hidden;
}
.rel_elem:hover {
	box-shadow: 0px 0px 5px 1px rgba(10,10,10,0.7);
	background: #f2a718;
	transition: .3s;
}
.rel_elem:last-child {
	margin-right: 0;
}
.rel_elem_img {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: relative;
}
.rel_elem_date {
	color: #fff;
	font-size: 10px;
	text-align: center;
	left: 0;
	right: 0;
}
.rel_elem h2 {
	line-height: 1.1;
	padding: 7px 10px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
.rel_elem h2 a {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	display: block;
	padding-bottom: 100%;
}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page_head {
	font-size: 13px;
	color: #7f7f7f;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	height: 60vh;
	position: relative;
}
.page_head_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
	background-image: linear-gradient(top, rgba(0,0,0,0.20), rgba(0,0,0,0.40));
}
.page_head a, .page_post a {
	color: #1a639e;
	border-bottom: 1px solid rgba(79,193,233,.25);
	
}
.page_head a:hover, .page_post a:hover {
	text-decoration: none;
	color:#279ec4;
	transition: 0.4s;
	border-bottom: 1px solid #4fc1e9;
}
.page_head h1 {
	width: 70%;
	padding-left: 30%;
	color: #fff;
	font-weight: 700;
	font-size: 56px;
	text-align: center;
	line-height: 1.2;
	z-index: 5;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
}
.page_post {
	width: 100%;
	margin: 20px 0;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
	font-size: 17px;
	line-height: 1.4;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.page_post p, .page_post h2, .page_post h3, .page_post h4 {
	padding: 15px 7%;
}
.comments_page {
	margin: 0 auto;
	width: 75%
}
.comments_page .nocomments {
	display: none;
}
.comment-author .avatar {
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 -ms-border-radius: 50%;
 -o-border-radius: 50%;
 border-radius: 50%;
 }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer_wrapper {
	width: 100%;
	background: #051b2c;
}
.footer {
	max-width: 1280px;
	height: 335px;
	margin: 0 auto;
	position: relative;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
	font-size: 12px;
	overflow: hidden;
	color: #b3b3b3;
}

.footer a {
	color:#b3b3b3 
}

.footer a:hover {
	color: white
}

.copyright_wrapper {
	width: 220px;
	margin: 35px 20px 20px 45px;
	float: left;
}
.copyright {
	color: #b3b3b3;
	line-height: 1.2;
	margin-bottom: 25px;
}
.copyright_link, .copyright_link a {
	font-size: 12px;
	color: #fff;
}
.copyright_link a:hover {
	text-decoration: underline;
}
.social_footer {
	margin: 25px -14px;
}
.social_footer ul li {
	float: left;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-right: solid 1px #1e3242;
}
.social_footer ul li:last-of-type {
	border-right: none;
}
.social_footer ul li a {
	color: #828d96;
	font-size: 16px;
	display: block;
	transition: .3s;
}
.social_footer ul li a:hover {
	color: #fff;
}
.footer_nav {
	float: left;
	width: 76%;
	padding-top: 35px;
	overflow: hidden;
}
.footer_nav ul {
	list-style: none;
}
.footer_nav ul li {
	float: left;
}
.footer_nav ul li a {
	color: #fff;
	display: inline;
	margin-right: 28px;
}
.footer_nav ul li a:hover {
	border-bottom: solid 5px #142838;
}
.sep_footer {
	float: left;
	border-top: solid 2px #142838;
	width: 100%;
	margin: 25px 0;
}
.footer_widget {
	float: left;
	margin-right: 50px;
}
.widget_title {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 4;
}
.footer_widget a {
	color: #b3b3b3;
	font-size: 12px;
	line-height: 2;
}
.footer_widget a:hover {
	text-decoration: underline;
}
.newspaper {
	position: absolute;
	right: 40px;
}
.single-item-rtl {
	max-width: 240px;
	max-height: 320px;
	background: #051b2c;
}
	.single-item-rtl .slick-current {
		background: #051b2c;
	}
	.single-item-rtl .slick-dots {
		bottom: 10px;
	}
	.single-item-rtl .slick-dots li button:before {
		font-size: 10px;
		line-height: 15px;
		width: 15px;
		height: 15px;
		opacity: .4;
		color: black;
	}
	.single-item-rtl .slick-dots li.slick-active button:before {
		border: solid 2px #000;
		border-radius: 50%;
		opacity: .75;
		color: black;
	}

.sl_img-rtl {
	width: 100%;
	max-height: 275px;
	overflow: hidden;
}
.sl_img-rtl img {
	margin: 0 auto;
}
.slider_title {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding: 5px 0;
	white-space: nowrap;
}
.slider_title span {
	color: #be1a24;
}
/*--------------------------------------------------------------
## Pager
--------------------------------------------------------------*/
.pager {
	font-size: 14px;
	color: #000;
	margin-left: 20px;
	margin-bottom: 20px;
}
.page-numbers {
	line-height: 22px;
	border: solid 1px #dddddd;
	padding: 0 5px;
}
.pager .current {
	background: #f5f5f5;
}
.pager a {
	background: #19abe3;
	color: #fff;
}
.pager a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	height: 100%;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.size-large {
	width: 100%;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Травмированные игроки
--------------------------------------------------------------*/
.box_body {
	font-size: 12px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
}
h2 {
	font-size: 20px;
}
lead {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight:bold;
}

.sq td, .sq th {
	font-size: 14px;
	padding: 5px;
}
.sq tr > td:first-child {
	color: #fff;
	background: #054b64;
	text-align: center;
}
tr.tsp > td, .sq td {
	border-bottom: solid 1px #ececec;
}
quote::after {
	content: '';
display: block;
width: 1.063rem;
height: 0.813rem;
margin-top: 0.625rem;
}
quote::before {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
quote {
	color: #000;
	font-family: "Montserrat", serif;
	font-size: 1.466em;
	line-height: 120%;
	font-style: italic;
	margin-bottom: 0.938rem;
	padding: 0 1.250rem 1.250rem;
	font-weight: 700;
	content: '';
	display: table;
	clear: both;
	float: right;
	margin-left: 1.875rem;
	width: 18.750rem;
}
blockquote {
	position: relative;
	padding: 3rem 3rem 3rem;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.38;
	border: 1px double rgba(0,0,0,.1);
	margin: 2.5rem 0;
	display: block;
	font-weight: bold;
}
blockquote::before {
	background: #b20d0f
}

blockquote::after, blockquote::before, q::after, q::before {
    position: absolute;
    width: 48px;
    height: 48px;
    display: block;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #FFF;
    font-size: 3.6rem;
    font-weight: 600;
    padding: 12px;
}
blockquote::before, q::before {
content: "\201D";
top: -2rem;
}

/* comments */

.comments {
	max-width: 1320px;
	margin: 0 auto 50px;
	padding: 0 20px;
}

.comments-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.comment-list {
	margin-bottom: 40px;
}

.comment-list .comment {
	margin-bottom: 10px;
}

.comment-list .comment:last-of-type {
	margin-bottom: 0;
}

.comment-body {
	position: relative;
	padding: 15px 35px 20px;
	display: flex;
	align-items: center;
	border: 1px solid #E0E0E0;
	border-radius: 5px;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.06);
}

.comment .comment-respond {
	position: relative;
	width: calc(100% - 20px);
	margin-left: 20px;
	padding: 25px 0 10px 20px;
	border-left: 2px solid #E0E0E0;
	border-bottom: 2px solid #E0E0E0;
}

.comment > .comment {
	margin-top: 10px;
	margin-left: 20px;
}

.comment-author {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	margin-right: 60px;
	width: 90px;
}

.comment-author .avatar {
	margin-top: 10px;
}

.comment-author .says {
	display: none;
}

.comment-metadata {
	position: absolute;
	top: 15px;
	left: 185px;
	font-size: 13px;
	color: #9A99A2;
}

.comment-metadata a {
	color: #9A99A2;
}

.comment-body .reply {
	position: absolute;
	bottom: 20px;
	left: 185px;
	font-size: 14px;
	color: #9A99A2;
}

.comment-body .reply a {
	color: #9A99A2;
}

.comment-awaiting-moderation {
	position: absolute;
	bottom: 0;
	left: 185px;
	font-size: 12px;
	color: #9A99A2;
}

.comment-content {
	padding: 25px 0 35px;
}

.comment-respond {
	width: 100%;
}

.comment-reply-title {
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
}

.logged-in-as {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: -apple-system,BlinkMacSystemFont,'Roboto', sans-serif;
	color: #9A99A2;
}

.logged-in-as a {
	color: #333333;
	text-decoration: underline;
}

.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form-comment textarea {
	width: 100%;
	border: 2px solid #E0E0E0;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
}

.form-submit {
	display: flex;
	justify-content: flex-end;
}

.form-submit .submit {
	display: inline-block;
	min-width: 160px;
	cursor: pointer;
	text-transform: uppercase;
	color: #f2f2f2;
	background-color: #367bf5;
	-webkit-box-shadow: 0 2px 4px rgba(54,123,245,.24),0 4px 8px rgba(54,123,245,.16);
	box-shadow: 0 2px 4px rgba(54,123,245,.24),0 4px 8px rgba(54,123,245,.16);
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 0;
}

.form-submit .submit:active, .form-submit .submit:focus {
	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.2);
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	margin-bottom: 10px;
	font-size: 14px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: inline-block;
	min-width: 80px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	border: 2px solid #E0E0E0;
	border-radius: 5px;
	padding: 5px 10px;
	font-size: 17px;
}

.comments .required {
	font-size: 14px;
	color: #9A99A2;
}

.comment-notes {
	margin-bottom: 10px;
}

.comments__oauth {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.comments__oauth .oauthloginbutton {
	font-size: 0;
	background-color: #367bf5;
	border: 0;
	box-shadow: 0 2px 4px rgba(54,123,245,.24),0 4px 8px rgba(54,123,245,.16);
}

.comments__oauth .oauthloginbutton .fa {
	font-size: 17px;
}

.comments__oauth .oauthloginbutton::before {
	content: 'Войти с помощью форума';
	font-size: 17px;
}

.comments__oauth #logged_in_user {
	display: none;
}