@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, b, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, tt, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

footer, header, nav, section, main {
  display: block;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

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

.wrapper {
  width: 1190px;
  margin: 0 auto;
}

/* colors */
/* colors */
/* txt */
/* txt */
/* button */
/* button */
body {
  font-family: "Circe", sans-serif;
  color: white;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  background: #443188;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  z-index: 20;
}
header.active {
  background: #443188;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 101px;
  height: 101px;
  background: url(/img/svg/logo.svg) center no-repeat;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
header nav a {
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  transition: all 0.2s ease-in-out;
}
header nav a:hover {
  color: #EB9B23;
}
header .btn_registration {
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  background: #EB9B23;
  border-radius: 50px;
  height: 50px;
  padding: 0 40px;
}

.main_section {
  padding-top: 47px;
  padding-bottom: 175px;
  position: relative;
}
.main_section .circle1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.bg_first {
  overflow: hidden;
  padding-top: 101px;
}

.first_big_txt {
  padding: 34px 105px 16px 0;
  background: #EB9B23;
  border-bottom-right-radius: 20px;
  width: 63%;
  z-index: 2;
  position: relative;
}
.first_big_txt::before {
  content: "";
  height: 100%;
  width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  background: #EB9B23;
  border-bottom-right-radius: 20px;
  z-index: -1;
}

.lite_txt {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
  color: white;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .lite_txt {
    font-size: 2.1875rem;
  }
}

.big_txt {
  font-style: normal;
  font-weight: 400;
  font-size: calc(1.80384375rem + 6.646125vw);
  line-height: 130px;
  color: white;
  font-family: "Zen Tokyo Zoo", cursive;
  position: relative;
  padding-top: 15px;
  padding-bottom: 7px;
}
@media (min-width: 1200px) {
  .big_txt {
    font-size: 6.7884375rem;
  }
}
.big_txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #4FBDEA;
  height: 3.3px;
}
.big_txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #4FBDEA;
  height: 3.3px;
}

.ultralite_txt {
  font-style: normal;
  font-weight: 800;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 148%;
  letter-spacing: 0.02em;
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .ultralite_txt {
    font-size: 1.625rem;
  }
}

.big_txt_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.big_txt_wrapper .small_txt_absolute {
  position: absolute;
  height: 334px;
  width: 100vw;
  background: #D25185;
  bottom: 0;
  left: 75%;
  z-index: -2;
  border-top-left-radius: 50px;
}
.big_txt_wrapper .small_txt_absolute .snow2 {
  position: absolute;
  left: 99px;
  top: -10px;
}
.big_txt_wrapper .small_txt_absolute .ski1 {
  position: absolute;
  top: 93px;
  left: 58px;
}
.big_txt_wrapper .small_txt_absolute .dots1 {
  position: absolute;
  top: 6px;
  left: 252px;
}
.big_txt_wrapper .snow1 {
  position: absolute;
  bottom: 106px;
  right: 52px;
  z-index: 3;
}
.big_txt_wrapper .lines1 {
  position: absolute;
  bottom: 141px;
  right: -14px;
}

.small_txt_blue {
  padding: 23px 65px 23px 27px;
  background: #4FBDEA;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
  color: #2B196C;
  border-bottom-right-radius: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .small_txt_blue {
    font-size: 2.1875rem;
  }
}
.small_txt_blue::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  background: #4FBDEA;
  color: #2B196C;
  border-bottom-right-radius: 50px;
}

.dop_txt_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}
.dop_txt_wrapper .dop_txt_absolute {
  height: 310px;
  width: 100vw;
  background: #4FBDEA;
  position: absolute;
  left: 82.5%;
  top: 0;
}
.dop_txt_wrapper .dots2 {
  position: absolute;
  left: -48px;
  top: -29px;
}

.first_dop {
  height: 95px;
  padding-right: 421px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
  color: #443188;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #4FBDEA;
  position: relative;
  z-index: 2;
  border-bottom-right-radius: 50px;
}
@media (min-width: 1200px) {
  .first_dop {
    font-size: 2.1875rem;
  }
}
.first_dop::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 50px;
  z-index: -1;
  background: #4FBDEA;
}

