

/* Start:/local/templates/hockey_sportclub/assets/css/style.min.css?177557930496658*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  flex: 1 0 100%;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

ol, ul, dl {
  margin: 0;
  padding-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  border: none;
  outline: none;
}

label {
  display: inline-block;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -------- GLOBAL -------- */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
  scroll-padding-top: 100px;
}

*,
*::after,
*::before {
  transition: all 120ms ease-out;
}

.container {
  max-width: calc(1650px + 4 * 16px);
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(2 * 16px);
}
@media screen and (max-width: 991.98px) {
  .container {
    padding: 0 16px;
  }
}

html,
body {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: clip;
  scroll-behavior: smooth;
  color: #000000;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

main {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 10vw, 100px);
  padding-top: clamp(60px, 10vw, 100px);
  padding-bottom: clamp(60px, 10vw, 100px);
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
}

img {
  flex-shrink: 0;
}

.lock {
  overflow-y: hidden;
  overflow-x: hidden;
}

.lock-clip {
  overflow-y: clip;
  overflow-x: clip;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  60% {
    transform: translateY(-5%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  60% {
    transform: translateY(5%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
.title {
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 800;
}

.title-2 {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 800;
}

.small-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.socials svg {
  height: 30px;
  width: auto;
  display: block;
}
.socials svg:hover *[fill] {
  fill: #005ba3;
}
.socials svg:hover *[stroke] {
  stroke: #005ba3;
}
@media screen and (max-width: 1023.98px) {
  .socials {
    gap: 30px;
    flex-wrap: wrap;
  }
}

.match-preview {
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 145px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 575.98px) {
  .match-preview {
    height: 113px;
  }
}
.match-preview__row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 575.98px) {
  .match-preview__row:nth-child(2) {
    display: none;
  }
}
.match-preview__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 0 0 calc((100% - 60px) / 2);
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.match-preview__team img {
  height: 50px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 575.98px){
  .match-preview__team img {
    margin-top: 10px;
  }
}
.match-preview__info {
  margin-top: 10px;
  flex: 0 0 60px;
}
.match-preview__datetime {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}
.match-preview__time {
  font-weight: 600;
}
.match-preview__divider {
  width: 19px;
  height: 1px;
  background: #757575;
  display: block;
  margin: 23px auto 0;
}
@media screen and (max-width: 575.98px) {
  .match-preview__divider {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0055E9;
    position: relative;
  }
  .match-preview__divider::before, .match-preview__divider::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0055E9;
    position: absolute;
    top: 0;
  }
  .match-preview__divider::before {
    right: calc(100% + 2px);
  }
  .match-preview__divider::after {
    left: calc(100% + 2px);
  }
}
.match-preview__where {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  color: #1A1A1A;
}
.match-preview__hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 85, 233, 0.9);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  pointer-events: none;
}
.match-preview__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(12px, 1.3vw, 13px);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (min-width: 1023.98px) {
  .match-preview:hover .match-preview__hover {
    opacity: 1;
    pointer-events: all;
  }
  .match-preview:hover .match-preview__link {
    animation: slideUp 0.5s ease-out forwards;
  }
}
.match-preview.hovered .match-preview__hover {
  opacity: 1;
  pointer-events: all;
}
.match-preview.hovered .match-preview__link {
  animation: slideUp 0.5s ease-out forwards;
}

.select {
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 600;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  min-width: min(320px, 100%);
  height: clamp(46px, 5.2vw, 52px);
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.select::after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  width: clamp(20px, 2.4vw, 24px);
  aspect-ratio: 1;
  background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/Select-Arrow-Down.svg) center center/contain no-repeat;
}
.select_open .select__choices {
  display: flex;
}
.select__chosen {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 20px;
}
.select__choices {
  position: absolute;
  z-index: 4;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  padding: 5px;
  display: none;
  flex-direction: column;
  gap: 5px;
  background-color: #FFFFFF;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  max-height: 287px;
  overflow-y: auto;
}
.select__choices::-webkit-scrollbar {
  background: #F9F9F9;
  width: 5px;
  padding: 0;
  border-radius: 5px;
}
.select__choices::-webkit-scrollbar-thumb {
  background-color: #B2B2B2;
  width: 5px;
  border-radius: 5px;
  background-clip: content-box;
}
.select__choice {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 42px;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.select__choice:hover {
  background-color: #F9F9F9;
}
.select__choice_active, .select__choice_active:hover {
  background-color: rgba(0, 85, 233, 0.2);
}
.select__next, .select__prev {
  display: none;
}
.select_month::before,
.select_year::before {
  content: "";
  display: block;
  width: clamp(20px, 2.4vw, 24px);
  flex-shrink: 0;
  aspect-ratio: 1;
  background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/Calendar.svg) center center/contain no-repeat;
}
@media screen and (max-width: 575.98px) {
  .select_month,
  .select_year {
    width: 100%;
    justify-content: center;
  }
  .select_month::after,
  .select_year::after {
    display: none;
  }
  .select_month .select__prev,
  .select_year .select__prev {
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    translate: 0 -50%;
    width: 20px;
    aspect-ratio: 1;
    background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/Select-Arrow-Down.svg) center center/contain no-repeat;
    rotate: 90deg;
  }
  .select_month .select__next,
  .select_year .select__next {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    translate: 0 -50%;
    width: 20px;
    aspect-ratio: 1;
    background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/Select-Arrow-Down.svg) center center/contain no-repeat;
    rotate: -90deg;
  }
}

.select-group {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 3vw, 30px);
}
.select-group .search {
  margin-left: auto;
}
.select-group .select {
  min-width: unset;
}
.select-group > * {
  flex: 0 0 calc(25% - clamp(10px, 3vw, 30px) * 3 / 4);
}
@media screen and (max-width: 1090px) {
  .select-group {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .select-group > * {
    flex: 0 0 calc(50% - clamp(10px, 3vw, 30px) * 1 / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .select-group > * {
    flex-grow: 1;
  }
}
@media screen and (max-width: 575.98px) {
  .select-group {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .select-group > * {
    flex: 0 0 calc(100% - clamp(10px, 3vw, 30px) * 0 / 1);
  }
}

.search {
  min-width: min(320px, 100%);
  position: relative;
}
.search input {
  height: clamp(46px, 5.2vw, 52px);
  width: 100%;
  font-size: clamp(14px, 1.5vw, 15px);
  font-weight: 500;
  padding: clamp(16px, 2vw, 20px) 20px;
  padding-right: 102px;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
}
.search input::placeholder {
  color: #757575;
}
.search input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  right: 72px;
  translate: 0 -50%;
  cursor: pointer;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/search-cross.svg) center center/contain no-repeat;
}
@media screen and (max-width: 575.98px) {
  .search {
    min-width: none;
    width: 100%;
  }
}
.search__icon {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  aspect-ratio: 1;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/search.svg) center center/38% auto no-repeat;
  background-color: #0055E9;
  cursor: pointer;
}

.search-result {
  position: absolute;
  z-index: 4;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1vw, 15px);
}
.search-result__row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.search-result__row mark {
  font-weight: 800;
  color: #0055E9;
  background: none;
}
.search-result__row img {
  width: clamp(36px, 4vw, 40px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  object-fit: cover;
  object-position: top;
}

.btn {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #0055E9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(15px, 2vw, 20px) clamp(20px, 4vw, 40px);
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid #0055E9;
  max-width: max-content;
  cursor: pointer;
}
.btn_center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991.98px) {
  .btn {
    color: #FFFFFF;
    background-color: #0055E9;
    border-color: transparent;
  }
}

.tabs-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tabs-group_row {
  flex-direction: row;
  flex-wrap: wrap;
}
.tabs-group_row .search {
  margin-left: auto;
}
@media screen and (max-width: 1090px) {
  .tabs-group_row .search {
    flex-grow: 1;
  }
}

