@charset "UTF-8";
@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: 500;
  src: local("Montserrat-Medium"), url(../fonts/Montserrat-Medium.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: Montserrat;
  font-weight: 900;
  src: local("montserrat_black"), url(../fonts/montserrat_black.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: Play;
  font-weight: 400;
  src: local("play-regular"), url(../fonts/play-regular.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");
}
: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);
}

:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Play", sans-serif;
  --third-family: "Furore", sans-serif;
  --fon: #0a0019;
  --text: #dcdcf0;
  --pink: #f0f;
}

body {
  min-width: 320px;
  background-color: var(--fon);
  background-image: url("../img/bgleft-top.png"), url("../img/bgright-top.png"), url("../img/bgblue-left.png"), url("../img/bgcenter-target.png"), url("../img/bghackathon.png"), url("../img/bgsteps.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, left 1200px, left 1400px, right 2200px, left 5000px;
  color: var(--text);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 1 auto;
}

.container {
  max-width: 1260px;
  padding: 0 40px;
  margin: 0 auto;
}

section {
  padding: 80px 0;
}

.title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 125%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #dcdcf0;
  margin-bottom: 60px;
}

.title span {
  color: var(--pink);
}

.subtitle {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #dcdcf0;
  text-shadow: 0 0 32px #0794fb;
  margin-bottom: 40px;
}

.button {
  border-radius: 10px;
  padding: 16px 40px;
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  box-shadow: 0 0 32px rgba(240, 0, 250, 0.5), 0 0 16px rgba(0, 25, 240, 0.5);
  background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #dcdcf0;
  cursor: pointer;
}
.button:hover {
  background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
}
.button:focus, .button:active {
  background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
}

.color {
  color: var(--pink);
}

.no-wrap {
  white-space: nowrap;
}

.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;
}

.err-msg {
  font-size: 12px;
  color: var(--pink);
}