.last_dop {
  height: 95px;
  border-bottom-right-radius: 50px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 98px;
  padding-right: 89px;
  background: #D25185;
  position: relative;
}
@media (min-width: 1200px) {
  .last_dop {
    font-size: 2.1875rem;
  }
}
.last_dop .lines2 {
  position: absolute;
  left: 182px;
  bottom: 0;
  z-index: -1;
}
.last_dop::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  right: 0;
  bottom: 0;
  border-bottom-right-radius: 50px;
  z-index: -1;
  background: #D25185;
}

.partners {
  margin-top: 30px;
  padding-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  position: relative;
}
.partners .wave {
  position: absolute;
  left: 0;
  top: 0;
}

.bg_first {
  background: url(/img/svg/bg1.svg) center top no-repeat;
}

.about_section {
  padding-top: 193px;
}

.section_title_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_title_wrapper .section_title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
  position: relative;
  margin-bottom: 36px;
}
@media (min-width: 1200px) {
  .section_title_wrapper .section_title {
    font-size: 2.1875rem;
  }
}
.section_title_wrapper .section_title::before {
  content: "";
  position: absolute;
  width: 519px;
  height: 9px;
  background: url(/img/svg/dots3.svg) right center no-repeat;
  bottom: -8px;
  right: -10px;
}
.section_title_wrapper .section_title.orange_dots::before {
  content: "";
  position: absolute;
  width: 519px;
  height: 9px;
  background: url(/img/svg/dots4.svg) right center no-repeat;
  bottom: -8px;
  right: 50%;
}

.about_text_wrapper {
  text-align: center;
  padding-bottom: 58px;
}
.about_text_wrapper p {
  font-style: normal;
  font-weight: 800;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 148%;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .about_text_wrapper p {
    font-size: 1.625rem;
  }
}
.about_text_wrapper p.orange {
  color: #EB9B23;
}
.about_text_wrapper p br {
  display: none;
}

.center_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_btn {
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  background: #EB9B23;
  border-radius: 50px;
  height: 50px;
  padding: 0 40px;
}

.events_section {
  background: url(/img/svg/bg2.svg) center top no-repeat, #2B196C;
  padding-top: 140px;
  padding-bottom: 205px;
  position: relative;
}
.events_section .section_title {
  margin-bottom: 70px;
}
.events_section .circle2 {
  position: absolute;
  top: 0;
  right: 0;
}

.events_grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 41px;
}

.events_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 390px;
  text-align: center;
}
.events_item img {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.events_item .events_item_title {
  font-style: normal;
  font-weight: 800;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 148%;
  letter-spacing: 0.02em;
  color: #EB9B23;
  margin-bottom: 9px;
}
@media (min-width: 1200px) {
  .events_item .events_item_title {
    font-size: 1.625rem;
  }
}

.program_section {
  position: relative;
  padding-top: 130px;
  padding-bottom: 40px;
  overflow: hidden;
  background: url(/img/svg/bg3.svg) center top no-repeat;
}
.program_section .section_title {
  margin-bottom: 54px;
}

.program_grid_top {
  display: flex;
  align-items: top;
  justify-content: space-around;
}
.program_grid_top .program_item_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}
.program_grid_top .program_item_top img {
  width: 141px;
  height: 141px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 37px;
}

.program_lines {
  margin-top: 214px;
}

.program_line_first {
  position: relative;
  background: #D25185;
  width: 100%;
  border-bottom-right-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
  height: 110px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .program_line_first {
    font-size: 2.1875rem;
  }
}
.program_line_first::before {
  content: "";
  width: 100vw;
  position: absolute;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-bottom-right-radius: 50px;
  background: #D25185;
}

.program_line_last {
  position: relative;
  height: 63px;
  width: 77%;
  background: #4FBDEA;
  border-bottom-right-radius: 50px;
}
.program_line_last::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  bottom: 0;
  right: 0;
  background: #4FBDEA;
  border-bottom-right-radius: 50px;
  z-index: -1;
}

.program_bottom_items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.program_bottom_item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 290px;
}

.img_arrow {
  position: relative;
  margin-bottom: 29px;
}
.img_arrow .arrow {
  width: 70px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -115px;
}

