*,
html {
  margin: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.line {
  display: flex;
  width: 75%;
  position: relative;
}
@media screen and (max-width: 1144px) {
  .line {
    flex-direction: column;
    width: 100%;
  }
}
.line p {
  margin-top: 0 !important;
}
.line.--full {
  width: 100% !important;
}
.line.--text-center {
  text-align: center;
}
@media screen and (max-width: 1144px) {
  .line.--text-center {
    text-align: initial;
  }
}
.line p + p {
  margin-left: 20px;
}
@media screen and (max-width: 1144px) {
  .line p + p {
    margin-left: 0;
    padding-top: 20px;
  }
}
.line__title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 18px;
}
.line__card {
  width: calc(25% - 9px);
  position: relative;
}
@media screen and (min-width: 1144px) {
  .line__card {
    display: block !important;
  }
}
@media screen and (max-width: 1144px) {
  .line__card {
    width: 100%;
  }
}
.line__card img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (max-width: 1144px) {
  .line__card img {
    height: auto !important;
  }
}
.line__card + .line__card {
  margin-left: 16px;
}
@media screen and (max-width: 1144px) {
  .line__card + .line__card {
    margin-left: 0;
    margin-top: 16px;
  }
}
.line__section {
  width: calc(25% - 9px);
}
@media screen and (max-width: 1144px) {
  .line__section {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(255,255,255,0.122);
    border-radius: 36px;
    display: flex;
    flex-direction: row-reverse;
  }
}
.line__section + .line__section {
  margin-left: 16px;
}
@media screen and (max-width: 1144px) {
  .line__section + .line__section {
    margin-left: 0;
    margin-top: 16px;
  }
}
.line__icon {
  display: block;
  max-width: 100px;
  margin: auto;
}
@media screen and (max-width: 1144px) {
  .line__icon {
    margin: 0 0 0 auto;
  }
}
.line__text {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.122);
  border-radius: 36px;
  font-size: 14px;
}
@media screen and (max-width: 1144px) {
  .line__text {
    border: 0;
  }
}
.line__slider {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (min-width: 1144px) {
  .line__slider {
    display: none !important;
  }
}
.line__slider-item {
  width: 50px;
  height: 2px;
  background: rgba(255,255,255,0.533);
}
.line__slider-item.--active {
  background: #fff;
}
.line__slider-item + .line__slider-item {
  margin-left: 4px;
}
@media screen and (max-width: 1144px) {
  .line__slider-item + .line__slider-item {
    margin-left: 4px;
  }
}
.toolbar {
  display: flex;
  width: 100%;
  height: 82px;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  position: fixed;
  top: 0;
  background: #141619;
  z-index: 9;
}
@media screen and (max-width: 1144px) {
  .toolbar {
    padding: 0 16px;
  }
}
.toolbar button {
  padding: 12px 24px;
  margin-left: 8px;
}
.toolbar img {
  display: block;
}
.toolbar a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
.toolbar__right {
  display: flex;
}
.toolbar ul,
.toolbar ul * {
  transition: 0.2s;
}
.toolbar ul:not([data-opened]) {
  list-style-type: none;
  position: relative;
  min-width: 4rem;
  height: 100%;
}
.toolbar ul:not([data-opened]) li {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.toolbar ul:not([data-opened]) li[data-active] a {
  pointer-events: none;
}
.toolbar ul[data-opened] {
  list-style-type: none;
  min-width: 4rem;
  position: absolute;
  right: 0;
  text-align: center;
  background: #fff;
  border-radius: 24px;
  padding: 6px 0;
}
.toolbar ul[data-opened] li {
  padding: 6px 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.toolbar ul[data-opened] li:hover a {
  color: #6666c5;
}
.toolbar ul[data-opened] li a {
  color: #000;
}
.frame {
  display: flex;
  padding: 120px 100px 0 120px;
  z-index: 1;
  position: relative;
  background-color: inherit;
  background-repeat: no-repeat;
  overflow-y: hidden;
}
@media screen and (max-width: 1144px) {
  .frame {
    padding: 16px 16px 0 16px;
  }
}
.frame h2 {
  font-family: 'Druk Cyr';
  font-weight: normal;
  font-style: normal;
  font-size: 43px;
}
@media screen and (max-width: 1144px) {
  .frame h2 {
    font-size: 26px;
  }
}
.frame p {
  font-size: 16px;
  max-width: 889px;
  margin-top: 20px;
}
.frame__form {
  max-width: 440px;
  margin-top: 40px;
  background: transparent;
}
.frame .line {
  margin-top: 40px;
}
body {
  background: #141619;
  position: relative;
}
input,
textarea {
  background: #000;
  border-radius: 24px;
  padding: 14px 28px;
  border: 0;
  display: block;
  resize: none;
  width: 100%;
  margin-bottom: 28px;
  z-index: 2;
}
textarea {
  box-shadow: 0px 20px 151.1px 1px #6666c5;
}
button {
  background: #6666c5;
  border-radius: 24px;
  font-size: 13px;
  padding: 16px 70px;
  border: 0;
  cursor: pointer;
}
button:hover {
  background: rgba(102,102,197,0.86);
}
img {
  user-select: none;
  -webkit-user-drag: none;
}
.frame-1 {
  display: flex;
  margin-top: 114px;
  background-image: url("../img/frame-1-bg.svg");
  background-repeat: no-repeat;
  background-position-y: 100%;
  position: relative;
  overflow-y: hidden;
}
@media screen and (max-width: 1144px) {
  .frame-1 {
    flex-direction: column;
  }
}
.frame-1__text {
  padding: 0 16px 0 120px;
  z-index: 1;
}
@media screen and (max-width: 1144px) {
  .frame-1__text {
    padding-left: 16px;
  }
}
.frame-1__text h4 {
  font-size: 64px;
  font-family: 'Druk Cyr';
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 1144px) {
  .frame-1__text h4 {
    font-size: 32px;
  }
}
.frame-1__text h4:nth-child(2) {
  padding-left: 1em;
}
.frame-1__text h4:nth-child(3) {
  padding-left: 3em;
  background: linear-gradient(to right, #9a9aff, 80%, #66c48a);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.frame-1__text h1 {
  margin-top: 53px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
.frame-1__text p {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
}
.frame-1__menu {
  margin-top: 240px;
  display: flex;
}
@media screen and (max-width: 1144px) {
  .frame-1__menu {
    display: none;
  }
}
.frame-1__menu a {
  display: block;
  padding: 10px;
  backdrop-filter: blur(50%);
  font-size: 12px;
  text-decoration: none;
}
.frame-1__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1144px) {
  .frame-1__image {
    margin-top: 32px;
    display: block;
  }
}
.frame-1__image img {
  width: 100%;
  display: block;
}
.frame-2 {
  flex-direction: column;
  padding-bottom: 135px;
  background-image: url("../img/frame-2-bg.svg");
  background-size: 60% 100%;
  background-position-x: 100%;
}
.frame-3 {
  background-image: url("../img/frame-3-bg.svg");
  background-size: 60% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1144px) {
  .frame-3 {
    flex-direction: column;
  }
}
.frame-3__info {
  width: 60%;
  position: relative;
}
.frame-3__info img {
  position: absolute;
  top: 55%;
  left: -80px;
}
@media screen and (max-width: 1144px) {
  .frame-3__info img {
    display: none !important;
  }
}
.frame-3 img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1144px) {
  .frame-3 img {
    margin-top: 16px;
  }
}
.frame-4 {
  background-image: url("../img/frame-4-bg.svg");
}
.frame-4 .line {
  margin-top: 70px;
}
.frame-5 {
  padding-bottom: 60px;
  background-image: url("../img/frame-5-bg.svg");
}
@media screen and (max-width: 1144px) {
  .frame-5 {
    flex-direction: column;
  }
}
.frame-5__info {
  width: 60%;
  position: relative;
}
.frame-5__info img {
  position: absolute;
  top: 30%;
  left: -20px;
}
@media screen and (max-width: 1144px) {
  .frame-5__info img {
    display: none;
  }
}
.frame-5__image {
  padding-top: 40px;
}
.frame-5__image img {
  display: block;
  max-width: 100%;
}
.frame-6 {
  flex-direction: column;
  padding-bottom: 60px;
  background-image: url("../img/frame-6-bg.svg");
  background-size: 70% 100%;
  background-position-x: 100%;
}
.frame-6__info {
  position: relative;
}
.frame-6__info img {
  position: absolute;
  top: 30%;
  left: -20px;
}
.frame-6__image {
  padding-top: 40px;
}
.frame-6__image img {
  display: block;
  max-width: 100%;
}
.frame-6 .line {
  margin-top: 70px;
}
.frame-7 {
  flex-direction: column;
  background-image: url("../img/frame-7-bg.svg");
  background-position: 100% 100%;
}
.frame-7 > img {
  display: block;
  position: absolute;
  right: 150px;
  bottom: -150px;
}
@media screen and (max-width: 1144px) {
  .frame-7 > img {
    position: initial;
  }
}
.frame-8 {
  flex-direction: column;
  background-image: url("../img/frame-8-bg.svg");
  background-size: 40% 100%;
  background-position-x: 100%;
}
.frame-9 {
  flex-direction: column;
  padding-bottom: 300px;
  background-image: url("../img/frame-9-bg.svg");
  background-position-y: 100%;
}
.frame-9 > img {
  display: block;
  position: absolute;
  right: 0;
  bottom: -64px;
}
@media screen and (max-width: 1144px) {
  .frame-9 > img {
    display: none;
  }
}
.modal {
  background: rgba(0,0,0,0.933);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  overflow: hidden;
}
.modal.hidden {
  opacity: 0;
  display: none !important;
}
.modal video {
  height: 80%;
  width: 80%;
}
.modal__exit-btn {
  height: 48px;
  width: 48px;
  font-size: 25px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.modal__exit-btn:hover {
  background: #222;
}