.tabs {
  display: flex;
  max-width: max-content;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
}
.tabs__wrapper {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .tabs {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tabs__item {
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  height: 42px;
  padding: 16px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tabs__item:not([data-competition-type="po"])::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 75%;
  translate: 0 -50%;
  width: 1px;
  display: block;
  background: rgba(217, 217, 217, 0.5);
}
.tabs__item:last-of-type::after,
.tabs__item.last-visible::after {
  display: none;
}
.tabs__item:hover {
  background-color: #F9F9F9;
}
.tabs__item_active, .tabs__item_active:hover {
  color: #FFFFFF;
  background-color: #0055E9;
}
.tabs__item_active::after, .tabs__item_active:hover::after {
  opacity: 0;
}
.tabs__item[data-competition-type="po"] {
  order: 2;
}
@media screen and (max-width: 767.98px) {
  .tabs__item {
    padding: 10px;
    flex: 1 1;
    height: unset;
  }
}
@media screen and (max-width: 575.98px) {
  .tabs__item {
    flex: 1 1 fit-content;
  }
}
.tabs_changed {
  max-width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.tabs_changed .tabs__wrapper {
  gap: clamp(20px, 4vw, 40px);
  flex-grow: 1;
  border-bottom: 1px solid #D9D9D9;
}
.tabs_changed::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .tabs_changed {
    width: 100vw;
    min-width: 100vw;
    max-width: unset;
    padding: 0 16px;
    margin: 0 -16px;
  }
}
.tabs_changed .tabs__item {
  height: unset;
  padding: 0;
  padding-bottom: 15px;
  color: #757575;
  white-space: nowrap;
}
.tabs_changed .tabs__item::after {
  display: none;
}
.tabs_changed .tabs__item:last-child::before {
  right: 0;
}
.tabs_changed .tabs__item_active, .tabs_changed .tabs__item:hover {
  background: none;
  color: #000000;
}
.tabs_changed .tabs__item_active::after, .tabs_changed .tabs__item:hover::after {
  z-index: 2;
  display: block;
  opacity: 1;
  top: unset;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  width: 100%;
  translate: unset;
  background: #0055E9;
}
@media screen and (max-width: 767.98px) {
  .tabs_changeable {
    max-width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .tabs_changeable .tabs__wrapper {
    gap: clamp(20px, 4vw, 40px);
    flex-grow: 1;
    border-bottom: 1px solid #D9D9D9;
  }
  .tabs_changeable::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .tabs_changeable {
    width: 100vw;
    min-width: 100vw;
    max-width: unset;
    padding: 0 16px;
    margin: 0 -16px;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs_changeable .tabs__item {
    height: unset;
    padding: 0;
    padding-bottom: 15px;
    color: #757575;
    white-space: nowrap;
  }
  .tabs_changeable .tabs__item::after {
    display: none;
  }
  .tabs_changeable .tabs__item:last-child::before {
    right: 0;
  }
  .tabs_changeable .tabs__item_active, .tabs_changeable .tabs__item:hover {
    background: none;
    color: #000000;
  }
  .tabs_changeable .tabs__item_active::after, .tabs_changeable .tabs__item:hover::after {
    z-index: 2;
    display: block;
    opacity: 1;
    top: unset;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    translate: unset;
    background: #0055E9;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs_select .tabs__item {
    display: none;
  }
}
@media screen and (min-width: 767.98px) {
  .tabs_select .select-wrapper {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tabs_select {
    border: none;
    max-width: 100%;
    width: 100%;
  }
  .tabs_select .select-wrapper {
    width: 100%;
  }
}

.table {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}
.table::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 575.98px) {
  .table {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
  }
  .table .mobile-hidden {
    display: none;
  }
}
.table_shadow_right {
  position: relative;
}
.table_shadow_right::after {
  transition: none;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: var(--right-shadow, 0);
  width: 40px;
  background: linear-gradient(270deg, #FFFFFF 29%, rgba(255, 255, 255, 0) 100%);
}
.table_shadow_left {
  position: relative;
}
.table_shadow_left::before {
  transition: none;
  content: "";
  position: absolute;
  top: 0;
  left: var(--left-shadow, 0);
  bottom: 0;
  width: 40px;
  background: linear-gradient(90deg, #FFFFFF 29%, rgba(255, 255, 255, 0) 100%);
}
.table__wrapper {
  border: 1px solid #E6E9EC;
  border-radius: 10px;
  min-width: 100%;
  width: max-content;
  overflow: hidden;
}
@media screen and (max-width: 575.98px) {
  .table__wrapper {
    border-radius: 0;
  }
}
.table table {
  border-collapse: collapse;
  width: 100%;
}
.table table thead th {
  background-color: #00223D;
  color: #FFFFFF;
  padding: 15px 20px;
  border: 1px solid #001424;
  border-top: none;
  font-size: clamp(11px, 1.4vw, 14px);
}
@media screen and (max-width: 575.98px) {
  .table table thead th {
    padding: 10px 8px;
  }
}
.table table thead th:first-child {
  border-left: none;
}
.table table thead th:last-child {
  border-right: none;
}
.table table tbody td {
  padding: 10px 20px;
  font-size: clamp(10px, 1.6vw, 16px);
  border-right: 1px solid #E6E9EC;
  border-left: 1px solid #E6E9EC;
}
@media screen and (max-width: 575.98px) {
  .table table tbody td {
    padding: 10px 8px;
  }
}
.table table tbody td:first-child {
  border-left: none;
}
.table table tbody td:last-child {
  border-right: none;
}
.table table tbody tr:nth-child(even) td {
  background-color: #F9F9F9;
}
.table__with-avatar > * {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  width: 100%;
  height: 100%;
}
.table__with-avatar a {
  font-weight: 600;
}
.table__with-avatar a img {
  overflow: hidden;
  width: clamp(40px, 5.6vw, 56px);
  height: clamp(40px, 5.6vw, 56px);
  object-fit: contain;
  object-position: center;
}
.table__with-avatar a:hover {
  color: #0055E9;
}
@media screen and (max-width: 575.98px) {
  .table__with-avatar_mobile-remove img {
    display: none;
  }
}
.table__num {
  width: clamp(30px, 4.3vw, 43px);
  padding-left: 10px;
}

@media screen and (min-width: 575.98px) {
  .tablesorter .tablesorter-header {
    cursor: pointer;
  }
  .tablesorter .tablesorter-headerUnSorted .tablesorter-header-inner:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    opacity: 0.2;
    width: 10px;
    aspect-ratio: 1;
    background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/table-arrow.svg) center center/contain no-repeat;
  }
  .tablesorter .tablesorter-headerAsc .tablesorter-header-inner:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    opacity: 1;
    width: 10px;
    aspect-ratio: 1;
    background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/table-arrow.svg) center center/contain no-repeat;
  }
  .tablesorter .tablesorter-headerDesc .tablesorter-header-inner:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    opacity: 1;
    rotate: 180deg;
    width: 10px;
    aspect-ratio: 1;
    background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/table-arrow.svg) center center/contain no-repeat;
  }
  .tablesorter .sorter-false .tablesorter-header-inner:after {
    display: none;
  }
}
.player-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px;
  padding-top: clamp(25px, 4vw, 40px);
  border-radius: 10px;
  background-color: #F9F9F9;
  position: relative;
}
.player-card:hover .player-card__avatar::before {
  left: 0;
  translate: -125%;
}
.player-card__team {
  position: absolute;
  top: clamp(15px, 2vw, 20px);
  left: clamp(15px, 2vw, 20px);
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
.player-card__avatar {
  margin-bottom: 25px;
  margin-top: auto;
  width: 100px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.player-card__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
.player-card__avatar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 26%;
  height: 130%;
  background: rgba(255, 255, 255, 0.5);
  filter: blur(10px);
  -webkit-filter: blur(10px);
  rotate: 15deg;
  transition-duration: 600ms;
}
.player-card__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.player-card__position {
  font-size: 11px;
  color: #757575;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
}
.player-card__stats {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  width: 100%;
}
.player-card__stats .stats__name {
  font-size: 8px;
}
.player-card__stats .stats__value {
  font-size: 16px;
}

.player-row, .player-stats-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 991.98px) {
  .player-row:nth-child(odd), .player-stats-row:nth-child(odd) {
    background-color: #F9F9F9;
  }
  .player-row > *, .player-stats-row > * {
    padding: 10px 20px;
    border-right: 1px solid #E6E9EC;
  }
  .player-row > *:last-child, .player-stats-row > *:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 991.98px) {
  .player-row, .player-stats-row {
    background-color: #F9F9F9;
    flex-wrap: wrap;
    padding: 25px;
    border-radius: 10px;
  }
}
.player-row__team {
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-row__team img {
  width: 40px;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .player-row__team {
    order: 2;
    padding: 0;
    align-items: flex-start;
  }
  .player-row__team img {
    width: 60px;
  }
}
.player-row__player {
  display: flex;
  align-items: center;
  gap: clamp(15px, 2vw, 20px);
  flex: 1 1;
}
@media screen and (max-width: 991.98px) {
  .player-row__player {
    order: 1;
    margin-bottom: 20px;
  }
}
.player-row__avatar img {
  width: 60px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.player-row__name {
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .player-row__name {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
}
.player-row__position {
  font-size: 8px;
  line-height: 1.2;
  font-weight: 400;
  color: #757575;
}
@media screen and (min-width: 991.98px) {
  .player-row__position {
    font-size: 10px;
  }
}
.player-row__stats, .player-stats-row__stats {
  flex: 0 0 70%;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 991.98px) {
  .player-row__stats, .player-stats-row__stats {
    order: 3;
    flex: 0 0 100%;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
  }
  .player-row__stats .stats__name, .player-stats-row__stats .stats__name {
    font-size: 8px;
  }
  .player-row__stats .stats__value, .player-stats-row__stats .stats__value {
    font-size: 16px;
  }
}
@media screen and (min-width: 991.98px) {
  .player-row__stats .stats, .player-stats-row__stats .stats {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid #E6E9EC;
  }
  .player-stats-row__stats .stats {
    justify-content: left;
    padding: 10px 16px;
  }
  .player-row__stats .stats:last-child, .player-stats-row__stats .stats:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 991.98px) {
  .player-row__stats .stats__name, .player-stats-row__stats .stats__name {
    display: none;
  }
}
@media screen and (min-width: 991.98px) {
  .player-row__stats .stats__value, .player-stats-row__stats .stats__value {
    margin-top: 0;
    text-align: center;
  }
}

.team-player {
  padding: 15px;
  border-radius: 10px;
  background-color: #F9F9F9;
  display: grid;
  grid-template-columns: 60px 1fr 1fr auto;
  grid-template-rows: 2fr 1fr;
  column-gap: 15px;
  row-gap: 8px;
  align-items: center;
  text-transform: capitalize;
}
.team-player__avatar {
  grid-row: 1/4;
}
.team-player__avatar img {
  width: 60px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  object-position: top;
}
.team-player__name {
  grid-column: span 2;
  font-size: 16px;
  font-weight: 600;
  align-self: end;
}
.team-player__subtitle {
  grid-column: span 2;
  font-size: 12px;
  font-weight: 500;
  color: #757575;
  align-self: flex-start;
  text-transform: none;
}
.team-player__date {
  color: #000000;
}
.team-player__number {
  grid-column: 4;
  grid-row: 1/3;
}
.team-player__number .stats {
  text-align: center;
}
.team-player__number .stats__name {
  font-weight: 500;
  font-size: 7px;
}
.team-player__number .stats__value {
  font-size: 30px;
}

@media screen and (min-width: 991.98px) {
  .staff_playing:not(.match-staff) .team-player {
    display: grid;
    grid-template-columns: 100px calc(50% - 100px) 1fr auto;
    grid-template-rows: 1fr;
    align-items: center;
    column-gap: 0;
    row-gap: 0;
  }
  .staff_playing:not(.match-staff) .team-player__avatar {
    grid-column: 1;
  }
  .staff_playing:not(.match-staff) .team-player__name {
    grid-column: 2;
  }
  .staff_playing:not(.match-staff) .team-player__subtitle.team-player__date {
    grid-column: 3;
    text-align: left;
    margin-left: 20px;
  }
  .staff_playing:not(.match-staff) .team-player__subtitle {
    grid-column: 4;
    text-align: right;
  }
}
@media screen and (min-width: 991.98px) and (max-width: 1300px) {
  .staff_playing:not(.match-staff) .team-player__subtitle.team-player__date {
    margin-left: 0;
    padding-right: 0 !important;
  }
  .staff_playing:not(.match-staff) .team-player {
    grid-template-columns: 80px calc(50% - 100px) 1fr auto;
    column-gap: 8px;
  }
  .staff_playing:not(.match-staff) .staff-team .staff-list .team-player__avatar {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .staff_playing:not(.match-staff) .staff-team__header > *:nth-child(2) {
    padding-left: 0;
  }
}

.stats__name {
  color: #757575;
  font-weight: 500;
  text-transform: uppercase;
}
.stats__value {
  font-weight: 700;
  margin-top: 5px;
}

.abc {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  font-weight: 700;
  color: #757575;
}
@media screen and (max-width: 767.98px) {
  .abc {
    display: none;
  }
}
.abc__item {
  text-transform: uppercase;
  cursor: pointer;
}
.abc__item_active, .abc__item:hover {
  color: #000000;
}
.abc__item_all {
  padding-right: 20px;
}

.up-btn {
  position: fixed;
  z-index: 7;
  bottom: clamp(40px, 8vw, 80px);
  right: clamp(20px, 4vw, 40px);
  width: clamp(60px, 8vw, 80px);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0055E9;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
}
.up-btn:hover {
  background-color: #1d6fff;
}
.up-btn:active {
  background-color: #0042b6;
}
.up-btn svg {
  width: 25%;
  height: auto;
}

.header {
  height: clamp(68px, 9vw, 90px);
  background-color: #00223D;
  position: sticky;
  top: 0;
  z-index: 9;
  padding: 10px 0;
}
@media screen and (max-width: 1023.98px) {
  .header_open {
    height: 100dvh;
    width: 100vw;
    scrollbar-width: none;
  }
  .header_open::-webkit-scrollbar {
    display: none;
  }
  .header_open .header__container {
    height: 100%;
    align-items: flex-start;
    flex-direction: column;
  }
  .header_open .header__nav {
    order: 3;
    flex-shrink: 1;
    width: 100%;
    margin-top: auto;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .header_open .header__nav::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 20px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 34, 61, 0) 0%, rgb(0, 34, 61) 100%);
  }
  .header_open .header__menu {
    flex-direction: column;
    gap: clamp(40px, 6vw, 60px);
    font-size: 24px;
    font-weight: 800;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 20px;
    scrollbar-width: none;
  }
  .header_open .header__menu::-webkit-scrollbar {
    display: none;
  }
  .header_open .header__menu li::after {
    display: none;
  }
  .header_open .header__socials {
    display: flex;
    order: 4;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .header_open .header__copy {
    display: block;
    order: 5;
    margin-top: auto;
    margin-bottom: 40px;
  }
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__logo {
  order: 0;
}
.header__logo img {
  height: calc(clamp(68px, 9vw, 90px) - 20px);
  display: block;
}
.header__title {
  display: block;
  color: #FFFFFF;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 1023.98px) {
  .header__title {
    display: block;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    font-size: clamp(12px, 1.8vw, 18px);
    position: absolute;
    left: 50%;
    top: calc(clamp(68px, 9vw, 90px) / 2);
    translate: -50% -50%;
  }
}
.header-logo__wrapper {
  display: flex;
  align-items: center;
  flex: 0;
  gap: 14px;
}
@media screen and (max-width: 1023.98px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 100px);
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 600;
  color: #FFFFFF;
}
.header__menu li {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 100px);
}
.header__menu li:hover {
  color: #FFFFFF;
}
@media screen and (max-width: 1023.98px) {
  .header__socials {
    display: none;
  }
}
.header__copy {
  display: none;
  font-size: 14px;
  color: #757575;
  text-align: center;
}
.header__burger {
  position: absolute;
  right: 16px;
  top: calc(clamp(68px, 9vw, 90px) / 2);
  translate: 27.5% -50%;
}

.burger {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1023.98px) {
  .burger {
    display: none;
  }
}
.burger span {
  height: 2px;
  width: 45%;
  border-radius: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.burger span::before, .burger span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #FFFFFF;
}
.burger span::before {
  top: -3px;
  translate: 0 -100%;
}
.burger span::after {
  bottom: -3px;
  translate: 0 100%;
}
.burger_active span {
  background-color: transparent;
}
.burger_active span::before {
  rotate: 45deg;
  top: 50%;
  translate: 0 -50%;
}
.burger_active span::after {
  rotate: -45deg;
  bottom: 50%;
  translate: 0 50%;
}

.last-matches {
  background: #F2F4F5;
}
.last-matches__container {
  overflow: hidden;
  max-width: calc(1650px + 116px);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.last-matches__slider {
  padding-top: clamp(10px, 2vw, 20px);
  padding-bottom: clamp(10px, 2vw, 20px);
}
@media screen and (max-width: 991.98px) {
  .last-matches__slider .swiper {
    overflow: visible !important;
  }
}
.last-matches__slider .swiper-slide {
  width: 403px;
}
@media screen and (max-width: 575.98px) {
  .last-matches__slider .swiper-slide {
    width: min(323px, 100%);
  }
}
@media screen and (max-width: 1700px) and (min-width: 991.98px) {
  .last-matches .slider {
    padding-left: 55px;
  }
}
.last-matches .slider__btn {
  position: absolute;
  top: clamp(10px, 2vw, 20px);
  bottom: clamp(10px, 2vw, 20px);
  z-index: 3;
  width: 45px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1700px) {
  .last-matches .slider__btn {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
}
@media screen and (max-width: 991.98px) {
  .last-matches .slider__btn {
    display: none;
  }
}
.last-matches .slider__btn_prev {
  left: 0;
}
.last-matches .slider__btn_next {
  right: 0;
}
.section {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 40px);
}
.section__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(16px, 6vw, 60px);
}
.section__tabs .section__title {
  padding-bottom: clamp(10px, 2vw, 20px);
  color: #757575;
}
.section__tabs .section__title_active {
  color: #000000;
  border-bottom: 4px solid #0055E9;
}
.section__body {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4vw, 40px);
}

.news-list__flex {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 3vw, 30px);
}
.news-list__flex > * {
  flex: 0 0 calc(25% - clamp(10px, 3vw, 30px) * 3 / 4);
}
@media screen and (max-width: 1199.98px) {
  .news-list__flex {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .news-list__flex > * {
    flex: 0 0 calc(33.3333333333% - clamp(10px, 3vw, 30px) * 2 / 3);
  }
}
@media screen and (max-width: 767.98px) {
  .news-list__flex {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .news-list__flex > * {
    flex: 0 0 calc(50% - clamp(10px, 3vw, 30px) * 1 / 2);
  }
}
@media screen and (max-width: 575.98px) {
  .news-list__flex {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .news-list__flex > * {
    flex: 0 0 calc(100% - clamp(10px, 3vw, 30px) * 0 / 1);
  }
}
@media screen and (max-width: 575.98px) {
  .news-list__slider {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2) !important;
    margin-right: calc(-1 * (100vw - 100%) / 2) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
.news-list__slider .swiper-slide {
  height: auto;
}
.news-list__slider .swiper-slide .news-card {
  height: 100%;
}
.news-list__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.news-list__pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-inactive-color: #E2E2E2;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.news-list__pagination .swiper-pagination-bullet-active {
  --swiper-pagination-color: #757575;
}

.news-card {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: clamp(20px, 4vw, 40px);
}
.news-card:hover .news-card__title {
  color: #0055E9;
}
.news-card_active .news-card__content {
  opacity: 1;
  pointer-events: all;
}
.news-card_active .news-card__content .news-card__img {
  animation: slideDown 0.5s ease-out forwards;
}
.news-card_active .news-card__content .news-card__text {
  animation: slideUp 0.7s ease-out forwards;
}
@media screen and (max-width: 1399.98px) {
  .news-card {
    aspect-ratio: unset;
  }
}
@media screen and (max-width: 767.98px) {
  .news-card {
    min-height: 40vw;
  }
}
@media screen and (max-width: 575.98px) {
  .news-card {
    min-height: min(80vw, 300px);
  }
}
.news-card__img {
  width: 55%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}
.news-card__date {
  font-weight: 500;
  font-size: clamp(10px, 1.2vw, 12px);
  color: #757575;
  text-transform: uppercase;
  margin-top: clamp(20px, 4vw, 40px);
}
.news-card__title {
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 22px);
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-card__content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  background-color: #1A1A1A;
  padding: clamp(20px, 4vw, 40px);
  color: #FFFFFF;
}
.news-card__content .news-card__img {
  width: 40px;
  height: 40px;
}
.news-card__text {
  margin-top: clamp(10px, 2vw, 20px);
  padding-right: calc(clamp(20px, 4vw, 40px) / 2);
  margin-right: calc(-1 * clamp(20px, 4vw, 40px) / 2);
  display: flex;
  flex-direction: column;
  gap: 1em;
  overflow-x: hidden;
  overflow-y: auto;
  height: 70%;
}

.news-card__text-content {
  font-size: 14px;
  line-height: 1.2;
  overflow-wrap: break-word;
  word-break: auto-phrase;
  hyphens: auto;
}

.news-card__text::-webkit-scrollbar {
  background: #ECECEC;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 10px;
}
.news-card__text::-webkit-scrollbar-thumb {
  background-color: #0055E9;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-clip: content-box;
}

.tournament-grid-wrapper {
  position: relative;
  overflow-x: auto;
  width: 100%;
  margin-bottom: -20px;
}
.tournament-grid-wrapper::-webkit-scrollbar {
  background: #ECECEC;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 10px;
}
.tournament-grid-wrapper::-webkit-scrollbar-thumb {
  background-color: #0055E9;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-clip: content-box;
}
.tournament-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 36px;
  padding-bottom: 20px;
}
.tournament-grid_1_8 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767.98px) {
  .tournament-grid {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.tournament-grid__stage {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 30px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .tournament-grid__stage {
    display: none;
  }
  .tournament-grid__stage_active {
    display: flex;
  }
}
@media screen and (min-width: 767.98px) {
  .tournament-grid__stage_semifinal {
    position: relative;
  }
  .tournament-grid__stage_semifinal .tournament-card {
    margin-right: 60px;
    position: relative;
  }
  .tournament-grid__stage_semifinal .tournament-card::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 50%;
    translate: 100% -50%;
    height: 2px;
    width: 30px;
    background-color: #CCCCCC;
  }
  .tournament-grid__stage_semifinal::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 2px;
    background-color: #CCCCCC;
    height: var(--line-height, 400px);
  }
}
@media screen and (min-width: 767.98px) {
  .tournament-grid__stage_final .tournament-card {
    margin-left: 30px;
    position: relative;
  }
  .tournament-grid__stage_final .tournament-card::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    translate: -100% -50%;
    height: 2px;
    width: 30px;
    background-color: #CCCCCC;
  }
  .tournament-grid__stage_final .tournament-card_3nd {
    margin-left: 0;
    translate: none;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .tournament-grid__stage_final .tournament-card_3nd::after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tournament-grid__stage_final .tournament-card_3nd {
    display: none;
  }
}
@media screen and (min-width: 767.98px) {
  .tournament-grid__stage_third {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tournament-grid__stage {
    gap: 10px;
  }
}

.tournament-card {
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: clamp(15px, 2.5vw, 25px);
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: fit-content;
  position: relative;
}
@media screen and (min-width: 767.98px) {
  .tournament-card {
    width: 500px;
    min-width: 380px;
  }
}
@media screen and (max-width: 767.98px) {
  .tournament-card {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    height: unset;
  }
}
.tournament-card__title {
  font-size: 16px;
  font-weight: 500;
  color: #757575;
  position: absolute;
  left: 0;
  top: -1.25em;
  translate: 0 -100%;
}
@media screen and (max-width: 767.98px) {
  .tournament-card__title {
    display: none;
  }
}
.tournament-card__teams {
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 2vw, 20px);
}
@media screen and (max-width: 767.98px) {
  .tournament-card__teams {
    flex: 1 1;
  }
}
.tournament-card__team {
  font-size: clamp(10px, 3vw, 20px);
  line-height: 1.1;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 300px;
}
.tournament-card__team span {
  color: #CCCCCC;
  font-weight: 500;
  min-width: 8px;
}
.tournament-card__team img {
  width: 50px;
  aspect-ratio: 1;
  object-fit: contain;
}
.tournament-card__team_winner {
  font-weight: 700;
  color: #0055E9;
}
@media screen and (max-width: 767.98px) {
  .tournament-card__team {
    width: unset;
    font-weight: 500;
  }
}
.tournament-card__scores {
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767.98px) {
  .tournament-card__scores {
    gap: 10px;
  }
}
.tournament-card__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: clamp(40px, 5vw, 50px);
}
.tournament-card__score-value {
  position: relative;
}
.tournament-card__score-value:first-of-type {
  order: 0;
}
.tournament-card__score-value:last-of-type {
  order: 1;
}
.tournament-card__score-value_none {
  color: #CCCCCC;
}
.tournament-card__score-value:after {
  content: attr(data-win);
  color: #757575;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 11px;
  font-weight: 600;
  padding-left: 3px;
}
.tournament-card__score::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #CCCCCC;
  display: block;
  order: 1;
}
@media screen and (max-width: 767.98px) {
  .tournament-card__score::before {
    width: 80%;
    height: 1px;
  }
}
.tournament-card_unknown .tournament-card__team {
  width: unset;
}
.tournament-card_unknown .tournament-card__team::after {
  content: "";
  display: block;
  height: 15px;
  border-radius: 15px;
  background-color: #FFFFFF;
  width: 204px;
}
@media screen and (max-width: 767.98px) {
  .tournament-card_unknown .tournament-card__team::after {
    width: unset;
    flex: 0 1 150px;
  }
}
.tournament-card_unknown .tournament-card__score-value,
.tournament-card__score-value.unknown {
  color: #CCCCCC;
}
@media screen and (min-width: 767.98px) {
  .tournament-card_3nd {
    width: 500px;
  }
}
@media screen and (max-width: 767.98px) {
  .tournament-card_3nd {
    bottom: unset !important;
  }
}

