

/* Start:/local/templates/main/css/slicknav.css?17859201908672*/
/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  left: 0;
  right: 0;
}
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 0;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--color-orange); 
  position: relative;
  z-index: 999;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  font-size: 0.875em;
  list-style: none; 
  background-color: var(--color-green);
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
/* .slicknav_nav::before{
  content: '';
  height: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  background-color: var(--color-green);
} */

  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

/* HK Buran mobile header integration */
.mobile-nav-host {
  display: none;
}

@media (max-width: 1100px) {
  body.mobile-nav-open {
    overflow: hidden;
  }

  .header .header__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .header .header__actions {
    justify-self: end;
  }

  .mobile-nav-host {
    position: relative;
    z-index: 20;
    display: block;
    justify-self: end;
    width: 48px;
    height: 48px;
  }

  .mobile-nav-host .slicknav_menu {
    position: relative;
    width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    background: transparent;
    font-family: Roboto, Arial, sans-serif;
  }

  .mobile-nav-host .slicknav_btn {
    position: relative;
    z-index: 2;
    float: none;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: grid;
    place-items: center;
    box-shadow: none;
    text-shadow: none;
    transition: background-color .2s ease, border-color .2s ease;
  }

  .mobile-nav-host .slicknav_btn:hover,
  .mobile-nav-host .slicknav_btn:focus-visible,
  .mobile-nav-host .slicknav_btn.slicknav_open {
    border-color: #FF4F26;
    background: #FF4F26;
    outline: none;
  }

  .mobile-nav-host .slicknav_btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 79, 38, 0.28);
  }

  .mobile-nav-host .slicknav_menutxt {
    display: none;
  }

  .mobile-nav-host .slicknav_icon {
    float: none;
    width: 22px;
    height: 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .mobile-nav-host .slicknav_icon::before {
    display: none;
  }

  .mobile-nav-host .slicknav_icon-bar {
    width: 22px;
    height: 2px;
    margin: 0 !important;
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: none;
    transform-origin: center;
    transition: transform .2s ease, opacity .2s ease;
  }

  .mobile-nav-host .slicknav_open .slicknav_icon-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-nav-host .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-host .slicknav_open .slicknav_icon-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav-host .slicknav_nav {
    position: absolute;
    z-index: 1;
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    width: min(360px, calc(100vw - 40px));
    max-height: calc(100vh - 110px);
    margin: 0;
    padding: 10px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: linear-gradient(135deg, #063673 0%, #002453 100%);
    color: #FFFFFF;
    box-shadow: 0 24px 54px rgba(0, 18, 48, 0.38);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .mobile-nav-host .slicknav_nav ul {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
  }

  .mobile-nav-host .slicknav_nav li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-nav-host .slicknav_nav li:last-child {
    border-bottom: 0;
  }

  .mobile-nav-host .slicknav_nav a {
    min-height: 48px;
    margin: 0;
    padding: 13px 14px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease;
  }

  .mobile-nav-host .slicknav_nav a:hover,
  .mobile-nav-host .slicknav_nav a:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    outline: none;
  }

  .mobile-nav-host .slicknav_nav a:focus-visible {
    box-shadow: inset 0 0 0 2px #FF4F26;
  }

  .mobile-nav-host .slicknav_nav a.nav__link--active {
    background: rgba(255, 79, 38, 0.14);
    color: #FF7A5B;
  }
}

@media (max-width: 760px) {
  .header .header__inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .header .header__actions {
    gap: 0;
  }

  .header .header__actions .ticket {
    height: 44px;
    padding: 0 10px;
    gap: 8px;
    font-size: 11px;
  }

  .mobile-nav-host,
  .mobile-nav-host .slicknav_menu,
  .mobile-nav-host .slicknav_btn {
    width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .mobile-nav-host .slicknav_nav {
    width: calc(100vw - 32px);
    max-height: calc(100vh - 94px);
  }
}

@media (max-width: 380px) {
  .header .logo {
    width: 105px;
  }

  .header .header__actions .ticket {
    padding: 0 8px;
    gap: 6px;
    font-size: 10px;
  }
}

/* End */


/* Start:/local/templates/main/css/swiper-bundle.min.css?178757531915818*/
/**
 * Swiper 8.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2022
 */

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


/* Start:/local/templates/main/template_styles.css?1786960401315864*/
:root {
  --blue: #004196;
  --deep: #0C3468;
  --muted: #ADBBCC;
  --pale: #C3D2E5;
  --navy: #063673;
  --white: #ffffff;
  --grid: min(1410px, calc(100vw - 48px));
  --radius: 8px;
  font-family: Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white) !important;
  background: var(--blue);
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow: hidden;
  background: var(--blue);
}

.header {
  height: 108px;
  background: var(--blue);
}

.header__inner {
  width: var(--grid);
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 30px;
}

.logo {
  width: 194px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.nav__list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  list-style: none;
}

.nav__item {
  margin: 0;
  padding: 0;
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}


.social {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.social img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ticket,
.pill {
  height: 60px;
  padding: 0 30px 0 20px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.ticket::before,
.pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

.ticket,
.pill {
  background: var(--white);
  color: var(--deep);
}

.hero {
  position: relative;
  height: 730px;
  overflow: hidden;
  background: #063673;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;

  width: 100%;
  height: 100%;
  max-width: none;

  object-fit: cover;
  object-position: center center;

  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background: rgba(0, 34, 77, 0.78);
  opacity: 0.7;
  pointer-events: none;
}

.hero__inner {
  width: var(--grid);
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero__copy {
  position: absolute;
  left: 120px;
  top: 186px;
  max-width: 980px;
}

.hero h1 {
  margin: 0;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 140px;
  line-height: 0.98;
  letter-spacing: -0.015em;
  font-weight: 800;
  font-style: italic;
}

.hero p {
  margin: 52px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

.hero__actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero__actions .btn-compact--light-outline {
  border-color: rgba(255, 255, 255, 0.64);
  color: var(--white);
}

.quick-links {
  position: absolute;
  left: calc(((100vw - var(--grid)) / -2) + 60px);
  top: 204px;
  display: grid;
  gap: 12px;
}

.quick-link {
  height: 45px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.06);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.quick-link__icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: currentColor;
}

.section {
  width: var(--grid);
  margin: 0 auto;
}

.match-center {
  padding: 126px 0 130px;
}

.section__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  margin-bottom: 76px;
}

.section h2 {
  margin: 0;
  font-size: 60px;
  line-height: 1.04;
  font-weight: 600;
  letter-spacing: 0;
}

.tabs {
  display: flex;
  align-items: center;
  gap: 47px;
  padding: 0 42px 15px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 17px;
  font-weight: 600;
}

.tab-text {
  position: relative;
}

.tab-text::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  transform: translateY(-50%);
}

.match-grid {
  display: grid;
  grid-template-columns: 810px 570px;
  gap: 30px;
  align-items: start;
}

.matches {
  display: grid;
  gap: 22px;
}

.match-card {
  min-height: 138px;
  padding: 26px 40px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--deep);
  display: grid;
  grid-template-columns: 38px 116px 150px 74px 1fr 112px;
  align-items: center;
  gap: 18px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
  position: relative;
}

.match-card--past {
  grid-template-columns: 38px 116px 150px 74px 1fr 122px;
}

.calendar {
  width: 38px;
  height: 38px;
  border: 1px solid var(--pale);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--deep);
}

.date {
  color: var(--deep);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.team {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
  color: var(--deep);
  font-size: 15px;
  line-height: 1.16;
}

.team--right {
  justify-content: flex-start;
}

.team img {
  width: 60px;
  height: 54px;
  object-fit: contain;
  flex: 0 0 auto;
}

.score {
  color: var(--blue);
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.match-separator {
  color: var(--deep);
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.buy {
  height: 50px;
  min-width: 112px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}

.past-label {
  position: absolute;
  right: 22px;
  top: 14px;
  height: 28px;
  min-width: 154px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  color: var(--deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.standings {
  min-height: 584px;
  padding: 38px 40px 40px;
  border-radius: var(--radius);
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.standings h3 {
  margin: 0 0 41px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600;
}

.league-toggle {
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-bottom: 29px;
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
}

.league-toggle span {
  display: grid;
  place-items: center;
}

.league-toggle .active {
  background: var(--white);
  color: var(--deep);
}

.table-head {
  display: grid;
  grid-template-columns: 34px 50px 1fr 52px 52px;
  padding: 0 0 11px;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.table-head span:first-child {
  grid-column: 1 / 4;
}

.table-head span:not(:first-child) {
  text-align: center;
}

.standings-table {
  background: var(--white);
  color: var(--deep);
}

.standing-row {
  height: 51px;
  display: grid;
  grid-template-columns: 34px 50px 1fr 52px 52px;
  align-items: center;
  border-bottom: 1px solid var(--pale);
  font-size: 15px;
  font-weight: 600;
}

.standing-row:last-child {
  border-bottom: 0;
}

.standing-row img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.place,
.stat {
  text-align: center;
  font-weight: 700;
}

.all {
  margin-top: 29px;
  height: 52px;
  min-width: 178px;
  padding: 0 31px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.calendar svg {
  width: 18px;
  height: 18px;
}

.club-life {
  padding: 0 0 160px;
}

.club-life .section__head {
  margin-bottom: 70px;
}

.news-grid {
  display: grid;
  grid-template-columns: 810px 570px;
  gap: 30px;
  align-items: stretch;
}

.news-feature,
.news-card {
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}

.news-feature {
  min-height: 590px;
  padding: 46px;
  background: var(--navy);
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-feature::before,
.news-feature::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.news-feature::before {
  background-image: var(--news-image);
  background-position: center;
  background-size: cover;
}

.news-feature::after {
  background: rgba(0, 34, 77, 0.7);
}

.news-feature>* {
  position: relative;
  z-index: 1;
}

.news-feature__meta,
.news-card__meta {
  color: var(--pale);
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.news-feature__meta {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--white);
}

.news-feature__meta-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.news-feature__meta-icon svg {
  width: 22px;
  height: 22px;
}

.news-feature h3 {
  max-width: 690px;
  margin: 0 0 24px;
  color: var(--white);
  font-size: 54px;
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: 0;
}

.news-feature p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.news-feature__button {
  margin-top: 34px;
  height: 60px;
  padding: 0 34px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 18px;
  font-weight: 600;
}

.news-list {
  display: grid;
  gap: 22px;
}

.news-card {
  min-height: 158px;
  padding: 28px;
  background: var(--white);
  color: var(--deep);
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-content: start;
  align-items: center;
}

.news-card__image {
  width: 100%;
  height: 136px;
  border-radius: 0;
  overflow: hidden;
  background: var(--pale);
}

.news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card__body {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.news-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

.news-card p {
  margin: 0;
  color: rgba(12, 52, 104, 0.74);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__meta {
  color: #7F8EA3;
}

@media (max-width: 1500px) {
  :root {
    --grid: min(1058px, calc(100vw - 48px));
  }

  .header {
    height: 81px;
  }

  .header__inner {
    grid-template-columns: 160px 1fr auto;
    gap: 22px;
  }

  .logo {
    width: 146px;
  }

  .nav {
    gap: 30px;
    font-size: 16px;
  }

  .social {
    width: 38px;
    height: 38px;
  }

  .social img {
    width: 17px;
    height: 17px;
  }

  .ticket {
    font-size: 12px;
  }

  .hero {
    height: 548px;
  }

  .hero__copy {
    left: 90px;
    top: 140px;
    max-width: 570px;
  }

  .hero h1 {
    font-size: 90px;
  }

  .hero p {
    margin-top: 38px;
    font-size: 22px;
  }

  .hero__actions {
    margin-top: 24px;
    gap: 12px;
  }

  .quick-links {
    left: calc(((100vw - var(--grid)) / -2) + 60px);
    top: 153px;
  }

  .quick-link {
    height: 45px;
    padding: 0 22px;
    font-size: 16px;
  }

  .match-center {
    padding: 95px 0 96px;
  }

  .club-life {
    padding: 0 0 120px;
  }

  .section__head {
    margin-bottom: 57px;
  }

  .section h2 {
    font-size: 45px;
  }

  .tabs {
    gap: 35px;
    padding: 0 32px 11px 0;
    font-size: 13px;
  }

  .pill {
    font-size: 12px;
  }

  .match-grid {
    grid-template-columns: 608px 428px;
    gap: 22px;
  }

  .news-grid {
    grid-template-columns: 608px 428px;
    gap: 22px;
  }

  .news-feature {
    min-height: 442px;
    padding: 33px 34px;
  }

  .news-feature h3 {
    font-size: 40px;
    margin-bottom: 21px;
  }

  .news-feature p {
    font-size: 14px;
  }

  .news-feature__button {
    margin-top: 24px;
    height: 45px;
    padding: 0 25px;
    font-size: 14px;
  }

  .news-feature__meta,
  .news-card__meta {
    font-size: 12px;
  }

  .news-feature__meta-icon {
    width: 44px;
    height: 44px;
  }

  .news-feature__meta-icon svg {
    width: 17px;
    height: 17px;
  }

  .news-list {
    gap: 16px;
  }

  .news-card {
    min-height: 118px;
    padding: 18px 20px;
    grid-template-columns: 142px 1fr;
    gap: 18px;
  }

  .news-card__image {
    height: 102px;
  }

  .news-card h3 {
    font-size: 18px;
  }

  .news-card p {
    font-size: 12px;
  }

  .news-card__body {
    gap: 8px;
  }

  .matches {
    gap: 16px;
  }

  .match-card {
    min-height: 104px;
    padding: 20px 30px;
    grid-template-columns: 29px 86px 112px 56px 1fr 84px;
    gap: 13px;
  }

  .match-card--past {
    grid-template-columns: 29px 86px 112px 56px 1fr 92px;
  }

  .calendar {
    width: 29px;
    height: 29px;
  }

  .date,
  .team,
  .league-toggle,
  .standing-row {
    font-size: 11px;
  }

  .team img {
    width: 45px;
    height: 40px;
  }

  .score {
    font-size: 19px;
  }

  .match-separator {
    font-size: 19px;
  }

  .buy {
    height: 38px;
    min-width: 84px;
    font-size: 13px;
  }

  .past-label {
    right: 16px;
    top: 10px;
    height: 21px;
    min-width: 116px;
    font-size: 8px;
  }

  .standings {
    min-height: 438px;
    padding: 29px 30px 30px;
  }

  .standings h3 {
    margin-bottom: 30px;
    font-size: 23px;
  }

  .league-toggle {
    height: 35px;
    margin-bottom: 22px;
  }

  .table-head {
    grid-template-columns: 25px 38px 1fr 39px 39px;
    padding: 0 0 8px;
    font-size: 11px;
  }

  .standing-row {
    height: 38px;
    grid-template-columns: 25px 38px 1fr 39px 39px;
  }

  .standing-row img {
    width: 27px;
    height: 27px;
  }

  .all {
    margin-top: 22px;
    height: 39px;
    min-width: 134px;
    font-size: 12px;
  }
}

@media (max-width: 1350px) {
  .header__actions {
    gap: 18px;
  }

  .ticket {
    font-size: 15px !important;
  }

  .pill {
    font-size: 15px !important;
  }

  .tab-text {
    font-size: 15px !important;
  }

  .tab-text::before {
    left: -20px !important;
  }

  #players .players-tab-link {
    gap: 13px !important;
    font-size: 15px !important;
  }

  #match-day .match-day-congrats-btn {

    font-size: 15px !important;
  }

  #tickets .tickets-buy-btn {
    font-size: 15px !important;
  }

  #media-stories .media-cta {
    font-size: 15px !important;
  }

  #shop .shop-lead-card .match-day-tab-link {
    font-size: 15px !important;
  }

  .footer-grid a {
    font-size: 14px !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --grid: calc(100vw - 40px);
  }

  .header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero__copy {
    left: 0;
  }

  .hero h1 {
    font-size: 72px;
  }

  .quick-links {
    left: 40px;
    top: auto;
    bottom: 36px;
    grid-template-columns: repeat(3, max-content);
  }

  .match-grid {
    grid-template-columns: 1fr;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .section__head {
    align-items: start;
  }

  .section h2 {
    font-size: 42px;
  }
}

@media (max-width: 760px) {
  :root {
    --grid: calc(100vw - 32px);
  }

  .header {
    height: 74px;
  }

  .header__inner {
    grid-template-columns: 1fr auto;
  }

  .logo {
    width: 116px;
  }

  .header__actions .social {
    display: none;
  }

  .ticket {
    font-size: 11px;
  }

  .hero {
    height: 680px;
    background-position: 58% top;
  }

  .hero__copy {
    top: 98px;
    max-width: 330px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero p {
    margin-top: 24px;
    font-size: 20px;
  }

  .hero__actions {
    margin-top: 24px;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero__actions .pill,
  .hero__actions .btn-compact {
    height: 48px;
    font-size: 14px;
  }

  .quick-links {
    left: 0;
    grid-template-columns: 1fr;
    gap: 8px;
    bottom: 28px;
  }

  .quick-link {
    width: max-content;
  }

  .match-center {
    padding: 64px 0 72px;
  }

  .club-life {
    padding: 0 0 84px;
  }

  .section__head {
    grid-template-columns: 1fr;
    margin-bottom: 34px;
  }

  .section h2 {
    font-size: 38px;
  }

  .tabs {
    padding: 0;
    gap: 34px;
  }

  .club-life .section__head {
    margin-bottom: 34px;
  }

  .news-feature {
    min-height: 420px;
    padding: 28px 22px;
  }

  .news-feature h3 {
    font-size: 30px;
  }

  .news-feature p {
    font-size: 16px;
  }

  .news-feature__button {
    height: 48px;
    font-size: 15px;
  }

  .news-card {
    grid-template-columns: 1fr;
  }

  .news-card__image {
    height: 170px;
  }

  .match-card,
  .match-card--past {
    min-height: 0;
    grid-template-columns: 34px 1fr auto;
    padding: 20px;
    gap: 14px;
  }

  .date {
    grid-column: 2 / 4;
    grid-row: 1;
  }

  .team {
    grid-column: 1 / 3;
  }

  .score,
  .match-separator,
  .buy {
    grid-column: 3;
    grid-row: 3;
  }

  .past-label {
    position: static;
    grid-column: 2 / 4;
    justify-self: start;
  }

  .standings {
    padding: 26px 20px 28px;
  }

  .standings h3 {
    font-size: 25px;
  }
}


/* Р”РѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Рµ Р±Р»РѕРєРё РґРѕ С„СѓС‚РµСЂР° */
.light-section {
  background: #F4F7FB;
  color: var(--deep);
  padding: 126px 0 130px;
}

.light-section--white {
  background: var(--white);
}

.light-section .section__head {
  margin-bottom: 70px;
}

.light-section h2 {
  color: var(--deep);
}

.section__eyebrow {
  margin: 0 0 20px;
  color: #7F8EA3;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.light-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
  padding-bottom: 12px;
}

.btn-compact {
  height: 52px;
  padding: 0 32px;
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--deep);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.btn-compact--blue {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.btn-compact--white {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);
}

.btn-compact--light-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, .64);
}

.players-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.player-card {
  min-height: 520px;
  border: 1px solid var(--pale);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  color: var(--deep);
  display: flex;
  flex-direction: column;
}

.player-card__photo {
  height: 260px;
  background: linear-gradient(rgba(0, 34, 77, .26), rgba(0, 34, 77, .26)), var(--player-photo, linear-gradient(135deg, #C3D2E5, #FFFFFF));
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: var(--white);
}

.player-number {
  font-size: 72px;
  line-height: .82;
  font-weight: 800;
}

.player-card__body {
  padding: 28px 28px 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.player-role {
  margin-bottom: 13px;
  color: #7F8EA3;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.player-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 600;
}

.player-card p {
  margin: 14px 0 0;
  color: rgba(12, 52, 104, .72);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;
}

.player-stats {
  margin-top: auto;
  padding-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.player-stat {
  min-height: 76px;
  border: 1px solid var(--pale);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--blue);
  font-size: 26px;
  line-height: 1;
  font-weight: 800;
}

.player-stat span {
  display: block;
  margin-top: 7px;
  color: #7F8EA3;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.match-day-grid {
  display: grid;
  grid-template-columns: 570px 1fr;
  gap: 30px;
  align-items: start;
}

.match-day-intro,
.match-day-step,
.route-map,
.ticket-program,
.shop-lead-card,
.rhl-card {
  border: 1px solid var(--pale);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--deep);
}

.match-day-intro {
  min-height: 410px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.match-day-intro h3 {
  margin: 0 0 24px;
  color: var(--deep);
  font-size: 46px;
  line-height: 1.06;
  font-weight: 600;
}

.match-day-intro p,
.match-day-step p,
.route-map p,
.ticket-program p,
.shop-lead-card p,
.rhl-card p,
.media-story p {
  margin: 14px 0 0;
  color: rgba(12, 52, 104, .72);
  font-size: 16px;
  line-height: 1.46;
  font-weight: 400;
}

.match-day-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.match-day-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.match-day-step {
  min-height: 194px;
  padding: 30px;
}

.step-num {
  width: 42px;
  height: 42px;
  margin-bottom: 24px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
}

.match-day-step h3,
.ticket-program h3,
.rhl-card h3,
.shop-product h3,
.media-story h3 {
  margin: 0;
  color: var(--deep);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 600;
}

.route-map {
  margin-top: 30px;
  padding: 42px;
  grid-column: 1 / -1;
}

.route-map h3 {
  margin: 0;
  color: var(--deep);
  font-size: 44px;
  line-height: 1.06;
  font-weight: 600;
}

.map-placeholder {
  height: 320px;
  margin-top: 30px;
  border-radius: var(--radius);
  background:
    linear-gradient(16deg, transparent 0 42%, rgba(173, 187, 204, .70) 42% 45%, transparent 45%),
    linear-gradient(104deg, transparent 0 46%, rgba(173, 187, 204, .62) 46% 49%, transparent 49%),
    linear-gradient(164deg, transparent 0 50%, rgba(173, 187, 204, .52) 50% 53%, transparent 53%),
    #E8EEF6;
  position: relative;
  overflow: hidden;
}

.map-arena {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(370px, 78%);
  min-height: 126px;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
  display: grid;
  place-items: center;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.map-arena small {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, .78);
}

.ticket-programs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.ticket-program {
  min-height: 332px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.program-label {
  display: inline-flex;
  width: max-content;
  min-height: 32px;
  margin-bottom: 22px;
  padding: 8px 16px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  color: #7F8EA3;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.media-section {
  background: var(--blue);
  color: var(--white);
  padding: 126px 0 130px;
}

.media-section h2,
.rhl-section h2,
.partners-section h2 {
  color: var(--white);
}

.media-grid-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.media-story {
  min-height: 430px;
  padding: 34px;
  border-radius: var(--radius);
  background: linear-gradient(rgba(0, 34, 77, .70), rgba(0, 34, 77, .70)), var(--story-image, linear-gradient(135deg, #063673, #004196));
  background-size: cover;
  background-position: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.media-story h3 {
  color: var(--white);
}

.media-story p {
  color: rgba(255, 255, 255, .78);
}

.media-label {
  display: inline-flex;
  width: max-content;
  min-height: 32px;
  margin-bottom: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-radius: 999px;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rhl-section {
  background: var(--deep);
  color: var(--white);
  padding: 126px 0 130px;
}

.rhl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.rhl-card {
  min-height: 310px;
  padding: 40px;
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .18);
  color: var(--white);
}

.rhl-card h3 {
  color: var(--white);
}

.rhl-card p {
  color: rgba(255, 255, 255, .74);
}

.rhl-links {
  display: grid;
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.rhl-links li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .86);
  font-size: 16px;
  font-weight: 700;
}

.rhl-links li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--white);
  flex: 0 0 auto;
}

.shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.shop-lead-card {
  min-height: 322px;
  padding: 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-lead-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 40px;
  line-height: 1.08;
  font-weight: 600;
}

.shop-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.shop-product {
  min-height: 146px;
  padding: 28px;
  border: 1px solid var(--pale);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--deep);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-product span {
  color: #7F8EA3;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.partners-section {
  background: var(--blue);
  color: var(--white);
  padding: 126px 0 130px;
}

.partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-left: 1px solid rgba(255, 255, 255, .22);
}

.partner-card {
  min-height: 132px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
  display: grid;
  place-items: center;
  text-align: center;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.28;
  font-weight: 700;
}

.footer {
  padding: 70px 0 76px;
  background: var(--white);
  color: var(--deep);
}

.footer-grid {
  width: var(--grid);
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid var(--pale);
  display: grid;
  grid-template-columns: 250px repeat(5, 1fr);
  gap: 30px;
}

.footer-logo {
  width: 194px;
  height: auto;
}

.footer h6 {
  margin: 0 0 18px;
  color: var(--deep);
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
}

.footer ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(12, 52, 104, .70);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}


@media (max-width: 1500px) {

  .light-section,
  .media-section,
  .rhl-section,
  .partners-section {
    padding: 95px 0 96px;
  }

  .light-section .section__head {
    margin-bottom: 52px;
  }

  .btn-compact {
    height: 39px;
    padding: 0 24px;
    font-size: 12px;
  }

  .players-grid,
  .ticket-programs-grid,
  .media-grid-extra,
  .partners-grid,
  .shop-grid,
  .shop-products,
  .rhl-grid {
    gap: 22px;
  }

  .player-card {
    min-height: 390px;
  }

  .player-card__photo {
    height: 195px;
    padding: 16px;
  }

  .player-number {
    font-size: 54px;
  }

  .player-card__body {
    padding: 21px 21px 22px;
  }

  .player-role,
  .program-label,
  .media-label {
    font-size: 10px;
  }

  .player-card h3,
  .match-day-step h3,
  .ticket-program h3,
  .rhl-card h3,
  .shop-product h3,
  .media-story h3 {
    font-size: 21px;
  }

  .player-card p,
  .match-day-intro p,
  .match-day-step p,
  .route-map p,
  .ticket-program p,
  .shop-lead-card p,
  .rhl-card p,
  .media-story p {
    font-size: 12px;
  }

  .player-stats {
    padding-top: 20px;
  }

  .player-stat {
    min-height: 57px;
    font-size: 20px;
  }

  .player-stat span {
    font-size: 8px;
  }

  .match-day-grid {
    grid-template-columns: 428px 1fr;
    gap: 22px;
  }

  .match-day-intro,
  .route-map,
  .shop-lead-card,
  .rhl-card {
    padding: 31px;
  }

  .match-day-intro h3 {
    font-size: 34px;
  }

  .match-day-step,
  .ticket-program,
  .shop-product {
    padding: 23px;
  }

  .step-num {
    width: 32px;
    height: 32px;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .route-map h3 {
    font-size: 33px;
  }

  .map-placeholder {
    height: 240px;
  }

  .map-arena {
    min-height: 94px;
    font-size: 18px;
  }

  .ticket-program {
    min-height: 250px;
  }

  .media-story {
    min-height: 322px;
    padding: 25px;
  }

  .shop-lead-card h3 {
    font-size: 30px;
  }

  .partner-card {
    min-height: 99px;
    font-size: 12px;
  }

  .footer {
    padding: 52px 0 58px;
  }

  .footer-grid {
    grid-template-columns: 190px repeat(5, 1fr);
    gap: 22px;
  }

  .footer-logo {
    width: 146px;
  }

  .footer h6 {
    font-size: 13px;
  }

  .footer ul {
    font-size: 11px;
  }
}

@media (max-width: 1100px) {

  .players-grid,
  .ticket-programs-grid,
  .media-grid-extra,
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .match-day-grid,
  .shop-grid,
  .rhl-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .route-map {
    grid-column: auto;
  }

  .light-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {

  .light-section,
  .media-section,
  .rhl-section,
  .partners-section {
    padding: 64px 0 72px;
  }

  .light-section .section__head {
    margin-bottom: 34px;
  }

  .section__eyebrow {
    margin-bottom: 14px;
  }

  .players-grid,
  .ticket-programs-grid,
  .media-grid-extra,
  .partners-grid,
  .match-day-steps,
  .shop-products {
    grid-template-columns: 1fr;
  }

  .player-card {
    min-height: auto;
  }

  .player-card__photo {
    height: 240px;
  }

  .match-day-intro,
  .route-map,
  .shop-lead-card,
  .rhl-card {
    padding: 26px 20px;
  }

  .match-day-intro h3,
  .route-map h3,
  .shop-lead-card h3 {
    font-size: 30px;
  }

  .match-day-step,
  .ticket-program,
  .shop-product {
    padding: 24px 20px;
  }

  .map-placeholder {
    height: 250px;
  }

  .media-story {
    min-height: 330px;
    padding: 26px 20px;
  }

  .footer-grid {
    padding-top: 30px;
  }
}


/* РћСЃС‚СЂС‹Рµ СѓРіР»С‹ РґР»СЏ РєСЂСѓРїРЅС‹С… С„РѕРЅРѕРІС‹С… РїРѕРґР»РѕР¶РµРє Рё РєР°СЂС‚РѕС‡РµРє РёР· РїСЂР°РІРєРё */
.standings,
.news-feature,
.match-card,
.news-card,
.match-day-intro,
.route-map,
.map-placeholder,
.media-story,
.rhl-card,
.shop-lead-card {
  border-radius: 0;
}


/* РџСЂР°РІРєРё Р±Р»РѕРєР° РРіСЂРѕРєРё Рё Р»РёРґРµСЂС‹ */
#players .section__head {
  align-items: end;
}

#players h2 {
  color: var(--blue);
}

#players .players-actions .btn-compact {
  border-color: var(--blue);
  color: var(--deep);
}

#players .players-actions .btn-compact--blue {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

#players .player-card {
  border-radius: 0;
}

#players .player-card__photo {
  position: relative;
  height: 260px;
  padding: 0;
  display: block;
  overflow: hidden;
  background: var(--pale);
}

#players .player-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

#players .player-number {
  position: absolute;
  left: 22px;
  bottom: 22px;
  color: var(--white);
  font-size: 72px;
  line-height: .82;
  font-weight: 800;
}

#players .player-card h3 {
  color: var(--deep);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

#players .player-stats {
  grid-template-columns: repeat(4, 1fr);
}

#players .player-stat {
  min-height: 70px;
  font-size: 22px;
}

#players .player-stat span {
  font-size: 9px;
}

@media (max-width: 1500px) {
  #players .player-card__photo {
    height: 195px;
  }

  #players .player-number {
    left: 16px;
    bottom: 16px;
    font-size: 54px;
  }

  #players .player-card h3 {
    font-size: 18px;
  }

  #players .player-stat {
    min-height: 54px;
    font-size: 18px;
  }

  #players .player-stat span {
    font-size: 7px;
  }
}

@media (max-width: 760px) {
  #players .player-card__photo {
    height: 260px;
  }

  #players .player-card h3 {
    font-size: 24px;
  }
}



/* РџСЂР°РІРєРё: РІС‹СЂР°РІРЅРёРІР°РЅРёРµ С€Р°РїРєРё Р±Р»РѕРєР°, СЃРёРЅСЏСЏ РєРЅРѕРїРєР° СЃ С‚РѕС‡РєРѕР№, СЃРёРЅРёРµ С†РёС„СЂС‹ РЅР° С„РѕС‚Рѕ */
#players .section__head {
  align-items: center;
}