.program_bottom_item_txt {
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.rock_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  font-style: normal;
  font-weight: 800;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 148%;
  letter-spacing: 0.02em;
  color: #EB9B23;
  text-align: center;
  margin-top: 51px;
}
@media (min-width: 1200px) {
  .rock_item {
    font-size: 1.625rem;
  }
}

.registration_section {
  padding-top: 146px;
  padding-bottom: 197px;
  background: url(/img/svg/bg4.svg) center top no-repeat, #2B196C;
  overflow: hidden;
  position: relative;
}
.registration_section .circle4 {
  position: absolute;
  bottom: 144px;
  left: 0;
}

.subtitle {
  text-align: center;
}

.registration_grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 63px;
}

.registration_item {
  width: calc(50% - 5px);
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: #EB9B23;
}
@media (min-width: 1200px) {
  .registration_item {
    font-size: 2.1875rem;
  }
}
.registration_item:nth-child(2) {
  background: #D25185;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 20px;
}
.registration_item:nth-child(2) .registration_title::before {
  content: "";
  width: 70px;
  height: 70px;
  background: url(/img/svg/r2.svg) center no-repeat;
  background-size: contain;
  margin-right: 48px;
}

.registration_title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.registration_title::before {
  content: "";
  width: 70px;
  height: 70px;
  background: url(/img/svg/r1.svg) center no-repeat;
  background-size: contain;
  margin-right: 48px;
}

.contacts_wrapper {
  margin-top: 170px;
  position: relative;
  z-index: 2;
}

.contacts_txt {
  text-align: center;
}
.contacts_txt h2 {
  font-style: normal;
  font-weight: 800;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 148%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .contacts_txt h2 {
    font-size: 1.625rem;
  }
}
.contacts_txt h2.orange {
  color: #EB9B23;
}

.map_wrapper {
  width: 100%;
  height: 314px;
  position: relative;
  margin-top: 50px;
}
.map_wrapper .circle3 {
  position: absolute;
  bottom: -128px;
  left: 0;
}
.map_wrapper .map_absolute {
  position: absolute;
  width: 878px;
  height: 341px;
  background: #D25185;
  border-bottom-right-radius: 20px;
  bottom: -72px;
  left: 394px;
}
.map_wrapper .map_absolute .dots5 {
  position: absolute;
  bottom: -5px;
  right: 197px;
}
.map_wrapper .map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.bg5 {
  padding-bottom: 28px;
  background: url(/img/svg/bg5.svg) center top no-repeat;
  overflow: hidden;
}

.spectators_section {
  position: relative;
}

.spectators_lines .spectators_line_first {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #EB9B23;
  width: 100%;
  height: 171px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.spectators_lines .spectators_line_first::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100vw;
  background: #EB9B23;
  right: -82px;
  bottom: 0;
  border-bottom-right-radius: 20px;
  z-index: -1;
}
.spectators_lines .spectators_line_first h2 {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .spectators_lines .spectators_line_first h2 {
    font-size: 2.1875rem;
  }
}
.spectators_lines .spectators_line_middle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 114px;
  width: 100%;
  background: #4FBDEA;
  position: relative;
  border-bottom-right-radius: 50px;
  z-index: 2;
}
.spectators_lines .spectators_line_middle:last-child {
  width: 95%;
  background: #D25185;
}
.spectators_lines .spectators_line_middle:last-child::before {
  background: #D25185;
}
.spectators_lines .spectators_line_middle:last-child h2 {
  color: white;
}
.spectators_lines .spectators_line_middle .number {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: 800;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 148%;
  letter-spacing: 0.02em;
  border-radius: 50%;
  background: #EB9B23;
  margin-right: 55px;
}
@media (min-width: 1200px) {
  .spectators_lines .spectators_line_middle .number {
    font-size: 1.625rem;
  }
}
.spectators_lines .spectators_line_middle h2 {
  color: #443188;
}
.spectators_lines .spectators_line_middle::before {
  content: "";
  position: absolute;
  background: #4FBDEA;
  width: 100vw;
  height: 100%;
  right: 0;
  border-bottom-right-radius: 50px;
  z-index: -1;
}