@media screen and (min-width: 767.98px) {
  .tournament-tabs {
    display: none !important;
  }
}

.tournament-grid .not-ready {
  grid-column: 1 / 3;
}

.players-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 2vw, 30px);
}
@media screen and (max-width: 1199.98px) {
  .players-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  .players-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 575.98px) {
  .players-grid .player-card:first-child {
    grid-column: span 2;
    grid-row: span 2;
    padding: 40px;
    padding-top: 30px;
  }
  .players-grid .player-card:first-child .player-card__team {
    top: 30px;
    left: 30px;
    width: 150px;
  }
  .players-grid .player-card:first-child .player-card__avatar {
    margin-bottom: 45px;
    width: clamp(200px, 20vw, 310px);
  }
  .players-grid .player-card:first-child .player-card__name {
    font-size: 32px;
  }
  .players-grid .player-card:first-child .player-card__position {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 45px;
  }
  .players-grid .player-card:first-child .player-card__stats .stats__name {
    font-size: 14px;
  }
  .players-grid .player-card:first-child .player-card__stats .stats__value {
    font-size: 26px;
  }
}

.players-flex {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 2vw, 30px);
}
.players-flex > * {
  flex: 0 0 calc(25% - clamp(10px, 2vw, 30px) * 3 / 4);
}
@media screen and (max-width: 1199.98px) {
  .players-flex {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 30px);
  }
  .players-flex > * {
    flex: 0 0 calc(50% - clamp(10px, 2vw, 30px) * 1 / 2);
  }
}
@media screen and (max-width: 575.98px) {
  .players-flex {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 30px);
  }
  .players-flex > * {
    flex: 0 0 calc(100% - clamp(10px, 2vw, 30px) * 0 / 1);
  }
}