#players .section__head>div:first-child,
#players .players-actions {
  align-self: center;
}

#players .players-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 0;
}

#players .section__head h2 {
  margin: 0;
}

#players .btn-dot-primary {
  height: 60px;
  padding: 0 30px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  border: 1px solid var(--blue);
}

#players .btn-dot-primary::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#players .player-number {
  color: var(--blue);
}


/* Р¤РёРЅР°Р»СЊРЅС‹Рµ РїСЂР°РІРєРё: РРіСЂРѕРєРё Рё Р»РёРґРµСЂС‹ + РіР»Р°РІРЅР°СЏ РЅРѕРІРѕСЃС‚СЊ */
#players .players-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  padding-bottom: 0;
}

#players .players-tab-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

#players .players-tab-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#players .player-number {
  color: var(--white);
  font-size: 88px;
  line-height: .82;
  font-weight: 800;
}

.news-feature--plain {
  background: var(--navy);
}

.news-feature--plain::before {
  display: none;
}

.news-feature--plain::after {
  display: none;
}

@media (max-width: 1500px) {
  #players .players-actions {
    gap: 26px;
  }

  #players .players-tab-link {
    gap: 14px;
    font-size: 12px;
  }

  #players .players-tab-link::before {
    width: 7px;
    height: 7px;
  }

  #players .player-number {
    font-size: 66px;
  }
}

@media (max-width: 1100px) {
  #players .players-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  #players .players-actions {
    gap: 22px;
  }

  #players .player-number {
    font-size: 78px;
  }
}


/* РЈРЅРёС„РёРєР°С†РёСЏ СЂР°Р·РјРµСЂР° РєСЂСѓРіР»С‹С… РёРєРѕРЅРѕРє РґР°С‚С‹: С‚РѕР»СЊРєРѕ СЂР°Р·РјРµСЂ, С†РІРµС‚Р° РЅРµ РјРµРЅСЏРµРј */
.calendar {
  width: 58px;
  height: 58px;
}

.calendar svg {
  width: 22px;
  height: 22px;
}

.match-card {
  grid-template-columns: 58px 116px 150px 74px 1fr 112px;
}

.match-card--past {
  grid-template-columns: 58px 116px 150px 74px 1fr 122px;
}

@media (max-width: 1500px) {
  .calendar {
    width: 44px;
    height: 44px;
  }

  .calendar svg {
    width: 18px;
    height: 18px;
  }

  .match-card {
    grid-template-columns: 44px 86px 112px 56px 1fr 84px;
  }

  .match-card--past {
    grid-template-columns: 44px 86px 112px 56px 1fr 92px;
  }
}

@media (max-width: 760px) {
  .calendar {
    width: 58px;
    height: 58px;
  }

  .calendar svg {
    width: 22px;
    height: 22px;
  }

  .match-card,
  .match-card--past {
    grid-template-columns: 58px 1fr auto;
  }
}



/* РџСЂР°РІРєРё Р±Р»РѕРєР° Р”РµРЅСЊ РјР°С‚С‡Р° */
#match-day .section__head h2 {
  color: var(--blue);
  font-size: 60px;
  line-height: 1.04;
  font-weight: 600;
}

#match-day .match-day-intro {
  min-height: 506px;
  padding: 42px;
  background: #004196;
  border-color: #004196;
  color: var(--white);
  border-radius: 0;
}

#match-day .match-day-intro h3 {
  margin: 0 0 24px;
  color: var(--white);
  font-size: 54px;
  line-height: 1.02;
  font-weight: 600;
  max-width: 460px;
}

#match-day .match-day-intro p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 470px;
}

#match-day .match-day-step h3 {
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

#match-day .step-num {
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  border: 1px solid var(--pale);
  border-radius: 50%;
  color: var(--blue);
  font-size: 16px;
  font-weight: 800;
  background: transparent;
}

@media (max-width: 1500px) {
  #match-day .match-day-intro {
    min-height: 460px;
  }

  #match-day .match-day-intro h3 {
    font-size: 42px;
    max-width: 390px;
  }

  #match-day .match-day-intro p {
    font-size: 16px;
    max-width: 390px;
  }

  #match-day .step-num {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  #match-day .match-day-intro {
    min-height: auto;
    padding: 30px 22px;
  }

  #match-day .match-day-intro h3 {
    font-size: 36px;
    max-width: none;
  }

  #match-day .match-day-intro p {
    max-width: none;
  }

  #match-day .step-num {
    width: 58px;
    height: 58px;
  }
}


/* РџСЂР°РІРєР° Р·Р°РіРѕР»РѕРІРєР° Рё СЃРІСЏР·РєРё РєРЅРѕРїРѕРє РІ Р±Р»РѕРєРµ Р”РµРЅСЊ РјР°С‚С‡Р° */
#match-day .match-day-intro h3 {
  font-size: 46px;
  line-height: 1.06;
  max-width: 470px;
}

#match-day .match-day-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 42px;
  margin-top: 34px;
}

#match-day .match-day-buttons .pill {
  background: var(--white);
  color: var(--deep);
  border: 0;
}

#match-day .match-day-tab-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

#match-day .match-day-tab-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

@media (max-width: 1500px) {
  #match-day .match-day-intro h3 {
    font-size: 36px;
    max-width: 390px;
  }

  #match-day .match-day-buttons {
    gap: 32px;
  }

  #match-day .match-day-tab-link {
    gap: 14px;
    font-size: 12px;
  }

  #match-day .match-day-tab-link::before {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 760px) {
  #match-day .match-day-intro h3 {
    font-size: 32px;
    max-width: none;
  }

  #match-day .match-day-buttons {
    gap: 24px;
  }
}


/* Р”РѕРї. РїСЂР°РІРєРё Р±Р»РѕРєР° Р”РµРЅСЊ РјР°С‚С‡Р° */
#match-day .match-day-grid {
  align-items: stretch;
}

#match-day .match-day-intro {
  height: 100%;
  min-height: 0;
}

#match-day .match-day-steps {
  align-self: stretch;
}

#match-day .match-day-step {
  border-radius: 0;
}

@media (max-width: 1500px) {
  #match-day .match-day-grid {
    align-items: stretch;
  }

  #match-day .match-day-intro {
    height: 100%;
    min-height: 0;
  }
}

@media (max-width: 980px) {
  #match-day .match-day-grid {
    align-items: start;
  }

  #match-day .match-day-intro {
    height: auto;
  }
}


/* РџСЂР°РІРєРё Р±Р»РѕРєР° Р‘РёР»РµС‚С‹ Рё РїСЂРѕРіСЂР°РјРјС‹ РїРѕСЃРµС‰РµРЅРёСЏ */
#tickets .section__head {
  align-items: center;
}

#tickets .section__head h2 {
  margin: 0;
  color: var(--blue);
  font-size: 60px;
  line-height: 1.04;
  font-weight: 600;
}

#tickets .light-actions {
  align-self: center;
  padding-bottom: 0;
}

#tickets .tickets-buy-btn {
  height: 60px;
  padding: 0 30px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

#tickets .tickets-buy-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#tickets .ticket-program {
  border-radius: 0;
}

#tickets .ticket-program .btn-compact {
  width: max-content;
  min-width: 112px;
  height: 52px;
  padding: 0 28px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: transparent;
  color: var(--blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 1500px) {
  #tickets .section__head h2 {
    font-size: 45px;
  }

  #tickets .tickets-buy-btn {
    height: 44px;
    padding: 0 24px 0 16px;
    gap: 16px;
    font-size: 12px;
  }

  #tickets .tickets-buy-btn::before {
    width: 7px;
    height: 7px;
  }

  #tickets .ticket-program .btn-compact {
    min-width: 86px;
    height: 39px;
    padding: 0 18px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  #tickets .section__head h2 {
    font-size: 38px;
  }

  #tickets .light-actions {
    justify-content: flex-start;
  }
}


/* Р”РѕРї. РїСЂР°РІРєРё Р±Р»РѕРєР° Р‘РёР»РµС‚С‹ Рё РїСЂРѕРіСЂР°РјРјС‹ РїРѕСЃРµС‰РµРЅРёСЏ */
#tickets .section__head h2 {
  max-width: 620px;
}

#tickets .ticket-program h3 {
  margin: 0;
  color: var(--deep);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

#tickets .program-label {
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  color: var(--deep);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1500px) {
  #tickets .ticket-program h3 {
    font-size: 18px;
  }

  #tickets .program-label {
    min-height: 30px;
    padding: 0 14px;
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  #tickets .section__head h2 {
    max-width: none;
  }

  #tickets .ticket-program h3 {
    font-size: 24px;
  }

  #tickets .program-label {
    font-size: 14px;
  }
}


/* РЈС‚РѕС‡РЅРµРЅРёРµ РїР»Р°С€РµРє РІ Р±Р»РѕРєРµ Р‘РёР»РµС‚С‹ вЂ” РєР°Рє РјРµС‚РєР° РџСЂРѕС€Р»С‹Р№ РјР°С‚С‡ */
#tickets .program-label {
  height: 34px;
  min-height: 34px;
  width: max-content;
  min-width: 0;
  padding: 0 22px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--deep);
  background: transparent;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  #tickets .program-label {
    height: 30px;
    min-height: 30px;
    padding: 0 18px;
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  #tickets .program-label {
    height: 34px;
    min-height: 34px;
    padding: 0 20px;
    font-size: 13px;
  }
}


/* РЈС‚РѕС‡РЅРµРЅРёРµ РїР»Р°С€РµРє Р±РёР»РµС‚РѕРІ: СЂР°Р·РјРµСЂ С‚РµРєСЃС‚Р° Рё Р±РѕРєРѕРІС‹Рµ РѕС‚СЃС‚СѓРїС‹ */
#tickets .program-label {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}

@media (max-width: 1500px) {
  #tickets .program-label {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  #tickets .program-label {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }
}


/* РџСЂР°РІРєРё Р±Р»РѕРєР° РђС‚РјРѕСЃС„РµСЂР° РєР»СѓР±Р° */
#media-stories .section__head {
  grid-template-columns: 1fr;
  align-items: end;
}

#media-stories .section__head h2 {
  margin: 0;
  max-width: 760px;
  color: var(--white);
  font-size: 60px;
  line-height: 1.04;
  font-weight: 600;
}

#media-stories .media-story {
  position: relative;
  padding: 46px;
  border-radius: 0;
}

#media-stories .media-label {
  position: absolute;
  left: 46px;
  top: 46px;
  height: 34px;
  min-height: 34px;
  width: max-content;
  margin: 0;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--white);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

#media-stories .media-story h3 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

#media-stories .media-story p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1500px) {
  #media-stories .section__head h2 {
    font-size: 45px;
  }

  #media-stories .media-story {
    padding: 34px;
  }

  #media-stories .media-label {
    left: 34px;
    top: 34px;
    height: 30px;
    min-height: 30px;
    padding: 0 24px;
    font-size: 12px;
  }

  #media-stories .media-story h3 {
    font-size: 18px;
  }

  #media-stories .media-story p {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  #media-stories .section__head h2 {
    font-size: 38px;
  }

  #media-stories .media-story {
    padding: 28px 22px;
  }

  #media-stories .media-label {
    left: 22px;
    top: 28px;
    padding: 0 22px;
  }

  #media-stories .media-story h3 {
    font-size: 24px;
  }

  #media-stories .media-story p {
    font-size: 16px;
  }
}


/* РћР±РЅРѕРІР»РµРЅРёРµ Р±Р»РѕРєР° РђС‚РјРѕСЃС„РµСЂР° РєР»СѓР±Р° */
#media-stories .section__head {
  grid-template-columns: 1fr auto;
  align-items: center;
}

#media-stories .media-cta {
  height: 60px;
  padding: 0 30px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--deep);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

#media-stories .media-cta::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#media-stories .media-grid-extra {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

#media-stories .media-story {
  position: relative;
  min-height: 420px;
  padding: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
}

#media-stories .media-story::before,
#media-stories .media-story::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

#media-stories .media-story::before {
  background-image: var(--story-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#media-stories .media-story::after {
  background: rgba(0, 34, 77, 0.70);
}

#media-stories .media-story:hover::before,
#media-stories .media-story:hover::after,
#media-stories .media-story:focus-visible::before,
#media-stories .media-story:focus-visible::after {
  opacity: 1;
}

#media-stories .media-label,
#media-stories .media-story__content {
  position: relative;
  z-index: 1;
}

#media-stories .media-label {
  position: absolute;
  left: 46px;
  top: 46px;
  height: 34px;
  min-height: 34px;
  padding: 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: transparent;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

#media-stories .media-story h3 {
  margin: 0;
  color: var(--white);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

#media-stories .media-story p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1500px) {
  #media-stories .media-cta {
    height: 44px;
    padding: 0 24px 0 16px;
    gap: 16px;
    font-size: 12px;
  }

  #media-stories .media-cta::before {
    width: 7px;
    height: 7px;
  }

  #media-stories .media-story {
    min-height: 320px;
    padding: 34px;
  }

  #media-stories .media-label {
    left: 34px;
    top: 34px;
    height: 30px;
    min-height: 30px;
    padding: 0 24px;
    font-size: 12px;
  }

  #media-stories .media-story h3 {
    font-size: 18px;
  }

  #media-stories .media-story p {
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  #media-stories .media-grid-extra {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #media-stories .section__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  #media-stories .media-story {
    min-height: 300px;
    padding: 28px 22px;
  }

  #media-stories .media-label {
    left: 22px;
    top: 28px;
    padding: 0 22px;
  }

  #media-stories .media-story h3 {
    font-size: 24px;
  }

  #media-stories .media-story p {
    font-size: 16px;
  }
}


/* РџСЂР°РІРєР° Р±Р»РѕРєР° РђС‚РјРѕСЃС„РµСЂР° РєР»СѓР±Р°: С„РѕС‚Рѕ СЃСЂР°Р·Сѓ РІРёРґРЅС‹, Р±РµР· РѕР±РІРѕРґРєРё, hover = Р»С‘РіРєРѕРµ СѓРІРµР»РёС‡РµРЅРёРµ */
#media-stories .media-story {
  border: 0;
  background: transparent;
}

#media-stories .media-story::before,
#media-stories .media-story::after {
  opacity: 1;
  transition: transform .35s ease, opacity .35s ease;
}

#media-stories .media-story::before {
  transform: scale(1);
}

#media-stories .media-story:hover::before,
#media-stories .media-story:focus-visible::before {
  transform: scale(1.06);
}

#media-stories .media-story:hover::after,
#media-stories .media-story:focus-visible::after {
  opacity: 1;
}



.news-feature--plain {
  background: var(--navy);
}

.news-feature[style*="--news-image"]::before,
.news-feature[style*="--news-image"]::after {
  display: block;
}


#rhl {
  background: var(--blue);
  color: var(--white);
  padding: 126px 0 130px;
}

#rhl .section__head {
  align-items: center;
}

#rhl .section__head h2 {
  margin: 0;
  color: var(--white);
  font-size: 60px;
  line-height: 1.04;
  font-weight: 600;
}

#rhl .rhl-tabs {
  align-items: center;
  gap: 34px;
  margin-bottom: 0;
  padding: 0;
}

#rhl .rhl-tabs .pill {
  height: 60px;
  padding: 0 30px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--deep);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

#rhl .rhl-tabs .pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#rhl .rhl-tab-text {
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

#rhl .rhl-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

#rhl .rhl-card {
  min-height: 320px;
  padding: 34px;
  border: 1px solid var(--pale);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  align-items: start;
}

#rhl .rhl-index {
  width: 58px;
  height: 58px;
  border: 1px solid var(--pale);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--deep);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  flex: 0 0 auto;
}

#rhl .rhl-card__body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 12px;
}

#rhl .rhl-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

#rhl .rhl-card p {
  margin: 0;
  color: rgba(12, 52, 104, 0.74);
  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;
}

#rhl .rhl-links {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

#rhl .rhl-links li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--deep);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

#rhl .rhl-links li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

@media (max-width: 1500px) {
  #rhl .section__head h2 {
    font-size: 45px;
  }

  #rhl .rhl-tabs {
    gap: 26px;
  }

  #rhl .rhl-tabs .pill {
    height: 44px;
    padding: 0 24px 0 16px;
    gap: 16px;
    font-size: 12px;
  }

  #rhl .rhl-tabs .pill::before {
    width: 7px;
    height: 7px;
  }

  #rhl .rhl-tab-text {
    font-size: 12px;
  }

  #rhl .rhl-card {
    min-height: 250px;
    padding: 26px;
    grid-template-columns: 44px 1fr;
    gap: 18px;
  }

  #rhl .rhl-index {
    width: 44px;
    height: 44px;
    font-size: 12px;
  }

  #rhl .rhl-card h3 {
    font-size: 18px;
  }

  #rhl .rhl-card p,
  #rhl .rhl-links li {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  #rhl .rhl-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #rhl .section__head {
    align-items: start;
  }

  #rhl .section__head h2 {
    font-size: 38px;
  }

  #rhl .rhl-tabs {
    gap: 22px;
  }

  #rhl .rhl-card {
    grid-template-columns: 58px 1fr;
  }

  #rhl .rhl-index {
    width: 58px;
    height: 58px;
    font-size: 16px;
  }

  #rhl .rhl-card h3 {
    font-size: 24px;
  }

  #rhl .rhl-card p,
  #rhl .rhl-links li {
    font-size: 16px;
  }
}


/* РЈС‚РѕС‡РЅРµРЅРёРµ Р±Р»РѕРєР° РњРѕР»РѕРґС‘Р¶РЅС‹Рµ РєРѕРјР°РЅРґС‹ РєР»СѓР±Р° */
#media-stories {
  padding-bottom: 63px;
}

#rhl {
  padding-top: 63px;
}

#rhl .rhl-tabs {
  gap: 52px;
}

#rhl .rhl-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-template-columns: none;
  gap: 0;
}

#rhl .rhl-index {
  margin-bottom: 26px;
}

#rhl .rhl-card__body {
  width: 100%;
}

@media (max-width: 1500px) {
  #media-stories {
    padding-bottom: 48px;
  }

  #rhl {
    padding-top: 48px;
  }

  #rhl .rhl-tabs {
    gap: 38px;
  }

  #rhl .rhl-index {
    margin-bottom: 20px;
  }
}

@media (max-width: 760px) {
  #media-stories {
    padding-bottom: 42px;
  }

  #rhl {
    padding-top: 42px;
  }

  #rhl .rhl-tabs {
    gap: 30px;
  }

  #rhl .rhl-card {
    grid-template-columns: none;
  }

  #rhl .rhl-index {
    margin-bottom: 22px;
  }
}


/* РџСЂР°РІРєРё РєРЅРѕРїРѕРє: Р‘РёР»РµС‚С‹ + РњРҐРљ */
#tickets .ticket-program .btn-compact {
  border-color: var(--deep);
  color: var(--deep);
}

#rhl .rhl-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

#rhl .rhl-card-button {
  height: 52px;
  min-width: 112px;
  padding: 0 28px;
  border: 1px solid var(--deep);
  border-radius: 999px;
  background: transparent;
  color: var(--deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1500px) {
  #rhl .rhl-card-actions {
    gap: 10px;
    margin-top: 18px;
  }

  #rhl .rhl-card-button {
    height: 39px;
    min-width: 86px;
    padding: 0 18px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  #rhl .rhl-card-actions {
    gap: 12px;
  }

  #rhl .rhl-card-button {
    height: 52px;
    min-width: 112px;
    padding: 0 24px;
    font-size: 16px;
  }
}


/* РњР°С‚С‡-С†РµРЅС‚СЂ: СѓРІРµР»РёС‡РёС‚СЊ Р±РµР»С‹Рµ РєР°СЂС‚РѕС‡РєРё Рё Р»РѕРіРѕС‚РёРїС‹ */
.match-card {
  min-height: 158px;
}

.team img {
  width: 68px;
  height: 62px;
}

/* РџР»Р°С€РєР° "РџСЂРѕС€Р»С‹Р№ РјР°С‚С‡" РєР°Рє РІ Р±РёР»РµС‚Р°С… */
.past-label {
  right: 22px;
  top: 16px;
  height: 34px;
  min-width: 0;
  padding: 0 30px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  background: transparent;
  color: var(--deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Р“Р»Р°РІРЅР°СЏ РЅРѕРІРѕСЃС‚СЊ: С„РѕРЅ СЃ Р·Р°С‚РµРјРЅРµРЅРёРµРј + Р»С‘РіРєРёР№ Р·СѓРј С„РѕС‚Рѕ */
.news-feature::before {
  transform: scale(1);
  transition: transform .35s ease;
  will-change: transform;
}

.news-feature:hover::before,
.news-feature:focus-within::before {
  transform: scale(1.06);
}

/* Р­С„С„РµРєС‚ Р»С‘РіРєРѕРіРѕ СѓРІРµР»РёС‡РµРЅРёСЏ РЅР° РІСЃРµС… С„РѕС‚Рѕ РєР°СЂС‚РѕС‡РµРє */
.news-card__image,
.player-card__photo {
  overflow: hidden;
}

.news-card__image img,
.player-card__photo img {
  transform: scale(1);
  transition: transform .35s ease;
  will-change: transform;
}

.news-card:hover .news-card__image img,
.news-card:focus-within .news-card__image img,
.player-card:hover .player-card__photo img,
.player-card:focus-within .player-card__photo img {
  transform: scale(1.06);
}

/* РњРµРґРёР°-РєР°СЂС‚РѕС‡РєРё: С„РѕС‚Рѕ СѓР¶Рµ РІРёРґРЅС‹ СЃСЂР°Р·Сѓ, РїСЂРё РЅР°РІРµРґРµРЅРёРё РЅРµРјРЅРѕРіРѕ СѓРІРµР»РёС‡РёРІР°СЋС‚СЃСЏ */
#media-stories .media-story {
  border: 0;
  background: transparent;
}

#media-stories .media-story::before,
#media-stories .media-story::after {
  opacity: 1;
}

#media-stories .media-story::before {
  transform: scale(1);
  transition: transform .35s ease;
  will-change: transform;
}

#media-stories .media-story:hover::before,
#media-stories .media-story:focus-visible::before {
  transform: scale(1.06);
}

@media (max-width: 1500px) {
  .match-card {
    min-height: 126px;
  }

  .team img {
    width: 52px;
    height: 48px;
  }

  .past-label {
    top: 12px;
    height: 30px;
    padding: 0 24px;
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .match-card {
    min-height: 158px;
  }

  .team img {
    width: 60px;
    height: 54px;
  }

  .past-label {
    height: 34px;
    padding: 0 24px;
    font-size: 13px;
  }
}


/* Р–РёР·РЅСЊ РєР»СѓР±Р°: СЂРµР°Р»СЊРЅРѕРµ С„РѕС‚Рѕ РІ РіР»Р°РІРЅРѕР№ РЅРѕРІРѕСЃС‚Рё, РЅРµ CSS background */
.news-feature--image {
  position: relative;
  overflow: hidden;
  background: var(--navy);
}

.news-feature--image::before {
  display: none !important;
}

.news-feature--image::after {
  content: "";
  position: absolute;
  inset: 0;
  display: block !important;
  background: rgba(0, 34, 77, 0.70) !important;
  z-index: 1;
  pointer-events: none;
}

.news-feature--image .news-feature__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transform: scale(1);
  transition: transform .35s ease;
  z-index: 0;
}

.news-feature--image:hover .news-feature__bg-img,
.news-feature--image:focus-within .news-feature__bg-img {
  transform: scale(1.06);
}

.news-feature--image>*:not(.news-feature__bg-img) {
  position: relative;
  z-index: 2;
}


/* РЎРєСЂСѓРіР»РµРЅРёРµ РІСЃРµС… РёРЅС„РѕСЂРјР°С†РёРѕРЅРЅС‹С… РїР»Р°С€РµРє */
.section__eyebrow,
.match-label,
.ticket-card__tag,
.story-card__tag,
.media-card__tag,
.rhl-card__tag,
.news-card__tag,
.news-feature__tag,
.players-card__tag,
.player-card__tag,
.tag,
.label,
.badge {
  border-radius: 10px !important;
}


/* РЎРєСЂСѓРіР»РµРЅРёСЏ РєР°СЂС‚РѕС‡РµРє 10px РїРѕ Р±Р»РѕРєР°Рј, РєСЂРѕРјРµ РњРҐРљ */
.match-card,
.standings-board,
.standings-card,
.table-card,
.news-feature,
.news-card,
.player-card,
.matchday-main,
.matchday-card,
.ticket-card,
.story-card,
.merch-card,
.attribute-card,
.shop-card,
.attributika-card {
  border-radius: 10px !important;
  overflow: hidden;
}

/* РњР°С‚С‡-С†РµРЅС‚СЂ: СѓР±РёСЂР°РµРј С‚РµРЅСЊ Сѓ С‚РµРјРЅРѕРіРѕ С„РѕРЅР° С‚Р°Р±Р»РёС†С‹ */
.standings-board,
.standings-card,
.table-card {
  box-shadow: none !important;
}


/* Р”РѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Рµ С„Р°РєС‚РёС‡РµСЃРєРёРµ РєР°СЂС‚РѕС‡РєРё Р±Р»РѕРєРѕРІ */
.match-card--past,
.match-card--next,
.standings,
.standings-table,
.news-list article,
.club-life-card,
.players-grid article,
.match-day-main,
.match-day-card,
.visit-card,
.tickets-card,
.media-card,
.atmosphere-card,
.shop-grid article,
.merch-grid article {
  border-radius: 10px !important;
  overflow: hidden;
}

.standings,
.standings-table {
  box-shadow: none !important;
}


/* Р¤РёРЅР°Р»СЊРЅР°СЏ С‚РѕС‡РµС‡РЅР°СЏ РїСЂР°РІРєР° СЃРєСЂСѓРіР»РµРЅРёР№: Р”РµРЅСЊ РјР°С‚С‡Р°, Р‘РёР»РµС‚С‹, РђС‚РјРѕСЃС„РµСЂР° */
#match-day .match-day-intro,
#match-day .match-day-step,
#tickets .ticket-program,
#media-stories .media-story {
  border-radius: 10px !important;
  overflow: hidden !important;
}


/* Р¤РёРЅР°Р»СЊРЅС‹Рµ РїСЂР°РІРєРё: Р‘РёР»РµС‚С‹ Рё РђС‚СЂРёР±СѓС‚РёРєР° */
#tickets .section__head h2 {
  color: var(--blue);
}

#shop .section__head {
  align-items: center;
}

#shop .section__head h2 {
  margin: 0;
  color: var(--blue);
  font-size: 60px;
  line-height: 1.04;
  font-weight: 600;
}

#shop .light-actions {
  align-self: center;
  padding-bottom: 0;
}

#shop .shop-buy-btn {
  height: 60px;
  padding: 0 30px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

#shop .shop-buy-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#shop .shop-lead-card {
  min-height: 410px;
  padding: 42px;
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  border-radius: 10px !important;
  overflow: hidden;
}

#shop .shop-lead-card h3 {
  margin: 0 0 24px;
  color: var(--white);
  font-size: 54px;
  line-height: 1.02;
  font-weight: 600;
  max-width: 520px;
}

#shop .shop-lead-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  max-width: 600px;
}

#shop .match-day-buttons {
  gap: 32px;
  align-items: center;
}

#shop .shop-lead-card .pill {
  background: var(--white);
  color: var(--deep);
}

#shop .shop-lead-card .match-day-tab-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  border: 0;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

#shop .shop-lead-card .match-day-tab-link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#shop .shop-product {
  border-radius: 10px !important;
  overflow: hidden;
  padding: 28px;
  gap: 22px;
  justify-content: flex-start;
}

#shop .shop-product__icon {
  width: 58px;
  height: 58px;
  margin-bottom: 0;
  border: 1px solid var(--pale);
  border-radius: 50%;
  color: var(--blue);
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

#shop .shop-product__icon svg {
  width: 22px;
  height: 22px;
}

#shop .shop-product h3 {
  margin: 0;
  color: var(--deep);
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

@media (max-width: 1500px) {
  #shop .section__head h2 {
    font-size: 45px;
  }

  #shop .shop-buy-btn {
    height: 44px;
    padding: 0 24px 0 16px;
    gap: 16px;
    font-size: 12px;
  }

  #shop .shop-buy-btn::before {
    width: 7px;
    height: 7px;
  }

  #shop .shop-lead-card {
    min-height: 360px;
    padding: 32px;
  }

  #shop .shop-lead-card h3 {
    font-size: 36px;
    max-width: 410px;
  }

  #shop .shop-lead-card p {
    font-size: 14px;
    max-width: 430px;
  }

  #shop .shop-lead-card .match-day-tab-link {
    gap: 14px;
    font-size: 12px;
  }

  #shop .shop-lead-card .match-day-tab-link::before {
    width: 7px;
    height: 7px;
  }

  #shop .shop-product__icon {
    width: 44px;
    height: 44px;
  }

  #shop .shop-product__icon svg {
    width: 18px;
    height: 18px;
  }

  #shop .shop-product h3 {
    font-size: 18px;
  }
}

@media (max-width: 760px) {
  #shop .section__head h2 {
    font-size: 38px;
  }

  #shop .shop-lead-card h3 {
    font-size: 32px;
    max-width: none;
  }

  #shop .shop-lead-card p {
    font-size: 16px;
    max-width: none;
  }

  #shop .shop-product__icon {
    width: 58px;
    height: 58px;
  }

  #shop .shop-product__icon svg {
    width: 22px;
    height: 22px;
  }

  #shop .shop-product h3 {
    font-size: 24px;
  }
}


/* РђС‚СЂРёР±СѓС‚РёРєР°: СЃРІРµС‚Р»Р°СЏ Р±РѕР»СЊС€Р°СЏ РєР°СЂС‚РѕС‡РєР° РІРјРµСЃС‚Рѕ СЃРёРЅРµР№ */
#shop .shop-lead-card {
  background: var(--white) !important;
  border: 1px solid var(--pale) !important;
  color: var(--deep) !important;
}

#shop .shop-lead-card h3 {
  color: var(--deep) !important;
}

#shop .shop-lead-card p {
  color: rgba(12, 52, 104, 0.72) !important;
}

#shop .shop-lead-card .pill {
  background: var(--blue) !important;
  color: var(--white) !important;
}

#shop .shop-lead-card .match-day-tab-link {
  color: var(--blue) !important;
}

/* Р Р°Р·РјРµСЂ Р·Р°РіРѕР»РѕРІРєРѕРІ РІ Р±РѕР»СЊС€РёС… РєР°СЂС‚РѕС‡РєР°С… */
#match-day .match-day-intro h3,
#shop .shop-lead-card h3 {
  font-size: 34px !important;
  line-height: 1.12 !important;
}


/* РџР°СЂС‚РЅС‘СЂС‹: Р·Р°РіРѕР»РѕРІРѕРє, Р»РѕРіРѕС‚РёРїС‹ Рё СЃС‚СЂРµР»РєРё */
#partners .section__head {
  align-items: flex-start;
  gap: 30px;
}

#partners .section__head h2 {
  margin: 0;
  color: var(--white);
  font-size: 60px;
  line-height: 1.04;
  font-weight: 600;
}

#partners .partners-arrows {
  margin-left: auto;
  padding-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

#partners .partners-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  display: inline-grid;
  place-items: center;
  cursor: pointer;
}

