@font-face {
  font-family: 'Nexa Script Light';
  font-style: normal;
  font-weight: normal;
  src: url('webfonts/19442.ttf') format('ttf');
}
@font-face {
  font-family: 'golos';
  font-style: normal;
  font-weight: normal;
  src: url('webfonts/Golos.ttf') format('ttf');
}
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

@keyframes heartbeat {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.03);
  }
}
body {
  font-family: neue-haas-unica, sans-serif;
  font-style: normal;
  /* background-image: url('../../img/bcg-players.jpg'); */
  color: #000118 !important;
  background-position: center 20px;
  background-repeat: no-repeat;
  background-color: #e5e6eb;
}
body.history_page {
  background-image: url(../../img/history_bcg.jpg);
  background-size: contain;
  background-position: center 195px;
}
body.modal-open {
  padding-right: 0 !important;
}
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}
h1,
h2 {
  font-weight: 700 !important;
}
.win {
  color: #008143 !important;
}
.win a {
  color: inherit;
}
.lost {
  color: #c62828 !important;
}
.lost a {
  color: inherit;
}
.draw {
  color: grey !important;
}
.draw a {
  color: inherit !important;
}
h3.schd {
  margin: 50px 0 20px;
}
a.home-home,
a.away-away,
a.all-all,
a.last-last,
a.future-future {
  text-decoration: none !important;
  font-weight: 700;
  color: #d50000 !important;
}
.menu-inside {
  margin: 32px 0;
  font-size: 14px;
  background: #f2f2f5;
  padding: 8px 16px;
  color: #000118;
}
.menu-inside a {
  color: inherit;
  text-decoration: underline;
  padding: 0 5px;
}
.menu-inside a:hover {
  text-decoration: none;
}
.slick-prev,
.slick-next {
  transition: all 0.3s ease-out;
}
.slick-prev:before,
.slick-next:before {
  content: '>';
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fdd63e;
  color: #fdd63e;
  font-size: 0;
}
.slick-prev {
  transform: rotateY(180deg);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  -webkit-filter: drop-shadow(3px 1px 3px rgba(100, 0, 0, 0.5));
  filter: drop-shadow(3px 1px 3px rgba(100, 0, 0, 0.5));
}
.slick-slide {
  outline-color: transparent;
}
.button-blue {
  background: #002879;
  color: #fff !important;
  padding: 6px 12px;
  border: none;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  text-transform: uppercase;
  min-width: 100px;
}
.button-blue:hover {
  background: #0277bd;
}
.button-white {
  background: #fff;
  color: #002879 !important;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  text-transform: uppercase;
}
.button-white:hover {
  background: #e5e6eb;
}
.block-header {
  padding: 16px 16px 16px 40px;
  padding: 0 0 0 24px;
}
.block-header span {
  position: relative;
  font-size: 24px;
  font-weight: 900;
}
.block-header span::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/icons/ico-star.svg);
  background-size: contain;
  top: 10px;
  left: -23px;
}
.submenu {
  background: #fff;
  border-radius: 4px;
  padding: 16px;
}
.submenu ul {
  list-style: none;
  padding: 0;
}
.submenu ul li {
  border-bottom: 1px solid #e5e6eb;
  padding: 8px 0 8px 40px;
  position: relative;
  font-size: 14px;
}
.submenu ul li.active a {
  color: #002879 !important;
  font-weight: 900;
  text-decoration: underline;
}
.submenu ul li a:hover {
  text-decoration: underline;
}
.submenu-sidebar {
  background: none;
}
.topstory {
  margin-top: 56px;
}

@media (max-width: 720px) {
    .simplesearch-result .clear {
        clear: both;
    }
    
    .simplesearch-result img {
        float: none !important;
        margin: 0 auto;
        display: block;
    }
}

.search-form {
    margin-top: -10px;
    margin-bottom: 10px;
}

.search-form input#search {
        max-width: 170px;
    }

@media (max-width: 470px) {
    .search-form input#search {
        max-width: 130px;
    }
}

