@charset "UTF-8";
:root {
  --font-family: "TTFors", sans-serif;
  --hcsd: "HCSD", sans-serif;
  --ttfors: "TTFors", sans-serif;
  --white: #ffffff;
  --text: #ffffff;
  --main: #FF4100;
  --mainDark: #d63600;
  --yellow: #FFD373;
  --bg: #002E52;
  --bgSecond: #034570;
  --bgVip: #01294A;
  --bgVipDark: #051726;
  --gold: #D5AF87;
  --gray: #BBBBBB;
  --gray2: #EEEEEE;
  --gray3: #F9F9F9;
  --blur: 12px;
  --blurEasy: 4px;
  --blurFix: 12px;
  --whiteOpacity: #ffffff11;
  --white30: #ffffff33;
  --border: #ffffff22;
  --black30: #00000055;
  --gradient: linear-gradient(90.7deg, rgba(0, 0, 0, 0.3) 0%, rgba(88, 88, 88, 0.3) 100%);
  --gradient2: linear-gradient(90.7deg, rgba(0, 0, 0, 0.5) 0%, rgba(88, 88, 88, 0.5) 100%);
  --gradient3: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  --gradient4: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  --hover: radial-gradient(39.78% 22.83% at 50% 96.74%, #FF4100cc 0%, #FF410000 100%);
  --duration: 0.4s;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "HCSD";
  src: url("../fonts/HCSD Regular.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors Thin.ttf");
  font-weight: 100;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors ExtraLight.ttf");
  font-weight: 200;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors Light.ttf");
  font-weight: 300;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors Regular.ttf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors Medium.ttf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors DemiBold.ttf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors Bold.ttf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors ExtraBold.ttf");
  font-weight: 900;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "TTFors";
  src: url("../fonts/TT Fors Black.ttf");
  font-weight: 1000;
  font-display: block;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: clip;
  background: var(--bg);
}
html:has(.hospitality-page) {
  background: var(--bgVipDark);
}

body {
  /* &:has(.s_khl_menu_n_menu_bl){
    .site-container{
      margin-top: 54px;
    }
    .s_khl_menu_n_menu_bl{
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      transition-duration: 0.3s;

      &::before{
          content: '';
          height: 200px;
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 100%;
          display: block;
          pointer-events: none;
          background: #242F37;
      }

    }
  } */
}
body:not(.dis-scroll).hospitality-page {
  overflow: clip;
}

/* @media screen and (pointer: fine) {
  html {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
} */
@media (min-width: 769px) {
  html {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  scrollbar-width: thin;
  scrollbar-color: var(--main) var(--bg);
}
body:has(.hospitality-page),
html:has(.hospitality-page) {
  scrollbar-color: var(--gold) var(--bgVip);
}

main {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  position: relative;
  padding: 0 14rem;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.container_wide {
  padding: 0 3rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.6rem;
  }
}

.container {
  position: relative;
  padding: 0 3rem;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (min-width: 1921px) {
  .container {
    max-width: 1920px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 1.6rem;
  }
}

.main-page .btn {
  border-radius: 0;
}
.main-page .container {
  position: relative;
  padding: 0 14rem;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 768px) {
  .main-page .container .title {
    margin-left: 1.5rem;
  }
}
.main-page .container_wide {
  padding: 0 3rem;
}
.main-page .container_wide .title {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .main-page .container_wide .title {
    margin-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .main-page .container {
    padding: 0 1.6rem;
  }
}

.site-container {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.btn-reset:focus-visible {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

@media (max-width: 768px) {
  .hospitality-page .title {
    font-size: 6.7rem;
  }
}
.hospitality-page .title span {
  color: var(--gold);
}
.hospitality-page .footer {
  background: var(--bgVip);
  border-color: var(--gold);
}
.hospitality-page .footer .footer__link_bold {
  color: var(--gold);
}
.hospitality-page .footer .footer__socials-link {
  border-color: var(--gold);
}
.hospitality-page .footer .footer__socials-link svg path {
  fill: var(--white);
}
.hospitality-page .header .header__inner {
  background: var(--bgVip);
}
.hospitality-page .header .header__tickets {
  background: var(--gold);
}
.hospitality-page .header .header__vip {
  color: var(--gold);
}
.hospitality-page .header .header__drop-menu-title {
  color: var(--gold);
}
.hospitality-page .header .header__social {
  border-color: var(--gold);
}
.hospitality-page .header .header__social svg path {
  fill: var(--white);
}

.main-page .btn_snow {
  -webkit-transform: translateX(-1rem) scale(1.4);
  -ms-transform: translateX(-1rem) scale(1.4);
  transform: translateX(-1rem) scale(1.4);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.dev-sizes {
  position: fixed;
  font-size: 1.2rem;
  padding: 0.3rem 0.7rem;
  background: var(--white);
  color: #000;
  bottom: 0;
  left: 0;
  z-index: 99999;
}

.block-off {
  display: none !important;
}

html {
  --refRes: 1350;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (min-width: 1921px) {
  html {
    font-size: 14.2px;
  }
}
@media (max-width: 768px) {
  html {
    --refRes: 390 !important;
  }
}

.section {
  position: relative;
  z-index: 3;
}

.inner {
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .inner {
    padding: 6rem 0;
  }
}
.inner_page {
  padding: 0;
  min-height: 29rem;
}
@media (max-width: 768px) {
  .inner_page {
    min-height: 24rem;
  }
}

.title {
  font-size: 7.4rem;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 2rem;
  z-index: 2;
  position: relative;
  font-family: var(--hcsd);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .title {
    font-size: 7.4rem;
    margin-bottom: 0.6rem;
  }
}
.title span {
  color: var(--main);
}
.title_tac {
  text-align: center;
}
.title_page {
  font-size: 6.4rem;
  line-height: 6.4rem;
  margin-bottom: 3rem;
  max-width: 96.4rem;
}
@media (max-width: 768px) {
  .title_page {
    font-size: 3.2rem;
    font-size: 4rem;
    line-height: 4rem;
  }
}

.input {
  border-radius: 1rem !important;
  height: 4.6rem;
  padding: 0 2rem;
  font-size: 1.4rem;
  color: var(--text);
}

.pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.pattern img, .pattern svg {
  width: 100%;
  height: 100%;
  display: block;
}

.btn {
  font-family: var(--hcsd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.6rem;
  width: auto;
  height: 5rem;
  background: var(--white);
  color: var(--main);
  font-weight: 800;
  font-size: 2.4rem;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0.05em;
  border-radius: 0rem;
}
.btn_wide {
  width: 100%;
}
.btn_square {
  border-radius: 0rem;
}
.btn_more {
  max-width: 38.7rem;
  margin: 0 auto;
  margin-top: 4rem;
  height: 5.5rem;
}
.btn_minw {
  min-width: 20rem;
}
.btn_icon {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.btn_icon svg, .btn_icon img {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.btn_icon svg path, .btn_icon img path {
  fill: var(--main);
}
.btn_icon svg *, .btn_icon img * {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .btn_icon:hover {
    background: var(--main);
    color: var(--white);
  }
  .btn_icon:hover svg path {
    fill: var(--white);
  }
}
.btn_ticket svg path, .btn_ticket img path {
  fill: var(--white);
}
.btn_about {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.btn_about svg, .btn_about img {
  display: block;
  width: 3.1rem;
  height: 0.8rem;
}
.btn_about svg path, .btn_about img path {
  fill: var(--white);
}
.btn_about svg *, .btn_about img * {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .btn_about:hover {
    background: var(--main);
    color: var(--white);
  }
  .btn_about:hover svg path {
    fill: var(--main);
  }
}
.btn_fill {
  background: var(--main);
  color: var(--white);
}
@media (min-width: 769px) {
  .btn_fill:hover {
    background: var(--mainDark);
  }
}
.btn_transparent {
  background: transparent;
  border: 0.1rem solid var(--white);
  backdrop-filter: blur(var(--blur));
  color: var(--white);
}
@media (min-width: 769px) {
  .btn_transparent:hover {
    background: var(--white);
    color: var(--main);
  }
}
.btn_blur {
  background: var(--gradient);
  backdrop-filter: blur(var(--blur));
  color: var(--white);
}
.btn_blur svg path {
  fill: var(--white);
}
@media (min-width: 769px) {
  .btn_blur:hover {
    background: var(--main);
  }
}
.btn_blur::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  border-radius: 0;
  pointer-events: none;
}
.btn_social {
  width: 5.4rem;
  height: 5.4rem;
  padding: 0;
  background: var(--gradient);
  backdrop-filter: blur(var(--blur));
  color: var(--white);
  padding-top: 0 !important;
}
.btn_social img, .btn_social svg {
  width: 100%;
  height: 100%;
  display: block;
}
.btn_social::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  border-radius: 0;
  pointer-events: none;
}
.btn_social::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--hover);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
@media (min-width: 769px) {
  .btn_social:hover {
    background: var(--white30);
  }
  .btn_social:hover::before {
    content: "";
    opacity: 1;
  }
}
.btn_league {
  width: auto;
  padding: 0.9rem 0.5rem;
}
.btn_league svg, .btn_league img {
  width: 11.6rem;
  height: 3.6rem;
}
.btn_snow {
  position: fixed;
  left: 50%;
  bottom: 2rem;
  -webkit-transform: translateX(-50%) scale(1.4);
  -ms-transform: translateX(-50%) scale(1.4);
  transform: translateX(-50%) scale(1.4);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5450980392);
  color: var(--main);
  font-size: 1.4rem;
  font-family: var(--hcsd);
  font-weight: 600;
  width: 12rem;
  height: 3.7rem;
  border-radius: 0rem;
  backdrop-filter: blur(var(--blurEasy));
  padding: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .btn_snow {
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .btn_snow:hover {
    background: rgba(255, 255, 255, 0.7215686275);
    color: var(--main);
  }
}
.btn_arrow {
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (min-width: 769px) {
  .btn_arrow:hover {
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
}
.btn_arrow svg {
  width: 1.7rem;
  height: 0.8rem;
  margin-bottom: 0.3rem;
}
.btn_download {
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn_download img, .btn_download svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}

.select {
  position: relative;
  display: inline-block;
  z-index: 20;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .select {
    width: 100%;
  }
}
.select * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select:has(.select__list_open) {
  z-index: 21;
}
.select_disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select_disabled * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.select::after {
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  position: absolute;
  z-index: 1;
  right: 2rem;
  top: 2rem;
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/icons/arrow-drop.svg") no-repeat;
  background-size: cover;
}
.select:has(.select__list_open)::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 20;
}

.select__value {
  font-size: 1.6rem;
  padding: 1.6rem 1.2rem;
  color: var(--white);
  background: var(--whiteOpacity);
  padding-right: 2rem;
  cursor: pointer;
  width: 100%;
  height: 4.8rem;
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  backdrop-filter: blur(var(--blur));
  outline: none;
  position: relative;
}
@media (max-width: 768px) {
  .select__value {
    width: 100%;
  }
}
.select__value:has(+ .select__list_open) {
  border-bottom-color: transparent;
  border-radius: 1rem 1rem 0 0;
  z-index: 20;
}

.select__check {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0;
}

.select__list {
  position: absolute;
  background: var(--whiteOpacity);
  border-radius: 0 0 1rem 1rem;
  backdrop-filter: blur(var(--blur));
  width: 100%;
  max-height: 29.6rem;
  overflow: auto;
  display: none;
  border: 0.1rem solid var(--border);
  border-top: none;
}
.select__list::-webkit-scrollbar {
  width: 0.3rem; /* ширина всей полосы прокрутки */
}
.select__list::-webkit-scrollbar-track {
  background: transparent; /* цвет зоны отслеживания */
  margin: 0.5rem 0;
}
.select__list::-webkit-scrollbar-thumb {
  background-color: var(--text); /* цвет бегунка */
  border-radius: 2rem; /* округлось бегунка */
}

.select__list_open {
  display: block;
  border: 0.1rem solid var(--border);
  border-top: none;
  z-index: -1;
}

.select__option {
  padding: 1.2rem 1rem;
  color: var(--text);
  font-size: 1.6rem;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  cursor: pointer;
}
.select__option.selected {
  background: var(--whiteOpacity);
}

.select__option:hover {
  background: var(--whiteOpacity);
}

.d-none:not(.active) {
  display: none !important;
}

.el-desctop,
.el-desktop {
  display: block;
}
@media (max-width: 768px) {
  .el-desctop,
  .el-desktop {
    display: none !important;
  }
}

.el-mobile {
  display: none !important;
}
@media (max-width: 768px) {
  .el-mobile {
    display: block !important;
  }
}

.empty-content {
  width: 100%;
  padding: 8rem 2rem;
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 2.8rem;
  color: var(--text);
  font-weight: 500;
  opacity: 0.9;
  border-radius: 1rem;
  background: var(--whiteOpacity);
  border: 0.1rem solid var(--border);
  backdrop-filter: blur(var(--blur));
}
@media (max-width: 768px) {
  .empty-content {
    font-size: 2rem;
    padding: 6rem 2rem;
  }
}

.tac {
  width: 14rem;
  height: 21rem;
  position: fixed;
  left: 0;
  top: 40%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transform: translateX(-91%) rotate(10deg);
  -ms-transform: translateX(-91%) rotate(10deg);
  transform: translateX(-91%) rotate(10deg);
  cursor: pointer;
}
@media (min-width: 769px) {
  .tac:hover {
    -webkit-transform: translateX(-40%) rotate(25deg);
    -ms-transform: translateX(-40%) rotate(25deg);
    transform: translateX(-40%) rotate(25deg);
  }
}
@media (max-width: 768px) {
  .tac {
    display: none;
  }
}
.tac img, .tac svg {
  width: 21rem;
  height: 21rem;
  display: block;
}
.tac__eyes {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tac__eyes::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: #111;
  border-radius: 10rem;
  top: 4.3rem;
  left: 5.1rem;
  position: absolute;
  -webkit-animation: blink 6s ease-out 0s infinite;
  animation: blink 6s ease-out 0s infinite;
}
.tac__eyes::after {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background: #111;
  border-radius: 10rem;
  top: 4.3rem;
  left: 7.8rem;
  position: absolute;
  -webkit-animation: blink 6s ease-out 0s infinite;
  animation: blink 6s ease-out 0s infinite;
}
.tac__close {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tac__close::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: #101010;
  border-radius: 10rem;
  top: 3.5rem;
  left: 4.3rem;
  position: absolute;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation: close 6s ease-out 0s infinite;
  animation: close 6s ease-out 0s infinite;
}
.tac__close::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: #101010;
  border-radius: 10rem;
  top: 3.5rem;
  left: 7rem;
  position: absolute;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation: close 6s ease-out 0s infinite;
  animation: close 6s ease-out 0s infinite;
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  60% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes blink {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30% {
    -webkit-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
  }
  60% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes close {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  84% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  92% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  94% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@keyframes close {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  30% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  84% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  92% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  94% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 1rem;
  background: rgba(16, 16, 16, 0.6705882353);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  color: var(--text);
  font-weight: 600;
  text-align: center;
  backdrop-filter: blur(var(--blurEasy));
  border: 0.1rem solid var(--border);
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  line-height: 4rem;
}
.loader span {
  font-size: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  -webkit-animation: rotate 1s linear infinite;
  animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.initial-snow {
  position: absolute;
  top: 7.5rem;
  left: 0;
  width: 100%;
  height: calc(100svh - 7.5rem);
  height: 100svh;
  overflow: hidden;
  pointer-events: none;
  display: none;
}

.initial-snow > * {
  font-size: 50px;
  color: white;
  position: absolute;
  top: -5vh;
}
@media (max-width: 768px) {
  .initial-snow > * {
    font-size: 20px;
  }
}

@-webkit-keyframes snowfall {
  0% {
    -webkit-transform: translate3d(var(--left-ini), 0, 0);
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--left-end), 110vh, 0);
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}

@keyframes snowfall {
  0% {
    -webkit-transform: translate3d(var(--left-ini), 0, 0);
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    -webkit-transform: translate3d(var(--left-end), 110vh, 0);
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
.snow {
  pointer-events: none;
}

.snow:nth-child(2n) {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  font-size: 40px;
}
@media (max-width: 768px) {
  .snow:nth-child(2n) {
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .snow:nth-child(3n+1) {
    display: none;
  }
}

@media (max-width: 768px) {
  .snow:nth-child(5n) {
    display: none;
  }
}

@media (max-width: 768px) {
  .snow:nth-child(7n) {
    display: none;
  }
}

@media (max-width: 768px) {
  .snow:nth-child(8n) {
    display: none;
  }
}

.snow:nth-child(6n) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  font-size: 30px;
}
@media (max-width: 768px) {
  .snow:nth-child(6n) {
    font-size: 1.5rem;
  }
}

.snow:nth-child(10n) {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  font-size: 30px;
}
@media (max-width: 768px) {
  .snow:nth-child(10n) {
    font-size: 1rem;
  }
}

.snow:nth-child(1) {
  --size: 0.8vw;
  --left-ini: 0vw;
  --left-end: -1vw;
  left: 70vw;
  -webkit-animation: snowfall 9s linear infinite;
  animation: snowfall 9s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.snow:nth-child(2) {
  --size: 0.2vw;
  --left-ini: -7vw;
  --left-end: 10vw;
  left: 65vw;
  -webkit-animation: snowfall 15s linear infinite;
  animation: snowfall 15s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(3) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: 6vw;
  left: 1vw;
  -webkit-animation: snowfall 9s linear infinite;
  animation: snowfall 9s linear infinite;
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}

.snow:nth-child(4) {
  --size: 0.2vw;
  --left-ini: -3vw;
  --left-end: 9vw;
  left: 88vw;
  -webkit-animation: snowfall 14s linear infinite;
  animation: snowfall 14s linear infinite;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.snow:nth-child(5) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -9vw;
  left: 74vw;
  -webkit-animation: snowfall 6s linear infinite;
  animation: snowfall 6s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.snow:nth-child(6) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 1vw;
  left: 35vw;
  -webkit-animation: snowfall 6s linear infinite;
  animation: snowfall 6s linear infinite;
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}

.snow:nth-child(7) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 27vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(8) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: -2vw;
  left: 69vw;
  -webkit-animation: snowfall 8s linear infinite;
  animation: snowfall 8s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(9) {
  --size: 0.2vw;
  --left-ini: -1vw;
  --left-end: -5vw;
  left: 84vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.snow:nth-child(10) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: -9vw;
  left: 82vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.snow:nth-child(11) {
  --size: 0.6vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 48vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.snow:nth-child(12) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 6vw;
  left: 39vw;
  -webkit-animation: snowfall 15s linear infinite;
  animation: snowfall 15s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(13) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: 5vw;
  left: 3vw;
  -webkit-animation: snowfall 9s linear infinite;
  animation: snowfall 9s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(14) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: -2vw;
  left: 49vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(15) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: 4vw;
  left: 77vw;
  -webkit-animation: snowfall 7s linear infinite;
  animation: snowfall 7s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.snow:nth-child(16) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: 1vw;
  left: 86vw;
  -webkit-animation: snowfall 14s linear infinite;
  animation: snowfall 14s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(17) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: -7vw;
  left: 18vw;
  -webkit-animation: snowfall 9s linear infinite;
  animation: snowfall 9s linear infinite;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.snow:nth-child(18) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: 4vw;
  left: 64vw;
  -webkit-animation: snowfall 13s linear infinite;
  animation: snowfall 13s linear infinite;
  -webkit-animation-delay: -7s;
  animation-delay: -7s;
}

.snow:nth-child(19) {
  --size: 1vw;
  --left-ini: 2vw;
  --left-end: -7vw;
  left: 52vw;
  -webkit-animation: snowfall 15s linear infinite;
  animation: snowfall 15s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(20) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: 8vw;
  left: 5vw;
  -webkit-animation: snowfall 8s linear infinite;
  animation: snowfall 8s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(21) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: -2vw;
  left: 10vw;
  -webkit-animation: snowfall 12s linear infinite;
  animation: snowfall 12s linear infinite;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.snow:nth-child(22) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: -8vw;
  left: 54vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(23) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: -8vw;
  left: 20vw;
  -webkit-animation: snowfall 6s linear infinite;
  animation: snowfall 6s linear infinite;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.snow:nth-child(24) {
  --size: 0.4vw;
  --left-ini: 10vw;
  --left-end: -4vw;
  left: 68vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -8s;
  animation-delay: -8s;
}

.snow:nth-child(25) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: 5vw;
  left: 90vw;
  -webkit-animation: snowfall 7s linear infinite;
  animation: snowfall 7s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(26) {
  --size: 1vw;
  --left-ini: -7vw;
  --left-end: 5vw;
  left: 71vw;
  -webkit-animation: snowfall 13s linear infinite;
  animation: snowfall 13s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.snow:nth-child(27) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: 4vw;
  left: 2vw;
  -webkit-animation: snowfall 15s linear infinite;
  animation: snowfall 15s linear infinite;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.snow:nth-child(28) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: 3vw;
  left: 23vw;
  -webkit-animation: snowfall 12s linear infinite;
  animation: snowfall 12s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.snow:nth-child(29) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 39vw;
  -webkit-animation: snowfall 14s linear infinite;
  animation: snowfall 14s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(30) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: -5vw;
  left: 76vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.snow:nth-child(31) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: 3vw;
  left: 14vw;
  -webkit-animation: snowfall 8s linear infinite;
  animation: snowfall 8s linear infinite;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.snow:nth-child(32) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: -1vw;
  left: 86vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(33) {
  --size: 0.4vw;
  --left-ini: -3vw;
  --left-end: 10vw;
  left: 66vw;
  -webkit-animation: snowfall 6s linear infinite;
  animation: snowfall 6s linear infinite;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.snow:nth-child(34) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: 6vw;
  left: 75vw;
  -webkit-animation: snowfall 14s linear infinite;
  animation: snowfall 14s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(35) {
  --size: 1vw;
  --left-ini: -6vw;
  --left-end: 7vw;
  left: 22vw;
  -webkit-animation: snowfall 7s linear infinite;
  animation: snowfall 7s linear infinite;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.snow:nth-child(36) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: 4vw;
  left: 10vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.snow:nth-child(37) {
  --size: 0.6vw;
  --left-ini: 2vw;
  --left-end: 10vw;
  left: 95vw;
  -webkit-animation: snowfall 13s linear infinite;
  animation: snowfall 13s linear infinite;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.snow:nth-child(38) {
  --size: 0.8vw;
  --left-ini: 5vw;
  --left-end: 8vw;
  left: 34vw;
  -webkit-animation: snowfall 9s linear infinite;
  animation: snowfall 9s linear infinite;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.snow:nth-child(39) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 0vw;
  left: 80vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.snow:nth-child(40) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: -7vw;
  left: 45vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.snow:nth-child(41) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 10vw;
  left: 82vw;
  -webkit-animation: snowfall 8s linear infinite;
  animation: snowfall 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.snow:nth-child(42) {
  --size: 1vw;
  --left-ini: 9vw;
  --left-end: -9vw;
  left: 22vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.snow:nth-child(43) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: 8vw;
  left: 66vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.snow:nth-child(44) {
  --size: 0.6vw;
  --left-ini: -5vw;
  --left-end: -2vw;
  left: 75vw;
  -webkit-animation: snowfall 12s linear infinite;
  animation: snowfall 12s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.snow:nth-child(45) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: 3vw;
  left: 2vw;
  -webkit-animation: snowfall 7s linear infinite;
  animation: snowfall 7s linear infinite;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.snow:nth-child(46) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: -3vw;
  left: 94vw;
  -webkit-animation: snowfall 8s linear infinite;
  animation: snowfall 8s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.snow:nth-child(47) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: -9vw;
  left: 95vw;
  -webkit-animation: snowfall 11s linear infinite;
  animation: snowfall 11s linear infinite;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.snow:nth-child(48) {
  --size: 0.2vw;
  --left-ini: -5vw;
  --left-end: 6vw;
  left: 34vw;
  -webkit-animation: snowfall 10s linear infinite;
  animation: snowfall 10s linear infinite;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.snow:nth-child(49) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 8vw;
  left: 22vw;
  -webkit-animation: snowfall 12s linear infinite;
  animation: snowfall 12s linear infinite;
  -webkit-animation-delay: -10s;
  animation-delay: -10s;
}

.snow:nth-child(50) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: 4vw;
  left: 100vw;
  -webkit-animation: snowfall 14s linear infinite;
  animation: snowfall 14s linear infinite;
  -webkit-animation-delay: -9s;
  animation-delay: -9s;
}

.hide-widget {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-top: -54px !important;
}

.heh {
  width: 25rem;
  height: 15rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  position: relative;
}
.heh img, .heh svg {
  width: 6rem;
  height: 6rem;
  display: block;
  -webkit-transform: translateY(-2rem);
  -ms-transform: translateY(-2rem);
  transform: translateY(-2rem);
}
.heh__text {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

.shape {
  pointer-events: none;
  z-index: -1;
}
.shape_0 {
  width: 78.7rem;
  height: 157.2rem;
  position: absolute;
  top: 0rem;
  right: 0rem;
}
@media (max-width: 768px) {
  .shape_0 {
    display: none;
  }
}
.shape_0 img, .shape_0 svg {
  width: 100%;
  height: 100%;
  display: block;
}
.shape_1 {
  width: 96.3rem;
  height: 172.3rem;
  position: absolute;
  top: 102rem;
  left: -10rem;
}
@media (max-width: 768px) {
  .shape_1 {
    height: 128.2rem;
    width: 68rem;
    left: unset;
    right: -13.4rem;
    top: 107rem;
  }
}
.shape_1 img, .shape_1 svg {
  width: 100%;
  height: 100%;
  display: block;
}
.shape_2 {
  width: 121.2rem;
  height: 121.2rem;
  background: radial-gradient(50% 50% at 50% 50%, #0369AB 0%, rgba(3, 105, 171, 0) 100%);
  border-radius: 200rem;
  position: absolute;
  bottom: 89.5rem;
  left: -72.3rem;
}
@media (max-width: 768px) {
  .shape_2 {
    left: -80rem;
  }
}
.shape_3 {
  width: 56rem;
  height: 60.5rem;
  position: absolute;
  top: -9.6rem;
  left: -7.9rem;
  z-index: 0;
  opacity: 0.33;
}
@media (max-width: 768px) {
  .shape_3 {
    top: -16.4rem;
    left: unset;
    right: 0rem;
  }
}
.shape_3 img, .shape_3 svg {
  width: 100%;
  height: 100%;
  display: block;
}

.partners-fly-btn {
  position: fixed;
  top: 50%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  z-index: 49;
  width: 3.5rem;
  height: 13rem;
  border-radius: 0 1rem 1rem 0;
  font-size: 2rem;
  font-weight: 500;
  text-transform: none;
  padding: 0;
  letter-spacing: 0;
}
.partners-fly-btn img, .partners-fly-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .partners-fly-btn {
    display: none;
  }
}

.khl-widget {
  height: 54px;
  background: #242F37;
}

.smartChart {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
  box-sizing: content-box; */
}
.smartChart::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid var(--white);
  border-left: 1px solid var(--white);
}
.smartChart__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.smartChart__cell {
  border-right: 1px solid var(--border);
  border-top: 1px solid var(--border);
}
.smartChart__values {
  position: absolute;
  left: -4rem;
  width: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.smartChart__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--white);
  font-size: 1.4rem;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.smartChart__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -2.5rem;
}
.smartChart__date {
  height: 2rem;
  font-size: 1.4rem;
  color: var(--white);
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.smartChart__dotes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 50;
  margin-bottom: 0px;
}
.smartChart__dot {
  background: yellow;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  position: absolute;
  -webkit-transform: translate(-5.5px, 2px);
  -ms-transform: translate(-5.5px, 2px);
  transform: translate(-5.5px, 2px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.smartChart__labels {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 50;
  margin-bottom: 0px;
}
.smartChart__label {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 500;
  text-align: right;
  position: absolute;
  -webkit-transform: translateX(-100%) translateY(-1.4rem);
  -ms-transform: translateX(-100%) translateY(-1.4rem);
  transform: translateX(-100%) translateY(-1.4rem);
  opacity: 0;
}
.smartChart__lines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 40;
}
.smartChart__line {
  height: 6px;
  background: #01816e;
  position: absolute;
  width: 0px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.smartChart__first-line {
  height: 6px;
  background: #01816e;
  position: absolute;
  width: 20px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.smartChart__pop {
  position: absolute;
  font-size: 2rem;
  background: var(--white);
  color: red;
  text-transform: uppercase;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(2rem);
  -ms-transform: translateX(-50%) translateY(2rem);
  transform: translateX(-50%) translateY(2rem);
  padding: 0.5rem 1rem;
  font-weight: 700;
  border-radius: 0.8rem;
  text-align: center;
  font-family: serif;
  line-height: 1.4;
  z-index: 99;
  opacity: 0;
  -webkit-animation: pop 0.9s ease-in-out 6.5s forwards;
  animation: pop 0.9s ease-in-out 6.5s forwards;
}
@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(2rem);
    transform: translateX(-50%) translateY(2rem);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0rem);
    transform: translateX(-50%) translateY(0rem);
    opacity: 1;
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(2rem);
    transform: translateX(-50%) translateY(2rem);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0rem);
    transform: translateX(-50%) translateY(0rem);
    opacity: 1;
  }
}
.smartChart__arrow {
  position: absolute;
  background: #01816e;
  width: 20px;
  height: 6px;
  -webkit-transition: left 0.5s linear, bottom 0.5s linear, opacity 0.4s ease, -webkit-transform 0.05s linear;
  transition: left 0.5s linear, bottom 0.5s linear, opacity 0.4s ease, -webkit-transform 0.05s linear;
  transition: left 0.5s linear, bottom 0.5s linear, transform 0.05s linear, opacity 0.4s ease;
  transition: left 0.5s linear, bottom 0.5s linear, transform 0.05s linear, opacity 0.4s ease, -webkit-transform 0.05s linear;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.smartChart__arrow::before {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: -5.1px;
  left: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/partners-page/smartChart-arrow.svg") no-repeat;
  background-size: cover;
  display: none;
}
.smartChart__arrow img, .smartChart__arrow svg {
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: -5.1px;
  left: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header {
  z-index: 99;
  position: fixed;
  width: 100vw;
  height: 7.5rem;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header .btn {
  border-radius: 0;
}
.header_offset {
  margin-top: -54px;
}
.header.snow-on .initial-snow {
  z-index: -1;
  display: block;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 6rem);
  height: 100%;
  background: #003C69;
  padding: 0 2rem;
  z-index: 2;
  margin: 0 3rem;
}
.header__inner::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 3rem;
  width: calc(100% - 6rem);
  height: 100%;
  /* background: url('https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/header-snow.png') no-repeat center center;
  background-size: cover; */
  opacity: 0;
  z-index: 19;
  pointer-events: none;
  visibility: hidden;
}
@media (max-width: 768px) {
  .header__inner::before {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
    height: 60%;
    top: calc(40% + 54px);
  }
}
.header__inner.snow-on::before {
  content: "";
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  visibility: visible;
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/header-snow.png") no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .header__inner {
    margin: 0 1.6rem;
    width: calc(100% - 3.2rem);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1.1rem;
  }
}
.header__menu {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 1.1rem;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .header__menu {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}
.header__menu span {
  width: 0.35rem;
  height: 0.35rem;
  background: var(--white);
  border-radius: 100%;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.header__menu img, .header__menu svg {
  width: 1.9rem;
  height: 1.9rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
}
.header__menu.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.header__menu.active img, .header__menu.active svg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.header__drop-menu {
  position: absolute;
  top: calc(100% + 54px);
  left: 3rem;
  width: calc(100% - 6rem);
  height: auto;
  padding: 5.8rem;
  padding-top: 10rem;
  background: #003C69;
  border-top: 0.1rem solid #002E52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 9rem;
  -moz-column-gap: 9rem;
  column-gap: 9rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  pointer-events: none;
  z-index: -1;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
@media (max-width: 768px) {
  .header__drop-menu {
    width: calc(100% - 3.2rem);
    height: calc(100dvh - 9.5rem - 55px);
    left: 1.6rem;
    padding: 2.3rem 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    z-index: 9;
    z-index: -1;
  }
}
.header__drop-menu.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 769px) {
  .header__drop-menu > .header__search {
    top: 3.5rem;
    position: absolute;
    right: 29.5rem;
  }
}
@media (min-width: 1921px) {
  .header__drop-menu > .header__search {
    left: 50%;
    right: unset;
    translate: calc(-50% + 35rem) 0;
  }
}
.header__drop-menu-bg {
  height: calc(100dvh + 54px);
  width: 100vw;
  background: #000;
  position: absolute;
  top: 0rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .header__drop-menu-bg {
    background: var(--bg);
  }
}
.header__drop-menu-bg.active {
  opacity: 0.5;
  pointer-events: all;
}
@media (max-width: 768px) {
  .header__drop-menu-bg.active {
    opacity: 1;
  }
}
.header__drop-menu-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.3rem;
}
@media (max-width: 768px) {
  .header__drop-menu-col {
    display: none;
  }
}
.header__drop-menu-title {
  font-size: 3rem;
  font-weight: 600;
  color: var(--main);
  font-family: var(--hcsd);
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .header__drop-menu-title {
    font-size: 4.2rem;
    font-size: 3.2rem;
    margin-bottom: 0.8rem;
  }
}
.header__drop-menu-link {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .header__drop-menu-link:hover {
    opacity: 0.5;
  }
}
.header__drop-menu-bottom {
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
  width: calc(100% - 4rem);
  left: 2rem;
  bottom: 0.7rem;
}
@media (max-width: 768px) {
  .header__drop-menu-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem;
  }
  .header__drop-menu-bottom .header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.4rem;
    height: 5.4rem;
    border: 0.1rem solid var(--main);
  }
  .header__drop-menu-bottom .header__social svg {
    width: 3rem;
    height: 3rem;
  }
  .header__drop-menu-bottom .header__social svg path {
    fill: var(--main);
  }
  .header__drop-menu-bottom .header__tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.4rem;
    width: 15.4rem;
    -webkit-box-ordinal-group: -98;
    -ms-flex-order: -99;
    order: -99;
  }
  .header__drop-menu-bottom .header__vip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.4rem;
    width: 15.4rem;
    margin-right: 0;
    -webkit-box-ordinal-group: -49;
    -ms-flex-order: -50;
    order: -50;
  }
  .header__drop-menu-bottom .header__shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 5.4rem;
    width: 19rem;
  }
}
.header__drop-menu-search {
  width: 100%;
  position: relative;
}
@media (min-width: 769px) {
  .header__drop-menu-search {
    display: none;
  }
}
.header__drop-menu-search input {
  width: 100%;
  height: 5rem;
  color: var(--white);
  border-radius: 0rem !important;
  padding: 0 1.8rem;
  padding-right: 5rem;
  font-size: 2.4rem;
  font-family: var(--hcsd);
  background: var(--bg);
}
.header__drop-menu-search input::-webkit-input-placeholder {
  color: var(--white);
}
.header__drop-menu-search input::-moz-placeholder {
  color: var(--white);
}
.header__drop-menu-search input:-ms-input-placeholder {
  color: var(--white);
}
.header__drop-menu-search input::-ms-input-placeholder {
  color: var(--white);
}
.header__drop-menu-search input::placeholder {
  color: var(--white);
}
.header__drop-menu-search-icon {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.header__drop-menu-search-icon svg {
  width: 2rem;
  height: 2rem;
}
.header__drop-menu-list {
  margin-top: 3rem;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header__drop-menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.4rem;
  }
}
.header__drop-menu-sub {
  display: block;
  background: #003C69;
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  height: calc(100dvh - 17.6rem);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 2.2rem 2rem;
}
.header__drop-menu-sub.active {
  opacity: 1;
  pointer-events: all;
}
.header__drop-menu-sub-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 8.6rem;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem solid var(--border);
  position: relative;
}
.header__drop-menu-sub-back {
  width: 5.4rem;
  height: 5.4rem;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid var(--border);
}
.header__drop-menu-sub-back svg {
  width: 1rem;
  height: 1.6rem;
}
.header__drop-menu-sub-title {
  font-size: 3rem;
  font-weight: 600;
  color: var(--main);
  font-family: var(--hcsd);
  text-transform: uppercase;
}
.header__drop-menu-sub-list {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 2.4rem;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  .header__drop-menu-sub-list {
    display: none;
  }
}
.header__drop-menu-sub-list .header__drop-menu-link {
  font-size: 3.2rem;
  font-weight: 400;
  color: var(--white);
  text-decoration: none;
  display: none;
}
@media (max-width: 768px) {
  .header__drop-menu-sub-list .header__drop-menu-link {
    font-size: 2.4rem;
  }
}
.header__drop-menu-sub-list .header__drop-menu-link.active {
  display: block;
}
.header__logo {
  width: 6.6rem;
  height: 6.2rem;
  position: relative;
  /* &::before{
      content: '';
      position: absolute;
      width: rem(55);
      height: rem(52);
      background: url('https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/santas-hat.png') no-repeat center center;
      background-size: cover;
      z-index: 19;
      pointer-events: none;
      top: rem(-9);
      left: rem(-9);
      transform: rotate(-12deg    );
  } */
}
.header__logo img, .header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__club {
  width: 9rem;
  height: 6rem;
}
@media (min-width: 769px) {
  .header__club {
    margin-left: -1.5rem;
  }
}
@media (max-width: 768px) {
  .header__club {
    margin: 0 auto;
  }
}
.header__club img, .header__club svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__link {
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: 500;
  color: var(--white);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.3rem solid transparent;
}
@media (min-width: 769px) {
  .header__link:hover {
    border-bottom: 0.3rem solid var(--main);
  }
}
.header__langs {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 768px) {
  .header__langs {
    display: none;
  }
}
.header__langs_mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 1.6rem;
}
@media (min-width: 769px) {
  .header__langs_mobile {
    display: none;
  }
}
.header__lang {
  font-size: 1.6rem;
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  opacity: 0.33;
}
.header__lang.active {
  opacity: 1;
}
.header__search {
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__search > img, .header__search > svg {
  width: 100%;
  height: 100%;
}
.header__search > img:nth-of-type(1), .header__search > svg:nth-of-type(1) {
  display: block;
}
.header__search > img:nth-of-type(2), .header__search > svg:nth-of-type(2) {
  display: none;
}
.header__search.active > img:nth-of-type(1), .header__search.active > svg:nth-of-type(1) {
  display: none;
}
.header__search.active > svg:nth-of-type(2) {
  display: block;
}
.header__search.active .header__search-input {
  pointer-events: all;
  opacity: 1;
  width: 70rem;
}
.header__search-input {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: -1rem;
  width: 2rem;
  z-index: -1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  pointer-events: none;
  opacity: 0;
}
.header__search-input input {
  width: 100%;
  height: 5rem;
  color: var(--white);
  border-radius: 0rem !important;
  padding: 0;
  padding-right: 5rem;
  padding-left: 5rem;
  font-size: 2.4rem;
  font-family: var(--hcsd);
  background: var(--bg);
}
.header__search-input input::-webkit-input-placeholder {
  color: var(--white);
}
.header__search-input input::-moz-placeholder {
  color: var(--white);
}
.header__search-input input:-ms-input-placeholder {
  color: var(--white);
}
.header__search-input input::-ms-input-placeholder {
  color: var(--white);
}
.header__search-input input::placeholder {
  color: var(--white);
}
.header__search-input-icon {
  width: 5rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.header__search-input-icon svg {
  width: 2rem;
  height: 2rem;
}
.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-left: 0rem;
}
@media (max-width: 768px) {
  .header__socials {
    display: none;
  }
}
.header__social {
  width: 2.8rem;
  height: 2.8rem;
}
.header__social img, .header__social svg {
  width: 100%;
  height: 100%;
  display: block;
}
.header__vip {
  padding: 0;
  width: 10rem;
  height: 4.4rem;
  z-index: 15;
}
@media (max-width: 768px) {
  .header__vip {
    display: none;
  }
}
.header__tickets {
  padding: 0;
  width: 10rem;
  height: 4.4rem;
  z-index: 15;
  margin-left: -1rem;
}
@media (max-width: 768px) {
  .header__tickets {
    display: none;
    margin-left: unset;
  }
}
.header__shop {
  padding: 0;
  width: 10rem;
  height: 4.4rem;
  z-index: 15;
  background: #FFB41E;
  color: var(--bg);
  margin-left: -1rem;
}
@media (max-width: 768px) {
  .header__shop {
    display: none;
    margin-left: unset;
  }
}
@media (min-width: 769px) {
  .header__shop:hover {
    background: #ffce6b;
  }
}
@media (max-width: 768px) {
  .header__shop {
    display: none;
  }
}

.header-mobile {
  z-index: 99;
  position: fixed;
  width: 100%;
  left: 0;
  padding: 1rem 0;
  height: 7.4rem;
}
.header-mobile:has(.header-mobile__menu.open) {
  background: unset;
  border: none;
  backdrop-filter: unset;
}
@media (min-width: 769px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile__inner {
  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;
  z-index: 1;
}
.header-mobile__club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  z-index: 2;
}
.header-mobile__logo {
  height: 4rem;
  position: relative;
}
.header-mobile__logo img, .header-mobile__logo svg {
  width: auto;
  height: 100%;
  display: block;
}
.header-mobile__name {
  color: #E0E0E0;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
}
.header-mobile__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.header-mobile__burger.open span:nth-of-type(1) {
  -webkit-transform: translateY(0.8rem) rotate(45deg);
  -ms-transform: translateY(0.8rem) rotate(45deg);
  transform: translateY(0.8rem) rotate(45deg);
}
.header-mobile__burger.open span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.header-mobile__burger.open span:nth-of-type(3) {
  -webkit-transform: translateY(-0.8rem) rotate(-45deg);
  -ms-transform: translateY(-0.8rem) rotate(-45deg);
  transform: translateY(-0.8rem) rotate(-45deg);
}
.header-mobile__burger span {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 1rem;
  background: var(--text);
}
.header-mobile__box {
  position: absolute;
  width: calc(100% - 3.2rem);
  padding-top: 1rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(30%);
  -ms-transform: translateX(30%);
  transform: translateX(30%);
}
.header-mobile__box.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.header-mobile__menu {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
  min-height: 100svh;
  background: var(--gradient);
  backdrop-filter: blur(var(--blur));
  z-index: 0;
  padding: 0 1.6rem;
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.header-mobile__menu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.header-mobile__account {
  position: absolute;
  top: 1rem;
  right: 7.8rem;
}
.header-mobile__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  width: 100%;
  margin-bottom: 5.6rem;
}
.header-mobile__buttons .btn {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.header-mobile__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4.4rem;
}
.header-mobile__nav_sub {
  row-gap: 2.6rem;
  height: calc(100svh - 19rem);
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}
.header-mobile__nav_sub.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-mobile__subtitle {
  font-size: 1.2rem;
  color: var(--text);
  opacity: 0.5;
  text-align: center;
  margin-top: 1.2rem;
}
.header-mobile__link {
  font-size: 2.4rem;
  color: var(--text);
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.header-mobile__link_sub {
  font-size: 1.8rem;
}
.header-mobile__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  margin-top: auto;
  margin-bottom: 3rem;
}
.header-mobile__bottom .header__search {
  margin-left: auto;
}
.header-mobile__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.6rem !important;
  height: 4.6rem !important;
  background: var(--whhiteOpacity) !important;
}
.header-mobile__back svg, .header-mobile__back img {
  width: 0.6rem !important;
  height: 1.2rem !important;
}

.footer {
  position: relative;
  background: #003C69;
  overflow: hidden;
  border-bottom: 0.3rem solid var(--main);
  min-height: 38rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .footer {
    min-height: unset;
    background: var(--bg);
  }
}
.footer .btn {
  border-radius: 0;
}
.footer .pattern {
  opacity: 0.6;
}
.footer .pattern path {
  fill: var(--main);
  stroke: var(--main);
}
.footer__inner {
  padding-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer__inner {
    -webkit-column-gap: 4.1rem;
    -moz-column-gap: 4.1rem;
    column-gap: 4.1rem;
    row-gap: 4rem;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.footer__col {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__col {
    display: none;
  }
}
.footer__col_first {
  width: 12.5rem;
  margin-right: auto;
}
@media (max-width: 768px) {
  .footer__col_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: unset;
  }
}
.footer__col_last {
  width: 28.8rem;
}
@media (max-width: 768px) {
  .footer__col_last {
    display: block;
    width: 50%;
  }
}
.footer__logo {
  width: 12.3rem;
  height: 13.3rem;
  margin-bottom: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .footer__logo {
    margin-bottom: 0;
  }
}
.footer__logo img, .footer__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0.8rem;
}
@media (max-width: 768px) {
  .footer__buttons {
    margin-left: 1rem;
    width: 100%;
  }
  .footer__buttons .btn_league {
    margin-right: auto;
  }
}
.footer__apps {
  margin-top: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9rem;
  position: relative;
}
@media (max-width: 768px) {
  .footer__apps {
    margin-top: 1.2rem;
    gap: 0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__apps-store img, .footer__apps-store svg {
  width: 17.3rem;
  height: 4.9rem;
  display: block;
}
@media (max-width: 768px) {
  .footer__apps-store img, .footer__apps-store svg {
    width: 17.5rem;
    height: 5.6rem;
  }
}
.footer__apps-qr {
  width: 10.6rem;
  height: 10.6rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .footer__apps-qr {
    display: none;
  }
}
.footer__apps-qr img, .footer__apps-qr svg {
  width: 100%;
  height: 100%;
  display: block;
}
.footer__bottom {
  width: 100%;
  padding: 1.4rem 0;
  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;
  margin-top: 11rem;
  border-top: 0.1rem solid var(--border);
  position: relative;
}
@media (max-width: 768px) {
  .footer__bottom {
    padding: 2rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.4rem;
    margin-top: 7.5rem;
  }
}
.footer__text {
  font-size: 1.4rem;
  color: var(--text);
  font-weight: 400;
}
@media (max-width: 768px) {
  .footer__text {
    text-align: center;
    font-size: 1.8rem;
    position: absolute;
    top: -5rem;
  }
}
.footer__text_gray {
  font-size: 1.2rem;
  opacity: 0.66;
}
@media (max-width: 768px) {
  .footer__text_gray {
    text-align: left;
  }
}
.footer__2dit {
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.9rem;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
  font-size: 1.4rem;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  will-change: transform;
  font-weight: 400;
}
.footer__2dit svg {
  width: 5.6rem;
  height: 2.9rem;
}
@media (min-width: 769px) {
  .footer__2dit:hover {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}
.footer__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .footer__subscribe {
    display: none;
  }
}
.footer__subscribe-input {
  background: rgba(2, 10, 26, 0.3294117647);
  border: none;
  height: 4.6rem;
  padding: 0 2rem;
  border-radius: 0 !important;
  color: var(--white);
  font-size: 1.4rem;
}
.footer__subscribe-btn {
  height: 4.6rem;
  background: #0174B9;
  color: var(--white);
  font-size: 2rem;
  border: 0.1rem solid var(--border);
}
@media (min-width: 769px) {
  .footer__subscribe-btn:hover {
    background: #034570;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.2rem;
  -moz-column-gap: 6.2rem;
  column-gap: 6.2rem;
}
@media (max-width: 768px) {
  .footer__nav {
    display: none;
  }
}
.footer__link {
  font-size: 1.6rem;
  color: var(--text);
  display: block;
  margin-bottom: 1.5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .footer__link_hover:hover {
    opacity: 0.5;
  }
}
.footer__link_bold {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2.8rem;
  font-family: var(--hcsd);
  text-transform: uppercase;
  color: var(--main);
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  margin-bottom: 2rem;
}
.footer__socials-link {
  width: 5.4rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid var(--main);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .footer__socials-link:hover {
    opacity: 0.7;
  }
}
.footer__socials-link img, .footer__socials-link svg {
  width: 3.1rem;
  height: 3.1rem;
  display: block;
}

.main-slider {
  padding-top: calc(11rem + 54px);
}
@media (max-width: 768px) {
  .main-slider {
    padding-top: calc(9.5rem + 54px);
  }
}
.main-slider + .main-tickets {
  margin-top: 4rem;
  padding-top: 0;
}
@media (max-width: 768px) {
  .main-slider + .main-tickets {
    margin: 2rem 0;
  }
}
.main-slider__swiper {
  height: 36.5rem;
}
@media (max-width: 768px) {
  .main-slider__swiper {
    height: 20rem;
  }
}
.main-slider__swiper-slide {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
.main-slider__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.main-slider__swiper-controls {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: none;
}
@media (max-width: 768px) {
  .main-slider__swiper-controls {
    bottom: 1.2rem;
    right: 1.2rem;
  }
}
.main-slider__swiper-prev, .main-slider__swiper-next {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003C69;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-slider__swiper-prev svg, .main-slider__swiper-next svg {
  width: 0.8rem;
  height: 1.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-slider__swiper-prev svg path, .main-slider__swiper-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke: var(--main);
}
@media (min-width: 769px) {
  .main-slider__swiper-prev:hover, .main-slider__swiper-next:hover {
    background: var(--main);
  }
  .main-slider__swiper-prev:hover svg path, .main-slider__swiper-next:hover svg path {
    stroke: var(--white);
  }
}
.main-slider__swiper-prev.swiper-button-disabled, .main-slider__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.main-slider__swiper-prev.swiper-button-disabled svg path, .main-slider__swiper-next.swiper-button-disabled svg path {
  stroke: var(--white);
}

.main-tickets {
  margin-bottom: 4rem;
  padding-top: calc(11rem + 54px);
}
@media (max-width: 768px) {
  .main-tickets {
    margin-bottom: 2rem;
    padding-top: calc(9.5rem + 54px);
  }
}
.main-tickets__swiper {
  overflow: visible;
}
.main-tickets__slide {
  width: 30.9rem;
  height: 9.6rem;
  background: var(--bgSecond);
  border-radius: 1rem;
  overflow: hidden;
  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;
  padding: 2.2rem 1.8rem;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  margin-right: 1.9rem;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 768px) {
  .main-tickets__slide {
    width: 26rem;
    height: 8.1rem;
    padding: 1.8rem 1.4rem;
  }
}
.main-tickets__slide:nth-child(5n+1) {
  background: #12191E;
}
.main-tickets__slide:nth-child(5n+2) {
  background: #00826E;
}
.main-tickets__slide:nth-child(5n+3) {
  background: #0174B9;
}
.main-tickets__slide:nth-child(5n+4) {
  background: #FFB41E;
}
.main-tickets__slide:nth-child(5n+5) {
  background: #003C69;
}
.main-tickets__slide:nth-last-of-type(1) {
  margin-right: 0;
}
.main-tickets__slide-logo {
  width: 5rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .main-tickets__slide-logo {
    width: 4rem;
    height: 4rem;
  }
}
.main-tickets__slide-logo img, .main-tickets__slide-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-tickets__slide-date {
  color: var(--text);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-tickets__slide-date span {
  white-space: nowrap;
  text-align: center;
  display: block;
}
.main-tickets__slide-date span:nth-of-type(1) {
  font-size: 3rem;
  font-family: var(--hcsd);
  margin-bottom: -0.5rem;
}
@media (max-width: 768px) {
  .main-tickets__slide-date span:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
.main-tickets__slide-date span:nth-of-type(2) {
  font-size: 1.6rem;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .main-tickets__slide-date span:nth-of-type(2) {
    font-size: 1.4rem;
  }
}
.main-tickets__slide-btn {
  width: 100%;
  width: 9.7rem;
  height: 5rem;
  background: var(--main);
  color: var(--text);
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .main-tickets__slide-btn {
    width: 7.9rem;
    height: 4rem;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .main-tickets__slide-btn:hover {
    background: var(--white);
    color: var(--main);
  }
}

.main-first {
  width: 100%;
  min-height: 36.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .main-first {
    max-height: 60.4rem;
  }
}
.main-first__swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-first__swiper-controls {
  position: absolute;
  bottom: 0;
  right: 0rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .main-first__swiper-controls {
    top: 21.6rem;
    right: 1.2rem;
    bottom: unset;
  }
}
.main-first__swiper-prev, .main-first__swiper-next {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003C69;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-first__swiper-prev svg, .main-first__swiper-next svg {
  width: 0.8rem;
  height: 1.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-first__swiper-prev svg path, .main-first__swiper-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke: var(--main);
}
@media (min-width: 769px) {
  .main-first__swiper-prev:hover, .main-first__swiper-next:hover {
    background: var(--main);
  }
  .main-first__swiper-prev:hover svg path, .main-first__swiper-next:hover svg path {
    stroke: var(--white);
  }
}
.main-first__swiper-prev.swiper-button-disabled, .main-first__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.main-first__swiper-prev.swiper-button-disabled svg path, .main-first__swiper-next.swiper-button-disabled svg path {
  stroke: var(--white);
}
.main-first__swiper-pagination {
  position: absolute;
  width: 2rem;
  left: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: unset;
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  height: 30rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .main-first__swiper-pagination {
    display: none;
  }
}
.main-first__swiper-pagination * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-first__swiper-pagination .swiper-pagination {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 23.3rem;
  position: absolute;
  bottom: unset;
  left: unset;
  top: unset;
  right: unset;
}
.main-first__swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 0.1rem;
  height: 100%;
  background: #fff;
  opacity: 0.5;
  position: relative;
  bottom: unset;
  left: unset;
  top: unset;
  right: unset;
  margin: 0 !important;
  border-radius: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-first__swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.9rem;
  width: 4rem;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: -1;
}
.main-first__swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.3rem;
}
.main-first__swiper-pagination-current {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  text-align: center;
}
.main-first__swiper-pagination-total {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  text-align: center;
  opacity: 0.5;
}
.main-first__slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
}
.main-first__slide:nth-last-of-type(1) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .main-first__slide {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.main-first__slide-cover {
  /* position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; */
  position: relative;
  width: 48.6rem;
  height: 36.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 1rem;
  overflow: hidden;
  /* &::before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.5;
      z-index: 1;
  } */
}
@media (max-width: 768px) {
  .main-first__slide-cover {
    width: 100%;
    height: 26.8rem;
    margin-bottom: 1.7rem;
  }
}
.main-first__slide-cover img, .main-first__slide-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.main-first__slide-content {
  width: 100%;
  height: auto;
  z-index: 2;
  margin-left: 3.5rem;
  margin-top: -7rem;
}
@media (max-width: 768px) {
  .main-first__slide-content {
    margin: 0;
  }
}
.main-first__slide-preview {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
.main-first__slide-preview::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--main);
  border-radius: 5rem;
  display: block;
}
.main-first__slide-title {
  font-size: 4.8rem;
  line-height: 0.9;
  font-weight: 600;
  color: var(--white);
  font-family: var(--hcsd);
  text-transform: uppercase;
  margin-top: 2rem;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .main-first__slide-title {
    font-size: 3.5rem;
    margin-top: 0rem;
  }
}
.main-first__slide-description {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
  margin-top: 1.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .main-first__slide-description {
    font-size: 1.4rem;
  }
}
.main-first__slide-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 0 2.3rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .main-first__slide-btn {
    padding: 0 1.8rem;
    height: 5rem;
    font-size: 2rem;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}
.main-first__slide-btn svg {
  width: 1.7rem;
  height: 0.9rem;
  margin-bottom: 0.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .main-first__slide-btn:hover svg {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
.main-first__next {
  width: 54rem;
  height: 20rem;
  background: #003C69;
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .main-first__next {
    width: 39rem;
    height: 12.7rem;
    right: 0;
    bottom: 1.2rem;
  }
}
.main-first__next-content {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 768px) {
  .main-first__next-content {
    padding: 1.5rem;
  }
}
.main-first__next-num {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--main);
}
.main-first__next-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  margin-top: 1.5rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
  .main-first__next-title {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}
.main-first__next-link {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--main);
  margin-top: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  text-transform: uppercase;
  font-family: var(--hcsd);
  margin-right: auto;
}
.main-first__next-link svg {
  width: 1.7rem;
  height: 0.9rem;
  margin-bottom: 0.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .main-first__next-link svg {
    margin-bottom: 0.2rem;
  }
}
@media (min-width: 769px) {
  .main-first__next-link:hover svg {
    -webkit-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
}
.main-first__next-img {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.main-first__next-img img, .main-first__next-img svg {
  width: 100%;
  height: 100%;
  display: block;
}

.main-board {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 9rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .main-board {
    margin-top: 3.6rem;
    margin-bottom: 5rem;
  }
}
.main-board__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media (max-width: 768px) {
  .main-board__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4.2rem;
  }
}
@media (max-width: 768px) {
  .main-board__col {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .main-board__col .title {
    margin-left: 2.4rem;
  }
}
.main-board__match {
  width: 42rem;
  height: 42rem;
  background: var(--bgSecond);
  border-radius: 1rem;
  overflow: hidden;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.5rem 3rem;
  position: sticky;
  top: 10rem;
}
@media (max-width: 768px) {
  .main-board__match {
    position: relative;
    top: unset;
    width: 100%;
    height: 35.8rem;
    padding: 2rem;
  }
}
.main-board__match_live {
  background: #12191E;
}
@media (max-width: 768px) {
  .main-board__match_live {
    height: auto;
  }
}
.main-board__match_live .main-board__match-btn-wrap {
  display: none;
}
.main-board__match_live .main-board__match-teams {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
.main-board__match_live .main-board__match-live {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: -4;
  -ms-flex-order: -5;
  order: -5;
}
.main-board__match_live .main-board__match-stadium {
  text-align: center;
  color: var(--white);
  font-size: 2rem;
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4;
}
.main-board__match_live .main-board__match-time {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
  text-align: center;
  color: var(--white);
  font-size: 1.6rem;
  margin-top: 0.4rem;
}
.main-board__match_live .main-board__match-date {
  display: none;
}
.main-board__match_live .main-board__match-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-board__match_live .main-board__match-name {
  display: none;
}
.main-board__match_live .main-board__match-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-board__match_live .main-board__match-teams {
  margin-bottom: 4.2rem;
}
.main-board__match_live .main-board__match-logo-name {
  display: block;
}
.main-board__match_end {
  background: #12191E;
}
@media (max-width: 768px) {
  .main-board__match_end {
    height: auto;
  }
}
.main-board__match_end .main-board__match-btn-wrap {
  display: none;
}
.main-board__match_end .main-board__match-teams {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
.main-board__match_end .main-board__match-stadium {
  text-align: center;
  color: var(--white);
  font-size: 3.6rem;
  -webkit-box-ordinal-group: -3;
  -ms-flex-order: -4;
  order: -4;
  opacity: 1;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  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;
}
.main-board__match_end .main-board__match-stadium span {
  opacity: 0.6;
}
.main-board__match_end .main-board__match-time {
  -webkit-box-ordinal-group: -2;
  -ms-flex-order: -3;
  order: -3;
  text-align: center;
  color: var(--white);
  font-size: 1.6rem;
  margin-top: 0.4rem;
}
.main-board__match_end .main-board__match-date {
  display: none;
}
.main-board__match_end .main-board__match-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-board__match_end .main-board__match-name {
  display: none;
}
.main-board__match_end .main-board__match-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-board__match_end .main-board__match-teams {
  margin-bottom: 4.2rem;
}
.main-board__match_end .main-board__match-logo-name {
  display: block;
}
.main-board__match-logo-name {
  display: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  text-align: center;
  margin-top: 0.4rem;
  white-space: nowrap;
  position: absolute;
  bottom: -2.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-board__match-match {
  display: none;
  width: 100%;
  margin: 0 auto;
  max-width: 20rem;
}
.main-board__match-score {
  display: none;
  font-size: 11rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--hcsd);
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  position: relative;
}
.main-board__match-score span {
  opacity: 0.6;
}
.main-board__match-score-otp {
  font-size: 5.2rem;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  text-transform: uppercase;
  font-family: var(--ttfors);
}
.main-board__match-live {
  display: none;
  color: var(--white);
  font-size: 3rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  text-transform: uppercase;
  padding-left: 2.6rem;
}
.main-board__match-live::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: var(--mainDark);
  border-radius: 10rem;
  display: block;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.main-board__match-date {
  font-size: 12rem;
  font-weight: 600;
  color: #0873AD;
  line-height: 1;
  z-index: 2;
  text-transform: uppercase;
  font-family: var(--hcsd);
  margin: auto 0;
  -webkit-transform: translateY(0.05em);
  -ms-transform: translateY(0.05em);
  transform: translateY(0.05em);
}
@media (max-width: 768px) {
  .main-board__match-date {
    font-size: 9rem;
  }
}
.main-board__match-stadium {
  font-size: 2.8rem;
  font-weight: 400;
  color: var(--main);
  line-height: 1.1;
  opacity: 0.8;
}
.main-board__match-teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  position: relative;
  margin: 1.5rem 0;
  /* position: absolute;
  top: rem(25);
  left: rem(30); */
}
.main-board__match-time {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--main);
  line-height: 1.1;
  opacity: 0.8;
}
.main-board__match-logo {
  width: 6.8rem;
  height: 6.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .main-board__match-logo {
    width: 5.3rem;
    height: 5.3rem;
  }
}
.main-board__match-logo img, .main-board__match-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-board__match-vs {
  width: 3.8rem;
  height: 3.4rem;
}
@media (max-width: 768px) {
  .main-board__match-vs {
    width: 3.7rem;
    height: 3.4rem;
  }
}
.main-board__match-vs img, .main-board__match-vs svg {
  width: 100%;
  height: 100%;
  display: block;
}
.main-board__match-name {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  margin-top: 0rem;
}
@media (max-width: 768px) {
  .main-board__match-name {
    font-size: 2.8rem;
  }
}
.main-board__match-name_main {
  font-size: 4rem;
  color: var(--main);
}
@media (max-width: 768px) {
  .main-board__match-name_main {
    font-size: 3.8rem;
  }
}
.main-board__match-btn-wrap {
  position: absolute;
  right: 0rem;
  top: 0rem;
}
.main-board__match-btn {
  font-size: 2.4rem;
  width: 12rem;
  height: 5rem;
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .main-board__match-btn {
    width: 9.5rem;
    height: 4rem;
    font-size: 1.9rem;
  }
}
.main-board__match-btn-link {
  font-size: 1.2rem;
  color: var(--white);
  text-align: center;
  margin-top: 0.8rem;
  width: 100%;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .main-board__match-btn-link:hover {
    color: var(--main);
  }
}
@media (max-width: 768px) {
  .main-board__swiper {
    overflow: visible;
  }
}
@media (min-width: 769px) {
  .main-board__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.7rem 1.2rem;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.main-board__card {
  width: 31.1rem;
  height: 31.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .main-board__card {
    margin-right: 1.2rem;
  }
  .main-board__card:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .main-board__card:hover .main-board__card-cover::before {
    content: "";
    opacity: 0;
  }
  .main-board__card:hover .main-board__card-cover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.main-board__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 59, 105, 0)), to(#003B69));
  background: linear-gradient(180deg, rgba(0, 59, 105, 0) 0%, #003B69 100%);
  z-index: 1;
}
.main-board__card-type {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
  opacity: 0.5;
  z-index: 2;
}
.main-board__card-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  z-index: 2;
}
.main-board__card-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-board__card-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.3;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-board__card-cover img, .main-board__card-cover svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1rem;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.main-board__out-wrap {
  margin-top: 1.4rem;
  width: 100%;
  margin-top: 3.4rem;
}
@media (max-width: 768px) {
  .main-board__out-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.main-board__out {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--main);
  line-height: 1.1;
  z-index: 2;
  text-transform: uppercase;
  font-family: var(--hcsd);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-left: 2.5rem;
  margin-right: auto;
}
@media (max-width: 768px) {
  .main-board__out {
    margin: 0 auto;
  }
}
.main-board__out svg {
  width: 1.7rem;
  height: 0.9rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 769px) {
  .main-board__out:hover {
    -webkit-column-gap: 1.7rem;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
  }
}

.main-matches {
  position: relative;
  margin-top: 9rem;
  margin-bottom: 9.6rem;
}
@media (max-width: 768px) {
  .main-matches {
    margin-top: 5rem;
    margin-bottom: 7rem;
  }
}
.main-matches__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .main-matches__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
  }
}
.main-matches__top .title {
  margin-bottom: 0;
}
.main-matches__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin-left: 3.6rem;
}
@media (max-width: 768px) {
  .main-matches__switch {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.main-matches__switch-btn {
  height: 5rem;
  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;
  padding: 0 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  border: 0.1rem solid transparent;
  text-transform: uppercase;
  cursor: pointer;
}
.main-matches__switch-btn.active {
  border: 0.1rem solid var(--main);
}
.main-matches__swiper {
  overflow: visible;
  display: none;
}
.main-matches__swiper.active {
  display: block;
}
.main-matches__swiper-slide {
  width: 21.5rem;
  height: 21.5rem;
  margin-right: 1.9rem;
  color: var(--white);
  padding: 1.4rem 1.4rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #12191E;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  will-change: transform;
}
@media (max-width: 768px) {
  .main-matches__swiper-slide {
    width: 17rem;
    height: 17rem;
    margin-right: 1.2rem;
    padding: 1rem;
  }
  .main-matches__swiper-slide:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .main-matches__swiper-slide:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
}
.main-matches__swiper-slide:nth-child(5n+1) {
  background: #12191E;
}
.main-matches__swiper-slide:nth-child(5n+2) {
  background: #00826E;
}
.main-matches__swiper-slide:nth-child(5n+3) {
  background: #0174B9;
}
.main-matches__swiper-slide:nth-child(5n+4) {
  background: #003C69;
}
.main-matches__swiper-slide:nth-child(5n+5) {
  background: #FFB41E;
}
.main-matches__swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.main-matches__swiper-slide_future {
  /* &:nth-of-type(4n){
      background: #003C69;
  } */
}
.main-matches__swiper-slide_future .main-matches__swiper-teams {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.main-matches__swiper-slide_future .main-matches__swiper-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 3.6rem;
  font-weight: 600;
  font-family: var(--hcsd);
  color: var(--text);
  opacity: 0.25;
  margin-left: auto;
  line-height: 0.9;
}
.main-matches__swiper-slide_future .main-matches__swiper-names {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .main-matches__swiper-slide_future .main-matches__swiper-names {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }
}
.main-matches__swiper-slide_future .main-matches__swiper-names span {
  font-size: 1.8rem;
  text-align: left;
  opacity: 1;
}
.main-matches__swiper-slide_future .main-matches__swiper-names span.main-matches__swiper-names-dragons {
  color: var(--main);
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .main-matches__swiper-slide_future .main-matches__swiper-names span.main-matches__swiper-names-dragons {
    font-size: 2rem;
  }
}
.main-matches__swiper-btn {
  width: 100%;
  height: 5rem;
  background: var(--main);
  color: var(--text);
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .main-matches__swiper-btn {
    font-size: 2rem;
    height: 3.2rem;
    margin-top: -0.5rem;
  }
}
@media (min-width: 769px) {
  .main-matches__swiper-btn:hover {
    background: var(--white);
    color: var(--main);
  }
}
.main-matches__swiper-teams {
  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;
}
.main-matches__swiper-teams > span {
  font-size: 4.8rem;
  font-weight: 300;
  opacity: 0.33;
  display: none;
}
.main-matches__swiper-logo {
  width: 5.4rem;
  height: 5.4rem;
}
@media (max-width: 768px) {
  .main-matches__swiper-logo {
    width: 4rem;
    height: 4rem;
  }
}
.main-matches__swiper-logo img, .main-matches__swiper-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.main-matches__swiper-date {
  /* display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: rem(0);
  font-size: rem(18);
  transform: translateY(rem(10)); */
}
.main-matches__swiper-names {
  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;
  margin-top: auto;
  display: none;
}
.main-matches__swiper-names span {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: var(--ttfors);
  opacity: 0.5;
  min-width: 6.4rem;
  text-align: center;
}
.main-matches__swiper-score {
  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;
  font-size: 8.9rem;
  font-weight: 600;
  line-height: 1;
  font-family: var(--hcsd);
  margin-bottom: -2rem;
  margin-top: auto;
}
@media (max-width: 768px) {
  .main-matches__swiper-score {
    font-size: 6rem;
    margin-top: 1rem;
  }
}
.main-matches__swiper-score p {
  min-width: 6.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .main-matches__swiper-score p {
    min-width: 4rem;
  }
}
.main-matches__swiper-score span {
  font-size: 4.8rem;
  font-weight: 500;
  font-family: var(--ttfors);
  opacity: 0.5;
}
.main-matches__swiper-review {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: var(--ttfors);
  color: var(--white);
  opacity: 0.5;
  margin-top: auto;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .main-matches__swiper-review {
    font-size: 1.4rem;
  }
}

.main-players {
  margin-top: 9.6rem;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .main-players {
    margin-top: 7rem;
  }
}
.main-players__swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  z-index: 10;
  position: absolute;
  left: 34rem;
  bottom: 1.5rem;
}
@media (max-width: 768px) {
  .main-players__swiper-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.2rem;
    left: unset;
    right: 0;
    bottom: 0;
  }
}
.main-players__swiper-prev, .main-players__swiper-next {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003C69;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-players__swiper-prev svg, .main-players__swiper-next svg {
  width: 0.8rem;
  height: 1.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-players__swiper-prev svg path, .main-players__swiper-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke: var(--main);
}
@media (min-width: 769px) {
  .main-players__swiper-prev:hover, .main-players__swiper-next:hover {
    background: var(--main);
  }
  .main-players__swiper-prev:hover svg path, .main-players__swiper-next:hover svg path {
    stroke: var(--white);
  }
}
.main-players__swiper-prev.swiper-button-disabled, .main-players__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.main-players__swiper-prev.swiper-button-disabled svg path, .main-players__swiper-next.swiper-button-disabled svg path {
  stroke: var(--white);
}
.main-players__swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 3rem;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-players__swiper-slide * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-players__swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.main-players__swiper-image {
  width: 30.9rem;
  height: 30.9rem;
  border-radius: 1rem;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#036AAD), to(#034570));
  background: linear-gradient(180deg, #036AAD 0%, #034570 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .main-players__swiper-image {
    width: 11.1rem;
    height: 11.1rem;
  }
}
.main-players__swiper-image img, .main-players__swiper-image svg {
  width: 100%;
  height: 100%;
  display: block;
  max-width: unset;
  -o-object-position: top;
  object-position: top;
}
.main-players__swiper-content {
  padding: 3.2rem 2.9rem;
}
@media (max-width: 768px) {
  .main-players__swiper-content {
    padding: 0;
    padding-left: 2.2rem;
  }
}
.main-players__swiper-name {
  font-size: 4.8rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--hcsd);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .main-players__swiper-name {
    line-height: 0.9;
  }
}
@media (max-width: 768px) {
  .main-players__swiper-name span {
    display: block;
  }
}
.main-players__swiper-position {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.9rem;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .main-players__swiper-position {
    margin-top: 0.4rem;
  }
}
.main-players__swiper-position svg, .main-players__swiper-position img {
  width: 2rem;
  height: 2rem;
  display: block;
}
.main-players__swiper-stats {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
@media (max-width: 768px) {
  .main-players__swiper-stats {
    margin-top: 2.7rem;
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    margin-left: -13.2rem;
  }
}
.main-players__swiper-stats-item {
  font-size: 6.4rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--hcsd);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
}
.main-players__swiper-stats-item span {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: var(--ttfors);
  color: var(--main);
  letter-spacing: 0;
  margin-top: 0.5rem;
}
.main-players__swiper-season {
  position: absolute;
  right: 0;
  top: -0.4rem;
  font-size: 7.4rem;
  font-weight: 500;
  color: var(--white);
  font-family: var(--hcsd);
  text-transform: uppercase;
  text-align: right;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .main-players__swiper-season {
    display: none;
  }
}
.main-players__swiper-season_mobile {
  display: none;
}
@media (max-width: 768px) {
  .main-players__swiper-season_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.6rem;
    position: relative;
    right: unset;
    top: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 1.5rem;
  }
}
.main-players__swiper-season span {
  display: block;
  color: var(--main);
  margin-top: -0.8rem;
}
@media (max-width: 768px) {
  .main-players__swiper-season span {
    margin-top: 0;
  }
}

.main-table {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 6.9rem;
}
@media (max-width: 768px) {
  .main-table {
    margin-top: 3rem;
  }
}
.main-table__box {
  width: 100%;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.0980392157);
  padding: 1.9rem 0;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .main-table__box {
    max-width: 74.5rem;
  }
}
@media (max-width: 768px) {
  .main-table__table {
    width: 100%;
    overflow-x: auto;
  }
}
.main-table__table-header {
  margin-bottom: 1rem;
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.02em;
  font-family: var(--hcsd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.7rem;
}
.main-table__table-header span {
  color: var(--main);
}
.main-table__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border-bottom: 0.1rem solid var(--border);
  padding: 1rem 3rem;
  min-height: 6rem;
  color: var(--white);
}
@media (max-width: 768px) {
  .main-table__table-row {
    width: 60rem;
    padding: 1rem 2rem;
  }
}
.main-table__table-row > div {
  font-size: 1.8rem;
  text-align: center;
}
.main-table__table-row > div:nth-of-type(1) {
  width: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main-table__table-row > div:nth-of-type(1) {
    -webkit-box-ordinal-group: -9;
    -ms-flex-order: -10;
    order: -10;
  }
}
.main-table__table-row > div:nth-of-type(2) {
  width: 4rem;
}
.main-table__table-row > div:nth-of-type(2) img, .main-table__table-row > div:nth-of-type(2) svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .main-table__table-row > div:nth-of-type(2) {
    -webkit-box-ordinal-group: -8;
    -ms-flex-order: -9;
    order: -9;
  }
}
.main-table__table-row > div:nth-of-type(3) {
  width: 48.2rem;
  text-align: left;
}
@media (max-width: 768px) {
  .main-table__table-row > div:nth-of-type(3) {
    width: 22rem;
    -webkit-box-ordinal-group: -7;
    -ms-flex-order: -8;
    order: -8;
  }
}
.main-table__table-row > div:nth-of-type(4) {
  width: 7rem;
}
@media (max-width: 768px) {
  .main-table__table-row > div:nth-of-type(4) {
    width: 4rem;
  }
}
.main-table__table-row > div:nth-of-type(5) {
  width: 7rem;
}
@media (max-width: 768px) {
  .main-table__table-row > div:nth-of-type(5) {
    width: 4rem;
  }
}
.main-table__table-row > div:nth-of-type(6) {
  width: 4rem;
  display: none;
}
.main-table__table-row > div:nth-of-type(7) {
  width: 7rem;
}
@media (max-width: 768px) {
  .main-table__table-row > div:nth-of-type(7) {
    width: 4rem;
  }
}
.main-table__table-row > div:nth-of-type(8) {
  width: 10rem;
}
.main-table__table-row > div:nth-of-type(9) {
  width: 9.3rem;
  text-align: right;
}
@media (max-width: 768px) {
  .main-table__table-row > div:nth-of-type(9) {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    width: 4rem;
  }
}
.main-table__table-row_head {
  min-height: 3.6rem;
}
.main-table__table-row_head div {
  font-size: 1.4rem;
  opacity: 0.5;
}
.main-table__table-row_owner {
  background: var(--main);
  border: none;
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.main-table__table-row_owner > div {
  font-weight: 600;
}
.main-table__btn {
  background: transparent;
  margin: 0 2.5rem;
  margin-top: 2rem;
  color: var(--main);
  border: 0.1rem solid var(--main);
  height: 5.5rem;
}
@media (max-width: 768px) {
  .main-table__btn {
    padding: 0 1rem;
  }
}

.main-media {
  position: relative;
  margin-top: 6.9rem;
  margin-bottom: 6.9rem;
}
@media (max-width: 768px) {
  .main-media {
    margin-top: 4.2rem;
    margin-bottom: 5.3rem;
  }
}
.main-media__swiper {
  margin-left: -3rem;
}
@media (max-width: 768px) {
  .main-media__swiper {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
    margin-top: 1rem;
  }
}
@media (min-width: 769px) {
  .main-media__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.8rem;
    -moz-column-gap: 1.8rem;
    column-gap: 1.8rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 42rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (max-width: 768px) {
  .main-media__box {
    padding-bottom: 6rem;
  }
}
.main-media__out {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--main);
  line-height: 1.1;
  z-index: 2;
  text-transform: uppercase;
  font-family: var(--hcsd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  position: absolute;
  right: 4rem;
  top: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .main-media__out {
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.main-media__out svg {
  width: 1.7rem;
  height: 0.9rem;
  margin-bottom: 0.4rem;
}
@media (min-width: 769px) {
  .main-media__out:hover {
    -webkit-column-gap: 1.7rem;
    -moz-column-gap: 1.7rem;
    column-gap: 1.7rem;
  }
}
.main-media__card {
  width: 34.3rem;
  height: 32.4rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  background: #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  padding: 2rem;
}
@media (max-width: 768px) {
  .main-media__card {
    width: 39rem;
    height: 42rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0rem;
    padding: 4.7rem 4rem;
    padding-left: 12.7rem;
  }
}
.main-media__card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 59, 105, 0)), to(#003B69));
  background: linear-gradient(180deg, rgba(0, 59, 105, 0) 0%, #003B69 100%);
  z-index: 1;
}
@media (max-width: 768px) {
  .main-media__card::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .main-media__card:hover .main-media__card-play {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.main-media__card_big {
  width: 66.7rem;
  height: 42rem;
  position: absolute;
  top: 0;
  left: -3rem;
  z-index: 1;
  border-radius: 0rem;
  padding: 4.7rem 17.8rem;
}
@media (max-width: 768px) {
  .main-media__card_big {
    position: relative;
    width: 39rem;
    height: 42rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0rem;
    left: unset;
    padding: 4.7rem 4rem;
    padding-left: 12.7rem;
  }
}
.main-media__card_big::before {
  content: "";
  display: none;
}
.main-media__card_big .main-media__card-play {
  position: relative;
  top: unset;
  left: unset;
  margin-bottom: 2.3rem;
  border: 0.2rem solid var(--white);
}
.main-media__card_big .main-media__card-play svg {
  width: 3rem;
  height: 3rem;
}
.main-media__card_big .main-media__card-cover img, .main-media__card_big .main-media__card-cover svg {
  border-radius: 0;
}
.main-media__card_big .main-media__card-title {
  font-size: 2.6rem;
  line-height: 1.1;
}
.main-media__card-mask {
  position: absolute;
  bottom: -0.1rem;
  left: -0.1rem;
  width: 19.3rem;
  height: 27.5rem;
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 768px) {
  .main-media__card-mask {
    bottom: 5.9rem;
    left: -1.8rem;
    width: 18rem;
    height: 25rem;
  }
}
.main-media__card-mask img, .main-media__card-mask svg {
  width: 100%;
  height: 100%;
  display: block;
}
.main-media__card-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-media__card-cover img, .main-media__card-cover svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1rem;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
@media (max-width: 768px) {
  .main-media__card-cover img, .main-media__card-cover svg {
    border-radius: 0;
  }
}
.main-media__card-type {
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
  opacity: 0.5;
  z-index: 2;
}
.main-media__card-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  z-index: 2;
}
@media (max-width: 768px) {
  .main-media__card-title {
    font-size: 2.6rem;
    line-height: 1.1;
  }
}
.main-media__card-play {
  z-index: 2;
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: calc(50% - 4rem);
  left: calc(50% - 4rem);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  backdrop-filter: blur(var(--blurFix));
  background: rgba(255, 255, 255, 0.1019607843);
  border: 0.1rem solid var(--border);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  will-change: transform;
}
@media (max-width: 768px) {
  .main-media__card-play {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 2.3rem;
    border: 0.2rem solid var(--white);
  }
}
.main-media__card-play svg {
  width: 3.8rem;
  height: 3.8rem;
  margin-left: 0.6rem;
}
@media (max-width: 768px) {
  .main-media__card-play svg {
    width: 3rem;
    height: 3rem;
  }
}

.main-albums {
  position: relative;
  margin-top: 6.9rem;
  margin-bottom: 6.9rem;
}
@media (max-width: 768px) {
  .main-albums {
    margin-top: 4.2rem;
    margin-bottom: 9rem;
    padding-bottom: 4.7rem;
  }
}
.main-albums .main-media__out {
  top: 4.3rem;
}
@media (max-width: 768px) {
  .main-albums .main-media__out {
    bottom: -5.2rem;
    top: unset;
  }
}
@media (max-width: 768px) {
  .main-albums__swiper {
    overflow: visible;
  }
}
.main-albums__swiper-slide {
  width: 31.1rem;
  height: 31.1rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1.5rem;
}
.main-albums__swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
@media (min-width: 769px) {
  .main-albums__swiper-slide:hover .main-albums__swiper-cover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
  }
}
.main-albums__swiper-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.main-albums__swiper-cover::before {
  content: "";
  z-index: 1;
  width: 100%;
  height: 11rem;
  bottom: 0rem;
  left: 0rem;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 59, 105, 0)), to(#003B69));
  background: linear-gradient(180deg, rgba(0, 59, 105, 0) 0%, #003B69 100%);
}
.main-albums__swiper-cover img, .main-albums__swiper-cover svg {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 1.1rem;
}
.main-albums__swiper-content {
  z-index: 1;
  margin-top: auto;
  padding: 2rem;
}
.main-albums__swiper-type {
  font-size: 1.4rem;
  color: #D8D8D8;
  margin-bottom: 1rem;
}
.main-albums__swiper-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text);
  font-family: var(--ttfors);
}
.main-albums__swiper-date {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text);
  font-family: var(--ttfors);
}

.partners {
  position: relative;
  background: #020A1A;
}
.partners .title {
  font-size: 6.4rem;
}
@media (max-width: 768px) {
  .partners .title {
    font-size: 4rem;
  }
}
.partners_club {
  background: #003B69;
}
@media (max-width: 768px) {
  .partners_club {
    background: transparent;
  }
  .partners_club .inner {
    padding-top: 0;
  }
}
.partners_club::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: -1;
}
.partners_club .partners__swiper {
  margin-top: 2rem;
  padding: 0;
  overflow: visible;
}
.partners_club .partners__swiper .swiper-wrapper {
  /* transition-timing-function: ease-out;

  @include NOTmobile{
      flex-wrap: wrap;
      gap: rem(16);
  } */
}
.partners_club .partners__swiper-slide {
  width: 20.15rem;
  height: 20.2rem;
  border-radius: 1rem;
  background: #002e52;
  margin-right: 1.6rem;
}
.partners_club .partners__swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .partners_club .partners__swiper-slide {
    margin-right: 0.8rem;
  }
  .partners_club .partners__swiper-slide:nth-last-of-type(1) {
    margin-right: 0;
  }
}
.partners_club .partners__swiper-image {
  padding: 2rem;
}
.partners__controls {
  position: absolute;
  top: 2rem;
  right: 3rem;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .partners__controls {
    display: none;
  }
}
.partners__prev, .partners__next {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003C69;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.partners__prev svg, .partners__next svg {
  width: 0.8rem;
  height: 1.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.partners__prev svg path, .partners__next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke: var(--main);
}
@media (min-width: 769px) {
  .partners__prev:hover, .partners__next:hover {
    background: var(--main);
  }
  .partners__prev:hover svg path, .partners__next:hover svg path {
    stroke: var(--white);
  }
}
.partners__prev.swiper-button-disabled, .partners__next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.partners__prev.swiper-button-disabled svg path, .partners__next.swiper-button-disabled svg path {
  stroke: var(--white);
}
.partners__title.title {
  color: #A0B4C3;
  font-weight: 500;
  font-size: 1.8rem;
  font-family: var(--ttfors);
  text-transform: none;
  margin-left: 1.8rem;
  margin-top: -1.5rem;
}
@media (max-width: 768px) {
  .partners__title.title {
    font-size: 1.8rem;
    margin-left: 1rem !important;
  }
}
.partners__title_mt {
  margin-top: 7rem !important;
}
.partners__swiper {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0 1.8rem;
}
@media (max-width: 768px) {
  .partners__swiper {
    overflow: visible;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: -2rem;
  }
}
.partners__swiper .swiper-wrapper {
  /* transition-timing-function: linear;

  @include NOTmobile{
      flex-wrap: wrap;
      gap: rem(35) rem(56);
      transform: translate3d(0px, 0px, 0px) !important;

      .swiper-slide-duplicate{
          display: none;
      }
  } */
}
.partners__box {
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.5rem 5.6rem;
}
@media (max-width: 768px) {
  .partners__box {
    padding: 0 1rem;
    gap: 3.2rem 2.6rem;
  }
}
.partners__swiper-slide {
  width: 16.2rem;
  min-height: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 769px) {
  .partners__swiper-slide:hover .partners__swiper-title {
    opacity: 1;
  }
  .partners__swiper-slide:hover .partners__swiper-image {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .partners__swiper-slide:hover .partners__swiper-image img {
    -webkit-filter: unset;
    filter: unset;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .partners__swiper-slide {
    width: 15.2rem;
    height: 8.4rem;
    /* margin-right: rem(24);

    &:nth-last-of-type(1){
        margin-right: 0;
    } */
  }
}
.partners__swiper-title {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  opacity: 0.5;
  margin-top: 0.2rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .partners__swiper-title {
    font-size: 1.4rem;
  }
}
.partners__swiper-image {
  position: relative;
  width: 16rem;
  height: 6rem;
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 0.3rem;
  padding: 1.4rem 2.2rem;
  will-change: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.partners__swiper-image img, .partners__swiper-image svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.partners__swiper-image_hover {
  /* &:hover{
      @include NOTmobile{
          img{
              filter: unset;
          }
      }
  }*/
}
.partners__swiper-image_hover img {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}

.news {
  z-index: 5;
  position: relative;
}
.news .inner {
  padding-bottom: 6rem;
}
.news .title {
  margin-bottom: 0;
}
.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 769px) {
  .news__top {
    height: 5.8rem;
  }
}
@media (max-width: 768px) {
  .news__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.news__filters {
  width: calc(50% - 0.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  row-gap: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .news__filters {
    width: 100%;
    min-height: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.news__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem 1.6rem;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__card {
  width: 31rem;
  min-height: 36rem;
  border-radius: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
@media (min-width: 769px) {
  .news__card:hover .news__card-cover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
  }
  .news__card:hover .news__card-play {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.news__card_double {
  width: 63.7rem;
}
@media (max-width: 768px) {
  .news__card_double {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news__card {
    width: 100%;
  }
}
.news__card-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 1rem;
  overflow: hidden;
}
.news__card-cover::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black30);
}
.news__card-cover img, .news__card-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.news__card-info {
  color: var(--white);
  margin-top: auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  background: var(--gradient2);
  backdrop-filter: blur(var(--blurEasy));
  border-radius: 0 0 1rem 1rem;
}
.news__card-type {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.news__card-title {
  font-weight: 700;
  font-size: 1.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text-page {
  position: relative;
  z-index: 3;
}
.text-page .inner {
  padding-bottom: 6rem;
}
.text-page__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.text-page__shape img, .text-page__shape svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.17;
}
.text-page__shape_1 {
  width: 160rem;
  height: 160rem;
  top: -69rem;
  right: -72rem;
  left: unset;
}
@media (max-width: 768px) {
  .text-page__shape_1 {
    width: 130rem;
    height: 130rem;
    top: -58rem;
    right: -75rem;
  }
}
.text-page__shape_1 img {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.text-page .partners-page-inner {
  padding: 0;
  margin-bottom: 11rem;
}
@media (max-width: 768px) {
  .text-page .title.partners-page-title {
    font-size: 4.8rem;
    max-width: 30rem;
  }
}
.text-page .partners-order__form {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  backdrop-filter: blur(var(--blur));
  overflow: visible;
  min-height: 50rem;
}
@media (max-width: 768px) {
  .text-page .partners-order__form {
    margin-top: 1rem;
  }
}
.text-page .partners-order__form .hospitality-modal__form-block .select:has(.select__list_open) .select__value {
  border-radius: 1rem 1rem 0 0 !important;
}
.text-page .partners-order__form .hospitality-modal__form-block .select__value {
  border: 0.1rem solid #001C32;
}
@media (max-width: 768px) {
  .text-page .partners-order__form .hospitality-modal__form-block .select__value {
    height: 6rem;
    font-size: 2.2rem;
  }
}
.text-page .partners-order__form .hospitality-modal__form-block .select__value::-webkit-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.text-page .partners-order__form .hospitality-modal__form-block .select__value::-moz-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.text-page .partners-order__form .hospitality-modal__form-block .select__value:-ms-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.text-page .partners-order__form .hospitality-modal__form-block .select__value::-ms-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.text-page .partners-order__form .hospitality-modal__form-block .select__value::placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.text-page .partners-order__form .hospitality-modal__form-block .select::after {
  top: 2.6rem;
}
.text-page .partners-order__form .hospitality-modal__form-block .select__list {
  background: var(--bg);
  border: 0.1rem solid #001C32;
  border-top: none;
  max-height: 26rem;
}
.text-page .partners-order__form .hospitality-modal__form-block .select__option {
  padding: 1.7rem 2.4rem;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .text-page .partners-order__form .hospitality-modal__form-block .select__option {
    font-size: 1.8rem;
    padding: 1rem 2.4rem;
  }
}
.text-page .partners-order__form-cover {
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
}
@media (max-width: 768px) {
  .text-page .partners-order__form-cover {
    border-radius: 0 0 1rem 1rem;
  }
}
.text-page .partners-order__form-left {
  border: 0.1rem solid var(--border);
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 768px) {
  .text-page .partners-order__form-left {
    background: unset;
    border-radius: 1rem 1rem 0 0;
  }
}
.text-page .main-matches__slide {
  margin-right: 1.6rem;
  width: 41.9rem;
  min-height: 37rem;
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  border-radius: 1rem;
  padding: 1.6rem;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .text-page .main-matches__slide {
    width: 100%;
  }
}
.text-page .main-matches__slide:nth-last-of-type(1) {
  margin-right: 0;
}
.text-page .main-matches__slide-top {
  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;
}
.text-page .main-matches__slide-date {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  line-height: 1;
}
.text-page .main-matches__slide-date span {
  font-weight: 800;
}
.text-page .main-matches__slide-date span:nth-of-type(2) {
  padding-left: 0.6rem;
  border-left: 0.1rem solid var(--white);
}
.text-page .main-matches__slide-status {
  opacity: 0.5;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
}
.text-page .main-matches__slide-status_online {
  opacity: 1;
}
.text-page .main-matches__slide-status_online::before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: var(--main);
  border-radius: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2.4rem;
}
.text-page .main-matches__slide-league {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  min-height: 2.4rem;
  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;
  -webkit-column-gap: 0.9rem;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}
.text-page .main-matches__slide-league svg {
  width: auto;
  height: 2.4rem;
}
.text-page .main-matches__slide-stadium {
  font-size: 1.6rem;
  text-align: center;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .text-page .main-matches__slide-stadium {
    font-size: 1.5rem;
  }
}
.text-page .main-matches__slide-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}
.text-page .main-matches__slide-team {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.text-page .main-matches__slide-logo {
  border-radius: 10rem;
  width: 10rem;
  height: 10rem;
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.text-page .main-matches__slide-logo_owner {
  background: #003C69;
}
.text-page .main-matches__slide-logo svg, .text-page .main-matches__slide-logo img {
  width: 6.8rem;
  height: 6.8rem;
}
.text-page .main-matches__slide-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 0.8rem;
  text-align: center;
  width: 15rem;
  margin-left: -2.5rem;
  position: absolute;
  top: 10rem;
}
@media (max-width: 768px) {
  .text-page .main-matches__slide-name {
    font-size: 1.4rem;
    width: 12rem;
    margin-left: -1rem;
  }
}
.text-page .main-matches__slide-score {
  width: 14.6rem;
  text-align: center;
  font-size: 6.4rem;
  font-weight: 600;
  font-style: 0;
}
@media (max-width: 768px) {
  .text-page .main-matches__slide-score {
    font-size: 5.2rem;
  }
}
.text-page .main-matches__slide-score span {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
.text-page .main-matches__slide-btn {
  margin-top: auto;
  -webkit-column-gap: 0.9rem;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
  height: 5.5rem;
  background: var(--main);
  color: var(--white);
  font-size: 2rem;
}
.text-page .main-matches__slide-btn svg {
  width: 3.1rem;
  height: 3.1rem;
}
.text-page .main-matches__slide-btn svg path {
  fill: var(--white);
}
@media (min-width: 769px) {
  .text-page .main-matches__slide-btn:hover {
    background: var(--white);
    color: var(--main);
  }
  .text-page .main-matches__slide-btn:hover svg path {
    fill: var(--main);
  }
}
.text-page .main-matches__slide-broadcast {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  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;
  row-gap: 1.4rem;
  padding-bottom: 1.4rem;
}
.text-page .main-matches__slide-link {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.text-page .main-matches__slide-link svg, .text-page .main-matches__slide-link img {
  width: 3.1rem;
  height: 0.8rem;
}
.text-page .main-matches__slide-link svg path, .text-page .main-matches__slide-link img path {
  fill: var(--text);
}
.text-page .main-matches__slide-trace {
  height: 4.2rem;
  background: var(--gradient4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border-radius: 1rem;
  width: var(--trace-width);
}
.text-page .main-matches__slide-trace::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--white);
  bottom: -0.4rem;
  right: -0.3rem;
  border-radius: 2rem;
}
.text-page .main-matches__slide-trace::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.1rem;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.text-page .main-matches__slide-time {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gray);
  text-align: center;
}
.text-page__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media (max-width: 768px) {
  .text-page__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.8rem;
  }
}
.text-page__article {
  width: 100%;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  backdrop-filter: blur(var(--blur));
  padding: 5rem;
  padding-top: 2rem;
  background: var(--whiteOpacity);
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .text-page__article {
    padding: 3rem 2rem;
    padding-top: 1rem;
  }
}
.text-page__article .content-cms h2 {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--text);
  margin-top: 4rem;
  /* &:nth-of-type(1){
      margin-top: 0;
  } */
}
@media (max-width: 768px) {
  .text-page__article .content-cms h2 {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}
.text-page__article .content-cms h3 {
  font-size: 2.4rem;
  color: var(--text);
  font-weight: 500;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms h3 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.text-page__article .content-cms h4 {
  font-size: 2rem;
  color: var(--text);
  font-weight: 500;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms h4 {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.text-page__article .content-cms h5 {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--text);
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms h5 {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
}
.text-page__article .content-cms q {
  display: block;
  background: var(--whiteOpacity);
  border-radius: 0.5rem;
  padding: 1.6rem 2rem;
  quotes: none;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms q {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.text-page__article .content-cms q p {
  color: var(--text);
  opacity: 0.5;
  margin-top: 0;
}
.text-page__article .content-cms p {
  font-size: 1.6rem;
  color: var(--text);
  margin-top: 2rem;
  line-height: 1.5;
}
.text-page__article .content-cms p + p {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms p {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}
.text-page__article .content-cms a {
  font-size: 1.6rem;
  color: var(--main);
  line-height: 1.5;
}
@media (max-width: 768px) {
  .text-page__article .content-cms a {
    font-size: 1.4rem;
    width: 100% !important;
  }
}
.text-page__article .content-cms img {
  width: 100%;
  display: block;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms img {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.text-page__article .content-cms img:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .text-page__article .content-cms img:last-child {
    margin-bottom: 0;
  }
}
.text-page__article .content-cms figure {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms figure {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.text-page__article .content-cms figure figcaption {
  margin-top: 2rem;
  font-size: 1.6rem;
  color: var(--text);
  opacity: 0.5;
  text-align: center;
}
.text-page__article .content-cms figure img {
  margin: 0;
  width: 100%;
}
.text-page__article .content-cms ul, .text-page__article .content-cms ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms ul, .text-page__article .content-cms ol {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.text-page__article .content-cms ul li, .text-page__article .content-cms ol li {
  line-height: 1.5;
  color: var(--text);
  font-size: 1.6rem;
  padding-left: 3.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .text-page__article .content-cms ul li, .text-page__article .content-cms ol li {
    padding-left: 2.2rem;
  }
}
.text-page__article .content-cms ul li::before {
  content: "";
  position: absolute;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--main);
  border-radius: 5rem;
  top: 0.8rem;
  left: 0;
}
.text-page__article .content-cms ol {
  counter-reset: my-counter;
}
.text-page__article .content-cms ol li {
  list-style: none;
}
.text-page__article .content-cms ol li::before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  position: absolute;
  color: var(--main);
  top: 0;
  left: 0;
}
.text-page__article .content-cms div {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .text-page__article .content-cms div {
    margin-top: 2rem;
    margin-bottom: 2rem;
    overflow: scroll;
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.text-page__article .content-cms table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .text-page__article .content-cms table {
    min-width: 53rem;
  }
}
.text-page__article .content-cms table th {
  color: var(--main);
  font-size: 1.6rem;
  font-weight: 600;
  width: 33.3333%;
  padding-bottom: 1.5rem;
}
.text-page__article .content-cms table th:nth-of-type(1) {
  text-align: left;
}
.text-page__article .content-cms table th:nth-of-type(2) {
  width: 100%;
}
.text-page__article .content-cms table th:nth-of-type(3) {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .text-page__article .content-cms table th {
    width: 40%;
  }
  .text-page__article .content-cms table th:nth-of-type(1) {
    text-align: left;
  }
  .text-page__article .content-cms table th:nth-of-type(2) {
    width: 20%;
  }
  .text-page__article .content-cms table th:nth-of-type(3) {
    white-space: unset;
  }
}
.text-page__article .content-cms table td {
  color: var(--text);
  opacity: 0.5;
  font-size: 1.6rem;
  width: 33.3333%;
  padding: 1.5rem 0;
  text-align: center;
  border-top: 0.1rem solid var(--border);
}
.text-page__article .content-cms table td:nth-of-type(1) {
  text-align: left;
}
.text-page__article .content-cms table td:nth-of-type(2) {
  width: 100%;
}
.text-page__article .content-cms table td:nth-of-type(3) {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .text-page__article .content-cms table td {
    width: 40%;
  }
  .text-page__article .content-cms table td:nth-of-type(1) {
    text-align: left;
  }
  .text-page__article .content-cms table td:nth-of-type(2) {
    width: 20%;
  }
  .text-page__article .content-cms table td:nth-of-type(3) {
    white-space: unset;
  }
}
.text-page__bottom {
  margin-top: 4rem;
}
.text-page__buttons {
  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;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .text-page__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.6rem;
    padding-bottom: 2rem;
  }
}
.text-page__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .text-page__social {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
  }
}
.text-page__share {
  font-size: 1.6rem;
  color: var(--main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  min-width: 20rem;
}
@media (max-width: 768px) {
  .text-page__share:nth-of-type(1) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
.text-page__share svg, .text-page__share img {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
}
.text-page__share svg path, .text-page__share img path {
  fill: var(--main);
}
.text-page__tags {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .text-page__tags {
    padding-top: 2rem;
    gap: 0.8rem;
  }
}
@media (max-width: 768px) {
  .text-page__tags span {
    display: block;
    width: 100%;
  }
}
.text-page__tag {
  font-size: 1.4rem;
  border-radius: 1rem;
  background: var(--whiteOpacity);
  color: var(--text);
  padding: 0.8rem 2rem;
}
.text-page__aside {
  width: 31rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media (max-width: 768px) {
  .text-page__aside {
    width: 100%;
  }
}
.text-page__aside .main-matches__swiper-slide {
  width: 100%;
  margin-right: 0;
}
.text-page__aside .main-matches__slide {
  width: 100%;
  min-height: 35rem;
}
.text-page__aside .main-matches__slide-logo {
  width: 8rem;
  height: 8rem;
}
.text-page__aside .main-matches__slide-logo svg, .text-page__aside .main-matches__slide-logo img {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
}
.text-page__aside .main-matches__slide-name {
  top: 8.5rem;
  width: 8rem;
  margin-left: unset;
}
.text-page__aside .main-matches__slide-score {
  width: 100%;
}
.text-page__aside-window {
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  backdrop-filter: blur(var(--blur));
  padding: 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
  background: var(--whiteOpacity);
}
.text-page__aside-title {
  font-size: 2.4rem;
  color: var(--text);
  opacity: 0.5;
  padding: 0.6rem 0;
}
.text-page__aside-title_fly {
  position: absolute;
  top: -5.4rem;
}
@media (max-width: 768px) {
  .text-page__aside-title_fly {
    top: unset;
    position: relative;
  }
}
.text-page__aside-title_tac {
  text-align: center;
  font-weight: 400;
}
.text-page__aside-title_bright {
  opacity: 1;
  font-weight: 700;
}
.text-page__aside-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding: 0 1rem;
  background: transparent;
  backdrop-filter: unset;
  margin-top: 2rem;
  font-size: 2rem;
}
@media (min-width: 769px) {
  .text-page__aside-btn:hover {
    background: var(--white);
    color: var(--main);
  }
  .text-page__aside-btn:hover svg path {
    stroke: var(--main);
  }
}
.text-page__aside-btn svg {
  width: 1.4rem;
  height: 1.8rem;
}
.text-page__aside-colors {
  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;
}
.text-page__aside-color {
  width: 9.4rem;
  height: 9.4rem;
  border-radius: 20rem;
  border: 0.2rem solid var(--text);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.text-page__aside-color:nth-of-type(1) {
  background: var(--text);
}
.text-page__aside-color:nth-of-type(2) {
  background: var(--main);
  margin-left: -3rem;
}
.text-page__aside-color:nth-of-type(3) {
  background: var(--bg);
  margin-left: -3rem;
}
.text-page__aside-label {
  color: var(--text);
  font-size: 1.6rem;
  opacity: 0.5;
  margin-bottom: -1.5rem;
}
.text-page__aside-text {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 600;
}
.text-page__aside-logo {
  width: 22.2rem;
  height: 22.2rem;
  margin: 0 auto;
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.text-page__aside-logo img, .text-page__aside-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.text-page__aside-link {
  font-size: 2rem;
  color: var(--main);
  font-weight: 700;
  display: block;
}
.text-page__aside-ul {
  margin-top: 1rem;
}
.text-page__aside-li {
  font-size: 1.6rem;
  color: var(--text);
  line-height: 1.2;
  list-style: disc;
  padding-left: 0rem;
  margin-left: 1.6rem;
}
.text-page__administration .team__card {
  width: 24.5rem;
}
@media (max-width: 768px) {
  .text-page__administration .team__card {
    margin-right: 1.6rem;
    width: 100%;
  }
  .text-page__administration .team__card:nth-last-of-type(1) {
    margin-right: 0;
  }
}
.text-page__administration .swiper-wrapper {
  /* @include NOTmobile{
      flex-wrap: wrap;
      transform: unset !important;
      gap: rem(16);
  } */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  gap: 1.6rem;
}
.text-page__documents {
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
  background: var(--whiteOpacity);
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
  backdrop-filter: blur(var(--blur));
}
@media (max-width: 768px) {
  .text-page__documents {
    width: 100%;
  }
}
.text-page__documents-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--text);
  opacity: 0.5;
  text-align: center;
  font-family: var(--ttfors);
}
.text-page__documents-btn {
  padding: 0 1rem;
  font-family: var(--ttfors);
  font-size: 1.4rem;
  font-weight: 800;
  border-radius: 1rem;
}
@media (min-width: 769px) {
  .text-page__documents-btn:hover svg path {
    stroke: var(--main);
  }
}
.text-page__swiper {
  margin-top: 1rem;
  margin-bottom: 7rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .text-page__swiper {
    margin-top: 0;
    margin-bottom: 6rem;
  }
}
.text-page__swiper * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.text-page__swiper-slide {
  height: 56rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .text-page__swiper-slide {
    height: 33rem;
  }
}
.text-page__swiper-slide img, .text-page__swiper-slide svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-page__swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  z-index: 10;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
@media (max-width: 768px) {
  .text-page__swiper-controls {
    bottom: 2rem;
    right: 2rem;
  }
}
.text-page__swiper-prev, .text-page__swiper-next {
  width: 5.4rem;
  height: 5.4rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border-radius: 1rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  backdrop-filter: blur(var(--blur));
  border-radius: 1rem;
}
.text-page__swiper-prev svg, .text-page__swiper-next svg {
  width: 1.4rem;
  height: 1.8rem;
}
.text-page__swiper-prev svg path, .text-page__swiper-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.text-page__swiper-prev.swiper-button-disabled, .text-page__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 769px) {
  .text-page__swiper-prev:hover, .text-page__swiper-next:hover {
    background: var(--white);
    color: var(--main);
  }
  .text-page__swiper-prev:hover svg path, .text-page__swiper-next:hover svg path {
    stroke: var(--main);
  }
}
.text-page__swiper-count {
  font-size: 3.2rem;
  color: var(--text);
  font-weight: 500;
  font-family: var(--hcsd);
  position: absolute;
  bottom: calc(100% + 1rem);
  right: 0;
}
.text-page__swiper-count span {
  opacity: 0.5;
}

.text-page-administration .inner {
  padding-top: 3rem;
  padding-bottom: 9rem;
}
@media (max-width: 768px) {
  .text-page-administration .inner {
    padding-top: 0rem;
    padding-bottom: 6rem;
  }
}

.team-first {
  height: 100svh;
  max-height: 70rem;
  border-bottom: 0.8rem solid var(--main);
  z-index: 5;
  position: relative;
}
@media (max-width: 768px) {
  .team-first {
    max-height: 40rem;
  }
}
@media (max-width: 768px) {
  .team-first .title {
    font-size: 4rem;
  }
}
.team-first__inner {
  height: 100%;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.team-first__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.team-first__cover img, .team-first__cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.team-first__cover::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66.27%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.27%, rgba(0, 0, 0, 0.7) 100%);
}

@media (max-width: 768px) {
  .team .inner {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}
.team .main-season__players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .team .main-season__players {
    margin-bottom: 2rem;
    row-gap: 0.6rem;
  }
}
.team .main-season__players-card {
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
.team .main-season__players-card:nth-of-type(1) .main-season__players-card-info {
  border: none;
}
.team .main-season__players-card-img {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 20rem;
  background: var(--text);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .team .main-season__players-card-img {
    margin-top: 1.8rem;
  }
}
.team .main-season__players-card-img img, .team .main-season__players-card-img svg {
  width: 150%;
  height: 100%;
  display: block;
  -o-object-position: top;
  object-position: top;
}
.team .main-season__players-card-info {
  position: relative;
  width: 100%;
  padding: 0.8rem 0 0 0;
  border-top: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .team .main-season__players-card-info {
    padding-top: 1.8rem;
  }
}
.team .main-season__players-card-info::before {
  content: "";
  position: absolute;
  width: 7rem;
  height: 7rem;
  background: url(https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/icons/ball.svg);
  background-size: cover;
  right: -5.8rem;
  top: calc(50% + 0.8rem);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.team .main-season__players-card-number {
  opacity: 0.5;
  font-size: 1.8rem;
  font-weight: 600;
}
.team .main-season__players-card-firstname {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .team .main-season__players-card-firstname {
    font-size: 1.6rem;
  }
}
.team .main-season__players-card-secondname {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .team .main-season__players-card-secondname {
    font-size: 1.6rem;
  }
}
.team .main-season__players-card-score {
  font-size: 5rem;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: calc(50% + 0.8rem);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .team .main-season__players-card-score {
    font-size: 4.4rem;
  }
}
.team__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media (max-width: 768px) {
  .team__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.4rem;
  }
}
.team__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 6.4rem;
}
.team__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  width: 100%;
}
@media (max-width: 768px) {
  .team__links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    margin-bottom: 3rem;
  }
}
.team__link {
  opacity: 0.3;
  color: var(--text);
  font-size: 3.2rem;
  text-transform: lowercase;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .team__link {
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .team__link:hover {
    opacity: 1;
  }
}
.team__link.active {
  font-weight: 700;
  opacity: 1;
}
.team__frame-title {
  font-size: 10rem;
  font-weight: 800;
  color: var(--main);
  margin-bottom: -3.5rem;
  font-family: var(--hcsd);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .team__frame-title {
    font-size: 6rem;
    margin-bottom: -1.4rem;
  }
}
.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.team__card {
  width: 23.2rem;
  height: 34rem;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(var(--blur));
  background: var(--whiteOpacity);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* &::after{
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: var(--whiteOpacity);
      transition-duration: 0.3s;
      opacity: 0;
      pointer-events: none;
      z-index: -1;
  } */
}
@media (max-width: 768px) {
  .team__card {
    width: 100%;
    height: 44rem;
  }
}
.team__card::before {
  content: "";
  position: absolute;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--border);
  pointer-events: none;
  z-index: 10;
}
.team__card::after {
  content: "";
  background-image: url(https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/dragon-shape.svg);
  background-size: cover;
  background-position: center;
  width: 50rem;
  height: 50.5rem;
  position: absolute;
  right: 1rem;
  top: -14rem;
  z-index: -2;
  opacity: 0.3;
}
@media (min-width: 769px) {
  .team__card:hover {
    background: var(--whiteOpacity);
  }
  .team__card:hover::after {
    content: "";
  }
  .team__card:hover .team__card-number {
    opacity: 1;
  }
  .team__card:hover .team__card-image {
    -webkit-transform: translateY(0) scale(1.02);
    -ms-transform: translateY(0) scale(1.02);
    transform: translateY(0) scale(1.02);
  }
}
.team__card-number {
  font-size: 21rem;
  color: var(--text);
  color: #01826E;
  opacity: 0.7;
  font-weight: 800;
  top: -3.4rem;
  right: -0.7rem;
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: var(--hcsd);
  z-index: -1;
}
@media (max-width: 768px) {
  .team__card-number {
    opacity: 1;
    font-size: 30rem;
    top: -5rem;
  }
}
.team__card-image {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  will-change: transform;
  z-index: -1;
}
@media (max-width: 768px) {
  .team__card-image {
    bottom: -6rem;
  }
}
.team__card-image img, .team__card-image svg {
  width: 100%;
  height: 100%;
  display: block;
  max-width: unset;
  -o-object-position: top;
  object-position: top;
}
.team__card-info {
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 100%;
  padding: 1.5rem 1.5rem;
  padding-top: 12rem;
  z-index: 99;
  border-radius: 1rem;
}
.team__card-info::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.14%, rgba(0, 0, 0, 0)), color-stop(64.07%, rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.14%, rgba(0, 0, 0, 0.5) 64.07%);
  /* background: #0000007c;
  backdrop-filter: grayscale(20%) saturate(90%) blur(11px);
  border-radius: rem(10);
  z-index: -1;
  mask-image: url(https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/blur-mask.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover; */
}
.team__card-name {
  color: var(--text);
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: var(--hcsd);
  text-transform: uppercase;
  z-index: 0;
  position: relative;
}
@media (max-width: 768px) {
  .team__card-name {
    font-size: 3.7rem;
  }
}
.team__card-secondname {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: var(--text);
  font-family: var(--hcsd);
  text-transform: uppercase;
  z-index: 0;
  position: relative;
}
@media (max-width: 768px) {
  .team__card-secondname {
    font-size: 3.7rem;
  }
}
.team__card-bottom {
  margin-top: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2rem;
}
.team__card-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 1.6rem;
  color: var(--text);
}
.team__card-position span {
  color: #FF4100;
}
.team__card-country {
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  border-radius: 10rem;
  border: 0.1rem solid var(--gray);
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.team__card-country img, .team__card-country svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .team__sticky {
    width: 100%;
  }
}
.team__aside {
  width: 31rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.8rem;
  position: sticky;
  top: 10rem;
}
@media (max-width: 768px) {
  .team__aside {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.team__aside-title {
  font-size: 2.4rem;
  color: var(--text);
  opacity: 0.5;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.team__aside-stats {
  padding: 1rem 2rem;
  padding-bottom: 2rem;
  position: relative;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  overflow: hidden;
}
@media (max-width: 768px) {
  .team__aside-stats {
    padding-top: 1.6rem;
    padding-bottom: 0.6rem;
  }
}
.team__aside-stats .main-season__players-card {
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}
.team__aside-stats .main-season__players-card-info {
  padding-top: 1rem;
}
.team__aside-stats .main-season__players-card-img {
  width: 5rem;
  height: 5rem;
  background: #003C69;
  margin-top: 0.8rem;
}
.team__aside-stats .main-season__players-card-number {
  font-size: 1.5rem;
}
.team__aside-stats .main-season__players-card-firstname {
  font-size: 1.6rem;
}
.team__aside-stats .main-season__players-card-secondname {
  font-size: 1.6rem;
}
.team__aside-stats .main-season__players-card-score {
  font-size: 3.6rem;
}
.team__aside-stats .main-season__players-card-info::before {
  width: 4.4rem;
  height: 4.4rem;
  right: -3.7rem;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8705882353);
  z-index: 299;
  backdrop-filter: blur(var(--blurEasy));
  overflow-y: auto;
  padding: 1.5rem 0;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .modal {
    overflow-y: auto;
    padding: 1.5rem 0;
  }
}
.modal:has(.modal__inner) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.modal__close svg, .modal__close img {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 768px) {
  .modal__close {
    right: 1.6rem;
    top: 1.6rem;
  }
}
.modal__gallery {
  height: 50rem;
  position: relative;
  overflow: visible;
  max-width: 85rem;
  margin: auto 0;
}
@media (max-width: 768px) {
  .modal__gallery {
    max-width: 36.2rem;
    height: 21rem;
    height: 70svh;
  }
}
.modal__gallery-slide {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  width: auto;
  max-width: 85rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-filter: brightness(0.2);
  filter: brightness(0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .modal__gallery-slide {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.modal__gallery-slide.swiper-slide-active {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.modal__gallery-slide img, .modal__gallery-slide svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .modal__gallery-slide img, .modal__gallery-slide svg {
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    width: 100%;
  }
}
.modal__gallery-prev, .modal__gallery-next {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1rem;
  border-radius: 0;
  border: 0.1rem solid var(--border);
  backdrop-filter: blur(var(--blur));
  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;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  left: 3rem;
  top: calc(50% - 2.7rem);
  z-index: 9;
}
@media (max-width: 768px) {
  .modal__gallery-prev, .modal__gallery-next {
    left: 1.6rem;
    bottom: 3rem;
    top: unset;
  }
}
.modal__gallery-prev.swiper-button-disabled, .modal__gallery-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 769px) {
  .modal__gallery-prev:hover, .modal__gallery-next:hover {
    background: var(--white);
  }
  .modal__gallery-prev:hover svg path, .modal__gallery-next:hover svg path {
    stroke: var(--main);
  }
}
.modal__gallery-prev img, .modal__gallery-prev svg, .modal__gallery-next img, .modal__gallery-next svg {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal__gallery-prev img path, .modal__gallery-prev svg path, .modal__gallery-next img path, .modal__gallery-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.modal__gallery-next {
  left: unset;
  right: 3rem;
}
@media (max-width: 768px) {
  .modal__gallery-next {
    right: 1.6rem;
  }
}
.modal__video {
  width: 85.4rem;
  height: 47.9rem;
  background: #000;
  margin: auto 0;
}
@media (max-width: 768px) {
  .modal__video {
    width: 35.8rem;
    height: 33.1rem;
  }
}
.modal__video .media__swiper-slide {
  width: 100%;
}
.modal__video video, .modal__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.modal__video a.video-show video,
.modal__video a.video-show iframe {
  opacity: 1;
  pointer-events: all;
}
.modal__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10dvh 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.modal__inner {
  width: 100%;
  max-width: 40.4rem;
  padding: 2.5rem 2rem;
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  border-radius: 1rem;
  position: relative;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  margin: auto 0;
}
@media (max-width: 768px) {
  .modal__inner {
    max-width: calc(100% - 3.2rem);
  }
}
.modal__inner .modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10;
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .modal__inner .modal__close:hover {
    opacity: 1;
  }
}
.modal__inner .modal__close svg {
  width: 1.6rem;
  height: 1.6rem;
}
.modal__inner_reg .modal__title {
  margin-bottom: -0.5rem;
}
.modal__inner_reg .modal__submit {
  background: #4AC07A;
  border: 0.1rem solid #4AC07A;
}
@media (min-width: 769px) {
  .modal__inner_reg .modal__submit:hover {
    background: #389a5f;
    border: 0.1rem solid #389a5f;
  }
}
.modal__logo {
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.modal__logo img, .modal__logo svg {
  width: 14.2rem;
  height: 3.7rem;
  display: block;
}
.modal__logo span {
  margin-left: 1.2rem;
  padding-left: 1.2rem;
  border-left: 0.1rem solid var(--border);
  line-height: 3.7rem;
}
.modal__title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1;
  margin-bottom: 1.2rem;
}
.modal__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.8rem;
}
.modal__block .select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal__block .select::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.modal__block .select__value {
  background: var(--white);
  font-size: 1.4rem;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.5rem 2rem;
}
.modal__block .select__list {
  background: var(--white);
}
.modal__block .select__option {
  font-size: 1.4rem;
  color: #000;
  padding: 1.2rem 2rem;
}
@media (min-width: 769px) {
  .modal__block .select__option:hover {
    background: #eee;
  }
}
.modal__block-label {
  font-size: 1.2rem;
  color: var(--text);
  line-height: 1;
  opacity: 0.5;
}
.modal__block-input {
  color: #000;
  text-align: left !important;
}
.modal__link {
  color: var(--text);
  opacity: 0.5;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .modal__link:hover {
    opacity: 1;
  }
}
.modal__submit {
  background: transparent;
  border: 0.1rem solid var(--text);
  color: var(--white);
  text-transform: none;
  font-weight: 400;
  height: 4.6rem;
}
@media (min-width: 769px) {
  .modal__submit:hover {
    opacity: 0.7;
  }
}
.modal__note {
  font-size: 1.2rem;
  color: var(--text);
  text-align: left;
  line-height: 1.3;
}
.modal__note_tac {
  text-align: center;
}
.modal__note span {
  opacity: 0.5;
}
.modal__note a {
  color: var(--text);
  text-decoration: underline;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.5;
}
@media (min-width: 769px) {
  .modal__note a:hover {
    opacity: 1;
  }
}

.hospitality-modal__dragon {
  pointer-events: none;
  position: absolute;
  top: -46rem;
  left: 40rem;
  width: 140rem;
  height: 140rem;
  z-index: 0 !important;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: 0.17;
}
@media (max-width: 768px) {
  .hospitality-modal__dragon {
    width: 60.6rem;
    height: 60.6rem;
    left: 3rem;
    top: -18rem;
  }
}
.hospitality-modal__dragon img, .hospitality-modal__dragon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-modal__shape {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -82.5rem;
  width: 165rem;
  height: 165rem;
  z-index: -1 !important;
  background: radial-gradient(50% 50% at 50% 50%, #F0E1CD 0%, rgba(240, 225, 205, 0) 100%);
}
@media (max-width: 768px) {
  .hospitality-modal__shape {
    left: -100rem;
  }
}
.hospitality-modal * {
  z-index: 1;
}
.hospitality-modal__inner {
  width: 100%;
  max-width: 117rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--bgVip);
  padding: 5rem 5rem;
  position: relative;
  overflow: hidden;
  margin: auto 0;
}
@media (max-width: 768px) {
  .hospitality-modal__inner {
    max-width: 35rem;
    padding: 2.5rem 2rem;
  }
}
.hospitality-modal__inner_success {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38rem;
}
@media (max-width: 768px) {
  .hospitality-modal__inner_success {
    height: 35rem;
    padding: 2rem;
  }
}
.hospitality-modal__inner_success .hospitality-modal__title {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .hospitality-modal__inner_success .hospitality-modal__title {
    font-size: 4.7rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .hospitality-modal__inner_success .hospitality-modal__dragon {
    width: 100rem;
    height: 100rem;
    left: -6rem;
    top: -22rem;
  }
}
@media (max-width: 768px) {
  .hospitality-modal__title {
    text-align: center;
    font-size: 4.7rem !important;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
  }
}
.hospitality-modal__text {
  font-size: 1.6rem;
  color: var(--text);
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .hospitality-modal__text {
    max-width: 29rem;
  }
}
.hospitality-modal__btn-close {
  background: var(--gold);
  color: var(--white);
  text-transform: none;
  font-weight: 400;
  height: 5rem;
  min-width: 12rem;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: var(--hcsd);
  margin-top: 2.5rem;
}
@media (min-width: 769px) {
  .hospitality-modal__btn-close:hover {
    background: var(--white);
    color: var(--gold);
  }
}
.hospitality-modal__close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: #003C69;
  border: 0.1rem solid rgba(255, 255, 255, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99;
}
@media (max-width: 768px) {
  .hospitality-modal__close {
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
.hospitality-modal__close svg, .hospitality-modal__close img {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}
@media (min-width: 769px) {
  .hospitality-modal__close:hover {
    background: var(--bgVip);
  }
}
.hospitality-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hospitality-modal__form-img {
  width: 26rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .hospitality-modal__form-img {
    position: relative;
    height: 18rem;
    width: 100%;
    border-radius: 0 0 1rem 1rem;
  }
}
.hospitality-modal__form-img img, .hospitality-modal__form-img svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-modal__form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.8rem;
  row-gap: 1.5rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border-radius: 1rem 0 0 1rem;
  width: 81rem;
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .hospitality-modal__form-wrap {
    padding: 1.6rem 1.5rem;
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    row-gap: 1rem;
  }
}
.hospitality-modal__form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hospitality-modal__form-block input {
  border-radius: 1rem !important;
  background: var(--bg);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  color: #DCE9F2;
  padding: 1.7rem 2.4rem;
  font-size: 2.4rem;
  line-height: 1;
  width: 100%;
  height: 5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-family: var(--ttfors);
  height: 6rem;
}
@media (max-width: 768px) {
  .hospitality-modal__form-block input {
    height: 5rem;
    font-size: 1.8rem;
    padding: 0 2.4rem;
  }
}
.hospitality-modal__form-block input::-webkit-input-placeholder {
  color: #DCE9F2;
  opacity: 1;
}
.hospitality-modal__form-block input::-moz-placeholder {
  color: #DCE9F2;
  opacity: 1;
}
.hospitality-modal__form-block input:-ms-input-placeholder {
  color: #DCE9F2;
  opacity: 1;
}
.hospitality-modal__form-block input::-ms-input-placeholder {
  color: #DCE9F2;
  opacity: 1;
}
.hospitality-modal__form-block input::placeholder {
  color: #DCE9F2;
  opacity: 1;
}
.hospitality-modal__form-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 1rem;
}
.hospitality-modal__form-label {
  font-size: 1.55rem;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: auto;
}
.hospitality-modal__form-label a {
  color: var(--gold);
  text-decoration: underline;
}
.hospitality-modal__form-label input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
  width: 2.5rem;
  height: 2.5rem;
}
.hospitality-modal__form-label::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: var(--bgVip);
  border-radius: 0.5rem;
  margin-right: 1rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.1rem solid rgba(255, 255, 255, 0.2196078431);
}
.hospitality-modal__form-label:has(input:checked)::before {
  content: "✓";
  color: var(--gold);
}
.hospitality-modal__submit {
  background: var(--gold);
  color: var(--white);
  text-transform: none;
  font-weight: 400;
  height: 6.1rem;
  width: 20.4rem;
  font-size: 2.4rem;
  position: absolute;
  bottom: 2rem;
  right: 2.8rem;
  text-transform: uppercase;
  font-family: var(--hcsd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  z-index: 99;
}
@media (max-width: 768px) {
  .hospitality-modal__submit {
    width: 27.8rem;
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.hospitality-modal__submit svg {
  width: 1.7rem;
  height: 0.8rem;
  display: block;
}
@media (max-width: 768px) {
  .hospitality-modal__submit svg {
    margin-top: -0.3rem;
  }
}
@media (min-width: 769px) {
  .hospitality-modal__submit:hover {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    background: var(--bgVip);
  }
}

.partners-modal * {
  z-index: 1;
}
.partners-modal__dragon {
  pointer-events: none;
  position: absolute;
  top: -46rem;
  left: 40rem;
  width: 140rem;
  height: 140rem;
  z-index: 0 !important;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: 0.17;
}
@media (max-width: 768px) {
  .partners-modal__dragon {
    width: 73rem;
    height: 73rem;
    left: 4rem;
    top: -18rem;
    opacity: 0.3;
  }
}
.partners-modal__dragon img, .partners-modal__dragon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-modal__shape {
  pointer-events: none;
  position: absolute;
  top: -17rem;
  left: -86rem;
  width: 165rem;
  height: 165rem;
  z-index: -1 !important;
  background: radial-gradient(50% 50% at 50% 50%, #FF4100 0%, rgba(255, 65, 0, 0) 100%);
}
@media (max-width: 768px) {
  .partners-modal__shape {
    left: -100rem;
    opacity: 0.6;
  }
}
.partners-modal__inner {
  width: 100%;
  max-width: 117rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--bgVip);
  padding: 5rem 5rem;
  position: relative;
  overflow: hidden;
  margin: auto 0;
}
@media (max-width: 768px) {
  .partners-modal__inner {
    max-width: 35rem;
    padding: 2.5rem 2rem;
  }
}
.partners-modal__inner_success {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38rem;
}
@media (max-width: 768px) {
  .partners-modal__inner_success {
    height: 35rem;
    padding: 2rem;
  }
}
.partners-modal__inner_success .hospitality-modal__title {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .partners-modal__inner_success .hospitality-modal__title {
    font-size: 4.7rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .partners-modal__inner_success .hospitality-modal__dragon {
    width: 100rem;
    height: 100rem;
    left: -6rem;
    top: -22rem;
  }
}
.partners-modal__title {
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 768px) {
  .partners-modal__title {
    font-size: 4.2rem !important;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
  }
}
.partners-modal__text {
  font-size: 1.6rem;
  color: var(--text);
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .partners-modal__text {
    max-width: 29rem;
  }
}
.partners-modal__btn-close {
  background: var(--main);
  color: var(--white);
  text-transform: none;
  font-weight: 400;
  height: 5rem;
  min-width: 12rem;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: var(--hcsd);
  margin-top: 2.5rem;
}
@media (min-width: 769px) {
  .partners-modal__btn-close:hover {
    background: var(--white);
    color: var(--main);
  }
}

.event-page-modal {
  /* .hospitality-modal__form-wrap{
      @include mobile{
          border: none;
      }
  } */
}
.event-page-modal .hospitality-modal__close svg path {
  stroke: var(--main);
}
.event-page-modal .hospitality-modal__form-label span a {
  color: var(--main);
}
@media (max-width: 768px) {
  .event-page-modal .hospitality-modal__title {
    text-align: left;
  }
}
.event-page-modal .hospitality-modal__submit {
  background: var(--main);
}
.event-page-modal .hospitality-modal__form-label:has(input:checked)::before {
  color: var(--main);
}
.event-page-modal .hospitality-modal__shape,
.event-page-modal .partners-modal__shape {
  background: radial-gradient(50% 50% at 50% 50%, #0369AB 0%, rgba(3, 105, 171, 0) 100%);
}
.event-page-modal .hospitality-modal__form-block:has(> .select) {
  z-index: 99;
}
.event-page-modal .hospitality-modal__form-block:has(.select__list_open) {
  z-index: 199;
}
.event-page-modal .select::after {
  top: 2.65rem;
}
@media (max-width: 768px) {
  .event-page-modal .select::after {
    top: 2.1rem;
    right: 1.4rem;
  }
}
.event-page-modal .select__list {
  background: var(--bg);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-top: none;
}
.event-page-modal .select__option {
  padding: 1.7rem 2.4rem;
  font-size: 2.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .event-page-modal .select__option {
    font-size: 1.8rem;
    padding: 1rem 2.4rem;
  }
}
@media (max-width: 768px) {
  .event-page-modal .select__value {
    padding-right: 4rem;
  }
}
.event-page-modal .select:has(.select__list_open) .select__value {
  border-radius: 1rem 1rem 0 0 !important;
  border-bottom-color: transparent;
}
.event-page-modal:has(.event-page-modal__confirm:not(.block-off)) .hospitality-modal__title {
  display: none;
}
.event-page-modal__confirm {
  width: 100%;
  padding: 4rem 0;
}
.event-page-modal__confirm-title {
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .event-page-modal__confirm-title {
    font-size: 4.2rem;
  }
}
.event-page-modal__confirm-text {
  text-align: center;
  color: var(--text);
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .event-page-modal__confirm-text {
    font-size: 1.6rem;
  }
}
.event-page-modal__confirm-buttons {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .event-page-modal__confirm-buttons {
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event-page-modal__confirm-buttons button {
    width: 100%;
  }
}
.event-page-modal__submit {
  position: relative;
  bottom: unset;
  right: unset;
  width: 22rem;
  padding: 0 1rem;
  height: 5rem;
}
@media (max-width: 768px) {
  .event-page-modal__submit svg {
    margin-top: -0.3rem;
  }
}

.trip-modal__inner {
  width: 100%;
  max-width: 125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #00182B;
  padding: 5rem 5rem;
  position: relative;
  overflow: hidden;
  margin: auto 0;
}
@media (max-width: 768px) {
  .trip-modal__inner {
    max-width: 35rem;
    padding: 2.5rem 1.4rem;
  }
}
.trip-modal__inner * {
  position: relative;
  z-index: 1;
}
.trip-modal__inner_success {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38rem;
}
@media (max-width: 768px) {
  .trip-modal__inner_success {
    height: 35rem;
    padding: 2rem;
  }
}
.trip-modal__inner .partners-modal__dragon {
  z-index: 0;
  position: absolute;
  top: -39rem;
  left: 69rem;
  width: 120rem;
  height: 120rem;
}
.trip-modal .trip-modal__title.title {
  color: var(--white);
  font-size: 6.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .trip-modal .trip-modal__title.title {
    font-size: 4.9rem;
    margin-bottom: 1.5rem;
  }
}
.trip-modal .trip-modal__title.title span {
  color: var(--yellow);
}
.trip-modal__text {
  font-size: 2.4rem;
  text-align: center;
  color: var(--white);
  font-weight: 400;
}
@media (max-width: 768px) {
  .trip-modal__text {
    font-size: 1.6rem;
  }
}
.trip-modal__text + .trip-modal__text {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .trip-modal__text + .trip-modal__text {
    margin-top: 0.8rem;
  }
}
.trip-modal .trip-modal__title_big.title {
  font-size: 7.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .trip-modal .trip-modal__title_big.title {
    font-size: 4.6rem;
    margin-top: 2rem;
  }
}
.trip-modal__close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  background: #003C69;
  border: 0.1rem solid rgba(255, 255, 255, 0.1019607843);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  backdrop-filter: blur(var(--blur));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99;
}
@media (max-width: 768px) {
  .trip-modal__close {
    top: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }
}
.trip-modal__close svg, .trip-modal__close img {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
}
@media (min-width: 769px) {
  .trip-modal__close:hover {
    background: var(--bgVip);
  }
}
.trip-modal__box {
  padding: 2rem;
  border-radius: 1rem;
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
}
@media (max-width: 768px) {
  .trip-modal__box {
    padding: 1.8rem 1.2rem;
  }
}
.trip-modal__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .trip-modal__form-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
    margin-bottom: 3rem;
  }
}
.trip-modal__form-input {
  background: var(--white);
  color: var(--bg);
  font-size: 2.4rem;
  padding: 0rem 2.4rem;
  border-radius: 1rem;
  border: none;
  height: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .trip-modal__form-input {
    font-size: 1.6rem;
    height: 4.8rem;
    padding: 0 1.6rem;
  }
}
.trip-modal__form-label {
  display: block;
  font-size: 2.2rem;
  color: var(--white);
  font-weight: 400;
  min-height: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .trip-modal__form-label {
    font-size: 1.3rem;
    min-height: 2.4rem;
  }
}
.trip-modal__form-label + .trip-modal__form-label {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .trip-modal__form-label + .trip-modal__form-label {
    margin-top: 1.5rem;
  }
}
.trip-modal__form-label a {
  color: var(--yellow);
  text-decoration: underline;
}
.trip-modal__form-label::before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  background: var(--white);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  color: var(--bg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trip-modal__form-label::before {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.8rem;
  }
}
.trip-modal__form-label input {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .trip-modal__form-label input {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.trip-modal__form-label:has(input:checked)::before {
  content: "✓";
  background: var(--yellow);
}
.trip-modal__form-tickets {
  display: none;
}
.trip-modal__error {
  font-size: 1.6rem;
  line-height: 1;
  color: var(--yellow);
  font-weight: 400;
  text-align: center;
  margin-top: 2rem;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  pointer-events: none;
  min-height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .trip-modal__error {
    font-size: 1.3rem;
  }
}
.trip-modal__error.show {
  opacity: 1;
  pointer-events: all;
}
.trip-modal__submit {
  margin: 0 auto;
  margin-top: 1.5rem;
  min-width: 25rem !important;
}
@media (max-width: 768px) {
  .trip-modal__submit {
    width: 100%;
  }
}
.trip-modal__btn {
  min-width: 25rem !important;
}
@media (max-width: 768px) {
  .trip-modal__btn {
    width: 100%;
  }
}
.trip-modal__form-match {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match {
    margin: 3rem 0;
  }
}
.trip-modal__form-match .title.trip-modal__title {
  font-size: 4.2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match .title.trip-modal__title {
    font-size: 2.4rem;
  }
}
.trip-modal__form-match-category {
  font-size: 2.4rem;
  color: var(--yellow);
  font-weight: 400;
  margin-bottom: 1.5rem;
  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;
  white-space: nowrap;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-category {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.trip-modal__form-match-category::after {
  content: "";
  height: 0.1rem;
  background: var(--border);
  width: 100%;
}
.trip-modal__form-match-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row {
    padding: 0.5rem 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5rem 0.6rem;
  }
}
.trip-modal__form-match-row + .trip-modal__form-match-category {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row + .trip-modal__form-match-category {
    margin-top: 1.5rem;
  }
}
.trip-modal__form-match-row + .trip-modal__form-match-row {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row + .trip-modal__form-match-row {
    margin-top: 0.5rem;
  }
}
.trip-modal__form-match-row input {
  height: 6rem;
  background: var(--white);
  color: var(--bg);
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 1rem;
  border: none;
  padding: 0rem 2.4rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row input {
    font-size: 1.4rem;
    height: 3.4rem;
    padding: 0 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.5rem;
  }
}
.trip-modal__form-match-row input::-webkit-input-placeholder {
  color: #A2AAB1;
}
.trip-modal__form-match-row input::-moz-placeholder {
  color: #A2AAB1;
}
.trip-modal__form-match-row input:-ms-input-placeholder {
  color: #A2AAB1;
}
.trip-modal__form-match-row input::-ms-input-placeholder {
  color: #A2AAB1;
}
.trip-modal__form-match-row input::placeholder {
  color: #A2AAB1;
}
.trip-modal__form-match-row input:nth-of-type(3) {
  width: 44rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row input:nth-of-type(3) {
    width: 21rem;
    width: calc(100% - 3.8rem);
  }
}
.trip-modal__form-match-row input:nth-of-type(4) {
  width: 11rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row input:nth-of-type(4) {
    width: 8rem;
    width: calc(50% - 0.3rem);
  }
}
.trip-modal__form-match-row input:nth-of-type(5) {
  width: 14rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row input:nth-of-type(5) {
    width: 8rem;
    width: calc(50% - 0.3rem);
  }
}
.trip-modal__form-match-row input:nth-of-type(6) {
  width: 17rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row input:nth-of-type(6) {
    width: 13.5rem;
    width: calc(50% - 0.3rem);
  }
}
.trip-modal__form-match-row input:nth-of-type(7) {
  width: 20rem;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row input:nth-of-type(7) {
    width: 14rem;
    width: calc(50% - 0.3rem);
  }
}
.trip-modal__form-match-row-number {
  font-size: 2rem;
  color: var(--white);
  font-weight: 400;
  width: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trip-modal__form-match-row-number {
    font-size: 1.4rem;
    padding-top: 0.2rem;
    width: 2rem;
    /*        position: absolute;
           top: 0;
           left: 0; */
    background: var(--yellow);
    color: var(--bg);
    border-radius: 0.5rem;
    width: 3.2rem;
    height: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.trip-modal__buttons {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3rem;
}
@media (max-width: 768px) {
  .trip-modal__buttons {
    margin-top: 4rem;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}

.page-head {
  height: 50rem;
  position: relative;
  z-index: 1;
  margin-bottom: -29rem;
}
.page-head_short {
  height: 35rem;
  margin-bottom: 0;
}
@media (min-width: 1921px) {
  .page-head {
    background: #050a10;
  }
}
.page-head .title {
  font-size: 6.4rem;
  text-transform: unset;
  font-family: var(--ttfors);
  font-weight: 700;
}
@media (max-width: 768px) {
  .page-head .title {
    font-size: 3.2rem;
    margin-bottom: 2.5rem;
  }
}
.page-head__inner {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 29rem;
}
.page-head__inner:has(.title) {
  padding-bottom: 0rem;
}
.page-head__cover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.page-head__cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0.4;
}
.page-head__cover img, .page-head__cover svg {
  width: 100%;
  height: 100%;
  display: block;
}

.contacts {
  position: relative;
  z-index: 5;
}
.contacts__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .contacts__cover {
    max-height: 37rem;
  }
}
.contacts__cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.contacts__cover img, .contacts__cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.contacts .inner {
  padding-top: 14rem;
}
@media (max-width: 768px) {
  .contacts .inner {
    padding-top: 13rem;
  }
}
.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .contacts__box {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    row-gap: 1.6rem;
  }
}
.contacts__col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
}
@media (max-width: 768px) {
  .contacts__col {
    width: 100%;
  }
}
.contacts__map {
  width: 50%;
  border-radius: 1rem;
  height: 41.5rem;
  background: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .contacts__map {
    width: 100%;
    height: 23.3rem;
  }
}
.contacts__map #map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts__logo {
  position: absolute;
  z-index: 0;
  width: 31.3rem;
  left: 17rem;
  top: 8rem;
  opacity: 0.55;
}
@media (max-width: 768px) {
  .contacts__logo {
    width: 25rem;
    left: 4rem;
    top: 38rem;
  }
}
.contacts__logo img, .contacts__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.contacts__col-title {
  font-size: 2.4rem;
  color: var(--main);
  font-family: var(--hcsd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .contacts__col-title {
    margin-bottom: 2rem;
  }
}
.contacts__col-title::after {
  content: "";
  height: 1px;
  width: 100%;
  background: var(--white30);
  display: block;
}
.contacts__col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .contacts__col-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    row-gap: 2rem;
  }
}
.contacts__col-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  width: 100%;
}
.contacts__col-block_half {
  width: 50%;
}
@media (max-width: 768px) {
  .contacts__col-block_half {
    width: 100%;
  }
}
.contacts__col-label {
  font-size: 1.6rem;
  opacity: 0.5;
  color: var(--text);
}
.contacts__col-text {
  font-size: 1.8rem;
  color: var(--text);
  font-weight: 800;
}

.page-head:has(+ .calendar) {
  height: 40rem;
  margin-bottom: -19rem;
}
@media (max-width: 768px) {
  .page-head:has(+ .calendar) {
    height: 36rem;
    margin-bottom: -22rem;
  }
}

.calendar {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .calendar {
    margin-bottom: 4rem;
  }
}
.calendar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  /* position: absolute;
  top: rem(-60);
  left: rem(30); */
}
@media (max-width: 768px) {
  .calendar__links {
    left: unset;
    top: unset;
    position: relative;
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.calendar__link {
  font-size: 2.4rem;
  opacity: 0.3;
  color: var(--text);
}
@media (max-width: 768px) {
  .calendar__link {
    font-size: 1.6rem;
  }
}
.calendar__link.active {
  font-weight: 700;
  opacity: 1;
}
.calendar__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .calendar__filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-bottom: 3rem;
  }
}
.calendar__filters .select_long {
  min-width: 58.4rem;
}
@media (max-width: 768px) {
  .calendar__filters .select_long {
    min-width: unset;
  }
}
.calendar__wrap {
  display: none;
}
.calendar__wrap.active {
  display: block;
}
@media (max-width: 768px) {
  .calendar__wrap[data-style=tile] {
    display: none !important;
  }
  .calendar__wrap[data-style=list] {
    display: block !important;
  }
}
.calendar__wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .calendar__wrap-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4.5rem;
  }
}
.calendar__wrap-top .select {
  width: 28rem;
}
@media (max-width: 768px) {
  .calendar__wrap-top .select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .calendar__wrap-variants {
    width: 100%;
  }
}
.calendar__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
  position: relative;
  /* &.style-tile {
      gap: 0;
      flex-direction: row;
      flex-wrap: wrap;
      background: transparent;

      .calendar__line {
          width: rem(184);
          height: rem(170);
          border-radius: 0;
          padding: rem(15);
          flex-direction: column;
          position: relative;
      }

      .calendar__line-place {
          display: none;
      }
      .calendar__line-league {
          display: none;
      }
      .calendar__line-stadium {
          display: none;
      }
      .calendar__line-name{
          display: none;
      }
      .calendar__line-date{
          display: none;
      }
      .calendar__line-fulldate{
          display: flex;
      }

      .calendar__line-about{
          width: 100%;
          justify-content: center;
      }
      .calendar__line-buttons{
          min-width: unset;
          width: 100%;
      }
      .calendar__line-btn{
          width: 100%;
          font-size: rem(24);
          height: rem(40);
          min-width: unset;
          padding: 0 rem(5);
          border-radius: rem(5);
          padding-top: 0.05em !important;

          &.btn_transparent{
              border-color: transparent;
          }

          svg{
              display: none;
          }
      }
      .calendar__line-score{
          font-size: rem(32);
      }
  } */
}
.calendar__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calendar__back {
  position: absolute;
  width: 63rem;
  height: 36.8rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .calendar__back {
    display: none;
  }
}
.calendar__back img,
.calendar__back svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.calendar__line {
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  backdrop-filter: blur(var(--blur));
  background: var(--whiteOpacity);
  min-height: 12.2rem;
  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;
  padding: 0 2.6rem;
}
@media (max-width: 768px) {
  .calendar__line {
    padding: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.calendar__line-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 30rem;
  gap: 1.3rem 1.7rem;
  min-width: 30rem;
}
@media (max-width: 768px) {
  .calendar__line-about {
    max-width: unset;
    width: 100%;
    min-width: unset;
  }
}
.calendar__line-place {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--whiteOpacity);
  border: 0.1rem solid var(--border);
  border-radius: 0.6rem;
}
.calendar__line-place svg {
  width: 2.2rem;
  height: 2.2rem;
}
.calendar__line-date {
  font-size: 1.8rem;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.2rem;
  color: var(--text);
  text-align: center;
  line-height: 1;
}
.calendar__line-date span {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.2rem 0.4rem;
  background: var(--whiteOpacity);
  border-radius: 0.6rem;
}
.calendar__line-league {
  width: 15rem;
  height: 3.7rem;
  margin-left: 3rem;
  font-size: 1.4rem;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .calendar__line-league {
    margin-left: auto;
    width: 13rem;
    height: 4.2rem;
  }
}
.calendar__line-league img,
.calendar__line-league svg {
  width: 2.2rem;
  height: 3.7rem;
  display: block;
}
.calendar__line-stadium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  color: var(--text);
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .calendar__line-stadium {
    display: none;
    margin: 1.8rem 0;
  }
}
.calendar__line-stadium_mobile {
  display: none;
}
@media (max-width: 768px) {
  .calendar__line-stadium_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.calendar__line-stadium svg {
  width: 1.5rem;
  height: 1.5rem;
}
.calendar__line-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 768px) {
  .calendar__line-match {
    margin-top: 3rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.calendar__line-team {
  width: 13rem;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar__line-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10rem;
  width: 5rem;
  height: 5rem;
}
.calendar__line-logo img,
.calendar__line-logo svg {
  width: 3.4rem;
  height: 3.4rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.calendar__line-name {
  color: var(--text);
  font-size: 1.5rem;
  text-align: center;
  margin-top: 0.6rem;
  height: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar__line-score {
  font-size: 5.2rem;
  line-height: 1;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1.4rem;
  font-family: var(--hcsd);
}
.calendar__line-penalty {
  font-size: 1.4rem;
  color: var(--text);
  text-align: center;
  line-height: 1;
  margin-top: -0.8rem;
  margin-bottom: 0.6rem;
}
.calendar__line-event {
  font-size: 1.4rem;
  color: var(--text);
  opacity: 0.5;
  text-align: center;
}
.calendar__line-logo {
  margin-top: 1rem;
}
.calendar__line-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  min-width: 25rem;
}
@media (max-width: 768px) {
  .calendar__line-buttons {
    width: 100%;
  }
}
.calendar__line-btn {
  min-width: 25rem;
  backdrop-filter: unset;
  padding: 0 2rem;
  font-size: 2rem;
  height: 5.4rem;
}
@media (max-width: 768px) {
  .calendar__line-btn {
    width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
.calendar__line-play {
  backdrop-filter: unset;
  width: 5.4rem;
  height: 5.4rem;
  padding: 0 0 0 0.3rem;
  padding-top: 0 !important;
}
.calendar__line-play + .btn {
  min-width: 18.5rem;
}
.calendar__line-play svg {
  width: 2.5rem;
  height: 2.5rem;
}
.calendar__line-play svg * {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .calendar__line-play:hover svg path {
    fill: var(--main);
  }
}
.calendar__switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .calendar__switcher {
    display: none;
  }
}
.calendar__switcher-btn {
  width: 4.5rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: var(--whiteOpacity);
  border: 0.1rem solid var(--border);
  opacity: 0.3;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  backdrop-filter: blur(var(--blur));
}
@media (min-width: 769px) {
  .calendar__switcher-btn:not(.active):hover {
    opacity: 0.6;
  }
}
.calendar__switcher-btn:nth-of-type(1) {
  border-radius: 1rem 0 0 1rem;
  border-right-color: transparent;
}
.calendar__switcher-btn:nth-of-type(2) {
  border-radius: 0 1rem 1rem 0;
  border-left-color: transparent;
}
.calendar__switcher-btn.active {
  border: 0.1rem solid var(--border);
  opacity: 1;
}
.calendar__switcher-btn img,
.calendar__switcher-btn svg {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.calendar__grid {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  margin: 0 0.1rem;
  font-family: var(--ttfors);
}
.calendar__grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  border-radius: 1rem;
  border: 0.1rem solid #506a81;
  pointer-events: none;
}
.calendar__grid-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.1rem solid #506a81;
}
.calendar__grid-day {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text);
  text-align: center;
  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;
  width: 18.4rem;
  height: 3.9rem;
  text-transform: uppercase;
}
.calendar__grid-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calendar__grid-box.filtered-home .calendar__card:not(.calendar__card[data-place=home]) .calendar__card-time,
.calendar__grid-box.filtered-home .calendar__card:not(.calendar__card[data-place=home]) .calendar__card-mid,
.calendar__grid-box.filtered-home .calendar__card:not(.calendar__card[data-place=home]) .calendar__card-btn {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  pointer-events: none;
}
.calendar__grid-box.filtered-home .calendar__card:not(.calendar__card[data-place=home]).calendar__card_past .calendar__card-date {
  opacity: 0.3;
  font-weight: 400;
}
.calendar__grid-box.filtered-home .calendar__card:not(.calendar__card[data-place=home]):not(.calendar__card_today) .calendar__card-date {
  font-weight: 400;
}
.calendar__grid-box.filtered-home .calendar__card:not(.calendar__card[data-place=home])::before {
  opacity: 0;
}
.calendar__grid-box.filtered-home .calendar__card[data-place=home] {
  background: #00826E;
}
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out]) .calendar__card-time,
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out]) .calendar__card-mid,
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out]) .calendar__card-btn,
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out]) .btn_ticket {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  pointer-events: none;
}
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out]).calendar__card_past .calendar__card-date {
  opacity: 0.3;
  font-weight: 400;
}
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out]):not(.calendar__card_today) .calendar__card-date {
  font-weight: 400;
}
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out]).calendar__card_canbuy {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
}
.calendar__grid-box.filtered-away .calendar__card:not(.calendar__card[data-place=out])::before {
  opacity: 0;
}
.calendar__grid-box.filtered-away .calendar__card[data-place=out] {
  background: #D5AF87;
}
.calendar__card {
  width: 18.4rem;
  height: 17rem;
  border-right: 0.1rem solid #506a81;
  border-bottom: 0.1rem solid #506a81;
  padding: 1.5rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
}
.calendar__card_past {
  background: transparent;
}
.calendar__card_past:not(.calendar__card_event) .calendar__card-date {
  font-weight: 400;
  opacity: 0.3;
}
.calendar__card_event .calendar__card-date {
  font-weight: 700;
}
.calendar__card_today .calendar__card-date {
  font-weight: 700;
  color: #FFB41E;
}
.calendar__card_canbuy {
  background: #00826E;
}
.calendar__card .btn_ticket {
  padding: 0;
  height: 4rem;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: 0rem;
  border-radius: 0.5rem;
}
.calendar__card[data-place=out]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: #D5AF87;
}
.calendar__card[data-place=home]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: #00826E;
}
.calendar__card-date {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  color: var(--text);
}
.calendar__card-time {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: var(--text);
  margin-top: 0.5rem;
}
.calendar__card-time_live {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1.3rem;
}
.calendar__card-time_live::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: var(--mainDark);
  border-radius: 10rem;
  display: block;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.calendar__card-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.calendar__card-logo {
  width: 4rem;
  height: 4rem;
}
.calendar__card-logo img, .calendar__card-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.calendar__card-score {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--text);
}
.calendar__card-more {
  font-size: 1.6rem;
  text-align: center;
  color: var(--text);
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.calendar__card-btn {
  margin-top: auto;
  font-size: 2.4rem;
  font-family: var(--hcsd);
  color: var(--main);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: -0.5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .calendar__card-btn:hover {
    color: var(--white);
  }
}
.calendar__card-btn_more {
  color: var(--white);
}
@media (min-width: 769px) {
  .calendar__card-btn_more:hover {
    opacity: 0.7;
  }
}
.calendar__place-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  font-family: var(--ttfors);
}
.calendar__place-filter-tab {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--text);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  color: rgba(255, 255, 255, 0.2901960784);
}
.calendar__place-filter-tab.active {
  color: #ffffff;
  text-shadow: 0 0 0.1rem var(--text);
}
@media (min-width: 769px) {
  .calendar__place-filter-tab:not(.active):hover {
    color: rgba(255, 255, 255, 0.662745098);
  }
}
.calendar__place-filter-tab_home::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;
  background: #00826E;
}
.calendar__place-filter-tab_away::before {
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 10rem;
  background: #D5AF87;
}

.page-head:has(+ .page-table) {
  height: 40rem;
  margin-bottom: -19rem;
}
@media (max-width: 768px) {
  .page-head:has(+ .page-table) {
    height: 36rem;
    margin-bottom: -22rem;
  }
}

.page-table {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .page-table {
    margin-bottom: 4rem;
  }
}
.page-table__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-table__filters {
    gap: 1rem 0.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-table__back {
  position: absolute;
  width: 63rem;
  height: 36.8rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.15;
}
@media (max-width: 768px) {
  .page-table__back {
    width: 33rem;
    height: 34.5rem;
  }
}
.page-table__back img, .page-table__back svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-table__list {
  position: relative;
}
@media (max-width: 768px) {
  .page-table__list:has(.page-table__table_statistics) {
    overflow-x: scroll;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-bottom: 0.5rem;
  }
}
.page-table__table {
  border-radius: 1rem;
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .page-table__table {
    overflow-x: scroll;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row {
    width: 70rem;
  }
}
.page-table__table_tournament .page-table__row > div {
  width: 2rem;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
}
.page-table__table_tournament .page-table__row > div:nth-of-type(2) {
  width: 4rem;
}
.page-table__table_tournament .page-table__row > div:nth-of-type(2) img, .page-table__table_tournament .page-table__row > div:nth-of-type(2) svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(2) {
    width: 2rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(3) {
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(3) {
    width: 15.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(4) {
  width: 6rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(4) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(5) {
  width: 6rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(5) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(6) {
  width: 3rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(6) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(7) {
  width: 6rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(7) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(8) {
  width: 6rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(8) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(9) {
  width: 6rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(9) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(10) {
  width: 6rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(10) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(11) {
  width: 6rem;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(11) {
    width: 3.4rem;
  }
}
.page-table__table_tournament .page-table__row > div:nth-of-type(12) {
  width: 11.4rem;
}
.page-table__table_tournament .page-table__row > div:nth-of-type(13) {
  width: 4rem;
  text-align: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .page-table__table_tournament .page-table__row > div:nth-of-type(13) {
    width: 3rem;
  }
}
@media (max-width: 768px) {
  .page-table__table_statistics {
    width: 82rem;
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
}
.page-table__table_statistics .page-table__row {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.page-table__table_statistics .page-table__row > div {
  width: 2rem;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 400;
  flex-shrink: 0;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(2) {
  width: 4rem;
  border-radius: 10rem;
  overflow: hidden;
  background: var(--white);
}
.page-table__table_statistics .page-table__row > div:nth-of-type(2) img, .page-table__table_statistics .page-table__row > div:nth-of-type(2) svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .page-table__table_statistics .page-table__row > div:nth-of-type(2) {
    width: 2rem;
  }
}
.page-table__table_statistics .page-table__row > div:nth-of-type(3) {
  text-align: left;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-table__table_statistics .page-table__row > div:nth-of-type(3) {
    width: 16.6rem;
  }
}
.page-table__table_statistics .page-table__row > div:nth-of-type(3) span {
  opacity: 0.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .page-table__table_statistics .page-table__row > div:nth-of-type(3) span.crop {
    display: none;
  }
}
.page-table__table_statistics .page-table__row > div:nth-of-type(4) {
  width: 10rem;
  opacity: 0.5;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(5) {
  width: 3.6rem;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(6) {
  width: 6rem;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(7) {
  width: 8rem;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(8) {
  width: 4rem;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(9) {
  width: 6rem;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(10) {
  width: 6rem;
}
.page-table__table_statistics .page-table__row > div:nth-of-type(11) {
  width: 6rem;
}
.page-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
  padding: 1rem 3rem;
  min-height: 6rem;
  font-size: 1.8rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  border-bottom: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .page-table__row {
    font-size: 1.5rem;
    padding: 1.4rem 1rem;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    min-height: 4rem;
  }
}
.page-table__row:nth-last-of-type(1) {
  border: none;
}
.page-table__row_head {
  font-size: 1.4rem;
  min-height: 4rem;
  margin-top: 1rem;
}
.page-table__row_head > div {
  opacity: 0.5;
}
.page-table__row_owner {
  background: var(--main);
  font-weight: 700;
  border: none;
  -webkit-transform: translateY(-0.1rem);
  -ms-transform: translateY(-0.1rem);
  transform: translateY(-0.1rem);
}
.page-table__box {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.7rem;
  -moz-column-gap: 1.7rem;
  column-gap: 1.7rem;
}
@media (max-width: 768px) {
  .page-table__box {
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3rem;
  }
}
.page-table__col {
  width: 33%;
}
@media (max-width: 768px) {
  .page-table__col {
    width: 100%;
  }
}
.page-table__col-title {
  font-size: 2.4rem;
  font-weight: 600;
  opacity: 0.7;
  color: var(--text);
}
.page-table__col-block {
  border-radius: 1rem;
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
  padding: 2rem 2rem;
  margin-top: 1.6rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-table__col-block {
    padding: 1.6rem;
  }
}
.page-table__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .page-table__player {
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}
.page-table__player:nth-last-of-type(1) .page-table__player-info {
  border: none;
}
.page-table__player-img {
  width: 6rem;
  height: 6rem;
  border-radius: 10rem;
  overflow: hidden;
  background: var(--main);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .page-table__player-img {
    width: 7rem;
    height: 7rem;
  }
}
.page-table__player-img img, .page-table__player-img svg {
  width: 100%;
  height: 100%;
  display: block;
}
.page-table__player-info {
  padding: 1rem 0;
  border-bottom: 0.1rem solid var(--border);
  width: 100%;
}
@media (max-width: 768px) {
  .page-table__player-info {
    padding: 2rem 0;
    padding-right: 5rem;
  }
}
.page-table__player-number {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text);
  opacity: 0.5;
}
.page-table__player-name {
  font-size: 1.8rem;
  color: var(--text);
  font-weight: 400;
}
.page-table__player-secondname {
  font-size: 1.6rem;
  color: var(--text);
  font-weight: 700;
}
.page-table__player-score {
  font-size: 3.6rem;
  color: var(--text);
  font-weight: 600;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .page-table__player-score {
    font-size: 4rem;
  }
}
.page-table__player-ball {
  position: absolute;
  right: -3.8rem;
  width: 4.4rem;
  height: 4.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}
.page-table__player-ball img, .page-table__player-ball svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .page-table__player-ball {
    right: -4.4rem;
    width: 6rem;
    height: 6rem;
  }
}

.photo-gallery {
  z-index: 5;
  position: relative;
}
.photo-gallery .inner {
  padding-bottom: 6rem;
}
.photo-gallery .title {
  margin-bottom: 0;
}
.photo-gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .photo-gallery__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.photo-gallery__filters {
  width: calc(50% - 0.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  row-gap: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .photo-gallery__filters {
    width: 100%;
    min-height: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.photo-gallery__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem 1.6rem;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.photo-gallery__card {
  width: 31rem;
  min-height: 31rem;
  border-radius: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
@media (min-width: 769px) {
  .photo-gallery__card:hover .photo-gallery__card-cover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
  }
  .photo-gallery__card:hover .photo-gallery__card-play {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
.photo-gallery__card_double {
  width: 63.7rem;
  height: 48rem;
}
.photo-gallery__card_double .photo-gallery__card-title {
  font-size: 3.2rem;
}
@media (max-width: 768px) {
  .photo-gallery__card_double .photo-gallery__card-title {
    font-size: 1.8rem;
  }
}
.photo-gallery__card_double .photo-gallery__card-type {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .photo-gallery__card_double .photo-gallery__card-type {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .photo-gallery__card_double {
    width: 100%;
    height: 31rem;
  }
}
@media (max-width: 768px) {
  .photo-gallery__card {
    width: 100%;
  }
}
.photo-gallery__card-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 1rem;
  overflow: hidden;
}
.photo-gallery__card-cover::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black30);
}
.photo-gallery__card-cover img, .photo-gallery__card-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.photo-gallery__card-info {
  color: var(--white);
  margin-top: auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  background: var(--gradient2);
  backdrop-filter: blur(var(--blurEasy));
  border-radius: 0 0 1rem 1rem;
}
.photo-gallery__card-type {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  opacity: 0.5;
}
.photo-gallery__card-title {
  font-weight: 700;
  font-size: 1.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.photo-gallery__card-title span {
  display: block;
  margin-top: 0.4rem;
}

.media__top {
  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;
}
@media (max-width: 768px) {
  .media__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.media__separator {
  border: none;
  display: block;
  margin-top: 7rem;
  margin-bottom: 5rem;
  height: 0.1rem;
  background: var(--border);
}
.media__link {
  color: var(--text);
  font-size: 1.4rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-bottom: 2rem;
  font-weight: 800;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .media__link {
    margin-top: -1.6rem;
    margin-bottom: 3.6rem;
  }
}
@media (min-width: 769px) {
  .media__link:hover {
    opacity: 0.5;
  }
}
.media__link svg, .media__link img {
  width: 3.1rem;
  height: 0.8rem;
}
.media__link svg path, .media__link img path {
  fill: var(--text);
}
@media (min-width: 769px) {
  .media__swiper .swiper-wrapper {
    -webkit-column-gap: 1.6rem;
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
  }
}
@media (max-width: 768px) {
  .media__swiper {
    overflow: visible;
  }
}
.media__swiper-slide {
  width: 31.1rem;
  min-height: 31.1rem;
  border-radius: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 769px) {
  .media__swiper-slide:hover .media__swiper-cover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
  }
  .media__swiper-slide:hover .media__swiper-play {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@media (max-width: 768px) {
  .media__swiper-slide {
    margin-right: 1.6rem;
  }
  .media__swiper-slide:nth-last-of-type(1) {
    margin-right: 0;
  }
}
.media__swiper-slide_tall {
  min-height: 42rem;
}
.media__swiper-slide_double {
  width: 63.7rem;
}
@media (max-width: 768px) {
  .media__swiper-slide_double {
    width: 31.1rem;
  }
}
.media__swiper-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 1rem;
  overflow: hidden;
}
.media__swiper-cover::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--black30);
}
.media__swiper-cover img, .media__swiper-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.media__swiper-info {
  color: var(--white);
  margin-top: auto;
  padding: 2rem;
  position: relative;
  z-index: 1;
  background: var(--gradient2);
  backdrop-filter: blur(var(--blurEasy));
  border-radius: 0 0 1rem 1rem;
}
.media__swiper-type {
  opacity: 0.5;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.media__swiper-title {
  font-weight: 700;
  font-size: 1.8rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.media__swiper-play {
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0.1rem solid var(--border);
  border-radius: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blurFix));
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.media__swiper-play img, .media__swiper-play svg {
  width: 3.1rem;
  height: 3.2rem;
  margin-left: 0.8rem;
}

.video-gallery {
  z-index: 5;
  position: relative;
}
.video-gallery .inner {
  padding-bottom: 6rem;
}
.video-gallery .title {
  margin-bottom: 0;
}
.video-gallery__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -2.4rem;
}
@media (max-width: 768px) {
  .video-gallery__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 0;
  }
}
.video-gallery__filters {
  width: calc(50% - 0.8rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  row-gap: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .video-gallery__filters {
    width: 100%;
    min-height: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.video-gallery__title {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--main);
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .video-gallery__title {
    font-size: 3.2rem;
  }
}
.video-gallery__box {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.video-gallery__box .media__swiper-slide {
  width: 42rem;
  min-height: unset;
  height: 31.5rem;
}
@media (max-width: 768px) {
  .video-gallery__box .media__swiper-slide {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .video-gallery .media__swiper-slide_tall {
    min-height: 31.1rem;
  }
}
@media (max-width: 768px) {
  .video-gallery .media__swiper-play {
    top: 35%;
  }
}

.album {
  z-index: 5;
  position: relative;
}
.album .inner {
  padding-bottom: 6rem;
}
.album__counter {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  color: var(--text);
  margin-bottom: 1.2rem;
  opacity: 0.5;
}
.album__counter svg {
  width: 2.5rem;
  height: 2.5rem;
}
.album__counter svg path {
  fill: var(--text);
}
.album__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 1.5rem;
}
@media (max-width: 768px) {
  .album__box {
    gap: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.album__card {
  width: 42rem;
  height: 30rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .album__card {
    width: 17.4rem;
    height: 17.4rem;
  }
}
@media (min-width: 769px) {
  .album__card:hover {
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
  }
}
.album__card img, .album__card svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-head:has(+ .search-page) {
  margin-bottom: -26rem;
  height: 39rem;
}
.page-head:has(+ .search-page) img {
  -o-object-position: top;
  object-position: top;
}
@media (max-width: 768px) {
  .page-head:has(+ .search-page) {
    margin-bottom: -41rem;
  }
}

.search-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: -4rem;
}
@media (max-width: 768px) {
  .search-page__top {
    margin-bottom: -2rem;
    gap: 1.2rem;
  }
}
.search-page__input {
  height: 7rem;
  position: relative;
}
@media (max-width: 768px) {
  .search-page__input {
    height: 5.4rem;
  }
}
.search-page__input input {
  width: 100%;
  height: 100%;
  border: 1px solid #E0E0E0;
  border-radius: 1rem !important;
  padding: 0 2.2rem;
  font-size: 2.4rem;
  font-weight: 300;
  color: #000;
}
@media (max-width: 768px) {
  .search-page__input input {
    font-size: 1.8rem;
  }
}
.search-page__input-icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 6rem;
  height: 6rem;
  background: var(--main);
  border-radius: 1rem;
  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;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search-page__input-icon {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.search-page__input-icon svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media (max-width: 768px) {
  .search-page__input-icon svg {
    width: 2rem;
    height: 2rem;
  }
}
.search-page__count {
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}
.search-page__count span {
  font-weight: 500;
}
.search-page__section {
  margin-top: 8rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .search-page__section {
    margin: 6rem 0;
  }
}
.search-page__section .team__list {
  gap: 1.6rem;
}
.search-page__section .team__card {
  width: 24.5rem;
}
@media (max-width: 768px) {
  .search-page__section .team__card {
    width: 100%;
    height: 45.5rem;
  }
}
@media (min-width: 769px) {
  .search-page__section .team__card:hover .team__card-image {
    -webkit-transform: translateY(1rem) scale(1.02);
    -ms-transform: translateY(1rem) scale(1.02);
    transform: translateY(1rem) scale(1.02);
  }
}
.search-page__section .team__card-image {
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}
@media (max-width: 768px) {
  .search-page__section .team__card-number {
    font-size: 28rem;
  }
}
.search-page__section .news__box {
  margin-top: 0;
}
.search-page__section .photo-gallery__box {
  margin-top: 0;
}
.search-page__section .video-gallery__box {
  margin-top: 0;
}
@media (max-width: 768px) {
  .search-page__section .media__swiper-slide_tall {
    min-height: 31.1rem;
  }
}
@media (max-width: 768px) {
  .search-page__section .media__swiper-play {
    top: 36%;
  }
}
.search-page__section-title {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .search-page__section-title {
    margin-bottom: 1.6rem;
  }
}

.cookies {
  display: none !important;
  height: 10rem;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: var(--gradient);
  backdrop-filter: blur(var(--blur));
  bottom: 0;
  border-radius: 1rem 1rem 0 0;
  border-radius: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  border: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .cookies {
    height: 15rem;
  }
}
.cookies.active {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.cookies__inner {
  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;
  height: 100%;
}
@media (max-width: 768px) {
  .cookies__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0;
  }
}
.cookies__text {
  font-size: 1.6rem;
  color: var(--text);
}
@media (max-width: 768px) {
  .cookies__text {
    font-size: 1.4rem;
    text-align: center;
  }
}
.cookies__btn {
  background: transparent;
  border: 0.1rem solid var(--white);
  border-radius: 0rem;
  color: var(--white);
}
.cookies__btn:hover {
  background: var(--white);
  color: var(--main);
}

.error {
  height: 100dvh;
  min-height: 70rem;
  /* .pattern{

      img,svg {
          width: 100%;
          height: 100%;
          display: block;

          path{
              fill: var(--main);
          }
      }
  } */
}
@media (max-width: 768px) {
  .error {
    height: 100dvh;
  }
}
.error__inner {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 7rem;
}
.error__text {
  opacity: 0.5;
  text-align: center;
  color: var(--text);
  font-size: 1.6rem;
  max-width: 45rem;
}
@media (max-width: 768px) {
  .error__text {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.error__text_big {
  font-size: 3.2rem;
  font-weight: 600;
  opacity: 1;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .error__text_big:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
.error__number {
  font-size: 38rem;
  color: #FF4100;
  text-align: center;
  font-weight: 600;
  font-family: var(--hcsd);
  line-height: 1;
  margin-top: -4rem;
  margin-bottom: -3rem;
  opacity: 1;
  /* margin-top: rem(-30);
  width: rem(663);
  height: rem(380);
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  mask-image: url(https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/404-mask.png);
  mask-size: cover; */
  /* @include mobile{
      width: rem(382.1);
      height: rem(219);
  } */
}
@media (max-width: 768px) {
  .error__number {
    font-size: 30rem;
    margin-top: -2rem;
  }
}
.error__number img, .error__number svg {
  width: 100%;
  height: 100%;
  display: block;
}

.hospitality-first {
  position: relative;
  height: 100svh;
  max-height: 80rem;
  min-height: 65rem;
  padding-bottom: 1.6rem;
  border-bottom: 0.5rem solid var(--gold);
  z-index: 10;
}
@media (max-width: 768px) {
  .hospitality-first {
    max-height: 80rem;
    padding-bottom: 2rem;
  }
}
.hospitality-first__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hospitality-first__video .desktop {
  display: block;
}
@media (max-width: 768px) {
  .hospitality-first__video .desktop {
    display: none;
  }
}
.hospitality-first__video .mobile {
  display: none;
}
@media (max-width: 768px) {
  .hospitality-first__video .mobile {
    display: block;
  }
}
.hospitality-first__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hospitality-first__inner {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding: 0 6rem;
}
@media (max-width: 768px) {
  .hospitality-first__inner {
    padding: 0;
  }
}
.hospitality-first__title {
  margin-bottom: 1rem;
  max-width: 58rem;
}
@media (max-width: 768px) {
  .hospitality-first__title {
    font-size: 6.7rem;
    letter-spacing: -0.02em;
  }
}
.hospitality-first__description {
  font-size: 2.4rem;
  color: var(--text);
  max-width: 58rem;
}
@media (max-width: 768px) {
  .hospitality-first__description {
    font-size: 2rem;
  }
}
.hospitality-first__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 10rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 2.7rem;
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 2rem;
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .hospitality-first__goods {
    display: none;
    margin-top: 0;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    row-gap: 2.5rem;
  }
}
.hospitality-first__goods-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  width: 27rem;
}
@media (max-width: 768px) {
  .hospitality-first__goods-block {
    width: 100%;
  }
}
.hospitality-first__goods-icon {
  width: 3.5rem;
  height: 3.5rem;
}
.hospitality-first__goods-icon img, .hospitality-first__goods-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-first__goods-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--gold);
  font-family: var(--hcsd);
  text-transform: uppercase;
}
.hospitality-first__goods-description {
  font-size: 1.4rem;
  color: var(--text);
}

.hospitality-about {
  position: relative;
  margin-top: 9.2rem;
  margin-bottom: 10rem;
}
@media (max-width: 768px) {
  .hospitality-about {
    margin: 5rem 0;
    margin-top: 2rem;
  }
}
.hospitality-about .hospitality-first__goods {
  display: none;
}
@media (max-width: 768px) {
  .hospitality-about .hospitality-first__goods {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.hospitality-about__shape {
  z-index: 0;
  position: absolute;
  top: -24rem;
  left: -80rem;
  width: 160rem;
  height: 160rem;
  opacity: 0.17;
}
@media (max-width: 768px) {
  .hospitality-about__shape {
    width: 100rem;
    height: 100rem;
    left: -50rem;
    top: 60rem;
  }
}
.hospitality-about__shape img, .hospitality-about__shape svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 768px) {
  .hospitality-about__inner {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3rem;
  }
}
.hospitality-about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3rem;
  width: 53rem;
}
@media (max-width: 768px) {
  .hospitality-about__info {
    width: 100%;
    row-gap: 2rem;
  }
}
.hospitality-about__description {
  font-size: 1.6rem;
  color: var(--text);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}
.hospitality-about__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .hospitality-about__goods {
    margin-top: 1rem;
  }
}
.hospitality-about__goods-block {
  width: 16.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.7rem;
}
.hospitality-about__goods-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--gold);
  font-family: var(--hcsd);
  text-transform: uppercase;
}
.hospitality-about__goods-description {
  font-size: 1.4rem;
  color: var(--text);
  letter-spacing: 0.05em;
}
.hospitality-about__swiper {
  width: 56.9rem;
  height: 41.8rem;
  margin: 0;
  overflow: visible;
  position: relative;
}
@media (max-width: 768px) {
  .hospitality-about__swiper {
    width: 100%;
    height: 28rem;
  }
}
.hospitality-about__swiper-slide {
  width: 56.9rem;
  height: 35.8rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
  will-change: transform, opacity;
  /* opacity: 0;
  //transition-duration: 0.3s;

  &.swiper-slide-prev{
      opacity: 1;
      //rotate: 2deg;
  }
  &.swiper-slide-next{
      opacity: 1;
      //rotate: -2deg;
  }
  &.swiper-slide-active{
      opacity: 1;
  } */
}
@media (max-width: 768px) {
  .hospitality-about__swiper-slide {
    width: 100%;
    height: 22rem;
  }
}
.hospitality-about__swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.hospitality-about__swiper-slide.swiper-slide-prev {
  opacity: 1;
  position: relative;
  opacity: 0;
}
.hospitality-about__swiper-slide.swiper-slide-next {
  opacity: 1;
  position: relative;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.hospitality-about__swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 10;
  position: relative;
}
.hospitality-about__swiper-slide img, .hospitality-about__swiper-slide svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-about__swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.hospitality-about__swiper-controls * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hospitality-about__swiper-prev, .hospitality-about__swiper-next {
  width: 4rem;
  height: 4rem;
  background: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.hospitality-about__swiper-prev.swiper-button-disabled, .hospitality-about__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 769px) {
  .hospitality-about__swiper-prev:hover, .hospitality-about__swiper-next:hover {
    background: var(--gold);
  }
  .hospitality-about__swiper-prev:hover svg path, .hospitality-about__swiper-next:hover svg path {
    stroke: var(--white);
  }
}
.hospitality-about__btn {
  color: var(--white);
  background: var(--gold);
  height: 4rem;
  font-size: 2.2rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .hospitality-about__btn {
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
@media (min-width: 769px) {
  .hospitality-about__btn:hover {
    background: var(--white);
    color: var(--gold);
  }
}

.hospitality-seats {
  margin-top: 10rem;
  margin-bottom: 10rem;
  position: relative;
}
@media (max-width: 768px) {
  .hospitality-seats {
    margin: 5rem 0;
  }
}
.hospitality-seats__shape {
  z-index: 0;
  position: absolute;
  top: -77.9rem;
  left: 57rem;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #F0E1CD 0%, rgba(240, 225, 205, 0) 100%);
  width: 164.5rem;
  height: 164.5rem;
  opacity: 1;
}
.hospitality-seats__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hospitality-seats__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}
.hospitality-seats__title {
  width: 50%;
}
@media (max-width: 768px) {
  .hospitality-seats__title {
    width: 100%;
  }
}
.hospitality-seats__description {
  width: 58rem;
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--text);
}
@media (max-width: 768px) {
  .hospitality-seats__description {
    width: 100%;
  }
}
.hospitality-seats__swiper {
  width: 100%;
  height: 60rem;
}
.hospitality-seats__swiper-slide {
  width: 100%;
  height: 60rem;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 5;
}
.hospitality-seats__swiper-slide img, .hospitality-seats__swiper-slide svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-seats__swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  z-index: 10;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
@media (max-width: 768px) {
  .hospitality-seats__swiper-controls {
    right: 2rem;
    bottom: 2rem;
  }
}
.hospitality-seats__swiper-prev, .hospitality-seats__swiper-next {
  width: 5.4rem;
  height: 5.4rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  backdrop-filter: blur(var(--blur));
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  cursor: pointer;
}
.hospitality-seats__swiper-prev.swiper-button-disabled, .hospitality-seats__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.hospitality-seats__swiper-count {
  font-size: 4.2rem;
  line-height: 1;
  font-family: var(--hcsd);
  color: var(--text);
  position: absolute;
  right: 3rem;
  bottom: 10rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .hospitality-seats__swiper-count {
    right: 2rem;
    bottom: 9rem;
  }
}
.hospitality-seats__swiper-count span {
  opacity: 0.25;
}

.hospitality-variants {
  margin-top: 10rem;
  margin-bottom: 10rem;
  position: relative;
}
@media (max-width: 768px) {
  .hospitality-variants {
    margin: 5rem 0;
  }
}
.hospitality-variants__shape {
  z-index: 0;
  position: absolute;
  top: -87rem;
  left: -67rem;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #F0E1CD 0%, rgba(240, 225, 205, 0) 100%);
  width: 113rem;
  height: 113rem;
  opacity: 1;
}
.hospitality-variants__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 6rem;
  -webkit-column-gap: 5.3rem;
  -moz-column-gap: 5.3rem;
  column-gap: 5.3rem;
}
@media (max-width: 768px) {
  .hospitality-variants__inner {
    padding: 0;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3rem;
  }
}
.hospitality-variants__content {
  width: 53.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 3rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hospitality-variants__content {
    width: 100%;
    row-gap: 0rem;
  }
}
.hospitality-variants__title {
  max-width: 45rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .hospitality-variants__title {
    max-width: 100%;
  }
}
.hospitality-variants__description {
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--text);
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}
.hospitality-variants__btn {
  background: var(--gold);
  color: var(--text);
  width: 23.1rem;
  height: 5rem;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .hospitality-variants__btn.desktop {
    display: none;
  }
}
@media (min-width: 769px) {
  .hospitality-variants__btn.mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .hospitality-variants__btn {
    width: 100%;
    height: 5rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .hospitality-variants__btn:hover {
    background: var(--white);
    color: var(--gold);
  }
}
.hospitality-variants__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: auto;
}
.hospitality-variants__goods-block {
  width: 25.8rem;
  height: 20.2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hospitality-variants__goods-block {
    width: 17.4rem;
  }
}
.hospitality-variants__goods-icon {
  width: 4rem;
  height: 4rem;
}
.hospitality-variants__goods-icon img, .hospitality-variants__goods-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-variants__goods-title {
  font-size: 1.8rem;
  color: var(--text);
  margin-top: auto;
}

.hospitality-matches {
  margin-top: 10rem;
  margin-bottom: 10rem;
  position: relative;
}
@media (max-width: 768px) {
  .hospitality-matches {
    margin: 5rem 0 7.5rem 0;
  }
}
.hospitality-matches__shape {
  z-index: 0;
  position: absolute;
  top: -20rem;
  left: 60.2rem;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #F0E1CD 0%, rgba(240, 225, 205, 0) 100%);
  width: 164.5rem;
  height: 164.5rem;
  opacity: 1;
}
@media (max-width: 768px) {
  .hospitality-matches__shape {
    top: 20rem;
    left: -40rem;
  }
}
.hospitality-matches__title {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .hospitality-matches__title {
    font-size: 5.7rem !important;
  }
}
.hospitality-matches__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}
.hospitality-matches__el {
  background: var(--bgVip);
  padding: 1rem 2rem;
  border-radius: 1rem;
  min-height: 15rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hospitality-matches__el {
    min-height: 37rem;
  }
}
.hospitality-matches__el::before {
  content: "";
  position: absolute;
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/dragon-shape.svg") no-repeat center center/cover;
  width: 70rem;
  height: 70rem;
  top: -19.5rem;
  left: -29rem;
  z-index: 0;
  opacity: 0.25;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hospitality-matches__el::before {
    top: -6rem;
    left: -35rem;
  }
}
.hospitality-matches__el-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .hospitality-matches__el-center {
    -webkit-column-gap: 0.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem;
    position: absolute;
    top: 11.4rem;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.hospitality-matches__el-vs {
  font-size: 7.2rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  font-family: var(--hcsd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hospitality-matches__el-vs {
    font-size: 5.2rem;
  }
}
.hospitality-matches__el-team {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15rem;
}
.hospitality-matches__el-team-logo {
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .hospitality-matches__el-team-logo {
    width: 6rem;
    height: 6rem;
  }
}
.hospitality-matches__el-team-logo img, .hospitality-matches__el-team-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-matches__el-team-name {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--text);
  text-align: center;
}
@media (max-width: 768px) {
  .hospitality-matches__el-team-name {
    font-size: 1.4rem;
  }
}
.hospitality-matches__el-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  width: 29rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .hospitality-matches__el-buttons {
    width: 100%;
    right: 0;
    padding: 0 2rem;
    bottom: 2rem;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.hospitality-matches__el-btn {
  width: 100%;
  height: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--text);
  border-radius: 0.8rem;
  border: 0.2rem solid var(--gold);
  background: transparent;
}
@media (min-width: 769px) {
  .hospitality-matches__el-btn:hover {
    background: var(--white);
    border-color: var(--white);
    color: var(--gold);
  }
}
.hospitality-matches__el-btn_fill {
  background: var(--gold);
}
.hospitality-matches__el-info {
  position: absolute;
  left: 3rem;
  top: 2rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  width: 38rem;
}
@media (max-width: 768px) {
  .hospitality-matches__el-info {
    width: 100%;
    left: 0;
    padding: 0 2rem;
  }
}
.hospitality-matches__el-icon {
  width: 2.2rem;
  height: 3.7rem;
  margin-bottom: 0.2rem;
}
.hospitality-matches__el-icon img, .hospitality-matches__el-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.hospitality-matches__el-date {
  font-size: 4.2rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1;
  font-family: var(--hcsd);
}
.hospitality-matches__el-time {
  font-size: 4.2rem;
  font-weight: 500;
  color: var(--text);
  line-height: 1;
  font-family: var(--hcsd);
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 0rem 0.4rem;
  padding-top: 0.4rem;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .hospitality-matches__el-time {
    margin-left: auto;
  }
}
.hospitality-matches__el-stadium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  font-size: 1.4rem;
  color: var(--text);
  line-height: 1;
  opacity: 0.65;
  position: absolute;
  bottom: 2.5rem;
  left: 3rem;
  width: 38rem;
}
@media (max-width: 768px) {
  .hospitality-matches__el-stadium {
    width: 100%;
    top: 7.4rem;
    left: 0;
    padding: 0 2rem;
    bottom: unset;
  }
}
.hospitality-matches__el-stadium svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.partners-page {
  /* .title{
      @include mobile{
          font-size: rem(64);
      }
  } */
}
@media (max-width: 768px) {
  .partners-page-title {
    font-size: 6.4rem;
    line-height: 1;
  }
}
.partners-page .partners .container {
  padding: 0 13rem;
}
@media (max-width: 768px) {
  .partners-page .partners .container {
    padding: 0 1.6rem;
    letter-spacing: -0.02em;
  }
}
.partners-page .partners .partners__box {
  gap: 3.5rem 5.5rem;
}
@media (max-width: 768px) {
  .partners-page .partners .partners__box {
    padding: 0 1rem;
    gap: 3.2rem 2.6rem;
  }
}
.partners-page-group {
  position: relative;
}
.partners-page-sticky {
  position: sticky;
  top: 0;
  width: calc(100vw + 0.1rem);
  height: 0;
  z-index: -1;
  pointer-events: none;
  /* &::before{
      content: '';
      position: absolute;
      width: 100%;
      height: 100vh;

  } */
}
.partners-page-sticky-bg {
  position: absolute;
  width: 100%;
  height: 100vh;
}
.partners-page-sticky-bg img, .partners-page-sticky-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-page-section {
  position: relative;
  min-height: 90vh;
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .partners-page-section {
    padding: 5rem 0;
    min-height: 70svh;
  }
}
.partners-page-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.partners-page-cover img, .partners-page-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-page-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .partners-page-inner {
    padding: 0;
  }
}
.partners-page-swiper {
  overflow: visible;
  width: 100%;
}
@media (max-width: 768px) {
  .partners-page-swiper {
    margin-top: 2rem;
  }
}
@media (min-width: 769px) {
  .partners-page-swiper_desktop .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.1rem;
  }
  .partners-page-swiper_desktop .partners-page-swiper__slide {
    margin-right: 0;
    width: 39.6rem;
  }
  .partners-page-swiper_desktop .partners-page-swiper__slide_small::after {
    display: none;
  }
  .partners-page-swiper_desktop .partners-page-swiper__slide_small:nth-of-type(1)::before {
    display: none;
  }
}
.partners-page-swiper__slide {
  width: 43rem;
  height: auto;
  min-height: 25rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(9, 9, 9, 0.1) 100%);
  backdrop-filter: blur(30px);
  margin-right: 3rem;
  border-radius: 1rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .partners-page-swiper__slide {
    width: 34rem;
    margin-right: 1.5rem;
  }
}
.partners-page-swiper__slide_small {
  min-height: 21rem;
}
.partners-page-swiper__slide_small .partners-page-swiper__slide-title {
  margin-bottom: 0;
  margin-top: auto;
  padding-right: 6rem;
  font-size: 4.2rem;
}
.partners-page-swiper__slide_small::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 0.1rem;
  min-height: 1px;
  background: var(--white);
  top: 50%;
  left: calc(100% + 0.1rem);
  z-index: -1;
}
.partners-page-swiper__slide_small:last-child::after {
  content: "";
  display: none;
}
.partners-page-swiper__slide_small:nth-of-type(1)::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: var(--main);
  border-radius: 10rem;
  position: absolute;
  right: -1rem;
  top: calc(50% - 0.9rem);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 1;
}
.partners-page-swiper__slide:last-child {
  margin-right: 0;
}
.partners-page-swiper__slide-number {
  font-size: 6.4rem;
  font-weight: 500;
  color: var(--white);
  opacity: 0.3;
  font-family: var(--hcsd);
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  right: 2rem;
  top: 2rem;
  line-height: 1;
}
.partners-page-swiper__slide-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: var(--hcsd);
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}
.partners-page-swiper__slide-title svg, .partners-page-swiper__slide-title img {
  display: block;
  width: 3rem;
  height: 3rem;
}
.partners-page-swiper__slide-title:has(+ .partners-page-swiper__slide-text) {
  margin-top: -0.3rem;
  margin-bottom: 0.6rem;
}
.partners-page-swiper__slide-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  margin-top: auto;
  line-height: 1;
}
.partners-page-swiper__slide-list {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.partners-page-swiper__slide-list li {
  list-style: disc;
  line-height: 1;
  margin-left: 2.4rem;
}

.partners-first {
  position: relative;
  height: 100svh;
  max-height: 70rem;
  padding-bottom: 6rem;
  border-bottom: 0.5rem solid var(--gold);
  z-index: 50;
}
@media (max-width: 768px) {
  .partners-first {
    max-height: 80rem;
    padding-bottom: 2rem;
  }
}
.partners-first__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000;
}
.partners-first__video .desktop {
  display: block;
}
@media (max-width: 768px) {
  .partners-first__video .desktop {
    display: none;
  }
}
.partners-first__video .mobile {
  display: none;
}
@media (max-width: 768px) {
  .partners-first__video .mobile {
    display: block;
  }
}
.partners-first__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.partners-first__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.6rem;
  -moz-column-gap: 6.6rem;
  column-gap: 6.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding: 0 4rem;
}
@media (max-width: 768px) {
  .partners-first__inner {
    padding: 0;
  }
}
.partners-first__content {
  width: 64rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .partners-first__content {
    width: 100%;
  }
}
.partners-first__title {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .partners-first__title {
    font-size: 4.8rem;
    letter-spacing: -0.02em;
  }
}
.partners-first__description {
  font-size: 2.4rem;
  color: var(--text);
  max-width: 58rem;
}
@media (max-width: 768px) {
  .partners-first__description {
    font-size: 1.8rem;
  }
}
.partners-first__btn {
  height: 6.1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: 20.4rem;
  letter-spacing: 0;
  margin-right: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 768px) {
  .partners-first__btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.partners-first__goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .partners-first__goods {
    display: none;
  }
}
@media (max-width: 768px) {
  .partners-first__goods_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.partners-first__goods-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24.7rem;
  min-height: 11rem;
  background: linear-gradient(100.92deg, rgba(255, 255, 255, 0.15) 0.22%, rgba(0, 0, 0, 0.15) 99.78%);
  backdrop-filter: blur(var(--blur));
  border-radius: 1rem;
  padding: 1.9rem 2rem;
}
@media (max-width: 768px) {
  .partners-first__goods-block {
    width: 17.4rem;
    height: 10rem;
    min-height: unset;
    padding: 1.5rem;
  }
}
.partners-first__goods-block::before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.partners-first__goods-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
  text-align: center;
}
@media (max-width: 768px) {
  .partners-first__goods-text {
    font-size: 1.6rem;
  }
}
.partners-first__goods-text span {
  color: var(--main);
}
.partners-first__goods-text_ttu {
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .partners-first__goods-text_mobile {
    font-size: 1.4rem;
  }
}

.partners-mission__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.partners-mission__title {
  text-align: center;
  font-size: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .partners-mission__title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .partners-mission__title {
    font-size: 4.6rem;
  }
}
.partners-mission__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .partners-mission__title span {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.4rem;
  }
}
.partners-mission__title span img, .partners-mission__title span svg {
  width: 7rem;
  height: 4.5rem;
  display: block;
  margin: 0 1.5rem;
  margin-bottom: 0.5rem;
}
.partners-mission__description {
  font-size: 3rem;
  font-weight: 400;
  color: var(--white);
  max-width: 77.6rem;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .partners-mission__description {
    font-size: 2.4rem;
  }
}

.partners-offline__title {
  font-size: 13rem;
  margin-bottom: 3rem;
  max-width: 52rem;
}
@media (max-width: 768px) {
  .partners-offline__title {
    font-size: 6.4rem;
    margin-bottom: 1rem;
  }
}
.partners-offline__stat {
  padding: 1.5rem 2rem;
  padding-top: 1.8rem;
  padding-bottom: 1.2rem;
  background: var(--main);
  color: var(--white);
  font-size: 4rem;
  font-weight: 500;
  font-family: var(--hcsd);
  margin-bottom: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: auto;
  border-radius: 1rem;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .partners-offline__stat {
    margin-bottom: 2rem;
  }
}
.partners-offline__description {
  font-size: 2.4rem;
  font-weight: 400;
  color: #E7E7E7;
  max-width: 36rem;
}
.partners-offline__images {
  height: 42rem;
  width: 74rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .partners-offline__images {
    width: calc(100% + 1.6rem);
    position: relative;
    margin-top: 4rem;
    margin-right: -1.6rem;
    height: 24rem;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.partners-offline__image {
  width: 57.4rem;
  height: 42rem;
  right: 0;
  top: 0;
  background: #000;
  position: absolute;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .partners-offline__image {
    width: 29.8rem;
    height: 24rem;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    top: 0;
  }
}
.partners-offline__image img, .partners-offline__image svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-offline__image_small {
  width: 32rem;
  height: 31.8rem;
  top: 5.1rem;
  right: 42rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .partners-offline__image_small {
    width: 19.6rem;
    height: 19.6rem;
    right: 17.4rem;
    top: 2.2rem;
  }
}

.partners-order .title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .partners-order .title {
    font-size: 6.4rem;
  }
}
.partners-order__anchor {
  position: absolute;
  top: -5rem;
}
.partners-order__top {
  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;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .partners-order__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.partners-order__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.7rem;
}
@media (max-width: 768px) {
  .partners-order__contacts {
    width: 100%;
  }
}
.partners-order__contacts-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white);
  text-align: right;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .partners-order__contacts-title {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.partners-order__contacts-link {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  text-align: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .partners-order__contacts-link {
    text-align: center;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .partners-order__contacts-link:hover {
    opacity: 0.7;
  }
}
.partners-order__form {
  background: #003C69;
  min-height: 56rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .partners-order__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    background: #0e0e0e;
  }
}
.partners-order__form-left {
  width: 100%;
  position: relative;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 768px) {
  .partners-order__form-left {
    padding: 2rem;
    border-radius: 0 0 1rem 1rem;
    z-index: 2;
    background: #003C69;
  }
}
.partners-order__form-right {
  width: 35rem;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  padding: 3rem;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  row-gap: 1.5rem;
}
@media (max-width: 768px) {
  .partners-order__form-right {
    height: 20rem;
    width: 100%;
    padding: 2rem;
    z-index: 1;
  }
}
.partners-order__form-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.partners-order__form-cover img, .partners-order__form-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-order__form-input {
  height: 6rem;
  width: 100%;
  background: #002F52;
  border: 0.1rem solid #001C32;
  border-radius: 1rem !important;
  font-size: 2.2rem;
  color: #DCE9F2;
  padding: 0 2.2rem;
  outline: none !important;
}
.partners-order__form-input::-webkit-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-input::-moz-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-input:-ms-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-input::-ms-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-input::placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-textarea {
  resize: none;
  height: 12.3rem;
  width: 100%;
  background: #002F52;
  border: 0.1rem solid #001C32;
  border-radius: 1rem !important;
  font-size: 2.2rem;
  color: #DCE9F2;
  padding: 1.8rem 2.2rem;
  outline: none !important;
}
.partners-order__form-textarea::-webkit-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-textarea::-moz-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-textarea:-ms-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-textarea::-ms-input-placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-textarea::placeholder {
  color: rgba(220, 233, 242, 0.6196078431);
}
.partners-order__form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .partners-order__form-buttons {
    gap: 0.5rem;
  }
}
.partners-order__form-btn {
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #001C32;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 400;
  cursor: pointer;
  position: relative;
}
.partners-order__form-btn > input {
  opacity: 0;
  pointer-events: none;
  left: 45%;
  top: 45%;
  position: absolute;
}
.partners-order__form-btn:has(input:checked) {
  background: var(--main);
  border: 0.1rem solid var(--main);
}
.partners-order__form-submit {
  z-index: 10;
  height: 6.1rem;
}
.partners-order__form-policy {
  z-index: 10;
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.partners-order__form-policy a {
  color: var(--main);
  text-decoration: underline;
}
.partners-order__form-policy input {
  position: absolute;
  left: 0;
  top: 0.5rem;
  pointer-events: none;
  opacity: 0;
}
.partners-order__form-policy::before {
  content: "✓";
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: transparent;
}
.partners-order__form-policy:has(input:checked)::before {
  color: var(--white);
}

@media (max-width: 768px) {
  .partners-stats .title {
    margin-bottom: 2rem;
  }
}
.partners-stats__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7.2rem;
  -moz-column-gap: 7.2rem;
  column-gap: 7.2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .partners-stats__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.partners-stats__left {
  width: 63.5rem;
}
.partners-stats__right {
  width: 50.4rem;
}
.partners-stats__chart {
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(var(--blur));
  border-radius: 1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
}
.partners-stats__chart-title {
  font-family: var(--hcsd);
  font-size: 3.6rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.partners-stats__chart-text {
  margin-bottom: 3rem;
  color: #E7E7E7;
  font-size: 1.6rem;
}
.partners-stats__chart-row {
  font-size: 1.8rem;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
  margin-bottom: 1.5rem;
}
.partners-stats__chart-row:last-child {
  margin-bottom: 0;
}
.partners-stats__chart-row p {
  min-width: 8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.partners-stats__chart-row span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 2.7rem;
  font-size: 1.6rem;
}
.partners-stats__chart-line {
  height: 1rem;
  background: var(--main);
  border-radius: 10rem;
  min-width: 2rem;
  width: 2rem;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.partners-stats__image {
  width: 100%;
  height: 30rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 5.8rem;
}
@media (max-width: 768px) {
  .partners-stats__image {
    margin-bottom: 2rem;
  }
}
.partners-stats__image img, .partners-stats__image svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-stats__text {
  font-size: 1.8rem;
  color: var(--white);
}
.partners-stats__text span {
  color: var(--main);
}
.partners-stats__box {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}
@media (max-width: 768px) {
  .partners-stats__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}
.partners-stats__box-el {
  color: var(--white);
  font-size: 1.6rem;
  max-width: 25rem;
}
@media (max-width: 768px) {
  .partners-stats__box-el {
    width: 100%;
    max-width: unset;
  }
}
.partners-stats__box-el span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 0.6rem;
}

.partners-opportunities {
  background: rgba(0, 0, 0, 0.2470588235);
}
.partners-opportunities__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .partners-opportunities__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.partners-opportunities__top .title {
  width: 49.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .partners-opportunities__top .title {
    font-size: 6.4rem;
  }
}
.partners-opportunities__description {
  font-size: 1.8rem;
  color: var(--white);
}
@media (max-width: 768px) {
  .partners-opportunities__description {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }
}
.partners-opportunities__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem;
  position: relative;
}
.partners-opportunities__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3294117647);
  position: relative;
  overflow-y: visible;
  overflow-x: auto;
  scrollbar-width: none;
  margin-left: -7rem;
  margin-right: -7rem;
  padding-left: 7rem;
  padding-right: 7rem;
  padding-bottom: 0.1rem;
}
.partners-opportunities__tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .partners-opportunities__tabs {
    overflow-x: auto;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 0.4rem;
    border: none;
  }
}
.partners-opportunities__swiper {
  width: 100%;
  overflow: visible;
}
.partners-opportunities__tab {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--white);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding-bottom: 1.5rem;
  border-bottom: 0.2rem solid transparent;
  -webkit-transform: translateY(0.15rem);
  -ms-transform: translateY(0.15rem);
  transform: translateY(0.15rem);
  white-space: nowrap;
  position: relative;
  margin-right: 3rem;
}
.partners-opportunities__tab::before {
  content: "";
  position: absolute;
  bottom: -0.15rem;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3294117647);
  width: calc(100% + 3rem);
  left: 0;
  display: block;
  height: 0.1rem;
}
@media (max-width: 768px) {
  .partners-opportunities__tab {
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
    font-size: 2.2rem;
  }
  .partners-opportunities__tab::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    z-index: -1;
    background: rgba(255, 255, 255, 0.3294117647);
    width: calc(100% + 3rem);
    left: 0;
    display: block;
    height: 0.1rem;
  }
}
.partners-opportunities__tab:nth-last-of-type(1) {
  margin-right: 0;
}
@media (min-width: 1921px) {
  .partners-opportunities__tab:nth-last-of-type(1)::before {
    content: "";
    width: 100%;
  }
}
@media (max-width: 768px) {
  .partners-opportunities__tab:nth-last-of-type(1)::before {
    content: "";
    width: 100%;
  }
}
.partners-opportunities__tab.active {
  border-bottom-color: var(--main);
  color: var(--main);
}
.partners-opportunities__box {
  display: none;
  font-size: 1.8rem;
  color: var(--white);
  min-height: 42rem;
  -webkit-column-gap: 2.7rem;
  -moz-column-gap: 2.7rem;
  column-gap: 2.7rem;
}
@media (max-width: 768px) {
  .partners-opportunities__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
}
.partners-opportunities__box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partners-opportunities__box-content {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .partners-opportunities__box-content {
    max-width: 100%;
  }
}
.partners-opportunities__box-title {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-family: var(--hcsd);
}
.partners-opportunities__box-text {
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1.2;
  row-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.partners-opportunities__box-image {
  width: 68rem;
  height: 42rem;
  background: #000;
  border-radius: 1rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .partners-opportunities__box-image {
    width: 100%;
    height: 29rem;
  }
}
.partners-opportunities__box-image img, .partners-opportunities__box-image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.partners-online__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 768px) {
  .partners-online__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.2rem;
    margin-top: 3rem;
  }
}
.partners-online__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
}
.partners-online__col:nth-of-type(1) {
  width: 38rem;
}
@media (max-width: 768px) {
  .partners-online__col:nth-of-type(1) {
    width: 100%;
  }
}
.partners-online__col:nth-of-type(2) {
  width: 42.1rem;
}
@media (max-width: 768px) {
  .partners-online__col:nth-of-type(2) {
    width: 100%;
  }
}
.partners-online__col:nth-of-type(3) {
  width: 37rem;
}
@media (max-width: 768px) {
  .partners-online__col:nth-of-type(3) {
    width: 100%;
  }
}
.partners-online__block {
  padding: 2.3rem 2rem;
  border-radius: 1rem;
  background: linear-gradient(130.94deg, rgba(255, 255, 255, 0.1) 1.58%, rgba(0, 0, 0, 0.1) 98.42%);
  backdrop-filter: blur(var(--blur));
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .partners-online__block {
    padding: 2rem 1.5rem;
  }
}
.partners-online__block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  z-index: 1;
  pointer-events: none;
}
.partners-online__block_lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}
.partners-online__block_donut {
  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;
}
.partners-online__block_chart {
  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;
  padding-right: 1.5rem;
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .partners-online__block_chart {
    padding-left: 4rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: 3rem;
  }
}
.partners-online__block:not(.js-anim-fadeup-block) .svg-chart-line {
  -webkit-animation: chartLine 2.77s linear 1.35s forwards;
  animation: chartLine 2.77s linear 1.35s forwards;
}
@media (max-width: 768px) {
  .partners-online__block:not(.js-anim-fadeup-block) .svg-chart-line {
    -webkit-animation: chartLineM 2.77s linear 1.35s forwards;
    animation: chartLineM 2.77s linear 1.35s forwards;
  }
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-arrow {
  -webkit-animation: chartArrow 4s linear 0s forwards;
  animation: chartArrow 4s linear 0s forwards;
}
@media (max-width: 768px) {
  .partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-arrow {
    -webkit-animation: chartArrowM 4s linear 0s forwards;
    animation: chartArrowM 4s linear 0s forwards;
  }
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-dot-1 {
  opacity: 1;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-dot-2 {
  -webkit-animation: chartDot 0.2s linear 2.1s forwards;
  animation: chartDot 0.2s linear 2.1s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-dot-3 {
  -webkit-animation: chartDot 0.2s linear 2.7s forwards;
  animation: chartDot 0.2s linear 2.7s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-dot-4 {
  -webkit-animation: chartDot 0.2s linear 3.2s forwards;
  animation: chartDot 0.2s linear 3.2s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-dot-5 {
  -webkit-animation: chartDot 0.2s linear 3.7s forwards;
  animation: chartDot 0.2s linear 3.7s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-dot-6 {
  -webkit-animation: chartDot 0.2s linear 3.9s forwards;
  animation: chartDot 0.2s linear 3.9s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-value-1 {
  -webkit-animation: chartDot 0.2s linear 1.1s forwards;
  animation: chartDot 0.2s linear 1.1s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-value-2 {
  -webkit-animation: chartDot 0.2s linear 2.3s forwards;
  animation: chartDot 0.2s linear 2.3s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-value-3 {
  -webkit-animation: chartDot 0.2s linear 2.9s forwards;
  animation: chartDot 0.2s linear 2.9s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-value-4 {
  -webkit-animation: chartDot 0.2s linear 3.4s forwards;
  animation: chartDot 0.2s linear 3.4s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-value-5 {
  -webkit-animation: chartDot 0.2s linear 3.9s forwards;
  animation: chartDot 0.2s linear 3.9s forwards;
}
.partners-online__block:not(.js-anim-fadeup-block) .partners-online__chart-value-6 {
  -webkit-animation: chartDot 0.2s linear 4.1s forwards;
  animation: chartDot 0.2s linear 4.1s forwards;
}
.partners-online__block-text {
  color: var(--white);
  line-height: 1;
  font-size: 2rem;
  font-weight: 400;
}
.partners-online__block-text_big {
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.partners-online__block-text_offset {
  font-size: 1.8rem;
  padding-left: 4.2rem;
}
.partners-online__block-line {
  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;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}
.partners-online__block-line span:nth-of-type(1) {
  width: 1rem;
  height: 1rem;
  background: var(--block-line-color);
  border-radius: 10rem;
}
.partners-online__block-line span:nth-of-type(2) {
  width: 8rem;
}
.partners-online__block-line span:nth-of-type(3) {
  width: 5rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--block-line-color);
}
.partners-online__block-line span:nth-of-type(4) {
  width: 6.5rem;
  font-weight: 500;
}
.partners-online__block-line span:nth-of-type(5) {
  width: 8.8rem;
  font-size: 1.6rem;
}
.partners-online__donut {
  width: 33rem;
  height: 33rem;
  position: relative;
}
@media (max-width: 768px) {
  .partners-online__donut {
    width: 32rem;
    height: 32rem;
  }
}
.partners-online__donut img, .partners-online__donut svg {
  width: 100%;
  height: 100%;
  display: block;
}
.partners-online__donut img path, .partners-online__donut svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.partners-online__donut-labels {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}
.partners-online__donut-labels span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  text-align: center;
  position: absolute;
  color: var(--white);
}
.partners-online__donut-labels span b {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.2rem;
}
.partners-online__donut-labels span:nth-of-type(1) {
  left: 4.1rem;
  top: 6.4rem;
}
.partners-online__donut-labels span:nth-of-type(2) {
  left: 24.1rem;
  top: 6.7rem;
}
.partners-online__donut-labels span:nth-of-type(3) {
  left: 27.2rem;
  top: 19rem;
}
.partners-online__donut-labels span:nth-of-type(4) {
  left: 14rem;
  top: 27.8rem;
}
.partners-online__donut-labels span:nth-of-type(5) {
  left: 2.3rem;
  top: 20.9rem;
}
.partners-online__donut-center {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.1rem;
}
.partners-online__donut-block {
  width: 10.8rem;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--white);
  padding-left: 4rem;
  position: relative;
  min-height: 3.5rem;
}
.partners-online__donut-block b {
  font-weight: 500;
}
.partners-online__donut-block svg {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.partners-online__chart {
  position: relative;
  width: 36.9rem;
  height: 33.2rem;
}
.partners-online__chart > img, .partners-online__chart > svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .partners-online__chart > img, .partners-online__chart > svg {
    height: auto;
    -webkit-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
  }
}
.partners-online__chart .svg-chart-line {
  position: absolute;
  width: 29%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  -o-object-position: center left;
  object-position: center left;
}
@media (max-width: 768px) {
  .partners-online__chart .svg-chart-line {
    width: 29%;
    -webkit-transform: translateY(0rem);
    -ms-transform: translateY(0rem);
    transform: translateY(0rem);
  }
}
@-webkit-keyframes chartLine {
  0% {
    width: 29%;
  }
  17% {
    width: 39.6%;
  }
  44% {
    width: 53.1%;
  }
  62% {
    width: 66.7%;
  }
  76% {
    width: 80.2%;
  }
  92% {
    width: 99%;
  }
  100% {
    width: 99%;
  }
}
@keyframes chartLine {
  0% {
    width: 29%;
  }
  17% {
    width: 39.6%;
  }
  44% {
    width: 53.1%;
  }
  62% {
    width: 66.7%;
  }
  76% {
    width: 80.2%;
  }
  92% {
    width: 99%;
  }
  100% {
    width: 99%;
  }
}
@-webkit-keyframes chartLineM {
  0% {
    width: 29%;
  }
  17% {
    width: 39.6%;
  }
  44% {
    width: 53.1%;
  }
  62% {
    width: 66.7%;
  }
  76% {
    width: 80.2%;
  }
  92% {
    width: 99%;
  }
  100% {
    width: 99%;
  }
}
@keyframes chartLineM {
  0% {
    width: 29%;
  }
  17% {
    width: 39.6%;
  }
  44% {
    width: 53.1%;
  }
  62% {
    width: 66.7%;
  }
  76% {
    width: 80.2%;
  }
  92% {
    width: 99%;
  }
  100% {
    width: 99%;
  }
}
.partners-online__chart-arrow {
  width: 2.7rem;
  height: 1.6rem;
  position: absolute;
  bottom: 8.85rem;
  left: 10.55rem;
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  will-change: transform;
  z-index: 55;
  /* @include mobile{
      animation: unset !important;
      transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
  } */
}
.partners-online__chart-arrow img, .partners-online__chart-arrow svg {
  width: 100%;
  height: 100%;
  display: block;
}
@-webkit-keyframes chartArrow {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(-55deg);
    transform: translate(0rem, 0rem) rotate(-55deg);
  }
  32% {
    -webkit-transform: translate(0rem, 0rem) rotate(-55deg);
    transform: translate(0rem, 0rem) rotate(-55deg);
  }
  50% {
    -webkit-transform: translate(5rem, -7.4rem) rotate(-55.5deg);
    transform: translate(5rem, -7.4rem) rotate(-55.5deg);
  }
  67% {
    -webkit-transform: translate(9.5rem, -14.1rem) rotate(-55.5deg);
    transform: translate(9.5rem, -14.1rem) rotate(-55.5deg);
  }
  68% {
    -webkit-transform: translate(9.4rem, -14.1rem) rotate(-46.6deg);
    transform: translate(9.4rem, -14.1rem) rotate(-46.6deg);
  }
  78% {
    -webkit-transform: translate(14.32rem, -18.7rem) rotate(-41.5deg);
    transform: translate(14.32rem, -18.7rem) rotate(-41.5deg);
  }
  79% {
    -webkit-transform: translate(14.22rem, -18.75rem) rotate(-6deg);
    transform: translate(14.22rem, -18.75rem) rotate(-6deg);
  }
  90% {
    -webkit-transform: translate(19.02rem, -19.2rem) rotate(-11.5deg);
    transform: translate(19.02rem, -19.2rem) rotate(-11.5deg);
  }
  97% {
    -webkit-transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    opacity: 0;
  }
}
@keyframes chartArrow {
  0% {
    -webkit-transform: translate(0rem, 0rem) rotate(-55deg);
    transform: translate(0rem, 0rem) rotate(-55deg);
  }
  32% {
    -webkit-transform: translate(0rem, 0rem) rotate(-55deg);
    transform: translate(0rem, 0rem) rotate(-55deg);
  }
  50% {
    -webkit-transform: translate(5rem, -7.4rem) rotate(-55.5deg);
    transform: translate(5rem, -7.4rem) rotate(-55.5deg);
  }
  67% {
    -webkit-transform: translate(9.5rem, -14.1rem) rotate(-55.5deg);
    transform: translate(9.5rem, -14.1rem) rotate(-55.5deg);
  }
  68% {
    -webkit-transform: translate(9.4rem, -14.1rem) rotate(-46.6deg);
    transform: translate(9.4rem, -14.1rem) rotate(-46.6deg);
  }
  78% {
    -webkit-transform: translate(14.32rem, -18.7rem) rotate(-41.5deg);
    transform: translate(14.32rem, -18.7rem) rotate(-41.5deg);
  }
  79% {
    -webkit-transform: translate(14.22rem, -18.75rem) rotate(-6deg);
    transform: translate(14.22rem, -18.75rem) rotate(-6deg);
  }
  90% {
    -webkit-transform: translate(19.02rem, -19.2rem) rotate(-11.5deg);
    transform: translate(19.02rem, -19.2rem) rotate(-11.5deg);
  }
  97% {
    -webkit-transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    transform: translate(20.86rem, -19.49rem) rotate(-9.9deg);
    opacity: 0;
  }
}
@-webkit-keyframes chartArrowM {
  0% {
    -webkit-transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
    transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
  }
  32% {
    -webkit-transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
    transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
  }
  50% {
    -webkit-transform: translate(4.2rem, -5.85rem) rotate(-55.5deg);
    transform: translate(4.2rem, -5.85rem) rotate(-55.5deg);
  }
  67% {
    -webkit-transform: translate(8.8rem, -12.8rem) rotate(-55.5deg);
    transform: translate(8.8rem, -12.8rem) rotate(-55.5deg);
  }
  68% {
    -webkit-transform: translate(8.7rem, -12.7rem) rotate(-41.9deg);
    transform: translate(8.7rem, -12.7rem) rotate(-41.9deg);
  }
  78% {
    -webkit-transform: translate(13.42rem, -16.8rem) rotate(-41.5deg);
    transform: translate(13.42rem, -16.8rem) rotate(-41.5deg);
  }
  79% {
    -webkit-transform: translate(13.12rem, -16.5rem) rotate(-5.7deg);
    transform: translate(13.12rem, -16.5rem) rotate(-5.7deg);
  }
  90% {
    -webkit-transform: translate(17.92rem, -17rem) rotate(-7.6deg);
    transform: translate(17.92rem, -17rem) rotate(-7.6deg);
  }
  97% {
    -webkit-transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    opacity: 0;
  }
}
@keyframes chartArrowM {
  0% {
    -webkit-transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
    transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
  }
  32% {
    -webkit-transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
    transform: translate(-0.6rem, 1.2rem) rotate(-55deg);
  }
  50% {
    -webkit-transform: translate(4.2rem, -5.85rem) rotate(-55.5deg);
    transform: translate(4.2rem, -5.85rem) rotate(-55.5deg);
  }
  67% {
    -webkit-transform: translate(8.8rem, -12.8rem) rotate(-55.5deg);
    transform: translate(8.8rem, -12.8rem) rotate(-55.5deg);
  }
  68% {
    -webkit-transform: translate(8.7rem, -12.7rem) rotate(-41.9deg);
    transform: translate(8.7rem, -12.7rem) rotate(-41.9deg);
  }
  78% {
    -webkit-transform: translate(13.42rem, -16.8rem) rotate(-41.5deg);
    transform: translate(13.42rem, -16.8rem) rotate(-41.5deg);
  }
  79% {
    -webkit-transform: translate(13.12rem, -16.5rem) rotate(-5.7deg);
    transform: translate(13.12rem, -16.5rem) rotate(-5.7deg);
  }
  90% {
    -webkit-transform: translate(17.92rem, -17rem) rotate(-7.6deg);
    transform: translate(17.92rem, -17rem) rotate(-7.6deg);
  }
  97% {
    -webkit-transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    transform: translate(19.16rem, -17.19rem) rotate(-9.9deg);
    opacity: 0;
  }
}
.partners-online__chart-title {
  font-size: 1.6rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
  width: 100%;
  position: absolute;
  top: -1.9rem;
  left: 0;
  text-align: center;
}
.partners-online__chart-dot {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background: var(--white);
  border-radius: 3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 59;
  opacity: 0;
  /* span{
      position: absolute;
      bottom: calc(100% + rem(0));
      left: 50%;
      transform: translateX(-50%);
      white-space: nowrap;
      padding: 0 rem(10);
      background: rgb(130 130 130 / 77%);
      border-radius: rem(5);
      border: rem(1) solid #FFFFFF1A;
      backdrop-filter: blur(var(--blur));
      color: var(--white);
      font-size: rem(14);
      font-weight: 500;
      line-height: 1;
      height: rem(34);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      opacity: 0;
      pointer-events: none;
      transition-duration: 0.3s;
  } */
  /* &:hover{
      @include NOTmobile{
          background: var(--white);
          &>span{
              opacity: 1;
              transform: translateX(-50%) translateY(rem(-8));
          }
      }
  } */
}
@media (max-width: 768px) {
  .partners-online__chart-dot {
    -webkit-transform: translate(-0.5rem, 1rem);
    -ms-transform: translate(-0.5rem, 1rem);
    transform: translate(-0.5rem, 1rem);
  }
}
.partners-online__chart-dot-1 {
  bottom: 8.25rem;
  left: 9.05rem;
}
@media (max-width: 768px) {
  .partners-online__chart-dot-1 {
    -webkit-transform: translate(-0.5rem, 1rem);
    -ms-transform: translate(-0.5rem, 1rem);
    transform: translate(-0.5rem, 1rem);
  }
}
.partners-online__chart-dot-2 {
  bottom: 15.75rem;
  left: 14.05rem;
}
@media (max-width: 768px) {
  .partners-online__chart-dot-2 {
    -webkit-transform: translate(-0.8rem, 1.5rem);
    -ms-transform: translate(-0.8rem, 1.5rem);
    transform: translate(-0.8rem, 1.5rem);
  }
}
.partners-online__chart-dot-3 {
  bottom: 23.3rem;
  left: 19.1rem;
}
@media (max-width: 768px) {
  .partners-online__chart-dot-3 {
    -webkit-transform: translate(-1.2rem, 2rem);
    -ms-transform: translate(-1.2rem, 2rem);
    transform: translate(-1.2rem, 2rem);
  }
}
.partners-online__chart-dot-4 {
  bottom: 27.9rem;
  left: 24.1rem;
}
@media (max-width: 768px) {
  .partners-online__chart-dot-4 {
    -webkit-transform: translate(-1.45rem, 2.3rem);
    -ms-transform: translate(-1.45rem, 2.3rem);
    transform: translate(-1.45rem, 2.3rem);
  }
}
.partners-online__chart-dot-5 {
  bottom: 28.4rem;
  left: 29.1rem;
}
@media (max-width: 768px) {
  .partners-online__chart-dot-5 {
    -webkit-transform: translate(-1.7rem, 2.3rem);
    -ms-transform: translate(-1.7rem, 2.3rem);
    transform: translate(-1.7rem, 2.3rem);
  }
}
.partners-online__chart-dot-6 {
  bottom: 28.75rem;
  left: 31.3rem;
}
@media (max-width: 768px) {
  .partners-online__chart-dot-6 {
    -webkit-transform: translate(-1.7rem, 2.3rem);
    -ms-transform: translate(-1.7rem, 2.3rem);
    transform: translate(-1.7rem, 2.3rem);
  }
}
@-webkit-keyframes chartDot {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes chartDot {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.partners-online__chart-value {
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 59;
  opacity: 0;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  .partners-online__chart-value {
    -webkit-transform: translate(-0.5rem, 1rem);
    -ms-transform: translate(-0.5rem, 1rem);
    transform: translate(-0.5rem, 1rem);
  }
}
.partners-online__chart-value-1 {
  bottom: 9.55rem;
  left: 6.05rem;
}
@media (max-width: 768px) {
  .partners-online__chart-value-1 {
    -webkit-transform: translate(-0.5rem, 1rem);
    -ms-transform: translate(-0.5rem, 1rem);
    transform: translate(-0.5rem, 1rem);
  }
}
.partners-online__chart-value-2 {
  bottom: 17.05rem;
  left: 10.05rem;
}
@media (max-width: 768px) {
  .partners-online__chart-value-2 {
    -webkit-transform: translate(-0.8rem, 1.5rem);
    -ms-transform: translate(-0.8rem, 1.5rem);
    transform: translate(-0.8rem, 1.5rem);
  }
}
.partners-online__chart-value-3 {
  bottom: 24.7rem;
  left: 15.1rem;
}
@media (max-width: 768px) {
  .partners-online__chart-value-3 {
    -webkit-transform: translate(-1.2rem, 2rem);
    -ms-transform: translate(-1.2rem, 2rem);
    transform: translate(-1.2rem, 2rem);
  }
}
.partners-online__chart-value-4 {
  bottom: 29.1rem;
  left: 20.1rem;
}
@media (max-width: 768px) {
  .partners-online__chart-value-4 {
    -webkit-transform: translate(-1.45rem, 2.3rem);
    -ms-transform: translate(-1.45rem, 2.3rem);
    transform: translate(-1.45rem, 2.3rem);
  }
}
.partners-online__chart-value-5 {
  bottom: 29.9rem;
  left: 26.1rem;
}
@media (max-width: 768px) {
  .partners-online__chart-value-5 {
    -webkit-transform: translate(-1.7rem, 2.3rem);
    -ms-transform: translate(-1.7rem, 2.3rem);
    transform: translate(-1.7rem, 2.3rem);
  }
}
.partners-online__chart-value-6 {
  bottom: 30.35rem;
  left: 31.5rem;
}
@media (max-width: 768px) {
  .partners-online__chart-value-6 {
    -webkit-transform: translate(-1.7rem, 2.3rem);
    -ms-transform: translate(-1.7rem, 2.3rem);
    transform: translate(-1.7rem, 2.3rem);
  }
}

.partners-goods {
  display: none;
}
@media (max-width: 768px) {
  .partners-goods {
    display: block;
    padding: 2rem 0;
  }
}

.js-anim {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /* &:has(+ .js-anim-zoom-2){
      transform: scale(1.08);
  } */
}

.js-delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-delay-2 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-delay-3 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-delay-4 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-delay-5 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-anim-up {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
}

.js-anim-pop {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.js-anim-zoom {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.js-anim-zoom:not(.js-anim-zoom-block) {
  -webkit-animation: zoomIn 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
  animation: zoomIn 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.js-anim-fadeup {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
}
.js-anim-fadeup:not(.js-anim-fadeup-block) {
  -webkit-animation: fadeUp 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s forwards;
  animation: fadeUp 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.7s forwards;
}
@media (max-width: 768px) {
  .js-anim-fadeup:not(.js-anim-fadeup-block) {
    -webkit-animation: fadeUp 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
    animation: fadeUp 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s forwards;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0rem);
    transform: translateY(0rem);
    opacity: 1;
  }
}

.js-anim-fadeup-delay-1:not(.js-anim-fadeup-block) {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
@media (max-width: 768px) {
  .js-anim-fadeup-delay-1:not(.js-anim-fadeup-block) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
  }
}

.js-anim-fadeup-delay-2:not(.js-anim-fadeup-block) {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
@media (max-width: 768px) {
  .js-anim-fadeup-delay-2:not(.js-anim-fadeup-block) {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
  }
}

.js-anim-fadeup-delay-3:not(.js-anim-fadeup-block) {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
@media (max-width: 768px) {
  .js-anim-fadeup-delay-3:not(.js-anim-fadeup-block) {
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
  }
}

.js-anim-fadeup-delay-4:not(.js-anim-fadeup-block) {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
@media (max-width: 768px) {
  .js-anim-fadeup-delay-4:not(.js-anim-fadeup-block) {
    -webkit-animation-delay: 1.1s !important;
    animation-delay: 1.1s !important;
  }
}

.js-anim-fadeup-delay-5:not(.js-anim-fadeup-block) {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
@media (max-width: 768px) {
  .js-anim-fadeup-delay-5:not(.js-anim-fadeup-block) {
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 1.3s !important;
  }
}

.person-section {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
@media (max-width: 768px) {
  .person-section {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .person-section:has(.person-section__out) {
    padding-bottom: 4.6rem;
  }
}
.person-section__top {
  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;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .person-section__top {
    margin-bottom: 3rem;
  }
}
.person-section__title {
  font-family: unset;
  text-transform: unset;
  font-weight: 700;
  font-size: 4.8rem;
  font-family: var(--ttfors);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .person-section__title {
    font-size: 2.8rem;
  }
}
.person-section__out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--ttfors);
  font-size: 1.4rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .person-section__out {
    position: absolute;
    bottom: -4.6rem;
  }
}
@media (min-width: 769px) {
  .person-section__out:hover {
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
  }
  .person-section__out:hover img, .person-section__out:hover svg {
    -webkit-transform: translateX(0.4rem);
    -ms-transform: translateX(0.4rem);
    transform: translateX(0.4rem);
  }
}
.person-section__out img, .person-section__out svg {
  display: block;
  width: 3.1rem;
  height: 0.8rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.person-section .team__frame {
  overflow: visible;
}
.person-section .team__card {
  margin-right: 1.6rem;
}
.person-section .team__card:nth-last-of-type(1) {
  margin-right: 0;
}
.person-section .team__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
.person-section .team__navigation-prev,
.person-section .team__navigation-next {
  width: 5rem;
  height: 5rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 1rem;
}
.person-section .team__navigation-prev svg,
.person-section .team__navigation-next svg {
  width: 5rem;
  height: 5rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.person-section .team__navigation-prev svg path,
.person-section .team__navigation-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke: var(--white);
}
@media (min-width: 769px) {
  .person-section .team__navigation-prev:hover,
  .person-section .team__navigation-next:hover {
    background: var(--main);
  }
  .person-section .team__navigation-prev:hover svg path,
  .person-section .team__navigation-next:hover svg path {
    stroke: var(--white);
  }
}
.person-section .team__navigation-prev.swiper-button-disabled,
.person-section .team__navigation-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.person-section .team__navigation-prev.swiper-button-disabled svg path,
.person-section .team__navigation-next.swiper-button-disabled svg path {
  stroke: var(--white);
}
.person-section .video-gallery__box {
  margin-top: 0;
  overflow: visible;
}
@media (min-width: 769px) {
  .person-section .video-gallery__box .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .person-section .media__swiper-slide {
    width: 32rem;
  }
}
.person-section .photo-gallery__box {
  margin-top: 0;
  overflow: visible;
}
@media (min-width: 769px) {
  .person-section .photo-gallery__box .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .person-section .photo-gallery__card {
    width: 32rem;
    margin-right: 1.6rem;
  }
  .person-section .photo-gallery__card:nth-last-of-type(1) {
    margin-right: 0;
  }
}

.person-hero {
  height: 100svh;
  min-height: 66rem;
  max-height: 73rem;
  background: #000;
  position: relative;
  z-index: 1;
  border-bottom: 0.5rem solid var(--main);
  overflow: hidden;
}
.person-hero_coach .person-hero__specs {
  position: relative;
  right: unset;
  bottom: unset;
  width: unset;
  margin-top: auto;
}
@media (max-width: 768px) {
  .person-hero_coach .person-hero__specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 24rem;
  }
  .person-hero_coach .person-hero__specs span {
    width: auto;
    font-family: unset;
  }
}
.person-hero_coach .person-hero__person {
  left: calc(50% + 3rem);
}
@media (max-width: 768px) {
  .person-hero_coach .person-hero__person {
    left: unset;
    right: -10rem;
  }
}
.person-hero__cover {
  position: absolute;
  background: rgba(255, 0, 0, 0.3411764706);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.person-hero__cover::before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.66;
}
.person-hero__cover img, .person-hero__cover svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: top;
  object-position: top;
}
.person-hero__inner {
  height: 100%;
  padding: 0 5rem;
  padding-bottom: 8.7rem;
  padding-top: 16.8rem;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .person-hero__inner {
    padding: 0 0rem;
    padding-bottom: 1.8rem;
    padding-top: 15rem;
  }
}
.person-hero__back {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  backdrop-filter: blur(var(--blur));
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .person-hero__back {
    position: relative;
    top: unset;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 769px) {
  .person-hero__back:hover {
    background: var(--main);
  }
}
.person-hero__back img, .person-hero__back svg {
  width: 100%;
  height: 100%;
  display: block;
}
.person-hero__name {
  font-size: 9.6rem;
  font-weight: 500;
  font-family: var(--hcsd);
  color: var(--text);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  z-index: 10;
}
@media (max-width: 768px) {
  .person-hero__name {
    font-size: 5.4rem;
  }
}
.person-hero__role {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.9rem;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #DCE9F2;
  text-transform: uppercase;
  margin-top: 0.7rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .person-hero__role {
    font-size: 1.6rem;
  }
}
.person-hero__role span {
  color: var(--main);
}
.person-hero__role img, .person-hero__role svg {
  display: block;
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.person-hero__stats {
  margin-top: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.2rem;
  -moz-column-gap: 2.2rem;
  column-gap: 2.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .person-hero__stats {
    font-size: 1.2rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 15rem;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    text-align: left;
  }
}
.person-hero__stats div {
  max-width: 10rem;
}
.person-hero__stats span {
  color: var(--text);
  font-size: 5.4rem;
  font-family: var(--hcsd);
  line-height: 1;
  margin-bottom: 0.5rem;
  display: block;
}
@media (max-width: 768px) {
  .person-hero__stats span {
    font-size: 4.2rem;
    min-width: 5.2rem;
    margin-bottom: 0;
  }
}
.person-hero__number {
  font-size: 50rem;
  line-height: 1;
  font-family: var(--hcsd);
  color: #01826E;
  font-weight: 600;
  position: absolute;
  bottom: 4.5rem;
  right: 21rem;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  pointer-events: none;
  z-index: 8;
}
@media (max-width: 768px) {
  .person-hero__number {
    right: -0.5rem;
    bottom: 23.5rem;
    font-size: 33rem;
  }
}
.person-hero__number span {
  -webkit-transform: rotateX(-10deg) rotateY(-40deg) rotateZ(0deg);
  transform: rotateX(-10deg) rotateY(-40deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  will-change: transform;
  display: block;
  /* text-shadow:
      0.5px 0.5px 1px #016b5b,
      1px 1px 1px #016b5b,
      1.5px 1.5px 1px #016b5b,
      2px 2px 1px #016b5b,
      2.5px 2.5px 1px #016b5b,
      3px 3px 1px #016b5b,
      3.5px 3.5px 1px #016b5b; */
}
.person-hero__specs {
  position: absolute;
  bottom: 10rem;
  right: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem 5rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main);
  line-height: 1;
  text-transform: uppercase;
  width: 25rem;
  z-index: 10;
}
@media (max-width: 768px) {
  .person-hero__specs {
    display: none;
  }
}
.person-hero__specs span {
  text-transform: none;
  font-weight: 600;
  font-size: 3rem;
  margin-top: 0.6rem;
  display: block;
  color: var(--text);
}
@media (max-width: 768px) {
  .person-hero__specs span {
    font-family: var(--ttfors);
    width: 13.15rem;
  }
}
.person-hero__specs_mobile {
  display: none;
}
@media (max-width: 768px) {
  .person-hero__specs_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    right: unset;
    bottom: unset;
    margin-bottom: 2rem;
    border-radius: 1rem;
    border: 0.1rem solid var(--border);
    padding: 2rem;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
    backdrop-filter: blur(var(--blur));
    gap: 3rem 5.3rem;
  }
}
.person-hero__person {
  width: 50.6rem;
  height: 50.6rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0rem);
  -webkit-transform: translateX(-50%) translateY(2rem) scale(0.9);
  -ms-transform: translateX(-50%) translateY(2rem) scale(0.9);
  transform: translateX(-50%) translateY(2rem) scale(0.9);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: person 0.5s ease-in-out 1s forwards;
  animation: person 0.5s ease-in-out 1s forwards;
  opacity: 0;
  z-index: 9;
}
@media (max-width: 768px) {
  .person-hero__person {
    width: 40rem;
    height: 40rem;
    left: unset;
    right: -9rem;
    -webkit-transform: translateX(0%) translateY(2rem) scale(0.9);
    -ms-transform: translateX(0%) translateY(2rem) scale(0.9);
    transform: translateX(0%) translateY(2rem) scale(0.9);
    -webkit-animation: personM 0.5s ease-in-out 1s forwards;
    animation: personM 0.5s ease-in-out 1s forwards;
  }
}
.person-hero__person img, .person-hero__person svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: top center;
  object-position: top center;
}
@-webkit-keyframes person {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(2rem) scale(0.9);
    transform: translateX(-50%) translateY(2rem) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0rem) scale(1);
    transform: translateX(-50%) translateY(0rem) scale(1);
  }
}
@keyframes person {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(2rem) scale(0.9);
    transform: translateX(-50%) translateY(2rem) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0rem) scale(1);
    transform: translateX(-50%) translateY(0rem) scale(1);
  }
}
@-webkit-keyframes personM {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%) translateY(2rem) scale(0.9);
    transform: translateX(0%) translateY(2rem) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0rem) scale(1);
    transform: translateX(0%) translateY(0rem) scale(1);
  }
}
@keyframes personM {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0%) translateY(2rem) scale(0.9);
    transform: translateX(0%) translateY(2rem) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) translateY(0rem) scale(1);
    transform: translateX(0%) translateY(0rem) scale(1);
  }
}

.person-table {
  font-family: var(--ttfors);
  position: relative;
}
.person-table__logo {
  position: absolute;
  width: 40rem;
  height: 40rem;
  left: 50%;
  top: calc(50% + 6rem);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  opacity: 0.22;
}
@media (max-width: 768px) {
  .person-table__logo {
    width: 37rem;
    height: 37rem;
    top: calc(50% + 6rem);
    opacity: 0.16;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.person-table__logo img, .person-table__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.person-table__top {
  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;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .person-table__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
    margin-bottom: 3rem;
  }
}
.person-table__title {
  color: var(--text);
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .person-table__title {
    font-size: 2.4rem;
  }
}
.person-table__drop {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .person-table__drop {
    font-size: 1.8rem;
  }
}
.person-table__drop::after {
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  background: #000;
  display: block;
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/icons/arrow-drop.svg") no-repeat;
  background-size: cover;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.person-table__drop.open::after {
  content: "";
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.person-table__glossary {
  height: 0rem;
  padding: 0 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (max-width: 768px) {
  .person-table__glossary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 1.5rem;
  }
}
.person-table__glossary div {
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 700;
  opacity: 0;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
@media (max-width: 768px) {
  .person-table__glossary div {
    margin-bottom: 0;
  }
}
.person-table__glossary div span {
  opacity: 0.5;
  font-weight: 400;
}
.person-table__glossary.open {
  height: 5.4rem;
}
@media (max-width: 768px) {
  .person-table__glossary.open {
    height: auto;
    padding-bottom: 2.6rem;
  }
}
.person-table__glossary.open div {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 1;
}
@media (max-width: 768px) {
  .person-table__scroll {
    overflow-x: auto;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 0.6rem;
  }
}
.person-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  overflow: hidden;
}
@media (max-width: 768px) {
  .person-table__body {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.person-table__row {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.3rem;
}
@media (max-width: 768px) {
  .person-table__row {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.person-table__row:nth-of-type(2n) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border-bottom: 0.1rem solid var(--border);
  border-top: 0.1rem solid var(--border);
}
.person-table__row:nth-last-of-type(1) {
  border-bottom: none;
}
.person-table__row div {
  font-size: 1.8rem;
  text-align: center;
  color: var(--text);
  width: 10rem;
}
@media (max-width: 768px) {
  .person-table__row div {
    width: 6rem;
    font-size: 1.6rem;
  }
}
.person-table__row div:nth-of-type(1) {
  text-align: left;
  font-weight: 600;
}
@media (max-width: 768px) {
  .person-table__row div:nth-of-type(1) {
    width: 8rem;
  }
}
.person-table__row div:nth-of-type(2) {
  width: 28.4rem;
  text-align: left;
}
@media (max-width: 768px) {
  .person-table__row div:nth-of-type(2) {
    width: 22rem;
  }
}
.person-table__row_head {
  height: 5rem;
}
.person-table__row_head div {
  font-size: 1.4rem;
  opacity: 0.5;
  font-weight: 400;
}
.person-table__row_total div {
  color: var(--main);
  font-weight: 700;
}
.person-table__row_total div:nth-of-type(1) {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .person-table__row_total div:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

.person-bio {
  position: relative;
  padding: 3rem 0;
}
@media (max-width: 768px) {
  .person-bio {
    padding: 2rem 0;
  }
}
.person-bio__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .person-bio__cover {
    background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/default/person-pattern-mobile.jpg");
    background-size: 100% auto;
  }
}
.person-bio__cover img, .person-bio__cover svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-position: center;
  object-position: center;
}
.person-bio__box {
  padding: 4rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  backdrop-filter: blur(var(--blur));
}
@media (max-width: 768px) {
  .person-bio__box {
    padding: 2rem;
  }
}
.person-bio .content-cms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .person-bio .content-cms {
    row-gap: 1.5rem;
  }
}
.person-bio .content-cms__empty {
  color: var(--white);
  font-size: 3rem;
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .person-bio .content-cms__empty {
    font-size: 2rem;
    padding: 7rem 0;
  }
}
.person-bio .content-cms h2 {
  font-family: var(--hcsd);
  color: var(--main);
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0rem;
  text-transform: uppercase;
}
.person-bio .content-cms h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  color: #FFB41E;
  text-transform: uppercase;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .person-bio .content-cms h3 {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.person-bio .content-cms p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
}
.person-bio__table {
  padding: 2.5rem 3rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  backdrop-filter: blur(var(--blur));
}
@media (max-width: 768px) {
  .person-bio__table {
    padding: 2rem;
  }
}
.person-bio__table-top {
  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;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .person-bio__table-top {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding: 2rem;
    padding-top: 0;
    margin-bottom: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.person-bio__table-top .select {
  max-width: 15rem;
}
.person-bio__table-top .select::after {
  content: "";
  right: 0;
  width: 2rem;
  height: 1.1rem;
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/icons/arrow-drop-red.svg") no-repeat;
  background-size: cover;
}
.person-bio__table-top .select__value {
  background: transparent;
  border: none;
  backdrop-filter: unset;
  color: var(--main);
  font-family: var(--hcsd);
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: right;
  padding-right: 3rem;
}
.person-bio__table-top p.select__value {
  pointer-events: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.person-bio__table-top .select__list {
  background: var(--bg);
  border-radius: 1rem;
}
.person-bio__table-top .select__option {
  text-align: center;
  font-size: 2rem;
}
.person-bio__table-title {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 400;
}
.person-bio__table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .person-bio__table-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem 3rem;
  }
}
.person-bio__table-row div {
  font-size: 3.2rem;
  font-family: var(--ttfors);
  font-weight: 600;
  line-height: 1;
  color: var(--text);
  min-width: 7rem;
  max-width: 14rem;
}
@media (max-width: 768px) {
  .person-bio__table-row div {
    min-width: unset;
    max-width: unset;
    width: 14rem;
  }
}
.person-bio__table-row div span {
  font-size: 1.6rem;
  display: block;
  margin-top: 0.6rem;
  opacity: 0.4;
  font-weight: 400;
}

.event-page-title.title {
  font-family: var(--hcsd);
}
@media (max-width: 768px) {
  .event-page-title.title {
    margin-bottom: 9rem;
    font-size: 4rem;
  }
}
.event-page__section {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background: url(https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/event-page/bg.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .event-page__section {
    padding-top: 2.5rem;
  }
}
.event-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding-bottom: 2.3rem;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1098039216);
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .event-page__top {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-bottom: 0;
  }
}
.event-page__tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  .event-page__tabs {
    gap: 0rem;
    overflow-x: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 2rem;
  }
}
.event-page__tab {
  font-size: 3.2rem;
  font-weight: 400;
  color: var(--text);
  opacity: 0.3;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .event-page__tab {
    font-size: 2.4rem;
    padding-right: 2rem;
  }
}
.event-page__tab:nth-last-of-type(1) {
  padding-right: 0;
}
.event-page__tab.active {
  opacity: 1;
  text-shadow: 0 0 0.1rem var(--text);
}
.event-page__btn {
  height: 6.1rem;
  min-width: 26.3rem;
}
@media (max-width: 768px) {
  .event-page__btn {
    width: calc(100% - 3.2rem);
    position: absolute;
    bottom: calc(100% + 4.6rem);
    margin: 0 1.6rem;
  }
}
.event-page__box {
  display: none;
  min-height: 41.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .event-page__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.event-page__box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.event-page__box-content {
  max-width: 54.4rem;
}
.event-page__box-title {
  font-size: 6.4rem;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .event-page__box-title {
    font-size: 4.8rem;
  }
}
.event-page__box-subtitle {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #FFB41E;
  font-family: var(--hcsd);
  letter-spacing: 0.05em;
  display: none;
}
.event-page__box-text {
  margin-top: 2.4rem;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}
.event-page__box-images {
  position: absolute;
  width: 74rem;
  height: 41.5rem;
  right: -3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .event-page__box-images {
    position: relative;
    right: unset;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: 24rem;
    width: 100%;
    margin-top: 2rem;
    -webkit-transform: translateX(1.6rem);
    -ms-transform: translateX(1.6rem);
    transform: translateX(1.6rem);
  }
}
.event-page__box-img {
  background: #000;
  width: 57.4rem;
  height: 41.5rem;
  border-radius: 1rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .event-page__box-img {
    width: 29.8rem;
    height: 24rem;
    border-radius: 1rem 0 0 1rem;
  }
}
.event-page__box-img_small {
  width: 32rem;
  height: 32rem;
  top: 4.8rem;
  right: 42rem;
}
@media (max-width: 768px) {
  .event-page__box-img_small {
    width: 19.6rem;
    height: 19.6rem;
    top: 2.2rem;
    right: 17.9rem;
    border-radius: 1rem;
  }
}
.event-page__box-img img, .event-page__box-img svg {
  width: 100%;
  height: 100%;
  display: block;
}

.statistics-page .page-head {
  height: 35rem;
  margin-bottom: -16rem;
}
.statistics-page .inner_page {
  min-height: unset;
}
.statistics-page__logo {
  position: absolute;
  width: 47.2rem;
  height: 47.2rem;
  top: 31rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.2;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .statistics-page__logo {
    width: 36rem;
    height: 36rem;
  }
}
.statistics-page__logo img, .statistics-page__logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.statistics-page__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 4.2rem;
}
@media (max-width: 768px) {
  .statistics-page__filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-bottom: 3rem;
  }
}
.statistics-page__title {
  margin-bottom: 0.5rem;
}
.statistics-page__section {
  margin-bottom: 3.6rem;
  z-index: 1;
  position: relative;
}
.statistics-page__section:has(.select) {
  z-index: 5;
}
.statistics-page__section:nth-last-of-type(1) {
  margin-bottom: 5.6rem;
}
.statistics-page__section-title {
  color: var(--main);
  font-size: 3.2rem;
  font-family: var(--ttfors);
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .statistics-page__scroll {
    overflow-x: auto;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 0.6rem;
  }
}
.statistics-page__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  overflow: hidden;
  font-family: var(--ttfors);
  backdrop-filter: blur(var(--blur));
}
@media (max-width: 768px) {
  .statistics-page__table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.statistics-page__table-row {
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 2.3rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border-bottom: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .statistics-page__table-row {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    height: 6.2rem;
  }
}
.statistics-page__table-row:nth-last-of-type(1) {
  border-bottom: none;
}
.statistics-page__table-row div {
  font-size: 1.8rem;
  text-align: center;
  color: var(--text);
  width: 6rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  .statistics-page__table-row div {
    width: 6rem;
    font-size: 1.6rem;
  }
}
.statistics-page__table-row div:nth-of-type(1) {
  font-weight: 600;
  width: 2.7rem;
}
.statistics-page__table-row div:nth-of-type(2) {
  width: 4rem;
}
.statistics-page__table-row div:nth-of-type(2) img, .statistics-page__table-row div:nth-of-type(2) svg {
  width: 4rem;
  height: 4rem;
  display: block;
  background: var(--white);
  border-radius: 10rem;
  -o-object-position: top;
  object-position: top;
}
.statistics-page__table-row div:nth-of-type(3) {
  min-width: 51rem;
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 768px) {
  .statistics-page__table-row div:nth-of-type(3) {
    width: 25rem;
    min-width: unset;
  }
}
.statistics-page__table-row div:nth-of-type(3) span {
  font-weight: 400;
  opacity: 0.5;
}
.statistics-page__table-row div:nth-of-type(4) {
  opacity: 0.5;
}
.statistics-page__table-row_head {
  height: 5rem;
}
.statistics-page__table-row_head div {
  font-size: 1.4rem;
  opacity: 0.5;
  font-weight: 400 !important;
}
.statistics-page__table-row_total div {
  color: var(--main);
  font-weight: 700;
}
.statistics-page__table-row_total div:nth-of-type(1) {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .statistics-page__table-row_total div:nth-of-type(1) {
    font-size: 1.6rem;
  }
}

.trip-page .header__inner {
  display: none;
}
.trip-page .footer {
  display: none;
}
.trip-page .title:not(.trip-first__title, .trip-modal__title) {
  text-transform: unset;
  font-size: 8.2rem;
  color: var(--yellow);
}
@media (max-width: 768px) {
  .trip-page .title:not(.trip-first__title, .trip-modal__title) {
    font-size: 6.4rem;
    line-height: 1;
  }
}
.trip-page .container {
  padding: 0 7rem;
}
@media (max-width: 768px) {
  .trip-page .container {
    padding: 0 1.6rem;
  }
}
.trip-page__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.trip-page__cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.trip-page__bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.trip-page__bg-image {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-filter: blur(1px) brightness(0.8);
  filter: blur(1px) brightness(0.8);
}
.trip-page__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.trip-page__section {
  padding: 7rem 0;
  position: relative;
}
@media (max-width: 768px) {
  .trip-page__section {
    padding: 6rem 0;
  }
}
.trip-page__top {
  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;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .trip-page__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.trip-page__top .title {
  margin-bottom: 0rem;
}
.trip-page__btn {
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/trip-page/button.jpg") no-repeat center center/cover;
  color: #FDE900;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  padding: 0 1rem;
  min-width: 20.4rem;
  height: 6.1rem;
  letter-spacing: unset;
}
.trip-page__btn_white {
  background: var(--white);
  color: var(--main);
}
@media (min-width: 769px) {
  .trip-page__btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    -webkit-column-gap: 2.4rem;
    -moz-column-gap: 2.4rem;
    column-gap: 2.4rem;
  }
}
.trip-page__btn svg {
  width: 1.7rem;
  height: 0.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0.3rem;
}
.trip-page__btn svg path {
  fill: var(--yellow);
}

.trip-first {
  height: 100svh;
  max-height: 73rem;
  z-index: 5;
  position: relative;
  min-height: 70rem;
}
@media (min-width: 1921px) {
  .trip-first {
    min-height: 87rem;
  }
}
@media (max-width: 768px) {
  .trip-first {
    max-height: 66rem;
  }
}
.trip-first::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 15rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(1, 19, 34, 0)), color-stop(33.17%, rgba(1, 19, 34, 0.7)), color-stop(50%, #011322), color-stop(65.87%, rgba(1, 19, 34, 0.7)), color-stop(99%, rgba(1, 19, 34, 0)));
  background: linear-gradient(180deg, rgba(1, 19, 34, 0) 1%, rgba(1, 19, 34, 0.7) 33.17%, #011322 50%, rgba(1, 19, 34, 0.7) 65.87%, rgba(1, 19, 34, 0) 99%);
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trip-first .trip-page__cover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0.0666666667)));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.0666666667));
  z-index: 0;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .trip-first .trip-page__cover::before {
    opacity: 0.7;
  }
}
.trip-first .trip-page__cover img {
  -o-object-position: bottom !important;
  object-position: bottom !important;
}
.trip-first__logo {
  position: absolute;
  top: 16rem;
  right: 7rem;
  z-index: 2;
  width: 14.3rem;
  height: 15rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .trip-first__logo {
    display: none;
  }
}
.trip-first__logo img, .trip-first__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.trip-first__inner {
  height: 100%;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .trip-first__inner {
    padding-bottom: 2rem;
  }
}
.trip-first__title {
  color: var(--white);
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-size: 7.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .trip-first__title {
    font-size: 4.8rem;
  }
}
.trip-first__dates {
  color: var(--white);
  margin-bottom: 1rem;
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .trip-first__dates {
    font-size: 1.8rem;
  }
}
.trip-first__dates-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  font-size: 2.4rem;
  background: #E40521;
}
.trip-first__description {
  color: var(--white);
  max-width: 93.5rem;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .trip-first__description {
    font-size: 1.6rem;
  }
}
.trip-first__btn {
  margin-right: auto;
  height: 6.1rem;
  min-width: 21.4rem;
}
@media (max-width: 768px) {
  .trip-first__btn {
    margin: 0;
    width: 100%;
  }
}

.trip-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem 0rem;
}
@media (max-width: 768px) {
  .trip-about__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 0rem;
  }
}
.trip-about__col {
  width: 50%;
}
@media (max-width: 768px) {
  .trip-about__col {
    width: 100%;
  }
}
.trip-about__description {
  color: var(--yellow);
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.4;
}
.trip-about__images {
  margin-top: 3rem;
  overflow: visible;
}
.trip-about__image {
  background: #000;
  width: 29.3rem;
  height: 28rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 2rem;
}
.trip-about__image img, .trip-about__image svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .trip-about__image {
    width: 34rem;
    height: 23rem;
  }
}
.trip-about__image:nth-last-of-type(1) {
  margin-right: 0;
}
.trip-about__image_wide {
  width: 58.5rem;
}
@media (max-width: 768px) {
  .trip-about__image_wide {
    width: 34rem;
  }
}

.trip-rivals__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .trip-rivals__tabs {
    width: 100%;
  }
}
.trip-rivals__tab {
  font-size: 3.2rem;
  font-family: var(--hcsd);
  width: 15rem;
  height: 6.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(98.57deg, rgba(255, 255, 255, 0) 0.77%, rgba(255, 255, 255, 0.1) 99.23%);
  backdrop-filter: blur(var(--blur));
  color: var(--yellow);
  border: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .trip-rivals__tab {
    width: 50%;
  }
}
.trip-rivals__tab.active {
  background: var(--bg);
  border-color: var(--bg);
}
.trip-rivals__box {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  display: none;
}
@media (max-width: 768px) {
  .trip-rivals__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.trip-rivals__box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trip-rivals__col {
  width: calc(50% - 1.5rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trip-rivals__col {
    width: 100%;
  }
}
.trip-rivals__content {
  padding-left: 17rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  font-size: 1.8rem;
  color: var(--yellow);
  position: relative;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .trip-rivals__content {
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.trip-rivals__content-title.title {
  font-size: 4.2rem !important;
  margin-bottom: 0rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .trip-rivals__content-title.title {
    min-height: 8rem;
    padding-left: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
  }
}
.trip-rivals__content-logo {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 2rem;
}
@media (max-width: 768px) {
  .trip-rivals__content-logo {
    width: 8rem;
    height: 8rem;
    left: 0rem;
  }
}
.trip-rivals__content-logo img, .trip-rivals__content-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.trip-rivals__content-btn {
  margin-top: 1.5rem;
  margin-right: auto;
}
@media (max-width: 768px) {
  .trip-rivals__content-btn {
    width: 100%;
    margin-right: unset;
  }
}
.trip-rivals__image {
  background: #000;
  width: 100%;
  height: 31.3rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .trip-rivals__image {
    height: 23rem;
  }
}
.trip-rivals__image img, .trip-rivals__image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.trip-celebrity__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}
@media (max-width: 768px) {
  .trip-celebrity__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4rem;
  }
}
.trip-celebrity__col {
  width: 56.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trip-celebrity__col {
    width: 100%;
  }
}
.trip-celebrity__content {
  font-size: 1.8rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  color: var(--yellow);
  padding-left: 5rem;
}
@media (max-width: 768px) {
  .trip-celebrity__content {
    padding-left: 0;
    font-size: 1.6rem;
  }
}
.trip-celebrity .trip-celebrity__title.title {
  margin-bottom: 3rem;
  line-height: 1;
  font-size: 7.2rem;
}
@media (max-width: 768px) {
  .trip-celebrity .trip-celebrity__title.title {
    font-size: 4.8rem;
  }
}
.trip-celebrity__images {
  min-height: 45.5rem;
  position: relative;
  width: 100%;
  width: 67.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trip-celebrity__images {
    width: 100%;
    min-height: 24rem;
    -webkit-transform: translateX(1.6rem);
    -ms-transform: translateX(1.6rem);
    transform: translateX(1.6rem);
  }
}
.trip-celebrity__image {
  width: 60.5rem;
  height: 37rem;
  background: #000;
  border-radius: 1rem 0 0 1rem;
  overflow: hidden;
  position: absolute;
  right: 0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .trip-celebrity__image {
    width: 29.8rem;
    height: 24rem;
  }
}
.trip-celebrity__image_small {
  width: 30rem;
  height: 28.5rem;
  right: unset;
  left: 0;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .trip-celebrity__image_small {
    width: 19.6rem;
    height: 19.6rem;
    left: -1.6rem;
  }
}
.trip-celebrity__image img, .trip-celebrity__image svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.trip-show__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .trip-show__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 3rem;
  }
}
.trip-show__col {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .trip-show__col {
    width: 100%;
  }
}
.trip-show__content {
  font-size: 1.8rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  color: var(--yellow);
}
@media (max-width: 768px) {
  .trip-show__content {
    font-size: 1.6rem;
  }
}
.trip-show__title {
  line-height: 1;
}
.trip-show__swiper {
  width: 100%;
  height: 60rem;
  position: relative;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .trip-show__swiper {
    height: 26rem;
  }
}
.trip-show__swiper .swiper-pagination {
  bottom: 2rem;
}
.trip-show__swiper .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
  background: var(--yellow);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0 1rem !important;
}
@media (max-width: 768px) {
  .trip-show__swiper .swiper-pagination-bullet {
    margin: 0 0.7rem !important;
  }
}
.trip-show__swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #E2101D;
}
.trip-show__swiper-slide {
  border-radius: 1rem;
  overflow: hidden;
  background: #000;
  height: 100%;
  margin-right: 2rem;
}
.trip-show__swiper-slide:nth-last-of-type(1) {
  margin-right: 0;
}
.trip-show__swiper-slide::before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: -1%;
  width: 102%;
  height: 15rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7137254902)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7137254902));
  z-index: 1;
}
.trip-show__swiper-slide img, .trip-show__swiper-slide svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.trip-stadium {
  position: relative;
  background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/trip-page/stadium.webp") no-repeat center center/cover;
}
@media (max-width: 768px) {
  .trip-stadium {
    background: url("https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/trip-page/stadium.webp") no-repeat 55% center/cover;
    background-size: 300% 170%;
  }
}
.trip-stadium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.4;
}
.trip-stadium__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  max-width: 60.4rem;
}
.trip-stadium__title {
  line-height: 1;
  margin-bottom: 1.5rem;
}
.trip-stadium__text {
  font-size: 2rem;
  line-height: 1.3;
  color: var(--yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
  /* &_small{
      font-size: rem(20);
      line-height: 1.4;

      @include mobile{
          font-size: rem(16);
      }
  } */
}
@media (max-width: 768px) {
  .trip-stadium__text {
    font-size: 1.6rem;
  }
}
.trip-stadium__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  margin-top: 2.5rem;
}
.trip-stadium__stats div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  color: var(--yellow);
  line-height: 1;
  font-size: 1.6rem;
  min-width: 16rem;
}
.trip-stadium__stats div span {
  font-size: 6.4rem;
  font-weight: 500;
  font-family: var(--hcsd);
  color: var(--main);
}

.trip-tickets__title {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .trip-tickets__title {
    margin-bottom: 2.5rem;
  }
}
.trip-tickets__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .trip-tickets__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 11rem;
  }
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="0"] .trip-tickets__seats-row.active) .trip-tickets__stadium[data-tab-number="0"] .seats-all {
  opacity: 0.1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="0"] .trip-tickets__seats-row.active[data-type=a]) .trip-tickets__stadium[data-tab-number="0"] .seats-a {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="0"] .trip-tickets__seats-row.active[data-type=b]) .trip-tickets__stadium[data-tab-number="0"] .seats-b {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="0"] .trip-tickets__seats-row.active[data-type=c]) .trip-tickets__stadium[data-tab-number="0"] .seats-c {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="0"] .trip-tickets__seats-row.active[data-type=d]) .trip-tickets__stadium[data-tab-number="0"] .seats-d {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="0"] .trip-tickets__seats-row.active[data-type=e]) .trip-tickets__stadium[data-tab-number="0"] .seats-e {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="1"] .trip-tickets__seats-row.active) .trip-tickets__stadium[data-tab-number="1"] .seats-all {
  opacity: 0.1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="1"] .trip-tickets__seats-row.active[data-type=a]) .trip-tickets__stadium[data-tab-number="1"] .seats-a {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="1"] .trip-tickets__seats-row.active[data-type=b]) .trip-tickets__stadium[data-tab-number="1"] .seats-b {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="1"] .trip-tickets__seats-row.active[data-type=c]) .trip-tickets__stadium[data-tab-number="1"] .seats-c {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="1"] .trip-tickets__seats-row.active[data-type=d]) .trip-tickets__stadium[data-tab-number="1"] .seats-d {
  opacity: 1;
}
.trip-tickets__wrapper:has(.trip-tickets__seats[data-tab-number="1"] .trip-tickets__seats-row.active[data-type=e]) .trip-tickets__stadium[data-tab-number="1"] .seats-e {
  opacity: 1;
}
.trip-tickets__seats {
  width: 27rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 768px) {
  .trip-tickets__seats {
    width: 100%;
  }
}
.trip-tickets__seats.active {
  display: block;
}
.trip-tickets__seats-total {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--white);
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--white);
}
@media (max-width: 768px) {
  .trip-tickets__seats-total {
    margin-bottom: 1.5rem;
  }
}
.trip-tickets__seats-total span {
  font-size: 2rem;
  color: var(--yellow);
  font-weight: 700;
}
.trip-tickets__seats-box {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-radius: 1rem;
  backdrop-filter: blur(24px);
  border: 0.1rem solid var(--border);
  overflow: hidden;
}
.trip-tickets__seats-row {
  border-bottom: 0.1rem solid var(--border);
}
.trip-tickets__seats-row:has(input[data-max="0"]) {
  pointer-events: none;
  opacity: 0.2;
}
.trip-tickets__seats-row:nth-of-type(1) .trip-tickets__seats-text {
  border-radius: 1rem 1rem 0 0;
}
.trip-tickets__seats-row:nth-last-of-type(1) {
  border-bottom: none;
}
.trip-tickets__seats-row.active .trip-tickets__seats-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.trip-tickets__seats-row.active .trip-tickets__seats-text {
  border: 0.1rem solid rgba(255, 255, 255, 0.6980392157);
}
.trip-tickets__seats-row.active .trip-tickets__seats-text span {
  opacity: 1;
}
.trip-tickets__seats-text {
  font-size: 1.8rem;
  line-height: 1;
  color: var(--white);
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  cursor: pointer;
  background: var(--seats-row-bg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 769px) {
  .trip-tickets__seats-text:hover span {
    opacity: 1;
  }
}
.trip-tickets__seats-text span {
  opacity: 0.5;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.trip-tickets__seats-text::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 5rem;
  background: var(--seats-row-dot);
}
.trip-tickets__seats-add {
  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;
  padding: 2rem;
  padding-top: 0.8rem;
}
.trip-tickets__seats-add span {
  opacity: 0.5;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  color: var(--white);
}
.trip-tickets__seats-buttons {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.trip-tickets__seats-buttons * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.trip-tickets__seats-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  background: linear-gradient(130.03deg, rgba(0, 0, 0, 0.044) 3.65%, rgba(0, 0, 0, 0.22) 96.35%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  color: var(--white);
  padding-top: 0.2rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* &.disabled{
      opacity: 0.5;
      pointer-events: none;
  } */
}
@media (min-width: 769px) {
  .trip-tickets__seats-btn:hover {
    background: var(--border);
  }
}
.trip-tickets__seats-value {
  background: transparent !important;
  color: var(--white) !important;
  font-size: 2rem;
  line-height: 1;
  pointer-events: none;
  border: none;
  text-align: center;
  outline: none;
  width: 2rem;
  padding: 0 !important;
}
.trip-tickets__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .trip-tickets__main {
    margin-top: 3rem;
  }
}
.trip-tickets__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  border-bottom: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .trip-tickets__tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.6rem;
    border: none;
    position: absolute;
    top: 0;
  }
}
.trip-tickets__tab {
  font-size: 2.4rem;
  color: var(--white);
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 0.4rem solid transparent;
  padding-bottom: 1.5rem;
  margin-bottom: -0.2rem;
}
@media (max-width: 768px) {
  .trip-tickets__tab {
    white-space: nowrap;
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.3rem solid transparent;
    position: relative;
    width: 100%;
  }
  .trip-tickets__tab::before {
    content: "";
    position: absolute;
    bottom: -0.2rem;
    left: 0;
    border-bottom: 0.1rem solid var(--border);
    width: 100%;
  }
}
@media (min-width: 769px) {
  .trip-tickets__tab:hover {
    opacity: 1;
  }
}
.trip-tickets__tab.active {
  color: var(--yellow);
  opacity: 1;
  border-color: var(--yellow);
}
.trip-tickets__box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .trip-tickets__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
}
.trip-tickets__stadium {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  backdrop-filter: blur(24px);
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  width: 53.8rem;
  height: 37rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}
@media (max-width: 768px) {
  .trip-tickets__stadium {
    width: 100%;
    height: unset;
  }
}
.trip-tickets__stadium.active {
  display: block;
}
.trip-tickets__stadium img, .trip-tickets__stadium svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .trip-tickets__stadium img, .trip-tickets__stadium svg {
    height: 26.8rem;
  }
}
.trip-tickets__stadium path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.trip-tickets__stadium .seats-opacity {
  opacity: 0.1 !important;
}
.trip-tickets__stadium .seats-show {
  opacity: 1 !important;
}
.trip-tickets__stadium-logo {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15.1rem;
  pointer-events: none;
}
@media (max-width: 768px) {
  .trip-tickets__stadium-logo {
    top: 11.2rem;
    width: 4rem;
    height: 4rem;
  }
}
.trip-tickets__stadium-logo img, .trip-tickets__stadium-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.trip-tickets__legend {
  display: none;
}
@media (max-width: 768px) {
  .trip-tickets__legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem;
    margin-top: -1rem;
    row-gap: 0.4rem;
  }
  .trip-tickets__legend div {
    width: 33.3333%;
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.5019607843);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .trip-tickets__legend div::before {
    content: "";
    border-radius: 10rem;
    width: 1rem;
    height: 1rem;
    background: var(--dot-bg);
  }
}
.trip-tickets__info {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  backdrop-filter: blur(24px);
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem;
  width: 100%;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .trip-tickets__info {
    padding: 0;
    background: unset;
    border-radius: unset;
    backdrop-filter: unset;
    border: none;
  }
}
.trip-tickets__info-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20rem;
  font-size: 2rem;
  opacity: 0.7;
  color: var(--white);
  text-align: center;
}
@media (max-width: 768px) {
  .trip-tickets__info-empty {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .trip-tickets__info-block {
    display: none !important;
  }
}
.trip-tickets__info-block_border {
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid var(--border);
  margin-bottom: 1.5rem;
}
.trip-tickets__info-match {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .trip-tickets__info-match {
    display: none;
  }
}
.trip-tickets__info-tickets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .trip-tickets__info-tickets {
    display: none;
  }
}
.trip-tickets__info-line {
  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;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 1.6rem;
  color: var(--white);
  line-height: 2.2rem;
}
@media (max-width: 768px) {
  .trip-tickets__info-line {
    display: none;
  }
}
.trip-tickets__info-line span {
  font-size: 1.8rem;
}
.trip-tickets__info-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .trip-tickets__info-bottom {
    margin-top: 0;
  }
}
.trip-tickets__info-total {
  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;
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 1.5rem;
  min-height: 3rem;
}
.trip-tickets__info-total span {
  font-size: 2.4rem;
}
.trip-tickets__info-btn {
  width: 100%;
  margin-left: unset;
}
.trip-tickets__note {
  font-size: 1.6rem;
  color: var(--yellow);
}
@media (max-width: 768px) {
  .trip-tickets__note {
    font-size: 1.4rem;
  }
}
.trip-tickets__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .trip-tickets__contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.5rem;
  }
}
.trip-tickets__contacts-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--yellow);
  width: 56rem;
}
@media (max-width: 768px) {
  .trip-tickets__contacts-title {
    font-size: 2rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.trip-tickets__contacts-block {
  width: 29rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  color: var(--white);
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .trip-tickets__contacts-block {
    width: 100%;
  }
}
.trip-tickets__contacts-block span {
  color: var(--yellow);
}
.trip-tickets__contacts-block a {
  color: var(--yellow);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .trip-tickets__contacts-block a:hover {
    opacity: 0.7;
  }
}

.trip-map .trip-page__top {
  margin-bottom: 4rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.trip-map__title {
  margin-bottom: 2.5rem;
  width: 57rem;
}
.trip-map__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4.5rem;
  -moz-column-gap: 4.5rem;
  column-gap: 4.5rem;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .trip-map__address {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
  }
}
.trip-map__address div {
  margin-top: 0.8rem;
  width: 28.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
  color: var(--yellow);
}
@media (max-width: 768px) {
  .trip-map__address div {
    width: 100%;
    margin-top: 0;
  }
}
.trip-map__address div a {
  color: var(--yellow);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
@media (min-width: 769px) {
  .trip-map__address div a:hover {
    opacity: 0.7;
  }
}
.trip-map__address div span {
  color: var(--white);
  opacity: 1;
}
.trip-map__map {
  width: 100%;
  height: 50rem;
  background: #000;
  border-radius: 1rem;
  overflow: hidden;
}
.trip-map__map iframe {
  width: 100%;
  height: calc(100% + 0px);
  border: none;
}
.trip-map__map iframe.map-google {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  height: calc(100% + 60px);
}

.match-page {
  font-family: var(--ttfors);
}
.match-page section {
  z-index: 2;
  position: relative;
}

.match-main {
  padding-top: calc(10rem + 54px);
  z-index: 1;
  min-height: 50rem;
}
.match-main__shape {
  position: absolute;
  top: -27rem;
  left: -40rem;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 140rem;
  height: 140rem;
  opacity: 0.17;
  pointer-events: none;
}
.match-main__shape_reverse {
  left: unset;
  right: -40rem;
}
.match-main__shape_reverse img, .match-main__shape_reverse svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.match-main__shape img, .match-main__shape svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.match-main__wrap {
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%), linear-gradient(90deg, rgba(255, 180, 30, 0.33) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 130, 110, 0.33) 100%);
  position: relative;
  backdrop-filter: blur(6px);
}
.match-main__wrap_reverse {
  background: linear-gradient(-135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%), linear-gradient(-90deg, rgba(255, 180, 30, 0.33) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 130, 110, 0.33) 100%);
}
.match-main__wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.1rem solid var(--border);
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 1rem;
}
.match-main__top {
  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;
  min-height: 6rem;
  padding: 0 3rem;
  border-bottom: 0.1rem solid var(--border);
  position: relative;
}
@media (max-width: 768px) {
  .match-main__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2rem;
    padding-top: 1.5rem;
  }
}
.match-main__top-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 31%;
}
@media (max-width: 768px) {
  .match-main__top-col {
    width: 100%;
    padding: 0.5rem 0;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.match-main__top-col_jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .match-main__top-col_jcc {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    border-top: 0.1rem solid var(--border);
    margin-top: 1rem;
    padding: 1.2rem 0;
  }
}
.match-main__top-col_jcfe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .match-main__top-col_jcfe {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.match-main__top-icon {
  width: 2.5rem;
  height: 2.5rem;
  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-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .match-main__top-icon {
    width: 2rem;
    height: 2rem;
  }
}
.match-main__top-icon img, .match-main__top-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.match-main__top-date {
  font-size: 2rem;
  font-weight: 400;
  color: var(--text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .match-main__top-date {
    font-size: 1.6rem;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.match-main__top-date span {
  font-weight: 600;
}
.match-main__top-date hr {
  width: 0.1rem;
  border: none;
  background: var(--white);
  height: 1.4rem;
  display: block;
}
.match-main__top-league {
  height: 3.7rem;
  position: relative;
  margin-right: 0.5rem;
}
.match-main__top-league img, .match-main__top-league svg {
  width: auto;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.match-main__top-tournament {
  font-size: 1.4rem;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.match-main__top-tournament span {
  opacity: 0.5;
}
.match-main__top-stadium {
  font-size: 2rem;
  color: #CACACA;
  line-height: 1;
}
@media (max-width: 768px) {
  .match-main__top-stadium {
    font-size: 1.6rem;
  }
}
.match-main__box {
  padding: 3rem;
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .match-main__box {
    padding: 2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .match-main__box:has(.match-main__btn) .match-main__box-col_mid {
    min-height: 26rem;
  }
  .match-main__box:has(.match-main__btn) .match-main__periods {
    bottom: 7rem;
  }
}
.match-main__box-col {
  width: 40%;
}
@media (max-width: 768px) {
  .match-main__box-col {
    width: 9.6rem;
  }
}
.match-main__box-col_mid {
  max-width: 28rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .match-main__box-col_mid {
    width: 10.8rem;
    min-height: 20rem;
    position: relative;
  }
}
.match-main__box-col_reverse .match-main__team {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .match-main__box-col_reverse .match-main__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.match-main__box-col_reverse .match-main__team-name {
  text-align: right;
}
@media (max-width: 768px) {
  .match-main__box-col_reverse .match-main__team-name {
    text-align: center;
  }
}
.match-main__box-col_reverse .match-main__team-city {
  text-align: right;
}
@media (max-width: 768px) {
  .match-main__box-col_reverse .match-main__team-city {
    text-align: center;
  }
}
.match-main__box-col_reverse .match-main__events {
  padding-left: 0;
  padding-right: 2.2rem;
}
.match-main__score {
  font-size: 10rem;
  font-family: var(--hcsd);
  color: var(--main);
  font-weight: 500;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .match-main__score {
    font-size: 7.2rem;
    margin-top: 1.3rem;
  }
}
.match-main__status {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: var(--ttfors);
  margin-top: 0.8rem;
  color: var(--white);
  opacity: 0.2;
}
@media (max-width: 768px) {
  .match-main__status {
    font-size: 1.6rem;
    margin-top: 1.4rem;
  }
}
.match-main__status_color {
  color: var(--main);
  opacity: 1;
}
.match-main__status_live {
  color: var(--white);
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  text-transform: uppercase;
  padding-left: 2.6rem;
}
.match-main__status_live::after {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  background: var(--mainDark);
  border-radius: 10rem;
  display: block;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.match-main__periods {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  font-family: var(--ttfors);
  margin-top: 2rem;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 768px) {
  .match-main__periods {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30rem;
    margin-top: 0;
  }
}
.match-main__btn {
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  font-family: var(--hcsd);
  max-width: 24rem;
  padding: 0;
  margin: 0 auto;
  margin-top: 2rem;
  background: transparent;
  border: 0.1rem solid var(--white);
  color: var(--white);
  padding-bottom: 0.2rem;
}
@media (max-width: 768px) {
  .match-main__btn {
    position: absolute;
    bottom: 0rem;
    left: 2rem;
    width: 31.8rem;
    max-width: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.match-main__btn img, .match-main__btn svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  margin-bottom: 0.3rem;
}
@media (min-width: 769px) {
  .match-main__btn:hover {
    background: var(--main);
    border-color: var(--main);
  }
}
.match-main__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 768px) {
  .match-main__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 9.6rem;
    row-gap: 1rem;
  }
}
.match-main__team-logo {
  width: 11rem;
  height: 11rem;
  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;
  border: 1px solid var(--border);
  border-radius: 20rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
}
@media (max-width: 768px) {
  .match-main__team-logo {
    width: 9rem;
    height: 9rem;
    margin: 0 auto;
  }
}
.match-main__team-logo img, .match-main__team-logo svg {
  width: 8rem;
  height: 8rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .match-main__team-logo img, .match-main__team-logo svg {
    width: 6.1rem;
    height: 6.1rem;
  }
}
.match-main__team-name {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: var(--ttfors);
}
@media (max-width: 768px) {
  .match-main__team-name {
    font-size: 1.8rem;
    text-align: center;
  }
}
.match-main__team-city {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  font-family: var(--ttfors);
}
@media (max-width: 768px) {
  .match-main__team-city {
    font-size: 1.2rem;
    text-align: center;
  }
}
.match-main__events {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
  padding-left: 2.2rem;
}
@media (max-width: 768px) {
  .match-main__events {
    display: none;
  }
}
.match-main__mobile-events {
  display: none;
}
@media (max-width: 768px) {
  .match-main__mobile-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1.6rem;
    margin-top: 3rem;
  }
}
.match-main__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.2rem;
  -moz-column-gap: 3.2rem;
  column-gap: 3.2rem;
}
@media (max-width: 768px) {
  .match-main__event {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.match-main__event__reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.match-main__event__reverse .match-main__event-time {
  text-align: right;
}
.match-main__event__reverse .match-main__event-name {
  text-align: right;
}
.match-main__event__reverse .match-main__event-assists {
  text-align: right;
}
@media (max-width: 768px) {
  .match-main__event__reverse .match-main__event-assists {
    padding-right: 0;
    padding-left: 5rem;
  }
}
.match-main__event-time {
  font-size: 2.2rem;
  font-weight: 800;
  color: #FFB41E;
  line-height: 1;
  min-width: 7rem;
}
@media (max-width: 768px) {
  .match-main__event-time {
    min-width: 4.5rem;
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}
.match-main__event-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .match-main__event-name {
    font-size: 1.6rem;
  }
}
.match-main__event-assists {
  font-size: 1.6rem;
  font-weight: 400;
  color: #DCE9F2;
  line-height: 1.1;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .match-main__event-assists {
    font-size: 1.4rem;
    padding-right: 5rem;
  }
}

.match-penalty {
  margin: 1.5rem 0;
  font-family: var(--ttfors);
  color: var(--text);
  position: relative;
  z-index: 3;
}
.match-penalty__wrap {
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  position: relative;
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
}
.match-penalty__top {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  height: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 3rem;
  margin-top: 1rem;
}
.match-penalty__top div {
  opacity: 0.5;
  width: 27.4rem;
}
.match-penalty__top div:nth-of-type(1) {
  width: 5.2rem;
  text-align: center;
}
.match-penalty__line {
  width: 100%;
  padding: 0 3rem;
  border-top: 0.1rem solid var(--border);
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.match-penalty__line > div {
  width: 27.4rem;
}
.match-penalty__line > div:nth-of-type(1) {
  width: 5.2rem;
  text-align: center;
}
.match-penalty__card {
  padding-left: 3rem;
  position: relative;
  line-height: 1;
}
.match-penalty__card::before {
  content: attr(data-player);
  position: absolute;
  width: 2.5rem;
  top: 0;
  left: 0;
  text-align: left;
}
.match-penalty__card span {
  color: #C5C5C5;
  display: block;
  font-weight: 400;
}

.new-match-penalty {
  margin: 1.5rem 0;
  font-family: var(--ttfors);
  color: var(--text);
  position: relative;
  z-index: 3;
}
.new-match-penalty__wrap {
  border-radius: 1rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  position: relative;
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
}
.new-match-penalty__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  font-size: 1.8rem;
  color: var(--white);
  text-align: center;
  padding: 1.8rem 0;
  padding-bottom: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.new-match-penalty__top span {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  opacity: 0.5;
}
.new-match-penalty__line {
  width: 100%;
  padding: 0 3rem;
  border-top: 0.1rem solid var(--border);
  min-height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}
@media (max-width: 768px) {
  .new-match-penalty__line {
    padding: 1.5rem 0.7rem;
    padding-top: 2rem;
    font-size: 1.4rem;
    height: auto;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.new-match-penalty__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .new-match-penalty__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .new-match-penalty__left * {
    text-align: right;
  }
}
.new-match-penalty__score {
  width: 10rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .new-match-penalty__score {
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 0.8rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.new-match-penalty__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .new-match-penalty__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.new-match-penalty__right .new-match-penalty__card {
  padding-left: unset;
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .new-match-penalty__right .new-match-penalty__card {
    padding-right: 0;
    text-align: right;
  }
}
.new-match-penalty__right .new-match-penalty__card::before {
  left: unset;
  right: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .new-match-penalty__right .new-match-penalty__card::after {
    content: "";
    width: 0.1rem;
    background: var(--white);
    height: 100%;
    position: absolute;
    left: -0.5rem;
    top: 0;
    opacity: 0.5;
  }
}
.new-match-penalty__right .new-match-penalty__role {
  left: unset;
  right: 3rem;
}
@media (max-width: 768px) {
  .new-match-penalty__right .new-match-penalty__role {
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.new-match-penalty__role {
  position: absolute;
  left: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  color: rgba(255, 255, 255, 0.4666666667);
}
@media (max-width: 768px) {
  .new-match-penalty__role {
    position: relative;
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
    -webkit-transform: translateY(-0.9rem);
    -ms-transform: translateY(-0.9rem);
    transform: translateY(-0.9rem);
  }
}
.new-match-penalty__role span {
  width: 2.4rem;
  height: 2.4rem;
  background: var(--white);
  border-radius: 0.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-match-penalty__card {
  padding-left: 3rem;
  position: relative;
  line-height: 1;
}
@media (max-width: 768px) {
  .new-match-penalty__card {
    padding-left: 0;
    padding-top: 2.8rem;
  }
}
.new-match-penalty__card::before {
  content: attr(data-player);
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: -0.3rem;
  left: 0;
  text-align: left;
  background: var(--white);
  color: var(--bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.new-match-penalty__card div {
  margin-left: auto;
  display: inline-block;
  /* &:nth-of-type(1){
      margin-bottom: rem(5);
      font-size: rem(16);
      position: absolute;
      left: 0;
  } */
}
@media (max-width: 768px) {
  .new-match-penalty__card div {
    letter-spacing: -0.01em;
    line-height: 1.3;
  }
}
.new-match-penalty__card span {
  color: #C5C5C5;
  font-weight: 400;
  display: block;
}

.match-info {
  margin: 3rem 0;
  font-family: var(--ttfors);
  color: var(--text);
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .match-info {
    margin: 4rem 0;
  }
}
.match-info__wrap {
  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;
  padding: 0 4.2rem;
}
@media (max-width: 768px) {
  .match-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.3rem;
    padding: 0;
  }
}
.match-info__block {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 1rem;
  font-size: 2rem;
  width: 35rem;
}
@media (max-width: 768px) {
  .match-info__block {
    font-size: 1.8rem;
  }
}
.match-info__block span {
  font-size: 1.8rem;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .match-info__block span {
    font-size: 1.6rem;
  }
}

.match-about {
  margin-bottom: 7rem;
  font-family: var(--ttfors);
  color: var(--text);
  position: relative;
}
.match-about::before {
  content: "";
  position: absolute;
  background: var(--border);
  width: 100vw;
  height: 1px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.match-about__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 7.4rem;
  margin-bottom: 3rem;
  overflow: visible;
}
@media (max-width: 768px) {
  .match-about__tabs {
    padding: 0;
  }
}
.match-about__tabs .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.match-about__tabs .swiper-wrapper:has(div:nth-of-type(5)) {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.match-about__tab {
  padding-top: 2rem;
  margin-right: 5rem;
  width: auto;
  font-size: 3.1rem;
  font-weight: 400;
  text-transform: lowercase;
  line-height: 1;
  opacity: 0.3;
  cursor: pointer;
  border-top: 0.3rem solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .match-about__tab {
    font-size: 2.4rem;
    padding-top: 1.5rem;
    margin-right: 2rem;
  }
}
@media (min-width: 769px) {
  .match-about__tab:hover:not(.active) {
    opacity: 0.8;
  }
}
.match-about__tab:nth-last-of-type(1) {
  margin-right: 0;
}
.match-about__tab.active {
  border-top: 0.3rem solid var(--main);
  opacity: 1;
  text-shadow: 0 0 0.1rem var(--text);
}
.match-about__box {
  display: none;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media (max-width: 768px) {
  .match-about__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .match-about__box:has(.match-box-players) {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
  .match-about__box:has(.match-box-players) .statistics-page__scroll {
    margin-left: unset;
    margin-right: unset;
  }
  .match-about__box:has(.match-box-players) .statistics-page__section-title {
    padding: 0 1.6rem;
  }
}
.match-about__box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.match-about__block {
  padding: 1.7rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border: 0.1rem solid var(--border);
  backdrop-filter: blur(var(--blur));
  width: 100%;
  overflow: hidden;
}

.match-box-timeline__top {
  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;
  margin-bottom: 1.5rem;
}
.match-box-timeline__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 2rem;
  font-weight: 600;
  max-width: 50%;
}
@media (max-width: 768px) {
  .match-box-timeline__team {
    font-size: 1.8rem;
  }
}
.match-box-timeline__team_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.match-box-timeline__team img, .match-box-timeline__team svg {
  width: 4rem;
  height: 4rem;
  display: block;
}
.match-box-timeline__period {
  font-size: 1.8rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@media (max-width: 768px) {
  .match-box-timeline__period {
    font-size: 1.6rem;
    border-radius: 0;
    width: calc(100% + 3.6rem);
    margin-left: -1.8rem;
  }
}
.match-box-timeline__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 7.5rem;
}
@media (max-width: 768px) {
  .match-box-timeline__event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 11rem;
    padding: 0.9rem 0;
  }
}
.match-box-timeline__event + .match-box-timeline__event {
  border-top: 0.1rem solid var(--border);
}
.match-box-timeline__event_bg-gold {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 180, 30, 0)), color-stop(50%, rgba(255, 180, 30, 0.55)), to(rgba(255, 180, 30, 0)));
  background: linear-gradient(90deg, rgba(255, 180, 30, 0) 0%, rgba(255, 180, 30, 0.55) 50%, rgba(255, 180, 30, 0) 100%);
}
.match-box-timeline__event_bg-green {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 130, 110, 0)), color-stop(50%, rgba(0, 130, 110, 0.55)), to(rgba(0, 130, 110, 0)));
  background: linear-gradient(90deg, rgba(0, 130, 110, 0) 0%, rgba(0, 130, 110, 0.55) 50%, rgba(0, 130, 110, 0) 100%);
}
.match-box-timeline__event_bg-red {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 65, 0, 0)), color-stop(50%, rgba(255, 65, 0, 0.33)), to(rgba(255, 65, 0, 0)));
  background: linear-gradient(90deg, rgba(255, 65, 0, 0) 0%, rgba(255, 65, 0, 0.33) 50%, rgba(255, 65, 0, 0) 100%);
}
.match-box-timeline__event-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  width: 50%;
}
@media (max-width: 768px) {
  .match-box-timeline__event-part {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}
.match-box-timeline__event-part_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .match-box-timeline__event-part_reverse {
    margin-left: auto;
    margin-right: unset;
  }
}
.match-box-timeline__event-part_reverse .match-box-timeline__event-about {
  text-align: left;
}
@media (max-width: 768px) {
  .match-box-timeline__event-part_reverse .match-box-timeline__event-about {
    text-align: right;
  }
}
.match-box-timeline__event-part_reverse .match-box-timeline__event-name {
  text-align: left;
}
@media (max-width: 768px) {
  .match-box-timeline__event-part_reverse .match-box-timeline__event-name {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .match-box-timeline__event-part_reverse .match-box-timeline__event-score {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .match-box-timeline__event-part:empty {
    display: none;
  }
}
@media (max-width: 768px) {
  .match-box-timeline__event-part_empty {
    display: none;
  }
}
.match-box-timeline__event-image {
  width: 2.7rem;
  height: 2.7rem;
  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;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .match-box-timeline__event-image {
    display: none;
  }
}
.match-box-timeline__event-image::after {
  content: attr(data-event-label);
  position: absolute;
  top: -0.3rem;
  right: -0.4rem;
  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;
  font-size: 1rem;
  opacity: 0.7;
}
.match-box-timeline__event-image_mobile {
  display: none;
}
@media (max-width: 768px) {
  .match-box-timeline__event-image_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.match-box-timeline__event-image img, .match-box-timeline__event-image svg {
  width: 100%;
  height: 100%;
  display: block;
}
.match-box-timeline__event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.5rem;
}
.match-box-timeline__event-name {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.1;
  text-align: right;
}
@media (max-width: 768px) {
  .match-box-timeline__event-name {
    text-align: left;
    font-size: 1.6rem;
  }
}
.match-box-timeline__event-about {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  opacity: 0.7;
  text-align: right;
}
@media (max-width: 768px) {
  .match-box-timeline__event-about {
    text-align: left;
    font-size: 1.4rem;
  }
}
.match-box-timeline__event-mid {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10rem;
}
@media (max-width: 768px) {
  .match-box-timeline__event-mid {
    width: 6rem;
  }
}
.match-box-timeline__event-score {
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--white);
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 768px) {
  .match-box-timeline__event-score {
    display: none;
    text-align: left;
    line-height: 1;
  }
}
.match-box-timeline__event-score_mobile {
  display: none;
}
@media (max-width: 768px) {
  .match-box-timeline__event-score_mobile {
    display: block;
  }
}
.match-box-timeline__event-time {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 768px) {
  .match-box-timeline__event-time {
    font-size: 1.4rem;
  }
}

.match-box-teams {
  padding: 3rem 0.9rem;
  padding-bottom: 0rem;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  .match-box-teams + .match-box-teams {
    margin-top: 3rem;
  }
}
.match-box-teams__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.4rem;
}
.match-box-teams__logo {
  width: 5rem;
  height: 5rem;
  background: linear-gradient(135deg, #FFFFFF 0%, #E0E0E0 100%);
  border-radius: 10rem;
  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;
}
.match-box-teams__logo img, .match-box-teams__logo svg {
  width: 3.4rem;
  height: 3.4rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.match-box-teams__name {
  font-size: 3.6rem;
  font-weight: 600;
}
.match-box-teams__staff {
  width: calc(100% + 1.8rem);
  margin-left: -0.9rem;
  margin-right: -0.9rem;
  padding: 2rem 0.9rem;
  padding-left: 9.3rem;
  border-top: 0.1rem solid var(--border);
  border-bottom: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .match-box-teams__staff {
    padding: 2rem 2.3rem;
  }
}
.match-box-teams__staff-role {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--main);
  line-height: 1.4;
  text-transform: uppercase;
}
.match-box-teams__staff-name {
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 600;
}
.match-box-teams__title {
  width: calc(100% + 1.8rem);
  margin-left: -0.9rem;
  margin-right: -0.9rem;
  padding: 1.1rem 0.9rem;
  text-transform: uppercase;
  color: #A6A6A6;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 0.1rem solid var(--border);
  margin-bottom: 2rem;
}
.match-box-teams__role {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  color: #C1C1C1;
}
.match-box-teams__table {
  margin-bottom: 1rem;
}
.match-box-teams__line {
  min-height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .match-box-teams__line {
    padding: 0.5rem 0.9rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.match-box-teams__line:nth-of-type(2n + 1) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
}
.match-box-teams__line div:nth-of-type(1) {
  width: 2.5rem;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  color: var(--main);
  font-size: 1.8rem;
}
.match-box-teams__line div:nth-of-type(2) {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10rem;
  overflow: hidden;
  border: 0.1rem solid #C4C4C4;
  background: #C4C4C4;
}
.match-box-teams__line div:nth-of-type(2) img, .match-box-teams__line div:nth-of-type(2) svg {
  width: auto;
  max-width: unset;
  height: 100%;
  display: block;
}
.match-box-teams__line div:nth-of-type(3) {
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
}

.match-box-stats__tabs {
  margin-top: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  position: relative;
}
.match-box-stats__tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 0.1rem;
  background: var(--border);
  z-index: -1;
}
.match-box-stats__tab {
  font-size: 1.8rem;
  border-bottom: 0.3rem solid transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0.3;
  cursor: pointer;
  height: 3.8rem;
  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;
  width: 14.4rem;
  padding-bottom: 0.6rem;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}
@media (max-width: 768px) {
  .match-box-stats__tab {
    font-size: 1.4rem;
    min-width: 3rem;
    height: 3.2rem;
  }
  .match-box-stats__tab:nth-of-type(1) {
    min-width: 8rem;
  }
  .match-box-stats__tab:nth-of-type(5) {
    min-width: 8rem;
  }
}
@media (max-width: 768px) {
  .match-box-stats__tab span {
    display: none;
  }
}
@media (min-width: 769px) {
  .match-box-stats__tab:hover:not(.active) {
    opacity: 0.8;
  }
}
.match-box-stats__tab.active {
  border-color: var(--main);
  opacity: 1;
  text-shadow: 0 0 0.1rem var(--text);
}
.match-box-stats__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .match-box-stats__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1rem;
    row-gap: 2rem;
  }
}
.match-box-stats__logo {
  width: 28.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .match-box-stats__logo {
    width: 10rem;
    height: 10rem;
  }
}
.match-box-stats__logo img, .match-box-stats__logo svg {
  width: 16rem;
  height: 16rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .match-box-stats__logo img, .match-box-stats__logo svg {
    width: 9rem;
    height: 9rem;
  }
}
.match-box-stats__box {
  display: none;
  width: 64rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 768px) {
  .match-box-stats__box {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
    width: 100%;
  }
}
.match-box-stats__box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.match-box-stats__box_reverse .match-box-stats__line-color {
  left: unset;
  right: 0;
}
.match-box-stats__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.match-box-stats__line-value {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  width: 11rem;
  text-align: right;
}
@media (max-width: 768px) {
  .match-box-stats__line-value {
    width: 5.3rem;
  }
}
.match-box-stats__line-value:nth-of-type(1) {
  text-align: left;
}
.match-box-stats__line-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  width: 40rem;
  text-align: center;
  opacity: 0.7;
}
@media (max-width: 768px) {
  .match-box-stats__line-title {
    width: 20rem;
  }
}
.match-box-stats__line-bar {
  margin-top: 1rem;
  width: 100%;
  height: 1rem;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.33) 0%, rgba(224, 224, 224, 0.33) 100%);
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
}
.match-box-stats__line-color {
  height: 100%;
  background: var(--main);
  border-radius: 10rem;
  position: absolute;
  left: 0;
  top: 0;
}

.match-box-players {
  width: 100%;
  background: unset;
  border: none;
  backdrop-filter: none;
  padding: 0;
}
.match-box-players .statistics-page__scroll + .statistics-page__section-title {
  margin-top: 3rem;
}

.match-box-media {
  width: 100%;
  background: unset;
  border: none;
  backdrop-filter: none;
  padding: 0;
}
@media (max-width: 768px) {
  .match-box-media {
    overflow: visible;
  }
}
.match-box-media__section + .match-box-media__section {
  margin-top: 3rem;
}
.match-box-media__section_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
}
@media (max-width: 768px) {
  .match-box-media__section_flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 4rem;
  }
}
.match-box-media__col {
  width: 50%;
}
@media (max-width: 768px) {
  .match-box-media__col {
    width: 100%;
  }
  .match-box-media__col .swiper-slide {
    width: 100%;
  }
}
.match-box-media__top {
  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;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .match-box-media__swiper {
    overflow: visible;
    margin-left: -1.6rem;
    margin-right: -1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: calc(100% + 3.2rem);
  }
}
@media (min-width: 769px) {
  .match-box-media__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.6rem;
  }
}
.match-box-media__box .media__swiper-slide:not(.media__swiper-slide_double) {
  width: 41.9rem;
  min-height: unset;
  height: 31.5rem;
}
@media (max-width: 768px) {
  .match-box-media__box .media__swiper-slide:not(.media__swiper-slide_double) {
    width: 31rem;
  }
}
@media (max-width: 768px) {
  .match-box-media__box .news__card {
    width: 31rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 2rem;
  }
  .match-box-media__box .news__card:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .match-box-media__box .photo-gallery__card {
    width: 31rem;
    margin-right: 2rem;
  }
  .match-box-media__box .photo-gallery__card:nth-last-of-type(1) {
    margin-right: 0;
  }
}
.match-box-media__title {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  color: var(--main);
}
@media (max-width: 768px) {
  .match-box-media__title {
    font-size: 3.2rem;
  }
}

.dashboard {
  font-family: var(--ttfors);
}
.dashboard .page-head {
  height: 35rem;
  margin-bottom: -17rem;
}
.dashboard .page-head__cover img, .dashboard .page-head__cover svg {
  -o-object-position: top;
  object-position: top;
}
.dashboard .inner_page {
  min-height: unset;
}
.dashboard__flash {
  width: 120rem;
  height: 120rem;
  position: absolute;
  top: 50%;
  right: -80rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: radial-gradient(50% 50% at 50% 50%, #0369AB 0%, rgba(3, 105, 171, 0) 100%);
}
.dashboard__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .dashboard__filters {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1rem;
    margin-bottom: 3rem;
  }
}
.dashboard__title {
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .dashboard__title {
    font-size: 3.2rem;
  }
}
.dashboard__section {
  margin-bottom: 4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .dashboard__section {
    margin-bottom: 6rem;
  }
}
.dashboard__section:has(.select) {
  z-index: 5;
}
@media (max-width: 768px) {
  .dashboard__section_first {
    margin-bottom: 4rem;
  }
}
.dashboard__section:nth-last-of-type(1) {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .dashboard__section:nth-last-of-type(1) {
    margin-bottom: 15rem;
  }
}
.dashboard__section-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: 2rem;
}
.dashboard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 768px) {
  .dashboard__inner_events {
    gap: 1rem 0.8rem;
  }
}
@media (max-width: 768px) {
  .dashboard__inner_cols {
    row-gap: 4rem;
  }
}
.dashboard__col {
  width: 63.5rem;
  position: relative;
}
.dashboard-card {
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  padding: 2rem;
  backdrop-filter: blur(var(--blur));
  background: rgba(3, 69, 112, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.dashboard-card_1 {
  width: 100%;
}
.dashboard-card_2 {
  width: 63.5rem;
}
.dashboard-card_3 {
  width: 41.6rem;
}
.dashboard-card_4 {
  width: 30.7rem;
}
.dashboard-card_dragon::before {
  content: "";
  position: absolute;
  background: url(https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/dragon-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 56rem;
  height: 60.5rem;
  top: -20rem;
  left: -26rem;
  z-index: -1;
  opacity: 0.22;
  pointer-events: none;
}
.dashboard-card_dragon-reverse::before {
  content: "";
  position: absolute;
  background: url(https://hc-dragons.com/wp-content/themes/shanghai-dragons/assets/img/dragon-shape.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 52rem;
  height: 55rem;
  top: -16rem;
  right: -13.5rem;
  z-index: -1;
  opacity: 0.22;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  pointer-events: none;
}
@media (max-width: 768px) {
  .dashboard-card_dragon-reverse::before {
    right: -27.5rem;
  }
}
.dashboard-card-season {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 768px) {
  .dashboard-card-season {
    height: 16rem;
  }
}
.dashboard-card-season__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
.dashboard-card-season__title span {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
}
.dashboard-card-season__value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12.8rem;
  line-height: 1;
  font-family: var(--hcsd);
  -webkit-transform: translateY(2.6rem);
  -ms-transform: translateY(2.6rem);
  transform: translateY(2.6rem);
  color: var(--main);
}
.dashboard-card-season__value span {
  color: var(--white);
  opacity: 0.3;
  font-size: 4.2rem;
}
.dashboard-card-season__players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 4.2rem;
  font-weight: 600;
  font-family: var(--hcsd);
  color: var(--white);
  line-height: 1;
  -webkit-transform: translateY(0.6rem);
  -ms-transform: translateY(0.6rem);
  transform: translateY(0.6rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.dashboard-card-season__players span {
  opacity: 0.3;
}
.dashboard-card-season__players span:nth-of-type(1) {
  color: var(--main);
  opacity: 1;
}
.dashboard__info {
  width: 100%;
  padding: 1.7rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  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;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  background: rgba(0, 0, 0, 0.1019607843);
  min-height: 29.4rem;
}
@media (max-width: 768px) {
  .dashboard__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2rem;
  }
}
.dashboard__info-col {
  width: 40.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .dashboard__info-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    row-gap: 1.5rem;
    width: 15.5rem;
    padding: 1rem 0;
  }
}
.dashboard__info-chart {
  width: 20rem;
  height: 20rem;
  font-size: 12.8rem;
  color: var(--main);
  font-family: var(--hcsd);
  text-align: center;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30rem;
  padding-top: 1rem;
  position: relative;
}
@media (max-width: 768px) {
  .dashboard__info-chart {
    width: 14.6rem;
    height: 14.6rem;
    font-size: 9.4rem;
    padding-top: 0.5rem;
  }
}
.dashboard__info-chart::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(var(--main) 0deg var(--setDegree), rgba(255, 255, 255, 0.2666666667) var(--setDegree) 360deg);
  -webkit-mask: radial-gradient(circle, transparent 60%, black 61%);
  mask: radial-gradient(circle, transparent 60%, black 61%);
}
.dashboard__info-label {
  font-size: 1.6rem;
  color: var(--white);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .dashboard__info-label {
    font-size: 1.2rem;
  }
}
.dashboard__info-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .dashboard__info-values {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.dashboard__info-values div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 3.2rem;
  font-weight: 600;
  color: var(--white);
  border-bottom: 0.1rem solid var(--border);
  padding: 2rem 0;
  line-height: 1;
}
.dashboard__info-values div:nth-of-type(1) {
  padding-top: 0;
}
.dashboard__info-values div:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 768px) {
  .dashboard__info-values div p {
    width: 8.4rem;
    text-align: center;
  }
}
.dashboard__info-values div span {
  font-size: 1.6rem;
  line-height: 1;
  opacity: 0.7;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .dashboard__info-values div span {
    font-size: 1.4rem;
  }
}
.dashboard-card-play {
  height: 25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .dashboard-card-play {
    padding: 1.5rem;
    height: 24rem;
    row-gap: 2.4rem;
  }
}
.dashboard-card-play__title {
  color: var(--white);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .dashboard-card-play__title {
    max-width: 25rem;
  }
}
.dashboard-card-play__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  width: 32rem;
  margin-left: auto;
}
@media (max-width: 768px) {
  .dashboard-card-play__grid {
    gap: 2rem 1rem;
    width: 100%;
    margin: 0;
  }
}
.dashboard-card-play__block {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 0.6rem;
  width: 15rem;
}
@media (max-width: 768px) {
  .dashboard-card-play__block {
    font-size: 2.4rem;
    width: 15.8rem;
  }
}
.dashboard-card-play__block span {
  font-size: 1.4rem;
  opacity: 0.5;
  height: 2.8rem;
}
.dashboard-card-play__value {
  position: absolute;
  left: 1.9rem;
  bottom: -1.9rem;
  font-size: 19rem;
  color: var(--main);
  line-height: 1;
  font-family: var(--hcsd);
}
@media (max-width: 768px) {
  .dashboard-card-play__value {
    font-size: 7.4rem;
    left: unset;
    bottom: unset;
    right: 1.3rem;
    top: 0.8rem;
  }
}
.dashboard-card-events {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 22rem;
  background: rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 768px) {
  .dashboard-card-events {
    width: 17.5rem;
    height: 17rem;
    padding-right: 1.5rem;
  }
}
.dashboard-card-events__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 768px) {
  .dashboard-card-events__title {
    font-size: 1.8rem;
  }
}
.dashboard-card-events__value {
  font-size: 12.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-family: var(--hcsd);
  color: var(--main);
  line-height: 1;
  -webkit-transform: translateY(2.6rem);
  -ms-transform: translateY(2.6rem);
  transform: translateY(2.6rem);
  height: 8rem;
}
@media (max-width: 768px) {
  .dashboard-card-events__value {
    font-size: 9.4rem;
    -webkit-transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.dashboard-card-events__icon {
  width: 3.2rem;
  height: 3.2rem;
  -webkit-transform: translateY(-2.6rem);
  -ms-transform: translateY(-2.6rem);
  transform: translateY(-2.6rem);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .dashboard-card-events__icon {
    -webkit-transform: translateY(-1.8rem);
    -ms-transform: translateY(-1.8rem);
    transform: translateY(-1.8rem);
  }
}
.dashboard-card-events__icon img, .dashboard-card-events__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.abonnement-page,
.tickets-page {
  /* main{
      overflow: hidden;
  } */
}
.abonnement-page .btn,
.tickets-page .btn {
  font-family: var(--hcsd);
}
.abonnement-page .abonnement-subscribe,
.tickets-page .abonnement-subscribe {
  display: none;
}
.abonnement-page .abonnement-hero__bg_soldout,
.tickets-page .abonnement-hero__bg_soldout {
  display: none;
}
.abonnement-page_soldout .abonnement-shape_1,
.tickets-page_soldout .abonnement-shape_1 {
  display: none;
}
.abonnement-page_soldout .abonnement-shape_2,
.tickets-page_soldout .abonnement-shape_2 {
  top: 160rem;
}
.abonnement-page_soldout .abonnement-order,
.tickets-page_soldout .abonnement-order {
  display: none;
}
.abonnement-page_soldout .abonnement-subscribe,
.tickets-page_soldout .abonnement-subscribe {
  display: block;
}
.abonnement-page_soldout .abonnement-offer,
.tickets-page_soldout .abonnement-offer {
  display: none;
}
.abonnement-page_soldout .abonnement-offer-mobile,
.tickets-page_soldout .abonnement-offer-mobile {
  display: none;
}
.abonnement-page_soldout .abonnement-goods,
.tickets-page_soldout .abonnement-goods {
  margin-top: 6.2rem;
}
@media (max-width: 768px) {
  .abonnement-page_soldout .abonnement-goods,
  .tickets-page_soldout .abonnement-goods {
    margin-top: 4.3rem;
  }
}
@media (min-width: 769px) {
  .abonnement-page_soldout .abonnement-hero__inner,
  .tickets-page_soldout .abonnement-hero__inner {
    height: calc(64.2rem + 54px);
  }
}
.abonnement-page_soldout .abonnement-hero__bg,
.tickets-page_soldout .abonnement-hero__bg {
  display: none;
}
.abonnement-page_soldout .abonnement-hero__bg_soldout,
.tickets-page_soldout .abonnement-hero__bg_soldout {
  display: block;
}

.abonnement-section,
.tickets-section {
  margin: 9rem 0;
}
@media (max-width: 768px) {
  .abonnement-section,
  .tickets-section {
    margin: 6rem 0;
  }
}
.abonnement-section .title,
.tickets-section .title {
  padding-left: 3.4rem;
  font-family: var(--hcsd);
}
@media (max-width: 768px) {
  .abonnement-section .title,
  .tickets-section .title {
    padding-left: 0;
    font-size: 4.6rem;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}

.abonnement-shape {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.abonnement-shape_1 {
  top: 110.8rem;
  left: -56.1rem;
  background: radial-gradient(50% 50% at 50% 50%, #00BBFF 0%, rgba(0, 187, 255, 0) 100%);
  width: 121.2rem;
  height: 121.2rem;
}
@media (max-width: 768px) {
  .abonnement-shape_1 {
    top: 240.8rem;
    opacity: 0.5;
  }
}
.abonnement-shape_2 {
  background: radial-gradient(50% 50% at 50% 50%, #0369AB 0%, rgba(3, 105, 171, 0) 100%);
  width: 121.2rem;
  height: 121.2rem;
  left: -69rem;
  top: 267.6rem;
}
@media (max-width: 768px) {
  .abonnement-shape_2 {
    top: 167.6rem;
  }
}
.abonnement-shape_3 {
  background: radial-gradient(50% 50% at 50% 50%, #0369AB 0%, rgba(3, 105, 171, 0) 100%);
  width: 121.2rem;
  height: 121.2rem;
  right: -53.2rem;
  top: 47.1rem;
}
@media (max-width: 768px) {
  .abonnement-shape_3 {
    top: 67.1rem;
  }
}
.abonnement-shape_4 {
  top: 158rem;
  right: -70.7rem;
  width: 159.4rem;
  height: 172.3rem;
}
@media (max-width: 768px) {
  .abonnement-shape_4 {
    width: 108.6rem;
    height: 118.2rem;
    top: 147rem;
    right: -65.7rem;
  }
}
.abonnement-shape_4 img, .abonnement-shape_4 svg {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.17;
}
@media (max-width: 768px) {
  .abonnement-shape_4 img, .abonnement-shape_4 svg {
    opacity: 0.33;
  }
}

.abonnement-hero {
  border-bottom: 0.5rem solid var(--main);
  background: #000;
  position: relative;
}
.abonnement-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
.abonnement-hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66.27%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.27%, rgba(0, 0, 0, 0.7) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22));
  z-index: 1;
}
.abonnement-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.abonnement-hero__inner {
  height: calc(40.5rem + 54px);
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .abonnement-hero__inner {
    height: calc(39.5rem + 54px);
  }
}
.abonnement-hero__title {
  color: var(--white);
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .abonnement-hero__title {
    font-size: 4.2rem;
    padding-left: 0;
  }
}
.abonnement-hero__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 768px) {
  .abonnement-hero__box {
    display: none;
  }
}
.abonnement-hero__card {
  width: 31.5rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
  font-size: 2.1rem;
  color: var(--white);
  font-family: var(--hcsd);
  text-transform: uppercase;
  line-height: 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: 2rem;
}
.abonnement-hero__card img, .abonnement-hero__card svg {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}

.abonnement-offer {
  margin-top: 4.5rem;
}
.abonnement-offer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.6rem;
  -moz-column-gap: 1.6rem;
  column-gap: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.abonnement-offer__top .title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .abonnement-offer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 1.6rem;
  }
}
.abonnement-offer__top-text {
  width: calc(50% - 0.8rem);
  font-size: 1.6rem;
  color: var(--white);
}
@media (max-width: 768px) {
  .abonnement-offer__top-text {
    width: 100%;
  }
}
.abonnement-offer__inner {
  background: #003866;
  border-radius: 3rem;
  backdrop-filter: blur(var(--blur));
  padding: 3.5rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .abonnement-offer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    border-radius: 2rem;
  }
}
.abonnement-offer__card {
  width: 33.7rem;
  height: 21.3rem;
  border-radius: 2rem;
  background: #001E43;
  padding: 1.9rem 2.4rem;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .abonnement-offer__card {
    width: 100%;
    height: 20.2rem;
    margin-bottom: 3rem;
  }
}
.abonnement-offer__card-title {
  font-size: 4.8rem;
  text-transform: uppercase;
  color: #FD4C00;
  line-height: 1.1;
  font-family: var(--hcsd);
}
@media (max-width: 768px) {
  .abonnement-offer__card-title {
    font-size: 4.5rem;
  }
}
.abonnement-offer__card-date {
  color: #FFB71B;
  font-size: 2.8rem;
  text-transform: uppercase;
  font-family: var(--hcsd);
  line-height: 1.1;
}
.abonnement-offer__card-logo {
  width: 16.2rem;
  height: 17.5rem;
  position: absolute;
  top: 1.2rem;
  left: -5.6rem;
}
@media (max-width: 768px) {
  .abonnement-offer__card-logo {
    top: 0.9rem;
  }
}
.abonnement-offer__card-logo img, .abonnement-offer__card-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.abonnement-offer__mid {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 44.4rem;
  height: auto;
}
@media (max-width: 768px) {
  .abonnement-offer__mid {
    width: 100%;
  }
}
.abonnement-offer__title {
  font-size: 5.2rem;
  color: var(--white);
  line-height: 1.1;
  font-family: var(--hcsd);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .abonnement-offer__title {
    font-size: 4.2rem;
    margin-bottom: 1.6rem;
  }
}
.abonnement-offer__text {
  margin-top: auto;
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1.2;
  font-family: var(--ttfors);
}
.abonnement-offer__right {
  width: 38.5rem;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
}
@media (max-width: 768px) {
  .abonnement-offer__right {
    width: 100%;
    margin-top: 3rem;
  }
}
.abonnement-offer__price {
  font-size: 1.6rem;
  color: var(--white);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 768px) {
  .abonnement-offer__price {
    text-align: center;
  }
}
.abonnement-offer__price span {
  font-family: var(--hcsd);
  color: #FD4C00;
  font-size: 7.4rem;
  line-height: 1.1;
  display: block;
}
@media (max-width: 768px) {
  .abonnement-offer__price span {
    font-size: 6.4rem;
  }
}
.abonnement-offer__btn {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-top: 0 !important;
  height: 5.5rem;
}
@media (max-width: 768px) {
  .abonnement-offer__btn {
    margin-top: 1.6rem;
  }
}
.abonnement-offer__btn img, .abonnement-offer__btn svg {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}
.abonnement-offer__link {
  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;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  color: var(--main);
  font-size: 2.4rem;
  font-family: var(--hcsd);
  text-transform: uppercase;
  -webkit-transition-duration: var(--duration);
  transition-duration: var(--duration);
  margin: 0 auto;
  margin-top: 2.7rem;
}
@media (min-width: 769px) {
  .abonnement-offer__link:hover {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.abonnement-offer__link svg {
  width: 1.7rem;
  height: 0.8rem;
  display: block;
}

.abonnement-offer-mobile {
  display: none;
  margin-top: 4.5rem;
}
@media (max-width: 768px) {
  .abonnement-offer-mobile {
    display: block;
  }
}
.abonnement-offer-mobile__inner {
  border-radius: 1rem;
  padding: 2rem;
  border: 0.1rem solid var(--border);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.abonnement-offer-mobile__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.abonnement-offer-mobile__cover img, .abonnement-offer-mobile__cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.abonnement-offer-mobile__title {
  color: var(--white);
  font-size: 4.2rem;
  font-family: var(--hcsd);
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
.abonnement-offer-mobile__text {
  color: var(--white);
  font-size: 1.6rem;
  line-height: 1.2;
  font-family: var(--ttfors);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 3rem;
}
.abonnement-offer-mobile__price {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--white);
  font-size: 1.4rem;
}
.abonnement-offer-mobile__price span {
  font-size: 6.4rem;
  font-family: var(--hcsd);
  color: var(--gold);
}
.abonnement-offer-mobile__price-note {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  color: var(--white);
  opacity: 0.7;
  text-align: center;
}
.abonnement-offer-mobile__btn {
  width: 100%;
  background: var(--gold);
  height: 5.5rem;
  color: var(--white);
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-top: 0 !important;
}
.abonnement-offer-mobile__btn img, .abonnement-offer-mobile__btn svg {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}
.abonnement-offer-mobile__note {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 500;
  font-family: var(--ttfors);
}
.abonnement-offer-mobile__note img, .abonnement-offer-mobile__note svg {
  width: 2rem;
  height: 2rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.abonnement-offer-mobile__note p {
  opacity: 0.7;
}

@media (min-width: 769px) {
  .abonnement-goods__swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem;
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
  }
}
@media (max-width: 768px) {
  .abonnement-goods__swiper {
    overflow: visible;
  }
}
.abonnement-goods__controls {
  display: none;
}
@media (max-width: 768px) {
  .abonnement-goods__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    margin-top: 2.7rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.abonnement-goods__swiper-prev, .abonnement-goods__swiper-next {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003C69;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.abonnement-goods__swiper-prev svg, .abonnement-goods__swiper-next svg {
  width: 0.8rem;
  height: 1.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.abonnement-goods__swiper-prev svg path, .abonnement-goods__swiper-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke: var(--main);
}
.abonnement-goods__swiper-prev.swiper-button-disabled, .abonnement-goods__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.abonnement-goods__swiper-prev.swiper-button-disabled svg path, .abonnement-goods__swiper-next.swiper-button-disabled svg path {
  stroke: var(--white);
}
.abonnement-goods__card {
  width: 42rem;
  min-height: 25rem;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.1rem solid var(--border);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .abonnement-goods__card {
    width: 35rem;
    min-height: 31.1rem;
    margin-right: 1.5rem;
  }
  .abonnement-goods__card:last-child {
    margin-right: 0;
  }
}
@media (min-width: 769px) {
  .abonnement-goods__card:hover .abonnement-goods__card-text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.abonnement-goods__card-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.abonnement-goods__card-cover::before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
}
.abonnement-goods__card-cover img, .abonnement-goods__card-cover svg {
  width: 100%;
  height: 100%;
  display: block;
}
.abonnement-goods__card-title {
  padding: 2rem;
  font-size: 3.6rem;
  font-family: var(--hcsd);
  color: var(--white);
  line-height: 1;
  margin-bottom: 3rem;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 59, 105, 0)), to(#003B69));
  background: linear-gradient(360deg, rgba(0, 59, 105, 0) 0%, #003B69 100%);
}
@media (max-width: 768px) {
  .abonnement-goods__card-title {
    font-size: 3.2rem;
  }
}
.abonnement-goods__card-text {
  padding: 2rem;
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1;
  background: linear-gradient(180.81deg, rgba(0, 59, 105, 0) 2%, #003B69 100%);
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 768px) {
  .abonnement-goods__card-text {
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.abonnement-goods__btn {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  min-width: 29.8rem;
  margin: 0 auto;
  margin-top: 3rem;
  padding-top: 0 !important;
  height: 5.5rem;
}
@media (max-width: 768px) {
  .abonnement-goods__btn {
    display: none;
  }
}
.abonnement-goods__btn span {
  margin-top: 0.15em;
}
.abonnement-goods__btn img, .abonnement-goods__btn svg {
  width: 3.2rem;
  height: 3.2rem;
  display: block;
}

.abonnement-banner__inner {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.abonnement-banner__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.abonnement-questions__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
}
.abonnement-questions__item {
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  padding: 2.8rem 2.6rem;
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .abonnement-questions__item {
    padding: 2rem;
  }
}
.abonnement-questions__item.active .abonnement-questions__top-btn {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.abonnement-questions__item.active .abonnement-questions__text {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  margin-top: 1.5rem;
  opacity: 1;
}
.abonnement-questions__top {
  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;
  gap: 1rem;
  position: relative;
  padding-right: 5rem;
}
@media (max-width: 768px) {
  .abonnement-questions__top {
    padding-right: 3rem;
  }
}
.abonnement-questions__top-title {
  font-size: 3.2rem;
  color: var(--white);
  font-family: var(--hcsd);
  text-transform: uppercase;
  line-height: 1.1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .abonnement-questions__top-title {
    font-size: 2.4rem;
  }
}
.abonnement-questions__top-btn {
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 768px) {
  .abonnement-questions__top-btn {
    width: 2.4rem;
    height: 2.4rem;
    top: 50%;
    translate: 0 -50%;
  }
}
.abonnement-questions__top-btn img, .abonnement-questions__top-btn svg {
  width: 100%;
  height: 100%;
  display: block;
}
.abonnement-questions__text {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: grid-template-rows, margin-top, opacity;
  transition-property: grid-template-rows, margin-top, opacity;
  transition-property: grid-template-rows, margin-top, opacity, -ms-grid-rows;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.abonnement-questions__text a {
  color: var(--main);
  text-decoration: underline;
}
.abonnement-questions__text p {
  font-size: 1.8rem;
  color: var(--white);
  line-height: 1.2;
}
.abonnement-questions__text-inner {
  overflow: hidden;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
}

.abonnement-order {
  /* .partners-order__form{
      @include mobile{
          border: rem(1) solid var(--border);
          backdrop-filter: blur(var(--blur));
          background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
      }
  }
  .partners-order__form-left{
      @include mobile{
          border-radius: 0;
          background: transparent;
      }
  }
  .partners-order__form-right{
      @include mobile{
          background: transparent;
          height: auto;
          padding-top: 0;
      }
  }
  .partners-order__form-cover{
      @include mobile{
          display: none;
      }
  } */
}
.abonnement-order .partners-order__form {
  min-height: 54rem;
}
.abonnement-order .partners-page-title {
  margin-bottom: 0;
}
.abonnement-order .partners-order__form-title {
  font-family: var(--hcsd);
  font-size: 4.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .abonnement-order .partners-order__form-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .abonnement-order .partners-order__top {
    row-gap: 1.6rem;
  }
}
.abonnement-order .partners-order__contacts {
  color: var(--white);
  font-size: 1.6rem;
  display: block;
  max-width: 50%;
}
@media (max-width: 768px) {
  .abonnement-order .partners-order__contacts {
    width: 100%;
    max-width: 100%;
  }
}
.abonnement-order .partners-order__contacts a {
  color: var(--main);
  display: inline-block;
  text-decoration: underline;
}
.abonnement-order .partners-order__form-submit {
  padding-top: 0 !important;
}
.abonnement-order .partners-order__form-submit svg {
  margin-bottom: 0;
}

.abonnement-subscribe {
  /* .partners-order__form{
      @include mobile{
          border: rem(1) solid var(--border);
          backdrop-filter: blur(var(--blur));
          background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(224, 224, 224, 0.1) 100%);
      }
  }
  .partners-order__form-left{
      @include mobile{
          border-radius: 0;
          background: transparent;
      }
  }
  .partners-order__form-right{
      @include mobile{
          background: transparent;
          height: auto;
          padding-top: 0;
      }
  }
  .partners-order__form-cover{
      @include mobile{
          display: none;
      }
  } */
}
.abonnement-subscribe .partners-order__form {
  min-height: 34rem;
}
.abonnement-subscribe .partners-page-title {
  margin-bottom: 0;
}
.abonnement-subscribe .partners-order__form-title {
  font-family: var(--hcsd);
  font-size: 4.2rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--white);
  opacity: 0.7;
}
@media (max-width: 768px) {
  .abonnement-subscribe .partners-order__form-title {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .abonnement-subscribe .partners-order__top {
    row-gap: 1.6rem;
  }
}
.abonnement-subscribe .partners-order__contacts {
  color: var(--white);
  font-size: 1.6rem;
  display: block;
  padding-left: 3.4rem;
}
@media (max-width: 768px) {
  .abonnement-subscribe .partners-order__contacts {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.abonnement-subscribe .partners-order__contacts a {
  color: var(--main);
  display: inline-block;
  text-decoration: underline;
}
.abonnement-subscribe .partners-order__form-submit {
  padding-top: 0 !important;
}
.abonnement-subscribe .partners-order__form-submit svg {
  margin-bottom: 0;
}
.abonnement-subscribe .partners-order__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 1.5rem;
}
.abonnement-subscribe .partners-order__form-cover img, .abonnement-subscribe .partners-order__form-cover svg {
  -o-object-position: center top;
  object-position: center top;
}

/* .tickets-page{

    main{
        display: flex;
        flex-direction: column;
    }

    &_empty{
        .tickets-next{
            display: none;
        }
        .tickets-matches{
            display: none;
        }
        .abonnement-offer{
            order: -1;
            margin-top: rem(70);
        }
        .abonnement-hero{
            order: -10;
        }
    }
} */
.tickets-section {
  position: relative;
}

.tickets-shape {
  width: 121.2rem;
  height: 121.2rem;
  background: radial-gradient(50% 50% at 50% 50%, #00BBFF 0%, rgba(0, 187, 255, 0) 100%);
  position: absolute;
}
.tickets-shape img, .tickets-shape svg {
  width: 100%;
  height: 100%;
  display: block;
}
.tickets-shape_1 {
  top: -60rem;
  left: -56rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .tickets-shape_1 {
    width: 90rem;
    height: 90rem;
  }
}
.tickets-shape_2 {
  bottom: 20rem;
  left: -56rem;
  z-index: -1;
  opacity: 0.6;
}
.tickets-shape_3 {
  top: -60rem;
  left: -56rem;
  z-index: -1;
  opacity: 0.5;
}
.tickets-shape_4 {
  width: 159.4rem;
  height: 172.3rem;
  bottom: -25rem;
  right: -77.7rem;
  z-index: -1;
  background: transparent;
}
.tickets-shape_4 img, .tickets-shape_4 svg {
  opacity: 0.17;
}
.tickets-shape_5 {
  width: 159.4rem;
  height: 172.3rem;
  top: -50rem;
  right: -85rem;
  z-index: -1;
  background: transparent;
}
.tickets-shape_5 img, .tickets-shape_5 svg {
  opacity: 0.17;
}

.tickets-next {
  margin-top: 7rem;
}
.tickets-next__title {
  text-align: center;
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  .tickets-next__title {
    text-align: left;
    margin-bottom: 1.6rem !important;
  }
}
.tickets-next__box {
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  overflow: hidden;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .tickets-next__box {
    margin-top: 0;
  }
}
.tickets-next__top {
  background: var(--whiteOpacity);
  height: 6rem;
  padding: 0 3rem;
  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;
  border-bottom: 0.1rem solid var(--border);
}
@media (max-width: 768px) {
  .tickets-next__top {
    padding: 1.6rem 2rem;
    height: auto;
    row-gap: 1rem;
  }
}
.tickets-next__league {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  font-size: 1.4rem;
  font-family: var(--ttfors);
  color: var(--white);
}
@media (max-width: 768px) {
  .tickets-next__league {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}
.tickets-next__league img, .tickets-next__league svg {
  width: 2.2rem;
  height: 3.7rem;
  display: block;
}
.tickets-next__stadium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  font-size: 2rem;
  color: #CACACA;
  font-family: var(--ttfors);
}
@media (max-width: 768px) {
  .tickets-next__stadium {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 1.4rem;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}
.tickets-next__stadium img, .tickets-next__stadium svg {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
}
@media (max-width: 768px) {
  .tickets-next__stadium img, .tickets-next__stadium svg {
    width: 2rem;
    height: 2rem;
  }
}
.tickets-next__content {
  padding: 3rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .tickets-next__content {
    padding: 2rem;
  }
}
.tickets-next__match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tickets-next__team {
  width: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media (max-width: 768px) {
  .tickets-next__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    width: 9rem;
    row-gap: 1rem;
  }
}
@media (min-width: 769px) {
  .tickets-next__team_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .tickets-next__team_right * {
    text-align: right;
  }
}
.tickets-next__logo {
  width: 11rem;
  height: 11rem;
  border-radius: 50rem;
  background: var(--whiteOpacity);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .tickets-next__logo {
    width: 9rem;
    height: 9rem;
  }
}
.tickets-next__logo img, .tickets-next__logo svg {
  width: 8.6rem;
  height: 8.6rem;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .tickets-next__logo img, .tickets-next__logo svg {
    width: 6.1rem;
    height: 6.1rem;
  }
}
.tickets-next__name {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 0.4rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .tickets-next__name {
    font-size: 1.6rem;
    text-align: center;
  }
}
.tickets-next__name span {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .tickets-next__name span {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
.tickets-next__mid {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tickets-next__date {
  font-size: 3.6rem;
  color: var(--white);
  font-weight: 800;
  font-family: var(--ttfors);
}
@media (max-width: 768px) {
  .tickets-next__date {
    font-size: 1.8rem;
  }
}
.tickets-next__time {
  font-size: 3.2rem;
  font-weight: 400;
  color: var(--white);
  width: 12.4rem;
  text-align: center;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 0.1rem solid var(--white);
  font-family: var(--ttfors);
}
@media (max-width: 768px) {
  .tickets-next__time {
    font-size: 1.6rem;
    width: 7rem;
  }
}
.tickets-next__bottom {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.6rem;
}
@media (max-width: 768px) {
  .tickets-next__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 2rem;
    padding: 0;
    margin-top: 2rem;
  }
}
.tickets-next__countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  font-size: 4.8rem;
  font-family: var(--hcsd);
  color: var(--main);
}
@media (max-width: 768px) {
  .tickets-next__countdown {
    margin: 0 auto;
  }
}
.tickets-next__countdown > span {
  margin-bottom: 2rem;
}
.tickets-next__countdown div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.1647058824);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: var(--ttfors);
}
@media (max-width: 768px) {
  .tickets-next__countdown div {
    font-size: 1.4rem;
  }
}
.tickets-next__countdown div span[data-countdown] {
  color: var(--main);
  font-family: var(--hcsd);
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: normal;
}
@media (max-width: 768px) {
  .tickets-next__countdown div span[data-countdown] {
    font-size: 4rem;
  }
}
.tickets-next__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin: 0 0 0 auto;
}
@media (max-width: 768px) {
  .tickets-next__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0 auto;
  }
  .tickets-next__buttons:empty {
    display: none;
  }
}
.tickets-next__btn {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding-top: 0 !important;
  width: 25rem;
  height: 6rem;
}
@media (max-width: 768px) {
  .tickets-next__btn {
    width: 100%;
    height: 5rem;
  }
}
.tickets-next__btn_premium {
  color: var(--gold);
  width: 12rem;
}
@media (max-width: 768px) {
  .tickets-next__btn_premium {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 769px) {
  .tickets-next__btn_premium:hover {
    background: var(--gold);
    color: var(--white);
  }
}
.tickets-next__btn_vip {
  color: var(--white);
  background: var(--gold);
  width: 12rem;
}
@media (max-width: 768px) {
  .tickets-next__btn_vip {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 769px) {
  .tickets-next__btn_vip:hover {
    background: var(--white);
    color: var(--gold);
  }
}
.tickets-next__sponsor {
  font-size: 1.4rem;
  font-family: var(--ttfors);
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.9rem;
  -moz-column-gap: 0.9rem;
  column-gap: 0.9rem;
}
@media (max-width: 768px) {
  .tickets-next__sponsor {
    min-height: 4rem;
  }
}
.tickets-next__sponsor img, .tickets-next__sponsor svg {
  width: 16.6rem;
  height: 2.4rem;
  display: block;
  -webkit-transition-duration: var(--duration);
  transition-duration: var(--duration);
}
@media (min-width: 769px) {
  .tickets-next__sponsor:hover img, .tickets-next__sponsor:hover svg {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.tickets-next__link {
  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;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  color: var(--main);
  font-size: 2.4rem;
  font-family: var(--hcsd);
  text-transform: uppercase;
  -webkit-transition-duration: var(--duration);
  transition-duration: var(--duration);
  margin: 0 auto;
  margin-top: 2.7rem;
}
@media (min-width: 769px) {
  .tickets-next__link:hover {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
.tickets-next__link svg {
  width: 1.7rem;
  height: 0.8rem;
  display: block;
}

.tickets-day__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.6rem;
  -moz-column-gap: 3.6rem;
  column-gap: 3.6rem;
  padding: 0 3.4rem;
}
@media (max-width: 768px) {
  .tickets-day__box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    row-gap: 3rem;
  }
}
.tickets-day__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2rem;
}
@media (max-width: 768px) {
  .tickets-day__content {
    row-gap: 1rem;
  }
}
.tickets-day__title {
  text-transform: uppercase;
  font-size: 7.4rem;
  padding-left: 0 !important;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .tickets-day__title {
    font-size: 4.6rem;
    margin-bottom: 0 !important;
  }
}
.tickets-day__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem;
  line-height: 1.4;
  color: var(--white);
  font-size: 1.8rem;
}
.tickets-day__btn {
  margin-top: 1rem;
  min-width: 21.8rem;
  padding-top: 0 !important;
  margin-right: auto;
}
.tickets-day__image {
  width: 64.2rem;
  min-height: 38.3rem;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .tickets-day__image {
    width: 100%;
    height: 25rem;
    min-height: unset;
  }
}
.tickets-day__image img, .tickets-day__image svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 768px) {
  .tickets-matches__inner {
    padding-bottom: 5rem;
  }
}
.tickets-matches__top {
  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;
  margin-bottom: 3rem;
}
.tickets-matches__top .title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tickets-matches__top {
    margin-bottom: 1.6rem;
  }
}
.tickets-matches__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.3rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
  color: var(--main);
  font-size: 2.4rem;
  font-family: var(--hcsd);
  text-transform: uppercase;
  -webkit-transition-duration: var(--duration);
  transition-duration: var(--duration);
  will-change: transform;
}
@media (max-width: 768px) {
  .tickets-matches__link {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 769px) {
  .tickets-matches__link:hover {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    -webkit-transform: translateX(0.35rem);
    -ms-transform: translateX(0.35rem);
    transform: translateX(0.35rem);
  }
}
.tickets-matches__link svg {
  width: 1.7rem;
  height: 0.8rem;
  display: block;
}
.tickets-matches__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.6rem;
}
.tickets-matches__card {
  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;
  min-height: 15rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--border);
  background: var(--whiteOpacity);
  backdrop-filter: blur(var(--blur));
  padding: 2rem 2.5rem;
}
@media (max-width: 768px) {
  .tickets-matches__card {
    padding: 2rem 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tickets-matches__card-left {
  width: 27rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  max-height: 10.8rem;
}
@media (max-width: 768px) {
  .tickets-matches__card-left {
    width: 100%;
    height: auto;
    max-height: unset;
    margin-bottom: 3rem;
  }
}
.tickets-matches__card-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
@media (max-width: 768px) {
  .tickets-matches__card-about {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.tickets-matches__card-about img, .tickets-matches__card-about svg {
  width: auto;
  height: 3.7rem;
  display: block;
}
.tickets-matches__card-date {
  font-size: 4.2rem;
  font-family: var(--hcsd);
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .tickets-matches__card-date {
    font-size: 3.2rem;
  }
}
.tickets-matches__card-time {
  font-size: 4.2rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.6rem;
  background: var(--whiteOpacity);
  color: var(--white);
  font-family: var(--hcsd);
}
@media (max-width: 768px) {
  .tickets-matches__card-time {
    font-size: 3.2rem;
  }
}
.tickets-matches__card-place {
  color: var(--white);
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
  opacity: 0.65;
  margin-top: auto;
}
@media (max-width: 768px) {
  .tickets-matches__card-place {
    margin-top: 1.5rem;
    font-size: 1.6rem;
  }
}
.tickets-matches__card-place img, .tickets-matches__card-place svg {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}
.tickets-matches__card-mid {
  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;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tickets-matches__card-mid {
    -webkit-column-gap: 2.3rem;
    -moz-column-gap: 2.3rem;
    column-gap: 2.3rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.tickets-matches__card-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.2rem;
  width: 15rem;
}
@media (max-width: 768px) {
  .tickets-matches__card-team {
    width: 11rem;
  }
}
.tickets-matches__card-logo {
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
}
.tickets-matches__card-logo img, .tickets-matches__card-logo svg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.tickets-matches__card-name {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: var(--ttfors);
  text-align: center;
  color: var(--white);
}
@media (max-width: 768px) {
  .tickets-matches__card-name {
    font-size: 1.4rem;
  }
}
.tickets-matches__card-vs {
  font-size: 7.2rem;
  font-family: var(--hcsd);
  color: var(--main);
  text-align: center;
}
@media (max-width: 768px) {
  .tickets-matches__card-vs {
    margin-top: 1rem;
  }
}
.tickets-matches__card-right {
  width: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tickets-matches__card-right .tickets-next__btn_premium,
.tickets-matches__card-right .tickets-next__btn_vip {
  width: 25rem;
}
@media (max-width: 768px) {
  .tickets-matches__card-right .tickets-next__btn_premium,
  .tickets-matches__card-right .tickets-next__btn_vip {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tickets-matches__card-right .tickets-next__btn {
    width: 100%;
  }
}
.tickets-matches__card-right:has(.btn:nth-of-type(3)) .tickets-next__btn_premium,
.tickets-matches__card-right:has(.btn:nth-of-type(3)) .tickets-next__btn_vip {
  width: 12rem;
}
@media (max-width: 768px) {
  .tickets-matches__card-right:has(.btn:nth-of-type(3)) .tickets-next__btn_premium,
  .tickets-matches__card-right:has(.btn:nth-of-type(3)) .tickets-next__btn_vip {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 768px) {
  .tickets-matches__card-right {
    width: 100%;
    margin-top: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .tickets-activities__inner {
    padding-bottom: 5.6rem;
  }
}
.tickets-activities__top {
  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;
  margin-bottom: 3rem;
}
.tickets-activities__top .title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tickets-activities__top {
    margin-bottom: 1.6rem;
  }
}
.tickets-activities__swiper {
  overflow: visible;
}
.tickets-activities__swiper .abonnement-goods__card {
  width: 42rem;
  height: 31.1rem;
  margin-right: 1.5rem;
}
.tickets-activities__swiper .abonnement-goods__card:nth-last-of-type(1) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .tickets-activities__swiper .abonnement-goods__card {
    width: 35rem;
  }
}
.tickets-activities__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
@media (min-width: 769px) {
  .tickets-activities__controls {
    display: none;
  }
}
@media (max-width: 768px) {
  .tickets-activities__controls {
    position: absolute;
    bottom: 0;
    right: 1.6rem;
  }
}
.tickets-activities__swiper-prev, .tickets-activities__swiper-next {
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid var(--border);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003C69;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tickets-activities__swiper-prev svg, .tickets-activities__swiper-next svg {
  width: 0.8rem;
  height: 1.3rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.tickets-activities__swiper-prev svg path, .tickets-activities__swiper-next svg path {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  stroke: var(--main);
}
@media (min-width: 769px) {
  .tickets-activities__swiper-prev:hover, .tickets-activities__swiper-next:hover {
    background: var(--main);
  }
  .tickets-activities__swiper-prev:hover svg path, .tickets-activities__swiper-next:hover svg path {
    stroke: var(--white);
  }
}
.tickets-activities__swiper-prev.swiper-button-disabled, .tickets-activities__swiper-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tickets-activities__swiper-prev.swiper-button-disabled svg path, .tickets-activities__swiper-next.swiper-button-disabled svg path {
  stroke: var(--white);
}
/*# sourceMappingURL=main.css.map */