@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*:focus {
  outline: none; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-family: sans-serif; }

a {
  text-decoration: none; }

em { font-style: italic !important; }

:root {
  --main: #076533;
  --lightmain: #00A04B;
  --verylightmain: #62CB77;
  --logo: url("../../img/championship/main-logo.png");
  --logo_burger: url("../../img/championship/main-logo--burger.png");
  /*--logo_alt: url("../../img/championship/main-logo--alt.png");*/
  --logo_alt: url("../../img/championship/footer--logo.svg");
  --logo_mobile: url("../../img/championship/main-logo--mobile.png"); }

/* Base Styles -------------------- */
body {
  letter-spacing: 0.4px; }

.wrapper, .match-page, .multimedia-page, .tournament-page, .cup-page {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 900px) {
  .wrapper, .match-page, .multimedia-page, .tournament-page, .cup-page {
    padding-left: 6% !important;
    padding-right: 6% !important; } }
@media (max-width: 599px) {
  .wrapper, .match-page, .multimedia-page, .tournament-page {
    padding-left: 8% !important;
    padding-right: 8% !important; } }

@media (max-width: 599px) {
  .cup-page {
    padding-left: 0% !important;
    padding-right: 0% !important; } }

.header-menu-block__wrapper, .wrapper-w, .common-submenu ul {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/*.header {*/
/*  !*	display: none;*!*/
/*  position: relative; }*/

.top_header_buttons {
  display: flex;
  position: relative;
  z-index: 100; }
.top_header_buttons a {
  background: no-repeat center;
  background-size: cover;
  display: flex;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  text-decoration: none;
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 2px; }
.top_header_buttons a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
  transition: 0.1s ease; }
.top_header_buttons a:hover:before {
  opacity: 1; }
.top_header_buttons a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0.2; }
.top_header_buttons a * {
  position: relative;
  z-index: 3; }
.top_header_buttons a img {
  display: block;
  margin: 10px auto;
  height: 80px; }
