/*
Theme Name: RuFootballTV
Template:   twentythirteen
Version:        0.1.442
*/

html,
button,
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
}

body {
	font-size: 15px;
	background-color: #fbfbfb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 20px;
}

h3 {
	font: bold 18px Arial;
}

p {
	margin: 0 0 18px;
}

.header {
	box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
	position: relative;
}

.header-top {
	background-color: #220030;
}

.header-top__wrapper {
	display: flex;
	margin: 0 auto;
	max-width: 1080px;
	padding: 10px 15px;
}

.header-bottom {
	background-color: #fff;
	height: 32px;
}

.header-bottom__wrapper {
	display: flex;
    margin: 0 auto;
    max-width: 1080px;
}

.header-nav__list {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
	margin: 0 auto;
}

.header-nav__list a {
	color: #022236 !important;
    display: inline-block;
    font: 13px/32px Roboto,Arial,sans-serif;
    padding: 0 8px;
}

.header-nav__list a:hover,
.header-nav__list a:focus {
	background: #f2f2f2;
	color: #022236;
	text-decoration: none;
}

.header-nav__list .current-menu-item {
	border-bottom: 2px solid #220030;
}

.site-main {
	background-color: #fff;
	flex: 1 0 auto;
    margin: 0 auto;
    padding: 10px 15px 0;
    width: 100%;
}

.site-footer {	
	background-color: #000;
	color: #fff;
}

.site-footer .footer-copyright {
	font-size: 13px;
	font-weight: 400;
	color: #757575;
}

@media (max-width: 1024px) {

	.site-main,
	.site-footer {
		padding: 0 20px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 738px;
		position: relative;
		top: 20px;
	}
	
	.row {
		margin-bottom: 0 !important;
	}

	.col {
		margin-bottom: 18px;
	}
	
	.sticky {
		display: none;
	}

	.main-header {
		padding: 20px 20px !important;
	}
}

@media (max-width: 640px) {
	
	.site-main,
	.site-footer {
		padding: 0 12px;
	}

	.row {
		margin-bottom: 0 !important;
	}

	.col {
		width: 100% !important;
		margin-bottom: 18px;
	}
	
	.articles_i_img {
		margin-bottom: 10px;
	}
	
	.articles_i_title {
		clear: both;
	}
	
	.articles_i_link_text {
		margin-bottom: 10px !important;
	}
	
	.other-events .event {
		width: 100% !important;
	}
	
	.main-header {
		padding: 20px 12px !important;
	}
}

