:root {
  --font-family: "Proxima Nova", sans-serif;
  --font-bebas: "BebasNeue", sans-serif;
  --content-width: 1170px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white: #fff;
  --black: #000;
  --light-color: #ece3d6;
  --input-b-color: #959595;
  --label-color: #252525;
  --dark-color: #111;
  --dark-red: #901;
  --semilight-red: #ed1b2f;
  --light-red: #ff6565;
  --light-brown: #a78e80;
  --gray: #999;
  --light-gray: #cdcdcd;
  --dark-brown: #170f00;
  --semilight-gray: #828282;
  --white-gray: #bfbfbf;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts//proximanova_regular.otf");
  font-weight: 400;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts//proximanova_regular.otf");
  font-weight: 500;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts//proximanova_bold-SemiBold.otf");
  font-weight: 600;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts//proximanova_bold.otf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts//proximanova_extrabold.otf");
  font-weight: 800;
  font-display: block;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts//ofont.ru_Bebas Neue.ttf");
  font-weight: 700;
  font-display: block;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

@media screen and (pointer: fine) {
  html {
    width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
  }
}
body,
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.6rem;
}

.main:not(.main--first) {
  margin-top: 15.1rem;
}
@media (max-width: 576px) {
  .main:not(.main--first) {
    margin-top: 9.7rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.section:first-child {
  margin-top: 21.7rem;
}
.section:not(:last-child) {
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  .section:not(:last-child) {
    margin-bottom: 3rem;
  }
}

.container {
  position: relative;
  padding: 0 4rem;
  width: 100%;
  max-width: 235.5rem;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1920px) {
  .container {
    max-width: 186.5rem;
    padding: 0 4.4rem;
  }
}
@media (max-width: 1440px) {
  .container {
    padding: 0 3.25rem;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 1.2rem;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 0.7rem;
  }
}
.container--big {
  max-width: 234rem;
}
@media (max-width: 1024px) {
  .container--big-tablet {
    padding: 0 2.6rem;
  }
}
@media (max-width: 576px) {
  .container--big-tablet {
    padding: 0 1.75rem;
  }
}

.site-container {
  overflow-x: clip;
  width: 100%;
  max-width: 100%;
  min-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;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  font-family: var(--font-family);
}
.btn-reset:focus-visible {
  outline: none;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 13.2rem;
}
@media (max-width: 576px) {
  main {
    margin-bottom: 3.3rem;
  }
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow-x: hidden;
}

section {
  scroll-margin-top: 150px;
}

.pnlm-controls-container {
  margin-left: 1.5rem;
  margin-top: 1rem;
}

html {
  --refRes: 2500;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (min-width: 2501px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1920px) and (min-width: 1441px) {
  html {
    --refRes: 1920 !important;
  }
}
@media (max-width: 1440px) and (min-width: 1025px) {
  html {
    --refRes: 1440 !important;
  }
}
@media (max-width: 1024px) and (min-width: 577px) {
  html {
    --refRes: 1024 !important;
  }
}
@media (max-width: 576px) {
  html {
    --refRes: 375 !important;
  }
}

.title {
  color: var(--dark-color);
}
.title--h1 {
  font-weight: 800;
  font-size: 7.2rem;
  line-height: 97%;
  letter-spacing: 0.01em;
}
@media (max-width: 1920px) {
  .title--h1 {
    font-size: 6.2rem;
  }
}
@media (max-width: 576px) {
  .title--h1 {
    font-size: 2.7rem;
    line-height: 114%;
  }
  .title--h1 span {
    font-size: 2.2rem;
    letter-spacing: 0.01em;
  }
}
.title--h1-sm {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 100%;
  color: var(--black);
}
@media (max-width: 576px) {
  .title--h1-sm {
    font-size: 4.8rem;
  }
}
.title--bebas {
  font-family: var(--font-bebas);
}
.title--h2 {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--black);
}
@media (max-width: 1024px) {
  .title--h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .title--h2 {
    font-size: 2rem;
  }
}
.title--h2-sm {
  font-weight: 700;
  font-size: 4rem;
  color: var(--black);
}
@media (max-width: 576px) {
  .title--h2-sm {
    font-size: 2rem;
  }
}
.title--h3 {
  font-family: var(--font-bebas);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 117%;
  text-transform: uppercase;
  color: var(--black);
}
@media (max-width: 576px) {
  .title--h3 {
    font-size: 2.2rem;
    line-height: 127%;
  }
}

.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--semilight-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.back-btn:hover {
  opacity: 0.6;
}

.square-btn {
  cursor: pointer;
  position: relative;
  min-width: 4rem;
  min-height: 4rem;
  max-width: 4rem;
  max-height: 4rem;
  border-radius: 0.7rem;
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.05);
}
.square-btn.swiper-button-disabled {
  opacity: 0.4;
}
.square-btn--prev-banner, .square-btn--next-banner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.square-btn--next-banner {
  right: 3.9rem;
}
.square-btn--prev-banner {
  left: 3.9rem;
}
.square-btn__panorama-slide {
  height: 100%;
}
@media (max-width: 576px) {
  .square-btn {
    min-width: 3rem;
    min-height: 3rem;
    max-width: 3rem;
    max-height: 3rem;
  }
}

.btn {
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: 600;
  border-radius: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn--red {
  padding: 1rem 2.5rem;
  line-height: 179%;
  font-size: 1.4rem;
  text-transform: uppercase;
  background: var(--dark-red);
  color: var(--white);
  border-radius: 0.4rem;
}
.btn--red:not(:disabled):hover {
  opacity: 0.6;
}
.btn--red:disabled {
  opacity: 0.6;
}
.btn--white {
  padding: 0.4rem 1.5rem;
  background: var(--white);
  color: var(--black);
  font-size: 1.2rem;
  line-height: 208%;
}
.btn--white:hover {
  background: var(--light-gray);
}

.top-section {
  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;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .top-section {
    margin-bottom: 1.4rem;
  }
}
.top-section__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.4rem;
}
@media (min-width: 577px) {
  .top-section__row {
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 1024px) {
  .top-section__row--xl {
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 576px) {
  .top-section__row--xl {
    margin-top: 12rem;
  }
}
.top-section__tabs {
  z-index: 0;
  margin-left: auto;
  margin-right: unset;
}
.top-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .top-section__info {
    -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;
  }
}
@media (max-width: 576px) {
  .top-section__info--single {
    -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;
  }
}
@media (max-width: 576px) {
  .top-section__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 9.9rem 1.6rem 1rem 1.6rem;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 1;
  }
}
.top-section__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-section__link:hover {
  opacity: 0.6;
}
@media (max-width: 576px) {
  .top-section__link {
    font-size: 1.4rem;
    gap: 0.8rem;
  }
}
@media (max-width: 576px) {
  .top-section {
    margin-bottom: 1.4rem;
  }
}

.tabs::-webkit-scrollbar {
  display: none;
}

.tabs {
  max-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  z-index: 0;
}
@media (max-width: 576px) {
  .tabs {
    width: 100%;
    overflow-x: auto;
  }
}
.tabs__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tabs__btn {
  padding: 1.1rem 2rem;
  border: 1px solid var(--white-gray);
  border-radius: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  color: var(--black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .tabs__btn {
    padding: 0.6rem 2rem;
  }
}
.tabs__btn--active {
  border-color: var(--dark-red);
  background: var(--dark-red);
  color: var(--white);
}
.tabs__btn:not(.tabs__btn--active):hover {
  opacity: 0.6;
}

.arrow-icon {
  border-radius: 2rem;
  min-width: 4rem;
  min-height: 4rem;
  max-width: 4rem;
  max-height: 4rem;
}
.arrow-icon--brown {
  background: var(--light-brown);
}
.arrow-icon--black {
  background: var(--label-color);
}
@media (max-width: 576px) {
  .arrow-icon {
    min-width: 2.9rem;
    min-height: 2.9rem;
    max-width: 2.9rem;
    max-height: 2.9rem;
  }
}

.swiper-pagination {
  margin-top: 0.8rem;
}
@media (max-width: 1024px) {
  .swiper-pagination {
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .swiper-pagination {
    margin-top: 0.4rem;
  }
}
.swiper-pagination--new {
  position: static;
}
.swiper-pagination--new .swiper-pagination-bullet {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 2rem;
  height: 0.3rem;
  background: #231F20;
  border-radius: 20%;
}
.swiper-pagination--new .swiper-pagination-bullet-active {
  background: var(--dark-red);
  width: 3.8rem;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.checkbox__label {
  font-size: 1.6rem;
  color: var(--input-b-color);
}
.checkbox__label a {
  color: var(--dark-red);
}
.checkbox__label a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .checkbox__label {
    font-size: 1.2rem;
  }
}
.checkbox__input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  min-width: 1.6rem;
  min-height: 1.6rem;
  max-width: 1.6rem;
  max-height: 1.6rem;
  border: 1px solid var(--light-color);
  border-radius: 0.25rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  margin: 0;
}
.checkbox__input:checked {
  background-color: var(--light-color);
  border-color: var(--light-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.bg-black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.74);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.bg-black--active {
  opacity: 1;
  visibility: visible;
}

.search {
  position: relative;
}
.search__input {
  padding: 1.1rem 3.8rem 1.1rem 1.7rem;
  border: 1px solid var(--white-gray);
  border-radius: 10rem;
  width: 51.3rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--black);
}
@media (max-width: 576px) {
  .search__input {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .search--desktop {
    display: none;
  }
}
.search--mobile {
  display: none;
}
@media (max-width: 576px) {
  .search--mobile {
    display: block;
  }
}
.search__icon {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.9rem;
  height: 1.9rem;
}

.graph-modal__container--thanks {
  padding: 2.4rem;
  width: 54.6rem;
  height: 31.3rem;
}
@media (max-width: 576px) {
  .graph-modal__container--thanks {
    width: 32rem;
    height: 20rem;
  }
}
.graph-modal__container--rules {
  padding: 3.2rem 1.8rem 2.6rem 3.1rem;
  width: 54.6rem;
  height: 20.2rem;
  border-radius: 1.6rem;
}
@media (max-width: 576px) {
  .graph-modal__container--rules {
    width: 34.9rem;
    height: 29rem;
  }
}

.modal-thanks .graph-modal__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: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.5rem;
  height: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 192%;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
}
@media (max-width: 576px) {
  .modal-thanks .graph-modal__content {
    gap: 2.3rem;
    font-size: 1.5rem;
    line-height: 133%;
    max-width: 21.9rem;
    margin: 0 auto;
  }
}
.modal-thanks .graph-modal__content svg {
  width: 6.8rem;
  height: 6.8rem;
}
@media (max-width: 576px) {
  .modal-thanks .graph-modal__content svg {
    width: 5rem;
    height: 5rem;
  }
}

.modal-rules .graph-modal__content {
  color: var(--black);
}
.modal-rules__title {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}
.modal-rules__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  margin-bottom: 0.8rem;
}
.modal-rules__text strong {
  font-weight: 600;
}
.modal-rules__bottom {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 83%;
  margin-top: 3rem;
}

.disable-scroll {
  height: auto;
}

.show-all {
  display: block;
  margin: 3rem auto 0 auto;
}
@media (max-width: 576px) {
  .show-all {
    width: 100%;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.header__wrapper {
  border-radius: 0 0 3.2rem 3.2rem;
  background: var(--dark-color);
  padding: 3.1rem 11rem 3.2rem 3.4rem;
}
@media (max-width: 1024px) {
  .header__wrapper {
    padding: 4.2rem 4.7rem 4.2rem 5.9rem;
  }
}
@media (max-width: 576px) {
  .header__wrapper {
    padding: 2.2rem 0.4rem 2.2rem 0.4rem;
    border-radius: 0 0 2.2rem 2.2rem;
  }
}
.header__body {
  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;
  gap: 2rem;
}
.header__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.5rem;
}
@media (max-width: 1024px) {
  .header__logos {
    gap: 2rem;
  }
}
.header__logos img {
  max-width: 8.2rem;
  max-height: 6.7rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .header__logos img {
    max-width: 6.1rem;
    max-height: 4.6rem;
  }
}
@media (max-width: 576px) {
  .header__logos img {
    max-width: 4.7rem;
    max-height: 2.8rem;
  }
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8.2rem;
}
@media (max-width: 1024px) {
  .menu {
    gap: 7.3rem;
  }
}
@media (max-width: 576px) {
  .menu {
    gap: 2rem;
  }
}
.menu__logo {
  width: 16.8rem;
  height: 3.6rem;
}
@media (max-width: 1024px) {
  .menu__logo {
    width: 11.9rem;
    height: 2.6rem;
  }
}
@media (max-width: 576px) {
  .menu__logo {
    width: 10rem;
    height: 2rem;
  }
}
@media (max-width: 576px) {
  .menu__logo--top {
    display: none;
  }
}
.menu__nav {
  color: var(--light-color);
}
@media (max-width: 576px) {
  .menu__nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: var(--dark-color);
    padding: 6rem 3rem 3rem 3rem;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.menu--active .menu__nav {
  top: 5.8rem;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .menu__list {
    gap: 2.2rem;
  }
}
@media (max-width: 576px) {
  .menu__list {
    -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: 0.5rem;
    margin-bottom: 3.5rem;
  }
}
.menu__item {
  overflow: hidden;
}
.menu__link {
  position: relative;
  line-height: 131%;
  letter-spacing: 0.01em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .menu__link {
    font-family: var(--font-bebas);
    font-weight: 700;
    font-size: 3.6rem;
    text-transform: uppercase;
    color: var(--white);
  }
}
.menu__link:before {
  content: "";
  position: absolute;
  bottom: -0.2rem;
  left: -100%;
  width: 100%;
  height: 0.2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--light-color);
}
.menu__link:hover {
  text-shadow: 0 0 1px rgb(255, 255, 255);
}
.menu__link:hover:before {
  left: 0;
}
.menu__burger {
  display: none;
}
@media (max-width: 576px) {
  .menu__burger {
    display: block;
  }
}
.menu__icons {
  display: none;
}
@media (max-width: 576px) {
  .menu__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.sub-header {
  height: 13rem;
}
@media (max-width: 576px) {
  .sub-header {
    height: 7.4rem;
  }
}

.main-banner__container {
  pointer-events: none;
}
.main-banner__wrapper {
  position: relative;
  padding: 21.7rem 0 8.6rem 0;
  height: 100vh;
  max-height: 100.7rem;
}
.main-banner__wrapper:last-child {
  margin-bottom: 4.6rem;
}
@media (max-width: 1920px) {
  .main-banner__wrapper {
    max-height: 103.9rem;
  }
}
@media (max-width: 1440px) {
  .main-banner__wrapper {
    max-height: 100.9rem;
  }
}
@media (max-width: 576px) {
  .main-banner__wrapper {
    max-height: 42.9rem;
    padding: 10rem 0 2.2rem 0;
  }
  .main-banner__wrapper:last-child {
    margin-bottom: 2.9rem;
  }
}
.main-banner__content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-banner__swiper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.main-banner__title {
  text-align: center;
  margin: 0 auto;
  max-width: 146rem;
  font-size: 8.6rem;
  line-height: 123%;
  letter-spacing: 0.01em;
}
@media (max-width: 1920px) {
  .main-banner__title {
    font-size: 8.2rem;
  }
}
@media (max-width: 1440px) {
  .main-banner__title {
    font-size: 6.2rem;
    max-width: 122rem;
  }
}
@media (max-width: 1024px) {
  .main-banner__title {
    max-width: 68rem;
  }
}
@media (max-width: 576px) {
  .main-banner__title {
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main-banner__info {
  -webkit-transform: translateY(-24%);
  -ms-transform: translateY(-24%);
  transform: translateY(-24%);
}
@media (max-width: 576px) {
  .main-banner__info:last-child {
    margin-bottom: 0;
  }
}
.main-banner__bottom {
  position: relative;
}
.main-banner__bottom-born {
  position: absolute;
  top: -8.4rem;
  left: 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-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3.2rem;
  padding: 0.8rem 5rem;
  background: var(--light-color);
  z-index: 1;
  font-weight: 600;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
  width: 79.4rem;
}
@media (max-width: 1440px) {
  .main-banner__bottom-born {
    width: 43.4rem;
  }
}
.main-banner__bottom-born span {
  line-height: 160%;
  font-size: 1.6rem;
}
@media (max-width: 576px) {
  .main-banner__bottom-born span {
    font-weight: 400;
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .main-banner__bottom-born {
    width: 33.3rem;
    padding: 0.8rem 1rem;
  }
}
@media (max-width: 576px) {
  .main-banner__bottom-born {
    top: -2.4rem;
    border-radius: 2.2rem;
    font-size: 1.4rem;
    line-height: 140%;
    width: 26rem;
    padding: 0.4rem 1rem;
  }
}
.main-banner__block {
  position: relative;
  padding: 2.5rem 6.4rem 4.4rem 6.4rem;
  border-radius: 0 0 3.2rem 3.2rem;
  background: var(--dark-red);
}
.main-banner__block::before {
  content: "";
  position: absolute;
  top: -6.8rem;
  left: 0;
  width: 100%;
  height: 13.9rem;
  background: inherit;
  -webkit-mask-image: url("../img/mask-block.svg");
  mask-image: url("../img/mask-block.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  border-radius: 3.2rem 3.2rem 0 0;
}
@media (max-width: 1440px) {
  .main-banner__block::before {
    height: 7.7rem;
    top: -4.3rem;
  }
}
@media (max-width: 1024px) {
  .main-banner__block::before {
    height: 5.4rem;
    top: -3rem;
  }
}
@media (max-width: 576px) {
  .main-banner__block::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-banner__block {
    padding: 4.5rem 4.1rem 4.4rem 4.1rem;
  }
}
@media (max-width: 576px) {
  .main-banner__block {
    border-radius: 2.2rem;
    padding: 1.3rem 1.3rem 1.5rem 1.3rem;
  }
}
.main-banner__block-text {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 160%;
  letter-spacing: -0.03em;
  color: var(--white);
  opacity: 0.8;
}
@media (max-width: 1920px) {
  .main-banner__block-text {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .main-banner__block-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .main-banner__block-text {
    text-align: center;
    font-size: 1.3rem;
  }
}
.main-banner__body {
  position: absolute;
  top: 16.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 1920px) {
  .main-banner__body {
    top: 15.9rem;
  }
}
@media (max-width: 1024px) {
  .main-banner__body {
    top: 17.1rem;
  }
}
@media (max-width: 576px) {
  .main-banner__body {
    top: 9.3rem;
  }
}
.main-banner__block-years {
  position: absolute;
  top: -6.8rem;
  left: 6.2rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--white);
  border-radius: 0 0 1.2rem 1.2rem;
  padding: 0.6rem 2.3rem 0.8rem 2.3rem;
  background: var(--black);
}
@media (max-width: 1440px) {
  .main-banner__block-years {
    top: -4.3rem;
  }
}
@media (max-width: 1024px) {
  .main-banner__block-years {
    top: -3rem;
    padding: 0.5rem 2.3rem 0.5rem 2.3rem;
  }
}
@media (max-width: 576px) {
  .main-banner__block-years {
    font-size: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}
.main-banner__block-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .main-banner__block-decor {
    height: 51%;
  }
}
.main-banner__swiper-slide {
  background: #f4eee6;
}

@media (max-width: 576px) {
  .main-banner__bottom:has(.main-banner__bottom-born) .main-banner__block-years {
    font-size: 1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 2.3rem;
  }
}

@media (max-width: 576px) {
  .main-banner__bottom:has(.main-banner__bottom-born, .main-banner__block-years) .main-banner__block {
    padding: 6.1rem 1.3rem 1.5rem 1.3rem;
  }
}

.main-3d__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  max-width: 174.7rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .main-3d__body {
    gap: 2rem;
  }
}
.main-3d__panorama {
  border-radius: 3.2rem;
  width: 100%;
  height: 72.7rem;
}
@media (max-width: 1440px) {
  .main-3d__panorama {
    height: 55.4rem;
  }
}
@media (max-width: 1024px) {
  .main-3d__panorama {
    height: 45.4rem;
  }
}
@media (max-width: 576px) {
  .main-3d__panorama {
    height: 29.4rem;
  }
}
.main-3d__panorama-slide {
  height: 100%;
}
.main-3d__panorama-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-3d__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media (max-width: 576px) {
  .square-btn--next-3d--desktop, .square-btn--prev-3d--desktop {
    display: none;
  }
}

.main-3d__viewer {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
}

.viewer-guard {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
  cursor: pointer;
  background: transparent;
  z-index: 2;
}

.viewer-guard__hint {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.main-3d__viewer.viewer--active {
  cursor: -webkit-grab;
  cursor: grab;
}

@media (min-width: 577px) {
  .main-matches {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39.42%, rgba(244, 238, 230, 0)), to(#f4eee6));
    background: linear-gradient(180deg, rgba(244, 238, 230, 0) 39.42%, #f4eee6 100%);
  }
}
.main-matches__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 576px) {
  .main-matches__items {
    display: none;
  }
}
.main-matches__row {
  position: relative;
  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;
  gap: 2rem;
  padding: 3rem 4rem;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.main-matches__row:not(:last-child) {
  border-bottom: 1px solid var(--black);
}
.main-matches__row:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: var(--dark-red);
}
@media (max-width: 1024px) {
  .main-matches__row:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-matches__row {
    gap: 1rem;
    padding: 3rem 0;
    border-bottom: 1px solid var(--black);
  }
}
.main-matches__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  width: 15rem;
}
@media (max-width: 1024px) {
  .main-matches__block {
    width: 15.9rem;
    max-width: 100%;
  }
}
.main-matches__block-day {
  text-transform: capitalize;
}
.main-matches__block-gray {
  color: var(--gray);
  font-size: 1.3rem;
  line-height: 142%;
}
.main-matches__block--reverse {
  text-align: right;
}
.main-matches__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  font-weight: 400;
  font-size: 3.6rem;
  line-height: 150%;
}
.main-matches__time img {
  width: 7.3rem;
  height: 5.8rem;
}
@media (max-width: 1024px) {
  .main-matches__time {
    gap: 2rem;
  }
}
.main-matches__time-inner {
  position: relative;
}
.main-matches__time-inner-city {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
}
.main-matches__row-center-location {
  position: absolute;
  top: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  color: var(--gray);
  text-align: center;
  width: 100%;
}
.main-matches__logo img {
  width: 7.3rem;
  height: 5.8rem;
}
.main-matches__mobile {
  position: relative;
  display: none;
}
@media (max-width: 576px) {
  .main-matches__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-matches__row-center {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .main-matches__row-center {
    gap: 2rem;
  }
}
.main-matches__mobile-buttons {
  position: absolute;
  bottom: 21px;
  left: 0.8rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
}

.card-match {
  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;
  border: 1px solid rgba(167, 142, 128, 0.4);
  border-radius: 1.2rem;
  padding: 1.2rem;
  color: var(--black);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(39.42%, rgba(244, 238, 230, 0)), to(#f4eee6));
  background: linear-gradient(180deg, rgba(244, 238, 230, 0) 39.42%, #f4eee6 100%);
}
.card-match__date {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
.card-match__teams {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.7rem;
}
.card-match__teams-block {
  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: 0.3rem;
  min-width: 10.3rem;
}
.card-match__teams-block img {
  width: 5.1rem;
  height: 5.1rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.card-match__teams-title {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
}
.card-match__teams-city {
  font-weight: 400;
  font-size: 1rem;
  color: #7c7c7c;
}
.card-match__teams-time {
  position: relative;
  font-weight: 600;
  font-size: 2.6rem;
  text-align: center;
}
.card-match__teams-time-city {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
}
.card-match__time-inner-location {
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
}
.card-match__teams-place {
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
  color: #a78e80;
  margin-top: 0.5rem;
}
.card-match__btn {
  min-width: 25rem;
}

.main-news {
  position: relative;
}
.main-news__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
@media (max-width: 576px) {
  .main-news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}
.main-news__decor {
  position: absolute;
  top: -15rem;
  left: 0;
  width: 100%;
  height: 70rem;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .main-news__decor {
    height: 59rem;
  }
}
@media (max-width: 1440px) {
  .main-news__decor {
    height: 42rem;
  }
}
@media (max-width: 1024px) {
  .main-news__decor {
    top: -2rem;
  }
}
@media (max-width: 576px) {
  .main-news__decor {
    height: 28rem;
  }
}
.main-news__item {
  padding-bottom: 2.3rem;
  border-bottom: 1px solid var(--black);
}
.main-news__item-date {
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 125%;
  margin-bottom: 1rem;
  color: var(--black);
  padding-left: 1.4rem;
}
.main-news__item-date:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--light-red);
}
@media (max-width: 576px) {
  .main-news__item-date {
    margin-bottom: 2rem;
  }
}
.main-news__item-title {
  margin-bottom: 0.7rem;
  max-width: 45rem;
}
@media (max-width: 576px) {
  .main-news__item-title {
    margin-bottom: 2rem;
    max-width: 25rem;
  }
}
.main-news__item-bottom {
  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;
  gap: 1.7rem;
}
.main-news__item-text {
  max-width: 35rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 129%;
  color: var(--black);
}

.promo-banner__swiper {
  border-radius: 3.2rem;
}
.promo-banner__img {
  border-radius: 3.2rem;
  height: 28.5rem;
  width: 100%;
}
@media (max-width: 1920px) {
  .promo-banner__img {
    height: 22.3rem;
  }
}
@media (max-width: 1440px) {
  .promo-banner__img {
    height: 17rem;
  }
}
@media (max-width: 1024px) {
  .promo-banner__img {
    height: 12.3rem;
  }
}
@media (max-width: 576px) {
  .promo-banner__img {
    height: 22rem;
  }
}
.promo-banner__info {
  position: absolute;
  top: 3.4rem;
  right: 4.4rem;
}
.promo-banner__info svg {
  width: 5.3rem;
  height: 5.3rem;
}
@media (max-width: 1920px) {
  .promo-banner__info svg {
    width: 3.3rem;
    height: 3.3rem;
  }
}
@media (max-width: 576px) {
  .promo-banner__info svg {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 1440px) {
  .promo-banner__info {
    top: 1.4rem;
    right: 2.3rem;
  }
}
@media (max-width: 576px) {
  .promo-banner__info {
    top: 1.1rem;
    right: 1.8rem;
  }
}
.promo-banner__label {
  position: absolute;
  top: 3.6rem;
  left: 2.8rem;
  padding: 1.4rem 2.4rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.36);
  width: 27.3rem;
  color: var(--white);
}
@media (max-width: 1920px) {
  .promo-banner__label {
    font-size: 1.5rem;
    padding: 1rem 1rem;
    width: 16.6rem;
  }
}
@media (max-width: 1440px) {
  .promo-banner__label {
    top: 1.4rem;
    left: 2.3rem;
  }
}
@media (max-width: 576px) {
  .promo-banner__label {
    font-size: 1.2rem;
    width: 11.3rem;
    top: 1.1rem;
    left: 1.8rem;
  }
}
.promo-banner__popup {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--white);
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 2.8rem;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  background: #f2f2f2;
  color: var(--input-b-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 576px) {
  .promo-banner__popup {
    font-size: 1.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.promo-banner__popup--active {
  opacity: 1;
  visibility: visible;
}
.promo-banner__close {
  position: absolute;
  top: 3rem;
  right: 3.8rem;
}
.promo-banner__close svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media (max-width: 1024px) {
  .promo-banner__close {
    top: 2.2rem;
    right: 3rem;
  }
}
@media (max-width: 576px) {
  .promo-banner__close {
    top: 1.5rem;
    right: 2.1rem;
  }
}
.promo-banner__popup-title {
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .promo-banner__popup-title {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 576px) {
  .promo-banner__popup-title {
    margin-bottom: 2.1rem;
    font-size: 1.4rem;
  }
}
.promo-banner__popup-info {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .promo-banner__popup-info {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .promo-banner__popup-info {
    font-size: 1.2rem;
  }
}

.main-events__top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
.main-events__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
}
.main-events__swiper {
  overflow: visible;
}
.main-events__item {
  border-radius: 1.2rem;
}
.main-events__swiper-slide {
  width: 62.8rem;
}
@media (max-width: 1024px) {
  .main-events__swiper-slide {
    width: 47.2rem;
  }
}
@media (max-width: 576px) {
  .main-events__swiper-slide {
    width: 100%;
  }
}

.item-events {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
  border-radius: 1.2rem;
  height: 31.4rem;
}
@media (max-width: 1024px) {
  .item-events {
    height: 23.6rem;
  }
}
@media (max-width: 576px) {
  .item-events {
    height: 17.5rem;
  }
}
.item-events:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(23%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(82%, #000000), to(#000000));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0) 50%, #000000 82%, #000000 100%);
}
.item-events__img {
  border-radius: 1.2rem;
  height: 100%;
  width: 100%;
}
@media (max-width: 576px) {
  .item-events__img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.item-events__info {
  position: absolute;
  bottom: 2.6rem;
  left: 2.6rem;
}
.item-events__info-date {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.item-events__info-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 83%;
  color: var(--white);
  margin-bottom: 1.8rem;
}
.item-events__info-link {
  display: inline-block;
  min-width: 16rem;
}
.item-events__age {
  position: absolute;
  top: 1.7rem;
  right: 3.4rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 125%;
  color: var(--white);
}

.main-form__top {
  margin-bottom: 1.8rem;
}
.main-form__subtitle {
  font-weight: 400;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: -0.03em;
}
@media (max-width: 576px) {
  .main-form__subtitle {
    font-size: 1.4rem;
  }
}
.main-form__body {
  overflow: hidden;
  position: relative;
  padding: 5.3rem 4.5rem;
  border-radius: 3.2rem;
  border: 1px solid var(--light-color);
  z-index: 1;
}
@media (max-width: 576px) {
  .main-form__body {
    padding: 3.8rem 2.7rem;
  }
}
.main-form__decor {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1;
}
.main-form__decor--right {
  width: 73.8rem;
  right: 0;
}
.main-form__decor--left {
  width: 113.2rem;
  left: 0;
}
.main-form__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7rem;
  -moz-column-gap: 0.7rem;
  column-gap: 0.7rem;
  row-gap: 1.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.main-form__checkbox {
  margin-bottom: 3.4rem;
}
@media (max-width: 576px) {
  .main-form__checkbox {
    margin-bottom: 1.1rem;
  }
}
.main-form__btn {
  font-size: 1.6rem;
  text-transform: capitalize;
  min-width: 31.6rem;
  border-radius: 0.7rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  .main-form__btn {
    min-width: auto;
    width: 100%;
  }
}
.main-form__inner {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 19.4%;
  flex: 0 1 19.4%;
}
.main-form__inner:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.main-form__inner:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 1024px) {
  .main-form__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 49.6%;
    flex: 0 1 49.6%;
  }
  .main-form__inner:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 49%;
    flex: 1 1 49%;
  }
  .main-form__inner:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 576px) {
  .main-form__inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .main-form__inner:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.main-form__inner-counter {
  position: absolute;
  bottom: -3.4rem;
  right: 0;
  color: var(--input-b-color);
  font-size: 1.2rem;
  text-align: end;
}
@media (max-width: 576px) {
  .main-form__inner-counter {
    bottom: -1rem;
  }
}
.main-form__label {
  position: absolute;
  top: 1rem;
  left: 1.3rem;
  color: var(--label-color);
  font-size: 1.2rem;
  line-height: 100%;
}
.main-form__label span {
  color: var(--dark-red);
}
.main-form__input {
  width: 100%;
  padding: 2.6rem 1.3rem 1rem 1.3rem;
  border-radius: 0.7rem;
  resize: none;
  border: 1px solid var(--input-b-color);
}

.event-cards__wrapper {
  display: none;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem;
}
.event-cards__wrapper.active {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 1920px) {
  .event-cards__wrapper {
    -webkit-column-gap: 2.7rem;
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
    row-gap: 2.3rem;
  }
}
@media (max-width: 1024px) {
  .event-cards__wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .event-cards__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}
.event-cards__top-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
@media (max-width: 576px) {
  .event-cards__top-section {
    -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;
    margin-top: 8rem;
    overflow-x: auto;
  }
}
.event-cards__item-events {
  height: 38.5rem;
}
@media (max-width: 1920px) {
  .event-cards__item-events {
    height: 29.4rem;
  }
}
@media (max-width: 1440px) {
  .event-cards__item-events {
    height: 22rem;
  }
}
@media (max-width: 1024px) {
  .event-cards__item-events {
    height: 23.6rem;
  }
}
@media (max-width: 576px) {
  .event-cards__item-events {
    height: 17rem;
  }
}

.event-cards__top-section::-webkit-scrollbar {
  display: none;
}

.swiper-pagination--events {
  display: none;
}
@media (max-width: 576px) {
  .swiper-pagination--events {
    display: block;
  }
}

.event-single:not(:last-child) {
  margin-bottom: 5.5rem;
}
@media (max-width: 576px) {
  .event-single:not(:last-child) {
    margin-bottom: 2.3rem;
  }
}
.event-single__content {
  color: var(--black);
}
.event-single__content p {
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 140%;
}
.event-single__content p:not(:last-child) {
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .event-single__content p {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .event-single__content p {
    font-size: 1.5rem;
  }
}
.event-single__content-info:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 576px) {
  .event-single__content-info:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.event-single__banner {
  position: relative;
  width: 100%;
}
.event-single__banner:not(:last-child) {
  margin-bottom: 4.3rem;
}
.event-single__banner {
  height: 60rem;
}
.event-single__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.8rem;
}
@media (max-width: 576px) {
  .event-single__banner img {
    -o-object-position: left;
    object-position: left;
  }
}
@media (max-width: 1024px) {
  .event-single__banner {
    height: 44rem;
  }
}
@media (max-width: 576px) {
  .event-single__banner {
    height: 34.1rem;
  }
  .event-single__banner:not(:last-child) {
    margin-bottom: 2.2rem;
  }
}
.event-single__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.event-single__links a {
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.event-single__links a:has(svg) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
.event-single__links a:hover {
  opacity: 0.7;
}
@media (max-width: 576px) {
  .event-single__links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.event-single__date {
  font-weight: 500;
  font-size: 3.2rem;
  color: var(--white);
}
.event-single__btn {
  min-width: 30rem;
  padding: 0.8rem 2.5rem;
  font-size: 1.4rem;
}
.event-single__content-inner {
  position: absolute;
  bottom: 4.7rem;
  left: 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 576px) {
  .event-single__content-inner {
    bottom: 1.8rem;
    right: 1.9rem;
    left: 1.9rem;
    gap: 1.6rem;
  }
}
.event-single__age {
  position: absolute;
  top: 3.8rem;
  right: 3.3rem;
  font-family: var(--font-bebas);
  font-weight: 700;
  font-size: 4rem;
  color: var(--white);
}
@media (max-width: 576px) {
  .event-single__age {
    top: 1.8rem;
    right: 1.9rem;
  }
}

.news-cards__top-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.news-cards__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 2.3rem;
}
@media (max-width: 1920px) {
  .news-cards__wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 4rem;
  }
}
@media (max-width: 1024px) {
  .news-cards__wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
@media (max-width: 576px) {
  .news-cards__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.item-news {
  overflow: hidden;
  border-radius: 2rem;
  -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
  background: var(--white);
}
.item-news__img {
  width: 100%;
  height: 22.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-news__info {
  padding: 1.3rem 1.7rem 2.5rem 1.7rem;
}
.item-news__info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1rem;
}
.item-news__info-date {
  position: relative;
  font-weight: 400;
  font-size: 1.4rem;
  color: #6f6f6f;
}
.item-news__info-date:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--white-gray);
  height: 1.3rem;
  width: 0.1rem;
}
.item-news__info-tag {
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--semilight-red);
}
.item-news__info-text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 116%;
  letter-spacing: -0.03em;
  color: var(--black);
}

.news-single .container {
  max-width: 135.5rem;
}
.news-single__top {
  color: var(--black);
  margin-bottom: 2.5rem;
}
@media (max-width: 576px) {
  .news-single__top {
    margin-bottom: 1.7rem;
  }
}
.news-single__title {
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: -0.03em;
  margin-bottom: 1.2rem;
}
@media (max-width: 576px) {
  .news-single__title {
    font-size: 2.2rem;
    line-height: 110%;
    margin-bottom: 1rem;
  }
}
.news-single__info-text {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 2.6rem;
}
@media (max-width: 576px) {
  .news-single__info-text--desktop {
    display: none;
  }
}
.news-single__info-text--mobile {
  display: none;
}
@media (max-width: 576px) {
  .news-single__info-text--mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .news-single__info-text {
    margin-bottom: 1rem;
  }
}
.news-single__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
}
@media (max-width: 576px) {
  .news-single__text {
    color: #6f6f6f;
  }
}
.news-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.news-single__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 140%;
  color: #231f20;
}
@media (max-width: 576px) {
  .news-single__content p {
    color: #6f6f6f;
    font-size: 1.5rem;
  }
}
.news-single__content h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 89%;
  letter-spacing: -0.03em;
}
.news-single__content h3 {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 89%;
  letter-spacing: -0.03em;
}
.news-single__content h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 89%;
  letter-spacing: -0.03em;
}
.news-single__content h5 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 89%;
  letter-spacing: -0.03em;
}
.news-single__content img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2.2rem;
  height: 90.7rem;
}
@media (max-width: 1024px) {
  .news-single__content img {
    height: 61.4rem;
  }
}
@media (max-width: 576px) {
  .news-single__content img {
    height: 35.5rem;
  }
}
.news-single__content blockquote {
  position: relative;
  padding: 9.2rem 3.1rem 2.7rem 2rem;
  border-radius: 1rem;
  background: #ECE2D6;
}
@media (max-width: 1024px) {
  .news-single__content blockquote {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .news-single__content blockquote {
    padding: 9.2rem 2rem 2.8rem 2rem;
  }
}
.news-single__content blockquote div {
  margin-top: 2.2rem;
  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.3rem;
  color: #231f20;
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .news-single__content blockquote p {
    color: #231f20;
  }
}
.news-single__content blockquote span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 140%;
  color: #6f6f6f;
}
.news-single__content blockquote img {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 7.2rem;
  height: 4.9rem;
  border-radius: unset;
}
@media (max-width: 576px) {
  .news-single__content blockquote img {
    top: 2rem;
  }
}

.cookie-modal {
  position: fixed;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  bottom: -100%;
  max-width: 95vw;
  width: 100%;
  border-radius: 2.2rem;
  background: rgba(19, 20, 21, 0.8);
  -webkit-box-shadow: 0 22px 45px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 22px 45px 0 rgba(0, 0, 0, 0.2);
  padding: 1.9rem 4.3rem;
  z-index: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  max-width: 131.6rem;
}
@media (max-width: 1440px) {
  .cookie-modal {
    width: 97vw;
  }
}
.cookie-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white);
}
.cookie-modal__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 576px) {
  .cookie-modal__title {
    font-size: 1.6rem;
  }
}
.cookie-modal__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: center;
}
@media (max-width: 576px) {
  .cookie-modal__text {
    font-size: 1.2rem;
  }
}
.cookie-modal__text a {
  text-decoration: underline;
}
.cookie-modal__btn {
  width: 25.6rem;
  font-size: 2rem;
  border-radius: 1.2rem;
  padding: 0.2rem 1.5rem;
  color: rgba(255, 255, 255, 0.88);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .cookie-modal__btn {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 576px) {
  .cookie-modal__btn {
    height: 5.3rem;
  }
}

.footer {
  padding-top: 10.2rem;
  padding-bottom: 10.9rem;
  background: var(--dark-color);
}
@media (max-width: 1920px) {
  .footer {
    padding-top: 6.1rem;
  }
}
@media (max-width: 1440px) {
  .footer {
    padding-top: 7.6rem;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 8rem;
  }
  .footer .container {
    padding: 0 4rem;
  }
}
@media (max-width: 576px) {
  .footer {
    margin-top: 5.2rem;
    padding-top: 5.3rem;
  }
  .footer .container {
    padding: 0 4.9rem;
  }
  .footer {
    padding-bottom: 4.5rem;
  }
}
.footer__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 62%;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 3.1rem;
}
@media (max-width: 1920px) {
  .footer__title {
    margin-bottom: 5.7rem;
  }
}
@media (max-width: 1440px) {
  .footer__title {
    margin-bottom: 5.9rem;
  }
}
@media (max-width: 1024px) {
  .footer__title {
    margin-bottom: 5.4rem;
  }
}
@media (max-width: 576px) {
  .footer__title {
    font-size: 2rem;
    line-height: 75%;
    margin-bottom: 4.4rem;
  }
}
.footer__partners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  row-gap: 0.9rem;
  -webkit-column-gap: 39rem;
  -moz-column-gap: 39rem;
  column-gap: 39rem;
  margin-bottom: 10.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1920px) {
  .footer__partners {
    row-gap: 2rem;
    -webkit-column-gap: 30rem;
    -moz-column-gap: 30rem;
    column-gap: 30rem;
    margin-bottom: 6.8rem;
  }
}
@media (max-width: 1440px) {
  .footer__partners {
    row-gap: 1.5rem;
    -webkit-column-gap: 24rem;
    -moz-column-gap: 24rem;
    column-gap: 24rem;
    margin-bottom: 5.3rem;
  }
}
@media (max-width: 1024px) {
  .footer__partners {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1.1rem;
    margin-bottom: 2.1rem;
  }
}
.footer__partners img {
  max-width: 27rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .footer__partners img {
    max-width: 21rem;
  }
}
@media (max-width: 1440px) {
  .footer__partners img {
    max-width: 17rem;
  }
}
@media (max-width: 1024px) {
  .footer__partners img {
    max-width: 16.8rem;
  }
}
@media (max-width: 576px) {
  .footer__partners img {
    max-width: 10rem;
  }
}
@media (max-width: 576px) {
  .footer__partners {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5.7rem;
  }
}
.footer__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.5rem;
}
.footer__bottom:before {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 84%;
  height: 0.1rem;
  background: #434343;
}
@media (max-width: 1920px) {
  .footer__bottom:before {
    top: 30%;
    width: 87%;
  }
}
@media (max-width: 1440px) {
  .footer__bottom:before {
    top: 26%;
  }
}
@media (max-width: 1920px) {
  .footer__bottom {
    gap: 3.2rem;
  }
}
@media (max-width: 1440px) {
  .footer__bottom {
    gap: 5.4rem;
  }
}
@media (max-width: 1024px) {
  .footer__bottom:before {
    width: 77%;
  }
}
@media (max-width: 576px) {
  .footer__bottom:before {
    width: 66%;
    top: 7%;
  }
}
.footer__logo {
  width: 25.6rem;
  height: 23.2rem;
}
@media (max-width: 1920px) {
  .footer__logo {
    width: 19.9rem;
    height: 12rem;
  }
}
@media (max-width: 1440px) {
  .footer__logo {
    width: 15.1rem;
    height: 9.1rem;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    width: 7.5rem;
    height: 4.5rem;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
  max-width: 222.1rem;
}
@media (max-width: 1920px) {
  .footer__nav {
    max-width: 164.1rem;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    gap: 6rem;
  }
}
@media (max-width: 576px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.3rem;
  }
}
.footer__nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 90.7rem;
  width: 100%;
}
@media (max-width: 1920px) {
  .footer__nav-left {
    max-width: 111.7rem;
  }
}
@media (max-width: 1440px) {
  .footer__nav-left {
    max-width: 94.4rem;
  }
}
@media (max-width: 1024px) {
  .footer__nav-left {
    max-width: 61.7rem;
  }
}
@media (max-width: 576px) {
  .footer__nav-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.3rem;
  }
}
.footer__nav-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 1920px) {
  .footer__nav-col {
    max-width: 25rem;
  }
}
@media (max-width: 1440px) {
  .footer__nav-col {
    gap: 1.6rem;
  }
}
.footer__nav-title {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 153%;
  color: #acacac;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.7rem;
}
.footer__nav-link {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 153%;
  color: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__nav-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
.footer__nav-social {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__nav-social svg {
  width: 2.8rem;
  height: 2.8rem;
}
.footer__nav-social:hover {
  opacity: 0.6;
}
/*# sourceMappingURL=main.css.map */