@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "poppins";
  font-display: swap;
  src: url("/puhgRfonts/puhgRpoppins-regular.woff2") format("woff2"), url("/puhgRfonts/puhgRpoppins-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "poppins";
  font-display: swap;
  src: url("/puhgRfonts/puhgRpoppins-semibold.woff2") format("woff2"), url("/puhgRfonts/puhgRpoppins-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "ubuntu";
  font-display: swap;
  src: url("/puhgRfonts/puhgRubuntu-medium.woff2") format("woff2"), url("/puhgRfonts/puhgRubuntu-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #000B1E;
  --font-color: rgba(255, 255, 255, .82);
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: poppins, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 1rem;
  --btn-font-weight: 600;
  --btn-padding: .938em 1.2em;
  --btn-bg: #7FFF2F;
  --btn-bg-hover: rgba(127, 255, 47, 0);
  --btn-color: var(--background);
  --btn-color-hover: #fff;
  --btn-radius: 2rem;
  --btn-transition: all 0.3s ease;
  --btn-shadow: inset -100px 0px 80px -10px #89FFD4;
  --btn-shadow-hover: inset -100px 0px 80px -10px rgba(137, 255, 212, 0), 0 4px 12px rgba(46, 204, 113, 0.4);
  --accent-gradient: linear-gradient(97deg, #7FFF2F 1.93%, #89FFD4 99.04%);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  font-weight: 500;
  color: #FFF;
  font-family: ubuntu;
}

h1,
.h1 {
  font-size: clamp(2.625rem, 2.0625rem + 2.5vw, 4.25rem);
}

h2,
.h2 {
  font-size: clamp(1.5rem, 0.9807692308rem + 2.3076923077vw, 3rem);
}

h3,
.h3 {
  font-size: clamp(1.25rem, 1.1634615385rem + 0.3846153846vw, 1.5rem);
}

strong {
  color: #FFF;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.no-scroll {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.terms .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.terms h1,
.terms h2 {
  margin-bottom: -10px;
}

.main section,
.main .service {
  padding-block: 50px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1;
  white-space: nowrap;
  text-transform: capitalize;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1.5px solid #7FFF35;
  min-width: 200px;
  position: relative;
  overflow: hidden;
  height: 48px;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn:has(.icon-wrapper, .no-icon) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #FFF;
}

.btn:has(.icon-wrapper) {
  padding-right: 3.125em;
}

.btn .icon-wrapper {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(109, 255, 69, 0.2)), to(rgba(97, 255, 158, 0.2)));
  background: linear-gradient(90deg, rgba(109, 255, 69, 0.2), rgba(97, 255, 158, 0.2));
  -webkit-transition: inherit;
  transition: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn .icon-wrapper svg {
  width: 20px;
  aspect-ratio: 1;
  -webkit-transition: inherit;
  transition: inherit;
}

.btn .icon-wrapper--light {
  background: var(--accent-gradient);
  color: var(--background);
}

.btn .icon-wrapper--light svg {
  width: 16px;
}

.btn .no-icon {
  display: none;
}

.btn:disabled {
  cursor: default;
  opacity: 0;
}

.center {
  text-align: center;
}

.ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ul-list li:before {
  content: "•";
  margin-inline: 8px;
}

#toTopBtn {
  position: fixed;
  bottom: 130px;
  right: var(--container-padding);
  background: var(--accent-gradient);
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: var(--background);
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  border: 1.5px solid #7FFF35;
  display: grid;
  place-items: center;
}

#toTopBtn svg {
  width: 16px;
  aspect-ratio: 1;
}

#toTopBtn.show {
  opacity: 1;
  visibility: visible;
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.loader {
  width: 90px;
  aspect-ratio: 1;
  --_c: no-repeat radial-gradient(farthest-side, #6DFF45 92%, #0000);
  background: var(--_c) top, var(--_c) left, var(--_c) right, var(--_c) bottom;
  background-size: 24px 24px;
  -webkit-animation: l7 1s infinite;
  animation: l7 1s infinite;
  margin: auto;
  grid-column: 1/-1;
}

@-webkit-keyframes l7 {
  to {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}

@keyframes l7 {
  to {
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background: var(--background);
  max-width: 1240px;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  padding: 28px;
  max-height: 90vh;
}

.modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

.modal-content h2 {
  text-align: center;
}

#modalInner {
  overflow-y: auto;
  max-height: 90vh;
}

#modalInner::-webkit-scrollbar {
  width: 6px;
}

#modalInner::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

#modalInner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

#modalInner {
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
}

#modalInner .hidden {
  max-height: 1em;
}

