@font-face {
  font-family: "Actay-Regular";
  src: local("Actay-Regular"), local("Actay-Regular"), url("../fonts/Actay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Actay-Regular";
  src: local("Actay-Regular Thin"), local("Actay-Regular-Thin"), url("../fonts/ActayCondensed-Thin.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Actay-Regular";
  src: local("ActayWide-Bold"), local("ActayWide-Bold"), url("../fonts/ActayWide-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #171420;
  color: #fff;
  line-height: 1.6;
  font-family: "Actay-Regular", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
}

.body {
  overflow: hidden;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
}

::-webkit-scrollbar {
  width: 4px;
  background-color: #171420;
}

input,
textarea {
  font-family: "Montserrat", sans-serif;
}

input::placeholder,
textarea::placeholder {
  font-family: "Montserrat", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

button {
  cursor: pointer;
}

a {
  transition: all 0.5s ease;
  text-decoration: none;
}

.content {
  position: relative;
  z-index: 2;
}

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

.grecaptcha-badge {
  display: none !important;
}

.title {
  font-weight: 400;
  font-size: 96px;
  line-height: 110%;
  max-width: 667px;
  width: 100%;
}

.btn {
  padding: 16px 29px;
  border-radius: 7px;
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  min-width: 207px;
  border: none;
  width: fit-content;
}

.btn svg {
  margin-left: 15px;
}

.btn--primary {
  background: rgba(114, 31, 239, 0.2);
  color: #A162FF;
}

.btn--secondary {
  background-color: #551E5D;
  color: #FF00EE;
}

.toggle-menu {
  z-index: 999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}

.toggle-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-btn {
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  border-radius: 30px;
  background-color: #fff;
}

.menu-btn span::after {
  width: 20px;
}

.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  transition: 0.2s;
}

.menu-btn span::before {
  transform: translateY(-5px);
}

.menu-btn span::after {
  transform: translateY(5px);
}

.menu-btn_active span:before {
  transform: rotate(-45deg);
}

.menu-btn_active span {
  height: 0;
}

.menu-btn_active span:after {
  transform: rotate(45deg);
  width: 20px;
}

.login {
  padding: 80px 0;
  font-size: 26px;
  margin-bottom: 40px;
  text-align: center;
}

.login label {
  font-size: 16px;
  width: 100%;
}

.login form {
  padding: 90px;
  border: 2px solid #eaedff;
  max-width: 700px;
  margin: 0 auto;
}

.login p {
  text-align: center;
}

.login input[type=text],
.login input[type=password],
.login input[type=email] {
  width: 100%;
  height: 60px;
  border: 2px solid #eaedff;
  color: #6f7172;
  padding: 0 20px;
  margin-bottom: 20px;
  outline: none;
}

.login button {
  width: 100%;
  margin-top: 40px;
}

.login .helptext {
  font-size: 12px;
}

.login ul {
  font-size: 12px;
  text-align: start;
}

.error {
  width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 250px);
}

.header {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 0;
  z-index: 99;
}

.header__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header__col {
  width: 100%;
}

.header__col:nth-child(2) {
  max-width: 145px;
  height: 91px;
  margin: 0 110px;
}

.header__top {
  margin-bottom: 35px;
}

.header__top--right {
  text-align: end;
}

.header__top--right a {
  color: var(--color-primary);
}

.header__top-link {
  color: #fff;
}

.header__top-link span {
  font-weight: 700;
  color: var(--color-primary);
}

.header__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header__link {
  color: #fff;
}

.header__mobile {
  display: none;
}

.header__mobile-link {
  height: 33px;
}

.start {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.start__inner {
  position: relative;
  width: 100%;
}

.start__row {
  position: relative;
  width: 100%;
  max-width: 470px;
  z-index: 1;
}

.start__title {
  font-size: 96px;
  line-height: 96.8%;
  font-weight: 400;
  margin-bottom: 60px;
}

.start__wrap a + a {
  margin-left: 10px;
}

.start__circle {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
}

.start__circle--first {
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.start__circle--second {
  background: #731FF0;
  right: -60%;
  z-index: 3;
  top: 50%;
  filter: blur(250px);
}

.start__promo-mobile {
  display: none;
}

.start__promo {
  position: relative;
  color: #fff;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 16, 66, 0.6);
  border: 1px solid #3E2268;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  z-index: 4;
}

.start__promo::before {
  position: absolute;
  z-index: 3;
  background: #731FF0;
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
  filter: blur(250px);
}

.start__promo svg {
  margin-left: 15px;
}

.start__girl {
  position: absolute;
  top: -250px;
  right: -20px;
  z-index: 0;
  height: auto;
}

.banner__inner {
  background: #1D0B39;
  border: 1px solid #46217D;
  backdrop-filter: blur(7px);
  height: 258px;
  border-radius: 10px;
  padding: 45px;
  position: relative;
  overflow: hidden;
}

.banner__row {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 457px;
}

.banner__text {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 30px;
}

.banner__color {
  font-size: 20px;
  line-height: 140%;
  color: #FF00EE;
}

.banner__img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.list {
  padding: 125px 0;
}

.list__inner {
  position: relative;
}

.list__item {
  font-weight: 400;
  font-size: 96px;
  line-height: 119px;
  padding-bottom: 40px;
  color: #FFFFFF;
  display: block;
  border-bottom: 0.7px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
  position: relative;
}

.list__item--active {
  color: #FF00EE;
}

.list__item--open {
  cursor: pointer;
}

.list__item-drop {
  padding: 20px;
  margin-bottom: 40px;
  display: none;
}

.list__item-drop--active {
  display: block;
}

.list__img {
  position: absolute;
  right: 0;
  top: 150px;
  transform: translateY(-50%);
}

.menu {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}

.menu__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu__item {
  width: 100%;
  max-width: 515px;
  margin-bottom: 36px;
}

.menu__title {
  font-size: 20px;
  line-height: 140%;
}

.menu__text {
  font-size: 17px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.4;
}

.menu__circle {
  background: #D54BCC;
  filter: blur(250px);
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: -350px;
  transform: translateY(-50%);
}

.actions {
  padding: 100px 0;
}

.actions__row {
  margin-top: 90px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.actions__item {
  width: 150px;
  height: 175px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  translate: all 0.5s ease;
}

.actions__item--active {
  background: rgba(213, 75, 204, 0.2);
  border: 1px solid #D54BCC;
}

.actions__item--active .actions__day {
  display: none;
}

.actions__item--active .actions__show {
  display: block;
}

.actions__item--active::before {
  translate: all 0.5s ease;
  position: absolute;
  content: "";
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background: #D54BCC;
  filter: blur(108.5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.actions__item:hover {
  background: rgba(213, 75, 204, 0.2);
  border: 1px solid #D54BCC;
}

.actions__item:hover .actions__day {
  display: none;
}

.actions__item:hover .actions__show {
  display: block;
}

.actions__item:hover::before {
  translate: all 0.5s ease;
  position: absolute;
  content: "";
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background: #D54BCC;
  filter: blur(108.5px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.actions__day {
  translate: all 0.5s ease;
  font-weight: 250;
  font-size: 57.3005px;
  line-height: 70px;
  /* identical to box height */
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.2;
}

.actions__show {
  translate: all 0.5s ease;
  display: none;
  padding: 10px;
}

.actions__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 9px;
  color: #D54BCC;
  text-align: center;
}

.actions__desc {
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}

.privat {
  position: relative;
  padding: 100px 0 450px;
}

.privat__inner {
  position: relative;
  z-index: 2;
}

.privat__text {
  max-width: 500px;
  margin-top: 36px;
}

.privat__promo {
  position: absolute;
  color: #fff;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(36, 16, 66, 0.6);
  border: 1px solid #3E2268;
  backdrop-filter: blur(7px);
  border-radius: 50%;
  left: 50%;
}

.privat__promo svg {
  margin-left: 15px;
}

.privat__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.footer {
  position: relative;
  height: 1000px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  margin-top: -700px;
}

.footer__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  border-bottom: 0.5px solid #FFFFFF;
}

.footer__row {
  display: flex;
}

.footer__item + .footer__item {
  margin-left: 80px;
}

.footer__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer__link {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.footer__up {
  margin-left: 80px;
  color: #FF00EE;
  writing-mode: tb-rl;
}

.footer__bottom {
  position: relative;
  z-index: 2;
  padding: 22px 0;
  font-size: 14px;
  line-height: 140%;
}

.footer__circle {
  width: 420px;
  height: 420px;
  background: #D54BCC;
  filter: blur(250px);
  border-radius: 50%;
  position: absolute;
  left: 30%;
  bottom: -300px;
}

.footer__minicircle {
  position: absolute;
  right: 0;
  bottom: -200px;
  background: #731FF0;
  filter: blur(250px);
  width: 420px;
  height: 420px;
  border-radius: 50%;
}

.video-popup {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
}

.video-popup--active {
  display: flex;
}

.video-popup__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background-color: #000;
  opacity: 0.6;
}

.video-popup__inner {
  position: relative;
  z-index: 1000001;
}

.video-popup__closer {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

.video-popup__video {
  width: 100%;
  max-width: 700px;
}

.info-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

.info-popup--active {
  display: flex;
}

.info-popup__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.3);
}

.info-popup__inner {
  position: relative;
  z-index: 1000001;
  padding: 40px;
  width: 100%;
  max-width: 850px;
  background-color: #000;
}

.info-popup__closer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.vacancy {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  justify-content: center;
  z-index: 998;
  background-color: #000;
}

.vacancy--active {
  display: flex;
}

.vacancy__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  max-width: 850px;
  padding: 30px;
  overflow-y: scroll;
}

.vacancy__closer {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.vacancy__title {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.vacancy__text {
  margin-bottom: 40px;
}

.vacancy__text p {
  margin-bottom: 10px;
}

.vacancy__input {
  width: 100%;
  padding: 5px 8px;
  margin-bottom: 10px;
  outline: none;
  background: none;
  border: 1px solid var(--color-primary);
  color: #fff;
}

.vacancy__input::placeholder {
  font-family: "Montserrat", sans-serif;
  color: rgb(119, 119, 119);
}

.vacancy__img {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 860px;
  object-fit: cover;
  object-position: top;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 30%;
}

.cookie {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  border-radius: 15px;
  width: 100%;
  max-width: 650px;
  z-index: 999999;
  font-size: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.8);
}

.cookie__overlay {
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999998;
  background-color: rgba(0, 0, 0, 0.6);
}

.cookie__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie__text a {
  color: var(--color-primary);
}

.cookie__wrap {
  display: flex;
}

.cookie__btn {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 20px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.gallery__item {
  width: 100%;
  text-align: center;
  height: 550px;
}

.gallery__img {
  height: 100%;
  object-fit: contain;
}

.gallery .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .toggle-menu {
    display: block;
    margin-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    background-color: #15121D;
    position: fixed;
  }

  .header__inner {
    position: fixed;
    display: none;
    z-index: 98;
    background-color: #15121D;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .header__inner--active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
  }

  .header__inner--active::after {
    content: "";
    position: fixed;
    width: 206.57px;
    height: 206.57px;
    top: 70%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: #731FF0;
    filter: blur(149.167px);
    z-index: 3;
  }

  .header__col--logo {
    display: none;
  }

  .header__top--right {
    text-align: left;
    margin-top: 35px;
  }

  .header__list {
    display: flex;
    flex-direction: column;
  }

  .header__mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
  }

  .start__title {
    font-size: 60px;
  }

  .start__wrap {
    display: flex;
    flex-direction: column;
  }

  .start__wrap a + a {
    margin-left: 0;
    margin-top: 10px;
  }

  .actions__row {
    flex-wrap: wrap;
  }

  .actions__item {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 60px;
  }

  .start {
    overflow: hidden;
    height: fit-content;
    margin-top: 50px;
  }

  .start__circle--second {
    display: none;
  }

  .start__promo-mobile {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #A162FF;
    line-height: 1;
  }

  .start__promo-mobile svg {
    margin-left: 10px;
  }

  .start__promo {
    display: none;
  }

  .start__girl {
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
  }

  .banner__inner {
    overflow: visible;
    background: none;
    border: none;
    padding: 0;
  }

  .banner__inner::after {
    content: "";
    position: absolute;
    width: 206.57px;
    height: 206.57px;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #731FF0;
    filter: blur(149.167px);
    z-index: 3;
  }

  .banner__img {
    display: none;
  }

  .list__item {
    font-size: 60px;
  }

  .list__img {
    display: none;
  }

  .menu__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu__top a {
    margin-top: 30px;
  }

  .privat {
    overflow: hidden;
    padding: 100px 0 500px;
  }

  .privat__promo {
    display: none;
  }

  .privat__img {
    width: 500px;
    object-fit: cover;
    right: -150px;
    top: 250px;
  }

  .footer {
    margin-top: -400px;
  }

  .footer__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer__row {
    flex-direction: column;
  }

  .footer__item + .footer__item {
    margin-left: 0;
    margin-top: 50px;
  }

  .footer__up {
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 576px) {
  .login form {
    padding: 20px;
  }

  .start__title {
    font-size: 36px;
    max-width: 260px;
  }
}

@media screen and (max-width: 480px) {
  .list__item {
    font-size: 36px;
  }
}

.site_by {
  display: block;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}

/*# sourceMappingURL=maps/style.css.map */
