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

html {
  font-size: 16px;
}

body {
  font-family: "Inter", medium;
  text-decoration: none;
  font-style: normal;
  background-color: #FFFFFF;
  margin: 0;
  line-height: 1;
}

.mobile-only {
  display: none !important;
}

.btn {
  display: block;
  color: #232138;
  font-size: 24px;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  background: #F3F4F6;
  border: 3px solid transparent;
  cursor: pointer;
  transition: 0.2s linear;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
.btn:hover {
  background: rgb(215, 218, 230);
}
.btn:active {
  background: rgb(243, 244, 246);
}
.btn:focus {
  border: 3px solid #C3CBF0;
}
.btn.disabled {
  background: #A8A4A6;
  color: #5B5B5B;
}
.btn.blue {
  color: #fff;
  background: #35448D;
}
.btn.blue:hover {
  background: #2A3671;
}
.btn.blue:active {
  background: #253063;
}
.btn.blue:focus {
  border: 3px solid #232138;
}
.btn.blue.disabled {
  color: #fff;
}
.btn.red {
  color: #fff;
  background: #EE1D01;
}
.btn.red:hover {
  background: #BE1701;
}
.btn.red:active {
  background: linear-gradient(0deg, #BE1701, #BE1701), linear-gradient(0deg, #981201, #981201);
}
.btn.red:focus {
  border: 3px solid #BE1701;
}
.btn.red.disabled {
  color: #fff;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #F2F3F4;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: 0.2s linear;
}
.header.header_bg {
  background: transparent;
}
.header.header_bg ul.menu > li > a:not(.btn) {
  color: #fff;
}
.header.header_bg .geoPos::before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(306deg) brightness(103%) contrast(101%);
}
.header .container {
  padding: 40px 70px 20px 70px;
  max-width: 100%;
}
.header .logo {
  width: 46px;
  height: 39px;
}
.header .logo > a {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  color: #253746;
  text-decoration: none;
  padding: 6px 0;
  position: relative;
  display: block;
  margin-top: -6px;
}
.header .logo > a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #253746;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.58, 0.3, 0.005, 1);
}
.header .logo > a:hover::after {
  opacity: 1;
}
.header .btn.red {
  padding: 10px 20px;
  font-size: 1em;
}

#main-menu {
  width: calc(100% - 170px);
}
#main-menu .toggler {
  display: none;
}

#mobile-menu-toggler {
  float: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-radius: 0;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  position: relative;
  display: inline-block;
}

.navbar-toggle {
  position: relative;
}
.navbar-toggle .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar-toggle .icon-bar {
  width: 25px;
  margin: 0 0 5px 0;
  background: #253746;
  border-radius: 0;
  display: block;
  height: 2px;
  transition: all 0.3s;
}
.navbar-toggle .icon-bar:last-child {
  margin-bottom: 0;
}
.navbar-toggle.navOpen .icon-bar {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
}
.navbar-toggle.navOpen .icon-bar:nth-child(2) {
  transform: rotate(45deg);
}
.navbar-toggle.navOpen .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle.navOpen .icon-bar:nth-child(4) {
  transform: rotate(-45deg);
  top: -4px;
  left: 0px;
}