@media (min-width: 992px) {
  .topstory {
    margin-top: 0;
  }
  
  .search-form {
  position: absolute;
    right: 0;
    z-index: 99999999;
    margin-top: -50px;
    margin-bottom: 10px;
}
}
.m-subpage {
  margin-top: 88px;
}
@media (min-width: 992px) {
  .m-subpage {
    margin-top: 98px;
  }
}
.subpage table.my-table td {
  font-size: 16px;
  padding-left: 8px;
}
.subpage table.my-table td.number,
.subpage table.my-table th.number {
  padding-right: 8px;
}
.match-page td.number,
.match-page th.number {
  min-width: 0;
}
.match-page td.number:nth-child(4),
.match-page th.number:nth-child(4),
.match-page td.number:nth-child(5),
.match-page th.number:nth-child(5),
.match-page td.number:nth-child(6),
.match-page th.number:nth-child(6),
.match-page td.score,
.match-page th.score {
  display: none !important;
}
.subpage table.my-table th {
  font-size: 16px;
}
.subpage .button-blue {
  line-height: normal;
}
.subpage-roster h1,
.subpage-matches h1,
.subpage-standings .table-header {
  font-size: 28px;
  line-height: normal;
}
.subpage-matches h2 {
  font-size: 24px;
}
.subpage-matches h3 {
  font-size: 20px;
}
.subpage-matches h2,
.subpage-matches h3 {
  margin: 30px 0 10px;
}
@media (max-width: 600px) {
  .subpage-standings .table-header {
    font-size: 24px;
  }
}
.table-header {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 16px;
}
.table-header img {
  margin-top: -3px;
  margin-right: 8px;
}
table.my-table {
  margin-bottom: 24px;
}
table.my-table th {
  color: #8f92a4;
  text-transform: uppercase;
  font-size: 12px;
  border-top: none;
  border-bottom: 1px solid #e5e6eb;
  padding: 8px 0;
}
table.my-table th a {
  color: inherit;
  text-decoration: underline;
}
table.my-table td {
  font-size: 14px;
  padding: 8px 0;
  border-top: none;
  border-bottom: 1px solid #e5e6eb;
}
table.my-table td a {
  color: inherit;
  text-decoration: underline;
}
table.my-table .BGK {
  color: #002879;
}
table.my-table .name {
  font-weight: 900;
  white-space: nowrap;
  min-width: 180px;
}
.ind-plr-td,
.ind-stnd-td {
  max-width: 13vw;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ind-plr-td {
  max-width: 28vw;
}
table.my-table .position {
  min-width: 20px;
}
table.my-table .number {
  text-align: center;
  min-width: 20px;
}
table.my-table .score {
  text-align: center;
  min-width: 48px;
}
@media (max-width: 500px) {
  table.my-table .score {
    min-width: 80px;
  }
}
.jw-controls .jw-background-color {
  background: rgba(213, 0, 0, 0.75) !important;
}
.jw-controls .jw-display-icon-container {
  border: none !important;
  border-radius: unset !important;
  width: 96px;
  height: 96px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.jw-controls .jw-display-icon-container .jw-icon-display {
  color: #fff;
}
.jw-controls .jw-display-icon-container .jw-icon-display:hover {
  color: #fff;
}
.jw-controls .jw-controlbar-center-group .jw-progress {
  background: #000;
}
.jw-controls .jw-controlbar-right-group .jw-button-color:hover,
.jw-controls .jw-controlbar-left-group .jw-button-color:hover {
  color: #000;
}
.jw-controls .jw-slider-volume .jw-progress {
  background: #000;
}
.my-modal .modal-dialog {
  max-width: 650px;
}
.sidebar {
  padding: 20px;
  background-color: #fafafa;
  border-right: 1px solid #eee;
}
.languages {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: 900;
}
.languages a {
  color: #fff;
}
.languages .lang-right {
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 0 20px 20px 0;
}
.languages .lang-left {
  border: 1px solid #fff;
  padding: 2px 6px;
  border-radius: 20px 0 0 20px;
}
.languages .lang-active {
  background: #fff;
  color: #d50000;
}
.languages .lang-active a {
  color: inherit;
}
.languages .lang-noactive:hover {
  background: #fff;
  color: #d50000;
}
.languages .lang-noactive:hover a {
  color: inherit;
}
.languages-mobile {
  font-size: 12px;
  font-weight: 900;
  margin: 22px 16px 0 0;
}
.languages-mobile .lang-right {
  border: 1px solid #000118;
  padding: 2px 6px;
  border-radius: 0 20px 20px 0;
}
.languages-mobile .lang-left {
  border: 1px solid #000118;
  padding: 2px 6px;
  border-radius: 20px 0 0 20px;
}
.languages-mobile .lang-active {
  background: #000118;
  color: #fff;
}
.languages-mobile .lang-active a {
  color: inherit !important;
}
.header-top {
  height: 128px;
  background: #d50000;
}
.header-top .header-top-center {
  position: relative;
}
.header-top .header-top-center .header-slogan {
  text-align: center;
  font-size: 60px;
  letter-spacing: -2px;
  font-weight: 900;
  color: #bd0000;
  margin-top: -8px;
}
.header-top .header-top-center::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(
    top,
    rgba(189, 0, 0, 0) 0%,
    rgba(206, 0, 0, 0) 70%,
    #d50000 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(189, 0, 0, 0) 0%,
    rgba(206, 0, 0, 0) 70%,
    #d50000 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(189, 0, 0, 0) 0%,
    rgba(206, 0, 0, 0) 70%,
    #d50000 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bd0000',endColorstr='#d50000',GradientType=0);
}
.social-block {
  position: absolute;
  right: 0;
  top: 0;
}
.social-block .ico {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 24px;
  margin: 2px;
}
.social-block .ico:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.menu-logo-mobile img {
  /* width: 40px; */
  width: 60px;
  top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10000;
  transform: scale(1.03);
  animation-name: heartbeat;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.2s ease-in-out;
}
.header-bottom {
  background: #002879;
  background: -moz-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: -webkit-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: linear-gradient(to right, #002879 0%, #0277bd 50%, #002879 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002879',endColorstr='#002879',GradientType=1);
}
.header-bottom .navbar {
  min-height: 56px;
}
.header-bottom .navbar .navbar-left {
  margin-right: 31px;
}
@media (max-width: 1200px) {
  .header-bottom .navbar .navbar-left {
    margin-right: 8px;
  }
}
.header-bottom .navbar .navbar-right {
  margin-left: 31px;
}
@media (max-width: 1200px) {
  .header-bottom .navbar .navbar-right {
    margin-left: 8px;
  }
}
.header-bottom .navbar .menu-logo {
  margin-top: -140px;
}
@media (max-width: 1200px) {
  .header-bottom .navbar .menu-logo {
    margin-top: -60px;
  }
}
.header-bottom .navbar .menu-logo img {
  /* width: 86px; */
  /* width: 120px; */
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  transform: scale(1.03);
  animation-name: heartbeat;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .header-bottom .navbar .menu-logo img {
    /* width: 53px; */
    width: 73px;
  }
}
.header-bottom .navbar .menu-logo::before {
  display: none;
}
.header-bottom .navbar-collapse ul li {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .header-bottom .navbar-collapse ul li {
    padding: 10px 12px;
  }
}
.header-bottom .navbar-collapse ul li .nav-link {
  color: #fff !important;
  padding: 0;
}
.header-bottom .navbar-collapse ul li::before {
  content: '';
  background-image: url(../../img/icons/ico-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-left: -26px;
}
@media (max-width: 1200px) {
  .header-bottom .navbar-collapse ul li::before {
    margin-left: -18px;
  }
}
.header-bottom .navbar-collapse ul li:first-child::before,
.header-bottom .navbar-collapse ul li:nth-child(6):before {
  display: none;
}
.header-bottom .navbar-collapse .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.header-bottom .navbar-collapse .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.header-bottom .navbar-collapse .dropdown-item {
  color: #000118;
  font-weight: 700;
}
.toggle-left {
  background: none;
  color: #fff !important;
  font-size: 12px;
  border: none;
  line-height: 1.67;
  margin: 9px 0 !important;
  position: absolute;
  left: 32px;
  z-index: 1;
  top: 8px;
  outline-color: transparent !important;
}
.toggle-left::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url(../../img/icons/ico-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  left: -16px;
}
.toggle-right {
  background: none;
  color: #fff !important;
  font-size: 12px;
  border: none;
  line-height: 1.67;
  margin: 9px 0 !important;
  position: absolute;
  top: 8px;
  right: 32px;
  z-index: 1;
  outline-color: transparent !important;
}
.toggle-right::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: url(../../img/icons/ico-sidemenu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  right: -16px;
}
.menu-fixed-top {
  position: absolute;
  z-index: 1030;
  background: #002879;
  background: -moz-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: -webkit-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: linear-gradient(to right, #002879 0%, #0277bd 50%, #002879 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002879',endColorstr='#002879',GradientType=1);
}
.fixed-top {
  animation-name: top-move;
  animation-duration: 0.5s;
}
.fixed-top .toggle-left {
  left: 48px;
}
.fixed-top .toggle-right {
  right: 48px;
}
.fixed-top .menu-logo {
  margin-top: -60px !important;
}
.fixed-top .menu-logo img {
  width: 73px !important;
}
@keyframes top-move {
  0% {
    top: -112px;
  }
  100% {
    top: 0;
  }
}
ul.sidebar-menu {
  position: absolute;
  overflow-y: scroll;
  list-style: none;
  background: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000118 !important;
  margin: 0;
}
ul.sidebar-menu a {
  color: #000118 !important;
}
ul.sidebar-menu a[aria-expanded='true'] span.menu-cross {
  background: -webkit-linear-gradient(
      135deg,
      transparent 0%,
      transparent 48%,
      #000118 49%,
      #000118 55%,
      transparent 51%,
      transparent 100%
    ),
    -webkit-linear-gradient(45deg, transparent 0%, transparent 48%, #000118 49%, #000118 55%, transparent
          51%, transparent 100%);
  background: linear-gradient(
      -45deg,
      transparent 0%,
      transparent 48%,
      #000118 49%,
      #000118 55%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(
      45deg,
      transparent 0%,
      transparent 48%,
      #000118 49%,
      #000118 55%,
      transparent 51%,
      transparent 100%
    );
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
}
ul.sidebar-menu span.menu-cross {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.4s ease, -webkit-transform 0.3s ease;
  transition: all 0.4s ease, transform 0.3s ease;
  float: right;
  background: -webkit-linear-gradient(
      180deg,
      transparent 0%,
      transparent 48%,
      #000118 49%,
      #000118 55%,
      transparent 51%,
      transparent 100%
    ),
    -webkit-linear-gradient(90deg, transparent 0%, transparent 48%, #000118 49%, #000118 55%, transparent
          51%, transparent 100%);
  background: linear-gradient(
      90deg,
      transparent 0%,
      transparent 48%,
      #000118 49%,
      #000118 55%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 48%,
      #000118 49%,
      #000118 55%,
      transparent 51%,
      transparent 100%
    );
}
ul.sidebar-menu li.menu-category {
  text-transform: uppercase;
  border-bottom: 1px solid #e5e6eb;
}
ul.sidebar-menu li.menu-category div {
  margin: 16px;
  font-weight: 900;
}
ul.sidebar-menu li.menu-category ul {
  background: #fff;
  padding: 0;
  list-style: none;
  text-transform: none;
  margin-top: 16px;
}
ul.sidebar-menu li.menu-category ul li {
  padding: 8px 8px 8px 32px;
  font-weight: 400;
}
ul.sidebar-menu li.menu-category ul li:last-child {
  padding-bottom: 16px;
}
ul.sidebar-menu.sidebar-menu-fanshop {
  background: #002879;
  color: #fff !important;
}
ul.sidebar-menu.sidebar-menu-fanshop li.menu-category {
  border-bottom: 1px solid #000118;
}
ul.sidebar-menu.sidebar-menu-fanshop li.menu-category div {
  font-weight: 400;
}
ul.sidebar-menu.sidebar-menu-fanshop li.menu-category ul {
  background: #0277bd;
}
ul.sidebar-menu.sidebar-menu-fanshop a {
  color: #fff !important;
}
ul.sidebar-menu.sidebar-menu-fanshop a[aria-expanded='true'] span.menu-cross {
  background: -webkit-linear-gradient(
      135deg,
      transparent 0%,
      transparent 48%,
      #fff 49%,
      #fff 55%,
      transparent 51%,
      transparent 100%
    ),
    -webkit-linear-gradient(45deg, transparent 0%, transparent 48%, #fff 49%, #fff 55%, transparent
          51%, transparent 100%);
  background: linear-gradient(
      -45deg,
      transparent 0%,
      transparent 48%,
      #fff 49%,
      #fff 55%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(
      45deg,
      transparent 0%,
      transparent 48%,
      #fff 49%,
      #fff 55%,
      transparent 51%,
      transparent 100%
    );
}
ul.sidebar-menu.sidebar-menu-fanshop span.menu-cross {
  background: -webkit-linear-gradient(
      180deg,
      transparent 0%,
      transparent 48%,
      #fff 49%,
      #fff 55%,
      transparent 51%,
      transparent 100%
    ),
    -webkit-linear-gradient(90deg, transparent 0%, transparent 48%, #fff 49%, #fff 55%, transparent
          51%, transparent 100%);
  background: linear-gradient(
      90deg,
      transparent 0%,
      transparent 48%,
      #fff 49%,
      #fff 55%,
      transparent 51%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      transparent 0%,
      transparent 48%,
      #fff 49%,
      #fff 55%,
      transparent 51%,
      transparent 100%
    );
}
.aside-sidebar {
  overflow-y: scroll;
  height: 100%;
}
.footer {
  background: #002879;
  background: -moz-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: -webkit-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: linear-gradient(to right, #002879 0%, #0277bd 50%, #002879 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002879',endColorstr='#002879',GradientType=1);
  min-height: 200px;
  position: relative;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 32px;
  color: #fff;
}
.footer a {
  color: inherit !important;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .footer-logo {
  position: absolute;
  /* width: 86px; */
  width: 120px;
  margin: auto;
  left: 0;
  right: 0;
  top: -45px;
}
.footer .social {
  margin: 24px 0;
}
.footer .social .ico {
  transition: all 0.3s;
  width: 24px;
  -webkit-transition: all 0.3s;
}
.footer .social .ico:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.footer span {
  font-size: 12px;
}
.footer .footer-menu {
  list-style: none;
  padding: 0;
}
.footer .footer-menu li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 14px;
  font-weight: 700;
}
.footer .footer-menu li::before {
  content: '';
  background-image: url(../../img/icons/ico-star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  margin-left: -22px;
}
.footer .footer-menu li:first-child::before {
  display: none;
}
.hp-games {
  background: #fff;
  margin-bottom: 50px;
  overflow-y: hidden;
  max-height: 215px;
  margin-top: 66px;
}
.game-aside {
  background: #fff;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .game-aside {
    padding: 16px !important;
  }
}
.game-sidebar {
  border-bottom: 1px solid #e5e6eb;
}
.game-sidebar:nth-child(even) {
  background: none !important;
}
.game {
  text-align: center;
  padding: 16px 32px;
  outline-color: transparent;
  position: relative;
}
.game:nth-child(even) {
  background: #f2f2f5;
}
.game .date {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.game .round {
  font-weight: 400;
  font-size: 12px;
  color: #8f92a4;
  margin-bottom: 8px;
}
.game .game-detail {
  padding: 0 16px;
}
.game .game-detail .team-left img,
.game .game-detail .team-right img {
  height: 80px;
  margin: auto;
}
@media (max-width: 1200px) {
  .game .game-detail .team-left img,
  .game .game-detail .team-right img {
    height: 60px;
  }
}
.game .game-detail .detail {
  color: #000118 !important;
  line-height: 1.2;
}
.game .game-detail .detail a {
  color: inherit !important;
}
.game .game-detail .detail .score-date {
  font-size: 24px;
  color: #767676;
  font-weight: 700;
}
.game .game-detail .detail .score-date.win,
.game .game-detail .detail .score-date.lost,
.game .game-detail .detail .score-date.draw {
  font-size: 32px;
  font-weight: 700;
}
.game .game-detail .detail .score-date a:hover {
  text-decoration: underline !important;
}
.gb-wrapper {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 0;
}
.gb-wrapper,
.gb-wrapper * {
  transition: all 0.3s ease-out;
}
.topstory-article {
  height: 360px;
  text-align: center;
  position: relative;
}
.topstory-article::before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 1, 24, 0) 0%, rgba(0, 1, 24, 0) 50%, #000118 100%);
  background: -webkit-linear-gradient(
    top,
    rgba(0, 1, 24, 0) 0%,
    rgba(0, 1, 24, 0) 50%,
    #000118 100%
  );
  background: linear-gradient(to bottom, rgba(0, 1, 24, 0) 0%, rgba(0, 1, 24, 0) 50%, #000118 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000118',endColorstr='#000118',GradientType=0);
}
.topstory-article .article-detail {
  position: relative;
}
.topstory-article .article-date {
  position: relative;
  background: #d50000;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
}
.topstory-article .article-title {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  line-height: 1.25;
}
@media (max-width: 500px) {
  .topstory-article .article-title {
    font-size: 24px;
  }
}
.topstory-article:hover .article-title {
  text-decoration: underline;
}
.hp-article {
  text-align: center;
}
.hp-article .hp-article-image {
  height: 171px;
  position: relative;
  margin-bottom: 20px;
}
.hp-article .hp-article-image .hp-article-date {
  position: absolute;
  bottom: -10px;
  max-width: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #d50000;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
}
.hp-article .hp-article-title {
  padding: 0 8px;
  font-weight: 900;
}
.hp-article:hover .hp-article-title {
  color: #002879;
  text-decoration: underline;
}
.hp-table {
  height: 92%;
  background: #fff;
  border-radius: 2px;
  padding: 16px 16px 24px;
  margin-bottom: 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
}
.hp-table .my-table tr:nth-child(n + 8) {
  display: none;
}
.media-block {
  background: #002879;
  color: #fff;
  padding-top: 16px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
}
.media-block a {
  color: inherit;
}
.media-block-aside .media-block-bottom {
  padding: 0 24px 24px;
}
.media-block-header {
  padding: 16px 16px 16px 40px;
}
.media-block-header span {
  position: relative;
  font-size: 24px;
  font-weight: 900;
}
.media-block-header span::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../../img/icons/ico-star.svg);
  background-size: contain;
  top: 10px;
  left: -23px;
}
.media-block-photogallery {
  position: relative;
}
.media-block-photogallery img {
  max-height: 360px;
  object-fit: cover;
}
.media-block-photogallery::before {
  position: absolute;
  content: '';
  width: 96px;
  height: 96px;
  background: url(../../img/icons/ico-photo.svg);
  background-size: contain;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}
@media (max-width: 500px) {
  .media-block-photogallery::before {
    top: 25%;
  }
}
.media-block-photogallery:hover::before {
  transform: scale(1.05);
}
.media-block-bottom {
  padding: 8px 24px 24px;
}
.media-block-sub {
  border-bottom: 1px solid #000118;
  padding: 8px 0;
  font-weight: 900;
}
.media-block-sub:first-child {
  padding-top: 0;
}
.media-block-sub a:hover {
  text-decoration: underline;
}
.media-block-sub h4 {
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 0;
}
.media-block-sub .sub-block-info {
  font-size: 12px;
  color: #8f92a4;
  font-weight: 400;
  display: block;
}
.media-block-sub:last-child {
  border-bottom: none;
}
.fanshop-item {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
}
.fanshop-detail {
  text-align: center;
}
.fanshop-detail .type {
  font-weight: 900;
}
.fanshop-detail .price {
  color: #002879;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
}
@media (max-width: 500px) {
  .fanshop-detail .price {
    font-size: 24px;
  }
}
.fanshop-detail span {
  display: block;
}
.fanshop-detail .button-blue {
  width: 112px;
}
.bottom-partners {
  background: #f2f2f5;
  padding: 32px 0;
}
.bottom-partners-header {
  text-align: center;
  font-weight: 900;
  margin-bottom: 1rem;
}
.subpage {
  background: #fff;
  border-radius: 4px;
  line-height: 2;
}
.subpage-article-image {
  height: 486px;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 1200px) {
  .subpage-article-image {
    height: 368px;
  }
}
@media (max-width: 786px) {
  .subpage-article-image {
    height: 265px;
  }
}
@media (max-width: 500px) {
  .subpage-article-image {
    height: 220px;
  }
}
@media (max-width: 400px) {
  .subpage-article-image {
    height: 180px;
  }
}
@media (max-width: 350px) {
  .subpage-article-image {
    height: 160px;
  }
}
.subpage-article-content,
.subpage-fanshop-content,
.subpage-standings,
.subpage-matches,
.subpage-roster,
.subpage-archive,
.subpage-arena {
  padding: 32px 80px 80px;
}
@media (max-width: 1200px) {
  .subpage-article-content,
  .subpage-fanshop-content,
  .subpage-standings,
  .subpage-matches,
  .subpage-roster,
  .subpage-archive,
  .subpage-arena {
    padding: 24px 32px 40px;
  }
}
@media (max-width: 786px) {
  .subpage-article-content,
  .subpage-fanshop-content,
  .subpage-standings,
  .subpage-matches,
  .subpage-roster,
  .subpage-archive,
  .subpage-arena {
    padding: 16px 16px 32px 24px;
  }
}
.subpage-articles .single-article {
  line-height: 1.5;
  border-bottom: 1px solid #e5e6eb;
  padding: 8px 0;
}
.subpage-articles .single-article a {
  display: block;
  font-weight: 900;
}
.subpage-articles .single-article a:hover {
  color: #002879;
  text-decoration: underline;
}
.subpage-articles .single-article span {
  color: #8f92a4;
  font-size: 12px;
}
.subpage-article-header .article-title {
  font-size: 30px;
  margin-bottom: 32px;
}
.subpage-show a,
.subpage-article-content a {
  text-decoration: underline;
  color: #002879;
}
.subpage-show a:hover,
.subpage-article-content a:hover {
  color: #167ac6;
}
.subpage-show a:visited,
.subpage-article-content a:visited {
  color: #000;
}

@media (max-width: 786px) {
  .subpage-article-header .article-title {
    font-size: 24px;
  }
}
.subpage-article-header .article-date {
  background: #d50000;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
}
.subpage-photogallery .row {
  padding: 0 12px;
}
.subpage-photogallery h2 {
  margin-bottom: 24px;
}
.subpage-photogallery .photogallery-image {
  height: 129px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.subpage-photogallery .photogallery-image:hover {
  transform: scale(0.95);
}
.subpage-photogallery .photogallery-image.last-item::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #002879;
  opacity: 0.75;
  left: 0;
}
.subpage-photogallery .photogallery-image .photogallery-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  top: 32px;
}
.related .related-link {
  border-radius: 4px;
  padding: 0 80px;
  position: relative;
  height: 216px;
  text-align: center;
}
@media (max-width: 1200px) {
  .related .related-link {
    padding: 0 16px;
  }
}
.related .related-link::before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 1, 24, 0) 0%, #000118 100%);
  background: -webkit-linear-gradient(top, rgba(0, 1, 24, 0) 0%, #000118 100%);
  background: linear-gradient(to bottom, rgba(0, 1, 24, 0) 0%, #000118 100%);
}
.related .related-link .related-link-info {
  position: relative;
  bottom: 24px;
  margin: 0 auto;
}
.related .related-link .related-link-info .related-link-date {
  background: #d50000;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  margin-bottom: 8px;
}
.related .related-link .related-link-info .related-link-title {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  line-height: 1.25;
}
@media (max-width: 1200px) {
  .related .related-link .related-link-info .related-link-title {
    font-size: 24px;
  }
}
.related .related-link:hover .related-link-title {
  text-decoration: underline;
}
.match-detail {
  background: #f2f2f5;
  border-radius: 4px;
  padding: 16px 24px 24px;
  line-height: 1.5;
}
.match-detail .match-divider {
  margin: 24px 0;
  background: #e5e6eb;
}
.match-detail .my-table {
  margin-bottom: 0;
}
.match-detail .my-table th {
  background: #e5e6eb;
}
.match-detail .my-table th.position {
  padding-left: 8px;
}
.match-detail .my-table td.position {
  padding-left: 8px;
}
.aside-table {
  background: #fff;
  border-radius: 4px;
  padding: 16px 24px 24px;
}
.menicko {
  border-bottom: 1px solid #e5e6eb;
}
.menicko input[type='submit'] {
  border: none;
}
.menicko .custom-select,
.menicko input[type='text'] {
  border: 1px solid #000118;
}
.menicko .custom-select:focus,
.menicko input[type='text']:focus {
  border-color: #000118;
  box-shadow: 0 0 0 0.1rem rgba(3, 169, 244, 0.5);
}
.archive-article {
  cursor: pointer;
}
.archive-article:hover h3 {
  text-decoration: underline;
}
.archive-article .author {
  color: #fff;
  background: #002879;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 12px;
}
.archive-article .info h3 {
  color: #002879;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}
.archive-article .row {
  border-bottom: 1px solid #e5e6eb;
}
.archive-article .foto {
  height: 164px;
}
.subpage-player {
  position: relative;
  padding: 24px 80px 80px;
}
@media (max-width: 1200px) {
  .subpage-player {
    padding: 24px 32px 40px;
  }
}
@media (max-width: 786px) {
  .subpage-player {
    padding: 16px 16px 32px;
  }
}
.subpage-player hr {
  border-top: 1px solid #e5e6eb;
}
.subpage-player::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 152px;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
  background: #002879;
  background: -moz-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: -webkit-linear-gradient(left, #002879 0%, #0277bd 50%, #002879 100%);
  background: linear-gradient(to right, #002879 0%, #0277bd 50%, #002879 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002879',endColorstr='#002879',GradientType=1);
}
.subpage-player .subpage-player-photo {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.subpage-player .subpage-player-photo img:first-child {
  margin: 0 auto;
  z-index: 2;
  border-radius: 50%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 16px 0 rgba(0, 1, 24, 0.05);
}
.subpage-player .subpage-player-photo .subpage-player-nationality {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -28px;
  position: absolute;
  border-radius: 50%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 16px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 16px 0 rgba(0, 1, 24, 0.05);
  background-color: #fff;
}
.subpage-player .subpage-player-info {
  text-align: center;
}
.subpage-player .subpage-player-info h1 {
  font-size: 32px;
  margin: 0;
}
.subpage-player .subpage-player-info .post {
  font-weight: 900;
}
.subpage-player .subpage-player-info .subpage-player-bio span {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.67;
  display: block;
}
.subpage-player .my-table {
  margin-bottom: 0;
}
.subpage-player .my-table th {
  background: #e5e6eb;
  font-size: 12px !important;
  padding: 8px;
}
.subpage-player .my-table td {
  padding: 8px;
  font-size: 14px !important;
}
.subpage-player .my-table td.score a {
  text-decoration: underline;
  color: #002879;
}
.subpage-player .my-table td.score a:hover {
  text-decoration: none;
}
.subpage-player .player-info-heading {
  font-size: 14px;
}
.menicko {
  border-bottom: 1px solid #e5e6eb;
}
.menicko input[type='submit'] {
  border: none;
}
.menicko .custom-select,
.menicko input[type='text'] {
  border: 1px solid #000118;
}
.menicko .custom-select:focus,
.menicko input[type='text']:focus {
  border-color: #002879;
  box-shadow: 0 0 0 0.2rem rgba(2, 119, 189, 0.5);
}
.archive-article:hover h3 {
  text-decoration: underline;
}
.archive-article .author {
  color: #fff;
  background: #0277bd;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 12px;
}
.archive-article .info h3 {
  color: #002879;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px;
}
.archive-article .row {
  border-bottom: 1px solid #e5e6eb;
}
.subpage-matches .current-match {
  padding: 0 !important;
  border: none !important;
}
.subpage-matches .match {
  padding: 8px;
  border-bottom: 1px solid #e5e6eb;
}
.subpage-matches .match .teams {
  display: block;
  float: left;
  margin-right: 15px;
}
.subpage-matches .match .teams .team1 {
  margin-right: 4px;
}
.subpage-matches .match .teams .team1,
.subpage-matches .match .teams .team2 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e5e6eb;
  padding: 9px 11px;
  display: inline-block;
}
.subpage-matches .match .teams .team1 img,
.subpage-matches .match .teams .team2 img {
  width: 32px;
  max-height: 32px;
}
.subpage-matches .match .match-info {
  padding-top: 5px;
  width: auto;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.mi-span-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
}
.mi-span-wrapper span {
  max-width: 18vw;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  .mi-span-wrapper span {
    max-width: 30vw;
  }
}
.subpage-matches .match .match-info .date {
  font-size: 14px;
  font-weight: 400;
}
.subpage-matches .match .match-info .nas-tym {
  color: #0277bd;
}
.subpage-matches .match .match-status {
  font-size: 24px;
  text-align: right;
  font-weight: 700;
  padding: 0;
  line-height: 1.5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.subpage-matches .match .match-status p{
  text-align: center;
  font-size: 12px;
}
.subpage-matches .match .match-status a:hover {
  text-decoration: underline;
}
@media (max-width: 500px) {
  .subpage-matches .match .match-status {
    font-size: 20px;
    padding-top: 24px;
  }
}
.subpage-roster .player {
  text-align: center;
  font-size: 14px;
  padding: 0;
  margin-bottom: 32px;
}
.subpage-roster .player .player-photo {
  width: 112px;
  height: 112px;
  margin: auto;
  border-radius: 50%;
  border: 2px solid #0277bd;
  padding: 4px;
  margin-bottom: 8px;
}
.subpage-roster .player .player-photo-hover {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.subpage-roster .player .player-photo-hover .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  height: 101px;
  width: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #0277bd;
}
.subpage-roster .player .player-photo-hover .middle .text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 10px;
}
.subpage-roster .player .player-photo-hover:hover .middle {
  opacity: 0.8;
}
.subpage-roster .player .name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #0277bd;
}
.history-slider {
  margin-bottom: 98px;
  font-family: 'schoolbook';
  margin-top: 98px;
}
.history-slider .slick-list {
  overflow: unset;
}
@media (min-width: 992px) {
  .history-slider {
    margin-top: 127px;
  }
}
.history-slider .active .history-box {
  background: #fff;
}
.history-slider .active .history-box .history-box-date {
  color: #fff;
  background: #d50000;
}
.history-slider .history-box {
  position: relative;
  background: rgba(0, 1, 24, 0.1);
  width: 304px;
  display: block;
}
.history-slider .history-box:focus {
  outline: none;
}
.history-slider .history-box:hover {
  background: #fff;
}
.history-slider .history-box:hover .history-box-date {
  color: #fff;
  background: #d50000;
}
.history-slider .history-box .history-box-header {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.history-slider .history-box .history-box-date {
  position: absolute;
  top: -14px;
  max-width: 100px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #bfc1cd;
  font-size: 16px;
  padding: 2px 6px;
  border-radius: 2px;
  color: #000118;
}
.history-slider .history-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -32px;
  width: 32px;
  height: 8px;
  background-image: url(../../img/icons/ico-history-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.history-slider .slick-slide {
  height: 350px;
}
.subpage-history {
  font-family: 'schoolbook';
}
@media (min-width: 1200px) {
  .subpage-history {
    max-width: 864px !important;
  }
}
.subpage-history .history-wrapper {
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
}
.subpage-history .subpage-history-date {
  position: absolute;
  top: -31px;
  max-width: 250px;
  max-height: 62px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #d50000;
  font-size: 40px;
  padding: 16px 24px;
  line-height: 1;
  border-radius: 2px;
  color: #fff;
  z-index: 1;
  font-weight: 700;
}
.subpage-history .subpage-history-img {
  position: relative;
  border-radius: 4px 4px 0 0;
}
.subpage-history .subpage-history-img img {
  border-radius: 4px 4px 0 0;
}
.subpage-history .subpage-history-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#ffffff',GradientType=0);
}
.subpage-history .subpage-history-content {
  margin-top: -226px;
  padding: 0 80px 80px;
  position: relative;
  z-index: 1;
}
.subpage-history .subpage-history-content .bottom-arrows {
  margin-top: 24px;
}
.subpage-history .subpage-history-content .bottom-arrows .arrow {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.header-fanshop {
  background: #fff;
  top: 194px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
}
.header-fanshop .navbar-fanshop {
  padding: 0 1rem;
  min-height: 56px;
}
.header-fanshop .navbar-fanshop .navbar-collapse ul li {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
}
@media (max-width: 1200px) {
  .header-fanshop .navbar-fanshop .navbar-collapse ul li {
    padding: 10px 12px;
  }
}
.header-fanshop .navbar-fanshop .navbar-collapse ul li .nav-link {
  color: #002879 !important;
  font-size: 14px;
  padding: 0;
}
.header-fanshop .navbar-fanshop .navbar-collapse ul li::before {
  content: '';
  background-image: url(../../img/icons/ico-star-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-left: -26px;
}
@media (max-width: 1200px) {
  .header-fanshop .navbar-fanshop .navbar-collapse ul li::before {
    margin-left: -18px;
  }
}
.header-fanshop .navbar-fanshop .navbar-collapse .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #002879;
  border-radius: 0;
}
.header-fanshop .navbar-fanshop .navbar-collapse .dropdown-menu::before {
  content: '';
  position: absolute;
  left: 38px;
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 8px;
  border-color: transparent transparent #002879;
}
.header-fanshop .navbar-fanshop .navbar-collapse .dropdown-menu .dropdown-item:hover {
  background: transparent;
  text-decoration: underline;
}
.header-fanshop .navbar-fanshop .navbar-collapse .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.header-fanshop .navbar-fanshop .navbar-collapse .dropdown-item {
  color: #fff;
  font-size: 12px;
}
.subpage-fanshop {
  margin-top: 89px;
}
@media (min-width: 992px) {
  .subpage-fanshop {
    margin-top: 154px;
  }
}
.subpage-fanshop .subpage-fanshop-content {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 1, 24, 0.05);
}
.subpage-fanshop .subpage-fanshop-content .category-name {
  color: #002879;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .subpage-fanshop .subpage-fanshop-content h1 {
    font-size: 24px;
  }
}
.subpage-fanshop .subpage-fanshop-content .fanshop-product .type {
  font-weight: 900;
}
.subpage-fanshop .subpage-fanshop-content .fanshop-product .price {
  color: #002879;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}
.subpage-fanshop .subpage-fanshop-content .fanshop-product .pre-price {
  color: #8f92a4;
  text-decoration: line-through;
}
.subpage-fanshop .subpage-fanshop-content .fanshop-product:hover .price,
.subpage-fanshop .subpage-fanshop-content .fanshop-product:hover .type {
  text-decoration: underline;
}
.subpage-fanshop .subpage-fanshop-content .modal-header.fanshop-product img {
  max-width: 272px;
}
.subpage-fanshop .subpage-fanshop-content .modal-header.fanshop-product:hover .price,
.subpage-fanshop .subpage-fanshop-content .modal-header.fanshop-product:hover .type {
  text-decoration: none;
}
.subpage-fanshop .subpage-fanshop-content .product-description {
  font-size: 14px;
  line-height: 1.71;
}
#pdf-page-counter {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 30px;
  color: #fff;
  font-size: 12px;
}
#the-canvas {
  width: 100%;
  height: 500px;
}
.slick-next {
  top: 53%;
}
@media (max-width: 1300px) {
  #the-canvas {
    width: 100%;
    height: 410px;
  }
}
@media (max-width: 770px) {
  #the-canvas {
    width: 98%;
    height: 340px;
  }
  .slick-prev {
    left: -16px;
  }
  .slick-next {
    right: -11px;
    top: 53%;
  }
}
@media (max-width: 580px) {
  #the-canvas {
    width: 100%;
    height: 60vw;
  }
}
.prise-wrapper,
.prise {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prise-wrapper {
  flex-direction: row;
  align-items: flex-end;
}
.prise-descr {
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 2px 7px;
  background-image: linear-gradient(#bd2606, #ce2500);
  font-size: 12px;
}
.prise {
  margin: 0 5px;
}
.static table {
  width: 100%;
  height: auto;
}
.static table tr td {
  vertical-align: top;
}
.static table tr:nth-child(3n + 3) {
  font-size: 13px;
  line-height: 1;
  height: 60px;
}
.main-partners-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.mpl-logo-name {
  margin: 0;
  padding: 0;
  color: #848484;
}
.mpl-logo,
.mpl-img,
.mpl-logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.mpl-logo {
  text-align: center;
  width: 50%;
  height: 150px;
}
.mpl-img {
  max-height: 120px;
  max-width: 192px;
  width: 100%;
  height: 100%;
}

.subpage-show table {
  width: 100%;
  margin: 30px 0 0 0;
  border: 1px solid #c1c2c2;
  line-height: 1.5;
}
.subpage-standings.mb-4 table td {
  border: 1px solid #c1c2c2;
  padding: 5px;
}
.subpage-show.mb-4 table td {
  border: 1px solid #c1c2c2;
  padding: 5px;
  width: 33%;
  border-top: none;
  border-bottom: none;
}

.slider-text {
  /*font-family: 'Bebas Neue', cursive;*/
  /*font-family: Arial, sans-serif;*/
  font-family: golos;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
}
