@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-bold.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");
}
: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(--blue-4);
  background-image: url("../img/bg/bg.png");
  background-repeat: repeat;
  color: var(--white);
  font-family: var(--font-family), sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

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

section {
  padding: 96px 0;
}

.title {
  font-family: var(--second-family), sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: var(--white);
  padding: 0 58px;
  position: relative;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto 48px;
}
.title::before {
  content: "";
  display: block;
  min-width: 42px;
  height: 42px;
  background: url("../img/ice.png") no-repeat 0 0;
}
.title::after {
  content: "";
  display: block;
  min-width: 42px;
  height: 42px;
  background: url("../img/ice.png") no-repeat 0 0;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media (max-width: 650px) {
  body {
    font-size: 14px;
    line-height: 143%;
  }
  .title {
    font-size: 24px;
    line-height: 117%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 32px;
  }
  section {
    padding: 32px 0;
  }
}
@media (max-width: 500px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .title {
    gap: 8px;
  }
  .title::before {
    background-size: 24px;
    min-width: 24px;
    height: 24px;
  }
  .title::after {
    background-size: 24px;
    min-width: 24px;
    height: 24px;
  }
}
:root {
  --blue-1: #64bdff;
  --blue-2: #0075de;
  --blue-3: #003585;
  --blue-4: #00204f;
  --blue-20: rgba(0, 25, 255, 0.2);
  --white: #dcdcf0;
  --white-10: rgba(220, 220, 240, 0.1);
  --font-family: "Montserrat", sans-serif;
  --second-family: "TD Volshebstvo", sans-serif;
  --third-family: "Play", sans-serif;
  --font3: "Furore", sans-serif;
}

.header {
  padding: 32px 0;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}
.header--scroll {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 12px 0;
}
.header--scroll .header__logo {
  max-width: 180px;
}
.header--scroll .header__logo--1 {
  max-width: 90px;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logos {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__information {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__list {
  display: flex;
}
.header__link {
  padding: 0 16px;
}

.btn {
  display: inline-block;
  border-radius: 100px;
  padding: 12px 48px;
  background-color: var(--white);
  background-color: var(--white);
  background-image: url("../img/registr/but-left.svg"), url("../img/registr/but-right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  font-family: var(--font-family);
  font-weight: 600;
  color: #1e1e28;
}
.btn:hover {
  cursor: pointer;
  color: var(--blue-2);
  background-image: url("../img/registr/but-left-hov.png"), url("../img/registr/but-right-hov.png");
}

@media (max-width: 1100px) {
  .header {
    padding: 28px 0;
  }
  .header__logo {
    max-width: 154px;
  }
  .header__logo--1 {
    max-width: 81px;
  }
  .header--scroll {
    padding: 12px 0;
  }
  .header--scroll .header__logo {
    max-width: 120px;
  }
  .header--scroll .header__logo--1 {
    max-width: 65px;
  }
  .header__information {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  .header__information {
    display: none;
  }
}
.promo {
  min-height: 1159px;
  background: url("../img/promo/bgcenter.webp"), url("../img/promo/fon.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  padding-top: 51px;
}
.promo__row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  height: 715px;
}
.promo__title {
  min-width: 394px;
}
.promo__information {
  border: 2px solid var(--white-10);
  border-radius: 24px;
  padding: 24px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--blue-3);
  max-width: 347px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.promo__text {
  display: flex;
  align-items: start;
  gap: 8px;
  font-weight: 600;
}
.promo__text svg {
  min-width: 24px;
}

@media (max-width: 850px) {
  .promo {
    min-height: 1000px;
    background-size: auto 100%;
  }
  .promo__row {
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
    height: 560px;
  }
  .promo__title {
    min-width: 272px;
    max-width: 272px;
  }
}
@media (max-width: 600px) {
  .promo__row {
    height: 535px;
  }
  .promo__title {
    min-width: 245px;
    max-width: 245px;
  }
}
@media (max-width: 375px) {
  .promo {
    min-height: 956px;
    background: url("../img/promo/bg-mob.webp") no-repeat center top;
  }
  .promo__row {
    height: auto;
  }
}
.online {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--blue-20);
  text-align: center;
  margin-top: -339px;
}
.online__video {
  margin-bottom: 80px;
  background: url("../img/online/bg-video.png") no-repeat 0 0/100% 100%;
  padding: 16px;
}
.online__iframe {
  aspect-ratio: 1.77778;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 32px;
}
.online__information {
  text-align: left;
}
.online__subtitle {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 16px;
}
.online__text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: var(--white);
}

#menu3 {
  margin: 0;
  padding: 0 0 40px 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
#menu3 li {
  font-weight: bold;
  border-radius: 0;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--blue-3);
  color: #fff;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  padding: 10px 30px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
#menu3 li.tab_active, #menu3 li:hover {
  position: relative;
  background-color: var(--white);
  color: #1e1e28;
  cursor: pointer;
}

.tab_content {
  display: none;
  position: relative;
}
.tab_content.visible {
  display: block;
}

@media (max-width: 768px) {
  .online__video {
    margin-bottom: 24px;
    padding: 8px;
  }
  .online__subtitle {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
  }
  .online__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
  }
  .online__iframe {
    border-radius: 20px;
  }
}
@media (max-width: 678px) {
  .online__video {
    background: none;
    padding: 0;
  }
}
.presentations {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 16px;
  gap: 16px;
}
.presentations__item {
  padding: 12px;
  border-radius: 28px;
  max-width: 357px;
  position: relative;
}
.presentations__item:hover {
  background: var(--white-10);
}
.presentations__image {
  border-radius: 16px;
  margin-bottom: 12px;
}
.presentations__link {
  cursor: pointer;
}
.presentations__text {
  font-family: var(--third-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  text-align: center;
  color: var(--white);
}
.presentations__icon {
  width: 40px;
  height: 40px;
  background: url("../img/presentation/icon.png") no-repeat center center/cover;
  position: absolute;
  right: 24px;
  top: 24px;
}

.presentation-big {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -99;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9;
}
.presentation-big--visible {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.presentation-big__image {
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.presentation-big__iframe {
  margin-top: 0px;
  border-radius: 32px;
  aspect-ratio: 1.77778;
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  top: 0;
}
.presentation-big__iframe.visible {
  display: block;
}
.presentation-big .slick-prev {
  left: inherit;
  right: 0;
  bottom: 40px;
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 8px;
  width: 64px;
  height: 40px;
  background: var(--blue-4);
  transform: translate(-100px, 0);
}
.presentation-big .slick-next {
  right: 24px;
  bottom: 40px;
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 8px;
  width: 64px;
  height: 40px;
  background: var(--blue-4);
  transform: translate(0, 0);
}
.presentation-big__add {
  position: absolute;
  right: 72px;
  top: 24px;
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 8px;
  width: 40px;
  height: 40px;
  background: var(--blue-4);
  z-index: 100;
  cursor: pointer;
}
.presentation-big__close {
  position: absolute;
  right: 24px;
  top: 24px;
  border: 1px solid var(--white);
  border-radius: 12px;
  padding: 8px;
  width: 40px;
  height: 40px;
  background: var(--blue-4);
  z-index: 100;
  cursor: pointer;
}
.presentation-big__button-video {
  position: absolute;
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (max-width: 1200px) {
  .presentations__item {
    max-width: 32%;
  }
}
@media (max-width: 1024px) {
  .presentations {
    justify-content: space-around;
  }
  .presentations__item {
    max-width: 30%;
  }
  .presentations__text {
    font-size: 16px;
    line-height: 120%;
  }
  .presentations__icon {
    width: 24px;
    height: 24px;
    right: 16px;
    top: 16px;
  }
}
@media (max-width: 768px) {
  .presentation-big--visible {
    -webkit-backdrop-filter: blur(64px);
            backdrop-filter: blur(64px);
    border-radius: 20px;
  }
}
@media (max-width: 678px) {
  .presentations {
    padding: 0;
  }
  .presentations__item {
    max-width: 47%;
    padding: 10px;
  }
  .presentations__text {
    font-size: 14px;
  }
}
@media (max-width: 495px) {
  .presentations__item {
    max-width: 333px;
  }
}
.waiting__container {
  text-align: center;
}
.waiting__title {
  margin-bottom: 12px;
}
.waiting__description {
  max-width: 805px;
  margin: 0 auto 48px;
}
.waiting__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  background: url("../img/waiting/bg.png") no-repeat 50% 50%;
  margin-bottom: 48px;
}
.waiting__item {
  max-width: 468px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--white-10);
  border-radius: 32px;
  padding: 16px 24px;
  text-align: left;
}
.waiting__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  color: var(--blue-1);
  margin-bottom: 4px;
}
@media (max-width: 1027px) {
  .waiting__row {
    background-position: 50% 50%;
  }
  .waiting__item {
    max-width: 48%;
  }
}
@media (max-width: 859px) {
  .waiting__row {
    background-size: 96%;
    background-position: 50% 58%;
  }
  .waiting__item {
    max-width: 46%;
  }
}
@media (max-width: 750px) {
  .waiting__row {
    background: none;
  }
}
@media (max-width: 600px) {
  .waiting__description {
    margin-bottom: 24px;
  }
  .waiting__row {
    background: none;
    gap: 12px;
  }
  .waiting__item {
    max-width: 100%;
    border-radius: 20px;
    padding: 12px 16px;
  }
  .waiting__subtitle {
    font-size: 16px;
  }
}
.program {
  margin-top: -230px;
  background-image: url("../img/program/bgcenter2.webp"), url("../img/program/bgbot.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center bottom;
}
.program__container {
  min-height: 1024px;
  padding-bottom: 47px;
  padding-top: 95px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.program__information {
  border-radius: 32px;
  padding: 32px;
  max-width: 568px;
  min-height: 296px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--white-10);
  margin: 0 auto;
}
.program__time {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 60px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: var(--blue-1);
  margin-bottom: 8px;
}
.program__theme {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 125%;
  color: var(--white);
  margin-bottom: 8px;
}
.program .slick-prev {
  transform: translate(-220px, 0);
}
.program .slick-next {
  transform: translate(220px, 0);
}

.time {
  position: relative;
  height: 427px;
  max-width: 1920px;
  margin: 0 auto;
}
.time__row {
  display: flex;
  justify-content: end;
  align-items: start;
  overflow: hidden;
  padding-right: 111px;
  gap: 151px;
}
.time__row--2 {
  padding-right: 101px;
}
.time__row--11 {
  justify-content: center;
  padding-right: 0px;
}
.time__row--12 {
  justify-content: start;
  padding-right: 0;
  padding-left: 369px;
}
.time__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 105px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 0px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.time__item--active {
  font-size: 0px;
  width: 160px;
  height: 160px;
  margin-top: 207px;
}
.time__item--active::before {
  display: block;
  width: 381px;
  height: 380px;
  margin: 10px 0 0 1px;
  background-image: url("data:image/svg+xml,%3Csvg width='381' height='380' viewBox='0 0 381 380' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_10810_731)'%3E%3Cpath d='M187 329.891C264.32 329.891 328.75 267.235 330.91 189.945C333.069 112.656 272.139 50 194.819 50C117.499 50 53.0685 112.656 50.9094 189.945C48.7502 267.235 109.68 329.891 187 329.891Z' fill='url(%23paint0_radial_10810_731)' /%3E%3C/g%3E%3Cg filter='url(%23filter1_b_10810_731)'%3E%3Ccircle cx='190.747' cy='189.958' r='80.5186' fill='%2300204F' fill-opacity='0.1' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_10810_731' x='0.853516' y='0' width='380.112' height='379.891' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='25' result='effect1_foregroundBlur_10810_731' /%3E%3C/filter%3E%3Cfilter id='filter1_b_10810_731' x='46.2285' y='45.4395' width='289.037' height='289.037' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='32' /%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_10810_731' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_10810_731' result='shape' /%3E%3C/filter%3E%3CradialGradient id='paint0_radial_10810_731' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(190.387 190) rotate(130.538) scale(220.613 220.527)'%3E%3Cstop stop-color='%230A53C9' /%3E%3Cstop offset='1' stop-color='%230A53C9' stop-opacity='0.1' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  position: absolute;
  z-index: -1;
}
.time__item:nth-child(1) {
  margin-top: 77px;
  left: 11px;
}
.time__item:nth-child(2) {
  margin-top: 190px;
  left: 20px;
}
.time__item:nth-child(4), .time__item.time__item--slide0--2 {
  margin-top: 74px;
  left: -16px;
}
.time__item:nth-child(5), .time__item.time__item--slide0--3 {
  margin-top: 176px;
  left: -8px;
}
.time__item:nth-child(6) {
  margin-top: 146px;
}
.time__item.time__item--slide1--1 {
  margin-top: 190px;
  left: 10px;
}
.time__item.time__item--slide1--3 {
  margin-top: 74px;
  left: -26px;
}
.time__item.time__item--slide1--4 {
  margin-top: 176px;
  left: -18px;
}
.time__item.time__item--slide1--5 {
  margin-top: 146px;
}
.time__item.time__item--slide1--active {
  left: -10px;
  margin-top: 208px;
}
.time__item.time__item--slide0--4 {
  margin-top: 146px;
  left: 0;
}
.time__item.time__item--slide0--active {
  margin-top: 207px;
  left: 0;
}

@media (max-width: 1440px) {
  .time__row {
    padding-right: 127px;
  }
  .time__row--2 {
    padding-right: 117px;
  }
  .time__row--11 {
    padding-right: 0;
  }
  .time__row--12 {
    padding-right: 0;
    padding-left: 129px;
  }
  .time__item:nth-child(6) {
    display: none;
  }
  .time__item--slide0--4 {
    display: none;
  }
  .time__item--slide1--5 {
    display: none;
  }
}
@media (max-width: 1366px) {
  .time__row {
    padding-right: 91px;
  }
  .time__row--2 {
    padding-right: 80px;
  }
  .time__row--11 {
    padding-right: 0;
  }
  .time__row--12 {
    padding-left: 92px;
  }
}
@media (max-width: 1280px) {
  .time__row {
    padding-right: 47px;
  }
  .time__row--2 {
    padding-right: 38px;
  }
  .time__row--11 {
    padding-right: 0;
  }
  .time__row--12 {
    padding-right: 0;
    padding-left: 49px;
  }
}
@media (max-width: 1024px) {
  .time__row {
    padding-right: 0;
    gap: 123px;
  }
  .time__row--12 {
    padding-left: 0;
  }
  .time__item:nth-child(1) {
    left: -68px;
  }
  .time__item:nth-child(2) {
    left: -31px;
  }
  .time__item:nth-child(4) {
    left: 36px;
  }
  .time__item:nth-child(5),
  .time__item .time__item.time__item--slide0--3 {
    left: 73px;
  }
  .time__item--slide12--active {
    left: -23px;
  }
  .time__item--slide12--4:nth-child(4) {
    left: -12px;
  }
  .time__item--slide13--active {
    left: -23px;
  }
  .time__item.time__item--slide1--1 {
    left: 17px;
  }
  .time__item.time__item--slide1--active {
    left: 25px;
  }
  .time__item.time__item--slide1--3 {
    left: 36px;
  }
  .time__item.time__item--slide1--4 {
    left: 73px;
  }
  .time__item.time__item--slide0--active {
    left: 25px;
  }
  .time__item.time__item--slide0--2 {
    left: 36px;
  }
  .time__item.time__item--slide0--3 {
    left: 73px;
  }
}
@media (max-width: 768px) {
  .program {
    overflow: hidden;
  }
  .program__container {
    background: url("../img/time/bgline.png") repeat-x center 222px;
    min-height: 960px;
    padding-top: 160px;
  }
  .program__wrap {
    background: none !important;
  }
  .time {
    min-width: 768px;
    height: 327px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
  }
  .time__row {
    justify-content: center;
    padding-right: 0;
    gap: 0;
  }
  .time__row--1 {
    padding-left: 150px;
  }
  .time__row--2 {
    padding-left: 0;
  }
  .time__row--12 .time__item--slide12--active {
    margin-left: 0;
    margin-right: 0;
  }
  .time__row--12 .time__item {
    margin-left: 0;
    margin-right: 0;
  }
  .time__row--13 {
    padding-right: 150px;
  }
  .time__item {
    min-width: 150px;
    height: 150px;
    font-size: 28px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 18px;
    background: url("../img/time/bgtime.png") no-repeat center center;
    background-size: cover;
  }
  .time__item--active {
    min-width: 227px;
    height: 227px;
    font-size: 40px;
    background: url("../img/time/bgtime-active.png") no-repeat center center;
    background-size: 227px 227px;
    margin-top: 64px;
    left: inherit;
  }
  .time__item--active::before {
    content: "";
    display: block;
    margin: 10px 0 0 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='381' height='380' viewBox='0 0 381 380' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4' filter='url(%23filter0_f_10810_731)'%3E%3Cpath d='M187 329.891C264.32 329.891 328.75 267.235 330.91 189.945C333.069 112.656 272.139 50 194.819 50C117.499 50 53.0685 112.656 50.9094 189.945C48.7502 267.235 109.68 329.891 187 329.891Z' fill='url(%23paint0_radial_10810_731)' /%3E%3C/g%3E%3Cg filter='url(%23filter1_b_10810_731)'%3E%3Ccircle cx='190.747' cy='189.958' r='80.5186' fill='%2300204F' fill-opacity='0.1' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_10810_731' x='0.853516' y='0' width='380.112' height='379.891' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='25' result='effect1_foregroundBlur_10810_731' /%3E%3C/filter%3E%3Cfilter id='filter1_b_10810_731' x='46.2285' y='45.4395' width='289.037' height='289.037' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='32' /%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_10810_731' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_10810_731' result='shape' /%3E%3C/filter%3E%3CradialGradient id='paint0_radial_10810_731' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(190.387 190) rotate(130.538) scale(220.613 220.527)'%3E%3Cstop stop-color='%230A53C9' /%3E%3Cstop offset='1' stop-color='%230A53C9' stop-opacity='0.1' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    z-index: -1;
    width: 227px;
    height: 227px;
    background-size: cover;
  }
  .time__item:nth-child(1), .time__item:nth-child(2), .time__item:nth-child(4), .time__item:nth-child(5) {
    margin: 0;
    left: inherit;
  }
  .time__item:nth-child(2) {
    margin-top: 103px;
  }
  .time__item:nth-child(4), .time__item:nth-child(5), .time__item.time__item--slide1--1, .time__item.time__item--slide1--3 {
    margin-top: 103px;
    left: inherit;
  }
  .time__item.time__item--slide1--active, .time__item.time__item--slide0--active {
    margin-top: 64px;
  }
  .time__item--slide0--2 {
    margin-top: 93px;
  }
  .time__item--slide1--1 {
    margin-top: 93px;
  }
  .time__item--slide1--3 {
    margin-top: 93px;
  }
  .time__item--slide1--4, .time__item.time__item--slide12--1, .time__item.time__item--slide13--1, .time__item.time__item--slide0--3 {
    display: none;
  }
  .time__item--slide2--1, .time__item--slide2--4 {
    display: none;
  }
  .time__item--slide2--2, .time__item--slide3--2, .time__item--slide5--2, .time__item--slide4--2, .time__item--slide6--2, .time__item--slide7--2, .time__item--slide10--2, .time__item--slide11--2, .time__item--slide13--2 {
    margin-top: 93px;
  }
  .time__item--slide2--3, .time__item--slide3--5, .time__item--slide5--4, .time__item--slide4--4, .time__item--slide6--4, .time__item--slide7--4, .time__item--slide11--4 {
    margin-top: 93px;
  }
  .time__item--slide3--1, .time__item--slide3--4, .time__item--slide4--1, .time__item--slide4--5, .time__item--slide5--1, .time__item--slide5--5, .time__item--slide6--1, .time__item--slide6--5, .time__item--slide7--1, .time__item--slide7--5, .time__item--slide10--1, .time__item--slide11--1, .time__item--slide11--5 {
    display: none;
  }
  .time__item--slide12--2 {
    margin-top: 93px;
  }
  .time__item--slide12--4 {
    margin-top: 93px;
  }
}
@media (max-width: 600px) {
  .program__container {
    min-height: 980px;
  }
  .program__information {
    max-width: 400px;
  }
  .program .slick-dots {
    gap: 15px;
    bottom: -36px;
  }
  .program .slick-prev {
    transform: translate(-220px, 0);
  }
  .program .slick-next {
    transform: translate(220px, 0);
  }
  .program .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
  }
  .program .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
  }
  .program .slick-dots li.slick-active button::before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 420px) {
  .program__information {
    max-width: 320px;
  }
  .program__time {
    font-size: 48px;
  }
  .program__theme {
    font-size: 24px;
  }
  .program__text {
    font-size: 14px;
    line-height: 143%;
  }
}
#slick-slide10 .program__wrap {
  background: url("../img/time/time-1.png") no-repeat center 0;
}

#slick-slide11 .program__wrap {
  background: url("../img/time/time-2.png") no-repeat center 0;
}