@media (max-width: 414px) {
	
	.broadcast-table {
		vertical-align: top;
		max-width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		display: flex;
		overflow: hidden;
		background: none;
		justify-content: center;
	}

	.broadcast-table th {
		font-size: 11px;
		text-align: left;
		text-transform: uppercase;
		background: #f2f0e6;
		height: 38px;
	}

	.broadcast-table th,
	.broadcast-table td {
		padding: 6px 12px !important;
		border: 1px solid #d9d7ce !important;
	}

	.broadcast-table thead {
		display: flex;
		flex-shrink: 0;
	}

	.broadcast-table tbody {
		display: flex;
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.broadcast-table tr {
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
	}

	.broadcast-table td,
	.broadcast-table th {
		display: block;
	}

	.broadcast-table td {  
		border-left: 0;
	}

	.broadcast-table th:not(:last-child),
	.broadcast-table td:not(:last-child) {
		border-bottom: 0;
	}
	
	.home-block .logo, .away-block .logo {
    	margin: 0 auto 10px !important;
		width: 60px;
	}
	
	.home-block .team, .away-block .team {
    	font: normal 16px/19px Arial !important;
	}
	
	.entry-title {
		font-size: 15px;
	}
}

.btn-watch {
	color: white!important;
	padding: 2px 9px;
	border-radius: 7px;
	white-space: nowrap;
	background-color: #008d21;
	line-height: 1.5;
	display: inline-block;
}

a.btn-watch:hover,
a.btn-watch:focus {
	background-color: #005a15;
	color: inherit;
	text-decoration: none;
}

.sp {
	color: #7f7f7f;
	padding: 0 5px 0 5px;
}

.bold {
	font-weight: bold !important;
	color: #33a44d;
}

.bet-box {
	background: #f3f3ef;
	padding: 0 10px;
}

.bet-box .bottom {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
}

.bet-box .bottom .left {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.bet-box .bottom .right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 170px;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	margin-left: 10px;
	text-align: right;
}

.bottom .left span:first-child {
	margin-right: 5px;
}

.bet-box .bottom .left span {
	font-weight: 700;
}

.img-404 {
	background: url(/wp-content/uploads/img/img-404.png) no-repeat 0 0;
	display: block;
	width: 558px;
	height: 306px;
	margin: 100px auto;
}

.item-img {
	float: left;
	margin: 0 20px 10px 0;
}

.footer-content {	
	max-width: 1050px;
    margin: 0 auto;    
    width: 100%;
    padding-bottom: 10px;
}

.footer-content dl {	
    margin: 0;
}

.footer-content .list {
	float: left;
    margin-top: 40px;
}

.footer-content .list-title {
	font-size: 15px;
    line-height: 15px;
    margin-bottom: 15px;
}

.footer-content .list-item {
	margin: 0;
	font-size: 13px;
}

.footer-content .list-item-link {
	color: #bbb;
}

.footer-content .social {
	float: right;
    margin-top: 40px;
}

.footer-content .social span {
	font-weight: bold;
}

.footer-content .social img {
    margin-left: 20px;
}

.footer-copyright {
	max-width: 1050px;
    margin: 0 auto;    
    width: 100%;
	height: 60px;
    border-top: 1px solid #393939;
}

.footer-copyright span {
	color: #bbb;
    line-height: 60px;
}

.clearfix:after {
    clear: both;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.sub-menu li a {
	font-weight: normal;
}

.share-button {
	color: #757575;
	font-size: 13px;
	line-height: 25px;
	margin-top: 10px;
}

.articles_i {
	overflow: hidden;
	margin-bottom: 30px;
}

.articles_i_img {
	position: relative;
	float: left;
	vertical-align: top;
	margin-right: 20px;
	width: 200px;
	height: 150px;
}

.articles_i_link_title {
	font-weight: bold;
	font-size: 18px;
	margin-top: -4px;
	margin-bottom: 7px;
}

.articles_i_link_text {
	font-size: 14px;
	margin-bottom: 18px;
}

.articles_i_props {
	font-size: 12px;
}

.counter {
	color: #7f8992;
	display: inline-block;
}

.articles_i a {
	color: #141412;
}

.articles_i a:hover,
.articles_i a:focus {
	color: #141412;
}

.articles_i a:visited {
	color: #141412;
}

.article_head_date {
	color: #7f8992;
	font: normal 14px/18px 'Roboto',sans-serif;
}

.broadcast-title {
	margin: 0 0 5px;
    font-size: 22px;
    line-height: 32px;
}

.betsitem-lead,
.bonusitem-lead {
	font-weight: bold;
	margin-bottom: 18px;
}

.breadcrumbs {
	margin-bottom: 15px;
	color: #94999f;
    font: 500 9px/14px Roboto,Arial,sans-serif;
    letter-spacing: .3px;
    text-transform: uppercase;
}

.breadcrumbs a {
    color: #94999f;
}

.breadcrumbs a:active, .breadcrumbs a:hover {
    color: #181b22 !important;
	text-decoration: none;
}

.breadcrumbs a:visited {
    color: #94999f;
}

.live-status {
	color: red;
}

.offline-status {
	font-family: 'Roboto Condensed',sans-serif;
	font-weight: 700;
	font-size: 12px;
	position: relative;
	display: block;
}

.live-score {
	font-size: 26px;
}

.icon-watch {
	margin-right: 5px;
}

.anons-category {
	float: right;
}

.anons-category.format-status {
	background-color: transparent;
}

.anons-category.format-standard {
	padding: 0;
}

.anons-category.format-chat {
	background-color: transparent;
	padding: 0;
}

.anons-category.category-bets a {
	color: #8b8769;
}

.anons-category.category-bookmaker-bonuses a {
	color: #35cb4f;
}

.bk-reg {
	text-align: center;
	line-height: 36px;
}

.bk-reg a:hover,
.bk-reg a:focus {
	background-color: #005a15;
	color: inherit;
	text-decoration: none;
}

.btn-bk-reg {
	color: white!important;
	padding: 10px 25px;
	border-radius: 2px;
	font-weight: bold;
	background-color: #008d21;
	font-size: 14px;
	text-transform: uppercase;
}

.bet-button {
	margin-bottom: 20px;
}

.tabs ul {
	padding: 0;
}

ul.tabs-caption {
	border-bottom: 1px solid #c9c9c9;
	height: 43px;
}

.tabs-caption li {
	float: left;
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	color: #555;
	position: relative;
	display: block;
	padding: 10px 15px;
}

.tabs-caption li.active,
.tabs-caption li.active:focus,
.tabs-caption li.active:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	font-weight: 700;
}

.tabs-caption li:hover {
	background-color: #d8d8d8;
	cursor: pointer;
	border-color: #ddd;
}

.tabs-content {
	display: none;
}

.tabs-content.active {
	display: block !important;
}

.broadcast-table {
	font-size: 12px;
}

.broadcast-table th {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	text-align: center;
	text-transform: none;
}

.broadcast-table td {
	border: 1px solid #ddd;
	padding: 3px 3px;
	text-align: center;
}

.broadcast-table tbody tr:hover td {
	background-color: #f5f5f5;
}

.materials-title {
	margin-bottom: 30px;
	font-size: 26px;
}

a {
	color: #33a44d;
}

a:hover,
a:focus {
	color: #00973A;
}

a:visited {
	color: #33a44d;
}

.col a:focus {
	color: #141412;
}

.site-footer a:visited {
	color: #bbb;
}

.home-block {
	float: left;
	text-align: center;
	width: 30%;
}

.away-block {
	float: right;
	text-align: center;
	width: 30%;
}

.home-block .logo,
.away-block .logo {
	margin: 0 0 10px 0;
}

.home-block .team,
.away-block .team {
	font: normal 26px/29px Arial;
}

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

.game-info {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
}

.game-info p {
	margin: 0;
}

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

.entry-meta {
    font-size: 13px;
}

.game-info dl {
	margin: 0;
}

.game-info dl dd, .game-info dl dt {
	display: inline-block;
	margin: 0;
}

.game-info dl dt {
	color: #888;
	font-weight: normal;
}

.forecast-link {
	margin-bottom: 6px;
	font-weight: 700;
}

.forecast-link a,
a.watch-online-link {
	color: #006496;
}

.forecast-link a:hover,
.forecast-link a:focus,
a.watch-online-link:hover,
a.watch-online-link:focus {
	color: #005580;
}

.bet-odd {
	background-color: #008d21;
	color: white;
	font-weight: 700;
	display: inline-block;
    padding: 3px 7px;
    border-radius: 20px;
}

.odds {
	border: 1px solid #d8d8d8;
}

.odds th.first {
    width: 20%;
}

.odds th {
	width: 16%;
	background: #ebebeb;
	font-size: 13px;
}

.odds td, .odds th {
    border-left: 1px solid #d8d8d8;
    padding: 0;
    text-align: center;
}

.odds td {
    border-top: 1px solid #d8d8d8;
	height: 40px;
}

.odds .table-logo {
	vertical-align: middle;
    max-height: 32px;
}

.odds .value:focus,
.odds .value:hover {
    background-color: #cceed6;
}

.odds .value a:focus,
.odds .value a:hover {
    color: #006496;
}

.odds .table-link {
	color: #000;
	display: block;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 12px;
}

.similar-records .item-link {
	margin: 0 5% 0 0;
    display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.similar-records .item-link:last-child {
	margin: 0;
}

.similar-records .img {
	display: block;
}

.similar-records .title {
    display: block;
    padding: 5px 0 6px;
    font-weight: bold;
    font-size: 14px;
    color: #000;
	max-width: 200px;
}

.similar-records .title:hover,
.similar-records .title:focus {
	text-decoration: underline;
}

ins {
    background: #fff;
}

.other-events {
    font-size: 0px;
	margin-bottom: 20px;
}
.other-events .event {
	border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    box-sizing: border-box;
    display: inline-block;
    min-height: 24px;
    position: relative;
    vertical-align: top;
    width: 50%;
}

.event .link:hover {
	background:rgba(150,150,150,.2);
}

.event .link {
    border-top: 1px solid #bfbfbf;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    padding: 3px 26px 3px 0;
    position: relative;
    width: 100%;
}
.link .date {
    font-size: 13px;
    color: #7f8992;
    display: inline-block;
    vertical-align: top;
	width: 38px;
}
.link .name {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    padding-right: 10px;
    vertical-align: top;
}
.link .status {
    color: #000;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
    white-space: nowrap;
}

.adblock-notification {
    background-color: #3b4859;
	position: fixed;
    left: 0;
    bottom: 0;
	z-index: 9999;
    width: 100%;
}

.closeButton {
	position: absolute;
    top: 18px;
    right: 24px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-indent: -9999px;
    opacity: .7;
    border: none;
    background-color: transparent;
    background-image: url('/wp-content/uploads/icons/close_button.svg') !important;
	padding: 0;
}

.closeButton:hover {
	opacity: 1;
}

.notification-content {
	display: flex;
	align-items: center;
	max-width: 720px;
	margin: auto;
    padding: 14px 0 16px;
}

.notification-content__icon {
	width: 36px;
    height: 36px;
	background-image: url('/wp-content/uploads/icons/adblock_icon.svg');
}

.notification-content__message {
	max-width: 440px;
    margin: 0 45px 0 16px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.notification-content__button {
	color: #fff;
    background: rgba(255,255,255,.1);
	min-width: 32px;
    min-height: 32px;
    padding-block: 8px;
    padding-inline: 16px;
    font-size: 13px;
    line-height: 16px;
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: inherit;
    font-weight: 600;
    font-style: normal;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 52px;
    outline: none;
	transition: background 0.2s ease,transform 0.2s ease,-webkit-transform 0.2s ease;
}

.notification-content__button:active {
	transform: scale(.98);
}

.notification-content__button:hover {
	background: rgba(255,255,255,.15);
	transform: scale(1.05);
	text-decoration: none;
}

.notification-content__button:visited {
	color: #fff;
}

.streams-day {
    border-bottom: 2px solid #d7d8dc;
    color: #36393f;
    font: 700 16px/20px Roboto,Arial,sans-serif;
    padding: 20px 12px 6px;
}

/* Ace Stream */
#player,
#second-player {
    width: 100%;
    height: 60vw;
    max-width: 730px;
    max-height: 438px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.acestream__popup-missing-userscript {
	font-size: 15px !important;
}

.acestream__button {
	color: #444 !important;
}

.acestream__button:hover {
	color: #fff !important;
}

/* Превью для трансляций */
.match-text {
	font-size: 13px;
}

.match-text h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Плитки с трансляциями */
.row {
	margin: 0 -0.8%;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col {
	float: left;
	width: 50.0%;
    padding: 0 0.8%;
}

.live-teams a {
	color: inherit;
    	-webkit-transition-property: color;
    	transition-property: color;
    	-webkit-transition-duration: 100ms;
    	transition-duration: 100ms;
	background-color: transparent;
}

.live-teams a:visited {
	color: #141412;
	text-decoration: none;
}

.live-teams a:hover {
	color: inherit;
}

.live-channel {
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin-top: 22px;
	text-align: center;
}

/* Пагинация */
.pagination {
	margin: 18px 0 48px 0;
	width: 738px;
	text-align: center;
	clear: both;
	border: 1px solid #d4d5d5;
	display: inline-block;
	white-space: nowrap;
}

.navigation a {
	color: #141412;  /* убрать? */
}

.page-navigation a:hover {
	background-color: #d8d8d8;
	color: #141412;
}

.page-navigation a {
	text-decoration: none;
	cursor: pointer;
}

.page-navigation a:visited {
	color: #141412;
}

.page-numbers {
	color: #000;
	width: 44px;
	display: inline-block;
	vertical-align: top;
	font: normal 15px/22px 'Roboto',sans-serif;
	line-height: 42px;
	transition: background .3s ease;
	margin: 0 -3px;
}

.page-numbers.current {
	border: 4px solid #33a44d;
	line-height: 38px;
	margin: -2px -1px;
	width: 46px;
	position: relative;
	z-index: 1;
	transition: background .3s ease;
	color: #000;
	display: inline-block;
	vertical-align: top;
}

.page-navigation a:visited {
	color: #000;
}

.site-content img {
	max-width: 100%;
}

#mc-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.share a:hover {
	opacity: 0.8;
}

.match-info__note .icon-info {
	display: inline-block;
    height: 16px;
    line-height: 16px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 16px 16px;
	background-image: url(/wp-content/uploads/icons/info.png);
}

/* Турнирная таблица */

.tournament-table .label {
	background: #220030;
    color: #fff;
    padding: 3px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.tournament-table .label__group {
	color: #36393f;
    font: 700 13px/18px Roboto,Arial,sans-serif;
    margin: 12px 0 6px 0;
}

.results-table {
	color: #36393f;
    font: 13px/18px Roboto Condensed,Arial Narrow,sans-serif;
	margin-bottom: 0px;
	border-bottom: none;
}

.results-table td.num, .results-table th.num {
    color: #94999f;
	min-width: 46px;
    width: 46px;
	position: relative;
}

.results-table th {
    color: #94999f;
    font-weight: 700;
    vertical-align: bottom;
	text-transform: none;
}

.results-table td, .results-table th {
    padding: 7px 6px 6px;
}

.results-table td {
    border-bottom: 1px dotted #d7d8dc;
    vertical-align: top;
	border-top: none;
}

.results-table tbody tr:nth-child(odd) td {
    background-color: rgba(0,0,0,.02);
}

.results-table tbody tr:first-child td {
    border-top: 1px dotted #d7d8dc;
}

.results-table .team .logo {
    flex-basis: 20px;
    height: 20px;
    margin-bottom: -2px;
    margin-top: -2px;
    width: 20px;
	flex: 0 0 30px;
    margin: -6px 8px -6px 0;
    position: relative;
}

.results-table .team .logo img {
    height: 20px;
}

.results-table .team .name {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.results-table tbody tr:hover td {
	background-color: rgba(255,125,0,.08);
}

.results-table td.num .zone-bubble {
    animation: bubbleRight .1s ease;
    background-color: rgba(70,77,83,.95);
    border-radius: 7px;
    color: #fff;
    display: none;
    font: 12px/16px Roboto,Arial,sans-serif;
    left: 100%;
    padding: 13px 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 10;
}

.results-table td.num .zone-bubble:after {
    border: 10px solid transparent;
    border-left: none;
    border-right-color: rgba(70,77,83,.95);
    content: "";
    left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.results-table td.num .info:hover ~ .zone-bubble {
	display: block;
}

.results-table td.num .info:after {
	/*display: inline-block;
    border-radius: 14px;
    margin-right: 3px;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    position: relative;
    color: #fff;
    background: #e9ecef;*/
	left: 6px;
	background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20height%3D%2215%22%20rx%3D%227.5%22%20stroke%3D%22%23b4bfcc%22%20width%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m5.67342187%206.34423828h1.11181641c.04833984-.6875.52636719-1.12255859%201.26757813-1.12255859.73583984%200%201.21386718.4296875%201.21386718%201.02050781%200%20.54248047-.23095703.84863281-.88085937%201.24072266-.73583985.44042968-1.06347656.92382812-1.0366211%201.69726562l.0053711.40820313h1.1118164v-.32226563c0-.54248047.19873047-.82714844.89160157-1.23535156.70898441-.42431641%201.12792971-1.00976563%201.12792971-1.83691406%200-1.16552735-.95605471-2.00878907-2.37402346-2.00878907-1.55761719%200-2.39013672.92382813-2.43847657%202.15917969zm2.30419922%205.77929692c.49414063%200%20.82714844-.3276368.82714844-.8164063%200-.4995117-.33300781-.8271484-.82714844-.8271484-.49414062%200-.83251953.3276367-.83251953.8271484%200%20.4887695.33837891.8164063.83251953.8164063z%22%20fill%3D%22%23828a99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) center no-repeat;
    cursor: pointer;
	content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    opacity: .9;
}

.results-table td.right, .results-table th.right {
    text-align: right;
}

.results-table td.center, .results-table th.center {
    text-align: center;
}

.tournament-table__legend {
    margin: 20px 0;
    color: #4c4c4c;
    font: 13px/18px Roboto Condensed,Arial Narrow,sans-serif;
}

.tournament-table__button {
	margin: 15px 0;
	background-color: #fbfbfb;
    border-color: #d7d8dc;
    color: #220030;
    font-weight: 700 !important;
    transition: border .1s ease-in;
	border: 1px solid #f1f1f1;
    border-radius: 2px;
	cursor: pointer;
    display: inline-block;
    font: 12px/16px Roboto,Arial,sans-serif;
    letter-spacing: .5px;
    padding: 11px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	width: 100%;
}

.tournament-table__button:active, .tournament-table__button:focus, .tournament-table__button:hover {
    border-color: #220030;
	text-decoration: none;
	color: #220030;
}

.tournament-table__button:visited {
    color: #220030;
}

.sport {
	margin-bottom: 20px;
}

.sport-tournament {
    border-bottom: 1px solid #d7d8dc;
}

.sport-tournament__block .match-item:nth-child(odd) {
    background-color: rgba(0,0,0,.02);
}

.sport-tournament__title {
    align-items: center;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font: 13px/18px Roboto Condensed,Arial Narrow,sans-serif;
    padding: 8px 12px 7px;
    position: relative;
	border-bottom: 1px solid #d7d8dc;
}

.match-item {
    border-bottom: 1px solid #d7d8dc;
    color: #36393f;
    display: flex;
}

.match-item a {
	cursor: pointer;
    text-decoration: none;
}

.match-item__logo-sport {
	flex: 0 0 31px;
    min-width: 31px;
    padding-left: 5px;
	text-align: center;
}

.match-item__logo-sport img {
	margin-top: 10.5px;
}

.match-item__title {
	flex-basis: 40%;
	flex: 1 1 80%;
    min-width: 0;
	display: flex;
    font: 13px/18px Roboto Condensed,Arial Narrow,sans-serif;
    padding: 8px 0;
}

.match-item__title-tournament {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	border-right: 1px dotted #d7d8dc;
    margin-right: 7px;
    padding-right: 7px;
	text-align: center;
    min-width: 156px;
}

.match-item__title-name {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 100%;
	border-right: 1px dotted #d7d8dc;
    margin-right: 7px;
    padding-right: 7px;
}

.match-item .table-item.home {
    text-align: right;
}

.match-item .table-item.away {
    text-align: left;
}

.table-item {
    align-items: flex-start;
    display: inline-flex;
    max-width: 100%;
    vertical-align: top;
}

.table-item__logo._sm {
    flex-basis: 20px;
    height: 20px;
    width: 20px;
}

.table-item__home-name {
    margin-right:5px;
}

.table-item__away-name {
    margin-left:5px;
}

.table-item__logo {
    flex: 0 0 30px;
    height: 30px;
    position: relative;
    width: 30px;
}

.table-item__logo._sm img {
    height: 20px;
}

.match-item__title-separ {
	margin: 0 5px;
}

.match-item__result {
    flex-basis: 10%;
	flex: 1 1 5%;
	font: 700 13px/18px Roboto Condensed,Arial Narrow,sans-serif;
    padding: 9px 12px 8px 0;
}

.match-item__result-main {
    font-weight: 700;
}

.match-item__status {
    flex-basis: 23%;
    padding-right: 5%;
	align-items: flex-start;
    flex: 1 1 20%;
	display: flex;
    font: 13px/18px Roboto Condensed,Arial Narrow,sans-serif;
    padding: 8px 5px 8px 0;
}

.status__live {
	color: red;
	font-weight: 700;
}

a.match-item {
	color: #36393f;
}

.match-item:active, .match-item:focus, .match-item:hover {
    background-color: rgba(255,125,0,.08) !important;
	text-decoration: none;
}

.match-item__logo-channel {
    align-items: center;
    display: flex;
    margin-left: auto;
}

.mars-mobile {
	display:none;
}

.horizontal-adaptive {
	margin: 10px auto;
	max-width: 1200px;
}

@media (max-width: 479px) {

	.match-item__title-date {
    	min-height: 24px;
	}

	.match-item__title-name-row {
    	display: block;
	}

	.match-item__title-name span.match-item__title-separ {
    	display: none;
	}

	.match-item__title-name .match-item__title-separ+.match-item__title-name-row {
    	margin-top: 4px;
	}

}

.match-info {
	color: #36393f;
    margin-bottom: 27px;
	font: 15px/20px Roboto Condensed,Arial Narrow,sans-serif;
	text-align: center;
	border-bottom: 1px dotted #d7d8dc;
    border-top: 1px dotted #d7d8dc;
}

.match-info__team-logo {
	flex: 0 0 120px;
    margin: 0 auto 10px;
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-info__team-name {
	font: 18px/24px Roboto Condensed,Arial Narrow,sans-serif;
    white-space: normal;
}

.match-info__score-main {
	font: 700 38px/40px Roboto Condensed,Arial Narrow,sans-serif;
}

.entity-header {
	display: flex;
	flex-direction: column;
}

.entity-header__wrapper {
	display: flex;
    min-height: 120px;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

.entity-header__img {
	display: flex;
	justify-content: center;
    height: 70px;
	margin-right: 15px;
}

.entity-header__title-tournament {
	display: flex;
	align-items: baseline;
	font: 400 15px/20px Roboto,Arial,sans-serif;
}

.entity-header__title-tournament .icon-flag {
	width: 16px;
    height: 12px;
	margin-right: 8px;
}

.entity-header__title {
    color: #36393f;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.entity-header__title-name {
	margin: 0;
	font: 700 18px/28px Roboto,Arial,sans-serif;
}

@media (max-width: 969px) {
	
	.site-main {
		padding: 10px 0 0;
	}

	.match-item._rates {
    	min-height: 87px;
	}

	.match-item {
    	position: relative;
	}

	.match-item__logo-sport {
    	flex: 0 0 42px;
    	min-width: 42px;
		text-align: left;
	}

	.match-item._rates .match-item__title {
    	min-width: 0;
    	white-space: nowrap;
	}

	.match-item__title {
    	flex-direction: column;
    	padding-bottom: 12px;
    	padding-top: 12px;
	}

	.match-item__title-date {
    	font-size: 12px;
	}

	.match-item__title-date div {
    	min-height: 24px;
	}

	.match-item .table-item {
    	display: inline-flex;
	}

	.sport-tournament__block .table-item__logo {
    	margin-right: 10px;
		position: absolute;
		left: 5px;
	}

	.match-item._rates .match-item__result {
    	flex-basis: 130px;
    	flex-shrink: 0;
    	justify-content: flex-end;
    	text-align: right;
    	width: 130px;
	}

	.match-item__title-tournament {
    	position: absolute;
    	right: 4px;
    	padding-top: 24px;
    	text-align: right;
    	border-right: none;
    	margin-right: 0;
	}

	.match-item__result {
    	margin-left: auto;
    	padding-top: 36px;
	}

	.match-item__status {
    	flex-direction: row-reverse;
    	font-size: 12px;
    	position: absolute;
    	right: 4px;
    	top: 3px;
	}

	.table-item__home-name {
    	margin-right: 0;
	}
	.table-item__away-name {
    	margin-left: 0;
	}

	.match-item__title-name {
		border-right: none;
    	margin-right: 0;
    	padding-right: 0;
	}

	.match-info {
		font-size: 13px;
    	line-height: 16px;
    	padding: 0 12px;
    	position: relative;
	}

	.match-info__team-logo {
		flex: 0 0 60px;
    	height: 60px;
    	width: 60px;
	}

	.match-info__team-name {
		font-size: 13px;
    	line-height: 16px;
	}

	.match-info__score-main {
		font-size: 22px;
		line-height: 24px;
	}

	.entity-header__wrapper {
		min-height: 0;
    	padding: 20px 12px;
	}

	.entity-header__img {
		flex: 0 0 60px;
    	height: 60px;
    	margin-right: 12px;
	}

	.entity-header__title-name {
		font-size: 15px;
    	line-height: 20px;
	}

	.entity-header__title-tournament {
		font-size: 13px;
    	line-height: 18px;
	}

	.breadcrumbs {
		padding: 0 12px;
    	font-size: 8px;
	}

	.mars-mobile {
		display:block;
	}

	.mars-desktop {
		display:none;
	}

	.horizontal-adaptive {
		max-width: 375px;
	}

	.notification-content {
		flex-direction: column;
	}

	.notification-content__message {
		margin: 10px 5px;
    	text-align: center;
	}

	.tabs,
	.other-events,
	.vkfull-comments {
		padding: 0 12px;
	}

	.filters {
		padding: 0 12px;
	}

	.tournament-table .label__group {
		padding: 0 12px;
	}

	.tournament-table__button {
		display: block;
    	width: calc(100% - 24px);
		margin-left: 12px;
    	margin-right: 12px;
	}

	.header-top__wrapper {
		flex-wrap: wrap;
	}
	
	.header-top__wrapper a:not(.support) {
		width: 100%;
	}

	.header-top__wrapper img {
		width: 100%;
    	height: 34px;
	}

	.support {
		padding: 0 !important;
		width: 50%;
	}

	.current-time {
		width: 50%;
	}

}

@media (min-width: 970px) {

	.match-item__title-date {
		border-right: 1px dotted #d7d8dc;
		border-left: 1px dotted #d7d8dc;
    	margin: 0 7px;
    	min-width: 69px;
    	padding: 0 7px;
    	white-space: nowrap;
		color: #94999f;
		text-align: center;
	}
	
	.table-item__home-name,
	.table-item__away-name {
		width: 110px;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
	}
	
	.site-main {
		box-shadow: 0 0 3px 0 rgb(0 0 0 / 15%);
		max-width: 1080px;
		z-index: 10;
		display: flex;
	}
	
	.content-area {
		flex-basis: 0;
    	flex-grow: 1;
    	max-width: 735px;
    	min-width: 0;
	}
	
	.sidebar-area {
		display: flex;
		flex: 0 0 300px;
		flex-direction: column;
    	margin: 0 0 0 15px;
    	width: 300px;
	}

	.entity-header__title {
    	margin-top: -1px;
		flex-wrap: nowrap;
	}

}

.vkfull-comments {
	margin: 20px 0;
}

.support {
	--icon-size: 20px;
    --label: block;
    --color-start: #ff5778;
    --color-stop: #e3516d;
    padding: 0 12px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #e65c78;
    display: flex;
    align-items: center;
    user-select: none;
}

.support:hover {
    --color-start: #e64e6c;
    --color-stop: #cc4962;
    color: #cc526a;
	text-decoration: none;
}

.support:hover .support__label {
    --color-start: #e64e6c;
    --color-stop: #cc4962;
    color: #cc526a;
	text-decoration: none;
}

.support-icon {
	width: var(--icon-size);
	height: var(--icon-size);
    flex-shrink: 0;
    margin-right: 4px;
}

.support__label {
	display: var(--label);
}

.filters,
.filters__group {
    align-items: center;
    display: flex;
}

.filters {
    box-sizing: border-box;
    justify-content: space-between;
}

.filters__group {
    overflow-x: auto;
    width: 100%;
}

.filters__tab {
    align-items: center;
    background-color: #eee;
    border-radius: 8px;
    color: #555e61;
    display: flex;
    font-size: 12px;
    height: 28px;
    margin-right: 8px;
    padding: 0 12px;
}

.filters__text {
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 12px;
    text-transform: uppercase;
    white-space: nowrap;
}

.filters__tab:last-of-type {
    margin-right: 0;
}

.filters__tab.selected {
    background-color: #220030;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.match-info__head {
	padding: 0.3rem;
	font: 11px/13px Roboto Condensed,Arial Narrow,sans-serif;
    font-weight: 600;
    background: #eee;
    color: #000;
    text-transform: uppercase;
}

.match-info__scoreboard {
	display: flex;
    justify-content: center;
    width: 100%;
	padding-top: 20px;
}

.match-info__rival {
	flex-direction: column;
	text-align: center;
    width: 33%;
    align-items: center;
    display: flex;
	justify-content: flex-start;
}

.match-info__score {
	color: #36393f;
	display: flex;
	flex-direction: column;
	width: 34%;
	justify-content: space-between;
}

.match-info__extra {
	color: #94999f;
    font: 13px/18px Roboto Condensed,Arial Narrow,sans-serif;
    margin: 20px 0 27px;
}

.match-info__extra span {
	color: #36393f;
}

.liveTime {
	color: #f64e60;
}

.current-time {
	color: #fff;
	display: flex;
    align-items: center;
	line-height: 18px;
    font-size: 11px;
}

.current-time .time {
	font-weight: bold;
    padding: 0 3px 0 24px;
    background: url(/wp-content/uploads/icons/clock.png) no-repeat 0 1px;
}

.current-time .different {
    color: #7c7c7c;
    margin: 0 7px 0 2px;
}