@charset "UTF-8";

/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  color: #F1EDE5;
  font-family: Inter;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
  background-color: #180E2F;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

.row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.title-block {
  text-align: center;
}

.section-title {
  text-align: center;
  font-family: "Inter Tight";
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 72px */
  letter-spacing: -0.72px;
  background: linear-gradient(180deg, #DEDCF3 0%, rgba(222, 220, 243, 0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.14583vw;
}

.section-text {
  color: #F1EDE5;
  text-align: center;
  font-family: Inter;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: -0.36px;
  opacity: 0.5;
}

.first-screen {
  padding-top: 7.8125vw;
  text-align: center;
  padding-bottom: 26.04167vw;
}

.first-screen__title {
  text-align: center;
  font-family: "Inter Tight";
  font-size: 4.89583vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.07344vw;
  margin-bottom: 1.92708vw;
  color: transparent;
  background: linear-gradient(180deg, #DEDCF3 0%, rgba(222, 220, 243, 0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.first-screen__btn {
  color: #D6D1FF;
  text-align: center;
  font-family: Inter;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.16px;
}

.first-screen__btn {
  color: #D6D1FF;
  text-align: center;
  font-family: Inter;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.16px;
  border-radius: 5.76495vw;
  border: 1px solid #D6D1FF;
  -webkit-backdrop-filter: blur(0.57649vw);
          backdrop-filter: blur(0.57649vw);
  width: 12.03125vw;
  height: 2.55208vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.about-row {
  margin-top: 3.64583vw;
  justify-content: center;
}

.about-block {
  width: 17.65625vw;
  height: 17.86458vw;
  border-radius: 1.97917vw;
  border: 1px solid rgba(241, 237, 229, 0.05);
  background: rgba(241, 237, 229, 0.05);
  -webkit-backdrop-filter: blur(1.04167vw);
          backdrop-filter: blur(1.04167vw);
  padding: 1.82292vw;
  padding-top: 2.03125vw;
  padding-bottom: 0px;
}

.about {
  padding-bottom: 14.11458vw;
}

.about-row {
  gap: 1.5625vw;
}

.about-block__title {
  color: #F1EDE5;
  font-family: Inter;
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.64px;
  margin-bottom: 1.875vw;
}

.about-block-icon {
  width: 2.65625vw;
  height: 2.65625vw;
  margin-bottom: 1.5625vw;
  background-color: #382E49;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about-block__text {
  color: #F1EDE5;
  font-family: Inter;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: -0.36px;
  opacity: 0.5;
}

.about-block--center {
  width: 20.15625vw;
  height: 19.32292vw;
}

.about {
  position: relative;
}

.about .container {
  position: relative;
  z-index: 100;
}

.about-stars {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: -4.6875vw;
}

.our-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.78125vw;
  width: 56.09375vw;
  margin-top: 3.64583vw;
  margin-right: auto;
  margin-left: auto;
}

.our {
  padding-bottom: 14.0625vw;
  position: relative;
}

.our-block__title {
  color: #F1EDE5;
  font-family: Inter;
  font-size: 1.14583vw;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 35.2px */
}

.our-block__arrow {
  display: flex;
  width: 0.72917vw;
}

.our-block__arrow svg {
  width: 100%;
  height: auto;
}

.our-block {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 2.08333vw;
  padding-right: 2.08333vw;
  justify-content: space-between;
  border-radius: 1.30208vw;
  border: 1px solid rgba(241, 237, 229, 0.05);
  background: rgba(241, 237, 229, 0.05);
  height: 4.16667vw;
}

.our-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.our .container {
  position: relative;
  z-index: 100;
}

.footer {
  border-top: 1px solid rgba(241, 237, 229, 0.1);
  width: 78.85417vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.60417vw;
  padding-bottom: 2.60417vw;
}

.footer-block {
  display: flex;
  align-items: center;
}

.footer-row {
  align-items: center;
}

.footer-block-icon {
  width: 2.29167vw;
  height: 2.29167vw;
  margin-right: 0.625vw;
  border-radius: 0.9375vw;
  border: 1px solid rgba(241, 237, 229, 0.2);
  -webkit-backdrop-filter: blur(0.26042vw);
          backdrop-filter: blur(0.26042vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-block__name {
  color: #F1EDE5;
  font-family: Inter;
  font-size: 0.78125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  opacity: 0.75;
}

.footer-logo {
  display: flex;
}

.footer-logo svg {
  width: 6.71875vw;
  height: unset;
}

.footer-block--left .footer-block-icon svg {
  width: 0.9375vw;
  height: unset;
}

.footer-block--right .footer-block-icon svg {
  width: 0.83333vw;
  height: unset;
}

.header {
  position: absolute;
  top: 1.51042vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  color: #F1EDE5;
  font-family: Inter;
  font-size: 0.78125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
  display: flex;
  align-items: center;
  border-radius: 1.04167vw;
  border: 1px solid rgba(241, 237, 229, 0.1);
  background: rgba(241, 237, 229, 0.08);
  -webkit-backdrop-filter: blur(2.60417vw);
          backdrop-filter: blur(2.60417vw);
  width: 24.84375vw;
  padding-left: 1.25vw;
  padding-right: 0.3125vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}

.header ul {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  color: #F1EDE5;
  font-family: Inter;
  font-size: 0.78125vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
}

.header ul a {
  color: #F1EDE5;
  opacity: 0.75;
}

.header-row {
  width: 100%;
  align-items: center;
}

.header-logo {
  display: flex;
}

.header-logo svg {
  width: 1.25vw;
  height: auto;
}

.header__btn {
  color: #0F0F0F;
  text-align: center;
  font-family: Inter;
  font-size: 0.78125vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.15px;
  position: relative;
  display: inline-block;
}

.header__btn span {
  display: inline-block;
  border-radius: 0.78125vw;
  background: #F1EDE5;
  -webkit-backdrop-filter: blur(0.52083vw);
          backdrop-filter: blur(0.52083vw);
  padding-top: 0.67708vw;
  padding-bottom: 0.72917vw;
  padding-right: 1.97917vw;
  padding-left: 2.08333vw;
  position: relative;
  z-index: 10;
}

.header__btn .header__btn__shadows {
  width: 8.85417vw;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
}

.our-block__arrow {
  transition: 0.4s all ease;
}

.our-block {
  transition: 0.4s all ease;
}

.our-block:hover {
  background: rgba(210, 201, 234, 0.12);
}

.our-block:hover .our-block__arrow {
  transform: rotate(90deg);
}

.about-block {
  transition: 0.4s all ease;
}

.about-block:hover {
  background: rgba(210, 201, 234, 0.12);
}

.about-block:nth-child(1) .about-block-icon img {
  width: 0.9375vw;
}

.about-block:nth-child(2) .about-block-icon img {
  width: 1.25vw;
}

.about-block:nth-child(3) .about-block-icon img {
  width: 1.04167vw;
}

.webs_body {
  position: relative;
}

.home-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.first-screen .container {
  position: relative;
  z-index: 10;
}

.about {
  padding-top: 12.60417vw;
}

.first-screen-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.footer {
  position: relative;
  z-index: 100;
}

.vacancy {
  padding-top: 7.8125vw;
  padding-bottom: 6.875vw;
}

.vacancy .container {
  max-width: 43.38542vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.vacancy .vacancy-title {
  text-align: center;
  font-family: "Inter Tight";
  font-size: 4.89583vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 94px */
  letter-spacing: -0.07344vw;
  background: linear-gradient(180deg, #DEDCF3 0%, rgba(222, 220, 243, 0.7) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.vacancy-block {
  margin-top: 3.33333vw;
  border-radius: 1.97917vw;
  border: 1px solid rgba(241, 237, 229, 0.05);
  background: rgba(241, 237, 229, 0.05);
  -webkit-backdrop-filter: blur(1.04167vw);
          backdrop-filter: blur(1.04167vw);
  padding: 2.03125vw 1.82292vw;
}

.vacancy-block-wrapper {
  margin-bottom: 2.5vw;
}

.vacancy-block-wrapper:last-child {
  margin-bottom: 0;
}

.vacancy-block__title {
  color: #F1EDE5;
  font-family: Inter;
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  /* 35.2px */
  letter-spacing: -0.64px;
  margin-bottom: 1.25vw;
}

.vacancy-block-circle {
  width: 2.65625vw;
  height: 2.65625vw;
  border-radius: 50%;
  margin-bottom: 1.5625vw;
  background-color: #382E49;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vacancy-block-circle img {
  width: 1.25vw;
}

.vacancy-block__btn {
  color: #0F0F0F;
  text-align: center;
  font-family: Inter;
  font-size: 0.78125vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.15px;
  margin-top: 1.61458vw;
  display: inline-block;
  position: relative;
}

.vacancy-block__btn span {
  border-radius: 0.78125vw;
  background: #F1EDE5;
  -webkit-backdrop-filter: blur(0.52083vw);
          backdrop-filter: blur(0.52083vw);
  padding-top: 0.67708vw;
  padding-bottom: 0.72917vw;
  padding-right: 0.88542vw;
  padding-left: 0.88542vw;
  position: relative;
  z-index: 5;
  display: inline-block;
}

.vacancy-block__btn .vacancy-block-btn-shadows {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14.27083vw;
  max-width: unset;
}

.vacancy-block-wrapper ul {
  color: #F1EDE5;
  font-family: Inter;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: -0.36px;
  opacity: 0.5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625vw;
}

.vacancy-block-wrapper ul li {
  padding-left: 1.04167vw;
  position: relative;
}

.vacancy-block-wrapper ul li::after {
  position: absolute;
  content: "•";
  left: 0;
  top: 0;
}

.header ul a {
  transition: 0.4s all ease;
}

.header ul a:hover {
  opacity: 1;
}

.header__btn span {
  transition: 0.4s all ease;
}

.header__btn .header__btn__shadows {
  transition: 0.4s all ease;
}

.header__btn:hover span {
  background-color: #D2C9EA;
}

.header__btn:active .header__btn__shadows {
  opacity: 0;
}

.vacancy-block-btn-shadows {
  transition: 0.4s all ease;
}

.vacancy-block__btn span {
  transition: 0.4s all ease;
}

.vacancy-block__btn:hover span {
  background-color: #D2C9EA;
}

.vacancy-block__btn:active .vacancy-block-btn-shadows {
  opacity: 0;
}

.vacancy-block {
  max-width: 43.38542vw;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.vacancy .container {
  max-width: 100%;
}

.vacancy .vacancy-title {
  line-height: 140%;
  margin-top: -0.78125vw;
  margin-bottom: -1.04167vw;
}

.first-screen__title span {
  line-height: 140%;
  margin-top: -1.04167vw;
  margin-bottom: -1.04167vw;
  display: inline-block;
}

.header {
  z-index: 1000;
}

.first-screen {
  position: relative;
}

.home-body {
  position: relative;
}

.home-body::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background: linear-gradient(180deg, #550195 0%, #550195 100%);
  content: "";
  display: block;
}

.first-screen-bg {
  max-width: unset;
  width: 100vw;
}

.about-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  width: 100vw;
  top: -10.25vw;
  z-index: 100;
}

.about-stars {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: unset;
  width: 100vw;
  top: 8.5875vw;
  z-index: 100;
  mix-blend-mode: color-dodge;
}

html,
body {
  overflow-x: hidden;
}

.title-block {
  position: relative;
  z-index: 1000;
}

.first-screen-photo {
  width: 47.76042vw;
  position: absolute;
  top: 13.69792vw;
  left: 26.09375vw;
  pointer-events: none;
  will-change: transform;
  transition: 0.2s all ease;
}

.home-bg {
  width: 100vw;
}

body {
  overflow: hidden;
}

.first-screen-bg {
  z-index: 1;
}

.home-bg img {
  width: 100%;
}

.first-screen-bg {
  display: none;
}

.vacancy-block-wrapper ul li:last-child {
  margin-bottom: 0;
}

.home-bg {
  pointer-events: none;
}

.home-bg img {
  width: 100vw;
}

.footer .footer-block {
  min-width: 18.48958vw;
}

.home-body::after {
  pointer-events: none;
}

.first-screen__title span {
  margin-bottom: 0;
}

.first-screen__title {
  margin-bottom: 1.04167vw;
}

.section-text p {
  opacity: 0.5;
}

.about-block__text {
  white-space: nowrap;
}

.home-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-bg img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-bg {
  animation: blinker 4s ease-in-out infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}