a,
img {
    display: inline-block;
}
.heading,
body,
figure {
    margin: 0;
}
.btn,
a:hover,
button {
    cursor: pointer;
}
figure,
img,
section {
    max-width: 100%;
}
.container,
.promo-banner,
body,
html {
    position: relative;
}
.btn,
a,
a:hover {
    text-decoration: none;
}
html {
    font-size: 62.5%;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    color: #1c1c1c;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f6f6;

    color: #8f8f8f;
    font-family: 'Inter Tight', sans-serif;
    min-height: 100vh;

    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1D1D1D;
}
body.overflow-hidden {
    overflow: hidden;
}
img {
    height: auto;
    vertical-align: middle;
}
blockquote {
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    -webkit-margin-end: 0;
    -webkit-margin-start: 0;
}
caption {
    text-align: left;
    color: #777;
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
}
a {
    color: #1c1c1c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #FF6F36;
}
p {
    margin-bottom: 0;
}
footer a {
  color: #FF6F36;
}
button {
    padding: 0;
    background-color: transparent;
    outline: 0;
    border: none;
}
.align-center {
    text-align: center !important;
}
.container {
    width: calc(100% - 4rem);
    margin: auto;
    max-width: 132rem;
}
sup {
    font-size: 0.5rem;
}
a img.icon,
a svg.icon {
    -webkit-transition: initial;
    transition: initial;
}
.btn,
.socials .socials__item,
img.icon,
svg.icon {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
textarea {
    max-width: 100%;
    min-width: 100%;
}
.d--none {
    display: none;
}
.main-banner {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5.6rem;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.event-single__thumb img {
border-radius: 10px;
}
.main-banner .main-banner__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;
    gap: 5.6rem;
    margin: auto;
}
.main-banner .main-banner__copyright {
    margin-top: auto;
    font-weight: 500;
    line-height: 162%;
    text-align: center;
    color: #929292;
}
.main-banner .main-banner__btn {
    min-width: 22rem;
}
.promo-banner .promo-banner__content {
    position: absolute;
    top: 50%;
    left: 69%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    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: start;
    gap: 2.4rem;
    text-align: center;
    width: 100%;
}
.promo-banner .promo-banner__img {
    width: 100%;
}
.btn,
.heading {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.2rem;
}
.socials .socials__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;
    width: 5.6rem;
    height: 5.6rem;
}
.socials .socials__item--dark {
    background-color: #1c1c1c;
}
.socials .socials__item--dark:hover,
.socials .socials__item--primary {
    background-color: #FF6F36;
}
.socials .socials__item--primary:hover {
    background-color: #1c1c1c;
}
.btn:disabled,
.btn:disabled:hover {
    background-color: #d5d5d5;
}
.socials--fixed {
    position: fixed;
    left: 0;
    top: 30rem;
    z-index: 10;
}
@media (max-width: 800px) {
    .main-banner {
        padding: 2rem;
    }
    .socials {
        gap: 1.2rem;
    }
    .socials--fixed {
        display: none;
    }
}
.socials--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.8rem;
}
.socials--column .socials__item {
    width: 6rem;
    height: 6rem;
}
.btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 10rem;
    outline: 0;
}
.filter,
.filter .filter__item,
.site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.heading,
.heading--h1,
h1 {
    font-size: 5rem;
}
.btn:disabled {
    cursor: not-allowed;
}
.btn.btn--with-icon {
    gap: 1rem;
}
.btn--primary {
    background-color: #FF6F36;
}
.btn--primary .icon {
    fill: currentColor;
    -webkit-transition: none;
    transition: none;
}
.btn--primary:hover {
    background-color: #1D1D1D;
    color: #fff;
}
.btn--primary:active {
    background-color: #e8c43b;
}
.btn--large {
    height: 7rem;
    padding: 1.6rem 2.4rem;
}
@media (max-width: 800px) {
    .btn--large {
        height: 5rem;
    }
    .site-header .container {
        width: 100%;
    }
}
.btn--medium {
    height: 4.8rem;
    padding: 1.6rem 2.4rem;
}
.btn--full-width {
    width: 100%;
}
.events-list__item .events-list__item-thumb,
.filter .filter__item,
.section {
    position: relative;
}
.site-header--dark {
    background-color: #1c1c1c;
}
.heading {
    line-height: 106%;
    color: #1c1c1c;
}
.heading--h2,
h2 {
    font-size: 3.2rem;
}
@media (max-width: 800px) {
    .heading--h2,
    h2 {
        font-size: 2rem;
    }
}
.heading--h3,
h3 {
    font-size: 2.2rem;
}
.heading--h4,
h4 {
    font-size: 2rem;
}
.heading--h5,
h5 {
    font-size: 1.8rem;
}
.heading--centered {
    text-align: center;
}
.heading--white {
    color: #fff;
}
.heading--bottom-space-small {
    margin-bottom: 1.6rem;
}
.heading--bottom-space-medium {
    margin-bottom: 2.4rem;
}
.heading--without-space-bottom {
    margin-bottom: 0;
}
.heading--part-width {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.section--large-padding {
    padding: 10rem 0;
}
@media (max-width: 800px) {
    .heading--part-width {
        max-width: unset;
    }
    .section--large-padding {
        padding: 6rem 0;
    }
}
.section__events-text {
    font-size: 1.8rem;
    line-height: 144%;
    color: #1c1c1c;
    margin-top: 0;
}
.section__events-subtitle {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 122%;
    color: #1c1c1c;
    margin-top: 0.6rem;
}
.section--small-padding {
    padding: 13.6rem 0;
}
.filter {
    margin: 2.4rem 0;
    gap: 1.2rem;
    border-radius: 1.6rem;
    padding: 2rem 1.6rem;
    background-color: #fff;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.filter .filter__item {
    cursor: pointer;
    border: 1px solid #929292;
    border-radius: 10rem;
    padding: 1.2rem 1.6rem;
    color: #929292;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter .filter__item.active,
.filter .filter__item:hover {
    background-color: #1c1c1c;
    color: #fff;
}
.filter::-webkit-scrollbar {
    display: none;
}
.filter__item.active,
body::before {
    display: block;
}


.events-list {
    display: grid;
    grid-template-columns: repeat(4, calc((100% - 4.8rem) / 4));
    gap: 2.4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.events-list__item {
    border-radius: 1.6rem;
    overflow: hidden;
    background-color: #fff;
}
.events-list__item .events-list__item-price {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    -webkit-box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 0 2.4rem 0 rgba(0, 0, 0, 0.32);
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.6rem;
    height: 3.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 130%;
    color: #FF6F36;
}
.events-list__item .events-list__item-content {
    padding: 2.4rem;
}
.events-list__item .events-list__item-title {
    font-family: Heavitas, sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 108%;
    color: #1c1c1c;
    margin: 0 0 0.8rem;
}
.events-list__item .events-list__item-date {
    font-weight: 600;
    font-size: 2rem;
    line-height: 70%;
    color: #1c1c1c;
    margin-bottom: 1.6rem;
}
.event-single .event-single__price,
.event-single .event-single__title {
    font-family: Heavitas, sans-serif;
    font-weight: 800;
}
.events-info-list {
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}
.events-info-list .events-info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.4rem;
    font-size: 1.8rem;
    line-height: 144%;
    color: #1c1c1c;
    margin-bottom: 1.2rem;
}
.events-info-list .events-info-list__item:last-child {
    margin-bottom: 0;
}
.events-info-list .events-info-list__item .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.events-info-list .events-info-list__item address {
    font-style: normal;
}
.event-single {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
}
@media (max-width: 1024px) {
    .event-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.event-single .event-single__thumb {
    width: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.event-single .event-single__title {
    font-size: 5rem;
    color: #1c1c1c;
    margin: 0 0 2.4rem;
    line-height: 90%;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .event-single .event-single__thumb {
        min-width: unset;
    }
    .event-single .event-single__title {
        font-size: 3.2rem;
    }
}
.event-single .event-single__text {
    margin: 2.4rem 0;
    padding-bottom: 2.4rem;
    font-size: 1.8rem;
    line-height: 144%;
    color: #1c1c1c;
    border-bottom: 0.1rem solid rgba(28, 28, 28, 0.1);
}
.event-single .event-single__price {
    font-size: 4rem;
    color: #FF6F36;
    margin-bottom: 2.4rem;
}
.event-single .event-single__supprice {
    font-size: 1.4rem;
    line-height: 186%;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
    font-weight: 400;
}
.modal__title,
.participants .participants__title {
    font-family: Heavitas, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.participants {
    margin-top: 4.8rem;
}
.participants .participants__title {
    font-size: 2.4rem;
    color: #1c1c1c;
    margin-bottom: 1.6rem;
}
.participants .participants__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 162%;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
}
.participants .participants__count {
    border-radius: 0.8rem;
    padding: 1rem 2.3rem;
    width: 4.2rem;
    height: 4.2rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.participants .participants__name {
    border-radius: 0.8rem;
    padding: 1rem 2.3rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: start;
    width: 100%;
    flex-flow: column;
}
.participants .participants__subtitle {
    font-weight: 600;
    font-size: 1.6rem;
    color: #1c1c1c;
    margin-bottom: 0.8rem;
    margin-top: 1.6rem;
}
.link {
    color: #1c1c1c;
}
.link:hover {
    color: #FF6F36;
}
.link:hover .link__icon {
    stroke: currentColor;
}
.link .link__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    stroke: currentColor;
}
.link--underlined,
.link--underlined:hover {
    text-decoration: underline;
}
.link--with-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
}
.link--back {
    margin-bottom: 3.5rem;
}
.link--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.link--primary {
    font-weight: 700;
    font-size: 1.6rem;
    color: #FF6F36;
}
.link--middle {
    font-size: 1.4rem;
}
.link--small {
    font-size: 1.2rem;
}
.link--with-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8rem;
}
.links-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    max-width: 100rem;
    margin: 0 auto;
}
.link--space-bottom-midle {
    margin-bottom: 2.4rem;
}
.link-absolute {
    position: absolute;
}
.link-absolute--right-center {
    left: calc(100% + 1.6rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal,
body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal {
    z-index: 1250;
    display: none;
    opacity: 0;
    overflow: auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.modal.modal--show {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding: 1rem;
}
.modal__close-step-two {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 1.2rem;
}
.modal__content {
    position: relative;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(-5rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal__subtitle,
.modal__title {
    margin-bottom: 2rem;
    color: #1c1c1c;
}
.modal__content .modal__close {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    cursor: pointer;
}
.modal__content .modal__close svg {
    fill: #1c1c1c;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}
.modal__content .modal__close:hover svg {
    fill: #FF6F36;
}
.modal.modal--show .modal__content {
    opacity: 1;
    transform: none;
}
body::before {
    z-index: -999;
    background: rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    content: "";
}
body.modal-open::before {
    z-index: 1201;
    opacity: 1;
}
body.modal-open {
    overflow: hidden;
}
.modal__title {
    font-size: 3.5rem;
    line-height: 100%;
}

.modal__subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    line-height: 150%;
}
.modal--contacts-popup .modal__content {
    width: 70rem;
    max-width: 90%;
    background-color: #fff;
    padding: 6rem;
    border-radius: 1.6rem;
}
@media (max-width: 800px) {
    .modal__subtitle {
        font-size: 1.6rem;
    }
    .modal--contacts-popup .modal__content {
        padding: 3.2rem 2.4rem;
    }
}
.modal__title--success {
    color: #FF6F36;
}
.form__title {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #1c1c1c;
    margin-bottom: 1.6rem;
}
.form__group {
    margin-bottom: 1rem;
    width: 100%;
}
.form__group--col3 {
    grid-column: span 2;
}
@media (max-width: 560px) {
    .form__group--col3 {
        grid-column: initial;
    }
}
.form__group--col2 {
    grid-column: span 3;
}
@media (max-width: 560px) {
    .form__group--col2 {
        grid-column: initial;
    }
}
.form__input,
.form__textarea {
    width: 100%;
    border: none;
    border-bottom: 0.1rem solid #1c1c1c;
    padding: 1.5rem 0;
    height: 6.8rem;
    font-size: 1.6rem;
    line-height: 1.14286;
    color: #1c1c1c;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: Inter, sans-serif;
    outline: 0;
    padding-left: 20px;
}
.form__input.input--error,
.form__textarea.input--error {
    border-color: red;
}
.form__input:active,
.form__input:focus,
.form__textarea:active,
.form__textarea:focus {
    border-color: #FF6F36;
    outline: 0;
}
.form__input.form__input--invalid,
.form__textarea.form__input--invalid {
    border-color: red;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.form__input::placeholder,
.form__textarea::placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.form__input::input-placeholder,
.form__textarea::input-placeholder {
    color: #8f8f8f;
    opacity: 1;
}
.checkbox .checkbox__input + .checkbox__label,
.form__subtitle,
.form__text {
    font-family: "Open Sans", sans-serif;
    color: #1c1c1c;
}
.form__textarea {
    max-height: 30rem;
    min-height: 9rem;
    resize: vertical;
}
.form__subtitle {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 0.8rem;
}
.form__text {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
}
.checkbox {
    margin-bottom: 4rem;
    position: relative;
}
@media (max-width: 800px) {
    .form__input,
    .form__textarea {
        padding: 1rem 0;
        height: 3.9rem;
    }
    .form__textarea {
        min-height: 6rem;
    }
    .form__subtitle {
        font-size: 1.6rem;
    }
    .checkbox {
        margin-bottom: 2.4rem;
    }
}
.checkbox .checkbox__input + .checkbox__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.8rem;
    cursor: pointer;
}
.checkbox .checkbox__input {
    display: none;
}
.checkbox .checkbox__input + .checkbox__label::before {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.1rem solid #929292;
    font-size: 1.2rem;
    color: transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0.3rem;
    content: "";
    margin-right: 0.8rem;
    min-height: 2.4rem;
    min-width: 2.4rem;
    padding-bottom: 0.3rem;
    padding-left: 0.2rem;
    vertical-align: bottom;
}
.checkbox .checkbox__input + .checkbox__label:active::before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.checkbox .checkbox__input:checked + .checkbox__label::before {
    background-color: #FF6F36;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3E%3Cpath d="M20.285 2.58l-10.285 10.29-4.285-4.29-1.42 1.42 5.705 5.7 11.705-11.7z"/%3E%3C/svg%3E');
    background-size: 2.4rem;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    border-color: #FF6F36;
}
.checkbox .checkbox__input:checked + .checkbox__label ~ .supplier {
    display: block;
}
.checkbox .checkbox__input:disabled + .checkbox__label::before {
    border-color: #8f8f8f;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.checkbox .checkbox__input:checked:disabled + .checkbox__label::before {
    background-color: transparent;
    border-color: transparent;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.buttons {
    display: flex;
    gap: 15px;
}
.btn-ranking {
    background-color: transparent;
    border: 2px solid #FF6F36;
}
.table-container div:first-child {
  	margin-bottom: 10rem;
}
     
@media (max-width: 800px) {
    .table-container div {
    	width: 100%;
      	overflow-y: scroll;
    }
    .events-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .modal__content .modal__close {
        top: 1.4rem;
        right: 1.4rem;
    }
    .events-list__item .events-list__item-title {
        font-size: 1.8rem;
    }
    .modal__title {
        font-size: 3rem;
    }
    .events-info-list .events-info-list__item {
        font-size: 1.4rem;
    }
    .events-list__item .events-list__item-content {
        padding: 1.4rem;
    }
    .btn--medium {
        padding: 1.6rem 1rem;
    }
    .btn {
        font-size: 1.3rem;
    }
    .buttons {
        gap: 10px;
        margin-left: 5px;
    }
}
.participants-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.participants-table th,
.participants-table td {
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
}

.participants-table th {
    color: #fff;
    background-color: #bc970b;
}

.table {
	width: 100%;
  	color: #212529;
  	border-collapse: collapse;
  	border: 1px solid #dee2e6;
}

.table th,
.table td {
	text-align: left;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
	background: #dee2e6;
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.event-single__price p {
    line-height: 1.1;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

/* Стиль для зебра-таблицы */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Стиль для границ таблицы */
.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

/* Hover-эффект */
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

/* Цветные таблицы */
.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #f8f9fa;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

/* Отключенные строки */
.table .thead-dark th {
    background-color: #343a40;
    color: #fff;
}

.table .thead-light th {
    background-color: #f8f9fa;
    color: #495057;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #454d55;
}
#registration-form, #login-form {
	background: #fff;
  	border-radius: 10px;
  	padding: 20px;
}
.dashboard-container {
	display: flex;
	gap: 20px;
}
.dashboard-sidebar {
    width: 200px;
    background: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
}
.dashboard-sidebar ul {
    list-style: none;
    padding: 0;
}
.dashboard-sidebar ul li {
    margin-bottom: 10px;
}
.dashboard-sidebar ul li.active a {
    font-weight: bold;
    color: #bc970b;
}
.dashboard-content {
    flex: 1;
}

.event-ticket-qty {
    margin-top: 10px;
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 5px;
}

.qty-control input {
    width: 60px;
    text-align: center;
    padding: 6px 4px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.qty-btn {
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 1;
    border: 1px solid #ccc;
    background: #f8f8f8;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.2s;
}

.qty-btn:hover {
    background: #eaeaea;
}

.qty-btn:active {
    background: #ddd;
}


.mobile-menu.active {
    display: block;
}

@media (max-width: 768px) {
    .site-header .buttons {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

}

.header-social-link:hover,
.mc-button:hover,
.hits-menu-button:hover,
.cta-button:hover,
.events-button:hover,
.upcoming-events-button.secondary:hover,
.footer-social:hover,
.hero-button:hover,
.hits-arrow:hover {
    background: #FF6F36;
}
.footer-menu li a:hover {
    color: #FF6F36;
}

.footer-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 270px 1fr 260px;
    gap: 60px;
    background: #FFF;
    border-radius: 40px;
    padding: 34px 105px;
    margin-top: 140px;
    position: relative;
}

.footer-logo img {
    max-width: 120px;
    margin-bottom: 24px;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.footer-contact-item {
    font-weight: 600;
    font-size: 18px;
    color: #1D1D1D;
}

.footer-column-center {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 108px;
    text-align: center;
}

.footer-menu-title {
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(215, 174, 158, 0.5);
    margin-bottom: 30px;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 0;
}

.footer-menu a {
    font-size: 16px;
    color: #1D1D1D;
}

.footer-column-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 45px;
}

.footer-language {
    padding: 6px 14px;
    background: #F5EFED;
    border-radius: 1000px;
    font-size: 14px;
    font-weight: 600;
}

.footer-working-hours {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #1D1D1D;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.footer-social {
    width: 56px;
    height: 56px;
    background: #1D1D1D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-item {
    display: flex;
    gap: 4px;
}

.footer-logo {
    margin-bottom: 52px;
}

.copyright {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: rgba(29, 29, 29, 0.3);
    padding: 29px 0;
}
header-mobile, .footer-mobile {
    display: none;
}
.footer-column-center {
  text-align: center;
}

header {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(56, 19, 5, 0.05);
    border-radius: 0px 0px 60px 60px;
}


.header-logo {
    margin-top: -45px;
}

.hero-slide-content {
    margin-top: 130px;
}

.header-top {
    width: 100%;
}

.header-top-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    justify-content: end;
    gap: 10px;
    display: flex;
    align-items: center;
}

.header-main {
    width: 100%;
}

.header-main-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    column-gap: 60px;
}

.header-navigation .header-menu {
    display: flex;
    align-items: center;
    gap: 46px;
    margin: 0;
    padding-left: 0;
    justify-content: center;
}

.header-navigation .header-menu > li > a {
    font-weight: 500;
    font-size: 18px;
    color: #1D1D1D;
    transition: color 0.2s ease, font-weight 0.2s ease;
}

.header-navigation .header-menu > li > a:hover,
.header-navigation .header-menu > li > a:focus {
    color: #FF6F36;
}

.header-contacts {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-phone a, .header-address a {
    display: flex;
    gap: 4px;
}

.header-contacts > div {
    padding: 10px 16px;
    background: #F5EFED;
    border-radius: 1000px;
}

.header-contacts,
.header-contacts a {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #1D1D1D;
}

.header-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-socials > a {
    background: #1D1D1D;
    border-radius: 700px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-social-link img {
    display: block;
}

.header-menu li {
    position: relative;
}

.header-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.header-menu > li.menu-item-has-children > a {
    position: relative;
    padding-right: 24px;
}
.header-mobile, .footer-mobile {
    display: none;
}
ul, ol {
  list-style: none;
}
.site-header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999999;
  padding: 14px 0 14px 0;
}
.header-menu > li.menu-item-has-children > a::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 15px;
    height: 15px;

    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.53376 4.96219C1.70957 4.78643 1.94799 4.6877 2.19658 4.6877C2.44517 4.6877 2.68358 4.78643 2.85939 4.96219L7.50001 9.60281L12.1406 4.96219C12.3175 4.79142 12.5543 4.69692 12.8001 4.69906C13.0459 4.70119 13.281 4.79979 13.4548 4.97361C13.6287 5.14743 13.7273 5.38257 13.7294 5.62838C13.7315 5.87418 13.637 6.111 13.4663 6.28781L8.16283 11.5913C7.98702 11.767 7.74861 11.8657 7.50001 11.8657C7.25142 11.8657 7.01301 11.767 6.8372 11.5913L1.53376 6.28781C1.35801 6.11201 1.25928 5.87359 1.25928 5.625C1.25928 5.37641 1.35801 5.138 1.53376 4.96219Z' fill='%231D1D1D'/%3E%3C/svg%3E");
}

.header-menu .sub-menu li a {
    display: block;
    padding: 14px 24px;

    font-size: 16px;
    font-weight: 500;
    color: #1D1D1D;
}

.header-menu li {
    position: relative;
}

.header-menu .sub-menu {
    position: absolute;
    top: 38px;
    left: -23px;
    min-width: 188px;
    padding-top: 15px;
    background: #fff;
    margin-top: -15px;
    border-radius: 0px 0px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 20;
    overflow: hidden;
}
.wpml-ls-menu-item .wpml-ls-flag {
    margin-right: 5px;
}
.header-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header-menu .sub-menu li {
    background: #FFFFFF;
}
.header-menu .sub-menu li:hover {
    background: #F5EFED;
}
.header-mobile-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 0;
}
.header-mobile-list a {
 width: 100%;
}
.hidden-pc {
    display: none!important;
}



.site-popup.is-active {
  display: block;
}
.site-popup {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
}
.site-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(29, 29, 29, 0.9);
}
.site-popup-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.site-popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.site-popup-close::before, .site-popup-close::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
}
.site-popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.site-popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  background: #1D1D1D;
  border-radius: 459px;
  border: none;
  cursor: pointer;
}
.popup-title {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 38px;
  line-height: 93%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.popup-inner {
  background: #F5EFED;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
  max-width: 520px;
  position: relative;
}
.popup-forms {
    display: none;
}

.popup-forms.is-active {
    display: block;
}
.popup-form .wpcf7-form-control::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 64px;
  color: rgba(29, 29, 29, 0.4);
}
.popup-form .wpcf7-form-control {
  width: 100%;
  padding: 20px 17px;
  background: #FFFFFF;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  color: #1D1D1D;
  margin-bottom: 6px;
}
.popup-submit {
  width: 100% !important;
  padding: 20px 17px !important;
  background: #FF6F36 !important;
  border-radius: 10px !important;
  font-weight: 700;
  font-size: 18px !important;
  color: #FFFFFF !important;
  border: none !important;
  cursor: pointer;
}
.wpcf7-form.sent .popup-form {
    display: none!important;
}
.popup-image p img {
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  max-width: 100%;
}

.wpml-ls-current-language .sub-menu {
    min-width: 67px;
    left: -10px;
    border-radius: 0px 0px 20px 20px;
}
.wpml-ls-current-language > a > img {
    display: none!important;
}
.wpml-ls-current-language .sub-menu li a {
    font-weight: 600;
    padding: 10px 7px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 4px;
}
.wpml-ls-current-language .sub-menu li a img {
    height: 15px;
    width: 15px;
}

.sub-menu {
    padding-left: 0
}

.promo-banner__acf {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.promo-banner__logo {
    margin-bottom: 24px;
    width: 155px;
    height: 32px;
}

.promo-banner__title {
    font-family: 'Sofia Sans Extra Condensed', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 5rem;
    line-height: 97%;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
    color: #fff;
    width: 390px;
}

.event-single__text ul {
    list-style: disc;
    padding-left: 20px;
}

.promo-banner__boxes {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.promo-banner__box {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 182px;
    height: 110px;
    padding: 19px 35px;

    background: rgba(255, 255, 255, 0.17);
    box-shadow: 0px -3.22191px 123.184px rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(9.39724px);
    border-radius: 10px;

    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #FFFFFF;
}

.promo-banner {
    margin-top: 114px;
}
.footer-menu-group .footer-menu-title {
    font-weight: 800;
    text-transform: uppercase;
}





@media (max-width: 768px) {
    .promo-banner {
        margin-top: 0;
    }

    .footer-mobile-menus {
        border-top: 2px solid #F5EFED;
        border-bottom: 2px solid #F5EFED;
        padding-top: 28px;
        padding-bottom: 28px;
        display: flex;
    }
    .footer-menu-title {
        font-weight: 800;
        font-size: 18px;
        text-transform: uppercase;
        color: rgba(215, 174, 158, 0.5);
        margin-bottom: 30px;
    }

    .footer-mobile-item {
        font-weight: 400;
        font-size: 18px;
        color: #1D1D1D;
    }
    .footer-mobile-menu {
        text-align: center;
        width: 50%;
    }
    .footer-mobile-list {
        display: flex;
        flex-flow: column;
        gap: 30px;
        padding-left: 0;
    }

    .promo-banner .promo-banner__content {
        left: 50%;
        width: 90%;
        top: 50%;
    }
    .event-single .event-single__thumb {
        width: 100%;
    }
    .promo-banner__box {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        background: rgba(0, 0, 0, 0.21);
        box-shadow: 0px -2.83336px 108.329px rgba(255, 255, 255, 0.14);
        backdrop-filter: blur(8.26398px);
        border-radius: 10px;
        width: auto;
    }

    .promo-banner__boxes {
        display: flex;
        gap: 10px;
    }
    .promo-banner__title {
        font-size: 6rem;
        line-height: 97%;
        width: 100%;
    }
    .promo-banner__boxes {
        flex-wrap: nowrap;
    }
.footer-inner::after {
        display: none;
    }
    .hidden-mb {
        display: none!important;
    }
    .hidden-pc {
         display: block!important;
     }
     .header-mobile .burger {
        width: 56px;
        height: 56px;
        background: #FF6F36;
        border-radius: 713.815px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .header-logo {
        margin-top: 0;
    }
    .header-logo img {
        max-width: 62%;
    }
    .hits-content {
        gap: 24px;
        padding: 0px 25px 28px 25px;
    }
    .hits-item-subtitle p {
        font-size: 16px;
    }
    .header-mobile {
        display: flex;
        justify-content: space-between;
    }
    .site-header {
        padding: 7px 24px;
        border-radius: 0px 0px 30px 30px;
    }
        .phone-call {
        margin-bottom: 44px;
    }

    .phone-call a {
        display: flex;
        padding: 12.5px 20px;
        gap: 10px;
        background: #FF6F36;
        border-radius: 10px;
        font-weight: 700;
        font-size: 22px;
        color: #FFFFFF;
        justify-content: center;
        align-items: center;
    }
    .header-mobile-menu {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 30px;
    }
    .phone-call {
        margin-bottom: 30px;
    }
    .header-mobile-item {
        padding: 18.5px 20px;
        display: flex;
        background: #F5EFED;
        font-weight: 500;
        font-size: 20px;
        color: #1D1D1D;
        flex-flow: row-reverse;
        border-radius: 10px;
        justify-content: space-between;
    }
    .footer-socials {
        display: grid;
        grid-auto-flow: column;
        gap: 12px;
        justify-content: center;
    }
    .footer-social-icon {
        background: #1D1D1D;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-info-block {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .header-info-text {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.4;
        color: #1D1D1D;
    }
    .header-info-bottom {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-direction: column;
        justify-content: space-between;
    }
    .header-language-switcher {
        align-items: center;
        gap: 6px;
        font-weight: 600;
        font-size: 24.821px;
        color: #1D1D1D;
        display: flex;
        flex-direction: row;
    }
    .header-language-switcher a {
        padding: 16px 18px;
        background: #F5EFED;
        border-radius: 1489.26px;
    }
    .header-language-switcher .is-active {
        background: #1D1D1D;
        color: #fff;
    }
    .header-social-icon {
        background: #1D1D1D;
        border-radius: 50%;
        width: 56px;
        height: 56px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-socials {
        display: flex;
        gap: 20px;
    }

    .header-info-block {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    .header-info-item {
        display: grid;
        grid-template-columns: 24px 1fr;
        column-gap: 14px;
        align-items: start;
    }
    .header-info-item .header-info-text {
        display: grid;
        row-gap: 4px;
    }
    .site-footer {
        padding: 0 24px;
    }
    .header-socials {
        display: grid;
        grid-auto-flow: column;
        gap: 12px;
        justify-content: start;
    }
    .header-language-switcher {
        display: inline-grid;
        grid-auto-flow: column;
        align-items: center;
        gap: 8px;
    }
    .burger-inner {
        position: fixed;
        left: 0;
        top: 70px;
        width: 100%;
        height: calc(100vh - 70px);
        background: #fff;
        padding: 14px 24px 74px 24px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        display: none;
        z-index: 999998;
    }
    .hero-pc {
        display: none!important;
    }
    .site-header.is-menu-open {
        border-radius: 0;
    }
    .site-header.is-menu-open .burger-icon {
        background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3795 0.665443C18.267 -0.221716 19.7059 -0.221913 20.5933 0.665443C21.4808 1.55287 21.4805 2.99172 20.5933 3.87931L13.9859 10.4858L20.8795 17.3793C21.767 18.2669 21.767 19.7056 20.8795 20.5932C19.9919 21.4807 18.5531 21.4807 17.6656 20.5932L10.772 13.6996L3.87946 20.5932C2.9919 21.4807 1.55313 21.4807 0.665597 20.5932C-0.221861 19.7056 -0.22187 18.2668 0.665597 17.3793L7.55818 10.4858L0.95173 3.87931C0.0647056 2.99173 0.0644075 1.55283 0.95173 0.665443C1.83911 -0.221942 3.278 -0.221602 4.1656 0.665443L10.772 7.27189L17.3795 0.665443Z' fill='white'/%3E%3C/svg%3E");
    }
    .site-header.is-menu-open .burger-inner {
        display: block;
    }
    .burger-icon {
        width: 22px;
        height: 19px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg width='29' height='25' viewBox='0 0 29 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.27274 2.27273H25.9091' stroke='white' stroke-width='4.54545' stroke-linecap='round'/%3E%3Cpath d='M2.27273 12.2727H25.9091' stroke='white' stroke-width='4.54545' stroke-linecap='round'/%3E%3Cpath d='M2.27273 22.2727H25.9091' stroke='white' stroke-width='4.54545' stroke-linecap='round'/%3E%3C/svg%3E");
    }
    .footer-column {
        display: none;
    }
    .footer-mobile {
        display: block;
        width: 100%;
    }
    .footer-logo {
        margin-bottom: 16px;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .footer-inner {
        display: flex;
        flex-flow: column;
        max-width: 100%;
        padding: 18px 21px 18px 21px;
    }
    .footer-mobile-menu {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-bottom: 44px;
    }
      .footer-column {
        display: none;
    }
    .footer-mobile {
        display: block;
        width: 100%;
    }
    .footer-info-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #1D1D1D;
  }
    .footer-info-item .footer-info-text {
    display: grid;
    row-gap: 4px;
  }
    .footer-info-item {
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 14px;
    align-items: start;
  }
   .footer-info-block {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5px;
  }
    .footer-logo {
    margin-bottom: 16px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
   .footer-mobile {
    display: block;
    width: 100%;
  }
    .site-footer {
    padding: 0 24px;
  }
    .hits-navigation, .header-main, .header-top {
    display: none;
  }
    .header-mobile-item {
    padding: 18.5px 20px;
    display: flex;
    background: #F5EFED;
    font-weight: 500;
    font-size: 20px;
    color: #1D1D1D;
    flex-flow: row-reverse;
    border-radius: 10px;
    justify-content: space-between;
  }
    .header-mobile-item {
    font-weight: 500;
    font-size: 20px;
    color: #1D1D1D;
  }
   .header-mobile-item {
    padding: 18.5px 20px;
    display: flex;
    background: #F5EFED;
    font-weight: 500;
    font-size: 20px;
    color: #1D1D1D;
    flex-flow: row-reverse;
    border-radius: 10px;
    justify-content: space-between;
  }
      .popup-inner {
        max-height: 100vh;
        overflow-y: auto;
    }
        .popup-title {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .popup-form .wpcf7-form-control {
        padding: 15px 17px;
    }
}