@charset "UTF-8";
/* stylelint-disable */ /* stylelint-disable */ /* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */ /* stylelint-disable */
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Italic.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.page {
  height: 100%;
  font-family: "HelveticaNeueCyr", -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, "Noto Sans Armenian", "Noto Sans Bengali", "Noto Sans Cherokee", "Noto Sans Devanagari", "Noto Sans Ethiopic", "Noto Sans Georgian", "Noto Sans Hebrew", "Noto Sans Kannada", "Noto Sans Khmer", "Noto Sans Lao", "Noto Sans Osmanya", "Noto Sans Tamil", "Noto Sans Telugu", "Noto Sans Thai", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 10px;
  background-color: #0C3649;
}

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

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.site-container > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.site-container.absolute-header .header {
  position: absolute;
  width: 100%;
}

.is-hidden {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.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;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1350px;
}
@media (max-width: 1024px) {
  .container {
    padding: 0px 10px;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

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

.page--ios .dis-scroll {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: #32E3A4;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

p,
figure,
blockquote {
  margin: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}

.common-button-prev,
.common-button-next {
  width: 32px;
  height: 64px;
  opacity: 0.5;
}
.common-button-prev:hover,
.common-button-next:hover {
  opacity: 1;
}
.common-button-prev::after,
.common-button-next::after {
  content: none;
}

.common-button-prev svg,
.common-button-next svg {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.common-button-prev svg path,
.common-button-next svg path {
  stroke: #ffffff;
  opacity: 1;
}
.common-button-prev:active svg,
.common-button-next:active svg {
  -webkit-transform: scale(0.72);
  -ms-transform: scale(0.72);
  transform: scale(0.72);
}

.common-button-prev img,
.common-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.common-button-prev:active svg {
  -webkit-transform: rotate(180deg) scale(0.72);
  -ms-transform: rotate(180deg) scale(0.72);
  transform: rotate(180deg) scale(0.72);
}

.marquee__inner {
  white-space: nowrap;
}

.marquee-header__header {
  margin-bottom: 30px;
  font-size: 1em;
}
@media (max-width: 768px) {
  .marquee-header__header {
    font-size: 0.6em;
  }
}
.marquee-header__header-text {
  font-style: normal;
  font-weight: 500;
  font-size: 9.6em;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  white-space: nowrap;
  word-break: keep-all;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 90px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .marquee-header__header-text {
    font-size: 4.2em;
    margin-right: 20px;
  }
}
.marquee-header__header-text_no-gap {
  gap: 0px;
}
.marquee-header__header-text-text {
  color: rgba(255, 255, 255, 0.8);
}
.marquee-header__header-text-text_stroke {
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #ffffff;
}

.video-block__video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/1.4;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-block__figcaption {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2.8em;
  line-height: 120%;
  text-align: start;
}
@media (max-width: 1024px) {
  .video-block__figcaption {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .video-block__figcaption {
    font-size: 1.8em;
  }
}

@media (max-width: 1070px) {
  .graph-modal__container {
    width: 90%;
  }
}

.base-button {
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  border-color: inherit;
  text-decoration: none;
  border: 1px solid;
  display: inline-block;
  font-size: 14px;
  padding: 0.85em 2.78em;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: all 0.2s, color 0.2s;
  -o-transition: all 0.2s, color 0.2s;
  transition: all 0.2s, color 0.2s;
}
.base-button:active {
  -webkit-transform: scale(0.88);
  -ms-transform: scale(0.88);
  transform: scale(0.88);
}
.base-button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#30EBED), to(#32E3A4)), #0C3649;
  background: -o-linear-gradient(left, #30EBED 0%, #32E3A4 100%), #0C3649;
  background: linear-gradient(90deg, #30EBED 0%, #32E3A4 100%), #0C3649;
  border-color: transparent;
  color: #0C3649;
}

.base-navigation {
  font-size: inherit;
}
.base-navigation__list {
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 30px;
  width: 100%;
}
.base-navigation__item {
  line-height: unset;
}
.base-navigation__item_d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.base-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.base-tabs__item {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.base-tabs__item.active {
  color: #32E3A4;
}

.logo {
  display: inline-block;
}
.logo__img {
  width: 100%;
  height: 100%;
}

.text-block {
  text-align: start;
}
.text-block:not(:last-child) {
  margin-bottom: 60px;
}

.text-block__header {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
  font-size: 3.6em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .text-block__header {
    font-size: 2.8em;
  }
}

.text-block__text > * {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 120%;
}
.text-block__text > *:not(:last-child) {
  margin-bottom: 15px;
}
.text-block__text li:not(:last-child) {
  margin-bottom: 10px;
}

.person-card {
  color: #ffffff;
  text-align: start;
  position: relative;
}
.person-card[data-graph-path] {
  cursor: pointer;
}
.person-card__img {
  width: 100%;
  max-width: 300px;
  height: 300px;
}
.person-card__img img {
  width: 100%;
  height: 100%;
}
.person-card__main {
  margin-top: 20px;
}
.person-card__main > p {
  font-weight: 500;
  font-size: 1.8em;
  line-height: 140%;
  margin: 5px 0px;
}
.person-card__main > div {
  font-weight: 300;
  font-size: 1.8em;
  line-height: 140%;
}
.person-card h2 {
  font-weight: 500;
  font-size: 3.2em;
  line-height: 120%;
  margin-bottom: 5px;
}
.person-card h2.active {
  color: #32E3A4;
}
.person-card__details {
  display: none;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 140%;
  color: #32E3A4;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .person-card__details {
    display: block;
  }
}
.person-card .person-card__overlap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .person-card .person-card__overlap {
    display: none;
  }
}

.graph-modal.is-open {
  padding: 0px 30px;
}
@media (max-width: 768px) {
  .graph-modal.is-open {
    padding: 0px 10px;
  }
}

.modal-jury {
  font-size: 10px;
  color: #0C3649;
  padding: 50px;
  width: 99%;
}
@media (max-width: 1070px) {
  .modal-jury {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .modal-jury {
    padding: 35px 10px 30px;
  }
}
.modal-jury.graph-modal__container {
  max-width: 1290px;
  min-width: 297px;
}
.modal-jury__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  padding: 0;
}
.modal-jury__close:hover {
  opacity: 1;
}
.modal-jury__close:before, .modal-jury__close:after {
  content: " ";
  position: absolute;
  top: -3px;
  left: 6px;
  height: 20px;
  width: 2px;
  background-color: #0C3649;
}
.modal-jury__close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-jury__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-jury__inner h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 3.6em;
  line-height: 120%;
}
@media (max-width: 768px) {
  .modal-jury__inner h1 {
    font-size: 2.8em;
  }
}
.modal-jury__inner h2 {
  font-weight: 500;
  font-size: 2.2em;
  line-height: 140%;
}
.modal-jury__inner h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 2.6em;
  line-height: 140%;
}
@media (max-width: 768px) {
  .modal-jury__inner h3 {
    margin: 4px 0px 0px;
  }
}
.modal-jury__inner > div {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 120%;
}
@media (max-width: 768px) {
  .modal-jury__inner > div {
    margin-top: 10px;
  }
}
.modal-jury__inner > div p:not(:last-child) {
  margin-bottom: 15px;
}
.modal-jury__inner > div:first-child {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .modal-jury__inner > div:first-child {
    padding-left: 0;
  }
}
.modal-jury__img {
  float: right;
  width: 40%;
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .modal-jury__img {
    float: unset;
    margin-bottom: 20px;
    margin-top: 0;
    min-width: 280px;
  }
}
.modal-jury__img img {
  width: 100%;
  aspect-ratio: 1/1;
}

.modal-form {
  font-size: 10px;
  max-width: 660px;
  min-width: 296px;
}
@media (max-width: 768px) {
  .modal-form {
    padding: 20px 10px;
  }
}
.modal-form__container {
  background-image: url("../img/background-form-modal.webp");
  background-repeat: no-repeat;
}
.modal-form .modal__close {
  width: 16px;
  height: 16px;
}
.modal-form .modal__close:before, .modal-form .modal__close:after {
  background-color: #ffffff;
}
.modal-form .modal__form-application {
  max-width: 350px;
  margin: 0 auto;
}
.modal-form .modal__title {
  font-weight: 500;
  font-size: 3.6em;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 768px) {
  .modal-form .modal__title {
    font-size: 3.2em;
  }
}
.modal-form .modal__subtitle {
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5em;
}
@media (max-width: 768px) {
  .modal-form .modal__subtitle {
    font-size: 1.8em;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  height: 40px;
}
.pagination__bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
.pagination__bullet {
  font-weight: 400;
  font-size: 2em;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.5);
}
.pagination__bullet:hover {
  font-weight: 700;
  color: #ffffff;
}
.pagination__bullet.active {
  font-weight: 700;
  color: #ffffff;
}

.pagination__button-next,
.pagination__button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 2px solid #32E3A4;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .pagination__button-next,
  .pagination__button-prev {
    width: 25px;
    height: 25px;
    padding: 8px;
  }
}
.pagination__button-next:disabled,
.pagination__button-prev:disabled {
  opacity: 0.2;
  pointer-events: none;
}
.pagination__button-next:hover,
.pagination__button-prev:hover {
  background-color: #63C5B7;
}
.pagination__button-next:hover svg path,
.pagination__button-prev:hover svg path {
  stroke: #0C3649;
}
.pagination__button-next:active,
.pagination__button-prev:active {
  background-color: transparent;
}
.pagination__button-next:active svg path,
.pagination__button-prev:active svg path {
  stroke: #ffffff;
}
.pagination__button-next::after,
.pagination__button-prev::after {
  content: none;
}

.pagination__button-prev svg, .pagination__button-prev img {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
}

.pagination__button-next svg, .pagination__button-next img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
}

.form-application {
  font-size: 10px;
  margin: 40px 0px 60px;
}
.form-application__inner {
  max-width: 1130px;
}
.form-application__grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 90px;
  -moz-column-gap: 90px;
  column-gap: 90px;
  row-gap: 50px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .form-application__grid {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  .form-application__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.form-application .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.form-application .input-wrapper:hover .form-application__input {
  opacity: 0.5;
}
.form-application .input-wrapper:hover .choices__inner {
  opacity: 0.5;
}
.form-application .input-wrapper:hover .choices.is-open .choices__inner {
  opacity: 1;
}
@media (max-width: 768px) {
  .form-application .input-wrapper {
    width: 100%;
  }
}
.form-application .input-wrapper .form-application__input:focus {
  opacity: 1;
}
.form-application .input-wrapper_disabled .form-application__input {
  opacity: 0.5;
  pointer-events: none;
}
.form-application .input-wrapper_disabled .choices__inner {
  opacity: 0.5;
}
.form-application .input-wrapper_disabled .choices.is-open .choices__inner {
  opacity: 1;
}
.form-application .input-wrapper_wide {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 768px) {
  .form-application .input-wrapper_wide {
    grid-column: unset;
  }
}
.form-application .input-wrapper_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.form-application .input-wrapper_justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-application__label {
  display: block;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  text-align: start;
  margin-bottom: 2px;
}
.form-application__label.label-error {
  color: red;
}
.form-application__label_bold {
  font-weight: 600;
}
.form-application__label_white {
  color: #ffffff;
}
.form-application__label-title {
  text-align: center;
}
.form-application__label-subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.form-application__input {
  padding: 11px 1px;
  font-weight: 500;
  font-size: 3.2em;
  line-height: 140%;
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media (max-width: 1024px) {
  .form-application__input {
    padding: 4px 1px 7px;
    font-size: 2.4em;
  }
}
.form-application__input_small {
  font-size: 2.4em;
}
@media (max-width: 1024px) {
  .form-application__input_small {
    font-size: 1.8em;
  }
}
.form-application__input:focus {
  outline: none;
  background-color: transparent;
}
.form-application__input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 1em;
  line-height: 140%;
  color: #ffffff;
}
.form-application__input::-moz-placeholder {
  font-weight: 500;
  font-size: 1em;
  line-height: 140%;
  color: #ffffff;
}
.form-application__input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 1em;
  line-height: 140%;
  color: #ffffff;
}
.form-application__input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 1em;
  line-height: 140%;
  color: #ffffff;
}
.form-application__input::placeholder {
  font-weight: 500;
  font-size: 1em;
  line-height: 140%;
  color: #ffffff;
}
.form-application__input.just-validate-error-field ~ .form-application__label {
  color: red;
}
.form-application .just-validate-error-label {
  display: none;
}
.form-application__btn {
  width: 100%;
  padding: 1.15em 2.78em;
  margin-top: 10px;
}
.form-application__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
@media (max-width: 768px) {
  .form-application__submit {
    max-width: 300px;
    margin: 0 auto;
  }
}
.form-application__submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.form-application__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-application__link {
  color: #32E3A4;
  text-decoration: underline;
}
.form-application__link:hover {
  text-decoration: none;
}
.form-application .input-file-wrapper {
  position: relative;
}
.form-application__file-btn {
  cursor: pointer;
  width: 100%;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  margin-top: 10px;
  height: 51px;
  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;
  gap: 10px;
}
.form-application__file-btn span {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.form-application__file-btn svg path {
  -webkit-transition: fill 0.15s ease;
  -o-transition: fill 0.15s ease;
  transition: fill 0.15s ease;
}
.form-application__file-btn:hover svg path {
  fill: #0C3649;
}
.form-application__file-btn_disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.form-application__input_hidden {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.concertmaster-block {
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
@media (max-width: 768px) {
  .concertmaster-block {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

.form-application .input-wrapper .choices {
  font-size: 3.2em;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .form-application .input-wrapper .choices {
    font-size: 2.4em;
  }
}
.form-application .input-wrapper .choices__inner {
  background-color: transparent;
  padding: 11px 1px;
  font-size: 1em;
  text-align: start;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.form-application .input-wrapper .choices__placeholder {
  opacity: 1;
}
.form-application .input-wrapper .choices[data-type*=select-one] .choices__inner {
  padding: 11px 1px;
}
@media (max-width: 1024px) {
  .form-application .input-wrapper .choices[data-type*=select-one] .choices__inner {
    padding: 4px 1px 7px;
  }
}
.form-application .input-wrapper .choices[data-type*=select-one]::after {
  border-color: #ffffff transparent transparent;
}
.form-application .input-wrapper .choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #ffffff;
}
.form-application .input-wrapper .choices[data-type*=select-one].is-open {
  -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25);
}
.form-application .input-wrapper .choices__list--dropdown,
.form-application .input-wrapper .choices__list[aria-expanded] {
  background-color: #0C3649;
  border: none;
  border-top: 1px solid #ffffff;
}
.form-application .input-wrapper .choices__list--dropdown.is-active {
  -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25);
}
.form-application .input-wrapper .choices__list--dropdown .choices-item--selectable.is-highlighted,
.form-application .input-wrapper .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  position: relative;
  background-color: rgba(128, 128, 128, 0.2);
}
.form-application .input-wrapper .choices__item--disabled {
  text-align: start;
  opacity: 0.6;
}
.form-application .input-wrapper .choices__list--dropdown .choices__item--selectable,
.form-application .input-wrapper .choices__list[aria-expanded] .choices__item--selectable {
  text-align: start;
}
.form-application .input-wrapper .choices__list--dropdown .choices__item,
.form-application .input-wrapper .choices__list[aria-expanded] .choices__item {
  font-size: 0.75em;
}
.form-application .input-wrapper .choices__list--dropdown .choices__item--selectable::after,
.form-application .input-wrapper .choices__list[aria-expanded] .choices__item--selectable::after {
  content: " ";
}
.form-application .input-wrapper_small .choices {
  font-size: 2.4em;
}
@media (max-width: 1024px) {
  .form-application .input-wrapper_small .choices {
    font-size: 1.8em;
  }
}

.form-application .input-checkbox-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5em auto;
  grid-template-columns: 1.5em auto;
  gap: 0.7em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-application .input-checkbox-wrapper input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  -webkit-transform: translateY(-0.075em);
  -ms-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-grid-row-align: self-start;
  align-self: self-start;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .form-application .input-checkbox-wrapper input[type=checkbox] {
    -ms-flex-item-align: self-start;
    -ms-grid-row-align: self-start;
    align-self: self-start;
    margin-top: 3px;
  }
}
.form-application .input-checkbox-wrapper input[type=checkbox]::before {
  content: "";
  width: 0.95em;
  height: 0.95em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  -o-transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #32E3A4;
  box-shadow: inset 1em 1em #32E3A4;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.form-application .input-checkbox-wrapper input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.form-application .input-checkbox-wrapper input[type=checkbox].just-validate-error-field {
  border-color: red;
}

.modal__form-application {
  color: #0C3649;
  min-height: 300px;
  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;
}
.modal__form-application .modal__title {
  font-size: 3.6em;
  text-align: center;
}
.modal__form-application .modal__text {
  font-size: 2.4em;
  text-align: center;
}
.header {
  font-size: 10px;
  z-index: 3;
  position: relative;
}
.header::before {
  content: " ";
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 768px) {
  .header::before {
    height: 250%;
  }
}
.header.open-selector::before {
  visibility: visible;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.74%, rgba(20, 56, 69, 0.8)), to(rgba(20, 56, 69, 0)));
  background: -o-linear-gradient(top, rgba(20, 56, 69, 0.8) 41.74%, rgba(20, 56, 69, 0) 100%);
  background: linear-gradient(180deg, rgba(20, 56, 69, 0.8) 41.74%, rgba(20, 56, 69, 0) 100%);
  opacity: 1;
}
.header__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 30px;
}
.header__logo {
  width: 139px;
  height: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .header__logo {
    width: 95px;
    height: 65px;
  }
}
.header__main {
  font-size: 1.4em;
  max-width: 1100px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__navigation {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 23px;
}
.header__navigation .base-navigation__item {
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header__navigation .base-navigation__item .dropdown, .header__navigation .base-navigation__item .dropdown__btn, .header__navigation .base-navigation__item .arrow, .header__navigation .base-navigation__item .down, .header__navigation .base-navigation__item .dropdown__content {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.header__navigation .base-navigation__item .dropdown:hover .down {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.header__navigation .base-navigation__item.inactive {
  color: rgba(255, 255, 255, 0.3);
}
.header__navigation .base-navigation__item.inactive .dropdown__arrow {
  -webkit-transition-duration: opacity 0.2 ease;
  -o-transition-duration: opacity 0.2 ease;
  transition-duration: opacity 0.2 ease;
  opacity: 0.3;
}
.header__navigation .base-navigation__item.active {
  color: #ffffff;
}
.header__navigation .base-navigation__link:hover {
  color: #ffffff;
}
@media (max-width: 1350px) {
  .header__navigation {
    display: none;
  }
}
@media (max-width: 1350px) {
  .header__button {
    display: none;
  }
}
.header__toggler {
  margin-left: 10px;
}
.header__toggler .choices[data-type*=select-one] {
  gap: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 10px;
  grid-template-columns: 20px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__toggler .choices[data-type*=select-one]::after {
  content: "";
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: super;
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  border-color: #32E3A4;
  position: static;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.header__toggler .choices[data-type*=select-one].is-open::after {
  border-color: #32E3A4;
  margin-top: unset;
  -webkit-transform: rotate(224deg) translate(-2px, -3px);
  -ms-transform: rotate(224deg) translate(-2px, -3px);
  transform: rotate(224deg) translate(-2px, -3px);
}
.header__toggler .choices[data-type*=select-one] .choices__inner {
  padding-bottom: unset;
}
.header__toggler .choices__list--single {
  padding: 0;
}
.header__toggler .choices__list--dropdown,
.header__toggler .choices__list[aria-expanded] {
  background-color: transparent;
}
.header__toggler .is-open .choices__list--dropdown,
.header__toggler .is-open .choices__list[aria-expanded] {
  border: none;
}
.header__toggler .choices__inner {
  color: #32E3A4;
  background-color: transparent;
  border: none;
  padding: 0;
  min-height: unset;
}
.header__toggler .choices__item {
  color: #32E3A4;
  white-space: nowrap;
}
.header__toggler .choices__list-dropdown .choices__item--selectable.is-highlighted,
.header__toggler .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: transparent;
}
.header__toggler .choices__list-dropdown .choices__item--selectable.is-highlighted::after,
.header__toggler .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  content: unset;
}
.header__toggler .choices__list--dropdown .choices__item--selectable,
.header__toggler .choices__list[aria-expanded] .choices__item--selectable {
  padding-right: 5px;
}
.header__burger {
  display: none;
  width: 30px;
}
@media (max-width: 1350px) {
  .header__burger {
    display: block;
    margin-left: 20px;
  }
}
.header .burger {
  --burger-width: 30px;
  --burger-height: 21px;
  --burger-line-height: 2px;
  position: relative;
  border: none;
  padding: 0;
  width: var(--burger-width);
  height: var(--burger-height);
  color: #ffffff;
  background-color: transparent;
  cursor: pointer;
}
.header .burger::before, .header .burger::after {
  content: "";
  position: absolute;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .burger::before {
  top: 0;
  width: 50%;
  right: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.header .burger::after {
  top: calc(100% - var(--burger-line-height));
  width: 50%;
  left: 0;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.header .burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: var(--burger-line-height);
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.header .burger--active {
  --burger-width: 21px;
  margin-left: 8px;
}
.header .burger--active::before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(-46deg) translate(-1px, -1px);
  -ms-transform: rotate(-46deg) translate(-1px, -1px);
  transform: rotate(-46deg) translate(-1px, -1px);
  opacity: 0;
}
.header .burger--active::after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 26.87px;
  -webkit-transform: rotate(-45deg) translate(-1px, 1px);
  -ms-transform: rotate(-45deg) translate(-1px, 1px);
  transform: rotate(-45deg) translate(-1px, 1px);
}
.header .burger--active .burger__line {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(45deg) translate(-3px, 2px);
  -ms-transform: rotate(45deg) translate(-3px, 2px);
  transform: rotate(45deg) translate(-3px, 2px);
  width: 26.87px;
}
.header .burger--active {
  z-index: 3;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:hover .dropdown__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
.dropdown:hover .dropdown__arrow {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.dropdown__btn {
  color: inherit;
  text-transform: inherit;
  border: none;
  cursor: pointer;
  position: relative;
}
.dropdown__btn span {
  margin-right: 7px;
}
.dropdown__content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}
.dropdown__content a {
  text-decoration: none;
  display: block;
}
.dropdown__arrow {
  width: 6px;
  height: 11px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.4s ease;
  transition: transform 0.2s ease, opacity 0.4s ease;
  transition: transform 0.2s ease, opacity 0.4s ease, -webkit-transform 0.2s ease;
}
.dropdown .arrow {
  border: solid;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}
.dropdown .down {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-100%);
  -ms-transform: rotate(45deg) translateY(-100%);
  transform: rotate(45deg) translateY(-100%);
  vertical-align: super;
}

.header-mobile {
  font-size: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), #323232;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), #323232;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), #323232;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.header-mobile.menu--active {
  opacity: 1;
  visibility: visible;
}
.header-mobile__inner {
  padding: 30px 10px;
}
.header-mobile__button-wrapper {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  max-width: 300px;
}
.header-mobile__button {
  text-align: center;
}
@media (max-width: 1350px) {
  .header-mobile__button {
    display: block;
  }
}
.header-mobile__navigation {
  text-align: start;
}
.header-mobile__navigation-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2.4em;
}
.header-mobile__navigation-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-top: 1.34em;
}
.header-mobile__navigation-sublist > *:not(:last-child) {
  margin-bottom: 20px;
}
.header-mobile__navigation-sublist::before {
  content: "О конкурсе";
  display: block;
  position: absolute;
  top: 0.67em;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-weight: 300;
  font-size: 0.67em;
  line-height: 0.67em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer {
  font-size: 10px;
  background-color: black;
  padding: 14px 0px 20px;
  position: relative;
  z-index: 2;
}
.footer__main {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #323232;
}
@media (max-width: 1350px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px;
  }
}
.footer__main-container {
  width: 100%;
  padding-bottom: 30px;
}
.footer__logo {
  width: 170px;
  height: 117px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__navigation {
  min-width: 530px;
  text-align: start;
  padding-top: 30px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer__navigation {
    min-width: unset;
  }
}
.footer__navigation .base-navigation__item_full {
  -ms-grid-row-span: 3;
  grid-row: span 3;
}
@media (max-width: 768px) {
  .footer__navigation .base-navigation__item_full {
    padding-top: 1em;
  }
}
.footer__navigation-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 990px;
  margin-left: auto;
  border-bottom: 1px solid #323232;
  padding-bottom: 30px;
}
@media (max-width: 1350px) {
  .footer__navigation-list {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .footer__navigation-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
}
.footer__navigation-list .base-navigation__item_d-flex {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .footer__navigation-list .base-navigation__item_d-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__navigation-list .base-navigation__link:hover {
  color: #5EFFDC;
}
.footer__navigation-list .base-navigation__link:active {
  color: #5EFFDC;
}
.footer__navigation-sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.footer__navigation-sublist > *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__navigation-sublist > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
.footer__navigation-sublist::before {
  content: "О конкурсе";
  display: block;
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  font-weight: 300;
  font-size: 0.6em;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer__navigation-sublist-title {
  font-weight: 300;
  font-size: 0.6em;
  line-height: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.footer .base-navigation__item {
  font-size: 1.4em;
}
.footer__contacts {
  max-width: 990px;
  margin-left: auto;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 1350px) {
  .footer__contacts {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__contacts .contacts-item {
  text-align: start;
}
.footer__contacts .contacts-item__title {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.5);
}
.footer__contacts .contacts-item__info {
  font-weight: 300;
  font-size: 1.4em;
  color: #ffffff;
}
.footer__aside {
  margin-top: 20px;
  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;
}
@media (max-width: 768px) {
  .footer__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
}
.footer__event {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 140%;
}
.footer__author {
  font-size: 1.3em;
}

.author {
  font-family: inherit;
  gap: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.author a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.author span {
  font-size: inherit;
  line-height: 140%;
}

.home-hero {
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .home-hero {
    padding-bottom: 10px;
  }
}
.home-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.home-hero__period {
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-align: end;
}
.home-hero__period_stroke-text {
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #ffffff;
}
.home-hero__suptitle {
  font-size: 6.4em;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .home-hero__suptitle {
    font-size: 3.2em;
    margin-bottom: 10px;
  }
}
.home-hero__title {
  font-size: 4em;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .home-hero__title {
    font-size: 2.4em;
  }
}
.home-hero__instruments {
  margin-top: 45px;
}
@media (max-width: 1024px) {
  .home-hero__instruments {
    margin-top: 20px;
  }
}
.home-hero__instruments-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -o-linear-gradient(325.17deg, #84FED2 0%, #63CAD1 106.4%);
  background-image: linear-gradient(124.83deg, #84FED2 0%, #63CAD1 106.4%);
  font-style: normal;
  font-weight: 600;
  font-size: 4em;
  line-height: 100%;
  text-transform: uppercase;
}
.home-hero__instruments-item:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .home-hero__instruments-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .home-hero__instruments-item {
    font-size: 2.8em;
  }
}
.home-hero__event {
  max-width: 890px;
  text-align: start;
  font-size: 1em;
}
@media (max-width: 1024px) {
  .home-hero__event {
    margin-top: 40px;
  }
}
.home-hero__event-suptitle {
  max-width: 580px;
  font-style: normal;
  font-weight: 500;
  font-size: 3.6em;
  line-height: 110%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .home-hero__event-suptitle {
    font-size: 2.4em;
  }
}
.home-hero__event-suptitle_stroke-text {
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #ffffff;
}
.home-hero__event-title {
  font-style: normal;
  font-weight: 500;
  font-size: 7.6em;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 1024px) {
  .home-hero__event-title {
    font-size: 4.2em;
  }
}

.news {
  font-size: 10px;
  margin: 60px 0px 80px;
}
@media (max-width: 768px) {
  .news {
    margin: 0px 0px 60px;
  }
}
.news__container {
  position: relative;
}
.news__container::after {
  content: url("../img/decor-news-block.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-19%, -100%);
  -ms-transform: translate(-19%, -100%);
  transform: translate(-19%, -100%);
}
.news__header {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
  font-size: 6.4em;
  line-height: 100%;
  text-transform: uppercase;
  text-align: start;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .news__header {
    font-size: 4.8em;
  }
}
@media (max-width: 768px) {
  .news__header {
    font-size: 3.2em;
  }
}
.news__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(300px, 410px))[3];
  grid-template-columns: repeat(3, minmax(300px, 410px));
  gap: 30px;
  margin: 20px 0px 50px;
}
@media (max-width: 1024px) {
  .news__list {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .news__list {
    gap: 20px;
  }
}
.news-block {
  text-align: start;
}
.news-block:hover .news-block__img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-block__img {
  width: 100%;
  height: 230px;
  position: relative;
  z-index: 1;
  border: 1px solid #3954B4;
  border-image-slice: 1;
  -o-border-image: -o-linear-gradient(left, #32E3A4 0%, #3954B4 106.4%) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#32E3A4), color-stop(106.4%, #3954B4)) 1;
  border-image: linear-gradient(to right, #32E3A4 0%, #3954B4 106.4%) 1;
  overflow: hidden;
}
.news-block__img img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.news-block__category {
  margin: 12px 0px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.news-block__category-item {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.news-block__category-item::before {
  content: " ";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
}
.news-block__category-item_green {
  color: #32D9A4;
}
.news-block__category-item_piano::before {
  background-image: url("../img/icon-piano.svg");
}
.news-block__category-item_blue {
  color: #32BBD9;
}
.news-block__category-item_cello::before {
  background-image: url("../img/icon-cello.svg");
}
.news-block__category-item_violin::before {
  background-image: url("../img/icon-violin.svg");
}
.news-block__date {
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.7);
  margin: 18px 0px 10px;
}
.news-block__title {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 120%;
}

.about {
  font-size: 10px;
  margin: 80px 0px;
}
.about__header {
  margin-bottom: 30px;
  font-size: 1em;
}
.about__header-text {
  font-style: normal;
  font-weight: 500;
  font-size: 9.6em;
  line-height: 100%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.about__header-text-text {
  color: rgba(255, 255, 255, 0.8);
}
.about__header-text-text_stroke {
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #ffffff;
}
.about__container {
  position: relative;
}
.about__container::after {
  content: url("../img/decor-home-about.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: -204px;
  left: 0px;
  -webkit-transform: translate(-45.89%, 0%);
  -ms-transform: translate(-45.89%, 0%);
  transform: translate(-45.89%, 0%);
}
.about__block {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  margin-bottom: 80px;
}
.about__block > .block-about:nth-child(2) {
  max-width: 410px;
}
.block-about {
  text-align: start;
}
.block-about__header {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
  font-size: 2.8em;
  line-height: 120%;
  padding-bottom: 18px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.block-about__text-box {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 410px));
  grid-auto-flow: column;
  gap: 30px;
}
.block-about__text {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 120%;
}
.block-about__text p:not(:last-child) {
  margin-bottom: 10px;
}

.quote-block {
  margin: 54px 0px 60px;
}
@media (max-width: 768px) {
  .quote-block {
    margin-bottom: 80px;
  }
}
.quote-block__container {
  position: relative;
}
.quote-block__container::before {
  content: url("../img/decor-quote-block-blue.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 22px;
  left: 0px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.quote-block__container::after {
  content: url("../img/decor-quote-block-green.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-47%, -83%);
  -ms-transform: translate(-47%, -83%);
  transform: translate(-47%, -83%);
}
.quote-block__swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}
@media (max-width: 1350px) {
  .quote-block__swiper-wrapper {
    gap: 20px;
  }
}
.quote-block__swiper-wrapper .swiper-wrapper {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.quote-block__swiper-wrapper .swiper-button-prev,
.quote-block__swiper-wrapper .swiper-button-next {
  position: static;
  min-width: 32px;
}
@media (max-width: 768px) {
  .quote-block__swiper-wrapper .swiper-button-prev,
  .quote-block__swiper-wrapper .swiper-button-next {
    display: none;
  }
}
.quote-block__swiper-wrapper .swiper-button-prev {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.quote {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 1024px) {
  .quote {
    -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;
  }
}
.quote__img {
  max-width: 220px;
  min-width: 220px;
  width: 100%;
  height: 220px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.quote__img img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
}
.quote__main {
  padding-left: 65px;
  position: relative;
  text-align: start;
}
@media (max-width: 768px) {
  .quote__main {
    padding-left: 0px;
    padding-top: 55px;
  }
}
.quote__main::after {
  content: "”";
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -o-linear-gradient(283.55deg, #32E3A4 12.44%, #3954B4 50.7%);
  background-image: linear-gradient(166.45deg, #32E3A4 12.44%, #3954B4 50.7%);
  font-style: normal;
  font-weight: 500;
  font-size: 128px;
  line-height: 78%;
  text-transform: uppercase;
  position: absolute;
  top: 0px;
  left: 0px;
}
.quote__blockquote {
  color: #ffffff;
  font-size: 1.8em;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .quote__blockquote {
    font-size: 1.6em;
    padding-top: 0;
  }
}
.quote__blockquote p:not(:last-child) {
  margin-bottom: 15px;
}
.quote__figcaption {
  margin-top: 20px;
}
.quote__author {
  color: #ffffff;
  font-size: 2.4em;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 5px;
}
.quote__author-status {
  color: #ffffff;
  font-size: 1.8em;
  font-style: normal;
  font-weight: 300;
  margin-top: 5px;
}

.about-text__container {
  position: relative;
}
.about-text__container::before {
  content: url("../img/decor-about-text-blue.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -50%;
  -webkit-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
.about-text__container::after {
  content: url("../img/decor-about-text-green.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: -13%;
  left: 100%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.about-text .text-block * {
  position: relative;
  z-index: 2;
}
.committee {
  font-size: 10px;
  margin: 30px 0px 40px;
}
.committee__container {
  position: relative;
}
.committee__container::before {
  content: url("../img/decor-jury-blue.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 3%;
  left: -23%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.committee__container::after {
  content: url("../img/decor-jury-green.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 100%;
  -webkit-transform: translate(-40%, 0%);
  -ms-transform: translate(-40%, 0%);
  transform: translate(-40%, 0%);
}
.committee__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, 300px);
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.committee__list * {
  position: relative;
  z-index: 2;
}
.committee .person-card {
  max-width: 300px;
}

@media (max-width: 768px) {
  .contacts * {
    word-break: break-word;
  }
}
.contacts__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
}
@media (max-width: 1024px) {
  .contacts__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts__content {
  text-align: start;
  max-width: 630px;
  position: relative;
  padding-left: 30px;
  width: calc(50% - 15px);
}
@media (max-width: 1024px) {
  .contacts__content {
    max-width: unset;
    width: 100%;
    padding: 0px 30px;
  }
}
@media (max-width: 768px) {
  .contacts__content {
    padding: 0px 10px;
  }
}
.contacts__content::after {
  content: " ";
  background-image: url("../img/contacts-ellips.webp");
  width: 807px;
  height: 798px;
  display: inline-block;
  position: absolute;
  top: 21%;
  left: -50%;
  z-index: -1;
}
.contacts__title {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .contacts__title {
    font-size: 2.4em;
    margin-bottom: 30px;
  }
}
.contacts__list-item:not(:last-child) {
  margin-bottom: 20px;
}
.contacts__list-item-suptitle {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 5px;
}
.contacts__list-item-title {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
.contacts__tel {
  font-size: 48px;
  color: transparent;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #ffffff;
}
@media (max-width: 768px) {
  .contacts__tel {
    font-size: 33px;
  }
}
.contacts__tel:hover {
  color: transparent;
}
.contacts__map {
  max-width: 660px;
  height: 420px;
  width: calc(50% - 15px);
}
@media (max-width: 1024px) {
  .contacts__map {
    max-width: unset;
    width: 100%;
    height: 320px;
  }
}

.map {
  width: 100%;
}
.map iframe {
  width: 100%;
}

.partner-block {
  margin: 95px 0px 35px;
  position: relative;
}
.partner-block::before {
  content: url("../img/decor-jury-green2.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: -34%;
  -webkit-transform: translate(5%, -20%);
  -ms-transform: translate(5%, -20%);
  transform: translate(5%, -20%);
}
.partner-block .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  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;
}

.partner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.partner__link {
  display: block;
}
.error-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.error {
  margin: 45px 0px 0px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
}
.error__container {
  max-width: 660px;
}
.error__suptitle {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4em;
  line-height: 100%;
  text-align: center;
}
.error__code {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -o-linear-gradient(323.02deg, #32E3A4 11.62%, #34A2AA 92.49%);
  background-image: linear-gradient(126.98deg, #32E3A4 11.62%, #34A2AA 92.49%);
  font-style: normal;
  font-weight: 700;
  font-size: 20em;
  line-height: 100%;
}
.error__text {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 2em;
  line-height: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.error__button {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .home-page .news {
    margin: 80px 0px 60px;
  }
}

.home__marquee-header {
  margin: 30px 0px;
}
.home__marquee-header .marquee-header__header-text {
  font-size: 7.6em;
}
@media (max-width: 1024px) {
  .home__marquee-header .marquee-header__header-text {
    font-size: 4.2em;
  }
}

.requirements {
  font-size: 10px;
}
.requirements__container {
  text-align: start;
}
.requirements__header {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
  font-weight: 500;
  font-size: 6.4em;
  text-transform: uppercase;
  margin: 50px 0px 30px;
}
@media (max-width: 1024px) {
  .requirements__header {
    font-size: 4.8em;
    margin: 0px 0px 30px;
  }
}
@media (max-width: 768px) {
  .requirements__header {
    font-size: 3.2em;
  }
}
.requirements__tabs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin: 30px 0px 55px;
}
@media (max-width: 1024px) {
  .requirements__tabs {
    margin: 30px 0px;
  }
}
@media (max-width: 768px) {
  .requirements__tabs {
    height: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
.requirements__tabs .base-tabs__item {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -o-linear-gradient(325.17deg, #84FED2 0%, #63CAD1 106.4%);
  background-image: linear-gradient(124.83deg, #84FED2 0%, #63CAD1 106.4%);
  opacity: 0.5;
  font-style: normal;
  font-weight: 500;
  font-size: 3.2em;
  -webkit-transition: background-color 0.2s, color 0.2s, font-size 0.2s;
  -o-transition: background-color 0.2s, color 0.2s, font-size 0.2s;
  transition: background-color 0.2s, color 0.2s, font-size 0.2s;
}
.requirements__tabs .base-tabs__item:hover {
  font-size: 4em;
  font-weight: 600;
  opacity: 1;
}
@media (max-width: 1024px) {
  .requirements__tabs .base-tabs__item:hover {
    font-size: 3.2em;
  }
}
@media (max-width: 1024px) {
  .requirements__tabs .base-tabs__item {
    font-size: 2.8em;
    min-height: 32px;
  }
}
.requirements__tabs .base-tabs__item.active {
  font-size: 4em;
  font-weight: 600;
  opacity: 1;
}
@media (max-width: 1024px) {
  .requirements__tabs .base-tabs__item.active {
    font-size: 3.2em;
  }
}
.requirements__list {
  margin: 55px 0px 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .requirements__list {
    margin: 30px 0px 60px;
  }
}
.requirements__list::before {
  content: url("../img/decor-requirements-blue.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, 5%);
  -ms-transform: translate(-50%, 5%);
  transform: translate(-50%, 5%);
}
.requirements__list::after {
  content: url("../img/decor-requirements-green.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-50%, -78%);
  -ms-transform: translate(-50%, -78%);
  transform: translate(-50%, -78%);
}
.requirements__list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .requirements__list .list-item {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.requirements__list .list-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .requirements__list .list-item:not(:last-child) {
    padding-bottom: 0px;
    border-bottom: unset;
  }
}
.requirements__list .list-item__header {
  width: 33.33%;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .requirements__list .list-item__header {
    width: 100%;
  }
}
.requirements__list .list-item__header * {
  word-break: break-word;
}
.requirements__list .list-item__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 140%;
  width: 66.66%;
}
@media (max-width: 1024px) {
  .requirements__list .list-item__desc {
    width: 100%;
  }
}
.requirements__list .list-item__desc * {
  color: #ffffff;
  word-break: break-word;
}
.requirements__list .list-item__desc p:not(:last-child) {
  margin-bottom: 15px;
}
.requirements__list .list-item ol.description__list {
  list-style-type: decimal;
}

@media (max-width: 1024px) {
  .list-item.wp-content:last-child .list-item__header p {
    font-size: 3.2em;
  }
}
.list-item.wp-content .list-item__header p {
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 3.2em;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .list-item.wp-content .list-item__header p {
    font-size: 2.8em;
  }
}
.list-item.wp-content .list-item__header small {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 120%;
  text-transform: uppercase;
}
.list-item.wp-content .list-item__desc > h1 {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 140%;
}
.list-item.wp-content .list-item__desc h2,
.list-item.wp-content .list-item__desc h3 {
  font-size: 1em;
  margin-bottom: 10px;
  font-family: "HelveticaNeueCyr";
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
}
.list-item.wp-content .list-item__desc ul {
  list-style-type: disc;
}
.list-item.wp-content .list-item__desc ul,
.list-item.wp-content .list-item__desc ol {
  padding-left: 1em;
}
@media (max-width: 1024px) {
  .list-item.wp-content .list-item__desc ul,
  .list-item.wp-content .list-item__desc ol {
    padding-left: 1.5em;
  }
}
.list-item.wp-content .list-item__desc ul:not(:last-child),
.list-item.wp-content .list-item__desc ol:not(:last-child) {
  margin-bottom: 15px;
}
.list-item.wp-content .list-item__desc ul > li,
.list-item.wp-content .list-item__desc ol > li {
  font-weight: 500;
}
.list-item.wp-content .list-item__desc ul > h1,
.list-item.wp-content .list-item__desc ul > h2,
.list-item.wp-content .list-item__desc ul > h3,
.list-item.wp-content .list-item__desc ul > h4 {
  margin-bottom: 10px;
  font-weight: 400;
  margin-left: -1em;
}
@media (max-width: 1024px) {
  .list-item.wp-content .list-item__desc ul > h1,
  .list-item.wp-content .list-item__desc ul > h2,
  .list-item.wp-content .list-item__desc ul > h3,
  .list-item.wp-content .list-item__desc ul > h4 {
    margin-left: -1.5em;
  }
}
.list-item.wp-content .list-item__desc ol > h1,
.list-item.wp-content .list-item__desc ol > h2,
.list-item.wp-content .list-item__desc ol > h3,
.list-item.wp-content .list-item__desc ol > h4 {
  margin-bottom: 10px;
  font-weight: 400;
  margin-left: -1em;
}

.about-page .marquee-header__header-text {
  font-size: 12.8em;
}
@media (max-width: 768px) {
  .about-page .marquee-header__header-text {
    font-size: 4.2em;
  }
}
.about-page .quote-block {
  margin: 88px 0px 72px;
}
.about-page .quote-block__container {
  position: relative;
}
.about-page .quote-block__container::before {
  content: url("../img/decor-quote-block-green.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: -15%;
  left: -10%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.about-page .quote-block__container::after {
  content: url("../img/decor-quote-block-blue.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-47%, -83%);
  -ms-transform: translate(-47%, -83%);
  transform: translate(-47%, -83%);
}
.about-page .quote-block__swiper-wrapper * {
  position: relative;
  z-index: 2;
}

.jury-page {
  position: relative;
}
.jury-page::before {
  content: url("../img/decor-jury-green2.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 83%;
  left: -34%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.news-page .news__container::before {
  content: url("../img/decor-news-page-blue.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 41%;
  left: 0px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.news-page .news__list * {
  position: relative;
  z-index: 2;
}
.news-page .news__pagination {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.news-inner-page {
  font-size: 10px;
  color: #ffffff;
}
.news-inner-page .text-block:nth-child(1)::before {
  content: url("../img/decor-news-page-blue.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 16%;
  left: 0px;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.news-inner-page .text-block:nth-child(3)::before {
  content: url("../img/decor-news-page-blue.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 61%;
  left: 100%;
  -webkit-transform: translate(-31%, -50%);
  -ms-transform: translate(-31%, -50%);
  transform: translate(-31%, -50%);
}
.news-inner-page .video-block::before {
  content: url("../img/decor-quote-block-green.webp");
  display: block;
  position: absolute;
  z-index: 1;
  top: 0%;
  left: 100%;
  -webkit-transform: translate(-36%, -56%);
  -ms-transform: translate(-36%, -56%);
  transform: translate(-36%, -56%);
}
.news-inner-page .text-block, .news-inner-page .video-block {
  position: relative;
}
.news-inner-page .text-block *, .news-inner-page .video-block * {
  position: relative;
  z-index: 2;
}
.news-inner-page .text-block {
  margin: 50px 0px;
}
@media (max-width: 768px) {
  .news-inner-page .text-block:first-child {
    margin: 0px 0px 50px;
  }
}
.news-inner-page .text-block a {
  color: #32E3A4;
  text-decoration: underline;
}
.news-inner-page .text-block a:hover {
  text-decoration: none;
}
.news-inner-page .text-block img {
  float: right;
  width: 100%;
  max-width: 48%;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .news-inner-page .text-block img {
    float: unset;
    min-width: 300px;
  }
}
.news-inner-page .text-block h1 {
  font-weight: 500;
  font-size: 4.8em;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .news-inner-page .text-block h1 {
    font-size: 3.6em;
  }
}
.news-inner-page .text-block h1:not(:last-child) {
  margin-bottom: 1.04em;
}
.news-inner-page .text-block h2 {
  font-weight: 500;
  font-size: 3.6em;
  line-height: 120%;
}
@media (max-width: 768px) {
  .news-inner-page .text-block h2 {
    font-size: 3em;
  }
}
.news-inner-page .text-block h2:not(:last-child) {
  margin-bottom: 20px;
}
.news-inner-page .text-block h3 {
  font-weight: 500;
  font-size: 2.4em;
  line-height: 120%;
}
.news-inner-page .text-block h3:not(:last-child) {
  margin-bottom: 0.41em;
}
.news-inner-page .text-block p {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 120%;
}
.news-inner-page .text-block p:not(:last-child) {
  margin-bottom: 0.55em;
}
.news-inner-page .text-block ul {
  list-style: disc;
}
.news-inner-page .text-block ul,
.news-inner-page .text-block ol {
  margin: 20px 0px;
  font-weight: 400;
  font-size: 1.8em;
  padding-left: 1em;
}
.news-inner-page .text-block ul li,
.news-inner-page .text-block ol li {
  line-height: 120%;
}
.news-inner-page .text-block ul li:not(:last-child),
.news-inner-page .text-block ol li:not(:last-child) {
  margin-bottom: 10px;
}
.news-inner-page .video-block {
  margin: 50px 0px;
}
.news-inner-page .video-block video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/1.4;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news-inner-page .video-block video {
    aspect-ratio: 3/1.8;
  }
}

.regulations {
  font-size: 10px;
  color: #ffffff;
  counter-reset: headerCounter;
}
.regulations__header {
  font-weight: 500;
  font-size: 4.8em;
  opacity: 0.8;
  text-transform: uppercase;
  text-align: start;
}
@media (max-width: 1024px) {
  .regulations__header {
    font-size: 2.8em;
  }
}
.regulations__btns-box {
  margin: 30px 0px;
  gap: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .regulations__btns-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.regulations__btn-download {
  height: 100%;
  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;
}
.regulations__text {
  position: relative;
}
.regulations__text::before {
  content: url("../img/decor-requirements-blue.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, 5%);
  -ms-transform: translate(-50%, 5%);
  transform: translate(-50%, 5%);
}
.regulations__text::after {
  content: url("../img/decor-requirements-green.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-50%, -98%);
  -ms-transform: translate(-50%, -98%);
  transform: translate(-50%, -98%);
}
.regulations h1.regulations__title {
  font-size: 1.33em;
}
.regulations__doc {
  font-size: 18px;
  font-weight: 300;
  text-align: start;
}
.regulations__doc > li::before {
  counter-increment: none;
  content: " ";
}
.regulations ol {
  padding: 0;
  list-style-type: none;
  counter-reset: section;
}
.regulations li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
}
.regulations .decor-dash::before {
  content: "- ";
}

.regulations .chapter::before {
  content: " ";
}

.regulations__doc.wp-content p {
  display: inline-block;
  margin-bottom: 10px;
}
.regulations__doc.wp-content > li::before {
  content: " ";
  display: inline-block;
}
.regulations__doc.wp-content > li > h1::before {
  content: counter(headerCounter, upper-roman) ". ";
  counter-increment: headerCounter;
}
.regulations__doc.wp-content > li > h1, .regulations__doc.wp-content > li > h2, .regulations__doc.wp-content > li > h3, .regulations__doc.wp-content > li > h4, .regulations__doc.wp-content > li > h5, .regulations__doc.wp-content > li > h6 {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}
.regulations__doc.wp-content > li li {
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: 500;
}
.regulations__doc.wp-content > li:not(:last-child) {
  margin-bottom: 30px;
}
.regulations__doc.wp-content > li ul li::before {
  content: "- ";
  counter-reset: section;
}

.application-page {
  font-size: 10px;
}

.diary-page {
  font-size: 10px;
  color: #ffffff;
}
.diary-page__section-header .marquee-header__header-text {
  font-size: 7.6em;
}
@media (max-width: 768px) {
  .diary-page__section-header .marquee-header__header-text {
    font-size: 4.8em;
  }
}
.diary-page .video-block {
  margin: 60px 0px 100px;
}
@media (max-width: 768px) {
  .diary-page .video-block {
    margin: 35px 0px 60px;
  }
}
.diary-page .video-block__video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/1.4;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .diary-page .video-block__video {
    aspect-ratio: 3/1.8;
  }
}
.diary-page .video-block__figcaption {
  margin-top: 20px;
  font-weight: 500;
  font-size: 2.8em;
  line-height: 120%;
  text-align: start;
}
@media (max-width: 768px) {
  .diary-page .video-block__figcaption {
    font-size: 1.8em;
  }
}

.video-block__container {
  position: relative;
}
.video-block__container::after {
  content: url("../img/decor-quote-block-blue.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0%;
  -webkit-transform: translate(-50%, -88%);
  -ms-transform: translate(-50%, -88%);
  transform: translate(-50%, -88%);
}
.video-block.hover .video-block__poster::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.video-block__video {
  display: none;
}
.video-block__video.visible {
  display: block;
}
.video-block__poster {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 3/1.4;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.video-block__poster.hidden {
  display: none;
}
.video-block__poster::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.video-block__poster img {
  width: 100%;
  height: 100%;
}
.video-block__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-block__play-button:hover svg {
  -webkit-transform: scale(1.9);
  -ms-transform: scale(1.9);
  transform: scale(1.9);
}
.video-block__play-button:hover svg path {
  fill: url("#gradient2");
}
.video-block__play-button svg {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .video-block__play-button svg {
    width: 49px;
    height: 49px;
  }
}
.video-block__play-button svg path {
  fill: #ffffff;
}

.photo-album-block {
  margin: 100px 0px 115px;
}
@media (max-width: 768px) {
  .photo-album-block {
    margin: 60px 0px;
  }
}
.photo-album-block__container {
  position: relative;
}
.photo-album-block__container::after {
  content: url("../img/decor-quote-block-green.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 41%;
  left: 78%;
  -webkit-transform: translate(-19%, -100%);
  -ms-transform: translate(-19%, -100%);
  transform: translate(-19%, -100%);
}
.video-album-block {
  margin: 115px 0px 60px;
}
@media (max-width: 768px) {
  .video-album-block {
    margin: 60px 0px;
  }
}
.video-album-block__container {
  position: relative;
}
.video-album-block__container::after {
  content: url("../img/decor-quote-block-blue.webp");
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 78%;
  -webkit-transform: translate(-19%, -100%);
  -ms-transform: translate(-19%, -100%);
  transform: translate(-19%, -100%);
}

.grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 410px));
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0px 50px;
}
.visual-content-block {
  text-align: start;
}
.visual-content-block:hover .visual-content-block__content img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.visual-content-block__content {
  max-width: 410px;
  width: 100%;
  aspect-ratio: 1.36;
  position: relative;
  z-index: 1;
  border: 1px solid #3954B4;
  border-image-slice: 1;
  -o-border-image: -o-linear-gradient(left, #32E3A4 0%, #3954B4 106.4%) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#32E3A4), color-stop(106.4%, #3954B4)) 1;
  border-image: linear-gradient(to right, #32E3A4 0%, #3954B4 106.4%) 1;
  overflow: hidden;
}
.visual-content-block__content::after {
  content: " ";
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17.07%;
  aspect-ratio: 1/1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.visual-content-block__content:hover::after {
  opacity: 1;
}
.visual-content-block__content[data-content-type=photo]::after {
  background-image: url("../img/icon-loupe.svg");
}
.visual-content-block__content[data-content-type=video]::after {
  background-image: url("../img/icon-play.svg");
}
.visual-content-block__content img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.visual-content-block__content video {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.visual-content-block__figcaption {
  position: absolute;
  bottom: 6.66%;
  left: 4.87%;
}
.visual-content-block__suptitle {
  font-weight: 400;
  font-size: 1.8em;
  color: rgba(255, 255, 255, 0.7);
}
.visual-content-block__title {
  font-weight: 500;
  font-size: 2.4em;
  line-height: 120%;
  color: #ffffff;
}
.visual-content-block .gallery_hidden {
  display: none;
}
/*# sourceMappingURL=main.css.map */