@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Extrabold.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Heavy.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Semibold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url(assets/fonts/Gilroy-Thin.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --dark: #070607;
  --pink: #d44491;
  --red: #fe6645;
}

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

body {
  font-family: Gilroy, sans-serif;
  background-color: var(--dark);
  color: #fff;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.position-static {
  position: static !important;
}

.body-hidden {
  overflow: hidden;
  touch-action: none;
}

.content {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.sect-m {
  margin: 220px 0;
}

.sect-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 56px;
}

:root {
  --content-width: 1760px;
  --offset-width: 12px;
  --container-width: calc(var(--content-width) + (var(--offset-width) * 2));
}

.container {
  max-width: var(--container-width);
  width: 100%;
  padding: 0 var(--offset-width);
  margin: 0 auto;
}

._linear {
  background: linear-gradient(108deg, #fff 0, #ccbcef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-reset {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit;
}

.btn-b {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  padding: 12px 32px;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.11);
  border: 1px solid white;
  border-radius: 100px;

  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: white;

  transition: color 0.3s ease, border-color 0.3s ease,
    background-color 0.3s ease;
}

.btn-s {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  gap: 8px;
  border: none;
  padding: 12px 32px;
  background-color: var(--pink);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
  z-index: 1;
}

.btn-b svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-s img,
.btn-s svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-s div {
  position: absolute;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  pointer-events: none;
  transition: left 0.3s linear, right 0.3s linear, bottom 0.3s linear,
    top 0.3s linear, -webkit-transform 0.3s linear;
  transition: left 0.3s linear, right 0.3s linear, bottom 0.3s linear,
    top 0.3s linear, transform 0.3s linear;
  transition: left 0.3s linear, right 0.3s linear, bottom 0.3s linear,
    top 0.3s linear, transform 0.3s linear, -webkit-transform 0.3s linear;
}

.btn-s div:first-child {
  background: radial-gradient(51.83% 43.7% at 52.67% 35.62%,
      #c55d9f 0,
      rgba(255, 255, 255, 0.5) 100%);
  width: 495px;
  height: 180px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -32px;
  left: -70px;
  z-index: -1;
}

.btn-s div:nth-child(2) {
  background: radial-gradient(83.88% 43.59% at 52.67% 35.62%,
      #c5bbf5 0,
      rgba(255, 255, 255, 0.5) 100%);
  width: 395px;
  height: 95px;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
  top: -45px;
  left: -205px;
  z-index: -2;
}

.btn-s div:nth-child(3) {
  background: radial-gradient(19.1% 28.08% at 52.05% 52.43%,
      #70c8ef 0,
      rgba(255, 255, 255, 0) 100%);
  width: 440px;
  height: 305px;
  -webkit-transform: rotate(-24deg);
  transform: rotate(-24deg);
  top: -130px;
  left: -225px;
  z-index: -1;
}

.btn-s div:nth-child(4) {
  background: radial-gradient(34.51% 34.86% at 50% 50%,
      #d44491 0,
      rgba(255, 255, 255, 0) 100%);
  width: 405px;
  height: 195px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  top: -135px;
  left: -20px;
  z-index: -4;
}

.btn-o {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  border-radius: 100px;
  padding: 12px 32px;
  border-radius: 100px;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 1;
  transition: color 0.3s ease;
}

.btn-o span {
  pointer-events: none;
  position: relative;
  background: linear-gradient(46deg,
      #e7fdff 0.72%,
      #d5f0ff 29.86%,
      #ffe7f9 68.6%,
      #f0cdff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}

.btn-o span::before {
  content: attr(data-text);
  position: absolute;
  background: linear-gradient(64deg,
      #08acdc 0.72%,
      #a4d5ff 18.02%,
      #eddeff 44.61%,
      #c65a9c 88.62%,
      #ac3174 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}

.btn-o div {
  position: absolute;
  content: "";
  border-radius: 100px;
}

.btn-o div:first-child {
  inset: 0;
  background: linear-gradient(135deg,
      #ffe7f9 0,
      #d5f0ff 26%,
      #97dbff 64%,
      #fb7cc1 100%);
  z-index: -2;
}

.btn-o div:nth-child(2) {
  inset: 2px;
  background-color: var(--dark);
  z-index: -1;
}

.btn-o img,
.btn-o svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.btn-play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 40px 0 rgba(32, 31, 37, 0.06);
  background-color: hsla(0, 0%, 100%, 0.16);
  transition: background-color 0.3s ease;
  z-index: 10;
}

.btn-play svg {
  width: 48px;
  height: 48px;
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
}

.btn-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: 0;
  cursor: pointer;
  gap: 8px;
  padding: 12px 24px;
  backdrop-filter: blur(26px);
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.btn-simple svg {
  width: 24px;
  height: 24px;
}

.list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.input-control {
  width: 100%;
}

.input {
  border: 1px solid hsla(0, 0%, 100%, 0.06);
  outline: 0;
  border-radius: 16px;
  padding: 12px 15px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: border-color 0.3s ease;
}

.input:focus {
  border-color: var(--pink);
}

.input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.32);
}

.input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.32);
}

.input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.32);
}

.input::placeholder {
  color: hsla(0, 0%, 100%, 0.32);
}

.input._date {
  background: url(assets/img/calendar.svg) center right 16px/20px auto no-repeat;
}

.input.wpcf7-not-valid {
  border-color: var(--red);
}

.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  color: var(--red);
  font-size: 12px;
}

.input-check {
  display: none;
}

.input-check:checked+.wpcf7-list-item-label::before {
  background: linear-gradient(46deg,
      #e7fdff 0.72%,
      #d5f0ff 29.86%,
      #ffe7f9 68.6%,
      #f0cdff 100%);
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 150%;
  color: hsla(0, 0%, 100%, 0.87);
}

.wpcf7-list-item-label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex-shrink: 0;
  border: 1px solid #fff;
}

.select {
  position: relative;
}

.select._open .select-body {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.select._open .select-input {
  border-radius: 16px 16px 0 0;
}

.select-btn {
  cursor: pointer;
}

.select-input {
  pointer-events: none;
  background: url(assets/img/select-icon.svg) center right 15px/24px auto no-repeat;
  transition: border-radius 0.4s ease;
}

.select-body {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  background: radial-gradient(80.66% 92.5% at 48.22% 23.32%,
      rgba(0, 0, 0, 0) 0,
      rgba(13, 172, 220, 0.24) 57.89%,
      rgba(212, 68, 145, 0.48) 100%);
  border-radius: 0 0 16px 16px;
  overflow-y: auto;
  max-height: 330px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
}

.select-body::-webkit-scrollbar {
  width: 2px;
}

.select-body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.select-body::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, 0.87);
  border-radius: 5px;
}

.select-body__inside {
  position: relative;
  border-radius: 0 0 16px 16px;
  z-index: 1;
}

.select-body__inside::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 0 0 15px 15px;
  background-color: var(--dark);
  opacity: 0.7;
  z-index: -1;
}

.select-item {
  padding: 16px 12px;
  cursor: pointer;
  font-size: 17px;
  line-height: 129%;
  letter-spacing: -0.03em;
  color: hsla(0, 0%, 100%, 0.87);
  transition: background-color 0.3s ease;
}

.select-item:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.s-title {
  font-weight: 500;
  font-size: 48px;
  line-height: 117%;
  text-transform: uppercase;
  margin: 0;
}

.slider-nav {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
}

.slider-nav__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: hsla(0, 0%, 100%, 0.08);
  color: #fff;
  transition: opacity 0.3s ease, background-color 0.3s ease, color;

  &._black {
    background-color: rgba(7, 9, 11, 0.56);
  }
}

.slider-nav__btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.32;
}

.slider-nav__btn svg {
  width: 18px;
  height: 18px;
}

[data-tab] {
  display: none;
  transition: opacity 0.4s ease;
}

[data-tab]._active {
  display: block;
}

[data-app-tab] {
  display: none;
  transition: opacity 0.4s ease;
}

[data-app-tab]._active {
  display: block;
}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}

[data-copy] {
  position: relative;
}

[data-copy]._active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