ul.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0;
  padding: 0;
}
ul.menu > li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
}
ul.menu > li > a {
  font-size: 15px;
  padding: 10px 20px;
}
ul.menu > li > a:not(.btn) {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #232138;
  border: none;
  text-decoration: none;
  padding: 0;
  text-decoration: none;
  color: #040136;
}
ul.menu > li > a:not(.btn).geoPos {
  display: flex;
  align-items: center;
  gap: 8px;
}
ul.menu > li > a:not(.btn).geoPos::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/location.svg) 0 no-repeat;
  background-size: contain !important;
}
ul.menu > li > a:not(.btn):hover {
  border: none;
  text-decoration: none;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 32px;
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.flex-row.acent {
  align-items: center;
}
.flex-row.start {
  justify-content: start;
}
.flex-row.end {
  justify-content: flex-end;
}
.flex-row.stretch {
  align-items: stretch;
}
.flex-row.between {
  justify-content: space-between;
}
.flex-row.wrap {
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.sectionMain {
  position: relative;
  width: 100%;
  height: 100svh;
}
.sectionMain .video-container {
  position: relative;
  width: 100%;
  height: calc(100% - 177px);
  aspect-ratio: 16/9;
}
.sectionMain .video-container .video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionMain .video-container .mainTitle {
  display: block;
  position: absolute;
  top: 158px;
  left: 120px;
  color: #F3F4F6;
}
.sectionMain .video-container .mainTitle title {
  display: block;
  font-size: 96px;
  line-height: 1;
  margin-bottom: 45px;
  font-weight: 600;
}
.sectionMain .video-container .mainTitle div {
  max-width: 566px;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 90px;
  font-weight: 500;
}

.inf-carousel {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
.inf-carousel > * {
  flex: 0 0 100%;
}
.inf-carousel:hover .group {
  animation-play-state: paused;
}
.inf-carousel .group {
  display: flex;
  gap: 40px;
  padding-right: 20px;
  will-change: transform;
  animation: scrolling 15s linear infinite;
}
.inf-carousel .group .card {
  display: flex;
  width: 100%;
  color: white;
  border-radius: 24px;
  padding: 0px;
  font-size: xx-large;
  justify-content: center;
  align-items: center;
}
.inf-carousel .group .card img {
  max-width: 220px;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

section {
  margin-bottom: 160px;
}

.stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 50px;
  min-height: 300px;
  max-width: 1520px;
  padding: 0 16px;
  width: 100%;
  margin: auto;
}
.stats-container .stat-item {
  text-align: center;
  position: relative;
}
.stats-container .stat-number {
  font-size: 120px;
  font-weight: 500;
  color: #35448D;
  margin-bottom: 20px;
  perspective: 400px;
  display: inline-block;
}
.stats-container .stat-label {
  font-size: 23px;
  font-weight: 500;
  color: #35448D;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 337px;
}
.stats .flip-digit {
  display: inline-block;
  position: relative;
  transform-origin: 50% 50%;
  text-align: center;
}
.stats .flip-digit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  border-radius: 8px 8px 0 0;
  pointer-events: none;
  z-index: 2;
}
.stats .flip-digit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  pointer-events: none;
  opacity: 0;
  animation: flipShine 0.6s ease-out forwards;
}
@keyframes flipIn {
  0% {
    transform: rotateX(-90deg);
    opacity: 0.3;
  }
  50% {
    transform: rotateX(20deg);
    opacity: 0.8;
  }
  70% {
    transform: rotateX(-5deg);
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flipShine {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  20% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 0.5;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.stats .stat-item {
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
}
.stats .stat-item:nth-child(1) {
  animation-delay: 0.2s;
}
.stats .stat-item:nth-child(1) .flip-digit {
  animation-delay: 0.5s;
}
.stats .stat-item:nth-child(2) {
  animation-delay: 0.4s;
}
.stats .stat-item:nth-child(2) .flip-digit {
  animation-delay: 0.7s;
}
.stats .stat-item:nth-child(3) {
  animation-delay: 0.6s;
}
.stats .stat-item:nth-child(3) .flip-digit {
  animation-delay: 0.9s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .stats .stats-container {
    flex-direction: column;
    gap: 30px;
  }
  .stats .stat-number {
    font-size: 48px;
  }
  .stats .flip-digit {
    min-width: 60px;
    padding: 5px 15px;
  }
}

.sectionTitle {
  display: block;
  color: #232138;
  font-size: 48px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  flex: 0 0 auto;
  margin-bottom: 60px;
}

.aboutSection .aboutEvent {
  justify-content: space-between;
  gap: 32px;
}
.aboutSection .aboutEvent .aboutEventInfo {
  max-width: 875px;
  gap: 40px;
}
.aboutSection .aboutEvent .aboutEventInfo h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}
.aboutSection .aboutEvent .aboutEventInfo h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
.aboutSection .aboutEvent .aboutEventInfo .aboutDate time,
.aboutSection .aboutEvent .aboutEventInfo .aboutDate span {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  color: #717087;
}
.aboutSection .aboutEvent .aboutEventInfo .aboutDate time::before,
.aboutSection .aboutEvent .aboutEventInfo .aboutDate span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/calendar.svg) 0 no-repeat;
  background-size: contain;
}
.aboutSection .aboutEvent .aboutEventInfo .aboutDate time {
  margin-bottom: 10px;
}
.aboutSection .aboutEvent .aboutEventInfo .aboutDate span::before {
  background: url(../images/location.svg) 0 no-repeat;
  filter: invert(50%) sepia(5%) saturate(1541%) hue-rotate(204deg) brightness(87%) contrast(85%);
}

.awaitSection .awaitSwiper {
  padding: 0;
  padding-bottom: 30px;
}
.awaitSection .awaitSwiper .swiper-wrapper .swiper-slide:nth-child(1) .awaitCard {
  background: #35448D;
}
.awaitSection .awaitSwiper .swiper-wrapper .swiper-slide:nth-child(2) .awaitCard {
  background: #0D1061;
}
.awaitSection .awaitSwiper .swiper-wrapper .swiper-slide:nth-child(3) .awaitCard {
  background: #C3CBF0;
}
.awaitSection .awaitSwiper .swiper-wrapper .swiper-slide:nth-child(3) .awaitCard title {
  color: #232138;
}
.awaitSection .awaitSwiper .swiper-wrapper .swiper-slide:nth-child(4) .awaitCard {
  background: #232138;
}
.awaitSection .awaitSwiper .awaitCard {
  display: block;
  position: relative;
  padding: 40px;
  border-radius: 10px;
  min-height: 400px;
  overflow: hidden;
}
.awaitSection .awaitSwiper .awaitCard title {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.awaitSection .awaitSwiper .awaitCard img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center bottom;
     object-position: center bottom;
  width: 100%;
}
.awaitSection .downloadDoc {
  display: flex;
  margin: auto;
  align-items: center;
  margin-top: 55px;
  padding: 15px 20px;
  gap: 20px;
}
.awaitSection .downloadDoc::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/pdf.svg) 0 no-repeat;
  background-size: contain;
}

