@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: Unbounded;
  font-weight: 400;
  src: local("Furore"), url(../fonts/Furore.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 500;
  src: local("Montserrat-Medium"), url(../fonts/Montserrat-Medium.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 400;
  src: local("Montserrat-Regular"), url(../fonts/Montserrat-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Montserrat;
  font-weight: 600;
  src: local("Montserrat-SemiBold"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Play;
  font-weight: 700;
  src: local("play-bold"), url(../fonts/Play-Bold2.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Play;
  font-weight: 700;
  src: local("play-regular"), url(../fonts/play-regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Furore";
  font-weight: 400;
  src: local("Furore"), url(../fonts/Furore.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "TD Volshebstvo";
  font-weight: 400;
  src: local("TDVolshebstvo"), url(../fonts/TDVolshebstvo.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Unbounded";
  font-weight: 500;
  src: local("Unbounded"), url(../fonts/Unbounded-SemiBold.woff2) format("woff2");
}
:root {
  scroll-behavior: smooth;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
}

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

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

button {
  padding: 0;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

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

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

h1,
h2,
h3,
p,
figure,
fieldset {
  margin: 0;
}

iframe {
  border: none;
}

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

body {
  min-width: 320px;
  background-color: var(--background-background-1);
  background-image: url("../img/bg/bg-line-center-left.png"), url("../img/bg/bg-line-bot-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left 1100px, right 5600px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: var(--white);
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

.container {
  max-width: 1240px;
  padding: 0 30px;
  margin: 0 auto;
}

section {
  padding: 120px 0;
}

.title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 60px;
  line-height: 133%;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--cyan-extra-light);
  background: url("../img/bg/bgtitle.png") no-repeat center center/cover;
  display: inline-block;
  padding: 0 80px 10px 80px;
  border-radius: 20px;
  margin: 0 auto 80px;
}
.title span {
  display: block;
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: var(--cyan-extra-light);
}

@media (max-width: 1061px) {
  section {
    padding: 60px 0;
  }
  .title {
    font-size: 30px;
    border-radius: 10px;
    padding: 0px 20px 4px 20px;
    margin-bottom: 40px;
  }
  .title span {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body {
    background-image: url("../img/bg/bg-line-bot-right.png");
    background-repeat: no-repeat;
    background-position: right bottom 1010px;
  }
}
@media (max-width: 650px) {
  body {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 500px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .title {
    gap: 8px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .title::before {
    background-size: 24px;
    min-width: 24px;
    height: 24px;
  }
  .title::after {
    background-size: 24px;
    min-width: 24px;
    height: 24px;
  }
}
.button {
  border-radius: 10px;
  padding: 12px 40px;
  width: 280px;
  background: linear-gradient(90deg, #9600ff 0%, #0019ff 100%);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
  text-align: center;
  color: var(--white);
  margin: 0 auto;
}
.button:hover {
  background: linear-gradient(90deg, #0019ff 0%, #9600ff 100%);
}

.toaster-root {
  position: fixed;
  right: 10px;
  top: 10px;
  background-color: red;
  padding: 20px;
  border-radius: 20px;
  color: white;
  z-index: 9999;
}

.toaster-root.success {
  background-color: greenyellow;
  color: black;
}

:root {
  --bg: #241c34;
  --text: #fff;
  --text---secondary: #46beff;
  --white-10: rgba(220, 220, 240, 0.1);
  --white: #dcdcf0;
  --cyan-extra-light: #b4c8ff;
  --purple-10: rgba(150, 0, 255, 0.1);
  --background-background-1: #0a0019;
  --4: #46beff;
  --font-family: "Montserrat", sans-serif;
  --second-family: "Furore", sans-serif;
  --third-family: "Play", sans-serif;
  --font3: "Unbounded", sans-serif;
}

.header {
  padding: 25px 0;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--purple-10);
  position: relative;
  z-index: 10;
}
.header--scroll {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 12px 0;
}
.header--scroll .header__logo {
  max-width: 100px;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 24px;
  z-index: 9999;
  position: relative;
}
.header__information {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__list {
  display: flex;
}
.header__link {
  padding: 0 20px;
  font-size: 16px;
  line-height: 150%;
}
.header__burger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 12H21M3 6H21M3 18H21' stroke='%23DCDCF0' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.6s ease-in-out;
  z-index: 999;
}
.header__burger:hover {
  cursor: pointer;
}

.btn {
  border-radius: 10px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #9600ff 0%, #0019ff 100%);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  margin: 0 auto;
}
.btn:hover {
  cursor: pointer;
  background: linear-gradient(90deg, #0019ff 0%, #9600ff 100%);
}

@media (max-width: 1061px) {
  .header {
    padding: 10px 0;
  }
  .header__logo {
    max-width: 154px;
  }
  .header__logo--1 {
    max-width: 81px;
  }
  .header--scroll {
    padding: 0;
  }
  .header--scroll .header__logo {
    max-width: 120px;
  }
  .header--scroll .header__logo--1 {
    max-width: 65px;
  }
  .header__information {
    font-size: 14px;
  }
  .header__burger {
    display: flex;
  }
  .header__burger.open {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1L1 13M1 1L13 13' stroke='%23DCDCF0' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  .header__information {
    -webkit-backdrop-filter: blur(64px);
            backdrop-filter: blur(64px);
    background: #280046;
    padding: 64px 20px 64px 32px;
    position: fixed;
    right: -40%;
    top: 0;
    width: 40%;
    z-index: 999;
    min-height: 689px;
    height: 100vh;
    transition: all 0.6s ease;
    flex-direction: column;
    align-items: start;
  }
  .header__information_visible {
    right: 0;
  }
  .header__information_visible .header__burger {
    display: flex;
    z-index: 999;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header__information_visible .header__list {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
    padding-top: 24px;
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .header__information_visible .header__item {
    flex: 1 1 100%;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
  .header__information_visible .header__item .header__link {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header__information {
    width: 100%;
    right: -100%;
  }
  .header__information_visible {
    right: 0;
  }
}
.promo {
  min-height: 1159px;
  background-color: #020013;
  background-image: url("../img/promo/bg-new.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto, auto 125%;
  padding-top: 89px;
  margin-top: -100px;
  min-height: 800px;
}
.promo__container {
  position: relative;
  padding-top: 120px;
}
.promo__row {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 9;
  margin-bottom: 40px;
}
.promo__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 20px;
}
.promo__text {
  margin-bottom: 40px;
  max-width: 715px;
}
.promo__text--no-margin {
  margin-bottom: 0;
}
.promo__info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 679px;
}
.promo__item {
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 10px;
  font-size: 16px;
  line-height: 150%;
  color: #dcdcf0;
}
.promo__item--date {
  min-width: 280px;
  background: url("../img/promo/bg-date.png") no-repeat 0 0;
}
.promo__item--address {
  min-width: 401px;
  background: url("../img/promo/bg-adress.png") no-repeat 0 0;
}
.promo__item--broadcast {
  min-width: 245px;
  background: url("../img/promo/bg-broadcast.png") no-repeat 0 0;
}
.promo__button {
  display: inline-block;
}

@media (max-width: 1024px) {
  .promo {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .promo {
    background: url("../img/promo/bg-new.webp");
    background-repeat: no-repeat;
    background-position: center top;
  }
  .promo__title {
    font-size: 30px;
    line-height: 133%;
  }
  .promo__row {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .promo__title {
    font-size: 22px;
  }
  .promo__item--address {
    min-width: 100%;
    background-size: 100% 100%;
  }
  .promo__item--date {
    min-width: 100%;
    background: url("../img/promo/bg-adress.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .promo__item--broadcast {
    min-width: 100%;
    background: url("../img/promo/bg-adress.png") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .promo__button {
    width: 100%;
  }
}
.logos {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--purple-10);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  white-space: nowrap;
}
.logos--footer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.logos__container {
  max-width: 100%;
  text-align: center;
}
.logos__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  animation: 35s slide infinite linear;
}
.logos__li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos__slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.logos__item {
  flex: 0 1 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1061px) {
  .logos {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .logos__list {
    flex-wrap: wrap;
  }
}
@media (max-width: 1366px) {
  .logos__slider p {
    flex: 0 1 200px;
  }
}
@media (max-width: 768px) {
  .logos__slider {
    flex-wrap: wrap;
  }
  .logos__li img {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .logos {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 451px) {
  .logos__slider p {
    flex: 0 1 171px;
  }
}
.ecosystem__container {
  text-align: center;
}
.ecosystem__row {
  text-align: left;
  display: flex;
  gap: 40px 20px;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.ecosystem__item {
  flex: 0 1 580px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(220, 220, 240, 0.1);
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #393247;
}
.ecosystem__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: #46beff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='540' height='2' viewBox='0 0 540 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H540' stroke='url(%23paint0_linear_2028_1470)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2028_1470' x1='0' y1='2.00134' x2='540' y2='2.00153' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238E54E9' /%3E%3Cstop offset='0.399' stop-color='%238E54E9' /%3E%3Cstop offset='1' stop-color='%234776E6' stop-opacity='0' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.ecosystem__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #dcdcf0;
  margin-bottom: 20px;
}
.ecosystem__text--bold {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #dcdcf0;
}
.ecosystem__list {
  list-style: disc;
  margin-left: 20px;
}
.ecosystem__li:not(:last-child) {
  margin-bottom: 10px;
}
.ecosystem__li::marker {
  font-size: 17px;
}
.ecosystem__button {
  display: inline-block;
}

@media (max-width: 1239px) {
  .ecosystem__row {
    justify-content: center;
  }
  .ecosystem__item {
    flex: 0 1 47%;
  }
}
@media (max-width: 1061px) {
  .ecosystem__subtitle {
    font-size: 20px;
  }
  .ecosystem__row {
    margin-bottom: 40px;
  }
  .ecosystem__text {
    font-size: 16px;
    line-height: 150%;
  }
  .ecosystem__li {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 768px) {
  .ecosystem__item {
    flex: 1 1 100%;
  }
}
.speakers__container {
  text-align: center;
}
.speakers__slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.speakers__titles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.speakers__row {
  gap: 20px;
  text-align: left;
}
.speakers__item {
  max-width: 580px;
  min-width: 580px;
  display: flex;
  align-items: start;
  gap: 10px;
}
.speakers__buttons {
  text-align: center;
}
.speakers__fio {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #46beff;
  margin-bottom: 4px;
  padding-right: 15px;
}
.speakers__text {
  font-size: 12px;
  line-height: 133%;
  color: #dcdcf0;
  /* padding-right: 20px; */
}
.speakers__list {
  font-size: 12px;
  line-height: 133%;
  max-width: 300px;
  list-style: disc;
  margin-left: 15px;
  color: #dcdcf0;
}
.speakers__link {
  display: inline-block;
  margin-top: 4px;
  border-radius: 4px;
  padding: 4px 30px 5px 10px;
  width: 124px;
  background-color: rgba(220, 220, 240, 0.2);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #dcdcf0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33325 13.3334L10.6666 8.00008L5.33325 2.66675' stroke='%23DCDCF0' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.speakers__link:hover {
  color: #46beff;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.33325 13.3334L10.6666 8.00008L5.33325 2.66675' stroke='%2346BEFF' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.speakers__images {
  min-width: 205px;
  height: 205px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(48, 58, 105, 0.6);
  border-radius: 20px;
}
.speakers__images img {
  display: none;
}
.speakers__foto {
  width: 205px;
  height: 205px;
  margin-bottom: 0;
}
.speakers__slider .slick-prev.slick-disabled,
.speakers__slider .slick-next.slick-disabled,
.speakers__slider .slick-prev.slick-disabled::before,
.speakers__slider .slick-next.slick-disabled::before {
  opacity: 0;
}
.speakers__slider .slick-next::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20L16 12L8 4' stroke='%23DCDCF0' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.speakers__slider .slick-prev::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 4L8 12L16 20' stroke='%23DCDCF0' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.speakers__slider .slick-list {
  overflow: visible;
}
.speakers__slider .slick-next {
  top: -118px;
  right: 11px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(150, 0, 255, 0.2);
  border: 1px solid #4a2c66;
}
.speakers__slider .slick-prev {
  top: -118px;
  left: inherit;
  right: 84px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(150, 0, 255, 0.2);
  border: 1px solid #4a2c66;
}

@media (max-width: 1240px) {
  .speakers__item {
    max-width: 47%;
    min-width: 47%;
  }
}
@media (max-width: 1030px) {
  .speakers__row {
    justify-content: center;
  }
  .speakers__item {
    min-width: 580px;
    max-width: 580px;
  }
}
@media (max-width: 768px) {
  .speakers__item {
    min-width: 100%;
  }
}
@media (max-width: 600px) {
  .speakers__foto,
  .speakers__images {
    max-width: 100%;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
  }
  .speakers__images {
    height: 100px;
    min-width: 100px;
  }
}
.directions {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(150, 0, 255, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
}
.directions__container {
  text-align: center;
}
.directions__title {
  max-width: 901px;
  margin-left: auto;
  margin-right: auto;
}
.directions__row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
  justify-content: center;
}
.directions__item {
  flex: 0 1 380px;
  border-radius: 10px;
  padding: 20px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(220, 220, 240, 0.1);
  border: 1px solid #443158;
}
.directions__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #46beff;
  background-image: url("data:image/svg+xml,%3Csvg width='340' height='2' viewBox='0 0 340 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H340' stroke='url(%23paint0_linear_2029_1480)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2029_1480' x1='0' y1='2.00134' x2='340' y2='2.00142' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238E54E9' /%3E%3Cstop offset='0.399' stop-color='%238E54E9' /%3E%3Cstop offset='1' stop-color='%234776E6' stop-opacity='0' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left bottom;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.directions__text {
  font-size: 16px;
  margin-bottom: 8px;
}
.directions__text--bold {
  font-weight: 600;
  font-size: 18px;
}
.directions__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}
.directions__li {
  font-size: 16px;
  line-height: 150%;
  color: #dcdcf0;
}
.directions__li:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 1061px) {
  .directions {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .directions__text {
    font-size: 16px;
  }
  .directions__text--bold {
    font-size: 16px;
  }
  .directions__li {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .directions__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 500px) {
  .directions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.foto {
  padding-bottom: 120px;
  position: relative;
}
.foto__container {
  max-width: 1168px;
  text-align: center;
}
.foto__title {
  z-index: 999;
  position: relative;
  margin: 0 auto 80px;
}
.foto img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
  position: relative;
}
.foto__slider.slick-dotted.slick-slider {
  margin-bottom: 100px;
}
.foto__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.foto__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.foto__item--end {
  align-items: flex-end;
}
.foto__image_268x150 {
  width: 268px;
  height: 150px;
}
.foto__image_168x150 {
  width: 168px;
  height: 150px;
}
.foto__image_268x332 {
  width: 268px;
  height: 332px;
}
.foto .slick-slide[data-slick-index="0"] .foto__image_268x332 {
  -o-object-position: 0 0;
     object-position: 0 0;
}
.foto .slick-dots {
  bottom: -140px;
}
.foto .slick-dots li {
  border-radius: 50%;
  background: rgba(150, 0, 255, 0.4);
}
.foto .slick-dots li.slick-active {
  background: #f0f;
}
.foto .slick-dots li button::before {
  font-size: 0;
}
.foto .btn {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(150, 0, 255, 0.2);
  border: 1px solid #482864;
  border-radius: 40px;
  width: 64px;
  height: 64px;
  margin: 0;
}
.foto .btn.slick-disabled {
  opacity: 0.4;
  cursor: default;
}
.foto__arrow {
  display: flex;
  justify-content: center;
  gap: 300px;
}
@media (max-width: 1280px) {
  .foto__row {
    max-width: 80%;
    margin: 0 auto;
    gap: 16px;
  }
  .foto__item {
    gap: 16px;
  }
  .foto__slider img {
    border-radius: 10px;
    margin: 0 !important;
    left: inherit !important;
    top: inherit !important;
    width: auto;
    height: 120px;
    -o-object-position: top;
       object-position: top;
  }
  .foto__slider .foto__image_268x332 {
    width: 180px;
    height: 240px;
  }
}
@media (max-width: 1200px) {
  .modal-foto__container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .foto__row {
    max-width: 100%;
  }
}
.slider-for img {
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.slider-nav img {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.slider-nav .slick-current {
  position: relative;
}
.slider-nav .slick-current::before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  border-radius: 10px;
  background: rgba(10, 0, 25, 0.6);
}
.slider-nav .slick-next {
  right: -75px;
  width: 60px;
  height: 24px;
  z-index: 99;
}
.slider-nav .slick-prev {
  left: -75px;
  width: 60px;
  height: 24px;
  z-index: 99;
}
.slider-nav .slick-prev::before,
.slider-nav .slick-next::before {
  font-size: 0;
  display: flex;
  width: 60px;
  height: 24px;
}
.slider-nav .slick-prev::before {
  background: url("../img/prev.svg") no-repeat center;
}
.slider-nav .slick-next::before {
  background: url("../img/next.svg") no-repeat center;
}

.modal-foto {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(10, 0, 25, 0.8);
  z-index: 99999;
}
.modal-foto.visible {
  display: block;
}
.modal-foto__container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding-top: 20px;
  min-height: 100vh;
}
.modal-foto__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(180, 200, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M18 6.5L6 18.5M6 6.5L18 18.5' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
.modal-foto__close:hover {
  cursor: pointer;
}

@media (max-width: 1280px) {
  .slider-for img {
    max-height: 500px;
  }
  .slider-nav img {
    width: 65px;
    height: 65px;
  }
  .slider-nav .slick-current::before {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 1061px) {
  .foto {
    padding-bottom: 60px;
  }
  .foto__slider.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
}
@media (max-width: 700px) {
  .slider-for img {
    max-height: 300px;
  }
}
@media (max-width: 650px) {
  .foto {
    padding-bottom: 70px;
  }
  .foto__slider img {
    width: 320px;
    height: 183px;
  }
  .foto__slider .foto__image_268x332 {
    width: 320px;
    height: 183px;
  }
  .foto__slider .slick-slide[data-slick-index="1"] .foto__image_268x150 {
    -o-object-position: center;
    object-position: center;
  }
  .foto__slider .slick-slide[data-slick-index="1"] .foto__image_268x332 {
    -o-object-position: 50% -30px;
    object-position: 50% -30px;
  }
  .foto__slider .slick-slide[data-slick-index="3"] .foto__image_268x332 {
    -o-object-position: 50% -60px;
    object-position: 50% -60px;
  }
  .foto__slider .slick-slide[data-slick-index="4"] .foto__image_268x332 {
    -o-object-position: cover;
    object-position: cover;
  }
  .foto__slider .slick-slide[data-slick-index="6"] .foto__image_268x150 {
    -o-object-position: cover;
    object-position: cover;
  }
  .foto__slider .slick-slide[data-slick-index="7"] .foto__image_268x332 {
    -o-object-position: cover;
    object-position: cover;
  }
  .foto__row {
    flex-direction: column;
  }
  .foto__item:nth-child(3) {
    display: none;
  }
  .foto__item:nth-child(4) {
    display: none;
  }
  .foto__item img:nth-child(2) {
    display: none;
  }
  .foto .slick-dots {
    bottom: -46px;
  }
}
.master-classes__container {
  text-align: center;
}
.master-classes__title {
  margin-left: auto;
  margin-right: auto;
}
.master-classes__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.master-classes__li {
  border-radius: 20px;
  padding: 10px 20px;
  background: #1d045d;
}

@media (max-width: 768px) {
  .master-classes__li {
    font-size: 16px;
  }
}
.program__container {
  text-align: center;
}
.program__row {
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.program__item {
  display: flex;
  align-items: start;
  gap: 40px;
  z-index: 9;
  position: relative;
}
.program__item--bord {
  border-top: 1px solid var(--4);
  padding-top: 40px;
}
.program__left {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 24px;
  padding-top: 12px;
}
.program__date {
  font-size: 20px;
  font-family: var(--second-family);
  font-weight: 400;
  color: var(--4);
}
.program__time {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: 0.05em;
  text-align: right;
  color: var(--2);
}
.program__icon {
  border-radius: 120px;
  min-width: 60px;
  height: 60px;
  background: var(--4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
.program__image {
  display: block;
}
.program__image--marg {
  margin-top: 5px;
}
.program__information {
  padding-top: 28px;
}
.program__subtitle {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #dcdcf0;
  margin-bottom: 10px;
}
.program__subtitle--color {
  color: var(--4);
}
.program__subtitle--marg-bot {
  margin-bottom: 20px;
}
.program__subtitle--margin-bot44 {
  margin-bottom: 32px;
}
.program__button {
  margin: 0 auto;
}
.program__button:visited {
  color: var(--3);
}
.program__text {
  font-size: 16px;
}
.program__speaker {
  display: flex;
  align-items: center;
  gap: 10px;
}
.program__speaker:not(:last-child) {
  margin-bottom: 22px;
}
.program__speaker--bot30 {
  margin-bottom: 30px !important;
}
.program #container .tab_content {
  display: none;
}
.program .visible {
  display: block !important;
}

#program-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(150, 0, 255, 0.1);
  padding: 5px;
  border-radius: 20px;
  margin-bottom: 40px;
}
#program-menu li {
  flex-basis: 50%;
  border-radius: 15px;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #dcdcf0;
  text-align: center;
  cursor: pointer;
}
#program-menu li.tab_active,
#program-menu li #program-menu li:hover {
  background: rgba(150, 0, 255, 0.2);
  border: 1px solid #430a6e;
}

@media (max-width: 1030px) {
  .program__row::before {
    left: 220px;
    height: 94%;
  }
  .program__left {
    min-width: 150px;
    flex: 0 0 187px;
  }
}
@media (max-width: 768px) {
  .program__row::before {
    left: 20px;
    height: 94%;
  }
  .program__item {
    flex-direction: column;
    gap: 10px;
    padding-left: 60px;
    position: relative;
  }
  .program__left {
    flex: 1 1 auto;
    align-items: start;
    padding-top: 0;
  }
  .program__date {
    font-size: 16px;
  }
  .program__time {
    padding-top: 0;
    font-size: 20px;
    line-height: 150%;
    text-align: left;
  }
  .program__date {
    text-align: left;
  }
  .program__icon {
    margin-top: 0;
    order: -1;
    position: absolute;
    min-width: 40px;
    height: 40px;
    left: 0;
  }
  .program__image {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .program__information {
    padding: 0;
  }
  .program__subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .program__text {
    font-size: 12px;
    line-height: 133%;
  }
}
.broadcast__container {
  text-align: center;
}
.broadcast__title {
  margin-left: auto;
  margin-right: auto;
}
.broadcast__video {
  border: 1px solid #46beff;
  border-radius: 20px;
}
.broadcast__iframe {
  border: 1px solid #46beff;
  border-radius: 20px;
  aspect-ratio: 1.77778;
  width: 100%;
  height: calc(100% - 3rem);
}

.registration__row {
  border-radius: 20px;
  padding: 40px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: #280046;
}
.registration__title {
  background: none;
  padding: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: var(--white);
  margin-bottom: 0;
}
.registration__text {
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  margin-bottom: 40px;
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: end;
}
.form__item {
  flex: 0 1 540px;
  padding-bottom: 26px;
  position: relative;
}
.form__item--checkbox {
  flex: 1 1 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form__item--button {
  flex: 1 1 auto;
  text-align: center;
}
.form__label {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #dcdcf0;
  margin-bottom: 10px;
  display: block;
}
.form__label--check {
  position: relative;
  padding: 0;
  pointer-events: all;
  display: flex;
  gap: 10px;
  align-items: start;
  transform: inherit;
}
.form__label--check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.form__label--check input[type=checkbox]:checked + label::before {
  background: url("../img/registr/checkbox-active.png") no-repeat 0 0;
}
.form__label--check input[type=checkbox].is-invalid {
  border: 0;
}
.form__label--check input[type=checkbox].is-invalid + label::before {
  background: url("../img/registr/checkbox-invalid.png") no-repeat 0 0;
}
.form__label--check label {
  position: relative;
  display: flex;
  align-items: start;
  gap: 10px;
  font-weight: 400;
}
.form__label--check label::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url("../img/registr/checkbox.png") no-repeat 0 0;
}
.form__label--check label a {
  color: #a064ff;
}
.form__label--radio {
  border: 1px solid #9600ff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0;
  flex: 0 1 266px;
}
.form__label--radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}
.form__label--radio input[type=radio]:checked + label::before {
  background: url("../img/registr/radio-active.png") no-repeat 0 0;
}
.form__label--radio input[type=radio].is-invalid {
  border: 0;
}
.form__label--radio input[type=radio].is-invalid + label::before {
  background: url("../img/registr/radio-invalid.png") no-repeat 0 0;
}
.form__label--radio label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #dcdcf0;
  position: relative;
  display: flex;
  align-items: start;
  gap: 10px;
  font-weight: 400;
}
.form__label--radio label::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url("../img/registr/radio.png") no-repeat 0 0;
}
.form__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form__input {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid #9600ff;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  color: #dcdcf0;
}
.form__button {
  width: 200px;
  height: 64px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  color: #dcdcf0;
  margin: 0 auto;
}

.error-message {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  margin-top: 2px;
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  color: #ff6482;
  transition: 0.3s;
}

.is-invalid {
  border: 1px solid #ff6482;
}

.error-message-agreement {
  bottom: -20px;
}

@media (max-width: 1236px) {
  .form__item {
    flex: 0 1 25%;
  }
  .form__item--checkbox {
    flex: 1 1 100%;
  }
  .form__item--button {
    flex: 0 0 200px;
  }
}
@media (max-width: 1179px) {
  .form__item {
    flex: 0 1 24%;
  }
  .form__item--checkbox {
    flex: 1 1 100%;
  }
  .form__item--button {
    flex: 0 0 200px;
  }
}
@media (max-width: 1069px) {
  .form__row {
    justify-content: center;
    gap: 0;
  }
  .form__item {
    flex: 1 1 100%;
  }
  .form__item--checkbox {
    flex: 1 1 100%;
  }
  .form__item--button {
    flex: 0 0 200px;
    order: 4;
  }
  .form__label {
    font-size: 16px;
  }
  .form__button {
    font-size: 20px;
  }
  .form .error-message {
    bottom: 8px;
  }
}
@media (max-width: 768px) {
  .registration__row {
    padding: 20px;
  }
  .registration__title {
    padding-left: 0;
    padding-right: 10px;
    text-align: left;
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .registration__container {
    text-align: center;
  }
  .registration__row {
    margin: 0 auto;
    text-align: left;
  }
}
.address {
  padding-top: 120px;
  padding-bottom: 120px;
}
.address__container {
  text-align: center;
}
.address__title {
  margin-left: auto;
  margin-right: auto;
}
.address__image {
  margin: 0 auto;
}

@media (max-width: 1061px) {
  .address {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--purple-10);
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 150%;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 1 580px;
}
.footer__copy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(130, 100, 220, 0.6);
  text-align: right;
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__list {
    text-align: center;
  }
  .footer__address {
    text-align: center;
    flex: 1 1 auto;
  }
  .footer__copy {
    text-align: center;
  }
}
.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}

.overlay.visible,
.modal-video.visible {
  opacity: 1;
  visibility: visible;
  display: flex !important;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.modal-video {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 1;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.modal-video .modal__block {
  position: relative;
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
  cursor: default;
  top: calc(50% - 250px);
  padding: 0;
}
.modal-video .modal__container {
  width: 100%;
}
.modal-video .modal__close {
  background: none;
  position: absolute;
  right: 12px;
  top: 13px;
  z-index: 99;
}
.modal-video iframe {
  aspect-ratio: 1.77778;
  width: 100%;
  height: 100%;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.5s ease;
  display: flex !important;
}
.modal__block {
  top: inherit;
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 40px 20px 40px 40px;
  width: 100%;
  max-width: 600px;
  height: auto;
  max-height: 924px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: #280046;
  cursor: default;
  position: relative;
  text-align: center;
}
.modal__title {
  font-size: 24px;
  text-align: center;
}

.modal-success {
  z-index: 9999999;
}

.modal-success__body {
  margin-bottom: 40px;
}