[data-copy]::after {
  position: absolute;
  font-size: 14px;
  color: #fff;
  top: -130%;
  right: 0;
  padding: 8px;
  border-radius: 4px;
  background: radial-gradient(147.78% 97.05% at 27.01% 37.71%,
      rgba(0, 0, 0, 0) 0,
      rgba(13, 172, 220, 0.24) 60.46%,
      rgba(212, 68, 145, 0.5) 100%);
  content: attr(data-copy-text);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  transition: opacity 0.3s ease, visiblity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visiblity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, visiblity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.custom-cursor {
  position: fixed;
  width: 60px;
  height: 60px;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background: linear-gradient(59deg,
      #08acdc 0.72%,
      #a4d5ff 21.33%,
      #d1b9ee 41.48%,
      #c65a9c 76.97%,
      #ac3174 100%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: difference;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.burger {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 75px;
  left: 0;
  padding: 0 16px;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  background-color: #070607;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 100;
  transition: opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
}

.burger._open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.burger .burger__list>li:not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.burger .burger__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 12px;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.56);
  transition: color 0.3s ease;
}

.burger .burger__list a._spoller-active {
  color: #fff;
}

.burger .burger__list a._spoller-active .circle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.burger .burger__list a .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: rgba(7, 9, 11, 0.56);
  flex-shrink: 0;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.burger .burger__list a .circle svg {
  width: 15px;
  height: 15px;
}

.burger .burger__list .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 16px;
}

.burger .burger__list .sub-menu a {
  padding-top: 12px;
  padding-bottom: 12px;
}

.modal {
  position: relative;
  display: none;
  width: 905px;
  max-width: calc(100% - 20px);
  border-radius: 24px;
  color: #fff;
  padding: 24px;
  background: radial-gradient(80.66% 92.5% at 48.22% 23.32%,
      rgba(0, 0, 0, 0) 0,
      rgba(13, 172, 220, 0.24) 57.89%,
      rgba(212, 68, 145, 0.48) 100%);
  z-index: 1;
}

.modal::before {
  position: absolute;
  content: "";
  inset: 1px;
  border-radius: 23px;
  background-color: var(--dark);
  opacity: 0.7;
  z-index: -2;
}

.modal::after {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background: url(assets/img/reg-event-decor.png) right 0 bottom 0/100% auto no-repeat;
}

.modal__title {
  font-weight: 500;
  font-size: 44px;
  line-height: 117%;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

.modal__title._center {
  text-align: center;
}

.modal__content {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.87);
  max-width: 540px;
  margin: 0 auto 32px auto;
}

.modal__close {
  position: absolute;
  cursor: pointer;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  color: hsla(0, 0%, 100%, 0.66);
  transition: color 0.3s ease;
}

.modal__close svg {
  width: 100%;
  height: 100%;
}

.modal__head-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.modal__head-list li {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: hsla(0, 0%, 100%, 0.56);
}

.modal__head-list li span {
  color: #fff;
}

.modal__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal__form-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 12px;
  margin-top: 40px;
}

.modal__form-btn {
  width: 200px;
}

.modal__form-policy {
  margin: 0;
  font-size: 12px;
  line-height: 142%;
  color: hsla(0, 0%, 100%, 0.54);
  max-width: 330px;
}

.modal__form-policy a {
  color: hsla(0, 0%, 100%, 0.87);
  text-decoration: underline;
}

.modal__btn-send {
  margin: 24px auto 0 auto;
}

.header {
  position: sticky;
  top: 0;
  padding: 16px 0;
  z-index: 90;
  background-color: rgba(7, 6, 7, 0.64);
  transition: background-color 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease,
    -webkit-transform 0.4s ease;
  z-index: 90;
}

.header._scroll {
  /* -webkit-transform: translateY(-100%);
  transform: translateY(-100%); */
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.header__logo {
  display: block;
  width: 362px;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__list {
  display: flex;
  gap: 70px;
}

.header__list li.menu-item-has-children {
  position: relative;
}

.header__list li.menu-item-has-children>a::after {
  content: "";
  width: 12px;
  height: 12px;
  opacity: 0.64;
  background: url(assets/img/arrow-down.svg) center/100% auto no-repeat;
  transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease,
    opacity 0.3s ease;
}

.header__list li.menu-item-has-children .sub-menu {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  background: radial-gradient(520.34% 314.91% at 32.87% 64.58%,
      rgba(0, 0, 0, 0) 0,
      rgba(13, 172, 220, 0.32) 87.26%,
      rgba(212, 68, 145, 0.4) 100%);
  margin: 0;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition: opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease,
    -webkit-transform 0.4s ease;
}

.header__list li.menu-item-has-children .sub-menu li {
  position: relative;
  padding: 12px 16px;
}

.header__list li.menu-item-has-children .sub-menu li::before {
  position: absolute;
  content: "";
  inset: 0 1px;
  background-color: #111212;
  z-index: -1;
}

.header__list li.menu-item-has-children .sub-menu li:first-child::before {
  top: 1px;
}

.header__list li.menu-item-has-children .sub-menu li:last-child::before {
  bottom: 1px;
}

.header__list li.menu-item-has-children .sub-menu li:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 16px;
  right: 16px;
  bottom: 0;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.08);
}

.header__list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  transition: color 0.3s ease;
}

.header__button {
  display: flex;
  gap: 16px;
}

.header__burger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  gap: 4px;
  color: hsla(0, 0%, 100%, 0.56);
  transition: color 0.3s ease;
}

.header__burger-btn._active div {
  position: absolute;
}

.header__burger-btn._active div:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header__burger-btn._active div:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header__burger-btn div {
  width: 32px;
  height: 2px;
  border-radius: 3px;
  background-color: currentColor;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.intro {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  z-index: 1;
}

.intro__head {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.intro__title {
  font-weight: 400;
  font-size: 180px;
  line-height: 100%;
  margin: 0;
  background: linear-gradient(46deg,
      #e7fdff 0.72%,
      #d5f0ff 29.86%,
      #ffe7f9 68.6%,
      #f0cdff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro__head-descr {
  padding-bottom: 28px;
  margin: 0;
  max-width: 340px;
  font-size: 24px;
  line-height: 133%;
  color: hsla(0, 0%, 100%, 0.72);
}

.intro__buttons {
  margin-top: 24px;
  width: 100%;
}

.intro__buttons-wrapper {
  display: flex;
  width: 100%;
  gap: 16px;
}

.s-about {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 80px 0;
  min-height: 100vh;
  z-index: 1;

  &._min {
    padding-top: 55px !important;
    min-height: auto;
    gap: 80px;

    &.pt-0 {
      padding-top: 0 !important;
    }

    &::before {
      background: linear-gradient(180deg,
          rgba(7, 6, 7, 0.92) 10.26%,
          rgba(7, 6, 7, 0.2) 131.41%,
          #070607 96.91%);
    }

    .video-bg {
      bottom: -90px;
    }
  }

  &._year {
    padding-top: 80px !important;
    min-height: auto !important;

    &::before {
      display: none;
    }
  }
}

.s-about::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg,
      rgba(7, 6, 7, 0.6) 0,
      rgba(7, 6, 7, 0.4) 24.92%,
      #070607 96.91%);
  z-index: -1;
}

.s-about__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 280px;
}

.s-about__title {
  font-weight: 400;
  margin-bottom: 8px;
}

.s-about__rbs-logo {
  display: block;
}

.s-about__content {
  color: hsla(0, 0%, 100%, 0.72);
  margin: 0;
  max-width: 735px;
}

.s-about__partners-slider {
  overflow: visible !important;
  max-width: 100% !important;
}

.s-about__partners-slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}

.s-about__partners-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.s-award__title {
  max-width: 1015px;
  text-align: center;
  margin: 0 auto 24px auto;
}

.s-award__content {
  max-width: 720px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.56);
  margin: 0 auto;
}

.s-award__adv {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  margin-top: 120px;
}

.s-award__adv-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 195px;
  padding: 25px 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: hsla(0, 0%, 100%, 0.56);
}

.s-award__adv-item._active .s-award__adv-icon:nth-child(1) {
  opacity: 0;
}

.s-award__adv-item._active .s-award__adv-icon:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate(-50%, -20%) scale(1);
  transform: translate(-50%, -20%) scale(1);
}

.s-award__adv-item._active .s-award__item-content span:nth-child(1) {
  opacity: 0;
}

.s-award__adv-item._active .s-award__item-content span:nth-child(2) {
  opacity: 1;
}

.s-award__adv-item._active .s-award__item-btn {
  opacity: 1;
}