#modalInner .hidden.open {
  max-height: 1000px;
}

.close {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

.modal {
  display: none;
}

.modal.open {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.checkbox-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

.cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.cookie-consent__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 300px;
}

.cookie-consent .btn {
  font-size: 14px;
}

.match-stats-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.match-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 300px;
}

/* --- Заголовки и тексты --- */

.ms-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.ms-logo {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ms-team-name {
  font-size: 20px;
  font-weight: 700;
}

.ms-section-title {
  font-size: 15px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-gray {
  color: #8b9bb4;
  font-size: 13px;
  line-height: 1.4;
}

/* --- League Standings --- */

.ms-standings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #2a2f45;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
}

/* --- Progress Bar (Last 5 Matches) --- */

.ms-progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 8px;
  width: 100%;
}

.bar-segment {
  height: 100%;
}

.bg-green {
  background-color: #8cc63f;
}

.bg-yellow {
  background-color: #f1c40f;
}

.bg-red {
  background-color: #e74c3c;
}

/* --- Lineups --- */

.ms-lineups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.ms-lineup-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

/* --- Tables (Head to Head & Referee) --- */

.ms-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #2a2f45;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ms-row:last-child {
  border-bottom: none;
}

.ms-date {
  color: #8b9bb4;
  width: 80px;
}

.ms-match {
  color: #8b9bb4;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.ms-score {
  color: #fff;
  font-weight: bold;
  width: 92px;
  text-align: right;
}

/* --- Referee Specific --- */

.ms-ref-val {
  color: #fff;
  font-weight: 600;
}

.ms-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 4px;
}

/* --- Footer Insights --- */

.ms-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #2a2f45;
}

.ms-link {
  color: #8b9bb4;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
}

.swiper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 50px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Навигация Swiper */

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='20' viewBox='0 0 11 20' fill='none'%3E%3Cpath d='M0.38296 20.0762C0.111788 19.805 0.111788 19.3654 0.38296 19.0942L9.19758 10.2796L0.38296 1.46497C0.111788 1.19379 0.111788 0.754138 0.38296 0.482966C0.654131 0.211794 1.09379 0.211794 1.36496 0.482966L10.4341 9.55214C10.8359 9.9539 10.8359 10.6053 10.4341 11.007L1.36496 20.0762C1.09379 20.3474 0.654131 20.3474 0.38296 20.0762Z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.swiper-button-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-next {
  right: 0;
}

/* Пагинация */

.swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.swiper-pagination-bullet {
  display: inline-block;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 14px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 14px));
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: 1;
  margin-inline: 6px;
  border: 1px solid #7FFF35;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet:only-child {
  display: none;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #6DFF45);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* Горизонтальная пагинация динамическая */

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.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);
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 820px;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

form .warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

form .warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

form .warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