#partners .partners-arrow svg {
  width: 22px;
  height: 22px;
}

#partners .partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  border: 0;
}

#partners .partner-card {
  min-height: 180px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
}

#partners .partner-card--logo img {
  max-width: 100%;
  max-height: 104px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 1500px) {
  #partners .section__head h2 {
    font-size: 45px;
  }

  #partners .partners-arrows {
    padding-top: 8px;
    gap: 10px;
  }

  #partners .partners-arrow {
    width: 36px;
    height: 36px;
  }

  #partners .partners-arrow svg {
    width: 18px;
    height: 18px;
  }

  #partners .partner-card {
    min-height: 136px;
    padding: 24px;
  }

  #partners .partner-card--logo img {
    max-height: 78px;
  }
}

@media (max-width: 900px) {
  #partners .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  #partners .section__head {
    align-items: flex-start;
  }

  #partners .section__head h2 {
    font-size: 38px;
  }

  #partners .partners-arrows {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  #partners .partners-grid {
    grid-template-columns: 1fr;
  }
}


/* Р¤РёРЅР°Р»СЊРЅС‹Рµ РїСЂР°РІРєРё РїР°СЂС‚РЅРµСЂРѕРІ Рё С„СѓС‚РµСЂР° */
#partners .section__head h2 {
  color: var(--white) !important;
  font-size: 60px !important;
  line-height: 1.04 !important;
  font-weight: 600 !important;
}

#partners .partners-arrows {
  margin-left: auto !important;
  padding-top: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex: 0 0 auto !important;
}

#partners .partners-arrow {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--white) !important;
  display: inline-grid !important;
  place-items: center !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  flex: 0 0 58px !important;
  aspect-ratio: 1 / 1 !important;
  cursor: pointer;
}

#partners .partners-arrow svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  flex: 0 0 auto !important;
}

#partners .partner-card {
  background: var(--white) !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

#partners .partner-card--logo img {
  max-width: 100% !important;
  max-height: 104px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}

.footer {
  background: #063673 !important;
  color: var(--white) !important;
}

.footer-grid {
  border-top-color: rgba(255, 255, 255, 0.22) !important;
}

.footer h6 {
  color: var(--white) !important;
}

.footer ul,
.footer li,
.footer a,
.footer p,
.footer small {
  color: rgba(255, 255, 255, 0.74) !important;
}

@media (max-width: 1500px) {
  #partners .section__head h2 {
    font-size: 45px !important;
  }

  #partners .partners-arrow {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    flex-basis: 44px !important;
  }

  #partners .partners-arrow svg {
    width: 18px !important;
    height: 18px !important;
  }

  #partners .partner-card--logo img {
    max-height: 78px !important;
  }
}

@media (max-width: 760px) {
  #partners .section__head h2 {
    font-size: 38px !important;
  }

  #partners .partners-arrows {
    margin-left: 0 !important;
    padding-top: 0 !important;
    justify-content: flex-start !important;
  }

  #partners .partners-arrow {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    flex-basis: 58px !important;
  }

  #partners .partners-arrow svg {
    width: 22px !important;
    height: 22px !important;
  }
}


/* Р¤СѓС‚РµСЂ Р±РµР· РІРµСЂС…РЅРµР№ РїРѕР»РѕСЃС‹ Рё С„РёРєСЃРёСЂРѕРІР°РЅРЅР°СЏ С€Р°РїРєР° */
.footer-grid {
  border-top: 0 !important;
  padding-top: 0 !important;
}

.header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
}


/* РќРёР¶РЅСЏСЏ СЃС‚СЂРѕРєР° С„СѓС‚РµСЂР° */
.footer-bottom {
  width: var(--grid);
  margin: 48px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom p+p,
.footer-bottom a+a {
  margin-top: 8px;
}

.footer-bottom__right {
  justify-self: end;
  text-align: left;
  display: grid;
  gap: 8px;
}

.footer-bottom__right a {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
}

.footer-socials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.footer-social {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.footer-social img {
  width: 18px;
  height: 18px;
  display: block;
}

@media (max-width: 1500px) {
  .footer-bottom {
    margin-top: 36px;
    font-size: 12px;
  }

  .footer-social {
    width: 36px;
    height: 36px;
  }

  .footer-social img {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 760px) {
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom__right {
    justify-self: start;
  }

  .footer-socials {
    justify-content: flex-start;
  }
}


/* Р¤РёРЅР°Р»: С€Р°РїРєР° РїРѕСЃР»Рµ Р±Р°РЅРЅРµСЂР°, С„СѓС‚РµСЂ РїРѕ СЂРµС„РµСЂРµРЅСЃСѓ, РЅРѕРІС‹Рµ СЃС‚СЂРµР»РєРё РїР°СЂС‚РЅС‘СЂРѕРІ */
.header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  transform: translateY(-110%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: transform .28s ease, opacity .28s ease !important;
}

.header.header--visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.footer-bottom {
  width: var(--grid) !important;
  margin: 48px auto 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr auto !important;
  align-items: center !important;
  gap: 30px !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 600 !important;
}

.footer-bottom__left,
.footer-bottom__center {
  display: grid !important;
  gap: 8px !important;
}

.footer-bottom__center {
  justify-self: center !important;
  text-align: left !important;
}

.footer-bottom p,
.footer-bottom a {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  text-decoration: none !important;
}

.footer-bottom p+p,
.footer-bottom a+a {
  margin-top: 0 !important;
}

.footer-socials {
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
}

.footer-socials .social {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 50% !important;
  background: transparent !important;
  display: grid !important;
  place-items: center !important;
}

.footer-socials .social img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block !important;
}

#partners .partners-arrows {
  margin-left: auto !important;
  padding-top: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex: 0 0 auto !important;
}

#partners .partners-arrow {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 1px solid var(--white) !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  color: var(--blue) !important;
  display: inline-grid !important;
  place-items: center !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  flex: 0 0 58px !important;
  aspect-ratio: 1 / 1 !important;
  cursor: pointer !important;
}

#partners .partners-arrow svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

@media (max-width: 1500px) {
  .footer-bottom {
    margin-top: 36px !important;
    font-size: 12px !important;
  }

  .footer-socials .social {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  .footer-socials .social img {
    width: 17px !important;
    height: 17px !important;
  }

  #partners .partners-arrow {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    flex-basis: 44px !important;
  }

  #partners .partners-arrow svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 760px) {
  .footer-bottom {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .footer-bottom__center,
  .footer-socials {
    justify-self: start !important;
  }

  #partners .partners-arrows {
    margin-left: 0 !important;
    padding-top: 0 !important;
    justify-content: flex-start !important;
  }

  #partners .partners-arrow {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    min-height: 58px !important;
    flex-basis: 58px !important;
  }

  #partners .partners-arrow svg {
    width: 22px !important;
    height: 22px !important;
  }
}


/* Р’РѕР·РІСЂР°С‚ РѕСЃРЅРѕРІРЅРѕР№ СЃС‚Р°С‚РёС‡РЅРѕР№ С€Р°РїРєРё + РѕС‚РґРµР»СЊРЅР°СЏ С„РёРєСЃРёСЂРѕРІР°РЅРЅР°СЏ С€Р°РїРєР° РїРѕСЃР»Рµ Р±Р°РЅРЅРµСЂР° */
.header--static {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  z-index: 10 !important;
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: none !important;
}

.header--fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 1000 !important;
  transform: translateY(-110%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: transform .28s ease, opacity .28s ease !important;
}

.header--fixed.header--visible {
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Р‘РѕР»РµРµ РЅР°СЃС‹С‰РµРЅРЅР°СЏ С‚С‘РјРЅРѕ-СЃРёРЅСЏСЏ С‚РµРЅСЊ РґР»СЏ С„РёРєСЃРёСЂРѕРІР°РЅРЅРѕР№ С€Р°РїРєРё */
.header--fixed.header--visible {
  box-shadow: 0 22px 56px rgba(6, 54, 115, 0.58), 0 8px 18px rgba(0, 34, 77, 0.34) !important;
}


/* РњР°С‚С‡-С†РµРЅС‚СЂ: РєСЂСѓРїРЅРµРµ Р»РѕРіРѕС‚РёРїС‹ Рё СЂР°РІРЅС‹Рµ РѕС‚СЃС‚СѓРїС‹ РѕС‚ СЃС‡С‘С‚Р° */
.match-card {
  grid-template-columns: 58px 116px minmax(180px, 1fr) 54px minmax(180px, 1fr) 112px !important;
  column-gap: 18px !important;
  align-items: center !important;
}

.match-card--past {
  grid-template-columns: 58px 116px minmax(180px, 1fr) 54px minmax(180px, 1fr) 154px !important;
}

.match-card .team {
  gap: 14px !important;
  align-items: center !important;
}

.match-card .team:not(.team--right) {
  flex-direction: row-reverse !important;
  justify-content: flex-start !important;
  text-align: right !important;
}

.match-card .team--right {
  justify-content: flex-start !important;
  text-align: left !important;
}

.match-card .team img {
  width: 84px !important;
  height: 76px !important;
  object-fit: contain !important;
  flex: 0 0 84px !important;
}

.match-card .score,
.match-card .match-separator {
  justify-self: center !important;
  width: 54px !important;
  text-align: center !important;
}

@media (max-width: 1500px) {
  .match-card {
    grid-template-columns: 44px 86px minmax(130px, 1fr) 44px minmax(130px, 1fr) 84px !important;
    column-gap: 15px !important;
  }

  .match-card--past {
    grid-template-columns: 44px 86px minmax(130px, 1fr) 44px minmax(130px, 1fr) 118px !important;
  }

  .match-card .team {
    gap: 10px !important;
  }

  .match-card .team img {
    width: 62px !important;
    height: 56px !important;
    flex-basis: 62px !important;
  }

  .match-card .score,
  .match-card .match-separator {
    width: 44px !important;
  }
}

@media (max-width: 760px) {

  .match-card,
  .match-card--past {
    grid-template-columns: 58px 1fr auto !important;
    column-gap: 16px !important;
  }

  .match-card .team:not(.team--right) {
    flex-direction: row !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .match-card .team img {
    width: 60px !important;
    height: 54px !important;
    flex-basis: 60px !important;
  }

  .match-card .score,
  .match-card .match-separator {
    width: auto !important;
  }
}


/* Р¤СѓС‚РµСЂ: РІС‹СЂР°РІРЅРёРІР°РЅРёРµ СЃСЃС‹Р»РѕРє РїРѕ РєРѕР»РѕРЅРєРµ РљРѕРјР°РЅРґР° */
.footer-bottom {
  grid-template-columns: 250px repeat(5, 1fr) !important;
  gap: 30px !important;
}

.footer-bottom__left {
  grid-column: 1 / 3 !important;
  justify-self: start !important;
}

.footer-bottom__center {
  grid-column: 3 / 5 !important;
  justify-self: start !important;
  text-align: left !important;
}

.footer-socials {
  grid-column: 6 / 7 !important;
  justify-self: end !important;
}

@media (max-width: 760px) {
  .footer-bottom {
    grid-template-columns: 1fr !important;
  }

  .footer-bottom__left,
  .footer-bottom__center,
  .footer-socials {
    grid-column: auto !important;
    justify-self: start !important;
  }
}


/* РџР°СЂС‚РЅС‘СЂС‹: СЃС‚СЂРµР»РєРё РёР· РјР°РєРµС‚Р° Рё РІС‹СЂР°РІРЅРёРІР°РЅРёРµ РїРѕ С†РµРЅС‚СЂСѓ Р·Р°РіРѕР»РѕРІРєР° */
#partners .section__head {
  align-items: center !important;
}

#partners .partners-arrows {
  margin-left: auto !important;
  padding-top: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex: 0 0 auto !important;
  line-height: 0 !important;
}

#partners .partners-arrows__svg {
  width: 100px !important;
  height: auto !important;
  display: block !important;
  overflow: visible !important;
}

#partners .partners-arrow {
  display: none !important;
}

@media (max-width: 1500px) {
  #partners .partners-arrows__svg {
    width: 76px !important;
  }
}

@media (max-width: 760px) {
  #partners .section__head {
    align-items: flex-start !important;
  }

  #partners .partners-arrows {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }

  #partners .partners-arrows__svg {
    width: 100px !important;
  }
}


/* Р¤РёРЅР°Р»СЊРЅС‹Рµ С‚РѕС‡РµС‡РЅС‹Рµ РїСЂР°РІРєРё: РјРµРґРёР°, Р°С‚СЂРёР±СѓС‚РёРєР°, РїР°СЂС‚РЅС‘СЂС‹, С„СѓС‚РµСЂ, РјР°С‚С‡-С†РµРЅС‚СЂ */
#media-stories .section__head {
  align-items: center !important;
}

#media-stories .light-actions {
  align-self: center !important;
  padding-bottom: 0 !important;
}

#media-stories .media-cta {
  white-space: nowrap !important;
}

#media-stories .media-story {
  padding: 29px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

#shop .section__head {
  align-items: center !important;
}

#shop .section__head h2 {
  white-space: nowrap !important;
}

#shop .light-actions {
  display: none !important;
}

#partners .section__head {
  align-items: center !important;
}

#partners .partners-arrows {
  margin-left: auto !important;
  padding-top: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  flex: 0 0 auto !important;
  line-height: 0 !important;
}

#partners .partners-arrow {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  min-height: 45px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: inherit !important;
  display: inline-grid !important;
  place-items: center !important;
  line-height: 0 !important;
  box-sizing: border-box !important;
  flex: 0 0 45px !important;
  cursor: pointer !important;
}

#partners .partners-arrow__svg {
  width: 45px !important;
  height: 45px !important;
  display: block !important;
  overflow: visible !important;
}

#partners .partners-arrow--prev .partners-arrow__svg {
  transform: rotate(180deg) !important;
  transform-origin: center !important;
}

.footer-socials {
  grid-column: 6 / 7 !important;
  justify-self: start !important;
  align-self: start !important;
}

.match-card {
  grid-template-columns: 58px 96px max-content 54px max-content 108px !important;
  column-gap: 12px !important;
  justify-content: start !important;
  align-items: center !important;
}

.match-card--past {
  grid-template-columns: 58px 96px max-content 54px max-content 138px !important;
}

.match-card .date {
  white-space: nowrap !important;
}

.match-card .team {
  gap: 12px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  min-width: 0 !important;
}

.match-card .team:not(.team--right) {
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.match-card .team--right {
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.match-card .team img {
  width: 78px !important;
  height: 70px !important;
  object-fit: contain !important;
  flex: 0 0 78px !important;
}

.match-card .score,
.match-card .match-separator {
  width: 54px !important;
  justify-self: center !important;
  text-align: center !important;
}

.match-card .ticket,
.match-card .btn-compact {
  justify-self: end !important;
  min-width: 108px !important;
}

.match-card--past .match-label {
  justify-self: end !important;
  min-width: 138px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media (max-width: 1500px) {

  #partners .partners-arrow,
  #partners .partners-arrow__svg {
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    min-height: 45px !important;
    flex-basis: 45px !important;
  }

  #media-stories .media-story {
    padding: 24px !important;
  }

  .match-card {
    grid-template-columns: 44px 78px max-content 44px max-content 84px !important;
    column-gap: 10px !important;
  }

  .match-card--past {
    grid-template-columns: 44px 78px max-content 44px max-content 116px !important;
  }

  .match-card .team {
    gap: 9px !important;
  }

  .match-card .team img {
    width: 58px !important;
    height: 52px !important;
    flex-basis: 58px !important;
  }

  .match-card .score,
  .match-card .match-separator {
    width: 44px !important;
  }

  .match-card .ticket,
  .match-card .btn-compact {
    min-width: 84px !important;
  }

  .match-card--past .match-label {
    min-width: 116px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 760px) {

  #media-stories .section__head,
  #partners .section__head,
  #shop .section__head {
    align-items: flex-start !important;
  }

  #partners .partners-arrows {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }

  #shop .section__head h2 {
    white-space: normal !important;
  }

  .footer-socials {
    grid-column: auto !important;
    justify-self: start !important;
  }

  .match-card,
  .match-card--past {
    grid-template-columns: 58px 1fr auto !important;
    column-gap: 16px !important;
  }

  .match-card .team img {
    width: 60px !important;
    height: 54px !important;
    flex-basis: 60px !important;
  }

  .match-card .score,
  .match-card .match-separator {
    width: auto !important;
  }
}


/* РџР°СЂС‚РЅС‘СЂС‹: СЃС‚СЂРµР»РєРё РєР°Рє РЅР° СЂРµС„РµСЂРµРЅСЃРµ */
#partners .section__head {
  align-items: center !important;
}

#partners .partners-arrows {
  margin-left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  flex: 0 0 auto !important;
  line-height: 0 !important;
  padding-top: 0 !important;
}

#partners .partners-arrow {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  min-height: 45px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  display: inline-grid !important;
  place-items: center !important;
  cursor: pointer !important;
  line-height: 0 !important;
  box-shadow: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

#partners .partners-arrow__svg {
  width: 45px !important;
  height: 45px !important;
  display: block !important;
  overflow: visible !important;
  flex: 0 0 45px !important;
}

@media (max-width: 760px) {
  #partners .partners-arrows {
    margin-left: 0 !important;
    justify-content: flex-start !important;
  }
}


/* РџР°СЂС‚РЅС‘СЂС‹: С„РёРЅР°Р»СЊРЅС‹Р№ СЂР°Р·РјРµСЂ СЃС‚СЂРµР»РѕРє РєР°Рє РЅР° СЂРµС„РµСЂРµРЅСЃРµ */
#partners .partners-arrows {
  margin-left: auto !important;
  padding-top: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
  line-height: 0 !important;
}

#partners .partners-arrow,
#partners .partners-arrow.partners-arrow--prev,
#partners .partners-arrow.partners-arrow--next {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  min-height: 45px !important;
  max-width: 45px !important;
  max-height: 45px !important;
  flex: 0 0 45px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  opacity: 1 !important;
  transform: none !important;
}

#partners .partners-arrow__svg,
#partners .partners-arrow svg {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;
  min-height: 45px !important;
  max-width: 45px !important;
  max-height: 45px !important;
  display: block !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

#partners .partners-arrow--prev .partners-arrow__svg,
#partners .partners-arrow--prev svg {
  transform: none !important;
}

#partners .partners-arrow circle {
  stroke: rgba(255, 255, 255, 0.72) !important;
  stroke-width: 1.5 !important;
}

#partners .partners-arrow path {
  stroke: rgba(255, 255, 255, 0.92) !important;
  fill: none !important;
  stroke-width: 1.8 !important;
}

#partners .partners-arrow__svg path[fill],
#partners .partners-arrow svg path[fill] {
  fill: none !important;
}



/* РњР°С‚С‡-С†РµРЅС‚СЂ: РїСЂР°РІС‹Р№ Р»РѕРіРѕС‚РёРї РѕС‚РґРµР»СЊРЅРѕР№ РєРѕР»РѕРЅРєРѕР№, РєРЅРѕРїРєР° РѕС‚РґРµР»СЊРЅРѕ */
.match-card,
.match-card:not(.match-card--past),
.match-card.match-card--past {
  display: grid !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding-right: 35px !important;
  grid-template-columns: 58px 96px 150px 54px 180px minmax(112px, 1fr) !important;
  column-gap: 12px !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
  align-items: center !important;
}

.match-card .calendar {
  grid-column: 1 !important;
}

.match-card .date {
  grid-column: 2 !important;
  white-space: nowrap !important;
}

.match-card .team:not(.team--right) {
  grid-column: 3 !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

.match-card .score,
.match-card .match-separator {
  grid-column: 4 !important;
  justify-self: center !important;
  width: 54px !important;
  text-align: center !important;
}

.match-card .team--right {
  grid-column: 5 !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  text-align: left !important;
  min-width: 0 !important;
}

.match-card .buy {
  grid-column: 6 !important;
  justify-self: end !important;
  margin-right: 0 !important;
  min-width: 112px !important;
}

.match-card>div:last-child:not(.calendar):not(.date):not(.team):not(.score):not(.match-separator) {
  grid-column: 6 !important;
}

.match-card .team {
  gap: 12px !important;
  align-items: center !important;
}

.match-card .team img {
  width: 78px !important;
  height: 70px !important;
  object-fit: contain !important;
  flex: 0 0 78px !important;
}

@media (max-width: 1500px) {

  .match-card,
  .match-card:not(.match-card--past),
  .match-card.match-card--past {
    padding-right: 35px !important;
    grid-template-columns: 44px 78px 120px 44px 142px minmax(84px, 1fr) !important;
    column-gap: 10px !important;
  }

  .match-card .score,
  .match-card .match-separator {
    width: 44px !important;
  }

  .match-card .team {
    gap: 9px !important;
  }

  .match-card .team img {
    width: 58px !important;
    height: 52px !important;
    flex-basis: 58px !important;
  }

  .match-card .buy {
    min-width: 84px !important;
  }
}

@media (max-width: 760px) {

  .match-card,
  .match-card:not(.match-card--past),
  .match-card.match-card--past {
    padding-right: 24px !important;
    grid-template-columns: 58px 1fr auto !important;
    column-gap: 16px !important;
  }

  .match-card .calendar,
  .match-card .date,
  .match-card .team:not(.team--right),
  .match-card .score,
  .match-card .match-separator,
  .match-card .team--right,
  .match-card .buy {
    grid-column: auto !important;
  }

  .match-card .team img {
    width: 60px !important;
    height: 54px !important;
    flex-basis: 60px !important;
  }

  .match-card .score,
  .match-card .match-separator {
    width: auto !important;
  }
}



/* РђРєС‚РёРІРЅС‹Рµ СЃРѕСЃС‚РѕСЏРЅРёСЏ: С€Р°РїРєР°, Р±Р°РЅРЅРµСЂ Рё РјСЏРіРєРѕРµ СѓРІРµР»РёС‡РµРЅРёРµ Р±РѕРєРѕРІС‹С… РєРЅРѕРїРѕРє */
:root {
  --orange-active: #FF4F26;
}

.quick-links {
  gap: 13px !important;
}

.quick-link {
  height: 49px !important;
  padding: 0 24px !important;
  gap: 11px !important;
  font-size: 17px !important;
  line-height: 1 !important;
  transition: background-color .22s ease, color .22s ease, border-color .22s ease;
}

.quick-link__icon {
  width: 20px !important;
  height: 20px !important;
}

.header .social {
  transition: background-color .22s ease, border-color .22s ease;
}

.header .social img {
  transition: filter .22s ease;
}

.header .social:hover,
.header .social:focus-visible {
  background: var(--white) !important;
  border-color: var(--white) !important;
}

.header .social:hover img,
.header .social:focus-visible img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(70%) saturate(1371%) hue-rotate(184deg) brightness(92%) contrast(96%) !important;
}

.ticket,
.pill,
.tickets-buy-btn,
.shop-buy-btn,
.media-cta,
.buy,
.btn-compact--blue {
  transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

.ticket:hover,
.ticket:focus-visible,
.pill:hover,
.pill:focus-visible,
.tickets-buy-btn:hover,
.tickets-buy-btn:focus-visible,
.shop-buy-btn:hover,
.shop-buy-btn:focus-visible,
.media-cta:hover,
.media-cta:focus-visible,
.buy:hover,
.buy:focus-visible,
.btn-compact--blue:hover,
.btn-compact--blue:focus-visible {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
}

.quick-link:hover,
.quick-link:focus-visible {
  background: var(--white) !important;
  border-color: var(--white) !important;
  color: var(--deep) !important;
}

@media (max-width: 1500px) {
  .quick-links {
    gap: 13px !important;
  }

  .quick-link {
    height: 49px !important;
    padding: 0 24px !important;
    gap: 11px !important;
    font-size: 17px !important;
  }

  .quick-link__icon {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 1024px) {
  .quick-links {
    gap: 10px !important;
  }

  .quick-link {
    height: 47px !important;
    padding: 0 22px !important;
    gap: 10px !important;
    font-size: 16px !important;
  }

  .quick-link__icon {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 760px) {
  .quick-links {
    gap: 8px !important;
  }

  .quick-link {
    height: 45px !important;
    padding: 0 20px !important;
    gap: 10px !important;
    font-size: 15px !important;
  }

  .quick-link__icon {
    width: 18px !important;
    height: 18px !important;
  }
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

.nav a,
.tab-text,
.league-tab,
.standing-row,
.match-card,
.news-card,
.news-feature__button,
.standings .all {
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--orange-active, #FF4F26) !important;
}

.tab-text {
  cursor: pointer;
}

.tab-text:hover,
.tab-text:focus-visible,
.tabs .tab-text:hover,
.tabs .tab-text:focus-visible,
.rhl-tab-text:hover,
.rhl-tab-text:focus-visible {
  color: var(--orange-active, #FF4F26) !important;
}

.league-toggle {
  grid-template-columns: 1fr 1fr !important;
}

.league-toggle .league-tab {
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  display: grid;
  place-items: center;
  font: inherit;
  cursor: pointer;
  text-transform: inherit;
  transition: background-color .22s ease, color .22s ease;
}

.league-toggle .league-tab.active {
  background: var(--white) !important;
  color: var(--deep) !important;
}

.league-toggle .league-tab:not(.active):hover,
.league-toggle .league-tab:not(.active):focus-visible {
  color: var(--orange-active, #FF4F26) !important;
}

.standings .standing-row:hover {
  background: #F4F7FC !important;
}

.standings .all:hover,
.standings .all:focus-visible {
  background: var(--white) !important;
  border-color: var(--white) !important;
  color: var(--deep) !important;
}

.news-feature__button:hover,
.news-feature__button:focus-visible,
.club-life .btn-compact:hover,
.club-life .btn-compact:focus-visible {
  background: var(--orange-active, #FF4F26) !important;
  border-color: var(--orange-active, #FF4F26) !important;
  color: var(--white) !important;
}

.buy:hover,
.buy:focus-visible {
  background: var(--orange-active, #FF4F26) !important;
  border-color: var(--orange-active, #FF4F26) !important;
  color: var(--white) !important;
}



/* РЈСЃРёР»РµРЅРЅС‹Р№ hover РґР»СЏ РєР°СЂС‚РѕС‡РµРє РЅР° СЃРёРЅРµРј С„РѕРЅРµ Рё РјСЏРіРєРёР№ hover РґР»СЏ СЃРІРµС‚Р»С‹С… Р±Р»РѕРєРѕРІ */
.match-card,
.news-card,
.partner-card,
.rhl-card,
.player-card,
.match-day-card,
.ticket-card,
.shop-product {
  transition: box-shadow .24s ease, transform .24s ease, background-color .24s ease !important;
}

/* РќР° СЃРёРЅРµРј С„РѕРЅРµ С‚РµРЅСЊ РґРµР»Р°РµРј Р·Р°РјРµС‚РЅРµРµ */
.match-card:hover,
.match-card:focus-within,
.news-card:hover,
.news-card:focus-within,
.partner-card:hover,
.partner-card:focus-within,
.rhl-card:hover,
.rhl-card:focus-within {
  background: var(--white) !important;
  transform: translateY(-3px) !important;
  box-shadow:
    0 22px 48px rgba(0, 18, 48, 0.34),
    0 10px 24px rgba(0, 34, 77, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.22) !important;
}

/* РќР° СЃРІРµС‚Р»РѕРј С„РѕРЅРµ вЂ” РјСЏРіРєР°СЏ, Р°РєРєСѓСЂР°С‚РЅР°СЏ РїСЂРёРїРѕРґРЅСЏС‚РѕСЃС‚СЊ */
.player-card:hover,
.player-card:focus-within,
.match-day-card:hover,
.match-day-card:focus-within,
.ticket-card:hover,
.ticket-card:focus-within,
.shop-product:hover,
.shop-product:focus-within {
  transform: translateY(-2px) !important;
  box-shadow:
    0 16px 34px rgba(6, 54, 115, 0.16),
    0 5px 14px rgba(0, 34, 77, 0.10) !important;
}

/* РђС‚СЂРёР±СѓС‚РёРєР°: РёРєРѕРЅРєРё РІ РєР°СЂС‚РѕС‡РєР°С… Р±РѕР»СЊС€Рµ РЅР° 2px */
.shop-product__icon {
  width: 60px !important;
  height: 60px !important;
  flex: 0 0 60px !important;
}

.shop-product__icon svg {
  width: 24px !important;
  height: 24px !important;
}

@media (max-width: 1500px) {
  .shop-product__icon {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  .shop-product__icon svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 760px) {
  .shop-product__icon {
    width: 60px !important;
    height: 60px !important;
    flex-basis: 60px !important;
  }

  .shop-product__icon svg {
    width: 24px !important;
    height: 24px !important;
  }
}



/* 29.06 вЂ” РґРѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Рµ РїСЂР°РІРєРё РїРѕ hover, С‚Р°Р±Р°Рј Рё СЃС…РµРјРµ РїСЂРѕРµР·РґР° */
.league-toggle .league-tab:not(.active):hover,
.league-toggle .league-tab:not(.active):focus-visible {
  background: var(--white) !important;
  color: var(--deep) !important;
}

#players .btn-dot-primary:hover,
#players .btn-dot-primary:focus-visible {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
}

#players .players-tab-link:hover,
#players .players-tab-link:focus-visible {
  color: var(--orange-active) !important;
}

#players .player-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 4px 8px 0;
  text-align: center;
}

#players .player-stat span {
  margin-top: 0;
}

#match-day .match-day-tab-link:hover,
#match-day .match-day-tab-link:focus-visible {
  color: var(--orange-active) !important;
}

#match-day .match-day-step,
#tickets .ticket-program,
#shop .shop-product,
#players .player-card {
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease, background-color .24s ease !important;
}

.match-card:hover,
.match-card:focus-within,
.news-card:hover,
.news-card:focus-within,
.partner-card:hover,
.partner-card:focus-within,
.rhl-card:hover,
.rhl-card:focus-within {
  background: var(--white) !important;
  transform: translateY(-4px) !important;
  box-shadow:
    0 28px 62px rgba(0, 18, 48, 0.38),
    0 12px 28px rgba(0, 34, 77, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.24) !important;
}

#players .player-card:hover,
#players .player-card:focus-within,
#match-day .match-day-step:hover,
#match-day .match-day-step:focus-within,
#tickets .ticket-program:hover,
#tickets .ticket-program:focus-within,
#shop .shop-product:hover,
#shop .shop-product:focus-within {
  transform: translateY(-3px) !important;
  box-shadow:
    0 18px 38px rgba(6, 54, 115, 0.17),
    0 6px 16px rgba(0, 34, 77, 0.11) !important;
}

#match-day .match-day-step:hover .step-num,
#match-day .match-day-step:focus-within .step-num {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
}

#match-day .route-map {
  border-radius: 10px !important;
  padding: 32px;
}

#match-day .route-map h3 {
  font-size: 24px;
  line-height: 1.14;
  font-weight: 600;
}

#match-day .route-map>p:not(.section__eyebrow) {
  margin-top: 10px;
  color: #7F8EA3;
}