.timer-container {
  display: block;
  position: relative;
  border: 3px solid #35448D;
  border-radius: 5px;
}
.timer-container .timer-header {
  display: block;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  margin: auto;
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 30px;
  width: -moz-fit-content;
  width: fit-content;
  background: #35448D;
  font-size: clamp(1rem, 3vw, 1.8rem);
}
.timer-container .timer {
  display: flex;
  justify-content: flex-start;
  gap: 64px;
  padding: 100px 130px;
}
.timer-container .timer .separator {
  margin: 33px 0;
  border: 3px solid #35448D;
}
.timer-container .timer .timer-block {
  text-align: center;
  font-size: 120px;
  font-size: clamp(2rem, 8vw, 7.5rem);
  line-height: 1;
  font-weight: 500;
  color: #35448D;
  flex: 1 1 0;
}
.timer-container .timer .timer-block:first-child {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.timer-container .timer .timer-block .days {
  font-size: clamp(2rem, 8vw, 7.5rem);
}
.timer-container .timer .timer-block .label {
  display: block;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: clamp(0.875rem, 2vw, 1.5rem);
  color: #35448D;
}

.swiper.experience {
  padding: 0;
  padding-bottom: 30px;
}
.swiper.experience .member-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.swiper.experience .member-card:hover {
  filter: none;
}
.swiper.experience .member-card:hover .expInfo {
  background: #35448D;
}
.swiper.experience .member-card img {
  display: block;
  position: relative;
  background: rgba(74, 74, 74, 0.3019607843);
  width: 100%;
  margin: 0;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0;
}
.swiper.experience .member-card .expInfo {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 24px;
  color: #F3F4F6;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 10px;
  padding: 16px 8px;
  width: 50%;
  background: transparent;
  transition: 0.2s ease-in-out;
}
.swiper.experience .member-card .expInfo time {
  font-weight: 300;
}
.swiper.experience .member-card .expInfo span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  margin: 0;
}