.players-table__header, .player-stats-table__header {
  height: 40px;
  display: flex;
  justify-content: flex-end;
}
.player-stats-table__header {
  padding: clamp(15px, 2.5vw, 25px);
  padding-top: 0;
  padding-bottom: 0;
}
.players-table__header > div, .player-stats-table__header > div {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #757575;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player-stats-table__header > div {
  text-align: left;
  justify-content: flex-start;
  padding: 0 16px;
}
.players-table__header > div:nth-last-child(-n+5), .player-stats-table__header > div:nth-last-child(-n+5) {
  flex: 0 0 14%;
}
@media screen and (max-width: 991.98px) {
  .players-table__header, .player-stats-table__header {
    display: none;
  }
}
@media screen and (min-width: 991.98px) {
  .players-table__body, .player-stats-table__body {
    border-radius: 10px;
    border: 1px solid #E6E9EC;
    overflow: hidden;
  }
}
@media screen and (max-width: 991.98px) {
  .players-table__body, .player-stats-table__body {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 30px);
  }
  .players-table__body > *, .player-stats-table__body > * {
    flex: 0 0 calc(50% - clamp(10px, 2vw, 30px) * 1 / 2);
  }
}
@media screen and (max-width: 575.98px) {
  .players-table__body, .player-stats-table__body {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 30px);
  }
  .players-table__body > *, .player-stats-table__body > * {
    flex: 0 0 calc(100% - clamp(10px, 2vw, 30px) * 0 / 1);
  }
}