#slick-slide12 .program__wrap {
  background: url("../img/time/time-3.png") no-repeat center 0;
}

#slick-slide13 .program__wrap {
  background: url("../img/time/time-4.png") no-repeat center 0;
}

#slick-slide14 .program__wrap {
  background: url("../img/time/time-5.png") no-repeat center 0;
}

#slick-slide15 .program__wrap {
  background: url("../img/time/time-6.png") no-repeat center 0;
}

#slick-slide16 .program__wrap {
  background: url("../img/time/time-7.png") no-repeat center 0;
}

#slick-slide17 .program__wrap {
  background: url("../img/time/time-8.png") no-repeat center 0;
}

#slick-slide18 .program__wrap {
  background: url("../img/time/time-9.png") no-repeat center 0;
}

#slick-slide19 .program__wrap {
  background: url("../img/time/time-10.png") no-repeat center 0;
}

.speakers {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--blue-20);
  margin-top: -100px;
}
.speakers__container {
  text-align: center;
}
.speakers__row {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  text-align: left;
  justify-content: center;
}
.speakers__item {
  border-radius: 32px;
  padding: 16px 17px 16px 24px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--white-10);
  max-width: 368px;
  min-width: 368px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.speakers__item::before {
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  background: url("../img/speakers/bg-image.svg") no-repeat 0 0;
  position: absolute;
  left: 16px;
  top: 9px;
}
.speakers__item:hover .speakers__information {
  transform: translateY(0);
}
.speakers__images {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 17px;
}
.speakers__image {
  position: relative;
  z-index: 9;
}
.speakers__fio {
  max-width: 130px;
  font-family: var(--font3);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: var(--blue-1);
}
.speakers__theme {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.speakers__information {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transform: translateY(100%);
  transition: 0.5s;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background-color: #163280;
  height: 100%;
  width: 100%;
  border-radius: 32px;
  padding: 16px 24px;
}
.speakers__text {
  font-size: 14px;
  line-height: 143%;
}
.speakers__text:no(:last-child) {
  margin-bottom: 2px;
}
.speakers__text--color {
  color: var(--blue-1);
}

@media (max-width: 827px) {
  .speakers__row {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .speakers__fio {
    font-size: 18px;
    line-height: 167%;
  }
}
@media (max-width: 450px) {
  .speakers__item {
    max-width: 300px;
  }
  .speakers__text {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .speakers__image {
    width: 101px;
    height: 101px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .speakers__item {
    min-width: 325px;
    max-width: 325px;
  }
  .speakers__item::before {
    width: 114px;
    height: 114px;
    background-size: cover;
  }
}
.story__container {
  max-width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.story__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.story__images {
  background: url("../img/story/bg-image.png") no-repeat center center/100% 100%;
  padding: 16px;
  margin-bottom: 40px;
}
.story__image {
  max-width: 621px;
  border-radius: 64px;
}
.story__subtitle {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--blue-1);
  margin-bottom: 16px;
}
.story .slick-track {
  display: flex;
  align-items: center;
  gap: 128px;
}
.story .slick-slide {
  filter: blur(8px);
  opacity: 0.5;
}
.story .slick-slide.slick-current {
  filter: blur(0);
  opacity: 1;
}
.story .slick-slide.slick-current .story__image {
  max-width: 1136px;
  height: 604px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-next {
  bottom: -71px;
  height: auto;
  top: inherit;
  right: 50%;
  transform: translate(170px, 0);
  z-index: 9;
  width: 40px;
  height: 16px;
}
.slick-next::before {
  display: block;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='16' viewBox='0 0 40 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 8H0M40 8C35.5817 8 32 4.41828 32 0M40 8C35.5817 8 32 11.5817 32 16' stroke='%23DCDCF0' stroke-width='2' /%3E%3C/svg%3E");
  width: 40px;
  height: 16px;
  font-size: 0;
}

.slick-prev {
  bottom: -71px;
  height: auto;
  top: inherit;
  left: 50%;
  transform: translate(-170px, 0);
  z-index: 9;
  width: 40px;
  height: 16px;
}
.slick-prev::before {
  display: block;
  opacity: 1;
  width: 40px;
  height: 16px;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='16' viewBox='0 0 40 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8H40M0 8C4.41828 8 8 4.41828 8 0M0 8C4.41828 8 8 11.5817 8 16' stroke='%23DCDCF0' stroke-width='2' /%3E%3C/svg%3E");
}

.slick-dots {
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 250px;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -76px;
}
.slick-dots li {
  padding: 0;
  margin: 0;
  width: 8px;
  height: 8px;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.slick-dots li button::before {
  width: 8px;
  height: 8px;
  background: var(--white);
  opacity: 1;
  font-size: 0;
}
.slick-dots li.slick-active {
  width: 24px;
  height: 24px;
}
.slick-dots li.slick-active button {
  width: 24px;
  height: 24px;
}
.slick-dots li.slick-active button::before {
  width: 24px;
  height: 24px;
  background-color: var(--blue-1);
}

@media (max-width: 1150px) {
  .story .slick-track {
    gap: 0;
  }
  .story .slick-slide.slick-current .story__image {
    max-width: 700px;
    height: 394px;
  }
}
@media (max-width: 768px) {
  .story__subtitle {
    font-size: 16px;
    line-height: 130%;
  }
  .story__text {
    font-size: 12px;
    line-height: 130%;
  }
  .story__image {
    border-radius: 20px;
    max-width: 420px;
    height: auto;
  }
  .story .slick-track {
    gap: 0;
  }
  .story .slick-slide.slick-current .story__image {
    max-width: 420px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .story__images {
    margin-bottom: 20px;
    padding: 8px;
  }
  .story__image {
    max-width: 300px;
    height: auto;
  }
  .story .slick-slide.slick-current .story__image {
    max-width: 300px;
    height: auto;
  }
}
.foto__container {
  text-align: center;
}
.foto__item {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.foto__images {
  padding: 20px;
}
.foto__images--1 {
  background: url("../img/foto/bg-foto1.png") no-repeat center center/100% 100%;
}
.foto__images--2 {
  background: url("../img/foto/bg-foto2.png") no-repeat center center/100% 100%;
}
.foto__images--3 {
  background: url("../img/foto/bg-foto3.png") no-repeat center center/100% 100%;
}
.foto__images--4 {
  background: url("../img/foto/bg-foto4.png") no-repeat center center/100% 100%;
}
.foto__images--5 {
  background: url("../img/foto/bg-foto5.png") no-repeat center center/100% 100%;
}
.foto__image {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.foto__image--1 {
  width: 328px;
}
.foto__image--2 {
  width: 228px;
  height: 238px;
}
.foto__image--3 {
  width: 528px;
  height: 229px;
}
.foto__image--4 {
  width: 328px;
  height: 229px;
}
.foto .slick-list {
  padding: 0 !important;
}

@media (max-width: 900px) {
  .foto {
    display: none;
  }
}
.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%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--blue-3);
  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: 700px) {
  .slider-for img {
    max-height: 300px;
  }
}
.questions {
  background-image: url("../img/questions/bgcenter.webp"), url("../img/questions/fon-bottom.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom 220px, center bottom -150px;
  padding-top: 126px;
  padding-bottom: 600px;
}
.questions__container {
  text-align: center;
}
.questions__row {
  text-align: left;
  max-width: 773px;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.questions__item {
  padding-top: 16px;
  position: relative;
  padding-left: 70px;
}
.questions__item::before {
  content: "";
  width: 24px;
  height: 46px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background: url("../img/questions/top.png") no-repeat 0 0/cover;
}
.questions__item:nth-child(2n)::before {
  background: url("../img/questions/bot.svg") no-repeat 0 0/cover;
}
.questions__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--white);
}
.questions__image {
  position: absolute;
  left: 12px;
  top: 10px;
}

@media (max-width: 600px) {
  .questions {
    background-image: url("../img/questions/bg-bot-mob.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-top: 40px;
    padding-bottom: 200px;
  }
  .questions__row {
    gap: 24px;
  }
  .questions__item {
    padding-left: 0;
  }
  .questions__item::before {
    position: relative;
    left: -2px;
    top: -15px;
  }
  .questions__subtitle {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 12px;
  }
}
.map {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--blue-20);
  margin-top: -350px;
}
.map__contaner {
  text-align: center;
}
.map__image {
  margin: 0 auto;
}
.map__image--mobily {
  display: none;
}

@media (max-width: 600px) {
  .map {
    margin-top: -5px;
  }
}
@media (max-width: 420px) {
  .map__image {
    width: 308px;
    height: 373px;
    max-width: 308px;
    display: none;
  }
  .map__image--mobily {
    display: block;
  }
}
.registration__row {
  text-align: center;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--white-10);
  border-radius: 64px;
  padding: 64px;
  position: relative;
  z-index: 9;
  margin-bottom: 100px;
}
.registration__title {
  margin-bottom: 32px;
}

.registr {
  text-align: left;
}
.registr__wrap {
  display: flex;
  gap: 32px;
  margin-bottom: 48px;
}
.registr__row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px;
  width: 48%;
}
.registr__row--buttons {
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  height: 62px;
}
.registr__item {
  position: relative;
}
.registr__placeholder {
  position: absolute;
  top: 18px;
  left: 24px;
  transition: 0.3s;
  pointer-events: none;
}
.registr__input {
  width: 100%;
  background: url("../img/registr/bg-input.png") no-repeat 0 0/100% 100%;
  border: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  padding: 19px 32px 19px 24px;
  outline: none;
  background-size: 100% 100%, 100% 100%;
  transition-duration: 0.3s;
  box-shadow: none;
}
.registr__input--error {
  background: url("../img/registr/bg-input-error.png") no-repeat 0 0/100% 100%;
}
.registr__input--visible {
  margin-top: 10px;
  display: none;
}
.registr__input:focus + .registr__placeholder, .registr__input:valid + .registr__placeholder {
  top: -10px;
  left: 21px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  padding: 0 3px;
}
.registr__select {
  background: none;
  width: calc(100% - 8px);
  padding: 19px 24px;
  border: 1px solid var(--blue-1);
  border-radius: 16px;
  color: var(--white);
}
.registr__select option {
  color: var(--blue-3);
}
.registr__link {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #b4c8ff;
}
.registr__btn {
  border-radius: 100px;
  padding: 16px 64px;
  background-color: var(--white);
  background-image: url("../img/registr/but-left.svg"), url("../img/registr/but-right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  border: 0;
  font-family: var(--font-family);
  font-weight: 600;
  color: #1e1e28;
}
.registr__btn:hover {
  cursor: pointer;
  color: var(--blue-2);
  background-image: url("../img/registr/but-left-hov.png"), url("../img/registr/but-right-hov.png");
}
.registr__text {
  display: block;
  max-width: 452px;
}

.wrap-radio {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 8px;
}
.wrap-radio__item {
  background: url("../img/registr/radio-left.png") no-repeat 0 0/100% 62px;
  padding: 21px 23px 21px 45px;
  flex: 0 1 50%;
  height: 62px;
}
.wrap-radio__item--right {
  background: url("../img/registr/radio-right.png") no-repeat 0 4px/100% 62px;
  padding-left: 25px;
  height: 65px;
}
.wrap-radio__input {
  border: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrap-radio__label {
  position: relative;
  display: flex;
  gap: 10px;
}
.wrap-radio__label::before {
  content: "";
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--white);
  border-radius: 50%;
}

.wrap-radio__input:checked + .wrap-radio__label::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: 3px;
  background-color: var(--white);
  border-radius: 50%;
}

.wrap-checkbox {
  display: flex;
  gap: 32px;
  height: 62px;
  align-items: center;
}
.wrap-checkbox__item {
  width: 100%;
  height: 62px;
  display: flex;
  align-items: center;
}
.wrap-checkbox__input {
  border: 0;
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrap-checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap-checkbox__label::before {
  content: "";
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background: url("../img/registr/checkbox.png") no-repeat 0 0;
}

.wrap-checkbox__input:checked + .wrap-checkbox__label::before {
  background: url("../img/registr/checkbox-active.png") no-repeat 0 0;
}

.error {
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #ff6482;
  position: absolute;
  bottom: -12px;
  left: 24px;
}

.placeholder-visible {
  top: -10px !important;
  left: 21px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  padding: 0 3px;
}

@media (max-width: 768px) {
  .registration__container {
    padding: 32px;
  }
  .registration__title {
    padding-left: 0;
    padding-right: 0;
  }
  .registr__wrap {
    flex-direction: column;
  }
  .registr__row {
    flex: 1 1 100%;
    width: 100%;
  }
  .registr__input {
    max-width: 100%;
    height: 62px;
  }
}
@media (max-width: 600px) {
  .registration {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .registration__container {
    padding: 0 24px;
  }
  .registration__row {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
  }
  .registr__row--buttons {
    flex-direction: column;
    justify-content: center;
  }
  .registr__btn {
    max-width: 212px;
    margin: 0 auto;
  }
}
.organizers__title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  color: var(--white);
  margin-bottom: 16px;
}
.organizers__row {
  display: flex;
  gap: 32px;
}
.organizers__item {
  max-width: 568px;
  width: 50%;
}
.organizers__logo {
  margin-bottom: 0;
}
.organizers__link {
  display: inline-block;
}
.organizers__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
}
.organizers__text:not(:last-child) {
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  .organizers__row {
    flex-direction: column;
  }
  .organizers__item {
    width: 100%;
  }
  .organizers__text {
    font-size: 14px;
    line-height: 143%;
  }
}
.footer {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: var(--blue-20);
  padding: 96px 0;
}
.footer__container {
  display: flex;
}
.footer__item {
  flex: 0 0 33%;
}
.footer__logo {
  width: 195px;
  margin-bottom: 20px;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__icon {
  display: flex;
  gap: 8px;
}
.footer__icon:last-child {
  align-items: start;
}
.footer__icon a {
  display: flex;
  gap: 8px;
}
.footer__link {
  display: inline-block;
}
.footer__title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  color: var(--white);
  margin-bottom: 8px;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__text--small {
  display: block;
  font-size: 12px;
  margin-top: -5px;
}

@media (max-width: 768px) {
  .footer {
    padding: 32px 0;
  }
  .footer__container {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .footer__item {
    flex: 0 0 100%;
  }
}
.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: var(--blue-4);
  cursor: default;
  position: relative;
  text-align: center;
}
.modal__title {
  font-size: 24px;
  text-align: center;
}