@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
}

input[type=submit],
button {
  cursor: pointer;
}
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

html {
  background: white;
}

body {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 24px;
  line-height: 1.4;
}
@media only screen and (max-width: 1259px) {
  body {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

input,
textarea,
button {
  font-family: "Montserrat Alternates", sans-serif;
}

button {
  background: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 50px;
  background: linear-gradient(90deg, #00CCC7 0%, #4EF690 100%);
  border-radius: 35px;
  font-size: 18px;
  font-weight: 700;
  color: #004944;
  line-height: 22px;
  transition: color 0.2s;
}
.btn:hover:before {
  top: 52px;
  opacity: 0.5;
}
.btn:hover:after {
  opacity: 1;
}
.btn:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 27px;
  right: 27px;
  z-index: -1;
  height: 36px;
  background: #0A0031;
  border-radius: 18px;
  opacity: 0.8;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  transition: top 0.2s, opacity 0.2s;
}
.btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #00FF11, #03CDC5);
  border-radius: 35px;
  opacity: 0;
  transition: background-position 0.2s, opacity 0.2s;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn--purple {
  background: linear-gradient(90deg, #3817B2 0%, #6217B2 100%);
  color: white;
}
.btn--purple:after {
  background: linear-gradient(90deg, #3817B2 0%, #A550FF 100%);
}
.btn--blue {
  background: linear-gradient(90deg, #007ECC 0%, #4EF3F6 100%);
  color: white;
}
.btn--blue:after {
  background: linear-gradient(270deg, #01FD19 0%, #04B6E3 100%);
}
.btn--orange {
  background: linear-gradient(90deg, #CC6D00 0%, #F6B64E 100%);
  color: white;
}
.btn--orange:after {
  background: linear-gradient(90deg, #CC6D00 0%, #F6E24E 100%);
}
.btn--small {
  padding: 16px 30px;
}
@media only screen and (max-width: 1023px) {
  .btn--small {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.field {
  margin-bottom: 16px;
}
.field input,
.field textarea {
  width: 100%;
  background: #2D0B6D;
  border: 1px solid #7A5FDD;
  border-radius: 28px;
  color: white;
  transition: border-color 0.2s;
}
.field input:hover, .field input:focus,
.field textarea:hover,
.field textarea:focus {
  border-color: #9d89e6;
}
.field input.error,
.field textarea.error {
  border-color: #FF0000;
}
.field input::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder {
  color: white;
}
.field input:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
  color: white;
}
.field input::-ms-input-placeholder, .field textarea::-ms-input-placeholder {
  color: white;
}
.field input::placeholder,
.field textarea::placeholder {
  color: white;
}
.field input {
  height: 56px;
  padding: 0 24px;
}
.field textarea {
  height: 120px;
  padding: 20px 24px;
  resize: none;
}

.header {
  position: relative;
  z-index: 50;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header__container {
    padding: 0;
  }
}
.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
  padding: 0 16px 0 20px;
  background: white;
  border-radius: 44px;
}
@media only screen and (max-width: 767px) {
  .header__inner {
    height: 70px;
    border-radius: 0 0 22px 22px;
  }
}
.header__logo {
  width: 210px;
}
@media only screen and (max-width: 1023px) {
  .header__logo {
    position: relative;
    z-index: 10;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 120px;
  }
}
.header__btns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .header__btns {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .header__btns .btn--blue {
    display: none;
  }
}
.header .btn:before {
  display: none;
}
.header .btn--burger, .header .btn--close {
  width: 54px;
  height: 54px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .header .btn--burger, .header .btn--close {
    width: 38px;
    height: 38px;
  }
}
.header .btn--burger svg, .header .btn--close svg {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 1023px) {
  .header .btn--burger svg, .header .btn--close svg {
    width: 20px;
    height: 20px;
  }
}
.header .btn--burger {
  margin-left: 20px;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
  .header .btn--burger {
    margin-left: 0;
  }
}
.header .btn--burger svg {
  fill: white;
}
.header .btn--close {
  background: white;
}
@media only screen and (max-width: 1023px) {
  .header .btn--close {
    position: absolute;
    top: 46px;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .header .btn--close {
    top: 16px;
  }
}
.header .btn--close:after {
  display: none;
}
.header .btn--close svg {
  fill: #04B8DF;
}
.header__menu {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  width: 100%;
  height: 110px;
  padding: 20px 16px 0 20px;
  background: linear-gradient(270deg, #FED74F 0%, #FF5A2F 50%, #ED2B70 100%);
  border-radius: 0px 0px 40px 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .header__menu {
    flex-direction: column-reverse;
    height: auto;
    padding: 130px 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header__menu {
    top: 0;
    padding: 86px 16px 32px;
  }
}
.header__menu.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.header__socials {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1259px) {
  .header__socials {
    gap: 10px;
  }
}
.header__socials a {
  display: flex;
}
.header__socials svg {
  width: 34px;
  height: 34px;
  fill: white;
}
.header__nav {
  display: flex;
  gap: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 1259px) {
  .header__nav {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__nav {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
  }
}
.header__nav a {
  display: block;
  color: white;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.2s;
}
.header__nav a:hover, .header__nav a.active {
  text-decoration-color: white;
}
.header__actions {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header__actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
  }
}
.header--home .header__inner {
  background: transparent;
}

.hero {
  position: relative;
  margin-top: -130px;
  aspect-ratio: 1920/1080;
}
@media only screen and (max-width: 1023px) {
  .hero {
    aspect-ratio: 16/12;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    margin-top: -70px;
    aspect-ratio: 1;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1259px) {
  .hero img {
    width: 540px;
  }
}
@media only screen and (max-width: 1023px) {
  .hero img {
    width: 400px;
    max-width: 80%;
  }
}

.title {
  margin-bottom: 56px;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.218;
  letter-spacing: -0.06em;
  color: #280A92;
}
@media only screen and (max-width: 1259px) {
  .title {
    margin-bottom: 32px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.section {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.section__title {
  text-align: center;
}
.section--mask {
  overflow: hidden;
}
.section--curves {
  position: relative;
  margin-top: -100px;
  padding: 150px 0;
  background-color: white;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-mask-image: url("/img/mask-top.svg"), url("/img/mask-middle.svg"), url("/img/mask-bottom.svg");
          mask-image: url("/img/mask-top.svg"), url("/img/mask-middle.svg"), url("/img/mask-bottom.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0, 0 160px, 0 100%;
          mask-position: 0 0, 0 160px, 0 100%;
  -webkit-mask-size: 100% 170px, 100% calc(100% - 420px), 100% 270px;
          mask-size: 100% 170px, 100% calc(100% - 420px), 100% 270px;
  overflow: hidden;
}
@media only screen and (max-width: 1259px) {
  .section--curves {
    margin-top: -6.7vw;
    padding: calc(6.7vw + 50px) 0 calc(9vw + 50px);
    -webkit-mask-position: 0 0, 0 11vw, 0 100%;
            mask-position: 0 0, 0 11vw, 0 100%;
    -webkit-mask-size: 100% 11.8vw, 100% calc(100% - 29vw), 100% 18.75vw;
            mask-size: 100% 11.8vw, 100% calc(100% - 29vw), 100% 18.75vw;
  }
}
@media only screen and (max-width: 767px) {
  .section--curves {
    padding: calc(6.7vw + 30px) 0 calc(9vw + 30px);
  }
}
.section--blue {
  color: white;
}

.about {
  position: relative;
  margin-bottom: 20px;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 30px 0;
  }
}
.about__inner {
  position: relative;
  z-index: 2;
  max-width: 56.8%;
}
@media only screen and (max-width: 1259px) {
  .about__inner {
    max-width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .about__inner {
    max-width: 100%;
    text-align: center;
  }
}
.about__title {
  color: white;
}
.about__action {
  margin-top: 60px;
}
@media only screen and (max-width: 1259px) {
  .about__action {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about__action {
    margin-top: 24px;
  }
}
.about__media {
  position: absolute;
  top: 50%;
  left: 37.5%;
  width: 86.5%;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .about__media {
    display: none;
  }
}

.zones {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .zones {
    padding: 30px 0;
  }
}
.zones__title {
  margin-bottom: 80px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .zones__title {
    margin-bottom: 40px;
  }
}
.zones__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media only screen and (max-width: 767px) {
  .zones__list {
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }
}
.zones__list li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 60px;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .zones__list li {
    max-width: 100%;
  }
}
.zones__list li:nth-child(6n+1) a:hover img:last-child {
  -webkit-transform: translate(-54%, -42%) scale(1.05) rotate(10deg);
          transform: translate(-54%, -42%) scale(1.05) rotate(10deg);
}
.zones__list li:nth-child(6n+1) img:first-child {
  width: 89.375%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='286' height='284' fill='none'%3E%3Cpath d='M.225 211.322c-1.717 24.513 6.01 45.73 36.92 56.194 39.782 13.475 82.425 18.493 124.211 15.769 27.761-1.863 56.238-5.161 82.282-15.482 28.477-11.325 42.644-28.527 42.358-60.352-.573-54.617-38.494-111.815-70.262-153.96-21.465-28.384-55.953-61.498-95.019-51.75-18.746 4.731-32.913 19.926-44.647 35.265C39.005 85.172 4.661 149.68.225 211.465v-.143z' fill='%23000'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='286' height='284' fill='none'%3E%3Cpath d='M.225 211.322c-1.717 24.513 6.01 45.73 36.92 56.194 39.782 13.475 82.425 18.493 124.211 15.769 27.761-1.863 56.238-5.161 82.282-15.482 28.477-11.325 42.644-28.527 42.358-60.352-.573-54.617-38.494-111.815-70.262-153.96-21.465-28.384-55.953-61.498-95.019-51.75-18.746 4.731-32.913 19.926-44.647 35.265C39.005 85.172 4.661 149.68.225 211.465v-.143z' fill='%23000'/%3E%3C/svg%3E");
}
.zones__list li:nth-child(6n+1) img:last-child {
  width: 100%;
  -webkit-transform: translate(-54%, -42%);
          transform: translate(-54%, -42%);
}
.zones__list li:nth-child(6n+2) a:hover img:last-child {
  -webkit-transform: translate(-49%, -52%) scale(1.05) rotate(10deg);
          transform: translate(-49%, -52%) scale(1.05) rotate(10deg);
}
.zones__list li:nth-child(6n+2) img:first-child {
  width: 87.5%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='276' fill='none'%3E%3Cpath d='M189.987 8.318C161.345 3.293 132.703-.44 103.202.709 70.98 2.001 35.321 5.303 18.135 37.464 6.965 58.283 2.669 81.111 1.236 104.657c-2.148 34.458-2.721 73.08 8.736 106.102 15.896 45.083 54.706 55.851 97.813 61.594 37.664 5.025 78.622 5.743 113.709-10.912 34.943-16.511 52.558-50.682 55.565-87.724 3.151-37.904 6.588-78.967-6.015-115.722-12.745-36.899-46.973-43.503-81.2-49.533l.143-.144z' fill='%23000'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='276' fill='none'%3E%3Cpath d='M189.987 8.318C161.345 3.293 132.703-.44 103.202.709 70.98 2.001 35.321 5.303 18.135 37.464 6.965 58.283 2.669 81.111 1.236 104.657c-2.148 34.458-2.721 73.08 8.736 106.102 15.896 45.083 54.706 55.851 97.813 61.594 37.664 5.025 78.622 5.743 113.709-10.912 34.943-16.511 52.558-50.682 55.565-87.724 3.151-37.904 6.588-78.967-6.015-115.722-12.745-36.899-46.973-43.503-81.2-49.533l.143-.144z' fill='%23000'/%3E%3C/svg%3E");
}
.zones__list li:nth-child(6n+2) img:last-child {
  width: 110.625%;
  -webkit-transform: translate(-49%, -52%);
          transform: translate(-49%, -52%);
}
.zones__list li:nth-child(6n+3) a:hover img:last-child {
  -webkit-transform: translate(-47%, -46%) scale(1.05) rotate(10deg);
          transform: translate(-47%, -46%) scale(1.05) rotate(10deg);
}
.zones__list li:nth-child(6n+3) img:first-child {
  width: 94.6875%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='303' height='292' fill='none'%3E%3Cpath d='M9.074 117.926c-10.636 28.119-13.798 61.115.862 87.513 6.324 11.477 15.666 20.946 25.583 29.41 61.659 53.082 159.536 81.775 228.956 29.554 38.519-28.98 42.974-88.948 35.501-133.852-6.468-38.592-26.302-75.319-56.629-100.139-42.255-34.575-88.679-38.879-136.396-16.929C62.541 33.856 26.321 72.017 9.074 117.782v.144z' fill='%23000'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='303' height='292' fill='none'%3E%3Cpath d='M9.074 117.926c-10.636 28.119-13.798 61.115.862 87.513 6.324 11.477 15.666 20.946 25.583 29.41 61.659 53.082 159.536 81.775 228.956 29.554 38.519-28.98 42.974-88.948 35.501-133.852-6.468-38.592-26.302-75.319-56.629-100.139-42.255-34.575-88.679-38.879-136.396-16.929C62.541 33.856 26.321 72.017 9.074 117.782v.144z' fill='%23000'/%3E%3C/svg%3E");
}
.zones__list li:nth-child(6n+3) img:last-child {
  width: 103.125%;
  -webkit-transform: translate(-47%, -46%);
          transform: translate(-47%, -46%);
}
.zones__list li:nth-child(6n+4) a:hover img:last-child {
  -webkit-transform: translate(-49%, -45%) scale(1.05) rotate(10deg);
          transform: translate(-49%, -45%) scale(1.05) rotate(10deg);
}
.zones__list li:nth-child(6n+4) img:first-child {
  width: 88.4375%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='283' height='280' fill='none'%3E%3Cpath d='M280.418 214.135c4.432-27.457 3.089-61.914-3.493-86.859-9.402-35.354-27.534-67.298-49.831-89.73C192.978 3.269 146.773-8.576 105.538 6.319s-76.56 56.351-93.08 108.933C1.041 151.503-6.615 197.625 8.159 234.235c7.387 18.125 20.416 31.405 34.788 38.763 21.222 10.768 38.549 6.281 59.636 3.051 14.775-2.153 29.684-2.871 44.459-1.615 31.564 2.333 78.44 15.075 106.915-8.255 11.552-9.332 20.416-24.407 24.446-41.815.806-3.409 1.477-6.819 2.015-10.408v.179z' fill='%23000'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='283' height='280' fill='none'%3E%3Cpath d='M280.418 214.135c4.432-27.457 3.089-61.914-3.493-86.859-9.402-35.354-27.534-67.298-49.831-89.73C192.978 3.269 146.773-8.576 105.538 6.319s-76.56 56.351-93.08 108.933C1.041 151.503-6.615 197.625 8.159 234.235c7.387 18.125 20.416 31.405 34.788 38.763 21.222 10.768 38.549 6.281 59.636 3.051 14.775-2.153 29.684-2.871 44.459-1.615 31.564 2.333 78.44 15.075 106.915-8.255 11.552-9.332 20.416-24.407 24.446-41.815.806-3.409 1.477-6.819 2.015-10.408v.179z' fill='%23000'/%3E%3C/svg%3E");
}
.zones__list li:nth-child(6n+4) img:last-child {
  width: 98.4375%;
  -webkit-transform: translate(-49%, -45%);
          transform: translate(-49%, -45%);
}
.zones__list li:nth-child(6n+5) a:hover img:last-child {
  -webkit-transform: translate(-53%, -51%) scale(1.05) rotate(10deg);
          transform: translate(-53%, -51%) scale(1.05) rotate(10deg);
}
.zones__list li:nth-child(6n+5) img:first-child {
  width: 89.375%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='286' height='284' fill='none'%3E%3Cpath d='M285.775 72.678c1.717-24.513-6.01-45.729-36.92-56.194C209.074 3.009 166.43-2.009 124.645.715 96.883 2.579 68.406 5.876 42.362 16.197 13.885 27.522-.282 44.724.004 76.549c.572 54.617 38.494 111.815 70.262 153.96 21.465 28.384 55.953 61.499 95.019 51.751 18.746-4.731 32.913-19.926 44.647-35.265 37.063-48.166 71.407-112.675 75.843-174.46v.143z' fill='%23000'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='286' height='284' fill='none'%3E%3Cpath d='M285.775 72.678c1.717-24.513-6.01-45.729-36.92-56.194C209.074 3.009 166.43-2.009 124.645.715 96.883 2.579 68.406 5.876 42.362 16.197 13.885 27.522-.282 44.724.004 76.549c.572 54.617 38.494 111.815 70.262 153.96 21.465 28.384 55.953 61.499 95.019 51.751 18.746-4.731 32.913-19.926 44.647-35.265 37.063-48.166 71.407-112.675 75.843-174.46v.143z' fill='%23000'/%3E%3C/svg%3E");
}
.zones__list li:nth-child(6n+5) img:last-child {
  width: 100%;
  -webkit-transform: translate(-53%, -51%);
          transform: translate(-53%, -51%);
}
.zones__list li:nth-child(6n+6) a:hover img:last-child {
  -webkit-transform: translate(-48%, -44%) scale(1.05) rotate(10deg);
          transform: translate(-48%, -44%) scale(1.05) rotate(10deg);
}
.zones__list li:nth-child(6n+6) img:first-child {
  width: 82.8125%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='265' height='275' fill='none'%3E%3Cpath d='M1.143 217.614c.277 3.866.691 7.733 1.106 11.599.968 8.424 2.489 17.261 7.742 23.89 17.282 21.818 43.966 22.232 69.405 21.818 32.352-.553 65.534-4.281 97.748-2.624 22.122 1.105 47.285 5.8 67.47-6.628 17.283-10.495 19.91-30.656 19.771-49.16-.276-49.712 8.296-106.605-30.831-144.027-21.845-20.851-45.211-40.46-69.544-58.412-24.472-18.09-42.86-19.609-66.917.552-21.568 18.09-43.828 35.351-63.046 56.064C12.619 93.886 1.005 113.633.59 145.531c-.277 24.166-1.383 47.917.415 71.945l.138.138z' fill='%23000'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='265' height='275' fill='none'%3E%3Cpath d='M1.143 217.614c.277 3.866.691 7.733 1.106 11.599.968 8.424 2.489 17.261 7.742 23.89 17.282 21.818 43.966 22.232 69.405 21.818 32.352-.553 65.534-4.281 97.748-2.624 22.122 1.105 47.285 5.8 67.47-6.628 17.283-10.495 19.91-30.656 19.771-49.16-.276-49.712 8.296-106.605-30.831-144.027-21.845-20.851-45.211-40.46-69.544-58.412-24.472-18.09-42.86-19.609-66.917.552-21.568 18.09-43.828 35.351-63.046 56.064C12.619 93.886 1.005 113.633.59 145.531c-.277 24.166-1.383 47.917.415 71.945l.138.138z' fill='%23000'/%3E%3C/svg%3E");
}
.zones__list li:nth-child(6n+6) img:last-child {
  width: 102.1875%;
  -webkit-transform: translate(-48%, -44%);
          transform: translate(-48%, -44%);
}
.zones__list a {
  display: block;
  color: inherit;
}
.zones__list figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.zones__list img {
  max-width: unset;
}
.zones__list img:first-child {
  position: relative;
  z-index: 2;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.zones__list img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.zones__caption {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  min-height: 96px;
  margin: 0 auto;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  .zones__caption {
    max-width: 280px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .zones__caption {
    min-height: 0;
  }
}
.zones__foot {
  text-align: center;
}
.zones--minimal .zones__list li:nth-child(1), .zones--minimal .zones__list li:nth-child(3) {
  padding-top: 52px;
}
@media only screen and (max-width: 767px) {
  .zones--minimal .zones__list li:nth-child(1), .zones--minimal .zones__list li:nth-child(3) {
    padding-top: 0;
  }
}

.food-mask-1,
.food-mask-2,
.food-mask-3 {
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.food-mask-1 {
  aspect-ratio: 301/296;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='301' height='296' fill='none'%3E%3Cpath d='M204.237 8.415c-30.791-5.409-61.581-9.427-93.295-8.191C76.303 1.616 37.97 5.17 19.495 39.787 7.487 62.195 2.869 86.767 1.329 112.111-.98 149.2-1.596 190.771 10.72 226.315c17.089 48.525 58.809 60.116 105.149 66.297 40.489 5.409 84.519 6.182 122.237-11.745 37.564-17.772 56.5-54.552 59.733-94.423 3.387-40.798 7.081-84.996-6.466-124.558-13.702-39.716-50.496-46.825-87.29-53.316l.154-.155z' fill='%23290b99'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='301' height='296' fill='none'%3E%3Cpath d='M204.237 8.415c-30.791-5.409-61.581-9.427-93.295-8.191C76.303 1.616 37.97 5.17 19.495 39.787 7.487 62.195 2.869 86.767 1.329 112.111-.98 149.2-1.596 190.771 10.72 226.315c17.089 48.525 58.809 60.116 105.149 66.297 40.489 5.409 84.519 6.182 122.237-11.745 37.564-17.772 56.5-54.552 59.733-94.423 3.387-40.798 7.081-84.996-6.466-124.558-13.702-39.716-50.496-46.825-87.29-53.316l.154-.155z' fill='%23290b99'/%3E%3C/svg%3E");
}

.food-mask-2 {
  aspect-ratio: 324/314;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='324' height='314' fill='none'%3E%3Cpath d='M9.703 126.81c-11.373 30.238-14.754 65.721.922 94.107 6.762 12.342 16.752 22.524 27.356 31.626 65.932 57.081 170.593 87.936 244.824 31.78 41.188-31.163 45.953-95.649 37.961-143.937-6.916-41.499-28.125-80.993-60.553-107.682-45.184-37.18-94.825-41.808-145.85-18.204C66.875 36.406 28.146 77.443 9.703 126.656v.154z' fill='%23290b99'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='324' height='314' fill='none'%3E%3Cpath d='M9.703 126.81c-11.373 30.238-14.754 65.721.922 94.107 6.762 12.342 16.752 22.524 27.356 31.626 65.932 57.081 170.593 87.936 244.824 31.78 41.188-31.163 45.953-95.649 37.961-143.937-6.916-41.499-28.125-80.993-60.553-107.682-45.184-37.18-94.825-41.808-145.85-18.204C66.875 36.406 28.146 77.443 9.703 126.656v.154z' fill='%23290b99'/%3E%3C/svg%3E");
}

.food-mask-3 {
  aspect-ratio: 329/337;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='329' height='337' fill='none'%3E%3Cpath d='M17.488 111.538C5.274 130.389-1.992 150.785.481 173.19c4.793 43.728 37.569 78.957 69.418 106.461 20.253 17.46 39.733 37.238 64.161 48.826 31.076 14.834 54.575 9.426 82.095-9.425 27.674-19.005 53.339-40.946 76.22-65.514 18.089-19.315 40.043-46.818 36.178-75.249-.928-7.417-4.02-14.216-7.112-21.014-25.974-54.081-68.335-103.68-115.335-140.763C166.527-14.7 131.586 2.76 96.955 32.272c-25.046 21.323-59.214 47.9-79.621 79.421l.155-.155z' fill='%23290b99'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='329' height='337' fill='none'%3E%3Cpath d='M17.488 111.538C5.274 130.389-1.992 150.785.481 173.19c4.793 43.728 37.569 78.957 69.418 106.461 20.253 17.46 39.733 37.238 64.161 48.826 31.076 14.834 54.575 9.426 82.095-9.425 27.674-19.005 53.339-40.946 76.22-65.514 18.089-19.315 40.043-46.818 36.178-75.249-.928-7.417-4.02-14.216-7.112-21.014-25.974-54.081-68.335-103.68-115.335-140.763C166.527-14.7 131.586 2.76 96.955 32.272c-25.046 21.323-59.214 47.9-79.621 79.421l.155-.155z' fill='%23290b99'/%3E%3C/svg%3E");
}

.food {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .food {
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
  }
}
.food__col {
  flex: 1;
}
.food__inner {
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .food__inner {
    text-align: center;
  }
}
.food__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1259px) {
  .food__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .food__title {
    margin-bottom: 20px;
  }
}
.food__action {
  margin-top: 60px;
}
@media only screen and (max-width: 1259px) {
  .food__action {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .food__action {
    margin-top: 24px;
  }
}
.food__list {
  position: relative;
  margin-right: -40px;
  aspect-ratio: 628/658;
}
@media only screen and (max-width: 1259px) {
  .food__list {
    margin-right: -24px;
  }
}
@media only screen and (max-width: 767px) {
  .food__list {
    margin: 0 -16px 0 16px;
  }
}
.food__list li {
  position: absolute;
  background: black;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.food__list li:nth-child(1) {
  top: 0;
  left: 0;
  width: 47%;
}
.food__list li:nth-child(2) {
  top: 25%;
  left: 45%;
  width: 50%;
}
.food__list li:nth-child(3) {
  left: -5%;
  bottom: 0;
  width: 51%;
}
.food__list img {
  opacity: 0.7;
}
.food__list li:hover .food__info {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.food__list li:hover .food__info .btn {
  opacity: 1;
}
.food__info {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  -webkit-transform: translateY(39px);
          transform: translateY(39px);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (hover: none) {
  .food__info {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.food__info .btn {
  opacity: 0;
  transition: opacity 0.2s;
}
@media (hover: none) {
  .food__info .btn {
    opacity: 1;
  }
}
.food__info .btn:before {
  display: none;
}
.food__caption {
  margin-bottom: 24px;
  font-size: 31px;
  font-weight: 700;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  .food__caption {
    font-size: 24px;
  }
}

.event {
  position: relative;
}
.event img {
  border-radius: 30px;
}
.event__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 266px;
  padding: 40px 40px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(39, 39, 67, 0) 0%, #282844 100%);
  border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 1259px) {
  .event__inner {
    padding: 32px 32px 40px;
  }
}
.event__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.event__date, .event__time {
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
}
.event__date {
  background: #07D66B;
  color: black;
}
.event__time {
  background: #9E01F2;
  color: white;
}
.event__caption {
  font-size: 27px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1259px) {
  .event__caption {
    font-size: 24px;
  }
}

.splide {
  padding-bottom: 60px;
}
.splide__track {
  overflow: visible;
}
.splide__slide img {
  width: 100%;
  border-radius: 30px;
}
.splide__pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.splide__pagination button {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 6px;
  background: none;
  font-size: 0;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  transition: width 0.2s;
}
.splide__pagination button:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 8px;
  background: #422F88;
  border-radius: 4px;
}
.splide__pagination button.is-active {
  width: 68px;
}

.location {
  margin-bottom: 20px;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .location {
    padding: 30px 0;
  }
}
.location__title {
  position: relative;
  z-index: 4;
  color: white;
}
.location__container {
  position: relative;
  z-index: 2;
}
.location__curve {
  position: absolute;
  top: -8%;
  right: 45.5%;
  width: 96.66%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .location__curve {
    top: -2%;
    right: -2%;
    width: 720px;
  }
}
.location__map {
  position: relative;
  z-index: 1;
}
.location__map img {
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .location__map img {
    border-radius: 20px;
  }
}
.location__info {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 540px;
}
@media only screen and (max-width: 1259px) {
  .location__info {
    top: 10px;
    right: 10px;
    width: 440px;
  }
}
@media only screen and (max-width: 1023px) {
  .location__info {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.location__info .btn {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.location__info .btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.location__info .btn svg {
  fill: #004944;
}
.location__inner {
  margin-bottom: 10px;
  padding: 20px 32px;
  border: 10px solid white;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(77, 43, 205, 0.5), rgba(14, 3, 57, 0.5));
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media only screen and (max-width: 1259px) {
  .location__inner {
    padding: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .location__inner {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .location__inner {
    border-width: 6px;
    border-radius: 20px;
  }
}
.location__caption {
  margin-bottom: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 1259px) {
  .location__caption {
    font-size: 20px;
  }
}
.location__list li {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  font-size: 18px;
}
@media only screen and (max-width: 1259px) {
  .location__list li {
    gap: 16px;
    font-size: 16px;
  }
}
.location__list li:not(:last-child) {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid white;
}
.location__list a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.2s;
}
.location__list a:hover {
  text-decoration-color: white;
}
.location__list a:only-child {
  gap: 24px;
}
.location__list svg {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  fill: #4EF690;
}
.location__character {
  position: absolute;
  right: 46px;
  bottom: calc(100% - 20px);
  z-index: -1;
  width: 326px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  pointer-events: none;
}
@media only screen and (max-width: 1259px) {
  .location__character {
    width: 306px;
    bottom: calc(100% - 10px);
  }
}
@media only screen and (max-width: 1023px) {
  .location__character {
    right: 0;
    bottom: 100%;
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .location__character {
    width: 100px;
  }
}
.location__character.animated {
  -webkit-animation: location-character 1s forwards;
          animation: location-character 1s forwards;
}

@-webkit-keyframes location-character {
  0% {
    z-index: -1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  49% {
    z-index: -1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes location-character {
  0% {
    z-index: -1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  49% {
    z-index: -1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    z-index: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    z-index: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.prices__title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #FDD311;
}
.prices__description {
  max-width: 680px;
  margin-bottom: 20px;
  opacity: 0.8;
}
.prices__list:not(:first-child) {
  margin-top: 40px;
}
.prices__item {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .prices__item {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.prices__item:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.prices__inner {
  flex-grow: 1;
}
.prices__caption {
  padding: 8px 0;
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .prices__caption {
    padding: 0;
  }
}
.prices__content {
  font-size: 14px;
  color: #FDD311;
  opacity: 0.9;
}
.prices__value {
  flex-shrink: 0;
  margin-left: auto;
  padding: 10px 20px;
  background: #07D66B;
  border-radius: 21px;
  font-size: 16px;
  font-weight: 700;
  color: #330B7F;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .prices__value {
    margin: 0;
    font-size: 12px;
  }
}
.prices__value.is-special {
  background: #11F5FD;
}
.prices__hint {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

.faq {
  margin-bottom: 20px;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 30px 0;
  }
}
.faq__title {
  color: white;
  text-align: center;
}
.faq__list {
  max-width: 836px;
  margin: 0 auto;
}
.faq__item {
  margin-bottom: 10px;
  border: 1px solid #7A5FDD;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq__item {
    border-radius: 28px;
  }
}
.faq__head {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 10px 10px 10px 32px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faq__head {
    padding: 10px 10px 10px 16px;
  }
}
.faq__head:hover .faq__arrow:before {
  background-size: 100% 200%;
}
.faq__head.active .faq__arrow:before {
  opacity: 0;
}
.faq__head.active .faq__arrow:after {
  opacity: 1;
}
.faq__head.active .faq__arrow span:before, .faq__head.active .faq__arrow span:after {
  background: white;
}
.faq__head.active .faq__arrow span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq__caption {
  padding: 12px 0;
  font-size: 21px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .faq__caption {
    padding: 6px 0;
    font-size: 16px;
  }
}
.faq__arrow {
  position: relative;
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  margin-left: auto;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-radius: 27px;
}
@media only screen and (max-width: 767px) {
  .faq__arrow {
    width: 36px;
    height: 36px;
    border-radius: 18px;
  }
}
.faq__arrow:before, .faq__arrow:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid white;
  border-radius: 23px;
  transition: background-size 0.2s, opacity 0.2s;
}
.faq__arrow:before {
  background: linear-gradient(180deg, #FDD311, #FC9E11);
  background-size: 100% 100%;
}
.faq__arrow:after {
  background: linear-gradient(180deg, #11DEFD, #1115FC);
  opacity: 0;
}
.faq__arrow span {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  z-index: 2;
  width: 16px;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .faq__arrow span {
    width: 12px;
    height: 2px;
    left: calc(50% - 6px);
  }
}
.faq__arrow span:before, .faq__arrow span:after {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  border-radius: 1px;
  transition: background 0.2s, -webkit-transform 0.2s;
  transition: background 0.2s, transform 0.2s;
  transition: background 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.faq__arrow span:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.faq__inner {
  display: none;
}
.faq__section {
  padding: 32px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .faq__section {
    padding: 16px;
    font-size: 16px;
  }
}
.faq__section:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.faq__content p, .faq__content ul, .faq__content ol {
  margin-bottom: 8px;
}
.faq__content ol {
  counter-reset: item;
}
.faq__content ol li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 20px;
}
.faq__content ol li:before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 4px;
}
.faq__content ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.faq__content ul li p {
  margin-bottom: 4;
}

.footer {
  position: relative;
  margin-top: 50px;
  padding-top: 150px;
  color: white;
}
@media only screen and (max-width: 1259px) {
  .footer {
    padding-top: calc(6.7vw + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
    padding-top: calc(6.7vw + 30px);
  }
}
.footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #3817B2, #2D0178);
  -webkit-mask-image: url("/img/mask-top.svg"), url("/img/mask-middle.svg");
          mask-image: url("/img/mask-top.svg"), url("/img/mask-middle.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0, 0 160px;
          mask-position: 0 0, 0 160px;
  -webkit-mask-size: 100% 170px, 100% 100%;
          mask-size: 100% 170px, 100% 100%;
}
@media only screen and (max-width: 1259px) {
  .footer:before {
    -webkit-mask-size: 100% 11.8vw, 100% 100%;
            mask-size: 100% 11.8vw, 100% 100%;
    -webkit-mask-position: 0 0, 0 11vw;
            mask-position: 0 0, 0 11vw;
  }
}
.footer__container {
  position: relative;
}
.footer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 44px 0;
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    padding-top: 30px;
  }
}
.footer__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #C400FF, transparent);
}
.footer__logo {
  width: 184px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 128px;
  }
}
.footer__copytight {
  font-size: 12px;
}
.footer__character {
  position: absolute;
  right: calc(50% + 370px);
  bottom: 0;
  width: 306px;
  pointer-events: none;
}
@media only screen and (max-width: 1440px) {
  .footer__character {
    left: -80px;
  }
}
@media only screen and (max-width: 1023px) {
  .footer__character {
    left: -12px;
    right: auto;
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__character {
    width: 100px;
  }
}
.footer--contacts {
  margin-top: -130px;
  padding-top: 164px;
}
@media only screen and (max-width: 1259px) {
  .footer--contacts {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--contacts {
    margin-top: -70px;
    padding-top: 90px;
  }
}
.footer--contacts:before {
  -webkit-mask-image: none;
          mask-image: none;
}
.footer--contacts .location__character {
  display: none;
}

.form {
  position: relative;
  z-index: 2;
  text-align: center;
}
.form__title {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.22;
}
.form__inner.hidden {
  opacity: 0;
  pointer-events: none;
}
.form__inner .btn {
  margin-top: 8px;
}
.form__message {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  pointer-events: none;
}
.form__message.visible {
  visibility: visible;
  pointer-events: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s;
  overflow: auto;
}
.modal.open {
  display: flex;
}
.modal.animated {
  opacity: 1;
}
.modal--small .modal__container {
  max-width: 588px;
  margin: auto;
  padding: 40px 40px 40px 240px;
  background: linear-gradient(180deg, #00D0FF, #4E0D9C);
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  color: white;
}
@media only screen and (max-width: 767px) {
  .modal--small .modal__container {
    padding: 32px 24px 280px;
    -webkit-transform: none;
            transform: none;
  }
}
.modal--small .modal__container:before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #330B7F;
  border-radius: 39px;
}
.modal__container {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 30px;
  background: white;
  border-radius: 40px;
}
@media only screen and (max-width: 1023px) {
  .modal__container {
    max-width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__container {
    padding: 16px 10px;
  }
}
.modal__close {
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: #09BAF4;
  border-radius: 20px;
  font-size: 0;
  transition: background 0.2s;
}
.modal__close:hover {
  background: #0795c3;
}
.modal__close svg {
  width: 14px;
  height: 14px;
  fill: white;
}
.modal__character {
  position: absolute;
  right: calc(100% - 230px);
  bottom: 0;
  width: 356px;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .modal__character {
    right: 50%;
    width: 280px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.main {
  position: relative;
  display: flex;
  min-height: 800px;
  margin-top: -130px;
  padding: 214px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media only screen and (max-width: 1259px) {
  .main {
    min-height: 600px;
    padding: 180px 0 calc(6.7vw + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .main {
    min-height: 0;
    margin-top: -70px;
    padding-top: 120px;
  }
}
.main__container {
  position: relative;
  width: 100%;
  margin: auto;
}
.main__inner {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .main__inner {
    max-width: 100%;
  }
}
.main__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1259px) {
  .main__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .main__title {
    margin-bottom: 20px;
  }
}
.main__action {
  margin-top: 50px;
}
@media only screen and (max-width: 1259px) {
  .main__action {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main__action {
    margin-top: 24px;
  }
}
.main__media {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .main__media {
    display: none;
  }
}
.main--about {
  background: #F1F8FD;
}
.main--about .main__media {
  width: 75%;
  -webkit-transform: translateY(-57%);
          transform: translateY(-57%);
}
.main--food {
  color: white;
}
.main--food .main__title {
  color: white;
}
.main--food .main__media {
  left: 54%;
  width: 64%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}
@media only screen and (max-width: 1023px) {
  .main--food .main__media {
    -webkit-transform: translateY(-36%);
            transform: translateY(-36%);
  }
}
.main--background {
  color: white;
}
.main--background:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), transparent);
}
@media only screen and (max-width: 767px) {
  .main--background:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
  }
}
.main--background .main__title {
  color: white;
}
.main--zone .main__inner {
  max-width: 700px;
}
.main--birthday {
  color: white;
}
.main--birthday .main__title {
  margin: 0;
  color: white;
}
.main--birthday .main__media {
  left: 49%;
  width: 63%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.eat__section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1259px) {
  .eat__section {
    gap: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .eat__section {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }
}
.eat__section:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .eat__section:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.eat__col:first-child {
  flex-grow: 1;
}
.eat__col:last-child {
  flex: 0 0 45%;
  background: black;
}
@media only screen and (max-width: 767px) {
  .eat__col:last-child {
    max-width: 280px;
    margin: 0 auto;
  }
}
.eat__col figure {
  position: relative;
}
.eat__col figure img {
  opacity: 0.8;
}
.eat__col figure strong {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 52px;
  color: white;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1259px) {
  .eat__col figure strong {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .eat__col figure strong {
    display: none;
  }
}
.eat__title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1259px) {
  .eat__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .eat__title {
    margin-bottom: 20px;
  }
}
.eat__content p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .eat__content p {
    margin-bottom: 20px;
  }
}
.eat__action {
  margin-top: 60px;
}
@media only screen and (max-width: 1259px) {
  .eat__action {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .eat__action {
    margin-top: 20px;
  }
}
.eat__foot {
  text-align: center;
}

.play {
  margin: -150px 0;
  padding: 164px 0;
  background: #F1F8FD;
}
@media only screen and (max-width: 1259px) {
  .play {
    padding: 130px 0 calc(6.7vw + 50px);
  }
}
@media only screen and (max-width: 767px) {
  .play {
    margin: -70px 0 calc(-6.7vw - 30px);
    padding: 90px 0 calc(6.7vw + 30px);
  }
}
.play .zones__title {
  color: #280A92;
}

.action {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  .action {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .action {
    margin-top: 24px;
  }
}

.birthday {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .birthday {
    padding: 30px 0;
    text-align: center;
  }
}
.birthday__title {
  text-align: center;
}
.birthday__row {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  .birthday__row {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.birthday__col {
  flex: 1;
}
.birthday__content {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .birthday__content {
    margin-bottom: 24px;
  }
}

.holiday {
  margin-bottom: 20px;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .holiday {
    padding: 30px 0;
  }
}
.holiday__title {
  color: white;
}
@media only screen and (max-width: 1259px) {
  .holiday__title {
    margin-bottom: 40px;
  }
}
.holiday__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .holiday__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-bottom: 32px;
  }
}
.holiday__list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 178px;
  margin: 0 auto 16px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.holiday__caption {
  font-size: 21px;
  font-weight: 400;
}
@media only screen and (max-width: 1259px) {
  .holiday__caption {
    font-size: 18px;
  }
}

.order {
  position: relative;
  max-width: 860px;
  margin: 0 auto 120px;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .order {
    margin-bottom: 40px;
    padding: 30px 0;
  }
}
.order__title {
  font-size: 48px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  .order__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .order__title {
    font-size: 30px;
  }
}
.order__form {
  position: relative;
  z-index: 2;
  padding: 60px;
  background: linear-gradient(180deg, #00D0FF, #4E0D9C);
  border-radius: 72px;
}
@media only screen and (max-width: 767px) {
  .order__form {
    padding: 24px;
    border-radius: 40px;
  }
}
.order__form:before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  background: #330B7F;
  border-radius: 71px;
}
@media only screen and (max-width: 767px) {
  .order__form:before {
    border-radius: 39px;
  }
}
.order__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 16px;
}
@media only screen and (max-width: 767px) {
  .order__fields {
    grid-template-columns: repeat(1, 1fr);
  }
}
.order__action {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .order__action {
    margin-top: 16px;
  }
}

.phones {
  margin-bottom: 20px;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .phones {
    padding: 30px 0;
  }
}
.phones__title {
  color: white;
}
.phones__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .phones__list {
    flex-direction: column;
  }
}
.phones__list li {
  display: flex;
  flex: 1;
}
.phones__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 40px 20px;
  background: linear-gradient(#fff, #B3B2FA);
  border-radius: 28px;
  color: #004944;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .phones__list a {
    padding: 20px;
  }
}
.phones__list span {
  font-size: 18px;
}
.phones__list strong {
  font-size: 24px;
}

.events {
  margin: -130px 0 -170px;
  padding: 214px 0 230px;
  background: #F1F8FD;
  overflow: hidden;
}
@media only screen and (max-width: 1259px) {
  .events {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .events {
    margin-top: -70px;
    padding: 120px 0 200px;
  }
}
.events--single {
  padding-top: 170px;
}
@media only screen and (max-width: 767px) {
  .events--single {
    padding-top: 120px;
  }
}
.events__title {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1259px) {
  .events__title {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .events__title {
    margin-bottom: 20px;
  }
}
.events__tags {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .events__tags {
    margin-bottom: 40px;
  }
}
.events__tags .btn:not(.active) {
  background: white;
  box-shadow: 0 0 0 1px #E7E2FB inset;
  color: #2D0B6D;
}
.events__tags .btn:not(.active):hover {
  color: white;
}
.events__tags .btn:not(.active):hover:after {
  opacity: 0.7;
}
.events__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .events__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .events__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.events__action {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .events__action {
    margin-top: 40px;
  }
}

.details {
  display: flex;
  align-items: center;
  gap: 64px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .details {
    flex-direction: column;
    gap: 64px;
    margin-bottom: 64px;
  }
}
.details__col:first-child {
  flex: 55%;
}
.details__col:last-child {
  flex: 45%;
}
.details__title {
  margin-bottom: 16px;
  color: #3B17B2;
}
.details__description {
  max-width: 520px;
  margin-bottom: 20px;
}
.details__inner {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
}
.details__inner:before, .details__inner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #4C5D6A, #F1F8FD);
}
.details__inner:before {
  top: 0;
}
.details__inner:after {
  bottom: 0;
}
.details__meta {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.details__date, .details__time {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 30px;
  border-radius: 27px;
  font-size: 18px;
  font-weight: 700;
  color: black;
}
@media only screen and (max-width: 767px) {
  .details__date, .details__time {
    padding: 10px 20px;
  }
}
.details__date svg, .details__time svg {
  width: 24px;
  height: 24px;
  fill: black;
}
.details__date {
  background: #FDD311;
}
.details__time {
  background: #11D2FD;
}
.details__content {
  font-size: 21px;
}
@media only screen and (max-width: 1259px) {
  .details__content {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .details__content {
    font-size: 16px;
  }
}
.details__content ul li {
  position: relative;
  padding-left: 20px;
}
.details__content ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background: black;
  border-radius: 3px;
}
@media only screen and (max-width: 1259px) {
  .details__content ul li:before {
    top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .details__content ul li:before {
    top: 7px;
  }
}
.details__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.details__slogan {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 700;
}
@media only screen and (max-width: 1259px) {
  .details__slogan {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .details__slogan {
    font-size: 16px;
  }
}
.details__image {
  aspect-ratio: 523/504;
  -webkit-mask-image: url(/img/mask-event.svg);
          mask-image: url(/img/mask-event.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.details__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.buy {
  display: flex;
  align-items: flex-start;
  gap: 44px;
}
@media only screen and (max-width: 1023px) {
  .buy {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.buy__col:first-child {
  flex-grow: 1;
}
.buy__col:last-child {
  flex: 0 0 404px;
  padding: 30px 20px;
  background-size: cover;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .buy__col:last-child {
    flex: unset;
  }
}
.buy__close {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding: 8px 14px;
  background: #F1F8FD;
  border-radius: 22px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
}
.buy__close svg {
  width: 24px;
  height: 24px;
}
.buy__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .buy__list li {
    gap: 8px;
  }
}
.buy__list li:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.buy__list li:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #3817B2, #FFF);
  opacity: 0.4;
}
.buy__title {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .buy__title {
    font-size: 14px;
  }
}
.buy__price {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 12px;
  background: #FDD311;
  border-radius: 19px;
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .buy__price {
    height: 28px;
    padding: 0 8px;
    font-size: 14px;
  }
}
.buy__price.is-special {
  background: #11F5FD;
}
.buy__value {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 102px;
  height: 38px;
  border: 1px solid rgba(56, 23, 178, 0.2);
  border-radius: 19px;
}
@media only screen and (max-width: 767px) {
  .buy__value {
    width: 72px;
    height: 28px;
    border-radius: 14px;
  }
}
.buy__value button {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  opacity: 0.4;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 767px) {
  .buy__value button {
    width: 26px;
    height: 26px;
  }
}
.buy__value button:hover {
  opacity: 1;
}
.buy__value button:first-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill-rule='evenodd' d='M10 0C4.477 0 0 4.477 0 10s4.477 10 10 10 10-4.477 10-10S15.523 0 10 0zM6.279 9.302a.7.7 0 0 0-.698.698.7.7 0 0 0 .204.493c.131.131.308.204.493.204h7.442a.7.7 0 0 0 .698-.698.7.7 0 0 0-.698-.698H6.279z' fill='%232c308f'/%3E%3C/svg%3E");
}
.buy__value button:last-child {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M0 10a10 10 0 1 1 20 0 10 10 0 1 1-20 0zm10-4.359a.77.77 0 0 0-.769.769v2.821H6.41a.77.77 0 0 0-.769.769.77.77 0 0 0 .769.769h2.821v2.821a.77.77 0 0 0 .769.769.77.77 0 0 0 .769-.769v-2.821h2.821a.77.77 0 0 0 .769-.769.77.77 0 0 0-.769-.769h-2.821V6.41A.77.77 0 0 0 10 5.641z' fill='%232c3391'/%3E%3C/svg%3E");
}
.buy__value input {
  width: 28px;
  height: 36px;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .buy__value input {
    width: 18px;
    height: 26px;
    font-size: 14px;
    border-radius: 12px;
  }
}
.buy__value input[type=number]::-webkit-outer-spin-button, .buy__value input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.buy__value input[type=number] {
  -moz-appearance: textfield;
}

.total {
  color: white;
}
.total__title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .total__title {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.total__list {
  font-size: 14px;
  font-weight: 500;
}
.total__list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .total__list li {
    gap: 8px;
  }
}
.total__list li:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed white;
}
.total__info {
  flex-shrink: 0;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 14px;
}
.total__name {
  margin-right: auto;
}
.total__remove {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M0 10a10 10 0 1 1 20 0 10 10 0 1 1-20 0zm10-4.359a.77.77 0 0 0-.769.769v2.821H6.41a.77.77 0 0 0-.769.769.77.77 0 0 0 .769.769h2.821v2.821a.77.77 0 0 0 .769.769.77.77 0 0 0 .769-.769v-2.821h2.821a.77.77 0 0 0 .769-.769.77.77 0 0 0-.769-.769h-2.821V6.41A.77.77 0 0 0 10 5.641z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.total__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 30px;
  padding-top: 16px;
  border-top: 1px solid white;
}
@media only screen and (max-width: 767px) {
  .total__foot {
    margin-bottom: 16px;
  }
}
.total__caption {
  font-size: 16px;
  font-weight: 500;
}
.total__sum {
  font-size: 18px;
  font-weight: 700;
  color: #11F5FD;
}
.total__field {
  position: relative;
  margin-bottom: 10px;
}
.total__field input {
  height: 44px;
}
.total__field button {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #FDD311;
}
.total__action {
  margin-top: 28px;
  text-align: center;
}

.result {
  position: relative;
  z-index: 2;
  text-align: center;
}
.result__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.result__icon svg {
  width: 30px;
  height: 30px;
}
.result__title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}
.result__caption {
  margin-bottom: 24px;
  font-size: 16px;
}
.result__caption strong {
  font-weight: 700;
}
.result__content {
  margin-bottom: 24px;
  font-size: 14px;
}
.result__content p {
  margin-bottom: 10px;
}
.result__content a {
  color: #4EF690;
  text-decoration: underline;
}

.notification {
    font-size:16px;
    margin-top:20px;
    text-align:center;
}

.event-program {
  padding: 24px 0 12px;
}

.event-program__intro {
  max-width: 820px;
  margin-bottom: 32px;
  margin: 0 auto;
  text-align: center;
}

.event-program__intro h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  font-weight: 700;
  color: #4724c7;
}

.event-program__intro p {
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
  color: #4c5565;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.program-card {
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(31, 36, 48, 0.08);
}

.program-card--wide {
  grid-column: 1 / -1;
}

.program-card h3 {
  margin: 0 0 16px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #4724c7;
}

.program-card__text,
.program-card__note,
.program-card__final {
  margin: 16px 0 16px;
  font-size: 17px;
  line-height: 1.65;
  color: #2b3240;
  font-weight: 700;
}

.program-card__final {
  font-weight: 700;
  color: #111318;
}

.program-prizes__title {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 700;
  color: #111318;
}

.program-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.program-list li {
  font-size: 17px;
  line-height: 1.55;
  color: #2b3240;
}

.program-list--columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.partners {
  padding: 72px 0 96px;
}

.partners__head {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.partners__head h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  font-weight: 700;
  color: #4724c7;
}

.partners__head p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #596273;
}

.partners__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(31, 36, 48, 0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.partner-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(31, 36, 48, 0.12);
}

.partner-logo img {
  max-width: 100%;
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}


@media (max-width: 1200px) {
 .partners__grid {
     grid-template-columns: repeat(6, 1);
  }
}

@media (max-width: 992px) {
  .event-hero {
    grid-template-columns: repeat(6, 1);
    gap: 32px;
    padding: 32px 0 56px;
  }

  .event-hero__visual {
    order: -1;
  }

  .program-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .program-list--columns {
    grid-template-columns: repeat(1, 1fr);
  }

  .partners__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .event-hero__title {
    font-size: 42px;
  }

  .event-hero__lead,
  .event-hero__text p,
  .event-hero__slogan {
    font-size: 18px;
  }

  .event-hero__badge {
    width: 100%;
    justify-content: center;
  }

  .event-hero__button {
    width: 100%;
    min-width: 0;
    display:block;
  }

  .program-card {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .program-card h3 {
    font-size: 22px;
  }

  .partners__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .partner-logo {
    min-height: 92px;
  }
}

.program-card--with-image {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.program-card__media {
  flex: 0 0 540px;
}

.program-card__media img {
  display: block;
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.program-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.program-card__body h3 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #4724c7;
}

.program-list--two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.program-list--two-columns li {
  font-size: 17px;
  line-height: 1.55;
  color: #2b3240;
}

@media (max-width: 992px) {
  .program-card--with-image {
    flex-direction: column;
  }

  .program-card__media {
    flex: 0 0 auto;
    width: 100%;
  }

  .program-list--two-columns {
    grid-template-columns: 1fr;
  }
}