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;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 144%;
    color: #8f8f8f;
    font-family: Inter, sans-serif;
    letter-spacing: -0.001em;
    min-height: 100vh;
}
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: #f4a700;
}
p {
    margin-bottom: 0;
}
footer a {
  color: #f4a700;
}
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;
}
.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: 50%;
    -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: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
    text-align: center;
    width: 90%;
}
.promo-banner .promo-banner__img {
    width: 100%;
}
.promo-banner .promo-banner__subtitle {
    font-weight: 600;
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #fff;
}
.btn,
.heading {
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .promo-banner .promo-banner__subtitle {
        font-size: 1.8rem;
    }
}
.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: #f4a700;
}
.socials .socials__item--primary:hover {
    background-color: #bc970b;
}
.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: #f4a700;
}
.btn--primary .icon {
    fill: currentColor;
    -webkit-transition: none;
    transition: none;
}
.btn--primary:hover {
    background-color: #bc970b;
    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%;
}
.site-header {
    background: rgba(28, 28, 28, 0.5);
    padding: 1.5rem;
    height: 7.8rem;
    z-index: 10;
}
.site-header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-header--absolute {
    position: absolute;
    top: 0;
    left: 0;
    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: 2.4rem 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;
}
.site-footer {
    padding: 3rem;
    background-color: #1c1c1c;
}
.site-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 800px) {
    .site-footer .container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.4rem;
    }
}
.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: #f4a700;
}
.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 {
    min-width: 50%;
    -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: #f4a700;
    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: #f4a700;
}
.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: #f4a700;
}
.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: #f4a700;
}
.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: #f4a700;
}
.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: #f4a700;
    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: #f4a700;
    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: #f4a700;
}
.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 #f4a700;
}
.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;
}

.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;
}
/* Основные стили */
.site-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

.site-header .buttons {
    display: flex;
    gap: 10px;
}

/* Гамбургер-меню */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
}

.menu-toggle .menu-icon {
    width: 30px;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-toggle::before,
.menu-toggle::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s ease-in-out;
}

.menu-toggle::before {
    top: 10px;
}

.menu-toggle::after {
    bottom: 10px;
}

/* Мобильное меню */
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    z-index: 999;
    background: #1c1c1c;
}

.mobile-menu a {
    display: block;
    margin: 10px 0;
}

/* Показываем мобильное меню при активации */
.mobile-menu.active {
    display: block;
}
	.promo-banner__content img {
    	display: none;
	}
/* Скрываем кнопки на мобильных */
@media (max-width: 768px) {
    .site-header .buttons {
        display: none;
    }

    .menu-toggle {
        display: block;
    }
}