.sectionJoin .flex-join {
  gap: 30px;
}
.sectionJoin .flex-join .joinCard {
  display: block;
  padding: 30px;
  border-radius: 10px;
  width: 100%;
}
.sectionJoin .flex-join .joinCard:nth-child(1) {
  background: #C3CBF0;
}
.sectionJoin .flex-join .joinCard:nth-child(2) {
  background: #35448D;
}
.sectionJoin .flex-join .joinCard:nth-child(3) {
  background: #232138;
}
.sectionJoin .flex-join .joinCard img {
  display: block;
  width: calc(100% - 90px);
  height: auto;
  margin: 50px 45px 0 45px;
  margin-bottom: 80px;
  aspect-ratio: 1/1.1;
}
.sectionJoin .flex-join .joinCard .btn {
  width: 100%;
}

.sectionForm .flex-form {
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
  color: #F3F4F6;
  padding: 50px;
  background: #35448D;
  border-radius: 10px;
}
.sectionForm .flex-form .form-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}
.sectionForm .flex-form .form-left h1 {
  font-weight: 600;
  margin: 0;
  margin-bottom: 20px;
  font-size: 48px;
}
.sectionForm .flex-form .form-left h2 {
  font-weight: 400;
  font-size: 32px;
  margin: 0;
}
.sectionForm .flex-form .form-left a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #F3F4F6;
  font-weight: 400;
  font-size: 24px;
  gap: 20px;
  text-decoration: none;
}
.sectionForm .flex-form .form-left a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.sectionForm .flex-form .form-left a:hover {
  text-decoration: underline;
}
.sectionForm .flex-form .form-left a.email {
  margin-bottom: 10px;
}
.sectionForm .flex-form .form-left a.email::before {
  background: url(../images/email.svg) 0 no-repeat;
}
.sectionForm .flex-form .form-left a.phone::before {
  background: url(../images/phone.svg) 0 no-repeat;
}
.sectionForm .flex-form .form-right {
  width: 50%;
}
.sectionForm .flex-form .form-right .inputField {
  position: relative;
}
.sectionForm .flex-form .form-right .inputField input,
.sectionForm .flex-form .form-right .inputField textarea {
  font-family: "Inter", medium;
  display: block;
  background: #F3F4F6;
  width: 100%;
  padding: 15px 20px;
  font-size: 24px;
  line-height: 1;
  border-radius: 5px;
  border: 3px solid transparent;
  color: #232138;
  margin-bottom: 20px;
}
.sectionForm .flex-form .form-right .inputField input:focus-visible,
.sectionForm .flex-form .form-right .inputField textarea:focus-visible {
  border: 3px solid #C3CBF0;
  outline: none;
}
.sectionForm .flex-form .form-right .inputField input::-moz-placeholder, .sectionForm .flex-form .form-right .inputField textarea::-moz-placeholder {
  color: #717087;
  font-size: 24px;
}
.sectionForm .flex-form .form-right .inputField input::placeholder,
.sectionForm .flex-form .form-right .inputField textarea::placeholder {
  color: #717087;
  font-size: 24px;
}
.sectionForm .flex-form .form-right .inputField textarea {
  height: 230px;
}
.sectionForm .flex-form .form-right .inputField.error input,
.sectionForm .flex-form .form-right .inputField.error textarea {
  border: 2px solid #EE1D01;
  color: #EE1D01;
  background: #F3DFDE;
}
.sectionForm .flex-form .form-right .inputField.error input::-moz-placeholder, .sectionForm .flex-form .form-right .inputField.error textarea::-moz-placeholder {
  color: #EE1D01;
}
.sectionForm .flex-form .form-right .inputField.error input::placeholder,
.sectionForm .flex-form .form-right .inputField.error textarea::placeholder {
  color: #EE1D01;
}
.sectionForm .flex-form .form-right .inputField.error::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 16px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/error.svg) 0 no-repeat;
  background-size: contain;
}
.sectionForm .flex-form .form-right .personal-form {
  margin-bottom: 40px;
}
.sectionForm .flex-form .form-right .personal-form .marker-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 20px;
  border-radius: 5px;
}
.sectionForm .flex-form .form-right .personal-form .marker-label input {
  width: 27px;
  height: 27px;
  background: #F3F4F6;
  margin: 0px;
  cursor: pointer;
}
.sectionForm .flex-form .form-right .personal-form .marker-label input:checked {
  background: #C3CBF0;
}
.sectionForm .flex-form .form-right .personal-form .marker-label.marker-error input {
  box-shadow: inset 0px 0px 1px 2px #ff4c4c;
}
.sectionForm .flex-form .form-right .personal-form .marker-text {
  font-size: 16px;
  color: #F3F4F6;
}