.staff {
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 5vw, 50px);
}
.staff_playing {
  flex-direction: row;
  gap: clamp(20px, 3vw, 40px);
}
@media screen and (max-width: 991.98px) {
  .staff_playing {
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 20px);
  }
}
.staff_playing > * {
  flex: 0 0 calc(50% - clamp(20px, 3vw, 40px) / 2);
}
@media screen and (max-width: 991.98px) {
  .staff_playing > * {
    flex: 0 0 100%;
  }
}

@media screen and (min-width: 991.98px) {
  .staff-tabs {
    display: none;
  }
}
.staff-tabs .tabs__item {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000000;
  font-size: 16px;
  flex: 1 1;
}

@media screen and (max-width: 991.98px) {
  .staff-team {
    display: none;
  }
  .staff-team_open {
    display: block;
  }
}
.staff-team__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .staff-team__name {
    display: none;
  }
}
.staff-team__header {
  display: flex;
  align-items: center;
}
.staff-team__header > * {
  padding: 15px 20px;
  flex: 1 1;
  font-size: 10px;
  font-weight: 600;
  color: #757575;
  text-transform: uppercase;
}
.staff-team__header > *:nth-child(2) {
  flex: 0 0 34%;
}
.match-staff .staff-team__header > *:nth-child(2) {
  flex: 0 0 30%;
}
.staff-team__header > *:nth-child(3) {
  flex: 0 0 16%;
}
@media screen and (max-width: 991.98px) {
  .staff-team__header {
    display: none;
  }
}
@media screen and (min-width: 991.98px) {
  .staff-team .staff-list {
    flex-direction: column;
    gap: 0;
    border-radius: 10px;
    border: 1px solid #E6E9EC;
    overflow: hidden;
  }
  .staff-team .staff-list .team-player {
    border-radius: 0;
    background-color: #FFFFFF;
    padding: 0;
  }
  .match-staff .staff-team .staff-list .team-player {
    display: flex;
    gap: 0;
  }
  .staff-team .staff-list .team-player > * {
    padding: 10px 20px;
  }
  .staff-team .staff-list .team-player > *:nth-child(3) {
    flex: 0 0 30%;
  }
  .match-staff staff-team .staff-list .team-player > *:nth-child(3) {
    flex: 0 0 32%;
  }
  .staff-team .staff-list .team-player > *:last-child {
    flex: 0 0 16%;
    margin-left: 0;
  }
  .staff-team .staff-list .team-player:nth-child(odd) {
    background-color: #F9F9F9;
  }
  .staff-team .staff-list .team-player__avatar {
    grid-row: span 1;
  }
  .staff-team .staff-list .team-player__name {
    align-self: unset;
    padding-left: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: #000000;
  }
  .staff_playing:not(.match-staff) .staff-team .staff-list .team-player__name {
    padding-right: 0;
  }
  .staff-team .staff-list .team-player__subtitle {
    align-self: unset;
    margin-left: auto;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: #000000;
  }
  .staff_playing:not(.match-staff) .staff-team .staff-list .team-player__subtitle {
    padding-left: 0;
  }
  .staff-team .staff-list .team-player__number .stats {
    text-align: left;
  }
  .staff-team .staff-list .team-player__number .stats__name {
    display: none;
  }
  .staff-team .staff-list .team-player__number .stats__value {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    color: #000000;
  }
}