.spectators_bottom_txt {
  margin-top: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 148%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .spectators_bottom_txt {
    font-size: 1.625rem;
  }
}

footer {
  margin-top: 170px;
}
footer .wrapper {
  position: relative;
}
footer .footer_flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer_absolut {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.footer_absolut a {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  margin-bottom: 13px;
}

/* modal */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background-color: #443188;
  padding: 30px;
  max-width: 693px;
  max-height: 100vh;
  border-radius: 0px 20px 0px 0px;
  overflow-y: auto;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.modal_title {
  font-style: normal;
  font-weight: 700;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 138%;
  letter-spacing: 0.02em;
}
@media (min-width: 1200px) {
  .modal_title {
    font-size: 2.1875rem;
  }
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.modal_form_wrapper {
  width: 506px;
  margin-top: 30px;
}
.modal_form_wrapper .modal_form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}

.modal_input {
  background: none;
  border: 2px solid #D25185;
  border-radius: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: white;
  height: 50px;
  padding-left: 40px;
  box-sizing: border-box;
  width: calc(50% - 5px);
}
.modal_input::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: white;
}
.modal_input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: white;
}
.modal_input[name=name] {
  width: 100%;
  margin-bottom: 6px;
}
.modal_input[name=phone] {
  border-color: #4FBDEA;
}
.modal_input[name=mail] {
  border-color: #EB9B23;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* modal */
/* checkbox */
/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  font-style: normal;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 110.5%;
  letter-spacing: 0.01em;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 24px;
  width: 24px;
  border: 2px solid #EB9B23;
}

/* On mouse-over, add a grey background color */
/*   .container:hover input ~ .checkmark {
    background-color: #ccc;
  } */
/* When the checkbox is checked, add a blue background */
/*   .container input:checked ~ .checkmark {
    background-color: #2196F3;
  } */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: url(/img/svg/check.svg) center no-repeat;
  background-size: contain;
}

/* checkbox */
.modal_form_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
}

.modal_btn {
  font-style: normal;
  font-weight: 800;
  font-size: 1rem;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: white;
  background: #EB9B23;
  border-radius: 50px;
  height: 50px;
  padding: 0 40px;
}

.ui-button .ui-icon {
  width: 24px;
  height: 24px;
  background: url(/img/svg/select.svg) center no-repeat !important;
  background-size: contain;
  order: 1;
  margin-right: 13px;
}

.ui-selectmenu-button.ui-button {
  background: none;
  border: 2px solid #EB9B23;
  border-radius: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 148%;
  letter-spacing: 0.01em;
  color: white;
  height: 50px;
  padding: 0;
  width: calc(50% - 5px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-selectmenu-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  padding-left: 40px;
  box-sizing: border-box;
}

#ui-id-2-button {
  border-color: #4FBDEA;
}