.s-award__item-gallery {
  position: relative;
  outline: none;
  z-index: 1;
}

.s-award__adv-icon {
  display: block;
  transition: opacity 0.4s linear, -webkit-transform 0.4s linear;
  transition: opacity 0.4s linear, transform 0.4s linear;
  transition: opacity 0.4s linear, transform 0.4s linear,
    -webkit-transform 0.4s linear;
}

.s-award__adv-icon:nth-child(2) {
  position: absolute;
  max-width: none;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -20%) scale(0.9);
  transform: translate(-50%, -20%) scale(0.9);
  opacity: 0;
}

.s-award__item-btn {
  position: absolute;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 25px;
  opacity: 0;
}

.s-award__item-content {
  position: relative;
  width: 100%;
}

.s-award__item-content span {
  transition: opacity 0.3s linear, transform 0.3s linear;
}

.s-award__item-content span:nth-child(2) {
  position: absolute;
  inset: 0;
  font-weight: 700;
  background: linear-gradient(64deg,
      #08acdc 0.72%,
      #a4d5ff 18.02%,
      #d1b9ee 44.61%,
      #c65a9c 77.4%,
      #ac3174 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  opacity: 0;
}

.s-plan__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.s-plan__item {
  position: relative;
  min-height: 480px;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  z-index: 1;

  &::after {
    position: absolute;
    content: "";
    inset: 0;
    opacity: 0;
    background: url("assets/img/gradient.png") right 0 bottom 0 / 100% auto no-repeat;
    z-index: -1;
    transition: opacity 0.3s ease;
  }

  &:hover {
    &::after {
      opacity: 1;
    }

    .s-plan__item-img {
      transform: scale(1.07);
    }
  }

  &._off-shadow {
    &::before {
      display: none;
    }
  }
}

.s-plan__item._big {
  grid-column: 2 span;

  &::after {
    background: url("assets/img/big-gradient.png") right 0 bottom 0 / 100% auto no-repeat;
  }
}

.s-plan__item._super-big {
  grid-column: 4 span;

  .s-plan__item-content {
    max-width: 545px;
  }

  &::after {
    background: url("assets/img/super-big-gradient.png") right 0 bottom 0 / 100% auto no-repeat;
  }
}

.s-plan__item._big .s-plan__item-content {
  max-width: 545px;
}

.s-plan__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(181deg,
      rgba(0, 0, 0, 0.05) 0,
      rgba(0, 0, 0, 0.88) 100%);
  z-index: -1;
}

.s-plan__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;

  transition: transform 0.3s ease;
}

.s-plan__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-plan__item-body {
  padding: 24px;
  overflow: hidden;
  width: 100%;
}

.s-plan__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.s-plan__item-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: hsla(0, 0%, 100%, 0.72);
  max-width: 270px;
  margin: 0;
}

.s-plan__btn {
  width: 100%;
  margin-top: 24px;
}

.s-speakers {
  overflow: hidden;
}

.s-speakers__slider {
  overflow: visible !important;
}

.s-speakers__slide {
  position: relative;
  display: flex !important;
  align-items: flex-end;
  box-sizing: border-box;
  width: 335px !important;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  min-height: 425px;
  z-index: 1;
}

.s-speakers__slide._active {
  .s-speakers__slide-inside {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .s-speakers__slide-circle {
    transform: rotate(180deg);
  }
}

@media (min-width: 992px) {
  .s-speakers__slide {
    &:hover {
      .s-speakers__slide-inside {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .s-speakers__slide-circle {
        transform: rotate(180deg);
      }
    }
  }
}

.s-speakers__slide::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(183deg,
      rgba(0, 0, 0, 0.05) 0,
      rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}

.s-speakers__slide-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 26px;
  height: 26px;
  background: rgba(7, 9, 11, 0.56);
  border-radius: 50%;
  color: #fff;
  z-index: 10;

  transition: transform 0.3s ease;
}

.s-speakers__slide-circle svg {
  width: 14px;
  height: 14px;
}

.s-speakers__slide-body {
  padding: 24px;
}

.s-speakers__slide-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  margin: 0 0 2px 0;
}

.s-speakers__slide-content {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: hsla(0, 0%, 100%, 0.72);
  margin: 0;
}

.s-conditions .s-title {
  flex-shrink: 0;
}

.s-conditions__head-content {
  max-width: 540px;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  margin: 0;
}

.s-conditions__item {
  position: relative;
  z-index: 1;
}

.s-conditions__item:not(:last-child) .s-conditions__item-wrapper {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.s-conditions__item._active .s-conditions__item-content {
  display: block;
}

.s-conditions__item._active::before {
  opacity: 1;
}

.s-conditions__item._active .s-conditions__item-title {
  background: linear-gradient(59deg,
      #08acdc 0.72%,
      #a4d5ff 18.02%,
      #d1b9ee 44.61%,
      #c65a9c 77.4%,
      #ac3174 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-conditions__item._active .circle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.s-conditions__item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: hsla(0, 0%, 100%, 0.56);
  background: rgba(243, 243, 243, 0.08);
}

.s-conditions__item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  background: rgba(7, 9, 11, 0.56);
  margin-left: auto;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.s-conditions__item .circle svg {
  width: 14px;
  height: 14px;
}

.s-conditions__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: url(assets/img/linear-conditions.png) left 0 center/cover no-repeat;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.s-conditions__item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px 0;
  gap: 64px;
}

.s-conditions__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  flex: 1;
  color: hsla(0, 0%, 100%, 0.56);
}