form.active .warning {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

form.active .warning::after {
  -webkit-animation: progress 2.9s linear forwards;
  animation: progress 2.9s linear forwards;
}

input,
textarea,
select {
  border-radius: 10px;
  border-top: 1px solid rgba(100, 152, 255, 0.4);
  border-left: 1px solid rgba(100, 152, 255, 0.2);
  border-right: 1px solid rgba(100, 152, 255, 0.1);
  border-bottom: 1px solid rgba(0, 36, 108, 0.4);
  background: linear-gradient(117deg, rgba(0, 29, 80, 0.6) 19.78%, rgba(0, 29, 80, 0.36) 81.64%);
  backdrop-filter: blur(5px);
  padding: 10px 14px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select {
  padding: 12px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(117deg, rgba(0, 29, 80, 0.6) 19.78%, rgba(0, 29, 80, 0.36) 81.64%), url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center, right 15px center;
  background-size: auto, 20px;
}

select option {
  color: var(--background);
}

::-webkit-input-placeholder {
  color: #FFF;
}

::-moz-placeholder {
  color: #FFF;
}

:-ms-input-placeholder {
  color: #FFF;
}

::-ms-input-placeholder {
  color: #FFF;
}

::placeholder {
  color: #FFF;
}

textarea {
  resize: none;
  overflow: hidden;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* Blocks */

.banner {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000b1e)), url("/puhgRimg/puhgRbanner.avif");
  background-image: linear-gradient(0deg, transparent 0%, #000b1e 100%), url("/puhgRimg/puhgRbanner.avif");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}				.avif .banner {					background-image: linear-gradient(0deg, transparent 0%, #000b1e 100%), url("/puhgRimg/puhgRbanner.avif")				}							.avif .banner {					background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000b1e)), url("/puhgRimg/puhgRbanner.avif")				}			

.banner h1 span {
  background: var(--accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .container {
  position: relative;
}

.banner .swiper {
  min-height: 508px;
}

.banner .inner {
  max-width: 814px;
  margin-inline: auto;
  padding-block: 50px;
  position: relative;
  z-index: 2;
}

.line-decor {
  background-image: url("/puhgRimg/puhgRbanner-tickets.avif"), url("/puhgRimg/puhgRbanner-lines.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}				.avif .line-decor {					background-image: url("/puhgRimg/puhgRbanner-tickets.avif"), url("/puhgRimg/puhgRbanner-lines.svg")				}			

.best-sites {
  background-image: url("/puhgRimg/puhgRbg-contacts.avif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}				.avif .best-sites {					background-image: url("/puhgRimg/puhgRbg-contacts.avif")				}			

.best-sites .wrapper {
  padding: 0;
  display: grid;
  gap: 0;
  grid-template-columns: 1.35fr 0.65fr;
}

.best-sites .inner {
  padding: 40px;
  padding-right: 0;
  position: relative;
}

.best-sites h2 {
  font-size: clamp(1.25rem, 1.0336538462rem + 0.9615384615vw, 1.875rem);
}

.best-sites .decor {
  background-image: url("/puhgRimg/puhgRbig-robot.avif");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: -40px;
  margin-top: -40px;
  min-height: 190px;
}				.avif .best-sites .decor {					background-image: url("/puhgRimg/puhgRbig-robot.avif")				}			

.contacts {
  background-image: url("/puhgRimg/puhgRbg-contacts.avif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}				.avif .contacts {					background-image: url("/puhgRimg/puhgRbg-contacts.avif")				}			

.contacts .btn {
  margin-inline: auto;
}

.favorite .custom-match-slider {
  min-height: 520px;
}

.favorite .vote-btn {
  width: 100%;
}

.footer {
  background: #001436;
  margin-top: auto;
  padding-block: 40px;
}

.footer .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer a:hover {
  opacity: 0.6;
}

.footer .inner {
  gap: 20px;
}

.footer .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 14px 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.footer .disclaimer {
  max-width: 600px;
}

.footer .disclaimer p {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.2;
  opacity: 0.85;
}

.header {
  padding-block: 20px;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.logo img {
  width: 181px;
  aspect-ratio: 6.96/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.how .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.how .inner p {
  max-width: 1000px;
}

.how .container {
  gap: 0;
}

.how .how-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 40px;
}

.how .how-list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.how .how-list h3::before {
  content: "";
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center center;
  background-size: 24px auto, cover;
  background-repeat: no-repeat;
}

.how .how-list .wrapper:nth-child(1) h3::before {
  background-image: url("/puhgRimg/puhgRicon-search.svg"), var(--accent-gradient);
}

.how .how-list .wrapper:nth-child(2) h3::before {
  background-image: url("/puhgRimg/puhgRicon-processing.svg"), var(--accent-gradient);
}

.how .how-list .wrapper:nth-child(3) h3::before {
  background-image: url("/puhgRimg/puhgRicon-predictions.svg"), var(--accent-gradient);
}

.how .how-list .wrapper:nth-child(4) h3::before {
  background-image: url("/puhgRimg/puhgRicon-continuous.svg"), var(--accent-gradient);
}

.how .wrapper {
  padding: 20px;
  max-width: 820px;
}

.how video {
  width: 100%;
  max-width: 780px;
  aspect-ratio: 1.8/1;
  border-radius: 10px;
}

.how .hidden {
  gap: 40px;
  max-height: 0;
  opacity: 0;
}

.how .hidden.open {
  padding-top: 40px;
}

.hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  padding: 0;
}

.hidden.open {
  opacity: 1;
  max-height: 1740px;
}

.match-card,
.wrapper {
  border-radius: 20px;
  background: linear-gradient(117deg, rgba(0, 29, 80, 0.6) 19.78%, rgba(0, 29, 80, 0.36) 81.64%);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}

.match-card::before,
.wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(100, 152, 255, 0.3)), to(rgba(0, 36, 108, 0.3)));
  background: linear-gradient(180deg, rgba(100, 152, 255, 0.3) 0%, rgba(0, 36, 108, 0.3) 100%);
  pointer-events: none;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/* Карточка матча */

.match-card {
  max-width: 386px;
  padding: 28px;
  -webkit-animation: fadeIn 0.6s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.6s cubic-bezier(0.01, 0.8, 0.03, 1);
}

/* Команды */

.match-teams {
  display: grid;
  grid-template-columns: 1fr 78px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.match-teams strong {
  min-height: 3em;
  overflow-wrap: break-word;
  word-break: break-word;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.match-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 4px;
  font-size: 14px;
}

.match-date-time .match-time {
  margin-top: -4px;
}

.vs {
  font-size: 16px;
}

.team-logo {
  width: 120px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  margin-inline: auto;
  overflow: hidden;
}

.team-name {
  font-size: 14px;
}

/* Прогнозы */

.predictions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.prediction-percent {
  background: var(--accent-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

.prediction-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(100, 152, 255, 0.5);
  gap: 4px;
}

.prediction-value {
  text-align: right;
}

.match-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.match-actions .btn {
  min-width: auto;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 48px;
}

.btn-group .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 150px;
  flex: 1 1 150px;
  min-width: 48px;
}

.vote-options {
  display: contents;
}

.vote-option {
  position: relative;
  display: grid;
  gap: 10px;
  padding-left: 36px;
}

.vote-option input[type=radio] {
  display: none;
}

.vote-option .custom-radio-label {
  display: inline-block;
  width: 26px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid white;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.vote-option .custom-radio-label:hover {
  background-color: rgba(102, 187, 106, 0.1);
}

.vote-option input[type=radio]:checked + .custom-radio-label {
  background-color: transparent;
}

.vote-option input[type=radio]:checked + .custom-radio-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  aspect-ratio: 1;
  border-radius: inherit;
  background-color: #72E63A;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vote-option .option-content {
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vote-option .option-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}

.vote-option .result {
  height: 10px;
  width: 100%;
  will-change: transform;
  -webkit-animation: fadeHeight 0.9s cubic-bezier(0.1, 0.8, 0.03, 1);
  animation: fadeHeight 0.9s cubic-bezier(0.1, 0.8, 0.03, 1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.vote-option .result .progress-bar {
  overflow: hidden;
  border-radius: 20px;
  background: rgba(100, 152, 255, 0.2);
  height: inherit;
  width: 100%;
}

.vote-option .result .progress-bar span {
  border-radius: inherit;
  display: block;
  height: 100%;
}

.vote-option .result .progress-bar .progress {
  background: -webkit-gradient(linear, left top, right top, from(#4caf50), to(#81c784));
  background: linear-gradient(90deg, #4caf50, #81c784);
}

.vote-option:last-child .progress-bar .progress {
  background: #ffe100;
}

@-webkit-keyframes fadeHeight {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes fadeHeight {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.match-list .match-list-items,
.match-list .match-list-items-predictions,
.tickets-page .match-list-items,
.tickets-page .match-list-items-predictions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  min-height: 992px;
}

.match-list .match-list-items .match-card,
.match-list .match-list-items-predictions .match-card,
.tickets-page .match-list-items .match-card,
.tickets-page .match-list-items-predictions .match-card {
  margin-inline: auto;
}

.match-list .match-list-items.no-min-height,
.match-list .match-list-items-predictions.no-min-height,
.tickets-page .match-list-items.no-min-height,
.tickets-page .match-list-items-predictions.no-min-height {
  min-height: unset;
}

.match-list #show-more,
.match-list #show-more-predictions,
.tickets-page #show-more,
.tickets-page #show-more-predictions {
  margin-inline: auto;
}

.service .service-wrapper {
  background: var(--accent-gradient);
  padding-block: 20px;
  color: #0D0D23;
}

.service .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service p::before {
  content: "";
  background-color: var(--background);
  width: 36px;
  aspect-ratio: 1;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-image: url("/puhgRimg/puhgRicon-flash.svg");
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}

.service .btn {
  margin-top: 40px;
}

.subscribe .wrapper {
  padding: 0;
  display: grid;
  gap: 0;
  grid-template-columns: 1.2fr 0.8fr;
}

.subscribe .inner {
  padding: 40px;
  padding-right: 0;
  position: relative;
}

.subscribe h2 {
  font-size: clamp(1.25rem, 1.0336538462rem + 0.9615384615vw, 1.875rem);
  text-shadow: -0.5px -0.5px 0 rgba(0, 29, 80, 0.6), 0.5px -0.5px 0 rgba(0, 29, 80, 0.6), -0.5px 0.5px 0 rgba(0, 29, 80, 0.6), 0.5px 0.5px 0 rgba(0, 29, 80, 0.6);
}

.subscribe .decor {
  background-image: url("/puhgRimg/puhgRrobot.avif"), url("/puhgRimg/puhgRarrow-robot.avif");
  background-position: bottom right, top left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -20px;
  margin-left: -80px;
  min-height: 190px;
  -webkit-animation: float-down 1.5s ease infinite;
  animation: float-down 1.5s ease infinite;
  will-change: background-position;
}				.avif .subscribe .decor {					background-image: url("/puhgRimg/puhgRrobot.avif"), url("/puhgRimg/puhgRarrow-robot.avif")				}			

@-webkit-keyframes float-down {
  50% {
    background-position: right 0 bottom -4px, left 0 top 0;
  }
}

@keyframes float-down {
  50% {
    background-position: right 0 bottom -4px, left 0 top 0;
  }
}

.tickets-page .ticket-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.tickets-page .ticket-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.tickets-page .ticket-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("/puhgRimg/puhgRicon-check.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tickets-page .icon,
.tickets-page .icon-mini {
  aspect-ratio: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-inline: auto;
}

.tickets-page .icon {
  width: 150px;
}

.tickets-page .icon-mini {
  width: 80px;
}

.tickets-page .football {
  background-image: url("/puhgRimg/puhgRicon-football.avif");
}				.avif .tickets-page .football {					background-image: url("/puhgRimg/puhgRicon-football.avif")				}			

.tickets-page .basketball {
  background-image: url("/puhgRimg/puhgRicon-basketball.avif");
}				.avif .tickets-page .basketball {					background-image: url("/puhgRimg/puhgRicon-basketball.avif")				}			

.tickets-page .tennis {
  background-image: url("/puhgRimg/puhgRicon-tennis.avif");
}				.avif .tickets-page .tennis {					background-image: url("/puhgRimg/puhgRicon-tennis.avif")				}			

.tickets-page .shield {
  background-image: url("/puhgRimg/puhgRicon-shield.svg");
}

.tickets-page .ticket-star {
  background-image: url("/puhgRimg/puhgRicon-ticket-star.svg");
}

.tickets-page .wallet-money {
  background-image: url("/puhgRimg/puhgRicon-wallet-money.svg");
}

@media (min-width: 820px) {
  .btn-group .btn--statistics {
    padding-right: 1.2em;
  }

  .btn-group .btn--statistics .icon-wrapper {
    display: none;
  }
}

@media (min-width: 1440px) {
  .banner .container {
    padding-inline: 65px;
  }

  .banner .swiper {
    padding-inline: 35px;
  }

  .banner .swiper-slide:not(.swiper-slide-next) {
    scale: 0.94;
  }
}

@media (max-width: 1440px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 1220px) {
  #toTopBtn {
    right: var(--container-padding-tablet);
  }

  .container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .best-sites .decor {
    margin-right: 0;
  }

  .match-list .match-list-items,
  .match-list .match-list-items-predictions,
  .tickets-page .match-list-items,
  .tickets-page .match-list-items-predictions {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .tickets-page .swiper-slide:last-child {
    grid-column: 1/-1;
  }
}

@media (max-width: 820px) {
  .main section,
  .main .service {
    padding-block: 25px;
  }

  .btn.btn--mobile-mini {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-indent: -220px;
    font-size: 0;
    max-width: 48px;
    height: 48px;
    padding-right: 0;
  }

  .btn.btn--mobile-mini .icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .modal-content {
    padding: 16px;
  }

  #modalInner .hidden {
    gap: 20px;
  }

  .cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner .swiper {
    min-height: 404px;
  }

  .banner .inner {
    padding-top: 0;
    margin-top: -10px;
  }

  .best-sites .wrapper {
    grid-template-columns: 1fr;
  }

  .best-sites .inner {
    padding: 20px;
  }

  .best-sites .decor {
    margin-top: -10px;
    background-position: bottom center;
  }

  .favorite .custom-match-slider {
    min-height: 391px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer .link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .disclaimer {
    max-width: 100%;
  }

  .header {
    padding-block: 10px;
  }

  .how .how-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 20px;
  }

  .how .hidden {
    gap: 20px;
  }

  .how .hidden.open {
    padding-top: 20px;
  }

  .match-card {
    padding: 20px;
  }

  .match-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .btn-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .match-list .match-list-items,
  .match-list .match-list-items-predictions,
  .tickets-page .match-list-items,
  .tickets-page .match-list-items-predictions {
    grid-template-columns: 1fr;
  }

  .service p {
    gap: 14px;
  }

  .service .btn {
    margin-top: 20px;
  }

  .subscribe .wrapper {
    grid-template-columns: 1fr;
  }

  .subscribe .inner {
    padding: 20px;
  }

  .subscribe .decor {
    margin-top: -10px;
    margin-left: -10px;
  }

  .subscribe .btn {
    width: 100%;
    max-width: 311px;
    margin-inline: auto;
  }
}

@media (max-width: 342px) {
  .match-list #show-more,
  .match-list #show-more-predictions,
  .tickets-page #show-more,
  .tickets-page #show-more-predictions {
    padding-right: 1.2em;
  }

  .match-list #show-more span,
  .match-list #show-more-predictions span,
  .tickets-page #show-more span,
  .tickets-page #show-more-predictions span {
    display: none;
  }
}

@media (min-width: 1440px) and (max-width: 820px) {
  .banner .swiper-slide:not(.swiper-slide-next) {
    scale: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
    color: var(--btn-color-hover);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .btn:has(.icon-wrapper, .no-icon):hover,
  .btn:has(.icon-wrapper, .no-icon):focus-visible {
    background-color: var(--btn-bg);
    -webkit-box-shadow: var(--btn-shadow);
    box-shadow: var(--btn-shadow);
    color: var(--btn-color);
  }

  .btn:has(.icon-wrapper, .no-icon):hover .icon-wrapper,
  .btn:has(.icon-wrapper, .no-icon):focus-visible .icon-wrapper {
    background: var(--background);
    color: #fff;
  }

  #toTopBtn:hover,
  #toTopBtn:focus-visible {
    background: transparent;
    color: #fff;
  }
}

@media (hover: hover) {
  .match-card:hover,
  .wrapper:hover {
    background: linear-gradient(117deg, rgba(0, 29, 80, 0.7) 0%, rgba(0, 29, 80, 0.6) 40%);
  }
}