.staff-group__name {
  font-size: clamp(10px, 1.4vw, 14px);
  font-weight: 700;
  color: #757575;
  margin-bottom: clamp(15px, 2vw, 20px);
  text-transform: uppercase;
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 2vw, 20px);
}
.staff-list > * {
  flex: 0 0 calc(25% - clamp(10px, 2vw, 20px) * 3 / 4);
}
@media screen and (max-width: 1199.98px) {
  .staff-list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 20px);
  }
  .staff-list > * {
    flex: 0 0 calc(33.3333333333% - clamp(10px, 2vw, 20px) * 2 / 3);
  }
}
@media screen and (max-width: 991.98px) {
  .staff-list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 20px);
  }
  .staff-list > * {
    flex: 0 0 calc(50% - clamp(10px, 2vw, 20px) * 1 / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .staff-list {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 2vw, 20px);
  }
  .staff-list > * {
    flex: 0 0 calc(100% - clamp(10px, 2vw, 20px) * 0 / 1);
  }
}

.player {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 40px);
}
@media screen and (max-width: 575.98px) {
  .player {
    flex-direction: column;
    align-items: center;
  }
  .player > * {
    width: 100%;
  }
}
.player__img {
  width: clamp(210px, 17vw, 274px);
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.player__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top;
}
.player__info {
  flex: 1 1;
}
.player__name {
  font-weight: 700;
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.2;
}
@media screen and (max-width: 575.98px) {
  .player__name {
    text-align: center;
  }
}
.player__role {
  margin-top: 4px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
}
@media screen and (max-width: 575.98px) {
  .player__role {
    text-align: center;
  }
}
.player__team {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  color: #0055E9;
}
@media screen and (max-width: 575.98px) {
  .player__team {
    justify-content: center;
  }
}
.player__team img {
  width: clamp(50px, 10vw, 100px);
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 991.98px) {
  .player__team img {
    display: none;
  }
}
.player__bio {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 15px;
  margin-top: 20px;
}
.player__bio > * {
  flex: 0 0 calc(16.6666666667% - 16.6666666667px);
}
@media screen and (max-width: 1439.98px) {
  .player__bio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .player__bio > * {
    flex: 0 0 calc(33.3333333333% - 13.3333333333px);
  }
}
@media screen and (max-width: 767.98px) {
  .player__bio {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .player__bio > * {
    flex: 0 0 calc(50% - 7.5px);
  }
}
.player__bio .stats {
  white-space: nowrap;
}
.player__bio .stats__name {
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 500;
  text-transform: none;
}
.player__bio .stats__value {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 500;
}
.player__stats {
  border-radius: 10px;
  background-color: #F9F9F9;
  padding: clamp(15px, 2vw, 20px) clamp(15px, 2.5vw, 25px);
  margin-top: clamp(20px, 3vw, 30px);
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 60px);
  row-gap: 15px;
}
.player__stats > * {
  flex: 0 0 calc(20% - clamp(20px, 4vw, 60px) * 4 / 5);
}
@media screen and (max-width: 1199.98px) {
  .player__stats {
    justify-content: space-between;
  }
  .player__stats > * {
    flex: unset;
  }
}
.player__stats .stats {
  white-space: nowrap;
}
.player__stats .stats__name {
  font-size: clamp(9px, 1.2vw, 12px);
  font-weight: 500;
}
.player__stats .stats__value {
  font-size: clamp(16px, 2.6vw, 26px);
  font-weight: 700;
}
.player__team-logo {
  width: clamp(210px, 17vw, 274px);
  aspect-ratio: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.player__team-logo img {
  width: 73%;
  height: auto;
  display: block;
}
@media screen and (max-width: 991.98px) {
  .player__team-logo {
    display: none;
  }
}

.player-stats-table__header > div:nth-last-child(n) {
  flex: 1 1;
}
.player-stats-row {
  padding: clamp(15px, 2.5vw, 25px);
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
}
@media screen and (min-width: 991.98px) {
  .player-stats-row {
    text-align: center;
  }
}
.player-stats-row > * {
  border-right: none;
}
@media screen and (min-width: 991.98px) {
  .player-stats-row__cell {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 16px;
    justify-content: left;
  }
}
.player-stats-row__season {
  flex: 1 1;
}
@media screen and (max-width: 991.98px) {
  .player-stats-row__season {
    order: 1;
    margin-bottom: 4px;
    font-weight: 600;
  }
}
.player-stats-row__league {
  flex: 1 1;
  word-break: break-word;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .player-stats-row__league {
    flex: 0 0 100%;
    order: 3;
    margin-bottom: 20px;
    color: #757575;
    font-weight: 500;
    font-size: 12px;
  }
}
.player-stats-row__team {
  flex: 1 1;
  word-break: break-word;
}
@media screen and (max-width: 991.98px) {
  .player-stats-row__team {
    order: 2;
    justify-content: flex-end;
    text-align: right;
    font-weight: 600;
  }
}
@media screen and (min-width: 991.98px) {
  .player-stats-row__stats {
    flex: 0 0 62.5%;
  }
}
.player-stats-row__stats .stats {
  border-right: none;
}
.matches-group__date {
  display: block;
  font-size: clamp(20px, 2.8vw, 28px);
  margin-top: clamp(20px, 4vw, 40px);
  margin-bottom: clamp(20px, 3vw, 30px);
  font-weight: 800;
}
.matches-group__date:first-of-type {
  margin-top: 0;
}

.matches {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .matches {
    gap: 10px;
  }
}

#calendar .section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(30px, 4vw, 40px);
}
#calendar .section__header .team-matches-filter {
  width: 100%;
  justify-content: flex-end;
}
@media screen and (max-width: 575.98px) {
  #calendar .section__header {
    flex-direction: column;
    align-items: unset;
  }
}