.s-conditions__item-content {
  font-weight: 600;
  max-width: 540px;
  margin: 0 0 0 auto;
  background: linear-gradient(46deg,
      #e7fdff 0.72%,
      #d5f0ff 29.86%,
      #ffe7f9 68.6%,
      #f0cdff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.4s linear;
  width: 100%;
}

.s-conditions__bottom {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.s-conditions__bottom-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.s-conditions__bottom-list li {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: hsla(0, 0%, 100%, 0.56);
}

.s-conditions__bottom-list li span {
  color: #fff;
}

.s-gallery {
  overflow: hidden;
}

.s-gallery__tabs-nav {
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 2px;
  background: rgba(120, 120, 128, 0.12);
  margin-bottom: 42px;
  z-index: 1;
}

.s-gallery__tabs-bar {
  position: absolute;
  content: "";
  width: calc(50% - 1px);
  height: calc(100% - 2px);
  border-radius: 100px;
  opacity: 1;
  background-color: #fff;
  z-index: -1;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.s-gallery__tab-btn {
  padding: 7px 10px;
  cursor: pointer;
  border-radius: 100px;
  width: 180px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.s-gallery__tab-btn._active {
  color: rgba(0, 0, 0, 0.87);
}

.s-gallery__slider {
  overflow: visible !important;
}

.s-gallery__slide {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 580px !important;
  max-width: 100%;
  height: 430px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  outline: 0;
}

.s-gallery__slide._big {
  width: 765px !important;
}

.s-gallery__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.s-gallery__media {
  display: flex;
  gap: 10px;
  margin-top: 40px;

  .s-gallery__media-btn {
    margin-top: 0 !important;
  }
}

.s-gallery__media-btn {
  display: block;
  position: relative;
  border-radius: 100px;
  padding: 12px 32px;
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, 0.12);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  z-index: 1;
}

.s-gallery__media-btn::before {
  position: absolute;
  content: "";
  inset: 0;
  background: radial-gradient(114.45% 125.24% at 25.57% 33.33%,
      rgba(0, 0, 0, 0) 0,
      rgba(13, 172, 220, 0.25) 54.06%,
      #d44491 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease;
}

.s-say {
  overflow: hidden;
}

.s-say__slider {
  overflow: visible !important;
}

.s-say__slide {
  position: relative;
  display: flex !important;
  width: 975px !important;
  max-width: 100%;
  gap: 10px;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  background: hsla(0, 0%, 100%, 0.08);
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}

.s-say__slide-decor {
  position: absolute;
  width: 2800px;
  height: 840px;
  z-index: -1;
  right: -125%;
  bottom: -80%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.2;
  -webkit-animation: floatAnim 10s ease-in-out infinite;
  animation: floatAnim 10s ease-in-out infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes floatAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-15%, -15%);
    transform: translate(-15%, -15%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes floatAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(-15%, -15%);
    transform: translate(-15%, -15%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.s-say__slide-img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px;
  width: 335px;
  min-height: 425px;
  height: auto;
}

.s-say__slide-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.s-say__slide-head {
  margin-bottom: 40px;
}

.s-say__slide-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  margin: 0 0 4px 0;
}

.s-say__slide-status {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: hsla(0, 0%, 100%, 0.56);
}

.s-say__slide-content {
  margin-top: auto;
}

.s-say__slide-quote {
  display: block;
  width: 24px;
}

.s-say__slide-descr {
  color: hsla(0, 0%, 100%, 0.72);
  margin: 8px 0 0 0;
}

.s-partners__body {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  padding: 80px 40px 120px 40px;
  background: radial-gradient(118.87% 86.6% at 50% 21.88%,
      rgba(13, 172, 220, 0) 0.56%,
      rgba(10, 132, 169, 0.2) 61.11%,
      rgba(13, 172, 220, 0.48) 82.8%,
      rgba(212, 68, 145, 0.8) 100%);
  z-index: 1;
}

.s-partners__body::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: var(--dark);
  opacity: 0.8;
  z-index: -2;
}

.s-partners__decor {
  position: absolute;
  pointer-events: none;
  content: "";
  max-width: none;
  top: -500px;
  right: -1155px;
  z-index: -1;
}

.s-partners__logo {
  display: block;
  width: 180px;
  margin: 0 auto;
}

.s-partners__title {
  text-align: center;
  margin: 20px 0 56px 0;
}

.s-partners__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 1165px;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
}

.s-partners__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.s-partners__item-gallery {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  z-index: 1;
}

.s-partners__item-gallery-inside {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  padding: 19px;
  text-align: center;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.s-partners__item-gallery-inside._front {
  color: hsla(0, 0%, 100%, 0.56);
  box-shadow: inset -2px 2px 20px 0 rgba(7, 6, 7, 0.24),
    inset -2px 2px 2px 0 rgba(7, 6, 7, 0.24);
  background: radial-gradient(157.95% 116.86% at 81.78% 100%,
      rgba(0, 0, 0, 0) 0,
      rgba(13, 172, 220, 0.32) 52.73%,
      #d44491 100%);
  z-index: -2;
}

.s-partners__item-gallery-inside._back {
  box-shadow: inset -2px 2px 20px 0 rgba(7, 6, 7, 0.24),
    inset -2px 2px 2px 0 rgba(7, 6, 7, 0.24),
    23px 23px 60px 0 rgba(212, 68, 145, 0.11),
    -12px -10px 165px 0 rgba(8, 172, 220, 0.11);
  background: radial-gradient(70.27% 54.67% at 50% 47.9%,
      rgba(0, 0, 0, 0.9) 0,
      rgba(13, 172, 220, 0.24) 73.11%,
      rgba(212, 68, 145, 0.32) 100%);
  color: hsla(0, 0%, 100%, 0.87);
  opacity: 0;
}

.s-partners__item-gallery-inside._partner {
  background: linear-gradient(323deg,
      #08acdc 0.72%,
      #a18abd 29.86%,
      #c65a9c 68.6%,
      #ac3174 100%);
  box-shadow: inset -2px 2px 3px 0 rgba(8, 172, 220, 0.06);
}

.s-partners__item-gallery-inside._partner::after,
.s-partners__item-gallery-inside._partner::before {
  opacity: 0.6;
}

.s-partners__item-gallery-inside::after,
.s-partners__item-gallery-inside::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  border-radius: 23px;
  opacity: 0.5;
  background-color: var(--dark);
  z-index: -1;
}

.s-partners__item-gallery-inside::before {
  inset: 1px;
}

.s-partners__item-text {
  margin: 16px 0 0 0;
  color: hsla(0, 0%, 100%, 0.87);
}

.s-partners__item-text._linear {
  font-weight: 600;
  background: linear-gradient(194deg,
      #08acdc 0.72%,
      #a4d5ff 11.05%,
      #d1b9ee 29.54%,
      #c65a9c 77.4%,
      #ac3174 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-partners__content {
  margin: 10px 0 48px 0;
}

.s-partners__content-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 133%;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.s-partners__content-descr {
  margin: 0;
  color: hsla(0, 0%, 100%, 0.72);
}

.s-partners__block {
  margin-bottom: 48px;
  align-self: start;
  width: 100%;
}

.s-partners__block-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  background: linear-gradient(110deg, #fff 0, #cff4ff 66.83%, #ffd2ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 20px 0;
}

.s-partners__block-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;

  width: 500px;
  max-width: 100%;
}

.s-partners__block .s-partners__item {
  width: 100%;
}

.s-partners__block .s-partners__item-gallery {
  font-size: 12px;
}

.s-partners__slider {
  overflow: visible !important;
  width: 100%;
}

.s-partners__slide {
  box-sizing: border-box;
  width: 115px !important;
}

.s-partners__slide img {
  max-width: calc(100% - 25px);
}

.s-partners__slide .s-partners__item {
  width: 100%;
}

.s-partners__slide .s-partners__item-gallery {
  font-size: 12px;
  line-height: 142%;
}

.s-partners__slide .s-partners__item-gallery::after {
  display: none;
}

.s-partners__slide .s-partners__item-gallery-inside {
  padding: 10px;
}

.s-partners__slide .s-partners__item-gallery-inside._front {
  background: radial-gradient(124.61% 106.93% at 90% 88.44%,
      rgba(0, 0, 0, 0) 0,
      rgba(212, 68, 145, 0.8) 100%);
}

.s-partners__btn {
  margin: 56px auto 0 auto;
}

.footer {
  position: relative;
  padding: 40px 0 64px 0;
  background: radial-gradient(147.78% 97.05% at 27.01% 37.71%,
      rgba(0, 0, 0, 0) 0,
      rgba(13, 172, 220, 0.24) 60.46%,
      rgba(212, 68, 145, 0.5) 100%);
  z-index: 1;
}

.footer::after,
.footer::before {
  position: absolute;
  content: "";
  inset: 0;
}

.footer::before {
  opacity: 0.9;
  background-color: var(--dark);
  z-index: -2;
}

.footer::after {
  background: url(assets/img/footer-bg.png) bottom 0 right 0/100% no-repeat;
  z-index: -1;
}

.footer__logo {
  display: block;
  margin-bottom: 10px;
}

.footer__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.footer__title {
  transform: translateX(-15px);
  font-weight: 500;
  font-size: 180px;
  line-height: 100%;
  background: linear-gradient(122deg,
      #08acdc 0.13%,
      #a4d5ff 22.37%,
      #d1b9ee 64.75%,
      #c65a9c 86.82%,
      #ac3174 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__social {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.footer__social-btn {
  display: block;
  cursor: pointer;
  width: 32px;
  transition: opacity 0.3s ease;
}

.footer__social-btn img {
  display: block;
  width: 100%;
}

.footer__btn {
  margin-top: 60px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 10px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  padding-top: 40px;
}

.footer__contacts-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__contacts-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__contacts-list a {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: hsla(0, 0%, 100%, 0.72);
  transition: color 0.3s ease;
}

.footer__bottom-list {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}

.footer__bottom-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 167%;
  color: rgba(217, 217, 217, 0.56);
}

.footer__bottom-list a {
  white-space: nowrap;
  transition: color 0.3s ease;
}

@media (min-width: 576px) {
  .s-plan__item._start {
    align-items: start;
  }

  .s-plan__item._start::before {
    background: linear-gradient(360deg,
        rgba(0, 0, 0, 0.05) 0,
        rgba(0, 0, 0, 0.88) 100%);
  }

  .footer__contacts-list li:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 1px;
    background: hsla(0, 0%, 100%, 0.11);
  }

  .footer__bottom-list li:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 1px;
    background: hsla(0, 0%, 100%, 0.11);
  }
}

@media (min-width: 768px) {
  .s-plan__btn {
    display: none;
  }

  .s-conditions__item .circle {
    display: none;
  }

  .s-partners__content {
    display: none;
  }

  .s-partners__block {
    display: none;
  }

  .footer__btn._mob {
    display: none;
  }
}

@media (min-width: 992px) {
  .header__logo img:nth-child(2) {
    display: none;
  }

  .header__burger-btn {
    display: none;
  }

  .intro__buttons {
    display: none;
  }

  .s-conditions__item:hover .s-conditions__item-content {
    opacity: 1;
  }

  .s-conditions__item:hover .s-conditions__item-title {
    background: linear-gradient(59deg,
        #08acdc 0.72%,
        #a4d5ff 18.02%,
        #d1b9ee 44.61%,
        #c65a9c 77.4%,
        #ac3174 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .s-conditions__item:hover::before {
    opacity: 1;
  }
}

@media (min-width: 992px) and (any-hover: hover) {
  .s-award__adv-item:hover .s-award__adv-icon:nth-child(1) {
    opacity: 0;
  }

  .s-award__adv-item:hover .s-award__adv-icon:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(-50%, -20%) scale(1);
    transform: translate(-50%, -20%) scale(1);
  }

  .s-award__adv-item:hover .s-award__item-content span:nth-child(1) {
    opacity: 0;
  }

  .s-award__adv-item:hover .s-award__item-content span:nth-child(2) {
    opacity: 1;
    transform: translateY(10px);
  }

  .s-award__adv-item:hover .s-award__item-btn {
    opacity: 1;
  }
}

@media (min-width: 992px) and (hover: none) {
  .s-award__adv-item:active .s-award__adv-icon:nth-child(1) {
    opacity: 0;
  }

  .s-award__adv-item:active .s-award__adv-icon:nth-child(2) {
    opacity: 1;
    -webkit-transform: translate(-50%, -20%) scale(1);
    transform: translate(-50%, -20%) scale(1);
  }

  .s-award__adv-item:active .s-award__item-content span:nth-child(1) {
    opacity: 0;
  }

  .s-award__adv-item:active .s-award__item-content span:nth-child(2) {
    opacity: 1;
  }

  .s-award__adv-item:active .s-award__item-btn {
    opacity: 1;
  }
}

@media (max-width: 1679px) {
  .header__list {
    gap: 30px;
  }

  .intro__title {
    font-size: 120px;
  }

  .footer__title {
    font-size: 120px;
    transform: translateX(-10px);
  }

  .footer__bottom {
    margin-top: 30px;
  }
}

@media (max-width: 1539px) {
  .header__logo {
    width: 165px;
  }

  .intro__title {
    font-size: 96px;
  }
}

@media (max-width: 1365px) {
  .sect-m {
    margin: 150px 0;
  }

  .s-title {
    font-size: 32px;
  }

  .header__button {
    display: none;
  }

  .s-about__content {
    max-width: 500px;
  }

  .s-plan__item-body {
    padding: 16px;
  }

  .s-plan__item-title {
    font-size: 20px;
    line-height: 140%;
  }

  .s-conditions__item-wrapper {
    gap: 30px;
  }
}

@media (max-width: 1199px) {
  .sect-m {
    margin: 130px 0;
  }

  .modal__title {
    font-size: 38px;
  }

  .intro__title {
    font-size: 64px;
  }

  .intro__head-descr {
    padding-bottom: 0;
    font-size: 20px;
    max-width: none;
    flex: 1;
  }

  .s-plan__item {
    grid-column: 2 span;
    min-height: 350px;
  }

  .s-partners__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .footer__title {
    font-size: 88px;
  }
}

@media (max-width: 991px) {
  .sect-head {
    margin-bottom: 32px;
  }

  .s-title {
    font-size: 28px;
  }

  .custom-cursor {
    display: none;
  }

  .modal__title {
    font-size: 32px;
  }

  .modal__form-bottom {
    margin-top: 32px;
  }

  .header__logo img:first-child {
    display: none;
  }

  .header__list {
    display: none;
  }

  .intro {
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px 0 20px 0;
  }

  .intro__title {
    font-size: 54px;
  }

  .s-about+section {
    margin-top: 20px;
  }

  .s-about__head {
    flex-wrap: wrap;
    gap: 16px;
  }

  .s-about__title {
    font-size: 52px !important;
    line-height: 108% !important;
  }

  .s-about__rbs-logo {
    width: 390px;
  }

  .s-about__content {
    width: 100%;
    max-width: none;
  }

  .s-award__adv {
    margin-top: 80px;
    gap: 64px;
  }

  .s-conditions__item-wrapper {
    flex-wrap: wrap;
  }

  .s-conditions__item-content {
    width: 100%;
    order: 3;
    max-width: none;
    display: none;
    overflow: hidden;
  }

  .s-gallery__tabs-nav {
    margin-bottom: 32px;
  }

  .s-gallery__slide {
    height: 320px;
  }

  .s-partners__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer__wrapper {
    gap: 40px;
    flex-wrap: wrap;
  }

  .footer__contacts {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    width: 100%;
  }

  .footer__social {
    order: 3;
  }

  .footer__btn {
    order: 1;
    margin: 0;
  }

  .footer__contacts-list {
    order: 2;
  }
}

@media (max-width: 767px) {
  .s-about {
    &._min {
      gap: 40px;

      .video-bg {
        bottom: 0;
      }
    }
  }

  .content {
    font-size: 14px;
    line-height: 157%;
  }

  .sect-head {
    margin-bottom: 24px;
  }

  .btn-play {
    width: 65px;
    height: 65px;
  }

  .btn-play svg {
    width: 32px;
    height: 32px;
  }

  .wpcf7-list-item-label {
    font-size: 12px;
    padding: 8px 0;
  }

  .s-title {
    font-size: 24px;
    line-height: 133%;
  }

  .slider-nav {
    display: none;
  }

  .modal {
    padding: 24px;
  }

  .modal__title {
    font-size: 24px;
    line-height: 133%;
    max-width: 300px;
    margin: 0 auto 24px auto;
    text-align: center;
  }

  .modal__content {
    font-size: 12px;
    line-height: 142%;
    margin-bottom: 24px;
  }

  .modal__close {
    width: 18px;
    height: 18px;
    top: 16px;
    right: 16px;
  }

  .modal__head-list {
    align-items: center;
  }

  .modal__head-list li {
    font-size: 12px;
    line-height: 142%;
    text-align: center;
    max-width: 240px;
  }

  .modal__btn-send {
    width: 100%;
  }

  .header__logo {
    width: 145px;
  }

  .intro {
    justify-content: space-between;
  }

  .intro__head {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .intro__title {
    font-size: 49px;
    line-height: 117%;
  }

  .intro__btn {
    flex: 1;
  }

  .s-award__adv {
    margin-top: 64px;
    gap: 56px;
  }

  .s-plan__item-title {
    margin-bottom: 4px;
  }

  .s-plan__item-content {
    font-size: 12px;
    line-height: 142%;
  }

  .s-speakers__slide {
    width: 200px !important;
    min-height: 255px;
  }

  .s-speakers__slide-body {
    padding: 16px;
  }

  .s-speakers__slide-title {
    font-size: 14px;
    line-height: 157%;
  }

  .s-speakers__slide-content {
    font-size: 11px;
    line-height: 136%;
  }

  .s-conditions__item .num {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 157%;
  }

  .s-conditions__item-wrapper {
    padding: 20px 0;
    gap: 12px;
  }

  .s-conditions__item-title {
    font-size: 18px;
  }

  .s-gallery__tabs-nav {
    margin-bottom: 24px;
  }

  .s-gallery__media {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .s-gallery__media-btn {
    font-size: 15px;
  }

  .s-say__slide-decor {
    right: -300%;
    bottom: -40%;
    width: 2000px;
    height: 440px;
  }

  .s-say__slide-img {
    width: 250px;
    min-height: 315px;
  }

  .s-say__slide-body {
    padding: 12px;
  }

  .s-say__slide-title {
    font-size: 20px;
  }

  .s-partners__body {
    padding: 0 24px 24px 24px;
    background: radial-gradient(101.48% 79.38% at 52.17% 18.35%,
        rgba(13, 172, 220, 0) 0.56%,
        rgba(10, 132, 169, 0.24) 37.52%,
        rgba(13, 172, 220, 0.6) 62.84%,
        #d44491 100%);
  }

  .s-partners__decor {
    top: -50px;
    left: 50%;
    right: auto;
    width: 600px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .s-partners__title {
    display: none;
  }

  .s-partners__grid {
    display: none;
  }

  .s-partners__item-gallery {
    font-size: 16px;
    line-height: 150%;
  }

  .s-partners__item-gallery::after {
    position: absolute;
    content: "";
    inset: 0;
    background: url(assets/img/partners-item-bg.png) right 0 bottom 0/100% auto no-repeat;
    z-index: 1;
  }

  .s-partners__btn {
    margin-top: 0;
    width: 100%;
    background-color: #fff;
    color: var(--dark);
  }

  .s-partners__btn div {
    display: none;
  }

  .s-partners__btn span {
    color: inherit;
    background: 0 0;
    -webkit-text-fill-color: inherit;
  }

  .s-partners__btn span::before {
    display: none;
  }

  .footer__title {
    font-size: 64px;
    transform: translateX(-5px);
  }

  .footer__btn._desk {
    display: none;
  }

  .footer__bottom {
    padding-top: 40px;
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .btn-s {
    font-size: 15px;
    padding: 12px 8px;
  }

  .btn-b {
    font-size: 15px;
    padding: 12px 8px;
  }

  .btn-o {
    font-size: 15px;
    padding: 12px 8px;
  }

  .modal::after {
    background-size: 600px auto;
    background-position: center bottom 50px;
  }

  .modal__form-btn {
    width: 100%;
  }

  .intro__head-descr {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 12px;
    line-height: 142%;
    color: hsla(0, 0%, 100%, 0.87);
  }

  .intro__head-descr br {
    display: none;
  }

  .s-award__title {
    text-align: start;
    margin-bottom: 8px;
  }

  .s-partners__content-title {
    margin-bottom: 8px;
  }

  .s-award__content {
    text-align: start;
  }

  .s-award__adv {
    flex-direction: column;
    gap: 40px;
  }

  .s-award__item-btn {
    padding: 12px 20px;
    width: 185px;
    bottom: 20px;
  }

  .s-award__adv-icon:nth-child(1) {
    width: 80px;
  }

  .s-award__adv-icon:nth-child(2) {
    width: 145px;
  }

  /* .s-award__item-content {
    font-size: 12px;
    line-height: 110%;
  } */

  .s-award__adv-item {
    padding: 15px 0px;
  }

  /* .s-award__item-content {
    font-size: 14px;
  } */

  .s-plan__head-btn {
    display: none;
  }

  .s-plan__item {
    grid-column: 4 span !important;
    min-height: 235px;
  }

  .s-conditions__head-content {
    display: none;
  }

  .s-conditions__bottom {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .s-conditions__btn {
    width: 100%;
  }

  .s-conditions__bottom-list li {
    font-size: 12px;
  }

  .s-gallery__tabs-nav {
    width: 100%;
  }

  .s-gallery__tab-btn {
    width: auto;
    flex: 1;
  }

  .s-gallery__slide {
    height: 270px;
  }

  .s-gallery__media-btn {
    width: 100%;
    margin-top: 24px;
  }

  .s-say__slide-img {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 65px;
    border-radius: 18px;
    min-height: 80px;
  }

  .s-say__slide-body {
    padding: 10px;
  }

  .s-say__slide-head {
    padding-left: 100px;
    padding-top: 12px;
  }

  .s-say__slide-title {
    font-size: 16px;
    margin-bottom: 0;
  }

  .s-partners__body {
    padding: 0 16px 16px 16px;
  }

  .footer {
    padding: 12px 0 40px 0;
    background: radial-gradient(101.65% 86.3% at 39.06% 19.58%,
        rgba(0, 0, 0, 0) 0,
        rgba(13, 172, 220, 0.24) 58.36%,
        rgba(212, 68, 145, 0.32) 100%);
  }

  .footer::before {
    opacity: 0.8;
  }

  .footer__logo {
    width: 155px;
    margin-bottom: 4px;
  }

  .footer__title {
    font-size: 52px;
    line-height: 115%;
  }

  .footer__social {
    margin-left: auto;
  }

  .footer__btn {
    width: 100%;
  }

  .footer__contacts-list {
    flex-direction: column;
    gap: 12px;
  }

  .footer__contacts-list a {
    font-size: 15px;
    line-height: 113%;
  }

  .footer__bottom-list {
    gap: 8px;
  }

  .footer__bottom-list li {
    font-size: 11px;
    line-height: 136%;
  }

  .s-about .video-bg {
    bottom: -100px;
    top: auto;
  }
}

@media (max-width: 479px) {
  .s-about__title {
    font-size: 45px !important;
  }

  .footer::after {
    background: url(assets/img/footer-bg-mob.png) right 0 bottom 0/100% no-repeat;
  }
}

@media (max-width: 392px) {
  .intro__title {
    font-size: 46px;
  }

  .intro__head-descr {
    max-width: 343px;
  }

  .footer__title {
    font-size: 48px;
  }
}

@media (any-hover: hover) {
  .btn-s:hover div:first-child {
    top: -30px;
    left: -245px;
  }

  .btn-b:hover {
    background-color: white;
    color: var(--dark);
  }

  .btn-s:hover div:nth-child(2) {
    left: 50px;
    top: -40px;
  }

  .btn-s:hover div:nth-child(3) {
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    left: -65px;
    top: -90px;
  }

  .btn-s:hover div:nth-child(4) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: -90px;
    left: -210px;
  }

  .btn-o:hover span::before {
    opacity: 1;
  }

  .btn-play:hover {
    background-color: hsla(0, 0%, 100%, 0.26);
  }

  .btn-simple:hover {
    background-color: hsla(0, 0%, 100%, 0.4);
  }

  .select-item:hover {
    background-color: var(--dark);
  }

  .slider-nav__btn:hover {
    background-color: #fff;
    color: var(--dark);
  }

  .burger .burger__list a:hover {
    color: #fff;
  }

  .modal__close:hover {
    color: #fff;
  }

  .modal__form-policy a:hover {
    text-decoration: none;
  }

  .header__list li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header__list li.menu-item-has-children:hover a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }

  .header__list a:hover {
    color: var(--pink);
  }

  .header__burger-btn:hover {
    color: #fff;
  }

  .s-gallery__slide:hover img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  .s-gallery__media-btn:hover::before {
    opacity: 0.5;
  }

  .s-partners__item-gallery:hover .s-partners__item-gallery-inside._front {
    opacity: 0;
  }

  .s-partners__item-gallery:hover .s-partners__item-gallery-inside._back {
    opacity: 1;
  }

  .footer__social-btn:hover {
    opacity: 0.8;
  }

  .footer__contacts-list a:hover {
    color: #fff;
  }

  .footer__bottom-list a:hover {
    color: #fff;
  }
}

@media (hover: none) {
  .btn-b:active {
    background-color: white;
    color: var(--dark);
  }

  .btn-s:active div:first-child {
    top: -30px;
    left: -245px;
  }

  .btn-s:active div:nth-child(2) {
    left: 50px;
    top: -40px;
  }

  .btn-s:active div:nth-child(3) {
    -webkit-transform: rotate(-55deg);
    transform: rotate(-55deg);
    left: -65px;
    top: -90px;
  }

  .btn-s:active div:nth-child(4) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    top: -90px;
    left: -210px;
  }

  .btn-o:active span::before {
    opacity: 1;
  }

  .btn-play:active {
    background-color: hsla(0, 0%, 100%, 0.26);
  }

  .btn-simple:active {
    background-color: hsla(0, 0%, 100%, 0.4);
  }

  .select-item:active {
    background-color: var(--dark);
  }

  .slider-nav__btn:active {
    background-color: #fff;
    color: var(--dark);
  }

  .burger .burger__list a:active {
    color: #fff;
  }

  .modal__close:active {
    color: #fff;
  }

  .modal__form-policy a:active {
    text-decoration: none;
  }

  .header__list li.menu-item-has-children:active .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .header__list li.menu-item-has-children:active a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header__list a:active {
    color: var(--pink);
  }

  .header__burger-btn:active {
    color: #fff;
  }

  .s-gallery__slide:active img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  .s-gallery__media-btn:active::before {
    opacity: 0.5;
  }

  .s-partners__item-gallery:active .s-partners__item-gallery-inside._front {
    opacity: 0;
  }

  .s-partners__item-gallery:active .s-partners__item-gallery-inside._back {
    opacity: 1;
  }

  .footer__social-btn:active {
    opacity: 0.8;
  }

  .footer__contacts-list a:active {
    color: #fff;
  }

  .footer__bottom-list a:active {
    color: #fff;
  }
}

.modal .footer__social {
  justify-content: center;
  order: unset;
  margin-left: auto;
  margin-right: auto;
}

.fz-14 {
  font-size: 14px;
  line-height: 22px;
}

.opacity-50 {
  opacity: 0.5;
}

.fw-medium {
  font-weight: 500;
}

.text-center {
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.s-partners__item-gallery-inside._partner img {
  max-width: 106px;
  width: 100%;
}

@media (max-width: 767px) {
  .s-partners__item-gallery-inside._partner img {
    max-width: 70px;
  }
}

.s-for-partners {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  z-index: 1;
}

.s-for-partners__decor {
  position: absolute;
  width: 440px;
  max-width: none;
  max-width: none;
  left: 40px;
  top: 60px;
  z-index: -1;
}

.s-for-partners__head {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 12px;
  margin-bottom: 80px;
}

.s-for-partners__content {
  flex: 0 1 705px;
  margin: 0;

  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: rgba(255, 255, 255, 0.87);
}

.s-for-partners__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.s-for-partners__item {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 395px;
  padding: 40px;
  border-radius: 24px;
  background: radial-gradient(223.63% 195.97% at 17.77% -2.62%,
      rgba(0, 0, 0, 0) 0%,
      rgba(13, 172, 220, 0.32) 47.81%,
      rgba(212, 68, 145, 0.8) 68%);
  z-index: 1;

  &::before {
    position: absolute;
    content: "";
    inset: 1px;
    border-radius: 23px;
    background-color: var(--dark);
    opacity: 0.7;
    z-index: -2;
  }

  &._gold {
    background: radial-gradient(415.24% 230.58% at 20.02% 16.42%,
        rgba(0, 0, 0, 0) 0%,
        rgba(212, 68, 145, 0.8) 100%);
  }

  &._community {
    background: radial-gradient(415.24% 230.58% at 20.02% 16.42%,
        rgba(0, 0, 0, 0) 0%,
        rgba(13, 172, 220, 0.8) 100%);
  }
}

.s-for-partners__item-tag {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px 24px 24px 0px;
  padding: 5px 14px;
  background: linear-gradient(44deg,
      #08acdc 0.72%,
      #a18abd 39.02%,
      #c65a9c 68.6%,
      #ac3174 100%),
    rgba(23, 10, 72, 0.28);

  color: white;
  font-weight: 700;
  font-size: 12px;
  line-height: 167%;

  z-index: 1;
}

.s-for-partners__item-decor {
  position: absolute;
  display: block;
  max-width: none;
  width: 1015px;
  left: -25px;
  top: 140px;
  z-index: -1;

  img {
    width: 100%;
  }
}

.s-for-partners__item-title {
  margin-bottom: 24px;

  background: linear-gradient(110deg, #fff 0%, #cff4ff 66.83%, #ffd2ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-for-partners__item-content {
  margin: 0px 0px 30px 0px;

  span {
    color: rgba(255, 255, 255, 0.56);
  }
}

.s-for-partners__item-btn {
  margin-top: auto;
}

@media (max-width: 1365px) {
  .s-for-partners__item {
    padding: 40px 24px;
  }
}

@media (max-width: 1199px) {
  .s-for-partners__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .s-for-partners__decor {
    display: none;
  }
}

@media (max-width: 767px) {
  .s-for-partners__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .s-for-partners__item {
    padding: 20px;
    min-height: auto;
    background: radial-gradient(86.44% 107.5% at 50.14% 0%,
        rgba(0, 0, 0, 0) 0%,
        rgba(13, 172, 220, 0.4) 69.09%,
        rgba(212, 68, 145, 0.72) 100%);

    &::after {
      position: absolute;
      content: "";
      inset: 0;
      background-color: var(--dark);
      opacity: 0.4;
      z-index: -1;
    }

    &._gold {
      background: radial-gradient(97.43% 133.29% at 50.14% -6.16%,
          rgba(0, 0, 0, 0) 0%,
          rgba(212, 68, 145, 0.72) 100%);
    }

    &._community {
      background: radial-gradient(88.56% 132.75% at 50.14% -6.16%,
          rgba(0, 0, 0, 0) 0%,
          rgba(13, 172, 220, 0.72) 100%);
    }
  }

  .s-for-partners__item-decor {
    width: 655px;
    left: 0;
    top: 50px;
  }

  .s-for-partners__item._offset-top {
    padding-top: 45px;
  }

  .s-for-partners__item-title {
    margin-bottom: 12px;
  }

  .s-for-partners__item-content {
    margin-bottom: 24px;
  }
}

@media (max-width: 576px) {
  .s-for-partners {
    margin-top: 16px;
  }

  .s-for-partners__item-btn {
    width: 100%;
  }
}

.s-adv__wrapper {}

.s-adv__item {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 24px 0px;

  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);

  &:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  img {
    flex-shrink: 0;
    width: 24px;
  }
}

.s-adv__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
}

.s-adv__bottom-content {
  margin: 0;
  max-width: 225px;

  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: rgba(255, 255, 255, 0.56);
}

.sect-p {
  padding: 220px 0px;
}

.s-gallery__body {
  position: relative;
  overflow: hidden;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  background: radial-gradient(415.24% 230.58% at 20.02% 16.42%,
      rgba(0, 0, 0, 0) 0%,
      rgba(13, 172, 220, 0.8) 100%);
  border-radius: 24px;
  margin-top: 25px;

  z-index: 1;

  &::before {
    position: absolute;
    content: "";
    inset: 1px;
    border-radius: 23px;
    background-color: var(--dark);
    opacity: 0.5;
    z-index: -2;
  }
}

.s-gallery__body-decor {
  position: absolute;
  max-width: none;
  bottom: -195px;
  left: -80px;
  z-index: -1;

  img {
    max-width: none;
  }
}

.s-gallery__body-title {
  flex: 0 1 765px;
  background: linear-gradient(108deg, #fff 0%, #99e7ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s-gallery__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 0 1 700px;

  li {
    display: flex;
    align-items: center;
    gap: 12px;

    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.72);

    &::before {
      content: "";
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      background: url("assets/img/check.svg") center / 100% auto no-repeat;
    }
  }
}

@media (max-width: 1365px) {
  .sect-p {
    padding: 150px 0px;
  }
}

@media (max-width: 1199px) {
  .sect-p {
    padding: 130px 0px;
  }
}

@media (max-width: 991px) {
  .s-adv__item {
    gap: 16px;
    padding: 20px 0px;

    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.87);
  }

  .s-adv__bottom {
    margin-top: 32px;
  }

  .s-gallery__body {
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .s-gallery__body-decor {
    bottom: 0;
  }

  .s-gallery__list {
    flex: none;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .s-adv__bottom {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .s-adv__btn {
    width: 100%;
  }

  .s-adv__bottom-content {
    max-width: none;
    width: 100%;
    font-size: 12px;
  }

  .s-gallery__body {
    padding: 20px 20px 75px 20px;
    margin-top: 30px;
  }

  .s-gallery__body-decor {
    left: auto;
    right: -40px;
    bottom: -180px;
  }

  .s-gallery__list {
    li {
      font-size: 14px;
      line-height: 157%;
    }
  }
}

.s-gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 40px;
}

.modal-cruise-later .modal__content {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  .modal-cruise-later .modal__title {
    margin-bottom: 12px;
  }

  .s-about._min {
    padding-top: 0 !important;
  }
}

.s-prize {
  overflow: hidden;
}

.s-prize__head {
  flex-wrap: wrap;
  row-gap: 12px;
}

.s-prize__head-content {
  flex: 0 1 705px;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

.s-prize__wrapper {}

.s-prize__item {
  position: relative;
  z-index: 1;

  &:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.s-prize__item-head {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 24px 0px;

  z-index: 10;

  &._spoller-active {
    .s-prize__item-gallery {
      &::before {
        opacity: 1;
      }
    }

    .s-prize__item-title {
      background: linear-gradient(51deg,
          #08acdc 0.72%,
          #a4d5ff 20.88%,
          #d1b9ee 53.17%,
          #c65a9c 83.29%,
          #ac3174 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .s-prize__item-circle {
      transform: rotate(180deg);
    }

    &+div {
      .s-prize__item-decor {
        opacity: 1;
      }
    }
  }

  &:hover {
    .s-prize__item-gallery {
      &::before {
        opacity: 1;
      }
    }

    .s-prize__item-title {
      background: linear-gradient(51deg,
          #08acdc 0.72%,
          #a4d5ff 20.88%,
          #d1b9ee 53.17%,
          #c65a9c 83.29%,
          #ac3174 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    &+div {
      .s-prize__item-decor {
        opacity: 1;
      }
    }
  }
}

.s-prize__item-body {
  position: relative;
  padding-bottom: 25px;
  z-index: 1;
}

.s-prize__item-decor {
  position: absolute;
  top: 20px;
  right: 170px;
  transform: rotate(-125deg);
  z-index: -1;
  opacity: 0;

  transition: opacity 0.3s ease;

  img {
    max-width: none;
  }
}

.s-prize__item-gallery {
  position: relative;
  width: 50px;
  flex-shrink: 0;

  img {
    display: block;
    width: 100%;
  }

  &::before {
    position: absolute;
    content: "";
    width: 110px;
    height: 110px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(30px);
    border-radius: 50%;
    background: radial-gradient(50% 50% at 50% 50%,
        rgb(198, 90, 156) 0%,
        rgb(7, 6, 7) 100%);
    opacity: 0;
    z-index: -1;

    transition: opacity 0.3s ease;
  }
}

.s-prize__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
  flex: 1;
}

.s-prize__item-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgba(7, 9, 11, 0.56);

  transition: transform 0.3s ease;

  svg {
    width: 18px;
    height: 18px;
  }
}

.s-prize__item-body-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.s-prize__item-content {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.72);
  flex: 0 1 950px;

  strong {
    color: white;
    font-weight: 700;
  }

  p {
    margin: 0;

    &:not(:last-child) {
      margin-bottom: 10px;
    }
  }

  ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;

    &:not(:last-child) {
      margin-bottom: 10px;
    }
  }
}

.s-prize__item-sliders {
  display: flex;
  gap: 16px;
  overflow: hidden;
  max-height: 350px;
  flex-shrink: 0;
}

.s-prize__item-slider {
  width: 530px;
  height: 100%;
  max-height: 350px;
}

.s-prize__item-slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 26px;
  height: 26px;

  &._prev {
    left: 8px;
  }

  &._next {
    right: 8px;
  }

  svg {
    width: 11px;
    height: 11px;
  }
}

.s-prize__item-slide {
  border-radius: 24px;
  overflow: hidden;
  outline: none;

  &:hover {
    img {
      transform: scale(1.07);
    }
  }

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    transition: transform 0.3s ease;
  }
}

.s-prize__item-thumb-slider {
  width: 175px;
}

.s-prize__item-thumb-slide {
  cursor: pointer;
  overflow: hidden;
  border-radius: 24px;

  transition: opacity 0.3s ease;

  &:hover {
    opacity: 0.7;
  }

  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.s-prize__item-nominees {
  margin-top: 64px;
}

.s-prize__nominees-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.87);
  margin: 0px 0px 40px 0px;
}

.s-prize__nominees-slider {
  overflow: visible !important;
}

.s-prize__nominees-slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 24px;
  width: 320px;
  height: 200px;
  outline: none;

  font-weight: 500;
  font-size: 16px;
  line-height: 150%;

  z-index: 1;

  &:hover {
    img {
      transform: scale(1.07);
    }
  }

  &::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.8) 100%);
    z-index: -1;
  }

  img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -2;

    transition: transform 0.3s ease;
  }
}