.select_wrapper {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ui-widget-content {
  background: #443188;
  color: white;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  background: #4FBDEA;
  border-color: transparent;
}

.burger {
  display: none;
}

.hiddenmenu {
  position: fixed;
  top: 0;
  left: 0%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 12;
  width: 100vw;
}

body.fixed {
  overflow: hidden;
}

.ui-widget.ui-widget-content {
  max-height: 100px;
}

@media screen and (max-width: 1303px) {
  section > * {
    max-width: 100%;
  }
  html, body {
    min-width: 100%;
  }
  /* body {min-width:640px; width:100%; overflow-x:hidden;} */
  body > * > * * {
    max-width: 100%;
  }
  .wrapper {
    width: 92% !important;
  }
  .main_banner {
    overflow: hidden;
  }
  header .wrapper::after {
    max-width: 100vw;
  }
}
@media screen and (max-width: 1172px) {
  header nav {
    gap: 16px;
  }
  .dop_txt_wrapper .dop_txt_absolute {
    display: none;
  }
  .big_txt_wrapper .small_txt_absolute {
    display: none;
  }
  .first_dop {
    padding-right: 0;
    width: 70%;
  }
  .last_dop {
    padding-right: 0;
    width: 30%;
    padding-left: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .small_txt_blue {
    width: 37%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .spectators_lines .spectators_line_first::before {
    right: 0;
  }
  .spectators_lines .spectators_line_first {
    border-radius: 20px;
  }
  .img_arrow .arrow {
    right: -60%;
  }
}
@media screen and (max-width: 1025px) {
  header nav {
    display: none;
  }
  .partners {
    justify-content: space-between;
  }
  /* бургер */
  .burger {
    display: block;
    z-index: 10;
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 14px;
    transition: all 0.2s ease-in;
    flex-shrink: 0;
    margin-bottom: 1px;
  }
  .burger span::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #EB9B23;
    border-radius: 50px;
    transition: all 0.2s ease-in;
  }
  .burger span::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #EB9B23;
    border-radius: 50px;
    transition: all 0.2s ease-in;
  }
  .burger:hover span::after, .burger:hover span::before {
    background: #EB9B23;
  }
  .burger.active span::after {
    background: #EB9B23;
    transform: rotate(-45deg) translate(3px, -6px);
  }
  .burger.active span::before {
    background: #EB9B23;
    transform: rotate(45deg) translate(2px, 6px);
  }
  .hiddenmenu {
    position: fixed;
    top: 0;
    left: 0%;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
    z-index: 12;
  }
  .hiddenmenu.active {
    visibility: visible;
    opacity: 1;
  }
  .burger_menu {
    background: #443188;
    background-size: cover;
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5%;
    padding-top: 120px;
    box-sizing: border-box;
  }
  .hidden_items {
    max-height: 75vh;
    overflow: auto;
  }
  .hidden_socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .hidden_socials a:not(:last-child) {
    margin-right: 18px;
  }
  .hidden_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  .hidden_item a {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 28px;
    color: #EB9B23;
    margin-bottom: 20px;
  }
  .hidden_item a:last-child {
    margin-bottom: 0;
  }
  .hidden_item + .hidden_item {
    margin-top: 50px;
  }
  /* бургер */
}
@media screen and (max-width: 768px) {
  button {
    padding: 0 5% !important;
  }
  .big_txt_wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .first_big_txt {
    width: 100%;
  }
  .small_txt_blue {
    width: 95%;
    justify-content: flex-start;
    text-align: start;
  }
  .dop_txt_wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .first_dop {
    width: 80%;
    text-align: start;
    justify-content: flex-start;
  }
  .last_dop {
    width: 70%;
    text-align: start;
    justify-content: flex-start;
  }
  .big_txt {
    line-height: 1.2em;
  }
  .main_section .circle1 {
    display: none;
  }
  .events_section .circle2 {
    display: none;
  }
  .program_grid_top {
    flex-wrap: wrap;
    gap: 50px;
  }
  .program_lines {
    margin-top: 50px;
  }
  .big_txt_wrapper .lines1 {
    bottom: 10px;
  }
  .about_btn {
    width: 100%;
  }
  .program_bottom_items {
    flex-wrap: wrap;
    gap: 50px;
  }
  .img_arrow .arrow {
    bottom: 0;
    top: auto;
    display: none;
  }
  .section_title_wrapper .section_title {
    text-align: center;
  }
  .registration_title {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .registration_title::before {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .registration_item:nth-child(2) .registration_title::before {
    margin-right: 0;
  }
  .spectators_lines .spectators_line_middle {
    height: auto;
    padding: 20px 0;
  }
  .spectators_lines .spectators_line_middle .number {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .spectators_lines .spectators_line_middle:last-child {
    width: 100%;
  }
  footer .footer_flex {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .footer_absolut {
    position: static;
    transform: none;
  }
  .modal_form_wrapper {
    width: 100%;
  }
  .modal_form_wrapper .modal_form {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .modal_input[name=phone] {
    width: 100%;
  }
  .modal_input[name=mail] {
    width: 100%;
  }
  .select_wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .ui-selectmenu-button.ui-button {
    width: 100%;
  }
  .modal_form_bottom {
    flex-direction: column;
    gap: 15px;
  }
  .modal_btn {
    width: 100%;
  }
  .close {
    top: 20px;
    right: 20px;
  }
  .events_txt br {
    display: none;
  }
}/*# sourceMappingURL=styles.css.map */