.route-map__body {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.route-map__image {
  border: 1px solid var(--pale);
  border-radius: 10px;
  overflow: hidden;
  background: #F7F9FC;
}

.route-map__image img {
  display: block;
  width: 100%;
  height: auto;
}

.route-map__help {
  padding: 24px;
  border: 1px solid var(--pale);
  border-radius: 10px;
  background: #FBFCFF;
}

.route-map__help-title {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}

.route-map__legend {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.route-map__legend-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.route-map__legend-item strong {
  display: block;
  margin: 0 0 4px;
  color: var(--deep);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.route-map__legend-item span:last-child,
.route-map__note {
  color: rgba(12, 52, 104, .72);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.route-map__legend-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 18px rgba(0, 34, 77, 0.12);
}

.route-map__legend-icon--blue {
  background: #0A4AA8;
}

.route-map__legend-icon--green {
  background: #1E8B4C;
}

.route-map__legend-icon--red {
  background: #D84D2A;
}

.route-map__legend-icon--parking {
  background: #FF7A32;
  border-radius: 50%;
  font-size: 18px;
}

.route-map__note {
  margin: 18px 0 0 !important;
  padding-top: 18px;
  border-top: 1px solid var(--pale);
}

.shop-product__icon {
  width: 62px !important;
  height: 62px !important;
  flex: 0 0 62px !important;
}

.shop-product__icon svg {
  width: 26px !important;
  height: 26px !important;
}

@media (max-width: 1500px) {
  #match-day .route-map h3 {
    font-size: 22px;
  }

  .route-map__body {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
  }

  .route-map__help {
    padding: 20px;
  }

  .route-map__help-title {
    font-size: 18px;
  }

  .shop-product__icon {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
  }

  .shop-product__icon svg {
    width: 22px !important;
    height: 22px !important;
  }
}

@media (max-width: 980px) {
  .route-map__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #match-day .route-map {
    padding: 24px 20px;
  }

  #match-day .route-map h3 {
    font-size: 24px;
  }

  .route-map__help {
    padding: 18px;
  }

  .route-map__legend-item {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  .route-map__legend-icon {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }

  .shop-product__icon {
    width: 62px !important;
    height: 62px !important;
    flex-basis: 62px !important;
  }

  .shop-product__icon svg {
    width: 26px !important;
    height: 26px !important;
  }
}



/* 29.06 вЂ” РїСЂР°РІРєРё РїРѕ РєР°СЂС‚Рµ, СЃС‚СЂРµР»РєР°Рј Рё hover-СЃРѕСЃС‚РѕСЏРЅРёСЏРј */
#match-day .route-map>p:not(.section__eyebrow) {
  display: none !important;
}

.route-map__body {
  align-items: start;
  margin-top: 20px;
}

.route-map__image {
  position: relative;
  border: 0 !important;
  background: transparent !important;
  border-radius: 10px;
  overflow: hidden;
  cursor: zoom-in;
  transition: transform .24s ease, box-shadow .24s ease;
}

.route-map__image:hover,
.route-map__image:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(6, 54, 115, 0.17), 0 6px 16px rgba(0, 34, 77, 0.11);
  outline: none;
}

.route-map__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 52, 104, 0) 0%, rgba(12, 52, 104, 0.1) 100%);
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
}

.route-map__image:hover::after,
.route-map__image:focus-visible::after {
  opacity: 1;
}

.route-map__zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.96);
  color: var(--deep);
  box-shadow: 0 10px 28px rgba(0, 18, 48, 0.18);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .24s ease, transform .24s ease;
  pointer-events: none;
  z-index: 2;
}

.route-map__image:hover .route-map__zoom,
.route-map__image:focus-visible .route-map__zoom {
  opacity: 1;
  transform: translateY(0);
}

.route-map__help {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.route-map__help-title {
  display: none !important;
}

.route-map__legend {
  gap: 12px;
}

.route-map__legend-item {
  grid-template-columns: 36px 1fr;
  gap: 12px;
}

.route-map__legend-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 17px;
  box-shadow: 0 8px 16px rgba(0, 34, 77, 0.1);
}

.route-map__legend-icon--parking {
  font-size: 16px;
}

.route-map__note {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  color: rgba(12, 52, 104, .72);
  font-size: 15px;
  line-height: 1.5;
  max-width: none;
}

.route-map-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.route-map-modal[hidden] {
  display: none !important;
}

.route-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 22, 48, 0.68);
  backdrop-filter: blur(6px);
}

.route-map-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1400px);
  max-height: 90vh;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 72px rgba(0, 18, 48, 0.45);
  background: #fff;
}

.route-map-modal__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
}

.route-map-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--deep);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 18, 48, 0.18);
}

body.modal-open {
  overflow: hidden;
}

#tickets .ticket-program .btn-compact:hover,
#tickets .ticket-program .btn-compact:focus-visible,
#rhl .rhl-card-button:hover,
#rhl .rhl-card-button:focus-visible {
  background: var(--deep) !important;
  border-color: var(--deep) !important;
  color: var(--white) !important;
}

#shop .pill:hover,
#shop .pill:focus-visible,
#shop .match-day-tab-link:hover,
#shop .match-day-tab-link:focus-visible {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
}

#shop .match-day-tab-link:hover::before,
#shop .match-day-tab-link:focus-visible::before {
  background: currentColor !important;
}

#shop .shop-product:hover .shop-product__icon,
#shop .shop-product:focus-within .shop-product__icon {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
}

#partners .partners-arrow {
  transition: transform .2s ease, color .2s ease, background-color .2s ease;
}

#partners .partners-arrow:hover,
#partners .partners-arrow:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

#partners .partners-arrow:hover circle,
#partners .partners-arrow:focus-visible circle {
  fill: #FFFFFF !important;
  stroke: #FFFFFF !important;
}

#partners .partners-arrow:hover path,
#partners .partners-arrow:focus-visible path,
#partners .partners-arrow:hover .partners-arrow__svg path,
#partners .partners-arrow:focus-visible .partners-arrow__svg path {
  stroke: #0C3468 !important;
  fill: none !important;
}

@media (max-width: 980px) {
  .route-map__zoom {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 760px) {
  .route-map__legend-item {
    grid-template-columns: 34px 1fr;
  }

  .route-map__legend-icon {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .route-map__zoom {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .route-map-modal {
    padding: 16px;
  }
}


/* Р¤РёРЅР°Р»СЊРЅРѕ: СЃРїРѕРЅСЃРѕСЂС‹ hover РєР°Рє РІ РјР°С‚С‡-С†РµРЅС‚СЂРµ + СѓРґР°Р»РµРЅРёРµ СЃРµСЂРѕРіРѕ Р·Р°РіРѕР»РѕРІРєР° СЃС…РµРјС‹ */
#match-day .route-map .section__eyebrow {
  display: none !important;
}

#partners .partner-card {
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease !important;
}

#partners .partner-card:hover,
#partners .partner-card:focus-within {
  background: var(--white) !important;
  transform: translateY(-4px) !important;
  box-shadow:
    0 28px 62px rgba(0, 18, 48, 0.38),
    0 12px 28px rgba(0, 34, 77, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.24) !important;
}


/* Р¤РёРЅР°Р»СЊРЅРѕ: СЃС…РµРјР° РїСЂРѕРµР·РґР° Рё hover РєРЅРѕРїРєРё РљСѓРїРёС‚СЊ РЅР° РјР°С‚С‡Рµ */
#match-day .route-map h3 {
  font-size: 34px !important;
  line-height: 1.06 !important;
  font-weight: 600 !important;
  max-width: 620px !important;
}

#shop .shop-lead-card .match-day-tab-link:hover,
#shop .shop-lead-card .match-day-tab-link:focus-visible {
  background: transparent !important;
  border-color: transparent !important;
  color: var(--orange-active, #FF4F26) !important;
}

#shop .shop-lead-card .match-day-tab-link:hover::before,
#shop .shop-lead-card .match-day-tab-link:focus-visible::before {
  background: var(--orange-active, #FF4F26) !important;
}

@media (max-width: 1500px) {
  #match-day .route-map h3 {
    font-size: 34px !important;
  }
}

@media (max-width: 760px) {
  #match-day .route-map h3 {
    font-size: 28px !important;
  }
}


/* 1366px: СЃРґРІРёРі Р±РѕРєРѕРІС‹С… РєРЅРѕРїРѕРє РІР»РµРІРѕ РЅР° 30px */
@media (min-width: 1025px) and (max-width: 1500px) {
  .quick-links {
    left: calc(((100vw - var(--grid)) / -2) + 30px) !important;
  }
}



/* Р’РѕР·РІСЂР°С‚ РёСЃС…РѕРґРЅРѕРіРѕ СЃРІРµС‚Р»Рѕ-СЃРµСЂРѕРіРѕ С„РѕРЅР° РґР»СЏ Р±Р»РѕРєРѕРІ: РРіСЂРѕРєРё, Р‘РёР»РµС‚С‹, РђС‚СЂРёР±СѓС‚РёРєР° */
#players,
#tickets,
#shop {
  background: #F4F7FB !important;
}


/* РњР°СЃРєРѕС‚ РІ Р±Р»РѕРєРµ РџР»Р°РЅРёСЂСѓР№С‚Рµ РїРѕС…РѕРґ РЅР° РјР°С‚С‡ */
#tickets {
  position: relative !important;
  overflow: hidden !important;
}

#tickets .section {
  position: relative !important;
  z-index: 2 !important;
}

#tickets .tickets-mascot {
  position: absolute !important;
  right: max(20px, calc((100vw - var(--grid)) / 2 - 18px)) !important;
  bottom: -22px !important;
  width: 235px !important;
  height: auto !important;
  z-index: 3 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transform: translate(115%, 18%) rotate(4deg) !important;
  transform-origin: 100% 100% !important;
  transition:
    transform .55s cubic-bezier(.22, 1, .36, 1),
    opacity .28s ease !important;
  filter: drop-shadow(0 18px 26px rgba(6, 54, 115, 0.18)) !important;
}

#tickets:hover .tickets-mascot,
#tickets:focus-within .tickets-mascot {
  opacity: 1 !important;
  transform: translate(0, 0) rotate(0deg) !important;
}

@media (max-width: 1500px) {
  #tickets .tickets-mascot {
    right: 26px !important;
    bottom: -18px !important;
    width: 190px !important;
  }
}

@media (max-width: 1024px) {
  #tickets .tickets-mascot {
    width: 160px !important;
    right: 18px !important;
    bottom: -14px !important;
  }
}

@media (max-width: 760px) {
  #tickets .tickets-mascot {
    display: none !important;
  }
}


/* РњР°СЃРєРѕС‚: РІС‹СЃРѕС‚Р° РѕС‚ РЅРёР·Р° Р±Р»РѕРєР° РґРѕ РІРµСЂС…Р° РєР°СЂС‚РѕС‡РµРє Рё РїРѕР·РёС†РёСЏ РІРЅРµ РєРѕРЅС‚РµРЅС‚Р° */
#tickets .tickets-mascot {
  top: 260px !important;
  bottom: 0 !important;
  right: calc((100vw - var(--grid)) / 2 - 165px) !important;
  width: auto !important;
  height: calc(100% - 260px) !important;
  max-height: 430px !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  transform: translate(125%, 0) rotate(4deg) !important;
}

#tickets:hover .tickets-mascot,
#tickets:focus-within .tickets-mascot {
  transform: translate(0, 0) rotate(0deg) !important;
}

@media (max-width: 1500px) {
  #tickets .tickets-mascot {
    top: 205px !important;
    right: -135px !important;
    height: calc(100% - 205px) !important;
    max-height: 360px !important;
  }
}

@media (max-width: 1024px) {
  #tickets .tickets-mascot {
    top: 190px !important;
    right: -105px !important;
    height: calc(100% - 190px) !important;
    max-height: 300px !important;
  }
}

@media (max-width: 760px) {
  #tickets .tickets-mascot {
    display: none !important;
  }
}


/* РњР°СЃРєРѕС‚: СЃС‚Р°РІРёРј РЅР° РЅРёР¶РЅРёР№ РєСЂР°Р№ Р±Р»РѕРєР° Рё СЃРґРІРёРіР°РµРј РїСЂР°РІРµРµ */
#tickets .tickets-mascot {
  top: auto !important;
  bottom: -48px !important;
  right: calc((100vw - var(--grid)) / 2 - 215px) !important;
  width: 245px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  transform: translate(125%, 0) rotate(4deg) !important;
}

#tickets:hover .tickets-mascot,
#tickets:focus-within .tickets-mascot {
  transform: translate(0, 0) rotate(0deg) !important;
}

@media (max-width: 1500px) {
  #tickets .tickets-mascot {
    top: auto !important;
    bottom: -42px !important;
    right: -185px !important;
    width: 230px !important;
    height: auto !important;
    max-height: none !important;
  }
}

@media (max-width: 1024px) {
  #tickets .tickets-mascot {
    top: auto !important;
    bottom: -34px !important;
    right: -145px !important;
    width: 190px !important;
    height: auto !important;
  }
}

@media (max-width: 760px) {
  #tickets .tickets-mascot {
    display: none !important;
  }
}


/* РњР°СЃРєРѕС‚: РІС‹СЃРѕС‚Р° 460px, РЅРѕРіРё РЅР° РЅРёР¶РЅРµРј РєСЂР°Рµ, РїР»Р°РІРЅС‹Р№ РІС‹РµР·Рґ */
#tickets .tickets-mascot {
  top: auto !important;
  bottom: 0 !important;
  right: calc((100vw - var(--grid)) / 2 - 220px) !important;
  width: auto !important;
  height: 460px !important;
  max-height: 460px !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  opacity: 0 !important;
  transform: translate(125%, 0) rotate(3deg) !important;
  transition:
    transform .85s cubic-bezier(.16, 1, .3, 1),
    opacity .42s ease !important;
  filter: drop-shadow(0 18px 26px rgba(6, 54, 115, 0.18)) !important;
}

#tickets:hover .tickets-mascot,
#tickets:focus-within .tickets-mascot {
  opacity: 1 !important;
  transform: translate(0, 0) rotate(0deg) !important;
}

@media (max-width: 1500px) and (min-width: 1366px) {
  #tickets .tickets-mascot {
    right: -205px !important;
    bottom: 0 !important;
    height: 460px !important;
    max-height: 460px !important;
  }
}

@media (max-width: 1365px) {
  #tickets .tickets-mascot {
    display: none !important;
  }
}



/* Typography update: selected block headings */
#match-title,
#club-life-title,
#players-title,
#match-day-title,
#tickets-title,
#media-stories-title,
#rhl-title,
#shop-title,
#partners-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  text-transform: uppercase;
}

/* H3 and lower-level headings keep their own weight/style */
h3,
h4,
h5,
h6 {
  font-family: Roboto, Arial, sans-serif !important;
}


/* РњР°С‚С‡-С†РµРЅС‚СЂ: РєРѕРјРїРѕРЅРѕРІРєР° РїРѕ РєР»РёРµРЅС‚СЃРєРѕРјСѓ СЂРµС„РµСЂРµРЅСЃСѓ; С€Р°РїРєР° СЃРµРєС†РёРё РЅРµ РёР·РјРµРЅРµРЅР° */
#season .match-grid--reference {
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.88fr);
  gap: 30px;
  align-items: stretch;
}

#season .match-overview-card {
  min-height: 584px;
  padding: 42px 40px 34px;
  border: 1px solid rgba(195, 210, 229, 0.72);
  border-radius: 10px;
  background: var(--white);
  color: var(--deep);
  overflow: hidden;
}

#season .match-overview-card__title {
  margin: 0 0 28px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
  color: var(--deep);
}

#season .match-overview-list {
  display: grid;
  gap: 16px;
}

#season .match-overview-row {
  min-height: 128px;
  padding: 20px 22px 20px 20px;
  border: 1px solid rgba(195, 210, 229, 0.68);
  border-radius: 10px;
  background: rgba(195, 210, 229, 0.19);
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
}

#season .match-overview-row:nth-child(2) {
  background: var(--white);
}

#season .match-overview-date {
  display: grid;
  justify-items: center;
  align-content: center;
  color: var(--deep);
  font-style: normal;
  text-align: center;
}

#season .match-overview-date strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

#season .match-overview-date span {
  margin-top: 8px;
  color: rgba(12, 52, 104, 0.58);
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
}

#season .match-overview-info {
  min-width: 0;
}

#season .match-overview-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(195, 210, 229, 0.34);
  color: rgba(12, 52, 104, 0.64);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

#season .match-overview-info h4 {
  margin: 9px 0 5px;
  font-family: Roboto, Arial, sans-serif;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
}

#season .match-overview-info p {
  margin: 0;
  color: rgba(12, 52, 104, 0.58);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
}

#season .match-overview-action {
  height: 50px;
  min-width: 118px;
  padding: 0 22px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  background: var(--white);
  color: var(--deep);
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

#season .match-overview-action--primary {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

#season .match-overview-stats {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(195, 210, 229, 0.58);
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

#season .match-overview-stat {
  display: grid;
  gap: 6px;
}

#season .match-overview-stat strong {
  color: var(--blue);
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

#season .match-overview-stat span {
  color: rgba(12, 52, 104, 0.54);
  font-size: 11px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.08em;
}

#season .standings--reference {
  min-height: 584px;
  padding: 34px 34px 32px;
  border-radius: 10px;
  background: var(--navy);
  color: var(--white);
  box-shadow: none;
  overflow: hidden;
}

#season .standings-reference__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 22px;
  margin-bottom: 26px;
}

#season .standings-reference__eyebrow {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.15em;
}

#season .standings-reference__season {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

#season .league-toggle--reference {
  width: 152px;
  height: 36px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.62);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
}

#season .league-toggle--reference .league-tab {
  min-width: 0;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  display: grid;
  place-items: center;
  cursor: pointer;
}

#season .league-toggle--reference .league-tab.active {
  background: var(--white);
  color: var(--deep);
}

#season .standings-reference__head,
#season .standings-reference__row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 42px 42px;
  align-items: center;
  gap: 8px;
}

#season .standings-reference__head {
  padding: 0 16px 10px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
}

#season .standings-reference__head span:nth-child(3),
#season .standings-reference__head span:nth-child(4) {
  text-align: center;
}

#season .standings-reference__table {
  display: grid;
  gap: 2px;
}

#season .standings-reference__row {
  min-height: 47px;
  padding: 0 16px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 500;
}

#season .standings-reference__row strong {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-weight: 700;
}

#season .standings-reference__row .place,
#season .standings-reference__row .stat {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 600;
  text-align: center;
}

#season .standings-reference__row .stat:last-child {
  color: var(--white);
  font-weight: 800;
}

#season .standings-reference__row--club {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

#season .standings-reference__all {
  width: 100%;
  min-width: 0;
  margin-top: 22px;
}

@media (max-width: 1500px) {
  #season .match-grid--reference {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.88fr);
    gap: 22px;
  }

  #season .match-overview-card,
  #season .standings--reference {
    min-height: 470px;
  }

  #season .match-overview-card {
    padding: 30px 28px 26px;
  }

  #season .match-overview-card__title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  #season .match-overview-list {
    gap: 12px;
  }

  #season .match-overview-row {
    min-height: 101px;
    padding: 15px 16px;
    grid-template-columns: 60px minmax(0, 1fr) auto;
    gap: 14px;
  }

  #season .match-overview-date strong {
    font-size: 23px;
  }

  #season .match-overview-date span,
  #season .match-overview-badge,
  #season .match-overview-stat span {
    font-size: 9px;
  }

  #season .match-overview-info h4 {
    margin-top: 7px;
    font-size: 15px;
  }

  #season .match-overview-info p {
    font-size: 11px;
  }

  #season .match-overview-action {
    height: 42px;
    min-width: 92px;
    padding: 0 16px;
    font-size: 12px;
  }

  #season .match-overview-stats {
    margin-top: 17px;
    padding-top: 17px;
    gap: 28px;
  }

  #season .match-overview-stat strong {
    font-size: 22px;
  }

  #season .standings--reference {
    padding: 27px 25px 25px;
  }

  #season .standings-reference__top {
    gap: 14px;
    margin-bottom: 19px;
  }

  #season .standings-reference__eyebrow,
  #season .standings-reference__season,
  #season .league-toggle--reference {
    font-size: 10px;
  }

  #season .standings-reference__season {
    margin-top: 9px;
  }

  #season .league-toggle--reference {
    width: 116px;
    height: 30px;
  }

  #season .league-toggle--reference .league-tab {
    padding: 0 10px;
  }

  #season .standings-reference__head,
  #season .standings-reference__row {
    grid-template-columns: 28px minmax(0, 1fr) 34px 34px;
    gap: 6px;
  }

  #season .standings-reference__head {
    padding: 0 10px 8px;
    font-size: 9px;
  }

  #season .standings-reference__row {
    min-height: 37px;
    padding: 0 10px;
    font-size: 11px;
  }

  #season .standings-reference__all {
    margin-top: 17px;
    height: 44px;
    font-size: 12px;
  }
}

@media (max-width: 980px) {
  #season .match-grid--reference {
    grid-template-columns: 1fr;
  }

  #season .match-overview-card,
  #season .standings--reference {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  #season .match-overview-card {
    padding: 24px 18px 22px;
  }

  #season .match-overview-card__title {
    font-size: 22px;
  }

  #season .match-overview-row {
    min-height: 0;
    padding: 18px 16px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px 14px;
  }

  #season .match-overview-date {
    grid-row: 1 / 3;
  }

  #season .match-overview-info h4 {
    font-size: 16px;
  }

  #season .match-overview-info p {
    font-size: 12px;
  }

  #season .match-overview-action {
    grid-column: 2;
    justify-self: start;
  }

  #season .match-overview-stats {
    gap: 22px;
  }

  #season .standings--reference {
    padding: 24px 18px;
  }

  #season .standings-reference__top {
    grid-template-columns: 1fr;
  }

  #season .league-toggle--reference {
    width: 140px;
  }

  #season .standings-reference__head,
  #season .standings-reference__row {
    grid-template-columns: 28px minmax(0, 1fr) 32px 32px;
  }

  #season .standings-reference__row {
    font-size: 12px;
  }
}



/* РљР»РёРµРЅС‚СЃРєРёРµ РїСЂР°РІРєРё вЂ” С‚РѕР»СЊРєРѕ Р±Р»РѕРє РњРђРўР§-Р¦Р•РќРўР  Р Р§Р•РњРџРРћРќРђРў */
#season .match-overview-card__title {
  color: #0C3468 !important;
}

#season .match-overview-date strong {
  font-size: 30px !important;
  color: #0C3468 !important;
}

/* РљР°СЂС‚РѕС‡РєРё РјР°С‚С‡РµР№: Р±РµР»С‹Рµ РїРѕ СѓРјРѕР»С‡Р°РЅРёСЋ, РїРѕРґСЃРІРµС‚РєР° Рё С‚РµРЅСЊ С‚РѕР»СЊРєРѕ РїСЂРё hover/focus */
#season .match-overview-row,
#season .match-overview-row:nth-child(2) {
  background: #FFFFFF !important;
  transition: box-shadow .24s ease, transform .24s ease, background-color .24s ease !important;
}

#season .match-overview-row:hover,
#season .match-overview-row:focus-within {
  background: #FFFFFF !important;
  transform: translateY(-2px) !important;
  box-shadow:
    0 16px 34px rgba(6, 54, 115, 0.16),
    0 5px 14px rgba(0, 34, 77, 0.10) !important;
}

/* Р‘РёР»РµС‚: РіРµРѕРјРµС‚СЂРёСЏ РєРЅРѕРїРєРё РџРѕРґСЂРѕР±РЅРµРµ РІ РіР»Р°РІРЅРѕР№ РЅРѕРІРѕСЃС‚Рё, С„РёСЂРјРµРЅРЅС‹Р№ СЃРёРЅРёР№ + РѕСЂР°РЅР¶РµРІС‹Р№ hover */
#season .match-overview-action--primary {
  height: 60px !important;
  min-width: 0 !important;
  padding: 0 34px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #004196 !important;
  color: #FFFFFF !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  font-size: 18px !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

#season .match-overview-action--primary:hover,
#season .match-overview-action--primary:focus-visible {
  background: #FF4F26 !important;
  border-color: #FF4F26 !important;
  color: #FFFFFF !important;
}

/* РџРѕРґСЂРѕР±РЅРµРµ: СЃС‚РёР»СЊ РєРЅРѕРїРєРё Р’С‹Р±СЂР°С‚СЊ РјРµСЃС‚Рѕ РёР· Р±Р»РѕРєР° РџР›РђРќРР РЈР™РўР• РџРћРҐРћР” РќРђ РњРђРўР§ */
#season .match-overview-action:not(.match-overview-action--primary) {
  width: max-content !important;
  min-width: 112px !important;
  height: 52px !important;
  padding: 0 28px !important;
  border: 1px solid #0C3468 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #0C3468 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  transition: color .22s ease, background-color .22s ease, border-color .22s ease !important;
}

#season .match-overview-action:not(.match-overview-action--primary):hover,
#season .match-overview-action:not(.match-overview-action--primary):focus-visible {
  background: #0C3468 !important;
  border-color: #0C3468 !important;
  color: #FFFFFF !important;
}

/* Р—Р°РіРѕР»РѕРІРѕРє С‚СѓСЂРЅРёСЂРЅРѕР№ С‚Р°Р±Р»РёС†С‹ вЂ” РєР°Рє Р‘Р›РР–РђР™РЁРР• РР“Р Р«, РЅРѕ Р±РµР»С‹Р№ */
#season .standings-reference__eyebrow {
  color: #FFFFFF !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 25px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
}

/* Р­Р»РµРјРµРЅС‚С‹ С‚Р°Р±Р»РёС†С‹ +1px */
#season .standings-reference__season {
  font-size: 15px !important;
}

#season .standings-reference__head {
  font-size: 12px !important;
}

#season .standings-reference__row {
  font-size: 15px !important;
}

/* РўР°Р±С‹ Р’РҐР› / Р РҐР›: +50% РїСЂРѕРїРѕСЂС†РёРѕРЅР°Р»СЊРЅРѕ */
#season .league-toggle--reference {
  width: 160px !important;
  height: 38px !important;
  font-size: 13px !important;
}

#season .league-toggle--reference .league-tab {
  padding: 0 15px !important;
}

@media (max-width: 1500px) {
  #season .match-overview-date strong {
    font-size: 25px !important;
  }

  #season .match-overview-action--primary {
    height: 45px !important;
    padding: 0 25px !important;
    font-size: 14px !important;
  }

  #season .match-overview-action:not(.match-overview-action--primary) {
    min-width: 86px !important;
    height: 39px !important;
    padding: 0 18px !important;
    font-size: 12px !important;
  }

  #season .standings-reference__eyebrow {
    font-size: 20px !important;
  }

  #season .standings-reference__season {
    font-size: 13px !important;
  }

  #season .standings-reference__head {
    font-size: 10px !important;
  }

  #season .standings-reference__row {
    font-size: 12px !important;
  }

  #season .league-toggle--reference {
    width: 122px !important;
    height: 32px !important;
    font-size: 11px !important;
  }

  #season .league-toggle--reference .league-tab {
    padding: 0 11px !important;
  }
}

@media (max-width: 760px) {
  #season .standings-reference__eyebrow {
    font-size: 22px !important;
  }

  #season .standings-reference__row {
    font-size: 13px !important;
  }

  #season .league-toggle--reference {
    width: 147px !important;
    height: 32px !important;
    font-size: 11px !important;
  }
}


/* Р”РѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Рµ РєР»РёРµРЅС‚СЃРєРёРµ РїСЂР°РІРєРё вЂ” С‚РѕР»СЊРєРѕ Р±Р»РѕРє РњРђРўР§-Р¦Р•РќРўР  Р Р§Р•РњРџРРћРќРђРў */
#season .match-overview-stat strong {
  color: #0C3468 !important;
}

/* Р’ С‚Р°Р±Р»РёС†Рµ РЅРµС‚ РїРѕСЃС‚РѕСЏРЅРЅРѕ Р°РєС‚РёРІРЅРѕР№ СЃС‚СЂРѕРєРё: РїРѕРґСЃРІРµС‚РєР° РїРѕСЏРІР»СЏРµС‚СЃСЏ С‚РѕР»СЊРєРѕ РїСЂРё РЅР°РІРµРґРµРЅРёРё */
#season .standings-reference__row {
  transition: background-color .22s ease, color .22s ease !important;
}

#season .standings-reference__row:hover,
#season .standings-reference__row:focus-within {
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--white) !important;
}

/* РљРЅРѕРїРєР° РїРѕР»РЅРѕР№ С‚Р°Р±Р»РёС†С‹ вЂ” РЅР° 20px РЅРёР¶Рµ С‚РµРєСѓС‰РµРіРѕ РїРѕР»РѕР¶РµРЅРёСЏ */
#season .standings-reference__all {
  margin-top: 42px !important;
}

@media (max-width: 1500px) {
  #season .standings-reference__all {
    margin-top: 37px !important;
  }
}



/* РљР»РёРµРЅС‚СЃРєРёРµ РїСЂР°РІРєРё С‚РёРїРѕРіСЂР°С„РёРєРё вЂ” РјР°С‚С‡Рё, С‚Р°Р±Р»РёС†Р° Рё РЅРѕРІРѕСЃС‚Рё */
#season .match-overview-info h4 {
  font-size: 16px !important;
}

#season .standings-reference__row strong {
  font-size: 13px !important;
}

/* РўСЂРё Р·Р°РіРѕР»РѕРІРєР° РЅРѕРІРѕСЃС‚РµР№ СЃРїСЂР°РІР° вЂ” СЃС‚Р°РЅРґР°СЂС‚ H5 */
.news-list .news-card h5 {
  margin: 0 !important;
  font-family: Roboto, Arial, sans-serif !important;
  color: #0C3468 !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* Р“Р»Р°РІРЅР°СЏ РЅРѕРІРѕСЃС‚СЊ вЂ” СЃС‚Р°РЅРґР°СЂС‚ H3 */
.news-feature h3 {
  font-size: 40px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

/* РљР»РёРµРЅС‚СЃРєРёРµ РїСЂР°РІРєРё: СЂР°Р·РјРµСЂС‹ РґР°С‚ РјР°С‚С‡РµР№ Рё РЅР°Р·РІР°РЅРёР№ РєРѕРјР°РЅРґ РІ С‚СѓСЂРЅРёСЂРЅРѕР№ С‚Р°Р±Р»РёС†Рµ */
#season .match-overview-date strong {
  font-size: 30px !important;
}

#season .standings-reference__row strong {
  font-size: 15px !important;
}

/* Р•РґРёРЅР°СЏ СЃРёСЃС‚РµРјР° Р·Р°РіРѕР»РѕРІРєРѕРІ вЂ” СЃРѕРіР»Р°СЃРѕРІР°РЅРЅР°СЏ РІРµСЂСЃРёСЏ */

/* H1: РіР»Р°РІРЅС‹Р№ Р·Р°РіРѕР»РѕРІРѕРє Р±Р°РЅРЅРµСЂР° */
#hero-title {
  font-size: 140px;
}

/* H2: РІСЃРµ Р·Р°РіРѕР»РѕРІРєРё СЂР°Р·РґРµР»РѕРІ */
h2 {
  font-weight: 700 !important;
}