@media (max-width: 1365px) {
  .s-prize__item-body-wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }

  .s-prize__item-content {
    flex: none;
    width: 100%;
  }

  .s-prize__item-sliders {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .s-prize__item-head {
    gap: 20px;
  }

  .s-prize__item-title {
    font-size: 20px;
  }

  .s-prize__item-circle {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .s-prize__item-content {
    ul li {
      position: relative;
      padding-left: 24px;

      &::before {
        position: absolute;
        left: 8px;
        top: 10px;
        content: "";
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background-color: currentColor;
      }
    }
  }

  .s-prize__item-sliders {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }

  .s-prize__item-slider {
    width: 100%;
    aspect-ratio: 1/0.64;
  }

  .s-prize__item-thumb-slider {
    width: 100%;
  }

  .s-prize__item-thumb-slide {
    aspect-ratio: 1/0.55;
    border-radius: 12px;
  }

  .s-prize__item-head {
    padding: 20px 0px;
    gap: 12px;
  }

  .s-prize__item-gallery {
    width: 40px;

    &::before {
      width: 80px;
      height: 80px;
      filter: blur(50px);
    }
  }

  .s-prize__item-title {
    font-size: 16px;
    line-height: 137%;
  }

  .s-prize__item-circle {
    width: 25px;
    height: 25px;

    svg {
      width: 13px;
      height: 13px;
    }
  }
}

@media (max-width: 575px) {
  .s-prize__nominees-slide {
    width: 360px;
    height: 270px;
    padding: 16px;
  }

  .s-prize__item {
    overflow: hidden;
  }

  .s-prize__item-decor {
    top: -240px;
    right: -60px;
    max-width: none;
    transform: rotate(0);

    img {
      max-width: none;
    }
  }
}

.modal-reg iframe {
  height: 1067px;
  border: none;
}

.modal-reg iframe body {
  background: transparent;
}

.modal-reg .container {
  margin-left: 0;
  margin-right: 0;
}

.thanks .footer__social {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .s-about {
    &._year {
      margin-bottom: 130px;
    }
  }
}

@media (min-width: 575px) {
  .s-gallery__media-btn._mob {
    display: none;
  }
}

@media (max-width: 576px) {
  .s-gallery__media-btn._desk {
    display: none;
  }
}

.s-plan__item-decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: -1;
  opacity: 0;

  transition: opacity 0.3s ease;
}

