* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    color: #fff;
    font: 400 16px Inter, arial, sans-serif;
    min-width: 320px;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    background: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-kerning: normal;
    kerning: normal
}

body, h1, h2, h3, h4, html, li, p, ul {
    margin: 0;
    padding: 0
}

button, input, select, textarea {
    font: inherit
}

b {
    font-weight: 700
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

a:hover:not(:focus-visible) {
    opacity: .8
}

img {
    display: block
}

button {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: inherit;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

button:hover:not(:focus-visible) {
    opacity: .8
}

ul {
    list-style: none
}

a, span {
    display: block
}

@font-face {
    font-display: swap;
    font-family: Bebas Neue;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/bebas-neue/BebasNeue-Regular.woff2) format("woff2"), url(../fonts/bebas-neue/BebasNeue-Regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/bebas-neue-cyrillic/bebas-neue-cyrillic.woff2) format("woff2"), url(../fonts/bebas-neue-cyrillic/bebas-neue-cyrillic.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-weight: 400;
    src: url(../fonts/inter/inter-regular.woff2) format("woff2"), url(../fonts/inter/inter-regular.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-weight: 500;
    src: url(../fonts/inter/inter-medium.woff2) format("woff2"), url(../fonts/inter/inter-medium.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-weight: 600;
    src: url(../fonts/inter/inter-semibold.woff2) format("woff2"), url(../fonts/inter/inter-semibold.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-weight: 700;
    src: url(../fonts/inter/inter-bold.woff2) format("woff2"), url(../fonts/inter/inter-bold.woff) format("woff")
}

.burger-menu {
    background-color: #000;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    padding-top: 72px;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 20
}

.burger-menu, .burger-menu_active {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.burger-menu_active {
    opacity: 1;
    pointer-events: all
}

.burger-menu__cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px 0
}

.burger-menu__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #111;
    font-family: Bebas Neue Cyrillic;
    overflow: hidden
}

.burger-menu__card_shop, .burger-menu__card_tickets {
    display: none
}

.burger-menu__background {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s
}

.burger-menu__background, .burger-menu__background-after {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.burger-menu__background-after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    bottom: 0;
    content: "";
    display: block;
    right: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.burger-menu__card-link {
    font-family: Inter;
    font-weight: 600;
    opacity: .8;
    z-index: 1
}

.burger-menu__card-heading, .burger-menu__card-heading-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 100;
}

.burger-menu__card-heading-link {
    text-decoration: none
}

.burger-menu__arrow-next, .burger-menu__arrow-previous {
    display: none
}

.burger-menu__card-title {
    font-size: 32px;
    line-height: 100%;
    margin-right: 10px;
    opacity: .4;
    position: relative;
    z-index: 10
}

.burger-menu__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

.burger-menu__link {
    font-size: 20px;
    line-height: 120%;
    opacity: .8;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 10
}

.burger-menu__social-wrap {
    display: none
}

.burger-menu__card:hover .burger-menu__background, .burger-menu__card:hover .burger-menu__background-after {
    opacity: 1;
}

.fans-profile {
    background-color: #fff;
    color: #000;
    max-width: 680px;
    padding: 40px
}

.fans-profile__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.fans-profile__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.fans-profile__description {
    display: block;
    font-size: 18px;
    margin-bottom: 40px
}

.fans-profile__info {
    font-size: 12px
}

.fans-profile__info_red {
    color: #ff1c1c
}

.fans-profile__input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 28px;
    padding: 16px 0;
    width: 100%
}

.fans-profile__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.fans-profile__input::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.fans-profile__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.fans-profile__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.fans-profile__input::placeholder {
    color: rgba(0, 0, 0, .4)
}

.fans-profile__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px
}

.fans-profile__control, .fans-profile__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-profile__label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #626262;
    font-size: 12px;
    letter-spacing: -.15px;
    line-height: 150%
}

.fans-profile__label:first-of-type {
    margin-bottom: 8px
}

.fans-profile__button {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    padding: 16px;
    text-transform: uppercase;
    width: 100%
}

.fans-profile__modal {
    background-color: #000;
    padding: 40px;
    position: relative
}

.fans-profile__modal-close {
    position: absolute;
    right: 20px;
    top: 10px
}

.fans-profile__modal-contnent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fans-profile__modal-image {
    height: 40px;
    margin-bottom: 24px;
    width: 31px
}

.fans-profile__modal-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase
}

.fans-partners__modal {
    background-color: #fff;
    color: #000;
    max-width: 1000px;
    padding: 50px 60px
}

.fans-partners__modal-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fans-partners__modal-icon {
    margin: 0 auto
}

.fans-partners__modal-contnent {
    border-bottom: 1px dashed #000;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.fans-partners__modal-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.fans-partners__modal-text {
    font-size: 18px
}

.fans-partners__modal-text:not(:last-child) {
    margin-bottom: 24px
}

.fans-partners__modal-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    justify-content: center;
    padding: 16px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.fans-form__modal {
    background-color: #000;
    max-width: 600px;
    padding: 20px
}

.fans-form__modal-close {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.fans-form__modal-contnent {
    padding: 0 20px 20px;
    text-align: center
}

.fans-form__modal-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
    text-transform: uppercase
}

.fans-form__modal-text {
    font-size: 18px;
    line-height: 120%
}

.modal {
    display: none
}

.modal-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    bottom: 0;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 111
}

.modal-overlay, .modal-overlay_visible {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.modal-overlay_visible {
    opacity: 1;
    visibility: visible
}

.modal_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.visible-checkbox:before {
    background-image: url(../../images/fans/check.svg)
}

.pop-up {
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    visibility: hidden;
    z-index: 0
}

.pop-up_visible {
    opacity: 1;
    visibility: visible;
    z-index: 1000
}

.header {
    background: hsla(0, 0%, 5%, .2);
    height: 72px;
    left: 0;
    position: fixed;
    top: -1px;
    -webkit-transition: background-color .3s ease-in-out, opacity 1s ease-in-out;
    transition: background-color .3s ease-in-out, opacity 1s ease-in-out;
    width: 100%;
    z-index: 100
}

.header__active {
    background: #000
}

.header__container {
    height: 100%;
    padding: 0 48px
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 86px;
    padding-right: 10px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header__wrapper.visibility-hidden {
    display: none
}

.header__burger-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: -10px;
    margin-left: 10px;
    position: absolute;
    top: 0;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.header__burger-wrapper:hover:not(:focus-visible) {
    background-color: hsla(0, 0%, 100%, .2)
}

.header__burger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 20px;
    padding: 0;
    position: relative;
    width: 40px
}

.header__burger:after, .header__burger:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out;
    transition: transform .3s ease-in-out, top .3s ease-in-out, bottom .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%
}

.header__burger:before {
    top: 0
}

.header__burger:after {
    bottom: 0
}

.header__burger-line {
    background-color: #fff;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    width: 100%
}

.header__burger-line:before {
    content: "";
    height: 72px;
    left: -10px;
    position: absolute;
    top: -35px;
    width: 60px
}

.header__burger-button_active .header__burger-line {
    opacity: 0
}

.header__burger-button_active:before {
    top: 50%;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg)
}

.header__burger-button_active:after {
    bottom: auto;
    top: 50%;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.header__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    width: auto;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__title {
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-right: 36px;
    text-transform: uppercase;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.header__title:last-child {
    margin-right: 0
}

.header__title_hidden {
    display: none
}

.header__title:hover:not(:focus-visible) {
    opacity: 1
}

.header__logo {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header__right {
    margin-left: auto
}

.header__partners, .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__partners {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__partner {
    cursor: pointer
}

.header__partner-one {
    cursor: pointer;
    margin-right: 16px
}

.header__img {
    height: 37px;
    -o-object-fit: contain;
    object-fit: contain
}

.header__partners-right {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__partners-disabled {
    display: none
}

.header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__controls-button {
    height: 72px;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    width: 88px
}

.header__controls-button:hover:not(:focus-visible) {
    background-color: hsla(0, 0%, 100%, .2)
}

.header__active .header__controls-button:nth-child(2) {
    display: none
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    z-index: -9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: visibility 0s ease-in-out .3s, opacity .3s ease-in-out, overflow 0s ease-in-out .3s, -webkit-transform .3s ease-in-out;
    transition: visibility 0s ease-in-out .3s, opacity .3s ease-in-out, overflow 0s ease-in-out .3s, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility 0s ease-in-out .3s, opacity .3s ease-in-out, overflow 0s ease-in-out .3s;
    transition: transform .3s ease-in-out, visibility 0s ease-in-out .3s, opacity .3s ease-in-out, overflow 0s ease-in-out .3s, -webkit-transform .3s ease-in-out
}

.header__search-top {
    border-bottom: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    min-height: 72px
}

.header__search-main, .header__search-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.header__search-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__search-error {
    background: var(--black-80, rgba(0, 0, 0, .8));
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    padding: 24px;
    width: 100%;
    -ms-flex-align: start;
    gap: 26px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-backdrop-filter: blur(5.5px);
    backdrop-filter: blur(5.5px)
}

.header__search-body, .header__search-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    align-items: flex-start
}

.header__search-body {
    background: #000;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 0;
    -ms-flex-align: start;
    gap: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__search-menu {
    padding: 30px 40px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__search-menu, .header__search-menu-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__search-menu-left {
    color: var(--white-60, hsla(0, 0%, 100%, .6));
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.header__search-menu-left.desktop-none {
    display: none
}

.header__search-menu-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.header__search-menu-button {
    color: #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom: 8px;
    text-decoration: none;
    text-transform: uppercase
}

.header__search-menu-button_active {
    border-bottom: 1px solid #fff
}

.header__search-results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-height: 540px;*/
    /*max-width: 944px;*/
    overflow-y: auto;
    padding: 0 16px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__search-results::-webkit-scrollbar {
    background-color: transparent;
    width: 2px
}

.header__search-results::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 100%, .5);
    border-radius: 5px
}

.header__search-results::-webkit-scrollbar-track {
    background-color: transparent
}

.header__search-result {
    max-width: 944px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__search-result, .header__search-result-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__search-result-link {
    border-bottom: 1px solid var(--Green, #000);
    padding: 28px 0;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.header__search-result-link:hover {
    border-bottom: 1px solid var(--Green, #00cb14);
    opacity: 1 !important
}

.header__search-result-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.header__search-result-title {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%
}

.header__search-result-text {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .7
}

.header__search-link {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-width: 53px;
    padding: 0 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__search-logo {
    height: 40px;
    width: 33px
}

.header__search-form {
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 16px;
    width: 100%
}

.header__search-input {
    font-size: 20px;
    line-height: 120%;
    width: 100%
}

.header__search-input::-webkit-input-placeholder {
    color: var(--white-50, hsla(0, 0%, 100%, .5))
}

.header__search-input::-moz-placeholder {
    color: var(--white-50, hsla(0, 0%, 100%, .5))
}

.header__search-input:-ms-input-placeholder {
    color: var(--white-50, hsla(0, 0%, 100%, .5))
}

.header__search-input::-ms-input-placeholder {
    color: var(--white-50, hsla(0, 0%, 100%, .5))
}

.header__search-input::placeholder {
    color: var(--white-50, hsla(0, 0%, 100%, .5))
}

.header__search-close, .header__search-input {
    background-color: rgba(0, 0, 0, .6)
}

.header__search-close {
    height: 100%;
    min-width: 76px;
    padding: 0 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__search-close, .header__search-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__search-submit {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, #067a12), color-stop(99.77%, #00d014));
    background: linear-gradient(0deg, #067a12 .14%, #00d014 99.77%);
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    line-height: 120%;
    padding: 0 30px;
    text-transform: uppercase
}

.header__search-submit span {
    margin-right: 17px
}

.header__search-show {
    height: 100%;
    opacity: 1;
    overflow: visible;
    position: relative;
    top: 0;
    z-index: 100
}

.header__search-show .header__search-body {
    height: 100vh
}

.header-icon {
    height: 24px;
    width: 24px
}

.search-input {
    border: none;
    color: #fff;
    outline: none
}

.hero {
    height: 720px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.hero__wrapper {
    height: 210%;
    position: relative;
    top: 0;
    width: 100%
}

.hero__video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.hero__video-wrapper {
    height: 100%;
    max-height: 1512px;
    pointer-events: none
}

.hero__background, .hero__video-wrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.hero__background {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.75%, rgba(0, 0, 0, .4)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, .4) -2.75%, #000);
    height: 101%;
    z-index: 11
}

.visibility {
    opacity: 0
}

.news-cards {
    overflow: hidden;
    padding-bottom: 80px;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    z-index: 11
}

.news-cards, .news-cards__slider {
    position: relative
}

.news-cards__slider:focus-visible {
    outline: none
}

.news-cards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.news-cards__wrapper:focus-visible {
    outline: none
}

.news-cards__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px;
    min-height: 617px;
    padding: 24px;
    position: relative;
    width: 100%;
    width: 438px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    flex-shrink: 0;
    gap: 10px;
    opacity: 1 !important;
    overflow: hidden;
    text-decoration: none
}

.news-cards__card:focus-visible {
    outline: none
}

.news-cards__card:last-child {
    margin-right: 0
}

.news-cards__card img {
    width: 100%
}

.news-cards__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 2
}

.news-cards__card-subtext {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: .7;
    z-index: 2
}

.news-cards__control {
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-cards__control-button {
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    width: 60px
}

.news-cards__previous {
    left: 0
}

.news-cards__next {
    right: 0
}

.news-cards__button {
    background: #fff;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    line-height: 100%;
    max-width: 300px;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.news-cards__card .news-cards__background {
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.news-cards__card:hover:not(:focus-visible) .news-cards__background {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.matches {
    overflow: hidden;
    padding: 80px 0
}

.matches__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px
}

.matches__tab {
    border-bottom: 4px solid transparent;
    color: hsla(0, 0%, 100%, .7);
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: border .2s;
    transition: border .2s;
    text-wrap: nowrap
}

.matches__tab_active {
    border-bottom: 4px solid #008a0e;
    color: #fff
}

.matches__wrapper {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
    display: none;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.matches__wrapper_season {
    margin-right: 0
}

.matches__wrapper.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.matches__no-matches {
    display: none;
    height: 551px;
    padding: 40px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    -webkit-box-flex: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4))), -webkit-gradient(linear, left top, left bottom, color-stop(66.23%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .8))), -webkit-gradient(linear, left top, left bottom, color-stop(44.4%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .8))), no-repeat, #1b1b1b;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), linear-gradient(180deg, rgba(0, 0, 0, .1) 66.23%, rgba(0, 0, 0, .8)), linear-gradient(180deg, rgba(0, 0, 0, .1) 44.4%, rgba(0, 0, 0, .8)), no-repeat, #1b1b1b;
    border: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.matches__no-matches.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.matches__content {
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    height: 100%;
    width: 100%
}

.matches__content, .matches__content_season {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.matches__content_season {
    padding: 80px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 12px
}

.matches__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase
}

.matches__subtitle, .matches__title {
    color: var(--white-100, #fff);
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.matches__subtitle {
    font-family: Inter;
    font-size: 28px;
    line-height: 120%;
    max-width: 1068px
}

.matches__subtitle_season {
    text-align: left
}

.matches.safari .matches__background {
    -webkit-transition: none;
    transition: none
}

.matches__background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: 0
}

.matches__background_bg {
    opacity: 0
}

.matches__background_opacity {
    opacity: 1
}

.matches__background_shadow:after {
    background: rgba(0, 0, 0, .7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.matches__background_shadow-green:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, #067a12), color-stop(99.77%, #00d014));
    background: linear-gradient(0deg, #067a12 .14%, #00d014 99.77%);
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.matches__background_season {
    background: #191919;
    opacity: 1
}

.matches__background_visible {
    opacity: 1
}

.matches__background_visible img:last-child {
    display: none
}

.matches__info {
    font-weight: 600;
    position: relative;
    text-decoration-line: underline;
    text-transform: uppercase;
    z-index: 1
}

.matches__card, .matches__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.matches__card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #111;
    margin-right: 10px;
    min-height: 640px;
    padding: 16px;
    width: 447px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.matches__card:last-child {
    margin-right: 0
}

.matches__card_nearest {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7))), var(--black-secondary, #191919);
    background: linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%), var(--black-secondary, #191919)
}

.matches__card_nearest-2 {
    opacity: 0
}

.matches__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 59px
}

.matches__top-logo {
    margin-right: 10px;
    width: 24px
}

.matches__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 64px;
    position: absolute;
    top: 91px;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.matches__logos .matches__img {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px
}

.matches__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.matches__img.op-3 {
    opacity: .3
}

.matches__logo-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    text-align: center
}

.matches__logo-left img {
    -o-object-fit: contain;
    object-fit: contain
}

.matches__logo-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
    text-align: center
}

.matches__logo-right img {
    -o-object-fit: contain;
    object-fit: contain
}

.matches__img-middle {
    width: 22px
}

.matches__text {
    color: var(--white-100, #fff);
    position: relative;
    z-index: 1
}

.matches__text, .matches__text_locate {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center
}

.matches__text_locate {
    opacity: .7;
    padding-top: 4px
}

.matches__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 268px;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 79px
}

.matches__info-box_bet {
    margin-bottom: 0
}

.matches__info-box_next {
    margin-bottom: auto
}

.matches__account {
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.matches__logo-bet {
    margin-bottom: 6px;
    margin-top: 13px;
    max-width: 90px;
    width: 100%
}

.matches__bet-box {
    position: absolute;
    top: 404px;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 415px;
    text-decoration: none
}

.matches__bet-box, .matches__bets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.matches__bets {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.matches__bet {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-right: 4px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.matches__bet:hover {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid transparent
}

.matches__bet:last-child {
    margin-right: 0
}

.matches__status-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    position: absolute;
    top: 490px;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .2);
    font-weight: 500;
    height: 44px;
    line-height: 120%;
    margin-top: auto;
    max-width: 415px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.matches__status-link_next {
    display: none
}

.matches__about-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-weight: 500;
    height: 44px;
    line-height: 120%;
    margin-top: auto;
    max-width: 415px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.matches__border {
    background-image: url(../../images/matches/line.png);
    background-position: 50%;
    height: 1px;
    margin-bottom: 24px;
    max-width: 415px;
    padding: 0 16px;
    position: absolute;
    top: 555px;
    width: 100%;
    z-index: 1
}

.matches__border_next {
    display: none
}

.matches__cards-control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.matches__cards-button, .matches__cards-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0
}

.matches__cards-button {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 40px);
    width: 95px
}

.matches__cards-next {
    padding-right: 40px;
    right: -10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    cursor: pointer;
    justify-content: flex-end;
    opacity: 0
}

.matches__cards-previous {
    cursor: pointer;
    left: -40px;
    opacity: 0
}

.matches__link {
    font-weight: 600;
    padding-top: 40px;
    text-transform: uppercase
}

.matches__card:hover:not(:focus-visible) .matches__background {
    opacity: 0
}

.matches__card:hover:not(:focus-visible) .matches__background_bg {
    opacity: 1
}

.matches__card:hover:not(:focus-visible) .matches__background_opacity {
    opacity: 1
}

.matches__card:hover:not(:focus-visible) .matches__background_no-noise {
    opacity: 0
}

.matches__card:hover:not(:focus-visible) .matches__card_nearest-2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.64%, rgba(54, 54, 54, .9)), color-stop(15.3%, rgba(49, 49, 49, .9)), color-stop(34.68%, rgba(44, 44, 44, .9)), color-stop(79.85%, rgba(0, 0, 0, .9)));
    background: linear-gradient(180deg, rgba(54, 54, 54, .9) 1.64%, rgba(49, 49, 49, .9) 15.3%, rgba(44, 44, 44, .9) 34.68%, rgba(0, 0, 0, .9) 79.85%);
    opacity: 1
}

.matches__wrapper:hover .matches__cards-next, .matches__wrapper:hover .matches__cards-previous {
    opacity: 1
}

.matches__cards-previous.swiper-button-disabled {
    opacity: 0
}

.standings {
    padding: 80px 0 120px
}

.standings__buttons {
    margin-bottom: 66px
}

.standings__button, .standings__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.standings__button {
    background: #000;
    border: 1px solid #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 40px;
    min-height: 68px;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.standings__button_active {
    background-color: #fff;
    color: #000
}

.standings__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.standings__content {
    display: none
}

.standings__content_active {
    display: block
}

.standings__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.standings__content-wrapper, .standings__selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.standings__selections {
    gap: 14px;
    width: 100%
}

.standings__selection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    min-height: 40px;
    padding: 8px 16px
}

.standings__selection-left {
    opacity: .5
}

.standings__selection-left, .standings__selection-right {
    margin-right: 10px
}

.standings__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.standings__sorting-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    opacity: .5
}

.standings__tabs {
    display: none;
    gap: 60px
}

.standings__tabs.active {
    display: block
}

.standings__tabs-control {
    gap: 50px;
    max-width: 296px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.standings__tabs-buttons, .standings__tabs-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.standings__tabs-button {
    border: 1px solid #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    padding: 11px;
    text-transform: uppercase
}

.standings__tabs-button_active {
    background-color: #fff;
    color: #000
}

.standings__tabs-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.standings__tabs-filters, .standings__tabs-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.standings__tabs-select {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px
}

.standings__tabs-select-description {
    margin-right: auto;
    opacity: .5
}

.standings__tabs-select-control {
    cursor: pointer
}

.standings__tabs-select-control:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.standings__tabs-select-wrapper {
    background-color: #000
}

.standings__tabs-select svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.standings__tabs-select[data-state=active] {
    border-radius: 20px 20px 0 0
}

.standings__tabs-select[data-state=active] .standings__tabs-select-wrapper {
    opacity: 1;
    z-index: 1
}

.standings__tabs-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0 0 20px 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    outline: 1px solid hsla(0, 0%, 100%, .7);
    top: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: -1
}

.standings__tabs-select-input {
    display: none
}

.standings__tabs-select-label {
    cursor: pointer;
    padding: 8px 16px
}

.standings__tabs-select-label.active {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    position: relative
}

.standings__tabs-select-label.active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M3.75 13.5 9 18.75l12-12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 24px
}

.standings__table {
    border-collapse: collapse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%
}

.standings__columns th {
}

.standings__columns {

    height: 46px;
    position: relative;
}

.standings__column {
    background: hsla(0, 0%, 100%, .07);
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100px
}

.standings__column img {
    display: inline
}

.standings__column:first-child {
    height: 50px;
    width: 45px
}

.standings__column:nth-child(2) {
    height: 50px;
    padding-left: 14px;
    text-align: left;
    width: 360px

}

.standings__column:nth-child(odd) {
    background: #333
}

.standings__column:nth-child(2n) {
    background: hsla(0, 0%, 100%, .07)
}

.standings__row {
    border-bottom: 12px solid transparent;
    height: 56px
}

.standings__row:last-child {
    border-bottom: none
}

.standings__row:nth-child(2n) .standings__cell-name {
    background: hsla(0, 0%, 7%, .8)
}

.standings__row:nth-child(2n) .standings__cell:nth-child(2n) {
    background: #111;
    color: #ffffff7c;
    opacity: .99
}

.standings__row:nth-child(odd) .standings__cell:nth-child(2n) {
    color: #ffffff7c
}

.standings__row:hover .standings__cell-name {
    background: transparent
}

.standings__row:hover .standings__cell:nth-child(2n) {
    background: rgba(0, 203, 19, .2);
    background: #262626;
    color: #ffffff7c;
    opacity: .99
}

.standings__row:hover .standings__cell:nth-child(odd) {
    background: rgba(0, 203, 19, .15);
    background: #1f1f1f
}

.standings__row:hover .standings__cell:first-child {
    height: 46px;
    overflow: hidden
}

.standings__row.torpedo .standings__cell-name {
    background: transparent
}

.standings__row.torpedo .standings__cell:nth-child(2n) {
    background: rgba(0, 203, 19, .2);
    color: #ffffff7c;
    opacity: .99
}

.standings__row.torpedo .standings__cell:nth-child(odd) {
    background: rgba(0, 203, 19, .18)
}

.standings__row.torpedo .standings__cell:first-child {
    height: 46px;
    overflow: hidden
}

.standings__cell {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    text-align: center
}

.standings__cell img {
    display: inline;
    max-height: 32px;
    max-width: 32px;
    overflow: hidden
}

.standings__cell span {
    vertical-align: super
}

.standings__cell_color {
    background: #1a1a1a;
    margin: -12px 0;
    opacity: 1 !important
}

.standings__cell:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1 !important;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.standings__cell-img {
    height: 32px;
    margin-right: 5px;
    max-height: 32px;
    max-width: 32px;
    overflow: hidden;
    width: 32px
}

.standings__cell:nth-child(odd) {
    background: #33333373;
    color: #ffffff7c;
    opacity: .9
}

.standings__cell:first-child {
    background: #000;
    opacity: 1
}

.standings__cell-content {
    background: #33333373;
    color: #fff;
    padding: 12px 0
}

.standings__cell-name {
    background: #000;
    color: #fff;
    padding-left: 14px
}

.standings__cell-name, .standings__chart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.standings__chart {
    background-image: url(../images/standings/bg-chart.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px
}

.standings__chart-canvas {
    height: 100% !important;
    max-height: 714px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100% !important
}

.standings__chart-arrow {
    display: none
}

.standings .customTooltip {
    background: #fff;
    display: none;
    padding: 32px;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    gap: 24px
}

.standings .customTooltip__title {
    font-family: Bebas Neue;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase
}

.standings .customTooltip__desc {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.standings .customTooltip__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 16px;
    width: 100%
}

.standings .customTooltip__tape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    opacity: .5
}

.standings .customTooltip__number, .standings .customTooltip__tape {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 13.5px
}

.standings .customTooltip__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-tables .tournament-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

.tournament-tables .tournament-table.youth {
    height: auto
}

.tournament-tables .tournament-table.youth .cell {
    font-size: 12px !important;
    line-height: 20px;
    padding: 3px 0
}

.tournament-tables .tournament-table .caption {
    margin: 8px 0;
    text-align: left
}

.tournament-tables .tournament-table .static-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.tournament-tables .tournament-table .static-left .places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.tournament-tables .tournament-table .static-left .places .cell.number:nth-child(odd) {
    background: #0e0e0e
}

.tournament-tables .tournament-table .scrolled-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tournament-tables .tournament-table .scrolled-center :nth-child(1n):nth-child(1n) {
    row-gap: 12px
}

.tournament-tables .tournament-table .scrolled-center .cell:nth-child(2n+3) {
    background: #0e0e0e
}

.tournament-tables .tournament-table .scrolled-center .cell:nth-child(2n+3).hover-tab {
    background: #ffffff1a
}

.tournament-tables .tournament-table .scrolled-center .cell:nth-child(2n+3).highlight {
    background-color: #003b08
}

.tournament-tables .tournament-table .scrolled-center.highlight {
    background-color: #003b08 !important
}

.tournament-tables .tournament-table .scrolled-center .conceded, .tournament-tables .tournament-table .scrolled-center .difference, .tournament-tables .tournament-table .scrolled-center .equal, .tournament-tables .tournament-table .scrolled-center .games, .tournament-tables .tournament-table .scrolled-center .loses, .tournament-tables .tournament-table .scrolled-center .scored, .tournament-tables .tournament-table .scrolled-center .wins {
    color: hsla(0, 0%, 100%, .5);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.tournament-tables .tournament-table .scrolled-center .difference .cell:nth-child(1n+2), .tournament-tables .tournament-table .scrolled-center .equal .cell:nth-child(1n+2), .tournament-tables .tournament-table .scrolled-center .games .cell:nth-child(1n+2), .tournament-tables .tournament-table .scrolled-center .scored .cell:nth-child(1n+2) {
    background: #121212
}

.tournament-tables .tournament-table .scrolled-center .difference .highlight, .tournament-tables .tournament-table .scrolled-center .equal .highlight, .tournament-tables .tournament-table .scrolled-center .games .highlight, .tournament-tables .tournament-table .scrolled-center .scored .highlight {
    background-color: #003305 !important
}

.tournament-tables .tournament-table .scrolled-center .balls, .tournament-tables .tournament-table .scrolled-center .conceded, .tournament-tables .tournament-table .scrolled-center .difference, .tournament-tables .tournament-table .scrolled-center .equal, .tournament-tables .tournament-table .scrolled-center .games, .tournament-tables .tournament-table .scrolled-center .loses, .tournament-tables .tournament-table .scrolled-center .scored, .tournament-tables .tournament-table .scrolled-center .wins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase
}

.tournament-tables .tournament-table .scrolled-center .balls .cell, .tournament-tables .tournament-table .scrolled-center .conceded .cell, .tournament-tables .tournament-table .scrolled-center .difference .cell, .tournament-tables .tournament-table .scrolled-center .equal .cell, .tournament-tables .tournament-table .scrolled-center .games .cell, .tournament-tables .tournament-table .scrolled-center .loses .cell, .tournament-tables .tournament-table .scrolled-center .scored .cell, .tournament-tables .tournament-table .scrolled-center .wins .cell {
    min-width: 100px;
    text-align: center
}

.tournament-tables .tournament-table .scrolled-center .balls .cell {
    white-space: nowrap
}

.tournament-tables .tournament-table .scrolled-center .teams-command {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: nowrap
}

.tournament-tables .tournament-table .scrolled-center .games {
    margin-left: auto
}

.tournament-tables .tournament-table .static-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    min-width: 100px;
    text-transform: uppercase
}

.tournament-tables .tournament-table .static-right:nth-child(1n) {
    row-gap: 12px
}

.tournament-tables .tournament-table .static-right .cell:nth-child(2n+3) {
    background: #0e0e0e
}

.tournament-tables .tournament-table .static-right .cell:nth-child(2n+3).hover-tab {
    background: #ffffff1a
}

.tournament-tables .tournament-table .static-right .games-count {
    color: hsla(0, 0%, 100%, .5)
}

.tournament-tables .tournament-table .static-right .cell {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 10px;
    text-align: center
}

.tournament-tables .tournament-table .cell {
    padding: 11px 10px 11px 14px;
    position: relative;
    text-align: left
}

.tournament-tables .tournament-table .cell.head {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 14px;
    text-align: center
}

.tournament-table .head {
    background: #333
}

.tournament-table .scrolled-center :nth-child(odd) .head, .tournament-table .static-right .head {
    background: hsla(0, 0%, 100%, .07)
}

.number span {
    background: #121212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    text-align: center;
    width: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    justify-content: center;
    line-height: normal
}

.tournament-tables .tournament-table .cell.head.with-padding {
    text-align: left
}

.tournament-tables .tournament-table .cell.number {
    color: #c6c8cf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 46px;
    max-width: 60px;
    padding: 0 35px 0 0;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-tables .tournament-table .cell.number:before {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    content: "";
    display: inline-block;
    height: calc(100% - 1px);
    left: 0;
    position: absolute;
    top: 0;
    width: 4px
}

.tournament-tables .tournament-table .cell.number .logo {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    right: 2px;
    top: calc(50% - 15px);
    width: 32px
}

.tournament-tables .tournament-table .cell.number.green-marker:before {
    background-color: #00df75
}

.tournament-tables .tournament-table .cell.number.yellow-marker:before {
    background-color: #ffda45
}

.tournament-tables .tournament-table .cell.number.light-red-marker:before {
    background-color: #ffdbdb
}

.tournament-tables .tournament-table .cell.number.red-marker:before {
    background-color: #ff4343
}

.tournament-tables .tournament-table .cell.number.without-right-icon {
    padding-right: 22px;
    width: 5.5%
}

.tournament-tables .tournament-table .cell.team {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 8px;
    padding-right: 43px;
    position: relative;
    width: 100%
}

.tournament-tables .tournament-table .cell.team .logo {
    height: 20px;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: calc(50% - 10px);
    width: 20px
}

.tournament-tables .tournament-table .cell.team.up-triangle:before {
    background: url(../img/icons/green-triangle.svg) 50%/contain no-repeat;
    display: block
}

.tournament-tables .tournament-table .cell.team.down-triangle:before {
    background: url(../img/icons/red-triangle.svg) 50%/contain no-repeat;
    display: block
}

.tournament-tables .tournament-table .cell.goals-count {
    width: 8.49%
}

.tournament-tables .tournament-table .cell.highlight {
    background-color: #003b08 !important
}

.tournament-tables .tournament-table .cell.number.highlight span {
    background: #003305 !important
}

.tournament-tables .tournament-table .hover-tab {
    background: #ffffff1a;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.tournament-tables .tournament-table .hover-tab .cell {
    background-color: transparent !important
}

.tournament-tables .tournament-table .hover-tab .cell.number span {
    background-color: hsla(0, 0%, 100%, .2) !important
}

.tickets {
    background-image: url(../../images/tickets/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 80px 0
}

.tickets__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tickets__top-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.tickets__top-link {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.tickets__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tickets__info {
    font-weight: 600;
    position: relative;
    text-decoration-line: underline;
    text-transform: uppercase;
    z-index: 1
}

.tickets__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.tickets__card {
    margin-right: 10px;
    min-height: 620px;
    padding: 16px;
    position: relative;
    width: 446px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    flex-shrink: 0;
    overflow: hidden
}

.tickets__card, .tickets__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tickets__card-content {
    margin-bottom: auto;
    min-height: 239px;
    width: 100%
}

.tickets__card-content_other {
    padding-top: 78px
}

.tickets__card-content_other-2 {
    background: var(--black-70, rgba(0, 0, 0, .7));
    border-radius: 20px
}

.tickets__card:last-child {
    margin-right: 0
}

.tickets__background {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(19.63%, rgba(0, 0, 0, .5)), color-stop(33.05%, rgba(0, 0, 0, .57)), color-stop(48.66%, rgba(0, 0, 0, .66)), color-stop(64.87%, rgba(0, 0, 0, .75)), to(rgba(0, 0, 0, .9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5) 19.63%, rgba(0, 0, 0, .57) 33.05%, rgba(0, 0, 0, .66) 48.66%, rgba(0, 0, 0, .75) 64.87%, rgba(0, 0, 0, .9));
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.tickets__background-nearest {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), color-stop(19.63%, rgba(0, 0, 0, .5)), color-stop(33.05%, rgba(0, 0, 0, .57)), color-stop(48.66%, rgba(0, 0, 0, .68)), color-stop(64.87%, rgba(0, 0, 0, .84)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .5) 19.63%, rgba(0, 0, 0, .57) 33.05%, rgba(0, 0, 0, .68) 48.66%, rgba(0, 0, 0, .84) 64.87%, #000)
}

.tickets__background-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.tickets__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    margin-bottom: 44px
}

.tickets__card-top_other {
    display: none
}

.tickets__card-top_other-2 {
    padding-top: 20px
}

.tickets__title-logo {
    margin-right: 10px;
    width: 24px
}

.tickets__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    position: absolute;
    top: 78px;
    z-index: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.tickets__logos_other {
    top: 100px
}

.tickets__img {
    max-height: 100px;
    min-height: 100px;
    width: 100%
}

.tickets__logo-left, .tickets__logo-right {
    height: 100%;
    max-width: 100px;
    min-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.tickets__img-middle {
    margin: auto;
    width: 22px
}

.tickets__text {
    color: var(--white-100, #fff);
    position: relative;
    z-index: 1
}

.tickets__text, .tickets__text_locate {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center
}

.tickets__text_locate {
    opacity: .7;
    padding-top: 6px
}

.tickets__text_other {
    margin-bottom: 12px
}

.tickets__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 228px;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tickets__info-box_nearest {
    max-width: 280px
}

.tickets__info-title {
    font-size: 44px;
    margin-bottom: 5px
}

.tickets__account, .tickets__info-title {
    font-family: Bebas Neue Cyrillic;
    font-weight: 400;
    text-transform: uppercase
}

.tickets__account {
    font-size: 80px;
    font-style: normal;
    line-height: 100%;
    margin-top: 10px;
    position: relative;
    z-index: 1
}

.tickets__logo-bet {
    margin-bottom: 6px;
    margin-top: 13px;
    width: 87px
}

.tickets__bet-box {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tickets__bet-box, .tickets__bets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.tickets__bets {
    margin-bottom: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tickets__bet {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-right: 4px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tickets__bet_active {
    background: hsla(0, 0%, 100%, .2);
    border: none
}

.tickets__bet:last-child {
    margin-right: 0
}

.tickets__program-link {
    background: hsla(0, 0%, 100%, .2);
    margin-bottom: 24px
}

.tickets__program-link, .tickets__purchase-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    height: 44px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.tickets__purchase-link {
    background: #fff;
    color: #000
}

.tickets__purchase-link:hover.op-1 {
    opacity: 1 !important
}

.tickets__border {
    border: 1px dashed hsla(0, 0%, 100%, .7);
    height: 1px;
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    z-index: 1
}

.tickets__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    opacity: 0;
    top: 0;
    width: 82px
}

.tickets__arrow-next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0
}

.tickets__arrow-previous {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tickets__arrow.swiper-button-disabled {
    opacity: 0 !important
}

.tickets__wrapper:hover .tickets__arrow {
    opacity: 1
}

.crew {
    overflow: hidden;
    padding-bottom: 120px;
    padding-top: 80px
}

.crew__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crew__text-box, .crew__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crew__text-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px;
    width: 100%
}

.crew__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.crew__all-link {
    cursor: pointer;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: uppercase
}

.crew__slider {
    max-width: 900px;
    position: relative
}

.crew__cards {
    background-color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 646px;
    padding-top: 40px
}

.crew__card {
    max-width: 925px;
    padding-left: 52px;
    padding-right: 89px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 66px;
    opacity: .5;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.crew__card, .crew__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.crew__card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 270px;
    z-index: 2
}

.crew__card-number {
    font-family: Bebas Neue Cyrillic;
    font-size: 190px;
    font-weight: 400;
    line-height: 120%;
    opacity: .1;
    text-align: center;
    text-transform: uppercase
}

.crew__card-profession {
    line-height: normal;
    margin-bottom: 5px;
    opacity: .7;
    text-align: center
}

.crew__card-name {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    max-width: 234px;
    text-align: center;
    text-transform: uppercase
}

.crew__card-border {
    background: #fff;
    height: 1px;
    width: 100%
}

.crew__card-achievements-box {
    width: 100%
}

.crew__card-achievements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    padding: 15px 24px;
    width: 100%
}

.crew__card-text {
    line-height: normal;
    opacity: .7
}

.crew__card-counter {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    opacity: .9
}

.crew__card-profile {
    isolation: isolate;
    min-height: 629px;
    position: relative;
    width: 100%
}

.crew__img {
    -o-object-fit: cover;
    object-fit: cover
}

.crew__card-image, .crew__img {
    /*height: 100%;*/
    position: relative;
    width: 100%;
    z-index: 1
}

.crew__background {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.crew__green {
    background: #00cb14;
    border-radius: 409px;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    height: 409px;
    opacity: .6;
    position: absolute;
    right: 27%;
    top: 27%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    will-change: filter
}

.crew__black {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    height: 220px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 742px;
    z-index: 2
}

.crew__cards-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    bottom: 25px;
    cursor: pointer;
    height: 629px;
    justify-content: flex-end;
    width: 82px;
    z-index: 1
}

.crew__cards-arrow_bottom {
    bottom: 0;
    height: 100%
}

.crew__arrow-left {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.crew__arrow-right {
    right: 20px
}

.crew__card.swiper-slide-active {
    opacity: 1
}

.store {
    background-color: #fff;
    color: #000;
    overflow: hidden;
    padding: 80px 0 65px
}

.store__card-content, .store__link-wrapper, .store__slider-control, .store__slider-wrapper, .store__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.store__top {
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.store__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.store__link {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 40px
}

.store__slider-wrapper {
    margin-bottom: 24px
}

.store__card {
    /*height: 696px;*/

    border-left: 1px solid rgba(0, 0, 0, .2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    position: relative;

    -ms-flex-negative: 0;
    flex-shrink: 0
}

.store__card:not(:last-child) {
    margin-right: 10px
}

.store__card-top {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2);

    position: relative;
    width: 447px
}

.store__card-image {
    height: 100%;
    width: 100%
}

.store__card-label {
    background-color: #000;
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    line-height: normal;
    padding: 3px 6px;
    position: absolute;
    right: -1px;
    text-transform: uppercase;
    top: -1px;
}

.store__card-label_green {
    background-color: #00cb14
}

.store__card-content {
    padding: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

.store__link-wrapper {
    min-height: 70px;
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    bottom: 0;
}

.store__link-wrapper a {
    font-family: Bebas Neue Cyrillic;
    font-weight: 400;
    font-style: Regular;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.store__card-link {
    font-family: Bebas Neue;
    text-decoration: none
}

.store__card-link:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.store__slider-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.store__button-previous, .store__scrollbar {
    margin-left: 24px;
    margin-right: 24px
}

.store__scrollbar {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 120px;
    height: 4px;
    width: 100%
}

.card-left {
    max-width: 325px
    /*max-width: 198px*/
}

.card-left__title {
    font-family: Bebas Neue;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

.card-left__text {
    display: -webkit-box;
    opacity: .5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-right {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.card-right__text {
    color: var(--black-30, rgba(0, 0, 0, .3));
    text-decoration-line: line-through;
    text-transform: uppercase;
    text-align: right;
}

.price__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-weight: 400;
    font-style: Regular;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.price__currency {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase
}

.swiper-scrollbar-drag {
    background-color: #000;
    border-radius: 120px;
    height: 100%
}

.abvert {
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.abvert__card, .abvert__card-left, .abvert__card-links, .abvert__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.abvert__card {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #111;
    flex-grow: 1;
    padding: 100px 40px
}

.abvert__card_blur {
    margin-right: 10px;
    overflow: hidden;
    padding: 40px 51px 40px 40px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 0
}

.abvert__card_blur:after {
    background: #00cb14;
    border-radius: 438px;
    bottom: 25px;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 438px;
    position: absolute;
    right: 79px;
    width: 127px;
    z-index: -1
}

.abvert__card-left {
    max-width: 321px;
    min-height: 389px;
    padding: 39px 0 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.abvert__text {
    font-family: Inter;
    margin-bottom: 5px;
    opacity: .7
}

.abvert__card-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: auto;
    text-transform: uppercase
}

.abvert__card-links {
    max-width: 275px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.progress {
    overflow: hidden;
    padding: 80px 0
}

.progress__card, .progress__slider, .progress__slider-wrapper, .progress__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress__slider {
    width: 100%
}

.progress__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.progress__card {
    padding: 16px 20px 20px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: url(../../images/progress/noise.png), -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: url(../../images/progress/noise.png), linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 505px;
    overflow: hidden;
    width: 332px;
    z-index: 0
}

.progress__card:not(:last-child) {
    margin-right: 10px
}

.progress__card-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: 100%;
    z-index: -1
}

.progress__card:hover:not(:focus-visible) .progress__card-image {
    opacity: 1
}

.progress__card-icon {
    max-width: 120px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.progress__card-icon, .progress__card-icon img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    margin-right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.progress__card-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    left: 0;
    max-height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
}

.progress__card:hover:not(:focus-visible) .progress__card-icon img {
    -webkit-filter: none;
    filter: none
}

.progress__card-info, .progress__card-text {
    font-family: Bebas Neue Cyrillic;
    text-transform: uppercase
}

.progress__card-info {
    font-size: 128px
}

.progress__card-text {
    font-size: 32px
}

.progress__card-text_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    font-family: Bebas Neue Cyrillic;
    padding-bottom: 6px
}

.progress__card-text_bottom img {
    height: 20px;
    overflow: hidden;
    width: 20px
}

.progress__card-text_medal {
    opacity: .7
}

.fans {
    background-image: url(../../images/fans/fans-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 668px;
    overflow: hidden
}

.fans__slider-wrapper, .fans__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans__wrapper {
    padding: 80px 0
}

.fans__card-title, .fans__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.fans__title {
    margin-right: 7px
}

.fans__card-title {
    margin-bottom: 12px
}

.fans__slider {
    overflow: hidden;
    position: relative;
    right: -40px
}

.fans__card {
    min-height: 508px;
    position: relative;
    width: 447px;
    z-index: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fans__card:not(:last-child) {
    margin-right: 10px
}

.fans__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 24px
}

.fans__card-content, .fans__card-image {
    height: 100%;
    position: absolute;
    width: 100%
}

.fans__card-image {
    -o-object-fit: cover;
    object-fit: cover;
    right: 0;
    top: 0;
    z-index: -1
}

.fans__slider-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.fans__slider-next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: 0
}

.fans__slider-previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.fans__slider-previous.swiper-button-disabled {
    opacity: 0
}

.partners {
    background: #000;
    padding: 120px 0 80px
}

.partners__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 404px
}

.partners__wrapper, .slider, .slider__container, .slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slider__container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.slider__card:not(:last-child), .slider__wrapper {
    margin-right: 10px
}

.slider__wrapper {
    position: relative
}

.slider__title {
    margin-right: 29px;
    max-width: 273px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.slider__card {
    background: hsla(0, 0%, 100%, .05);
    max-height: 162px;
    min-height: 162px;
    width: 333px
}

.slider__card img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.slider__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 162px;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider__button-previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.slider__button-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: 0
}

.slider__button-previous.swiper-button-disabled {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.footer {
    background: #000;
    padding: 20px 0
}

.footer__container {
    padding: 0 200px;
    position: relative
}

.footer__background {
    opacity: .5
}

.footer__background-image {
    height: 100%;
    width: 100%
}

.footer__wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(100%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .24) 100%, rgba(0, 0, 0, 0) 0);
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    gap: 18px;
    padding-bottom: 40px;
    top: -70px
}

.footer__lists, .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.footer__lists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 18px;
    gap: 44px 18px;
    justify-content: space-between;
    line-height: 120%
}

.footer__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase
}

.footer__item {
    font-size: 18px
}

.footer__item:not(:last-child) {
    margin-bottom: 12px
}

.footer__link {
    color: hsla(0, 0%, 100%, .7);
    text-decoration: none
}

.footer__link img {
    width: 32px
}

.footer__social-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 120px
}

.footer__social-itm {
    margin-bottom: 24px;
    width: 32px
}

.footer__bottom {
    margin-top: -50px
}

.footer__copyright {
    font-size: 16px;
    opacity: .4;
    position: relative
}

.footer__copyright span:first-child {
    padding-bottom: 8px
}

.footer__copyright #copyright-year {
    display: inline
}

.footer__copyright a {
    cursor: pointer;
    display: inline;
    text-decoration: none
}

.accreditation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    color: #000;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    padding: 80px 30px;
    z-index: 11
}

.accreditation__breadcrumb {
    margin-bottom: 80px
}

.accreditation__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 50px;
    text-align: left;
    text-transform: uppercase
}

.accreditation__text {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.accreditation__img {
    width: 100%
}

.accreditation__bg-image {
    max-width: 680px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -130px;
    width: 100%;
    z-index: 1
}

.accreditation__bg-image-tablet {
    display: none
}

.accreditation__content {
    background-color: #fff;
    max-width: 1006px
}

.accreditation__accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.accreditation__map {
    margin-bottom: 40px
}

.accreditation__map-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.accreditation__map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.accreditation__map-address {
    font-style: normal;
    margin-right: 40px;
    max-width: 380px;
    padding: 20px 0
}

.accreditation__accordion-text, .accreditation__map-text {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px
}

.accreditation__accordion-text:last-child, .accreditation__map-text:last-child {
    margin-bottom: 0
}

.accreditation__accordion-text-ul, .accreditation__map-text {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px
}

.accreditation__accordion-text-ul:last-child, .accreditation__map-text:last-child {
    margin-bottom: 0
}

.accreditation__map-info, .accreditation__map-link {
    font-family: Bebas Neue Cyrillic;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 32px
}

.accreditation__map-link {
    display: block;
    text-decoration: none
}

.accreditation__map-link:last-of-type {
    text-decoration: underline
}

.accreditation__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px
}

.accreditation__social-item:not(:last-child) {
    margin-right: 24px
}

.accreditation__map-right {
    background-image: url(../../images/contacts/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.accreditation__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    max-width: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.accreditation__accordion-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    cursor: pointer;
    justify-content: space-between;
    padding: 60px 0 40px
}

.accreditation__accordion-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    margin-right: 40px
}

.accreditation__accordion-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    will-change: height
}

.accreditation__accordion-info, .accreditation__accordion-link {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase
}

.accreditation__accordion-item-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 24px
}

.accreditation__accordion-link {
    display: block;
    text-decoration: none
}

.accreditation__accordion-link:last-of-type {
    margin-bottom: 0
}

.accreditation__accordion-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.accreditation__accordion-files, .accreditation__accordion-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.accreditation__accordion-files {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    margin-right: 24px
}

.accreditation__accordion-item-logo {
    margin-right: 12px;
    max-width: 64px
}

.accreditation__accordion-item-size, .accreditation__accordion-item-title {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.accreditation__accordion-item-size {
    color: rgba(0, 0, 0, .5);
    margin-left: 8px
}

.accreditation__accordion-item-download {
    max-width: 24px
}

.accreditation .accordion-accreditation-content__wrapper a {
    cursor: pointer;
    display: inline
}

.accreditation .accordion-accreditation-content__wrapper img {
    height: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.open .accreditation__accordion-content {
    height: 100%;
    opacity: 1;
    padding: 20px 0 40px
}

.open .accreditation__icon-wrapper {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.contacts-hero {
    height: 750px;
    padding: 94px 0 0;
    position: relative
}

.contacts-hero__background {
    height: 750px;
    position: absolute;
    top: 0;
    width: 100%
}

.contacts-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.contacts-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.contacts-hero__breadcrumb {
    margin-bottom: 80px
}

.contacts-hero__container {
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.contacts-hero__container, .contacts-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-hero__content {
    height: 450px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px
}

.contacts-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.contacts-hero__subtitle {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 11
}

.contacts__breadcrumb, .contacts__title {
    margin-bottom: 80px
}

.contacts__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase
}

.contacts__icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.open .contacts__icon-wrapper {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.contacts__content {
    background-color: #191919;
    padding: 40px
}

.contacts__map {
    margin-bottom: 40px
}

.contacts__map-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.contacts__map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts__map-address {
    font-style: normal;
    margin-right: 40px;
    max-width: 380px;
    padding: 20px 0
}

.contacts__accordion-text, .contacts__map-text {
    color: var(--white-70, hsla(0, 0%, 100%, .7));
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px
}

.contacts__map-info, .contacts__map-link {
    font-family: Bebas Neue Cyrillic;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 32px
}

.contacts__map-link {
    display: block;
    text-decoration: none
}

.contacts__map-link:last-of-type {
    text-decoration: underline
}

.contacts__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px
}

.contacts__social-item:not(:last-child) {
    margin-right: 24px
}

.contacts__map-right {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.contacts__accordion-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #333;
    cursor: pointer;
    justify-content: space-between;
    padding: 40px 0
}

.contacts__accordion-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    margin-right: 40px
}

.contacts__accordion-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 24px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    will-change: max-height
}

.contacts__accordion-info, .contacts__accordion-link {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase
}

.contacts__accordion-link {
    display: block;
    text-decoration: none
}

.contacts__accordion-link:last-of-type {
    margin-bottom: 0
}

.open .contacts__accordion-content {
    opacity: 1;
    padding: 20px 0 40px
}

.teams {
    padding-top: 72px
}

.teams__image-wrapper {
    height: 100%;
    max-height: 590px;
    position: absolute;
    right: 0;
    top: -9px;
    width: 71%
}

.teams__image-wrapper:after {
    background: radial-gradient(48% 60% at 51% 39%, transparent, #000);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.teams__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.teams__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 510px;
    padding-bottom: 40px
}

.teams__breadcrumb {
    margin-bottom: auto
}

.teams__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.teams__title:after {
    background: #00cb14;
    border-radius: 544px;
    bottom: -70px;
    content: "";
    -webkit-filter: blur(125px);
    filter: blur(125px);
    height: 103px;
    left: -74px;
    opacity: .6;
    position: absolute;
    width: 544px;
    z-index: -1
}

.teams__text {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 414px;
    z-index: 1
}

.teams__list {
    padding-bottom: 110px
}

.teams__item, .teams__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.teams__item {
    padding: 20px;
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border: 1px solid #fff;
    flex-grow: 1;
    min-height: 500px
}

.teams__item:not(:last-child) {
    margin-right: -1px
}

.teams__item_green {
    background: url(../../images/progress/noise.png), -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: url(../../images/progress/noise.png), linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.teams__item-content {
    position: relative;
    z-index: 1
}

.teams__item-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
    -webkit-transition: text-align .4s ease-in-out;
    transition: text-align .4s ease-in-out
}

.teams__item-text {
    opacity: .7
}

.teams__item-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.teams__item-image_green {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.teams__item_green:hover:not(:focus-visible) .teams__item-image_green {
    opacity: .4
}

.teams__item_textless:hover:not(:focus-visible) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.teams__item_textless:hover:not(:focus-visible) p {
    display: none
}

.teams__item-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.teams__tabs-list {
    background-color: #000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 5px;
    top: 72px;
    z-index: 2
}

.teams__tabs-list:after {
    background-color: #000;
    content: "";
    height: 69px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.teams__tabs-button {
    border: 1px solid #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    height: 100%;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    z-index: 1
}

.teams__tabs-button_active {
    background-color: #fff;
    color: #000
}

.teams__tabs-content {
    display: none
}

.teams__tabs-content_active {
    display: block;
    padding-bottom: 80px
}

.teams__members {
    padding: 120px 0 80px
}

.teams__members-title {
    color: var(--white-30, hsla(0, 0%, 100%, .3));
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase
}

.teams__members-wrapper {
    position: relative
}

.teams__members-wrapper:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(transparent), color-stop(transparent), to(#000));
    background: linear-gradient(180deg, #000, transparent, transparent, #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.teams__members-image {
    width: 100%
}

.teams__players {
    padding: 40px 0 120px
}

.teams__players-list {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: -125px
}

.teams__players-item {
    margin-bottom: 40px;
    max-width: 457px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    cursor: pointer;
    flex-grow: 1;
    max-height: 617px;
    min-height: 617px;
    overflow: hidden
}

.teams__players-content, .teams__players-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.teams__players-content {
    position: absolute;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Bebas Neue Cyrillic;
    padding: 32px 37px;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.teams__players-number {
    font-size: 100px
}

.teams__players-name, .teams__players-number {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.teams__players-name {
    font-size: 32px
}

.teams__players-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    top: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.teams__players-image {
    height: 100%;
    max-height: 612px;
    max-width: 535px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    width: 100%
}

.teams__players-green {
    border-radius: 391px;
    -webkit-filter: blur(120px);
    filter: blur(120px);
    height: 391px;
    left: 200px;
    position: absolute;
    top: 69px;
    width: 100px
}

.teams__players-black {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    height: 213px;
    position: absolute;
    right: 0;
    width: 100%
}

.teams__players-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 20px;
    height: 100%;
    opacity: 0;
    right: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 100%
}

.teams__players-buttons-wrapper {
    display: none;
    z-index: 1
}

.teams__players-buttons-background {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(6, 122, 18, .35)), color-stop(99.81%, rgba(0, 208, 20, 0))), rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(6, 122, 18, .35) .19%, rgba(0, 208, 20, 0) 99.81%), rgba(0, 0, 0, .5);
    height: 100%;
    position: absolute;
    width: 100%
}

.teams__players-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: var(--white-20, hsla(0, 0%, 100%, .2));
    font-weight: 500;
    justify-content: center;
    margin-bottom: 10px;
    padding: 16px 20px;
    text-transform: uppercase;
    width: 300px
}

.teams__players-button_white {
    background-color: #fff;
    color: #000;
    margin: 0
}

.teams__players-title {
    color: var(--white-30, hsla(0, 0%, 100%, .3));
    font-family: Bebas Neue Cyrillic;
    font-size: 150px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.teams__coach {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: 1px solid #ffffff66;
    border-top: 1px solid #ffffff66;
    justify-content: space-between;
    min-height: 535px;
    padding: 0 40px;
    position: relative
}

.teams__coach-left, .teams__coach-right {
    min-height: 520px
}

.teams__coach-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 60px
}

.teams__coach-title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 44px;
    margin-bottom: 8px
}

.teams__coach-subtitle, .teams__coach-title {
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.teams__coach-subtitle {
    color: var(--white-100, #fff);
    font-size: 100px;
    margin-bottom: auto;
    max-width: 530px
}

.teams__coach-texts {
    margin-bottom: 74px
}

.teams__coach-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.teams__coach-link {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 0;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-transform: uppercase;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.teams__coach-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    justify-content: center;
    max-width: 545px;
    position: absolute;
    right: 40px;
    width: 100%
}

.teams__coach-background {
    height: 100%;
    max-height: 520px;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.teams__coach-background:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(6, 122, 18, .35)), color-stop(99.81%, rgba(0, 208, 20, 0))), rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(6, 122, 18, .35) .19%, rgba(0, 208, 20, 0) 99.81%), rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%
}

/*.teams__coach-right:hover:not(:focus-visible) .teams__coach-background:after {*/
/*    opacity: 1*/
/*}*/

.teams__coach-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 70px;
    object-position: 0 70px;
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    width: 100%;
    z-index: 1
}

.teams__coach-green {
    border-radius: 391px;
    bottom: 0;
    -webkit-filter: blur(119.39102px);
    filter: blur(119.39102px);
    height: 391px;
    position: absolute;
    width: 100px
}

.teams__coach-black {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    height: 100px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

.teams__coaches {
    display: grid;
    gap: 40px 10px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 120px
}

.teams__coaches-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 550px;
    overflow: hidden
}

.teams__coaches-card-link {
    z-index: 2
}

.teams__coaches-card-link, .teams__coaches-green_hover {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.teams__coaches-green_hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(6, 122, 18, .35)), color-stop(99.81%, rgba(0, 208, 20, 0))), rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(6, 122, 18, .35) .19%, rgba(0, 208, 20, 0) 99.81%), rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    z-index: 1
}

.teams__coaches-card:hover:not(:focus-visible) .teams__coaches-green_hover {
    opacity: 1
}

.teams__coaches-green {
    border-radius: 391px;
    bottom: 36px;
    content: "";
    -webkit-filter: blur(119.39102px);
    filter: blur(119.39102px);
    height: 391px;
    position: absolute;
    width: 100px
}

.teams__coaches-black {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37.22%, rgba(0, 0, 0, 0)), color-stop(92.39%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.22%, #000 92.39%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1
}

.teams__coaches-image {
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 60px;
    width: auto
}

.teams__coaches-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 36px 16px;
    top: 71%;
    width: 100%;
    z-index: 1
}

.teams__coaches-content-wrapper {
    min-height: 81px;
    text-align: center;
    width: 100%
}

.teams__coaches-name {
    border-bottom: 1px solid hsla(0, 0%, 72%, .4);
    font-family: Bebas Neue Cyrillic;
    font-size: 28px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-transform: uppercase
}

.teams__coaches-description {
    font-size: 18px;
    opacity: .7
}

.teams__players-item:hover:not(:focus-visible) .teams__players-buttons {
    opacity: 1
}

.teams__players-item.no-hover:hover:not(:focus-visible) .teams__players-buttons {
    opacity: 0
}

.teams__players-item.no-hover {
    cursor: default
}

.search {
    margin-top: -568px;
    padding-bottom: 120px;
    position: relative;
    z-index: 11
}

.search__form {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 12px
}

.search__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent;
    flex-grow: 1;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    line-height: 100%
}

.search__close {
    padding: 0 20px
}

.search__tabs-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 0 30px
}

.search__tabs-list, .search__tabs-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search__tabs-button {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    line-height: 120%;
    padding: 0 47px 8px;
    text-transform: uppercase
}

.search__tabs-button:first-child {
    padding: 0 65px 8px
}

.search__tabs-button_active {
    border-bottom: 1px solid #fff
}

.search__tabs-content {
    display: none
}

.search__tabs-content_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search__result {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    text-transform: uppercase
}

.search__result-text {
    margin-right: 15px
}

.search__content-button {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 16px;
    text-transform: uppercase;
    width: 300px
}

.news {
    display: grid;
    margin: 0 auto 40px;
    width: 100%;
    grid-gap: 10px;
    grid-auto-flow: dense;
    grid-auto-rows: 520px;
    grid-template-columns: repeat(12, 1fr)
}

.news__post {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.news__post-background {
    height: 100%;
    position: absolute;
    width: 100%
}

.news__post-background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news__post-background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news__post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: 100%;
    justify-content: flex-end;
    padding: 24px;
    width: 100%
}

.news__post-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px
}

.news__post-date {
    opacity: .7
}

.news__post_1 {
    grid-column-end: span 3
}

.news__post_2 {
    grid-column-end: span 4
}

.news__post_3 {
    grid-column-end: span 6
}

.news__post_4 {
    grid-column-end: span 8
}

.fans-nav {
    padding: 92px 0 145px;
    position: relative
}

.fans-nav__background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.75%, rgba(0, 0, 0, .6)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, .6) -2.75%, #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fans-nav__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.fans-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fans-nav__breadcrumb {
    margin-bottom: 80px
}

.fans-nav__title {
    margin-bottom: 60px;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    text-transform: uppercase
}

.fans-nav__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fans-nav__item, .fans-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-nav__item {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fans-nav__link {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 100%;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.fans-nav__link_active {
    border-bottom: 1px solid #fff
}

.fans-slider {
    background-image: url(../../images/fans/slider-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 44px 0 80px
}

.fans-slider__container, .fans-slider__content, .fans-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-slider__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px
}

.fans-slider__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 44px;
    max-width: 280px;
    text-transform: uppercase
}

.fans-slider__text {
    font-size: 18px;
    margin-bottom: 44px
}

.fans-slider__modal-button {
    background: #fff;
    color: #000;
    font-weight: 500;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.fans-slider__swiper {
    overflow: hidden;
    position: relative;
    right: -40px
}

.fans-slider__card {
    min-height: 620px;
    position: relative;
    width: 447px;
    z-index: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fans-slider__card:not(:last-child) {
    margin-right: 10px
}

.fans-slider__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: 100%;
    justify-content: flex-end;
    padding: 24px;
    width: 100%
}

.fans-slider__card-subtitle {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 12px;
    text-transform: uppercase
}

.fans-slider__card-text {
    opacity: .7
}

.fans-slider__card-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.fans-slider__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.fans-slider__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: 0
}

.fans-slider__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.fans-slider__previous.swiper-button-disabled {
    opacity: 0
}

.fans-club {
    padding: 80px 0
}

.fans-club__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fans-club__left {
    margin-right: 20px;
    max-width: 615px
}

.fans-club__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 400px;
    text-transform: uppercase
}

.fans-club__text {
    font-size: 18px
}

.fans-club__text:first-of-type {
    margin-bottom: 20px
}

.fans-club__right {
    display: grid;
    max-width: 685px;
    position: relative;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 105px)
}

.fans-club__right:before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(78.5%, rgba(0, 0, 0, .58)), to(#000));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .58) 78.5%, #000);
    content: "";
    height: 144px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fans-club__right:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    content: "";
    height: 146px;
    left: 0;
    position: absolute;
    width: 100%
}

.fans-club__card:first-child {
    grid-row: span 2
}

.fans-club__card:nth-child(2) {
    grid-row: span 3
}

.fans-club__card:nth-child(3) {
    grid-row: span 3
}

.fans-club__card:nth-child(4) {
    grid-row: span 3
}

.fans-club__card:nth-child(5) {
    grid-row: span 1
}

.fans-club__card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fans-entry {
    overflow: hidden;
    padding: 80px 0
}

.fans-entry__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fans-entry__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 60px;
    text-transform: uppercase
}

.fans-entry__swiper {
    margin-bottom: 60px
}

.fans-entry__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-entry__card {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fans-entry__card:not(:last-child) {
    margin-right: 20px
}

.fans-entry__card-image {
    margin-bottom: 24px
}

.fans-entry__card-subtitle {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase
}

.fans-entry__card-text {
    font-size: 18px
}

.fans-entry__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.fans-entry__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(74.5%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 74.5%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: -30px
}

.fans-entry__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -30px
}

.fans-entry__link {
    max-width: 496px;
    padding: 26px;
    text-align: center;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #fff;
    color: #000;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase
}

.fans-entry__previous.swiper-button-disabled {
    opacity: 0
}

.loyal-nav {
    padding: 92px 0 60px;
    position: relative
}

.loyal-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.loyal-nav__item, .loyal-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loyal-nav__item {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.loyal-nav__item:nth-child(-n+3) {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.loyal-nav__link {
    border: 1px solid #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 100%;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.loyal-nav__link_active {
    background-color: #fff;
    color: #000
}

.loyal-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 582px;
    padding: 40px 0 90px;
    position: relative
}

.loyal-hero__background:after {
    background: linear-gradient(210deg, rgba(0, 0, 0, .34) 14.15%, rgba(0, 0, 0, 0) 42.86%, rgba(0, 0, 0, .72) 58.26%, #000 69.45%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.loyal-hero__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.loyal-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between
}

.loyal-hero__links {
    margin-bottom: 30px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.loyal-hero__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 302px;
    padding: 16px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #656565;
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    justify-content: center;
    line-height: 120%;
    text-decoration: none;
    text-transform: uppercase
}

.loyal-hero__link:first-of-type {
    margin-bottom: -1px
}

.loyal-hero__content {
    max-width: 600px
}

.loyal-hero__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 26px;
    text-transform: uppercase
}

.loyal-hero__text {
    font-size: 18px
}

.fans-advantages {
    padding: 80px 0
}

.fans-advantages__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.fans-advantages__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.fans-advantages__card {
    background-color: #111;
    max-width: 320px;
    min-height: 435px;
    overflow: hidden;
    padding: 60px 40px;
    position: relative;
    width: 100%
}

.fans-advantages__card_big {
    max-width: 680px
}

.fans-advantages__card:not(:last-child) {
    margin-right: 20px
}

.fans-advantages__card:after {
    background: #00cb14;
    border-radius: 438px;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 100%;
    position: absolute;
    right: 79px;
    top: 0;
    width: 127px
}

.fans-advantages__card-image {
    bottom: 0;
    position: absolute;
    right: 0
}

.fans-advantages__card-image_big {
    top: 0
}

.fans-advantages__card-subtitle {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 36px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.fans-advantages__card-content, .fans-advantages__card-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1
}

.fans-advantages__card-item:not(:last-child) {
    margin-bottom: 24px
}

.fans-advantages__card-icon {
    margin-right: 10px
}

.fans-advantages__card-text {
    max-width: 354px
}

.fans-advantages__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    padding: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase
}

.program {
    padding: 80px 0;
    position: relative
}

.program__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .83)), color-stop(45.07%, rgba(0, 0, 0, .32)), color-stop(103.25%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, .83), rgba(0, 0, 0, .32) 45.07%, #000 103.25%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.program__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.program__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.program__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.program__card {
    background: #111;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 30px;
    max-width: 440px;
    min-height: 435px;
    overflow: hidden;
    padding: 40px;
    position: relative
}

.program__card:not(:last-child) {
    margin-right: 20px
}

.program__card:before {
    background-color: #00cb14;
    content: "";
    -webkit-filter: blur(125px);
    filter: blur(125px);
    height: 127px;
    left: 40px;
    position: absolute;
    top: 60px;
    width: 127px
}

.program__number {
    color: var(--white-5, hsla(0, 0%, 100%, .05));
    font-family: Bebas Neue Cyrillic;
    font-size: 190px;
    text-transform: uppercase
}

.program__text {
    font-size: 18px
}

.bonus {
    padding: 80px 0
}

.bonus__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.bonus__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bonus__card {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#4e4e4e));
    background: linear-gradient(90deg, #fff, #4e4e4e);
    padding: 1px;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.bonus__card:first-child {
    margin-right: 20px
}

.bonus__card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #000;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.bonus__card-top, .bonus__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bonus__card-top {
    padding: 20px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bonus__card-top:after {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#4e4e4e));
    background: linear-gradient(90deg, #fff, #4e4e4e);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.bonus__card-title {
    font-weight: 400;
    text-transform: uppercase
}

.bonus__card-number, .bonus__card-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    line-height: 100%
}

.bonus__card-number {
    background: var(--green-gr-2, linear-gradient(0deg, #067a12 .14%, #00d014 99.77%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.bonus__card-content {
    margin-bottom: auto;
    padding: 45px 20px
}

.bonus__card-text {
    font-size: 18px
}

.bonus__card-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    position: relative;
    width: 100%
}

.bonus__card-background:after {
    background: linear-gradient(178deg, #000 1.72%, rgba(0, 0, 0, .34) 60.39%, rgba(0, 0, 0, .97) 98.37%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.bonus__card-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.fans-partners {
    overflow: hidden;
    padding: 80px 0
}

.fans-partners__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.fans-partners__slider {
    margin: 0 -30px 40px;
    overflow: hidden
}

.fans-partners__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px
}

.fans-partners__card {
    min-height: 620px;
    position: relative;
    width: 449px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    flex-shrink: 0;
    overflow: hidden
}

.fans-partners__card:not(:last-child) {
    margin-right: 10px
}

.fans-partners__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 24px 24px 40px;
    position: absolute;
    width: 100%;
    z-index: 1
}

.fans-partners__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto;
    min-height: 85px
}

.fans-partners__card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 8px
}

.fans-partners__card-text {
    margin-bottom: 42px
}

.fans-partners__card-link {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.fans-partners__card-background {
    height: 100%;
    position: absolute;
    width: 100%
}

.fans-partners__card-background:after {
    background: linear-gradient(212deg, rgba(0, 0, 0, 0) 14.29%, rgba(0, 0, 0, .5) 38.52%, rgba(0, 0, 0, .57) 52.44%, rgba(0, 0, 0, .66) 65.17%, rgba(0, 0, 0, .75) 76.7%, rgba(0, 0, 0, .8) 93.68%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fans-partners__card-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fans-partners__card-text, .fans-partners__link {
    opacity: .7
}

.fans-partners__link {
    margin-bottom: 24px;
    text-decoration: none
}

.fans-partners__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.fans-partners__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: -30px
}

.fans-partners__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -30px
}

.fans-partners__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-partners__bottom-link {
    padding: 16px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #fff;
    color: #000;
    flex-grow: 1;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.fans-partners__bottom-link:not(:last-child) {
    margin-right: 20px
}

.fans-partners__bottom-link:active {
    color: #fff
}

.fans-partners__bottom-link:after {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, #067a12), color-stop(99.77%, #00d014));
    background-image: linear-gradient(0deg, #067a12 .14%, #00d014 99.77%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 100%;
    z-index: -1
}

.fans-partners__bottom-link:active:after {
    opacity: 1
}

.fans-partners__previous.swiper-button-disabled {
    opacity: 0
}

.fans-form {
    padding: 80px 0
}

.fans-form__outer {
    background-color: #111;
    padding: 60px;
    position: relative
}

.fans-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border: 1px solid #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 769px;
    padding: 40px;
    position: relative;
    z-index: 1
}

.fans-form__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase
}

.fans-form__text {
    font-size: 18px;
    margin-bottom: 40px
}

.fans-form__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fans-form__input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    color: var(--white-40, hsla(0, 0%, 100%, .4));
    margin-bottom: 24px;
    padding: 16px
}

.fans-form__input::-webkit-input-placeholder {
    color: var(--white-40, hsla(0, 0%, 100%, .4))
}

.fans-form__input::-moz-placeholder {
    color: var(--white-40, hsla(0, 0%, 100%, .4))
}

.fans-form__input:-ms-input-placeholder {
    color: var(--white-40, hsla(0, 0%, 100%, .4))
}

.fans-form__input::-ms-input-placeholder {
    color: var(--white-40, hsla(0, 0%, 100%, .4))
}

.fans-form__input::placeholder {
    color: var(--white-40, hsla(0, 0%, 100%, .4))
}

.fans-form__button {
    background-color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 16px;
    text-transform: uppercase
}

.fans-form__control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fans-form__control, .fans-form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-form__label {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fans-form__label:first-child {
    margin-bottom: 8px
}

.fans-form__label__text {
    color: var(--Grey60, #626262);
    font-size: 12px;
    letter-spacing: -.15px;
    line-height: 150%
}

.fans-form__background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 692px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.fans-form__background:after {
    background: radial-gradient(50% 70% at 70% 50%, rgba(0, 0, 0, 0) 4%, rgba(0, 0, 0, 0) 34.32%, hsla(0, 0%, 7%, .72) 78.41%, #111 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fans-form__image {
    height: 100%;
    max-width: 692px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0
}

.fans-events {
    padding: 80px
}

.fans-events__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fans-events__top, .fans-events__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-events__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

.fans-events__top-link {
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.fans-events__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-right: 20px;
    text-transform: uppercase
}

.fans-events__list {
    position: sticky;
    top: 72px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #000;
    justify-content: center;
    margin-bottom: 35px;
    padding-bottom: 5px;
    z-index: 1
}

.fans-events__item, .fans-events__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fans-events__item-link {
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    opacity: .7;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase
}

.fans-events__item-link_active {
    border-bottom: 4px solid #008a0e;
    opacity: 1
}

.fans-events__link {
    max-width: 669px;
    padding: 16px;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.staff-bio {
    padding-top: 92px
}

.staff-bio__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 0 80px
}

.staff-bio__wrapper:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0));
    bottom: 80px;
    content: "";
    height: 45px;
    position: absolute;
    right: 0;
    width: 50%
}

.staff-bio__content, .staff-bio__picture {
    height: 575px
}

.staff-bio__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.staff-bio__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    width: 100%;
    z-index: 1
}

.staff-bio__green {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 203, 20, .6) 0, rgba(0, 203, 20, .1) 100%);
    border-radius: 622px;
    content: "";
    -webkit-filter: blur(75px);
    filter: blur(75px);
    height: 622px;
    position: absolute;
    top: 40px;
    width: 402px
}

.staff-bio__black {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.49%, rgba(0, 0, 0, 0)), color-stop(92.39%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.49%, #000 92.39%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.staff-bio__content {
    overflow-y: auto;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.staff-bio__content::-webkit-scrollbar {
    display: none
}

.staff-bio__content-top {
    border-bottom: 1px solid hsla(0, 0%, 100%, .7);
    padding: 40px 0
}

.staff-bio__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.staff-bio__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 6px;
    text-transform: uppercase
}

.staff-bio__info {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.staff-bio__list {
    padding: 40px 0
}

.staff-bio__item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .7);
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
    justify-content: space-between
}

.staff-bio__item, .staff-bio__item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.staff-bio__item-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    gap: 10px;
    text-transform: uppercase
}

.staff-bio__text {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.staff-bio__text-title {
    display: none
}

.staff-tabs {
    padding: 60px 0 80px
}

.staff-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 36px;
    overflow: auto
}

.staff-tabs__table-bg {
    position: relative;
    width: 100%
}

.staff-tabs__button {
    color: hsla(0, 0%, 100%, .7);
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase;
    text-wrap: nowrap
}

.staff-tabs__button_active {
    border-bottom: 4px solid #008a0e;
    color: #fff
}

.staff-tabs__content {
    display: none
}

.staff-tabs__content_active {
    display: block
}

.career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto
}

.career__list-left {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.career__list-top-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    padding: 11px 0 35px
}

.career__list-top-item_right {
    padding: 11px 55px 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.career__list-item, .career__list-top-item_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.career__list-item {
    min-height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.career__list-item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6)
}

.career__list-item_right {
    padding: 0 55px
}

.career__list-item_right, .career__list-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.career__list-logo {
    height: 32px;
    margin-right: 10px;
    overflow: hidden;
    width: 32px
}

.career__description, .career__text {
    font-size: 20px;
    font-weight: 500
}

.career__description {
    opacity: .5
}

.achievements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.achievements__wrapper-top {
    border-bottom: 1px solid #ffffff99;
    padding-bottom: 36px
}

.achievements__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%
}

.achievements__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 29px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.achievements__item:not(:last-child) {
    border-bottom: 1px solid #ffffff99
}

.achievements__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.achievements__date {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    text-transform: uppercase
}

.achievements__description {
    font-size: 20px;
    line-height: 120%
}

.news-slider {
    overflow: hidden;
    padding: 80px 0
}

.news-slider__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.news-slider__swiper {
    margin-bottom: 40px;
    margin-right: -40px;
    overflow: hidden;
    position: relative
}

.news-slider__swiper_overflow-visible {
    overflow: visible
}

.news-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-slider__card {
    border-radius: 30px;
    min-height: 520px;
    overflow: hidden;
    position: relative;
    width: 332px;
    z-index: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news-slider__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-slider__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 24px;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-slider__card-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 12px
}

.news-slider__card-date {
    font-size: 16px;
    opacity: .7
}

.news-slider__card-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.news-slider__card-link {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.news-slider__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-slider__next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    padding-right: 40px;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-slider__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.news-slider__link {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: 500;
    line-height: 100%;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    -ms-flex-item-align: center;
    align-self: center
}

.news-slider__play {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: var(--white-50, hsla(0, 0%, 100%, .5));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    padding: 23px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-slider__play-img {
    height: 34px;
    padding-left: 4px;
    width: 34px
}

.news-slider__previous.swiper-button-disabled {
    opacity: 0
}

.gallery-tabs {
    overflow: hidden;
    padding: 80px 0
}

.gallery-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.gallery-tabs__button {
    color: hsla(0, 0%, 100%, .7);
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase
}

.gallery-tabs__button_active {
    border-bottom: 4px solid #008a0e;
    color: #fff
}

.gallery-tabs__content {
    display: none
}

.gallery-tabs__content._active, .gallery-tabs__content_active {
    display: block
}

.gallery-tabs__content-card {
    width: 679px
}

.coaches-slider {
    overflow: hidden;
    padding: 80px 0
}

.coaches-slider__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.coaches-slider__swiper {
    margin-right: -40px;
    overflow: hidden;
    position: relative
}

.coaches-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.coaches-slider__card {
    width: 332px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.coaches-slider__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.coaches-slider__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: 0
}

.coaches-slider__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.coaches-slider__previous.swiper-button-disabled {
    opacity: 0
}

.coaches-grid {
    overflow: hidden;
    padding: 80px 0
}

.coaches-grid__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.coaches-grid__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-right: -40px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.coaches-grid__card {
    max-width: 332px;
    width: 100%
}

.coaches-grid__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.coaches-grid__next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    padding-right: 40px;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.coaches-grid__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.coaches-grid__previous.swiper-button-disabled {
    opacity: 0
}

.staff-bioless {
    padding: 92px 0 80px
}

.staff-bioless__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 0 80px
}

.staff-bioless__wrapper:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0));
    bottom: 80px;
    content: "";
    height: 45px;
    position: absolute;
    right: 0;
    width: 50%
}

.staff-bioless__content, .staff-bioless__picture {
    height: 575px
}

.staff-bioless__picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden
}

.staff-bioless__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 1
}

.staff-bioless__green {
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 203, 20, .6) 0, rgba(0, 203, 20, .1) 100%);
    border-radius: 622px;
    content: "";
    -webkit-filter: blur(75px);
    filter: blur(75px);
    height: 622px;
    position: absolute;
    top: 40px;
    width: 402px
}

.staff-bioless__black {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.49%, rgba(0, 0, 0, 0)), color-stop(92.39%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.49%, #000 92.39%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.staff-bioless__content {
    overflow-y: auto;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.staff-bioless__content::-webkit-scrollbar {
    display: none
}

.staff-bioless__content-top {
    border-bottom: 1px solid hsla(0, 0%, 100%, .7);
    padding: 40px 0
}

.staff-bioless__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 45px
}

.staff-bioless__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.staff-bioless__info {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.staff-bioless__list {
    padding: 40px 0
}

.staff-bioless__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #333;
    gap: 20px;
    padding: 16px 24px
}

.staff-bioless__item-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    text-transform: uppercase
}

.player-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 582px;
    padding-bottom: 83px
}

.player-hero:after {
    background: rgba(0, 0, 0, .7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.player-hero__image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 -21px;
    object-position: 0 -21px;
    position: absolute;
    top: 0;
    width: 100%
}

.player-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.player-hero__subtitle, .player-hero__title {
    position: relative;
    z-index: 1
}

.player-hero__subtitle {
    color: var(--white-50, hsla(0, 0%, 100%, .5));
    font-size: 60px;
    font-style: normal;
    line-height: 100%;
    margin-bottom: 4px;
    position: relative
}

.player-hero__subtitle, .player-hero__title {
    font-family: Bebas Neue Cyrillic;
    font-weight: 400;
    text-transform: uppercase
}

.player-hero__title {
    font-size: 110px
}

.player-bio {
    padding: 60px 0 80px
}

.player-bio__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.player-bio__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 560px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.player-bio__left, .player-bio__left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.player-bio__left-content {
    gap: 12px
}

.player-bio__left-content_mobile {
    display: none
}

.player-bio__left-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.player-bio__left-text_grey {
    color: hsla(0, 0%, 100%, .6)
}

.player-bio__picture {
    height: 498px;
    margin-bottom: 36px;
    max-width: 360px;
    position: relative;
    width: 100%
}

.player-bio__image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%
}

.player-bio__black {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    height: 186px;
    left: 0;
    position: absolute;
    width: 100%
}

.player-bio__top {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 40px
}

.player-bio__right {
    width: 100%
}

.player-bio__right-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.player-bio__right-wrapper_small {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content
}

.player-bio__right-wrapper_no-info {
    gap: 6px
}

.player-bio__text {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    text-transform: uppercase
}

.player-bio__description {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase
}

.player-bio__box {
    height: 355px;
    position: relative
}

.player-bio__box:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000 30%, rgba(0, 0, 0, 0));
    bottom: 1px;
    content: "";
    height: 45px;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 100%
}

.player-bio__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    height: 355px;
    overflow-y: auto;
    padding: 40px 0;
    position: relative;
    scrollbar-width: none
}

.player-bio__content-text {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%
}

.player-bio__title {
    margin-bottom: 6px
}

.player-bio__bottom {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    max-width: 758px;
    padding-top: 30px;
    width: 100%
}

.player-bio__specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px
}

.player-bio__specifications-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #333;
    gap: 24px;
    padding: 16px 24px
}

.player-bio__specifications-item-title {
    color: #999;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.player-bio__specifications-item-value {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.player-bio__specifications-item-value img {
    max-height: 28px;
    max-width: 40px
}

.player-statistic {
    padding: 60px 0 80px
}

.player-statistic__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 36px;
    text-transform: uppercase
}

.player-statistic__filter {
    gap: 14px;
    margin-bottom: 28px;
    width: 100%
}

.player-statistic__filter, .player-statistic__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.player-statistic__select {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    gap: 8px;
    padding: 8px 42px 8px 16px
}

.player-statistic__select svg {
    position: absolute;
    right: 16px
}

.player-statistic__select-control {
    cursor: pointer
}

.player-statistic__select-control:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.player-statistic__select[data-state=active] {
    border-radius: 20px 20px 0 0
}

.player-statistic__select[data-state=active] .player-statistic__select-wrapper {
    opacity: 1;
    z-index: 1
}

.player-statistic__select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #000;
    border-radius: 0 0 20px 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    outline: 1px solid hsla(0, 0%, 100%, .7);
    top: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: -1
}

.player-statistic__select-input {
    display: none
}

.player-statistic__select-label {
    cursor: pointer;
    padding: 8px 16px
}

.player-statistic__select-label.active {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    position: relative
}

.player-statistic__select-label.active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M3.75 13.5 9 18.75l12-12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 24px
}

.player-statistic__content {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.player-statistic__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px
}

.player-statistic__num {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    text-transform: uppercase
}

.player-statistic__description {
    color: hsla(0, 0%, 100%, .8);
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase
}

.player-career {
    overflow: auto;
    width: 100%
}

.player-career__item, .player-career__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 20px;
    justify-content: space-between;
    width: auto
}

.player-career__top {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    overflow: auto;
    padding: 11px 0 35px;
    width: auto
}

.player-career__list {
    overflow: auto;
    width: auto
}

.player-career__list, .player-career__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.player-career__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.player-career__left, .player-career__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.player-career__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    width: 160px
}

.player-career__item {
    padding: 19px 0
}

.player-career__item:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6)
}

.player-career__left {
    gap: 10px
}

.players-slider {
    overflow: hidden;
    padding: 80px 0
}

.players-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 24px
}

.players-slider__top-link {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase
}

.players-slider__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.players-slider__swiper {
    overflow: hidden;
    position: relative
}

.players-slider__card, .players-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.players-slider__card {
    min-height: 617px;
    position: relative;
    width: 332px;
    z-index: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.players-slider__card:hover:not(:focus-visible) .players-slider__card-buttons {
    opacity: 1
}

.players-slider__card:hover:not(:focus-visible) .players-slider__card-content-top {
    border: none;
    margin: 0;
    padding: 0
}

.players-slider__card:hover:not(:focus-visible) .players-slider__card-description {
    display: none
}

.players-slider__card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    height: 100%;
    justify-content: flex-end;
    padding: 24px 16px;
    width: 100%;
    z-index: 1
}

.players-slider__card-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.players-slider__card-number {
    font-family: Bebas Neue Cyrillic;
    font-size: 74px;
    line-height: 90%
}

.players-slider__card-name {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 110%;
    max-width: 20px;
    text-transform: uppercase
}

.players-slider__card-description {
    opacity: .7
}

.players-slider__card-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.players-slider__card-image {
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.players-slider__card-black, .players-slider__card-green {
    content: "";
    position: absolute
}

.players-slider__card-green {
    border-radius: 302px;
    -webkit-filter: blur(92.49748px);
    filter: blur(92.49748px);
    height: 302px;
    width: 77px;
    z-index: -1
}

.players-slider__card-black {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.27%, rgba(0, 0, 0, 0)), color-stop(64.34%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) .27%, #000 64.34%);
    bottom: 0;
    height: 222px;
    left: 0;
    width: 100%
}

.players-slider__card-buttons {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(6, 122, 18, .35)), color-stop(99.81%, rgba(0, 208, 20, 0))), rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(6, 122, 18, .35) .19%, rgba(0, 208, 20, 0) 99.81%), rgba(0, 0, 0, .5);
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%
}

.players-slider__card-buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    height: 100%;
    justify-content: center;
    padding: 24px 16px 64px;
    width: 100%
}

.players-slider__card-button {
    background-color: hsla(0, 0%, 100%, .2);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 12px;
    position: relative;
    text-transform: uppercase;
    z-index: 0
}

.players-slider__card-button_white {
    background-color: #fff;
    color: #000
}

.players-slider__card-link {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.players-slider__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.players-slider__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: 0
}

.players-slider__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.players-slider__link {
    display: none
}

.players-slider__previous.swiper-button-disabled {
    opacity: 0
}

.media, .media-section-news, .media-section-photo, .media-section-video {
    padding: 94px 0 40px;
    position: relative
}

.media-section-news__background, .media-section-photo__background, .media-section-video__background, .media__background {
    height: 514px;
    position: absolute;
    top: 0;
    width: 100%
}

.media-section-news__background:after, .media-section-photo__background:after, .media-section-video__background:after, .media__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.media-section-news__background-image, .media-section-photo__background-image, .media-section-video__background-image, .media__background-image {
    display: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.media-section-news__background-image_active, .media-section-photo__background-image_active, .media-section-video__background-image_active, .media__background-image_active {
    display: block
}

.media-section-news__breadcrumb, .media-section-photo__breadcrumb, .media-section-video__breadcrumb, .media__breadcrumb {
    margin-bottom: 80px
}

.media-section-news__title, .media-section-photo__title, .media-section-video__title, .media__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 80px;
    text-align: center;
    text-transform: uppercase
}

.media-section-news__tabs, .media-section-photo__tabs, .media-section-video__tabs, .media__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px
}

.media-section-news__tabs-control, .media-section-photo__tabs-control, .media-section-video__tabs-control, .media__tabs-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    max-width: 296px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.media-section-news__tabs-content, .media-section-photo__tabs-content, .media-section-video__tabs-content, .media__tabs-content {
    width: 100%
}

.media-section-news__tabs-content_active, .media-section-photo__tabs-content_active, .media-section-video__tabs-content_active, .media__tabs-content_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media-section-news__tabs-buttons, .media-section-photo__tabs-buttons, .media-section-video__tabs-buttons, .media__tabs-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.media-section-news__tabs-button, .media-section-photo__tabs-button, .media-section-video__tabs-button, .media__tabs-button {
    border: 1px solid #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.media-section-news__tabs-button_active, .media-section-photo__tabs-button_active, .media-section-video__tabs-button_active, .media__tabs-button_active {
    background-color: #fff;
    color: #000
}

.media-section-news__tabs-filters, .media-section-photo__tabs-filters, .media-section-video__tabs-filters, .media__tabs-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.media-section-news__tabs-select, .media-section-photo__tabs-select, .media-section-video__tabs-select, .media__tabs-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    gap: 8px;
    padding: 8px 16px
}

.media-section-news__tabs-select-description, .media-section-photo__tabs-select-description, .media-section-video__tabs-select-description, .media__tabs-select-description {
    font-size: 16px;
    margin-right: auto
}

.media-section-news__tabs-select-control, .media-section-photo__tabs-select-control, .media-section-video__tabs-select-control, .media__tabs-select-control {
    cursor: pointer;
    font-size: 16px
}

.media-section-news__tabs-select-control:after, .media-section-photo__tabs-select-control:after, .media-section-video__tabs-select-control:after, .media__tabs-select-control:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.media-section-news__tabs-select-wrapper, .media-section-photo__tabs-select-wrapper, .media-section-video__tabs-select-wrapper, .media__tabs-select-wrapper {
    background-color: #000
}

.media-section-news__tabs-select svg, .media-section-photo__tabs-select svg, .media-section-video__tabs-select svg, .media__tabs-select svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.media-section-news__tabs-select[data-state=active], .media-section-photo__tabs-select[data-state=active], .media-section-video__tabs-select[data-state=active], .media__tabs-select[data-state=active] {
    border-radius: 20px 20px 0 0
}

.media-section-news__tabs-select[data-state=active] .media-section-news__tabs-select-wrapper, .media-section-news__tabs-select[data-state=active] .media-section-photo__tabs-select-wrapper, .media-section-news__tabs-select[data-state=active] .media-section-video__tabs-select-wrapper, .media-section-news__tabs-select[data-state=active] .media__tabs-select-wrapper, .media-section-photo__tabs-select[data-state=active] .media-section-news__tabs-select-wrapper, .media-section-photo__tabs-select[data-state=active] .media-section-photo__tabs-select-wrapper, .media-section-photo__tabs-select[data-state=active] .media-section-video__tabs-select-wrapper, .media-section-photo__tabs-select[data-state=active] .media__tabs-select-wrapper, .media-section-video__tabs-select[data-state=active] .media-section-news__tabs-select-wrapper, .media-section-video__tabs-select[data-state=active] .media-section-photo__tabs-select-wrapper, .media-section-video__tabs-select[data-state=active] .media-section-video__tabs-select-wrapper, .media-section-video__tabs-select[data-state=active] .media__tabs-select-wrapper, .media__tabs-select[data-state=active] .media-section-news__tabs-select-wrapper, .media__tabs-select[data-state=active] .media-section-photo__tabs-select-wrapper, .media__tabs-select[data-state=active] .media-section-video__tabs-select-wrapper, .media__tabs-select[data-state=active] .media__tabs-select-wrapper {
    opacity: 1;
    z-index: 1
}

.media-section-news__tabs-select-wrapper, .media-section-photo__tabs-select-wrapper, .media-section-video__tabs-select-wrapper, .media__tabs-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0 0 20px 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    max-height: 250px;
    opacity: 0;
    outline: 1px solid hsla(0, 0%, 100%, .7);
    overflow-y: scroll;
    scrollbar-width: none;
    top: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: -1;
    -ms-overflow-style: none
}

.media-section-news__tabs-select-wrapper::-webkit-scrollbar, .media-section-photo__tabs-select-wrapper::-webkit-scrollbar, .media-section-video__tabs-select-wrapper::-webkit-scrollbar, .media__tabs-select-wrapper::-webkit-scrollbar {
    height: 0;
    width: 0
}

.media-section-news__tabs-select-input, .media-section-photo__tabs-select-input, .media-section-video__tabs-select-input, .media__tabs-select-input {
    display: none
}

.media-section-news__tabs-select-label, .media-section-photo__tabs-select-label, .media-section-video__tabs-select-label, .media__tabs-select-label {
    cursor: pointer;
    font-size: 16px;
    line-height: 120%;
    padding: 8px 16px
}

.media-section-news__tabs-select-label.active, .media-section-photo__tabs-select-label.active, .media-section-video__tabs-select-label.active, .media__tabs-select-label.active {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    position: relative
}

.media-section-news__tabs-select-label.active:after, .media-section-photo__tabs-select-label.active:after, .media-section-video__tabs-select-label.active:after, .media__tabs-select-label.active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M3.75 13.5 9 18.75l12-12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 24px
}

.media-section-news__news-slider, .media-section-photo__news-slider, .media-section-video__news-slider, .media__news-slider {
    overflow: hidden;
    width: 100%
}

.media-section-news__news-slider-wrapper, .media-section-photo__news-slider-wrapper, .media-section-video__news-slider-wrapper, .media__news-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media-section-news__news-slider-card, .media-section-photo__news-slider-card, .media-section-video__news-slider-card, .media__news-slider-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 1006px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.media-section-news__news-slider-card-image, .media-section-photo__news-slider-card-image, .media-section-video__news-slider-card-image, .media__news-slider-card-image {
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.media-section-news__news-slider-card-image:nth-child(2), .media-section-photo__news-slider-card-image:nth-child(2), .media-section-video__news-slider-card-image:nth-child(2), .media__news-slider-card-image:nth-child(2) {
    display: none
}

.media-section-news__news-slider-card-content-left, .media-section-news__news-slider-card-content-right, .media-section-news__news-slider-card-content-top, .media-section-photo__news-slider-card-content-left, .media-section-photo__news-slider-card-content-right, .media-section-photo__news-slider-card-content-top, .media-section-video__news-slider-card-content-left, .media-section-video__news-slider-card-content-right, .media-section-video__news-slider-card-content-top, .media__news-slider-card-content-left, .media__news-slider-card-content-right, .media__news-slider-card-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media-section-news__news-slider-card-content-right, .media-section-news__news-slider-card-content-top, .media-section-photo__news-slider-card-content-right, .media-section-photo__news-slider-card-content-top, .media-section-video__news-slider-card-content-right, .media-section-video__news-slider-card-content-top, .media__news-slider-card-content-right, .media__news-slider-card-content-top {
    gap: 24px
}

.media-section-news__news-slider-card-content-top, .media-section-photo__news-slider-card-content-top, .media-section-video__news-slider-card-content-top, .media__news-slider-card-content-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
    margin-top: 10px;
}

.media-section-news__news-slider-card-content-left, .media-section-photo__news-slider-card-content-left, .media-section-video__news-slider-card-content-left, .media__news-slider-card-content-left {
    gap: 4px;
    line-height: 110%
}

.media-section-news__news-slider-card-content-date, .media-section-news__news-slider-card-content-link, .media-section-photo__news-slider-card-content-date, .media-section-photo__news-slider-card-content-link, .media-section-video__news-slider-card-content-date, .media-section-video__news-slider-card-content-link, .media__news-slider-card-content-date, .media__news-slider-card-content-link {
    opacity: .6
}

.media-section-news__news-slider-card-content-border, .media-section-photo__news-slider-card-content-border, .media-section-video__news-slider-card-content-border, .media__news-slider-card-content-border {
    font-size: 12px;
    opacity: .4
}

.media-section-news__news-slider-card-content-link, .media-section-photo__news-slider-card-content-link, .media-section-video__news-slider-card-content-link, .media__news-slider-card-content-link {
    text-decoration: none
}

.media-section-news__news-slider-card-content-description_opacity6, .media-section-photo__news-slider-card-content-description_opacity6, .media-section-video__news-slider-card-content-description_opacity6, .media__news-slider-card-content-description_opacity6 {
    opacity: .6
}

.media-section-news__news-slider-card-social, .media-section-photo__news-slider-card-social, .media-section-video__news-slider-card-social, .media__news-slider-card-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.media-section-news__news-slider-card-title, .media-section-photo__news-slider-card-title, .media-section-video__news-slider-card-title, .media__news-slider-card-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 30px;
    text-transform: uppercase
}

.media-section-news__news-slider-card-text, .media-section-photo__news-slider-card-text, .media-section-video__news-slider-card-text, .media__news-slider-card-text {
    font-size: 16px;
    line-height: 160%
}

.media-section-news__news-slider-card-link, .media-section-photo__news-slider-card-link, .media-section-video__news-slider-card-link, .media__news-slider-card-link {
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase
}

.media-section-news__news-slider-button, .media-section-photo__news-slider-button, .media-section-video__news-slider-button, .media__news-slider-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 360px;
    top: 294px;
    width: 82px
}

.media-section-news__news-slider-next, .media-section-photo__news-slider-next, .media-section-video__news-slider-next, .media__news-slider-next {
    background: -webkit-gradient(linear, right top, left top, color-stop(16.16%, rgba(0, 0, 0, .9)), color-stop(35.64%, rgba(0, 0, 0, .74)), color-stop(51.29%, rgba(0, 0, 0, .56)), color-stop(74.58%, rgba(0, 0, 0, .21)), color-stop(92.93%, rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, rgba(0, 0, 0, .9) 16.16%, rgba(0, 0, 0, .74) 35.64%, rgba(0, 0, 0, .56) 51.29%, rgba(0, 0, 0, .21) 74.58%, rgba(0, 0, 0, 0) 92.93%);
    right: 0
}

.media-section-news__news-slider-previous, .media-section-photo__news-slider-previous, .media-section-video__news-slider-previous, .media__news-slider-previous {
    background: -webkit-gradient(linear, left top, right top, color-stop(16.16%, rgba(0, 0, 0, .9)), color-stop(35.64%, rgba(0, 0, 0, .74)), color-stop(51.29%, rgba(0, 0, 0, .56)), color-stop(74.58%, rgba(0, 0, 0, .21)), color-stop(92.93%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .9) 16.16%, rgba(0, 0, 0, .74) 35.64%, rgba(0, 0, 0, .56) 51.29%, rgba(0, 0, 0, .21) 74.58%, rgba(0, 0, 0, 0) 92.93%);
    left: 366px
}

.news-grid {
    padding: 60px 0
}

.news-grid__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.news-grid__posts {
    display: grid;
    grid-auto-rows: 117px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px
}

.news-grid__post {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: span 3;
    overflow: hidden;
    position: relative
}

.news-grid__post_small {
    grid-row: span 4
}

.news-grid__post_middle {
    grid-row: span 5
}

.news-grid__post_big {
    grid-row: span 6
}

.news-grid__post-background {
    height: 100%;
    position: absolute;
    width: 100%
}

.news-grid__post-background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-grid__post-background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news-grid__post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 24px;
    position: absolute;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-grid__post-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px
}

.news-grid__post-date {
    opacity: .7
}

.news-grid__button {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    line-height: 120%;
    max-width: 300px;
    padding: 16px;
    text-transform: uppercase;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center
}

.photo-grid {
    height: 100%;
    position: relative
}

.photo-grid:after {
    clear: both;
    content: "";
    display: block
}

.photo-grid__grid {
    height: 100%;
    min-height: 350px;
    position: relative;
    width: 100% !important
}

.photo-grid__post {
    background: #4dac3a;
    background: var(--black-100, #000);
    border: 1px solid var(--white-40, hsla(0, 0%, 100%, .4));
    border-radius: 10px;
    float: left;
    margin-bottom: 10px;
    max-height: 530px;
    min-height: 330px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: calc(16.66667% - 10px)
}

.photo-grid__post:nth-child(12n), .photo-grid__post:nth-child(3), .photo-grid__post:nth-child(30n), .photo-grid__post:nth-child(3n) {
    min-height: 454px;
    position: relative;
    width: calc(33.33333% - 10px)
}

.photo-grid__post:nth-child(12n) .photo-grid__post-background, .photo-grid__post:nth-child(3) .photo-grid__post-background, .photo-grid__post:nth-child(30n) .photo-grid__post-background, .photo-grid__post:nth-child(3n) .photo-grid__post-background {
    max-height: none;
    position: absolute
}

.photo-grid__post:nth-child(12n) .photo-grid__post-gallery, .photo-grid__post:nth-child(3) .photo-grid__post-gallery, .photo-grid__post:nth-child(30n) .photo-grid__post-gallery, .photo-grid__post:nth-child(3n) .photo-grid__post-gallery {
    bottom: 38.5px;
    right: 25px
}

.photo-grid__post:nth-child(12n) .photo-grid__post-content, .photo-grid__post:nth-child(3) .photo-grid__post-content, .photo-grid__post:nth-child(30n) .photo-grid__post-content, .photo-grid__post:nth-child(3n) .photo-grid__post-content {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 34px 25px;
    position: absolute;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 86%
}

.photo-grid__post-background {
    height: 100%;
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.photo-grid__post-background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.photo-grid__post-gallery {
    bottom: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 10px;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.photo-grid__post-img {
    height: 100%;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.photo-grid__post-content {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 18px;
    position: relative;
    z-index: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.photo-grid__post article, .photo-grid__post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.photo-grid__post article {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.photo-grid__post-data {
    color: var(--white-60, hsla(0, 0%, 100%, .6));
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.photo-grid__post-title {
    color: var(--white-100, #fff);
    display: -webkit-box;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    overflow: hidden;
    text-transform: uppercase;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.close-matches {
    overflow: hidden;
    padding-top: 60px
}

.close-matches__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 40px
}

.close-matches__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.video-grid {
    position: relative
}

.video-grid__grid {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.video-grid__post {
    background: #4dac3a;
    background: var(--black-100, #000);
    border: 1px solid var(--white-40, hsla(0, 0%, 100%, .4));
    border-radius: 30px;
    float: left;
    min-height: 454px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.video-grid__post-background {
    height: 100%;
    max-height: 500px;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.video-grid__post-background:after {
    background: var(--black-40, rgba(0, 0, 0, .4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-grid__post-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.video-grid__post-play {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: var(--white-50, hsla(0, 0%, 100%, .5));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-grid__post-play-img {
    height: 24px;
    padding-left: 4px;
    width: 24px
}

.video-grid__post-content {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 18px;
    position: absolute;
    width: 100%;
    z-index: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.video-grid__post-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.video-grid__post-data {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .7
}

.video-grid__post-number, .video-grid__post-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.media-plug {
    display: none;
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 46px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.media-plug__box, .media-plug_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media-plug__box {
    background: #191919;
    height: 600px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.media-plug__text {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 592px;
    text-align: center;
    text-transform: uppercase
}

.news-hero {
    min-height: 1875px;
    padding-top: 92px;
    position: relative
}

.news-hero:after {
    background: linear-gradient(178deg, rgba(0, 0, 0, .6) .92%, rgba(0, 0, 0, 0) 25.65%, rgba(0, 0, 0, 0) 62.51%, #000 97.62%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-hero__background {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-hero__breadcrumb {
    position: relative;
    z-index: 1
}

.news-hero__bottom {
    display: none
}

.news-tabs {
    padding: 80px 0
}

.news-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-tabs__button {
    color: hsla(0, 0%, 100%, .7);
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase
}

.news-tabs__button_active {
    border-bottom: 2px solid #008a0e;
    color: #fff
}

.news-tabs__content {
    display: none
}

.news-tabs__content_active {
    display: block
}

.news-tabs__content-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    gap: 30px;
    max-width: 1006px;
    padding: 60px 0
}

.news-tabs__content-info, .news-tabs__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-tabs__content-info {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 16px
}

.news-tabs__content-info_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px
}

.news-tabs__title {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 10px
}

.news-tabs__subtitle, .news-tabs__title {
    font-family: Bebas Neue Cyrillic;
    font-weight: 400;
    text-transform: uppercase
}

.news-tabs__subtitle {
    font-size: 24px;
    line-height: 120%
}

.news-tabs__text {
    font-size: 18px;
    line-height: 120%
}

.news-tabs__text_bold {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700
}

.news-tabs__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.news-tabs__image {
    height: 382px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.news-tabs__image_small {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 406px;
    flex-basis: 406px
}

.news-tabs__image_medium {
    max-width: 550px
}

.news-tabs__image_large {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.news-cards-media {
    overflow: hidden;
    padding: 80px 0
}

.news-cards-media__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.news-cards-media__slider {
    position: relative
}

.news-cards-media__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.news-cards-media__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    margin-right: 10px;
    min-height: 617px;
    padding: 24px;
    position: relative;
    width: 100%;
    width: 438px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    flex-shrink: 0;
    overflow: hidden
}

.news-cards-media__card:last-child {
    margin-right: 0
}

.news-cards-media__card img {
    width: 100%
}

.news-cards-media__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-media__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-media__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 1
}

.news-cards-media__card-subtext {
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 16px;
    opacity: .7;
    z-index: 1
}

.news-cards-media__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-cards-media__control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.news-cards-media__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -40px
}

.news-cards-media__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: -40px
}

.news-cards-media__button {
    display: none
}

.history-tabs__top {
    min-height: 750px;
    position: relative
}

.history-tabs__top-background {
    content: "";
    content: none;
    height: 100%;
    left: 0;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.history-tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding: 60px 0 40px
}

.history-tabs__button {
    color: hsla(0, 0%, 100%, .7);
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    padding: 9px 14px;
    text-transform: uppercase
}

.history-tabs__button_active {
    border-bottom: 2px solid #00cb14;
    color: #fff
}

.history-tabs__content {
    display: none
}

.history-tabs__content_active {
    display: block
}

.history-tabs__chronicle {
    border: 1px solid #fff;
    margin-bottom: 80px
}

.history-tabs__chronicle-top {
    border-bottom: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 478px;
    position: relative
}

.history-tabs__chronicle-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 429px;
    padding: 40px 0 40px 40px;
    width: 100%
}

.history-tabs__chronicle-date {
    display: block;
    font-size: 44px;
    margin-bottom: 108px
}

.history-tabs__chronicle-date, .history-tabs__chronicle-title {
    font-family: Bebas Neue Cyrillic;
    line-height: 100%;
    text-transform: uppercase
}

.history-tabs__chronicle-title {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 20px;
    position: absolute;
    z-index: 1
}

.history-tabs__chronicle-link {
    background-color: #fff;
    color: #000;
    display: block;
    font-weight: 500;
    max-width: 300px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.history-tabs__chronicle-background {
    max-width: 931px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.history-tabs__chronicle-background:after {
    background: radial-gradient(circle at right, transparent 0, transparent 75%, #000 95%, #000 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.history-tabs__chronicle-image {
    content: "";
    content: none;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    width: 100%
}

.history-tabs__chronicle-slider {
    overflow: hidden;
    padding: 40px;
    position: relative
}

.history-tabs__chronicle-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.history-tabs__chronicle-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.history-tabs__chronicle-card-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 14px;
    text-transform: uppercase;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    text-wrap: nowrap
}

.history-tabs__chronicle-card-date {
    display: block;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase
}

.history-tabs__chronicle-card-text {
    color: hsla(0, 0%, 100%, .7);
    font-weight: 500;
    line-height: 140%
}

.history-tabs__chronicle-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    top: 0;
    width: 70px
}

.history-tabs__chronicle-button.swiper-button-disabled img {
    opacity: .2
}

.history-tabs__chronicle-previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
    left: 0
}

.history-tabs__chronicle-next {
    background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, 0));
    right: 0
}

.history-tabs__insignia {
    border: 1px solid #fff;
    margin-bottom: 40px
}

.history-tabs__insignia-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 20px
}

.history-tabs__insignia-top-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.history-tabs__insignia-top-button {
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 40px;
    color: hsla(0, 0%, 100%, .5);
    font-weight: 500;
    padding: 3px 10px 5px
}

.history-tabs__insignia-top-button_active {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

.history-tabs__insignia-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase
}

.history-tabs__insignia-link {
    background-color: #00cb14;
    color: #000;
    font-weight: 500;
    padding: 4px 10px;
    text-decoration: none;
    text-transform: uppercase
}

.history-tabs__insignia-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 522px
}

.history-tabs__insignia-slider {
    height: 522px;
    overflow: hidden;
    position: relative
}

.history-tabs__insignia-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.history-tabs__insignia-card {
    margin-bottom: 10px
}

.history-tabs__insignia-card-date {
    font-family: Bebas Neue Cyrillic;
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: color 1s ease-in-out;
    transition: color 1s ease-in-out
}

.history-tabs__insignia-card.swiper-slide-active span {
    color: #00cb14
}

.history-tabs__insignia-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 152px;
    justify-content: center;
    width: 100%
}

.history-tabs__insignia-button img {
    height: 34px;
    width: 16px
}

.history-tabs__insignia-previous {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
    padding-top: 30px;
    top: 0
}

.history-tabs__insignia-previous img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.history-tabs__insignia-next {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
    bottom: 0;
    padding-bottom: 30px
}

.history-tabs__insignia-next img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.history-tabs__insignia-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.history-tabs__insignia-image {
    max-height: 520px;
    max-width: 453px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.history-tabs__insignia-image_uniform {
    height: auto;
    max-width: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.history-tabs__insignia-image_emblem {
    max-height: 90%;
    max-width: 80%
}

.history-tabs__insignia-content {
    padding: 20px
}

.history-tabs__insignia-content-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase
}

.history-tabs__insignia-content-subtitle {
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase
}

.history-tabs__insignia-content-textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.history-tabs__insignia-content-text {
    line-height: 160%;
    opacity: .7
}

.history-tabs__achievements {
    margin-bottom: 10px
}

.history-tabs__achievements-title {
    display: none
}

.history-tabs__achievements-wrapper {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr)
}

.history-tabs__achievements-card {
    cursor: pointer;
    min-height: 550px;
    position: relative
}

.history-tabs__achievements-card-content {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: rgba(25, 25, 25, .8);
    justify-content: space-between;
    padding: 36px 16px;
    -webkit-transition: background-color .4s ease-in-out;
    transition: background-color .4s ease-in-out;
    z-index: 1
}

.history-tabs__achievements-card-content:hover {
    background-color: rgba(0, 0, 0, .2)
}

.history-tabs__achievements-card-tops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 18px
}

.history-tabs__achievements-card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid hsla(0, 0%, 100%, .4);
    padding-bottom: 8px
}

.history-tabs__achievements-card-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.history-tabs__achievements-card-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 28px;
    text-transform: uppercase
}

.history-tabs__achievements-card-info {
    color: hsla(0, 0%, 100%, .7);
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    text-transform: uppercase
}

.history-tabs__achievements-card-date {
    font-family: Bebas Neue Cyrillic;
    font-size: 120px;
    text-transform: uppercase
}

.history-tabs__achievements-card-image {
    content: "";
    content: none;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.history-tabs__achievements-card-icon {
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px
}

.history-tabs__achievements-control {
    display: none
}

#chronicle-content {
    padding-bottom: 60px
}

#insignia-content {
    padding-bottom: 80px
}

#achievements-content {
    padding-bottom: 90px
}

.history-pop-up {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding-bottom: 200px;
    position: fixed;
    top: 0;
    width: 100%
}

.history-pop-up__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.history-pop-up__wrapper {
    background-color: #fff;
    color: #000;
    max-width: 1000px;
    padding: 60px;
    position: relative;
    width: 100%
}

.history-pop-up__wrapper_pb {
    padding-bottom: 0
}

.history-pop-up__wrapper_pt {
    padding-top: 0
}

.history-pop-up__close {
    position: absolute;
    right: 28px;
    top: 28px
}

.history-pop-up__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px
}

.history-pop-up__subtitle {
    font-size: 44px;
    margin-bottom: 6px
}

.history-pop-up__subtitle, .history-pop-up__title {
    font-family: Bebas Neue Cyrillic;
    line-height: 100%;
    text-transform: uppercase
}

.history-pop-up__title {
    font-size: 60px;
    font-weight: 400
}

.history-pop-up__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, .05);
    border-radius: 90px;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px
}

.history-pop-up__right img {
    max-height: 38px;
    max-width: 38px;
    min-height: 38px;
    min-width: 38px
}

.history-pop-up__slider {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

.history-pop-up__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.history-pop-up__next {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.53%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24) 48.53%, rgba(0, 0, 0, .7));
    right: 0
}

.history-pop-up__previous {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(48.53%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24) 48.53%, rgba(0, 0, 0, .7));
    left: 0
}

.history-pop-up__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.history-pop-up__card {
    height: 470px;
    width: 880px
}

.history-pop-up__card img {
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.history-pop-up__pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px
}

.history-pop-up__pictures-image {
    height: 425px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.history-pop-up__pictures-image_top {
    height: 360px
}

.history-pop-up__image {
    height: auto;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.history-pop-up__text {
    font-weight: 500;
    line-height: 160%
}

.history-pop-up__tabs, .history-pop-up__text_mb {
    margin-bottom: 24px
}

.history-pop-up__tabs-top {
    background-color: rgba(0, 0, 0, .1)
}

.history-pop-up__tabs-button {
    color: #000000b2;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 100%;
    padding: 14px;
    text-transform: uppercase
}

.history-pop-up__tabs-button_active {
    border-bottom: 2px solid #00cb14;
    color: #000
}

.history-pop-up__tabs-content {
    background-color: rgba(0, 0, 0, .05);
    padding: 20px
}

.history-pop-up__tabs-content-wrapper {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 16px
}

.history-pop-up__tabs-content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.history-pop-up__tabs-content-card-top {
    background-color: rgba(0, 0, 0, .2);
    padding: 9px 12px
}

.history-pop-up__tabs-content-card-info {
    color: rgba(0, 0, 0, .7)
}

.history-pop-up__tabs-info {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px
}

.history-pop-up__tabs-description {
    color: rgba(0, 0, 0, .7)
}

.history-pop-up__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.hide-visibility {
    display: none
}

.chronicle {
    background-color: #fff
}

.chronicle-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 750px;
    position: relative
}

.chronicle-hero:after {
    background: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.chronicle-hero__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    width: 100%
}

.chronicle-hero__container, .chronicle-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.chronicle-hero__wrapper {
    padding-top: 92px;
    position: relative;
    z-index: 1
}

.chronicle-hero__content, .chronicle-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.chronicle-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-self: center;
    margin: auto 0
}

.chronicle-hero__date {
    font-size: 44px
}

.chronicle-hero__date, .chronicle-hero__title {
    font-family: Bebas Neue Cyrillic;
    line-height: 100%;
    text-transform: uppercase
}

.chronicle-hero__title {
    font-size: 100px;
    font-weight: 400
}

.chronicle__accordion {
    color: #000;
    font-weight: 500;
    padding: 40px 0;
    position: relative
}

.chronicle__accordion_pt25 {
    padding-top: 25px
}

.chronicle__accordion_pt140 {
    padding-top: 140px
}

.chronicle__accordion_pb0 {
    padding-bottom: 0
}

.chronicle__accordion-control {
    background-color: #000;
    color: #fff;
    left: 0;
    margin-bottom: 40px;
    padding: 25px 40px
}

.chronicle__accordion-control_w100 {
    top: -80px;
    width: 100%
}

.chronicle__accordion-control_t-25 {
    top: -15px;
    width: 802px
}

.chronicle__accordion-control_t100 {
    left: calc(50% - 245px);
    top: 100px;
    width: 415px
}

.chronicle__accordion-control_t80 {
    top: 80px;
    width: 664px
}

.chronicle__accordion-control_r0 {
    left: unset;
    right: 0;
    width: 57%
}

.chronicle__accordion-control_z {
    z-index: 1
}

.chronicle__accordion-control-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.chronicle__accordion-control-arrow {
    display: none
}

.chronicle__accordion-date {
    font-size: 20px;
    line-height: 120%
}

.chronicle__accordion-date, .chronicle__accordion-title {
    font-family: Bebas Neue Cyrillic;
    text-transform: uppercase
}

.chronicle__accordion-title {
    font-size: 44px;
    font-weight: 400;
    line-height: 100%
}

.chronicle__accordion-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.chronicle__accordion-content_fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px
}

.chronicle__accordion-content-wrapper, .chronicle__accordion-content-wrappers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.chronicle__accordion-content-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.chronicle__accordion-content-wrapper-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    font-weight: 700;
    justify-content: center;
    line-height: 120%
}

.chronicle__accordion-content-left {
    max-width: 544px
}

.chronicle__accordion-content-left_pt116 {
    padding-top: 116px
}

.chronicle__accordion-content-right {
    max-width: 775px;
    z-index: 1
}

.chronicle__accordion-content-right_pt186 {
    padding-top: 186px
}

.chronicle__accordion-content-right_pt166 {
    padding-top: 166px
}

.chronicle__accordion-content-image {
    display: block;
    height: auto;
    width: 100%
}

.chronicle__accordion-content-textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.chronicle__accordion-content-text {
    line-height: 160%
}

.chronicle__accordion-content-description {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .1);
    bottom: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 120%;
    padding: 16px;
    position: absolute;
    right: 30px
}

.chronicle__accordion-content-description_w290 {
    max-width: 290px
}

.chronicle__inner-accordion-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    will-change: max-height
}

.chronicle__inner-accordion-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.chronicle__inner-accordion-control-text {
    border-bottom: 1px solid #000;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase
}

.chronicle__inner-accordion-control-text_opened {
    display: none
}

.chronicle__inner-accordion-control-arrow {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.chronicle__article {
    color: #000;
    gap: 40px;
    padding: 40px 0
}

.chronicle__article, .chronicle__article-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chronicle__article-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.chronicle__article-left {
    max-width: 544px
}

.chronicle__article-right {
    gap: 12px;
    max-width: 775px
}

.chronicle__article-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.chronicle__article-text {
    font-weight: 500;
    line-height: 160%
}

.chronicle__bottom {
    color: #fff;
    padding: 80px 0
}

.chronicle__bottom-wrapper {
    padding: 40px;
    position: relative
}

.chronicle__bottom-wrapper:after {
    background-color: rgba(0, 0, 0, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.chronicle__bottom-image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.chronicle__bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.chronicle__bottom-date {
    font-size: 44px;
    margin-bottom: 8px
}

.chronicle__bottom-date, .chronicle__bottom-title {
    font-family: Bebas Neue Cyrillic;
    line-height: 100%;
    text-transform: uppercase
}

.chronicle__bottom-title {
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 20px
}

.chronicle__bottom-link {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    line-height: 120%;
    max-width: 300px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.open .chronicle__inner-accordion-content {
    margin-bottom: 30px;
    opacity: 1
}

.open .chronicle__inner-accordion-control-text_closed {
    display: none
}

.open .chronicle__inner-accordion-control-text_opened {
    display: block
}

.open .chronicle__inner-accordion-control-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.desktop-visible {
    display: block
}

.mobile-visible {
    display: none
}

.administration-hero {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 580px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    position: relative
}

.administration-hero__background {
    height: 580px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.administration-hero__background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 -80px;
    object-position: 0 -80px;
    width: 100%
}

.administration-hero__title {
    font-family: Bebas Neue Cyrillic, sans-serif;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.administration-hero__gradient {
    background: #00cb14;
    border-radius: 100%;
    bottom: -118px;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    height: 544px;
    left: 150px;
    opacity: .3;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 104px;
    z-index: 1
}

.administration-persons {
    color: #fff;
    font-style: normal
}

.administration-persons__wrapper {
    display: grid;
    gap: 24px;
    margin: 80px 0
}

.administration-persons__bottom-block {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr)
}

.administration-persons__card {
    display: grid;
    gap: 24px;
    max-width: 474px;
    width: 100%
}

.administration-persons__card:last-child {
    margin-right: 0
}

.administration-persons__card_main {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    overflow: hidden
}

.administration-persons__card_main .administration-persons__card-image {
    max-height: 520px;
    max-width: 902px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.administration-persons__card_main .administration-persons__card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.administration-persons__card_main .administration-persons__card-text {
    padding-top: 32px
}

.administration-persons__card_main .administration-persons__card-button {
    margin-top: 24px
}

.administration-persons__card_main .administration-persons__card-name {
    font-size: 48px
}

.administration-persons__card_main .administration-persons__card-post {
    font-size: 18px
}

.administration-persons__card-min {
    max-width: 447px
}

.administration-persons__card-image {
    width: 100%
}

.administration-persons__card-image img {
    border-radius: 30px;
    width: 100%
}

.administration-persons__card-text {
    width: 100%
}

.administration-persons__card-name {
    font-family: Bebas Neue Cyrillic, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 4px;
    text-transform: uppercase
}

.administration-persons__card-post {
    max-width: 420px;
    opacity: .7
}

.administration-persons__card-button, .administration-persons__card-post {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%
}

.administration-persons__card-button {
    background: hsla(0, 0%, 100%, .1);
    color: #fff;
    font-style: normal;
    margin-top: 24px;
    max-height: 43px;
    max-width: 191px;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.administration-persons__card-button:hover {
    background: none
}

.biography-person {
    color: #fff;
    font-style: normal
}

.biography-person__breadcrumb {
    margin-top: 80px
}

.biography-person__wrapper {
    display: grid;
    grid-template-columns: 597px 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 60px;
    margin-top: 90px;
    grid-column-gap: 32px;
    font-family: Bebas Neue Cyrillic, sans-serif
}

.biography-person__image-block {
    border-radius: 24px;
    max-height: 700px;
    max-width: 597px;
    overflow: hidden;
    width: 100%
}

.biography-person__image-block img {
    border-radius: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.biography-person__text-block {
    margin-top: 40px;
    width: 100%
}

.biography-person__name {
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 5px;
    text-transform: uppercase
}

.biography-person__post {
    color: #999;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    max-width: 400px;
    text-transform: uppercase
}

.biography-person__divider {
    background: hsla(0, 0%, 100%, .7);
    height: 1px;
    margin: 40px 0;
    width: 100%
}

.biography-person__info {
    margin-bottom: -5px;
    margin-top: 35px
}

.biography-person__info, .biography-person__info-content {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%
}

.biography-person__info-content {
    margin: 10px 0
}

.biography-person__statistic-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #333
}

.biography-person__statistic-item-label {
    color: #999;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-right: 20px;
    text-transform: uppercase
}

.biography-person__statistic-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.biography-career {
    color: #fff;
    font-style: normal
}

.biography-career__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.biography-career__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 47px;
    text-transform: uppercase
}

.biography-career__table {
    border-collapse: collapse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%
}

.biography-career__head th {
    font-size: 20px;
    height: 58px;
    text-align: center;
    width: 30%
}

.biography-career__head th:first-child {
    text-align: left;
    width: 60%
}

.biography-career__head th:nth-child(2) {
    width: 20%
}

.biography-career__head th:nth-child(3) {
    width: 20%
}

.biography-career__body tr {
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    height: 58px;
    position: relative;
    text-align: center
}

.biography-career__body tr img {
    display: inline;
    height: 32px;
    left: 5px;
    max-height: 32px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px
}

.biography-career__td {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: .5;
    padding-left: 50px;
    text-align: center;
    vertical-align: middle
}

.biography-career__td:first-child {
    opacity: 1;
    text-align: left
}

.news-cards-biography {
    overflow: hidden;
    padding: 80px 0
}

.news-cards-biography__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.news-cards-biography__slider {
    position: relative
}

.news-cards-biography__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.news-cards-biography__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    margin-right: 10px;
    min-height: 520px;
    padding: 24px;
    position: relative;
    width: 332px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    flex-shrink: 0;
    overflow: hidden
}

.news-cards-biography__card:last-child {
    margin-right: 0
}

.news-cards-biography__card img {
    width: 100%
}

.news-cards-biography__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-biography__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-biography__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 1
}

.news-cards-biography__card-subtext {
    -ms-flex-item-align: left;
    align-self: left;
    font-size: 16px;
    opacity: .7;
    z-index: 1
}

.news-cards-biography__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-cards-biography__control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.news-cards-biography__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -40px
}

.news-cards-biography__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: -40px
}

.news-cards-biography__button {
    display: none
}

.news-cards-biography-media {
    overflow: hidden;
    padding: 80px 0
}

.news-cards-biography-media__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.news-cards-biography-media__slider {
    margin-right: -40px;
    padding-bottom: 0;
    position: relative
}

.news-cards-biography-media__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.news-cards-biography-media__slider-photo {
    display: none
}

.news-cards-biography-media__slider-photo.active {
    display: block
}

.news-cards-biography-media__slider-video {
    display: none
}

.news-cards-biography-media__slider-video.active {
    display: block
}

.news-cards-biography-media__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px
}

.news-cards-biography-media__tab {
    border-bottom: 4px solid transparent;
    color: #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase;
    -webkit-transition: border .2s;
    transition: border .2s
}

.news-cards-biography-media__tab_active {
    border-bottom: 4px solid #008a0e
}

.news-cards-biography-media__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    margin-right: 10px;
    min-height: 617px;
    padding: 24px;
    position: relative;
    width: 447px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    cursor: pointer;
    flex-shrink: 0;
    overflow: hidden
}

.news-cards-biography-media__card:last-child {
    margin-right: 0
}

.news-cards-biography-media__card img {
    width: 100%
}

.news-cards-biography-media__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-biography-media__card-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    height: 454px;
    justify-content: flex-end;
    padding: 24px 7px;
    position: relative;
    width: 264px;
    width: 332px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.news-cards-biography-media__card-video-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.news-cards-biography-media__card-video-text span {
    display: inline;
    margin-left: 14px
}

.news-cards-biography-media__card-video-subtext {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .6;
    z-index: 1
}

.news-cards-biography-media__card-video-play {
    cursor: pointer;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: scale .3s;
    transition: scale .3s;
    width: 80px;
    z-index: 10
}

.news-cards-biography-media__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-biography-media__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 398px;
    position: relative;
    z-index: 1
}

.news-cards-biography-media__card-subtext {
    -ms-flex-item-align: left;
    align-self: left;
    font-size: 16px;
    opacity: .7;
    z-index: 1
}

.news-cards-biography-media__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-cards-biography-media__control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.news-cards-biography-media__previous {
    left: -40px
}

.news-cards-biography-media__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: -40px
}

.news-cards-biography-media__button {
    display: none
}

.news-cards-media__previous.swiper-button-disabled {
    opacity: 0
}

.gallery-sliders {
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    background: rgba(0, 0, 0, .5);
    height: 100vh;
    height: 100 dvh;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: 100
}

.gallery-sliders_active {
    opacity: 1;
    pointer-events: all
}

.gallery-sliders__wrapper {
    height: 100%
}

.gallery-sliders__progressbar {
    background: #fff;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 10
}

.gallery-sliders__progressbar_active {
    -webkit-transition: width 3s linear;
    transition: width 3s linear;
    width: 100%
}

.gallery-sliders__img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-mask-image: radial-gradient(#fff, #000);
    mask-image: radial-gradient(#fff, #000);
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.gallery-sliders__img-thumb {
    border-radius: 10px;
    height: 100px;
    max-height: 100px;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px
}

.gallery-sliders__img-button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.gallery-sliders__img-button_play {
    opacity: 1;
    position: absolute
}

.gallery-sliders__img-button_pause {
    opacity: 0;
    position: absolute
}

.gallery-sliders__active-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 14px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.gallery-sliders__play {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-sliders__play img {
    width: 24px
}

.gallery-sliders__tiles {
    cursor: pointer;
    padding: 20px
}

.gallery-sliders__tiles img {
    width: 24px
}

.gallery-sliders__close {
    cursor: pointer;
    padding: 20px
}

.gallery-sliders__close img {
    width: 40px
}

.gallery-sliders__slider-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: calc(100% - 132px);
    z-index: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: width height .3s;
    transition: width height .3s
}

.gallery-sliders__slider-main_non-thumb {
    width: 100%
}

.gallery-sliders__slider-main-slide-wrapper {
    border-radius: 20px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    justify-content: center;
    -webkit-mask-image: radial-gradient(#fff, #000);
    mask-image: radial-gradient(#fff, #000);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.gallery-sliders__slider-main-slide, .gallery-sliders__slider-main-slide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-sliders__slider-main-slide {
    padding: 91px 86px;
    position: relative;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.gallery-sliders__slider-main-slide-text {
    bottom: 18px;
    color: hsla(0, 0%, 100%, .6);
    display: none;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    left: 50%;
    line-height: 120%;
    margin-top: 24px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gallery-sliders__slider-main-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-sliders__slider-side {
    background: #191919;
    display: block;
    height: 100%;
    height: 100vh;
    height: 100 dvh;
    list-style: none;
    overflow: hidden;
    overflow-y: scroll;
    padding: 16px;
    position: absolute;
    right: 0;
    top: 0;
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 132px;
    z-index: 1
}

.gallery-sliders__slider-side::-webkit-scrollbar {
    width: 0
}

.gallery-sliders__slider-side_active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.gallery-sliders__slider-side-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.gallery-sliders .swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gallery-sliders .swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-sliders__slider-side-slide {
    border-radius: 10px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 100%;
    max-height: 100px;
    min-height: 100px;
    opacity: .5;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-sliders__slider-main__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 80px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gallery-sliders__slider-main__button {
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    overflow: hidden;
    width: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery-sliders__slider-main__button img {
    height: 16px;
    width: 16px
}

.gallery-sliders__slider-main__button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-slide-thumb-active {
    opacity: 1
}

@-webkit-keyframes progress {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes progress {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.promo-matches {
    padding: 180px 0 50px;
    position: relative
}

.promo-matches__background {
    height: 366px;
    position: absolute;
    top: 0;
    width: 100%
}

.promo-matches__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    height: 101%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.promo-matches__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.promo-matches__breadcrumb {
    margin-bottom: 80px
}

.promo-matches__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.advert-matches {
    padding: 80px 0;
    position: relative;
    z-index: 1
}

.advert-matches__card, .advert-matches__card-left, .advert-matches__card-links, .advert-matches__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.advert-matches__card {
    background-color: #111;
    padding: 100px 40px;
    width: 100%
}

.advert-matches__card_blur {
    margin-right: 10px;
    overflow: hidden;
    padding: 40px 51px 40px 40px;
    position: relative;
    z-index: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advert-matches__card_blur:after {
    background: #00cb14;
    border-radius: 438px;
    bottom: 25px;
    content: "";
    -webkit-filter: blur(150px);
    filter: blur(150px);
    height: 438px;
    position: absolute;
    right: 399px;
    width: 127px;
    z-index: -1
}

.advert-matches__card-left {
    margin-right: 63px;
    max-width: 321px;
    min-height: 389px;
    padding: 39px 0 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advert-matches__text {
    font-family: Inter;
    margin-bottom: 16px;
    opacity: .7
}

.advert-matches__card-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 36px;
    text-transform: uppercase
}

.advert-matches__card-links {
    max-width: 275px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calendar {
    margin: 0 auto;
    max-width: 1380px;
    padding: 0 10px;
    position: relative;
    width: 100%
}

.calendar__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: 100%
}

.calendar__buttons_page-matches {
    overflow: auto;
    width: auto
}

.calendar__tab {
    display: none
}

.calendar__tab_active {
    display: block
}

.calendar__button {
    background: #000;
    border: 1px solid #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 40px;
    min-height: 68px;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.calendar__button_active {
    background-color: #fff;
    color: #000
}

.calendar__button.calendar__button, .calendar__button_page-matches {
    background-color: #00000000;
    border: none;
    border-bottom: 4px solid transparent;
    color: hsla(0, 0%, 100%, .7);
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase;
    -webkit-transition: border .2s;
    transition: border .2s;
    width: auto;
    text-wrap: nowrap
}

.calendar__button.calendar__button.calendar__button_active, .calendar__button.calendar__button_active, .calendar__button_page-matches.calendar__button_active, .calendar__button_page-matches_active {
    border-bottom: 4px solid #008a0e;
    color: #fff
}

.calendar__no-calendar {
    background: #191919;
    margin-top: 40px;
    padding: 80px
}

.calendar__box, .calendar__no-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.calendar__box {
    gap: 12px;
    height: 100%;
    width: 100%;
    z-index: 1
}

.calendar__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase
}

.calendar__subtitle, .calendar__title {
    color: var(--white-100, #fff);
    font-style: normal;
    font-weight: 400
}

.calendar__subtitle {
    font-family: Inter;
    font-size: 28px;
    line-height: 120%
}

.calendar__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.calendar__content {
    margin-top: 40px
}

.calendar__content-month {
    color: hsla(0, 0%, 100%, .7);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-right: auto;
    text-align: center;
    text-align: left
}

.calendar__content_active {
    display: block
}

.calendar__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.calendar__content-wrapper, .calendar__selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar__selections {
    gap: 14px
}

.calendar__selection {
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    margin-right: 12px;
    min-height: 40px;
    padding: 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__selection-left, .calendar__selection-right {
    margin-right: 10px
}

.calendar__selection img {
    margin-left: auto
}

.calendar__days {
    margin-top: 16px;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    position: relative
}

.calendar__days, .calendar__days-swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar__days.rtl .calendar__day {
    margin-right: 0
}

.calendar__tabs {
    display: none;
    gap: 60px
}

.calendar__tabs.active {
    display: block
}

.calendar__tabs-control {
    gap: 50px;
    max-width: 296px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.calendar__tabs-buttons, .calendar__tabs-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.calendar__tabs-button {
    border: 1px solid #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    padding: 11px;
    text-transform: uppercase
}

.calendar__tabs-button_active {
    background-color: #fff;
    color: #000
}

.calendar__tabs-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.calendar__tabs-filters, .calendar__tabs-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.calendar__tabs-select {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px
}

.calendar__tabs-select-description {
    margin-right: auto;
    opacity: .5
}

.calendar__tabs-select-description_white {
    margin-right: 0;
    opacity: 1
}

.calendar__tabs-select-control {
    cursor: pointer;
    margin-right: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.calendar__tabs-select-control:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.calendar__tabs-select-wrapper {
    background-color: #000
}

.calendar__tabs-select svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.calendar__tabs-select[data-state=active] {
    border-radius: 20px 20px 0 0
}

.calendar__tabs-select[data-state=active] .calendar__tabs-select-wrapper {
    opacity: 1;
    z-index: 1
}

.calendar__tabs-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0 0 20px 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    outline: 1px solid hsla(0, 0%, 100%, .7);
    top: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: -1
}

.calendar__tabs-select-input {
    display: none
}

.calendar__tabs-select-label {
    cursor: pointer;
    padding: 8px 16px
}

.calendar__tabs-select-label.active {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    position: relative
}

.calendar__tabs-select-label.active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M3.75 13.5 9 18.75l12-12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 24px
}

.calendar__day {
    background: #191919;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 112px;
    margin-right: 10px;
    overflow: hidden;
    padding: 16px;
    width: 112px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: scale .3s;
    transition: scale .3s;
    will-change: scale
}

.calendar__day:last-child {
    margin-right: 0
}

.calendar__day_active-upcoming {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%)
}

.calendar__day_active-past {
    background: #fff
}

.calendar__day_active-past .calendar__day-week {
    color: #000;
    font-weight: 700
}

.calendar__day-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 12px;
    min-height: 52px;
    overflow: hidden;
    width: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calendar__day-date, .calendar__day-week {
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.calendar__day-week {
    font-family: Inter;
    font-size: 16px;
    opacity: .7
}

.calendar__cards-control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.calendar__cards-button, .calendar__cards-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0
}

.calendar__cards-button {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 95px
}

.calendar__cards-next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    cursor: pointer;
    right: -40px
}

.calendar__cards-previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    cursor: pointer;
    left: -40px
}

.calendar__months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calendar__month {
    border-bottom: 1px solid #333;
    cursor: pointer;
    padding-bottom: 25px;
    padding-top: 40px;
    width: 100%
}

.calendar__month-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.calendar__month-header:hover {
    opacity: .5
}

.calendar__month-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.calendar__month-arrow {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.calendar__month .calendar__cards {
    display: block
}

.calendar__month.open {
    padding-bottom: 25px;
    padding-top: 40px
}

.calendar__month.open .calendar__cards {
    max-height: none
}

.calendar__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    will-change: max-height
}

.calendar__cards-active {
    display: block
}

.calendar__card {
    background: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 191px;
    margin-bottom: 24px;
    margin-right: 10px;
    overflow: hidden;
    padding: 16px;
    position: relative;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 60px
}

.calendar__card:last-child {
    margin-right: 0
}

.calendar__card_nearest {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%);
    position: relative
}

.calendar__card_nearest:after {
    background-image: url(../../images/matches/noise-width.png);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.calendar__card_nearest .calendar__background-nearest:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.calendar__card_disable {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(61.84%, rgba(25, 25, 25, .7)), color-stop(80.4%, rgba(25, 25, 25, .75)));
    background: linear-gradient(0deg, rgba(25, 25, 25, .7) 61.84%, rgba(25, 25, 25, .75) 80.4%)
}

.calendar__card_disable .calendar__background-nearest:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(61.84%, rgba(25, 25, 25, .7)), color-stop(80.4%, rgba(25, 25, 25, .75)));
    background: linear-gradient(0deg, rgba(25, 25, 25, .7) 61.84%, rgba(25, 25, 25, .75) 80.4%);
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%
}

.calendar__card_no-img:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.64%, rgba(54, 54, 54, .9)), color-stop(15.3%, rgba(49, 49, 49, .9)), color-stop(34.68%, rgba(44, 44, 44, .9)), color-stop(79.85%, rgba(0, 0, 0, .9)));
    background: linear-gradient(180deg, rgba(54, 54, 54, .9) 1.64%, rgba(49, 49, 49, .9) 15.3%, rgba(44, 44, 44, .9) 34.68%, rgba(0, 0, 0, .9) 79.85%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.calendar__card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-top: 16px;
    position: relative;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__top-logo {
    margin-right: 10px;
    width: 24px
}

.calendar__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 72%;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    justify-content: center
}

.calendar__img {
    height: 100%;
    width: 100%
}

.calendar__logo-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 140px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__logo-left img {
    max-height: 140px;
    max-width: 140px;
    min-height: 140px;
    min-width: 140px;
    -o-object-fit: contain;
    object-fit: contain
}

.calendar__logo-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 140px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__logo-right img {
    max-height: 140px;
    max-width: 140px;
    min-height: 140px;
    min-width: 140px;
    -o-object-fit: contain;
    object-fit: contain
}

.calendar__img-middle {
    width: 22px
}

.calendar__text {
    color: var(--white-100, #fff);
    display: inline;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    z-index: 1
}

.calendar__text p {
    display: inline;
    font-family: Inter;
    font-size: 32px;
    font-weight: 500;
    line-height: normal
}

.calendar__text_locate {
    line-height: 120%;
    margin-bottom: 4px;
    opacity: .7;
    padding-top: 8px;
    text-align: center
}

.calendar__text_data p, .calendar__text_locate {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400
}

.calendar__text_data p {
    color: #fff;
    line-height: normal
}

.calendar__score {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    text-transform: uppercase
}

.calendar__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.calendar__info-box_bet {
    margin-bottom: 0
}

.calendar__info-box_next {
    margin-bottom: auto
}

.calendar__account {
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.calendar__logo-bet {
    margin-bottom: 6px;
    margin-top: 13px;
    width: 87px
}

.calendar__bet-box {
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.calendar__bet-box, .calendar__bets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.calendar__bets {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__bet-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.calendar__bet {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 120%;
    margin-right: 4px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap
}

.calendar__bet_active {
    background: hsla(0, 0%, 100%, .2);
    border: none
}

.calendar__bet:last-child {
    margin-right: 0
}

.calendar__status-link {
    background: hsla(0, 0%, 100%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 44px;
    line-height: 120%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__status-link_next {
    display: none
}

.calendar__background {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: 0
}

.calendar__about-link {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 44px;
    line-height: 120%;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar__border {
    border: 1px dashed hsla(0, 0%, 100%, .2);
    height: 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
    width: 100%;
    z-index: 1
}

.calendar__border_next {
    display: none
}

.calendar__card:hover:not(:focus-visible) .calendar__background {
    opacity: .5
}

.calendar__card_disable:hover:not(:focus-visible) .calendar__background {
    opacity: .9
}

.calendar__card:hover:not(:focus-visible).calendar__card_no-img:after {
    /*opacity: 1*/
}

.calendar__card:hover:not(:focus-visible).calendar__card_nearest:after {
    opacity: 1
}

.open .calendar__cards {
    opacity: 1;
    padding: 20px 0 40px
}

.open .calendar__month-arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.calendar__cards-button.swiper-button-disabled, .calendar__cards-previous.swiper-button-disabled {
    opacity: 0
}

.album-hero {
    padding: 94px 0 40px;
    position: relative
}

.album-hero__background {
    height: 514px;
    position: absolute;
    top: 0;
    width: 100%
}

.album-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.album-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.album-hero__into {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding-top: 64px;
    position: relative;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.album-hero__left {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 685px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px
}

.album-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.album-hero__date, .album-hero__photo {
    color: var(--white-60, hsla(0, 0%, 100%, .6));
    font-size: 24px;
    line-height: 120%
}

.album-hero__date, .album-hero__photo, .album-hero__title {
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.album-hero__title {
    color: #fff;
    font-size: 60px;
    line-height: 100%
}

.album-hero__subtile {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.album-hero__social {
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 4px;
    position: absolute;
    right: 0
}

.album-hero__social, .album-hero__social-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.album-hero__social-item {
    background: var(--white-100, #fff);
    border-radius: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding: 11px;
    width: 48px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.album-hero__social-item-img {
    height: 22px;
    width: 22px
}

.album-grid__grid {
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.album-grid__post {
    border-radius: 15px;
    cursor: pointer;
    max-height: 380px;
    min-height: 185px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.album-grid__post_big {
    grid-column: span 2;
    grid-row: span 2
}

.album-grid__post-background {
    height: 100%;
    position: absolute;
    width: 100%
}

.album-grid__post-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-video-hero {
    gap: 32px;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-video-hero, .single-video-hero__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-video-hero__play {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: var(--white-50, hsla(0, 0%, 100%, .5));
    border-radius: 50%;
    left: 50%;
    padding: 23px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-video-hero__play-img {
    height: 34px;
    padding-left: 4px;
    width: 34px
}

.single-video-hero__video-wrapper {
    height: 100%;
    padding: 0 !important;
    position: relative;
    width: 100%
}

.single-video-hero__video-wrapper:hover .single-video-hero__intro {
    display: none
}

.single-video-hero__video {
    min-height: 738px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-video-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-video-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    width: 100%
}

.single-video-hero__head-img {
    height: 24px;
    width: 24px
}

.single-video-hero__head-text {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.single-video-hero__intro, .single-video-hero__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px
}

.single-video-hero__intro-text, .single-video-hero__main-text {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.single-video-hero__intro {
    display: none
}

.single-video-hero__footer-text, .single-video-hero__intro-footer-text {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .7;
    padding-top: 5px
}

.single-video-hero__right {
    position: absolute;
    right: 0;
    top: 0
}

.single-video-hero__right-box {
    gap: 4px;
    margin-left: auto;
    padding-right: 52px
}

.single-video-hero__right-box, .single-video-hero__right-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-video-hero__right-img {
    background: #fff;
    border-radius: 12px;
    padding: 12px
}

.single-video-hero__social-icon {
    background: var(--black-100, #fff);
    border-radius: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    max-height: 48px;
    max-width: 48px;
    width: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-video-slider {
    margin: auto;
    max-width: 1440px;
    padding-bottom: 120px;
    padding-top: 60px;
    width: 100%
}

.single-video-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-video-slider__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.single-video-slider__swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.single-video-slider__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-video-slider__button-previous {
    left: 0
}

.single-video-slider__button-next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0
}

.single-video-slider .single-video-slider__button-previous.swiper-button-disabled {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.single-video-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-video-slider__slide {
    border-radius: 24px;
    height: 454px;
    overflow: hidden;
    position: relative;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    width: 100%
}

.single-video-slider__slide:hover {
    opacity: .8
}

.single-video-slider__slide:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-video-slider__slide-content {
    position: relative
}

.single-video-slider__slide-info {
    bottom: 24px;
    left: 0;
    padding: 7px 24px 7px 7px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.single-video-slider__slide-link {
    opacity: 1 !important
}

.single-video-slider__slide-img {
    height: 454px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-video-slider__slide-date {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .7
}

.single-video-slider__slide-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-video-slider__slide-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.single-video-slider__play {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: var(--white-50, hsla(0, 0%, 100%, .5));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    padding: 23px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-video-slider__play-img {
    height: 34px;
    padding-left: 4px;
    width: 34px
}

.single-news-hero-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 640px;
    position: relative
}

.single-news-hero-hero:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(14.67%, rgba(0, 0, 0, .6)), color-stop(60.47%, rgba(0, 0, 0, .4)), color-stop(91%, rgba(0, 0, 0, .7)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6) 14.67%, rgba(0, 0, 0, .4) 60.47%, rgba(0, 0, 0, .7) 91%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-news-hero-hero__image {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.single-news-hero-hero__container, .single-news-hero-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-news-hero-hero__wrapper {
    padding-top: 92px;
    position: relative;
    z-index: 1
}

.single-news-hero-hero__content, .single-news-hero-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-news-hero-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: auto;
    max-width: 1006px;
    padding-bottom: 20px
}

.single-news-hero-hero__date {
    color: var(--white-60, hsla(0, 0%, 100%, .6));
    font-size: 32px
}

.single-news-hero-hero__date, .single-news-hero-hero__title {
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.single-news-hero-hero__title {
    color: #fff;
    font-size: 60px
}

.single-news-tabs {
    background: #fff;
    border-bottom: 1px solid var(--black-30, rgba(0, 0, 0, .3));
    padding-left: 114px;
    padding-top: 10px
}

.single-news-tabs__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-news-tabs__buttons, .single-news-tabs__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-news-tabs__button {
    color: hsla(0, 0%, 100%, .7);
    color: var(--black-70, rgba(0, 0, 0, .7));
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    padding: 9px 14px;
    text-transform: uppercase
}

.single-news-tabs__button_active {
    border-bottom: 2px solid #008a0e;
    color: var(--black-100, #000)
}

.single-news-tabs__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    margin-left: auto;
    padding-bottom: 8px;
    padding-right: 40px
}

.single-news-tabs__social a {
    visibility: hidden
}

.single-news-tabs__social-icon {
    background: var(--black-100, #000);
    border-radius: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
    max-height: 44px;
    max-width: 44px;
    width: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-news-tabs__social-icon img {
    height: 22px;
    width: 22px
}

.single-news-info {
    background: #fff;
    gap: 60px;
    padding: 40px 40px 40px 114px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-news-info, .single-news-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-news-info__container {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-news-info__container img[align=middle] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.single-news-info__container img[align=right] {
    display: block;
    margin-left: auto;
    margin-right: 0
}

.single-news-info .block__black, .single-news-info__text {
    color: var(--black-100, #000);
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 789px;
    width: 100%
}

.single-news-info .block__black img, .single-news-info__text img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-news-info .block__black p, .single-news-info__text p {
    max-width: 789px
}

.single-news-info .block__black a, .single-news-info__text a {
    display: inline-block
}

.single-news-info .block__black_bool, .single-news-info__text_bool {
    font-weight: 700
}

.single-news-info table {
    background: none;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 789px;
    padding: 0;
    width: 100%
}

.single-news-info table td, .single-news-info table th {
    border: none;
    padding: 8px;
    text-align: left;
    vertical-align: top
}

.single-news-info table th {
    font-weight: 700
}

.single-news-info__spacer {
    border-bottom: 1px solid var(--black-60, rgba(0, 0, 0, .6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-news-info__spacer_700 {
    max-width: 700px
}

.single-news-info__spacer_789 {
    max-width: 789px
}

.single-news-info h2, .single-news-info__title {
    color: #000;
    font-family: Bebas Neue Cyrillic;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    max-width: 789px;
    text-transform: uppercase
}

.single-news-info h2_mb0, .single-news-info__title_mb0 {
    margin-bottom: 0
}

.single-news-info__grid-photo {
    width: 100%
}

.single-news-info__wrapper {
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    padding-top: 40px;
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.single-news-info__wrapper-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-news-info__wrapper-img_small {
    grid-area: 1/1/2/2
}

.single-news-info__wrapper-img_middle {
    grid-area: 1/2/2/3
}

.single-news-info__wrapper-img_big {
    grid-area: 2/1/3/3
}

.single-news-info__grid-too {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 789px;
    padding: 40px 0
}

.single-news-info__grid-too_g24 {
    gap: 24px
}

.single-news-info__grid-three {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    max-width: 789px;
    padding-bottom: 40px;
    padding-top: 40px
}

.single-news-info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.single-news-info__list-item {
    font-weight: 400
}

.single-news-info__link, .single-news-info__list-item {
    color: var(--black-100, #000);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    line-height: 140%
}

.single-news-info__link {
    font-weight: 700;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.single-news-slider {
    background: #fff;
    overflow: hidden;
    width: 100%
}

.single-news-slider__title {
    color: var(--black-100, #000);
    font-family: Bebas Neue Cyrillic;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.single-news-slider__slider {
    position: relative
}

.single-news-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.single-news-slider__card {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    min-height: 622px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    width: 447px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.single-news-slider__card:last-child {
    margin-right: 0
}

.single-news-slider__card img {
    width: 100%
}

.single-news-slider__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-news-slider__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.single-news-slider__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 2
}

.single-news-slider__card-subtext {
    color: var(--white-60, hsla(0, 0%, 100%, .6));
    font-size: 16px;
    padding-top: 12px;
    z-index: 1
}

.single-news-slider__posts {
    display: none
}

.single-news-slider__post {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative
}

.single-news-slider__post_small {
    grid-row: span 4
}

.single-news-slider__post_middle {
    grid-row: span 5
}

.single-news-slider__post_big {
    grid-row: span 6
}

.single-news-slider__post-background {
    height: 100%;
    position: absolute;
    width: 100%
}

.single-news-slider__post-background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-news-slider__post-background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-news-slider__post-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 24px;
    position: absolute;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.single-news-slider__post-text {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px
}

.single-news-slider__post-date {
    opacity: .7
}

.single-news-slider__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-news-slider__control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    width: 95px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    cursor: pointer;
    z-index: 2
}

.single-news-slider__control-button.swiper-button-disabled {
    opacity: 0
}

.single-news-slider__next {
    padding-right: 40px;
    right: -30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.single-news-slider__previous {
    left: -30px
}

.fok-hero {
    height: 750px;
    padding: 94px 0 0;
    position: relative
}

.fok-hero__background {
    height: 750px;
    position: absolute;
    top: 0;
    width: 100%
}

.fok-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .4)), color-stop(rgba(0, 0, 0, .3)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .3), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fok-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.fok-hero__breadcrumb {
    margin-bottom: 80px
}

.fok-hero__container {
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.fok-hero__container, .fok-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fok-hero__content {
    height: 450px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.fok-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px
}

.fok-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.fok-hero__subtitle {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.fok-hero__footer, .fok-hero__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.fok-hero__footer {
    padding-bottom: 40px;
    width: 285px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-item-align: stretch
}

.fok-hero__footer, .fok-hero__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    align-self: stretch;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-hero__item {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 60%, .1)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 60%, .1));
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 20px 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-item-align: stretch;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.fok-hero__item-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%
}

.fok-hero__item-subtitle, .fok-hero__item-title {
    color: var(--white-100, #fff);
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.fok-hero__item-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-wrap: nowrap;
    gap: 4px
}

.fok-hero__item-subtitle a {
    text-decoration: none
}

.fok-hero__item-subtitle_line {
    text-align: center;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.fok-about__grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 0 20px
}

.fok-about__grid, .fok-about__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fok-about__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-about__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.fok-about__description {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.fok-about__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.fok-about__slider {
    height: 100%;
    padding-bottom: 72px;
    position: relative;
    width: 100%
}

.fok-about__item {
    height: 375px;
    width: 571px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fok-about__item-img {
    border-radius: 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.fok-about__item-button {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fok-about__item-previous {
    left: 0
}

.fok-about__item-next {
    right: 0
}

.fok-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fok-tabs__grid {
    display: grid;
    overflow: hidden;
    padding: 60px 30px 120px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
    grid-template-columns: 447px 1fr
}

.fok-tabs__head {
    background: #111;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-tabs__head, .fok-tabs__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fok-tabs__select {
    cursor: pointer;
    gap: 16px
}

.fok-tabs__select__arrow {
    display: none;
    height: 30.783px;
    width: 13.391px
}

.fok-tabs__select__arrow_visible {
    display: block
}

.fok-tabs__select-title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.fok-tabs__select-title:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 122, 18, .698)), to(rgba(0, 208, 20, .698)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .698), rgba(0, 208, 20, .698));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.fok-tabs__select_active .fok-tabs__select-title {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 122, 18, .698)), to(rgba(0, 208, 20, .698)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .698), rgba(0, 208, 20, .698));
    -webkit-background-clip: text;
    color: #000;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent
}

.fok-tabs__select_active .fok-tabs__select__arrow {
    display: block
}

.fok-tabs__main {
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-tabs__svg {
    height: 100%;
    position: absolute;
    right: 0;
    top: -33%;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fok-tabs__svg_too {
    bottom: -36%;
    top: auto
}

.fok-tabs__content {
    display: none
}

.fok-tabs__content_active {
    border: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    padding: 40px;
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 40px
}

.fok-tabs__content-head, .fok-tabs__content_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-tabs__content-head {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-tabs__content-head-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.fok-tabs__content-head-mesh {
    -ms-flex-align: start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-tabs__content-head-item, .fok-tabs__content-head-mesh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.fok-tabs__content-head-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    gap: 22px
}

.fok-tabs__content-head-item_g12 {
    gap: 12px
}

.fok-tabs__content-head-item-title {
    color: hsla(0, 0%, 100%, .7);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.fok-tabs__content-head-item-subtitle {
    text-decoration: none
}

.fok-tabs__content-head-item-subtitle, .fok-tabs__content-head-item-subtitle_line {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase
}

.fok-tabs__content-head-item-subtitle_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.fok-tabs__content-body {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-tabs__content-body, .fok-tabs__content-body-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.fok-tabs__content-body-swiper {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.fok-tabs__content-body-swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: initial;
    transition-timing-function: ease;
    z-index: 1
}

.fok-tabs__content-body-swiper-slide, .fok-tabs__content-body-swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.fok-tabs__content-body-swiper-slide {
    border-radius: 18px;
    display: block;
    height: 430px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.fok-tabs__content-body-swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fok-tabs__content-body-bottom {
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-tabs__content-body-bottom, .fok-tabs__content-body-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px
}

.fok-tabs__content-body-bottom-item {
    border: 1px solid var(--white-30, hsla(0, 0%, 100%, .3));
    border-radius: 1000px;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 4px 16px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center
}

.fok-tabs__content-body-control {
    height: 100%;
    position: absolute;
    width: 100%
}

.fok-tabs__content-body-button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 70px;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fok-tabs__content-body-previous {
    background: -webkit-gradient(linear, left top, right top, color-stop(-27.86%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000 -27.86%, rgba(0, 0, 0, 0));
    left: 0
}

.fok-tabs__content-body-next {
    background: -webkit-gradient(linear, right top, left top, color-stop(-27.86%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000 -27.86%, rgba(0, 0, 0, 0));
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fok-tabs__content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-tabs__content-footer__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.fok-tabs__content-footer__grid {
    background: #111;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-item-align: stretch;
    align-items: flex-start;
    align-self: stretch;
    gap: 23px
}

.fok-tabs__content-footer__grid-bg {
    border-radius: 18px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.fok-tabs__content-footer__grid-bg_mobile {
    display: none
}

.fok-tabs__content-footer__grid-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-tabs__content-footer__grid-icon {
    height: 24px;
    width: 24px
}

.fok-tabs__content-footer__grid-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-tabs__content-footer__grid-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.fok-tabs__content-footer__grid-item:first-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.fok-tabs__content-footer__grid-item-title {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.fok-tabs__content-footer__grid-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-tabs__pagination {
    display: none
}

.fok-promo {
    position: relative
}

.fok-promo:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.58%, rgba(0, 0, 0, 0)), color-stop(32.2%, rgba(0, 0, 0, .5)), color-stop(49.7%, rgba(0, 0, 0, .57)), color-stop(63.77%, rgba(0, 0, 0, .68)), color-stop(85.04%, rgba(0, 0, 0, .77)), color-stop(98.97%, rgba(0, 0, 0, .9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.58%, rgba(0, 0, 0, .5) 32.2%, rgba(0, 0, 0, .57) 49.7%, rgba(0, 0, 0, .68) 63.77%, rgba(0, 0, 0, .77) 85.04%, rgba(0, 0, 0, .9) 98.97%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fok-promo__bg {
    height: 535px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.fok-promo__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 32px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.fok-promo__content, .fok-promo__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fok-promo__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 24px;
    justify-content: center
}

.fok-promo__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.fok-promo__subtitle, .fok-promo__title {
    color: #fff;
    font-style: normal;
    text-align: center
}

.fok-promo__subtitle {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    max-width: 595px
}

.fok-promo__button {
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.fok-field__grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding: 80px 0 20px
}

.fok-field__grid, .fok-field__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.fok-field__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-field__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.fok-field__description {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.fok-field__button {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 8px 0 40px;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.fok-field__button, .fok-field__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fok-field__content {
    border: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    border-radius: 30px;
    height: 100%;
    overflow: hidden;
    padding: 40px;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 40px
}

.fok-field__content_hidden {
    display: none
}

.fok-field__content-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-field__content-head-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.fok-field__content-head-mesh {
    -ms-flex-align: start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-field__content-head-item, .fok-field__content-head-mesh {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start
}

.fok-field__content-head-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    gap: 22px
}

.fok-field__content-head-item-title {
    color: hsla(0, 0%, 100%, .7);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.fok-field__content-head-item-subtitle {
    text-decoration: none
}

.fok-field__content-head-item-subtitle, .fok-field__content-head-item-subtitle_line {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase
}

.fok-field__content-head-item-subtitle_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration-line: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font
}

.fok-field__content-body {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-field__content-body, .fok-field__content-body-swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.fok-field__content-body-swiper {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.fok-field__content-body-swiper-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 100%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: initial;
    transition-timing-function: ease;
    z-index: 1
}

.fok-field__content-body-swiper-slide, .fok-field__content-body-swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.fok-field__content-body-swiper-slide {
    border-radius: 18px;
    display: block;
    height: 430px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.fok-field__content-body-swiper-slide img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.fok-field__content-body-bottom {
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-field__content-body-bottom, .fok-field__content-body-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px
}

.fok-field__content-body-bottom-item {
    border: 1px solid var(--white-30, hsla(0, 0%, 100%, .3));
    border-radius: 1000px;
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 4px 16px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    text-wrap: nowrap
}

.fok-field__content-body-control {
    height: 100%;
    position: absolute;
    width: 100%
}

.fok-field__content-body-button {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 70px;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fok-field__content-body-previous {
    background: -webkit-gradient(linear, left top, right top, color-stop(-27.86%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000 -27.86%, rgba(0, 0, 0, 0));
    left: 0
}

.fok-field__content-body-next {
    background: -webkit-gradient(linear, right top, left top, color-stop(-27.86%, #000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000 -27.86%, rgba(0, 0, 0, 0));
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.fok-field__content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-field__content-footer_mobile {
    display: none
}

.fok-field__content-footer__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.fok-field__content-footer__grid {
    background: #111;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-flex-item-align: stretch;
    align-items: flex-start;
    align-self: stretch;
    gap: 23px
}

.fok-field__content-footer__grid-bg {
    border-radius: 18px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.fok-field__content-footer__grid-bg_mobile {
    display: none
}

.fok-field__content-footer__grid-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-field__content-footer__grid-icon {
    height: 24px;
    width: 24px
}

.fok-field__content-footer__grid-item {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.fok-field__content-footer__grid-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.fok-field__content-footer__grid-item:first-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.fok-field__content-footer__grid-item_last {
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important
}

.fok-field__content-footer__grid-item-title {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.fok-field__content-footer__grid-footer {
    z-index: 0
}

.fok-field__content-footer__grid-footer, .fok-field__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.fok-field__footer {
    overflow: hidden;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.fok-field__slider {
    height: 100%;
    padding-bottom: 72px;
    position: relative;
    width: 100%
}

.fok-field__item {
    height: 375px;
    width: 571px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.fok-field__item-img {
    border-radius: 30px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    width: 100%
}

.fok-field__item-button {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fok-field__item-previous {
    left: 0
}

.fok-field__item-next {
    right: 0
}

.fok-field__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

:root {
    --swiper-theme-color: #fff;
    --swiper-navigation-size: 44px
}

:host {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    border-radius: var(--swiper-pagination-bullet-border-radius, 25px);
    display: inline-block;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px));
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .3);
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    width: 24px
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    left: var(--swiper-pagination-left, auto);
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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;
    -webkit-transition: transform .2s, top .2s;
    transition: transform .2s, top .2s
}

.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%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-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 {
    -webkit-transition: transform .2s, left .2s;
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: transform .2s, right .2s;
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.fok-promo-2 {
    margin: 80px 0;
    overflow: hidden;
    position: relative
}

.fok-promo-2:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(6.58%, rgba(0, 0, 0, 0)), color-stop(32.2%, rgba(0, 0, 0, .5)), color-stop(49.7%, rgba(0, 0, 0, .57)), color-stop(63.77%, rgba(0, 0, 0, .68)), color-stop(85.04%, rgba(0, 0, 0, .77)), color-stop(98.97%, rgba(0, 0, 0, .9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.58%, rgba(0, 0, 0, .5) 32.2%, rgba(0, 0, 0, .57) 49.7%, rgba(0, 0, 0, .68) 63.77%, rgba(0, 0, 0, .77) 85.04%, rgba(0, 0, 0, .9) 98.97%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.fok-promo-2__bg {
    height: 535px;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .22;
    overflow: hidden;
    width: 100%
}

.fok-promo-2__bg_svg {
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%
}

.fok-promo-2__bg_desktop {
    display: block
}

.fok-promo-2__bg_mobile {
    display: none
}

.fok-promo-2__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 32px;
    left: 50%;
    max-width: 736px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.fok-promo-2__content, .fok-promo-2__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fok-promo-2__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 24px;
    justify-content: center
}

.fok-promo-2__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.fok-promo-2__subtitle {
    color: #fff;
    line-height: 160%;
    max-width: 594px
}

.fok-promo-2__button, .fok-promo-2__subtitle {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center
}

.fok-promo-2__button {
    background: #fff;
    color: var(--black-100, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 120%;
    padding: 12px 44px;
    text-transform: uppercase;
    width: 415px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none
}

.stadium-hero {
    height: 750px;
    padding: 94px 0 0;
    position: relative
}

.stadium-hero__background {
    height: 750px;
    position: absolute;
    top: 0;
    width: 100%
}

.stadium-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stadium-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.stadium-hero__breadcrumb {
    margin-bottom: 80px
}

.stadium-hero__container {
    height: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.stadium-hero__container, .stadium-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stadium-hero__content {
    height: 450px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stadium-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px
}

.stadium-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.stadium-hero__subtitle {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.stadium-about {
    padding: 80px 0
}

.stadium-about, .stadium-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.stadium-about__title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.stadium-about__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 322px;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border: 1px solid var(--white-100, #fff)
}

.stadium-about__item-icon, .stadium-about__item-icon img {
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.stadium-about__item-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.stadium-about__item-title {
    font-size: 56px;
    line-height: 100%
}

.stadium-about__item-subtitle, .stadium-about__item-title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.stadium-about__item-subtitle {
    font-size: 24px;
    line-height: 120%
}

.stadium-news {
    overflow: hidden;
    padding: 80px 0
}

.stadium-news__title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.stadium-news__slider {
    position: relative
}

.stadium-news__slider-wrapper {
    margin-bottom: 40px
}

.stadium-news__card, .stadium-news__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stadium-news__card {
    border-radius: 30px;
    margin-right: 10px;
    min-height: 617px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    width: 100%;
    width: 438px;
    z-index: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.stadium-news__card:last-child {
    margin-right: 0
}

.stadium-news__card img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.stadium-news__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47.33%, rgba(0, 0, 0, 0)), color-stop(63.39%, rgba(0, 0, 0, .5)), color-stop(72.63%, rgba(0, 0, 0, .57)), color-stop(81.07%, rgba(0, 0, 0, .66)), color-stop(88.71%, rgba(0, 0, 0, .75)), color-stop(99.97%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.33%, rgba(0, 0, 0, .5) 63.39%, rgba(0, 0, 0, .57) 72.63%, rgba(0, 0, 0, .66) 81.07%, rgba(0, 0, 0, .75) 88.71%, rgba(0, 0, 0, .8) 99.97%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stadium-news__card-data {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    opacity: .7
}

.stadium-news__card-data, .stadium-news__card-title {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-style: normal;
    z-index: 1
}

.stadium-news__card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 110%
}

.stadium-news__card-subtitle {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    z-index: 1
}

.stadium-news__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stadium-news__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    position: relative;
    z-index: 1
}

.stadium-news__card-subtext {
    font-size: 16px;
    opacity: .7;
    z-index: 1;
    -ms-flex-item-align: center;
    align-self: center
}

.stadium-news__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stadium-news__control-button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-news__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -40px
}

.stadium-news__next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    padding-right: 40px;
    right: -40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stadium-news__button {
    background: var(--white-100, #fff);
    color: var(--black-100, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 12px 44px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none
}

.stadium-news__previous.swiper-button-disabled {
    opacity: 0
}

.stadium-history {
    position: relative
}

.stadium-history__title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px !important;
    text-transform: uppercase
}

.stadium-history__wrapper {
    overflow: hidden;
    width: 100%
}

.stadium-history__cards, .stadium-history__cards-2, .stadium-history__slide, .stadium-history__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stadium-history__slide {
    height: 524px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.stadium-history__slide:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.62%, rgba(0, 0, 0, 0)), color-stop(42.05%, rgba(0, 0, 0, .5)), color-stop(57.37%, rgba(0, 0, 0, .57)), color-stop(69.68%, rgba(0, 0, 0, .68)), color-stop(88.3%, rgba(0, 0, 0, .77)), color-stop(100.49%, rgba(0, 0, 0, .9)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 19.62%, rgba(0, 0, 0, .5) 42.05%, rgba(0, 0, 0, .57) 57.37%, rgba(0, 0, 0, .68) 69.68%, rgba(0, 0, 0, .77) 88.3%, rgba(0, 0, 0, .9) 100.49%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.stadium-history__slide-img {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.stadium-history__slide-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.stadium-history__line-vertical {
    background: #6b6a67;
    height: 16px;
    width: 2px
}

.stadium-history__line-vertical_active {
    background: #fff;
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

.stadium-history__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1380px;
    padding-bottom: 85px;
    padding-left: 34px;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 24px;
    justify-content: center;
    margin: 0 auto
}

.stadium-history__subtitle {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.stadium-history__description {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    max-width: 700px
}

.stadium-history__thumbs {
    bottom: 70px;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 3
}

.stadium-history__swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 90%;
    position: relative;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-history__swiper-pagination span {
    background-color: #007bff;
    display: block;
    height: 100%;
    position: relative;
    -webkit-transform: translateZ(0) scaleX(1) scaleY(1) !important;
    transform: translateZ(0) scaleX(1) scaleY(1) !important;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.stadium-history__swiper-pagination img {
    min-height: 23px;
    min-width: 23px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%) scale(1);
    -ms-transform: translate(50%, -50%) scale(1);
    transform: translate(50%, -50%) scale(1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.stadium-history__swiper-pagination.swiper-pagination-progressbar {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 5%;
    position: absolute;
    top: 0
}

.stadium-history__swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.stadium-history__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-height: 2px;
    max-width: 90%;
    min-height: 2px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-history__bottom-text {
    color: var(--white-100, #fff);
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.stadium-history__swiper-mobile {
    display: none
}

.stadium-history__swiper-wrapper-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding-right: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.stadium-history__swiper-pagination-mobile {
    left: 8px !important;
    margin: 0 10px;
    right: auto !important
}

.stadium-history__swiper-pagination-mobile.swiper-pagination {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stadium-history__swiper-pagination-mobile .swiper-pagination-bullet {
    background: #e2e2e2;
    height: 8px;
    margin: 0 !important;
    opacity: 1;
    width: 8px
}

.stadium-history__swiper-pagination-mobile.swiper-pagination {
    background: #ffffff66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-history__swiper-pagination-mobile .swiper-pagination-bullet-active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 8px;
    margin: 6px 0 !important;
    width: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.stadium-history__swiper-slide-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: .6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.stadium-history__swiper-slide-mobile.swiper-slide-active {
    opacity: 1
}

.stadium-history__slide-mobile-title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.stadium-history__slide-mobile-description {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.stadium-history__slide-mobile-img {
    height: 154px;
    width: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -o-object-fit: cover;
    object-fit: cover
}

.stadium-matches {
    overflow: hidden;
    padding: 80px 0
}

.stadium-matches__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.stadium-matches__subtitle, .stadium-matches__title {
    color: var(--white-100, #fff);
    font-style: normal;
    font-weight: 400
}

.stadium-matches__subtitle {
    font-family: Inter;
    font-size: 28px;
    line-height: 120%;
    max-width: 1068px;
    text-align: center
}

.stadium-matches__background {
    height: 100%;
    left: 0;
    opacity: .33;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: 0
}

.stadium-matches__background_visible {
    opacity: 1
}

.stadium-matches__background_visible img:last-child {
    display: none
}

.stadium-matches__info {
    font-weight: 600;
    position: relative;
    text-decoration-line: underline;
    text-transform: uppercase;
    z-index: 1
}

.stadium-matches__wrapper {
    position: relative
}

.stadium-matches__cards {
    margin-bottom: 40px
}

.stadium-matches__card, .stadium-matches__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stadium-matches__card {
    background: #111;
    margin-right: 10px;
    min-height: 640px;
    padding: 32px 16px;
    position: relative;
    width: 447px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.stadium-matches__card:last-child {
    margin-right: 0
}

.stadium-matches__card_nearest {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%)
}

.stadium-matches__card-top {
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 59px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-matches__top-logo {
    margin-right: 10px;
    width: 24px
}

.stadium-matches__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    position: absolute;
    top: 55px;
    width: 100%;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.stadium-matches__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.stadium-matches__logo-left, .stadium-matches__logo-right {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%
}

.stadium-matches__logo-left img, .stadium-matches__logo-right img {
    margin: auto;
    max-width: 130px
}

.stadium-matches__img-middle {
    width: 22px
}

.stadium-matches__text {
    color: var(--white-100, #fff);
    position: relative;
    z-index: 1
}

.stadium-matches__text, .stadium-matches__text_locate {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center
}

.stadium-matches__text_locate {
    opacity: .7;
    padding-top: 6px
}

.stadium-matches__subtext {
    color: var(--white-30, hsla(0, 0%, 100%, .3));
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.stadium-matches__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 79px;
    position: absolute;
    top: 271px;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-matches__info-box_bet {
    margin-bottom: 0
}

.stadium-matches__info-box_next {
    margin-bottom: auto
}

.stadium-matches__account {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.stadium-matches__logo-bet {
    margin-bottom: 6px;
    margin-top: 13px;
    width: 87px
}

.stadium-matches__bet-box {
    max-width: 415px;
    position: absolute;
    top: 404px;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-matches__bet-box, .stadium-matches__bets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.stadium-matches__bets {
    margin-bottom: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stadium-matches__bet {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-right: 4px;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.stadium-matches__bet_active {
    background: hsla(0, 0%, 100%, .2);
    border: none
}

.stadium-matches__bet:last-child {
    margin-right: 0
}

.stadium-matches__status-link {
    background: hsla(0, 0%, 100%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 44px;
    line-height: 120%;
    margin-bottom: 24px;
    margin-top: auto;
    max-width: 415px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 489px;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-matches__status-link_next {
    display: none
}

.stadium-matches__about-data {
    color: var(--white-50, hsla(0, 0%, 100%, .5));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stadium-matches__border {
    border: 1px dashed hsla(0, 0%, 100%, .2);
    height: 1px;
    margin-bottom: 24px;
    position: absolute;
    top: 555px;
    width: 100%;
    z-index: 1
}

.stadium-matches__border_next {
    display: none
}

.stadium-matches__cards-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.stadium-matches__cards-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 40px);
    position: absolute;
    top: 0;
    width: 95px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.stadium-matches__cards-button.swiper-button-disabled {
    opacity: 0
}

.stadium-matches__cards-next {
    background: none;
    cursor: pointer;
    padding-right: 40px;
    right: -40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stadium-matches__cards-previous {
    background: none;
    cursor: pointer;
    left: -40px
}

.stadium-matches__link {
    font-weight: 600;
    text-transform: uppercase
}

.stadium-matches__card:hover:not(:focus-visible) .stadium-matches__background {
    opacity: 1
}

.stadium-matches__card:hover:not(:focus-visible) .stadium-matches__logo-left, .stadium-matches__card:hover:not(:focus-visible) .stadium-matches__logo-right {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.academy-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-about__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.academy-about__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    width: 100%
}

.academy-about__item {
    border: 1px solid var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 468px;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-about__item-img {
    max-height: 100px;
    max-width: 100px;
    width: 100%
}

.academy-about__item-title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.academy-hero {
    height: 650px;
    padding: 94px 0 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.academy-hero__background {
    height: 650px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.academy-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.academy-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.academy-hero__container {
    height: 100%
}

.academy-hero__container, .academy-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.academy-hero__content {
    height: 450px
}

.academy-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 80px;
    justify-content: center
}

.academy-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

.academy-hero__btn, .academy-hero__title {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.academy-hero__btn {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 22px 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    width: 325px
}

.academy-hero__wrapper {
    height: 210%;
    position: relative;
    top: 0;
    width: 100%
}

.academy-hero__video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.academy-hero__video-wrapper {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.academy-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-grid__grid {
    display: grid;
    grid-auto-flow: row dense;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px
}

.academy-grid__item {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    min-height: 500px;
    width: 100%
}

.academy-grid__item-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.academy-grid__item-title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.academy-grid__item-description {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.academy-grid__item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-grid__item-container_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.academy-media {
    padding: 160px 0
}

.academy-media__container {
    gap: 24px
}

.academy-media__container, .academy-media__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.academy-media__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-media__title {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase
}

.academy-media__link, .academy-media__title {
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-wrap: nowrap
}

.academy-media__link {
    border-bottom: 1px solid var(--white-100, #fff);
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 44px;
    text-align: center;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.academy-media__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 903px;
    grid-column-gap: 10px;
    grid-row-gap: 50px
}

.academy-media__card {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative
}

.academy-media__card-image {
    height: 400px;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.academy-media__card-image:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.academy-media__card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.academy-media__card-content {
    width: 100%
}

.academy-media__card-link {
    text-decoration: none
}

.academy-media__card-title {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.academy-media__card-date {
    color: var(--white-60, hsla(0, 0%, 100%, .6));
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.academy-media__card-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 3
}

.academy-media__card-gallery-img {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.academy-media__card-number {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.academy-media__card-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding: 10px;
    width: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: var(--white-50, hsla(0, 0%, 100%, .5));
    border-radius: 120px;
    gap: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3
}

.academy-media__card-play-img {
    max-height: 20px;
    max-width: 20px;
    min-height: 20px;
    min-width: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden
}

.academy-media__link-mobile {
    display: none
}

.academy-news {
    padding-top: 160px
}

.academy-news__container {
    gap: 24px
}

.academy-news__container, .academy-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.academy-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-news__title {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase
}

.academy-news__link, .academy-news__title {
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
}

.academy-news__link {
    border-bottom: 1px solid var(--white-100, #fff);
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 44px;
    text-align: center;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.academy-news__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 903px;
    grid-column-gap: 10px;
    grid-row-gap: 50px
}

.academy-news__card {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-news__card-image {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
    width: 100%
}

.academy-news__card-image img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    width: 100%
}

.academy-news__card-content {
    width: 100%
}

.academy-news__card-link {
    text-decoration: none
}

.academy-news__card-title {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-news__link-mobile {
    display: none
}

.academy-promo {
    height: 405px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-promo__container {
    height: 100%
}

.academy-promo__container-img {
    height: 381px;
    position: absolute;
    right: 114px;
    top: 0;
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.academy-promo__main {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 40px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.academy-promo__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.academy-promo__button {
    background: var(--white-100, #fff);
    color: var(--black-100, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    padding: 12px 44px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.academy-promo__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.academy-slider {
    padding-top: 160px
}

.academy-slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-slider__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.academy-slider__slider {
    height: 100%;
    position: relative;
    width: 100%
}

.academy-slider__card, .academy-slider__slider, .academy-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.academy-slider__card {
    border: 1px solid var(--white-30, hsla(0, 0%, 100%, .3));
    height: 617px;
    padding: 32px;
    position: relative;
    width: 447px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px
}

.academy-slider__card_active .academy-slider__card-close {
    display: block
}

.academy-slider__card_active:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(6, 122, 18, .35)), color-stop(99.81%, rgba(0, 208, 20, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(0, 0, 0, .35)), color-stop(99.81%, rgba(0, 0, 0, 0))), rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(6, 122, 18, .35) .19%, rgba(0, 208, 20, 0) 99.81%), linear-gradient(0deg, rgba(0, 0, 0, .35) .19%, rgba(0, 0, 0, 0) 99.81%), rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.academy-slider__card-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.academy-slider__card-head {
    background: rgba(0, 0, 0, .35);
    border: 2px solid var(--white-20, hsla(0, 0%, 100%, .2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 114px;
    padding: 5px 24px 0;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
    gap: 8px
}

.academy-slider__card-head_show {
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    background: rgba(0, 0, 0, 0);
    border: 2px solid var(--white-20, hsla(0, 0%, 100%, 0))
}

.academy-slider__card-close {
    display: none;
    height: 20px;
    position: absolute;
    right: 22px;
    top: 22px;
    width: 40px;
    z-index: 5
}

.academy-slider__card-main {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: rgba(0, 0, 0, .35);
    border: 2px solid var(--white-20, hsla(0, 0%, 100%, .2));
    display: none;
    height: calc(100% - 204px);
    left: 50%;
    overflow-y: scroll;
    padding: 32px;
    position: absolute;
    top: 102px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 4
}

.academy-slider__card-main_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.academy-slider__card-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase
}

.academy-slider__card-subtitle, .academy-slider__card-title {
    color: var(--white-100, #fff);
    font-style: normal;
    font-weight: 400
}

.academy-slider__card-subtitle {
    font-family: Inter;
    font-size: 16px;
    line-height: 140%
}

.academy-slider__card-text {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.academy-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    bottom: 25px;
    cursor: pointer;
    height: 617px;
    justify-content: flex-end;
    width: 82px;
    z-index: 1
}

.academy-slider__arrow-left {
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.academy-slider__arrow-left, .academy-slider__arrow-right {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0))
}

.academy-slider__arrow-right {
    right: 0
}

.academy-slider__arrow-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0
}

.academy-tabs_disable {
    display: none !important
}

.academy-tabs_active {
    display: block
}

.academy-tabs__buttons {
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    gap: 10px;
    overflow-x: auto;
    padding: 0 40px
}

.academy-tabs__button, .academy-tabs__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1
}

.academy-tabs__button {
    height: 50px;
    padding: 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: var(--white-70, hsla(0, 0%, 100%, .7));
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 120%;
    text-transform: uppercase;
    text-wrap: nowrap
}

.academy-tabs__button_active {
    border-bottom: 2px solid #00cb14;
    color: #fff
}

/*.academy-more-about {*/
/*    padding-top: 160px*/
/*}*/

.academy-more-about__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.academy-more-about__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.academy-more-about__slider {
    overflow: hidden;
    position: relative;
    width: 100%
}

.academy-more-about__slide, .academy-more-about__slider, .academy-more-about__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.academy-more-about__slide {
    height: 421px;
    padding: 24px;
    position: relative;
    width: 447px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px
}

.academy-more-about__slide:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.academy-more-about__slide-img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.academy-more-about__slide-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-more-about__slide-title {
    border-bottom: 1px solid var(--white-100, #fff);
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    line-height: 100%;
    padding: 20px 0;
    -ms-flex-align: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.academy-more-about__slide-button, .academy-more-about__slide-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    text-transform: uppercase;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px
}

.academy-more-about__slide-button {
    background: #fff;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    max-height: 56px;
    padding: 22px 44px;
    text-align: center;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center
}

.academy-more-about__cards-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.academy-more-about__cards-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 95px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.academy-more-about__cards-button.swiper-button-disabled {
    opacity: 0
}

.academy-more-about__cards-next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    cursor: pointer;
    padding-right: 40px;
    right: -10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.academy-more-about__cards-previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    cursor: pointer;
    left: 0
}

.academy-coaches-grid {
    display: none;
    overflow: hidden;
    padding: 40px 0
}

.academy-coaches-grid_active {
    display: block
}

.academy-coaches-grid__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.academy-coaches-grid__grid {
    display: grid;
    gap: 40px 10px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 60px;
    position: relative
}

.academy-coaches-grid__card {
    max-width: 332px;
    width: 100%
}

.academy-coaches-grid__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.academy-coaches-grid__next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    padding-right: 40px;
    right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.academy-coaches-grid__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: 0
}

.academy-coaches-grid__previous.swiper-button-disabled {
    opacity: 0
}

.crew-hero {
    height: 650px;
    padding: 94px 0 0;
    position: relative
}

.crew-hero__background {
    height: 650px;
    position: absolute;
    top: 0;
    width: 100%
}

.crew-hero__background img:last-child {
    display: none
}

.crew-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75.75%, rgba(0, 0, 0, .1)), to(#000)), no-repeat;
    background: linear-gradient(180deg, rgba(0, 0, 0, .1) 75.75%, #000), no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.crew-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.crew-hero__container {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crew-hero__container, .crew-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crew-hero__content {
    height: 450px
}

.crew-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 80px;
    justify-content: center
}

.crew-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

.crew-hero__btn, .crew-hero__title {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.crew-hero__btn {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 22px 44px;
    text-decoration: none;
    width: 325px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.crew-hero__wrapper {
    height: 210%;
    position: relative;
    top: 0;
    width: 100%
}

.crew-hero__video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.crew-hero__video-wrapper {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.crew-floor {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.crew-floor, .crew-floor__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crew-floor__grid {
    width: 100%
}

.crew-floor__item {
    border: 1px solid #fff;
    cursor: pointer;
    height: 500px;
    position: relative;
    width: 100%
}

.crew-floor__item:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.crew-floor__item:last-child {
    border-left: 0 solid #fff
}

.crew-floor__item-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.crew-floor__item:hover:after, .crew-floor__item_active:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%)
}

.crew-floor__item-title {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    line-height: 100%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crew-teams {
    display: none
}

.crew-teams_active {
    display: block
}

.crew-teams__image-wrapper {
    position: absolute;
    right: 0;
    width: 65%
}

.crew-teams__image-wrapper:after {
    background: radial-gradient(60% 60% at 60% 45%, transparent, #000);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.crew-teams__image {
    width: 100%
}

.crew-teams__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 510px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.crew-teams__breadcrumb {
    margin-bottom: auto
}

.crew-teams__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 150px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase
}

.crew-teams__title:after {
    background: #00cb14;
    border-radius: 544px;
    bottom: -70px;
    content: "";
    -webkit-filter: blur(125px);
    filter: blur(125px);
    height: 103px;
    left: -74px;
    opacity: .6;
    position: absolute;
    width: 544px
}

.crew-teams__text {
    margin-bottom: auto;
    max-width: 414px
}

.crew-teams__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.crew-teams__table-bg {
    margin-bottom: 160px;
    position: relative;
    width: 100%
}

.crew-teams__table-item {
    border-bottom: 1px solid var(--white-50, hsla(0, 0%, 100%, .5));
    color: var(--white-50, hsla(0, 0%, 100%, .5));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 0;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 100px;
    text-wrap: nowrap
}

.crew-teams__table-item:first-child {
    border-bottom: 1px solid hsla(0, 0%, 100%, .6);
    color: #fff
}

.crew-teams__colum {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center
}

.crew-teams__colum_1 {
    width: 80px
}

.crew-teams__colum_2 {
    width: 250px
}

.crew-teams__colum_3 {
    min-width: 150px
}

.crew-teams__colum_4 {
    min-width: 160px
}

.crew-teams__colum_5 {
    min-width: 200px
}

.crew-teams__list {
    padding-bottom: 110px
}

.crew-teams__item, .crew-teams__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crew-teams__item {
    border: 1px solid #fff;
    min-height: 500px;
    padding: 20px;
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.crew-teams__item:not(:last-child) {
    margin-right: -1px
}

.crew-teams__item_green {
    background: url(../../images/progress/noise.png), -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: url(../../images/progress/noise.png), linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.crew-teams__item-content {
    position: relative;
    z-index: 1
}

.crew-teams__item-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
    text-transform: uppercase;
    -webkit-transition: text-align .4s ease-in-out;
    transition: text-align .4s ease-in-out
}

.crew-teams__item-text {
    opacity: .7
}

.crew-teams__item-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.crew-teams__item-image_green {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.crew-teams__item_green:hover:not(:focus-visible) .crew-teams__item-image_green {
    opacity: .4
}

.crew-teams__item_textless:hover:not(:focus-visible) {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crew-teams__item_textless:hover:not(:focus-visible) p {
    display: none
}

.crew-teams__item-link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.crew-teams__tabs-list {
    background-color: #000;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 5px;
    position: sticky;
    top: 72px;
    z-index: 2
}

.crew-teams__tabs-list:after {
    background-color: #000;
    content: "";
    height: 69px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.crew-teams__tabs-button {
    border: 1px solid #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    padding: 16px;
    text-transform: uppercase;
    width: 100%;
    z-index: 1
}

.crew-teams__tabs-button_active {
    background-color: #fff;
    color: #000
}

.crew-teams__tabs-content {
    display: none
}

.crew-teams__tabs-content_active {
    display: block;
    padding-bottom: 80px
}

.crew-teams__members {
    padding: 80px 0
}

.crew-teams__members-title {
    color: var(--white-30, hsla(0, 0%, 100%, .3));
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase
}

.crew-teams__members-wrapper {
    position: relative
}

.crew-teams__members-wrapper:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(transparent), color-stop(transparent), to(#000));
    background: linear-gradient(180deg, #000, transparent, transparent, #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.crew-teams__members-image {
    width: 100%
}

.crew-teams__players {
    padding: 40px 0 120px
}

.crew-teams__players-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    overflow: auto;
    padding-top: 100px
}

.crew-teams__players-item {
    border: 1px solid var(--white-30, hsla(0, 0%, 100%, .3));
    cursor: pointer;
    max-width: 445px;
    min-height: 617px;
    min-width: 445px;
    padding: 32px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.crew-teams__players-content, .crew-teams__players-item {
    bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.crew-teams__players-content {
    background: rgba(0, 0, 0, .35);
    border: 2px solid var(--white-20, hsla(0, 0%, 100%, .2));
    font-family: Bebas Neue Cyrillic;
    height: 139px;
    left: 32px;
    padding: 12px 32px;
    position: absolute;
    width: 86%;
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    gap: 32px
}

.crew-teams__players-number {
    font-size: 100px
}

.crew-teams__players-name, .crew-teams__players-number {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.crew-teams__players-name {
    font-size: 32px
}

.crew-teams__players-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px
}

.crew-teams__players-footer {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.crew-teams__players-flag {
    margin: auto
}

.crew-teams__players-date {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%
}

.crew-teams__players-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 617px;
    position: relative;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.crew-teams__players-background img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.crew-teams__players-green {
    background: #00cb14;
    border-radius: 391px;
    -webkit-filter: blur(120px);
    filter: blur(120px);
    height: 391px;
    left: 200px;
    position: absolute;
    top: 69px;
    width: 100px
}

.crew-teams__players-black {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    height: 213px;
    position: absolute;
    right: 0;
    width: 100%
}

.crew-teams__players-buttons {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.crew-teams__players-buttons-wrapper {
    z-index: 1
}

.crew-teams__players-buttons-background {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(6, 122, 18, .35)), color-stop(99.81%, rgba(0, 208, 20, 0))), rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(6, 122, 18, .35) .19%, rgba(0, 208, 20, 0) 99.81%), rgba(0, 0, 0, .5);
    height: 100%;
    position: absolute;
    width: 100%
}

.crew-teams__players-button {
    background: var(--white-20, hsla(0, 0%, 100%, .2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 16px 20px;
    text-transform: uppercase;
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crew-teams__players-button_white {
    background-color: #fff;
    color: #000;
    margin: 0
}

.crew-teams__players-title {
    color: var(--white-30, hsla(0, 0%, 100%, .3));
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.crew-teams__coach {
    border-bottom: 1px solid #ffffff66;
    border-top: 1px solid #ffffff66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 535px;
    padding-top: 40px;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.crew-teams__coach-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 495px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.crew-teams__coach-title {
    color: hsla(0, 0%, 100%, .4);
    font-size: 44px;
    margin-bottom: 8px
}

.crew-teams__coach-subtitle, .crew-teams__coach-title {
    font-family: Bebas Neue Cyrillic;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.crew-teams__coach-subtitle {
    font-size: 100px;
    margin-bottom: auto;
    max-width: 980px
}

.crew-teams__coach-texts {
    margin-bottom: 74px
}

.crew-teams__coach-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}

.crew-teams__coach-link {
    font-weight: 600;
    text-transform: uppercase
}

.crew-teams__coach-right {
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 580px
}

.crew-teams__coach-background {
    height: 100%;
    position: absolute;
    width: 100%
}

.crew-teams__coach-right:hover:not(:focus-visible) .crew-teams__coach-background:after {
    opacity: 1
}

.crew-teams__coach-image {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0 -30%;
    object-position: 0 -30%;
    width: 100%;
    z-index: 1
}

.crew-teams__coach-green {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50.49%, #00cb14), color-stop(68.52%, rgba(0, 101, 10, 0)));*/
    /*background: linear-gradient(180deg, #00cb14 50.49%, rgba(0, 101, 10, 0) 68.52%);*/
    /*border-radius: 391px;*/
    bottom: 0;
    -webkit-filter: blur(119.39102px);
    filter: blur(119.39102px);
    height: 391px;
    left: 43%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px
}

.crew-teams__coach-black {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
    bottom: 0;
    height: 100px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1
}

.crew-teams__coaches {
    display: grid;
    gap: 40px 10px;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 120px
}

.crew-teams__coaches-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 550px;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crew-teams__coaches-card-link {
    z-index: 2
}

.crew-teams__coaches-card-link, .crew-teams__coaches-green_hover {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.crew-teams__coaches-green_hover {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.19%, rgba(6, 122, 18, .35)), color-stop(99.81%, rgba(0, 208, 20, 0))), rgba(0, 0, 0, .5);
    background: linear-gradient(0deg, rgba(6, 122, 18, .35) .19%, rgba(0, 208, 20, 0) 99.81%), rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    z-index: 1
}

.crew-teams__coaches-card:hover:not(:focus-visible) .crew-teams__coaches-green_hover {
    opacity: 1
}

.crew-teams__coaches-green {
    background: #00cb14;
    border-radius: 391px;
    bottom: 36px;
    content: "";
    -webkit-filter: blur(119.39102px);
    filter: blur(119.39102px);
    height: 391px;
    position: absolute;
    width: 100px
}

.crew-teams__coaches-black {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37.22%, rgba(0, 0, 0, 0)), color-stop(92.39%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.22%, #000 92.39%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.crew-teams__coaches-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.crew-teams__coaches-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 36px 16px;
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.crew-teams__coaches-content-wrapper {
    min-height: 81px;
    text-align: center
}

.crew-teams__coaches-name {
    border-bottom: 1px solid hsla(0, 0%, 72%, .4);
    font-family: Bebas Neue Cyrillic;
    font-size: 28px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    text-transform: uppercase
}

.crew-teams__coaches-description {
    font-size: 18px;
    opacity: .7
}

.crew-teams .teams__players-title {
    color: var(--white-30, hsla(0, 0%, 100%, .3));
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 60px;
    text-transform: uppercase
}

.crew-teams .teams__players-list {
    margin-top: 0
}

.crew-teams .teams__players-item {
    border: 1px solid var(--white-30, hsla(0, 0%, 100%, .3));
    min-height: 550px
}

.crew-teams .teams__players-image {
    min-height: 612px
}

.crew-teams .teams__players-content {
    background: rgba(0, 0, 0, .35);
    border: 2px solid var(--white-20, hsla(0, 0%, 100%, .2));
    bottom: 50px;
    height: auto;
    margin: 0 32px;
    min-height: 139px;
    padding: 12px 24px;
    top: auto;
    width: -webkit-fill-available;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.crew-teams .teams__players-content, .crew-teams .teams__players-content-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.crew-teams .teams__players-content-data {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.crew-teams .teams__players-content-data-img {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    overflow: hidden;
    width: 24px
}

.crew-teams .teams__players-date {
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    gap: 8px;
    line-height: 140%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crew-teams .teams__players-date-img {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 24px
}

.crew-teams .teams__players-buttons {
    bottom: 0
}

.crew-teams__players-item:hover:not(:focus-visible) .crew-teams__players-buttons {
    opacity: 1
}

.crew-teams__players-item:hover:not(:focus-visible) .crew-teams__players-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.staffs-hero {
    height: 650px;
    padding: 94px 0 0;
    position: relative
}

.staffs-hero__background {
    height: 650px;
    position: absolute;
    top: 0;
    width: 100%
}

.staffs-hero__background img:last-child {
    display: none
}

.staffs-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.staffs-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    width: 100%
}

.staffs-hero__container {
    height: 100%
}

.staffs-hero__container, .staffs-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.staffs-hero__content {
    height: 450px
}

.staffs-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 80px;
    justify-content: center
}

.staffs-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

.staffs-hero__btn, .staffs-hero__title {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.staffs-hero__btn {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 22px 44px;
    text-decoration: none;
    width: 325px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.staffs-hero__wrapper {
    height: 210%;
    position: relative;
    top: 0;
    width: 100%
}

.staffs-hero__video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.staffs-hero__video-wrapper {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.staffs-floor {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 40px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.staffs-floor, .staffs-floor__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.staffs-floor__grid {
    width: 100%
}

.staffs-floor__item {
    border: 1px solid #fff;
    cursor: pointer;
    height: 500px;
    position: relative;
    width: 100%
}

a.staffs-floor__item {
    text-decoration: none;
}

.staffs-floor__item:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .8)), to(rgba(0, 0, 0, .8)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8));
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.staffs-floor__item:last-child {
    border-left: 0 solid #fff
}

.staffs-floor__item-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.staffs-floor__item:hover:after, .staffs-floor__item_active:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(.14%, rgba(6, 122, 18, .7)), color-stop(99.77%, rgba(0, 208, 20, .7)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .7) .14%, rgba(0, 208, 20, .7) 99.77%)
}

.staffs-floor__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase
}

.tournament-tables-hero {
    height: 650px;
    padding: 94px 0 0;
    position: relative
}

.tournament-tables-hero__background {
    height: 650px;
    position: absolute;
    top: 0;
    width: 100%
}

.tournament-tables-hero__background img:last-child {
    display: none
}

.tournament-tables-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tournament-tables-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.tournament-tables-hero__container {
    height: 100%
}

.tournament-tables-hero__container, .tournament-tables-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tournament-tables-hero__content {
    height: 450px
}

.tournament-tables-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 80px;
    justify-content: center
}

.tournament-tables-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

.tournament-tables-hero__btn, .tournament-tables-hero__title {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.tournament-tables-hero__btn {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 22px 44px;
    text-decoration: none;
    width: 325px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.tournament-tables-hero__wrapper {
    height: 210%;
    position: relative;
    top: 0;
    width: 100%
}

.tournament-tables-hero__video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.tournament-tables-hero__video-wrapper {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.tournament-tables-grid {
    overflow: hidden;
    padding: 80px 0 120px
}

.tournament-tables-grid__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 66px;
    width: 100%
}

.tournament-tables-grid__button {
    background: #000;
    border: 1px solid #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 40px;
    min-height: 68px;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.tournament-tables-grid__button_active {
    background-color: #fff;
    color: #000
}

.tournament-tables-grid__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tournament-tables-grid__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-tables-grid__selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    width: 100%
}

.tournament-tables-grid__selection {
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    min-height: 40px;
    padding: 8px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-tables-grid__selection-left {
    opacity: .5
}

.tournament-tables-grid__selection-left, .tournament-tables-grid__selection-right {
    margin-right: 10px
}

.tournament-tables-grid__sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.tournament-tables-grid__sorting-title {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    opacity: .5
}

.tournament-tables-grid__tabs-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-tables-grid__tabs-filters, .tournament-tables-grid__tabs-filters-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px
}

.tournament-tables-grid__tabs-select-description {
    opacity: .5
}

.tournament-tables-grid__tabs-select[data-state=active] .standings__tabs-select-wrapper {
    opacity: 1;
    z-index: 1
}

.tournament-tables-grid__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    overflow: hidden
}

.tournament-tables-grid__tabs-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    max-width: 296px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tournament-tables-grid__tabs-content {
    display: none
}

.tournament-tables-grid__tabs-buttons, .tournament-tables-grid__tabs-content_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tournament-tables-grid__tabs-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tournament-tables-grid__tabs-button {
    border: 1px solid #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    padding: 11px;
    text-transform: uppercase
}

.tournament-tables-grid__tabs-button_active {
    background-color: #fff;
    color: #000
}

.tournament-tables-grid__tabs-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    gap: 8px;
    padding: 8px 16px
}

.tournament-tables-grid__tabs-select-description {
    font-size: 16px;
    margin-right: auto
}

.tournament-tables-grid__tabs-select-control {
    cursor: pointer;
    font-size: 16px
}

.tournament-tables-grid__tabs-select-control:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tournament-tables-grid__tabs-select-wrapper {
    background-color: #000
}

.tournament-tables-grid__tabs-select svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tournament-tables-grid__tabs-select[data-state=active] {
    border-radius: 20px 20px 0 0
}

.tournament-tables-grid__tabs-select[data-state=active] .tournament-tables-grid__tabs-select-wrapper {
    opacity: 1;
    z-index: 1
}

.tournament-tables-grid__tabs-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0 0 20px 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    outline: 1px solid hsla(0, 0%, 100%, .7);
    top: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: -1
}

.tournament-tables-grid__tabs-select-input {
    display: none
}

.tournament-tables-grid__tabs-select-label {
    cursor: pointer;
    font-size: 16px;
    line-height: 120%;
    padding: 8px 16px
}

.tournament-tables-grid__tabs-select-label.active {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    position: relative
}

.tournament-tables-grid__tabs-select-label.active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M3.75 13.5 9 18.75l12-12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 24px
}

.tournament-tables-grid__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    line-height: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.tournament-tables-grid__sort-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px
}

.tournament-tables-grid__sort-title {
    opacity: .5
}

.tournament-tables-grid__sort-text {
    color: #fff;
    opacity: .5;
    text-align: center;
    text-decoration: none;
    width: 40px
}

.tournament-tables-grid__sort-text_active {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    padding: 2px 0;
    width: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament-tables-grid__table {
    border-collapse: collapse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%
}

.tournament-tables-grid__columns {
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    height: 46px
}

.tournament-tables-grid__column {
    background: hsla(0, 0%, 100%, .07);
    width: 100px
}

.tournament-tables-grid__column img {
    display: inline
}

.tournament-tables-grid__column:first-child {
    height: 50px;
    width: 45px
}

.tournament-tables-grid__column:nth-child(2) {
    height: 50px;
    padding-left: 14px;
    text-align: left;
    width: 360px
}

.tournament-tables-grid__column:nth-child(odd) {
    background: #333
}

.tournament-tables-grid__column:nth-child(2n) {
    background: hsla(0, 0%, 100%, .07)
}

.tournament-tables-grid__row {
    border-bottom: 12px solid transparent;
    height: 56px
}

.tournament-tables-grid__row:nth-child(2n) {
    background: hsla(0, 0%, 7%, .8)
}

.tournament-tables-grid__row_active {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 203, 19, .1)), to(rgba(0, 203, 19, .1))), hsla(0, 0%, 7%, .8);
    background: linear-gradient(0deg, rgba(0, 203, 19, .1), rgba(0, 203, 19, .1)), hsla(0, 0%, 7%, .8)
}

.tournament-tables-grid__row_active .tournament-tables-grid__cell:nth-child(2) {
    outline: 12px solid #00000000
}

.tournament-tables-grid__row:last-child {
    border-bottom: none
}

.tournament-tables-grid__cell {
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.tournament-tables-grid__cell img {
    display: inline
}

.tournament-tables-grid__cell span {
    vertical-align: super
}

.tournament-tables-grid__cell:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1 !important;
    padding-left: 14px;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 100%;
    outline: 12px solid #000
}

.tournament-tables-grid__cell:nth-child(odd) {
    background: #333;
    opacity: .5
}

.tournament-tables-grid__cell:nth-child(2n) {
    opacity: .5
}

.tournament-tables-grid-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.tournament-tables-grid-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 40px;
    font-size: 20px;
    font-weight: 500;
    gap: 8px;
    padding: 8px 16px
}

.tournament-tables-grid-select-description {
    font-size: 16px;
    margin-right: auto
}

.tournament-tables-grid-select-control {
    cursor: pointer;
    font-size: 16px
}

.tournament-tables-grid-select-control:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.tournament-tables-grid-select-wrapper {
    background-color: #000
}

.tournament-tables-grid-select svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tournament-tables-grid-select[data-state=active] {
    border-radius: 20px 20px 0 0
}

.tournament-tables-grid-select[data-state=active] .tournament-tables-grid__tabs-select-wrapper {
    opacity: 1;
    z-index: 1
}

.tournament-tables-grid-select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: 0 0 20px 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    outline: 1px solid hsla(0, 0%, 100%, .7);
    top: 100%;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: -1
}

.tournament-tables-grid-select-input {
    display: none
}

.tournament-tables-grid-select-label {
    cursor: pointer;
    font-size: 16px;
    line-height: 120%;
    padding: 8px 16px
}

.tournament-tables-grid-select-label.active {
    background: var(--white-10, hsla(0, 0%, 100%, .1));
    position: relative
}

.tournament-tables-grid-select-label.active:after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-width='2' d='M3.75 13.5 9 18.75l12-12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: 16px;
    top: 4px;
    width: 24px
}

.infrastructure-hero {
    height: 550px;
    padding: 94px 0 0;
    position: relative
}

.infrastructure-hero__background {
    height: 650px;
    position: absolute;
    top: 0;
    width: 100%
}

.infrastructure-hero__background img:last-child {
    display: none
}

.infrastructure-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.infrastructure-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.infrastructure-hero__container {
    height: 100%
}

.infrastructure-hero__container, .infrastructure-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.infrastructure-hero__content {
    height: 450px
}

.infrastructure-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 80px;
    justify-content: center
}

.infrastructure-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

.infrastructure-hero__btn, .infrastructure-hero__title {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.infrastructure-hero__btn {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 22px 44px;
    text-decoration: none;
    width: 325px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.infrastructure-hero__wrapper {
    height: 210%;
    position: relative;
    top: 0;
    width: 100%
}

.infrastructure-hero__video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.infrastructure-hero__video-wrapper {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.infrastructure-grid {
    padding: 80px 40px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.infrastructure-grid, .infrastructure-grid__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.infrastructure-grid__grid {
    gap: 20px
}

.infrastructure-grid__item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 656px;
    padding: 40px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.infrastructure-grid__item:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .66)), to(rgba(0, 0, 0, .66)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .66), rgba(0, 0, 0, .66));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.infrastructure-grid__item:hover:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 122, 18, .55)), to(rgba(6, 122, 18, .55)));
    background: linear-gradient(0deg, rgba(6, 122, 18, .55), rgba(6, 122, 18, .55));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.infrastructure-grid__item:hover .infrastructure-grid__item-description, .infrastructure-grid__item:hover .infrastructure-grid__item-title {
    display: none
}

.infrastructure-grid__item img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.infrastructure-grid__item-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.infrastructure-grid__item-description {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    position: relative;
    z-index: 1
}

.infrastructure-grid .infrastructure-grid-pop-up {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%
}

.infrastructure-grid .infrastructure-grid-pop-up__container {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.infrastructure-grid .infrastructure-grid-pop-up__wrapper {
    background-color: #fff;
    color: #000;
    max-width: 1000px;
    padding: 60px;
    position: relative;
    width: 100%
}

.infrastructure-grid .infrastructure-grid-pop-up__wrapper_pb {
    padding-bottom: 0
}

.infrastructure-grid .infrastructure-grid-pop-up__wrapper_pt {
    padding-top: 0
}

.infrastructure-grid .infrastructure-grid-pop-up__close {
    position: absolute;
    right: 28px;
    top: 28px
}

.infrastructure-grid .infrastructure-grid-pop-up__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.infrastructure-grid .infrastructure-grid-pop-up__subtitle {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 6px;
    text-transform: uppercase
}

.infrastructure-grid .infrastructure-grid-pop-up__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.infrastructure-grid .infrastructure-grid-pop-up__right {
    background: rgba(0, 0, 0, .05);
    border-radius: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.infrastructure-grid .infrastructure-grid-pop-up__right img {
    max-height: 38px;
    max-width: 38px;
    min-height: 38px;
    min-width: 38px
}

.infrastructure-grid .infrastructure-grid-pop-up__slider {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

.infrastructure-grid .infrastructure-grid-pop-up__button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.infrastructure-grid .infrastructure-grid-pop-up__next {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(48.53%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24) 48.53%, rgba(0, 0, 0, .7));
    right: 0
}

.infrastructure-grid .infrastructure-grid-pop-up__previous {
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(48.53%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .24) 48.53%, rgba(0, 0, 0, .7));
    left: 0
}

.infrastructure-grid .infrastructure-grid-pop-up__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.infrastructure-grid .infrastructure-grid-pop-up__card {
    height: 470px;
    width: 880px
}

.infrastructure-grid .infrastructure-grid-pop-up__card img {
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.infrastructure-grid .infrastructure-grid-pop-up__pictures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.infrastructure-grid .infrastructure-grid-pop-up__pictures-image {
    height: 425px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.infrastructure-grid .infrastructure-grid-pop-up__pictures-image_top {
    height: 360px
}

.infrastructure-grid .infrastructure-grid-pop-up__image {
    height: auto;
    margin-bottom: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.infrastructure-grid .infrastructure-grid-pop-up__text {
    color: var(--black-100, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs, .infrastructure-grid .infrastructure-grid-pop-up__text_mb {
    margin-bottom: 24px
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-top {
    background-color: rgba(0, 0, 0, .1)
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-button {
    color: #000000b2;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 100%;
    padding: 14px;
    text-transform: uppercase
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-button_active {
    border-bottom: 2px solid #00cb14;
    color: #000
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-content {
    background-color: rgba(0, 0, 0, .05);
    padding: 20px
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-content-wrapper {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 16px
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-content-card-top {
    background-color: rgba(0, 0, 0, .2);
    padding: 9px 12px
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-content-card-info {
    color: rgba(0, 0, 0, .7)
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-info {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px
}

.infrastructure-grid .infrastructure-grid-pop-up__tabs-description {
    color: rgba(0, 0, 0, .7)
}

.infrastructure-grid .infrastructure-grid-pop-up__textbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.infrastructure-grid .infrastructure-grid-pop-up__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 20px;
    width: 100%
}

.infrastructure-grid .infrastructure-grid-pop-up__grid_three {
    grid-template-columns: repeat(3, 1fr)
}

.infrastructure-grid .infrastructure-grid-pop-up__item {
    border: 1px solid var(--white-100, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 175px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.infrastructure-grid .infrastructure-grid-pop-up__item_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.infrastructure-grid .infrastructure-grid-pop-up__item-img {
    max-height: 80px;
    max-width: 80px;
    width: 100%
}

.infrastructure-grid .infrastructure-grid-pop-up__item-title {
    color: var(--white-100, #000);
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.infrastructure-grid .infrastructure-grid-pop-up__item-title_center {
    max-width: 200px;
    text-align: center
}

.football-player-hero {
    height: 650px;
    padding: 94px 0 0;
    position: relative
}

.football-player-hero__background {
    height: 650px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.football-player-hero__background img:last-child {
    display: none
}

.football-player-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.football-player-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    width: 100%
}

.football-player-hero__container {
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.football-player-hero__container, .football-player-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.football-player-hero__content {
    height: 600px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 120px
}

.football-player-hero__content, .football-player-hero__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.football-player-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 80px;
    justify-content: center
}

.football-player-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

.football-player-hero__btn, .football-player-hero__title {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.football-player-hero__btn {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 12px 44px;
    text-decoration: none;
    width: 325px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.football-player-list {
    background: #fff;
    padding: 80px 40px 0
}

.football-player-list__grid, .football-player-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.football-player-list__item {
    color: #000;
    gap: 16px;
    padding-bottom: 80px;
    position: relative
}

.football-player-list__item:last-child .football-player-list__item-line {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
    background: linear-gradient(180deg, #000, #fff);
    height: 75%
}

.football-player-list__item-line {
    background: #000;
    height: 100%;
    margin-left: 30px;
    position: absolute;
    width: 1px;
    z-index: 0
}

.football-player-list__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.football-player-list__item-number {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    overflow: hidden;
    padding-right: 3px;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.football-player-list__item-number, .football-player-list__item-title {
    color: var(--black-100, #000);
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.football-player-list__item-description {
    color: var(--black-100, #000);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-left: 80px
}

.football-player-list__item-footer-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 20px;
    padding: 0 80px;
    width: 100%
}

.football-player-list__item-footer-grid_three {
    grid-template-columns: repeat(3, 1fr)
}

.football-player-list__item-footer-item {
    border: 1px solid var(--white-100, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 175px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.football-player-list__item-footer-item-img {
    max-height: 80px;
    max-width: 80px;
    width: 100%
}

.football-player-list__item-footer-item-title {
    color: var(--white-100, #000);
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.football-player-form {
    background-color: #fff;
    color: #000;
    padding-bottom: 40px
}

.football-player-form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.football-player-form__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.football-player-form__description {
    display: block;
    font-size: 18px;
    margin-bottom: 40px
}

.football-player-form__description_mb28 {
    margin-bottom: 28px
}

.football-player-form__description_mb6 {
    margin-bottom: 6px
}

.football-player-form__description_sub {
    color: var(--Grey60, #626262);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: 150%
}

.football-player-form__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.football-player-form__info_red {
    color: #ff1c1c
}

.football-player-form__info_red.football-player-form__info_disabled {
    color: var(--black-10, rgba(0, 0, 0, .1))
}

.football-player-form__info_bottom {
    color: var(--Grey60, #626262);
    display: ruby;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: 150%;
    max-width: 503px;
    padding-top: 6px;
    position: relative
}

.football-player-form__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.football-player-form__info_disabled {
    color: var(--black-10, rgba(0, 0, 0, .1))
}

.football-player-form__info-svg:hover ~ .football-player-form__info-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.football-player-form__info-svg-arrow {
    bottom: -6px;
    left: 50%;
    z-index: 1
}

.football-player-form__info-svg-arrow, .football-player-form__info-warning {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.football-player-form__info-warning {
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 9px 28px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 9px 28px 0 rgba(0, 0, 0, .1);
    color: var(--black-80, rgba(0, 0, 0, .8));
    display: none;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    left: 52.4%;
    letter-spacing: -.12px;
    line-height: 120%;
    padding: 8px;
    text-align: center;
    top: -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.football-player-form__info-clue {
    max-width: 260px;
    position: relative;
    text-wrap: wrap
}

.football-player-form__bottom-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.football-player-form__bottom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.football-player-form__bottom-btn-text {
    color: #f53c14
}

.football-player-form__bottom-btn-text, .football-player-form__bottom-mobile {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.15px;
    line-height: 150%
}

.football-player-form__bottom-mobile {
    color: var(--Grey60, #626262);
    display: none
}

.football-player-form__download {
    display: none
}

.football-player-form__upload-btn {
    border: 1px solid #000;
    color: var(--black-100, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    height: 46px;
    line-height: 120%;
    margin-top: 7px;
    overflow: hidden;
    padding: 14px 22px 12px 16px;
    width: 183px;
    text-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    letter-spacing: -.14px;
    text-overflow: ellipsis;
    -webkit-box-flex: 0;
    cursor: pointer;
    -ms-flex: none;
    flex: none
}

.football-player-form__upload-btn span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.football-player-form__upload-btn-error {
    border: 1px solid #f53c14;
    color: #f53c14
}

.football-player-form__upload-btn_disabled {
    border: 1px solid rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .2);
    cursor: not-allowed
}

.football-player-form__upload-btn_disabled img {
    opacity: .2
}

.football-player-form__upload-btn img {
    height: 20px;
    overflow: hidden;
    width: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.football-player-form__form-grid {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 134px;
    position: relative
}

.football-player-form__form-grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.football-player-form__bottom-block {
    bottom: 0;
    left: 0;
    max-width: 580px;
    position: absolute
}

.football-player-form__input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 28px;
    outline: none;
    padding: 16px 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%
}

.football-player-form__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.football-player-form__input::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.football-player-form__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.football-player-form__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.football-player-form__input::placeholder {
    color: rgba(0, 0, 0, .4)
}

.football-player-form__input:hover {
    border-bottom: 1px solid #000
}

.football-player-form__input:hover::-webkit-input-placeholder {
    color: var(--black-60, rgba(0, 0, 0, .6))
}

.football-player-form__input:hover::-moz-placeholder {
    color: var(--black-60, rgba(0, 0, 0, .6))
}

.football-player-form__input:hover:-ms-input-placeholder {
    color: var(--black-60, rgba(0, 0, 0, .6))
}

.football-player-form__input:hover::-ms-input-placeholder {
    color: var(--black-60, rgba(0, 0, 0, .6))
}

.football-player-form__input:hover::placeholder {
    color: var(--black-60, rgba(0, 0, 0, .6))
}

.football-player-form__input_disabled {
    cursor: not-allowed
}

.football-player-form__input_disabled::-webkit-input-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled::-moz-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled:-ms-input-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled::-ms-input-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled::placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled:disabled {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled:hover::-webkit-input-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled:hover::-moz-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled:hover:-ms-input-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled:hover::-ms-input-placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_disabled:hover::placeholder {
    color: var(--black-20, rgba(0, 0, 0, .2))
}

.football-player-form__input_error {
    color: #f53c14
}

.football-player-form__input_error::-webkit-input-placeholder {
    color: rgba(255, 28, 28, .4)
}

.football-player-form__input_error::-moz-placeholder {
    color: rgba(255, 28, 28, .4)
}

.football-player-form__input_error:-ms-input-placeholder {
    color: rgba(255, 28, 28, .4)
}

.football-player-form__input_error::-ms-input-placeholder {
    color: rgba(255, 28, 28, .4)
}

.football-player-form__input_error::placeholder {
    color: rgba(255, 28, 28, .4)
}

.football-player-form__error-message {
    color: #f53c14;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: -.15px;
    line-height: 150%;
    position: absolute;
    top: 70px
}

.football-player-form__control {
    position: relative
}

.football-player-form__control .football-player-form__error-message {
    bottom: 5px;
    position: relative;
    top: auto
}

.football-player-form__input-video ~ .football-player-form__error-message {
    bottom: 0;
    top: auto
}

.football-player-form__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.football-player-form__label {
    color: #626262;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 150%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    letter-spacing: -.15px
}

.football-player-form__label:first-of-type {
    margin-bottom: 8px
}

.football-player-form__label-text a {
    display: inline-block
}

.football-player-form__button {
    background-color: #000;
    color: #fff;
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    font-weight: 400;
    line-height: 120%;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    width: 447px
}

.football-player-form__error-message-btn {
    color: #f53c14;
    display: none;
    margin-top: 10px
}

.football-player-form__modal {
    padding: 40px;
    position: relative
}

.football-player-form__modal-close {
    position: absolute;
    right: 20px;
    top: 10px
}

.football-player-form__modal-image {
    height: 40px;
    margin-bottom: 24px;
    width: 31px
}

.football-player-form__modal-title {
    font-size: 44px;
    margin-bottom: 16px
}

.football-player-form__img {
    border-radius: 50%;
    height: 1px;
    margin-bottom: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.football-player-form__img_middle {
    margin-bottom: 40px;
    margin-top: 50px
}

.football-player-form__modal {
    background-color: #000;
    max-width: 600px;
    padding: 20px
}

.football-player-form__modal-contnent {
    padding: 0 20px 20px;
    text-align: center
}

.football-player-form__modal-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
    text-transform: uppercase
}

.football-player-form__modal-text {
    font-size: 18px;
    line-height: 120%
}

.visible-checkbox {
    background-color: #eaeaea;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 0 10px 0 0;
    position: relative;
    vertical-align: middle;
    width: 16px
}

.visible-checkbox:before {
    background-image: url(../images/fans/check.svg);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: 100%
}

.checkbox:checked ~ .visible-checkbox {
    border-color: var(--color-lavander-regular)
}

.checkbox:checked ~ .visible-checkbox:before {
    opacity: 1
}

.modal-football-player {
    background: var(--black-60, rgba(0, 0, 0, .6));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    z-index: -100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    pointer-events: none
}

.modal-football-player, .modal-football-player_active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.modal-football-player_active {
    opacity: 1;
    pointer-events: all;
    z-index: 100
}

.modal-football-player__modal {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    height: 587px;
    max-width: 675px;
    padding: 84px 40px;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-football-player__modal-close {
    position: absolute;
    right: 40px;
    top: 30px
}

.modal-football-player__modal-contnent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-football-player__modal-image {
    margin-bottom: 60px;
    max-width: 137px;
    width: 100%
}

.modal-football-player__modal-title {
    color: #000;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.modal-football-player__modal-text {
    color: rgba(0, 0, 0, .8);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center
}

.contacts-academy-hero {
    height: 650px;
    padding: 94px 0 0;
    position: relative
}

.contacts-academy-hero__background {
    height: 650px;
    position: absolute;
    top: 0;
    width: 100%
}

.contacts-academy-hero__background img:last-child {
    display: none
}

.contacts-academy-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .7)), to(#000));
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7), #000);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.contacts-academy-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.contacts-academy-hero__container {
    height: 100%
}

.contacts-academy-hero__container, .contacts-academy-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contacts-academy-hero__content {
    height: 450px
}

.contacts-academy-hero__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 80px;
    justify-content: center
}

.contacts-academy-hero__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    line-height: 100%
}

.contacts-academy-hero__btn, .contacts-academy-hero__title {
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.contacts-academy-hero__btn {
    background: #fff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    padding: 22px 44px;
    text-decoration: none;
    width: 325px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.contacts-academy-hero__wrapper {
    height: 210%;
    position: relative;
    top: 0;
    width: 100%
}

.contacts-academy-hero__video {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 0
}

.contacts-academy-hero__video-wrapper {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.contacts-academy-contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 11;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contacts-academy-contacts__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 80px;
    text-transform: uppercase;
    -ms-flex-item-align: center;
    align-self: center
}

.contacts-academy-contacts__content {
    padding-top: 60px
}

.contacts-academy-contacts__map {
    margin-bottom: 40px
}

.contacts-academy-contacts__map-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.contacts-academy-contacts__map-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contacts-academy-contacts__map-address {
    font-style: normal;
    margin-right: 40px;
    max-width: 380px;
    padding: 20px 0;
    width: 100%
}

.contacts-academy-contacts__accordion-text, .contacts-academy-contacts__map-text {
    color: var(--white-70, hsla(0, 0%, 100%, .7));
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px
}

.contacts-academy-contacts__map-info, .contacts-academy-contacts__map-link {
    font-family: Bebas Neue Cyrillic;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 32px
}

.contacts-academy-contacts__map-link {
    display: block;
    text-decoration: none
}

.contacts-academy-contacts__map-link:last-of-type {
    text-decoration: underline
}

.contacts-academy-contacts__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 32px
}

.contacts-academy-contacts__social-item:not(:last-child) {
    margin-right: 24px
}

.contacts-academy-contacts__map-right {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%
}

.contacts-academy-contacts__accordion-control {
    border-bottom: 1px solid #333;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-academy-contacts__accordion-title {
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-weight: 400;
    margin-right: 40px
}

.contacts-academy-contacts__accordion-content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 24px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    will-change: max-height
}

.contacts-academy-contacts__accordion-info, .contacts-academy-contacts__accordion-link {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
    text-transform: uppercase
}

.contacts-academy-contacts__accordion-link {
    display: block;
    text-decoration: none
}

.contacts-academy-contacts__accordion-link:last-of-type {
    margin-bottom: 0
}

.open .contacts-academy-contacts__accordion-content {
    opacity: 1;
    padding: 20px 0 40px
}

.placemark {
    left: -91px;
    position: absolute;
    top: -88px
}

.placemark__layout {
    background-image: url(../images/contacts/icon.png);
    background-repeat: no-repeat;
    height: 100px;
    left: 38px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100px
}

.single-match-hero {
    margin-bottom: 100px;
    min-height: 700px;
    position: relative
}

.single-match-hero__background {
    min-height: 700px;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-hero__background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.68%, rgba(0, 0, 0, .76)), color-stop(64.04%, rgba(0, 0, 0, .4)), color-stop(100.86%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, .76) 29.68%, rgba(0, 0, 0, .4) 64.04%, #000 100.86%);
    content: "";
    -webkit-filter: blur(0);
    filter: blur(0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
    position: absolute;
    width: 100%
}

.single-match-hero__container {
    height: 100%;
    -ms-flex-pack: center
}

.single-match-hero__container, .single-match-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.single-match-hero__content {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-pack: center
}

.single-match-hero__head {
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.single-match-hero__head, .single-match-hero__head-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero__head-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    justify-content: center
}

.single-match-hero__head-top p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.single-match-hero__head-top p img {
    max-height: 32px
}

.single-match-hero__head-top p:nth-child(2) {
    opacity: .3
}

.single-match-hero__head-bottom {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero__head-bottom p {
    gap: 6px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.single-match-hero__head-bottom p, .single-match-hero__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal
}

.single-match-hero__main {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-hero__main, .single-match-hero__main-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero__main-top {
    background: var(--white-100, #fff);
    border-radius: 56px;
    color: var(--black-secondary, #191919);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 44px;
    line-height: 120%;
    padding: 10px 20px 8px;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px
}

.single-match-hero__main-body {
    gap: 75px;
    position: relative;
    width: 100%
}

.single-match-hero__main-body, .single-match-hero__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero__main-item {
    position: absolute;
    right: 62%;
    top: 26px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    justify-content: center
}

.single-match-hero__main-item_reverse {
    left: auto;
    left: 62%;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero__main-item-content {
    gap: 10px;
    min-width: 125px;
    padding-top: 20px
}

.single-match-hero__main-item-content, .single-match-hero__main-item-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero__main-item-content-top {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero__main-item-content-top img {
    max-width: 30px
}

.single-match-hero__main-item-content-top p:first-child {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase
}

.single-match-hero__main-item-content-bottom {
    border-top: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero__main-item-player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero__main-item-player-number {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.single-match-hero__main-item-player-name {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 160px
}

.single-match-hero__main-item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 122px;
    max-height: 122px;
    max-width: 122px;
    overflow: hidden;
    width: 122px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero__main-item-logo_mobile {
    display: none
}

.single-match-hero__main-item-logo_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-match-hero__main-item-logo img {
    max-height: 122px;
    max-width: 122px;
    min-height: 122px;
    min-width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.single-match-hero__main-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 138px;
    height: 160px;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-family: Bebas Neue Cyrillic;
    justify-content: center
}

.single-match-hero__main-number p:nth-child(2) {
    font-size: 70px
}

.single-match-hero__main-number p {
    line-height: 120%
}

.single-match-hero__main-number .mac-height {
    line-height: 140%
}

.single-match-hero__main-bottom {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.single-match-hero__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.single-match-hero__bottom {
    gap: 16px;
    padding-top: 20px
}

.single-match-hero__bottom, .single-match-hero__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero__bottom-item {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: var(--white-20, hsla(0, 0%, 100%, .2));
    border-radius: 56px;
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    gap: 10px;
    height: 44px;
    line-height: 120%;
    padding: 12px 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.single-match-hero-live {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    min-height: 700px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-live__background {
    height: 700px;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-hero-live__background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.68%, rgba(0, 0, 0, .76)), color-stop(64.04%, rgba(0, 0, 0, .4)), color-stop(100.86%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, .76) 29.68%, rgba(0, 0, 0, .4) 64.04%, #000 100.86%);
    content: "";
    -webkit-filter: blur(0);
    filter: blur(0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-hero-live__background img:last-child {
    display: none
}

.single-match-hero-live__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
    position: absolute;
    width: 100%
}

.single-match-hero-live__container {
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.single-match-hero-live__container, .single-match-hero-live__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-hero-live__content {
    padding-top: 100px;
    -ms-flex-align: center;
    gap: 40px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-live .live-block {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 60%, .1)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 60%, .1));
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 40px;
    padding: 24px 20px 20px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    gap: 16px
}

.single-match-hero-live .live-block-desc {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.single-match-hero-live .live-block__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    gap: 14px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-live .live-block__content, .single-match-hero-live__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.single-match-hero-live__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    gap: 16px
}

.single-match-hero-live__head-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-live__head-top, .single-match-hero-live__head-top p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.single-match-hero-live__head-top p img {
    max-height: 32px
}

.single-match-hero-live__head-top p:nth-child(2) {
    opacity: .3
}

.single-match-hero-live__head-bottom {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-live__head-bottom p {
    gap: 6px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.single-match-hero-live__head-bottom p, .single-match-hero-live__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal
}

.single-match-hero-live__main {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-hero-live__main, .single-match-hero-live__main-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-live__main-top {
    border-radius: 56px;
    color: var(--black-secondary, #00cb14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    height: 44px;
    line-height: 120%;
    padding: 10px 20px 8px;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px
}

.single-match-hero-live__main-body {
    gap: 75px;
    position: relative;
    width: 100%
}

.single-match-hero-live__main-body, .single-match-hero-live__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero-live__main-item {
    position: absolute;
    right: 62%;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    justify-content: center
}

.single-match-hero-live__main-item_reverse {
    left: auto;
    left: 62%;
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero-live__main-item-content {
    gap: 10px;
    min-width: 125px;
    padding-top: 20px
}

.single-match-hero-live__main-item-content, .single-match-hero-live__main-item-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero-live__main-item-content-top {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-live__main-item-content-top img {
    max-width: 30px
}

.single-match-hero-live__main-item-content-top p:first-child {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase
}

.single-match-hero-live__main-item-content-bottom {
    border-top: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-live__main-item-player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-live__main-item-player-number {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.single-match-hero-live__main-item-player-name {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 160px
}

.single-match-hero-live__main-item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 122px;
    max-height: 122px;
    max-width: 122px;
    overflow: hidden;
    width: 122px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-live__main-item-logo_mobile {
    display: none
}

.single-match-hero-live__main-item-logo_desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-match-hero-live__main-item-logo img {
    max-height: 122px;
    max-width: 122px;
    min-height: 122px;
    min-width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.single-match-hero-live__main-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 138px;
    height: 160px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.single-match-hero-live__main-number p:nth-child(2) {
    font-size: 70px
}

.single-match-hero-live__main-bottom {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.single-match-hero-live__footer {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-match-hero-live__bottom {
    padding-top: 20px;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-hero-live__bottom, .single-match-hero-live__bottom-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    gap: 16px;
    justify-content: center
}

.single-match-hero-live__bottom-head {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-pack: center
}

.single-match-hero-live__bottom-head img {
    max-height: 28px;
    max-width: 125px
}

.single-match-hero-live__bottom-head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-live__bottom-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px
}

.single-match-hero-live__bottom-point {
    background: hsla(0, 0%, 100%, .01);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    gap: 10px;
    text-wrap: nowrap
}

.single-match-hero-live__bottom-point:hover {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid transparent
}

.single-match-hero-live__bottom-item {
    background: var(--white-20, hsla(0, 0%, 100%, .2));
    border-radius: 56px;
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 44px;
    line-height: 120%;
    padding: 12px 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    gap: 10px
}

.single-match-hero-live__bottom-item_active {
    background: var(--green-gr-2, linear-gradient(0deg, #067a12 .14%, #00d014 99.77%));
    border-radius: 56px
}

.single-match-hero-live__bottom-item_active:hover {
    color: var(--black-60, rgba(0, 0, 0, .6));
    opacity: 1 !important
}

.single-match-hero-live__bottom-item_active:hover svg path {
    stroke: rgba(0, 0, 0, .6)
}

.single-match-hero-live__bottom-item_active:disabled {
    color: var(--black-40, rgba(0, 0, 0, .4))
}

.single-match-hero-live__bottom-item_active:disabled svg path {
    stroke: rgba(0, 0, 0, .4)
}

.single-match-hero-live__bottom-item_white {
    background: #fff;
    border-radius: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 44px;
    line-height: 100%;
    margin-top: auto;
    max-width: 415px;
    opacity: 1 !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-live__bottom-item_white svg path {
    stroke: #000
}

.single-match-hero-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    min-height: 700px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-before__background {
    height: 700px;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-hero-before__background:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.68%, rgba(0, 0, 0, .76)), color-stop(64.04%, rgba(0, 0, 0, .4)), color-stop(100.86%, #000));
    background: linear-gradient(180deg, rgba(0, 0, 0, .76) 29.68%, rgba(0, 0, 0, .4) 64.04%, #000 100.86%);
    content: "";
    -webkit-filter: blur(0);
    filter: blur(0);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-hero-before__background img:last-child {
    display: none
}

.single-match-hero-before__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 0;
    object-position: center 0;
    position: absolute;
    width: 100%
}

.single-match-hero-before__container {
    height: 100%;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.single-match-hero-before__container, .single-match-hero-before__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-hero-before__content {
    padding-top: 100px;
    -ms-flex-align: center;
    gap: 40px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-before .time-block {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 60%, .1)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 60%, .1));
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    bottom: 0;
    height: 121px;
    min-width: 220px;
    padding: 24px 20px 20px;
    position: absolute;
    right: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    justify-content: center
}

.single-match-hero-before .time-block, .single-match-hero-before .time-block__clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px 3px
}

.single-match-hero-before .time-block__column {
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    gap: 3px;
    justify-content: flex-start
}

.single-match-hero-before .time-block__column_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 18px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero-before .time-block__text {
    color: var(--white-30, hsla(0, 0%, 100%, .3));
    font-family: Inter;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    text-align: center
}

.single-match-hero-before .time-block-desc {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.single-match-hero-before .live-block {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 60%, .1)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 60%, .1));
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 40px;
    padding: 24px 20px 20px;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    gap: 16px
}

.single-match-hero-before .live-block-desc {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.single-match-hero-before .live-block__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    gap: 14px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-before .live-block__content, .single-match-hero-before__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.single-match-hero-before__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    gap: 16px
}

.single-match-hero-before__head-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-before__head-top, .single-match-hero-before__head-top p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.single-match-hero-before__head-top p img {
    max-height: 32px
}

.single-match-hero-before__head-top p:nth-child(2) {
    opacity: .3
}

.single-match-hero-before__head-bottom {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    line-height: 120%;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-before__head-bottom p {
    gap: 6px;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.single-match-hero-before__head-bottom p, .single-match-hero-before__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal
}

.single-match-hero-before__main {
    width: 100%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-before__main-top {
    background: var(--white-100, #fff);
    border-radius: 56px;
    color: var(--black-secondary, #191919);
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    gap: 7px;
    height: 44px;
    line-height: 120%;
    padding: 10px 20px 8px;
    text-align: center;
    text-transform: uppercase;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.single-match-hero-before__main-body, .single-match-hero-before__main-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-before__main-body {
    gap: 75px;
    position: relative;
    width: 100%
}

.single-match-hero-before__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 64%;
    top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 10px;
    justify-content: center;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-hero-before__main-item, .single-match-hero-before__main-item_reverse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical
}

.single-match-hero-before__main-item_reverse {
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    left: auto;
    left: 64%;
    right: auto
}

.single-match-hero-before__main-item-content {
    gap: 10px;
    min-width: 125px
}

.single-match-hero-before__main-item-content, .single-match-hero-before__main-item-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero-before__main-item-content-top {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-before__main-item-content-top img {
    max-width: 30px
}

.single-match-hero-before__main-item-content-top p:first-child {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    text-transform: uppercase
}

.single-match-hero-before__main-item-content-bottom {
    border-top: 1px solid var(--white-20, hsla(0, 0%, 100%, .2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-before__main-item-player {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-before__main-item-player-number {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.single-match-hero-before__main-item-player-name {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 160px
}

.single-match-hero-before__main-item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 122px;
    max-height: 122px;
    max-width: 122px;
    overflow: hidden;
    width: 122px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center
}

.single-match-hero-before__main-item-logo img {
    max-height: 122px;
    max-width: 122px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.single-match-hero-before__main-container {
    padding-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 16px;
    justify-content: center
}

.single-match-hero-before__main-container, .single-match-hero-before__main-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-before__main-data {
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 60%, .1)));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 60%, .1));
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    height: 118px;
    min-width: 183px;
    padding: 18px 20px 8px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    justify-content: flex-start
}

.single-match-hero-before__main-data_jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-hero-before__main-data-text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 9px
}

.single-match-hero-before__main-data-text, .single-match-hero-before__main-data-time {
    color: var(--white-100, #fff);
    font-style: normal;
    text-align: center;
    text-transform: uppercase
}

.single-match-hero-before__main-data-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.single-match-hero-before__main-data-time p:nth-child(2) {
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 12px;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-hero-before__main-bottom {
    text-align: center
}

.single-match-hero-before__main-bottom, .single-match-hero-before__main-geo-bottom {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase
}

.single-match-hero-before__main-geo-bottom {
    gap: 10px;
    position: relative
}

.single-match-hero-before__main-geo-bottom p {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.single-match-hero-before__main-geo-bottom p img {
    display: inline;
    vertical-align: middle
}

.single-match-hero-before__footer {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-match-hero-before__bottom {
    padding-top: 20px;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-hero-before__bottom, .single-match-hero-before__bottom-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    gap: 16px;
    justify-content: center
}

.single-match-hero-before__bottom-head {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -ms-flex-pack: center
}

.single-match-hero-before__bottom-head img {
    max-height: 28px;
    max-width: 125px
}

.single-match-hero-before__bottom-head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.single-match-hero-before__bottom-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px
}

.single-match-hero-before__bottom-point {
    background: hsla(0, 0%, 100%, .01);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    gap: 10px;
    text-wrap: nowrap
}

.single-match-hero-before__bottom-point:hover {
    background: hsla(0, 0%, 100%, .2);
    border: 1px solid transparent
}

.single-match-hero-before__bottom-item {
    background: var(--white-20, hsla(0, 0%, 100%, .2));
    border-radius: 56px;
    color: var(--white-100, #fff);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    height: 44px;
    line-height: 120%;
    padding: 12px 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    gap: 10px
}

.single-match-hero-before__bottom-item_active {
    background: var(--green-gr-2, linear-gradient(0deg, #067a12 .14%, #00d014 99.77%));
    border-radius: 56px
}

.single-match-hero-before__bottom-item_active:hover {
    color: var(--black-60, rgba(0, 0, 0, .6));
    opacity: 1 !important
}

.single-match-hero-before__bottom-item_active:hover svg path {
    stroke: rgba(0, 0, 0, .6)
}

.single-match-hero-before__bottom-item_active:disabled {
    color: var(--black-40, rgba(0, 0, 0, .4))
}

.single-match-hero-before__bottom-item_active:disabled svg path {
    stroke: rgba(0, 0, 0, .4)
}

.single-match-hero-before__bottom-item_white {
    background: #fff;
    border-radius: 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 44px;
    line-height: 100%;
    margin-top: auto;
    max-width: 415px;
    opacity: 1 !important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-hero-before__bottom-item_white svg path {
    stroke: #000
}

.single-match-tabs__tabs-button, .single-match-tabs__tabs-buttons {
    display: none
}

.single-match-structure__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

.single-match-structure__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.single-match-structure__grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr)
}

.single-match-structure__tabs-button, .single-match-structure__tabs-buttons {
    display: none
}

.single-match-structure__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.single-match-structure__item-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 8px;
    text-transform: uppercase
}

.single-match-structure__item-subtitle {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 24px
}

.single-match-structure__item-colum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -ms-flex-item-align: stretch
}

.single-match-structure__cart, .single-match-structure__item-colum {
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-match-structure__cart {
    background: var(--black-secondary, #191919);
    border-radius: 22px;
    padding: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-match-structure__cart_coach {
    margin-top: 12px
}

.single-match-structure__cart-head {
    gap: 10px
}

.single-match-structure__cart-head, .single-match-structure__cart-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-structure__cart-number {
    background: var(--white-5, hsla(0, 0%, 100%, .05));
    border-radius: 22px;
    height: 32px;
    padding: 10px;
    width: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: 16px;
    justify-content: center
}

.single-match-structure__cart-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.single-match-structure__cart_coach .single-match-structure__cart-content {
    gap: 12px
}

.single-match-structure__cart-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-structure__cart-avatar, .single-match-structure__cart-avatar img {
    border-radius: 1000px;
    max-height: 48px;
    max-width: 48px;
    min-height: 48px;
    min-width: 48px
}

.single-match-structure__cart-avatar img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-match-structure__cart-avatar_coach {
    background: hsla(0, 0%, 100%, .1);
    border-radius: 6px;
    max-height: 58px;
    max-width: 42px;
    min-height: 58px;
    min-width: 42px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.single-match-structure__cart-avatar_coach img {
    border-radius: 6px;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.single-match-structure__cart-desc {
    gap: 4px
}

.single-match-structure__cart-desc, .single-match-structure__cart-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-match-structure__cart-top {
    gap: 6px
}

.single-match-structure__cart-top_coach {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.single-match-structure__cart-country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px
}

.single-match-structure__cart-flag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    padding: 3px 1px;
    width: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-structure__cart-flag-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-match-structure__cart-captain {
    background: #fff;
    border-radius: 5px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    min-height: 16px;
    min-width: 18px;
    padding: 0 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.single-match-structure__cart-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%
}

.single-match-structure__cart-name, .single-match-structure__cart-position {
    color: var(--white-100, #fff);
    font-family: Inter;
    font-style: normal;
    text-align: center
}

.single-match-structure__cart-position {
    font-size: 12px;
    font-weight: 400;
    line-height: 128%
}

.single-match-structure__cart-bottom {
    background: var(--white-5, hsla(0, 0%, 100%, .05));
    border-radius: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px
}

.single-match-structure__cart-bottom, .single-match-structure__cart-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-match-structure__cart-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px
}

.single-match-structure__cart-point-img {
    height: 18px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 18px
}

.single-match-structure__cart-point-number {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 128%;
    text-align: center
}

.news-cards-biography-matches {
    overflow: hidden;
    padding: 80px 0
}

.news-cards-biography-matches a {
    display: block;
    text-decoration: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.news-cards-biography-matches__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.news-cards-biography-matches__slider {
    position: relative
}

.news-cards-biography-matches__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.news-cards-biography-matches__slider-photo, .news-cards-biography-matches__slider-video {
    display: none
}

.news-cards-biography-matches__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.news-cards-biography-matches__tab {
    border-bottom: 4px solid transparent;
    color: #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase;
    -webkit-transition: border .2s;
    transition: border .2s
}

.news-cards-biography-matches__tab_active {
    border-bottom: 4px solid #008a0e
}

.news-cards-biography-matches__slide:last-child {
    margin-right: 0
}

.news-cards-biography-matches__card {
    border-radius: 30px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    min-height: 617px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    width: 447px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news-cards-biography-matches__card img {
    width: 100%
}

.news-cards-biography-matches__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-biography-matches__card-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 454px;
    overflow: hidden;
    padding: 24px 7px;
    position: relative;
    width: 264px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.news-cards-biography-matches__card-video-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.news-cards-biography-matches__card-video-text span {
    display: inline;
    margin-left: 14px
}

.news-cards-biography-matches__card-video-subtext {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .6;
    position: relative;
    z-index: 1;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.news-cards-biography-matches__card-video-play {
    cursor: pointer;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: scale .3s;
    transition: scale .3s;
    width: 80px;
    z-index: 10
}

.news-cards-biography-matches__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.news-cards-biography-matches__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 398px;
    position: relative;
    z-index: 1
}

.news-cards-biography-matches__card-subtext {
    font-size: 16px;
    opacity: .7;
    z-index: 1;
    -ms-flex-item-align: left;
    align-self: left
}

.news-cards-biography-matches__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-cards-biography-matches__control-button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 82px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-cards-biography-matches__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -40px
}

.news-cards-biography-matches__next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    padding-right: 40px;
    right: -40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news-cards-biography-matches__button {
    display: none
}

.news-cards-biography-matches__previous.swiper-button-disabled {
    opacity: 0
}

.single-match-photo {
    overflow: hidden;
    padding: 80px 0
}

.single-match-photo__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.single-match-photo__slider {
    margin-right: -40px;
    overflow: hidden;
    position: relative
}

.single-match-photo__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.single-match-photo__slider-photo, .single-match-photo__slider-video {
    display: none
}

.single-match-photo__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px
}

.single-match-photo__tab {
    border-bottom: 4px solid transparent;
    color: #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase;
    -webkit-transition: border .2s;
    transition: border .2s
}

.single-match-photo__tab_active {
    border-bottom: 4px solid #008a0e
}

.single-match-photo__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    margin-right: 10px;
    min-height: 617px;
    padding: 24px;
    position: relative;
    width: 447px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    cursor: pointer;
    flex-shrink: 0;
    overflow: hidden
}

.single-match-photo__card:last-child {
    margin-right: 0
}

.single-match-photo__card img {
    width: 100%
}

.single-match-photo__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-photo__card-content {
    gap: 10px
}

.single-match-photo__card-content, .single-match-photo__card-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-photo__card-video {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    height: 454px;
    justify-content: flex-end;
    padding: 24px 7px;
    position: relative;
    width: 264px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.single-match-photo__card-video-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.single-match-photo__card-video-text span {
    display: inline;
    margin-left: 14px
}

.single-match-photo__card-video-subtext {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .6;
    z-index: 1
}

.single-match-photo__card-video-play {
    cursor: pointer;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: scale .3s;
    transition: scale .3s;
    width: 80px;
    z-index: 10
}

.single-match-photo__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-photo__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 398px;
    position: relative;
    z-index: 1
}

.single-match-photo__card-subtext {
    -ms-flex-item-align: left;
    align-self: left;
    font-size: 16px;
    opacity: .7;
    z-index: 1
}

.single-match-photo__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-match-photo__control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.single-match-photo__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -40px
}

.single-match-photo__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: -40px
}

.single-match-photo__button {
    display: none
}

.single-match-photo__previous.swiper-button-disabled {
    opacity: 0
}

.single-match-video {
    overflow: hidden;
    padding: 80px 0
}

.single-match-video__title {
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.single-match-video__slider {
    position: relative
}

.single-match-video__slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.single-match-video__slider-photo, .single-match-video__slider-video {
    display: none
}

.single-match-video__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 40px
}

.single-match-video__tab {
    border-bottom: 4px solid transparent;
    color: #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding: 12px 24px;
    text-transform: uppercase;
    -webkit-transition: border .2s;
    transition: border .2s
}

.single-match-video__tab_active {
    border-bottom: 4px solid #008a0e
}

.single-match-video__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    justify-content: flex-end;
    margin-right: 10px;
    min-height: 454px;
    position: relative;
    width: 447px;
    -ms-flex-negative: 0;
    border-radius: 30px;
    cursor: pointer;
    flex-shrink: 0;
    overflow: hidden
}

.single-match-video__card:last-child {
    margin-right: 0
}

.single-match-video__card img {
    width: 100%
}

.single-match-video__card:after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65.03%, rgba(0, 0, 0, 0)), color-stop(75.68%, rgba(0, 0, 0, .5)), color-stop(81.8%, rgba(0, 0, 0, .57)), color-stop(87.39%, rgba(0, 0, 0, .66)), color-stop(92.46%, rgba(0, 0, 0, .75)), color-stop(99.92%, rgba(0, 0, 0, .8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65.03%, rgba(0, 0, 0, .5) 75.68%, rgba(0, 0, 0, .57) 81.8%, rgba(0, 0, 0, .66) 87.39%, rgba(0, 0, 0, .75) 92.46%, rgba(0, 0, 0, .8) 99.92%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-video__post {
    background: #4dac3a;
    background: var(--black-100, #000);
    border-radius: 30px;
    float: left;
    min-height: 454px;
    overflow: hidden;
    position: relative;
    width: 447px
}

.single-match-video__post-background {
    height: 100%;
    max-height: 454px;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.single-match-video__post-background:after {
    background: var(--black-40, rgba(0, 0, 0, .4));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-video__post-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.single-match-video__post-play {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: var(--white-50, hsla(0, 0%, 100%, .5));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -70%);
    -ms-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 64px;
    min-width: 64px
}

.single-match-video__post-play-img {
    height: 24px;
    padding-left: 4px;
    width: 24px
}

.single-match-video__post-content {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    padding: 18px;
    position: absolute;
    width: 100%;
    z-index: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.single-match-video__post-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.single-match-video__post-data {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .7
}

.single-match-video__post-number, .single-match-video__post-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.single-match-video__card-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    gap: 12px;
    height: 454px;
    justify-content: flex-end;
    padding: 24px 7px;
    position: relative;
    width: 264px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.single-match-video__card-video-text {
    font-family: Bebas Neue Cyrillic;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.single-match-video__card-video-text span {
    display: inline;
    margin-left: 14px
}

.single-match-video__card-video-subtext {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    opacity: .6;
    z-index: 1
}

.single-match-video__card-video-play {
    cursor: pointer;
    height: 80px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: scale .3s;
    transition: scale .3s;
    width: 80px;
    z-index: 10
}

.single-match-video__background {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    position: absolute;
    top: 0;
    width: 100%
}

.single-match-video__card-text {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 398px;
    position: relative;
    z-index: 1
}

.single-match-video__card-subtext {
    -ms-flex-item-align: left;
    align-self: left;
    font-size: 16px;
    opacity: .7;
    z-index: 1
}

.single-match-video__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-match-video__control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    top: 0;
    width: 82px
}

.single-match-video__previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    left: -40px
}

.single-match-video__next {
    padding-right: 40px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    justify-content: flex-end;
    right: -40px
}

.single-match-video__button {
    display: none
}

.single-match-video__previous.swiper-button-disabled {
    opacity: 0
}

.partnership-hero {
    background-color: #1b1b1b;
    height: 740px;
    padding-top: 90px;
    position: relative;
    width: 100%
}

.partnership-hero__background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.partnership-hero__background-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.partnership-hero__promo-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 120px;
    margin-top: 120px
}

.partnership-hero__title {
    color: var(--white-100, #fff);
    font-family: Bebas Neue Cyrillic, sans-serif;
    font-size: 100px;
    font-weight: 400;
    margin-bottom: 40px
}

.partnership-hero__button, .partnership-hero__title {
    font-style: normal;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase
}

.partnership-hero__button {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 44px;
    text-decoration: none
}

.partnership-hero__button:hover {
    opacity: .8
}

.partnership-hero__tabs-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 127px;
    width: 100%
}

.partnership-hero__tab {
    color: #fff;
    cursor: pointer;
    font-family: Bebas Neue Cyrillic;
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
    padding: 8px 24px 12px;
    text-align: center;
    text-transform: uppercase
}

.partnership-hero__tab_active {
    border-bottom: 4px solid #008a0e
}

.partnership-tabs {
    margin-top: 70px !important;
    margin: 0 auto;
    padding-bottom: 70px !important;
    position: relative;
    width: 100%
}

.partnership-tabs__cards {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.partnership-tabs__card, .partnership-tabs__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.partnership-tabs__card {
    position: relative;
    -webkit-box-orient: vertical;
    background: #111;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 462px;
    margin-right: 10px;
    max-width: 446px;
    overflow: hidden;
    padding: 32px;
    width: 100%;
    z-index: 2
}

.partnership-tabs__card_mini {
    height: 226px;
    overflow: hidden
}

.partnership-tabs__card:hover .partnership-tabs__img-bg_active {
    opacity: 1
}

.partnership-tabs__card:hover .partnership-tabs__card-title {
    color: #fff
}

.partnership-tabs__card:hover .partnership-tabs__card-background:after {
    background: radial-gradient(87.21% 87.21% at 50.11% 16.37%, rgba(0, 0, 0, 0) 0, rgba(6, 122, 18, .2) 82.76%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.partnership-tabs__card:hover .partnership-tabs__card-background:before {
    background: var(--green-gr-2, linear-gradient(0deg, #067a12 .14%, #00d014 99.77%));
    border-radius: 567px;
    bottom: -334px;
    content: "";
    -webkit-filter: blur(242px);
    filter: blur(242px);
    height: 334px;
    position: absolute;
    right: -70px;
    width: 567px;
    z-index: 3
}

.partnership-tabs__card:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.partnership-tabs__card-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.partnership-tabs__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-bottom: auto;
    margin-right: auto;
    max-height: 90px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.partnership-tabs__img-bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .4;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: 0
}

.partnership-tabs__img-bg_active {
    opacity: 0;
    z-index: 1
}

.partnership-tabs__card-title {
    color: hsla(0, 0%, 100%, .3);
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 27px;
    -webkit-transition: color .3s;
    transition: color .3s
}

.partnership-tabs__card-text, .partnership-tabs__card-title {
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    z-index: 3
}

.partnership-tabs__card-text {
    color: #fff;
    font-size: 24px;
    line-height: 120%
}

.partnership-tabs__card-subtext {
    color: hsla(0, 0%, 100%, .8);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 40px;
    position: relative;
    z-index: 3
}

.partnership-tabs__card-subtext:last-child {
    margin-bottom: 0
}

.partnership-tabs__card-image {
    position: absolute;
    right: 38px;
    top: 32px;
    width: 100%;
    z-index: 4;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 120px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.partnership-tabs__card-box, .partnership-tabs__card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.partnership-tabs__card-box {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    height: 462px;
    justify-content: space-between;
    max-width: 446px;
    overflow: hidden;
    width: 100%
}

.partnership-history {
    overflow: hidden;
    padding-bottom: 80px !important;
    position: relative
}

.partnership-history__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 957px;
    overflow: hidden;
    width: 100%
}

.partnership-history__img {
    width: 100%
}

.partnership-history__image {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1360px;
    z-index: 0
}

.partnership-history__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: #fff;
    justify-content: space-between;
    max-width: 1110px;
    padding: 32px;
    width: 100%;
    z-index: 10
}

.partnership-history__left {
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase
}

.partnership-history__left, .partnership-history__right {
    color: #000;
    font-style: normal;
    font-weight: 400;
    max-width: 518px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.partnership-history__right {
    font-family: Inter;
    font-size: 16px;
    line-height: 160%;
    margin-left: 10px
}

.partnership-club {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
    position: relative;
    width: 100%;
    z-index: 2
}

.partnership-club__img {
    -webkit-filter: blur(.5px);
    filter: blur(.5px);
    mix-blend-mode: overlay;
    opacity: .4;
    width: 100%
}

.partnership-club__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.partnership-club__items {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));
    width: 100%
}

.partnership-club__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 206px;
    max-width: 332px;
    overflow: hidden;
    padding: 32px;
    width: 100%;
    z-index: 2
}

.partnership-club__item-bg {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.partnership-club__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    color: #fff;
    -ms-flex-direction: row;
    flex-direction: row;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    z-index: 3
}

.partnership-club__item-title span:not(:first-child) {
    opacity: .3
}

.partnership-club__item-title span svg {
    margin-left: 5px;
    position: absolute;
    top: 15px
}

.partnership-club__item-text {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    opacity: .5;
    position: relative;
    text-transform: uppercase;
    z-index: 3
}

.home-stadion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 515px;
    overflow: hidden;
    z-index: 1
}

.home-stadion__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.home-stadion__background {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.home-stadion__wrapper {
    max-width: 789px;
    position: relative;
    width: 100%;
    z-index: 10
}

.home-stadion__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.home-stadion__subtitle {
    color: hsla(0, 0%, 100%, .8);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-align: center
}

.partnership-auditory {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
    position: relative;
    width: 100%;
    z-index: 1
}

.partnership-auditory__img {
    width: 100%
}

.partnership-auditory__img-mobile {
    display: none
}

.partnership-auditory__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    text-transform: uppercase
}

.partnership-auditory__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background: #111;
    border-radius: 30px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 40px
}

.partnership-auditory__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%
}

.partnership-auditory__item img {
    width: 100%
}

.partnership-auditory__item_1 {
    border-bottom: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    padding: 0 50px 32px 0
}

.partnership-auditory__item_2 {
    border-bottom: 1px solid #2c2c2c;
    padding: 0 35px 32px
}

.partnership-auditory__item_3 {
    border-right: 1px solid #2c2c2c;
    padding: 40px 50px 0 0
}

.partnership-auditory__item_4 {
    padding: 40px 32px 0 35px
}

.version-ad {
    height: 658px;
    overflow: hidden;
    padding-top: 80px !important;
    position: relative;
    width: 100%;
    z-index: 2
}

.version-ad__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.version-ad__background {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1440px;
    z-index: 0
}

.version-ad__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
    z-index: 2
}

.version-ad__slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px
}

.version-ad__items, .version-ad__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.version-ad__items {
    margin: 0 auto
}

.version-ad__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-negative: 0;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    flex-shrink: 0;
    max-width: 501px;
    padding: 32px;
    scale: .8;
    -webkit-transition: scale .3s, -webkit-filter .5s;
    transition: scale .3s, -webkit-filter .5s;
    transition: scale .3s, filter .5s;
    transition: scale .3s, filter .5s, -webkit-filter .5s;
    width: 100%;
    will-change: scale, filter;
    z-index: 2
}

.version-ad__item_active {
    -webkit-filter: blur(0);
    filter: blur(0);
    scale: 1 !important
}

.version-ad__item-number {
    color: hsla(0, 0%, 100%, .7);
    font-size: 32px;
    margin-bottom: 30px
}

.version-ad__item-number, .version-ad__item-title {
    font-family: Bebas Neue Cyrillic;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

.version-ad__item-title {
    color: #fff;
    font-size: 44px;
    margin-bottom: 24px
}

.version-ad__item-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.version-ad__item-link, .version-ad__item-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.version-ad__item-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 14px;
    margin-right: 14px
}

.version-ad__item-link_full {
    width: 100%
}

.version-ad__item-link:last-child {
    margin-right: 0
}

.version-ad__item-link img {
    height: 24px;
    max-width: 24px
}

.version-ad__item-link-text {
    color: #fff;
    font-weight: 400;
    line-height: 140%;
    margin-left: 4px
}

.version-ad__button, .version-ad__item-link-text {
    font-family: Inter;
    font-size: 16px;
    font-style: normal
}

.version-ad__button {
    background: #fff;
    color: #000;
    cursor: pointer;
    font-weight: 500;
    line-height: 120%;
    max-width: 244px;
    padding: 12px 44px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

.version-ad__button:hover {
    opacity: .8
}

.version-ad__cards-control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.version-ad__cards-button, .version-ad__cards-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0
}

.version-ad__cards-button {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 40px);
    width: 95px
}

.version-ad__cards-next {
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    cursor: pointer;
    right: 0
}

.version-ad__cards-previous {
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(51.47%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000, rgba(0, 0, 0, .24) 51.47%, rgba(0, 0, 0, 0));
    cursor: pointer;
    left: 0
}

.partnership-value {
    overflow: hidden;
    padding-bottom: 120px !important;
    padding-top: 120px !important;
    position: relative;
    width: 100%;
    z-index: 2
}

.partnership-value__background {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 0
}

.partnership-value__img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.partnership-value__wrapper {
    position: relative;
    width: 100%;
    z-index: 2
}

.partnership-value__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 64px;
    position: relative;
    text-transform: uppercase;
    z-index: 2
}

.partnership-value__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.partnership-value__item {
    max-width: 669px;
    width: 50%
}

.partnership-value__item_3, .partnership-value__item_4 {
    margin-top: 72px
}

.partnership-value__item img {
    height: 48px;
    margin-bottom: 37px;
    width: 48px
}

.partnership-value__item-text {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    max-width: 372px;
    text-transform: uppercase
}

.partnership-value__item_2 .partnership-value__item-text {
    max-width: 438px
}

.partnership-value__item_4 .partnership-value__item-text {
    max-width: 100%
}

.partnership-became {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 800px;
    width: 100%;
    z-index: 2
}

.partnership-became__background {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 0
}

.partnership-became__img {
    width: 100%
}

.partnership-became__img-mobile {
    display: none
}

.partnership-became__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.partnership-became__wrapper {
    background: #fff;
    max-width: 675px;
    padding: 40px;
    position: relative;
    width: 100%;
    z-index: 2
}

.partnership-became__info {
    color: #000;
    font-size: 12px
}

.partnership-became__info_red {
    color: #ff1c1c
}

.partnership-became__input-box {
    margin-bottom: 28px;
    width: 48%
}

.partnership-became__input-box_last {
    width: 100% !important
}

.partnership-became__input-box_checkbox {
    margin-bottom: 0;
    width: 100%
}

.partnership-became__form-error {
    color: #ff1c1c;
    font-size: 12px
}

.partnership-became__input {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 16px 0;
    width: 100%
}

.partnership-became__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.partnership-became__input::-moz-placeholder {
    color: rgba(0, 0, 0, .4)
}

.partnership-became__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.partnership-became__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4)
}

.partnership-became__input::placeholder {
    color: rgba(0, 0, 0, .4)
}

.partnership-became__input:active, .partnership-became__input:focus {
    padding: 16px 10px
}

.partnership-became__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.partnership-became__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #626262;
    font-size: 12px;
    letter-spacing: -.15px;
    line-height: 150%
}

.partnership-became__input-box.partnership-became__input-box_checkbox {
    margin-bottom: 8px
}

.partnership-became__label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partnership-became__button {
    background-color: #000;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 16px;
    text-transform: uppercase;
    width: 100%
}

.partnership-became__title {
    color: #000;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase
}

.partnership-became__subtitle {
    color: rgba(0, 0, 0, .8);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 60px
}

.partnership-became__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.partners_active {
    opacity: 1;
    pointer-events: all;
    z-index: 100
}

.partners__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 84px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: auto;
    justify-content: center;
    max-width: 675px;
    width: 100%
}

.partners__modal-close {
    position: absolute;
    right: 20px;
    top: 10px
}

.partners__modal-contnent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.partners__modal-image {
    margin-bottom: 60px;
    max-width: 131px;
    width: 100%
}

.partners__modal-title {
    color: #000;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 10px;
    text-transform: uppercase
}

.partners__modal-text, .partners__modal-title {
    font-style: normal;
    font-weight: 400;
    text-align: center
}

.partners__modal-text {
    color: rgba(0, 0, 0, .8);
    font-family: Inter;
    font-size: 16px;
    line-height: 160%
}

.partnership-sponsors {
    position: relative;
    width: 100%;
    z-index: 2
}

.partnership-sponsors__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 32px;
    margin-top: 80px;
    text-transform: uppercase
}

.partnership-sponsors__items-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.partnership-sponsors__items-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.partnership-sponsors__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 56px;
    width: 100%
}

.partnership-sponsors__item {
    background: hsla(0, 0%, 100%, .1);
    cursor: pointer;
    max-width: 446px;
    min-height: 268px;
    opacity: 1 !important;
    padding: 24px;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 2
}

.partnership-sponsors__item:before {
    background-image: url(../../images/partnership/card-green-bg.jpg);
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: -1
}

.partnership-sponsors__item:hover:before {
    opacity: 1
}

.partnership-sponsors__item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    height: 70px;
    justify-content: flex-start;
    margin-bottom: 34px;
    max-width: 170px;
    width: 100%
}

.partnership-sponsors__img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.partnership-sponsors__item-title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 6px;
    text-transform: uppercase
}

.partnership-sponsors__item-text {
    color: hsla(0, 0%, 100%, .8);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.modal-partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
    opacity: 0;
    pointer-events: none;
    z-index: -100
}

.modal-partner, .modal-partner_active {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.modal-partner_active {
    opacity: 1;
    pointer-events: all;
    z-index: 100
}

.modal-partner__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 84px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: auto;
    justify-content: center;
    max-width: 675px;
    width: 100%
}

.modal-partner__modal-close {
    position: absolute;
    right: 20px;
    top: 10px
}

.modal-partner__modal-contnent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-partner__modal-image {
    margin-bottom: 60px;
    max-width: 131px;
    width: 100%
}

.modal-partner__modal-title {
    color: #000;
    font-family: Bebas Neue Cyrillic;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase
}

.modal-partner__modal-text {
    color: rgba(0, 0, 0, .8);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center
}

.reviews-previous-matches {
    margin-bottom: 40px;
    padding-top: 80px
}

.reviews-previous-matches__title {
    color: #fff;
    font-family: Bebas Neue Cyrillic;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
    text-transform: uppercase
}

.reviews-previous-matches__grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 10px
}

.reviews-previous-matches__grid, .reviews-previous-matches__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-previous-matches__item {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 214px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.reviews-previous-matches__img {
    border-radius: 20px;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.reviews-previous-matches__img-container {
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.reviews-previous-matches__img-container:after {
    background: -webkit-gradient(linear, left bottom, left top, from(var(--black-50, rgba(0, 0, 0, .5))), to(var(--black-50, rgba(0, 0, 0, .5))));
    background: linear-gradient(0deg, var(--black-50, rgba(0, 0, 0, .5)) 0, var(--black-50, rgba(0, 0, 0, .5)) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.reviews-previous-matches__play {
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    height: 46px;
    padding: 4px 11px 4px 13px;
    width: 46px
}

.reviews-previous-matches__contain, .reviews-previous-matches__play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews-previous-matches__contain {
    background: var(--black-70, rgba(0, 0, 0, .7));
    border-radius: 22px;
    gap: 6px;
    left: 50%;
    padding: 8px 12px;
    top: 55px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 304px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    text-align: center
}

.reviews-previous-matches__bnt {
    background: var(--white-100, #fff);
    color: var(--black-100, #000);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 40px auto 0;
    padding: 12px 44px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.affiliate-program {
    width: 100%;
    z-index: 14
}

.affiliate-program__img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.svg-icons, main {
    overflow: hidden
}

.svg-icons {
    bottom: 0;
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 0;
    z-index: -999
}

.container {
    max-width: 1380px
}

.container, .container-1440 {
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    width: 100%
}

.container-1440 {
    max-width: 1440px
}

.visually-hidden {
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

:root {
    --scrollbar: 17px
}

.stop-scroll {
    overflow: hidden;
    padding-right: var(--scrollbar)
}

.stop-scroll .header {
    width: calc(100% - var(--scrollbar))
}

.breadcrumb__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb__item, .breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb__item {
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.breadcrumb__item svg {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.breadcrumb__link {
    font-size: 12px;
    font-weight: 400;
    line-height: 128%;
    opacity: .4;
    text-decoration: none
}

.breadcrumb__link_active {
    opacity: 1
}

.swiper-button-next:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none
}

.swiper-button-next, .swiper-button-prev {
    margin: 0
}

.swiper-button-disabled {
    cursor: default;
    display: none;
    opacity: 0
}

.swiper-button-next, .swiper-button-prev {
    cursor: default;
    pointer-events: none
}

.swiper-button-next button > img, .swiper-button-next button > svg, .swiper-button-next > button, .swiper-button-next > img, .swiper-button-next > svg, .swiper-button-prev button > img, .swiper-button-prev button > svg, .swiper-button-prev > button, .swiper-button-prev > img, .swiper-button-prev > svg {
    cursor: pointer;
    pointer-events: auto
}

.swiper-button-disabled, .swiper-button-disabled > *, .swiper-button-disabled > * * {
    cursor: default !important;
    pointer-events: none !important
}

@media (max-width: 1024px) {
    .burger-menu__container {
        height: 100%
    }

    .burger-menu_active {
        padding-right: 0
    }

    .burger-menu__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .burger-menu__card-link {
        display: none
    }

    .fans-profile__title {
        font-size: 44px
    }

    .header__active {
        padding-right: 0
    }

    .abvert__card-title, .crew__title, .store__title, .tickets__top-title {
        font-size: 44px;
    }

    .crew__card-name {
        font-size: 32px;
        margin-bottom: 17px !important;

    }

    .progress__title {
        font-size: 44px;
        margin-bottom: 28px
    }

    .fans__card-title, .fans__title, .slider__title {
        font-size: 44px
    }

    .footer__container {
        padding: 0 160px
    }

    .footer__lists {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .accreditation__bg-image {
        display: none
    }

    .accreditation__bg-image-tablet {
        display: block;
        max-width: 133px;
        position: absolute;
        right: -50px;
        top: 72px;
        width: 100%;
        z-index: 1
    }

    .accreditation__map-title {
        font-size: 44px
    }

    .accreditation__title {
        margin-bottom: 16px
    }

    .accreditation__map-address {
        margin-bottom: 60px;
        margin-right: 0;
        max-width: 100%;
        padding: 0
    }

    .accreditation__accordion-control {
        padding: 60px 0 40px
    }

    .accreditation__accordion-content {
        padding-top: 0
    }

    .open .accreditation__accordion-content {
        padding: 0 !important
    }

    .open.accreditation__accordion-item {
        padding-top: 0
    }

    .contacts-hero__content {
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 80px
    }

    .contacts-hero__head {
        gap: 8px
    }

    .contacts-hero__title {
        font-size: 60px
    }

    .contacts-hero__subtitle {
        font-size: 16px
    }

    .contacts__map-title {
        font-size: 44px
    }

    .teams__image-wrapper {
        height: 60%;
        max-height: 517px;
        right: 0;
        top: 0;
        width: 100%
    }

    .teams__title:after {
        background: #00cb14;
        border-radius: 424.046px;
        bottom: -19px;
        -webkit-filter: blur(80px);
        filter: blur(80px);
        height: 91.046px;
        opacity: .5;
        width: 361.485px
    }

    .teams__players-list {
        grid-template-columns: repeat(2, 1fr)
    }

    .teams__players-item {
        min-height: auto
    }

    .teams__players-title {
        font-size: 44px;
        line-height: 100%
    }

    .teams__coach {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }

    .teams__coach-right {
        position: relative;
        right: 0
    }

    .teams__coaches {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 60px
    }

    .bonus__title, .fans-advantages__title, .fans-entry__title, .fans-events__title, .fans-partners__title, .fans-slider__title, .loyal-hero__title, .program__title {
        font-size: 44px
    }

    .staff-bio__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }

    .staff-bio__content, .staff-bio__picture {
        height: 800px
    }

    .staff-bio__title {
        font-size: 44px
    }

    .staff-bio__text-title {
        color: var(--white-100, #fff);
        display: block;
        font-family: Bebas Neue Cyrillic;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase
    }

    .staff-tabs__table-bg:after {
        background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(74.5%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 74.5%, rgba(0, 0, 0, 0));
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 10%
    }

    .career__list-top-item, .career__list-top-item_right {
        padding: 11px 0 12px
    }

    .career__list-item {
        min-height: 56px
    }

    .career__list-item_right {
        padding: 0 25px
    }

    .career__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .achievements {
        gap: 10px
    }

    .achievements__item {
        padding: 20px 0
    }

    .news-slider__title {
        font-size: 44px
    }

    .gallery-tabs__content-card {
        width: 332px
    }

    .coaches-slider__title {
        font-size: 44px
    }

    .coaches-grid {
        padding-top: 60px
    }

    .coaches-grid__title {
        font-size: 44px
    }

    .coaches-grid__grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .coaches-grid__card {
        max-width: none
    }

    .staff-bioless__title {
        font-size: 44px
    }

    .player-bio__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .player-bio__left {
        max-width: none
    }

    .player-bio__left-content {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-right: auto;
        padding-bottom: 30px
    }

    .player-bio__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border-top: 1px solid hsla(0, 0%, 100%, .6);
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        max-width: none;
        padding: 30px 0;
        width: 100%
    }

    .player-bio__right-wrapper {
        gap: 6px;
        width: 100%
    }

    .player-bio__content {
        padding: 30px 0
    }

    .player-bio__bottom {
        display: grid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 32px;
        grid-template-columns: repeat(2, 1fr)
    }

    .player-statistic {
        padding: 0
    }

    .player-statistic__title {
        color: var(--white-100, #fff);
        font-family: Bebas Neue Cyrillic;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase
    }

    .player-statistic__content {
        gap: 40px 10px;
        grid-template-columns: repeat(2, 1fr)
    }

    .player-statistic__wrapper {
        padding: 0
    }

    .players-slider__title {
        font-size: 44px
    }

    .media-section-news__tabs, .media-section-photo__tabs, .media-section-video__tabs, .media__tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 26px
    }

    .media-section-news__tabs-control, .media-section-photo__tabs-control, .media-section-video__tabs-control, .media__tabs-control {
        gap: 20px;
        max-width: none
    }

    .media-section-news__tabs-buttons, .media-section-photo__tabs-buttons, .media-section-video__tabs-buttons, .media__tabs-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .media-section-news__tabs-button, .media-section-photo__tabs-button, .media-section-video__tabs-button, .media__tabs-button {
        border: none
    }

    .media-section-news__tabs-button_active, .media-section-photo__tabs-button_active, .media-section-video__tabs-button_active, .media__tabs-button_active {
        background-color: #00000000
    }

    .media-section-news__tabs-button, .media-section-photo__tabs-button, .media-section-video__tabs-button, .media__tabs-button {
        border-bottom: 4px solid transparent;
        color: hsla(0, 0%, 100%, .7);
        cursor: pointer;
        font-family: Bebas Neue Cyrillic;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 12px 24px;
        text-transform: uppercase;
        -webkit-transition: border .2s;
        transition: border .2s;
        width: 100%;
        text-wrap: nowrap
    }

    .media-section-news__tabs-button_active, .media-section-photo__tabs-button_active, .media-section-video__tabs-button_active, .media__tabs-button_active {
        border-bottom: 4px solid #008a0e;
        color: #fff
    }

    .media-section-news__news-slider-card-content-left, .media-section-news__news-slider-card-content-right, .media-section-news__news-slider-card-content-top, .media-section-photo__news-slider-card-content-left, .media-section-photo__news-slider-card-content-right, .media-section-photo__news-slider-card-content-top, .media-section-video__news-slider-card-content-left, .media-section-video__news-slider-card-content-right, .media-section-video__news-slider-card-content-top, .media__news-slider-card-content-left, .media__news-slider-card-content-right, .media__news-slider-card-content-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .media-section-news__news-slider-card-content-top, .media-section-photo__news-slider-card-content-top, .media-section-video__news-slider-card-content-top, .media__news-slider-card-content-top {
        margin-bottom: 26px
    }

    .media-section-news__news-slider-card-title, .media-section-photo__news-slider-card-title, .media-section-video__news-slider-card-title, .media__news-slider-card-title {
        font-size: 44px
    }

    .photo-grid__post {
        width: calc(25% - 10px)
    }

    .photo-grid__post:nth-child(12n), .photo-grid__post:nth-child(3), .photo-grid__post:nth-child(30n), .photo-grid__post:nth-child(3n) {
        width: calc(50% - 10px)
    }

    .close-matches__title {
        font-size: 44px
    }

    .media-plug__text {
        font-size: 32px
    }

    .news-hero {
        min-height: 511px
    }

    .news-hero:after {
        background: linear-gradient(180.78deg, rgba(0, 0, 0, .88) 11.73%, rgba(0, 0, 0, .31) 52.21%, #000 98.51%);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .news-hero__bottom, .news-hero__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-hero__wrapper {
        min-height: 419px
    }

    .news-hero__bottom {
        background-color: #fff;
        bottom: -67px;
        gap: 4px;
        height: 67px;
        left: 0;
        padding: 16px 10px;
        position: absolute;
        width: 100%
    }

    .news-hero__bottom-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 4px
    }

    .news-hero__bottom-description {
        color: rgba(0, 0, 0, .6);
        font-size: 14px
    }

    .news-hero__bottom-description_small {
        font-size: 12px
    }

    .news-hero__bottom-title {
        color: #000;
        font-size: 14px
    }

    .news-tabs__title {
        font-size: 44px
    }

    .news-tabs {
        padding: 127px 0 0
    }

    .news-tabs__button {
        font-size: 24px
    }

    .news-tabs__content-wrapper {
        gap: 26px;
        padding: 60px 0 40px
    }

    .news-tabs__content-info {
        gap: 12px
    }

    .news-tabs__content-info_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .news-tabs__content__title {
        margin-bottom: 0
    }

    .news-tabs__images {
        gap: 10px
    }

    .news-tabs__image {
        height: 150px
    }

    .news-tabs__image_medium, .news-tabs__image_small {
        max-width: calc(50% - 5px)
    }

    .news-tabs__image_large {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .news-cards-media__title {
        font-size: 44px
    }

    .history-tabs__achievements-card-content {
        padding-bottom: 10px
    }

    .history-tabs__top {
        min-height: 584px
    }

    .history-tabs__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        overflow-x: auto;
        padding: 0;
        scrollbar-width: none
    }

    .history-tabs__buttons::-webkit-scrollbar {
        display: none
    }

    .history-tabs__button {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 24px;
        padding: 10px
    }

    .history-tabs__chronicle {
        margin-bottom: 20px;
        overflow: hidden
    }

    .history-tabs__chronicle-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        min-height: 424px
    }

    .history-tabs__chronicle-content {
        max-width: 100%;
        padding: 0 20px 32px
    }

    .history-tabs__chronicle-date {
        font-size: 24px;
        margin-bottom: 4px
    }

    .history-tabs__chronicle-title {
        font-size: 32px;
        margin-bottom: 16px;
        position: static
    }

    .history-tabs__chronicle-link {
        background-color: transparent;
        color: #fff;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 10px 0;
        text-decoration: underline
    }

    .history-tabs__chronicle-background {
        max-width: 100%;
        min-height: 264px
    }

    .history-tabs__chronicle-background:after {
        background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(40%, rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0) 40%)
    }

    .history-tabs__chronicle-slider {
        padding: 24px 40px 27px;
        position: relative
    }

    .history-tabs__chronicle-card {
        margin-right: 30px
    }

    .history-tabs__chronicle-card-title {
        font-size: 32px;
        margin-bottom: 4px
    }

    .history-tabs__chronicle-button {
        width: 44px
    }

    .history-tabs__chronicle-button img {
        height: 21px;
        width: 10px
    }

    .history-tabs__insignia-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
        padding: 16px 20px
    }

    .history-tabs__insignia-title {
        font-size: 32px;
        line-height: 120%
    }

    .history-tabs__insignia-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: unset
    }

    .history-tabs__insignia-slider {
        height: 380px
    }

    .history-tabs__insignia-card {
        margin-bottom: 26px
    }

    .history-tabs__insignia-card-date {
        font-size: 60px;
        -webkit-transition: color 1s ease-in-out, font-size 1s ease-in-out;
        transition: color 1s ease-in-out, font-size 1s ease-in-out
    }

    .history-tabs__insignia-card.swiper-slide-active span {
        font-size: 80px
    }

    .history-tabs__insignia-button {
        height: 89px
    }

    .history-tabs__insignia-previous {
        padding-top: 20px
    }

    .history-tabs__insignia-next {
        padding-bottom: 20px
    }

    .history-tabs__insignia-picture {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        min-height: 310px
    }

    .history-tabs__insignia-image_emblem {
        height: 134px;
        width: 109px
    }

    .history-tabs__insignia-image_uniform {
        max-width: 171px
    }

    .history-tabs__insignia-content-title {
        margin-bottom: 4px
    }

    .history-tabs__insignia-content-subtitle {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 20px
    }

    .history-tabs__insignia-content-textbox {
        gap: 8px
    }

    .history-tabs__achievements {
        margin-bottom: 0;
        overflow: hidden;
        position: relative
    }

    .history-tabs__achievements-title {
        display: block;
        font-family: Bebas Neue Cyrillic;
        font-size: 44px;
        font-weight: 400;
        margin-bottom: 24px;
        text-transform: uppercase
    }

    .history-tabs__achievements-wrapper {
        gap: 0;
        grid-template-columns: repeat(1, 1fr)
    }

    .history-tabs__achievements-card {
        margin-bottom: 8px;
        min-width: 300px
    }

    .history-tabs__achievements-control {
        display: block
    }

    .history-tabs__achievements-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: 0;
        height: 550px;
        width: 56px;
        z-index: 2
    }

    .history-tabs__achievements-previous {
        background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0));
        left: -10px
    }

    .history-tabs__achievements-next {
        background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(270deg, #000, rgba(0, 0, 0, 0));
        right: -10px
    }

    #achievements-content {
        padding-bottom: 60px
    }

    .history-pop-up__title {
        font-size: 44px
    }

    .history-pop-up__wrapper {
        max-width: 310px;
        padding: 60px 10px
    }

    .history-pop-up__wrapper_pb {
        padding-bottom: 0
    }

    .history-pop-up__wrapper_pt {
        padding-top: 0
    }

    .history-pop-up__container {
        gap: 30px
    }

    .history-pop-up__close {
        right: 28px;
        top: 24px
    }

    .history-pop-up__close svg {
        width: 32px
    }

    .history-pop-up__top {
        margin-bottom: 30px
    }

    .history-pop-up__subtitle {
        font-size: 32px;
        margin-bottom: 2px
    }

    .history-pop-up__right {
        height: 42px;
        width: 42px
    }

    .history-pop-up__right img {
        max-height: 24px;
        max-width: 24px;
        min-height: 24px;
        min-width: 24px
    }

    .history-pop-up__button {
        width: 46px
    }

    .history-pop-up__card {
        height: 290px;
        width: 290px
    }

    .history-pop-up__pictures {
        gap: 8px
    }

    .history-pop-up__pictures-image, .history-pop-up__pictures-image_top {
        height: 246px
    }

    .history-pop-up__text {
        color: var(--black-100, #000);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%
    }

    .history-pop-up__tabs, .history-pop-up__text_mb {
        margin-bottom: 20px
    }

    .history-pop-up__tabs-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .history-pop-up__tabs-content-card {
        gap: 8px
    }

    .history-pop-up__textbox {
        gap: 12px
    }

    .chronicle__inner-accordion-control {
        cursor: pointer
    }

    .chronicle-hero {
        min-height: 589px
    }

    .chronicle-hero__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 87px 0 40px;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .chronicle-hero__content {
        gap: 8px;
        margin: 0
    }

    .chronicle-hero__title {
        font-size: 60px
    }

    .chronicle__accordions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        padding-bottom: 60px;
        padding-top: 60px
    }

    .chronicle__accordion {
        font-weight: 400;
        padding: 0;
        -webkit-transition: padding .4s ease-in-out;
        transition: padding .4s ease-in-out
    }

    .chronicle__accordion_pt140, .chronicle__accordion_pt25 {
        padding-top: unset
    }

    .chronicle__accordion_pb0 {
        padding-bottom: inherit
    }

    .chronicle__accordion-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        left: 0;
        margin-bottom: 0;
        padding: 16px 24px;
        -webkit-transition: margin .4s ease-in-out;
        transition: margin .4s ease-in-out;
        width: 100%
    }

    .chronicle__accordion-control_t-25, .chronicle__accordion-control_w100 {
        top: unset;
        width: inherit
    }

    .chronicle__accordion-control_t100 {
        left: unset;
        top: unset;
        width: inherit
    }

    .chronicle__accordion-control_t80 {
        top: unset;
        width: inherit
    }

    .chronicle__accordion-control_r0 {
        right: unset;
        width: inherit
    }

    .chronicle__accordion-control-wrapper {
        gap: 6px
    }

    .chronicle__accordion-control-arrow {
        display: block;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
        width: 31px
    }

    .chronicle__accordion-date {
        font-size: 16px;
        line-height: 100%
    }

    .chronicle__accordion-title {
        font-size: 32px
    }

    .chronicle__accordion-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        will-change: max-height
    }

    .chronicle__accordion-content_visible {
        max-height: inherit
    }

    .chronicle__accordion-content-wrappers {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .chronicle__accordion-content-wrapper {
        gap: 24px
    }

    .chronicle__accordion-content-wrapper-background {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        background: transparent;
        gap: 12px;
        height: 100%;
        justify-content: flex-start;
        overflow: visible
    }

    .chronicle__accordion-content-left {
        max-width: 100%
    }

    .chronicle__accordion-content-left_pt116 {
        padding-top: inherit
    }

    .chronicle__accordion-content-right {
        max-width: 100%
    }

    .chronicle__accordion-content-right_pt166, .chronicle__accordion-content-right_pt186 {
        padding-top: inherit
    }

    .chronicle__accordion-content-revert {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .chronicle__accordion-content-image {
        display: block;
        height: auto;
        width: 100%
    }

    .chronicle__accordion-content-description {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        background-color: transparent;
        bottom: unset;
        color: rgba(0, 0, 0, .7);
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        padding: 0;
        position: static;
        right: unset
    }

    .chronicle__accordion-content-description_w290 {
        max-width: 100%
    }

    .chronicle__inner-accordion-content {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-height: unset;
        opacity: 1;
        overflow: visible;
        will-change: unset
    }

    .chronicle__inner-accordion-control {
        display: none
    }

    .chronicle__article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 18px;
        padding: 24px 0 30px
    }

    .chronicle__article-left, .chronicle__article-right {
        max-width: 100%
    }

    .chronicle__article-title {
        font-size: 32px
    }

    .chronicle__article-text {
        font-weight: 400
    }

    .chronicle__bottom {
        padding: 60px 0
    }

    .chronicle__bottom-date {
        font-size: 16px;
        margin-bottom: 6px
    }

    .chronicle__bottom-title {
        font-size: 32px;
        margin-bottom: 24px
    }

    .open .chronicle__accordion-control {
        margin-bottom: 32px
    }

    .open .chronicle__accordion-control-arrow {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .open .chronicle__accordion-content {
        opacity: 1
    }

    .desktop-visible {
        display: none
    }

    .mobile-visible {
        display: block
    }

    .administration-hero__background img {
        -o-object-position: center;
        object-position: center
    }

    .administration-persons__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .administration-persons__bottom-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .administration-persons__card_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 447px
    }

    .administration-persons__card_main .administration-persons__card-text {
        padding: 0 16px 24px
    }

    .administration-persons__card_main .administration-persons__card-button {
        background: none;
        border: 1px solid #fff;
        max-width: 100%
    }

    .administration-persons__card_main .administration-persons__card-name {
        font-size: 32px
    }

    .administration-persons__card_main .administration-persons__card-post {
        font-size: 16px
    }

    .administration-persons__card-min {
        margin-bottom: 40px
    }

    .administration-persons__card-min:last-child {
        margin-bottom: 0
    }

    .administration-persons__card-text {
        padding: 0 16px
    }

    .administration-persons__card-button {
        background: none;
        border: 1px solid #fff;
        max-width: 100%
    }

    .biography-person__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-row-gap: 40px
    }

    .biography-person__image-block {
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        max-width: 100%
    }

    .biography-person__name {
        font-size: 44px
    }

    .biography-person__post {
        font-size: 16px
    }

    .biography-person__divider {
        margin: 32px 0
    }

    .biography-person__statistic {
        margin-bottom: 40px
    }

    .biography-person__statistic-item {
        padding: 22px 0
    }

    .biography-person__statistic-item-label {
        font-size: 14px
    }

    .biography-person__statistic-item-info {
        font-size: 24px
    }

    .biography-person__info-content {
        font-size: 16px
    }

    .biography-career__title {
        font-size: 44px;
        margin-bottom: 36px
    }

    .biography-career__head th, .biography-career__td {
        font-size: 16px
    }

    .news-cards-biography__title {
        font-size: 44px;
        margin-bottom: 24px
    }

    .news-cards-biography__slider-wrapper {
        margin-bottom: 0
    }

    .news-cards-biography__card {
        width: 332px !important
    }

    .news-cards-biography-media__title {
        font-size: 44px
    }

    .gallery-sliders__img-thumb {
        height: 70px;
        max-height: 70px;
        max-width: 90px;
        min-height: 70px;
        min-width: 90px;
        width: 90px
    }

    .gallery-sliders__slider-main {
        height: calc(100% - 102px - env(safe-area-inset-bottom, 0px));
        width: 100%
    }

    .gallery-sliders__slider-main_non-thumb {
        height: 100% !important
    }

    .gallery-sliders__slider-main-slide {
        padding: 84px 36px
    }

    .gallery-sliders__slider-main-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .gallery-sliders__slider-side {
        bottom: 0;
        height: calc(102px + env(safe-area-inset-bottom, 0px));
        left: 0;
        overflow-y: hidden;
        padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
        right: auto;
        top: auto;
        -webkit-transform: translateX(0) translateY(100%);
        -ms-transform: translateX(0) translateY(100%);
        transform: translateX(0) translateY(100%);
        width: 100%;
        z-index: 10
    }

    .gallery-sliders__slider-side_active {
        -webkit-transform: translateX(0) translateY(0) !important;
        -ms-transform: translateX(0) translateY(0) !important;
        transform: translateX(0) translateY(0) !important
    }

    .gallery-sliders__slider-side-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .gallery-sliders .swiper-vertical > .swiper-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .gallery-sliders__slider-side-slide {
        height: 70px;
        margin-bottom: 0;
        margin-right: 12px;
        max-height: 70px;
        max-width: 90px;
        min-height: 70px;
        min-width: 90px;
        width: 90px
    }

    .gallery-sliders__slider-side-slide:last-child {
        margin-right: 0
    }

    .calendar__card {
        gap: 32px
    }

    .calendar__logo-left {
        max-width: 80px
    }

    .calendar__logo-left img, .calendar__logo-right img {
        max-height: 80px;
        max-width: 80px;
        min-height: 80px;
        min-width: 80px
    }

    .calendar__text_locate {
        font-size: 14px
    }

    .album-hero__into {
        padding-top: 50px
    }

    .album-hero__date, .album-hero__photo {
        font-size: 20px
    }

    .album-hero__title {
        font-size: 32px
    }

    .single-video-hero__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-video-hero__head-text {
        color: var(--white-70, hsla(0, 0%, 100%, .7));
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-right: auto
    }

    .single-video-hero__right {
        position: relative;
        right: 0
    }

    .single-video-hero__right-box {
        padding-right: 0
    }

    .single-news-tabs__buttons {
        gap: 16px;
        margin-bottom: 0;
        overflow: auto;
        padding: 0
    }

    .single-news-info {
        padding: 24px
    }

    .single-news-info__spacer_700, .single-news-info__spacer_789 {
        max-width: none
    }

    .single-news-info h2, .single-news-info__title {
        color: var(--black-100, #000);
        font-family: Bebas Neue Cyrillic;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .single-news-info__grid-too, .single-news-info__wrapper {
        gap: 12px;
        grid-template-rows: auto
    }

    .single-news-info__grid-too {
        grid-template-columns: 1fr;
        padding: 12px 0 0
    }

    .single-news-info__grid-too_pb12 {
        padding-bottom: 12px
    }

    .single-news-info__grid-three {
        gap: 12px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        padding-bottom: 12px;
        padding-top: 12px
    }

    .single-news-info__list {
        gap: 8px
    }

    .single-news-slider__title {
        font-size: 32px;
        margin-bottom: 26px
    }

    .fok-hero__content {
        height: 100%;
        padding: 180px 0 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px
    }

    .fok-hero__title {
        font-size: 60px
    }

    .fok-hero__subtitle {
        font-size: 14px
    }

    .fok-hero__footer {
        width: 100%
    }

    .fok-hero__item-title {
        font-size: 16px
    }

    .fok-hero__item-subtitle {
        font-size: 24px
    }

    .fok-about__grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .fok-about__title {
        font-size: 32px
    }

    .fok-about__description {
        font-size: 16px
    }

    .fok-tabs__grid {
        grid-template-columns: 1fr;
        padding: 60px 0 120px
    }

    .fok-tabs__head {
        background: none;
        border: 1px solid #00000000;
        border-radius: 0;
        overflow: auto;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .fok-tabs__select__arrow_visible {
        display: none
    }

    .fok-tabs__select-title {
        background: none;
        -webkit-background-clip: hsla(0, 0%, 100%, .7);
        border-bottom: 2px solid #00000000;
        color: var(--white-100, hsla(0, 0%, 100%, .7));
        text-align: center;
        text-transform: uppercase;
        -webkit-text-fill-color: hsla(0, 0%, 100%, .7);
        text-wrap: nowrap
    }

    .fok-tabs__select-title, .fok-tabs__select_active .fok-tabs__select-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Bebas Neue Cyrillic;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 12px 24px 8px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

    .fok-tabs__select_active .fok-tabs__select-title {
        background: none;
        -webkit-background-clip: #fff;
        border-bottom: 2px solid #008a0e;
        color: var(--white-100, #fff);
        text-align: center;
        text-transform: uppercase;
        -webkit-text-fill-color: #fff
    }

    .fok-tabs__select_active .fok-tabs__select__arrow {
        display: none
    }

    .fok-tabs__svg {
        top: -44%
    }

    .fok-tabs__svg_too {
        bottom: -44%;
        top: auto
    }

    .fok-tabs__content_active {
        padding: 20px
    }

    .fok-tabs__content-head-title {
        font-size: 24px
    }

    .fok-tabs__content-head-mesh {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fok-tabs__content-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .fok-tabs__content-body-swiper {
        padding-bottom: 33px
    }

    .fok-tabs__content-body-swiper-slide {
        height: 219px
    }

    .fok-tabs__content-body-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .fok-tabs__content-body-bottom-item {
        text-align: start
    }

    .fok-tabs__content-body-button {
        display: none
    }

    .fok-tabs__content-footer__grid {
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .fok-tabs__content-footer__grid-bg {
        display: none
    }

    .fok-tabs__content-footer__grid-bg_mobile {
        display: block
    }

    .fok-tabs__content-footer__grid-item:last-child {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }

    .fok-tabs__content-footer__grid-footer .fok-tabs__content-footer__grid-item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0)
    }

    .fok-tabs__pagination {
        display: block
    }

    .fok-promo:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.98%, rgba(0, 0, 0, 0)), color-stop(15.94%, rgba(0, 0, 0, .5)), color-stop(37.09%, rgba(0, 0, 0, .6)), color-stop(101.59%, rgba(0, 0, 0, .8)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -14.98%, rgba(0, 0, 0, .5) 15.94%, rgba(0, 0, 0, .6) 37.09%, rgba(0, 0, 0, .8) 101.59%)
    }

    .fok-promo__bg {
        height: 465px
    }

    .fok-promo__content {
        padding: 20px
    }

    .fok-promo__title {
        font-size: 32px
    }

    .fok-promo__subtitle {
        font-size: 16px;
        max-width: 335px
    }

    .fok-promo__button {
        font-size: 14px
    }

    .fok-field__grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .fok-field__title {
        font-size: 32px
    }

    .fok-field__description {
        font-size: 16px
    }

    .fok-field__content {
        padding: 20px
    }

    .fok-field__content-head-title {
        font-size: 24px
    }

    .fok-field__content-head-mesh {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fok-field__content-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .fok-field__content-body-swiper {
        padding-bottom: 33px
    }

    .fok-field__content-body-swiper-slide {
        height: 219px
    }

    .fok-field__content-body-bottom {
        overflow: auto
    }

    .fok-field__content-body-button, .fok-field__content-footer_desktop {
        display: none
    }

    .fok-field__content-footer_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .fok-field__content-footer__grid {
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .fok-field__content-footer__grid-bg {
        display: none
    }

    .fok-field__content-footer__grid-bg_mobile {
        display: block
    }

    .fok-field__content-footer__grid-item:last-child {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }

    .fok-field__content-footer__grid-footer .fok-tabs__content-footer__grid-item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0)
    }

    .fok-promo-2:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.98%, rgba(0, 0, 0, 0)), color-stop(15.94%, rgba(0, 0, 0, .5)), color-stop(37.09%, rgba(0, 0, 0, .6)), color-stop(101.59%, rgba(0, 0, 0, .8)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -14.98%, rgba(0, 0, 0, .5) 15.94%, rgba(0, 0, 0, .6) 37.09%, rgba(0, 0, 0, .8) 101.59%)
    }

    .fok-promo-2__bg {
        height: 465px
    }

    .fok-promo-2__bg_desktop {
        display: none
    }

    .fok-promo-2__bg_mobile {
        display: block
    }

    .fok-promo-2__content {
        padding: 20px;
        width: 100%
    }

    .fok-promo-2__title {
        font-size: 32px
    }

    .fok-promo-2__subtitle {
        font-size: 16px
    }

    .fok-promo-2__button {
        font-size: 14px;
        width: 327px
    }

    .stadium-hero__content {
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .stadium-hero__head {
        gap: 8px
    }

    .stadium-hero__title {
        font-size: 60px
    }

    .stadium-hero__subtitle {
        font-size: 16px
    }

    .stadium-about__title {
        font-family: Bebas Neue Cyrillic;
        font-size: 44px
    }

    .stadium-about__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .stadium-about__item {
        min-height: 200px;
        padding: 20px
    }

    .stadium-about__item-icon, .stadium-about__item-icon img {
        max-height: 60px;
        max-width: 60px;
        min-height: 60px;
        min-width: 60px
    }

    .stadium-about__item-title {
        font-size: 24px
    }

    .stadium-about__item-subtitle {
        font-size: 16px
    }

    .stadium-history__thumbs, .stadium-history__wrapper {
        display: none
    }

    .stadium-history__swiper-mobile {
        display: block;
        max-height: 960px;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .stadium-history__swiper-mobile:after {
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
        content: "";
        height: 10%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .stadium-history__swiper-mobile_first-slide:after {
        display: none
    }

    .stadium-matches__bet-box {
        max-width: 286px;
        top: 331px
    }

    .stadium-matches__status-link {
        max-width: 286px;
        top: 408px
    }

    .stadium-matches__border {
        max-width: 286px;
        top: 470px
    }

    .academy-about__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .academy-about__item {
        min-height: 300px;
        padding: 24px
    }

    .academy-about__item:last-child {
        grid-column: span 2
    }

    .academy-hero__content {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .academy-hero__title {
        font-size: 60px
    }

    .academy-grid__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .academy-media {
        padding: 120px 0
    }

    .academy-media__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .academy-media__title {
        font-size: 44px
    }

    .academy-media__link {
        display: none
    }

    .academy-media__grid {
        width: 100%;
        grid-row-gap: 40px;
        grid-template-columns: repeat(1, 1fr)
    }

    .academy-media__card-image {
        height: 300px;
        max-height: 300px;
        width: 100%
    }

    .academy-media__link-mobile {
        background: var(--white-100, #fff);
        color: var(--black-100, #000);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        padding: 12px 44px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .academy-news {
        padding-top: 120px
    }

    .academy-news__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .academy-news__title {
        font-size: 44px
    }

    .academy-news__link {
        display: none
    }

    .academy-news__grid {
        grid-row-gap: 40px;
        grid-template-columns: repeat(1, 1fr);
        width: 100%
    }

    .academy-news__card-image {
        height: 300px;
        max-height: 300px;
        width: 100%
    }

    .academy-news__card-image img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top
    }

    .academy-news__link-mobile {
        background: var(--white-100, #fff);
        color: var(--black-100, #000);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        padding: 12px 44px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .academy-promo__main {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .academy-promo__title {
        font-size: 44px;
        text-align: center
    }

    .academy-slider__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 500px;
        padding: 16px;
        width: 332px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 10px
    }


    .academy-more-about__title {
        font-size: 44px
    }

    .academy-coaches-grid {
        padding-top: 20px
    }

    .academy-coaches-grid__title {
        font-size: 44px
    }

    .academy-coaches-grid__grid {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 60px
    }

    .academy-coaches-grid__card {
        max-width: none
    }

    .crew-hero__content {
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .crew-hero__title {
        font-size: 60px
    }

    .crew-floor {
        padding: 60px 0 30px
    }

    .crew-floor__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .crew-floor__item {
        height: 200px
    }

    .crew-floor__item:last-child {
        border-left: 1px solid #fff;
        border-top: 0 solid #fff
    }

    .crew-teams__table-bg:after {
        background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(74.5%, rgba(0, 0, 0, .24)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(270deg, #000, rgba(0, 0, 0, .24) 74.5%, rgba(0, 0, 0, 0));
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 10%
    }

    .crew-teams__table-item {
        gap: 10px
    }

    .crew-teams__colum_2 {
        width: 180px;
        white-space: normal;
        word-break: break-word;
    }

    .crew-teams__colum_3 {
        min-width: 140px
    }

    .crew-teams__players-background {
        min-height: 550px
    }

    .crew-teams__players-title {
        font-size: 44px
    }

    .crew-teams__coach {
        border-bottom: 1px solid #ffffff00;
        border-top: 1px solid #ffffff00
    }

    .crew-teams__coach-left {
        width: 100%
    }

    .crew-teams__coach-subtitle {
        font-size: 60px
    }

    .crew-teams__coach-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        margin: auto;
        max-width: 545px;
        padding: 24px 0;
        position: relative;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .crew-teams__coach-background {
        position: relative
    }

    .crew-teams__coach-image {
        -o-object-position: 0;
        object-position: 0
    }

    .crew-teams__coach-green {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .crew-teams__coach-black {
        display: none
    }

    .crew-teams .teams__players-title {
        font-size: 44px;
        line-height: 100%;
        margin-bottom: 20px
    }

    .staffs-hero__content {
        height: 100%
    }

    .staffs-hero__title {
        font-size: 60px
    }

    .staffs-floor {
        padding: 60px 0 0
    }

    .staffs-floor__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .staffs-floor__item {
        height: 200px
    }

    .staffs-floor__item:last-child {
        border-left: 1px solid #fff;
        border-top: 0 solid #fff
    }

    .staffs-floor__item-title {
        font-size: 44px;
        padding: 0 16px
    }

    .tournament-tables-hero__content {
        height: 100%
    }

    .tournament-tables-hero__title {
        font-size: 60px
    }

    .tournament-tables-grid__tabs-filters {
        width: 100%
    }

    .tournament-tables-grid__tabs-filters-box {
        gap: 12px
    }

    .tournament-tables-grid__tabs, .tournament-tables-grid__tabs-filters-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament-tables-grid__tabs {
        gap: 26px
    }

    .tournament-tables-grid__tabs-control {
        gap: 20px;
        max-width: none
    }

    .tournament-tables-grid__tabs-buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .tournament-tables-grid__tabs-button {
        border: none
    }

    .tournament-tables-grid__tabs-button_active {
        background-color: #00000000
    }

    .tournament-tables-grid__tabs-button {
        border-bottom: 4px solid transparent;
        color: hsla(0, 0%, 100%, .7);
        cursor: pointer;
        font-family: Bebas Neue Cyrillic;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 12px 24px;
        text-transform: uppercase;
        -webkit-transition: border .2s;
        transition: border .2s;
        width: 100%;
        text-wrap: nowrap
    }

    .tournament-tables-grid__tabs-button_active {
        border-bottom: 4px solid #008a0e;
        color: #fff
    }

    .tournament-tables-grid__sort {
        display: none
    }

    .infrastructure-hero__content {
        height: 100%
    }

    .infrastructure-hero__title {
        font-size: 60px
    }

    .infrastructure-grid {
        padding: 60px 0 0
    }

    .infrastructure-grid__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .infrastructure-grid__item {
        height: 500px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .infrastructure-grid .infrastructure-grid-pop-up__wrapper {
        /*max-width: 310px;*/
        padding: 60px 10px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__wrapper_pb {
        padding-bottom: 0
    }

    .infrastructure-grid .infrastructure-grid-pop-up__wrapper_pt {
        padding-top: 0
    }

    .infrastructure-grid .infrastructure-grid-pop-up__container {
        gap: 30px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__close {
        right: 28px;
        top: 24px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__close svg {
        width: 32px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__top {
        margin-bottom: 30px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__subtitle {
        font-size: 32px;
        margin-bottom: 2px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__right {
        height: 42px;
        width: 42px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__right img {
        height: 24px;
        width: 24px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__button {
        width: 46px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__card {
        height: 290px;
        width: 290px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__pictures {
        gap: 8px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__pictures-image, .infrastructure-grid .infrastructure-grid-pop-up__pictures-image_top {
        height: 246px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__text {
        font-size: 14px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__tabs, .infrastructure-grid .infrastructure-grid-pop-up__text_mb {
        margin-bottom: 20px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__tabs-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__tabs-content-card {
        gap: 8px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__textbox {
        gap: 12px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__title {
        font-size: 44px
    }

    .infrastructure-grid .infrastructure-grid-pop-up__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .infrastructure-grid .infrastructure-grid-pop-up__item {
        min-height: 165px;
        padding: 20px 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .infrastructure-grid .infrastructure-grid-pop-up__item:last-child {
        grid-column: span 2
    }

    .infrastructure-grid .infrastructure-grid-pop-up__item-title {
        text-align: center
    }

    .football-player-hero__content {
        height: 100%
    }

    .football-player-hero__title {
        font-size: 60px
    }

    .football-player-list {
        padding: 60px 0 40px
    }

    .football-player-list__item {
        padding-bottom: 40px
    }

    .football-player-list__item-line {
        margin-left: 20px
    }

    .football-player-list__item-number {
        font-size: 32px;
        max-height: 40px;
        max-width: 40px;
        min-height: 40px;
        min-width: 40px;
        padding-right: 0
    }

    .football-player-list__item-title {
        font-size: 44px
    }

    .football-player-list__item-description {
        font-size: 18px;
        padding: 0 0 0 55px
    }

    .football-player-list__item-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 0 0 55px
    }

    .football-player-list__item-footer-item {
        min-height: 165px;
        padding: 20px 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        height: auto;
        justify-content: center
    }

    .football-player-list__item-footer-item:last-child {
        grid-column: span 2
    }

    .football-player-list__item-footer-item-title {
        text-align: center
    }

    .football-player-form__title {
        font-size: 44px
    }

    .football-player-form__info_bottom {
        display: none
    }

    .football-player-form__info-warning {
        left: 42.4%;
        top: -2px
    }

    .football-player-form__bottom-input {
        gap: 20px;
        padding-top: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .football-player-form__bottom-mobile {
        display: block
    }

    .football-player-form__upload-btn {
        border: none;
        height: 24px;
        margin: 0;
        padding: 0;
        width: 24px
    }

    .football-player-form__upload-btn span {
        display: none
    }

    .football-player-form__form-grid {
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 0
    }

    .football-player-form__bottom-block {
        max-width: none;
        position: relative
    }

    .football-player-form__input-video {
        display: none
    }

    .football-player-form__button {
        width: 100%
    }

    .football-player-form__img_middle {
        margin-top: 20px
    }

    .modal-football-player__modal {
        height: auto
    }

    .contacts-academy-hero__content {
        height: 100%
    }

    .contacts-academy-hero__title {
        font-size: 60px
    }

    .contacts-academy-contacts__map-title {
        font-size: 44px
    }

    .single-match-hero__head-top p {
        font-size: 14px
    }

    .single-match-hero__head-top p img {
        max-height: 24px
    }

    .single-match-hero__head-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 4px
    }

    .single-match-hero__head-bottom p {
        font-size: 17px
    }

    .single-match-hero__head-bottom p:nth-child(4) {
        display: none
    }

    .single-match-hero__head-point {
        display: none !important
    }

    .single-match-hero__main-body {
        gap: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-match-hero__main-item {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 4px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .single-match-hero__main-item_reverse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .single-match-hero__main-item-content {
        min-width: 100px;
        padding-top: 0
    }

    .single-match-hero__main-item-content-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-match-hero__main-item-content-top p:first-child {
        font-size: 24px;
        margin-bottom: 2px
    }

    .single-match-hero__main-item-content-top p:first-child p:last-child {
        font-size: 14px
    }

    .single-match-hero__main-item-content-bottom {
        padding-left: 8px;
        padding-top: 8px
    }

    .single-match-hero__main-item-player {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 6px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-match-hero__main-item-player-name {
        font-size: 14px;
        max-width: none
    }

    .single-match-hero__main-item-logo {
        height: 100px;
        margin: auto;
        width: 100px
    }

    .single-match-hero__main-item-logo_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .single-match-hero__main-item-logo_desktop {
        display: none
    }

    .single-match-hero__main-item-logo img {
        max-height: 100px;
        max-width: 100px;
        min-height: 100px;
        min-width: 100px
    }

    .single-match-hero__main-number {
        font-size: 80px;
        gap: 10px;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 1%;
        flex: 1 0 1%
    }

    .single-match-hero__main-number p:nth-child(2) {
        font-size: 44px
    }

    .single-match-hero__main-bottom {
        font-size: 18px;
        padding-top: 10px
    }

    .single-match-hero-live__head-top p {
        font-size: 14px
    }

    .single-match-hero-live__head-top p img {
        max-height: 24px
    }

    .single-match-hero-live__head-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 4px
    }

    .single-match-hero-live__head-bottom p {
        font-size: 17px
    }

    .single-match-hero-live__head-bottom p:nth-child(4) {
        display: none
    }

    .single-match-hero-live__head-point {
        display: none !important
    }

    .single-match-hero-live__main-body {
        gap: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-match-hero-live__main-item {
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 4px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .single-match-hero-live__main-item_reverse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .single-match-hero-live__main-item-content {
        min-width: 100px;
        padding-top: 0
    }

    .single-match-hero-live__main-item-content-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-match-hero-live__main-item-content-top p:first-child {
        font-size: 24px;
        margin-bottom: 2px
    }

    .single-match-hero-live__main-item-content-top p:last-child {
        font-size: 14px
    }

    .single-match-hero-live__main-item-content-bottom {
        padding-left: 8px;
        padding-top: 8px
    }

    .single-match-hero-live__main-item-player {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 6px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-match-hero-live__main-item-player-name {
        font-size: 14px;
        max-width: none
    }

    .single-match-hero-live__main-item-logo {
        height: 100px;
        margin: auto;
        width: 100px
    }

    .single-match-hero-live__main-item-logo_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .single-match-hero-live__main-item-logo_desktop {
        display: none
    }

    .single-match-hero-live__main-item-logo img {
        max-height: 100px;
        max-width: 100px;
        min-height: 100px;
        min-width: 100px
    }

    .single-match-hero-live__main-number {
        font-size: 80px;
        gap: 10px;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 1%;
        flex: 1 0 1%
    }

    .single-match-hero-live__main-number p:nth-child(2) {
        font-size: 44px
    }

    .single-match-hero-live__main-bottom {
        font-size: 18px;
        padding-top: 10px
    }

    .single-match-hero-live__footer {
        bottom: auto;
        left: auto;
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .single-match-hero-before__head-top p {
        font-size: 14px
    }

    .single-match-hero-before__head-top p img {
        max-height: 24px
    }

    .single-match-hero-before__head-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 4px
    }

    .single-match-hero-before__head-bottom p {
        font-size: 17px
    }

    .single-match-hero-before__head-bottom p img, .single-match-hero-before__head-bottom p svg {
        height: 100%;
        margin: 3px auto auto;
        max-height: 16px;
        max-width: 17px;
        min-height: 17px;
        min-width: 17px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        -webkit-box-flex: 1;
        display: inline;
        -ms-flex: 1;
        flex: 1;
        position: relative;
        vertical-align: middle
    }

    .single-match-hero-before__head-bottom p img.icon-ios, .single-match-hero-before__head-bottom p svg.icon-ios {
        margin-top: 1px
    }

    .single-match-hero-before__head-bottom p img.icon-geo, .single-match-hero-before__head-bottom p svg.icon-geo {
        left: -3px;
        top: -1px
    }

    .single-match-hero-before__head-bottom p:nth-child(4) {
        display: none
    }

    .single-match-hero-before__head-bottom .geo-bottom {
        display: block !important;
        text-align: center
    }

    .single-match-hero-before__head-point {
        display: none !important
    }

    .single-match-hero-before__main-body {
        gap: 24px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-match-hero-before__main-item {
        gap: 4px;
        position: static;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0
    }

    .single-match-hero-before__main-item, .single-match-hero-before__main-item_reverse {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-match-hero-before__main-item-content {
        min-width: 100px;
        padding-top: 0
    }

    .single-match-hero-before__main-item-content-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-match-hero-before__main-item-content-top p:first-child {
        font-size: 24px;
        margin-bottom: 2px
    }

    .single-match-hero-before__main-item-content-top p:last-child {
        font-size: 14px
    }

    .single-match-hero-before__main-item-content-bottom {
        padding-left: 8px;
        padding-top: 8px
    }

    .single-match-hero-before__main-item-player {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 6px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .single-match-hero-before__main-item-player-name {
        font-size: 14px;
        max-width: none
    }

    .single-match-hero-before__main-item-logo {
        height: 100px;
        margin: auto;
        width: 100px
    }

    .single-match-hero-before__main-item-logo img {
        max-width: 100px
    }

    .single-match-hero-before__main-data {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: none;
        border: 1px solid transparent;
        padding: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-match-hero-before__main-bottom, .single-match-hero-before__main-data-text {
        display: none
    }

    .single-match-hero-before__main-geo-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 400px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        justify-content: center;
        row-gap: 4px
    }

    .single-match-hero-before__main-geo-bottom p {
        font-size: 16px;
        gap: 6px
    }

    .single-match-hero-before__footer {
        bottom: auto;
        left: auto;
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .single-match-tabs__tabs-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
        padding: 0 10px 26px;
        position: relative;
        scrollbar-width: none;
        z-index: 1;
        -ms-overflow-style: none
    }

    .single-match-tabs__tabs-buttons::-webkit-scrollbar {
        display: none
    }

    .single-match-tabs__tabs-button {
        border: none;
        display: block;
        font-size: 32px;
        padding: 11px
    }

    .single-match-tabs__tabs-button_active {
        background-color: #00000000
    }

    .single-match-tabs__tabs-button {
        border-bottom: 2px solid transparent;
        color: hsla(0, 0%, 100%, .7);
        cursor: pointer;
        font-family: Bebas Neue Cyrillic;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 12px 24px;
        text-transform: uppercase;
        -webkit-transition: border .2s;
        transition: border .2s;
        width: auto;
        text-wrap: nowrap
    }

    .single-match-tabs__tabs-button_active {
        border-bottom: 2px solid #008a0e;
        color: #fff;
        opacity: 1 !important
    }

    .single-match-structure {
        display: none
    }

    .single-match-structure_active {
        display: block
    }

    .single-match-structure__title {
        display: none
    }

    .single-match-structure__grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .single-match-structure__tabs-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .single-match-structure__tabs-button {
        border: none;
        border-bottom: 2px solid transparent;
        color: hsla(0, 0%, 100%, .7);
        cursor: pointer;
        display: block;
        font-family: Bebas Neue Cyrillic;
        font-size: 32px;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 11px;
        padding: 12px 24px;
        text-transform: uppercase;
        -webkit-transition: border .2s;
        transition: border .2s;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        text-wrap: nowrap
    }

    .single-match-structure__tabs-button_active {
        background-color: #00000000;
        border-bottom: 2px solid #008a0e;
        color: #fff
    }

    .single-match-structure__item {
        display: none
    }

    .single-match-structure__item_active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .single-match-structure__item-title {
        display: none
    }

    .single-match-structure__cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .single-match-structure__cart-avatar_coach {
        border-radius: 8px;
        max-height: 84px;
        max-width: 60px;
        min-height: 84px;
        min-width: 60px
    }

    .single-match-structure__cart-avatar_coach img {
        border-radius: 8px
    }

    .single-match-structure__cart-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .single-match-structure__cart-top_coach {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .news-cards-biography-matches a {
        width: 100%
    }

    .news-cards-biography-matches {
        display: none
    }

    .news-cards-biography-matches_active {
        display: block;
        padding: 0
    }

    .news-cards-biography-matches__title {
        display: none;
        font-size: 44px
    }

    .news-cards-biography-matches__slider-wrapper {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .news-cards-biography-matches__card {
        margin-right: 0;
        min-height: 313px;
        width: 100% !important
    }

    .single-match-photo {
        display: none
    }

    .single-match-photo_active {
        display: block;
        padding: 0
    }

    .single-match-photo__title {
        display: none;
        font-size: 44px
    }

    .single-match-photo__slider_mr-0 {
        margin-right: 0
    }

    .single-match-photo__slider-wrapper_fd-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .single-match-photo__card {
        margin-right: 0;
        min-height: 500px;
        width: 332px
    }

    .single-match-photo__card_w-100 {
        width: 100%
    }

    .single-match-video {
        display: none
    }

    .single-match-video_active {
        display: block;
        padding: 0
    }

    .single-match-video__title {
        display: none;
        font-size: 44px
    }

    .single-match-video__slider-wrapper {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .single-match-video__card {
        margin-right: 0;
        min-height: 362px;
        width: 100% !important
    }

    .single-match-video__post {
        width: 100%
    }

    .partnership-hero {
        height: 483px
    }

    .partnership-hero__promo-holder {
        margin-bottom: 40px;
        margin-top: 80px
    }

    .partnership-hero__title {
        font-size: 44px;
        margin-bottom: 25px;
        max-width: 355px
    }

    .partnership-hero__tabs-holder {
        margin-top: 68px
    }

    .partnership-hero__tab_active {
        border-bottom: 2px solid #008a0e
    }

    .partnership-hero__tab {
        font-size: 24px;
        padding: 10px
    }

    .partnership-tabs__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .partnership-tabs__card {
        height: auto;
        margin-bottom: 10px;
        padding: 24px
    }

    .partnership-tabs__card-title {
        font-size: 44px;
        margin-bottom: 20px
    }

    .partnership-tabs__card-text {
        font-size: 20px
    }

    .partnership-tabs__card-subtext {
        font-size: 16px
    }

    .partnership-tabs__card-image {
        max-width: 20px;
        right: 24px;
        top: 24px
    }

    .partnership-tabs__card-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        height: auto;
        justify-content: flex-start
    }

    .partnership-history {
        margin-top: 80px
    }

    .partnership-history__wrapper {
        height: auto
    }

    .partnership-history__image {
        width: 100%
    }

    .partnership-history__texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 60%;
        padding: 16px 24px
    }

    .partnership-club__title {
        font-size: 44px;
        margin-bottom: 20px
    }

    .partnership-club__items {
        justify-items: center
    }

    .partnership-club__item {
        height: 112px;
        padding: 24px
    }

    .partnership-club__item-title span svg {
        top: 0;
        width: 12px
    }

    .partnership-club__item-title {
        font-size: 32px
    }

    .home-stadion {
        height: 488px;
        margin-bottom: 80px;
        margin-top: 80px;
        overflow: hidden
    }

    .home-stadion__title {
        font-size: 32px;
        margin-bottom: 16px
    }

    .home-stadion__subtitle {
        font-size: 16px
    }

    .partnership-value__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .partnership-value__item-text {
        font-size: 20px;
        line-height: 116%;
        max-width: 100%
    }

    .partnership-became__label span {
        display: inline-block
    }

    .partnership-sponsors__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reviews-previous-matches {
        display: none;
        padding: 0
    }

    .reviews-previous-matches_active {
        display: block
    }

    .reviews-previous-matches__title {
        display: none
    }

    .reviews-previous-matches__contain {
        width: 322px
    }

    .stop-scroll {
        padding-right: 0
    }

    .stop-scroll .header {
        width: 100%
    }
}

@media (max-width: 599px) {
    .burger-menu__card_shop, .burger-menu__card_tickets {
        display: block
    }

    .burger-menu {
        background-color: #111
    }

    .burger-menu__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        height: 100%;
        padding-bottom: 0
    }

    .burger-menu__card {
        background-color: inherit;
        cursor: pointer;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding: 0 25px 0 20px;
        position: relative;
        width: 100%
    }

    .burger-menu__card-active {
        color: var(--white-30, hsla(0, 0%, 100%, .3));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .burger-menu__card-active .burger-menu__arrow-next {
        display: none
    }

    .burger-menu__card-active .burger-menu__arrow-previous {
        display: block
    }

    .burger-menu__background {
        display: none
    }

    .burger-menu__card-heading {
        margin: 0;
        padding-bottom: 20px;
        position: relative
    }

    .burger-menu__card-heading:after {
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 11
    }

    .burger-menu__arrow-previous {
        margin-right: 8px
    }

    .burger-menu__card-title {
        line-height: 100%;
        margin-right: auto
    }

    .burger-menu__arrow-next {
        display: block
    }

    .burger-menu__links {
        left: 0;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .burger-menu__links_active {
        background-color: #111;
        min-height: 600px;
        padding-left: 15px;
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: -webkit-transform .4s ease-in-out;
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
        z-index: 11
    }

    .burger-menu__link {
        font-size: 32px;
        opacity: 1;
        width: 100%
    }

    .burger-menu__social-wrap {
        bottom: 0;
        min-height: 77px;
        position: absolute;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-top: 1px solid hsla(0, 0%, 100%, .2)
    }

    .burger-menu__social-list, .burger-menu__social-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .burger-menu__social-list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 120px
    }

    .burger-menu .hide {
        display: none
    }

    .burger-menu__card:hover .burger-menu__background, .burger-menu__card:hover .burger-menu__background-after {
        opacity: 0
    }

    .header__active {
        background: #000
    }

    .header__burger-wrapper_active {
        background-color: #111
    }

    .header__burger-wrapper_active ~ .header__titles {
        display: none
    }

    .header__burger {
        width: 25px
    }

    .header__burger-button_active:before {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg)
    }

    .header__burger-button_active:after {
        -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
        transform: rotate(-40deg)
    }

    .header__titles {
        left: 0;
        margin: 0 auto;
        opacity: 0;
        position: absolute;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        z-index: -99;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__titles, .header__titles_active {
        -webkit-transition: opacity .3s ease-in-out, top .1s ease-in-out;
        transition: opacity .3s ease-in-out, top .1s ease-in-out
    }

    .header__titles_active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        min-height: 230px;
        opacity: 1;
        top: 155px;
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .header__titles_active.header__titles_active-noHome {
        display: none
    }

    .header__titles_cards {
        min-height: 0;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out, top .5s ease-in-out;
        transition: opacity .3s ease-in-out, top .5s ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: -99
    }

    .header__title {
        font-size: 42px;
        margin: 0 0 10px
    }

    .header__title:last-child {
        margin-bottom: 0
    }

    .header__title_hidden {
        display: block
    }

    .header__partners {
        display: none
    }

    .header-button {
        width: 35px
    }

    .header__search-link {
        display: none
    }

    .header__search-close {
        width: 65px
    }

    .header__search-submit {
        padding: 0 23px
    }

    .header__search-submit span {
        display: none
    }

    .header__container {
        padding: 0 10px
    }

    .header__search-top {
        min-height: 68px
    }

    .header__search-error {
        padding: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header__search-menu {
        padding: 6px 16px
    }

    .header__search-menu-left {
        display: none;
        font-size: 16px
    }

    .header__search-menu-left.desktop-none {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__search-menu-right {
        gap: 16px
    }

    .header__search-result {
        padding-left: 0
    }

    .header__search-result-title {
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%
    }

    .header__search-result-text {
        color: #fff;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .header__search-link {
        padding-left: 0
    }

    .header__search-input::-webkit-input-placeholder {
        font-size: 16px
    }

    .header__search-input::-moz-placeholder {
        font-size: 16px
    }

    .header__search-input:-ms-input-placeholder {
        font-size: 16px
    }

    .header__search-input::-ms-input-placeholder {
        font-size: 16px
    }

    .header__search-input::placeholder {
        font-size: 16px
    }

    .header__search-close {
        min-width: 65px;
        padding: 0 12px
    }

    .hero__background, .hero__video-wrapper {
        overflow: visible
    }

    .hero {
        min-height: 510px
    }

    .hero__wrapper {
        height: 180%
    }

    .news-cards {
        padding-bottom: 40px
    }

    .news-cards__wrapper {
        margin-bottom: 36px
    }

    .news-cards__card {
        margin-right: 12px;
        min-height: 382px;
        padding: 24px 12px;
        width: 271px
    }

    .news-cards__card-text {
        font-size: 16px
    }

    .news-cards__button {
        max-width: 100%
    }

    .matches__tabs {
        overflow: auto
    }

    .matches__tab {
        font-size: 24px;
        padding: 12px 10px
    }

    .matches__wrapper {
        margin-right: 0
    }

    .matches__no-matches {
        height: 357px;
        padding: 32px
    }

    .matches__title {
        font-family: Bebas Neue Cyrillic;
        font-size: 44px;
        font-weight: 400;
        line-height: 100%
    }

    .matches__subtitle, .matches__title {
        color: var(--white-100, #fff);
        font-style: normal;
        text-align: center;
        text-transform: uppercase
    }

    .matches__subtitle {
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        line-height: 120%
    }

    .matches__background_visible img:last-child {
        display: block
    }

    .matches__background_visible img:first-child {
        display: none
    }

    .matches__text {
        padding-bottom: 4px
    }

    .matches__text_locate {
        padding-top: 0
    }

    .matches__account {
        margin-bottom: -6px;
        padding-top: 8px
    }

    .matches__bet-box {
        max-width: 286px;
        top: 331px
    }

    .matches__status-link {
        max-width: 286px;
        top: 416px
    }

    .matches__about-link {
        margin-bottom: -2px;
        max-width: none
    }

    .matches__border {
        max-width: 286px;
        top: 481px
    }

    .matches {
        padding: 60px 0
    }

    .matches__card {
        min-height: 562px;
        width: 318px
    }

    .matches__card-top {
        font-size: 16px;
        margin-bottom: 19px
    }

    .matches__logos {
        margin-bottom: 22px;
        top: 60px
    }

    .matches__info-box {
        margin-bottom: auto;
        top: 200px
    }

    .matches__link {
        display: none;
        font-size: 14px
    }

    .matches__cards-control {
        display: none
    }

    .standings__button .tickets__top-title {
        font-size: 32px
    }

    .standings__chart {
        height: 600px;
        min-width: 800px;
        padding: 8px
    }

    .standings__chart-arrow {
        cursor: pointer;
        display: block;
        height: 40px;
        left: 20px;
        position: absolute;
        top: 610px;
        width: 40px
    }

    .standings__chart-arrow_right {
        left: auto;
        right: 20px
    }

    .standings .customTooltip {
        left: 0 !important;
        padding: 32px 24px;
        position: relative;
        top: 0 !important;
        width: 100%
    }

    .standings .customTooltip__title {
        font-size: 24px
    }

    .standings .customTooltip__desc {
        font-size: 14px
    }

    .standings .customTooltip__number, .standings .customTooltip__tape {
        padding: 13.5px 8px
    }

    .standings {
        padding: 60px 0
    }

    .standings__buttons {
        margin-bottom: 44px
    }

    .standings__button {
        font-size: 32px
    }

    .standings__selections {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .standings__selection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 16px
    }

    .standings__table {
        border-collapse: collapse;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%
    }

    .standings__column {
        background: hsla(0, 0%, 100%, .07);
        width: 100px
    }

    .standings__column img {
        display: inline
    }

    .standings__column:first-child {
        height: 50px;
        width: 45px
    }

    .standings__column:nth-child(2) {
        padding-left: 14px;
        text-align: left;
        width: 360px
    }

    .standings__cell {
        font-size: 16px;
        font-weight: 500
    }

    .standings__cell img {
        display: inline
    }

    .standings__cell span {
        vertical-align: super
    }

    .tickets__top-title {
        font-size: 44px
    }

    .tickets__text {
        padding-bottom: 4px
    }

    .tickets__text_locate {
        padding-top: 0
    }

    .tickets__account {
        margin-bottom: -6px;
        padding-top: 8px
    }

    .tickets__border, .tickets__program-link {
        margin-bottom: 16px
    }

    .tickets {
        padding: 60px 0
    }

    .tickets__card {
        border-radius: 30px;
        min-height: 540px;
        padding: 24px;
        width: 318px
    }

    .tickets__card-top {
        margin-bottom: 19px
    }

    .tickets__logos {
        margin-bottom: 22px
    }

    .tickets__info-box {
        margin-bottom: auto;
        max-width: 288px
    }

    .crew__title {
        color: #fff;
        font-family: Bebas Neue Cyrillic;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase
    }

    .crew__img {
        -o-object-position: center;
        object-position: center;
        width: 302px;
    }

    .crew__card-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .crew__black {
        width: 100%
    }

    .crew__all-link {
        font-size: 14px
    }

    .crew__card-number {
        font-size: 120px;
        line-height: 100%
    }

    .crew__card-name {
        margin-bottom: 20px
    }

    .crew__card-counter {
        font-size: 24px
    }

    .crew__card-profile {
        min-height: 354px;
        width: 100%
    }

    .store {
        padding: 60px 0
    }

    .store__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-left {
        max-width: 210px
    }

    .store__card {
        max-width: 375px;
        min-width: 375px;
    }

    .store__card-top {
        width: 100%;
        max-width: 430px;
    }

    .store__slider-control {
        margin-bottom: 24px
    }

    .store__link {
        position: static;
        -ms-flex-item-align: center;
        align-self: center
    }

    .abvert {
        padding: 60px 0
    }

    .abvert__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .abvert__card {
        min-height: 489px;
        padding: 100px 20px
    }

    .abvert__card_blur {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 0 10px;
        padding: 35px 20px 40px
    }

    .abvert__card_blur:after {
        right: 88px;
        top: 19.721px
    }

    .abvert__card-title {
        margin: 0 0 36px;
        max-width: 217px
    }

    .abvert__card_blur .abvert__card-title {
        font-size: 42px
    }

    .abvert__card-left {
        min-height: auto;
        padding: 0
    }

    .abvert__text {
        margin-bottom: 14px
    }

    .abvert__card-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 35px
    }

    .progress__card-icon img {
        max-height: 93.671px
    }

    .progress {
        padding: 60px 0
    }

    .progress__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .fans {
        background-image: none;
        min-height: auto;
        overflow: hidden;
        padding: 60px 0
    }

    .fans__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        -o-object-fit: fill;
        object-fit: fill;
        overflow: inherit;
        padding: 0
    }

    .fans__slider {
        right: 0
    }

    .fans__card {
        width: 318px
    }

    .fans__title {
        margin: 0 0 40px
    }

    .fans__card-title {
        margin-bottom: 8px
    }

    .fans__text {
        opacity: .7
    }

    .fans__slider-control {
        display: none
    }

    .partners {
        padding: 60px 0
    }

    .partners__wrapper {
        gap: 42px;
        margin: 0;
        min-height: 528px
    }

    .slider__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .slider__card:not(:last-child), .slider__wrapper {
        margin-right: 0
    }

    .slider__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        margin-right: 0
    }

    .slider__title {
        font-size: 44px
    }

    .slider {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .slider__title {
        margin-bottom: 40px;
        margin-right: 0
    }

    .slider__control {
        display: none
    }

    .footer__container {
        padding: 0 10px
    }

    .footer__social-itm {
        margin-bottom: 0;
        margin-right: 24px
    }

    .footer__bottom {
        margin-top: 0
    }

    .footer {
        padding: 60px 0
    }

    .footer__wrapper {
        gap: 44px;
        top: 0
    }

    .footer__lists, .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__list-wrap:not(:last-child) {
        margin-bottom: 44px
    }

    .footer__title {
        font-size: 24px
    }

    .footer__social-lst {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 120px;
        min-height: 24px;
        width: 100%
    }

    .footer__bottom {
        bottom: auto;
        padding-top: 24px;
        position: relative
    }

    .accreditation__wrapper {
        padding: 88px 0 80px
    }

    .accreditation__title {
        max-width: 200px
    }

    .accreditation__texts {
        margin-bottom: 0
    }

    .accreditation__img-content {
        height: 535px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .accreditation__accordion-item-texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .accreditation__accordion-files {
        margin-bottom: 32px;
        margin-right: 0;
        padding: 8px;
        width: 100%
    }

    .accreditation__accordion-item-size {
        margin-left: 0
    }

    .contacts-hero, .contacts-hero__background {
        height: 771px
    }

    .contacts-hero__background-image {
        -o-object-position: 40%;
        object-position: 40%
    }

    .contacts__title {
        margin-bottom: 100px
    }

    .contacts__map-address {
        margin-bottom: 60px;
        margin-right: 0;
        max-width: 100%;
        padding: 0
    }

    .contacts__accordion-control {
        padding: 20px 0
    }

    .contacts__accordion-content {
        padding-top: 0
    }

    .teams__image-wrapper {
        height: 517px
    }

    .teams__top {
        margin-bottom: 60px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .teams__title {
        font-size: 40px;
        line-height: 100%
    }

    .teams__tabs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        background: none;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: auto
    }

    .teams__tabs-list::-webkit-scrollbar {
        height: 0
    }

    .teams__tabs-list:after {
        background: none
    }

    .teams__tabs-button {
        color: hsla(0, 0%, 100%, .7);
        cursor: pointer;
        font-family: Bebas Neue Cyrillic;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase;
        -webkit-transition: border .2s;
        transition: border .2s;
        text-wrap: nowrap;
        border: none;
        border-bottom: 4px solid transparent;
        font-size: 24px;
        padding: 12px 10px
    }

    .teams__tabs-button_active {
        background: none;
        border-bottom: 4px solid #008a0e;
        color: #fff;
        opacity: 1 !important
    }

    .teams__members {
        padding: 60px 0
    }

    .teams__members-title {
        color: var(--white-30, hsla(0, 0%, 100%, .3));
        font-family: Bebas Neue Cyrillic;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .teams__players {
        padding: 0 0 60px
    }

    .teams__players-image {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        height: 66%;
        width: 66%
    }

    .teams__players-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-template-columns: auto;
        grid-template-rows: 1fr;
        margin-top: 0
    }

    .teams__players-item {
        max-width: none;
        width: 100%
    }

    .teams__players-content {
        padding: 0
    }

    .teams__players-buttons {
        bottom: 0
    }

    .teams__coach {
        border: none
    }

    .teams__coach-left, .teams__coach-right {
        min-height: 365px
    }

    .teams__coach-left {
        width: 100%
    }

    .teams__coach-subtitle {
        color: var(--white-100, #fff);
        font-size: 32px
    }

    .teams__coaches {
        gap: 20px;
        grid-template-columns: 1fr;
        padding-top: 40px
    }

    .fans-slider {
        background-image: none;
        min-height: auto;
        overflow: hidden;
        padding: 60px 0
    }

    .fans-slider__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        -o-object-fit: fill;
        object-fit: fill;
        overflow: inherit;
        padding: 0
    }

    .fans-slider__swiper {
        right: 0
    }

    .fans-slider__card {
        width: 318px
    }

    .fans-slider__title {
        margin: 0 0 40px
    }

    .fans-slider__card-subtitle {
        margin-bottom: 8px
    }

    .fans-slider__control {
        display: none
    }

    .staff-bio__wrapper {
        padding: 60px 0
    }

    .staff-bio__wrapper:after {
        bottom: 60px;
        bottom: 20px;
        width: 100%
    }

    .staff-bio__content, .staff-bio__picture {
        height: 400px
    }

    .staff-bio__content {
        height: auto
    }

    .staff-bio__content-bottom {
        padding-bottom: 0
    }

    .staff-bio__title {
        font-size: 44px;
        margin-bottom: 0
    }

    .staff-bio__info {
        color: var(--white-60, hsla(0, 0%, 100%, .6));
        font-family: Bebas Neue Cyrillic;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase
    }

    .staff-bio__list {
        border-bottom: 1px solid #ffffffb3;
        margin-bottom: 30px;
        padding: 30px 0 20px
    }

    .staff-bio__list_no-text {
        margin-bottom: 0
    }

    .staff-bio__item {
        border-bottom: 1px solid #00000000;
        gap: 10px;
        padding: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .staff-bio__item-text {
        color: var(--white-100, #fff);
        font-family: Bebas Neue Cyrillic;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: uppercase
    }

    .staff-bio__item-text svg {
        height: 15px;
        width: 21px
    }

    .staff-bio__text {
        color: #fff;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%
    }

    .staff-tabs {
        padding-bottom: 40px
    }

    .career__list-left {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .career__list-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .career__list-item .career__text {
        display: none
    }

    .achievements__description {
        font-size: 16px;
        line-height: 140%
    }

    .news-slider {
        padding: 60px 0
    }

    .news-slider__title {
        font-size: 44px
    }

    .news-slider__swiper {
        margin-right: 0
    }

    .news-slider__link {
        margin: 0 auto;
        padding: 16px 44px;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content
    }

    .coaches-slider, .gallery-tabs {
        padding: 60px 0
    }

    .coaches-grid__grid {
        grid-template-columns: repeat(1, 1fr) !important
    }

    .player-hero__image {
        -o-object-position: 50%;
        object-position: 50%
    }

    .player-hero__subtitle {
        font-size: 32px
    }

    .player-hero__title {
        color: #fff;
        font-size: 64px
    }

    .player-bio {
        padding: 60px 0
    }

    .player-bio__left-content_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto
    }

    .player-bio__left-text, .player-bio__left-text_grey {
        font-size: 20px
    }

    .player-bio__right_mobile {
        display: none
    }

    .player-bio__text {
        font-size: 32px
    }

    .player-bio__content-text {
        font-size: 16px
    }

    .player-bio__title {
        font-size: 32px
    }

    .player-bio__specifications {
        display: none
    }

    .player-bio__specifications-item-value img {
        max-height: 15px;
        max-width: 21px
    }

    .players-slider__top-link {
        display: none
    }

    .players-slider__title {
        font-size: 44px
    }

    .players-slider__link {
        background: #fff;
        color: #000;
        cursor: pointer;
        display: block;
        font-weight: 500;
        line-height: 100%;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        -ms-flex-item-align: center;
        align-self: center;
        margin: 32px auto 0;
        padding: 16px 44px;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        text-wrap: nowrap
    }

    .media-section-news__background, .media-section-photo__background, .media-section-video__background, .media__background {
        height: 244px
    }

    .media-section-news__title, .media-section-photo__title, .media-section-video__title, .media__title {
        color: #fff;
        font-family: Bebas Neue Cyrillic;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding-top: 30px;
        text-transform: uppercase
    }

    .media-section-news__news-slider-card-title, .media-section-photo__news-slider-card-title, .media-section-video__news-slider-card-title, .media__news-slider-card-title {
        margin-bottom: 20px
    }

    .news-grid__posts {
        grid-template-columns: repeat(2, 1fr)
    }

    .news-grid__post {
        border-radius: 20px
    }

    .news-grid__post_middle, .news-grid__post_small {
        grid-row: span 3
    }

    .news-grid__post_big {
        grid-column: span 2;
        grid-row: span 3
    }

    .news-grid__post_big .news-grid__post-text {
        font-size: 17px;
        line-height: 140%
    }

    .news-grid__post-background:after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(24.59%, rgba(0, 0, 0, 0)), color-stop(47.55%, rgba(0, 0, 0, .5)), color-stop(60.74%, rgba(0, 0, 0, .57)), color-stop(72.8%, rgba(0, 0, 0, .66)), color-stop(83.73%, rgba(0, 0, 0, .75)), color-stop(99.82%, rgba(0, 0, 0, .8)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.59%, rgba(0, 0, 0, .5) 47.55%, rgba(0, 0, 0, .57) 60.74%, rgba(0, 0, 0, .66) 72.8%, rgba(0, 0, 0, .75) 83.73%, rgba(0, 0, 0, .8) 99.82%)
    }

    .news-grid__post-content {
        padding: 10px
    }

    .news-grid__post-text {
        font-size: 16px;
        line-height: 140%
    }

    .photo-grid__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }

    .photo-grid__post {
        margin-bottom: 0;
        min-height: auto;
        width: calc(50% - 5px)
    }

    .photo-grid__post:nth-child(12n):nth-child(12n), .photo-grid__post:nth-child(12n):nth-child(3), .photo-grid__post:nth-child(12n):nth-child(31n), .photo-grid__post:nth-child(12n):nth-child(3n), .photo-grid__post:nth-child(3):nth-child(12n), .photo-grid__post:nth-child(3):nth-child(3), .photo-grid__post:nth-child(3):nth-child(31n), .photo-grid__post:nth-child(3):nth-child(3n), .photo-grid__post:nth-child(30n):nth-child(12n), .photo-grid__post:nth-child(30n):nth-child(3), .photo-grid__post:nth-child(30n):nth-child(31n), .photo-grid__post:nth-child(30n):nth-child(3n), .photo-grid__post:nth-child(3n):nth-child(12n), .photo-grid__post:nth-child(3n):nth-child(3), .photo-grid__post:nth-child(3n):nth-child(31n), .photo-grid__post:nth-child(3n):nth-child(3n) {
        width: 100% !important
    }

    .photo-grid__post:nth-child(12n) .photo-grid__post-gallery, .photo-grid__post:nth-child(3) .photo-grid__post-gallery, .photo-grid__post:nth-child(30n) .photo-grid__post-gallery, .photo-grid__post:nth-child(3n) .photo-grid__post-gallery {
        bottom: 38px;
        right: 35px
    }

    .photo-grid__post:nth-child(12n) .photo-grid__post-content, .photo-grid__post:nth-child(3) .photo-grid__post-content, .photo-grid__post:nth-child(30n) .photo-grid__post-content, .photo-grid__post:nth-child(3n) .photo-grid__post-content {
        max-width: 81%
    }

    .photo-grid__post-background {
        min-height: 200px
    }

    .photo-grid__post-background:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6))
    }

    .photo-grid__post-img {
        min-height: 200px
    }

    .photo-grid__post-title {
        color: var(--white-100, #fff);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%
    }

    .video-grid__post {
        border-radius: 16px;
        grid-column: span 2;
        min-height: 454px
    }

    .video-grid__post-content {
        padding: 10px
    }

    .video-grid__post-title {
        color: var(--white-100, #fff);
        display: -webkit-box;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .news-cards-media {
        padding: 60px 0
    }

    .news-cards-media__slider-wrapper, .news-cards-media__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-cards-media__slider-wrapper {
        gap: 10px
    }

    .news-cards-media__card {
        margin-right: 0;
        min-height: 300px;
        padding: 24px;
        width: 100%
    }

    .news-cards-media__card-text {
        font-size: 18px
    }

    .news-cards-media__card-subtext {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 16px
    }

    .news-cards-media__control {
        display: none
    }

    .news-cards-media__button {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        background: #fff;
        color: #000;
        cursor: pointer;
        font-weight: 500;
        line-height: 100%;
        max-width: 300px;
        padding: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .history-tabs__chronicle-card-title {
        width: auto;
        text-wrap: wrap
    }

    .history-tabs__achievements-card-icon {
        max-height: 20px;
        max-width: 20px;
        min-height: 20px;
        min-width: 20px
    }

    .history-tabs__top {
        min-height: 330px
    }

    .administration-hero__title {
        font-size: 60px
    }

    .administration-hero__gradient {
        bottom: 120px;
        left: 120px
    }

    .biography-person__image-block {
        height: 493px
    }

    .biography-person__image-block img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .biography-person__info, .biography-person__info p {
        font-size: 16px
    }

    .news-cards-biography {
        padding: 60px 0
    }

    .news-cards-biography__wrapper {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-cards-biography__slider-wrapper, .news-cards-biography__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

    .news-cards-biography__slider-wrapper {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .news-cards-biography__card {
        margin-right: 0;
        min-height: 520px;
        padding: 24px;
        width: 100%
    }

    .news-cards-biography__card-text {
        font-size: 18px
    }

    .news-cards-biography__card-subtext {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 16px
    }

    .news-cards-biography__control {
        display: none
    }

    .news-cards-biography__button {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        background: #fff;
        color: #000;
        cursor: pointer;
        font-weight: 500;
        line-height: 100%;
        max-width: 300px;
        padding: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .news-cards-biography-media__slider-wrapper {
        margin-bottom: 0
    }

    .news-cards-biography-media__tab {
        padding: 12px 65px
    }

    .news-cards-biography-media__slider-wrapper-video {
        width: 330px !important
    }

    .news-cards-biography-media__card-video {
        gap: 0 !important;
        width: 330px
    }

    .news-cards-biography-media {
        padding: 60px 0
    }

    .news-cards-biography-media__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-cards-biography-media__slider {
        margin-right: 0
    }

    .news-cards-biography-media__slider-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .news-cards-biography-media__card {
        margin-right: 0;
        min-height: 520px;
        padding: 24px;
        width: 100%
    }

    .news-cards-biography-media__card-text {
        font-size: 18px
    }

    .news-cards-biography-media__card-subtext {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 16px
    }

    .news-cards-biography-media__control {
        display: none
    }

    .news-cards-biography-media__button {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        background: #fff;
        color: #000;
        cursor: pointer;
        font-weight: 500;
        line-height: 100%;
        max-width: 300px;
        padding: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .gallery-sliders__slider-main-slide {
        padding: 84px 10px
    }

    .gallery-sliders__slider-main-slide-text {
        display: -webkit-box;
        display: none;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90%;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .gallery-sliders__slider-main__buttons {
        width: calc(100% - 20px)
    }

    .promo-matches {
        padding: 150px 0 200px
    }

    .promo-matches__background {
        height: 409px
    }

    .promo-matches__title {
        font-size: 60px
    }

    .advert-matches {
        padding: 60px 0
    }

    .advert-matches__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .advert-matches__card {
        min-height: 489px;
        padding: 100px 20px
    }

    .advert-matches__card_blur {
        margin: 0 0 10px;
        padding: 35px 20px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .advert-matches__card_blur:after {
        right: 88px;
        top: 19.721px
    }

    .advert-matches__card-title {
        margin: 0 0 36px;
        max-width: 217px
    }

    .advert-matches__card_blur .advert-matches__card-title {
        font-size: 42px
    }

    .advert-matches__card-left {
        min-height: auto;
        padding: 0
    }

    .advert-matches__text {
        margin-bottom: 14px
    }

    .advert-matches__card-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .calendar__button.calendar__button, .calendar__button_page-matches {
        padding: 12px 24px
    }

    .calendar__no-calendar {
        padding: 32px
    }

    .calendar__title {
        font-family: Bebas Neue Cyrillic;
        font-size: 44px;
        line-height: 100%;
        text-transform: uppercase
    }

    .calendar__subtitle, .calendar__title {
        color: var(--white-100, #fff);
        font-style: normal;
        font-weight: 400
    }

    .calendar__subtitle {
        font-family: Inter;
        font-size: 16px;
        line-height: 120%
    }

    .calendar__selections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px
    }

    .calendar__selection {
        font-size: 16px
    }

    .calendar__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 60px;
        height: auto
    }

    .calendar__logo-left {
        max-width: 140px
    }

    .calendar__logo-left img, .calendar__logo-right img {
        max-height: 140px;
        max-width: 140px;
        min-height: 140px;
        min-width: 140px
    }

    .calendar__text {
        padding-bottom: 4px
    }

    .calendar__text_locate {
        font-size: 16px;
        padding-top: 0
    }

    .calendar__info-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .calendar__account {
        margin-bottom: -6px;
        padding-top: 8px
    }

    .calendar__background img:first-child {
        display: none
    }

    .calendar__card:hover .calendar__img {
        display: block !important;
    }

    .album-hero__subtile {
        max-width: 233px !important
    }

    .album-hero__social-item {
        height: 30px;
        width: 30px
    }

    .album-hero__social-item-img {
        height: 16px;
        width: 16px
    }

    .album-grid__grid {
        grid-auto-flow: dense;
        grid-auto-rows: auto;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .album-grid__post {
        border-radius: 14px;
        height: 243px
    }

    .album-grid__post_big {
        grid-column: span 2;
        height: 218px
    }

    .single-video-hero {
        gap: 10px
    }

    .single-video-hero__video-wrapper {
        padding-top: 72px !important
    }

    .single-video-hero__video {
        min-height: 212px
    }

    .single-video-hero__head-img {
        opacity: .6
    }

    .single-video-hero__intro, .single-video-hero__main {
        margin: 12px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px
    }

    .single-video-hero__intro-text, .single-video-hero__main-text {
        color: #fff;
        font-family: Bebas Neue Cyrillic;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        text-transform: uppercase
    }

    .single-video-hero__intro {
        bottom: 64px;
        left: 0;
        padding: 0 10px;
        position: absolute;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .single-video-hero__intro, .single-video-hero__intro-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-video-hero__intro-head {
        gap: 6px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .single-video-hero__footer, .single-video-hero__intro-footer {
        bottom: 64px;
        left: 0;
        padding: 0 10px;
        position: absolute;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-video-slider {
        padding-bottom: 60px;
        padding-top: 30px
    }

    .single-video-slider__slide-head {
        gap: 12px
    }

    .single-news-hero-hero__date {
        font-size: 14px
    }

    .single-news-hero-hero__title {
        font-size: 32px
    }

    .single-news-tabs {
        padding-left: 0
    }

    .single-news-tabs__social {
        padding-right: 0
    }

    .single-news-tabs__social-icon {
        height: 30px;
        max-height: 30px;
        max-width: 30px;
        width: 30px
    }

    .single-news-tabs__social-icon img {
        height: 16px;
        width: 16px
    }

    .single-news-info .block__black, .single-news-info__text {
        color: var(--black-100, #000);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%
    }

    .single-news-info .block__black_bool, .single-news-info__text_bool {
        font-weight: 700
    }

    .single-news-slider__slider {
        display: none
    }

    .single-news-slider__posts {
        display: grid;
        grid-auto-rows: 117px;
        padding-bottom: 12px;
        grid-gap: 8px;
        grid-template-columns: repeat(2, 1fr)
    }

    .single-news-slider__post {
        border-radius: 20px
    }

    .single-news-slider__post_middle, .single-news-slider__post_small {
        grid-row: span 3
    }

    .single-news-slider__post_big {
        grid-column: span 2;
        grid-row: span 3
    }

    .single-news-slider__post_big .news-grid__post-text {
        font-size: 17px;
        line-height: 140%
    }

    .single-news-slider__post-background:after {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(24.59%, rgba(0, 0, 0, 0)), color-stop(47.55%, rgba(0, 0, 0, .5)), color-stop(60.74%, rgba(0, 0, 0, .57)), color-stop(72.8%, rgba(0, 0, 0, .66)), color-stop(83.73%, rgba(0, 0, 0, .75)), color-stop(99.82%, rgba(0, 0, 0, .8)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.59%, rgba(0, 0, 0, .5) 47.55%, rgba(0, 0, 0, .57) 60.74%, rgba(0, 0, 0, .66) 72.8%, rgba(0, 0, 0, .75) 83.73%, rgba(0, 0, 0, .8) 99.82%)
    }

    .single-news-slider__post-content {
        padding: 10px
    }

    .single-news-slider__post-text {
        font-size: 16px;
        line-height: 140%
    }

    .single-news-slider__control {
        display: none
    }

    .fok-hero, .fok-hero__background {
        height: 771px
    }

    .fok-hero__background-image {
        -o-object-position: 40%;
        object-position: 40%
    }

    .fok-about__slider {
        padding-bottom: 36px
    }

    .fok-about__item {
        height: 220px;
        width: 333px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .fok-about__item-button {
        display: none
    }

    .fok-field__content-footer__title {
        font-size: 24px
    }

    .fok-field__slider {
        padding-bottom: 36px
    }

    .fok-field__item {
        height: 220px;
        width: 333px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .fok-field__item-button {
        display: none
    }

    .stadium-hero, .stadium-hero__background {
        height: 517px
    }

    .stadium-hero__background-image {
        -o-object-position: 0;
        object-position: 0
    }

    .stadium-news__title {
        font-size: 44px;
        max-width: 90%
    }

    .stadium-news {
        padding: 60px 0
    }

    .stadium-news__card {
        height: 500px;
        margin-right: 0;
        min-height: 300px;
        padding: 24px;
        width: 100%;
        width: 342px
    }

    .stadium-news__card-data {
        font-size: 16px;
        font-weight: 400
    }

    .stadium-news__card-data, .stadium-news__card-title {
        color: var(--white-100, #fff);
        font-family: Inter;
        font-style: normal;
        line-height: 120%
    }

    .stadium-news__card-title {
        font-size: 20px;
        font-weight: 700
    }

    .stadium-news__card-subtitle {
        color: var(--white-100, #fff);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal
    }

    .stadium-news__control {
        display: none
    }

    .stadium-news__button {
        background: #fff;
        color: #000;
        cursor: pointer;
        display: block;
        font-weight: 500;
        line-height: 100%;
        padding: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        -ms-flex-item-align: center;
        align-self: center
    }

    .stadium-history__title {
        font-size: 44px;
        margin-left: 0 !important;
        max-width: 70%
    }

    .stadium-matches__title {
        font-size: 44px;
        max-width: 90%
    }

    .stadium-matches__subtitle {
        color: var(--white-100, #fff);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase
    }

    .stadium-matches__background_visible img:first-child {
        display: none
    }

    .stadium-matches__background_visible img:last-child {
        display: block
    }

    .stadium-matches__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }

    .stadium-matches__logo-left img, .stadium-matches__logo-right img {
        max-width: 100px
    }

    .stadium-matches__text {
        padding-bottom: 4px
    }

    .stadium-matches__text_locate {
        padding-top: 0
    }

    .stadium-matches__account {
        margin-bottom: -6px;
        padding-top: 8px
    }

    .stadium-matches {
        padding: 60px 0
    }

    .stadium-matches__card {
        margin: 0;
        min-height: 480px;
        width: 100%
    }

    .stadium-matches__card-top {
        margin-bottom: 19px
    }

    .stadium-matches__logos {
        margin-bottom: 22px;
        top: 60px
    }

    .stadium-matches__info-box {
        margin-bottom: auto;
        top: 200px
    }

    .stadium-matches__link {
        display: none;
        font-size: 14px
    }

    .stadium-matches__cards-control {
        display: none
    }

    .academy-about__title {
        font-size: 44px
    }

    .academy-about__item-title {
        font-size: 20px
    }

    .academy-hero, .academy-hero__background {
        height: 550px
    }

    .academy-hero__background-image {
        -o-object-position: 40%;
        object-position: 40%
    }

    .academy-hero__btn {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .academy-grid {
        padding: 60px 0
    }

    .academy-grid__grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .academy-grid__item-container {
        padding: 32px 10px
    }

    .academy-media__card, .academy-news__card {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0);
        gap: 14px;
        padding-bottom: 0
    }

    .academy-slider {
        padding-top: 120px
    }

    .academy-slider__title {
        font-size: 44px
    }

    .academy-tabs__buttons {
        padding: 0
    }

    .academy-more-about__slide {
        height: 421px;
        width: 332px
    }

    .academy-more-about__slide-button {
        padding: 12px 44px;
        width: 100%
    }

    .academy-more-about__cards-control {
        display: none
    }

    .academy-coaches-grid__grid {
        gap: 20px;
        grid-template-columns: 1fr;
        padding-top: 40px
    }

    .crew-hero {
        height: 550px
    }

    .crew-hero__background {
        height: 500px
    }

    .crew-hero__background img:last-child {
        display: block
    }

    .crew-hero__background img {
        display: none
    }

    .crew-hero__background:after {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), color-stop(rgba(0, 0, 0, .4)), to(#000));
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .4), #000)
    }

    .crew-hero__btn {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .crew-teams__item-title {
        font-size: 44px
    }

    .crew-teams__players-item {
        max-width: 330px;
        min-height: 550px;
        min-width: 330px;
        padding: 20px
    }

    .crew-teams__players-content {
        left: 20px
    }

    .crew-teams .teams__players-image {
        height: 100%;
        min-height: auto;
        width: 100%
    }

    .crew-teams .teams__players-content {
        bottom: 20px;
        margin: 0 20px;
        padding: 20px
    }

    .crew-teams .teams__players-number {
        font-size: 63px
    }

    .staffs-hero, .staffs-hero__background {
        height: 550px
    }

    .staffs-hero__background img:last-child {
        display: block
    }

    .staffs-hero__background img {
        display: none
    }

    .staffs-hero__btn {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .tournament-tables-hero, .tournament-tables-hero__background {
        height: 500px
    }

    .tournament-tables-hero__background img:last-child {
        display: block
    }

    .tournament-tables-hero__background img {
        display: none
    }

    .tournament-tables-hero__btn {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .tournament-tables-grid {
        padding: 60px 0
    }

    .tournament-tables-grid__buttons {
        margin-bottom: 44px
    }

    .tournament-tables-grid__button {
        font-size: 32px
    }

    .tournament-tables-grid__selections {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tournament-tables-grid__selection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .tournament-tables-grid__table {
        border-collapse: collapse;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%
    }

    .tournament-tables-grid__column {
        background: hsla(0, 0%, 100%, .07);
        width: 100px
    }

    .tournament-tables-grid__column img {
        display: inline
    }

    .tournament-tables-grid__column:first-child {
        height: 50px;
        width: 45px
    }

    .tournament-tables-grid__column:nth-child(2) {
        padding-left: 14px;
        text-align: left;
        width: 360px
    }

    .tournament-tables-grid__cell {
        cursor: pointer;
        font-size: 16px;
        font-weight: 500
    }

    .tournament-tables-grid__cell img {
        display: inline
    }

    .tournament-tables-grid__cell span {
        vertical-align: super
    }

    .infrastructure-hero, .infrastructure-hero__background {
        height: 550px
    }

    .infrastructure-hero__background img:last-child {
        display: block
    }

    .infrastructure-hero__background img {
        display: none
    }

    .infrastructure-hero__btn {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .football-player-hero, .football-player-hero__background {
        height: 500px
    }

    .football-player-hero__background img:last-child {
        display: block
    }

    .football-player-hero__background img {
        display: none
    }

    .football-player-hero__btn {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .football-player-form__title {
        font-size: 44px
    }

    .modal-football-player__modal {
        max-width: 95%;
        padding: 84px 20px 40px
    }

    .modal-football-player__modal-image {
        margin-bottom: 40px
    }

    .contacts-academy-hero, .contacts-academy-hero__background {
        height: 550px
    }

    .contacts-academy-hero__background img:last-child {
        display: block
    }

    .contacts-academy-hero__background img {
        display: none
    }

    .contacts-academy-hero__btn {
        color: #000;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .contacts-academy-contacts__title {
        margin-bottom: 100px
    }

    .contacts-academy-contacts__map-address {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 100%;
        padding: 0
    }

    .contacts-academy-contacts__accordion-content {
        padding-top: 0
    }

    .single-match-hero {
        margin-bottom: 0
    }

    .single-match-hero, .single-match-hero__background {
        height: 100%;
        min-height: 550px
    }

    .single-match-hero__content {
        height: 100%;
        padding: 80px 0 0
    }

    .single-match-hero__head-bottom p:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-match-hero__head-bottom p:nth-child(5) img, .single-match-hero__head-bottom p:nth-child(5) svg {
        margin-top: 2px
    }

    .single-match-hero__head-bottom p img, .single-match-hero__head-bottom p svg {
        height: 100%;
        margin: 1px auto auto;
        max-height: 16px;
        max-width: 17px;
        min-height: 17px;
        min-width: 17px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .single-match-hero__main-top {
        font-size: 16px;
        height: 29px;
        height: auto;
        letter-spacing: .32px;
        line-height: 100%;
        min-width: 79px;
        padding: 8px 6px 6px
    }

    .single-match-hero__main-body {
        gap: inherit
    }

    .single-match-hero__main-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%
    }

    .single-match-hero__main-item-content {
        width: 100%
    }

    .single-match-hero__main-item-player {
        gap: 2px
    }

    .single-match-hero__main-item-player-number {
        font-size: 20px
    }

    .single-match-hero__main-number {
        font-size: 64px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        gap: 8px
    }

    .single-match-hero__footer {
        margin-bottom: 100px;
        width: 100%
    }

    .single-match-hero__bottom {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single-match-hero__bottom-item {
        width: 100%
    }

    .single-match-hero-live {
        height: 100%;
        min-height: 550px
    }

    .single-match-hero-live__background {
        height: 100%;
        min-height: 732px
    }

    .single-match-hero-live__background img:last-child {
        display: block
    }

    .single-match-hero-live__background img {
        display: none
    }

    .single-match-hero-live__content {
        height: 100%;
        padding: 80px 0 0
    }

    .single-match-hero-live .live-block {
        width: 100%
    }

    .single-match-hero-live .live-block-desc {
        max-width: 99px;
        text-align: left
    }

    .single-match-hero-live__head {
        padding-bottom: 38px
    }

    .single-match-hero-live__head-bottom p:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-match-hero-live__head-bottom p:nth-child(5) img, .single-match-hero-live__head-bottom p:nth-child(5) svg {
        margin-top: 2px
    }

    .single-match-hero-live__head-bottom p img, .single-match-hero-live__head-bottom p svg {
        height: 100%;
        max-height: 16px;
        max-width: 17px;
        min-height: 17px;
        min-width: 17px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 1px auto auto
    }

    .single-match-hero-live__main-top {
        height: 29px;
        height: auto;
        letter-spacing: .32px;
        line-height: 100%;
        min-width: 79px;
        padding: 8px 6px 6px
    }

    .single-match-hero-live__main-body {
        gap: inherit
    }

    .single-match-hero-live__main-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%
    }

    .single-match-hero-live__main-item-content {
        width: 100%
    }

    .single-match-hero-live__main-item-player {
        gap: 2px
    }

    .single-match-hero-live__main-item-player-number {
        font-size: 20px
    }

    .single-match-hero-live__main-number {
        font-size: 64px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
        flex: 1 0 25%;
        gap: 8px
    }

    .single-match-hero-live__footer {
        margin-bottom: 48px;
        width: 100%
    }

    .single-match-hero-live__bottom {
        width: 100%
    }

    .single-match-hero-live__bottom-head img {
        max-width: 113px
    }

    .single-match-hero-live__bottom-point {
        font-size: 14px
    }

    .single-match-hero-before {
        height: 100%;
        margin-bottom: 0;
        min-height: 550px
    }

    .single-match-hero-before__background {
        height: 100%;
        min-height: 732px
    }

    .single-match-hero-before__background img:last-child {
        display: block
    }

    .single-match-hero-before__background img {
        display: none
    }

    .single-match-hero-before__content {
        height: 100%;
        padding: 80px 0 0
    }

    .single-match-hero-before .time-block {
        height: auto;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-match-hero-before .time-block__column {
        font-size: 32px
    }

    .single-match-hero-before .live-block {
        width: 100%
    }

    .single-match-hero-before .live-block-desc {
        max-width: 99px;
        text-align: left
    }

    .single-match-hero-before__head {
        padding-bottom: 50px
    }

    .single-match-hero-before__head-bottom {
        gap: 14px
    }

    .single-match-hero-before__head-bottom p:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .single-match-hero-before__head-bottom p:nth-child(5) img, .single-match-hero-before__head-bottom p:nth-child(5) svg {
        margin-top: 2px
    }

    .single-match-hero-before__main-top {
        height: 29px;
        height: auto;
        letter-spacing: .32px;
        line-height: 100%;
        min-width: 79px;
        padding: 8px 6px 6px
    }

    .single-match-hero-before__main-body {
        gap: inherit;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-match-hero-before__main-item-content {
        width: 100%
    }

    .single-match-hero-before__main-item-player {
        gap: 2px
    }

    .single-match-hero-before__main-item-player-number {
        font-size: 20px
    }

    .single-match-hero-before__main-container {
        padding-top: 0
    }

    .single-match-hero-before__main-data {
        min-width: auto;
        width: auto
    }

    .single-match-hero-before__main-data-time {
        font-size: 56px;
        gap: 4px
    }

    .single-match-hero-before__main-geo-bottom {
        display: none
    }

    .single-match-hero-before__footer {
        margin-bottom: 48px;
        width: 100%
    }

    .single-match-hero-before__bottom {
        width: 100%
    }

    .single-match-hero-before__bottom-head img {
        max-width: 113px
    }

    .single-match-hero-before__bottom-point {
        font-size: 14px
    }

    .news-cards-biography-matches__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-cards-biography-matches__card {
        margin-right: 0;
        padding: 24px;
        width: 100%
    }

    .news-cards-biography-matches__card-text {
        font-size: 18px
    }

    .news-cards-biography-matches__card-subtext {
        font-size: 16px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .news-cards-biography-matches__control {
        display: none
    }

    .news-cards-biography-matches__button {
        background: #fff;
        color: #000;
        cursor: pointer;
        display: block;
        font-weight: 500;
        line-height: 100%;
        max-width: 300px;
        padding: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        -ms-flex-item-align: center;
        align-self: center
    }

    .news-cards-biography-matches__tab {
        padding: 12px 65px
    }

    .news-cards-biography-matches__slider-wrapper-video {
        width: 330px !important
    }

    .news-cards-biography-matches__card-video {
        gap: 0 !important;
        width: 330px
    }

    .single-match-photo__slider {
        margin-right: -40px
    }

    .single-match-photo__slider_mr-0 {
        margin-right: 0
    }

    .single-match-photo__slider-wrapper {
        margin-bottom: 0
    }

    .single-match-photo__tab {
        padding: 12px 65px
    }

    .single-match-photo__slider-wrapper-video {
        width: 330px !important
    }

    .single-match-photo__card-video {
        gap: 0 !important;
        width: 330px
    }

    .single-match-photo__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single-match-photo__card {
        margin-right: 0;
        min-height: 520px;
        padding: 24px;
        width: 100%
    }

    .single-match-photo__card-text {
        font-size: 18px
    }

    .single-match-photo__card-text_before {
        color: var(--white-100, #fff);
        font-family: Bebas Neue Cyrillic;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin-bottom: auto;
        text-transform: uppercase
    }

    .single-match-photo__card-subtext {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 16px
    }

    .single-match-photo__card-subtext_before {
        color: var(--white-60, hsla(0, 0%, 100%, .6));
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .single-match-photo__card_before {
        background: var(--black-100, #000);
        border: 1px solid var(--white-40, hsla(0, 0%, 100%, .4));
        border-radius: 20px;
        gap: 0;
        min-height: 500px;
        padding: 0
    }

    .single-match-photo__card_before:after {
        display: none
    }

    .single-match-photo__card-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 12px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        border-radius: 0 0 10px 10px
    }

    .single-match-photo__control {
        display: none
    }

    .single-match-photo__background_before {
        height: 100%;
        max-height: 362px;
        position: relative
    }

    .single-match-photo__button {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        background: #fff;
        color: #000;
        cursor: pointer;
        font-weight: 500;
        line-height: 100%;
        max-width: 300px;
        padding: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .single-match-video__tab {
        padding: 12px 65px
    }

    .single-match-video__post {
        border-radius: 16px
    }

    .single-match-video__post_big {
        grid-column: span 2
    }

    .single-match-video__post-title {
        color: var(--white-100, #fff);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%
    }

    .single-match-video__slider-wrapper-video {
        width: 330px !important
    }

    .single-match-video__card-video {
        gap: 0 !important;
        width: 330px
    }

    .single-match-video__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single-match-video__card {
        margin-right: 0;
        width: 100%
    }

    .single-match-video__card-text {
        font-size: 18px
    }

    .single-match-video__card-subtext {
        -ms-flex-item-align: start;
        align-self: flex-start;
        font-size: 16px
    }

    .single-match-video__control {
        display: none
    }

    .single-match-video__button {
        display: block;
        -ms-flex-item-align: center;
        align-self: center;
        background: #fff;
        color: #000;
        cursor: pointer;
        font-weight: 500;
        line-height: 100%;
        max-width: 300px;
        padding: 16px;
        text-align: center;
        text-transform: uppercase;
        width: 100%
    }

    .partnership-auditory__img {
        display: none
    }

    .partnership-auditory__img-mobile {
        display: block;
        width: 100%
    }

    .partnership-auditory__title {
        font-size: 44px
    }

    .partnership-auditory__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border-radius: 20px;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 14px
    }

    .partnership-auditory__item {
        width: 100%
    }

    .partnership-auditory__item_1 {
        border-bottom: 1px solid #2c2c2c;
        border-right: none;
        padding: 0
    }

    .partnership-auditory__item_2 {
        padding: 22px 0 0
    }

    .partnership-auditory__item_3 {
        border-bottom: 1px solid #2c2c2c;
        border-right: none;
        padding: 22px 0 0
    }

    .partnership-auditory__item_4 {
        padding: 22px 0 0
    }

    .version-ad {
        height: 630px;
        margin-top: 80px;
        padding-bottom: 60px !important
    }

    .version-ad__title {
        font-size: 32px;
        margin-bottom: 20px
    }

    .version-ad__slider {
        margin: 0 auto 40px;
        max-width: 300px
    }

    .version-ad__item {
        max-width: 100%;
        min-height: 308px;
        padding: 20px;
        scale: .9
    }

    .version-ad__item_prev {
        -webkit-transform-origin: 100% 50% 0;
        -ms-transform-origin: 100% 50% 0;
        transform-origin: 100% 50% 0
    }

    .version-ad__item_next {
        -webkit-transform-origin: 0 50% 0;
        -ms-transform-origin: 0 50% 0;
        transform-origin: 0 50% 0
    }

    .version-ad__item-number {
        margin-bottom: 24px
    }

    .version-ad__item-title {
        font-size: 31px;
        margin-bottom: 20px;
        width: 100%
    }

    .version-ad__item-link {
        margin-bottom: 12px
    }

    .version-ad__item-link-text {
        font-size: 14px
    }

    .version-ad__button {
        margin: 0 auto;
        max-width: 286px
    }

    .version-ad__cards-control {
        display: none
    }

    .partnership-value__title {
        font-size: 32px;
        margin-bottom: 60px
    }

    .partnership-value__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
        max-width: 100%;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .partnership-value__item_3 {
        margin-top: 0
    }

    .partnership-value__item_4 {
        margin-bottom: 0;
        margin-top: 0
    }

    .partnership-value__item img {
        height: 32px;
        margin-bottom: 0;
        margin-right: 10px;
        width: 32px
    }

    .partnership-became {
        height: auto;
        min-height: 895px
    }

    .partnership-became__background {
        height: 895px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .partnership-became__img {
        display: none
    }

    .partnership-became__img-mobile {
        display: block;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }

    .partnership-became__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .partnership-became__wrapper {
        max-width: 95%;
        padding: 40px 20px
    }

    .partnership-became__input-box {
        width: 100%
    }

    .partnership-became__subtitle {
        font-size: 16px;
        margin-bottom: 20px
    }

    .partners__modal {
        max-width: 95%;
        padding: 40px 20px
    }

    .partners__modal-image {
        margin-bottom: 40px
    }

    .partnership-sponsors__title {
        font-size: 44px;
        margin-bottom: 12px
    }

    .partnership-sponsors__items-title {
        font-size: 32px
    }

    .partnership-sponsors__item {
        min-height: 244px;
        padding: 18px
    }

    .partnership-sponsors__item-logo {
        height: 56px;
        margin-bottom: 24px
    }

    .partnership-sponsors__img {
        height: 56px
    }

    .modal-partner__modal {
        max-width: 95%;
        padding: 40px 20px
    }

    .modal-partner__modal-image {
        margin-bottom: 40px
    }
}

@media (max-width: 599px) and (max-width: 1024px) {
    .burger-menu__social-wrap {
        margin-top: auto;
        position: relative
    }

    .news-cards-biography__button {
        display: none
    }

    .news-cards-biography-media__slider-wrapper {
        gap: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .news-cards-biography-matches__button, .news-cards-biography-media__button, .single-match-photo__button, .single-match-video__button {
        display: none
    }
}

@media (max-width: 960px) {
    .header__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header__controls-button:nth-child(2), .header__partners-right {
        display: none
    }

    .search-close img {
        height: 16px;
        width: 25px
    }

    .standings__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .standings__button {
        width: 100%
    }

    .crew {
        padding: 60px 0
    }

    .crew__text-box {
        margin-bottom: 27px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .crew__slider {
        position: static
    }

    .crew__cards {
        padding: 0
    }

    .crew__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0
    }

    .crew__card-info {
        margin: 0
    }

    .crew__green {
        height: 120px;
        left: 50%;
        right: auto;
        top: 12%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 24%
    }

    .crew__arrow-right {
        right: 0
    }

    .accreditation__content {
        padding: 0
    }

    .accreditation__title {
        font-size: 44px
    }

    .accreditation__map-title {
        font-size: 32px
    }

    .accreditation__map-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .accreditation__map-info, .accreditation__map-link {
        font-size: 24px
    }

    .accreditation__map-right {
        min-height: 256px
    }

    .accreditation__accordion-title {
        font-size: 24px
    }

    .contacts__breadcrumb {
        display: none
    }

    .contacts__content {
        padding: 40px 20px
    }

    .contacts__title {
        font-size: 60px
    }

    .contacts__map-title {
        font-size: 32px
    }

    .contacts__map-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts__map-info, .contacts__map-link {
        font-size: 24px
    }

    .contacts__map-right {
        min-height: 256px
    }

    .contacts__accordion-title {
        font-size: 32px
    }

    .teams__players-item {
        max-width: none;
        min-height: auto;
        width: 100%
    }

    .search__form {
        padding-bottom: 8px
    }

    .search__input {
        font-size: 32px
    }

    .search__close {
        padding: 0 7px
    }

    .search__tabs-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 13px 0 30px
    }

    .search__tabs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .search__tabs-button {
        font-size: 20px;
        padding: 0 35px 15px
    }

    .search__tabs-button:first-child {
        padding: 0 53px 15px
    }

    .search__tabs-button_active {
        border-bottom: 1px solid #fff
    }

    .search__result {
        font-size: 20px;
        margin-bottom: 30px
    }

    .coaches-grid__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .player-career__lists {
        width: auto
    }

    .video-grid__grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .album-hero__subtile {
        max-width: 70%
    }

    .tournament-tables-grid__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tournament-tables-grid__button {
        width: 100%
    }

    .contacts-academy-contacts__map-address {
        padding: 0 0 20px
    }

    .contacts-academy-contacts__map-right {
        height: auto
    }

    .contacts-academy-contacts__content {
        padding: 40px 10px
    }

    .contacts-academy-contacts__map-title, .contacts-academy-contacts__title {
        font-size: 44px
    }

    .contacts-academy-contacts__map-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .contacts-academy-contacts__map-info, .contacts-academy-contacts__map-link {
        font-size: 32px
    }

    .contacts-academy-contacts__map-right {
        min-height: 500px
    }

    .contacts-academy-contacts__accordion-title {
        font-size: 32px
    }

    .single-match-hero-live .live-block {
        left: 0;
        padding: 10px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-match-hero-before .time-block {
        padding: 12px;
        position: relative;
        right: 0
    }

    .single-match-hero-before .live-block {
        left: 0;
        padding: 10px;
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .reviews-previous-matches__grid {
        grid-template-columns: repeat(1, 1fr) !important
    }
}

@media (min-width: 600px) and (max-width: 910px) {
    .header .header__titles {
        display: none
    }
}

@media (min-width: 911px) {
    .header__titles_active-noHome {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        opacity: 1;
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
        width: auto;
        z-index: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width: 1200px) {
    /*.standings_display-none {*/
    /*    display: none*/
    /*}*/
    .tournament-tables .tournament-table .scrolled-center {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .news__post_1 {
        grid-column-end: span 4
    }

    .news__post_2 {
        grid-column-end: span 6
    }

    .news__post_3 {
        grid-column-end: span 4
    }

    .news__post_4 {
        grid-column-end: span 6
    }

    .player-bio__left {
        max-width: 460px
    }

    .academy-promo {
        height: 100%
    }

    .academy-promo__container-img {
        height: 231px;
        margin-top: 44px;
        position: relative;
        right: 0;
        top: 0;
        width: 231px
    }

    .crew-teams__table-item {
        width: auto
    }

    .crew-teams__players-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-template-columns: auto;
        grid-template-rows: 1fr;
        overflow: scroll
    }

    .tournament-tables-grid_display-none {
        display: none
    }
}

@media (max-width: 760px) {
    .tournament-tables .tournament-table .scrolled-center .balls .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .conceded .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .difference .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .equal .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .games .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .loses .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .scored .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .wins .cell:not(:last-child) {
        min-width: 35px
    }

    .tournament-tables .tournament-table .scrolled-center .equal .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .games .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .loses .cell:not(:last-child), .tournament-tables .tournament-table .scrolled-center .wins .cell:not(:last-child) {
        min-width: 35px
    }

    .tournament-tables .tournament-table .cell.head.with-padding {
        padding-left: 15px
    }

    .tournament-tables .tournament-table .cell.hidden-cell {
        display: none
    }

    .tournament-tables .tournament-table .cell.number.without-right-icon {
        padding-right: 7px
    }

    .tournament-tables .tournament-table .cell.team {
        padding-left: 15px;
        position: relative
    }

    .tournament-tables .tournament-table .cell.goals-count {
        display: none
    }
}

@media (min-width: 1000px) and (max-width: 1280px) {
    .tournament-tables .tournament-table .cell.hidden-cell {
        display: none
    }
}

@media (max-width: 960px) and (max-width: 599px) {
    .search {
        margin-top: -368px
    }

    .search__form {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .search__input {
        max-width: 88%
    }

    .search__tabs-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .search__tabs-button {
        padding: 0 0 8px;
        width: 100%
    }

    .search__tabs-button:first-child {
        padding: 0 0 8px
    }
}

@media (max-width: 1200px) and (max-width: 960px) {
    .news__post_1 {
        grid-column-end: span 6
    }

    .news__post_2 {
        grid-column-end: span 12
    }

    .news__post_3, .news__post_4 {
        grid-column-end: span 6
    }
}

@media (max-width: 1200px) and (max-width: 599px) {
    .news__post_1, .news__post_2, .news__post_3, .news__post_4 {
        grid-column-end: span 12
    }
}

@media (max-width: 1024px) and (max-width: 599px) {
    .staff-tabs__table-bg:after {
        width: 20%
    }

    .media-section-news__tabs-button, .media-section-photo__tabs-button, .media-section-video__tabs-button, .media__tabs-button, .single-match-structure__tabs-button, .single-match-tabs__tabs-button, .tournament-tables-grid__tabs-button {
        font-size: 24px;
        padding: 12px 10px
    }
}

@media (min-width: 1441px) {
    .history-tabs__top-background {
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 1350px) {
    .administration-hero__background img {
        -o-object-position: bottom;
        object-position: bottom
    }

    .reviews-previous-matches__grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .crew-teams__table-bg:after {
        width: 20%
    }
}

@media (max-width: 374px) {
    .single-match-hero-before__main-body, .single-match-hero-live__main-body, .single-match-hero__main-body {
        gap: 6px
    }

    .card-left {
        max-width: 160px
    }

    .store__card {
        max-width: 295px;
        min-width: 295px;
    }
}

/*# sourceMappingURL=app.css.map*/