.match-card {
  display: flex;
  align-items: center;
  gap: clamp(15px, 4vw, 60px);
  border-radius: 10px;
  padding: 10px clamp(10px, 2vw, 30px);
}
.match-card:nth-child(odd) {
  background-color: #F9F9F9;
}
@media screen and (max-width: 767.98px) {
  .match-card {
    flex-wrap: wrap;
    padding: 20px;
    background-color: #F9F9F9;
  }
}
.match-card__datetime {
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 1440px) {
  .all-matches .match-card__datetime {
    flex: 0 0 195px;
  }
}
@media screen and (min-width: 767.98px) {
  .match-card__datetime {
    flex: 0 0 195px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 767.98px) {
  .all-matches .match-card__datetime {
    flex: 0 0 130px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 767.98px) {
  .match-card__datetime {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
    flex: 0 0 120px;
  }
  .all-matches .match-card__datetime {
    flex: 0 0 85px;
  }
}
.match-card__stadium {
  font-size: clamp(12px, 1.6vw, 16px);
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: visible;
  position: relative;
  white-space: nowrap;
  min-width: 120px;
}
@media screen and (min-width: 767.98px) {
  .match-card__stadium span {
    font-size: 14px;
    line-height: 1;
    color: #757575;
  }
}
@media screen and (max-width: 767.98px) {
  .match-card__stadium {
    order: 3;
    flex: 0 0 100%;
    text-align: center;
    display: block;
  }
}
.match-card__result {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 30px);
  flex: 0 0 67%;
}
@media screen and (max-width: 991.98px) {
  .match-card__result {
    flex: 0 0 55%;
  }
}
@media screen and (max-width: 767.98px) {
  .match-card__result {
    flex: 0 0 100%;
    justify-content: center;
  }
}
.match-card__team {
  font-size: clamp(13px, 1.8vw, 18px);
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1 1;
}
.match-card__team:first-of-type {
  flex-direction: row-reverse;
}
.match-card__team:hover {
  color: #0055E9;
}
.match-card__team img {
  width: 70px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .match-card__team {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .match-card__team:first-of-type {
    flex-direction: column;
  }
}
.match-card__score {
  font-size: 24px;
  font-weight: 800;
  color: #0055E9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex: 0 0 5%;
  white-space: nowrap;
  position: relative;
}
.match-card__score.Y,
.match-card__score.attr.Y,
.match-card__score.N,
.match-card__score.attr.N {
  color: #000000;
}
.match-card__score.attr.T,
.match-card__score.T {
  color: #0055E9;
}
.match-card__score span:first-child,
.match-card__score span:last-child {
  position: relative;
}
.match-card__score span:first-child:before,
.match-card__score span:last-child:after {
  content: attr(data-after);
  position: absolute;
  font-size: clamp(11px, 1.8vw, 13px);
  top: 50%;
  transform: translateY(-50%);
}
.match-card__score span:first-child:before {
  right: 100%;
  padding-right: 4px;
}
.match-card__score span:last-child:after {
  left: 100%;
  padding-left: 4px;
}
.match-card__score.attr {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  justify-content: center;
}
.match-card__score.attr.calendar {
  position: absolute;
  bottom: -12px;
}
.match-preview__info .match-card__score:not(.attr) {
  justify-content: center;
  margin: 6px auto 0;
  position: relative;
}
.match-card__score_none {
  color: #CCCCCC;
}

.documents-section {
  background-color: #ECECEC;
  padding-top: clamp(40px, 6vw, 60px);
  padding-bottom: clamp(40px, 6vw, 60px);
}
@media screen and (max-width: 767.98px) {
  .documents-section .documents-wrapper {
    grid-template-rows: 0fr;
    padding-top: 0;
  }
  .documents-section_open .documents-title::after {
    rotate: 180deg;
  }
  .documents-section_open .documents-wrapper {
    grid-template-rows: 1fr;
    padding-top: 40px;
  }
}

.documents-wrapper {
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr;
  padding-top: 40px;
}

@media screen and (max-width: 767.98px) {
  .documents-title {
    position: relative;
  }
  .documents-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    display: block;
    width: 24px;
    aspect-ratio: 1;
    background: url(/local/templates/hockey_sportclub/assets/css/../img/icons/Arrow-Down-Accordeon.svg) center center/contain no-repeat;
  }
}

.documents {
  overflow: hidden;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 4vw, 50px);
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
}
.documents > * {
  flex: 0 0 calc(25% - clamp(20px, 4vw, 50px) * 3 / 4);
}
@media screen and (max-width: 1023.98px) {
  .documents {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 4vw, 50px);
  }
  .documents > * {
    flex: 0 0 calc(50% - clamp(20px, 4vw, 50px) * 1 / 2);
  }
}
@media screen and (max-width: 575.98px) {
  .documents {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 4vw, 50px);
  }
  .documents > * {
    flex: 0 0 calc(100% - clamp(20px, 4vw, 50px) * 0 / 1);
  }
}
.documents__list {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.documents__list a:hover {
  color: #0055E9;
}

.teams {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 3vw, 30px);
}
.teams > * {
  flex: 0 0 calc(25% - clamp(10px, 3vw, 30px) * 3 / 4);
}
@media screen and (max-width: 1199.98px) {
  .teams {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .teams > * {
    flex: 0 0 calc(33.3333333333% - clamp(10px, 3vw, 30px) * 2 / 3);
  }
}
@media screen and (max-width: 767.98px) {
  .teams {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .teams > * {
    flex: 0 0 calc(50% - clamp(10px, 3vw, 30px) * 1 / 2);
  }
}
@media screen and (max-width: 575.98px) {
  .teams {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(10px, 3vw, 30px);
  }
  .teams > * {
    flex: 0 0 calc(100% - clamp(10px, 3vw, 30px) * 0 / 1);
  }
}

.team-card {
  padding: clamp(10px, 2vw, 20px) clamp(15px, 2vw, 20px);
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-card:hover {
  color: #0055E9;
}
.team-card__logo {
  width: clamp(60px, 9vw, 90px);
  height: auto;
  aspect-ratio: 1;
  display: block;
  object-fit: contain;
}
.team-card__name {
  font-weight: 700;
  font-size: clamp(18px, 2.4vw, 24px);
  line-height: 1.2;
}

.team {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1199.98px) {
  .team {
    flex-direction: column;
  }
}
.team__col {
  flex: 0 0 calc(50% - 20px);
}
.team__col:first-child {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.team__col:last-child {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1199.98px) {
  .team__col {
    flex: unset;
    width: 100%;
  }
}
.team__logo {
  width: clamp(100px, 25vw, 250px);
  height: clamp(100px, 25vw, 250px);
  padding: clamp(10px, 2.5vw, 25px);
  float: left;
  overflow: hidden;
  margin-right: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 991.98px) {
  .team__logo {
    float: right;
    margin-right: 0;
    margin-left: 20px;
  }
}
.team__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.team__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team__info .stats__name {
  font-size: 10px;
}
.team__info .stats__value {
  font-size: clamp(18px, 2.2vw, 22px);
  margin-top: 5px;
}
.team__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.team__links > * {
  flex: 1 1 calc(50% - 8px);
  max-width: unset;
}
.team__history-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #0055E9;
}
.team__history-toggle_open svg {
  rotate: 180deg;
}
.team__history {
  font-size: 16px;
  line-height: 1.35;
  color: #757575;
  font-weight: 400;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  margin-bottom: -32px;
}
.team__history b, .team__history strong {
  font-weight: 700;
  color: #000000;
}
.team__history ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.team__history ul li {
  flex-basis: 120px;
  padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #E6E9EC;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  font-size: 13px;
}
.team__history ul li b, .team__history ul li strong {
  font-size: 16px;
}
.team__history_open {
  grid-template-rows: 1fr;
  margin-bottom: 0;
}
.team__history-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.team__picture {
  display: inline-block;
  height: 450px;
  max-height: 450px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.team__picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1199.98px) {
  .team__picture {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.match-history {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.match-event {
  display: flex;
  align-items: center;
  gap: clamp(10px, 3.5vw, 35px);
  position: relative;
}
.match-event:nth-child(n+2)::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  height: 37px;
  width: 2px;
  background-color: #E6E9EC;
}
@media screen and (max-width: 767.98px) {
  .match-event:nth-child(n+2)::before {
    left: 18px;
    height: 70%;
  }
}
@media screen and (min-width: 767.98px) {
  .match-event_divider {
    justify-content: center;
  }
}
.match-event_divider .match-event__time {
  flex: 0 0 80px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F9F9F9;
  font-size: 14px;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.match-event_divider .match-event__time::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  translate: -50% 0;
  height: 48px;
  width: 0px;
  border: 1px dashed #000000;
}
.match-event_divider .match-event__time::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  translate: -50% 0;
  height: 48px;
  width: 0px;
  border: 1px dashed #000000;
}
@media screen and (max-width: 767.98px) {
  .match-event_divider .match-event__time {
    flex: 0 0 36px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 9px;
  }
  .match-event_divider .match-event__time::before {
    bottom: 101%;
  }
  .match-event_divider .match-event__time::after {
    top: 101%;
  }
}
.match-event_divider:last-child .match-event__time::after {
  display: none;
}
@media screen and (min-width: 767.98px) {
  .match-event_right {
    flex-direction: row-reverse;
  }
  .match-event_right .event-card {
    flex-direction: row-reverse;
  }
  .match-event_right .event-card__who {
    align-items: flex-start;
    text-align: left;
    margin-right: auto;
    margin-left: 0;
  }
  .match-event_right .event-card__info {
    align-items: flex-start;
    text-align: left;
  }
}
.match-event__info {
  flex: 0 0 calc((100% - 56px - clamp(10px, 3.5vw, 35px) * 2) / 2);
}
@media screen and (max-width: 767.98px) {
  .match-event__info {
    order: 2;
    flex: 1 1;
  }
}
.match-event__time {
  flex: 0 0 56px;
  font-size: clamp(12px, 1.8vw, 18px);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .match-event__time {
    order: 0;
    flex: 0 0 36px;
  }
}
.match-event__team {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .match-event__team {
    order: 1;
    display: block;
  }
}

.event-card {
  padding: clamp(10px, 2vw, 20px) clamp(10px, 3vw, 30px);
  border-radius: 10px;
  background-color: #F9F9F9;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1199.98px) {
  .event-card {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(8px, 1.6vw, 16px);
  }
}
.event-card__score {
  font-weight: 600;
  font-size: clamp(14px, 2.2vw, 22px);
  color: #0055E9;
  white-space: nowrap;
}
@media screen and (max-width: 1199.98px) {
  .event-card__score {
    order: 2;
  }
}
.event-card__who {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
  margin-left: auto;
}
@media screen and (max-width: 1199.98px) {
  .event-card__who {
    order: 3;
    flex: 0 0 100%;
    align-items: flex-start;
    text-align: left;
    padding-top: clamp(8px, 1.6vw, 16px);
    border-top: 1px solid #E6E9EC;
  }
}
.event-card__player {
  font-weight: 600;
  font-size: clamp(12px, 2vw, 20px);
  line-height: 1.25;
}
.event-card__player:last-child {
  font-weight: 500;
  font-size: clamp(10px, 1.6vw, 16px);
  line-height: 1.3;
  color: #757575;
}
.event-card__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
  flex: 0 0 24%;
}
@media screen and (max-width: 1199.98px) {
  .event-card__info {
    order: 1;
    flex: unset;
    align-items: flex-start;
    text-align: left;
  }
}
.event-card__title {
  font-weight: 600;
  font-size: clamp(14px, 2.2vw, 22px);
  color: #0055E9;
}
.event-card__caption {
  font-weight: 500;
  font-size: clamp(9px, 1.4vw, 14px);
  line-height: 1.2;
  color: #757575;
}

.translation-summary {
  border-radius: 10px;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  padding: clamp(25px, 2.4vw, 40px) clamp(40px, 10vw, 170px);
}
@media screen and (max-width: 767.98px) {
  .translation-summary {
    width: 100vw;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    margin-right: calc(-1 * (100vw - 100%) / 2);
    border-radius: 0;
    padding: clamp(25px, 2.4vw, 40px) clamp(16px, 4vw, 170px);
    gap: 20px;
  }
}
.translation-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767.98px) {
  .translation-summary__row {
    align-items: flex-start;
    width: 100%;
  }
}
.translation-summary__row_mobile {
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 767.98px) {
  .translation-summary__row_mobile {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .translation-summary *.translation-summary__desktop-only {
    display: none;
  }
}
.translation-summary__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(10px, 1.8vw, 30px);
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 26px);
  line-height: 1.2;
  text-align: center;
  width: clamp(55px, 10vw, 170px);
}
.translation-summary__logo {
  width: clamp(55px, 10vw, 170px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.translation-summary__logo img {
  width: 70%;
  height: auto;
  display: block;
}
.translation-summary__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.translation-summary__status {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: clamp(14px, 1.3vw, 22px);
  line-height: 1.2;
}
.translation-summary__status strong, .translation-summary__status b {
  font-weight: 600;
}
.translation-summary__numbers {
  border-radius: 10px;
  background-color: #F3F3F3;
  border: 1px solid #E6E9EC;
  padding: clamp(10px, 1.5vw, 25px) clamp(15px, 2.4vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.translation-summary__score {
  font-size: clamp(22px, 3.6vw, 60px);
  font-weight: 800;
  position: relative;
}
.translation-summary__score::before, .translation-summary__score::after {
  font-size: clamp(14px, 2.4vw, 40px);
  font-weight: 500;
  line-height: 1.3;
}
.translation-summary__score::before {
  content: attr(data-before);
  position: absolute;
  bottom: 5%;
  right: 104%;
}
.translation-summary__score::after {
  content: attr(data-after);
  position: absolute;
  bottom: 5%;
  left: 104%;
}
.translation-summary__details {
  display: flex;
  gap: clamp(10px, 1.2vw, 20px);
}
.translation-summary__mobile-score {
  display: none;
}
.translation-summary__mobile-team-name.team-name--hyphens {
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
  white-space: normal;
}
@media screen and (max-width: 767.98px) {
  .translation-summary__details {
    justify-content: center;
    gap: 8px;
  }
  .translation-summary__details:has(> :nth-child(4):last-child) {
    flex-wrap: wrap;
  }
  .translation-summary__details .stats {
    padding-right: 8px;
  }

  .translation-summary__numbers {
    gap: 8px;
  }

  .translation-summary__desktop-score {
    display: none;
  }

  .translation-summary__mobile-score {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-template-rows: auto auto;
    align-items: start;
    row-gap: 10px;
  }

  .translation-summary__team--mobile-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
    align-self: center;
  }

  .translation-summary__info--mobile {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: center;
  }

  .translation-summary__team--mobile-right {
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    align-self: center;
  }

  .translation-summary__mobile-team-name--left {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .translation-summary__mobile-team-name--right {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
  }

  .translation-summary__mobile-team-name {
    min-width: 0;
    text-align: center;
    font-weight: 700;
    font-size: clamp(14px, 1.5vw, 26px);
    line-height: 1.2;
    white-space: nowrap;
  }
}
.translation-summary__details .stats {
  padding-right: clamp(10px, 1.2vw, 20px);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
.translation-summary__details .stats:last-child {
  border-right: none;
  padding-right: 0;
}
.translation-summary__details .stats__name {
  font-size: clamp(8px, 0.04vw, 8px);
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .translation-summary__details .stats__name {
    display: none;
  }
}
.translation-summary__details .stats__value {
  font-size: clamp(12px, 1.2vw, 20px);
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  .translation-summary__details .stats__value {
    margin-top: 0;
  }
}
.translation-summary__place_referees {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.translation-summary__place {
  font-weight: 500;
  font-size: clamp(14px, 1.2vw, 20px);
  line-height: 1.2;
  text-align: center;
  max-width: 600px;
}
.translation-summary__place span {
  color: #757575;
}
.translation-summary__btn.btn {
  font-size: 12px;
  padding: 14px;
  min-width: min(193px, 100%);
  background-color: #0055E9;
  color: #FFFFFF;
}

.best-players {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 clamp(16px, 9vw, 153px);
}
@media screen and (max-width: 767.98px) {
  .best-players {
    padding: 0;
  }
}
.best-players .stats {
  text-align: center;
}
.best-players .stats__name {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 500;
  text-transform: none;
}
.best-players .stats__value {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 700;
}

.footer {
  background-color: #00223D;
  color: #FFFFFF;
  padding: 16px 0;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 30px 0 40px;
  }
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767.98px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__logo {
  height: 70px;
}
.footer__logo img {
  height: 100%;
  width: auto;
  display: block;
}
.footer__copy {
  color: #757575;
  margin-right: auto;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .footer__copy {
    margin-right: 0;
    text-align: center;
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  --pulseSize: 8px;
  --live: rgb(69 150 24 / 80%);
  --liveTransparent: rgb(69 150 24 / 10%);
}

.live {
  color: var(--live);
}

.pulse {
  position: relative;
  width: var(--pulseSize);
  height: var(--pulseSize);
  border-radius: 50%;
  background: var(--live);
  box-shadow: 0 0 0 var(--live);
  animation: pulsing 2s infinite;
  transition: all 0.2s;
}
@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 var(--live);
  }
  70% {
    box-shadow: 0 0 0 var(--pulseSize) var(--liveTransparent);
  }
  to {
    box-shadow: 0 0 0 0 var(--liveTransparent);
  }
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-pagination {
  display: flex;
  gap: 6px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.draggable a {
  user-select: none;
  -webkit-user-drag: none;
}

.shimmer {
  opacity: 0.5;
  mask: linear-gradient(-60deg, #0055e9 30%, #0005, #0055e9 70%) right / 350% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    mask-position: right;
  }
  100% {
    mask-position: left;
  }
}

.loader {
  animation: l1 1s linear infinite alternate;
}
.loader:before {
  content:"Загрузка..."
}
@keyframes l1 {to{opacity: 0}}

/* End */


/* Start:/local/templates/hockey_sportclub/assets/css/swiper-bundle.min.css?175803419118454*/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/hockey_sportclub/components/bitrix/breadcrumb/main/style.min.css?1758034191484*/
.breadcrumbs {background-color: #F3F3F3;padding: clamp(10px, 2vw, 20px) 0;font-size: clamp(12px, 1.6vw, 16px);font-weight: 500;}.breadcrumbs__container {display: flex;align-items: center;flex-wrap: wrap;gap: 1em;}.breadcrumbs__item {display: flex;align-items: center;}.breadcrumbs__item:hover {color: #0055E9;}.breadcrumbs__item::after {content: "/";margin-left: 16px;color: #000000;}.breadcrumbs__item:last-child {color: #757575;}.breadcrumbs__item:last-child::after {display: none;}
/* End */
/* /local/templates/hockey_sportclub/assets/css/style.min.css?177557930496658 */
/* /local/templates/hockey_sportclub/assets/css/swiper-bundle.min.css?175803419118454 */
/* /local/templates/hockey_sportclub/components/bitrix/breadcrumb/main/style.min.css?1758034191484 */