/* H3: РєСЂСѓРїРЅС‹Р№ РІРЅСѓС‚СЂРµРЅРЅРёР№ Р·Р°РіРѕР»РѕРІРѕРє */
.news-feature h3 {
  font-size: 40px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

/* H4: СЃС‚Р°РЅРґР°СЂС‚ РєР°Рє Сѓ В«Р‘Р›РР–РђР™РЁРР• РР“Р Р«В» */
.heading-h4-unified {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 25px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* РљРѕРЅС‚РµРєСЃС‚РЅС‹Рµ С†РІРµС‚Р° Рё РѕС‚СЃС‚СѓРїС‹ РїРѕСЃР»Рµ СЃРјРµРЅС‹ СЃРµРјР°РЅС‚РёС‡РµСЃРєРёС… С‚РµРіРѕРІ */
#players .player-card .heading-h4-unified {
  margin: 0;
  color: var(--deep);
}

#match-day .match-day-intro .heading-h4-unified {
  margin: 0 0 24px;
  color: var(--white);
}

#match-day .match-day-step .heading-h4-unified,
#match-day .route-map .heading-h4-unified,
#tickets .ticket-program .heading-h4-unified,
#shop .shop-product .heading-h4-unified {
  margin: 0;
  color: var(--deep);
}

#media-stories .media-story .heading-h4-unified {
  margin: 0;
  color: var(--white);
}

#rhl .rhl-card .heading-h4-unified {
  margin: 0;
  color: var(--deep);
}

#shop .shop-lead-card .heading-h4-unified {
  margin: 0 0 24px;
  color: var(--deep);
}

/* H5: Р·Р°РіРѕР»РѕРІРєРё РЅРѕРІРѕСЃС‚РµР№ СЃРїСЂР°РІР° */
.heading-h5-unified {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* H6: Р·Р°РіРѕР»РѕРІРєРё РєРѕР»РѕРЅРѕРє С„СѓС‚РµСЂР° */
.footer .heading-h6-unified {
  margin: 0 0 18px;
  color: var(--white) !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
}

/* Р”Р»СЏ H1 СЃРѕС…СЂР°РЅСЏРµРј СЃСѓС‰РµСЃС‚РІСѓСЋС‰СѓСЋ Р°РґР°РїС‚РёРІРЅСѓСЋ С€РєР°Р»Сѓ */
@media (max-width: 1500px) {
  #hero-title {
    font-size: 90px !important;
  }
}

@media (max-width: 1300px) {
  #hero-title {
    font-size: 80px !important;
  }
}

@media (max-width: 1100px) {
  #hero-title {
    font-size: 72px !important;
  }
}

@media (max-width: 760px) {
  #hero-title {
    font-size: 48px !important;
  }
}


/* РЈРЅРёС„РёРєР°С†РёСЏ РѕСЃС‚Р°РІС€РёС…СЃСЏ Р·Р°РіРѕР»РѕРІРєРѕРІ: РєРѕРЅС‚РµРєСЃС‚ Р±РµР· РёР·РјРµРЅРµРЅРёСЏ РїСЂРѕС‡РµР№ РІРµСЂСЃС‚РєРё */
.heading-h6-unified {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
}

#season .match-overview-info .heading-h6-unified {
  margin: 9px 0 5px;
  color: var(--deep);
  line-height: 1.2;
}

#season h4.standings-reference__eyebrow {
  margin: 0;
}

#match-day .match-day-step .heading-h5-unified,
#tickets .ticket-program .heading-h5-unified,
#shop .shop-product .heading-h5-unified {
  margin: 0;
  color: var(--deep);
}

#media-stories .media-story .heading-h5-unified {
  margin: 0;
  color: var(--white);
}

/* Р¤РёРЅР°Р»СЊРЅР°СЏ СѓРЅРёС„РёРєР°С†РёСЏ СЂР°Р·РјРµСЂРѕРІ Р·Р°РіРѕР»РѕРІРєРѕРІ H1вЂ“H6 */
h1 {
  font-size: 140px !important;
}

h2 {
  font-size: 60px !important;
}

h3 {
  font-size: 40px !important;
  text-transform: uppercase !important;
}

h4 {
  font-size: 25px !important;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 17px !important;
}

/* Р¤РёРЅР°Р»СЊРЅС‹Р№ СЃС‚Р°РЅРґР°СЂС‚ H3: 40 px, РІРµСЂС…РЅРёР№ СЂРµРіРёСЃС‚СЂ */
.news-feature h3,
#match-day .match-day-intro h3,
#match-day .route-map h3,
#shop .shop-lead-card h3 {
  font-size: 40px !important;
  text-transform: uppercase !important;
}

/* РџР»Р°С€РєРё С‚РёРїР° РјР°С‚С‡Р°: +2 px РїРѕ РІС‹СЃРѕС‚Рµ Рё РїРѕР»РЅРѕРµ СЃРєСЂСѓРіР»РµРЅРёРµ */
#season .match-overview-badge {
  min-height: 26px;
  border-radius: 999px;
}

/* РќР°Р·РІР°РЅРёСЏ РјР°С‚С‡РµР№: H5 20 px, РѕР±С‹С‡РЅС‹Р№ СЂРµРіРёСЃС‚СЂ */
#season .match-overview-info .match-overview-team-title {
  margin: 9px 0 5px;
  color: var(--deep);
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px !important;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none !important;
}

/* РЈРЅРёС„РёС†РёСЂРѕРІР°РЅРЅС‹Рµ РјР°Р»РµРЅСЊРєРёРµ РїР»Р°С€РєРё: СЌС‚Р°Р»РѕРЅ Р”РћРњРђРЁРќРР™ / Р’Р«Р•Р—Р” */
.small-badge-unified {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: max-content !important;
  min-width: 0 !important;
  height: 26px !important;
  min-height: 26px !important;
  padding: 0 15px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(195, 210, 229, 0.34) !important;
  color: rgba(12, 52, 104, 0.64) !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* РђС‚РјРѕСЃС„РµСЂР° РєР»СѓР±Р°: СЏСЂРєР°СЏ РЅРµРїСЂРѕР·СЂР°С‡РЅР°СЏ РІРµСЂСЃРёСЏ СѓРЅРёС„РёС†РёСЂРѕРІР°РЅРЅРѕР№ РїР»Р°С€РєРё */
#media-stories .media-label.small-badge-unified {
  background: #EBF0F6 !important;
  color: #5C789B !important;
  opacity: 1 !important;
}

/* Р РѕР»СЊ РёРіСЂРѕРєР° вЂ” СѓРЅРёС„РёС†РёСЂРѕРІР°РЅРЅР°СЏ РїР»Р°С€РєР° */
#players .player-role.small-badge-unified {
  background: #EBF0F6 !important;
  color: #5C789B !important;
  opacity: 1 !important;
}

/* H3: РєСѓСЂСЃРёРІ */
.news-feature h3,
#match-day .match-day-intro h3,
#match-day .route-map h3,
#shop .shop-lead-card h3 {
  font-style: italic !important;
}

/* Р‘Р°РЅРЅРµСЂ: Р±С‹СЃС‚СЂС‹Рµ СЃСЃС‹Р»РєРё РїРµСЂРµРЅРѕСЃРёРј РїРѕРґ СЃР»РѕРіР°РЅ */
.hero__copy {
  max-width: 1280px !important;
}

.hero__copy .quick-links--hero {
  position: static !important;
  margin-top: 42px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  max-width: 1120px !important;
}

.hero__copy .quick-link--hero {
  height: auto !important;
  min-height: 88px !important;
  padding: 20px 24px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  white-space: normal !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hero__copy .quick-link--hero:hover,
.hero__copy .quick-link--hero:focus-visible {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: var(--white) !important;
}

.hero__copy .quick-link--hero .quick-link__icon {
  width: 40px !important;
  height: 40px !important;
  flex: 0 0 40px !important;
  border-radius: 12px !important;
  display: inline-grid !important;
  place-items: center !important;
  background: rgba(255, 255, 255, 0.10) !important;
  color: var(--white) !important;
}

.hero__copy .quick-link--hero .quick-link__title {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--white) !important;
}

/* РђС‚РјРѕСЃС„РµСЂР° РєР»СѓР±Р°: РїР»Р°С€РєРё Р¤РћРўРћ / Р’РР”Р•Рћ / РРЎРўРћР РР РІС‹С€Рµ */
#media-stories .media-label {
  top: 25px !important;
}

@media (max-width: 1500px) {
  .hero__copy .quick-links--hero {
    max-width: 980px !important;
    gap: 14px !important;
  }

  .hero__copy .quick-link--hero {
    min-height: 82px !important;
    padding: 18px 20px !important;
  }

  .hero__copy .quick-link--hero .quick-link__title {
    font-size: 18px !important;
  }

  #media-stories .media-label {
    top: 25px !important;
  }
}

@media (max-width: 1024px) {
  .hero__copy .quick-links--hero {
    max-width: 760px !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .hero__copy .quick-link--hero {
    min-height: 76px !important;
  }
}

@media (max-width: 760px) {
  .hero__copy .quick-links--hero {
    margin-top: 28px !important;
  }

  .hero__copy .quick-link--hero {
    min-height: 70px !important;
    padding: 16px 18px !important;
    border-radius: 20px !important;
  }

  .hero__copy .quick-link--hero .quick-link__title {
    font-size: 17px !important;
  }

  #media-stories .media-label {
    top: 25px !important;
  }
}

/* Р‘Р°РЅРЅРµСЂ: Р·Р°РіРѕР»РѕРІРѕРє Рё СЃР»РѕРіР°РЅ РІС‹С€Рµ вЂ” 125 px РѕС‚ РІРµСЂС…РЅРµРіРѕ РєСЂР°СЏ Р±Р°РЅРЅРµСЂР° */
.hero__copy {
  top: 125px !important;
  max-width: 1280px !important;
}

/* РўСЂРё Р±С‹СЃС‚СЂС‹Рµ РєРЅРѕРїРєРё РІРјРµСЃС‚Рµ Р·Р°РЅРёРјР°СЋС‚ РІСЃСЋ С€РёСЂРёРЅСѓ РєРѕРЅС‚РµРЅС‚Р° */
.hero__copy .quick-links--hero {
  position: static !important;
  width: var(--grid) !important;
  max-width: none !important;
  margin-top: 42px !important;
  margin-left: -120px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.hero__copy .quick-link--hero {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 88px !important;
  height: 88px !important;
  padding: 14px 24px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  white-space: normal !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.hero__copy .quick-link--hero:hover,
.hero__copy .quick-link--hero:focus-visible {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.32) !important;
  color: var(--white) !important;
}

/* РљСЂСѓРі РїРѕР»РЅРѕСЃС‚СЊСЋ РїРѕРІС‚РѕСЂСЏРµС‚ СЃС‚РёР»СЊ РёРєРѕРЅРєРё-РєР°Р»РµРЅРґР°СЂСЏ РіР»Р°РІРЅРѕР№ РЅРѕРІРѕСЃС‚Рё */
.hero__copy .quick-link--hero .quick-link__icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 50% !important;
  background: transparent !important;
  display: inline-grid !important;
  place-items: center !important;
  color: var(--white) !important;
}

/* РЎР°РјРё СЃС‚Р°СЂС‹Рµ РёРєРѕРЅРєРё РѕСЃС‚Р°СЋС‚СЃСЏ РєРѕРјРїР°РєС‚РЅС‹РјРё, РєР°Рє РІ РїСЂРѕС€Р»РѕРј РјР°РєРµС‚Рµ */
.hero__copy .quick-link--hero .quick-link__icon svg {
  width: 20px !important;
  height: 20px !important;
}

.hero__copy .quick-link--hero .quick-link__title {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--white) !important;
}

@media (max-width: 1500px) {
  .hero__copy {
    left: 90px !important;
  }

  .hero__copy .quick-links--hero {
    width: var(--grid) !important;
    margin-left: -90px !important;
    gap: 14px !important;
  }

  .hero__copy .quick-link--hero {
    height: 82px !important;
    min-height: 82px !important;
    padding: 12px 20px !important;
  }

  .hero__copy .quick-link--hero .quick-link__icon {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px !important;
  }

  .hero__copy .quick-link--hero .quick-link__icon svg {
    width: 19px !important;
    height: 19px !important;
  }

  .hero__copy .quick-link--hero .quick-link__title {
    font-size: 18px !important;
  }
}

@media (max-width: 1024px) {
  .hero__copy {
    top: 110px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .hero__copy .quick-links--hero {
    width: 100% !important;
    margin-left: 0 !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .hero__copy .quick-link--hero {
    height: 76px !important;
    min-height: 76px !important;
  }
}

@media (max-width: 760px) {
  .hero__copy {
    top: 84px !important;
  }

  .hero__copy .quick-links--hero {
    margin-top: 28px !important;
  }

  .hero__copy .quick-link--hero {
    height: 70px !important;
    min-height: 70px !important;
    padding: 10px 16px !important;
    border-radius: 20px !important;
  }

  .hero__copy .quick-link--hero .quick-link__icon {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  .hero__copy .quick-link--hero .quick-link__icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .hero__copy .quick-link--hero .quick-link__title {
    font-size: 17px !important;
  }
}

/* РЈРЅРёС„РёС†РёСЂРѕРІР°РЅРЅС‹Рµ РїР»Р°С€РєРё: Р±РѕР»СЊС€Рµ РІРЅСѓС‚СЂРµРЅРЅРёР№ РѕС‚СЃС‚СѓРї */
.small-badge-unified {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* РњР°СЂС€СЂСѓС‚: Р·Р°РіРѕР»РѕРІРѕРє РІ РѕРґРЅСѓ СЃС‚СЂРѕРєСѓ РЅР° РґРµСЃРєС‚РѕРїРµ */
#match-day .route-map__title-single {
  white-space: nowrap !important;
}

/* Р‘Р°РЅРЅРµСЂ: С‚РµРєСЃС‚ РЅРµ РґРІРёРіР°РµРј, Р±С‹СЃС‚СЂС‹Рµ СЃСЃС‹Р»РєРё РѕРїСѓСЃРєР°РµРј РІРЅРёР· */
.hero__copy {
  top: 125px !important;
}

.hero__inner>.quick-links--hero {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 50px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.hero__inner>.quick-links--hero .quick-link--hero {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 88px !important;
  height: 88px !important;
  padding: 14px 24px !important;
  border-radius: 24px !important;
  border: 1px solid rgba(255, 255, 255, .18) !important;
  background: rgba(255, 255, 255, .12) !important;
  color: var(--white) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 16px !important;
  white-space: normal !important;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.hero__inner>.quick-links--hero .quick-link--hero:hover,
.hero__inner>.quick-links--hero .quick-link--hero:focus-visible {
  background: rgba(255, 255, 255, .18) !important;
  border-color: rgba(255, 255, 255, .32) !important;
  color: var(--white) !important;
}

.hero__inner>.quick-links--hero .quick-link__icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  border: 1px solid rgba(255, 255, 255, .78) !important;
  border-radius: 50% !important;
  background: transparent !important;
  display: inline-grid !important;
  place-items: center !important;
  color: var(--white) !important;
}

.hero__inner>.quick-links--hero .quick-link__icon svg {
  width: 20px !important;
  height: 20px !important;
}

.hero__inner>.quick-links--hero .quick-link__title {
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  color: var(--white) !important;
}

/* РђС‚РјРѕСЃС„РµСЂР° РєР»СѓР±Р°: РѕС‚СЃС‚СѓРї РїР»Р°С€РµРє РѕС‚ РєСЂР°СЏ РєР°СЂС‚РѕС‡РєРё 25px */
#media-stories .media-story {
  padding: 25px !important;
}

#media-stories .media-label {
  top: auto !important;
  margin-bottom: 0 !important;
}

/* Р РҐР›: РїСЂРё РЅР°РІРµРґРµРЅРёРё РїРѕРґСЃРІРµС‚РєР° РєСЂСѓРіРѕРІ 01 / 02 */
#rhl .rhl-index {
  transition: background-color .24s ease, border-color .24s ease, color .24s ease, box-shadow .24s ease !important;
}

#rhl .rhl-card:hover .rhl-index,
#rhl .rhl-card:focus-within .rhl-index {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
  box-shadow: 0 0 0 6px rgba(255, 79, 38, .16) !important;
}

/* РђС‚СЂРёР±СѓС‚РёРєР°: СЂРµР°Р»СЊРЅС‹Рµ С„РѕС‚Рѕ, РЅР°Р·РІР°РЅРёСЏ РІС‹С€Рµ, РёРєРѕРЅРєРё СѓР±СЂР°С‚СЊ */
#shop .shop-products {
  align-items: stretch !important;
}

#shop .shop-product--photo {
  padding: 22px 22px 20px !important;
  gap: 18px !important;
  display: grid !important;
  align-content: start !important;
  justify-items: center !important;
  min-height: 330px !important;
}

#shop .shop-product--photo .heading-h4-unified {
  margin: 0 !important;
  align-self: start !important;
  justify-self: start !important;
}

#shop .shop-product__icon {
  display: none !important;
}

#shop .shop-product__image {
  width: 100% !important;
  max-width: 230px !important;
  height: 220px !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  filter: brightness(1) saturate(1) !important;
  transition: filter .24s ease, transform .24s ease !important;
}

#shop .shop-product__image--scarf {
  max-width: 260px !important;
}

#shop .shop-product:hover .shop-product__image,
#shop .shop-product:focus-within .shop-product__image {
  filter: brightness(1.08) saturate(1.08) !important;
  transform: translateY(-2px) !important;
}

@media (max-width: 1500px) {
  .hero__inner>.quick-links--hero {
    gap: 14px !important;
    bottom: 50px !important;
  }

  .hero__inner>.quick-links--hero .quick-link--hero {
    height: 82px !important;
    min-height: 82px !important;
    padding: 12px 20px !important;
  }

  .hero__inner>.quick-links--hero .quick-link__icon {
    width: 52px !important;
    height: 52px !important;
    flex-basis: 52px !important;
  }

  .hero__inner>.quick-links--hero .quick-link__icon svg {
    width: 19px !important;
    height: 19px !important;
  }

  .hero__inner>.quick-links--hero .quick-link__title {
    font-size: 18px !important;
  }

  #shop .shop-product__image {
    height: 190px !important;
    max-width: 200px !important;
  }
}

@media (max-width: 1024px) {
  #match-day .route-map__title-single {
    white-space: normal !important;
  }

  .hero__copy {
    top: 110px !important;
    left: 0 !important;
    width: 100% !important;
    max-width: none !important;
  }

  .hero__inner>.quick-links--hero {
    left: 0 !important;
    right: 0 !important;
    bottom: 50px !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .hero__inner>.quick-links--hero .quick-link--hero {
    height: 76px !important;
    min-height: 76px !important;
  }

  #media-stories .media-story {
    padding: 25px !important;
  }
}

@media (max-width: 760px) {
  .hero__copy {
    top: 84px !important;
  }

  .hero__inner>.quick-links--hero {
    bottom: 24px !important;
  }

  .hero__inner>.quick-links--hero .quick-link--hero {
    height: 70px !important;
    min-height: 70px !important;
    padding: 10px 16px !important;
    border-radius: 20px !important;
  }

  .hero__inner>.quick-links--hero .quick-link__icon {
    width: 46px !important;
    height: 46px !important;
    flex-basis: 46px !important;
  }

  .hero__inner>.quick-links--hero .quick-link__icon svg {
    width: 18px !important;
    height: 18px !important;
  }

  .hero__inner>.quick-links--hero .quick-link__title {
    font-size: 17px !important;
  }

  #shop .shop-product--photo {
    min-height: 260px !important;
  }

  #shop .shop-product__image {
    height: 150px !important;
    max-width: 170px !important;
  }
}

/* РџСЂР°РІРєР° 1: Р±С‹СЃС‚СЂС‹Рµ СЃСЃС‹Р»РєРё СЃС‚СЂРѕРіРѕ РІРЅРёР·Сѓ Р±Р°РЅРЅРµСЂР°, 50 px РѕС‚ РЅРёР¶РЅРµРіРѕ РєСЂР°СЏ С„РѕС‚Рѕ */
.hero__inner>.quick-links--hero {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  bottom: 50px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

/* РџСЂР°РІРєР° 2: РјРµРЅСЊС€Рµ СЃС‚РµРєР»Р° РІ РїРѕРєРѕРµ, Р·Р°РјРµС‚РЅРµРµ hover-Р°РЅРёРјР°С†РёСЏ */
.hero__inner>.quick-links--hero .quick-link--hero {
  -webkit-backdrop-filter: blur(4px) !important;
  backdrop-filter: blur(4px) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 10px 24px rgba(0, 18, 48, 0.10) !important;
  transition:
    transform .28s ease,
    background-color .28s ease,
    border-color .28s ease,
    box-shadow .28s ease !important;
}

.hero__inner>.quick-links--hero .quick-link--hero:hover,
.hero__inner>.quick-links--hero .quick-link--hero:focus-visible {
  transform: translateY(-6px) scale(1.015) !important;
  background: rgba(255, 255, 255, 0.24) !important;
  border-color: rgba(255, 255, 255, 0.46) !important;
  box-shadow:
    0 24px 48px rgba(0, 18, 48, 0.28),
    0 8px 18px rgba(0, 34, 77, 0.20) !important;
}

/* РџСЂР°РІРєР° 3: Р¤РћРўРћ / Р’РР”Р•Рћ / РРЎРўРћР РР вЂ” 25 px СЃРІРµСЂС…Сѓ Рё СЃР»РµРІР° */
#media-stories .media-story {
  position: relative !important;
}

#media-stories .media-label.small-badge-unified {
  position: absolute !important;
  top: 25px !important;
  left: 25px !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  z-index: 2 !important;
}

/* РџСЂР°РІРєР° 4: hover РєР°СЂС‚РѕС‡РµРє РњРҐРљ РїРѕРІС‚РѕСЂСЏРµС‚ СЌС„С„РµРєС‚ РєР°СЂС‚РѕС‡РµРє "Р”РµРЅСЊ РјР°С‚С‡Р°" */
#rhl .rhl-card:hover,
#rhl .rhl-card:focus-within {
  transform: translateY(-3px) !important;
  box-shadow:
    0 18px 38px rgba(6, 54, 115, 0.17),
    0 6px 16px rgba(0, 34, 77, 0.11) !important;
}

#rhl .rhl-card:hover .rhl-index,
#rhl .rhl-card:focus-within .rhl-index {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
  box-shadow: none !important;
}

/* РџСЂР°РІРєР° 5: С„РѕС‚Рѕ С‚РѕРІР°СЂРѕРІ РјРµРЅСЊС€Рµ, Р±Р»РёР¶Рµ Рє РЅРёР¶РЅРµРјСѓ РїСЂР°РІРѕРјСѓ СѓРіР»Сѓ */
#shop .shop-product--photo {
  position: relative !important;
  min-height: 330px !important;
  padding: 22px !important;
  overflow: hidden !important;
  display: block !important;
}

#shop .shop-product--photo .heading-h4-unified {
  position: relative !important;
  z-index: 2 !important;
  margin: 0 !important;
}

#shop .shop-product__image {
  position: absolute !important;
  right: 14px !important;
  bottom: 12px !important;
  width: auto !important;
  max-width: 165px !important;
  height: 178px !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  display: block !important;
  transform: scale(1) !important;
  transform-origin: right bottom !important;
  filter: none !important;
  transition: transform .26s ease !important;
}

#shop .shop-product__image--scarf {
  max-width: 220px !important;
  width: 72% !important;
  height: 125px !important;
}

#shop .shop-product:hover .shop-product__image,
#shop .shop-product:focus-within .shop-product__image {
  transform: scale(1.035) !important;
  filter: none !important;
}

@media (max-width: 1500px) {
  .hero__inner>.quick-links--hero {
    bottom: 50px !important;
    gap: 14px !important;
  }

  #shop .shop-product--photo {
    min-height: 275px !important;
  }

  #shop .shop-product__image {
    right: 12px !important;
    bottom: 10px !important;
    max-width: 140px !important;
    height: 145px !important;
  }

  #shop .shop-product__image--scarf {
    max-width: 185px !important;
    width: 74% !important;
    height: 105px !important;
  }
}

@media (max-width: 1024px) {
  .hero__inner>.quick-links--hero {
    bottom: 50px !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #shop .shop-product--photo {
    min-height: 260px !important;
  }
}

@media (max-width: 760px) {
  .hero__inner>.quick-links--hero {
    bottom: 50px !important;
  }

  #shop .shop-product__image {
    max-width: 130px !important;
    height: 135px !important;
  }

  #shop .shop-product__image--scarf {
    max-width: 170px !important;
    height: 95px !important;
  }
}

/* РђС‚СЂРёР±СѓС‚РёРєР°: РєР°СЂС‚РѕС‡РєРё РЅРёР¶Рµ РїРѕ РІС‹СЃРѕС‚Рµ, С„РѕС‚Рѕ РєСЂСѓРїРЅРµРµ, Р·Р°РіРѕР»РѕРІРѕРє 30 px РѕС‚ РІРµСЂС…Р° */
#shop .shop-product--photo {
  min-height: 285px !important;
  height: 285px !important;
  padding: 30px 22px 16px !important;
}

#shop .shop-product--photo .heading-h4-unified {
  margin: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

#shop .shop-product__image {
  right: 12px !important;
  bottom: 8px !important;
  max-width: 205px !important;
  height: 215px !important;
  transform-origin: right bottom !important;
}

#shop .shop-product__image--scarf {
  max-width: 255px !important;
  width: 82% !important;
  height: 145px !important;
}

#shop .shop-product:hover .shop-product__image,
#shop .shop-product:focus-within .shop-product__image {
  transform: scale(1.035) !important;
}

@media (max-width: 1500px) {
  #shop .shop-product--photo {
    min-height: 245px !important;
    height: 245px !important;
    padding-top: 30px !important;
  }

  #shop .shop-product__image {
    right: 10px !important;
    bottom: 6px !important;
    max-width: 170px !important;
    height: 178px !important;
  }

  #shop .shop-product__image--scarf {
    max-width: 215px !important;
    width: 84% !important;
    height: 122px !important;
  }
}

@media (max-width: 1024px) {
  #shop .shop-product--photo {
    min-height: 250px !important;
    height: 250px !important;
    padding-top: 30px !important;
  }
}

@media (max-width: 760px) {
  #shop .shop-product--photo {
    min-height: 235px !important;
    height: 235px !important;
    padding: 30px 18px 14px !important;
  }

  #shop .shop-product__image {
    right: 8px !important;
    bottom: 6px !important;
    max-width: 155px !important;
    height: 160px !important;
  }

  #shop .shop-product__image--scarf {
    max-width: 195px !important;
    width: 86% !important;
    height: 108px !important;
  }
}

/* РџР»Р°С€РєР° В«Р”Р»СЏ Р·СЂРёС‚РµР»РµР№В» вЂ” С‚РѕС‚ Р¶Рµ СѓРЅРёС„РёС†РёСЂРѕРІР°РЅРЅС‹Р№ РІРёРґ, С‡С‚Рѕ В«РћСЃРЅРѕРІРЅРѕР№ СЃС†РµРЅР°СЂРёР№В» */
#match-day .match-day-viewers-badge {
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}

/* РљРЅРѕРїРєР° СЃРїСЂР°РІР° вЂ” РєРѕРїРёСЏ В«РљСѓРїРёС‚СЊ РѕРЅР»Р°Р№РЅВ» РёР· Р±Р»РѕРєР° РїР»Р°РЅРёСЂРѕРІР°РЅРёСЏ РїРѕС…РѕРґР° */
#match-day .section__head {
  align-items: center;
}

#match-day .light-actions {
  align-self: center;
  padding-bottom: 0;
}

#match-day .match-day-congrats-btn {
  height: 60px;
  padding: 0 30px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--blue);
  color: var(--white);
  border: 1px solid var(--blue);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

#match-day .match-day-congrats-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

/* РњРѕРґР°Р»СЊРЅРѕРµ РѕРєРЅРѕ РїРѕР·РґСЂР°РІР»РµРЅРёР№ */
.match-day-congrats-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: grid;
  place-items: center;
  padding: 24px;
}

.match-day-congrats-modal[hidden] {
  display: none !important;
}

.match-day-congrats-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 34, 77, 0.72);
  backdrop-filter: blur(6px);
}

.match-day-congrats-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  padding: 46px 46px 42px;
  border-radius: 12px;
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 28px 80px rgba(0, 18, 48, 0.34);
}

.match-day-congrats-modal__dialog h3 {
  margin: 0;
  color: var(--deep);
}

.match-day-congrats-modal__dialog p {
  margin: 22px 0 0;
  color: rgba(12, 52, 104, 0.78);
  font-size: 18px;
  line-height: 1.5;
}

.match-day-congrats-modal__email {
  display: inline-block;
  margin-top: 18px;
  color: var(--blue);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  transition: color .22s ease;
}

.match-day-congrats-modal__email:hover,
.match-day-congrats-modal__email:focus-visible {
  color: var(--orange-active);
}

.match-day-congrats-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--pale);
  border-radius: 50%;
  background: transparent;
  color: var(--deep);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

.match-day-congrats-modal__close:hover,
.match-day-congrats-modal__close:focus-visible {
  background: var(--orange-active);
  border-color: var(--orange-active);
  color: var(--white);
}

@media (max-width: 1500px) {
  #match-day .match-day-congrats-btn {
    height: 44px;
    padding: 0 24px 0 16px;
    gap: 16px;
    font-size: 12px;
  }

  #match-day .match-day-congrats-btn::before {
    width: 7px;
    height: 7px;
  }
}

@media (max-width: 760px) {
  #match-day .section__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  #match-day .light-actions {
    justify-content: flex-start;
  }

  .match-day-congrats-modal__dialog {
    padding: 42px 24px 30px;
  }

  .match-day-congrats-modal__dialog p,
  .match-day-congrats-modal__email {
    font-size: 16px;
  }
}


#match-day .section__head>div:first-child {
  display: flex !important;
  align-items: center !important;
  gap: 30px !important;
}

#match-day #match-day-title {
  margin: 0 !important;
}

#match-day .match-day-viewers-badge {
  margin: 0 !important;
  flex: 0 0 auto !important;
}

/* РђС‚СЂРёР±СѓС‚РёРєР°: РїРѕСЃР»Рµ РѕР±СЂРµР·РєРё РїСЂРѕР·СЂР°С‡РЅС‹С… РїРѕР»РµР№ РІРёР·СѓР°Р»СЊРЅС‹Р№ РєСЂР°Р№ С„РѕС‚Рѕ СЂРѕРІРЅРѕ РІ 30 px СЃРїСЂР°РІР° Рё СЃРЅРёР·Сѓ */
#shop .shop-product__image,
#shop .shop-product__image--scarf {
  right: 30px !important;
  bottom: 30px !important;
  transform-origin: right bottom !important;
}

/* РђС‚СЂРёР±СѓС‚РёРєР°: РІРµСЂС‚РёРєР°Р»СЊРЅС‹Рµ С‚РѕРІР°СЂС‹ вЂ” РІС‹СЃРѕС‚Р° 160 px; С€Р°СЂС„ вЂ” РєРѕРјРїР°РєС‚РЅРµРµ РїРѕ С€РёСЂРёРЅРµ */
#shop .shop-product__image:not(.shop-product__image--scarf) {
  height: 160px !important;
  width: auto !important;
  max-width: none !important;
}

#shop .shop-product__image--scarf {
  width: 220px !important;
  max-width: 220px !important;
  height: auto !important;
}

