body {
  font-family: 'Source Sans 3', sans-serif;
}
@media (min-width: 1041px) {
  body {
    padding-top: 154px;
  }
}
body {
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 707px;
  background: url("/cache/thumbs/656d8125f4d2b18fc5a1b33f/0x0-none/Header_BG_ZKK.png") no-repeat;
  -webkit-background-size: 100% 707px;
  -moz-background-size: 100% 707px;
  background-size: 100% 707px;
  pointer-events: none;
  z-index: -1;
}
body:not(.logic-home):before {
  height: 154px;
}
@media (max-width: 1040px) {
  body:not(.logic-home):before {
    height: 96px;
  }
}
.colorLine {
  background: -webkit-linear-gradient(left, #4e73c4 60%, #ed6b07 60%);
  background: -moz-linear-gradient(left, #4e73c4 60%, #ed6b07 60%);
  background: -o-linear-gradient(left, #4e73c4 60%, #ed6b07 60%);
  background: -ms-linear-gradient(left, #4e73c4 60%, #ed6b07 60%);
  background: linear-gradient(to right, #4e73c4 60%, #ed6b07 60%);
  max-width: 100% !important;
}
.colorLine .column {
  position: relative;
}
.colorLine .column:first-child {
  clip-path: polygon(0 0, 100% 0%, 98.5% 100%, 0% 100%);
}
.colorLine .column:nth-child(2) {
  clip-path: polygon(1.5% 0, 100% 0%, 98.5% 100%, 0% 100%);
}
.colorLine .column:nth-child(3) {
  clip-path: polygon(1.5% 0, 100% 0%, 98.5% 100%, 0% 100%);
}
.colorLine .column:last-child {
  clip-path: polygon(1.5% 0, 100% 0%, 100% 100%, 0% 100%);
}
.logic-home .w-articleList .title {
  display: none;
}
.footer {
  background: url("/cache/thumbs/656d8125f4d2b18fc5a1b33f/0x0-none/bg-footer.png") no-repeat;
  -webkit-background-size: 100% 417px;
  -moz-background-size: 100% 417px;
  background-size: 100% 417px;
  min-height: 417px !important;
}
.footerColumns .column:first-child {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 800px) {
  .footerColumns .column:last-child .w-image:first-child,
  .footerColumns .column:last-child .w-companyInfo {
    margin-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .footerColumns .column:first-child .w-inlineBlocks {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footerColumns .column:first-child .w-inlineBlocks .w-image .w-holder {
    margin-left: 0 !important;
  }
  .footerColumns .column:first-child .w-inlineBlocks .w-image:not(:last-child) .w-holder {
    margin-bottom: 16px !important;
  }
}
.bannerShop .w-banner3-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bannerShop .w-banner3-content .more {
  margin-top: auto;
}
.headerBtn .title {
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1040px) {
  .headerBtn {
    --height: 32px;
  }
}
.paddingLeft {
  padding-left: calc(50% - 720px);
}
@media (max-width: 1440px) {
  .paddingLeft {
    padding-left: 24px;
  }
}
.w-inlineBlocks > .w-block > .w-holder .companyInfo-icon {
  margin-bottom: 32px;
}
.ui-slideMenu-opened .ui-3dAnim:first-child {
  background: url("/cache/thumbs/656d8125f4d2b18fc5a1b33f/0x0-none/Header_BG_ZKK.png") no-repeat !important;
  -webkit-background-size: 100% 707px !important;
  -moz-background-size: 100% 707px !important;
  background-size: 100% 707px !important;
}
.leaderboards {
  -webkit-box-shadow: 0px 0px 64px 0px rgba(2,20,49,0.06);
  box-shadow: 0px 0px 64px 0px rgba(2,20,49,0.06);
  background-color: #fff;
  padding: 32px 16px 12px 16px;
  min-height: 476px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.leaderboards .title-holder {
  line-height: 25px;
  position: relative;
  text-align: center;
  color: #31437c;
}
.leaderboards .prev,
.leaderboards .next {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.leaderboards .prev {
  position: absolute;
  left: 15px;
}
.leaderboards .next {
  position: absolute;
  right: 15px;
}
.leaderboards .position,
.leaderboards .club,
.leaderboards .points {
  display: inline-block;
}
.leaderboards .position,
.leaderboards .points,
.leaderboards .image {
  text-align: center;
  width: 15%;
  float: left;
}
.leaderboards .club {
  width: 55%;
  float: left;
}
.leaderboards .header .club {
  width: 15%;
  margin-right: 55%;
  text-align: center;
}
.leaderboards .image {
  line-height: 0;
}
.leaderboards .image img {
  width: 25px;
  max-width: 100%;
}
.leaderboards .hidden-team {
  display: none;
}
.leaderboards .header {
  color: #cbcdd1;
  font-size: 13px;
}
.leaderboards .team,
.leaderboards .header {
  zoom: 1;
  padding: 10px 15px;
}
.leaderboards .team:before,
.leaderboards .header:before,
.leaderboards .team:after,
.leaderboards .header:after {
  content: "";
  display: table;
}
.leaderboards .team:after,
.leaderboards .header:after {
  clear: both;
}
.leaderboards .team {
  border-top: 1px solid #f0f4f7;
}
.leaderboards .showMore,
.leaderboards .showLess {
  padding: 20px 0;
  text-align: center;
  color: #31437c;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.leaderboards .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  line-height: normal;
}
@media (max-width: 800px) {
  .leaderboards {
    min-height: 0;
  }
  .leaderboards .title {
    font-size: 24px;
  }
}
.matches {
  -webkit-box-shadow: 0px 0px 64px 0px rgba(2,20,49,0.06);
  box-shadow: 0px 0px 64px 0px rgba(2,20,49,0.06);
  background-color: #fff;
  padding: 32px 16px;
  min-height: 376px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.matches .league,
.matches .title {
  text-align: center;
  color: #31437c;
}
.matches .image {
  text-align: center;
}
.matches .title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
}
.matches .league {
  font-size: 20px;
  margin-bottom: 32px;
}
.matches .home,
.matches .away {
  float: left;
  width: 50%;
}
.matches .teams-holder {
  zoom: 1;
  max-width: 350px;
  margin: 0 auto;
}
.matches .teams-holder:before,
.matches .teams-holder:after {
  content: "";
  display: table;
}
.matches .teams-holder:after {
  clear: both;
}
.matches .image {
  margin-bottom: 8px;
}
.matches .home .team-holder .image {
  background: -webkit-linear-gradient(right, #00467f 1px, transparent 1px);
  background: -moz-linear-gradient(right, #00467f 1px, transparent 1px);
  background: -o-linear-gradient(right, #00467f 1px, transparent 1px);
  background: -ms-linear-gradient(right, #00467f 1px, transparent 1px);
  background: linear-gradient(to left, #00467f 1px, transparent 1px);
  -webkit-background-size: auto 50px;
  -moz-background-size: auto 50px;
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: center;
}
.matches .team-title {
  color: #31437c;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}
.matches .date {
  background-color: #fff;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #31437c;
  text-align: center;
}
.matches img {
  height: 178px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 800px) {
  .matches .title {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .matches .date {
    font-size: inherit;
  }
}
.games .date-holder,
.games .home-holder,
.games .away-holder,
.games .score-holder {
  float: left;
  width: 25%;
}
.game {
  zoom: 1;
  border-top: 2px solid #f0f4f7;
  padding: 10px;
  position: relative;
}
.game:before,
.game:after {
  content: "";
  display: table;
}
.game:after {
  clear: both;
}
.game:hover {
  background-color: #f0f4f7;
}
.game:last-child {
  border-bottom: 2px solid #f0f4f7;
}
.game .image {
  margin: 0 10px;
  line-height: 0;
}
.games.old .game .image {
  margin: 0 10px 0 30px;
}
.games.old .game .home-holder .image {
  margin: 0 30px 0 10px;
}
.game .away-holder,
.game .home-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.game .home-holder {
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.game .home-holder .image {
  float: right;
}
.game .away-holder .image {
  float: left;
}
.game .result-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.game .result-holder .result {
  display: inline-block;
  line-height: 30px;
  background-color: #f0f4f7;
  padding: 0 10px;
  color: #31437c;
  font-weight: bold;
}
.game .title,
.game .date-holder {
  line-height: 25px;
  color: #31437c;
}
.game .away-holder,
.game .home-holder,
.game .link {
  line-height: 50px;
}
.game .title {
  line-height: 20px;
  padding: 5px 0;
  font-weight: bold;
}
.game .date {
  font-weight: bold;
}
.game .score-holder {
  text-align: right;
}
.game a {
  display: inline-block;
  background-color: #f9b722;
  line-height: 30px;
  padding: 0 20px;
  color: BCblue;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}
.game games.old a {
  background-color: #f0f4f7;
}
@media screen and (max-width: 800px) {
  .game .date-holder,
  .game .score-holder {
    width: auto;
    float: none;
    text-align: center;
    clear: both;
  }
  .game .away-holder,
  .game .home-holder {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .game .away-holder,
  .game .home-holder {
    display: block;
    width: auto;
    float: none;
    text-align: center;
  }
  .game .home-holder {
    margin: 0;
  }
  .game .result-holder {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    left: auto;
    top: auto;
  }
  .game .away-holder,
  .game .home-holder {
    line-height: 20px;
  }
  .game .away-holder .title,
  .game .home-holder .title {
    display: inline-block;
  }
  .game .away-holder .image,
  .game .home-holder .image {
    vertical-align: middle;
    margin: 0 5px 0 0;
    float: none;
    display: inline-block;
  }
  .games.old .game .away-holder .image,
  .games.old .game .home-holder .image {
    margin: 0 5px 0 0;
  }
}
.team-players {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 72px;
}
@media (max-width: 1040px) {
  .team-players {
    margin-bottom: 40px;
  }
}
.team-player {
  width: calc(25% - 18px);
  position: relative;
  color: #31437c;
  padding-bottom: 16px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 24px;
}
.team-player .image {
  line-height: 0;
  margin-bottom: 4px;
  background-color: #f2f4f7;
}
.team-player .image a {
  pointer-events: none;
}
.team-player img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.team-player .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.team-player .number {
  font-size: 48px;
  font-weight: 700;
  margin-right: 32px;
}
.team-player .title {
  font-size: 20px;
  font-weight: 700;
}
.team-player .title a {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 800px) {
  .team-player {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
  .team-player .content-wrapper {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .team-player .number {
    margin-right: 16px;
    font-size: 36px;
  }
  .team-player .title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .team-player {
    width: 100%;
  }
}
.relatedPlayers .w-productThumb {
  width: 390px;
  position: relative;
  zoom: 1;
}
.relatedPlayers .w-productThumb:before,
.relatedPlayers .w-productThumb:after {
  content: "";
  display: table;
}
.relatedPlayers .w-productThumb:after {
  clear: both;
}
.relatedPlayers .w-productThumb:after {
  padding: 50%;
}
.relatedPlayers .w-productThumb:hover {
  outline: none;
}
.relatedPlayers .ui-filmstrip .ui-filmstrip-left,
.relatedPlayers .ui-filmstrip .ui-filmstrip-right {
  height: 42px;
  margin-top: -21px;
}
.relatedPlayers .ui-filmstrip .ui-filmstrip-left,
.relatedPlayers .ui-filmstrip .ui-filmstrip-right {
  background: url("/cache/documents/58fdf68853c8567dcbad4795/arrow-left.png") center no-repeat transparent;
}
.relatedPlayers .ui-filmstrip .ui-filmstrip-left {
  left: -25px;
}
.relatedPlayers .ui-filmstrip .ui-filmstrip-right {
  background-image: url("/cache/documents/58fdf68853c8567dcbad4795/arrow-right.png");
  right: -25px;
}
@media screen and (max-width: 1000px) {
  .relatedPlayers .ui-filmstrip .ui-filmstrip-left,
  .relatedPlayers .ui-filmstrip .ui-filmstrip-right {
    background-color: #fff;
  }
  .relatedPlayers .ui-filmstrip .ui-filmstrip-left {
    left: 0;
  }
  .relatedPlayers .ui-filmstrip .ui-filmstrip-right {
    right: 0;
  }
}
.ui-countdown {
  text-align: center;
  font-size: 20px;
  color: #31437c;
}
.ui-countdown-days-counter,
.ui-countdown-hours-counter,
.ui-countdown-minutes-counter,
.ui-countdown-seconds-counter {
  display: inline-block;
  margin-right: 5px;
  padding-bottom: 7px;
  min-width: 30px;
  background: no-repeat bottom left transparent;
}
.ui-countdown-days-counter:after,
.ui-countdown-hours-counter:after,
.ui-countdown-minutes-counter:after,
.ui-countdown-seconds-counter:after {
  content: " /";
}
.ui-countdown-seconds-counter {
  margin-right: 0;
  min-width: 20px;
  background-image: url("/cache/thumbs/656d8125f4d2b18fc5a1b33f/0x0-none/cd-sek-1.png");
}
.ui-countdown-seconds-counter:after {
  content: "";
}
.ui-countdown-days-counter {
  background-image: url("/cache/thumbs/656d8125f4d2b18fc5a1b33f/0x0-none/cd-dni.png");
}
.ui-countdown-hours-counter {
  background-image: url("/cache/thumbs/656d8125f4d2b18fc5a1b33f/0x0-none/cd-ur.png");
}
.ui-countdown-minutes-counter {
  background-image: url("/cache/thumbs/656d8125f4d2b18fc5a1b33f/0x0-none/cd-min.png");
}
.w-socialFeed-item {
  width: 25%;
}
@media (max-width: 1040px) {
  .w-socialFeed-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .w-socialFeed-item {
    width: 100%;
  }
}
.gamesInfo .w-banner3-imageWrap {
  line-height: 0;
}
@media (min-width: 801px) {
  .gamesInfo .w-banner3 img {
    max-height: 476px;
  }
}
@media (max-width: 800px) {
  .gamesInfo .column:not(:last-child) {
    margin-bottom: 24px;
  }
}