@media (max-width: 1440px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 379px) {
  .container {
    padding: 0 10px;
  }
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.header {
  padding: 30px 0;
}
.header--scroll {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 12px 0;
  background: rgba(150, 0, 255, 0.1);
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}
.header--scroll .header__logo {
  max-height: 40px;
}
.header--scroll .button {
  height: 40px;
  width: 140px;
  font-size: 18px;
  padding: 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 64px;
  flex: 1 1 auto;
  justify-content: space-between;
}
.header__burger {
  display: none;
}
.header__panel {
  transition: all 0.6s ease-in-out;
  flex: 1 1 auto;
}
.header__panel .header__burger {
  display: none;
}
.header__panel .header__button {
  display: none;
}
.header__panel .header__wrapper-logo {
  display: none;
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.header__info {
  display: none;
}
.header__link {
  color: var(--text);
}
.header__link:hover {
  color: var(--pink);
}
.header__link:focus, .header__link:active {
  color: var(--pink);
}

@media (max-width: 1030px) {
  .header__right {
    gap: 24px;
    justify-content: end;
  }
  .header__menu {
    display: none;
  }
  .header__button {
    display: none;
  }
  .header__panel .header__burger {
    display: flex;
  }
  .header__burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
    transition: all 0.6s ease-in-out;
    z-index: 9;
  }
  .header__burger::before {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 4px;
    background-color: var(--text);
  }
  .header__burger::after {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--text);
  }
  .header__burger span {
    content: "";
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: var(--text);
  }
  .header__burger:hover {
    cursor: pointer;
  }
  .header__panel {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    background: #0a0019;
    padding: 24px 20px 64px 32px;
    position: fixed;
    right: -40%;
    top: 0;
    width: 40%;
    z-index: 999;
    min-height: 689px;
    height: 100vh;
    transition: all 0.6s ease;
  }
  .header__panel_visible {
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header__panel_visible .header__burger {
    display: flex;
    z-index: 999;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header__panel_visible .header__burger::before {
    rotate: -45deg;
  }
  .header__panel_visible .header__burger::after {
    rotate: 45deg;
    margin: -7px 0 0 0;
  }
  .header__panel_visible .header__menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 32px;
    padding-top: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
  }
  .header__panel_visible .header__button {
    display: inline-block;
    margin-top: 48px;
    width: 320px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 127%;
  }
  .header__panel_visible .header__wrapper-logo {
    display: none;
  }
  .header__info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    bottom: 64px;
    width: 340px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 999;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857;
  }
  .header__icons {
    display: flex;
    gap: px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .header__panel {
    width: 63%;
    right: -63%;
  }
  .header__panel_visible {
    right: 0;
  }
}
@media (max-width: 768px) {
  .header__logo {
    z-index: 9999;
    position: relative;
  }
  .header__button {
    display: none;
  }
  .header__panel {
    text-align: center;
    width: 100%;
    right: -100%;
    padding: 16px 20px;
  }
  .header__panel_visible {
    right: 0;
  }
  .header__panel_visible .header__wrapper-logo {
    display: block;
    width: 148px;
    background: rgba(125, 93, 233, 0.08);
    border-radius: 10px;
    padding: 14px 18px;
  }
  .header__panel .header__menu {
    padding-top: 90px;
  }
  .header__panel .header__button {
    margin: 42px auto 0;
  }
}
.promo {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}
.promo__container {
  position: relative;
}
.promo__container::after {
  content: "";
  width: 1036px;
  height: 800px;
  position: absolute;
  right: -180px;
  bottom: -41px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-image: -webkit-image-set(url("../img/promo/production-bas.webp") type("image/webp"), url("../img/promo/production-bas.avif") type("image/avif"), url("../img/promo/production-bas.png"));
  background-image: image-set(url("../img/promo/production-bas.webp") type("image/webp"), url("../img/promo/production-bas.avif") type("image/avif"), url("../img/promo/production-bas.png"));
}
.promo__row {
  max-width: 609px;
  padding-bottom: 150px;
  position: relative;
  z-index: 9;
}
.promo__subtitle {
  font-family: var(--third-family);
  text-align: left;
  font-size: 42px;
  line-height: 122%;
  margin-bottom: 24px;
  text-shadow: none;
  color: var(--pink);
}
.promo__title {
  font-size: 80px;
  text-align: left;
  margin-bottom: 0px;
  color: var(--pink);
}
.promo__inf {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 122%;
  letter-spacing: 0.05em;
  color: #dcdcf0;
  text-shadow: 0 0 32px #0794fb;
  margin-bottom: 0px;
}
.promo__text {
  font-family: var(--font-family);
  font-weight: 500;
  margin-bottom: 12px;
  max-width: 400px;
}
.promo__text--bold {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  margin-bottom: 60px;
}
.promo__button {
  margin-bottom: 60px;
}
.promo__prize {
  max-width: 335px;
  border-radius: 20px;
  padding: 20px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.promo__price {
  font-family: var(--third-family);
  font-weight: 900;
  font-size: 48px;
  line-height: 125%;
}
.promo__image {
  display: none;
}

.information {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(150, 0, 255, 0.1);
  padding-top: 0;
}
.information__row {
  display: flex;
  gap: 20px;
  top: -60px;
  position: relative;
}
.information__item {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  padding: 19px 20px;
  text-align: center;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.information__icon {
  margin: 0 auto 20px;
}
.information__text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.information__text:not(:last-child) {
  margin-bottom: 24px;
}
.information__text--bold {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  margin-bottom: 12px;
  margin-top: -23px;
}
.information__bold {
  font-weight: 700;
}
.information__color {
  display: block;
}

.task {
  position: relative;
}
.task::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 64px;
  width: 347px;
  height: 358px;
  background: url("../img/bgtask.png") no-repeat 0 0/cover;
  transform: rotate(4deg);
}
.task__quote {
  display: flex;
  justify-content: center;
  gap: 32px;
  max-width: 690px;
  margin: 0 auto 40px;
}
.task__quote::before {
  content: "";
  min-width: 42px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='22' viewBox='0 0 42 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6002 0H20.0002L15.4002 22H0.200195L9.6002 0ZM31.6002 0H42.0002L37.4002 22H22.2002L31.6002 0Z' fill='%23FF00FF' /%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='22' viewBox='0 0 42 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6002 0H20.0002L15.4002 22H0.200195L9.6002 0ZM31.6002 0H42.0002L37.4002 22H22.2002L31.6002 0Z' fill='%23FF00FF' /%3E%3C/svg%3E");
  align-self: flex-end;
}
.task__quote::after {
  content: "";
  min-width: 42px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='22' viewBox='0 0 42 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6002 0H20.0002L15.4002 22H0.200195L9.6002 0ZM31.6002 0H42.0002L37.4002 22H22.2002L31.6002 0Z' fill='%23FF00FF' /%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='22' viewBox='0 0 42 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.6002 0H20.0002L15.4002 22H0.200195L9.6002 0ZM31.6002 0H42.0002L37.4002 22H22.2002L31.6002 0Z' fill='%23FF00FF' /%3E%3C/svg%3E");
}
.task__info {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
}
.task__list {
  max-width: 860px;
  margin: 0 auto;
  margin-bottom: 60px;
  border-bottom: 2px dashed rgba(220, 220, 240, 0.2);
}
.task__li {
  border-top: 2px dashed rgba(220, 220, 240, 0.2);
  padding: 11px 22px;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  color: #b4c8ff;
}
.task__target {
  border: 1px solid #9600ff;
  border-radius: 20px;
  padding: 20px 40px;
  background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.task__stack {
  max-width: 500px;
  margin: 0 auto;
}
.task__buttons {
  text-align: center;
}
.task__button {
  margin: 0 auto;
}

.target {
  text-align: center;
  margin-bottom: 60px;
}
.target__text {
  max-width: 440px;
  margin: 0 auto;
}
.target__text--bold {
  max-width: 100%;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 10px;
}

.stack {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 60px;
}
.stack__li {
  border-radius: 20px;
  padding: 8px 20px;
  font-weight: 600;
  position: relative;
}
.stack__li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #c100cf 0%, #9d00f8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.simulators__title {
  margin-bottom: 24px;
}
.simulators__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 60px;
  text-shadow: none;
}
.simulators__stack {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto 60px;
}
.simulators__li {
  font-weight: 600;
  border-radius: 20px;
  padding: 8px 20px;
  background: linear-gradient(135deg, #9600ff 0%, #0019ff 100%);
}
.simulators__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.simulators__item {
  flex: 1 1 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  text-align: center;
  border: 1px solid #9600ff;
  border-radius: 20px;
  padding: 20px 40px;
  background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.simulators__item--small {
  flex: 1 1 380px;
}

.hackathon__title {
  background: url("../img/hackathon/bgtitle.png") no-repeat center bottom;
  max-width: 500px;
  margin: 0 auto 12px;
  padding-top: 10px;
  padding-bottom: 150px;
}
.hackathon__title span {
  display: block;
}
.hackathon__row {
  display: flex;
  gap: 20px;
}
.hackathon__item {
  flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}
.hackathon__item--1::before {
  content: "";
  position: absolute;
  width: 272px;
  height: 131px;
  background: url("../img/hackathon/line-left.png") no-repeat 0 0;
  top: -131px;
  left: 190px;
}
.hackathon__text {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
}
.hackathon__item--2::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 118px;
  background: url("../img/hackathon/line-center.png") no-repeat 0 0;
  top: -96px;
  left: calc(50% - 85px);
}
.hackathon__item--3::before {
  content: "";
  position: absolute;
  width: 272px;
  height: 131px;
  background: url("../img/hackathon/line-right.png") no-repeat 0 0;
  top: -131px;
  right: 190px;
}

.prize {
  position: relative;
}
.prize::before {
  content: "";
  width: 324px;
  height: 324px;
  background: url("../img/bgprize.png") no-repeat 0 0;
  position: absolute;
  left: 82px;
  top: -130px;
}
.prize__row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
.prize__wrapper {
  flex: 1 1 580px;
  background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
  border: 1px solid #9600ff;
  border-radius: 20px;
  padding: 20px 0;
}
.prize__information {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.prize__subtitle {
  margin-bottom: 20px;
}
.prize__text--bold {
  font-size: 22px;
  font-family: var(--second-family);
  font-weight: 700px;
  margin-bottom: 20px;
  text-align: center;
}
.prize__item {
  flex: 1 1 140px;
  max-width: 140px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.prize__icon {
  margin: 0 auto;
  max-height: 116px;
}
.prize__sum {
  font-weight: 900;
  text-align: center;
  margin-top: -10px;
}
.prize__sum--1 {
  font-size: 24px;
  line-height: 133%;
}
.prize__sum--2 {
  font-size: 20px;
  line-height: 145%;
}
.prize__sum--3 {
  font-size: 16px;
  line-height: 156%;
}
.prize__buttons {
  text-align: center;
}
.prize__button {
  margin: 0 auto;
}

.more {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.more__item {
  flex: 1 1 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 140px;
  border-radius: 20px;
  padding: 10px 20px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-right: 0;
  background-repeat: no-repeat;
  background-position: right top;
}
.more__item--1 {
  background-image: url("../img/more/new/1.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.more__item--2 {
  background-image: url("../img/more/new/2.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.more__item--3 {
  background-image: url("../img/more/new/3.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.more__item--4 {
  background-image: url("../img/more/new/4.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.more__item--5 {
  background-image: url("../img/more/new/5.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.more__item--6 {
  background-image: url("../img/more/new/6.png"), linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
}
.more__num {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: var(--pink);
}
.more__text {
  max-width: 300px;
}

.will {
  position: relative;
}
.will::before {
  content: "";
  width: 409px;
  height: 399px;
  background: url("../img/bgcube.png") no-repeat 0 0/cover;
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 9;
}
.will::after {
  content: "";
  width: 324px;
  height: 324px;
  background: url("../img/pioneer-mini.png") no-repeat 0 0/cover;
  position: absolute;
  right: 110px;
  top: -130px;
}
.will__container {
  position: relative;
  z-index: 9;
}
.will__row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.will__item {
  border: 1px solid #9600ff;
  border-radius: 20px;
  padding: 20px;
  height: 116px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.will__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  max-width: 220px;
}
.will__subtitle {
  text-shadow: 0 0 32px #0794fb;
}
.will__buttons {
  text-align: center;
}
.will__button {
  margin: 0 auto;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 41px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.steps__item {
  width: 580px;
  max-width: 580px;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #9600ff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
  position: relative;
}
.steps__item::after {
  content: "";
  width: 16px;
  height: 41px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='41' viewBox='0 0 16 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.29289 40.7071C7.68342 41.0976 8.31658 41.0976 8.7071 40.7071L15.0711 34.3431C15.4616 33.9526 15.4616 33.3195 15.0711 32.9289C14.6805 32.5384 14.0474 32.5384 13.6569 32.9289L8 38.5858L2.34314 32.9289C1.95262 32.5384 1.31946 32.5384 0.928931 32.9289C0.538406 33.3195 0.538406 33.9526 0.928931 34.3431L7.29289 40.7071ZM7 -4.37114e-08L7 8.33333L9 8.33333L9 4.37114e-08L7 -4.37114e-08ZM7 11.6667L7 28.3333L9 28.3333L9 11.6667L7 11.6667ZM7 31.6667L7 40L9 40L9 31.6667L7 31.6667Z' fill='%239600FF' /%3E%3C/svg%3E");
  position: absolute;
  right: calc(50% - 8px);
  bottom: -42px;
}
.steps__item:last-child::after {
  display: none;
}
.steps__text--bold {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  margin-bottom: 10px;
}

.examination {
  display: flex;
  margin-bottom: 60px;
}
.examination__item {
  height: 142px;
  display: flex;
}
.examination__item--1 {
  width: 301px;
  z-index: 9;
  background: url("../img/examination/1.png") no-repeat right 0/100% 100%;
}
.examination__item--1 .examination__info {
  max-width: 225px;
}
.examination__item--2 {
  width: 355px;
  margin-left: -66px;
  padding-left: 50px;
  z-index: 8;
  background: url("../img/examination/2.png") no-repeat right 0;
}
.examination__item--3 {
  width: 355px;
  margin-left: -66px;
  padding-left: 50px;
  z-index: 7;
  background: url("../img/examination/3.png") no-repeat right 0;
}
.examination__item--4 {
  width: 365px;
  margin-left: -66px;
  padding-left: 50px;
  background: url("../img/examination/4.png") no-repeat right 0;
}
.examination__info {
  max-width: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 11px 0 11px 40px;
}
.examination__num {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 30px;
  line-height: 133%;
  letter-spacing: 0.05em;
  color: var(--pink);
}
.experts {
  position: relative;
}
.experts::after {
  content: "";
  width: 162px;
  height: 243px;
  background: url("../img/duga.png") no-repeat 0 0;
  position: absolute;
  right: 39px;
  bottom: 129px;
}
.experts__container {
  max-width: 1265px;
  padding: 0;
}
.experts__item {
  border-radius: 20px;
  background: #1c0c36;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 556px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 10px;
  overflow: hidden;
}
.experts__info {
  padding: 40px 0 40px 40px;
  max-width: 530px;
}
.experts__text--bold {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 133%;
  margin-bottom: 8px;
}
.experts__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.experts__li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  gap: 10px;
}
.experts__li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--pink);
  margin-top: 5px;
}
.experts__stack {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.experts__stack-li {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  padding: 8px 20px;
  position: relative;
}
.experts__stack-li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #c100cf 0%, #9d00f8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-over, source-over;
          mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.experts__subtitle {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.experts__image {
  border-radius: 0 20px 20px 0;
}
.experts__image-mob {
  display: none;
}

.my-flipster {
  padding-top: 20px;
  padding-bottom: 50px;
  z-index: 99;
}
.my-flipster .flipster__item {
  perspective: 1200px;
  opacity: 1;
}
.my-flipster .flipster__nav {
  left: 50%;
  bottom: -68px;
  position: absolute;
  transform: translate(-50%);
  z-index: 9;
}
.my-flipster .flipster__nav__link {
  border-radius: 50%;
  font-size: 0;
  height: 10px;
  width: 10px;
}
.my-flipster .flipster__nav__link::after {
  background: #381d5f;
  border-radius: 50%;
  height: 10px;
  left: 0;
  top: 0;
  transform: translate(0);
  width: 10px;
}
.my-flipster .flipster__nav__item--current > .flipster__nav__link::after,
.my-flipster .flipster__nav__link:focus::after,
.my-flipster .flipster__nav__link:hover::after {
  background: var(--pink);
  transform: translate(0);
}
.my-flipster .flipster__button {
  bottom: 0;
  height: 30px;
  margin: 0;
  top: inherit;
  width: 30px;
}
.my-flipster .flipster__button svg {
  display: none;
}
.my-flipster .flipster__button--prev {
  background-image: url(../img/left.svg);
  left: 50%;
  transform: translate(-100px);
}
.my-flipster .flipster__button--next {
  background-image: url(../img/right.svg);
  right: 50%;
  transform: translate(100px);
}

@media (max-width: 1420px) {
  .experts::after {
    display: none;
  }
}
.participation__row {
  display: flex;
  gap: 20px;
  margin-bottom: 60px;
}
.participation__slider {
  display: none;
}
.participation__item {
  flex: 1 1 220px;
  position: relative;
}
.participation__item::before {
  position: absolute;
  left: -70px;
  top: 17px;
  content: "";
  width: 120px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(135deg, #9600ff 0%, #0019ff 100%);
}
.participation__item:first-child::before {
  width: 50px;
  left: 2px;
}
.participation__item:last-child::after {
  position: absolute;
  right: 0px;
  top: 17px;
  content: "";
  width: 50px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(135deg, #9600ff 0%, #0019ff 100%);
}
.participation__step {
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 0;
  width: 96px;
  height: 40px;
  background: linear-gradient(135deg, #9600ff 0%, #0019ff 100%);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  margin: 0 auto 24px;
}
.participation__text {
  text-align: center;
}
.participation__text--bold {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  margin-bottom: 12px;
}
.participation__buttons {
  text-align: center;
}
.participation__button {
  margin: 0 auto;
}

.happens {
  background: url("../img/bgphotos.png") no-repeat center center;
}
.happens__row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 48px 0;
}
.happens__item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.happens__item--1 {
  align-items: end;
}
.happens__item--4 {
  align-items: start;
}
.happens__images {
  border-radius: 16px;
  box-shadow: 0 0 8px 0 #0019f0;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  position: relative;
}
.happens__images::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 16px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #c100cf 0%, #9d00f8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-over, source-over;
          mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.happens__image {
  border-radius: 16px;
}
.partners {
  position: relative;
}
.partners::before {
  content: "";
  width: 200px;
  height: 200px;
  background: url("../img/krug.png") no-repeat 0 0;
  position: absolute;
  left: 72px;
  bottom: -130px;
}
.partners__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}
.partners__item {
  flex: 1 1 580px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  border-radius: 20px;
  padding: 20px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.partners__item--nobg {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  flex-direction: row;
  align-items: inherit;
}
.partners__item--small {
  flex: 1 1 234px;
}
.partners__item--big {
  flex: 1 1 314px;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  padding: 17px 20px 17px 6px;
}
.partners__subtitle {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 22px;
  line-height: 127%;
  margin-bottom: 24px;
}
.partners__inf {
  display: flex;
  align-items: center;
  gap: 20px;
}
.partners__text {
  font-size: 16px;
  line-height: 150%;
}
.partners__text:not(:last-child) {
  margin-bottom: 10px;
}
.partners__text--center {
  text-align: center;
  margin-bottom: 12px;
}
.partners__text--bold {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.subscribe {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(150, 0, 255, 0.1);
  position: relative;
  z-index: 9;
}
.subscribe__text {
  max-width: 780px;
  text-align: center;
  margin: 0 auto 40px;
}
.subscribe__links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.subscribe__link {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  border-radius: 10px;
  padding: 16px 24px;
  width: 213px;
  height: 64px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  box-shadow: 0 0 4px #f000fa, 0 0 8px #0019f0;
  position: relative;
}
.subscribe__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(90deg, #c100cf 0%, #9d00f8 100%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: source-over, source-over;
          mask-composite: add, add;
  mask-composite: add, add;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.subscribe__link:hover::after {
  background: linear-gradient(90deg, #9d00f8 0%, #c100cf 100%) border-box;
}
.subscribe__link--tg::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='white' /%3E%3Crect width='32' height='32' rx='16' fill='url(%23paint0_linear_2001_1698)' /%3E%3Cpath d='M22.4002 10.0814L19.9959 22.6334C19.9959 22.6334 19.6594 23.5037 18.7353 23.0863L13.1879 18.6817L13.1621 18.6687C13.9115 17.9719 19.7221 12.5617 19.9761 12.3165C20.3692 11.9367 20.1251 11.7106 19.6687 11.9975L11.0856 17.642L7.77431 16.4882C7.77431 16.4882 7.2532 16.2963 7.20307 15.8789C7.15228 15.4608 7.79146 15.2347 7.79146 15.2347L21.2907 9.75077C21.2907 9.75077 22.4002 9.24595 22.4002 10.0814Z' fill='white' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2001_1698' x1='0' y1='0' x2='32' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C800C8' /%3E%3Cstop offset='1' stop-color='%239600FF' /%3E%3Cstop offset='1' stop-color='%239600FF' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.subscribe__link--vk::before {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' rx='16' fill='white' /%3E%3Crect width='32' height='32' rx='16' fill='url(%23paint0_linear_2001_1705)' /%3E%3Cpath d='M16.7862 21.6004C10.773 21.6004 7.34311 17.3962 7.2002 10.4004H10.2123C10.3113 15.5351 12.5319 17.7101 14.2908 18.1585V10.4004H17.127V14.8288C18.8639 14.6382 20.6888 12.6202 21.3044 10.4004H24.1406C23.9086 11.5517 23.4462 12.6417 22.7823 13.6024C22.1183 14.5631 21.2672 15.3737 20.282 15.9836C21.3817 16.5408 22.353 17.3296 23.1318 18.2978C23.9106 19.266 24.4793 20.3916 24.8002 21.6004H21.6781C21.39 20.5505 20.8045 19.6106 19.9949 18.8987C19.1853 18.1867 18.1877 17.7342 17.127 17.598V21.6004H16.7862Z' fill='white' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2001_1705' x1='0' y1='0' x2='32' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C800C8' /%3E%3Cstop offset='1' stop-color='%239600FF' /%3E%3Cstop offset='1' stop-color='%239600FF' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.questions {
  position: relative;
}
.questions::after {
  content: "";
  width: 340px;
  height: 402px;
  background: url("../img/bgblue-right.png") no-repeat 0 0/cover;
  position: absolute;
  right: 0;
  top: -100px;
}
.questions__container {
  position: relative;
  z-index: 9;
}
.questions__row {
  display: flex;
  gap: 12px;
}
.questions__menu {
  flex: 1 1 584px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.questions__menu li {
  border-radius: 10px;
  padding: 14px 120px 14px 20px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: linear-gradient(114.77deg, rgba(255, 255, 255, 0.1) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.questions__menu li.tab_active {
  background: linear-gradient(0deg, rgba(255, 0, 245, 0.2), rgba(255, 0, 245, 0.2)), linear-gradient(114.77deg, rgba(255, 255, 255, 0.3) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
}
.questions__menu li:hover {
  background: linear-gradient(0deg, rgba(255, 0, 245, 0.2), rgba(255, 0, 245, 0.2)), linear-gradient(114.77deg, rgba(255, 255, 255, 0.3) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
}
.questions__wrapper {
  flex: 1 1 584px;
  display: flex;
  padding: 28px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: linear-gradient(114.77deg, rgba(255, 255, 255, 0.1) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 133%;
  border-radius: 10px;
}
.questions__image {
  max-width: 320px;
}
.questions .list-product-nav {
  display: none;
}

.tab_active {
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
}
.tab_content {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.tab_content.visible {
  width: 100%;
}
.tab_content p {
  width: 100%;
}
.tab_content ul {
  width: 100%;
  padding-left: 20px;
}
.tab_content ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.tab_content ul li:last-child {
  margin-bottom: 0;
}

.visible {
  display: flex;
}

.footer {
  padding: 80px 0;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  background: rgba(150, 0, 255, 0.1);
}
.footer__container {
  display: flex;
  gap: 20px;
}
.footer__item {
  flex: 1 1 380px;
}
.footer__logo {
  margin-bottom: 32px;
}
.footer__info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
}
.footer__info:not(:last-child) {
  margin-bottom: 10px;
}
.footer__social {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #dcdcf0;
}
.footer__social:hover {
  color: #9600ff;
}
.footer__color {
  color: #9600ff;
}
.footer__color:hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.footer__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  margin-bottom: 10px;
}
.footer__list {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer__link:hover {
  color: #9600ff;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 40, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9;
}

.overlay.visible {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
}
.modal.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.modal__block {
  display: flex;
  max-width: 500px;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 25px;
  background: #280046;
  cursor: default;
  position: relative;
}
.modal__container {
  padding: 40px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal-success {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.5s ease;
  background-color: rgba(19, 23, 64, 0.3);
}
.modal-success.visible {
  opacity: 999;
  visibility: visible;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.modal-success__container {
  display: flex;
  max-width: 800px;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 25px;
  background-color: rgb(31, 38, 98);
  cursor: default;
  position: relative;
}
.modal-success__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
  line-height: 1.375;
  position: relative;
  padding: 32px 24px 48px 24px;
  text-align: center;
}
.modal-success__body b {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33333;
}
.modal-success__body img {
  max-width: 120px;
  margin: 0 auto 20px;
}
.modal-success .modal__close {
  position: absolute;
  top: -40px;
  right: 0px;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(196, 196, 196, 0.01);
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

@media (max-width: 768px) {
  .modal__block {
    max-width: 340px;
  }
  .modal__container {
    padding: 24px;
  }
  .modal-success__container {
    max-width: 340px;
  }
  .modal-success__body {
    font-size: 14px;
    line-height: 1.42857;
  }
  .modal-success__body b {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 600px) {
  .modal__block {
    max-width: 340px;
  }
}
.modal-s {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 40, 0.6);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-s.visible {
  visibility: inherit;
  opacity: 1;
}
.modal-s__container {
  max-width: 375px;
  border-radius: 20px;
  padding: 20px;
  background: #280046;
}
.modal-s__body p {
  margin-bottom: 32px;
}
.modal-s__body .subscribe__link {
  width: 100%;
}

.auth__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  margin-bottom: 32px;
  max-width: 360px;
}
.auth__item {
  margin-bottom: 10px;
  position: relative;
}
.auth__input {
  width: 100%;
  border-radius: 10px;
  padding: 8px 20px;
  height: 60px;
  background: rgba(180, 200, 255, 0.2);
  border: 1px solid transparent;
  border: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #dcdcf0;
}
.auth__input:focus, .auth__input:valid {
  padding-top: 24px;
}
.auth__input:focus + .auth__label, .auth__input:valid + .auth__label {
  top: 8px;
  left: 20px;
  font-size: 12px;
  line-height: 133%;
  color: rgba(220, 220, 240, 0.4);
}
.auth__input--error {
  border: 1px solid var(--pink);
}
.auth__input--error + .auth__label {
  top: 8px;
  left: 20px;
  font-size: 12px;
  line-height: 133%;
  color: rgba(220, 220, 240, 0.4);
}
.auth__label {
  display: block;
  position: absolute;
  top: 18px;
  left: 20px;
  transition: 0.3s;
  pointer-events: none;
  color: rgba(220, 220, 240, 0.4);
}
.auth__buttons {
  padding: 32px 0;
}
.auth__button {
  width: 100%;
  border-radius: 10px;
  padding: 16px 40px;
  -webkit-backdrop-filter: blur(64px);
          backdrop-filter: blur(64px);
  box-shadow: 0 0 32px 0 rgba(240, 0, 250, 0.5), 0 0 16px 0 rgba(0, 25, 240, 0.5);
  background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  color: #dcdcf0;
}
.auth__button:hover {
  box-shadow: 0 0 32px 0 rgba(0, 25, 240, 0.5), 0 0 16px 0 rgba(240, 0, 250, 0.5);
  background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
}
.auth__item--checkbox label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #dcdcf0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.auth__item--checkbox label::before {
  content: "";
  min-width: 24px;
  height: 24px;
  display: block;
  background: url("../img/checkbox.png") no-repeat 0 0;
  border: 0;
}
.auth__checkbox {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.auth__checkbox:checked + label::before {
  background: url("../img/checkbox-checked.png") no-repeat 0 0;
}

.map__image {
  margin-bottom: 60px;
}
.map__image--mobily {
  display: none;
}
.map__buttons {
  width: 272px;
  height: 92px;
  background: url("../img/map/but.png") no-repeat center center;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.map__btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 22px;
  line-height: 127%;
  text-align: center;
  align-items: center;
  border-radius: 10px;
  padding: 16px 24px;
  width: 240px;
  height: 60px;
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
}
.map__btn:hover {
  box-shadow: 0 0 16px 0 #f000fa, 0 0 8px 0 #0019f0;
}

@media (max-width: 1520px) {
  body {
    background-color: var(--fon);
    background-image: url("../img/bgleft-top.png"), url("../img/bgright-top.png"), url("../img/bgblue-left.png"), url("../img/bgcenter-target.png"), url("../img/bghackathon.png"), url("../img/bgsteps.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, right top, left 1200px, left 1400px, right 2200px, center 5000px;
    background-size: 600px auto, 1000px auto, 200px auto, 1000px auto, 1900px auto, 1900px auto;
  }
  .task::after {
    width: 250px;
    height: 258px;
  }
  .prize::before {
    left: 41px;
    top: -65px;
    width: 224px;
    height: 224px;
    background-size: cover;
  }
  .will::before {
    content: "";
    width: 309px;
    height: 301px;
  }
  .questions::after {
    content: "";
    width: 240px;
    height: 284px;
    background-size: cover;
  }
}
@media (max-width: 1219px) {
  .container {
    max-width: 100%;
  }
  .task::after {
    right: 0;
  }
  .simulators__item {
    padding: 20px;
    flex: 1 1 47%;
  }
  .simulators__item--small {
    flex: 1 1 31%;
  }
  .more__item {
    flex: 1 1 47%;
    gap: 20px;
    background-size: auto 100%;
  }
  .more__text {
    max-width: 200px;
  }
  .prize::before {
    width: 224px;
    height: 224px;
    background-size: cover;
    left: 0;
    top: -62px;
  }
  .will::before {
    display: none;
  }
  .will::after {
    right: 0;
  }
  .questions::after {
    width: 200px;
    height: 236px;
  }
}
@media (max-width: 1120px) {
  .promo__container::after {
    width: 800px;
    height: 618px;
    background-size: cover;
    right: -60px;
  }
  .task::after {
    display: none;
  }
  .hackathon__item--1::before {
    width: 249px;
    height: 120px;
    background-size: cover;
    top: -119px;
    left: 172px;
  }
  .hackathon__item--3::before {
    width: 249px;
    height: 120px;
    background-size: cover;
    top: -119px;
    right: 172px;
  }
  .prize::before {
    display: none;
  }
  .will::after {
    display: none;
  }
  .partners::before {
    display: none;
  }
  .questions::after {
    display: none;
  }
  .experts__item {
    height: 480px;
  }
  .experts__info {
    max-width: 450px;
    padding: 20px 10px 20px 20px;
  }
  .experts__subtitle {
    font-size: 20px;
    line-height: 140%;
  }
  .experts__text {
    margin-bottom: 8px;
  }
  .experts__text--bold {
    font-size: 14px;
    line-height: 143%;
  }
  .experts__li {
    font-size: 14px;
    line-height: 143%;
  }
  .experts__stack-li {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    padding: 8px 10px;
  }
  .experts .flipster__item img {
    max-width: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1030px) {
  .examination__info {
    padding-left: 24px;
    padding-right: 24px;
  }
  .examination__text {
    font-size: 14px;
    line-height: 143%;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 14px;
    line-height: 143%;
  }
  section {
    padding: 40px 0;
  }
  .title {
    font-size: 24px;
    line-height: 117%;
    margin-bottom: 12px;
  }
  .subtitle {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  .header__logo {
    max-height: 30px;
  }
  .promo {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .promo__container::after {
    display: none;
  }
  .promo__image {
    display: block;
  }
  .promo__row {
    max-width: 100%;
    padding-bottom: 0;
  }
  .promo__inf {
    font-size: 14px;
    line-height: 157%;
  }
  .promo__title {
    font-size: 48px;
    line-height: 117%;
  }
  .promo__subtitle {
    font-size: 24px;
  }
  .promo__text {
    font-size: 14px;
    line-height: 143%;
  }
  .promo__text--bold {
    font-size: 18px;
    line-height: 133%;
  }
  .promo__prize {
    max-width: 192px;
    padding: 20px;
  }
  .promo__price {
    font-size: 24px;
    line-height: 133%;
  }
  .information {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .information__row {
    top: 0;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .information__item {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    text-align: left;
    gap: 20px;
  }
  .information__icon {
    margin: 0;
  }
  .information__info {
    flex: 1 1 auto;
  }
  .information__info .information__text {
    text-align: left;
  }
  .information__info .information__text:not(:last-child) {
    margin-bottom: 12px;
  }
  .information__text {
    font-size: 14px;
    line-height: 143%;
  }
  .information__text:not(:last-child) {
    margin-bottom: 20px;
  }
  .information__text--bold {
    font-size: 18px;
    line-height: 133%;
    margin-top: 0;
  }
  .task__info {
    font-size: 18px;
    line-height: 133%;
  }
  .task__quote {
    gap: 0;
  }
  .task__quote::before {
    min-width: 21px;
    height: 11px;
    background-size: cover;
    align-self: flex-start;
  }
  .task__quote::after {
    min-width: 21px;
    height: 11px;
    background-size: cover;
    align-self: flex-end;
  }
  .task__list {
    margin-bottom: 30px;
  }
  .task__li {
    font-size: 18px;
    line-height: 133%;
    padding: 11px 12px;
  }
  .task__target {
    padding: 20px;
  }
  .target {
    margin-bottom: 30px;
  }
  .target__text {
    font-size: 14px;
    line-height: 143%;
  }
  .target__text--bold {
    font-size: 22px;
  }
  .stack {
    margin-bottom: 30px;
  }
  .stack__li {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
  }
  .simulators__subtitle {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .simulators__stack {
    margin-bottom: 30px;
    max-width: 500px;
  }
  .simulators__li {
    font-weight: 500;
  }
  .simulators__row {
    gap: 12px;
  }
  .simulators__item {
    font-size: 16px;
    line-height: 150%;
    min-height: 88px;
  }
  .hackathon {
    padding-top: 0;
  }
  .hackathon__title {
    background-size: 360px auto;
    padding-top: 100px;
    background-position: center top;
    padding-bottom: 160px;
  }
  .hackathon__row {
    justify-content: center;
  }
  .hackathon__item {
    flex: 1 1 93px;
    max-width: 93px;
  }
  .hackathon__item--1::before {
    width: 65px;
    height: 122px;
    background-size: cover;
    top: -119px;
    left: 46px;
    background: url("../img/hackathon/line-left-mob.png") no-repeat 0 0;
  }
  .hackathon__item--2::before {
    width: 70px;
    height: 119px;
    background-size: cover;
    top: -115px;
    left: 10px;
    background: url("../img/hackathon/line-center-mob.png") no-repeat 0 0;
  }
  .hackathon__item--3::before {
    width: 65px;
    height: 122px;
    background-size: cover;
    top: -119px;
    right: 46px;
    background: url("../img/hackathon/line-right-mob.png") no-repeat 0 0;
  }
  .hackathon__image {
    max-width: 100px;
  }
  .hackathon__text {
    font-size: 12px;
    line-height: 133%;
  }
  .prize__row {
    flex-direction: column;
    align-items: center;
  }
  .prize__wrapper {
    flex: 1 1 auto;
    padding: 20px;
  }
  .prize__item {
    background: none;
    border: 0;
    height: 97px;
    max-width: 96px;
    padding: 0;
    justify-content: flex-end;
  }
  .prize__item--1 .prize__sum {
    margin-top: -10px;
  }
  .prize__sum {
    margin-top: -20px;
  }
  .prize__sum--1 {
    font-size: 16px;
    line-height: 150%;
  }
  .prize__sum--2 {
    font-size: 14px;
    line-height: 157%;
  }
  .prize__sum--3 {
    font-size: 12px;
    line-height: inherit;
  }
  .prize__text--bold {
    font-size: 18px;
  }
  .will__title {
    margin-bottom: 30px;
  }
  .will__text {
    display: none;
  }
  .will__row {
    align-items: stretch;
    margin-bottom: 30px;
  }
  .will__item {
    width: 150px;
    max-height: 150px;
    gap: 0;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: center;
    background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
  }
  .will__item .will__text {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 130%;
  }
  .steps {
    gap: 20px;
    margin-bottom: 30px;
  }
  .steps__item {
    padding: 12px;
  }
  .steps__item::after {
    height: 21px;
    background-position: center bottom;
    bottom: -21px;
  }
  .steps__text--bold {
    font-size: 18px;
    line-height: 133%;
  }
  .examination {
    margin-right: -20px;
  }
  .examination .slick-slide[data-slick-index="0"] {
    position: relative;
    z-index: 999;
  }
  .examination .slick-slide[data-slick-index="1"] {
    position: relative;
    z-index: 998;
    margin-left: 10px;
  }
  .examination .slick-slide[data-slick-index="2"] {
    position: relative;
    z-index: 997;
    margin-left: -60px;
  }
  .examination .slick-slide[data-slick-index="3"] {
    position: relative;
    z-index: 996;
    margin-left: -60px;
  }
  .examination__item {
    display: flex !important;
    padding-right: 20px;
  }
  .examination__info {
    padding-left: 20px;
  }
  .partners__row {
    flex-direction: column;
  }
  .partners__item {
    flex: 1 1 auto;
  }
  .partners__inf {
    margin: 0;
  }
  .partners__subtitle {
    margin-bottom: 16px;
  }
  .partners__text--bold {
    font-weight: 500;
    font-size: 14px;
  }
  .questions__menu li {
    padding: 12px;
  }
  .questions__icon {
    max-width: 64px;
  }
  .questions__wrapper {
    font-size: 18px;
    line-height: 133%;
  }
  .questions__image {
    max-width: 160px;
  }
  .happens {
    background: none;
  }
  .happens__row {
    display: block;
    padding: 0;
  }
  .happens__row .slick-next::before,
  .happens__row .slick-prev::before {
    font-size: 0;
  }
  .happens__row .slick-dots {
    bottom: -40px;
  }
  .happens__row .slick-dots li button::before {
    font-size: 15px;
    color: #381d5f;
    opacity: 1;
  }
  .happens__row .slick-dots li.slick-active button::before {
    color: var(--pink);
  }
  .happens__item {
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .happens__item--1 {
    align-items: center;
  }
  .experts__slide .my-flipster .flipster__nav {
    bottom: -51px;
  }
}
@media (max-width: 768px) {
  body {
    background-color: var(--fon);
    background-image: url("../img/bgleft-top.png"), url("../img/bgright-top.png"), url("../img/bgcenter-target.png"), url("../img/bghackathon.png");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeatt;
    background-position: left top, right top, left 1400px, right 2200px;
    background-size: 600px auto, 1000px auto, 200px auto, 1000px auto, 1900px auto;
  }
  .simulators__row {
    justify-content: center;
  }
  .simulators__item {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .prize__row {
    justify-content: space-between;
  }
  .more {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .more__item {
    flex: 1 1 auto;
    min-height: auto;
    -webkit-backdrop-filter: blur(64px);
            backdrop-filter: blur(64px);
    background: linear-gradient(315deg, rgba(160, 100, 255, 0.2) 0%, rgba(10, 0, 25, 0.2) 100%);
    border: 1px solid rgba(255, 255, 255, 0.05);
  }
  .more__text {
    max-width: 100%;
  }
  .steps__item {
    max-width: 100%;
  }
  .examination {
    margin-bottom: 30px;
  }
  .examination__item {
    max-width: 301px;
    background: url("../img/examination/1.png") no-repeat right 0/100% 100%;
  }
  .participation {
    overflow: hidden;
  }
  .participation__row {
    display: none;
  }
  .participation__title {
    margin-bottom: 30px;
  }
  .participation__item:first-child::before {
    width: calc(50% - 60px);
  }
  .participation__item:last-child::after {
    width: calc(50% - 60px);
  }
  .participation__slider {
    display: block;
    margin-bottom: 30px;
  }
  .participation__slider .slick-track {
    display: flex;
  }
  .participation__slider .slick-slide .participation__step {
    width: 24px;
    height: 24px;
    font-size: 0;
    margin-top: 8px;
  }
  .participation__slider .slick-slide.slick-current .participation__step {
    width: 96px;
    height: 40px;
    font-size: 18px;
    margin-top: 0;
  }
  .participation__slider .slick-slide[data-slick-index="0"] .participation__item:first-child::before {
    display: none;
  }
  .participation__slider .slick-slide[data-slick-index="4"] .participation__item:first-child::after {
    display: none;
  }
  .participation__slider .slick-prev,
  .participation__slider .slick-next {
    width: 10%;
    height: 100%;
  }
  .participation__slider .slick-prev::before,
  .participation__slider .slick-next::before {
    background: linear-gradient(135deg, #9600ff 0%, #0019ff 100%);
    border: 10px solid var(--fon);
    font-size: 0;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: -4px;
  }
  .participation__slider .slick-prev.slick-disabled,
  .participation__slider .slick-next.slick-disabled {
    opacity: 0;
  }
  .participation__slider .slick-prev {
    left: 0;
    z-index: 9;
  }
  .participation__slider .slick-next {
    right: 0;
    z-index: 9;
  }
  .participation__slider .slick-next::before {
    right: 0;
  }
  .questions__row {
    flex-direction: column;
    display: none;
  }
  .questions .list-product-nav {
    display: block;
  }
  .questions .list-product-nav a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
  }
  .questions .list-product-nav a:hover, .questions .list-product-nav a:active {
    text-decoration: none;
  }
  .questions .list-product-nav > li {
    min-height: 76px;
  }
  .questions .list-product-nav > li:last-child {
    margin-bottom: 0;
  }
  .questions .list-product-nav > li a.list-product-cat {
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 10px;
    padding: 12px;
    -webkit-backdrop-filter: blur(64px);
            backdrop-filter: blur(64px);
    background: linear-gradient(168deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), rgba(39, 0, 78, 0.2);
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .questions .list-product-nav > li.active a.list-product-cat {
    background: linear-gradient(0deg, rgba(255, 0, 245, 0.2), rgba(255, 0, 245, 0.2)), linear-gradient(114.77deg, rgba(255, 255, 255, 0.3) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
  }
  .questions .list-product-nav > li .list-product-subnav {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    -webkit-backdrop-filter: blur(64px);
            backdrop-filter: blur(64px);
    background: linear-gradient(114.77deg, rgba(255, 255, 255, 0.1) 19.73%, rgba(255, 255, 255, 0) 65.79%), rgba(39, 0, 78, 0.2);
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 133%;
    flex-direction: column;
    gap: 20px;
    display: none;
  }
  .questions .list-product-nav > li .list-product-subnav .questions__image {
    align-self: flex-end;
    margin-left: auto;
  }
  .questions .list-product-nav > li .list-product-subnav p {
    padding: 0px 0 0 0;
  }
  .questions .list-product-nav > li .list-product-subnav ul {
    margin-left: 20px;
  }
  .questions .list-product-nav > li .list-product-subnav ul li {
    list-style: disc;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__item {
    flex: 1 1 auto;
    gap: 20px;
  }
  .footer__logo {
    max-height: 30px;
  }
  .footer__li {
    font-size: 16px;
    line-height: 150%;
  }
  .experts__container {
    max-width: 550px;
  }
  .experts__item {
    height: 661px;
  }
  .experts__info {
    padding: 20px;
  }
  .experts__image {
    display: none;
  }
  .experts__image-mob {
    display: block;
    height: 158px;
    margin: 0 auto 20px;
    border-radius: 12px;
  }
  .map__title {
    margin-bottom: 30px;
  }
  .map__image {
    display: none;
  }
  .map__image--mobily {
    display: block;
    margin: 0 auto 30px;
  }
}
@media (max-width: 550px) {
  .partners__item--nobg {
    flex-direction: column;
  }
  .partners__item--small {
    justify-content: center;
    align-items: center;
  }
  .partners__item--big {
    align-items: center;
    justify-content: center;
  }
  .partners__subtitle {
    font-size: 18px;
    line-height: 133%;
    margin-bottom: 0;
  }
  .partners__inf {
    gap: 12px;
  }
  .partners__text--bold {
    font-size: 13px;
    line-height: 130%;
  }
}
@media (max-width: 500px) {
  .button {
    max-width: 100%;
    width: 100%;
  }
  .promo__button {
    max-width: 260px;
    margin-bottom: 30px;
  }
  .promo__title {
    font-size: 40px;
    line-height: 117%;
  }
  .promo__subtitle {
    font-size: 20px;
  }
  .promo__text--bold {
    margin-bottom: 30px;
  }
  .subscribe .title span {
    display: block;
  }
  .subscribe__links {
    flex-direction: column;
  }
  .subscribe__link {
    width: 100%;
  }
  .participation__slider .slick-prev,
  .participation__slider .slick-next {
    width: 10%;
  }
  .experts__container {
    max-width: 428px;
  }
  .experts__item {
    height: 710px;
  }
  .experts__info {
    max-width: 350px;
  }
  .experts__list {
    margin-bottom: 16px;
  }
}
@media (max-width: 450px) {
  .examination {
    margin-right: -20px;
  }
  .examination .slick-slide[data-slick-index="0"] {
    position: relative;
    z-index: 999;
  }
  .examination .slick-slide[data-slick-index="1"] {
    position: relative;
    z-index: 998;
    margin-left: 0px;
  }
  .examination .slick-slide[data-slick-index="2"] {
    position: relative;
    z-index: 997;
    margin-left: 0px;
  }
  .examination .slick-slide[data-slick-index="3"] {
    position: relative;
    z-index: 996;
    margin-left: 0px;
  }
  .examination__item {
    max-width: 100%;
    margin-left: 0;
    padding-left: 30px;
    background: url("../img/examination/2.png") no-repeat right 0/100% 100%;
  }
  .examination__info {
    max-width: 100% !important;
  }
  .modal-s__container {
    max-width: 96%;
  }
  .map__buttons {
    width: 100%;
    background: url("../img/map/but-mob.png") no-repeat center center;
  }
  .map__btn {
    width: 100%;
    max-width: 320px;
    font-size: 18px;
    line-height: 122%;
  }
}