@media (max-width: 1500px) {
  #shop .shop-product__image:not(.shop-product__image--scarf) {
    height: 160px !important;
  }

  #shop .shop-product__image--scarf {
    width: 210px !important;
    max-width: 210px !important;
  }
}

@media (max-width: 760px) {
  #shop .shop-product__image:not(.shop-product__image--scarf) {
    height: 145px !important;
  }

  #shop .shop-product__image--scarf {
    width: 185px !important;
    max-width: 185px !important;
  }
}

/* Р›С‘РіРєРёР№ С„РёСЂРјРµРЅРЅС‹Р№ РіСЂР°РґРёРµРЅС‚ РІРјРµСЃС‚Рѕ РѕРґРЅРѕС‚РѕРЅРЅРѕРіРѕ СЃРёРЅРµРіРѕ С„РѕРЅР° */
body,
.page,
.header,
.media-section,
#rhl,
.partners-section {
  background: linear-gradient(135deg, #004196 0%, #003A84 100%) !important;
}

/* Р‘РѕР»РµРµ С‚С‘РјРЅС‹Р№ С„РѕРЅ С„СѓС‚РµСЂР° вЂ” СЃ С‚РµРј Р¶Рµ РјСЏРіРєРёРј РїСЂРёРЅС†РёРїРѕРј */
.footer {
  background: linear-gradient(135deg, #063673 0%, #052F64 100%) !important;
}

/* РћСЃРЅРѕРІРЅС‹Рµ С‚С‘РјРЅРѕ-СЃРёРЅРёРµ С„РѕРЅРѕРІС‹Рµ СЃРµРєС†РёРё: С„РёСЂРјРµРЅРЅС‹Р№ СЃРёРЅРёР№ РѕСЃС‚Р°С‘С‚СЃСЏ Р±Р°Р·РѕР№,
       РїРµСЂРµС…РѕРґ РІ Р±РѕР»РµРµ РіР»СѓР±РѕРєРёР№ РѕС‚С‚РµРЅРѕРє СЃРґРµР»Р°РЅ Р·Р°РјРµС‚РЅРµРµ */
body,
.page,
.header,
.media-section,
#rhl,
.partners-section {
  background: linear-gradient(135deg, #004196 0%, #003577 48%, #002453 100%) !important;
}

/* РўС‘РјРЅС‹Рµ РїР°РЅРµР»Рё Рё РїР»Р°С€РєРё */
.standings,
#season .standings--reference,
.news-feature--plain,
.news-feature--image {
  background: linear-gradient(135deg, #0C3468 0%, #082956 48%, #031A39 100%) !important;
}

/* РЎРёРЅСЏСЏ РІРІРѕРґРЅР°СЏ РєР°СЂС‚РѕС‡РєР° РІ Р±Р»РѕРєРµ Р”Р•РќР¬ РњРђРўР§Рђ */
#match-day .match-day-intro {
  background: linear-gradient(135deg, #004196 0%, #003170 50%, #002453 100%) !important;
  border-color: #003170 !important;
}

/* РўС‘РјРЅС‹Рµ СЃС‚РµРєР»СЏРЅРЅС‹Рµ РїР»Р°С€РєРё РІ hero: РіСЂР°РґРёРµРЅС‚ Р·Р°РјРµС‚РµРЅ, РЅРѕ РїСЂРѕР·СЂР°С‡РЅРѕСЃС‚СЊ СЃРѕС…СЂР°РЅРµРЅР° */
.hero__inner>.quick-links--hero .quick-link--hero {
  background: linear-gradient(135deg,
      rgba(12, 52, 104, 0.66) 0%,
      rgba(4, 38, 82, 0.76) 52%,
      rgba(0, 24, 56, 0.86) 100%) !important;
}

.hero__inner>.quick-links--hero .quick-link--hero:hover,
.hero__inner>.quick-links--hero .quick-link--hero:focus-visible {
  background: linear-gradient(135deg,
      rgba(20, 76, 145, 0.82) 0%,
      rgba(6, 52, 110, 0.90) 50%,
      rgba(0, 27, 63, 0.96) 100%) !important;
}

/* Р¤СѓС‚РµСЂ вЂ” Р±РѕР»РµРµ РіР»СѓР±РѕРєРёР№, РЅРѕ Р±РµР· СѓС…РѕРґР° РІ С‡С‘СЂРЅС‹Р№ */
.footer {
  background: linear-gradient(135deg, #063673 0%, #042957 50%, #021A38 100%) !important;
}

/* Р”РµРЅСЊ РјР°С‚С‡Р°: РґР»РёРЅРЅР°СЏ РѕСЂР°РЅР¶РµРІР°СЏ РєРЅРѕРїРєР° СЂРѕРІРЅРѕ РЅР°Рґ РєР°СЂС‚РѕС‡РєР°РјРё 1вЂ“2 */
#match-day .section__head {
  grid-template-columns: 570px minmax(0, 1fr) !important;
  gap: 30px !important;
  align-items: center !important;
}

#match-day .light-actions {
  width: 100% !important;
  align-self: center !important;
  padding-bottom: 0 !important;
}

#match-day .match-day-congrats-btn {
  width: 100% !important;
  min-width: 0 !important;
  height: 60px !important;
  padding: 0 30px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  background: var(--orange-active, #FF4F26) !important;
  border-color: var(--orange-active, #FF4F26) !important;
  color: var(--white) !important;
}

#match-day .match-day-congrats-btn::before {
  content: none !important;
  display: none !important;
}

#match-day .match-day-congrats-btn__icon {
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px !important;
  display: inline-grid !important;
  place-items: center !important;
  color: currentColor !important;
}

#match-day .match-day-congrats-btn__icon svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

/* РђС‚РјРѕСЃС„РµСЂР° РєР»СѓР±Р° + РњРѕР»РѕРґС‘Р¶РЅС‹Рµ РєРѕРјР°РЅРґС‹: РѕРґРёРЅ РЅРµРїСЂРµСЂС‹РІРЅС‹Р№ РіСЂР°РґРёРµРЅС‚ Р±РµР· С€РІР° */
#media-stories {
  background: linear-gradient(180deg,
      #004196 0%,
      #003779 52%,
      #002F68 100%) !important;
}

#rhl {
  background: linear-gradient(180deg,
      #002F68 0%,
      #002A5D 48%,
      #002453 100%) !important;
}

@media (max-width: 1500px) {
  #match-day .section__head {
    grid-template-columns: 428px minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  #match-day .match-day-congrats-btn {
    height: 44px !important;
    padding: 0 24px !important;
    gap: 14px !important;
  }

  #match-day .match-day-congrats-btn__icon {
    width: 19px !important;
    height: 19px !important;
    flex-basis: 19px !important;
  }

  #match-day .match-day-congrats-btn__icon svg {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 1100px) {
  #match-day .section__head {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

@media (max-width: 760px) {
  #match-day .match-day-congrats-btn {
    width: 100% !important;
    min-height: 52px !important;
    height: auto !important;
    padding: 14px 20px !important;
    white-space: normal !important;
  }
}

/* РџСЂР°РІРєР°: Р»РѕРіРѕС‚РёРїС‹ РєРѕРјР°РЅРґ РІ Р±Р»РѕРєРµ Р±Р»РёР¶Р°Р№С€РёС… РёРіСЂ */
#season .match-overview-row {
  grid-template-columns: 74px 128px minmax(0, 1fr) auto !important;
  gap: 18px !important;
}

#season .match-overview-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}

#season .match-overview-logos img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 5px 10px rgba(0, 34, 77, 0.10));
}

#season .match-overview-logos span {
  color: rgba(12, 52, 104, 0.42);
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

/* РџСЂР°РІРєР°: РїРѕСЃС‚РѕСЏРЅРЅРѕРµ РІС‹РґРµР»РµРЅРёРµ СЃС‚СЂРѕРєРё РҐРљ В«Р‘СѓСЂР°РЅВ» РІ С‚СѓСЂРЅРёСЂРЅРѕР№ С‚Р°Р±Р»РёС†Рµ */
#season .standings-reference__row--buran,
#season .standings-reference__row--buran:hover,
#season .standings-reference__row--buran:focus-within {
  background: #FFFFFF !important;
  color: #0C3468 !important;
  box-shadow: inset 4px 0 0 #FF4F26 !important;
}

#season .standings-reference__row--buran .place,
#season .standings-reference__row--buran .stat,
#season .standings-reference__row--buran .stat:last-child {
  color: #0C3468 !important;
}

#season .standings-reference__row--buran strong {
  color: #0C3468 !important;
}

/* РџСЂР°РІРєР°: РєРЅРѕРїРєР° В«РЎС‚Р°С‚СЊ СЃРїРѕРЅСЃРѕСЂРѕРјВ» РІ С€Р°РїРєРµ Р±Р»РѕРєР° СЃРїРѕРЅСЃРѕСЂРѕРІ */
#partners .partners-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#partners .partners-sponsor-btn {
  height: 60px;
  padding: 0 30px 0 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--deep);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

#partners .partners-sponsor-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

#partners .partners-sponsor-btn:hover,
#partners .partners-sponsor-btn:focus-visible {
  background: var(--orange-active) !important;
  border-color: var(--orange-active) !important;
  color: var(--white) !important;
}

/* РџСЂР°РІРєР°: СЃС‚СЂРµР»РєРё СЃРїРѕРЅСЃРѕСЂРѕРІ РІС‹РЅРµСЃРµРЅС‹ СЃРїСЂР°РІР° Рё СЃР»РµРІР° РѕС‚ Р»РѕРіРѕС‚РёРїРѕРІ */
#partners .partners-carousel {
  position: relative;
}

#partners .partners-carousel>.partners-arrow {
  position: absolute !important;
  top: 50%;
  z-index: 3;
  margin: 0 !important;
  transform: translateY(-50%) !important;
}

#partners .partners-carousel>.partners-arrow--prev {
  left: -74px;
}

#partners .partners-carousel>.partners-arrow--next {
  right: -74px;
}

#partners .partners-carousel>.partners-arrow:hover,
#partners .partners-carousel>.partners-arrow:focus-visible {
  transform: translateY(-50%) !important;
}

@media (max-width: 1500px) {
  #season .match-overview-row {
    grid-template-columns: 60px 96px minmax(0, 1fr) auto !important;
    gap: 14px !important;
  }

  #season .match-overview-logos {
    gap: 7px;
  }

  #season .match-overview-logos img {
    width: 42px;
    height: 42px;
  }

  #season .match-overview-logos span {
    font-size: 14px;
  }

  #partners .partners-sponsor-btn {
    height: 50px;
    padding: 0 24px 0 18px;
    gap: 22px;
    font-size: 14px;
  }

  #partners .partners-carousel>.partners-arrow--prev {
    left: -58px;
  }

  #partners .partners-carousel>.partners-arrow--next {
    right: -58px;
  }
}

@media (max-width: 980px) {
  #partners .partners-carousel>.partners-arrow {
    position: static !important;
    transform: none !important;
  }

  #partners .partners-carousel {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) 45px;
    align-items: center;
    gap: 14px;
  }

  #partners .partners-grid {
    grid-column: 2;
  }

  #partners .partners-carousel>.partners-arrow--prev {
    grid-column: 1;
    grid-row: 1;
  }

  #partners .partners-carousel>.partners-arrow--next {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 760px) {
  #season .match-overview-row {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 12px 14px !important;
  }

  #season .match-overview-date {
    grid-row: 1 / 4 !important;
  }

  #season .match-overview-logos {
    grid-column: 2;
    justify-content: flex-start;
  }

  #season .match-overview-logos img {
    width: 42px;
    height: 42px;
  }

  #season .match-overview-info,
  #season .match-overview-action {
    grid-column: 2;
  }

  #partners .section__head {
    grid-template-columns: 1fr !important;
  }

  #partners .partners-actions {
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
  }

  #partners .partners-carousel {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  #partners .partners-grid {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  #partners .partners-carousel>.partners-arrow--prev,
  #partners .partners-carousel>.partners-arrow--next {
    grid-row: 2;
  }

  #partners .partners-carousel>.partners-arrow--prev {
    justify-self: start;
  }

  #partners .partners-carousel>.partners-arrow--next {
    justify-self: end;
  }
}

/* РџСЂР°РІРєР°: СЂР°СЃРїРѕР»РѕР¶РµРЅРёРµ Р»РѕРіРѕС‚РёРїРѕРІ РІ Р±Р»РѕРєРµ В«Р‘Р»РёР¶Р°Р№С€РёРµ РёРіСЂС‹В» РїРѕ СЂРµС„РµСЂРµРЅСЃСѓ */
#season .match-overview-row {
  grid-template-columns: 58px 82px 58px minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 18px !important;
}

#season .match-overview-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  justify-self: center;
  display: block;
  filter: drop-shadow(0 5px 10px rgba(0, 34, 77, 0.10));
}

@media (max-width: 1500px) {
  #season .match-overview-row {
    grid-template-columns: 48px 68px 48px minmax(0, 1fr) auto !important;
    gap: 14px !important;
  }

  #season .match-overview-logo {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 760px) {
  #season .match-overview-row {
    grid-template-columns: 46px 62px 46px minmax(0, 1fr) !important;
    gap: 10px 12px !important;
  }

  #season .match-overview-logo {
    width: 42px;
    height: 42px;
  }

  #season .match-overview-date {
    grid-row: auto !important;
  }

  #season .match-overview-info,
  #season .match-overview-action {
    grid-column: 1 / -1 !important;
  }
}

/* РџСЂР°РІРєР°: РІ Р±Р»РѕРєРµ РјРѕР»РѕРґС‘Р¶РЅРѕР№ РєРѕРјР°РЅРґС‹ РѕСЃС‚Р°РІР»РµРЅР° РѕРґРЅР° РєРѕРјР°РЅРґР° */
#rhl .rhl-grid {
  grid-template-columns: 1fr;
}

/* Laptop layout: use the available width and keep sections compact at 1201-1500 px. */
@media (min-width: 1201px) and (max-width: 1500px) {
  :root {
    --grid: min(1410px, calc(100vw - 80px));
  }

  .header__inner {
    grid-template-columns: 160px minmax(0, 1fr) auto;
    gap: 18px;
  }

  .nav,
  .nav__list {
    gap: 55px;
  }

  .match-center {
    padding: 72px 0 80px;
  }

  .club-life {
    padding-bottom: 92px;
  }

  .light-section,
  .media-section,
  .rhl-section,
  .partners-section {
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .section__head,
  .light-section .section__head,
  .club-life .section__head,
  #season .section__head,
  #players .section__head,
  #match-day .section__head,
  #tickets .section__head,
  #media-stories .section__head,
  #rhl .section__head,
  #shop .section__head,
  #partners .section__head {
    margin-bottom: 44px !important;
  }

  #season .match-grid--reference {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  }

  .news-grid {
    grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
  }

  #partners .partners-carousel>.partners-arrow--prev {
    left: -22px;
  }

  #partners .partners-carousel>.partners-arrow--next {
    right: -22px;
  }

  .footer {
    padding: 46px 0 52px;
  }

  .footer-grid {
    grid-template-columns: 190px repeat(5, minmax(0, 1fr));
    gap: 18px;
    padding-top: 32px;
  }
}

.header .nav a,
.header .nav a:link,
.header .nav a:visited,
.header .nav a:hover,
.header .nav a:focus,
.header .nav a:focus-visible,
.header .nav a:active,
.header .nav a.nav__link--active {
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: 0 !important;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--orange-active, #FF4F26) !important;
  text-decoration: none !important;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:focus-visible,
a:active {
  text-decoration: none !important;
  text-decoration-line: none !important;
}

.shop-product a,
.shop-product a:hover,
.shop-product a:focus,
.shop-product a:active {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* =========================
   Хлебные крошки
   ========================= */

.page-head {
  padding: 64px 0 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;

  color: rgba(255, 255, 255, 0.72);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--white);
  text-decoration: none;
}

.breadcrumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.42);
}

.breadcrumbs .breadcrumbs__current {
  color: var(--white);
  font-weight: 700;
}

/* =========================
   Текст внутренней страницы
   ========================= */

.about-section {
  padding: 0 0 130px;
}

.about-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.about-card {
  padding: 56px 60px 60px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.about-card p {
  margin: 0 0 18px;

  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;
  text-align: justify;
}

.about-card p:last-child {
  margin-bottom: 0;
}

.about-card strong,
.about-card b {
  font-weight: 700;
}

/* Заголовки внутри текста */
.about-part-title {
  margin: 48px 0 22px;

  color: var(--blue);
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.about-part-title:first-child {
  margin-top: 0;
}

/* Список с датами */
.about-timeline {
  display: grid;
  gap: 14px;

  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.about-timeline li {
  position: relative;

  padding: 0 0 14px 26px;
  border-bottom: 1px solid var(--pale);

  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  text-align: justify;
}

.about-timeline li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-timeline li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;

  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.about-timeline b,
.about-timeline strong {
  color: var(--blue);
  font-weight: 700;
}

/* Выделенная текстовая вставка */
.about-highlight {
  margin: 0 0 26px;
  padding: 24px 30px;

  border-left: 4px solid var(--blue);
  border-radius: var(--radius);
  background: #f4f7fb;
  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
}

/* Фото внутри текста */
.about-figure {
  margin: 0 0 26px;
  border-radius: var(--radius);
  overflow: hidden;
  background: #f4f7fb;
}

.about-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1500px) {
  .page-head {
    padding-top: 48px;
  }

  .about-section {
    padding-bottom: 96px;
  }

  .about-card {
    padding: 44px 44px 48px;
  }

  .about-part-title {
    font-size: 26px;
  }
}

@media (max-width: 1100px) {
  .about-card {
    padding: 34px 30px 36px;
  }
}

@media (max-width: 760px) {
  .page-head {
    padding-top: 32px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .about-section {
    padding-bottom: 72px;
  }

  .about-card {
    padding: 24px 20px 28px;
  }

  .about-card p,
  .about-timeline li {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  .about-part-title {
    margin: 34px 0 18px;
    font-size: 22px;
  }

  .about-highlight {
    padding: 18px 20px;
    font-size: 16px;
  }
}

/* Внутренняя шапка страницы */
.page-head {
  padding: 64px 0 0;
}

.page-head nav {
  width: 100%;
  text-align: left;
}

.page-head .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;

  margin: 0 0 28px;
  padding: 0;
  list-style: none;

  color: rgba(255, 255, 255, 0.72);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}

.page-head .breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.page-head .breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none !important;
}

.page-head .breadcrumbs a:hover,
.page-head .breadcrumbs a:focus-visible {
  color: #ffffff;
  text-decoration: none !important;
}

.page-head .breadcrumbs__separator {
  color: rgba(255, 255, 255, 0.42);
}

.page-head .breadcrumbs__current {
  color: #ffffff;
  font-weight: 700;
}

.page-head .section__head {
  margin-bottom: 56px;
}

.page-head #page-title {
  margin: 0;
  color: #ffffff;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  .page-head {
    padding-top: 48px;
  }
}

@media (max-width: 760px) {
  .page-head {
    padding-top: 32px;
  }

  .page-head .breadcrumbs {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .page-head .section__head {
    margin-bottom: 34px;
  }
}

/* ==================================================
   Хлебные крошки внутренних страниц
   ================================================== */

.page-head {
  padding-top: 64px;
}

.page-head .breadcrumbs-nav {
  display: block !important;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.page-head .breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;

  width: 100%;
  margin: 0 0 28px;
  padding: 0;

  list-style: none;
  text-align: left;

  color: rgba(255, 255, 255, 0.72);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.page-head .breadcrumbs li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;

  margin: 0;
  padding: 0;
}

.page-head .breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.page-head .breadcrumbs a:hover,
.page-head .breadcrumbs a:focus-visible {
  color: #ffffff;
  text-decoration: none !important;
}

.page-head .breadcrumbs__separator,
.page-head .breadcrumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.42);
}

.page-head .breadcrumbs__current {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 1500px) {
  .page-head {
    padding-top: 48px;
  }
}

@media (max-width: 760px) {
  .page-head {
    padding-top: 32px;
  }

  .page-head .breadcrumbs {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

/* ==================================================
   Внутренняя страница «Игроки»
   ================================================== */

/* Основной контейнер состава — ширина 1170px */
.players-page-shell {
  width: min(1170px, calc(100vw - 48px));
  margin-right: auto;
  margin-left: auto;
}

/* Шапка страницы выравнивается по основной сетке сайта */
.players-page-head.players-page-shell {
  width: var(--grid) !important;
  margin-right: auto;
  margin-left: auto;
}

.players-page-head {
  padding: 64px 0 0;
}

/* Отступы основного блока с игроками */
.players-page-section {
  padding: 85px 0 130px;
}

/* Заголовок страницы */
#players-page-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-style: italic !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

/* ==================================================
   Фильтр игроков
   ================================================== */

.position-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 45px;
}

.position-filter__btn {
  padding: 14px 26px;

  border: 1px solid var(--pale);
  border-radius: var(--radius);

  background: var(--white);
  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  cursor: pointer;

  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.position-filter__btn:hover,
.position-filter__btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(6, 54, 115, 0.14);
}

.position-filter__btn[aria-pressed="true"] {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.position-filter__count {
  margin-left: 8px;
  opacity: 0.62;
  font-weight: 700;
}

/* Карточки, скрытые фильтром */
#players .player-card[hidden] {
  display: none !important;
}

/* Сообщение, если игроков в категории нет */
.players-empty {
  margin: 0;
  padding: 40px 0;

  color: rgba(12, 52, 104, 0.72);
  font-size: 16px;
}

/* ==================================================
   Карточки игроков внутренней страницы
   ================================================== */

/*
  На внутренней странице нет блока статистики,
  поэтому убираем фиксированную минимальную высоту.
*/
#players .player-card {
  min-height: 0;
}

#players .player-card__body p {
  margin-bottom: 0;
}

/* Амплуа и игровой номер — каждый с новой строки */
#players .player-card__meta {
  display: grid;
  gap: 6px;
}

#players .player-card__meta span {
  display: block;
  white-space: nowrap;
}

/* ==================================================
   Адаптив
   ================================================== */

@media (max-width: 1500px) {
  .players-page-head {
    padding-top: 48px;
  }

  .players-page-section {
    padding: 85px 0 96px;
  }
}

@media (max-width: 760px) {
  .players-page-shell {
    width: calc(100vw - 32px);
  }

  .players-page-head {
    padding-top: 32px;
  }

  .players-page-section {
    padding: 24px 0 64px;
  }

  .position-filter__btn {
    padding: 12px 18px;
    font-size: 12px;
  }

  #players .player-card__meta span {
    white-space: normal;
  }
}

/* ==================================================
   Внутренняя страница «Конкретный игрок»
   ================================================== */

.single-player-page-head {
  width: var(--grid);
  padding: 64px 0 45px;
}

.single-player-page-head .breadcrumbs {
  margin-bottom: 0;
}

.single-player-section {
  padding: 52px 0 130px;
  background: #F4F7FB;
  color: var(--deep);
}

.single-player-shell {
  width: min(1170px, calc(100vw - 48px));
  margin: 0 auto;
}

/* Основная карточка игрока */
.single-player-card {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  min-height: 470px;

  overflow: hidden;
  border-radius: var(--radius);

  background: var(--white);
  color: var(--deep);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

/* Фото игрока */
.single-player-card__photo {
  position: relative;
  align-self: start;

  width: 310px;
  height: 310px;
  min-height: 0;
  margin: 56px auto 0;

  display: block;
  overflow: hidden;

  border-radius: var(--radius);
  background: #DCE3EC;
}

.single-player-card__photo::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(180deg,
      rgba(0, 33, 77, 0) 58%,
      rgba(0, 33, 77, 0.62) 100%);

  pointer-events: none;
}

.single-player-card__photo img {
  display: block;

  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;

  object-fit: cover;
  object-position: center center;

  background: #DCE3EC;
  transition: transform 0.45s ease;
}

.single-player-card:hover .single-player-card__photo img {
  transform: scale(1.025);
}

/* Игровой номер на фото */
.single-player-card__number {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;

  color: var(--white);

  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 82px;
  line-height: 0.78;
  font-weight: 800;
  font-style: italic;
}