.top_header_buttons a span {
  white-space: nowrap;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 25px;
  line-height: 1.2;
  display: inline-block;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
@media (max-width: 900px) {
  .top_header_buttons a span {
    font-size: 20px;
    white-space: normal; } }
@media (max-width: 599px) {
  .top_header_buttons a span {
    font-size: 16px; } }
.top_header_buttons a div {
  width: 100%;
  height: 100%;
}

.header__top-links {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
.header__top-links div {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
.header__top-links a {
  position: relative;
  display: block;
  height: 130px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 2.125em;
  text-align: center;
  letter-spacing: 0.4px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.5);
  z-index: 0;
  overflow: hidden; }
@media (max-width: 900px) {
  .header__top-links a {
    height: 80px;
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); } }
@media (max-width: 599px) {
  .header__top-links a {
    font-size: 16px;
    line-height: 1.2; } }
.header__top-links a:hover:before {
  top: -100%; }
.header__top-links a:hover:after {
  top: 0; }
.header__top-links a:before, .header__top-links a:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1; }
.header__top-links a:before {
  top: 0;
  background-image: url(../../img/championship//header-top-bg.png); }
.header__top-links a:after {
  top: 100%;
  background-image: url(../../img/championship//header-alt-top-bg.png); }

.header-top__clubs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
.header-top__clubs-list a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px 5px;
  text-align: center; }
.header-top__clubs-list a:hover {
  background-color: #ECEEF0; }
.header-top__clubs-list a img {
  height: 100%; }

.header-top__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.header-top__langs {
  height: 20px;
  width: 30px;
  margin-right: 10px;
  border-right: 1px solid var(--main);
  cursor: pointer; }

.header-top-langs--curent {
  position: relative;
  top: 2px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 14px;
  color: var(--main); }
.header-top-langs--curent:hover {
  color: var(--lightmain); }

.header-top__search-opener {
  height: 16px;
  line-height: 20px;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 14px;
  color: var(--main);
  cursor: pointer; }
.header-top__search-opener:hover {
  color: var(--lightmain); }
.header-top__search-opener:hover svg {
  fill: var(--lightmain); }
.header-top__search-opener svg {
  margin-right: 3px;
  fill: var(--main); }

.header__main-logo {
  display: block;
  width: 345px;
  height: 42px;
  margin-right: 4%;
  background: var(--logo) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  flex-shrink: 0; }
@media (max-width: 599px) {
  .header__main-logo {
    width: 265px;
    margin-left: 30px;
    margin-right: 0; } }

@media (max-width: 900px) {
  .header__breadcrumbs {
    overflow: auto;
    margin: 0; } }

/* @media (max-width: 599px) {
  .header__breadcrumbs {
    display: none; } } */

.header__breadcrumbs ul {
  padding: 17px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 900px) {
  .header__breadcrumbs ul {
    white-space: nowrap;
    flex-wrap: nowrap; } }
.header__breadcrumbs ul li:last-child:after {
  display: none; }
.header__breadcrumbs ul li:after {
  content: " >";
  margin: 0 7px;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  color: #AFB6BE}
.header__breadcrumbs ul li a {
  color: #AFB6BE }
.header__breadcrumbs ul li a:hover {
  color: var(--lightmain); }
.header__breadcrumbs ul li a,
.header__breadcrumbs ul li span {
  font-size: 14px;
  font-family: 'SF-UI-Display-Regular', sans-serif; }
.header__breadcrumbs ul li span {
  color: #AFB6BE; }
/* @media (max-width: 900px) {
  .header__breadcrumbs ul li {
    display: none; } } */

.header__sponsor-link {
  display: block;
  width: 160px;
  height: auto;
  margin-left: auto;
  flex-shrink: 0;
  /*	border: 1px solid #222;*/
  background-image: url(../../img/championship/sponsor-logo-betera.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain; }
@media (max-width: 900px) {
  .header__sponsor-link {
    margin-left: 15px; } }
@media (max-width: 599px) {
  .header__sponsor-link {
    display: none; } }

.main-menu .header__main-logo {
  background: var(--logo_alt) no-repeat center; }

.main-menu__sidebar {
  width: 200px;
  height: 100%;
  background-color: var(--lightmain);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between; }
.main-menu__sidebar .header__main-logo {
  margin: 0 auto;
  margin-top: 70px; }

.main-menu__sidebar-menu {
  border-top: 1px solid var(--verylightmain); }
.main-menu__sidebar-menu li {
  border-bottom: 1px solid var(--verylightmain); }
.main-menu__sidebar-menu li.active a,
.main-menu__sidebar-menu li a.active,
.main-menu__sidebar-menu li a:hover {
  background-color: #50C75E; }
.main-menu__sidebar-menu li a {
  display: block;
  padding: 20px 5px;
  text-align: center;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 16px;
  color: #FFFFFF; }

.main-menu-sidebar__lang-btn {
  height: 70px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 16px;
  line-height: 70px;
  color: #FFFFFF; }
.main-menu-sidebar__lang-btn.active, .main-menu-sidebar__lang-btn:hover {
  background-color: #50C75E; }

.main-menu__footer {
  height: 70px;
  width: calc(100% - 200px);
  padding-right: 20px;
  background-color: #E2E3E3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.main-menu__footer .subscribe-socials__links a {
  width: 30px;
  height: 30px;
  margin-left: 15px;
  overflow: hidden;
  border-radius: 3px; }
.main-menu__footer .subscribe-socials__links a.socials--vk {
  background-image: url(../../img/championship//main-menu-vk.png); }
.main-menu__footer .subscribe-socials__links a.socials--fb {
  background-image: url(../../img/championship//main-menu-fb.png); }
.main-menu__footer .subscribe-socials__links a.socials--yt {
  background-image: url(../../img/championship//main-menu-yt.png); }
.main-menu__footer .subscribe-socials__links a.socials--tw {
  background-image: url(../../img/championship//main-menu-tw.png); }
.main-menu__footer .subscribe-socials__links a.socials--vi {
  background-image: url(../../img/viber--menu.svg); }
.main-menu__footer .subscribe-socials__links a.socials--in {
  background-image: url(../../img/championship//main-menu-in.png); }

.fullmenu__left-bar {
  width: 200px;
  height: calc(100% - 72px);
  padding-top: 30px;
  background-color: var(--lightmain);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 900px) {
  .fullmenu__left-bar {
    width: 160px;
    height: calc(100% - 60px); } }
@media (max-width: 599px) {
  .fullmenu__left-bar {
    position: relative;
    width: 72px;
    height: calc(100% - 50px);
    padding-top: 15px; } }

.fullmenu-left__logo {
  display: block;
  width: 100%;
  max-width: 109px;
  height: 139px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: var(--logo_burger, --logo_alt) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain; }
@media (max-width: 900px) {
  .fullmenu-left__logo {
    max-width: 130px;
    margin-bottom: 30px; } }
@media (max-width: 599px) {
  .fullmenu-left__logo {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    background: var(--logo_mobile) no-repeat center; } }

.fullmenu-left__nav {
  border-top: 1px solid var(--verylightmain); }
.fullmenu-left__nav li {
  border-bottom: 1px solid var(--verylightmain);
  font-size: 0;
  line-height: 0; }
.fullmenu-left__nav li:hover {
  background-color: var(--verylightmain); }
.fullmenu-left__nav li.active {
  background-color: var(--verylightmain); }
.fullmenu-left__nav li a {
  padding: 20px 5px;
  display: block;
  text-align: center;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #FFFFFF; }
@media (max-width: 599px) {
  .fullmenu-left__nav li a {
    padding: 20px 0;
    font-size: 10px; } }

#fullmenu__search-opener {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  width: 100%;
  margin-top: auto;
  cursor: pointer;
  background-image: url(../../img/championship//fullmenu-search-opener.png);
  background-repeat: no-repeat;
  background-position: center; }
@media (max-width: 599px) {
  #fullmenu__search-opener {
    display: block; } }

.fullmenu__content {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: calc(100% - 200px);
  height: calc(100% - 122px);
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -ms-align-items: stretch;
  align-items: stretch; }
@media (max-width: 900px) {
  .fullmenu__content {
    width: calc(100% - 160px);
    height: calc(100% - 110px); } }
@media (max-width: 599px) {
  .fullmenu__content {
    top: 40px;
    width: calc(100% - 72px);
    height: calc(100% - 110px);
    padding: 0 20px; } }
.fullmenu__content.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
@media (max-width: 900px) {
  .fullmenu__content.active {
    display: block; } }
.fullmenu__content .mCustomScrollBox {
  padding-right: 30px; }
.fullmenu__content.mCustomScrollbar {
  padding: 0 20px 0 50px; }
@media (max-width: 599px) {
  .fullmenu__content.mCustomScrollbar {
    padding: 0 0 0 20px; } }
.fullmenu__content.mCustomScrollbar.mCS_no_scrollbar {
  /*			padding: 0 0 0 20px;*/ }
.fullmenu__content .mCustomScrollBox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.fullmenu__content .mCSB_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
@media (max-width: 900px) {
  .fullmenu__content .mCSB_container {
    display: block; } }
.fullmenu__content .mCSB_container {
  overflow: visible; }

.fullmenu-content__left-column,
.fullmenu-content__right-column {
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }
@media (max-width: 900px) {
  .fullmenu-content__left-column,
  .fullmenu-content__right-column {
    display: block; } }
@media (max-width: 599px) {
  .fullmenu-content__left-column .fullmenu-content__container,
  .fullmenu-content__right-column .fullmenu-content__container {
    display: none;
    padding: 25px 0 5px; } }
@media (max-width: 599px) {
  .fullmenu-content__left-column .fullmenu-content__header,
  .fullmenu-content__right-column .fullmenu-content__header {
    position: relative;
    padding: 15px 0;
    margin-bottom: 0; }
  .fullmenu-content__left-column .fullmenu-content__header:after, .fullmenu-content__left-column .fullmenu-content__header:before,
  .fullmenu-content__right-column .fullmenu-content__header:after,
  .fullmenu-content__right-column .fullmenu-content__header:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    display: block;
    width: 13px;
    height: 1px;
    background-color: #AFB6BE; }
  .fullmenu-content__left-column .fullmenu-content__header:after,
  .fullmenu-content__right-column .fullmenu-content__header:after {
    transform: rotate(90deg); }
  .fullmenu-content__left-column .fullmenu-content__header.active:after,
  .fullmenu-content__right-column .fullmenu-content__header.active:after {
    display: none; } }

.fullmenu-content__left-column {
  max-height: 1100px;
  margin-right: 70px;
  flex-grow: 3; }
@media (max-width: 900px) {
  .fullmenu-content__left-column {
    margin-right: 0;
    margin-bottom: 20px; }
  .fullmenu-content__left-column:last-child {
    margin-bottom: 0; } }
@media (max-width: 599px) {
  .fullmenu-content__left-column {
    margin-bottom: 0; } }
.fullmenu-content__left-column .fullmenu-content__item {
  width: 50%; }
@media (max-width: 900px) {
  .fullmenu-content__left-column .fullmenu-content__item {
    width: 100%; } }

/*
.fullmenu-content__left-column {
	width: 57%;
}

.fullmenu-content__right-column {
	width: 37%;
}*/
.fullmenu-content__container {
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.fullmenu-content__item {
  width: 100%; }
@media (max-width: 900px) {
  .fullmenu-content__item + a.fullmenu-content__subtitle {
    margin-bottom: 20px; } }


.fullmenu-content__header {
  margin-bottom: 20px;
  padding-bottom: 13px;
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: var(--lightmain);
  border-bottom: 1px solid #D2D2D2; }
@media (max-width: 900px) {
  .fullmenu-content__header {
    padding-bottom: 20px;
    margin-bottom: 25px; } }

.fullmenu-content__subtitle {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  color: #3D4248;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
@media (max-width: 599px) {
  .fullmenu-content__subtitle {
    font-size: 12px; } }
.fullmenu-content__subtitle.active {
  margin-bottom: 10px; }

a.fullmenu-content__subtitle {
  margin-bottom: 30px; }
a.fullmenu-content__subtitle:hover {
  color: var(--main); }
@media (max-width: 599px) {
  a.fullmenu-content__subtitle {
    margin-bottom: 24px; } }

@media (max-width: 900px) {
  div.fullmenu-content__subtitle {
    position: relative;
    padding-right: 10px; }
  div.fullmenu-content__subtitle:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    content: '';
    width: 7px;
    height: 13px;
    margin-top: -6px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    background-image: url(../../img/championship//fullmenu-subtitle-arrow.png); }
  div.fullmenu-content__subtitle.active:after {
    transform: rotate(90deg); } }

.fullmenu-content__list {
  padding-left: 30px;
  margin-bottom: 20px; }
@media (max-width: 900px) {
  .fullmenu-content__list {
    display: none; } }
@media (max-width: 599px) {
  .fullmenu-content__list {
    padding-left: 10px; } }
.fullmenu-content__list li a {
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 14px;
  color: #B0B1B2;
  letter-spacing: 0.4px;
  line-height: 30px; }
.fullmenu-content__list li a:hover {
  color: var(--verylightmain); }
@media (max-width: 599px) {
  .fullmenu-content__list li a {
    line-height: 20px;
    font-size: 12px; } }

.fullmenu__bottom {
  height: 72px;
  width: 100%;
  background-color: #E2E3E3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
@media (max-width: 900px) {
  .fullmenu__bottom {
    height: 60px; } }
@media (max-width: 599px) {
  .fullmenu__bottom {
    height: 50px; } }

.fullmenu-bottom__lang {
  width: 200px;
  height: 100%;
  background-color: var(--lightmain);
  position: relative; }
@media (max-width: 900px) {
  .fullmenu-bottom__lang {
    width: 160px; } }
@media (max-width: 599px) {
  .fullmenu-bottom__lang {
    width: 72px; } }

.fullmenu-bottom-lang__inner {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: none; }
.fullmenu-bottom-lang__inner .btn {
  width: 100%;
  background: #3dbb67;
  border-bottom: 1px solid #7AD77D;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 56px; }

.fullmenu-bottom-lang__inner .btn:hover {
  cursor: pointer;
}

.fullmenu-bottom-lang_current {
  text-align: center;
  line-height: 72px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer; }
@media (max-width: 900px) {
  .fullmenu-bottom-lang_current {
    line-height: 60px; } }

.fullmenu-bottom-lang_current:hover, .fullmenu-bottom-lang_current.active {
  background-color: var(--verylightmain); }

.fullmenu-bottom__socials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  padding-right: 20px; }
.fullmenu-bottom__socials a {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 15px;
  background-color: #444;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
@media (max-width: 599px) {
  .fullmenu-bottom__socials a {
    height: 22px;
    width: 22px;
    margin-left: 10px; } }
.fullmenu-bottom__socials a.first-child {
  margin-left: 0; }
.fullmenu-bottom__socials a.socials--vk {
  background-image: url(../../img/championship//fullmenu-socials--vk.jpg); }
.fullmenu-bottom__socials a.socials--fb {
  background-image: url(../../img/championship//fullmenu-socials--fb.jpg); }
.fullmenu-bottom__socials a.socials--yt {
  background-image: url(../../img/championship//fullmenu-socials--yt.jpg); }
.fullmenu-bottom__socials a.socials--tw {
  background-image: url(../../img/championship//fullmenu-socials--tw.jpg); }
.fullmenu-bottom__socials a.socials--vi {
  background-image: url(../../img//viber--menu.svg); }
.fullmenu-bottom__socials a.socials--in {
  background-image: url(../../img/championship//fullmenu-socials--in.jpg); }
.fullmenu-bottom__socials a.socials--ok { background-image: url(../../img/championship//fullmenu-socials--ok.svg); }
.fullmenu-bottom__socials a.socials--tg { background-image: url(../../img/championship//fullmenu-socials--tg.svg); }

.footer {
  padding: 40px 0 0;
  background-color: #1E2B24; }
.footer > .wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
.footer .wrapper {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: flex-start; }

.footer__links-block {
  width: 75%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
@media (max-width: 599px) {
  .footer__links-block {
    width: 100%; } }
.footer__links-block ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
.footer__links-block ul li {
  width: 33%;
  flex-grow: 1;
  margin-bottom: 20px; }
@media (max-width: 599px) {
  .footer__links-block ul li {
    width: 50%; } }
.footer__links-block ul li a {
  font-family: "OpenSansBold", sans-serif;
  font-size: 0.875em;
  color: #C9CFCC;
  text-transform: uppercase; }
.footer__links-block ul li a:hover {
  color: var(--verylightmain); }
@media (max-width: 900px) {
  .footer__links-block ul li a {
    font-family: "OpenSansRegular", sans-serif;
    font-size: 12px; } }

.footer__info-block {
  width: 100%;
  margin-top: 35px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 900px) {
  .footer__info-block {
    margin-top: 20px; } }
@media (max-width: 599px) {
  .footer__info-block {
    margin-top: 5px; } }

.footer-info-block__title {
  width: 100%;
  font-family: "OpenSansBold", sans-serif;
  font-size: 0.875em;
  color: #ceced3;
  text-transform: uppercase;
  margin-bottom: 20px; }
.footer-info-block__title:last-of-type {
  margin-bottom: 0; }
@media (max-width: 900px) {
  .footer-info-block__title {
    font-size: 12px;
    font-family: "OpenSansSemiBold", sans-serif; } }
@media (max-width: 599px) {
  .footer-info-block__title {
    font-family: "OpenSansRegular", sans-serif;
    margin-bottom: 15px; } }

.footer-info-block__text {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #ceced3;
  width: 25%;
  margin-right: 8%; }
.footer-info-block__text:last-child {
  margin-right: 0;
  margin-bottom: 0; }
@media (max-width: 900px) {
  .footer-info-block__text {
    flex-grow: 1;
    font-size: 12px;
    color: #C9CFCC;
    line-height: 1.2; } }
@media (max-width: 599px) {
  .footer-info-block__text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; } }
.footer-info-block__text p {
  margin-bottom: 8px; }
.footer-info-block__text p:last-child {
  margin-bottom: 0; }

.poplos-copyright-block {
  width: 20%; }
.piplos-copyright-block__mobile {
  display: none;
}
@media (max-width: 599px) {
  #piplos_link__mobile a {
    display: inline-block;
    min-height: 22px;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Semibold', sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #ceced3;
  }
  .poplos-copyright-block {
    display: none; }
  .piplos-copyright-block__mobile {
    display: block;
    border-top: 1px solid #49554E;
    text-align: center;
    padding: 20px 0;
  }}
.piplos-copyright-block__mobile #piplos_link__mobile {
  text-align: center;
}
.poplos-copyright-block .footer-info-block__title {
  text-transform: none; }
@media (max-width: 900px) {
  .poplos-copyright-block .footer-info-block__title {
    margin-bottom: 12px; } }

#piplos_link {
  position: relative;
  width: 150px;
  overflow: hidden;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }
#piplos_link a {
  display: block;
  min-height: 22px;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.48;
  color: #ceced3; }
#piplos_link__mobile a {
  opacity: 0.48 }
#piplos_link a:hover,
#piplos_link__mobile a:hover {
  opacity: 1; }
@media (max-width: 900px) {
  #piplos_link a {
    padding-left: 30px;
    font-size: 12px; } }

.footer__copyright-block {
  height: 130px;
  border-top: 1px solid #49554E;
  margin-top: 40px; }
@media (max-width: 599px) {
  .footer__copyright-block {
    height: unset;
    margin-top: 30px;
    padding: 25px 0; } }
.footer__copyright-block .wrapper {
  align-items: center; }
@media (max-width: 599px) {
  .footer__copyright-block .wrapper {
    display: block; } }
@media (max-width: 599px) {
  .footer__copyright-block .subscribe-socials__links {
    justify-content: center; } }
@media (max-width: 900px) {
  .footer__copyright-block .subscribe-socials__links a {
    width: 18px;
    height: 18px; } }

.footer__copyright-block .subscribe-socials__links a {
  margin-left: 12px; }
.footer__copyright-block .subscribe-socials__links a:first-of-type {
  margin-left: 0; }

.footer__logo {
  display: block;
  width: 345px;
  height: 42px;
  margin-right: 20px;
  background: var(--logo_alt) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain; }
@media (max-width: 900px) {
  .footer__logo {
    width: 245px; } }
@media (max-width: 599px) {
  .footer__logo {
    margin: 0 auto;
    margin-bottom: 15px; } }

.footer__copyright-text span {
  display: block;
  text-align: center; }

@media (max-width: 599px) {
  .footer__copyright-text {
    margin-bottom: 30px; } }

.footer__copyright-text, .footer__copyright-text a {
  text-align: center;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875em;
  line-height: 28px;
  color: #C9CFCC; }
@media (max-width: 900px) {
  .footer__copyright-text, .footer__copyright-text a {
    font-size: 12px;
    line-height: 22px; } }
@media (max-width: 599px) {
  .footer__copyright-text, .footer__copyright-text a {
    line-height: 18px; } }

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100; }

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 90; }

.fullpage-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff; }

.modal__closer {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-color: #444;
  cursor: pointer; }

/*
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-webkit-transform: translate(0, 0);
transform: translate(0, 0);

-moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s, z-index 0.5s, visibility 0.5s;
-o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s, z-index 0.5s, visibility 0.5s;
-webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s, z-index 0.5s, visibility 0.5s;
transition: transform 0.2s ease-in-out, opacity 0.2s, z-index 0.5s, visibility 0.5s;
*/
.scrollblock--horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 7px;
  margin: 0 auto;
  background-color: #ECEEF0;
  border: 1px solid #D9DDE1;
  border-radius: 5px;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.scrollblock--horizontal .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 99%;
  height: 1px;
  margin: 6px auto;
  background-color: #C4C4C4;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.body-cup {
  --main: #000000;
  --lightmain: #252525;
  --verylightmain: #2b2b2b; }

.body-first_league {
  --main: #3f3f40;
  --lightmain: #686868;
  --verylightmain: #565656; }

.body-second_league {
  --main: #1E6F94;
  --lightmain: #1C86BA;
  --verylightmain: #3ca6ca; }

.body-women_league {
  --main: #CA5728;
  --lightmain: #E07534;
  --verylightmain: #f09050; }

.common-headline-block {
  width: 100%;
  max-width: 1140px;
  padding: 0 20px;
  height: 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC; }
@media (max-width: 900px) {
  .common-headline-block {
    flex-wrap: wrap;
    border-bottom: 0;
    height: auto;
    margin-top: 30px; } }
.common-headline-block-tabs {
  height: 100%;
  display: flex;
  align-items: center; }
@media (max-width: 900px) {
  .common-headline-block-tabs {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
    order: 3; } }
.common-headline-block-tab {
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  margin-left: 20px;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: var(--lightmain);
  font-family: "OpenSansBold", sans-serif; }
.common-headline-block-tab.active, .common-headline-block-tab:hover:not(.disabled) {
  color: #3D4248;
  cursor: pointer; }
.common-headline-block-tab.active {
  border-bottom: 3px solid #3D4248; }
.common-headline-block-tab.disabled {
  cursor: not-allowed;
  color: #A3A3A3; }
@media (max-width: 900px) {
  .common-headline-block-tab {
    margin-left: 0;
    margin-right: 20px; } }
.common-headline-block.alt {
  padding: 35px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
/*.common-headline-block.alt .common-headline__bottom-block {*/
/*  width: 47%; }*/
.common-headline-block.alt .common-headline__subtitle {
  display: none; }
.common-headline-block h1 {
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  font-size: 32px;
  color: #3D4248;
  display: inline-block;
  vertical-align: 17px;
  padding-right: 20px; }
@media (max-width: 900px) {
  .common-headline-block h1 {
    font-size: 28px;
    line-height: 1.3; } }

.common-headline__bottom-block {
  height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto; }
.common-headline__bottom-block select {
  display: none; }
@media (max-width: 599px) {
  .common-headline__bottom-block {
    width: 100%;
  margin-left: -5px;} }

.common-headline__subtitle {
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #B1B2B2; }

.common-filter select {
  display: none; }

.common-filter .ui-selectmenu-button.ui-button {
  width: unset;
  border: 0;
  margin-right: 0;
  padding: 0 0 0 0;
  background: none;
  padding: 5px 0; }
.common-filter .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon:after {
  background-image: url(../../img/championship//common-filter-close.png); }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
  position: relative;
  width: 30px;
  border-left: 1px solid #DCDCDC;
  background: none; }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon:after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(../../img/championship//common-filter-opener.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain; }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
  background-position: center; }
.common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  margin-right: 0;
  padding: 0 10px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 14px;
  color: #3D4248;
  line-height: 16px; }

.comm-pagination {
  width: 100%;
  margin: 55px auto 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }
@media (max-width: 900px) {
  .comm-pagination {
    margin: 50px auto 0; } }
@media (max-width: 599px) {
  .comm-pagination {
    margin: 40px auto 0; }
}
.comm-pagination li {
  display: block;
  width: 40px;
  height: 40px; }
.comm-pagination li.active a,
.comm-pagination li a.active,
.comm-pagination li a:hover {
  color: #fff;
  background-color: #029442;
  border: 1px solid #029442; }
.comm-pagination li a,
.comm-pagination li span {
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #D7E6EE;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 36px;
  color: #6E7A86;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ui-selectmenu-menu {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 120px; }
.ui-selectmenu-menu .ui-menu.ui-widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  padding-bottom: 5px;
  max-height: 250px; }
.ui-selectmenu-menu .ui-menu.ui-widget.ui-corner-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
.ui-selectmenu-menu .ui-menu.ui-widget .ui-menu-item {
  text-align: center; }
.ui-selectmenu-menu .ui-menu.ui-widget .ui-menu-item .ui-menu-item-wrapper {
  padding: 8px 0; }
.ui-selectmenu-menu .ui-state-active,
.ui-selectmenu-menu .ui-widget-content .ui-state-active {
  border: none;
  background: var(--lightmain); }

.common-text {
  margin-bottom: 35px; }
@media (max-width: 900px) {
  .common-text {
    margin-bottom: 25px; } }
.common-text h1 {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 2.5em;
  color: #2c383e; }
@media (max-width: 900px) {
  .common-text h1 {
    text-align: center; } }
@media (max-width: 599px) {
  .common-text h1 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px; } }
.common-text h2 {
  margin-bottom: 20px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  color: #3D4248; }
@media (max-width: 900px) {
  .common-text h2 {
    text-align: center; } }
@media (max-width: 599px) {
  .common-text h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px; } }
.common-text h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "OpenSansBold", sans-serif;
  color: #000000; }
@media (max-width: 900px) {
  .common-text h3 {
    text-align: center; } }
@media (max-width: 599px) {
  .common-text h3 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px; } }
.common-text p,
.common-text ul,
.common-text ol {
  margin-bottom: 15px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.875em;
  line-height: 1.4;
  color: #243137; }
.common-text p strong,
.common-text ul strong,
.common-text ol strong {
  font-family: "OpenSansSemiBold", sans-serif; }
.common-text p span,
.common-text ul span,
.common-text ol span {
  color: #E01054; }
.common-text ul {
  padding-left: 13px; }
@media (max-width: 900px) {
  .common-text ul {
    padding-left: 8px; } }
@media (max-width: 599px) {
  .common-text ul {
    padding-left: 3px; } }
.common-text ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px; }
@media (max-width: 900px) {
  .common-text ul li {
    padding-left: 18px; } }
.common-text ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #e01054;
  border-radius: 100%; }
.common-text ol {
  counter-reset: myCounter; }
.common-text ol li:before {
  margin: 0 12px 0 3px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block; }
@media (max-width: 599px) {
  .common-text ol li {
    margin: 0 8px 0 3px; } }
.common-text.alt p,
.common-text.alt ul,
.common-text.alt ol {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #3D4248;
  line-height: 1.5;
  letter-spacing: 0.4px; }
@media (max-width: 900px) {
  .common-text.alt p,
  .common-text.alt ul,
  .common-text.alt ol {
    font-size: 14px; } }
@media (max-width: 599px) {
  .common-text.alt p,
  .common-text.alt ul,
  .common-text.alt ol {
    font-size: 12px; } }
.common-text.alt p li,
.common-text.alt ul li,
.common-text.alt ol li {
  margin-bottom: 5px; }
.common-text.standart h2 {
  margin-bottom: 25px 0 20px;
  text-align: center; }
.common-text.standart h2:first-child {
  margin-bottom: 0; }
@media (max-width: 599px) {
  .common-text.standart h2 {
    margin: 20px 0 15px; } }
.common-text.standart p,
.common-text.standart ul,
.common-text.standart ol {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #3D4248;
  letter-spacing: 0.4px;
  line-height: 24px; }
@media (max-width: 599px) {
  .common-text.standart p,
  .common-text.standart ul,
  .common-text.standart ol {
    font-size: 12px; } }
.common-text blockquote {
  position: relative;
  padding: 20px 40px 20px 75px;
  margin-bottom: 30px;
  background-color: #F0F5FA; }
@media (max-width: 900px) {
  .common-text blockquote {
    margin-top: 30px;
    padding: 20px 40px 20px 75px;
    font-style: italic; } }
@media (max-width: 599px) {
  .common-text blockquote {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px 15px 10px 50px; } }
@media (max-width: 599px) {
  .common-text blockquote p {
    margin-bottom: 10px; } }
.common-text blockquote p:last-child {
  margin-bottom: 0; }
.common-text blockquote:before {
  position: absolute;
  top: 20px;
  left: 30px;
  content: '';
  display: block;
  width: 24px;
  height: 22px;
  background: url(../../img/championship//blockquote.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain; }
@media (max-width: 599px) {
  .common-text blockquote:before {
    top: 20px;
    left: 26px; } }
@media (max-width: 599px) {
  .common-text blockquote:before {
    top: 15px;
    left: 14px; } }
.common-text blockquote.simple {
  padding: 5px 0 5px 20px;
  border-left: 2px solid #E01054;
  background-color: #fff;
  font-style: italic; }
@media (max-width: 599px) {
  .common-text blockquote.simple {
    padding: 5px 0 5px 18px; } }
.common-text blockquote.simple:before {
  display: none; }
.common-text blockquote .bquote-name {
  text-align: right;
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #3D4248;
  letter-spacing: 0.53px;
  line-height: 24px; }
@media (max-width: 599px) {
  .common-text blockquote .bquote-name {
    font-size: 14px; } }
.common-text .img-with-caption {
  font-size: 0;
  position: relative;
  margin-bottom: 20px; }
@media (max-width: 900px) {
  .common-text .img-with-caption {
    margin-bottom: 25px; } }
@media (max-width: 599px) {
  .common-text .img-with-caption {
    margin-bottom: 15px; } }
.common-text .img-with-caption img {
  width: 100%; }
.common-text iframe,
.common-text img {
  width: 100% !important; }
.common-text .img-with-caption figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 20px;
  background-color: rgba(61, 66, 72, 0.8);
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.27px; }
@media (max-width: 900px) {
  .common-text .img-with-caption figcaption {
    padding: 10px 20px;
    font-family: "OpenSansSemiBold", sans-serif; } }
@media (max-width: 599px) {
  .common-text .img-with-caption figcaption {
    padding: 10px 15px;
    font-size: 12px; } }
.common-text div.bx-wrapper {
  width: 100%;
  max-width: 800px !important;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
@media (max-width: 900px) {
  .common-text div.bx-wrapper {
    margin-top: 25px;
    margin-bottom: 25px; } }
@media (max-width: 599px) {
  .common-text div.bx-wrapper {
    margin-top: 20px;
    margin-bottom: 20px; } }
.common-text div.bx-wrapper li {
  text-align: center; }
.common-text div.bx-wrapper li img {
  display: inline; }
.common-text div.bx-wrapper .bx-pager {
  bottom: 15px;
  width: 100%; }
.common-text div.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 7px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
@media (max-width: 599px) {
  .common-text div.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 5px; } }
.common-text div.bx-wrapper .bx-pager.bx-default-pager a.active,
.common-text div.bx-wrapper .bx-pager.bx-default-pager a:focus,
.common-text div.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #E01054; }

.subscribe-socials__links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
.subscribe-socials__links a {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  overflow: hidden; }
.subscribe-socials__links a:hover:before {
  top: -100%; }
.subscribe-socials__links a:hover:after {
  top: 0; }
.subscribe-socials__links a:before, .subscribe-socials__links a:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%; }
.subscribe-socials__links a:before {
  top: 0; }
.subscribe-socials__links a:after {
  top: 100%; }
.subscribe-socials__links a.socials--fb {
  width: 8px;
  height: 17px; }
.subscribe-socials__links a.socials--vi {
  width: 16px;
  height: 17px; }
.subscribe-socials__links a.socials--fb:before {
  background-image: url(../../img/championship//socials-f--fb.svg); }
.subscribe-socials__links a.socials--fb:after {
  background-image: url(../../img/championship//socials-f--fb-h.svg); }
.subscribe-socials__links a.socials--vk {
  width: 20px;
  height: 11px; }
.subscribe-socials__links a.socials--vk:before {
  background-image: url(../../img/championship//socials-f--vk.svg); }
.subscribe-socials__links a.socials--vk:after {
  background-image: url(../../img/championship//socials-f--vk-h.svg); }
.subscribe-socials__links a.socials--in {
  width: 16px;
  height: 16px; }
.subscribe-socials__links a.socials--in:before {
  background-image: url(../../img/championship//socials-f--in.svg); }
.subscribe-socials__links a.socials--in:after {
  background-image: url(../../img/championship//socials-f--in-h.svg); }
.subscribe-socials__links a.socials--tw {
  width: 17px;
  height: 14px; }
.subscribe-socials__links a.socials--tw:before {
  background-image: url(../../img/championship//socials-f--tw.svg); }
.subscribe-socials__links a.socials--tw:after {
  background-image: url(../../img/championship//socials-f--tw-h.svg); }
.subscribe-socials__links a.socials--tw {
  width: 17px;
  height: 14px; }
.subscribe-socials__links a.socials--vi:before {
  background-image: url(../../img//socials-f--vi.svg); }
.subscribe-socials__links a.socials--vi:after {
  background-image: url(../../img//socials-f--vi-h.svg); }
.subscribe-socials__links a.socials--yt {
  width: 20px;
  height: 15px; }
.subscribe-socials__links a.socials--yt:before {
  background-image: url(../../img/championship//socials-f--yt.svg); }
.subscribe-socials__links a.socials--yt:after {
  background-image: url(../../img/championship//socials-f--yt-h.svg); }

.subscribe-socials__links a.socials--ok { width: 10px; height: 16px; }
.subscribe-socials__links a.socials--ok:before { background-image: url(../../img/championship//socials-f--ok.svg); }
.subscribe-socials__links a.socials--ok:after { background-image: url(../../img/championship//socials-ok--in-h.svg); }
.subscribe-socials__links a.socials--tg { width: 18px; height: 15px; }
.subscribe-socials__links a.socials--tg:before { background-image: url(../../img/championship//socials-f--tg.svg); }
.subscribe-socials__links a.socials--tg:after { background-image: url(../../img/championship//socials-tg--in-h.svg); }

.common-submenu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start; }
.common-submenu ul li {
  margin-left: 4%; }
.common-submenu ul li.active a,
.common-submenu ul li a.active {
  color: var(--lightmain);
  border-bottom: 2px solid var(--lightmain); }
.common-submenu ul li a {
  position: relative;
  top: 1px;
  display: block;
  padding: 15px 0 19px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 1em;
  color: var(--main);
  white-space: nowrap; }
.common-submenu ul li a:hover {
  color: var(--lightmain); }
@media (max-width: 900px) {
  .common-submenu ul li a {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    letter-spacing: 0.8px; } }

.common-submenu .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 0; }
@media (max-width: 900px) {
  .common-submenu .mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding-right: 30px; } }

.common-submenu .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 0 !important; }

.subheader-w-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #ceced3; }
@media (max-width: 900px) {
  .subheader-w-tabs {
    display: block; } }
.subheader-w-tabs.alt {
  padding-top: 30px; }
.subheader-w-tabs.alt .common-tabs-menu {
  width: 100%;
  justify-content: center; }
@media (max-width: 900px) {
  .subheader-w-tabs.alt .common-tabs-menu {
    justify-content: flex-start; } }
.subheader-w-tabs.alt .common-tabs-menu li:first-of-type {
  padding: 0 10px 30px;
  text-align: center; }
.subheader-w-tabs.alt .common-tabs-menu li:last-of-type {
  padding: 0 10px 30px;
  text-align: center; }
.subheader-w-tabs h1,
.subheader-w-tabs h2 {
  width: 25%;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 2.7em;
  color: #2c383e; }
@media (max-width: 900px) {
  .subheader-w-tabs h1,
  .subheader-w-tabs h2 {
    font-size: 28px;
    letter-spacing: 0.7px;
    margin-bottom: 10px; } }

@media (max-width: 599px) {
  .subheader-w-tabs.alt {
    padding-top: 15px; }
}


.common-tabs-menu-title {
  margin-bottom: 7px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #AFB6BE;
  letter-spacing: 0.23px; }
@media (max-width: 900px) {
  .common-tabs-menu-title {
    margin-bottom: 5px; } }

.common-tabs-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
.common-tabs-menu .mCSB_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
.common-tabs-menu .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0; }
.common-tabs-menu .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 0; }
.common-tabs-menu li {
  padding: 0 10px 30px;
  border-bottom: 3px solid transparent; }
@media (max-width: 599px) {
  .common-tabs-menu li {
    padding-bottom: 20px; } }
.common-tabs-menu li.active {
  border-bottom: 3px solid #3D4248; }
.common-tabs-menu li:first-of-type {
  padding-left: 0;
  padding-right: 8px;
  text-align: left; }
.common-tabs-menu li:last-of-type {
  padding-left: 8px;
  padding-right: 0;
  text-align: left; }
@media (max-width: 599px) {
  .common-tabs-menu li a {
    white-space: nowrap; } }
.common-tabs-menu li,
.common-tabs-menu li a {
  position: relative;
  top: 2px;
  text-align: center;
  text-transform: uppercase;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--lightmain);
  cursor: pointer; }
.common-tabs-menu li:hover,
.common-tabs-menu li a:hover {
  color: #3D4248; }
.common-tabs-menu li.active,
.common-tabs-menu li.active a,
.common-tabs-menu li a.active,
.common-tabs-menu li a.active a {
  color: #3D4248; }

.tab-content {
  display: none;
  padding: 35px 0; }

.tab-content.active {
  display: block; }

.common-form {
  margin-bottom: 35px;
  background-color: #F1F3F5; }
.common-form.small-left-form {
  float: right;
  width: 330px; }
.common-form.small-left-form input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 100%; }
.common-form form {
  padding: 40px 8% 35px; }
.common-form input:not([type="submit"]):not([type="file"]),
.common-form textarea,
.common-form select,
.common-form .ui-selectmenu-button.ui-button {
  display: block;
  width: 100%;
  padding: 0 20px;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #AFB6BE;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #D9DDE1;
  letter-spacing: 0.4px;
  color: #444D55;
  border-radius: 0; }
.common-form input:not([type="submit"]):not([type="file"])::-webkit-input-placeholder,
.common-form textarea::-webkit-input-placeholder,
.common-form select::-webkit-input-placeholder,
.common-form .ui-selectmenu-button.ui-button::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #D9DDE1; }
.common-form input:not([type="submit"]):not([type="file"])::-moz-placeholder,
.common-form textarea::-moz-placeholder,
.common-form select::-moz-placeholder,
.common-form .ui-selectmenu-button.ui-button::-moz-placeholder {
  /* Firefox 19+ */
  color: #D9DDE1; }
.common-form input:not([type="submit"]):not([type="file"]):-ms-input-placeholder,
.common-form textarea:-ms-input-placeholder,
.common-form select:-ms-input-placeholder,
.common-form .ui-selectmenu-button.ui-button:-ms-input-placeholder {
  /* IE 10+ */
  color: #D9DDE1; }
.common-form input:not([type="submit"]):not([type="file"]):-moz-placeholder,
.common-form textarea:-moz-placeholder,
.common-form select:-moz-placeholder,
.common-form .ui-selectmenu-button.ui-button:-moz-placeholder {
  /* Firefox 18- */
  color: #D9DDE1; }
.common-form input:not([type="submit"]):not([type="file"]).error,
.common-form textarea.error,
.common-form select.error,
.common-form .ui-selectmenu-button.ui-button.error {
  border: 1px solid #E01054;
  background-repeat: no-repeat;
  background-position: center right; }
.common-form input:not([type="submit"]):not([type="file"]):focus,
.common-form textarea:focus,
.common-form .ui-selectmenu-button.ui-button.ui-selectmenu-button-open[aria-activedescendant] {
  color: #3a3a3a;
  border: 1px solid #7B8189; }
.common-form input:not([type="submit"]):not([type="file"]):focus.error,
.common-form textarea:focus.error,
.common-form .ui-selectmenu-button.ui-button.ui-selectmenu-button-open[aria-activedescendant].error {
  border: 1px solid #E01054;
  background-repeat: no-repeat;
  background-position: center right; }
.common-form textarea {
  padding: 10px; }
.common-form input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 250px;
  position: relative;
  padding: 15px 15px;
  margin: 0 auto;
  background-color: #E01054;
  color: #FFF;
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.11px;
  cursor: pointer;
  border: none; }
.common-form textarea {
  height: auto;
  resize: vertical; }
.common-form label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #6E7A86;
  letter-spacing: 0.4px;
  line-height: 24px; }
.common-form label span {
  font-family: "OpenSansRegular", sans-serif;
  color: #ADB5BC;
  font-size: 0.875em; }
.common-form .error-hint {
  position: relative;
  padding: 10px 15px;
  margin-top: 10px;
  color: #757575;
  font-size: 13px;
  line-height: 20px;
  /* Rectangle 21: */
  background: #FFFFFF;
  border: 1px solid #D9DDE1; }
.common-form .error-hint:before, .common-form .error-hint:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  right: 15px; }
.common-form .error-hint:before {
  top: -10px;
  border-color: transparent transparent #D9DDE1 transparent; }
.common-form .error-hint:after {
  top: -9px;
  border-color: transparent transparent #ffffff transparent; }
.common-form .required-field label:after,
.common-form .required-field .common-field-file__label:after {
  content: ' *';
  color: #E01054;
  font-size: 16px; }
.common-form .required-field label.error:after {
  content: ''; }
.common-form .ui-selectmenu-button.ui-button {
  position: relative;
  width: 100%;
  padding: 12px 20px 12px 13px;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid #AFB6BE;
  background: #fff; }
.common-form .ui-selectmenu-button.ui-button .ui-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  background-image: unset;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #afb6be transparent transparent transparent; }
.common-form .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
  border: 1px solid #E01054; }
.common-form .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-icon {
  transform: rotate(180deg); }
.common-form .ui-selectmenu-button.ui-button.ui-selectmenu-button-open .ui-selectmenu-text {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #3D4248; }
.common-form .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #D9DDE1;
  letter-spacing: 0.43px;
  line-height: 22px; }

.table {
  display: block; }
.table tbody {
  display: block; }
.table tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.table tr:hover {
  background-color: #F1F3F4; }
.table tr.table-header:hover {
  background-color: unset; }
.table td {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'SF-UI-Display-Medium', sans-serif; }
.table td img {
  max-width: 100%;
  max-height: 100%; }
.table a {
  color: var(--lightmain); }
.table a:hover {
  text-decoration: underline; }

.table-header {
  text-align: center;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #B3B4B6;
  line-height: 20px; }
.table-header td {
  text-align: center; }

.js-custom-sroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d0d6dc;
  background-color: #d0d6dc;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=7100)"; }

.js-custom-sroll .mCSB_scrollTools {
  width: 8px; }
.js-custom-sroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.js-custom-sroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eceef0;
  background-color: #eceef0;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

/* font-family: 'SF-UI-Display-Regular', sans-serif; */
@font-face {
  font-family: 'SF-UI-Display-Regular';
  src: url("/assets/fonts/SF-UI-Display-Regular/sfuidisplay-regular-webfont.eot");
  src: url("/assets/fonts/SF-UI-Display-Regular/sfuidisplay-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SF-UI-Display-Regular/sfuidisplay-regular-webfont.woff2") format("woff2"), url("/assets/fonts/SF-UI-Display-Regular/sfuidisplay-regular-webfont.woff") format("woff"), url("/assets/fonts/SF-UI-Display-Regular/sfuidisplay-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* font-family: 'SF-UI-Display-Medium', sans-serif; */
@font-face {
  font-family: 'SF-UI-Display-Medium';
  src: url("/assets/fonts/SF-UI-Display-Medium/sfuidisplay-medium-webfont.eot");
  src: url("/assets/fonts/SF-UI-Display-Medium/sfuidisplay-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SF-UI-Display-Medium/sfuidisplay-medium-webfont.woff2") format("woff2"), url("/assets/fonts/SF-UI-Display-Medium/sfuidisplay-medium-webfont.woff") format("woff"), url("/assets/fonts/SF-UI-Display-Medium/sfuidisplay-medium-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* font-family: 'SF-UI-Display-Semibold', sans-serif; */
@font-face {
  font-family: 'SF-UI-Display-Semibold';
  src: url("/assets/fonts/SF-UI-Display-Semibold/sfuidisplay-semibold-webfont.eot");
  src: url("/assets/fonts/SF-UI-Display-Semibold/sfuidisplay-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SF-UI-Display-Semibold/sfuidisplay-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/SF-UI-Display-Semibold/sfuidisplay-semibold-webfont.woff") format("woff"), url("/assets/fonts/SF-UI-Display-Semibold/sfuidisplay-semibold-webfont.ttf") format("truetype"), url("/assets/fonts/SF-UI-Display-Semibold/sfuidisplay-semibold-webfont.svg#sf_ui_displaysemibold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* font-family: 'SF-UI-Display-Bold', sans-serif; */
@font-face {
  font-family: 'SF-UI-Display-Bold';
  src: url("/assets/fonts/SF-UI-Display-Bold/sfuidisplay-bold-webfont.eot");
  src: url("/assets/fonts/SF-UI-Display-Bold/sfuidisplay-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SF-UI-Display-Bold/sfuidisplay-bold-webfont.woff2") format("woff2"), url("/assets/fonts/SF-UI-Display-Bold/sfuidisplay-bold-webfont.woff") format("woff"), url("/assets/fonts/SF-UI-Display-Bold/sfuidisplay-bold-webfont.ttf") format("truetype"), url("/assets/fonts/SF-UI-Display-Bold/sfuidisplay-bold-webfont.svg#sf_ui_displaybold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* font-family: 'SF-UI-Display-Heavy', sans-serif; */
@font-face {
  font-family: 'SF-UI-Display-Heavy';
  src: url("/assets/fonts/SF-UI-Display-Heavy/sfuidisplay-heavy-webfont.eot");
  src: url("/assets/fonts/SF-UI-Display-Heavy/sfuidisplay-heavy-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/SF-UI-Display-Heavy/sfuidisplay-heavy-webfont.woff2") format("woff2"), url("/assets/fonts/SF-UI-Display-Heavy/sfuidisplay-heavy-webfont.woff") format("woff"), url("/assets/fonts/SF-UI-Display-Heavy/sfuidisplay-heavy-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* font-family: "OpenSansBold", sans-serif; */
@font-face {
  font-family: "OpenSansBold";
  src: url("/assets/fonts/OpenSansBold/OpenSansBold.eot");
  src: url("/assets/fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("/assets/fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansSemiBold", sans-serif; */
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("/assets/fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("/assets/fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("/assets/fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "OpenSansRegular", sans-serif; */
@font-face {
  font-family: "OpenSansRegular";
  src: url("/assets/fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("/assets/fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("/assets/fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.club-page {
  padding: 40px 0 70px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 900px) {
  .club-page {
    padding: 40px 3% 15px; } }
@media (max-width: 599px) {
  .club-page {
    padding: 25px 5% 30px;
    background: inherit; } }

.club-banner {
  padding: 30px 0 33px;
  background-color: #12171d;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
.club-banner .wrapper-w {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
.club-banner .subscribe-socials__links {
  width: 190px;
  justify-content: space-between; }
@media (max-width: 900px) {
  .club-banner .subscribe-socials__links {
    width: 136px; } }
@media (max-width: 599px) {
  .club-banner .subscribe-socials__links {
    margin: 0 auto; } }

.club-banner__inner-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
@media (max-width: 900px) {
  .club-banner__inner-wrapper {
    padding-left: 10%;
    padding-right: 3%; } }
@media (max-width: 599px) {
  .club-banner__inner-wrapper {
    display: block;
    padding-left: 5%;
    padding-right: 5%; } }

.club-banner__logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
  width: 150px; }
@media (max-width: 900px) {
  .club-banner__logo {
    height: 100px;
    width: 100px;
    left: 11%; } }
@media (max-width: 599px) {
  .club-banner__logo {
    left: 6%; } }
.club-banner__logo img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-height: 100%;
  max-width: 100%; }

.club-banner--left {
  width: 67%; }
@media (max-width: 900px) {
  .club-banner--left {
    width: 50%; } }
@media (max-width: 599px) {
  .club-banner--left {
    width: 100%;
    margin-bottom: 15px; } }
.club-banner--left .club-banner__content.top {
  min-height: 150px;
  padding-left: 27%; }
@media (max-width: 900px) {
  .club-banner--left .club-banner__content.top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    min-height: 100px;
    margin-bottom: 20px;
    padding-left: 36%; } }
@media (max-width: 599px) {
  .club-banner--left .club-banner__content.top {
    padding-left: 36%;
    margin-bottom: 20px; } }
.club-banner--left .club-banner__content.bottom {
  padding-left: 27%; }
@media (max-width: 900px) {
  .club-banner--left .club-banner__content.bottom {
    padding-left: 0; } }

.club-banner__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 54px;
  color: #D9DDE1;
  letter-spacing: 0.4px; }
@media (max-width: 900px) {
  .club-banner__title {
    margin-bottom: 15px;
    font-size: 24px; } }

.club-banner__hometown {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.4px; }
@media (max-width: 900px) {
  .club-banner__hometown {
    font-size: 14px; } }

.club-banner__info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

@media (max-width: 599px) {
  .club-banner-info__year,
  .club-banner-info__coach {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%; } }

.club-banner-info__year div,
.club-banner-info__coach div {
  color: #fff;
  letter-spacing: 0.4px;
  line-height: 1.3; }
@media (max-width: 599px) {
  .club-banner-info__year div,
  .club-banner-info__coach div {
    text-align: center;
    letter-spacing: 0.6px; } }
.club-banner-info__year div:first-child,
.club-banner-info__coach div:first-child {
  margin-bottom: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px; }
@media (max-width: 900px) {
  .club-banner-info__year div:first-child,
  .club-banner-info__coach div:first-child {
    font-size: 14px;
    white-space: nowrap; } }
@media (max-width: 599px) {
  .club-banner-info__year div:first-child,
  .club-banner-info__coach div:first-child {
    padding-top: 5px; } }
.club-banner-info__year div:last-child,
.club-banner-info__coach div:last-child {
  font-family: "OpenSansBold", sans-serif;
  font-size: 24px; }
@media (max-width: 900px) {
  .club-banner-info__year div:last-child,
  .club-banner-info__coach div:last-child {
    font-size: 18px; } }
@media (max-width: 599px) {
  .club-banner-info__year div:last-child,
  .club-banner-info__coach div:last-child {
    padding-bottom: 5px; } }

.club-banner-info__year {
  padding-right: 20px;
  border-right: 1px solid #fff; }
@media (max-width: 599px) {
  .club-banner-info__year {
    padding-right: 5%; } }

.club-banner-info__coach {
  padding-left: 20px; }
@media (max-width: 599px) {
  .club-banner-info__coach {
    padding-left: 5%; } }
.club-banner-info__coach div:last-child {
  color: var(--verylightmain); }
@media (max-width: 900px) {
  .club-banner-info__coach div:last-child {
    color: #fff; } }

.club-banner--right {
  width: 33%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between; }
@media (max-width: 900px) {
  .club-banner--right {
    width: 46%; } }
@media (max-width: 599px) {
  .club-banner--right {
    width: 100%; } }
.club-banner--right .club-banner__content.top {
  margin-bottom: 15px; }
@media (max-width: 599px) {
  .club-banner--right .club-banner__content.top {
    margin-bottom: 20px; } }

.club-banner__contacts {
  margin-bottom: 30px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  line-height: 24px; }
@media (max-width: 900px) {
  .club-banner__contacts {
    margin-bottom: 25px;
    font-size: 14px; } }
@media (max-width: 599px) {
  .club-banner__contacts {
    text-align: center;
    margin-bottom: 20px; } }

.club-banner-contacts__link {
  display: block;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.6px;
  line-height: 20px; }
@media (max-width: 900px) {
  .club-banner-contacts__link {
    font-size: 20px; } }
@media (max-width: 599px) {
  .club-banner-contacts__link {
    text-align: center; } }

.club-team-block {
  padding: 2rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #DCDCDC; }
.club-team-block:first-child {
  padding-top: 0;
  border-top: 0; }
.club-team-block:last-child {
  padding-bottom: 0; }
.club-team-block h3 {
  width: 100%;
  margin-bottom: 1rem;
  color: #2c383e;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3; }

.club-team-person {
  width: 33.33%;
  display: flex;
  align-items: center;
  margin: 1rem 0;
  color: #000;
  cursor: pointer; }
.club-team-person:hover {
  color: var(--lightmain); }
@media (max-width: 900px) {
  .club-team-person {
    width: 50%; } }
@media (max-width: 599px) {
  .club-team-person {
    width: 100%; } }
.club-team-person .player-info__avatar {
  margin: 0; }
.club-team-person .player-info-ava__img,
.club-team-person .player-info__avatar {
  width: 90px;
  height: 90px; }
.club-team-person .player-info-ava__img img {
  width: 100%; }
.club-team-person .player-info-ava__num {
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 14px; }
.club-team-person p {
  padding-left: 24px;
  padding-right: 1em;
  order: 10; }

.coach-team-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -30px; }
@media (max-width: 900px) {
  .coach-team-list {
    justify-content: space-between; } }

.coach-team__item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden; }
@media (max-width: 900px) {
  .coach-team__item {
    width: 47%;
    margin-right: 0; } }
@media (max-width: 599px) {
  .coach-team__item {
    width: 100%; } }
.coach-team__item:nth-child(4n) {
  margin-right: 0; }
.coach-team__item time {
  display: block;
  padding: 10px 0;
  margin: 0 20px 15px;
  text-align: center;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #6E7A86;
  letter-spacing: 0.4px;
  line-height: 18px;
  border-top: 1px solid rgba(110, 122, 134, 0.4);
  border-bottom: 1px solid rgba(110, 122, 134, 0.4); }
.coach-team__item .common-text.js-custom-sroll {
  overflow-x: auto;
  max-height: 130px;
  margin: 0 8px 0 20px;
  margin-bottom: 0; }
.coach-team__item .common-text.js-custom-sroll p,
.coach-team__item .common-text.js-custom-sroll ul,
.coach-team__item .common-text.js-custom-sroll ol {
  font-family: OpenSans;
  font-size: 12px;
  color: #6E7A86;
  letter-spacing: 0.4px;
  line-height: 18px; }
.coach-team__item .common-text.js-custom-sroll .mCSB_inside > .mCSB_container {
  margin-right: 12px; }
.coach-team__item .common-text.js-custom-sroll .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: white;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }
.coach-team__item .small-contacts-block__info {
  margin: 0 20px; }
.coach-team__item .small-contacts-block__info div {
  margin-bottom: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #3D4248;
  letter-spacing: 0.25px;
  line-height: 24px; }
.coach-team__item .small-contacts-block__info div:last-child {
  margin-bottom: 0; }
.coach-team__item .small-contacts-block__info div.scb-sphone:before {
  width: 12px;
  height: 19px; }
.coach-team__item .small-contacts-block__info div.scb-phone:before {
  width: 15px;
  height: 15px; }
.coach-team__item .small-contacts-block__info div.scb-email:before {
  width: 17px;
  height: 12px; }

.coach-team-item__img {
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
@media (max-width: 599px) {
  .coach-team-item__img {
    padding-top: 75%; } }

.coach-team-item__descr {
  padding: 15px 20px 20px; }

.coach-team-item__name {
  margin-bottom: 20px;
  padding: 15px 20px 0px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 16px;
  color: #3D4248;
  letter-spacing: 0.4px;
  line-height: 24px; }
@media (max-width: 599px) {
  .coach-team-item__name {
    text-align: center;
    margin-bottom: 15px; } }

.coach-team-item__position {
  margin-bottom: 20px;
  padding: 0px 20px;
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: var(--lightmain);
  letter-spacing: 0.12px; }
@media (max-width: 599px) {
  .coach-team-item__position {
    margin-bottom: 15px;
    text-align: center; } }

.club-page__contacts .map-block__map {
  position: relative;
  height: 450px;
  width: 100%; }
@media (max-width: 900px) {
  .club-page__contacts .map-block__map {
    height: 300px; } }
@media (max-width: 599px) {
  .club-page__contacts .map-block__map {
    height: 320px; } }

.club-contacts__info-block {
  padding-top: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
@media (max-width: 599px) {
  .club-contacts__info-block {
    display: block; } }
.club-contacts__info-block .club-contacts-info__col {
  width: 33%;
  padding: 0 1% 15px 3%;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e1e1e1; }
.club-contacts__info-block .club-contacts-info__col:last-of-type {
  border-right: none; }
@media (max-width: 599px) {
  .club-contacts__info-block .club-contacts-info__col {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #D9DDE1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; }
  .club-contacts__info-block .club-contacts-info__col:last-of-type {
    border-bottom: 0;
    margin-bottom: 0; } }
.club-contacts__info-block h3 {
  margin-bottom: 30px;
  color: #2c383e;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3; }
@media (max-width: 900px) {
  .club-contacts__info-block h3 {
    margin-bottom: 15px; } }
@media (max-width: 599px) {
  .club-contacts__info-block h3 {
    width: 100%;
    text-align: center;
    line-height: 1.5; } }
.club-contacts__info-block p {
  margin-bottom: 15px;
  color: #a1aab3;
  font-size: 14px;
  line-height: 20px;
  font-family: "OpenSansRegular", sans-serif; }
.club-contacts__info-block p:last-of-type {
  margin-bottom: 0; }
@media (max-width: 599px) {
  .club-contacts__info-block p:last-of-type {
    margin-bottom: 20px; } }
@media (max-width: 900px) {
  .club-contacts__info-block p {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 599px) {
  .club-contacts__info-block p {
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 12px; } }
.club-contacts__info-block p span {
  display: block;
  color: #000;
  font-size: 16px;
  font-family: 'SF-UI-Display-Bold', sans-serif; }
@media (max-width: 599px) {
  .club-contacts__info-block p span {
    font-size: 14px; } }
.club-contacts__info-block p a {
  display: block;
  font-family: "OpenSansBold", sans-serif;
  font-size: 14px;
  color: var(--lightmain); }
.club-contacts__info-block p a:hover {
  text-decoration: underline; }
@media (max-width: 900px) {
  .club-contacts__info-block p a {
    font-size: 16px; } }

.club_stats_table {
  width: 100%;
  text-align: center; }
.club_stats_table td {
  vertical-align: middle;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  border-bottom: 1px solid #DCDCDC;
  padding: 20px;
  line-height: 1;
  white-space: nowrap; }
.club_stats_table .table-header td {
  padding-top: 30px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #B3B4B6;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; }
.club_stats_table a {
  color: var(--lightmain); }
.club_stats_table a:hover {
  text-decoration: underline; }

.clubs-page {
  padding: 40px 0 70px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 900px) {
  .clubs-page {
    padding: 40px 0 15px;
    padding-left: 8% !important;
    padding-right: 8% !important; } }
@media (max-width: 599px) {
  .clubs-page {
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding: 25px 0 30px; } }

.clubs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 900px) {
  .clubs-list {
    justify-content: space-between; } }

.clubs-list__item {
  position: relative;
  width: 31%;
  min-height: 150px;
  padding: 25px 25px 25px 150px;
  margin-right: 3.5%;
  margin-bottom: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7e6ee; }
.clubs-list__item:nth-child(3n) {
  margin-right: 0; }
@media (max-width: 900px) {
  .clubs-list__item {
    width: 47%;
    min-height: 100px;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 25px 15px 25px 20%; } }
@media (max-width: 599px) {
  .clubs-list__item {
    width: 100%;
    padding: 20px 10px 20px 44%; } }
.clubs-list__item:hover {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1); }
.clubs-list__item a {
  display: block; }
.clubs-list__item .clubs-list-item__img {
  position: absolute;
  top: 50%;
  left: 73px;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  text-align: center; }
@media (max-width: 900px) {
  .clubs-list__item .clubs-list-item__img {
    width: 70px;
    height: 70px;
    left: 21%; } }
@media (max-width: 599px) {
  .clubs-list__item .clubs-list-item__img {
    width: 80px;
    height: 80px;
    left: 22%; } }
.clubs-list__item .clubs-list-item__img img {
  height: auto;
  max-width: 100%;
  max-height: 100%; }
.clubs-list__item .clubs-list-item__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "OpenSansBold", sans-serif;
  font-size: 18px;
  color: #3D4248; }
@media (max-width: 900px) {
  .clubs-list__item .clubs-list-item__title {
    margin-bottom: 18px;
    font-size: 16px;
    text-transform: none; } }
@media (max-width: 599px) {
  .clubs-list__item .clubs-list-item__title {
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase; } }
.clubs-list__item .clubs-list-item__city {
  margin-bottom: 20px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #3D4248; }
@media (max-width: 900px) {
  .clubs-list__item .clubs-list-item__city {
    margin-bottom: 17px; } }
@media (max-width: 599px) {
  .clubs-list__item .clubs-list-item__city {
    margin-bottom: 18px;
    font-size: 14px; } }
.clubs-list__item .clubs-list-item__stat {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
  color: var(--lightmain); }
.clubs-list__item .clubs-list-item__stat:hover {
  text-decoration: underline; }
@media (max-width: 900px) {
  .clubs-list__item .clubs-list-item__stat {
    font-family: "OpenSansRegular", sans-serif; } }

.main-page {
  /*	padding: 35px 0 95px;*/
  padding-bottom: 40px;
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 900px) {
  .main-page {
    padding-left: 6% !important;
    padding-right: 6% !important; } }
@media (max-width: 599px) {
  .main-page {
    padding-bottom: 60px; } }
.main-page h2 {
  margin-bottom: 30px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 32px;
  color: #3E4245; }
@media (max-width: 599px) {
  .main-page h2 {
    font-size: 22px; } }

.main-page .bx-wrapper,
.main__news-slider-block .bx-wrapper {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 auto; }
.main-page .bx-wrapper .bx-controls-direction a,
.main__news-slider-block .bx-wrapper .bx-controls-direction a {
  z-index: 1; }
.main-page .bx-wrapper .bx-controls-direction a:after,
.main__news-slider-block .bx-wrapper .bx-controls-direction a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -6px;
  width: 12px;
  height: 22px;
  background-image: url(../../img/championship//broadcasting-slider--arrow.svg);
  background-repeat: no-repeat;
  background-position: center; }
.main-page .bx-wrapper .bx-controls .bx-pager,
.main__news-slider-block .bx-wrapper .bx-controls .bx-pager {
  bottom: -36px; }
@media (max-width: 599px) {
  .main-page .bx-wrapper .bx-controls .bx-pager,
  .main__news-slider-block .bx-wrapper .bx-controls .bx-pager {
    bottom: -30px; } }
.main-page .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link,
.main__news-slider-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  width: 12px;
  height: 12px;
  background-color: #AFB6BE;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.main-page .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover,
.main__news-slider-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
  background-color: #B2E4CA; }
.main-page .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active,
.main__news-slider-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: var(--lightmain); }

.main__news-slider-block {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden; }
@media (max-width: 900px) {
  .main__news-slider-block {
    padding-bottom: 45px; } }
@media (max-width: 599px) {
  .main__news-slider-block {
    margin-bottom: 10px; } }
.main__news-slider-block .bx-wrapper .bx-prev,
.main__news-slider-block .bx-wrapper .bx-next {
  width: 54px;
  height: 50px;
  margin-top: -25px;
  background: none;
  background-color: rgba(0, 0, 0, 0.3); }
.main__news-slider-block .bx-wrapper .bx-prev:hover,
.main__news-slider-block .bx-wrapper .bx-next:hover {
  background-position: center;
  background-color: rgba(0, 168, 81, 0.3); }
@media (max-width: 900px) {
  .main__news-slider-block .bx-wrapper .bx-prev,
  .main__news-slider-block .bx-wrapper .bx-next {
    width: 34px;
    height: 32px; } }
@media (max-width: 599px) {
  .main__news-slider-block .bx-wrapper .bx-prev,
  .main__news-slider-block .bx-wrapper .bx-next {
    display: none; } }
@media (max-width: 900px) {
  .main__news-slider-block .bx-wrapper .bx-prev:after,
  .main__news-slider-block .bx-wrapper .bx-next:after {
    -webkit-background-size: 70%;
    background-size: 70%; } }
.main__news-slider-block .bx-wrapper .bx-prev {
  left: 0; }
.main__news-slider-block .bx-wrapper .bx-next {
  right: 0;
  transform: rotate(180deg); }

.m-news__slide {
  position: relative;
  height: 550px;
  background-repeat: no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  background-size: cover; }
@media (max-width: 900px) {
  .m-news__slide {
    height: 330px; } }
.m-news__slide a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 160px;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 65px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 46px;
  color: #FFFFFF;
  line-height: 1.3;
  text-shadow: 0 4px 8px #000000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 900px) {
  .m-news__slide a {
    padding: 0 8%;
    font-size: 26px;
    bottom: 120px; } }
@media (max-width: 599px) {
  .m-news__slide a {
    padding: 0 6%;
    font-size: 20px; } }

.main__broadcasting-slider-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  height: 140px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.5+15,0.5+85,0+100 */
  background: -moz-linear-gradient(left, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, transparent 0%, transparent 1%, rgba(0, 0, 0, 0.5) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */ }
@media (max-width: 900px) {
  .main__broadcasting-slider-block {
    height: 100px;
    bottom: 45px; } }
.main__broadcasting-slider-block .bx-wrapper {
  background: none; }
.main__broadcasting-slider-block .bx-wrapper .bx-controls-direction a {
  z-index: 1;
  background: none; }
@media (max-width: 900px) {
  .main__broadcasting-slider-block .bx-wrapper .bx-controls-direction a {
    margin-top: -16px; } }
@media (max-width: 599px) {
  .main__broadcasting-slider-block .bx-wrapper .bx-controls-direction a {
    display: block; } }
.main__broadcasting-slider-block .bx-wrapper .bx-controls-direction a:hover {
  background: none; }
.main__broadcasting-slider-block .bx-wrapper .bx-controls-direction a:after {
  background-image: url(../../img/championship//broadcasting-slider--arrow.svg); }
@media (max-width: 900px) {
  .main__broadcasting-slider-block .bx-wrapper .bx-controls-direction a:after {
    -webkit-background-size: 100%;
    background-size: 100%; } }
@media (max-width: 599px) {
  .main__broadcasting-slider-block .bx-wrapper .bx-controls-direction a:after {
    -webkit-background-size: 80%;
    background-size: 80%; } }
.main__broadcasting-slider-block .bx-wrapper .bx-controls-direction .bx-next {
  right: -54px; }
@media (max-width: 599px) {
  .main__broadcasting-slider-block .bx-wrapper .bx-controls-direction .bx-next {
    right: -9%; } }
.main__broadcasting-slider-block .bx-wrapper .bx-controls-direction .bx-prev {
  left: -54px; }
@media (max-width: 599px) {
  .main__broadcasting-slider-block .bx-wrapper .bx-controls-direction .bx-prev {
    left: -9%; } }

.main__news-slider-block .bx-wrapper .bx-next {
  right: 0;
  transform: rotate(180deg); }

.main__broadcasting-slider {
  height: 140px; }
@media (max-width: 900px) {
  .main__broadcasting-slider {
    height: 100px; } }

.main-broadcasting__slide {
  display: block;
  position: relative;
  float: left;
  width: 300px;
  height: 140px;
  padding: 15px 0;
  border-right: 2px solid black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden; }
.main-broadcasting__slide:hover .broadcast-slide__hover-block {
  top: 0; }
@media (max-width: 900px) {
  .main-broadcasting__slide {
    height: 100px;
    padding: 10px 0; } }
@media (max-width: 599px) {
  .main-broadcasting__slide {
    border-right: 2px solid transparent; } }

.main-broadcasting__slide[aria-hidden="false"] + .main-broadcasting__slide[aria-hidden="false"] + .main-broadcasting__slide,
.main-broadcasting__slide[aria-hidden="false"] + .main-broadcasting__slide[aria-hidden="false"] + .main-broadcasting__slide + .main-broadcasting__slide,
.main-broadcasting__slide[aria-hidden="false"] + .main-broadcasting__slide + .main-broadcasting__slide {
  border-right: 2px solid transparent; }

@media (max-width: 900px) {
  .main-broadcasting__slide[aria-hidden="false"] + .main-broadcasting__slide[aria-hidden="false"] {
    border-right: 2px solid transparent; } }

.broadcast-slide__hover-block {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #00a04b;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all .3s ease-out 0.1s;
  -moz-transition: all .3s ease-out 0.1s;
  -o-transition: all .3s ease-out 0.1s;
  transition: all .3s ease-out 0.1s;
  z-index: 1; }
.broadcast-slide__hover-block a {
  display: inline-block;
  padding: 5px 0;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  color: #fff;
  border-bottom: 2px solid #00a04b; }
.broadcast-slide__hover-block a:hover {
  border-bottom: 2px solid #fff; }
.broadcast-slide__hover-block a:first-child {
  margin-bottom: 20px; }
@media (max-width: 900px) {
  .broadcast-slide__hover-block a:first-child {
    margin-bottom: 10px; } }

.broadcast-slide__top {
  text-align: center;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  color: #fff;
  font-size: 14px; }
@media (max-width: 900px) {
  .broadcast-slide__top {
    font-size: 12px; } }

.broadcast-slide__mid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center; }

.broadcast-slide__team {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
.broadcast-slide__team:first-child img {
  order: 2; }
.broadcast-slide__team:first-child .broadcast-slide__team-name {
  order: 1; }
.broadcast-slide__team:lasst-child img {
  order: 1; }
.broadcast-slide__team:lasst-child .broadcast-slide__team-name {
  order: 2; }
.broadcast-slide__team img {
  max-height: 50px;
  max-width: 50px; }
@media (max-width: 900px) {
  .broadcast-slide__team img {
    max-height: 44px;
    max-width: 44px; } }
.broadcast-slide__team .broadcast-slide__team-name {
  width: 50px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  color: #fff;
  font-size: 16px;
  flex-grow: 1;
  text-align: center; }
@media (max-width: 900px) {
  .broadcast-slide__team .broadcast-slide__team-name {
    font-size: 14px; } }

.broadcast-slide__center {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px; }
@media (max-width: 900px) {
  .broadcast-slide__center {
    font-size: 22px; } }

.broadcast-slide__bott {
  text-align: center;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  color: #fff;
  font-size: 11px; }

.main-news__ad-slider__item {
  display: block;
  width: 200px; }

.main-popular__item {
  display: block;
  position: relative;
  padding: 14px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
.main-popular__item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  display: block;
  height: 0;
  width: calc(100% - 30px);
  border-top: 1px solid #D3D3D3; }
.main-popular__item:hover {
  background-color: #ECEEF0; }

.main-popular-item__title {
  display: block;
  width: 65%;
  height: 60px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.main-popular-item__img {
  display: block;
  width: 35%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover; }

/*

 */
@media (max-width: 900px) {
  .main__partners-block h2 {
    margin-bottom: 25px; } }

@media (max-width: 599px) {
  .main__partners-block h2 {
    margin-bottom: 20px; } }

.main__partners-block .bx-wrapper {
  margin-bottom: 34px; }
@media (max-width: 900px) {
  .main__partners-block .bx-wrapper {
    margin-bottom: 25px; } }

.main__partners-block .bx-wrapper .bx-prev,
.main__partners-block .bx-wrapper .bx-next {
  width: 12px;
  height: 22px;
  background: none; }

.main__partners-block .bx-wrapper .bx-prev {
  left: -85px; }

.main__partners-block .bx-wrapper .bx-next {
  right: -85px;
  transform: rotate(180deg); }

.main-page .main__partners-block .bx-wrapper .bx-controls-direction a:after {
  background-image: url(../../img/championship//main-partners-block--arrow.svg); }

.main-page .main__partners-block .bx-wrapper .bx-controls-direction a:hover:after {
  background-image: url(../../img/championship//main-partners-block-green-arrow.svg); }

.main-partners__item {
  position: relative;
  display: block;
  width: 270px;
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  overflow: hidden; }
.main-partners__item:hover .main-partners-item__hover-block {
  top: 0; }
.main-partners__item:hover .main-partners-item__image img {
  filter: none; }

.main-partners-item__image {
  height: 100px;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
  padding: 15px; }
.main-partners-item__image img {
  height: 100%;
  display: inline-block !important;
  object-fit: contain;
  filter: grayscale(100%); }
@media (max-width: 900px) {
  .main-partners-item__image {
    height: 70px;
    width: 90%;
    margin: 0 auto 10px auto; } }

.main-partners-item__text {
  text-align: center;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 12px;
  color: #7F7F8B; }

.main-partners-item__hover-block {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  background-color: #333333;
  color: #fff; }

.main-partners-item__hover-title {
  margin-bottom: 10px;
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  line-height: 22px; }
@media (max-width: 900px) {
  .main-partners-item__hover-title {
    font-size: 18px;
    margin-bottom: 15px; } }

.main-partners-item__hover-descr {
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
  letter-spacing: 0.05em; }
@media (max-width: 900px) {
  .main-partners-item__hover-descr {
    font-size: 14px; } }

.match-page {
  padding: 30px 0;
  max-width: 1100px; }
@media (max-width: 900px) {
  .match-page {
    padding: 35px 0 65px; } }
@media (max-width: 599px) {
  .match-page {
    position: relative;
    padding-left: 6% !important;
    padding-right: 6% !important; } }
.match-page h3 {
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 18px;
  color: #3D4248;
  text-align: center; }
.match-page .tab-content {
  padding: 20px 0; }
@media (max-width: 599px) {
  .match-page .team-scheme-block {
    padding-top: 165px; } }

.match-banner {
  background-color: #3D4248;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
@media (max-width: 900px) {
  .match-banner > .wrapper-w {
    background: rgba(0,0,0,0.5);
    padding-left: 3% !important;
    padding-right: 3% !important; } }
@media (max-width: 599px) {
  .match-banner > .wrapper-w {
    background: rgba(0,0,0,0.5);
    padding-left: 6% !important;
    padding-right: 6% !important; } }

.match-banner__top-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
  padding: 30px 0 50px; }
@media (max-width: 900px) {
  .match-banner__top-line {
    background: none;
    padding: 30px 0; } }
@media (max-width: 599px) {
  .match-banner__top-line {
    background: none;
    padding: 20px 0; } }

.match-banner__team {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc(50% - 100px); }
@media (max-width: 900px) {
  .match-banner__team {
    width: calc(50% - 85px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center; } }
@media (max-width: 599px) {
  .match-banner__team {
    width: calc(50% - 55px); } }
.match-banner__team.left {
  padding-left: 150px; }
@media (max-width: 900px) {
  .match-banner__team.left {
    padding-left: 0;
    text-align: center; } }
.match-banner__team.left .match-banner-team__img {
  left: 20px; }
.match-banner__team.right {
  padding-right: 150px;
  text-align: right; }
@media (max-width: 900px) {
  .match-banner__team.right {
    padding-right: 0;
    text-align: center; } }
.match-banner__team.right .match-banner-team__img {
  right: 20px; }

.match-banner-team__img {
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  transform: translate(0, -50%);
  text-align: center; }
@media (max-width: 900px) {
  .match-banner-team__img {
    position: static;
    transform: translate(0, 0);
    margin-bottom: 15px; } }
@media (max-width: 599px) {
  .match-banner-team__img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px; } }
.match-banner-team__img img {
  height: 100%; }

.match-banner-team__name {
  margin-bottom: 25px;
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  letter-spacing: 0.1em;
  font-size: 38px;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 900px) {
  .match-banner-team__name {
    order: 1;
    font-size: 24px;
    margin-bottom: 10px; } }
@media (max-width: 599px) {
  .match-banner-team__name {
    font-size: 12px; } }

.match-banner-team__city,
.match-banner-team__goals {
  margin-bottom: 25px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
.match-banner-team__city p,
.match-banner-team__goals p {
  margin-bottom: 5px; }
@media (max-width: 900px) {
  .match-banner-team__city,
  .match-banner-team__goals {
    order: 2;
    margin-bottom: 10px; } }
@media (max-width: 599px) {
  .match-banner-team__city,
  .match-banner-team__goals {
    font-size: 10px; } }

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

.match-banner-team__coatch {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #88D3AC;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 900px) {
  .match-banner-team__coatch {
    order: 4; } }
@media (max-width: 599px) {
  .match-banner-team__coatch {
    font-size: 12px; } }

.match-banner-top__center {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.match-banner-top__score {
  /*width: 200px;*/
  position: relative;
  margin-bottom: 20px;
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  font-size: 55px;
  letter-spacing: 0.07em;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 900px) {
  .match-banner-top__score {
    /*width: 170px;*/
    font-size: 50px; } }
@media (max-width: 599px) {
  .match-banner-top__score {
    /*width: 110px;*/
    margin-bottom: 10px;
    font-size: 30px; } }

.match-banner-top__text {
  text-align: center;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
@media (max-width: 599px) {
  .match-banner-top__text {
    font-size: 10px; } }

.match-banner__middle-line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-around;
  padding: 20px 0;
  background-color: #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+50,0+100 */
  background: -moz-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  /* IE6-9 */ }
@media (max-width: 900px) {
  .match-banner__middle-line {
    background: none;
    background-color: transparent;
    padding: 30px 0 20px;
    justify-content: space-between; } }
@media (max-width: 599px) {
  .match-banner__middle-line {
    background: none;
    background-color: transparent;
    padding: 25px 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; } }

.match-banner-middle__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start; }
@media (max-width: 900px) {
  .match-banner-middle__left {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 32%; } }
@media (max-width: 599px) {
  .match-banner-middle__left {
    width: 100%; } }

.match-banner-middle__left > div {
  margin-right: 10px; }
@media (max-width: 900px) {
  .match-banner-middle__left > div {
    margin-right: 0; } }
.match-banner-middle__left > div.match-banner-middle__match-date {
  margin-right: 40px; }
@media (max-width: 900px) {
  .match-banner-middle__left > div.match-banner-middle__match-date {
    margin-right: 0; } }

@media (max-width: 900px) {
  .match-banner-middle__right {
    width: 58%; } }

@media (max-width: 599px) {
  .match-banner-middle__right {
    width: 100%; } }

.match-banner-middle__match-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  margin-right: 40px; }
@media (max-width: 900px) {
  .match-banner-middle__match-date {
    margin-bottom: 20px; } }

.match-banner-middle__num {
  position: relative;
  margin-right: 10px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 50px;
  color: #FFFFFF; }
@media (max-width: 599px) {
  .match-banner-middle__num {
    font-size: 38px; } }
.match-banner-middle__num:before {
  position: absolute;
  top: 10px;
  left: -18px;
  content: '№';
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 16px;
  color: #FFFFFF; }
@media (max-width: 599px) {
  .match-banner-middle__num:before {
    font-size: 14px; } }

.match-banner-middle__time time {
  display: block;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 16px;
  color: #FFFFFF; }
.match-banner-middle__time time:first-of-type {
  margin-bottom: 8px; }
@media (max-width: 599px) {
  .match-banner-middle__time time {
    font-size: 12px; } }

.match-banner-middle__item {
  position: relative;
  padding-top: 2px;
  padding-left: 60px;
  min-height: 45px;
  margin-bottom: 20px; }
.match-banner-middle__item:last-of-type {
  margin-bottom: 0; }
.match-banner-middle__item .match-banner-middle-item__img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 34px;
  max-height: 43px; }
.match-banner-middle__item p {
  margin-bottom: 12px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 24px; }
.match-banner-middle__item p:last-of-type {
  margin-bottom: 0; }
@media (max-width: 599px) {
  .match-banner-middle__item p:last-of-type {
    margin-bottom: 10px; } }
@media (max-width: 599px) {
  .match-banner-middle__item p {
    margin-bottom: 10px;
    font-size: 12px; } }
.match-banner-middle__item p span {
  color: #88D3AC; }

.match-banner__bottom-line {
  width: 100%;
  height: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+50,0+100 */
  background: -moz-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 80%, rgba(0,0,0,0) 100%);
  -ms-align-items: center;
  align-items: center; }
.match-banner__bottom-line:before, .match-banner__bottom-line:after {
  content: '';
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5); }
.match-banner__bottom-line div {
  padding: 5px 20px; }
.match-banner__bottom-line div span {
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  padding-right: 16px; }
.match-banner__bottom-line div span:last-child {
  padding-right: 0; }

@media (max-width: 900px) {
  .match-banner__bottom-line {
    background: none; } }

@media (max-width: 599px) {
  .match-banner__bottom-line {
    background: none; } }

.match-stat {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
@media (max-width: 900px) {
  .match-stat {
    justify-content: center; } }
.match-stat .match-stat__club-headline {
  position: static;
  width: 100%; }

.match-stat-container--left {
  width: 30%; }
@media (max-width: 900px) {
  .match-stat-container--left {
    width: 50%;
    order: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end; } }
.match-stat-container--left .match-circle {
  margin-right: 50px; }
@media (max-width: 599px) {
  .match-stat-container--left .match-circle {
    margin-right: 0; } }

.match-stat-container--center {
  width: 33%;
  padding-top: 35px; }
@media (max-width: 900px) {
  .match-stat-container--center {
    order: 3;
    width: 100%;
    max-width: 330px;
    padding-top: 65px; } }

.match-stat-container--right {
  width: 30%; }
@media (max-width: 900px) {
  .match-stat-container--right {
    width: 50%;
    order: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start; } }
.match-stat-container--right .match-circle {
  margin-left: 50px; }
@media (max-width: 599px) {
  .match-stat-container--right .match-circle {
    margin-left: 0; } }

.match-stat__club-headline {
  position: relative;
  min-height: 64px;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
@media (max-width: 900px) {
  .match-stat__club-headline {
    width: 100%; } }
@media (max-width: 599px) {
  .match-stat__club-headline {
    position: absolute;
    top: 0;
    width: 50%;
    margin-bottom: 0;
    padding-bottom: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column; }
  .match-stat__club-headline:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #AFB6BE; } }
.match-stat__club-headline.left .match-stat-club__icon {
  margin-right: 10px; }
@media (max-width: 599px) {
  .match-stat__club-headline.left .match-stat-club__icon {
    margin-right: 0; } }
@media (max-width: 599px) {
  .match-stat__club-headline.left {
    align-items: flex-start;
    left: 0; } }
@media (max-width: 900px) {
  .match-stat__club-headline.right {
    justify-content: flex-end; } }
@media (max-width: 599px) {
  .match-stat__club-headline.right {
    align-items: flex-end;
    right: 0; } }
.match-stat__club-headline.right .match-stat-club__icon {
  margin-left: 10px;
  order: 2; }
@media (max-width: 599px) {
  .match-stat__club-headline.right .match-stat-club__icon {
    margin-left: 0;
    order: unset; } }
.match-stat__club-headline.right .match-stat-club__title,
.match-stat__club-headline.right .match-stat-club__coach {
  text-align: right; }

.match-stat-club__text div:nth-child(2) {
  margin-top: 6px; }

.match-stat-club__title {
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 22px;
  color: #3D4248; }
@media (max-width: 599px) {
  .match-stat-club__title {
    font-size: 14px;
    text-transform: uppercase; } }

.match-stat-club__coach {
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 14px;
  color: #B3B4B6; }
@media (max-width: 599px) {
  .match-stat-club__coach {
    font-size: 10px;
    line-height: 1.4; }
  .match-stat-club__coach span {
    display: block; } }

.match-stat-club__icon {
  display: block;
  width: 64px;
  height: 64px;
  text-align: center; }
@media (max-width: 599px) {
  .match-stat-club__icon {
    margin-bottom: 10px; } }
.match-stat-club__icon img {
  height: 100%; }

.match-circle {
  position: relative;
  width: 140px;
  height: 140px;
  margin: 0 auto 50px; }
@media (max-width: 599px) {
  .match-circle {
    width: 100%;
    text-align: center;
    height: auto; } }
.match-circle:last-child {
  margin-bottom: 0; }
.match-circle .donut {
  width: 100%;
  height: 100%;
  transform: rotate(270deg); }
@media (max-width: 599px) {
  .match-circle .donut {
    max-width: 90px; } }
.match-circle .donut.black .donut-segment {
  stroke: #3D4449; }
.match-circle .donut-ring {
  stroke: #D7D8DB;
  fill: transparent; }
.match-circle .donut-segment {
  stroke: var(--lightmain);
  fill: transparent; }

.match-circle__text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center; }
.match-circle__text span {
  display: block; }
.match-circle__text span.match-circle--num {
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 48px;
  color: #3D4449; }
@media (max-width: 599px) {
  .match-circle__text span.match-circle--num {
    font-size: 32px; } }
.match-circle__text span.match-circle--descr {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  color: #3D4248; }
@media (max-width: 599px) {
  .match-circle__text span.match-circle--descr {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap; } }

.match-stat__bars-container {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
.match-stat__bars-container:last-child {
  margin-bottom: 0; }
@media (max-width: 599px) {
  .match-stat__bars-container {
    margin-bottom: 10px; }
  .match-stat__bars-container.active {
    margin-bottom: 35px; }
  .match-stat__bars-container.active .match-stat__bars-container-title {
    margin-bottom: 30px;
    background-color: #029442;
    color: #fff; }
  .match-stat__bars-container.active .match-stat__bars-container-title:after {
    transform: rotate(90deg);
    border-color: transparent transparent transparent #fff; }
  .match-stat__bars-container.active .match-stat-bars__item {
    height: 60px; } }

.match-stat__bars-container-title {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 18px;
  color: #3D4248;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
@media (max-width: 599px) {
  .match-stat__bars-container-title {
    position: relative;
    padding: 15px 20px;
    background-color: #ECEEF0;
    color: #3D4248;
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0; }
  .match-stat__bars-container-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 0;
    height: 0;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #3d4248;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; } }

.match-stat-bars__item {
  height: 60px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  overflow: hidden; }
@media (min-width: 600px) {
  .match-stat-bars__item {
    display: block !important; } }
@media (max-width: 599px) {
  .match-stat-bars__item {
    height: 0; } }
.match-stat-bars__item:last-child {
  padding-bottom: 0; }

.match-stat-bars-item__text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 0 9px;
  margin-bottom: 7px; }
@media (max-width: 599px) {
  .match-stat-bars-item__text {
    font-size: 14px; } }

.match-stat-bars-item__title {
  text-align: center;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 16px;
  color: #3D4248; }
@media (max-width: 599px) {
  .match-stat-bars-item__title {
    font-size: 14px; } }

.match-stat-bars-item__num {
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  font-size: 24px;
  color: #3D4248; }
@media (max-width: 599px) {
  .match-stat-bars-item__num {
    font-size: 20px; } }

.match-bars-item__bar {
  width: 100%;
  height: 6px;
  background-color: #171D20;
  border-radius: 3px;
  overflow: hidden; }
.match-bars-item__bar div {
  height: 6px;
  background-color: #029442;
  border-right: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.match-stat__all-matches {
  width: 100%;
  margin: 70px 0; }
@media (max-width: 900px) {
  .match-stat__all-matches {
    order: 4; } }
@media (max-width: 599px) {
  .match-stat__all-matches {
    margin: 40px 0 125px; } }
.match-stat__all-matches h3 {
  margin-bottom: 10px; }
@media (max-width: 900px) {
  .match-stat__all-matches h3 {
    margin-bottom: 20px; } }

.match-stat-all-matches__header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
@media (max-width: 900px) {
  .match-stat-all-matches__header .match-stat__club-headline {
    margin-bottom: 20px; } }
@media (max-width: 599px) {
  .match-stat-all-matches__header .match-stat__club-headline {
    position: static;
    padding-bottom: 0;
    margin-bottom: 25px; } }

.match-stat-all-matches__list {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around; }

.match-stat-all-matches__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  width: 151px;
  padding-top: 13px;
  text-align: center; }
@media (max-width: 599px) {
  .match-stat-all-matches__item {
    width: auto; } }
.match-stat-all-matches__item.goals {
  /*		@include for-phone-only {
        display: none;
    }*/ }
@media (max-width: 599px) {
  .match-stat-all-matches__item.goals {
    position: absolute;
    top: calc(100% + 15px);
    padding-top: 10px;
    padding-bottom: 10px; }
  .match-stat-all-matches__item.goals.left {
    left: 0;
    width: 100%;
    display: block;
    text-align: left;
    border-top: 1px solid #D9DDE1; }
  .match-stat-all-matches__item.goals.left .match-stat-all-matches__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
  .match-stat-all-matches__item.goals.right {
    right: 0; }
  .match-stat-all-matches__item.goals.right .match-stat-all-matches__text {
    display: none; }
  .match-stat-all-matches__item.goals .match-stat-all-matches__circle {
    border: none; } }
.match-stat-all-matches__item.wins.left {
  padding-top: 0; }
.match-stat-all-matches__item.wins.left .match-stat-all-matches__circle {
  margin-bottom: 15px;
  background-color: #029442;
  border: 14px solid #029442; }
.match-stat-all-matches__item.wins.left .match-stat-all-matches__circle .match-stat-all-matches__num {
  color: #fff; }
.match-stat-all-matches__item.draw .match-stat-all-matches__circle {
  background-color: #AFB6BE;
  border: 2px solid #AFB6BE; }
.match-stat-all-matches__item.draw .match-stat-all-matches__circle .match-stat-all-matches__num {
  color: #fff; }
.match-stat-all-matches__item.wins.right .match-stat-all-matches__circle {
  border: 2px solid #E7E9EB; }

.match-stat-all-matches__circle {
  display: inline-block;
  position: relative;
  width: 121px;
  height: 121px;
  border: 2px solid #AFB6BE;
  border-radius: 50%; }
@media (max-width: 900px) {
  .match-stat-all-matches__circle {
    width: 96px;
    height: 96px; } }
@media (max-width: 599px) {
  .match-stat-all-matches__circle {
    width: 65px;
    height: 65px; } }

.match-stat-all-matches__num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  font-size: 34px;
  color: #3D4248; }
@media (max-width: 900px) {
  .match-stat-all-matches__num {
    font-size: 28px; } }

.match-stat-all-matches__text {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  color: #3D4248; }
@media (max-width: 599px) {
  .match-stat-all-matches__text {
    font-size: 14px; } }

@media (max-width: 900px) {
  .match-stat__last-matches h3 {
    margin-bottom: 25px; } }

.match-stat-last__container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
@media (max-width: 599px) {
  .match-stat-last__container {
    position: relative;
    padding-top: 145px;
    display: block; } }
@media (max-width: 599px) {
  .match-stat-last__container .table.match-score-table {
    border-top: none; } }

.match-stat-last__column {
  width: 44%; }
@media (max-width: 599px) {
  .match-stat-last__column {
    width: 100%; } }
.match-stat-last__column:first-child .match-stat-last__circles {
  left: 0; }
.match-stat-last__column:last-child .match-stat-last__circles {
  right: 0; }
@media (max-width: 599px) {
  .match-stat-last__column.active .match-score-table {
    display: block; } }
.match-stat-last__column.active .match-stat__club-headline:after {
  height: 2px;
  background-color: #029442; }
.match-stat-last__column .match-stat__club-headline {
  margin-bottom: 5px;
  justify-content: center; }
@media (max-width: 599px) {
  .match-stat-last__column .match-stat__club-headline:after {
    bottom: -35px; } }
@media (max-width: 599px) {
  .match-stat-last__column .match-score-table {
    display: none; } }

.match-stat-last__circles {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }
@media (max-width: 599px) {
  .match-stat-last__circles {
    position: absolute;
    top: 108px;
    width: 110px;
    margin-bottom: 0;
    justify-content: space-between; } }
.match-stat-last__circles i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border-radius: 50%; }
@media (max-width: 599px) {
  .match-stat-last__circles i {
    width: 14px;
    height: 14px;
    margin: 0; } }
.match-stat-last__circles i.win {
  background-color: #029442; }
.match-stat-last__circles i.draw {
  background-color: #AFB6BE; }
.match-stat-last__circles i.lose {
  background-color: #D50032; }

.table.match-score-table {
  border-top: 1px solid #DFDFDF;
  width: 100%; }
.table.match-score-table tr {
  border-bottom: 1px solid #DFDFDF; }
@media (max-width: 599px) {
  .table.match-score-table tr {
    padding: 25px 0; } }
.table.match-score-table tr td {
  width: 33%;
  padding: 20px 0;
  flex-grow: 1;
  text-align: center; }
@media (max-width: 599px) {
  .table.match-score-table tr td {
    padding: 0; } }
.table.match-score-table tr td:nth-child(odd) img {
  display: inline-block;
  height: 70px;
  margin-bottom: 5px; }
@media (max-width: 599px) {
  .table.match-score-table tr td:nth-child(odd) img {
    height: 50px;
    margin-bottom: 10px; } }
.table.match-score-table tr td:nth-child(odd) span {
  display: block;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 16px;
  color: #3D4248; }
@media (max-width: 599px) {
  .table.match-score-table tr td:nth-child(odd) span {
    font-size: 12px; } }
.table.match-score-table tr td:nth-child(2) span {
  display: block; }

.match-score-table__score,
.match-score-table__league {
  font-family: 'SF-UI-Display-Bold', sans-serif;
  color: #3D4248; }

.match-score-table__date,
.match-score-table__tour {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 14px; }

.match-score-table__score {
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 5px; }
@media (max-width: 599px) {
  .match-score-table__score {
    letter-spacing: 2px;
    font-size: 20px; } }

.match-score-table__date {
  margin-bottom: 15px;
  color: #AFB6BE;
  letter-spacing: 2px; }
@media (max-width: 599px) {
  .match-score-table__date {
    font-size: 10px; } }

.match-score-table__league {
  margin-bottom: 15px;
  font-size: 18px; }
@media (max-width: 599px) {
  .match-score-table__league {
    font-size: 14px; } }

.match-score-table__tour {
  color: #3D4248; }
@media (max-width: 599px) {
  .match-score-table__tour {
    font-size: 12px; } }

.team-scheme-block {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
@media (max-width: 900px) {
  .team-scheme-block {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between; } }

.team-scheme-container {
  position: relative;
  margin: 0 auto; }
@media (max-width: 900px) {
  .team-scheme-container {
    order: 2;
    margin-top: 20px; } }

.team-scheme-container__bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  background-color: #D8D8D8;
  padding: 10px 15px; }
.team-scheme-container__bar span {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 14px;
  color: #3D4248; }

.team-scheme-field {
  position: relative; }
.team-scheme-field .scheme-team--1 .scheme-player .number {
  background-color: #fff;
  color: #000; }
.team-scheme-field .scheme-team--2 .scheme-player .number {
  background-color: #000;
  color: #fff; }
.team-scheme-field .scheme-player .number {
  line-height: 22px;
  font-size: 14px; }
.team-scheme-field .scheme-player.active {
  z-index: 1; }
.team-scheme-field .scheme-player.active .number {
  border-color: #fff; }

.team-structure__team-list-block {
  /*---List inexes---*/ }
@media (max-width: 900px) {
  .team-structure__team-list-block {
    order: 1; } }
@media (max-width: 599px) {
  .team-structure__team-list-block {
    width: 100%; } }
@media (min-width: 600px) {
  .team-structure__team-list-block:last-child h4 {
    text-align: right; }
  .team-structure__team-list-block:last-child .team-structure-team__item,
  .team-structure__team-list-block:last-child .team-structure-team__item > a {
    justify-content: flex-end; }
  .team-structure__team-list-block:last-child span.team-structure-team__num,
  .team-structure__team-list-block:last-child span.team-structure-team__name {
    text-align: right; }
  .team-structure__team-list-block:last-child .team-structure-team__num {
    order: 2; } }
@media (max-width: 599px) {
  .team-structure__team-list-block.active .scheme-team__inner-wrp {
    display: block; }
  .team-structure__team-list-block.active .match-stat__club-headline:after {
    height: 2px;
    background-color: #029442; } }
.team-structure__team-list-block h4 {
  margin-bottom: 20px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 16px;
  color: #3D4248; }
@media (max-width: 599px) {
  .team-structure__team-list-block h4 {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 0;
    background-color: #D8D8D8;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'SF-UI-Display-Bold', sans-serif;
    font-size: 12px;
    color: #3D4248;
    letter-spacing: 0.27px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .team-structure__team-list-block h4:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #3d4248;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; } }
@media (max-width: 599px) {
  .team-structure__team-list-block h4.active {
    color: #fff;
    background-color: #3D4248;
    margin-bottom: 15px; }
  .team-structure__team-list-block h4.active:after {
    transform: rotate(90deg);
    border-color: transparent transparent transparent #fff; } }
.team-structure__team-list-block .scheme-player {
  position: relative; }
.team-structure__team-list-block .scheme-player.warning:before, .team-structure__team-list-block .scheme-player.ejection:before, .team-structure__team-list-block .scheme-player.warning-ejection:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin: auto; }
.team-structure__team-list-block .scheme-player.warning:before {
  background-color: #E8C826; }
.team-structure__team-list-block .scheme-player.ejection:before {
  background-color: #D21E31; }
.team-structure__team-list-block .scheme-player.warning-ejection:before {
  background: linear-gradient(to right, #E8C826 50%, #D21E31 50%); }
.team-structure__team-list-block .scheme-player.substitution:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  height: 13px;
  width: 13px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
.team-structure__team-list-block .scheme-player.substitution--in:after {
  background-image: url("../../img/championship//scheme-arrow_right.svg"); }
.team-structure__team-list-block .scheme-player.substitution--in_and_out:after {
  background-image: url("../../img/championship//scheme-arrow_left_and_right.svg"); }
.team-structure__team-list-block .scheme-player.substitution--out:after {
  background-image: url("../../img/championship//scheme-arrow_left.svg"); }
.team-structure__team-list-block.scheme-team--1 .team-structure__team-list {
  padding-left: 35px; }
.team-structure__team-list-block.scheme-team--1 .scheme-player:before {
  left: -35px; }
.team-structure__team-list-block.scheme-team--1 .scheme-player:not(.substitution):before {
  left: -15px; }
.team-structure__team-list-block.scheme-team--1 .scheme-player:after {
  left: -15px; }
.team-structure__team-list-block.scheme-team--2 .team-structure__team-list {
  padding-right: 35px; }
.team-structure__team-list-block.scheme-team--2 .scheme-player:before {
  right: -35px; }
.team-structure__team-list-block.scheme-team--2 .scheme-player:not(.substitution):before {
  right: -15px; }
.team-structure__team-list-block.scheme-team--2 .scheme-player:after {
  right: -15px;
  transform: rotate(180deg); }
@media (max-width: 599px) {
  .team-structure__team-list-block.scheme-team--1 .team-structure__team-list, .team-structure__team-list-block.scheme-team--2 .team-structure__team-list {
    padding-left: 35px; }
  .team-structure__team-list-block.scheme-team--1 .scheme-player:before, .team-structure__team-list-block.scheme-team--2 .scheme-player:before {
    right: auto;
    left: -35px; }
  .team-structure__team-list-block.scheme-team--1 .scheme-player:not(.substitution):before, .team-structure__team-list-block.scheme-team--2 .scheme-player:not(.substitution):before {
    right: auto;
    left: -15px; }
  .team-structure__team-list-block.scheme-team--1 .scheme-player:after, .team-structure__team-list-block.scheme-team--2 .scheme-player:after {
    right: auto;
    left: -15px;
    transform: none; } }

@media (max-width: 599px) {
  .scheme-team__inner-wrp {
    display: none; } }

.team-structure__team-list {
  margin-bottom: 20px; }
@media (min-width: 600px) {
  .team-structure__team-list {
    display: block !important; } }
@media (max-width: 599px) {
  .team-structure__team-list {
    display: none; } }
.team-structure__team-list .team-structure-team__item {
  padding: 7px 10px; }
.team-structure__team-list .team-structure-team__item,
.team-structure__team-list .team-structure-team__item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
.team-structure__team-list .team-structure-team__item > a {
  width: 100%; }
.team-structure__team-list .team-structure-team__item:hover .team-structure-team__name {
  color: #029442; }
.team-structure__team-list .team-structure-team__item.active {
  background-color: #029442; }
.team-structure__team-list .team-structure-team__item.active span.team-structure-team__num,
.team-structure__team-list .team-structure-team__item.active span.team-structure-team__name {
  color: #fff; }
.team-structure__team-list .team-structure-team__item span {
  display: block;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 16px; }
.team-structure__team-list .team-structure-team__item span.team-structure-team__num {
  width: 35px;
  color: #029442; }
.team-structure__team-list .team-structure-team__item span.team-structure-team__name {
  color: #3D4248; }

.match-history-wrapper {
  overflow: hidden; }

.match-history-block {
  padding-left: 15px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -o-flex-direction: column-reverse;
  flex-direction: column-reverse; }
@media (max-width: 599px) {
  .match-history-block {
    padding-left: 0;
    min-width: 0; } }
.match-history-block:before {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 64px;
  background-color: #9CDAB3;
  z-index: -1; }
@media (max-width: 599px) {
  .match-history-block:before {
    display: none; } }
.match-history-block p span,
.match-history-block p a {
  color: #029442; }

.match-history__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 34px; }
@media (max-width: 599px) {
  .match-history__item {
    border-left: 2px solid #848484;
    background-color: #efefef;
    padding-left: 20px; } }
.match-history__item:last-of-type {
  -ms-align-items: flex-start;
  align-items: flex-start; }
.match-history__item:first-of-type {
  -ms-align-items: stretch;
  align-items: stretch; }
.match-history__item:first-child {
  margin-bottom: 0; }
@media (max-width: 900px) {
  .match-history__item {
    margin-bottom: 25px; } }
.match-history__item.comment .match-history-item__label {
  background-image: url(../../img/championship//pencil-edit-button.svg);
  -webkit-background-size: 18px;
  background-size: 18px;
  background-position: center 8px;
  background-repeat: no-repeat; }
.match-history__item.timepoint .match-history-item__label, .match-history__item.endpoint .match-history-item__label {
  padding-top: 8px; }
.match-history__item.endpoint .match-history-item__label {
  padding-top: 8px; }
.match-history__item.endpoint .match-history-item__label time {
  position: relative; }
.match-history__item.endpoint .match-history-item__label time:before {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -10px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../img/championship//ico_clock.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain; }
@media (max-width: 599px) {
  .match-history__item.endpoint .match-history-item__label time:before {
    display: none; } }
@media (max-width: 599px) {
  .match-history__item.red {
    border-left: 2px solid #D21E31;
    background-color: #FCECED; } }
.match-history__item.red:first-of-type {
  -ms-align-items: center;
  align-items: center; }
.match-history__item.red .match-history-item__label:after {
  background-color: #D21E31; }
.match-history__item.red.right .match-history-item__label:after {
  left: 100%; }
.match-history__item.red.left .match-history-item__label:after {
  right: 100%; }
.match-history__item.red .match-history-item__text {
  border-left: 2px solid #D21E31;
  background-color: #FCECED; }
.match-history__item.red .match-history-item__text p span,
.match-history__item.red .match-history-item__text p a {
  color: #D21E31; }
.match-history__item.red.warning-ejection .match-history-item__label:after {
  background: linear-gradient(to right, #E8C826 50%, #D21E31 50%); }
@media (max-width: 599px) {
  .match-history__item.yellow {
    border-left: 2px solid #DDC733;
    background-color: #FEFCE6; } }
.match-history__item.yellow .match-history-item__label:after {
  background-color: #E8C826; }
.match-history__item.yellow.right .match-history-item__label:after {
  left: 100%; }
.match-history__item.yellow.left .match-history-item__label:after {
  right: 100%; }
.match-history__item.yellow .match-history-item__text {
  border-left: 2px solid #DDC733;
  background-color: #FEFCE6; }
.match-history__item.yellow .match-history-item__text p span,
.match-history__item.yellow .match-history-item__text p a {
  color: #E3C641; }
.match-history__item.green {
  -ms-align-items: center;
  align-items: center; }
@media (max-width: 599px) {
  .match-history__item.green {
    border-left: 2px solid #029442;
    background-color: #EBF8EF; } }
.match-history__item.green.right .match-history-item__label:after {
  left: calc(100% - 7px); }
.match-history__item.green.left .match-history-item__label:after {
  right: calc(100% - 7px); }
.match-history__item.green .match-history-item__label {
  height: 100px;
  border-radius: 50%;
  border: 2px solid #9CDAB3;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center; }
@media (max-width: 599px) {
  .match-history__item.green .match-history-item__label {
    border: 0; } }
.match-history__item.green .match-history-item__label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 100%;
  background-color: #029442; }
@media (max-width: 599px) {
  .match-history__item.green .match-history-item__label:after {
    display: none; } }
.match-history__item.green .match-history-item__label time {
  display: block;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  color: #3D4248; }
.match-history__item.green .match-history-item__label .match-history-label__score {
  display: block;
  margin: 8px 0 5px;
  white-space: nowrap;
  letter-spacing: 0.4px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 40px;
  color: #3D4248; }
@media (max-width: 599px) {
  .match-history__item.green .match-history-item__label .match-history-label__score {
    font-size: 30px; } }
.match-history__item.green .match-history-item__label .match-history-label__text {
  display: block;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  color: #3D4248; }
.match-history__item.green .match-history-item__text {
  border-left: 2px solid #029442;
  background-color: #EBF8EF; }
.match-history__item.green .match-history-item__text p span,
.match-history__item.green .match-history-item__text p a {
  color: #029442; }
.match-history__item:not(.green) .match-history-item__label {
  padding-top: 8px; }
.match-history__item:not(.green) .match-history-item__label:after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 100%; }
@media (max-width: 599px) {
  .match-history__item:not(.green) .match-history-item__label:after {
    display: none; } }
.match-history__item.substitution.right .match-history-item__label:after {
  left: 100%; }
.match-history__item.substitution.left .match-history-item__label:after {
  right: 100%; }
.match-history__item.substitution .match-history-item__label:after {
  display: block;
  height: 30px;
  background: url(../../img/championship//arrows.svg) no-repeat center;
  background-size: contain;
  top: 15px;
  transform: translate(0, -50%); }
@media (max-width: 599px) {
  .match-history__item.substitution .match-history-item__label:after {
    display: none; } }
.match-history__item.substitution .match-history-item__text p span,
.match-history__item.substitution .match-history-item__text p a {
  color: #029442; }
.match-history__item.substitution .match-history-item__text p span.goes_out,
.match-history__item.substitution .match-history-item__text p a.goes_out {
  color: #D21E31; }

.match-history-item__label {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  margin-right: 50px;
  min-height: 35px;
  background-color: #fff;
  text-align: center;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  flex-shrink: 0; }
@media (max-width: 599px) {
  .match-history-item__label {
    background: transparent !important;
    width: auto;
    height: auto;
    padding: 15px 10px 15px 0 !important;
    margin: 0 0 0 5px; } }
.match-history-item__label time {
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #3D4248;
  text-align: center; }

.match-history-item__text {
  border-left: 2px solid #848484;
  background-color: #efefef;
  flex-grow: 1;
  padding: 15px; }
@media (max-width: 599px) {
  .match-history-item__text {
    border: 0 !important;
    background: transparent !important; } }
.match-history-item__text p {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #3D4248; }
.match-history-item__text p a:hover {
  text-decoration: underline; }

.modal-fullpage {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 200; }

.fullpage-closer {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 19px;
  height: 19px;
  background: url(../../img/championship//fullpage-closer.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer; }
@media (max-width: 599px) {
  .fullpage-closer {
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    /*		z-index: 1000;*/ } }

.modal-fullpage.searchpage {
  z-index: 999; }

.visible-mobile {
  display: none !important;
}

@media (max-width: 599px) {
  .hidden-mobile {
    display: none !important;
  }
  .visible-mobile {
    display: inline-block !important;
  }
}

.searchpage-container {
  width: 100%;
  max-width: 600px;
  padding: 0 30px 0 30px;
  margin: 0 auto;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 599px) {
  .searchpage-container {
    padding: 40px 9% 0 9%; } }

.searchpage-form {
  width: 100%;
  margin-bottom: 30px; }
.searchpage-form label {
  display: block;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: var(--lightmain); }
@media (max-width: 599px) {
  .searchpage-form label {
    font-size: 14px;
    margin-bottom: 10px; } }
.searchpage-form > div {
  position: relative; }
.searchpage-form > div input {
  width: 100%;
  height: 60px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #B2E4CA;
  border-radius: 5px;
  background-image: url(../../img/championship//searchfield-icon.svg);
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 20px;
  background-size: 20px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 18px;
  color: #3D4248; }
@media (max-width: 900px) {
  .searchpage-form > div input {
    height: 50px;
    font-size: 16px; } }
@media (max-width: 599px) {
  .searchpage-form > div input {
    height: 32px;
    padding: 0 30px;
    border: 1px solid #B2E4CA;
    -webkit-background-size: 12px;
    background-size: 12px;
    background-position: 10px 50%;
    font-size: 12px; } }
.searchpage-form > div button {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  border: none;
  background-color: #9EA1A4;
  background-image: url(../../img/championship//searchpage-form-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 11px;
  background-size: 11px;
  cursor: pointer; }
@media (max-width: 599px) {
  .searchpage-form > div button {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    right: 10px;
    -webkit-background-size: 8px;
    background-size: 8px; } }
.searchpage-form > div button:hover {
  background-color: #6E7275; }

.searchpage-results__filters {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
@media (max-width: 900px) {
  .searchpage-results__filters {
    margin-bottom: 10px; } }
@media (max-width: 599px) {
  .searchpage-results__filters {
    justify-content: space-between; } }
.searchpage-results__filters .common-filter {
  min-width: 120px; }
.searchpage-results__filters .common-filter .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  text-transform: uppercase; }

.searchpage-results__container {
  border-top: 1px solid #DCDCDC;
  padding-top: 20px; }

.searchpage-results__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDCDC; }

.searchpage-results-item__descr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1; }

.searchpage-results-item__title {
  display: block;
  margin-bottom: 10px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 14px;
  color: #3D4248;
  line-height: 1.4; }
@media (max-width: 599px) {
  .searchpage-results-item__title {
    font-size: 12px;
    margin-bottom: 5px; } }
.searchpage-results-item__title:hover {
  color: var(--lightmain); }

.searchpage-results-item__img {
  display: block;
  width: 90px;
  padding-left: 15px;
  flex-shrink: 0; }
@media (max-width: 599px) {
  .searchpage-results-item__img {
    width: 70px; } }
.searchpage-results-item__img img {
  width: 100%; }

.searchpage-results-item__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center; }
.searchpage-results-item__bottom > div {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #AFB6BE;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.searchpage-results-item__date {
  width: 65px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 10px;
  color: #029442; }
@media (max-width: 599px) {
  .searchpage-results-item__date {
    font-size: 8px; } }

.searchpage-results-item__time {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 10px;
  color: #029442; }
@media (max-width: 599px) {
  .searchpage-results-item__time {
    font-size: 8px; } }

.searchpage-results-item__theme {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 10px;
  color: #AFB6BE; }
@media (max-width: 599px) {
  .searchpage-results-item__theme {
    font-size: 8px; } }

.multimedia-page {
  padding: 40px 0 45px;
  /*	.tab-content {
	    padding: 0 0 40px;
	}*/ }
@media (max-width: 900px) {
  .multimedia-page {
    padding: 20px 0 10px; } }
@media (max-width: 599px) {
  .multimedia-page {
    padding: 10px 0 0; } }

.photoalbums-container,
.videos-list-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 900px) {
  .photoalbums-container,
  .videos-list-container {
    justify-content: space-between; } }

.photoalbums-item {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }
@media (min-width: 901px) {
  .photoalbums-item:nth-of-type(3n) {
    margin-right: 0; } }
@media (max-width: 900px) {
  .photoalbums-item {
    width: 48%;
    margin-right: 4%; }
  .photoalbums-item:nth-of-type(2n) {
    margin-right: 0; } }
@media (max-width: 599px) {
  .photoalbums-item {
    margin-bottom: 15px; } }
.photoalbums-item:hover .photoalbums-item__cover:before,
.photoalbums-item:hover .photoalbums-item__cover:after {
  display: block; }
.photoalbums-item:hover .photoalbums-item__description {
  background-color: var(--lightmain); }
.photoalbums-item:hover .photoalbums-item__description:before {
  background-image: url(../../img/championship//photo-camera.svg); }
.photoalbums-item:hover .photoalbums-item__description time {
  color: #FFF; }
.photoalbums-item:hover .photoalbums-item__title {
  color: #fff; }

.photoalbums-item__cover {
  position: relative;
  width: 100%;
  padding-top: 70%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }
.photoalbums-item__cover:before, .photoalbums-item__cover:after {
  content: '';
  display: none;
  position: absolute; }
.photoalbums-item__cover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 66, 72, 0.4); }
.photoalbums-item__cover:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(../../img/championship//view_more.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover; }

.photoalbums-item__description {
  position: relative;
  min-height: 90px;
  padding: 15px 6% 15px 26%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1; }
@media (max-width: 900px) {
  .photoalbums-item__description {
    padding: 15px 4% 15px 19%; } }
@media (max-width: 599px) {
  .photoalbums-item__description {
    min-height: unset;
    padding: 10px 4% 10px 26%; } }
.photoalbums-item__description:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 13%;
  transform: translate(-50%, 0);
  height: 25px;
  width: 30px;
  background-image: url(../../img/championship//photo-camera-c.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
@media (max-width: 900px) {
  .photoalbums-item__description:before {
    left: 9.5%; } }
@media (max-width: 599px) {
  .photoalbums-item__description:before {
    height: 14px;
    width: 16px;
    left: 13%; } }
.photoalbums-item__description time {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #AFB6BE; }
@media (max-width: 599px) {
  .photoalbums-item__description time {
    font-size: 10px; } }

.photoalbums-item__title {
  margin-bottom: 5px;
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  font-size: 16px;
  color: #3D4248;
  letter-spacing: 0.4px;
  line-height: 1.2; }
@media (max-width: 599px) {
  .photoalbums-item__title {
    white-space: nowrap;
    font-size: 12px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis; } }

.photoalbum {
  margin-bottom: 15px; }
@media (max-width: 900px) {
  .photoalbum {
    margin-bottom: 5px; } }
@media (max-width: 599px) {
  .photoalbum {
    margin-bottom: 10px; } }
.photoalbum a.photoalbum-item {
  display: block;
  float: left;
  width: 32%;
  height: 210px;
  margin-bottom: 20px;
  margin-right: 2%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover; }
@media (max-width: 900px) {
  .photoalbum a.photoalbum-item {
    height: 150px;
    margin-bottom: 15px; } }
@media (max-width: 599px) {
  .photoalbum a.photoalbum-item {
    width: 48%;
    height: auto;
    padding-top: 30%;
    margin-right: 4%;
    margin-bottom: 4%; } }
@media (min-width: 600px) {
  .photoalbum a.photoalbum-item:nth-of-type(8n + 6) {
    height: 440px;
    width: 66%; } }
@media (min-width: 600px) and (max-width: 900px) {
  .photoalbum a.photoalbum-item:nth-of-type(8n + 6) {
    height: 315px; } }
@media (min-width: 600px) {
  .photoalbum a.photoalbum-item:nth-of-type(8n + 3) {
    float: right;
    height: 440px;
    margin-right: 0; } }
@media (min-width: 600px) and (max-width: 900px) {
  .photoalbum a.photoalbum-item:nth-of-type(8n + 3) {
    height: 315px; } }
@media (min-width: 600px) {
  .photoalbum a.photoalbum-item:nth-of-type(8n + 7), .photoalbum a.photoalbum-item:nth-of-type(8n) {
    margin-right: 0; } }
@media (max-width: 599px) {
  .photoalbum a.photoalbum-item:nth-of-type(6n + 6) {
    width: 100%;
    padding-top: 45%; }
  .photoalbum a.photoalbum-item:nth-of-type(6n + 3) {
    padding-top: 64%; }
  .photoalbum a.photoalbum-item:nth-of-type(6n + 2), .photoalbum a.photoalbum-item:nth-of-type(6n + 4), .photoalbum a.photoalbum-item:nth-of-type(6n + 5) {
    margin-right: 0; } }
.photoalbum a.photoalbum-item img {
  text-align: center;
  min-height: 100%;
  min-width: 100%; }

.photoalbum-description .common-text {
  margin-bottom: 25px; }
.photoalbum-description .common-text h2 {
  text-transform: none;
  text-align: center;
  color: #3D4248; }
.photoalbum-description .common-text p, .photoalbum-description .common-text ul, .photoalbum-description .common-text ol {
  color: #3D4248;
  line-height: 24px; }

.photoalbum-description .photoalbum-description__bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #AFB6BE;
  letter-spacing: 0.46px; }
@media (max-width: 900px) {
  .photoalbum-description .photoalbum-description__bottom {
    margin-bottom: 20px; } }
@media (max-width: 599px) {
  .photoalbum-description .photoalbum-description__bottom {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px; } }
.photoalbum-description .photoalbum-description__bottom time {
  white-space: nowrap;
  display: block;
  margin-right: 20px; }
@media (max-width: 599px) {
  .photoalbum-description .photoalbum-description__bottom time {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }
.photoalbum-description .photoalbum-description__bottom .photoalbum-descr__tags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 80%; }
.photoalbum-description .photoalbum-description__bottom .photoalbum-descr-tags__label {
  margin-right: 3px; }
.photoalbum-description .photoalbum-description__bottom .photoalbum-descr-tags__list li {
  display: inline-block; }
.photoalbum-description .photoalbum-description__bottom .photoalbum-descr-tags__list li:after {
  content: ','; }
.photoalbum-description .photoalbum-description__bottom .photoalbum-descr-tags__list li:last-of-type:after {
  display: none; }
.photoalbum-description .photoalbum-description__bottom .photoalbum-descr-tags__list li a {
  color: #E01054;
  text-decoration: underline;
  /*border-bottom: 1px solid #E01054;*/ }

.photoalbum__back-btn {
  display: block;
  width: 235px;
  padding: 12px;
  margin: 0 auto 40px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'SF-UI-Display-Semibold', sans-serif;
  font-size: 14px;
  color: #99A1AA;
  letter-spacing: 0.35px;
  border: 1px solid #D9DDE1;
  border-radius: 2px; }
@media (max-width: 599px) {
  .photoalbum__back-btn {
    width: 150px;
    margin: 0 auto 20px;
    padding: 9px;
    font-size: 10px; } }
.photoalbum__back-btn:hover {
  color: #E01054;
  border: 1px solid #E01054; }

.photoalbum-load-more-btn {
  display: block;
  padding: 20px;
  background-color: #ECEEF0;
  text-align: center;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 16px;
  color: #6E7A86;
  letter-spacing: 0.32px;
  line-height: 18px; }
@media (max-width: 900px) {
  .photoalbum-load-more-btn {
    padding: 15px 20px 18px; } }
.photoalbum-load-more-btn:after {
  position: relative;
  top: 4px;
  content: '';
  display: inline-block;
  line-height: 16px;
  width: 20px;
  height: 18px;
  margin-left: 20px;
  -webkit-background-size: contain;
  background-size: contain; }

.videos-list__item {
  display: block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column; }
.videos-list__item:nth-of-type(3n) {
  margin-right: 0; }
@media (max-width: 900px) {
  .videos-list__item {
    width: 47%;
    margin-right: 0;
    margin-bottom: 30px; } }
@media (max-width: 599px) {
  .videos-list__item {
    width: 100%;
    margin-bottom: 25px; } }
.videos-list__item time {
  margin-bottom: 10px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #AFB6BE;
  letter-spacing: 0.47px;
  line-height: 15px; }
@media (max-width: 900px) {
  .videos-list__item time {
    margin-bottom: 15px;
    font-size: 14px; } }
@media (max-width: 599px) {
  .videos-list__item time {
    margin-bottom: 15px;
    font-size: 12px; } }

.videos-list-item__title {
  margin-bottom: 5px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 14px;
  color: #3D4248;
  letter-spacing: 0.47px;
  line-height: 18px; }
@media (max-width: 900px) {
  .videos-list-item__title {
    font-size: 16px;
    line-height: 1.3; } }
@media (max-width: 599px) {
  .videos-list-item__title {
    margin-bottom: 7px;
    font-size: 14px; } }
.videos-list-item__title:hover {
  color: #E01054; }

.videos-list-item__video {
  height: 230px; }
.videos-list-item__video iframe {
  width: 100%;
  height: 100%; }

.news-page,
.article-page {
  padding: 40px 0 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
@media (max-width: 900px) {
  .news-page,
  .article-page {
    padding: 40px 0 15px;
    padding-left: 8% !important;
    padding-right: 8% !important; } }
@media (max-width: 599px) {
  .news-page,
  .article-page {
    padding-left: 5% !important;
    padding-right: 5% !important;
    padding: 25px 0 30px; } }

.news_single-meta {
  border-top: 1px solid #D9DDE1;
  border-bottom: 1px solid #D9DDE1;
  margin-bottom: 25px;
  line-height: 21px;
  letter-spacing: 0.1px;
  padding: 15px 10px;
  display: flex; }
@media (max-width: 900px) {
  .news_single-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 10px 30px; } }
.news_single-meta a {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  background-color: #ECEEF0;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08px; }
.news_single-meta a:hover {
  background-color: #d0d5da; }
.news_single-meta-date {
  margin-right: 40px;
  white-space: nowrap; }
@media (max-width: 900px) {
  .news_single-meta-date {
    font-size: 14px;
    margin: 0 0 20px; } }
.news_single-meta-date:before {
  content: '';
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url("../../img/championship/icon-calendar.svg") no-repeat left center;
  background-size: contain;
  margin-right: 10px;
  position: relative;
  bottom: -1px; }
@media (max-width: 599px) {
  .news_single-meta-date:before {
    margin-right: 5px; } }
.news_single-meta-tags {
  flex: 1;
  margin-right: 40px;
  margin-bottom: -10px;
  cursor: default;
  position: relative;
  padding-left: 1.5rem; }
@media (max-width: 900px) {
  .news_single-meta-tags {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 1rem; } }
.news_single-meta-share a {
  color: #6E7A86; }
.news_single-meta-tags:before {
  content: '';
  height: 16px;
  width: 16px;
  background: url("../../img/championship/icon-tag.svg") no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px; }
@media (max-width: 900px) {
  .news_single-meta-tags:before {
    position: static; } }
.news_single-meta-tags a {
  color: #2A3A59;
  padding: 0 15px;
  margin: 0 5px 10px; }
.news_single-meta-share {
  white-space: nowrap;
  cursor: default;
  flex-shrink: 0; }
.news_single-meta-share span {
  color: #02A04C;
  margin-right: 10px;
  letter-spacing: 0.4px; }
@media (max-width: 900px) {
  .news_single-meta-share span {
    display: none; } }
.news_single-meta-share a {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
@media (max-width: 900px) {
  .news_single-meta-share a {
    height: 30px;
    width: 30px;
    margin: 0 5px; } }
.news_single-meta-share a img {
  display: block;
  height: 14px;
  width: 14px; }

.news_single-last_news {
  background-color: #F0F0F0;
  padding: 21px 0 45px; }
.news_single-last_news-header {
  font-size: 18px;
  color: #3D4248;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }
.news_single-last_news-footer {
  text-align: center;
  margin-top: 30px; }
.news_single-last_news-footer .btn {
  display: inline-block;
  border-radius: 2px; }
.news_single-last_news-footer .btn--go_back {
  color: #99A1AA;
  padding: 14px 50px 10px;
  border: 1px solid #D9DDE1;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s ease; }
.news_single-last_news-footer .btn--go_back:hover {
  border-color: #1A6646;
  background-color: #1A6646;
  color: #fff; }

.player-page {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 35px 0 15px; }
@media (max-width: 900px) {
  .player-page {
    padding: 30px 3% 40px 3%; } }
@media (max-width: 599px) {
  .player-page {
    padding: 20px 5% 70px 5%; } }
.player-page h2 {
  margin-bottom: 30px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 32px;
  color: #3E4245; }
@media (max-width: 900px) {
  .player-page h2 {
    font-size: 28px; } }
@media (max-width: 599px) {
  .player-page h2 {
    font-size: 22px;
    margin-bottom: 20px; } }
.player-page .news-list-item:nth-child(3n) {
  margin-right: 0; }
.player-page .subheader-w-tabs h1,
.player-page .subheader-w-tabs h2 {
  width: 35%; }

.player-page__info-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
@media (max-width: 599px) {
  .player-page__info-block {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center; } }

.player-info__avatar {
  position: relative;
  width: 180px;
  height: 180px; }
@media (max-width: 900px) {
  .player-info__avatar {
    width: 150px;
    height: 150px; } }
@media (max-width: 599px) {
  .player-info__avatar {
    order: 2;
    margin-bottom: 40px; } }

.player-info-ava__img {
  overflow: hidden;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #333; }
@media (max-width: 900px) {
  .player-info-ava__img {
    width: 150px;
    height: 150px; } }

.player-info-ava__num {
  position: absolute;
  bottom: 2px;
  right: -12px;
  width: 62px;
  height: 62px;
  background: url(../../img/championship//player-polygon.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  line-height: 62px;
  text-align: center;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 28px;
  color: #FFFFFF; }
@media (max-width: 599px) {
  .player-info-ava__num {
    order: 1; } }

.player-page-info {
  width: 50%; }
@media (max-width: 599px) {
  .player-page-info {
    order: 3;
    width: 100%; } }

.player-page-info__name {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  font-size: 32px;
  color: #3D4248; }
@media (max-width: 900px) {
  .player-page-info__name {
    font-size: 24px; } }
@media (max-width: 599px) {
  .player-page-info__name {
    text-align: center;
    font-size: 20px; } }

.player-page-info__role {
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 12px;
  color: #B1B2B2; }
@media (max-width: 599px) {
  .player-page-info__role {
    text-align: center; } }

.player-page-info__table {
  display: block;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 40px;
  border-top: 1px solid #D0D0D0; }
@media (max-width: 900px) {
  .player-page-info__table {
    margin-bottom: 35px; } }
@media (max-width: 599px) {
  .player-page-info__table {
    margin-top: 20px; } }
.player-page-info__table tbody {
  display: block;
  width: 100%; }
.player-page-info__table tr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #D0D0D0; }
.player-page-info__table tr td {
  display: block; }
.player-page-info__table tr td:first-child {
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 14px;
  color: #3D4248; }
.player-page-info__table tr td:last-child {
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 14px;
  color: #3D4248; }

.player-info__club {
  width: 164px;
  text-align: center; }
@media (max-width: 900px) {
  .player-info__club {
    width: 100px; } }
@media (max-width: 599px) {
  .player-info__club {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px; } }

.player-info-club__title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  font-size: 32px;
  color: #3D4248; }
.player-info-club__title > span {
  display: none; }
@media (max-width: 599px) {
  .player-info-club__title > span {
    display: inline; } }
@media (max-width: 900px) {
  .player-info-club__title {
    font-size: 24px; } }
@media (max-width: 599px) {
  .player-info-club__title {
    font-family: 'SF-UI-Display-Bold', sans-serif;
    margin-bottom: 0;
    font-size: 16px; } }

.player-info-club__img {
  width: 164px;
  height: 164px;
  text-align: center; }
@media (max-width: 900px) {
  .player-info-club__img {
    width: 100%;
    height: 100px; } }
@media (max-width: 599px) {
  .player-info-club__img {
    width: 64px;
    height: 64px; } }
.player-info-club__img img {
  max-height: 100%; }

.player-page-statistics {
  margin-bottom: 40px; }
.player-page-statistics > .subheader-w-tabs {
  align-items: center;
  display: flex !important; }
@media (max-width: 900px) {
  .player-page-statistics > .subheader-w-tabs {
    flex-wrap: wrap;
    justify-content: space-between; } }
.player-page-statistics > .subheader-w-tabs > h2 {
  margin-bottom: 15px; }
@media (max-width: 900px) {
  .player-page-statistics > .subheader-w-tabs > h2 {
    margin-bottom: 0; } }
.player-page-statistics > .subheader-w-tabs .common-tabs-menu-block {
  flex: 1; }
@media (max-width: 900px) {
  .player-page-statistics > .subheader-w-tabs .common-tabs-menu-block {
    width: 100%;
    flex: auto;
    margin-top: 20px; } }
.player-page-statistics > .subheader-w-tabs .common-filter {
  order: 1; }
@media (max-width: 900px) {
  .player-page-statistics > .subheader-w-tabs .common-filter {
    order: 0; } }
@media (max-width: 599px) {
  .player-page-statistics .tab-content {
    padding: 30px 0; } }
.player-page-statistics .common-tabs-menu li {
  padding-bottom: 20px; }

.player-statistics-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
@media (max-width: 900px) {
  .player-statistics-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; } }

.player-stat__column {
  width: 30%; }
@media (max-width: 900px) {
  .player-stat__column {
    width: 47%;
    margin-bottom: 50px; }
  .player-stat__column:last-child {
    margin-bottom: 0; } }
@media (max-width: 599px) {
  .player-stat__column {
    width: 100%;
    margin-bottom: 40px; } }

.player-stat-clmn__all-matches {
  padding-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
.player-stat-clmn__all-matches .match-circle__text span.match-circle--num {
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 38px;
  color: #029442; }
.player-stat-clmn__all-matches .match-circle {
  margin-bottom: 15px; }

.match-circle__container {
  width: 140px; }

.match-circle__footnotes > div {
  padding-left: 33px;
  position: relative;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 12px;
  color: #3D4248; }
.match-circle__footnotes > div:before {
  position: absolute;
  left: 12px;
  top: 0;
  content: '';
  display: block;
  width: 9px;
  height: 9px; }
.match-circle__footnotes > div:first-child {
  margin-bottom: 10px; }
.match-circle__footnotes > div:first-child:before {
  background-color: #029442; }
.match-circle__footnotes > div:last-child:before {
  background-color: #B6B6B8; }

.player-stat-clmn__match-stat-header {
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 24px;
  color: #3D4248; }
@media (max-width: 900px) {
  .player-stat-clmn__match-stat-header {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    font-size: 22px;
    flex-grow: 1; } }
@media (max-width: 599px) {
  .player-stat-clmn__match-stat-header {
    padding: 0 15px;
    text-align: center;
    font-size: 20px;
    line-height: 26px; } }

.player-stat__header {
  margin-bottom: 20px;
  padding-bottom: 7px;
  border-bottom: 1px solid #D0D0D0;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 24px;
  color: #3D4248; }
@media (max-width: 900px) {
  .player-stat__header {
    padding-bottom: 15px; } }

.player-stat-clmn__row {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 64px;
  padding-left: 80px;
  margin-bottom: 34px; }
@media (max-width: 599px) {
  .player-stat-clmn__row {
    margin-bottom: 15px; } }
.player-stat-clmn__row:last-child {
  margin-bottom: 0; }
.player-stat-clmn__row img {
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translate(-50%, -50%);
  max-width: 51px;
  max-height: 45px;
  margin-right: 15px; }

.player-stat-clmn-row__text {
  margin-right: auto;
  text-align: left;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #3D4248; }
@media (max-width: 900px) {
  .player-stat-clmn-row__text {
    font-size: 22px;
    font-family: 'SF-UI-Display-Medium', sans-serif; } }
@media (max-width: 599px) {
  .player-stat-clmn-row__text {
    font-size: 20px; } }

.player-stat-clmn-row__num {
  flex-shrink: 0;
  width: 70px;
  text-align: center;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 48px;
  color: #3D4248; }
@media (max-width: 599px) {
  .player-stat-clmn-row__num {
    font-size: 36px; } }

@media (max-width: 599px) {
  .player-page-achievements {
    margin-bottom: 20px; } }

.player-page-achievements > .subheader-w-tabs > h2 {
  margin-bottom: 15px; }

.player-page-achievements .tab-content {
  padding: 15px 0; }
@media (max-width: 599px) {
  .player-page-achievements .tab-content {
    padding: 0; } }

.player-achievements-career {
  padding-top: 25px;
  padding-left: 35%;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #3D4248; }
@media (max-width: 900px) {
  .player-achievements-career {
    padding-top: 15px;
    padding-left: 30%; } }
@media (max-width: 599px) {
  .player-achievements-career {
    padding-top: 25px;
    padding-left: 0;
    font-size: 14px; } }
.player-achievements-career table {
  border-spacing: 5px; }
.player-achievements-career table td {
  padding-bottom: 7px; }
.player-achievements-career table td:last-child {
  padding-left: 30px;
  font-family: 'SF-UI-Display-Bold', sans-serif; }

.player-achieve-rewards__item {
  width: 100%;
  padding: 15px 0;
  padding-left: 35%;
  border-bottom: 1px solid #D0D0D0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.player-achieve-rewards__item:last-child {
  border-bottom: none; }
@media (max-width: 900px) {
  .player-achieve-rewards__item {
    padding: 20px 0;
    padding-left: 30%; } }
@media (max-width: 599px) {
  .player-achieve-rewards__item {
    padding: 30px 0;
    padding-left: 0; } }
.player-achieve-rewards__item img {
  height: 45px; }
@media (max-width: 599px) {
  .player-achieve-rewards__item img {
    margin-left: 20px; } }

.player-achieve-rewards__cup-title {
  width: 100%;
  margin-bottom: 5px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 16px;
  color: #3D4248; }
@media (max-width: 900px) {
  .player-achieve-rewards__cup-title {
    margin-bottom: 10px; } }
@media (max-width: 599px) {
  .player-achieve-rewards__cup-title {
    margin-bottom: 7px;
    font-size: 14px; } }

.player-achieve-rewards__city {
  display: inline-block;
  margin-right: 10px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 16px;
  color: #3D4248; }
@media (max-width: 599px) {
  .player-achieve-rewards__city {
    font-size: 14px; } }

.player-achieve-rewards__year {
  display: inline-block;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 16px;
  color: #B3B4B6; }
@media (max-width: 599px) {
  .player-achieve-rewards__year {
    font-size: 14px; } }

.player-achieve-rewards__num {
  width: 90px;
  text-align: center;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 48px;
  color: #3D4248; }

.news-list-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 900px) {
  .news-list-container {
    justify-content: space-between; } }

.player_table {
  width: 100%;
  text-align: center; }
.player_table tr:not(.table-header) {
  cursor: pointer; }
.player_table td {
  vertical-align: middle;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  border-bottom: 1px solid #DCDCDC;
  padding: 10px;
  line-height: 1; }
.player_table .score-block {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.player_table .score-block .first_team_container {
  width: 32%;
  display: inline-block;
  text-align: left;
}
.player_table .score-block .score_container {
  width: 25%;
  display: inline-block;
  text-align: center;
}
.player_table .score-block .second_team_container {
  width: 32%;
  display: inline-block;
  text-align: right;
}
.player_table .score-block .first_team_container > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player_table .score-block .second_team_container>  span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player_table .score-block span {
  display: inline-block;
  vertical-align: middle; }
.player_table .score-block img {
  height: 54px;
  vertical-align: middle;
  position: relative; }
.player_table .score-block .score {
  padding: 0 32px;
  font-size: 1.5em; }
.player_table .table-header td {
  padding-top: 30px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #B3B4B6;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; }

table.coach-stat-table tr.table-header td:nth-child(2) {
  margin-left: 150px; }

table.coach-stat-table tr td:first-child {
  text-align: left;
  white-space: nowrap;
  width: 100px;
  flex-shrink: 0; }

.tounament-page__wrapper {
  position: relative;
  width: 100%;
}

.tournament-ads__banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 900px) {
  .tournament-ads__banner {
    display: none;
  }
}
  
.tournament-page {
  max-width: 1050px;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 35px 25px 55px; }
@media (max-width: 900px) {
  .tournament-page {
    padding: 0 0 50px; } }
@media (max-width: 599px) {
  .tournament-page {
    padding: 0 0 40px; } }
.tournament-page .tab-content {
  padding: 0; }
@media (max-width: 900px) {
  .tournament-page .common-headline-block.alt {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0; } }
@media (max-width: 599px) {
  .tournament-page .common-headline-block.alt {
    padding: 0; } }
@media (max-width: 900px) {
  .tournament-page .common-headline-block.alt h1 {
    width: 100%;
    margin-left: 48px; } }
@media (max-width: 599px) {
  .tournament-page .common-headline-block.alt h1 {
    margin-bottom: 10px;
  margin-left: 5px} }
@media (max-width: 900px) {
  .tournament-page .common-headline-block.alt .common-headline__bottom-block {
    width: 100%;
    justify-content:flex-end;} }
.tournament-page .text_block {
  margin-top: 2rem;
  font-family: "OpenSansRegular", sans-serif
}
@media (max-width: 599px) {
  .tournament-page .common-headline-block.alt .common-headline__bottom-block {
    width: 100%;
    justify-content:flex-start;} }


@media (max-width: 900px) {
  table.score-table {
    display: table;
    width: 100%; } }

table.score-table tbody {
  display: block; }
@media (max-width: 900px) {
  table.score-table tbody {
    display: table-row-group; } }

@media (max-width: 900px) {
  table.score-table tr {
    display: table-row; } }

table.score-table tr.table-header td {
  width: 100%;
  display: block;
  padding: 20px 0;
  font-family: "OpenSansRegular", sans-serif; }
@media (max-width: 900px) {
  table.score-table tr.table-header td {
    display: table-cell !important; } }
table.score-table tr.table-header td:nth-child(1), table.score-table tr.table-header td:nth-child(5) {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center; }

@media (max-width: 900px) {
  table.score-table tr td {
    width: auto;
    padding: 5px 0;
    vertical-align: middle; } }

table.score-table tr td:nth-child(1) {
  padding-right: 25px;
  padding-left: 20px;
  text-align: right; }

table.score-table tr td:nth-child(1), table.score-table tr td:nth-child(5) {
  width: calc(50% - 124px); }
@media (max-width: 900px) {
  table.score-table tr td:nth-child(1), table.score-table tr td:nth-child(5) {
    white-space: nowrap; } }
@media (max-width: 599px) {
  table.score-table tr td:nth-child(1), table.score-table tr td:nth-child(5) {
    display: none;
    width: auto; } }

table.score-table tr td:nth-child(2), table.score-table tr td:nth-child(4) {
  width: 54px;
  text-align: center;}

table.score-table tr td:nth-child(3) {
  width: 140px;
  font-size: 24px;
  color: #3D4248;
  line-height: 22px;
  text-align: center; }
@media (max-width: 900px) {
  table.score-table tr td:nth-child(3) {
    width: 100%; } }
@media (max-width: 599px) {
  table.score-table tr td:nth-child(3) {
    width: 100%; } }

table.score-table tr td:nth-child(5) {
  padding-left: 25px;
  padding-right: 20px;
  text-align: left; }

@media (max-width: 900px) {
  table.score-table tr td img {
    max-width: 54px; } }

table.score-table .score-table-date {
  font-size: 0.5em;
  margin-bottom: -5px; }

table.group-stat-table .table-header td {
  padding-top: 30px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #B3B4B6;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; }
table.group-stat-table .table-header td:nth-child(1) {
  width: 36px;
  text-align: center; }
table.group-stat-table .table-header td:nth-child(2) {
  width: 260px;
  margin-left: 84px;
  text-align: left; }
table.group-stat-table .table-header td:nth-child(3) {
  margin-left: 0;
  margin-right: auto;
  text-align: center; }
table.group-stat-table .table-header td:nth-child(3), table.group-stat-table .table-header td:nth-child(8) {
  width: 90px; }
table.group-stat-table .table-header td:nth-child(4) {
  margin-right: unset; }
table.group-stat-table .table-header td:nth-child(4), table.group-stat-table .table-header td:nth-child(5), table.group-stat-table .table-header td:nth-child(6) {
  width: 80px; }
table.group-stat-table .table-header td:nth-child(7) {
  width: 120px; }

table.group-stat-table td {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 16px;
  color: #4A4A4A;
  text-align: center; }
table.group-stat-table td:nth-child(1) {
  width: 36px;
  text-align: center; }
table.group-stat-table td:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 54px; }
table.group-stat-table td:nth-child(3) {
  width: 260px;
  margin-left: 30px;
  text-align: left; }
table.group-stat-table td:nth-child(4) {
  margin-right: auto; }
table.group-stat-table td:nth-child(4), table.group-stat-table td:nth-child(9) {
  width: 90px; }
table.group-stat-table td:nth-child(5), table.group-stat-table td:nth-child(6), table.group-stat-table td:nth-child(7) {
  width: 80px; }
table.group-stat-table td:nth-child(8) {
  width: 120px; }
table.group-stat-table td img {
  max-height: 45px; }

table.players-table td {
  flex-shrink: 0; }

table.players-table .table-header td {
  padding-top: 30px;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 12px;
  color: #B3B4B6;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; }
table.players-table .table-header td:nth-child(1) {
  margin-left: 122px;
  width: 225px;
  margin-right: 0;
  text-align: left; }
table.players-table .table-header td:nth-child(2) {
  width: 54px;
  margin-right: auto; }
@media (max-width: 599px) {
  table.players-table .table-header td:nth-child(2) {
    margin-right: 20px; } }
table.players-table .table-header td:nth-child(3) {
  width: 200px;
  padding-left: 90px;
  padding-right: 0; }
table.players-table .table-header td:nth-child(5) {
  padding-left: 20px;
  padding-right: 0;
  margin-right: 0;
  width: 200px;
  text-align: left; }
@media (max-width: 599px) {
  table.players-table td:nth-child(5) {
    margin-right: 15px; } }
table.players-table .table-header td:nth-child(6) {
  overflow: visible;
  border-radius: 0;
  height: auto; }
table.players-table .table-header td:nth-child(4), table.players-table .table-header td:nth-child(5), table.players-table .table-header td:nth-child(6) {
  width: 70px; }

table.players-table td {
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 16px;
  color: #4A4A4A;
  text-align: center; }
table.players-table td:nth-child(1) {
  width: 36px;
  margin-right: 10px; }
table.players-table td:nth-child(2) {
  width: 51px; }
table.players-table td:nth-child(3) {
  width: 250px;
  padding-left: 25px;
  padding-right: 5px;
  text-align: left; }
table.players-table td:nth-child(4) {
  width: 54px;
  height: 54px; }
table.players-table td:nth-child(4) img {
  height: 100%;
  width: auto; }
table.players-table td:nth-child(5) {
  padding-left: 30px;
  padding-right: 5px;
  margin-right: auto; }
table.players-table td:nth-child(6) {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden; }
table.players-table td:nth-child(6) img {
  height: 100%;
  width: 100%; }
table.players-table td:nth-child(7) {
  width: 140px; }
table.players-table td:nth-child(8), table.players-table td:nth-child(9), table.players-table td:nth-child(10) {
  width: 70px; }

.player-ava {
  width: 51px;
  height: 51px;
  position: relative;
  border-radius: 50%;
  overflow: hidden; }
.player-ava img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%; }

@media (max-width: 900px) {
  .broadcasting-page {
    padding: 40px 0 0; } }

@media (max-width: 599px) {
  .broadcasting-page {
    padding: 30px 0 0; } }

.broadcasting-page .common-headline-block h1 {
  margin-bottom: 30px; }
@media (max-width: 900px) {
  .broadcasting-page .common-headline-block h1 {
    margin-bottom: 20px; } }
@media (max-width: 599px) {
  .broadcasting-page .common-headline-block h1 {
    font-size: 20px;
    margin-bottom: 15px; } }

.broadcasting-page iframe {
  width: 100% !important;
  height: 620px !important; }
@media (max-width: 900px) {
  .broadcasting-page iframe {
    height: 500px !important; } }
@media (max-width: 599px) {
  .broadcasting-page iframe {
    height: 400px !important; } }

.broadcasting-page .wrapper-w {
  font-size: 0; }

.broadcasting-page .player__container {
  position: relative; }
.broadcasting-page .player__betera-in,
.broadcasting-page .player__betera {
  position: absolute;
  bottom: 40px;
  left: 50px;
  z-index: 1; }
.broadcasting-page .player__betera-in img,
.broadcasting-page .player__betera img {
  max-width: 90px; }
@media (max-width: 425px) {
  .broadcasting-page .player__betera-in img,
  .broadcasting-page .player__betera img {
    left: 25px;
    max-width: 70px; } }

.cup-page {
  padding: 0 0 95px; }
@media (max-width: 900px) {
  .cup-page {
    padding: 0px 0 30px; } }
@media (max-width: 599px) {
  .cup-page {
    padding: 0px 0; } }
.cup-page > .common-filter-block {
  padding: 17px 10px;
  border-bottom: 1px solid #DCDCDC; }
.cup-page > .common-filter-block.right > .common-filter {
  text-align: right; }
.cup-page > .common-filter-block.center > .common-filter {
  text-align: center; }

.playoff-scheme-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  min-width: 900px; }

.playoff-scheme__col {
  width: 25%;
  padding-top: 30px;
  padding-bottom: 40px; }
.playoff-scheme__col:nth-child(2n) {
  background-color: #F6F6F6; }
.playoff-scheme__col:nth-child(1) .playoff-scheme-col__container {
  padding-top: 0;
  padding-left: 0; }
.playoff-scheme__col:nth-child(1) .playoff-scheme__item {
  margin-bottom: 6px; }
.playoff-scheme__col:nth-child(1) .playoff-scheme__item:nth-child(2n) {
  margin-bottom: 6px; }
.playoff-scheme__col:nth-child(1) .playoff-scheme__item:before, .playoff-scheme__col:nth-child(1) .playoff-scheme__item:after {
  display: none; }
.playoff-scheme__col:nth-child(2) .playoff-scheme-col__container {
  padding-top: 32px; }
.playoff-scheme__col:nth-child(2) .playoff-scheme__item {
  margin-bottom: 80px; }
.playoff-scheme__col:nth-child(3) .playoff-scheme-col__container {
  padding-top: 101px; }
.playoff-scheme__col:nth-child(3) .playoff-scheme__item {
  margin-bottom: 218px; }
.playoff-scheme__col:nth-child(3) .playoff-scheme__item:before, .playoff-scheme__col:nth-child(3) .playoff-scheme__item:after {
  height: 39px; }
.playoff-scheme__col:nth-child(4) .playoff-scheme-col__container {
  padding-top: 239px; }
.playoff-scheme__col:nth-child(4) .playoff-scheme__item:before, .playoff-scheme__col:nth-child(4) .playoff-scheme__item:after {
  height: 108px; }

.playoff-scheme-col__header {
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px; }
.playoff-scheme-col__header img {
  margin-right: 10px; }

.playoff-scheme-col__container {
  padding: 0 10px; }

.playoff-scheme__item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  border: 1px solid #DDDDDF;
  padding: 3px 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-around; }
.playoff-scheme__item:last-child {
  margin-bottom: 0 !important; }
.playoff-scheme__item:before, .playoff-scheme__item:after {
  position: absolute;
  content: '';
  display: block;
  height: 5px;
  width: 60%;
  left: -21px;
  border-right: 1px solid #DDDDDF; }
.playoff-scheme__item:before {
  bottom: 100%;
  border-top: 1px solid #DDDDDF; }
.playoff-scheme__item:after {
  top: 100%;
  border-bottom: 1px solid #DDDDDF; }

.playoff-scheme-item__line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }

.playoff-scheme-item__img {
  width: 22px;
  height: 22px;
  margin: 0 8px; }
.playoff-scheme-item__img img {
  max-width: 100%;
  max-height: 100%; }

.playoff-scheme-item__name {
  margin-right: auto;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  color: #4A4A4A; }

.playoff-scheme-item__name_winner {
  margin-right: auto;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #4A4A4A; }

.playoff-scheme-item__num {
  width: 20px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #4A4A4A; }

.news_single-footer {
  text-align: center;
  margin-top: 50px; }

.news_single-footer .btn--go_back {
  color: #99A1AA;
  padding: 14px 50px 10px;
  border: 1px solid #D9DDE1;
  font-family: "HeliosCond", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; }
.news_single-footer .btn--go_back:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: #fff; }
.preloader-container {
  padding-top: 10px;
  text-align: center; }

.no-broadcast {
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.no-broadcast_col {
  max-width: 50%;
  text-align: center;
}
@media (max-width: 900px) {
  .no-broadcast_col {
    max-width: 100%;
    padding: 20px 0; }
  .no-broadcast {
    display: block; } }
@media (max-width: 599px) {
  .no-broadcast_col {
    max-width: 100%;
    padding: 20px 0; }
  .no-broadcast {
    display: block; } }

.no-broadcast_col h1 {
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  font-size: 32px;
  text-transform: uppercase;
}

.no-broadcast_col img {
  max-width: 100%;
}

.br-container {
  position: relative;
  margin-bottom: 15px;
}

.championship--broadcast .common-headline-block {
  border-bottom: none;
  padding: 0;
}

.championship--broadcast h3 {
  text-align: center;
  margin: 50px 0 25px 0;
  font-weight: bolder;
  font-size: 24px;
  font-family: 'SF-UI-Display-Heavy', sans-serif;
  color: #3D4248;
}

.championship--broadcast .bb_container {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.championship--broadcast .bb-image {
  max-width: 350px;
}

.watch-desktop {
  border-bottom: none;
}

.watch-desktop .watch-statistic,
.watch-desktop .watch-match {
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1.5;
  color: var(--lightmain);
  text-transform: uppercase;
  font-family: "OpenSansBold", sans-serif;
}

.watch-desktop .watch-statistic:hover,
.watch-desktop .watch-match:hover {
  color: #3D4248;
}

.watch-desktop > .watch-statistic,
.watch-desktop > .watch-match {
  position: absolute;
  top: 25px;
  right: 5px;
  display: block;
}

.championship--broadcast table.score-table tr td:nth-child(3) {
  width: 20%;
}

.championship--broadcast table.score-table tr td:nth-child(1),
.championship--broadcast table.score-table tr td:nth-child(5) {
  width: 35%;
}

.br-container:last-child {
  margin-bottom: 50px;
}

@media (max-width: 900px) {

  .watch-desktop {
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0 5px 0;
  }

  .br-container .table tr {
    border-bottom: none;
  }

  .watch-desktop > .watch-statistic,
  .watch-desktop > .watch-match {
    position: relative;
  }
  .championship--broadcast .br-container {
    text-align: center;
  }
  .championship--broadcast .watch-statistic,
  .championship--broadcast .watch-match {
    position: relative;
    text-align: center;
    top: auto;
    right: auto;
  }
}

.top_header_buttons {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 130px; }
@media (max-width: 900px) {
  .top_header_buttons {
    height: 100px; } }
@media (max-width: 599px) {
  .top_header_buttons {
    flex-wrap: wrap;
    height: 120px;
    padding: 0; } }
.top_header_buttons-wrap {
  background-image: url("../../img/new_top_header/top_header_bg.jpg");
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 17; }
.top_header_buttons-wrap_wc {
  transition: .3s;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 170px;
  display: block;
  z-index: 17; }
.top_header_buttons-wrap_wc:hover {
  opacity: .9; }
.top_header_buttons-wrap_wc.ru {
  background-image: url("../../img/new_top_header/world_cup_ru.png"); }  
.top_header_buttons-wrap_wc.en {
  background-image: url("../../img/new_top_header/world_cup_en.png"); }
.top_header_buttons-wrap_wc.by {
  background-image: url("../../img/new_top_header/world_cup_by.png"); }
@media (min-width: 2560px) {
  .top_header_buttons-wrap_wc {
    height: 230px; }  
}  
@media (max-width: 1440px) {
  .top_header_buttons-wrap_wc {
    height: 130px; }  
}  
@media (max-width: 1280px) {
  .top_header_buttons-wrap_wc {
    height: 115px; }  
}
@media (max-width: 1024px) {
  .top_header_buttons-wrap_wc {
    height: 90px; }  
}
@media (max-width: 768px) {
  .top_header_buttons-wrap_wc {
    height: 70px; }  
}  
@media (max-width: 425px) {
  .top_header_buttons-wrap_wc {
    height: 38px; }  
}  
@media (max-width: 375px) {
  .top_header_buttons-wrap_wc {
    height: 34px; }  
}
@media (max-width: 320px) {
  .top_header_buttons-wrap_wc {
    height: 56px; }
  .top_header_buttons-wrap_wc.ru {
    background-image: url("../../img/new_top_header/world_cup_mobile_ru.png"); }  
  .top_header_buttons-wrap_wc.en {
    background-image: url("../../img/new_top_header/world_cup_mobile_en.png"); }
  .top_header_buttons-wrap_wc.by {
    background-image: url("../../img/new_top_header/world_cup_mobile_by.png"); }
}  
.top_header_buttons-link {
  width: 14.28%;
  height: 100%;
  display: flex; }
@media (max-width: 599px) {
  .top_header_buttons-link {
    width: 14%; } }
.top_header_buttons-link.active {
  background: rgba(255, 255, 255, 0.79); }
.top_header_buttons-link:hover {
  background: rgba(255, 255, 255, 0.79); }
.top_header_buttons-link:hover:nth-child(1) span {
  background-image: url("../../img/new_top_header/7.svg"); }
@media (max-width: 599px) {
  .top_header_buttons-link:hover:nth-child(1) span {
    background-image: url("../../img/new_top_header/abff.svg"); } }
.top_header_buttons-link:hover:nth-child(2) span {
  background-image: url("../../img/new_top_header/1.svg"); }
.top_header_buttons-link:hover:nth-child(3) span {
  background-image: url("../../img/new_top_header/2.svg"); }
.top_header_buttons-link:hover:nth-child(4) span {
  background-image: url("../../img/new_top_header/3.svg"); }
.top_header_buttons-link:hover:nth-child(5) span {
  background-image: url("../../img/new_top_header/4.svg"); }
.top_header_buttons-link:hover:nth-child(6) span {
  background-image: url("../../img/new_top_header/5.svg"); }
.top_header_buttons-link:hover:nth-child(7) span {
  background-image: url("../../img/new_top_header/8.svg"); }
.top_header_buttons-link:hover:nth-child(8) span {
  background-image: url("../../img/new_top_header/6.svg"); }
.top_header_buttons-link span {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: 90px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
@media (max-width: 900px) {
  .top_header_buttons-link span {
    height: 70px; } }
@media (max-width: 599px) {
  .top_header_buttons-link span {
    height: 40px; } }
@media (max-width: 599px) {
  .top_header_buttons-link {
    height: 55%; } }
@media (max-width: 599px) {
  .top_header_buttons-link:nth-child(1) {
    width: 100%;
    height: 45%;
    border-bottom: 1px solid #B66565; } }
.top_header_buttons-link:nth-child(1) span {
  background-image: url("../../img/new_top_header/7_w.svg"); }
@media (max-width: 599px) {
  .top_header_buttons-link:nth-child(1) span {
    background-image: url("../../img/new_top_header/abff.svg"); } }
.top_header_buttons-link:nth-child(2) span {
  background-image: url("../../img/new_top_header/1_w.svg"); }
.top_header_buttons-link:nth-child(3) span {
  background-image: url("../../img/new_top_header/2_w.svg"); }
.top_header_buttons-link:nth-child(4) span {
  background-image: url("../../img/new_top_header/3_w.svg"); }
.top_header_buttons-link:nth-child(5) span {
  background-image: url("../../img/new_top_header/4_w.svg"); }
.top_header_buttons-link:nth-child(6) span {
  background-image: url("../../img/new_top_header/5_w.svg"); }
.top_header_buttons-link:nth-child(7) span {
  background-image: url("../../img/new_top_header/8_w.svg"); }
.top_header_buttons-link:nth-child(8) span {
  background-image: url("../../img/new_top_header/6_w.svg"); }

.tournament-page > .common-headline-block h1 span {
  font-size: 12px;
  color: #ccc;
  margin: 0 5px;
}

.tournament-page a.tournament-phase span {
  font-size: 12px;
  color: var(--lightmain);
  margin: 0 5px;
}

.tournament-page a.tournament-phase.active span {
  font-size: 12px;
  color: #3D4248;
  text-decoration: underline;
}


.main__news-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px; }
@media (max-width: 599px) {
  .main__news-block {
    margin-bottom: 35px; } }
.main__news-block .news-list-container {
  width: 65%;
  justify-content: space-between; }
@media (max-width: 900px) {
  .main__news-block .news-list-container {
    width: 100%; } }
.main__news-block .news-list-container .news-list-item {
  width: 46%;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 30px; }
.main__news-block .news-list-container .news-list-item:nth-child(1), .main__news-block .news-list-container .news-list-item:nth-child(2) {
  margin-top: 0; }
@media (max-width: 900px) {
  .main__news-block .news-list-container .news-list-item {
    width: 47%; } }
@media (max-width: 599px) {
  .main__news-block .news-list-container .news-list-item {
    width: 100%;
    margin-top: 20px; }
  .main__news-block .news-list-container .news-list-item:nth-child(2) {
    margin-top: 20px; } }
@media (max-width: 599px) {
  .main__news-block .news-list-item__img {
    margin-bottom: 12px; } }
@media (max-width: 599px) {
  .main__news-block .news-list-item__title {
    margin-bottom: 10px; } }

.news-list-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 900px) {
  .news-list-container {
    justify-content: space-between; } }

.news-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
@media (max-width: 900px) {
  .news-list {
    justify-content: space-between; } }
.news-list .news-list-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 30px; }
.news-list .news-list-item:nth-child(3n) {
  margin-right: 0; }
@media (max-width: 900px) {
  .news-list .news-list-item {
    width: 47%;
    margin-right: 0; } }
@media (max-width: 599px) {
  .news-list .news-list-item {
    width: 100%; } }

.news-list-item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
  position: relative; }
.main-news-sidebar__popular .news-list-item {
  width: 100%; }
@media (max-width: 900px) {
  .news-list-item {
    width: 46%;
    margin-right: 0; } }
@media (max-width: 599px) {
  .news-list-item {
    width: 100%;
    margin-bottom: 20px; } }
.news-list-item > time {
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.4px;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  left: 10px; }
@media (max-width: 900px) {
  .news-list-item > time {
    font-size: 12px; } }

.news-list-item__category a {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 10px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 18px;
  border-radius: 16px;
  background: var(--lightmain); }
@media (max-width: 900px) {
  .news-list-item__category {
    font-size: 12px; } }
@media (max-width: 599px) {
  .news-list-item__category {
    font-size: 10px; } }
.news-list-item__category_yellow {
  background: #D3A240; }

.news-list-item__img {
  display: block;
  width: 100%;
  padding-top: 67%;
  background-color: #333;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover; }
.main-news-sidebar__popular .news-list-item__img {
  padding-top: 33%; }
.news-list-item__img:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5); }

.news-list-item__title {
  display: block;
  margin-bottom: 20px;
  font-family: 'SF-UI-Display-Bold', sans-serif;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.4px;
  line-height: 1.3; }
.news-list-item__title:hover {
  color: var(--main); }
@media (max-width: 900px) {
  .news-list-item__title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4; } }
@media (max-width: 599px) {
  .news-list-item__title {
    font-size: 16px; } }

.main-news__sidebar {
  width: 30%; }
@media (max-width: 900px) {
  .main-news__sidebar {
    display: none; } }
.main-news__sidebar .bx-wrapper {
  margin-bottom: 60px; }

.main-news-sidebar__popular {
  padding-top: 55px; }
@media (max-width: 599px) {
  .main-news-sidebar__popular {
    padding-top: 15px; } }


.main-popular__title {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #3E4245;
  margin-bottom: 18px; }


.main__video-block {
  color: #262626;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px; }
@media (max-width: 599px) {
  .main__video-block {
    margin-bottom: 35px; } }
.main__video-block .video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; }
.main__video-block .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.main-video__main {
  box-sizing: border-box;
  width: 63%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
@media (max-width: 900px) {
  .main-video__main {
    width: 100%;
    flex-wrap: nowrap;
    padding-bottom: 10px; } }
@media (max-width: 599px) {
  .main-video__main {
    padding: 15px 15px 5px; } }
.main-video__main .video {
  margin-bottom: 10px; }
@media (max-width: 900px) {
  .main-video__main .video {
    width: 50%;
    padding-bottom: 28.125%;
    flex-shrink: 0;
    margin-bottom: 0; } }
.main-video__main time {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #999999;
  font-family: "OpenSansRegular", sans-serif; }
@media (max-width: 900px) {
  .main-video__main time {
    display: none; } }
.main-video-main__title {
  font-family: 'SF-UI-Display-Bold', sans-serif; }
@media (max-width: 900px) {
  .main-video-main__title {
    padding-left: 20px;
    line-height: 20px; } }
@media (max-width: 599px) {
  .main-video-main__title {
    padding-left: 15px;
    font-size: 14px; } }
.main-video__sidebar {
  box-sizing: border-box;
  width: 37%;
  padding: 20px;
  display: flex;
  flex-direction: column; }
@media (max-width: 900px) {
  .main-video__sidebar {
    width: 100%; } }
@media (max-width: 599px) {
  .main-video__sidebar {
    padding: 15px; } }
.main-video-sidebar__item {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
@media (max-width: 599px) {
  .main-video-sidebar__item {
    margin-bottom: 20px; } }
.main-video-sidebar__item:last-child {
  margin-bottom: 0; }
.main-video-sidebar__item .video {
  width: 50%;
  padding-bottom: 28.125%;
  flex-shrink: 0; }
.main-video-sidebar-item__title {
  padding-left: 20px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'SF-UI-Display-Bold', sans-serif; }
@media (max-width: 900px) {
  .main-video-sidebar-item__title {
    font-size: 16px; } }
@media (max-width: 599px) {
  .main-video-sidebar-item__title {
    font-size: 14px; } }

/* Header menu */
.header {
  position: relative;
}

@media (max-width: 599px) {
  .header {
    display: none;
  }
}

.header__top-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .header__top-bar {
    padding-left: 25px;
  }
}

@media (max-width: 900px) {
  .header__top-bar {
    padding-left: 25px;
    height: 60px;
  }
}

@media (max-width: 599px) {
  .header__top-bar {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    order: 3;
    padding: 20px 0 45px;
    height: auto;
    background-color: var(--main);
  }
}


.header__top-bar .subscribe-socials__links {
  height: 33px;
  padding: 0 15px;
  border-left: 1px solid #d0d4d9;
}

@media (max-width: 900px) {
  .header__top-bar .subscribe-socials__links {
    display: none;
    height: auto;
    padding: 0;
    border: 1px solid var(--lightmain);
  }
}

@media (max-width: 599px) {
  .header__top-bar .subscribe-socials__links {
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 15px;
  }
}

.header__top-bar .subscribe-socials__links a {
  margin: 0 4px;
  width: 24px;
  height: 24px;
  background-color: var(--main);
  background-size: 17px 16px;
  border-radius: 3px;
  overflow: hidden;
}

.header__top-bar .subscribe-socials__links a:hover,
.header__top-bar .subscribe-socials__links a:active {
  background-color: var(--verylightmain);
}

.header__top-bar .subscribe-socials__links a:before,
.header__top-bar .subscribe-socials__links a:after {
  display: none;
}

@media (max-width: 599px) {
  .header__top-bar .subscribe-socials__links a  {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid var(--lightmain);
  }

  .header__top-bar .subscribe-socials__links a:last-child {
    border-right: none;
  }
}

.header__top-bar .subscribe-socials__links a .socials--fb,
.header__top-bar .subscribe-socials__links a .socials--vk,
.header__top-bar .subscribe-socials__links a .socials--in,
.header__top-bar .subscribe-socials__links a .socials--tw,
.header__top-bar .subscribe-socials__links a .socials--vi,
.header__top-bar .subscribe-socials__links a .socials--yt {
  width: 24px;
  height: 24px;
}

@media (max-width: 599px) {
  .header__top-bar .subscribe-socials__links a .socials--fb,
  .header__top-bar .subscribe-socials__links a .socials--vk,
  .header__top-bar .subscribe-socials__links a .socials--in,
  .header__top-bar .subscribe-socials__links a .socials--tw,
  .header__top-bar .subscribe-socials__links a .socials--vi,
  .header__top-bar .subscribe-socials__links a .socials--yt {
    width: 50px;
    height: 50px;
  }
}

.header__top-bar .subscribe-socials__links a .socials--fb {
  background-image: url(../../img/socials--fb.svg);
}

.header__top-bar .subscribe-socials__links a .socials--vk {
  background-image: url(../../img/socials--vk.svg);
}

.header__top-bar .subscribe-socials__links a .socials--in {
  background-image: url(../../img/socials--in.svg);
}

.header__top-bar .subscribe-socials__links a .socials--tw {
  background-image: url(../../img/socials--tw.svg);
}

.header__top-bar .subscribe-socials__links a .socials--yt {
  background-image: url(../../img/socials--yt.svg);
}

.header__top-bar .subscribe-socials__links a .socials--vi {
  background-image: url(../../img/socials--vi.svg);
}

.header__top-bar .subscribe-socials__links a.socials--ok {
  background-image: url(../../img/socials--ok.svg);
}
.header__top-bar .subscribe-socials__links a.socials--tg {
  background-image: url(../../img/socials--tg.svg);
}

@media (max-width: 599px) {
  .header__top-bar .fullmenu-opener-btn {
    display: none;
  }
}

.header__top-bar .wrapper-w {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.header__top-bar.dark--theme {
  background-color: #3E4148;
}

.header__top-bar.dark--theme .header-top-langs--curent {
  color: #FFF;
  border-right: 1px solid #FFF;
}

.header__top-bar.dark--theme .header-top__search-opener {
  color: #FFF;
  background-image: url(../../img/championship/header-top-search-opener--white.svg);
}

.header-top__clubs-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header-top__clubs-list a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px 5px;
  text-align: center;
}

.header-top__clubs-list a:hover {
  background-color: #ECEEF0;
}

.header-top__clubs-list a img {
  height: 100%;
}

.header-top__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.header-top__langs {
  height: 20px;
  width: 30px;
  margin-right: 10px;
  border-right: 1px solid var(--main);
  cursor: pointer;
  position: relative;
}

.header-top-langs--curent {
  position: relative;
  top: 2px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 14px;
  color: var(--main);
}

.header-top-langs--curent:hover {
  color: var(--lightmain);
}

.header-top-langs--options {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  background-color: var(--main);
  display: none;
  flex-direction: column;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 9;
}

.header-top-langs--options.open {
  display: flex;
}

.header-top-langs--options a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 0.5rem;
}

.header-top-langs--options a:hover {
  background-color: var(--lightmain);
}

.header-top__search-opener {
  height: 16px;
  line-height: 20px;
  font-family: 'SF-UI-Display-Regular', sans-serif;
  font-size: 14px;
  color: var(--main);
  cursor: pointer;
}

.header-top__search-opener img {
  vertical-align: -3px;
  margin-right: 5px;
}

.header-top__search-opener span {
  vertical-align: -1px;
}

.header-top__search-opener:hover {
  color: var(--lightmain);
}

.header-top__search-opener:hover svg {
  fill: var(--lightmain);
}

.header-top__search-opener svg {
  margin-right: 3px;
  fill: var(--main);
}

.common-submenu {
  border-top: 1px solid #D7E6EE;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.common-submenu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .common-submenu ul {
    margin: 0 auto 0 30px;
  }
}

  .common-submenu ul li {
  margin-left: 4%;
  display: flex;
  align-items: center;
}

.common-submenu ul li:first-child {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .common-submenu ul li:last-child {
    margin-left: auto;
  }
}

.common-submenu ul li.active a,
.common-submenu ul li a.active {
  color: var(--lightmain);
}

.common-submenu ul li a {
  position: relative;
  top: 1px;
  display: block;
  padding: 15px 0 19px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 1em;
  color: var(--main);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .common-submenu ul li a  {
    font-family: 'SF-UI-Display-Medium', sans-serif;
    letter-spacing: 0.8px;
  }
}

.common-submenu ul li a:hover {
  color: var(--lightmain);
}

.common-submenu .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .common-submenu .mCSB_horizontal.mCSB_inside > .mCSB_container {
    padding-right: 30px;
  }
}

.common-submenu .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 0!important;
}

.header__sponsor-link {
  display: block;
  width: 160px;
  height: auto;
  margin-left: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  background-image: url(../../img/championship/sponsor-logo-betera.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.header__sponsor-link.maxline-f__league {
  background-image: url(../../img/championship/sponsor-logo-maxline-f__league.svg);
}

.header__sponsor-link.maxline-w__league {
  background-image: url(../../img/championship/sponsor-logo-maxline-w__league.svg);
}

@media (max-width: 1200px) {
    .header__sponsor-link {
      display: none !important;
    }
}

.header__menu-opener {
  display: block;
  width: 27px;
  height: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

@media (max-width: 599px) {
  .header__menu-opener {
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -10px;
    margin-right: 0;
  }
}

.header__menu-opener:empty {
  background: url(../../img/championship/menu-opener.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.body-first_league .header__menu-opener:empty {
  background: url(../../img/championship/menu-opener-gray.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.body-second_league .header__menu-opener:empty {
  background: url(../../img/championship/menu-opener-blue.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.body-women_league .header__menu-opener:empty {
  background: url(../../img/championship/menu-opener-orange.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.body-cup .header__menu-opener:empty {
  background: url(../../img/championship/menu-opener-black.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.header__menu-opener svg {
  width: 100%;
  height: 100%;
}

.header__menu-opener svg * {
  fill: var(--main) !important;
}

/*Header mobile menu*/

.mobile-header {
  display: none;
  width: 100%;
  justify-content: space-between;
  background: var(--main);
}

@media (max-width: 599px) {
  .mobile-header {
    display: block;
  }

  .mobile-header .mobile-header-bottom {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    z-index: 20;
    height: 60px;
    background: var(--main);
    border: 1px solid var(--lightmain);
  }

  .body-first_league .mobile-header .mobile-header-bottom {
    background: #FCFF00;
    border: 1px solid #FCFF00;
  }

  .mobile-header .header__logo {
    display: block;
    height: 60px;
    margin-left: 15px;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .mobile-header .fullmenu-opener-btn {
    display: block;
  }
}

.header__logo {
  display: block;
  width: 80px;
  height: 40px;
  margin-right: auto;
  background: url(../../img/logo_sponsor.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.header__logo.maxline-f__league {
  background: url("../../img/logo_sponsor_maxline-f__league.svg") no-repeat center;
  background-size: 100px;
  width: 100px;
  height: 58px;
}

.header__logo.maxline-w__league {
  background: url("../../img/logo_sponsor_maxline-w__league.svg") no-repeat center;
  background-size: 100px;
  width: 100px;
  height: 58px;
}

.fullmenu-opener-btn {
  display: none;
  position: relative;
  width: 60px;
  height: 60px;
  border-left: 1px solid var(--lightmain);
}

.fullmenu-opener-btn.active {
  background-color: var(--verylightmain);
}

.fullmenu-opener-btn.white:before {
  background-image: url(../../img/fullmenu-opener-btn-white.svg);
}

.fullmenu-opener-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: block;
  width: 26px;
  height: 20px;
  margin-top: -10px;
  margin-left: -13px;
  background-image: url(../../img/fullmenu-opener-btn.svg);
}

@media (max-width: 599px) {
  .fullmenu-opener-btn {
    display: none;
  }
}

@media (max-width: 900px) {
  .fullmenu-opener-btn {
    display: block;
  }
}

.header__top-bar-wrap {
  display: none;
}

.header__top-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 1200px) {
  .header__top-bar {
    padding-left: 25px;
  }
}

@media (max-width: 900px) {
  .header__top-bar {
    padding-left: 25px;
    height: 60px;
  }
}

@media (max-width: 599px) {
  .header__top-bar {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    order: 3;
    padding: 20px 0 45px;
    height: auto;
    background-color: var(--main);
  }
}

.header__top-bar .subscribe-socials__links {
  height: 33px;
  padding: 0 15px;
  border-left: 1px solid #d0d4d9;
}

@media (max-width: 900px) {
  .header__top-bar .subscribe-socials__links {
    display: none;
    height: auto;
    padding: 0;
    border: 1px solid var(--lightmain);
  }
}

@media (max-width: 599px) {
  .header__top-bar .subscribe-socials__links {
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 15px;
  }
}

.header__top-bar .subscribe-socials__links a {
  margin: 0 4px;
  width: 24px;
  height: 24px;
  background-color: var(--main);
  background-size: 17px 16px;
  border-radius: 3px;
  overflow: hidden;
}

.header__top-bar .subscribe-socials__links a:hover {
  background-color: var(--verylightmain);
}

.header__top-bar .subscribe-socials__links a:active {
  background-color: var(--verylightmain);
}

.header__top-bar .subscribe-socials__links a:before,
.header__top-bar .subscribe-socials__links a:after {
  display: none;
}

@media (max-width: 599px) {
  .header__top-bar .subscribe-socials__links a {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0;
    border-radius: 0;
    border-right: 1px solid var(--lightmain);
  }

  .header__top-bar .subscribe-socials__links a:last-child {
    border-right: none;
  }
}

.header__top-bar .subscribe-socials__links a.socials--fb,
.header__top-bar .subscribe-socials__links a.socials--vk,
.header__top-bar .subscribe-socials__links a.socials--in,
.header__top-bar .subscribe-socials__links a.socials--tw,
.header__top-bar .subscribe-socials__links a.socials--vi,
.header__top-bar .subscribe-socials__links a.socials--yt,
.header__top-bar .subscribe-socials__links a.socials--ok,
.header__top-bar .subscribe-socials__links a.socials--tg {
  width: 24px;
  height: 24px;
}

@media (max-width: 599px) {
  .header__top-bar .subscribe-socials__links a.socials--fb,
  .header__top-bar .subscribe-socials__links a.socials--vk,
  .header__top-bar .subscribe-socials__links a.socials--in,
  .header__top-bar .subscribe-socials__links a.socials--tw,
  .header__top-bar .subscribe-socials__links a.socials--vi,
  .header__top-bar .subscribe-socials__links a.socials--yt,
  .header__top-bar .subscribe-socials__links a.socials--ok,
  .header__top-bar .subscribe-socials__links a.socials--tg {
    width: 50px;
    height: 50px;
  }
}

.header__top-bar .subscribe-socials__links a.socials--fb {
  background-image: url(../../img/socials--fb.svg);
}

.header__top-bar .subscribe-socials__links a.socials--vk {
  background-image: url(../../img/socials--vk.svg);
}

.header__top-bar .subscribe-socials__links a.socials--in {
  background-image: url(../../img/socials--in.svg);
}

.header__top-bar .subscribe-socials__links a.socials--tw {
  background-image: url(../../img/socials--tw.svg);
}

.header__top-bar .subscribe-socials__links a.socials--yt {
  background-image: url(../../img/socials--yt.svg);
}

.header__top-bar .subscribe-socials__links a.socials--vi {
  background-image: url(../../img/socials--vi.svg);
}

.header__top-bar .subscribe-socials__links a.socials--ok {
  background-image: url(../../img/socials--ok.svg); 
}
.header__top-bar .subscribe-socials__links a.socials--tg {
  background-image: url(../../img/socials--tg.svg); 
}

@media (max-width: 599px) {
  .header__top-bar .fullmenu-opener-btn {
    display: none;
  }
}

.header-top__search {
  position: relative;
  flex-grow: 1;
  width: 30px;
  margin-left: 80px;
  margin-right: 20px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media (max-width: 900px) {
  .header-top__search {
    margin-left: 30px;
  }
}

@media (max-width: 599px) {
  .header-top__search {
    margin-right: 0;
    margin-left: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

.header-top__search.active label {
  opacity: 1;
  z-index: 1;
}

.header-top__search.active label button {
  right: 15px;
}

.header-top__search.active .header-search--opnr {
  right: 15px;
  z-index: -1;
}

.header-top__search .header-search--opnr {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/search-icon-2.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media (max-width: 599px) {
  .header-top__search .header-search--opnr {
    display: none;
  }
}

.header-top__search label {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  z-index: -1;
}

@media (max-width: 599px) {
  .header-top__search label {
    opacity: 1;
    z-index: 1;
  }
}

.header-top__search label input {
  display: block;
  padding: 0 35px;
  height: 45px;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 5px 5px 5px 0px rgba(168, 176, 185, 0.2);
  -moz-box-shadow: inset 5px 5px 5px 0px rgba(168, 176, 185, 0.2);
  box-shadow: inset 5px 5px 5px 0px rgba(168, 176, 185, 0.2);
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  color: #b8c0c8;
  border:0;
}

@media (max-width: 599px) {
  .header-top__search label input {
    height: 48px;
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(168, 176, 185, 0.2);
    -moz-box-shadow: inset 2px 2px 2px 0px rgba(168, 176, 185, 0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(168, 176, 185, 0.2);
  }
}

.header-top__search label input::-webkit-input-placeholder {
  font-family: "OpenSansRegular", sans-serif;
  text-transform: uppercase;
  color: #b8c0c8;
}

.header-top__search label input::-moz-placeholder {
  font-family: "OpenSansRegular", sans-serif;
}

.header-top__search label input:-ms-input-placeholder {
  font-family: "OpenSansRegular", sans-serif;
}

.header-top__search label input:-moz-placeholder {
  font-family: "OpenSansRegular", sans-serif;
}

.header-top__search label button {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../../img/search-icon-2.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  border: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
}

@media (max-width: 599px) {
  .header-top__search label button {
    right: 15px;
  }
}

.header__fullmenu {
  display: none;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 70px 0;
  background-color: #e01054;
  z-index: 20;
}

.header__fullmenu .wrapper {
  position: relative;
  padding: 0 !important;
  background: var(--main);
}

@media (max-width: 599px) {
  .header__fullmenu {
    display: block;
    position: static;
    background-color: #fff;
    padding: 0;
  }
}

.header-fullmenu-container {
  display: block;
}

.header-fullmenu-container > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 599px) {
  .header-fullmenu-container > ul {
    display: block;
  }
}

.header-fullmenu-container > ul > li {
  width: 20%;
  margin-bottom: 25px;
}

@media (max-width: 599px) {
  .header-fullmenu-container > ul > li {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .header-fullmenu-container > ul > li {
    width: 25%;
  }
}

.header-fullmenu-container > ul > li a,
.header-fullmenu-container > ul > li span {
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 0.875em;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 599px) {
  .header-fullmenu-container > ul > li a,
  .header-fullmenu-container > ul > li span {
    display: block;
    padding: 20px;
    border-bottom: 1px solid var(--lightmain);
    color: #fff;
  }
}

.header-fullmenu-container > ul > li a:hover {
  color: #fff;
  background: var(--verylightmain);
  border-bottom: 1px solid var(--lightmain);
}

.header-fullmenu-container .header-fullmenu__bottom-part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part {
    display: block;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div.has-submenu.opened > a:after,
.header-fullmenu-container .header-fullmenu__bottom-part > div.has-submenu.opened > span:after {
  transform: rotate(90deg);
}

.header-fullmenu-container .header-fullmenu__bottom-part > div.has-submenu > a:after,
.header-fullmenu-container .header-fullmenu__bottom-part > div.has-submenu > span:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 14px;
  margin-top: -7px;
  background: url(../../img/header-fullmenu__bottom.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.header-fullmenu-container .header-fullmenu__bottom-part > div {
  width: 20%;
  margin-bottom: 25px;
}

.header-fullmenu-container .header-fullmenu__bottom-part > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div:last-child {
    border-bottom: none;
  }
}

@media (max-width: 900px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div {
    width: 25%;
  }
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div {
    width: 100%;
    margin-bottom: 0;
    border-top: 1px solid var(--lightmain);
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > a,
.header-fullmenu-container .header-fullmenu__bottom-part > div > span {
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 0.875em;
  color: #fff;
  border-bottom: 1px solid var(--lightmain);
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > a,
  .header-fullmenu-container .header-fullmenu__bottom-part > div > span {
    display: block;
    border-bottom: none;
    position: relative;
    padding: 20px;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul {
  padding: 0 20px;
  background: #fff;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul {
    display: none;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li {
  border-bottom: 1px solid #D9DDE1;
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li {
    margin-bottom: 0;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu.opened > a:after,
.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu.opened > span:after {
  transform: rotate(-180deg);
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu.opened > a:after,
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu.opened > span:after {
    transform: rotate(90deg);
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > span,
.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > a {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > span,
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > a {
    padding-right: 40px;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > span:after,
.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > a {
  display: block;
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0;
  width: 8px;
  height: 4px;
  background: url(../../img/fullmenu-submenu-arrow.png) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > span:after,
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > a {
    right: 0;
    width: 7px;
    height: 14px;
    margin-bottom: -5px;
    bottom: 50%;
    background: url(../../img/header-fullmenu__bottom-gray.svg) no-repeat center;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul {
  display: none;
  padding-left: 15px;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul {
    padding-bottom: 10px;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul > li {
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul > li {
    margin-bottom: 0;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul > li:last-child {
  margin-bottom: 0;
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul > li > a {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.75em;
  color: #fff;
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul > li > a:hover {
  color: #F2A6C0;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li.has-submenu > ul > li > a {
    display: block;
    padding: 10px 0;
    color: #A8AFB7;
  }
}

.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li > a,
.header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li > span {
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 0.75em;
  line-height: 1.6;
  color: #fff;
}

@media (max-width: 599px) {
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li > a,
  .header-fullmenu-container .header-fullmenu__bottom-part > div > ul > li > span {
    color: #6E7A86;
    display: block;
    font-weight: bold;
    padding: 20px 0;
  }
}

.menu-padding {
  border: 0 !important;
}

.menu-padding > span,
.menu-padding > a {
  padding-left: 40px !important;
  box-sizing: border-box;
}

.header__mobile-lang-label{
  border-top: 1px solid var(--lightmain);
}

.header__mobile-lang-label,
.header__mobile-socials-links-label {
  display: none;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
  padding: 20px 15px 0;
}

@media (max-width: 599px) {
  .header__mobile-lang-label,
  .header__mobile-socials-links-label {
    display: block;
  }
}

.header-top__lang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 33px;
  padding: 0 20px;
  justify-content: space-between;
  border-left: 1px solid #d0d4d9;
}

.header-top__lang li {
  width: 33.33%;
  text-align: center;
}

@media (max-width: 900px) {
  .header-top__lang {
    height: auto;
  }
}

@media (max-width: 599px) {
  .header-top__lang {
    width: 100%;
    box-sizing: border-box;
    border-left: none;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.header-top__lang li.active a,
.header-top__lang li a.active {
  color: #fff;
  background-color: var(--verylightmain);
}

.header-top__lang li.active a:hover,
.header-top__lang li a.active:hover {
  color: #fff;
}

.header-top__lang li a {
  display: block;
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
  font-family: "OpenSansBold", sans-serif;
  font-size: 0.875em;
  color: #a1aab3;
  text-transform: uppercase;
}

.header-top__lang li a:hover {
  color: var(--verylightmain);
}

@media (max-width: 599px) {
  .header-top__lang li a:hover {
    background: var(--verylightmain);
    color: #fff
  }
}

@media (max-width: 900px) {
  .header-top__lang li a {
    font-family: "OpenSansSemiBold", sans-serif;
  }
}

@media (max-width: 599px) {
  .header-top__lang li a {
    font-size: 0.75em;
    line-height: 1;
    color: #fff;
    height: auto;
    padding: 15px;
    border: 1px solid var(--lightmain);
  }
}

.header__menu-block {
  border-top: 1px solid #D7E6EE;
}

/* @media (max-width: 900px) {
  .header__menu-block {
    display: none;
  }
} */

@media (max-width: 1200px) {
  .header__menu-block {
    padding-left: 25px;
  }
}

.header-menu-block__wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 65px;
  justify-content: space-between;
}

@media (max-width: 599px) {
  .header-menu-block__wrapper {
    position: relative;
  }
}


.modal-popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99;
  justify-content: center;
  align-items: center;
}

.modal-popup.hide,
.modal-popup.closed {
  display: none;
}

@media (max-width: 599px) {
  .modal-popup {
    align-items: flex-start;
    padding-top: 70px;
  }
}

.modal-popup_content {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 980px;
  flex-direction: column;
  position: relative;
}

@media (max-width: 1024px) {
  .modal-popup_content {
    padding: 20px;
  }
}

.modal-popup_close {
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  display: flex;
  position: absolute;
  top: 0;
  right: -65px;
  z-index: 100;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .modal-popup_close {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }
}

.modal-popup_body img {
  width: 100%
}

.modal-popup_body a {
  display: block;
  width: 270px;
  position: absolute;
  padding: 15px;
  background-color: #fff;
  /* background-color: #E01054;
  color: #FFF; */
  color: #ff0000;
  text-transform: uppercase;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.11px;
  cursor: pointer;
  border: none;
  bottom: 100px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}

@media (max-width: 599px) {
  .modal-popup_body a {
    width: inherit;
    display: block;
    max-width: 100%;
    position: relative;
    bottom: -10px;
    left: 0;
    margin: 0;
  }
}

.parimatch-1_container {
  display: block;
  text-align: center;
  padding: 15px 0;
}

.broadcasting-headline {
  justify-content: space-between;
}

.parimatch-image {
  max-width: 100%;
}

@media (max-width: 900px) {
  .parimatch-2_link {
    display: none;
  }
}

.playoff-scheme__item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  border: 1px solid #DDDDDF;
  padding: 3px 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-around; }
.playoff-scheme__item-score {
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 33px; }
.playoff-scheme__item-score span {
  font-size: 7px;
  position: absolute;
  text-align: center;
  right: 0;
  top: -15px; }
.playoff-scheme__item:last-child {
  margin-bottom: 0 !important; }
.playoff-scheme__item:before, .playoff-scheme__item:after {
  position: absolute;
  content: '';
  display: block;
  height: 5px;
  width: 60%;
  left: -21px;
  border-right: 1px solid #DDDDDF; }
.playoff-scheme__item:before {
  bottom: 100%;
  border-top: 1px solid #DDDDDF; }
.playoff-scheme__item:after {
  top: 100%;
  border-bottom: 1px solid #DDDDDF; }

.playoff-scheme-item__line {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center; }
.playoff-scheme-item__line-head, .playoff-scheme-item__line-date {
  font-size: 10px;
  display: flex;
  justify-content: flex-end; }
.playoff-scheme-item__line-head > div {
  width: 30%;
  text-align: center; }
.playoff-scheme-item__line-head > div:first-child {
  width: 20%; }
.playoff-scheme-item__line-head > div:last-child, .playoff-scheme-item__line-date > time:last-child {
  margin-right: 15px; }

.playoff-scheme-item__img {
  width: 22px;
  height: 22px;
  margin: 0 8px; }
.playoff-scheme-item__img img {
  max-width: 100%;
  max-height: 100%; }

.playoff-scheme-item__name {
  margin-right: auto;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  min-width: 78px;
  color: #4A4A4A; }
.playoff-scheme-item__name b {
  font-weight: bold; }

.playoff-scheme-item__num {
  width: 20px;
  font-family: 'SF-UI-Display-Medium', sans-serif;
  font-size: 12px;
  text-align: center;
  color: #4A4A4A;
  margin-right: 40px; }

.playoff-scheme-item__line-head time {
  padding-top: 1px;
  font-size: 8px;
  line-height: 8px; }

.mr-30 {
  margin-right: 30px !important; }

.draw__link {
  margin-right: 50px;
}

.hide-1_8 {
  width: 12.5%;
}

.hide-1_8 .playoff-scheme-col__header,
.hide-1_8 .playoff-scheme-col__container {
  display: none;
}

.bet__iframe {
  display: block;
  max-height: 100px;
  position: absolute;
  z-index: 3;
  top: 0;
}

.bet__iframe.hide {
  display: none;
}

@media (max-width: 979px) {
  .bet__iframe {
    display: none;
  }
}

.betera__banner-container {
  position: relative;
}

@media (max-width: 979px) {
  .betera__banner-data-container {
    height: 100px;
  }
}


.betera__banner-image-m {
  position: relative;
  display: none;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.betera__banner-image-d {
  position: relative;
  display: block;
  z-index: 1;
  top: 0;
  margin-bottom: 20px;
}

@media (max-width: 979px) {
  .betera__banner-image-m {
    display: block;
  }

  .betera__banner-image-d {
    display: none;
  }
}

.betera__banner-data {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 40%;
  width: 40%;
  height: 100%;
  max-height: 100px;
  justify-content: center;
  z-index: 2;
  top: 0;
}

@media (max-width: 979px) {
  .betera__banner-data {
    left: 0;
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}

.betera__banner-teams {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
}

@media (max-width: 425px) {
  .betera__banner-teams {
    font-size: .7rem;
  }
}

.betera__banner-stakes {
  color: #50f000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.6rem;
}

@media (max-width: 425px) {
  .betera__banner-stakes {
    font-size: 1.2rem;
  }
}

.expanding-docs__item { border: 1px solid #D9DDE1; margin-bottom: 20px; }

@media (max-width: 900px) { .expanding-docs__item { margin-bottom: 15px; } }

@media (max-width: 599px) { .expanding-docs__item { margin-bottom: 10px; } }

.expanding-docs__item .download-docs { display: none; padding: 0 25px 15px; }

@media (max-width: 900px) { .expanding-docs__item .download-docs { padding: 0 3% 15px; } }

@media (max-width: 599px) { .expanding-docs__item .download-docs { padding: 0 5% 15px; } }

.expanding-docs-item__header, .courses-category-header { position: relative; padding: 32px 80px 30px; font-family: 'SF-UI-Display-Bold', sans-serif; font-size: 24px; color: #6E7A86; letter-spacing: 0.9px; line-height: 1.5; }

@media (min-width: 901px) { .expanding-docs-item__header:hover { background-color: #F1F3F5; } }

@media (max-width: 900px) { .expanding-docs-item__header, .courses-category-header { font-size: 18px; padding: 20px 55px 20px 30px; } }

@media (max-width: 599px) { .expanding-docs-item__header, .courses-category-header { padding: 20px 40px 10px 15px; text-transform: uppercase; font-size: 15px; } }

.expanding-docs-item__header:after { cursor: pointer; position: absolute; top: 50%; right: 40px; content: ''; display: block; width: 40px; height: 40px; margin-top: -20px; border: 2px solid #6E7A86; border-radius: 5px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-image: url(../../img/plus-btn.svg); background-repeat: no-repeat; background-position: center; -webkit-background-size: 18px; background-size: 18px; }

@media (max-width: 900px) { .expanding-docs-item__header:after { width: 30px; height: 30px; margin-top: -15px; } }

@media (max-width: 599px) { .expanding-docs-item__header:after { width: 24px; height: 24px; margin-top: -12px; right: 15px; } }

@for-desktop-only { .expanding-docs-item__header:hover { color: #3D4248; background-color: #F1F3F5; }
  .expanding-docs-item__header:hover:after { border: 2px solid #000; background-image: url(../../img/plus-btn-h.svg); } }

.expanding-docs-item__header.active { color: #3D4248; }

.expanding-docs-item__header.active:after { border: 2px solid #000; background-image: url(../../img/minus-btn.svg); }

.expanding-docs-item__header.active:hover { background-color: #fff; }

.download-docs__item { float: left; position: relative; width: 47%; min-height: 170px; margin-right: 6%; margin-bottom: 25px; padding: 20px 25px 20px 13%; border: 1px solid #D9DDE1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@media (max-width: 900px) { .download-docs__item { width: 48.5%; padding: 20px 25px 20px 14%; margin-right: 3%; margin-bottom: 30px; } }

@media (max-width: 599px) { .download-docs__item { width: 100%; min-height: 100px; padding: 15px 15px 15px 24%; margin-right: 0; margin-bottom: 15px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; } }

.download-docs__item:nth-child(2n) { margin-right: 0; }

.download-docs__item > img { position: absolute; top: 20px; left: 14%; width: 17.5% !important; transform: translate(-50%, 0); }

@media (max-width: 599px) { .download-docs__item > img { width: 44px; left: 12%; } }

.download-docs__item > div { margin-bottom: 10px; font-family: 'SF-UI-Display-Semibold', sans-serif; font-size: 14px; color: #3D4248; letter-spacing: 0.35px; line-height: 22px; }

@media (max-width: 599px) { .download-docs__item > div { margin-bottom: 8px; font-size: 12px; } }

.download-docs__item time { display: block; margin-bottom: 10px; font-family: "OpenSansRegular", sans-serif; font-size: 14px; line-height: 19px; color: #B3B4B6; }

@media (max-width: 599px) { .download-docs__item time { margin-bottom: 0; font-size: 10px; order: 3; } }

.download-docs__item a { display: block; font-family: "OpenSansRegular", sans-serif; font-size: 14px; line-height: 19px; color: #E01054; }

@media (max-width: 599px) { .download-docs__item a { margin-bottom: 8px; font-size: 12px; } }

.download-docs__item a:hover { text-decoration: underline; }

.download-docs:before, .download-docs:after {
    content: "";
    display: table;
    clear: both;
}

img{
    pointer-events: none;
}

@media (max-width: 599px) {
  .player-page-statistics .first_team_container span span,
  .player-page-statistics .second_team_container span span {
    display: none;
  }

  .player_table .score-block .first_team_container {
    width: 20%;
  }

  .player_table .score-block .score_container {
      width: auto;
  }

  .player_table .score-block .second_team_container {
    width: 20%;
  }

  .player_table .score-block img {
      height: 100%;
      width: 44px;
  }
}
/*# sourceMappingURL=main.css.map */
