:root {
    --secondColor: #39A2DE;
}

.btn-shop {
    background-color: #fff;
    color: #39A2DE;
}

.btn-shop:hover {
    background-color: #fff;
    color: #39A2DE;
}

.btn-ticket {
    background-color: #39A2DE;
    color: #fff;
}

.main-season::before {
    background-color: #39A2DE;
}

.person-first__club {
    font-size: 16rem;
}

.footer__nav {
    column-gap: 5.4rem;
}

.main-season *:not(.btn) {
    border-color: #ffffff77;
}

.contacts__logo {
    width: 22rem;
    left: 21rem;
}

.text-page__article .content-cms table td {
    text-align: center !important;
}

.header__club-name {
    font-size: 1.4rem;
}

.modal__close{
    top: 2rem;
}

@media (max-width: 768px) {
    .modal__close {
        top: 1.6rem;
    }
}

a[href*="metrika"] {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}

section.main-season.custom-theme::before{
    background: url('/wp-content/themes/fnl/assets/img/energy-bg.jpg');
}