/* Правая часть карточки */
.single-player-card__content {
  padding: 56px 60px 60px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Плашка «Защитник» */
.single-player-role {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: max-content;
  height: 26px;
  min-height: 26px;
  margin-bottom: 24px;
  padding: 0 15px;

  border: 0;
  border-radius: 999px;

  background: #EBF0F6;
  color: #5C789B;

  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Имя игрока */
.single-player-name {
  margin: 0 0 18px;

  color: var(--blue);

  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 60px;
  line-height: 1.02;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.single-player-subtitle {
  margin: 0 0 38px;

  color: #7F8EA3;

  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}

/* Характеристики игрока */
.single-player-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 38px;

  margin: 0;
}

.single-player-detail {
  min-width: 0;
  padding: 17px 0;
  border-bottom: 1px solid var(--pale);
}

.single-player-detail dt {
  margin: 0 0 7px;

  color: #7F8EA3;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
}

.single-player-detail dd {
  margin: 0;

  color: var(--deep);

  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

/* ==================================================
   Результаты текущего сезона
   ================================================== */

.season-results {
  padding-top: 104px;
}

.season-results__head {
  margin-bottom: 52px;
}

.season-results__head h3 {
  margin: 0;

  color: var(--blue);

  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 60px;
  line-height: 1.04;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.season-results-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.season-result-card {
  min-height: 286px;
  padding: 34px 28px 32px;

  border: 0;
  border-radius: var(--radius);

  background: var(--white);
  color: var(--deep);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.season-result-card:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: 0 16px 30px rgba(0, 33, 77, 0.10);
}

.season-result-card__icon {
  width: 82px;
  height: 82px;
  margin-bottom: 28px;

  border: 1px solid var(--pale);
  border-radius: 50%;

  display: grid;
  place-items: center;

  background: #F4F7FB;
}

.season-result-card__icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.season-result-card__value {
  margin-bottom: 14px;

  color: var(--blue);

  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 58px;
  line-height: 0.9;
  font-weight: 800;
}

.season-result-card__label {
  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

/* ==================================================
   Адаптив до 1500px
   ================================================== */

@media (max-width: 1500px) {
  .single-player-page-head {
    padding-top: 48px;
  }

  .single-player-section {
    padding: 42px 0 96px;
  }

  .single-player-shell {
    width: min(1058px, calc(100vw - 48px));
  }

  .single-player-card {
    grid-template-columns: 310px minmax(0, 1fr);
    min-height: 430px;
  }

  .single-player-card__photo {
    width: 270px;
    height: 270px;
    margin: 44px auto 0;
  }

  .single-player-card__number {
    left: 20px;
    bottom: 18px;
    font-size: 70px;
  }

  .single-player-card__content {
    padding: 44px 44px 48px;
  }

  .single-player-name,
  .season-results__head h3 {
    font-size: 45px;
  }

  .single-player-subtitle {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .single-player-detail {
    padding: 13px 0;
  }

  .single-player-detail dt {
    font-size: 12px;
  }

  .single-player-detail dd {
    font-size: 15px;
  }

  .season-results {
    padding-top: 80px;
  }

  .season-results__head {
    margin-bottom: 40px;
  }

  .season-results-grid {
    gap: 22px;
  }

  .season-result-card {
    min-height: 220px;
    padding: 26px 20px 24px;
  }

  .season-result-card__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .season-result-card__icon img {
    width: 34px;
    height: 34px;
  }

  .season-result-card__value {
    font-size: 44px;
  }

  .season-result-card__label {
    font-size: 14px;
  }
}

/* ==================================================
   Планшет
   ================================================== */

@media (max-width: 980px) {
  .single-player-card {
    grid-template-columns: 1fr;
  }

  .single-player-card__photo {
    width: min(420px, calc(100% - 76px));
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 38px auto 0;
  }

  .single-player-card__content {
    padding: 44px 38px 48px;
  }

  .season-results-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ==================================================
   Мобильная версия
   ================================================== */

@media (max-width: 760px) {
  .single-player-page-head {
    width: calc(100vw - 32px);
    padding-top: 32px;
    padding-bottom: 45px;
  }

  .single-player-section {
    padding: 28px 0 72px;
  }

  .single-player-shell {
    width: calc(100vw - 32px);
  }

  .single-player-card {
    min-height: 0;
  }

  .single-player-card__photo {
    width: calc(100% - 44px);
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 22px auto 0;
  }

  .single-player-card__number {
    left: 18px;
    bottom: 16px;
    font-size: 68px;
  }

  .single-player-card__content {
    padding: 30px 22px 34px;
  }

  .single-player-name,
  .season-results__head h3 {
    font-size: 38px;
  }

  .single-player-subtitle {
    margin-bottom: 24px;
  }

  .single-player-details {
    grid-template-columns: 1fr;
  }

  .single-player-detail {
    padding: 14px 0;
  }

  .season-results {
    padding-top: 64px;
  }

  .season-results__head {
    margin-bottom: 30px;
  }

  .season-results-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .season-result-card {
    min-height: 190px;
  }
}

.player-card-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.player-card-link:hover,
.player-card-link:focus-visible {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.player-card-link .player-card {
  height: 100%;
}

/* ==================================================
   Выпадающее меню
   ================================================== */

.nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;

  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__item {
  position: relative;
  margin: 0;
  padding: 0;
}

.nav__item>a {
  min-height: 60px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;

  transition: color 0.22s ease;
}

.nav__item>a:hover,
.nav__item>a:focus-visible,
.nav__item--active>a {
  color: var(--orange-active, #FF4F26);
}

/* Стрелка */
.nav__arrow {
  width: 7px;
  height: 7px;
  margin-top: -4px;

  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;

  transform: rotate(45deg);

  transition:
    margin 0.22s ease,
    transform 0.22s ease;
}

.nav__item--has-submenu:hover .nav__arrow,
.nav__item--has-submenu:focus-within .nav__arrow {
  margin-top: 4px;
  transform: rotate(225deg);
}

/* Выпадающий список */
.nav__submenu {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  z-index: 1500;

  width: max-content;
  min-width: 230px;

  margin: 0;
  padding: 10px;

  border-radius: 10px;
  list-style: none;

  background: var(--white);
  color: var(--deep);

  box-shadow:
    0 24px 55px rgba(0, 18, 48, 0.28),
    0 8px 20px rgba(0, 34, 77, 0.18);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translate(-50%, 10px);

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
}

/* Зона между пунктом меню и выпадающим списком */
.nav__submenu::before {
  content: "";

  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;

  height: 14px;
}

.nav__item--has-submenu:hover .nav__submenu,
.nav__item--has-submenu:focus-within .nav__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translate(-50%, 0);
}

.nav__submenu-item {
  margin: 0;
  padding: 0;
}

.nav__submenu-item+.nav__submenu-item {
  margin-top: 2px;
}

.nav__submenu-item a {
  width: 100%;
  min-height: 46px;
  padding: 0 18px;

  border-radius: 7px;

  display: flex;
  align-items: center;

  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;

  transition:
    color 0.22s ease,
    background-color 0.22s ease;
}

.nav__submenu-item a:hover,
.nav__submenu-item a:focus-visible,
.nav__submenu-item--active a {
  background: #F4F7FB;
  color: var(--orange-active, #FF4F26);
  outline: none;
}

@media (max-width: 1500px) {
  .nav__item>a {
    min-height: 50px;
  }

  .nav__submenu {
    min-width: 210px;
  }

  .nav__submenu-item a {
    min-height: 42px;
    font-size: 14px;
  }
}

/* ==================================================
   Мобильное подменю SlickNav
   ================================================== */

@media (max-width: 1100px) {

  /*
   * При nestedParentLinks: false SlickNav создаёт:
   *
   * .slicknav_parent-link
   *   ссылка «Команда»
   *   отдельная кнопка со стрелкой
   */

  .slicknav_nav .slicknav_parent-link {
    width: 100% !important;
    min-height: 58px !important;

    display: flex !important;
    align-items: stretch !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 6px !important;
    overflow: hidden !important;

    background: rgba(255, 255, 255, 0.1) !important;
  }

  /* Ссылка «Команда» */
  .slicknav_nav .slicknav_parent-link>a:first-child {
    min-width: 0 !important;
    min-height: 58px !important;
    flex: 1 1 auto !important;

    padding: 0 14px 0 26px !important;

    display: flex !important;
    align-items: center !important;

    background: transparent !important;
    color: #ffffff !important;

    font-family: Roboto, Arial, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;

    text-decoration: none !important;
  }

  /* Отдельная кнопка раскрытия */
  .slicknav_nav .slicknav_parent-link>.slicknav_item {
    width: 54px !important;
    min-width: 54px !important;
    min-height: 58px !important;
    flex: 0 0 54px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 0 !important;

    background: transparent !important;
    color: #ffffff !important;

    text-decoration: none !important;
  }

  .slicknav_nav .slicknav_parent-link>.slicknav_item:hover,
  .slicknav_nav .slicknav_parent-link>.slicknav_item:focus-visible {
    background: rgba(255, 255, 255, 0.1) !important;
  }

  .slicknav_nav .slicknav_arrow {
    margin: 0 !important;

    color: #ffffff !important;

    font-size: 12px !important;
    line-height: 1 !important;
  }

  /*
   * Собственная стрелка десктопного меню в мобильном меню
   * не нужна — SlickNav добавляет свою.
   */
  .slicknav_nav .nav__arrow {
    display: none !important;
  }

  /* Выпадающий список */
  .slicknav_nav .nav__submenu {
    position: static !important;
    inset: auto !important;

    width: 100% !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 8px 0 8px 18px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
    box-shadow: none !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: none !important;
  }

  .slicknav_nav .nav__submenu::before {
    display: none !important;
  }

  .slicknav_nav .nav__submenu-item {
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
  }

  .slicknav_nav .nav__submenu-item+.nav__submenu-item {
    margin-top: 4px !important;
  }

  .slicknav_nav .nav__submenu-item>a {
    width: 100% !important;
    min-height: 44px !important;

    padding: 10px 18px !important;

    display: flex !important;
    align-items: center !important;

    border: 0 !important;
    border-radius: 6px !important;

    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.82) !important;

    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;

    text-decoration: none !important;
    white-space: normal !important;
  }

  .slicknav_nav .nav__submenu-item>a:hover,
  .slicknav_nav .nav__submenu-item>a:focus-visible,
  .slicknav_nav .nav__submenu-item--active>a {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
  }

  /*
   * Убираем десктопное появление по hover.
   * Открытием и закрытием управляет сам SlickNav через display.
   */
  .slicknav_nav .nav__item--has-submenu:hover .nav__submenu,
  .slicknav_nav .nav__item--has-submenu:focus-within .nav__submenu {
    transform: none !important;
  }
}

/* ==================================================
   Внутренняя страница «Календарь»
   ================================================== */

.calendar-shell {
  width: min(1170px, calc(100vw - 48px));
  margin-right: auto;
  margin-left: auto;
}

/* Заголовок страницы остаётся на общей ширине шапки */
.page-head.calendar-shell {
  width: var(--grid);
}

#calendar-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
}

.calendar-section {
  padding: 0 0 130px;
}

/* ==================================================
   Панель управления календарём
   ================================================== */

.calendar-toolbar {
  margin-bottom: 24px;
  padding: 22px 24px;

  display: grid;
  grid-template-columns: minmax(200px, 260px) 1fr auto;
  align-items: center;
  gap: 24px;

  border-radius: var(--radius);

  background: var(--white);
  color: var(--deep);

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.calendar-toolbar__season {
  display: grid;
  gap: 9px;
}

.calendar-toolbar__season label {
  color: #7F8EA3;

  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.calendar-toolbar__season select {
  width: 100%;
  height: 50px;
  padding: 0 48px 0 18px;

  border: 1px solid var(--pale);
  border-radius: 999px;

  background-color: var(--white);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%230C3468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;

  appearance: none;

  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;

  cursor: pointer;
}

.calendar-toolbar__legend,
.calendar-toolbar__filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.calendar-toolbar__legend {
  justify-content: center;
  gap: 24px;

  font-size: 14px;
  font-weight: 600;
}

.calendar-toolbar__legend span {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  white-space: nowrap;
}

.legend-dot {
  width: 8px;
  height: 8px;

  border-radius: 50%;

  flex: 0 0 auto;
}

.legend-dot--win {
  background: var(--blue);
}

.legend-dot--loss {
  background: var(--orange-active, #FF4F26);
}

/* ==================================================
   Фильтр домашних и гостевых матчей
   ================================================== */

.calendar-toolbar__filters {
  justify-content: flex-end;
  gap: 8px;
}

.calendar-filter {
  height: 42px;
  padding: 0 17px;

  border: 1px solid transparent;
  border-radius: 999px;

  background: #F4F7FB;
  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;

  cursor: pointer;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.calendar-filter b {
  margin-right: 4px;
  font-weight: 800;
}

.calendar-filter:hover,
.calendar-filter:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  outline: none;
}

.calendar-filter.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

/* ==================================================
   Вкладки месяцев
   ================================================== */

.calendar-month-tabs {
  margin: 0 0 18px;
  padding: 0 2px 8px;

  display: flex;
  align-items: center;
  gap: 8px;

  overflow-x: auto;
  scrollbar-width: thin;
}

.calendar-month-tab {
  height: 44px;
  min-width: 104px;
  padding: 0 18px;

  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;

  background: transparent;
  color: rgba(255, 255, 255, 0.84);

  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;

  cursor: pointer;

  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.calendar-month-tab:hover,
.calendar-month-tab:focus-visible {
  border-color: var(--white);
  color: var(--white);
  outline: none;
}

.calendar-month-tab.is-active {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);
}

/* ==================================================
   Основная таблица календаря
   ================================================== */

.calendar-board {
  overflow: hidden;

  border-radius: var(--radius);

  background: var(--white);
  color: var(--deep);

  box-shadow: 0 18px 42px rgba(0, 18, 48, 0.22);
}

.calendar-month-panel[hidden] {
  display: none;
}

.month-calendar__caption {
  min-height: 72px;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  border-bottom: 1px solid var(--pale);

  background: #F4F7FB;
}

.month-calendar__caption strong {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.month-calendar__caption span {
  color: #7F8EA3;

  font-size: 13px;
  font-weight: 700;
}

.month-calendar__scroll {
  overflow-x: auto;
  scrollbar-width: thin;
}

.month-calendar__grid {
  min-width: 930px;

  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));

  border-left: 1px solid var(--pale);
}

.month-calendar__weekday {
  min-height: 54px;

  display: grid;
  place-items: center;

  border-right: 1px solid var(--pale);
  border-bottom: 1px solid var(--pale);

  background: var(--white);
  color: #7F8EA3;

  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

/* ==================================================
   Ячейки дней
   ================================================== */

.calendar-date-cell {
  position: relative;

  min-height: 148px;
  padding: 12px;

  border-right: 1px solid var(--pale);
  border-bottom: 1px solid var(--pale);

  background: var(--white);

  transition: background-color 0.22s ease;
}

.calendar-date-cell.is-outside {
  background: #FAFBFD;
  color: rgba(12, 52, 104, 0.25);
}

.calendar-date-cell.has-match {
  background: #F4F7FB;
}

.calendar-date-cell.has-match:has(.month-match.is-win) {
  box-shadow: inset 0 4px 0 var(--blue);
}

.calendar-date-cell.has-match:has(.month-match.is-loss) {
  box-shadow: inset 0 4px 0 var(--orange-active, #FF4F26);
}

.calendar-date-cell__top {
  min-height: 28px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.calendar-date-cell__day {
  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  color: #7F8EA3;

  font-size: 13px;
  line-height: 1;
  font-weight: 800;
}

.calendar-date-cell.has-match .calendar-date-cell__day {
  background: var(--blue);
  color: var(--white);
}

.calendar-date-cell__venue {
  color: var(--deep);

  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.calendar-date-cell__matches {
  margin-top: 8px;
}

.calendar-date-cell__filtered {
  display: none;

  margin-top: 17px;

  color: #7F8EA3;

  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

.calendar-date-cell.is-filtered-empty .calendar-date-cell__filtered {
  display: block;
}

/* ==================================================
   Матч внутри дня
   ================================================== */

.month-match {
  padding: 9px;

  border: 1px solid rgba(195, 210, 229, 0.95);
  border-radius: 6px;

  background: var(--white);

  outline: none;

  transition:
    box-shadow 0.24s ease,
    transform 0.24s ease,
    border-color 0.24s ease;
}

.month-match+.month-match {
  margin-top: 8px;
}

.month-match:hover,
.month-match:focus-visible {
  transform: translateY(-3px);

  border-color: rgba(0, 65, 150, 0.24);

  box-shadow:
    0 16px 28px rgba(0, 34, 77, 0.18),
    0 5px 12px rgba(0, 34, 77, 0.10);
}

.month-match__team {
  min-width: 0;

  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;

  color: var(--deep);

  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
}

.month-match__team+.month-match__team {
  margin-top: 7px;
}

.month-match__team img {
  width: 22px;
  height: 22px;

  object-fit: contain;
}

.month-match__team span {
  min-width: 0;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.month-match__team strong {
  color: var(--blue);

  font-size: 12px;
  font-weight: 800;
}

/* При наведении названия команд не перекрашиваются */
.month-match:hover .month-match__team,
.month-match:focus-visible .month-match__team,
.month-match:hover .month-match__team span,
.month-match:focus-visible .month-match__team span {
  color: var(--deep) !important;
}

/* ==================================================
   Адаптив до 1500px
   ================================================== */

@media (max-width: 1500px) {
  .calendar-shell {
    width: min(1058px, calc(100vw - 48px));
  }

  .page-head.calendar-shell {
    width: var(--grid);
  }

  .calendar-section {
    padding-bottom: 96px;
  }

  .calendar-toolbar {
    grid-template-columns: 230px 1fr auto;
    gap: 18px;
  }

  .calendar-toolbar__legend {
    gap: 18px;
    font-size: 13px;
  }

  .calendar-filter {
    padding-right: 14px;
    padding-left: 14px;
  }
}

/* ==================================================
   Планшет
   ================================================== */

@media (max-width: 1100px) {
  .calendar-shell {
    width: calc(100vw - 40px);
  }

  .page-head.calendar-shell {
    width: var(--grid);
  }

  .calendar-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .calendar-toolbar__legend {
    justify-content: flex-end;
  }

  .calendar-toolbar__filters {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

/* ==================================================
   Мобильная версия
   ================================================== */

@media (max-width: 760px) {
  .calendar-shell {
    width: calc(100vw - 32px);
  }

  .page-head.calendar-shell {
    width: var(--grid);
  }

  .calendar-section {
    padding-bottom: 72px;
  }

  .calendar-toolbar {
    padding: 18px;

    grid-template-columns: 1fr;
    gap: 16px;
  }

  .calendar-toolbar__legend,
  .calendar-toolbar__filters {
    justify-content: flex-start;
  }

  .calendar-month-tab {
    min-width: 92px;
    height: 42px;
  }

  .month-calendar__caption {
    min-height: 64px;
    padding: 0 18px;
  }

  .month-calendar__caption strong {
    font-size: 22px;
  }

  .month-calendar__grid {
    min-width: 840px;
  }

  .calendar-date-cell {
    min-height: 138px;
    padding: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .calendar-filter,
  .calendar-month-tab,
  .month-match {
    transition: none;
  }
}

/* Ticket program pages */
#tickets a.ticket-program {
  color: inherit;
  text-decoration: none;
}

#tickets a.ticket-program:focus-visible {
  outline: 3px solid var(--orange-active, #FF4F26);
  outline-offset: 4px;
}

#tickets .ticket-program .btn-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ticket-program-page {
  color: var(--deep);
  background: var(--white);
}

.ticket-program-nav {
  min-height: 74px;
  display: flex;
  align-items: stretch;
  gap: 32px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.ticket-program-nav__link {
  min-width: max-content;
  padding: 26px 0 20px;
  border-bottom: 4px solid transparent;
  color: #6F8199;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease;
}

.ticket-program-nav__link:hover,
.ticket-program-nav__link:focus-visible,
.ticket-program-nav__link.is-active {
  color: var(--deep);
  border-bottom-color: var(--orange-active, #FF4F26);
}

.ticket-program-hero {
  padding: 72px 0 76px;
  color: var(--white);
  background: var(--deep);
}

.ticket-program-hero__inner,
.ticket-program-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
}

.ticket-program-hero__copy {
  max-width: 850px;
}

.ticket-program-kicker,
.ticket-program-section-head>span,
.ticket-program-overview__item>span {
  display: block;
  margin-bottom: 16px;
  color: var(--orange-active, #FF4F26);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}

.ticket-program-hero h3,
.ticket-program-section-head h3,
.ticket-program-cta h3 {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  letter-spacing: 0;
}

.ticket-program-hero h3 {
  max-width: 760px;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
}

.ticket-program-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
}

.ticket-program-buy {
  min-width: 190px;
  min-height: 56px;
  padding: 16px 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--orange-active, #FF4F26);
  border-radius: 999px;
  color: var(--white);
  background: var(--orange-active, #FF4F26);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.ticket-program-buy:hover,
.ticket-program-buy:focus-visible {
  color: var(--deep);
  background: var(--white);
  border-color: var(--white);
}

.ticket-program-content {
  padding: 82px 0 92px;
  background: #F4F7FB;
}

.ticket-program-section-head {
  max-width: 850px;
  margin-bottom: 38px;
}

.ticket-program-section-head h3 {
  color: var(--deep);
  font-size: 38px;
  line-height: 1.08;
  font-weight: 700;
}

.ticket-program-section-head>p {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
  line-height: 1.55;
}

.ticket-program-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 24px;
}

.ticket-program-fact,
.ticket-program-overview__item {
  min-width: 0;
  padding: 30px;
  border: 1px solid #D4DEEB;
  border-radius: 8px;
  background: var(--white);
}

.ticket-program-fact h4,
.ticket-program-overview__item h4,
.ticket-benefit h4 {
  margin: 0;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.ticket-program-fact p,
.ticket-program-overview__item p,
.ticket-benefit p {
  margin: 14px 0 0;
  color: #60738E;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.ticket-program-fact__value {
  display: inline-block;
  margin-top: 26px;
  color: var(--blue);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

a.ticket-program-fact__value:hover,
a.ticket-program-fact__value:focus-visible {
  color: var(--orange-active, #FF4F26);
}

.ticket-program-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.ticket-program-overview__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ticket-program-overview__item>a {
  margin-top: auto;
  padding-top: 26px;
  color: var(--blue);
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
}

.ticket-program-overview__item>a:hover,
.ticket-program-overview__item>a:focus-visible {
  color: var(--orange-active, #FF4F26);
}

.ticket-prices {
  overflow-x: auto;
  border: 1px solid #D4DEEB;
  border-radius: 8px;
  background: var(--white);
}

.ticket-prices table {
  width: 100%;
  min-width: 790px;
  border-collapse: collapse;
  color: var(--deep);
}

.ticket-prices th,
.ticket-prices td {
  padding: 22px 24px;
  border-bottom: 1px solid #DCE4EF;
  text-align: left;
  vertical-align: top;
}

.ticket-prices thead th {
  color: var(--white);
  background: var(--blue);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase;
}

.ticket-prices tbody th {
  font-size: 18px;
  font-weight: 800;
}

.ticket-prices tbody td {
  color: #536A87;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.ticket-prices tbody tr:last-child th,
.ticket-prices tbody tr:last-child td {
  border-bottom: 0;
}

.ticket-program-note {
  margin: 22px 0 0;
  padding-left: 18px;
  border-left: 4px solid var(--orange-active, #FF4F26);
  color: var(--deep);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}

.ticket-benefits {
  padding: 84px 0 94px;
  color: var(--white);
  background: var(--blue);
}

.ticket-program-section-head--light h3 {
  color: var(--white);
}

.ticket-benefits__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.ticket-benefit {
  min-width: 0;
  padding: 28px 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  border-radius: 8px;
  background: var(--white);
}

.ticket-benefit strong {
  max-width: 150px;
  color: var(--orange-active, #FF4F26);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-align: right;
}

.ticket-program-cta {
  padding: 54px 0;
  color: var(--white);
  background: var(--orange-active, #FF4F26);
}

.ticket-program-cta h3 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 800;
}

.ticket-program-cta p {
  margin: 12px 0 0;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 500;
}

.ticket-program-buy--light {
  color: var(--deep);
  background: var(--white);
  border-color: var(--white);
}

.ticket-program-buy--light:hover,
.ticket-program-buy--light:focus-visible {
  color: var(--white);
  background: var(--deep);
  border-color: var(--deep);
}

@media (max-width: 980px) {

  .ticket-program-hero__inner,
  .ticket-program-cta__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ticket-program-buy {
    width: max-content;
  }

  .ticket-benefits__list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ticket-program-nav {
    min-height: 60px;
    gap: 24px;
  }

  .ticket-program-nav__link {
    padding: 20px 0 15px;
    font-size: 14px;
  }

  .ticket-program-hero {
    padding: 52px 0 56px;
  }

  .ticket-program-hero h3 {
    font-size: 34px;
  }

  .ticket-program-hero p {
    margin-top: 18px;
    font-size: 17px;
  }

  .ticket-program-content,
  .ticket-benefits {
    padding: 58px 0 64px;
  }

  .ticket-program-section-head {
    margin-bottom: 28px;
  }

  .ticket-program-section-head h3 {
    font-size: 30px;
  }

  .ticket-program-overview {
    grid-template-columns: 1fr;
  }

  .ticket-program-fact,
  .ticket-program-overview__item {
    padding: 24px;
  }

  .ticket-benefit {
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ticket-benefit strong {
    max-width: none;
    text-align: left;
  }

  .ticket-program-cta {
    padding: 44px 0;
  }

  .ticket-program-cta h3 {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .ticket-program-nav__link,
  .ticket-program-buy {
    transition: none;
  }
}

/* XML statistics components */
.calendar-toolbar {
  grid-template-columns: minmax(310px, 430px) minmax(180px, 1fr) auto;
}

.calendar-toolbar__selection {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.calendar-toolbar__selection .calendar-toolbar__season {
  min-width: 0;
  flex: 1 1 150px;
}

.calendar-season-submit {
  height: 50px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.month-match__meta {
  margin-top: 8px;
  color: #7F8EA3;
  font-size: 10px;
  line-height: 1.25;
}

.calendar-empty,
.stats-empty,
.match-overview-empty {
  margin: 0;
  padding: 24px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--deep);
}

#season .match-overview-action,
#season .standings-reference__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#season .match-overview-logo--empty {
  border-radius: 50%;
  background: rgba(195, 210, 229, 0.45);
}

#season .league-toggle--single {
  width: 76px;
  grid-template-columns: 1fr;
}

.stats-name[href] {
  color: inherit;
  text-decoration: none;
}

.stats-name[href]:hover,
.stats-name[href]:focus-visible {
  color: var(--blue);
}

@media (max-width: 1500px) {
  .calendar-toolbar {
    grid-template-columns: minmax(300px, 400px) minmax(160px, 1fr) auto;
  }
}

@media (max-width: 1100px) {
  .calendar-toolbar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .calendar-toolbar {
    grid-template-columns: 1fr;
  }

  .calendar-toolbar__selection {
    align-items: stretch;
    flex-wrap: wrap;
  }

  .calendar-toolbar__selection .calendar-toolbar__season {
    flex-basis: 100%;
  }

  .calendar-season-submit {
    width: 100%;
  }
}

/* ==================================================
   Внутренняя страница «Новости»
   Извлечено и очищено из novosti-final.html
   ================================================== */

/* Общая ширина контента страницы */
.standings-shell {
  width: min(1170px, calc(100vw - 48px));
  margin-right: auto;
  margin-left: auto;
}

/* Заголовок и хлебные крошки остаются на ширине шапки */
.page-head.standings-shell {
  width: var(--grid);
}

#news-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
}

/* Отступ до блока спонсоров */
.news-page-section {
  padding-top: 0;
  padding-bottom: 130px;
}

/* ==================================================
   Сетка новостей
   ================================================== */

.news-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.news-page-grid .news-feature {
  grid-column: 1 / -1;
  min-height: 480px;
}

/* ==================================================
   Главная новость
   ================================================== */

.news-page-grid .news-feature--image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: var(--navy);
}

.news-page-grid .news-feature--image::before {
  display: none;
}

.news-page-grid .news-feature--image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  background: rgba(0, 34, 77, 0.70);
  pointer-events: none;
}

.news-page-grid .news-feature__bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;

  width: 100%;
  height: 100%;
  max-width: none;

  object-fit: cover;
  object-position: center;

  transform: scale(1);
  transition: transform 0.35s ease;
}

.news-page-grid .news-feature--image:hover .news-feature__bg-img,
.news-page-grid .news-feature--image:focus-within .news-feature__bg-img {
  transform: scale(1.06);
}

.news-page-grid .news-feature--image>*:not(.news-feature__bg-img) {
  position: relative;
  z-index: 2;
}

/* ==================================================
   Обычные карточки
   ================================================== */

.news-page-grid .news-card {
  width: 100%;
  height: 192px;
  min-height: 192px;
  padding: 28px;

  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-content: start;
  align-items: center;
  align-self: stretch;
  gap: 28px;

  overflow: hidden;
  border-radius: 10px;

  background: var(--white);
  color: var(--deep);

  transition:
    box-shadow 0.24s ease,
    transform 0.24s ease,
    background-color 0.24s ease;
}

.news-page-grid .news-card:hover,
.news-page-grid .news-card:focus-within {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow:
    0 28px 62px rgba(0, 18, 48, 0.38),
    0 12px 28px rgba(0, 34, 77, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.24);
}

.news-page-grid .news-card__image {
  width: 100%;
  height: 136px;

  overflow: hidden;
  border-radius: 0;

  background: var(--pale);
}

.news-page-grid .news-card__image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1);
  transition: transform 0.35s ease;
}

.news-page-grid .news-card:hover .news-card__image img,
.news-page-grid .news-card:focus-within .news-card__image img {
  transform: scale(1.06);
}

.news-page-grid .news-card__body {
  min-width: 0;

  display: grid;
  gap: 12px;
}

.news-page-grid .news-card__meta {
  color: #7F8EA3;

  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.news-page-grid .news-card h5,
.news-page-grid .news-card .heading-h5-unified {
  margin: 0;

  display: -webkit-box;
  overflow: hidden;

  color: #0C3468;

  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-page-grid .news-card p {
  margin: 0;

  display: -webkit-box;
  overflow: hidden;

  color: rgba(12, 52, 104, 0.74);

  font-size: 16px;
  line-height: 1.42;
  font-weight: 400;

  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-card__link {
  color: inherit;
  text-decoration: none;
}

.news-card__link:hover,
.news-card__link:focus-visible {
  color: #0C3468;
}

/* ==================================================
   Пагинация
   ================================================== */

.news-pagination {
  margin-top: 52px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.news-page {
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  color: var(--white);

  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;

  box-sizing: border-box;

  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.news-page svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* Текущая страница */
.news-page.is-active {
  border-color: var(--orange-active, #FF4F26);
  background: var(--orange-active, #FF4F26);
  color: var(--white);

  font-weight: 700;

  pointer-events: none;
}

/* Цифры страниц */
a.news-page:not(.news-page--arrow):hover,
a.news-page:not(.news-page--arrow):focus-visible {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);

  transform: translateY(-2px);

  box-shadow: 0 12px 28px rgba(0, 34, 77, 0.22);
  outline: none;
}

/* Обе стрелки одинаковые по умолчанию */
.news-page--arrow,
.news-page--arrow.is-disabled {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: var(--white);

  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}

/* Белая заливка стрелки только при наведении */
.news-page--arrow:hover,
.news-page--arrow:focus-visible,
.news-page--arrow.is-disabled:hover,
.news-page--arrow.is-disabled:focus-visible {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);

  transform: translateY(-2px);

  box-shadow: 0 12px 28px rgba(0, 34, 77, 0.22);
  outline: none;
}

.news-page--dots {
  color: var(--white);
  letter-spacing: 1px;
  pointer-events: none;
}

/* ==================================================
   Адаптив
   ================================================== */

@media (max-width: 1500px) {
  .standings-shell {
    width: min(1058px, calc(100vw - 48px));
  }

  .page-head.standings-shell {
    width: var(--grid);
  }

  .news-page-grid .news-card {
    height: 142px;
    min-height: 142px;
    padding: 18px 20px;

    grid-template-columns: 142px minmax(0, 1fr);
    gap: 18px;
  }

  .news-page-grid .news-card__image {
    height: 102px;
  }

  .news-page-grid .news-card__body {
    gap: 8px;
  }

  .news-page-grid .news-card__meta,
  .news-page-grid .news-card p {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .news-page-grid {
    gap: 22px;
  }

  .news-page-grid .news-feature {
    min-height: 420px;
  }
}

@media (max-width: 900px) {
  .standings-shell {
    width: calc(100vw - 40px);
  }

  .page-head.standings-shell {
    width: var(--grid);
  }

  .news-page-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-pagination {
    margin-top: 34px;
    gap: 8px;
  }

  .news-page {
    width: 40px;
    min-width: 40px;
    height: 40px;

    font-size: 14px;
  }

  .news-page svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 760px) {
  .standings-shell {
    width: calc(100vw - 32px);
  }

  .page-head.standings-shell {
    width: var(--grid);
  }

  .news-page-grid .news-card {
    height: 330px;
    min-height: 330px;

    grid-template-columns: 1fr;
  }

  .news-page-grid .news-card__image {
    height: 170px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .news-page-grid .news-card,
  .news-page-grid .news-card__image img,
  .news-page-grid .news-feature__bg-img,
  .news-page {
    transition: none;
  }
}

/* ==================================================
   Детальная страница новости
   Извлечено и очищено из News-final-v3.html
   ================================================== */

/* ==================================================
   Верх страницы и хлебные крошки
   ================================================== */

.page-head {
  padding: 64px 0 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;

  margin: 0 0 28px;
  padding: 0;

  list-style: none;

  color: rgba(255, 255, 255, 0.72);

  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--white);
}

.breadcrumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.42);
}

.breadcrumbs .breadcrumbs__current {
  color: var(--white);
  font-weight: 700;
}

.page-head #news-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* ==================================================
   Заголовок и дата новости
   ================================================== */

.news-single-head {
  padding-bottom: 0;
}

.news-single__title {
  max-width: 1100px;
  margin: 0;

  color: var(--white);

  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase !important;
}

.news-single__date {
  display: inline-flex;
  align-items: center;
  gap: 14px;

  margin: 24px 0 0;

  color: var(--white);

  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.news-single__date-icon {
  width: 44px;
  height: 44px;

  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;

  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.news-single__date-icon svg {
  width: 18px;
  height: 18px;
}

/* ==================================================
   Основной белый блок новости
   ================================================== */

.news-section {
  padding: 0 0 130px;
}

.news-section .about-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.news-section .about-card {
  padding: 56px 60px 60px;

  border-radius: var(--radius);

  background: var(--white);
  color: var(--deep);

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.news-single {
  width: 100%;
  max-width: none;
}

.news-single__preview {
  margin: 0 0 26px;

  border-radius: var(--radius);
  overflow: hidden;

  background: #F4F7FB;
}

.news-single__preview img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: cover;
}

.news-single p {
  margin: 0 0 18px;

  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;

  text-align: justify;
}

.news-single p:last-child {
  margin-bottom: 0;
}

.news-single strong {
  font-weight: 700;
}

/* ==================================================
   Вопросы и ответы интервью
   ================================================== */

.news-single .news-single__question {
  margin: 44px 0 22px;

  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
}

.news-single .news-single__answer {
  margin: 0 0 28px;
  padding: 24px 30px;

  border-left: 4px solid var(--blue);
  border-radius: var(--radius);

  background: #F4F7FB;
  color: var(--deep);

  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  font-weight: 400;

  text-align: left;
}

/* ==================================================
   Изображения внутри текста
   ================================================== */

.news-single figure.news-single__figure {
  margin: 30px 0;

  border-radius: var(--radius);
  overflow: hidden;

  background: #F4F7FB;
}

.news-single figure.news-single__figure img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: cover;
}

.news-single figure.news-single__figure figcaption {
  padding: 14px 18px;

  color: rgba(12, 52, 104, 0.64);

  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;

  text-align: left;
}

/* ==================================================
   Видео
   ================================================== */

.news-single__video {
  margin: 30px 0 0;

  display: flex;
  justify-content: center;
}

.news-single__video iframe {
  max-width: 100%;

  border: 0;
  border-radius: var(--radius);
}

.news-single__video--wide {
  position: relative;

  width: 100%;
  padding-top: 56.25%;

  border-radius: var(--radius);
  overflow: hidden;
}

.news-single__video--wide iframe {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;
}

/* ==================================================
   Адаптив
   ================================================== */

@media (max-width: 1500px) {
  .page-head {
    padding-top: 48px;
  }

  .news-section {
    padding-bottom: 96px;
  }

  .news-section .about-card {
    padding: 44px 44px 48px;
  }
}

@media (max-width: 1100px) {
  .news-section .about-card {
    padding: 34px 30px 36px;
  }
}

@media (max-width: 760px) {
  .page-head {
    padding-top: 32px;
  }

  .breadcrumbs {
    margin-bottom: 20px;

    font-size: 13px;
  }

  .news-single__date {
    margin-top: 18px;

    font-size: 14px;
  }

  .news-single__date-icon {
    width: 36px;
    height: 36px;
  }

  .news-section {
    padding-bottom: 72px;
  }

  .news-section .about-card {
    padding: 24px 20px 28px;
  }

  .news-single p {
    font-size: 15px;
    line-height: 1.6;

    text-align: left;
  }

  .news-single .news-single__question {
    margin: 34px 0 18px;

    font-size: 22px;
  }

  .news-single .news-single__answer {
    margin-bottom: 22px;
    padding: 18px 20px;

    font-size: 15px;
    line-height: 1.6;
  }
}

/* ==================================================
   Внутренняя страница «Тренерский штаб»
   Новые стили относительно template_styles.css
   ================================================== */

/* Заголовок страницы */
#coaches-page-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

/* Отступы именно страницы тренерского штаба,
   не затрагивают внутреннюю страницу игроков */
section[aria-label="Тренерский штаб"].players-page-section {
  padding: 45px 0 130px;
}

/* Карточка тренера */
.coach-card {
  position: relative;
}

/* Синяя информационная подложка */
.coach-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 3;

  padding: 28px 20px;

  display: flex;
  flex-direction: column;
  justify-content: center;

  background: rgba(0, 65, 150, 0.95);
  color: #ffffff;

  font-family: Roboto, Arial, sans-serif;
  font-style: normal;

  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);

  transition:
    opacity 0.32s ease,
    transform 0.32s ease,
    visibility 0.32s ease;

  pointer-events: none;
}

.coach-card__overlay,
.coach-card__overlay * {
  font-family: Roboto, Arial, sans-serif !important;
  font-style: normal !important;
}

.coach-card:hover .coach-card__overlay,
.coach-card:focus-within .coach-card__overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ФИО тренера */
.coach-card__overlay .member-name {
  display: block !important;
  width: calc(100% + 12px) !important;
  max-width: none !important;

  margin: 0 !important;

  color: #ffffff !important;
  font-size: 30px !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.coach-card__overlay .coach-name-line {
  display: block !important;
  white-space: nowrap !important;
}

/* Должность */
.coach-card__overlay .member-title {
  margin: 28px 0 0 !important;

  color: #00214d !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* Дополнительная информация */
.coach-card__overlay .short-desc {
  margin-top: 28px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

.coach-card__overlay .short-desc p {
  margin: 0 0 10px !important;

  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

.coach-card__overlay .short-desc p:last-child {
  margin-bottom: 0 !important;
}

.coach-card__overlay .short-desc strong {
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: inherit !important;
  font-weight: 600 !important;
}

.coach-card__overlay .coach-meta-value {
  color: #c3d2e5 !important;
  font-size: 16px !important;
  line-height: inherit !important;
  font-weight: 600 !important;
}

/* Адаптивные отступы страницы */
@media (max-width: 1500px) {
  section[aria-label="Тренерский штаб"].players-page-section {
    padding: 28px 0 96px;
  }
}

@media (max-width: 760px) {
  #coaches-page-title {
    line-height: 1.04;
  }

  section[aria-label="Тренерский штаб"].players-page-section {
    padding: 24px 0 64px;
  }

  .coach-card__overlay {
    padding-right: 22px;
    padding-left: 22px;
  }
}

/* Страница «Контакты» */

.contacts-page-head #contacts-page-title {
  margin: 0;
  color: var(--white);
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.04;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contacts-page-section {
  padding: 85px 0 130px;
  background: #F4F7FB;
  color: var(--deep);
}

.contacts-card {
  border: 1px solid var(--pale);
  background: var(--white);
  color: var(--deep);
}

.contacts-card__intro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  gap: 64px;
  padding: 54px 58px 56px;
  border-bottom: 1px solid var(--pale);
}

.contacts-card__title .section__eyebrow {
  margin-bottom: 20px;
  color: var(--blue);
}

.contacts-card__title h4 {
  max-width: 620px;
  margin: 0;
  color: var(--deep);
  font-family: Roboto, Arial, sans-serif;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 600;
}

.contacts-card__title-line {
  display: block;
}

.contacts-card__title-line--club {
  white-space: nowrap;
}

.contacts-card__main-data {
  display: grid;
  align-content: start;
  gap: 30px;
}

.contact-data-block {
  padding-top: 20px;
  border-top: 1px solid var(--pale);
}

.contact-data-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.contact-data-block__label,
.contact-department__content--roles span {
  display: block;
  margin-bottom: 10px;
  color: #7F8EA3;
  font-size: 13px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.contact-data-block address,
.contact-data-block a {
  margin: 0;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
}

.contact-data-block a {
  color: var(--blue);
  transition: opacity .2s ease;
}

.contact-data-block a:hover,
.contact-data-block a:focus-visible {
  opacity: .68;
}

.contacts-card__departments {
  padding: 0 58px;
}

.contact-department {
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 64px;
  padding: 39px 0 41px;
  border-bottom: 1px solid var(--pale);
}

.contact-department:last-child {
  border-bottom: 0;
}

.contact-department__name {
  color: var(--blue);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}

.contact-department__content {
  display: grid;
  align-self: center;
  gap: 8px;
}

.contact-department__content p {
  margin: 0;
  color: var(--deep);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
}

.contact-department__content--roles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.contact-department__content--roles span {
  min-height: 30px;
}

@media (max-width: 1500px) {
  .contacts-page-section {
    padding: 85px 0 96px;
  }

  .contacts-card__intro {
    grid-template-columns: minmax(0, .85fr) minmax(300px, 1.15fr);
    gap: 48px;
    padding: 42px 44px 44px;
  }

  .contacts-card__title h4 {
    max-width: 520px;
    font-size: 27px;
  }

  .contact-data-block__label,
  .contact-department__content--roles span {
    font-size: 10px;
  }

  .contact-data-block address,
  .contact-data-block a,
  .contact-department__content p {
    font-size: 14px;
  }

  .contacts-card__departments {
    padding: 0 44px;
  }

  .contact-department {
    grid-template-columns: minmax(180px, .85fr) minmax(0, 1.15fr);
    gap: 48px;
    padding: 31px 0 33px;
  }

  .contact-department__name {
    font-size: 14px;
  }
}

@media (max-width: 900px) {
  .contacts-card__intro {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-department {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .contact-department__content {
    align-self: start;
  }
}

@media (max-width: 760px) {
  .contacts-page-section {
    padding: 24px 0 64px;
  }

  .contacts-card__intro {
    gap: 32px;
    padding: 30px 22px 34px;
  }

  .contacts-card__title h4 {
    font-size: 25px;
  }

  .contacts-card__title-line--club {
    white-space: normal;
  }

  .contact-data-block address,
  .contact-data-block a,
  .contact-department__content p {
    font-size: 16px;
  }

  .contacts-card__departments {
    padding: 0 22px;
  }

  .contact-department {
    padding: 28px 0 30px;
  }

  .contact-department__name {
    font-size: 16px;
  }

  .contact-department__content--roles {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-department__content--roles span {
    min-height: 0;
    font-size: 11px;
  }
}

/* Руководство: длинные должности не выходят за пределы карточки */
#players .player-role.small-badge-unified {
  width: fit-content !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 26px !important;
  padding: 7px 15px !important;

  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: normal;

  line-height: 1.25 !important;
  text-align: center;
}

/* Внутренняя страница «Статистика» */

/* Внутренняя страница «Статистика» — на токенах основного макета */

/* Основная часть по центру, максимальная ширина контента — 1170 px */
.stats-shell {
  width: min(1170px, calc(100vw - 48px));
  margin: 0 auto;
}

.page-head {
  padding: 64px 0 0;
}

/* Хлебные крошки и заголовок — по ширине и левому краю шапки */
.page-head.stats-shell {
  width: var(--grid);
}

#stats-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.72);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

.breadcrumbs a {
  color: rgba(255, 255, 255, 0.72);
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--white);
}

.breadcrumbs span[aria-hidden="true"] {
  color: rgba(255, 255, 255, 0.42);
}

.breadcrumbs .breadcrumbs__current {
  color: var(--white);
  font-weight: 700;
}

.stats-section {
  padding: 0 0 130px;
}

.stats-section .section__head {
  margin-bottom: 44px;
}

/* Блок выбора сезона */
.season-filter {
  margin: 0 0 46px;
  padding: 26px 30px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 18px 22px;
}

.season-filter__field {
  display: grid;
  gap: 10px;
  min-width: 260px;
}

.season-filter__label {
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: var(--deep);
}

.season-filter__select {
  height: 60px;
  width: 100%;
  padding: 0 46px 0 20px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  background-color: var(--white);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%230C3468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: var(--deep);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color .22s ease;
}

.season-filter__select:hover,
.season-filter__select:focus-visible {
  border-color: var(--blue);
}

/* Кнопка «Показать» — в стилистике кнопок макета */
.season-filter__submit {
  height: 60px;
  padding: 0 30px 0 20px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--blue);
  color: var(--white);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color .22s ease, border-color .22s ease, color .22s ease;
}

.season-filter__submit::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

.season-filter__submit:hover,
.season-filter__submit:focus-visible {
  background: var(--orange-active, #FF4F26);
  border-color: var(--orange-active, #FF4F26);
  color: var(--white);
}

/* Разделы: Вратари / Защитники / Нападающие */
.stats-group+.stats-group {
  margin-top: 54px;
}

.stats-group__title {
  margin: 0 0 20px;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 30px !important;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase !important;
  color: var(--white);
}

.stats-table-wrap {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  overflow-x: auto;
}

.stats-table-wrap:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--deep);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.stats-table thead th {
  padding: 18px 12px;
  background: var(--deep);
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.stats-table thead th:first-child {
  text-align: left;
  padding-left: 26px;
}

.stats-table thead th[title] {
  cursor: help;
}

.stats-table tbody tr {
  border-bottom: 1px solid var(--pale);
}

.stats-table tbody tr:last-child {
  border-bottom: 0;
}

.stats-table tbody tr:hover {
  background: #F4F7FB;
}

.stats-table td,
.stats-table tbody th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

.stats-table tbody .stats-player {
  padding-left: 26px;
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  font-weight: 700;
}

.stats-avatar {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  background: #F4F7FB;
  border: 1px solid var(--pale);
}

.stats-name {
  min-width: 0;
  color: var(--deep);
  font-size: 16px;
  line-height: 1.25;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1500px) {
  .stats-shell {
    width: min(1058px, calc(100vw - 48px));
  }

  .stats-section {
    padding: 0 0 96px;
  }

  .season-filter__select,
  .season-filter__submit {
    height: 50px;
  }

  .season-filter__submit {
    padding: 0 24px 0 18px;
    gap: 22px;
    font-size: 14px;
  }

  .stats-group__title {
    font-size: 26px !important;
  }
}

@media (max-width: 1100px) {
  .stats-shell {
    width: calc(100vw - 40px);
  }

  .stats-section .section__head {
    margin-bottom: 30px;
  }
}

@media (max-width: 760px) {
  .stats-shell {
    width: calc(100vw - 32px);
  }

  .stats-section {
    padding: 0 0 72px;
  }

  .season-filter {
    padding: 20px;
    gap: 16px;
  }

  .season-filter__field {
    min-width: 0;
    width: 100%;
  }

  .season-filter__submit {
    width: 100%;
  }

  .stats-group+.stats-group {
    margin-top: 38px;
  }

  .stats-group__title {
    font-size: 22px !important;
  }

  /* Карточный режим таблиц на узких экранах */
  .stats-table-wrap {
    overflow-x: visible;
    background: transparent;
    box-shadow: none;
  }

  .stats-table,
  .stats-table tbody,
  .stats-table tbody tr {
    display: block;
    width: 100%;
  }

  .stats-table thead {
    display: none;
  }

  .stats-table tbody tr {
    margin-bottom: 14px;
    padding: 16px 18px 8px;
    border-bottom: 0;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
  }

  .stats-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .stats-table tbody .stats-player {
    padding: 0 0 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--pale);
    font-size: 17px;
  }

  .stats-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
  }

  .stats-table tbody td::before {
    content: attr(data-label);
    color: #7F8EA3;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {

  .season-filter__select,
  .season-filter__submit {
    transition: none;
  }
}


/* Внутренняя страница «Медиа / Видео» */

.video-page-shell {
  width: min(1170px, calc(100vw - 48px));
  margin: 0 auto;
}

.video-page-section {
  padding: 0 0 130px;
}

.video-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.video-card {
  min-width: 0;
  overflow: visible;
  background: transparent;
  color: var(--white);
  display: flex;
  flex-direction: column;
  border-radius: 0;
}

.video-card__image {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  background: var(--pale);
  border-radius: var(--radius);
  transition:
    box-shadow .24s ease,
    transform .24s ease;
}

.video-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 33, 77, .18);
  transition: background-color .24s ease;
  pointer-events: none;
}

.video-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .35s ease;
  will-change: transform;
}

.video-card__placeholder {
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg,
      rgba(255, 255, 255, .08),
      rgba(0, 33, 77, .32));
}

.video-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  width: 72px;
  height: 72px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  transition:
    background-color .24s ease,
    color .24s ease,
    border-color .24s ease,
    transform .24s ease;
  pointer-events: none;
}

.video-card__play svg {
  width: 26px;
  height: 26px;
  margin-left: 3px;
}

.video-card__body {
  min-height: 112px;
  padding: 26px 0 30px;
  display: flex;
  flex: 1;
  align-items: flex-start;
  background: transparent;
}

.video-card__title {
  margin: 0 !important;
  color: var(--white) !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.video-card__title a {
  color: inherit;
  text-decoration: none;
}

.video-card:hover .video-card__image,
.video-card:focus-within .video-card__image {
  transform: translateY(-4px);
  box-shadow:
    0 28px 62px rgba(0, 18, 48, .38),
    0 12px 28px rgba(0, 34, 77, .28),
    0 0 0 1px rgba(255, 255, 255, .24);
}

.video-card:hover .video-card__image img,
.video-card:focus-within .video-card__image img {
  transform: scale(1.06);
}

.video-card:hover .video-card__image::after,
.video-card:focus-within .video-card__image::after {
  background: rgba(0, 33, 77, .08);
}

.video-card:hover .video-card__play,
.video-card:focus-within .video-card__play {
  border-color: var(--white);
  background: var(--white);
  color: var(--blue);
  transform: translate(-50%, -50%) scale(1.06);
}

.video-card__title a:hover,
.video-card__title a:focus-visible {
  color: var(--white);
  outline: none;
}

.video-page-empty {
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

/* Пагинация шаблона news */
.video-page-section .news-pagination {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.video-page-section .news-page {
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .48);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    color .22s ease,
    background-color .22s ease,
    border-color .22s ease;
}

.video-page-section .news-page svg {
  width: 22px;
  height: 22px;
  display: block;
}

.video-page-section .news-page.is-active {
  border-color: var(--orange-active, #FF4F26);
  background: var(--orange-active, #FF4F26);
  color: var(--white);
  font-weight: 700;
  pointer-events: none;
}

.video-page-section .news-page--arrow,
.video-page-section .news-page--arrow.is-disabled {
  border-color: rgba(255, 255, 255, .48);
  background: transparent;
  color: var(--white);
  opacity: 1;
}

.video-page-section a.news-page:hover,
.video-page-section a.news-page:focus-visible,
.video-page-section .news-page--arrow.is-disabled:hover,
.video-page-section .news-page--arrow.is-disabled:focus-visible {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);
}

.video-page-section .news-page--dots {
  color: var(--white);
  pointer-events: none;
}

@media (max-width: 1500px) {
  .video-page-shell {
    width: min(1058px, calc(100vw - 48px));
  }

  .video-page-grid {
    gap: 22px;
  }

  .video-card__image {
    height: 190px;
  }

  .video-card__play {
    width: 56px;
    height: 56px;
  }

  .video-card__play svg {
    width: 21px;
    height: 21px;
  }

  .video-card__body {
    min-height: 90px;
    padding: 20px 0 22px;
  }

  .video-card__title {
    font-size: 16px !important;
  }
}

@media (max-width: 1100px) {
  .video-page-shell {
    width: calc(100vw - 40px);
  }

  .video-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-card__image {
    height: 240px;
  }
}

@media (max-width: 900px) {
  .video-page-section .news-pagination {
    margin-top: 34px;
    gap: 8px;
  }

  .video-page-section .news-page {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .video-page-section .news-page svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 760px) {
  .video-page-shell {
    width: calc(100vw - 32px);
  }

  .video-page-section {
    padding-bottom: 84px;
  }

  .video-page-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .video-card__image {
    height: 230px;
  }

  .video-card__play {
    width: 64px;
    height: 64px;
  }

  .video-card__play svg {
    width: 24px;
    height: 24px;
  }

  .video-card__body {
    min-height: 94px;
    padding: 22px 0 24px;
  }

  .video-card__title {
    font-size: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  .video-card,
  .video-card__image,
  .video-card__image::after,
  .video-card__image img,
  .video-card__play {
    transition: none;
  }
}

/* CSS извлечён из двух HTML-макетов фотогалереи. */

/* Внутренняя страница «Медиа: Фото» */
#gallery-title {
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.gallery-page-section {
  padding-top: 0;
  padding-bottom: 130px;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.gallery-card {
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  color: var(--deep);
  display: flex;
  flex-direction: column;
  border-radius: var(--radius);
  transition: box-shadow .24s ease, transform .24s ease, background-color .24s ease;
}

.gallery-card__image {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  background: var(--pale);
}

.gallery-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform .35s ease;
  will-change: transform;
}

.gallery-card__body {
  min-height: 150px;
  padding: 26px 28px 30px;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
}

.gallery-card__date {
  color: #7F8EA3;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.gallery-card__date::before {
  content: "";
  width: 58px;
  height: 58px;
  border: 1px solid var(--pale);
  border-radius: 50%;
  flex: 0 0 auto;
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M7 2.75V4.58333' stroke='%230C3468' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M15 2.75V4.58333' stroke='%230C3468' stroke-width='1.7' stroke-linecap='round'/%3E%3Crect x='3.20833' y='4.58333' width='15.5833' height='14.6667' rx='2.75' stroke='%230C3468' stroke-width='1.7'/%3E%3Cpath d='M3.66667 8.25H18.3333' stroke='%230C3468' stroke-width='1.7' stroke-linecap='round'/%3E%3Cpath d='M7.79169 11.9167H8.70835' stroke='%230C3468' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M10.5417 11.9167H11.4584' stroke='%230C3468' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M13.2917 11.9167H14.2084' stroke='%230C3468' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M7.79169 14.6667H8.70835' stroke='%230C3468' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M10.5417 14.6667H11.4584' stroke='%230C3468' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M13.2917 14.6667H14.2084' stroke='%230C3468' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}

.gallery-card__title {
  margin: 0 !important;
  color: var(--deep) !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.gallery-card__title a {
  color: inherit;
  text-decoration: none;
}

.gallery-card:hover,
.gallery-card:focus-within {
  background: var(--white);
  transform: translateY(-4px);
  box-shadow:
    0 28px 62px rgba(0, 18, 48, 0.38),
    0 12px 28px rgba(0, 34, 77, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.24);
}

.gallery-card:hover .gallery-card__image img,
.gallery-card:focus-within .gallery-card__image img {
  transform: scale(1.06);
}

.gallery-card__title a:hover,
.gallery-card__title a:focus-visible {
  color: var(--deep);
  outline: none;
}

@media (max-width: 1500px) {
  .gallery-page-grid {
    gap: 22px;
  }

  .gallery-card__image {
    height: 190px;
  }

  .gallery-card__body {
    min-height: 116px;
    padding: 20px 21px 22px;
    gap: 10px;
  }

  .gallery-card__date {
    font-size: 12px;
    gap: 14px;
  }

  .gallery-card__date::before {
    width: 44px;
    height: 44px;
    background-size: 18px 18px;
  }

  .gallery-card__title {
    font-size: 16px !important;
  }
}

@media (max-width: 1100px) {
  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card__image {
    height: 240px;
  }
}

@media (max-width: 760px) {
  .gallery-page-section {
    padding-bottom: 84px;
  }

  .gallery-page-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gallery-card__image {
    height: 230px;
  }

  .gallery-card__body {
    min-height: 124px;
    padding: 22px 20px 24px;
  }

  .gallery-card__date {
    font-size: 14px;
    gap: 16px;
  }

  .gallery-card__date::before {
    width: 58px;
    height: 58px;
    background-size: 22px 22px;
  }

  .gallery-card__title {
    font-size: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gallery-card,
  .gallery-card__image img {
    transition: none;
  }
}

/* Внутренняя страница «Медиа: Фото конкретная» */
#media-photo-detail #gallery-title {
  max-width: 1180px;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.photo-detail-section {
  padding-top: 0;
  padding-bottom: 130px;
}

.photo-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.photo-detail-card {
  position: relative;
  display: block;
  min-width: 0;
  height: 300px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--pale);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: transform .24s ease, box-shadow .24s ease;
}

.photo-detail-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  pointer-events: none;
}

.photo-detail-card img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(1);
  transition: transform .35s ease, filter .35s ease;
  will-change: transform;
}

.photo-detail-card:hover,
.photo-detail-card:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 28px 62px rgba(0, 18, 48, 0.38),
    0 12px 28px rgba(0, 34, 77, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.24);
  outline: none;
}

.photo-detail-card:hover img,
.photo-detail-card:focus-visible img {
  transform: scale(1.06);
  filter: brightness(1.04);
}

body.photo-lightbox-open {
  overflow: hidden;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px;
  background: rgba(0, 18, 48, 0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}

.photo-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.photo-lightbox__stage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-lightbox__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.photo-lightbox__close {
  position: absolute;
  top: 28px;
  right: 28px;
  z-index: 2;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background-color .22s ease, color .22s ease, transform .22s ease;
}

.photo-lightbox__close svg {
  width: 26px;
  height: 26px;
}

.photo-lightbox__close:hover,
.photo-lightbox__close:focus-visible {
  background: var(--white);
  color: var(--deep);
  transform: rotate(90deg);
  outline: none;
}

@media (max-width: 1500px) {
  .photo-detail-grid {
    gap: 22px;
  }

  .photo-detail-card {
    height: 225px;
  }

  .photo-lightbox {
    padding: 58px;
  }

  .photo-lightbox__close {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }

  .photo-lightbox__close svg {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 1100px) {
  .photo-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-detail-card {
    height: 270px;
  }
}

@media (max-width: 760px) {
  #media-photo-detail #gallery-title {
    font-size: 36px;
    line-height: 1.08;
  }

  .photo-detail-section {
    padding-bottom: 84px;
  }

  .photo-detail-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .photo-detail-card {
    height: 250px;
  }

  .photo-lightbox {
    padding: 72px 16px 20px;
  }

  .photo-lightbox__close {
    top: 14px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}

@media (prefers-reduced-motion: reduce) {

  .photo-detail-card,
  .photo-detail-card img,
  .photo-lightbox,
  .photo-lightbox__close {
    transition: none;
  }
}

.gallery-page-empty {
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

/* Пагинация списка альбомов и детальной фотогалереи */
.gallery-page-section .news-pagination,
.photo-detail-section .news-pagination {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gallery-page-section .news-page,
.photo-detail-section .news-page {
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: transparent;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    color .22s ease,
    background-color .22s ease,
    border-color .22s ease,
    transform .22s ease,
    box-shadow .22s ease;
}

.gallery-page-section .news-page svg,
.photo-detail-section .news-page svg {
  width: 22px;
  height: 22px;
  display: block;
}

.gallery-page-section .news-page.is-active,
.photo-detail-section .news-page.is-active {
  border-color: var(--orange-active, #FF4F26);
  background: var(--orange-active, #FF4F26);
  color: var(--white);
  font-weight: 700;
  pointer-events: none;
}

.gallery-page-section a.news-page--arrow,
.photo-detail-section a.news-page--arrow {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);
}

.gallery-page-section .news-page--arrow.is-disabled,
.photo-detail-section .news-page--arrow.is-disabled {
  border-color: rgba(255, 255, 255, 0.48);
  background: transparent;
  color: rgba(255, 255, 255, 0.48);
  pointer-events: none;
}

.gallery-page-section .news-page--dots,
.photo-detail-section .news-page--dots {
  color: var(--white);
  letter-spacing: 1px;
  pointer-events: none;
}

.gallery-page-section a.news-page:hover,
.gallery-page-section a.news-page:focus-visible,
.photo-detail-section a.news-page:hover,
.photo-detail-section a.news-page:focus-visible {
  border-color: var(--white);
  background: var(--white);
  color: var(--deep);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 34, 77, 0.22);
  outline: none;
}

/* Стрелки и счётчик внутри лайтбокса */
.photo-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(0, 18, 48, 0.28);
  color: var(--white);
  display: grid;
  place-items: center;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color .22s ease,
    color .22s ease,
    transform .22s ease;
}

.photo-lightbox__nav--prev {
  left: 28px;
}

.photo-lightbox__nav--next {
  right: 28px;
}

.photo-lightbox__nav svg {
  width: 26px;
  height: 26px;
}

.photo-lightbox__nav:hover,
.photo-lightbox__nav:focus-visible {
  background: var(--white);
  color: var(--deep);
  outline: none;
}

.photo-lightbox__nav--prev:hover,
.photo-lightbox__nav--prev:focus-visible {
  transform: translateY(-50%) translateX(-2px);
}

.photo-lightbox__nav--next:hover,
.photo-lightbox__nav--next:focus-visible {
  transform: translateY(-50%) translateX(2px);
}

.photo-lightbox__counter {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  min-width: 88px;
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  background: rgba(0, 18, 48, 0.38);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  transform: translateX(-50%);
}

@media (max-width: 1500px) {
  .photo-lightbox__nav {
    width: 44px;
    height: 44px;
  }

  .photo-lightbox__nav--prev {
    left: 20px;
  }

  .photo-lightbox__nav--next {
    right: 20px;
  }

  .photo-lightbox__nav svg {
    width: 21px;
    height: 21px;
  }
}

@media (max-width: 900px) {

  .gallery-page-section .news-pagination,
  .photo-detail-section .news-pagination {
    margin-top: 34px;
    gap: 8px;
  }

  .gallery-page-section .news-page,
  .photo-detail-section .news-page {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .gallery-page-section .news-page svg,
  .photo-detail-section .news-page svg {
    width: 19px;
    height: 19px;
  }
}

@media (max-width: 760px) {
  .photo-lightbox__nav {
    top: auto;
    bottom: 18px;
    width: 48px;
    height: 48px;
    transform: none;
  }

  .photo-lightbox__nav--prev {
    left: 16px;
  }

  .photo-lightbox__nav--next {
    right: 16px;
  }

  .photo-lightbox__nav--prev:hover,
  .photo-lightbox__nav--prev:focus-visible,
  .photo-lightbox__nav--next:hover,
  .photo-lightbox__nav--next:focus-visible {
    transform: none;
  }

  .photo-lightbox__counter {
    bottom: 24px;
  }
}

/* Внутренняя страница «Турнирная таблица» */

.standings-shell {
  width: min(1170px, calc(100vw - 48px));
  margin: 0 auto;
}

.standings-section {
  padding: 0 0 130px;
}

.season-filter {
  margin: 0 0 46px;
  padding: 26px 30px;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 18px 22px;
}

.season-filter__field {
  display: grid;
  gap: 10px;
  min-width: 260px;
}

.season-filter__label {
  color: var(--deep);
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}

.season-filter__select {
  width: 100%;
  height: 60px;
  padding: 0 46px 0 20px;
  border: 1px solid var(--pale);
  border-radius: 999px;
  background-color: var(--white);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%230C3468' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  color: var(--deep);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color .22s ease;
}

.season-filter__select:hover,
.season-filter__select:focus-visible {
  border-color: var(--blue);
  outline: none;
}

.season-filter__submit {
  height: 60px;
  padding: 0 30px 0 20px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease;
}

.season-filter__submit::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  flex: 0 0 auto;
}

.season-filter__submit:hover,
.season-filter__submit:focus-visible {
  border-color: var(--orange-active, #FF4F26);
  background: var(--orange-active, #FF4F26);
  color: var(--white);
  outline: none;
}

.standings-group+.standings-group {
  margin-top: 54px;
}

.standings-group__title {
  margin: 0 0 20px;
  color: var(--white);
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 30px !important;
  line-height: 1.1;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase !important;
}

.standings-table-wrap {
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
  overflow-x: auto;
}

.standings-table-wrap:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 3px;
}

.standings-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--deep);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.standings-table thead th {
  padding: 18px 12px;
  background: var(--deep);
  color: var(--white);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.standings-table thead th.standings-table__pos-head {
  width: 78px;
  padding-left: 26px;
  text-align: left;
}

.standings-table thead th.standings-table__team-head {
  text-align: left;
}

.standings-table thead th[title] {
  cursor: help;
}

.standings-table tbody tr {
  border-bottom: 1px solid var(--pale);
  transition: background-color .22s ease;
}

.standings-table tbody tr:last-child {
  border-bottom: 0;
}

.standings-table tbody tr:hover {
  background: #F4F7FB;
}

.standings-table td,
.standings-table tbody th {
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
}

.standings-table tbody .standings-pos {
  width: 78px;
  padding-left: 26px;
  color: var(--blue);
  text-align: left;
  font-family: "Roboto Condensed", Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.standings-table tbody .standings-team {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
  font-weight: 700;
}

.standings-logo {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid var(--pale);
  border-radius: 50%;
  background: #F4F7FB;
  object-fit: contain;
  padding: 3px;
}

.standings-logo-placeholder {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid var(--pale);
  border-radius: 50%;
  background: #F4F7FB;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 800;
}

.standings-name {
  min-width: 0;
  color: var(--deep);
  font-size: 16px;
  line-height: 1.25;
}

.standings-points {
  color: var(--deep);
  font-weight: 700;
}

.standings-table tbody tr.is-highlight {
  background: #EAF1FA;
}

.standings-table tbody tr.is-highlight:hover {
  background: #E1EBF7;
}

.standings-table tbody tr.is-highlight .standings-name {
  color: var(--blue);
}

.standings-empty {
  margin: 0;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1500px) {
  .standings-shell {
    width: min(1058px, calc(100vw - 48px));
  }

  .standings-section {
    padding-bottom: 96px;
  }

  .season-filter__select,
  .season-filter__submit {
    height: 50px;
  }

  .season-filter__submit {
    padding: 0 24px 0 18px;
    gap: 22px;
    font-size: 14px;
  }

  .standings-group__title {
    font-size: 26px !important;
  }
}

@media (max-width: 1100px) {
  .standings-shell {
    width: calc(100vw - 40px);
  }
}

@media (max-width: 760px) {
  .standings-shell {
    width: calc(100vw - 32px);
  }

  .standings-section {
    padding-bottom: 72px;
  }

  .season-filter {
    padding: 20px;
    gap: 16px;
  }

  .season-filter__field {
    min-width: 0;
    width: 100%;
  }

  .season-filter__submit {
    width: 100%;
  }

  .standings-group+.standings-group {
    margin-top: 38px;
  }

  .standings-group__title {
    font-size: 22px !important;
  }

  .standings-table-wrap {
    overflow-x: visible;
    background: transparent;
    box-shadow: none;
  }

  .standings-table,
  .standings-table tbody,
  .standings-table tbody tr {
    display: block;
    width: 100%;
  }

  .standings-table thead {
    display: none;
  }

  .standings-table tbody tr {
    position: relative;
    margin-bottom: 14px;
    padding: 16px 18px 8px;
    border-bottom: 0;
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .12);
  }

  .standings-table tbody tr:last-child {
    margin-bottom: 0;
  }

  .standings-table tbody tr.is-highlight {
    background: #EAF1FA;
  }

  .standings-table tbody .standings-pos {
    width: auto;
    padding: 0 0 6px;
    font-size: 22px;
  }

  .standings-table tbody .standings-team {
    padding: 0 0 14px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--pale);
    font-size: 17px;
  }

  .standings-table tbody td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 7px 0;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
  }

  .standings-table tbody td::before {
    content: attr(data-label);
    color: #7F8EA3;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {

  .season-filter__select,
  .season-filter__submit,
  .standings-table tbody tr {
    transition: none;
  }
}
/* End */
/* /local/templates/main/css/slicknav.css?17859201908672 */
/* /local/templates/main/css/swiper-bundle.min.css?178757531915818 */
/* /local/templates/main/template_styles.css?1786960401315864 */