footer {
  display: block;
  min-height: 100px;
}
footer .container .devs {
  color: #35448D;
  font-size: 20px;
}

@media (max-width: 1200px) {
  .header .logo img {
    width: 24px;
    height: 24px;
  }
  .header ul.menu {
    gap: 24px;
  }
  .header ul.menu > li .btn {
    font-size: 18px;
    padding: 10px 24px;
  }
  .header.header_bg ul.menu > li > a {
    color: #232138 !important;
  }
  ul.menu > li > a:not(.btn).geoPos::before {
    filter: none;
  }
  .timer-container .timer {
    padding: 75px 80px;
  }
}
@media (max-width: 1100px) {
  .aboutSection .sectionTitle {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .aboutSection .aboutEvent {
    flex-direction: column;
    gap: 0px;
  }
  .aboutSection .aboutEvent .aboutEventInfo {
    gap: 20px;
  }
  .aboutSection .aboutEvent .aboutEventInfo .aboutDate time {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .mobile-only {
    display: initial !important;
  }
  .header .container {
    padding: 20px;
  }
  .header .logo {
    width: 24px;
    height: 20px;
  }
  .header ul.menu {
    margin: 0;
  }
  #main-menu .toggler {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 99;
    width: 40px;
    height: 40px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  }
  #main-menu .toggler.js-scroll {
    background: white;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.07);
  }
  #main-menu .toggler > .ps_navbar-toggle {
    z-index: 99;
  }
  #main-menu .toggler.js-scroll > #logo-mobile {
    opacity: 1;
  }
  #main-menu.opened .toggler {
    box-shadow: none;
    background: none;
    transition: none;
    right: 30px;
  }
  #main-menu.opened .toggler > #logo-mobile {
    opacity: 0;
    transition: none;
  }
  #main-menu > .holder {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    transform-origin: right top;
    transform: scale(0);
  }
  #main-menu.opened > .holder {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  #menu-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.2s ease-in-out;
  }
  #menu-overlay.opened {
    opacity: 1;
    visibility: visible;
  }
  #main-menu > .holder > .menu-content {
    padding: 20px 20px;
    border: none;
  }
  #main-menu .menu-holder,
  ul.menu {
    flex-direction: column;
    align-items: flex-start;
  }
  ul.menu > li {
    margin: 0;
  }
  ul.menu {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .sectionTitle {
    font-size: 2em;
    margin-bottom: 30px;
  }
  .btn {
    font-size: 1em;
    padding: 10px 20px;
    line-height: 1;
  }
  section {
    margin-bottom: 80px;
  }
  section > .container {
    padding: 0 16px;
  }
  .aboutSection .aboutEvent .aboutEventInfo h1 {
    font-size: 1.5em;
  }
  .aboutSection .aboutEvent .aboutEventInfo h2 {
    font-size: 1.3em;
  }
  .aboutSection .aboutEvent .aboutEventInfo .aboutDate time {
    font-size: 0.9em;
  }
  .aboutSection .aboutEvent .aboutEventInfo .aboutDate span {
    font-size: 0.9em;
  }
  .awaitSection .awaitSwiper .awaitCard {
    padding: 25px;
    min-height: 300px;
  }
  .awaitSection .awaitSwiper .awaitCard title {
    font-size: 1em;
    max-width: 155px;
  }
  .awaitSection .awaitSwiper .awaitCard img {
    max-height: 220px;
  }
  .awaitSection .awaitSwiper .awaitCard .downloadDoc {
    padding: 10px 20px;
    margin-top: 45px;
  }
  .stats-container {
    flex-direction: column;
    gap: 50px;
  }
  .stats-container .stat-number {
    font-size: 6em;
  }
  .stats-container .stat-label {
    font-size: 1.3em;
  }
  .sectionMain .video-container .mainTitle {
    display: block;
    position: absolute;
    top: 120px;
    left: 0px;
    padding: 0 16px;
    height: calc(100% - 120px);
    width: 100%;
  }
  .sectionMain .video-container .mainTitle title {
    margin-bottom: 25px;
    font-size: clamp(3rem, 3vw, 6rem);
  }
  .sectionMain .video-container .mainTitle div {
    font-size: clamp(1.3rem, 5vw, 2rem);
    margin: 0;
    max-width: 100%;
    width: 100%;
    font-weight: 500;
  }
  .sectionMain .video-container .mainTitle .btn {
    position: absolute;
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .timer-container .timer-header {
    white-space: nowrap;
  }
  .timer-container .timer {
    padding: 32px 16px;
    gap: 18px;
  }
  .timer-container .timer .timer-block .days {
    font-size: clamp(2rem, 8vw, 7.5rem);
  }
  .timer-container .timer .timer-block .label {
    font-size: clamp(0.8rem, 4vw, 2rem);
    padding: 0;
  }
  .timer-container .timer .separator {
    margin: 10px 0;
    border-width: 2px;
  }
  .swiper-pagination-progressbar {
    max-width: 170px !important;
  }
  .swiper.experience .member-card img {
    height: 300px;
  }
  .sectionJoin .flex-join {
    gap: 30px;
  }
  .sectionJoin .flex-join .joinCard img {
    width: 100%;
    aspect-ratio: 1;
    margin: 0;
    margin-bottom: 30px;
  }
  .sectionForm .container .flex-form {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
  .sectionForm .container .flex-form .form-left {
    width: 100%;
  }
  .sectionForm .container .flex-form .form-left h1 {
    font-size: 2em;
  }
  .sectionForm .container .flex-form .form-left h2 {
    font-size: 1.3em;
  }
  .sectionForm .container .flex-form .form-left .contacts {
    display: none;
  }
  .sectionForm .container .flex-form .form-right {
    width: 100%;
  }
  .sectionForm .container .flex-form .form-right .inputField input,
  .sectionForm .container .flex-form .form-right .inputField textarea {
    padding: 10px;
    font-size: 1em;
  }
  .sectionForm .container .flex-form .form-right .inputField input::-moz-placeholder, .sectionForm .container .flex-form .form-right .inputField textarea::-moz-placeholder {
    font-size: 1em;
  }
  .sectionForm .container .flex-form .form-right .inputField input::placeholder,
  .sectionForm .container .flex-form .form-right .inputField textarea::placeholder {
    font-size: 1em;
  }
  .sectionForm .flex-form .form-right .personal-form {
    margin-bottom: 30px;
  }
  .sectionForm .flex-form .form-right .personal-form .marker-text {
    font-size: 12px;
    font-weight: 400;
  }
  .sectionForm .flex-form .form-right .inputField.error::after {
    right: 10px;
    top: 8px;
    width: 24px;
    height: 24px;
  }
  .swiper.experience .member-card {
    filter: none;
  }
  .swiper.experience .member-card:hover .expInfo {
    background: #35448D;
  }
  .sectionInvites .swiper.invites {
    pointer-events: none;
  }
  .sectionInvites .btn {
    max-width: 550px;
    width: 100%;
    display: block !important;
    position: relative;
    margin: auto;
  }
  .sectionInvites .swiper.invites .swiper-wrapper {
    gap: 16px;
    width: 100% !important;
  }
  .sectionInvites .swiper.invites.fullList .swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 16px;
    width: 100% !important;
  }
  .sectionInvites .swiper.invites.fullList .swiper-wrapper .swiper-slide {
    display: block !important;
    width: calc(50% - 12px) !important;
    margin: 0 !important;
  }
  .sectionInvites .swiper.invites .swiper-slide {
    order: 0 !important;
    width: calc(50% - 12px) !important;
    margin: 0 !important;
  }
  .sectionInvites .btn.hidden {
    display: none;
  }
}
@media (max-width: 650px) {
  .sectionJoin .flex-join {
    flex-direction: column;
    align-items: center;
  }
  .sectionJoin .flex-join .joinCard {
    max-width: 300px;
  }
  .sectionInvites .swiper.invites.fullList .swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto;
    gap: 16px;
    width: 100% !important;
  }
  .sectionInvites .swiper.invites.fullList .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
  .sectionInvites .swiper.invites .swiper-slide {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  .btn {
    width: 100%;
  }
  .timer-container .timer {
    gap: 12px;
    padding: 24px 10px;
  }
  .swiper.experience .member-card img {
    height: 200px;
  }
  footer .container {
    padding: 0 16px;
  }
  footer .container .devs {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .sectionMain .video-container .mainTitle title {
    font-size: clamp(2rem, 3vw, 6rem);
  }
}
.slider-card {
  max-width: 1520px;
  width: 100%;
  background: white;
  border-radius: 28px;
  box-shadow: 0 20px 35px -8px rgba(0, 20, 45, 0.15);
  padding: 28px 20px 40px 20px;
}

.swiper {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}

.swiper {
  width: 100%;
  padding-bottom: 30px;
}

/* Стрелки внутри отступов */
.swiper-button-prev {
  left: 5px;
}

.swiper-button-next {
  right: 5px;
}

.swiper-wrapper {
  display: flex;
}

/* Карточка как на скрине */
.member-card {
  position: relative;
  border-radius: 10px;
  padding: 40px 65px;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  filter: grayscale(100%);
}
.member-card.invited {
  border: 2px solid #13B837;
  filter: none;
}
.member-card.invited::before {
  content: "Подтвержден";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 20px;
  color: #fff;
  background: #13B837;
  line-height: 1;
}
.member-card img {
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  width: 100%;
  height: 190px;
  margin-bottom: 10px;
}
.member-card span {
  display: block;
  margin: auto;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 400;
}

/* Стрелки */
.swiper-button-prev,
.swiper-button-next {
  background: #C3CBF0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #dae3ec;
  color: #35448D;
  transition: 0.15s;
  position: absolute;
  bottom: 1px;
  top: unset;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #A7B0DC;
}
.swiper-button-prev:active,
.swiper-button-next:active {
  background: #99A2D2;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background: #99A2D2;
  border: 2px solid #35448D;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 12px;
  font-weight: bold;
}

/* Пагинация */
.swiper-pagination-bullet {
  background: #b0c4de;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  background: #1e5a9c;
  opacity: 1;
}

.swiper-pagination-progressbar {
  width: 228px !important;
  background: #e0e8f0 !important;
  height: 5px !important;
  border-radius: 58px !important;
  top: unset !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 0;
}

.swiper-pagination-progressbar-fill {
  background: #1e5a9c !important;
  border-radius: 20px !important;
}/*# sourceMappingURL=style.css.map */