.s-speakers__slide-inside {
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 172px 0 rgba(13, 172, 220, 0.11);
  background-color: #070607;

  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);

  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.s-speakers__inside-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  z-index: 1;

  .decor {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: -1;

    img {
      display: block;
      width: 100%;
    }
  }
}

.s-speakers__slide-head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.s-speakers__inside-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  margin: 0px 0px 2px 0px;
}

.s-speakers__inside-status {
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: rgba(255, 255, 255, 0.56);
}

.s-speakers__slide-theme {
  margin: auto 0px 24px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: white;

  span {
    color: rgba(255, 255, 255, 0.56);
  }
}

.s-speakers__slide-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.s-speakers__slide-social-btn {
  display: block;
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.4);

  transition: color 0.3s ease;

  &:hover {
    color: white;
  }

  svg {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .s-speakers__inside-container {
    padding: 12px;
  }

  .s-speakers__slide-logo {
    width: 50px;
  }

  .s-speakers__inside-name {
    font-size: 12px;
    line-height: 142%;
    margin: 0;
  }

  .s-speakers__inside-status {
    font-size: 11px;
    line-height: 136%;
  }

  .s-speakers__slide-theme {
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 24px;
  }

  .s-speakers__slide-social {
    gap: 18px;
  }

  .s-speakers__slide-social-btn {
    width: 32px;
    height: 32px;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1111;
  background-color: #000;
}
@keyframes float {
  0% {
    transform: translateY(0px); /* Начальное положение (на "земле") */
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.2)); /* Тень немного подтягивается */
  }
  50% {
    transform: translateY(-30px); /* Парим вверх */
    filter: drop-shadow(0 55px 55px rgba(0, 0, 0, 0.3)); /* Тень становится более рассеянной */
  }
  100% {
    transform: translateY(0px); /* Возвращаемся на "землю" */
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.2)); /* Тень подтягивается */
  }
}
.preloaderLogo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 300px; /* Ограничиваем размер изображения */
  height: auto;
  transform: translate(-50%, -50%) rotateY(30deg); /* Начальное 3D положение */
}

.scene {
  width: 600px; /* Ширина контейнера сцены */
  height: 600px; /* Высота контейнера сцены */
  perspective: 1000px; /* Значение перспективы - чем меньше, тем сильнее эффект */
  margin: 50px auto; /* Центрирование сцены */ 
}

.box {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d; /* Обязательно для 3D трансформаций внутри */
  animation: float 4s ease-in-out infinite; /* Наша анимация парения */
  /*
   * animation-name: float;        - имя анимации
   * animation-duration: 6s;       - длительность цикла анимации
   * animation-timing-function: ease-in-out; - плавность: замедление в начале и конце
   * animation-iteration-count: infinite; - бесконечное повторение
   */
}
.preloaderLogo img {
  min-width: 320px;
}
@media(max-width: 575px){
  .preloaderLogo img {
    min-width: 250px;
  }
}