@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  color: #fff;
  background: linear-gradient(180deg, #BD7AED 0%, #7AA8ED 100%);
  min-height: 100vh;
}

body,
input,
select,
button,
textarea {
  font-family: "Biryani", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

#spriteSVG {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}

.button {
  position: relative;
  display: flex;
  border: none;
  background: #fff;
  color: #563F91;
  font-family: "Anonymous Pro", monospace;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  padding: 8px;
  width: fit-content;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s;
  text-decoration: none !important;
  text-transform: capitalize;
  z-index: 3;
}
.button:hover {
  background: rgba(255, 255, 255, 0.8);
}

.logo {
  display: block;
  width: 153px;
  height: 19px;
  fill: #fff;
}

.title {
  font-family: "Anonymous Pro", monospace;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  text-transform: capitalize;
}

.header {
  position: relative;
  padding: 45px 0;
}
.header:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.header__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.header__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header__decor--1 {
  position: absolute;
  width: 220px;
  height: 257px;
  fill: #FC290D;
  filter: blur(62px);
  top: -124px;
  left: 50%;
  transform: translateX(64px);
  z-index: 5;
}
.header__decor--2 {
  position: absolute;
  width: 257px;
  height: 397px;
  left: 50%;
  top: -108px;
  transform: translateX(-97px);
  fill: #2E3192;
  filter: blur(56.65px);
  z-index: 4;
}
.header__decor--3 {
  position: absolute;
  width: 701px;
  height: 616px;
  left: 50%;
  top: -251px;
  transform: translateX(-319px);
  fill: #8A95FB;
  filter: blur(62px);
  z-index: 3;
}
.header__decor--4 {
  position: absolute;
  top: 158px;
  left: 50%;
  width: 295px;
  height: 338px;
  transform: translateX(-277px);
  fill: #C580D7;
  filter: blur(147px);
  z-index: 4;
}

.about {
  position: relative;
  padding: 50px 0 75px;
}
.about:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.about__title {
  font-size: 34px;
}
.about__subtitle {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  margin-top: 20px;
}
.about__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.why {
  position: relative;
}
.why:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.why__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.why__decor--1 {
  position: absolute;
  width: 480px;
  height: 480px;
  fill: #6744B8;
  filter: blur(147px);
  top: 70px;
  left: 50%;
  transform: translateX(87px);
  z-index: 5;
}
.why__decor--2 {
  display: none;
}
.why__title {
  position: relative;
  text-align: left;
  padding-left: 60px;
  align-self: flex-start;
}
.why__title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background: #fff;
  top: 16px;
  left: 0;
}
.why__text {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
}
.why__box {
  position: relative;
  padding: 75px 0;
  z-index: 2;
}
.why__box:before, .why__box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  border: 2px solid #fff;
  transform: skewX(-46deg);
  z-index: 3;
}
.why__box:before {
  bottom: 0;
  right: 50%;
  border-bottom-right-radius: 10px 5px;
  border-right-width: 3px;
  border-top: none;
  border-left: none;
  transform-origin: top right;
  margin-right: -75px;
}
.why__box:after {
  bottom: 16px;
  left: 50%;
  border-top-left-radius: 10px 5px;
  border-left-width: 3px;
  border-bottom: none;
  border-right: none;
  transform-origin: bottom left;
  margin-left: 72px;
}

.offer {
  position: relative;
}
.offer__box {
  position: relative;
  padding: 75px 0;
  z-index: 2;
}
.offer__box:before, .offer__box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  border: 2px solid #fff;
  transform: skewX(46deg);
}
.offer__box:before {
  bottom: 16px;
  right: 50%;
  border-top-right-radius: 10px 5px;
  border-right-width: 3px;
  border-bottom: none;
  border-left: none;
  transform-origin: bottom right;
  margin-right: 72px;
}
.offer__box:after {
  bottom: 0;
  left: 50%;
  border-bottom-left-radius: 10px 5px;
  border-left-width: 3px;
  border-top: none;
  border-right: none;
  transform-origin: top left;
  margin-left: -75px;
}
.offer:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.offer__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.offer__decor--1 {
  position: absolute;
  width: 263px;
  height: 263px;
  fill: #FC290D;
  filter: blur(147px);
  bottom: -170px;
  right: 50%;
  transform: translateX(-73px);
  z-index: 5;
}
.offer__decor--2 {
  position: absolute;
  width: 390px;
  height: 390px;
  fill: #FC0DC7;
  filter: blur(345.35px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}
.offer__list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 40px;
}
.offer__item {
  border-radius: 10px;
  background: linear-gradient(138.52deg, rgba(255, 255, 255, 0.7) -5.89%, rgba(221, 203, 255, 0.7) 122.23%);
  padding: 30px 20px;
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  color: #5541BB;
  gap: 30px;
  line-height: 1.2;
}
.offer__item--nobg {
  border: none;
  background: none;
  gap: 20px;
  padding: 15px 0;
}
.offer__subtitle {
  font-family: "Anonymous Pro", monospace;
  font-style: italic;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.offer__text {
  font-size: 18px;
}
.offer__button {
  width: 100%;
}

.say {
  position: relative;
  padding: 125px 0 55px;
}
.say:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.say__title {
  position: relative;
  text-align: left;
  padding-left: 60px;
  align-self: flex-start;
}
.say__title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background: #fff;
  top: 16px;
  left: 0;
}
.say__list {
  position: relative;
  margin-top: 54px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 28px;
  color: #5541BB;
}
.say__list:before {
  position: absolute;
  content: "";
  top: -14px;
  bottom: -14px;
  left: -10px;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 2000px;
}
.say__item {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}
.say__item:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  width: 2000px;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.say__item:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.say__item span {
  display: inline-block;
}
.say__item span:before, .say__item span:after {
  content: '"';
}
.say__item b {
  display: block;
  font-weight: 600;
}
.say__item b:before {
  content: "— ";
}

.get {
  position: relative;
  padding: 55px 0;
}
.get:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.get__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.get__decor--1 {
  position: absolute;
  width: 466px;
  height: 466px;
  fill: #80C2D7;
  filter: blur(116.15px);
  top: 0;
  left: 50%;
  transform: translateX(31px);
  z-index: 5;
}
.get__decor--2 {
  position: absolute;
  width: 436px;
  height: 584px;
  left: 50%;
  top: 60px;
  transform: translateX(31px) rotateZ(-59.73deg);
  fill: #2E3192;
  filter: blur(56.65px);
  z-index: 4;
}
.get__list {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 38px;
  text-align: center;
}
.get__subtitle {
  font-size: 48px;
  font-family: "Anonymous Pro", monospace;
  font-weight: 700;
  line-height: 1;
}
.get__text {
  margin-top: 10px;
  font-size: 20px;
}
.get__button {
  margin-top: 50px;
}

.next {
  position: relative;
  padding: 55px 0;
}
.next:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.next__title {
  position: relative;
  text-align: left;
  padding-left: 60px;
  align-self: flex-start;
}
.next__title:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 5px;
  background: #fff;
  top: 16px;
  left: 0;
}
.next__list {
  position: relative;
  margin-top: 74px;
  padding-left: 65px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 70px;
}
.next__list:before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  height: 100%;
  top: 15px;
  left: 20px;
}
.next__item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 14px;
}
.next__subtitle {
  position: relative;
  font-family: "Anonymous Pro", monospace;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.next__subtitle:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 44px;
  border: 2px solid #fff;
  border-top-left-radius: 10px 5px;
  border-left-width: 3px;
  border-bottom: none;
  border-right: none;
  transform: skewX(-46deg);
  bottom: 0;
  left: 0;
  transform-origin: top left;
}
.next__subtitle:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  bottom: 0;
  left: -54px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(50%);
}
.next__text {
  font-size: 18px;
}

.work {
  position: relative;
  padding: 55px 0 154px;
}
.work:before {
  position: absolute;
  content: "";
  background: url("../img/bg.png");
  mix-blend-mode: color-burn;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.work__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.work__decor--1 {
  position: absolute;
  width: 466px;
  height: 466px;
  fill: #D7BF80;
  filter: blur(147px);
  top: 267px;
  left: 50%;
  transform: translateX(51px);
  z-index: 5;
}
.work__decor--2 {
  position: absolute;
  width: 608px;
  height: 813px;
  right: 50%;
  top: -53px;
  transform: translateX(-163px) rotateZ(122.17deg);
  fill: #722E92;
  filter: blur(147px);
  z-index: 4;
}
.work__decor--3 {
  position: absolute;
  width: 1656px;
  height: 863px;
  right: 50%;
  top: -58px;
  transform: translateX(374px) rotate(178.44deg);
  fill: #D36BA9;
  filter: blur(147px);
  z-index: 3;
}
.work__form {
  padding-top: 66px;
  overflow: hidden;
}
.work__address {
  margin-top: 86px;
  font-size: 14px;
  font-weight: 400;
}
.work__box {
  position: relative;
}
.work__box:before, .work__box:after {
  position: absolute;
  content: "";
  width: 2000px;
  height: 33px;
  border: 2px solid #fff;
  transform: skewX(46deg);
  z-index: 5;
}
.work__box:before {
  top: -20px;
  right: 0;
  border-top-right-radius: 10px 5px;
  border-right-width: 3px;
  border-bottom: none;
  border-left: none;
  transform-origin: bottom right;
  margin-right: 3px;
}
.work__box:after {
  top: 12px;
  left: 100%;
  border-bottom-left-radius: 10px 5px;
  border-left-width: 3px;
  border-top: none;
  border-right: none;
  transform-origin: top left;
  margin-left: -7px;
}
.work__pattern {
  position: relative;
  width: 100%;
}
.work__pattern:before, .work__pattern:after {
  position: absolute;
  content: "";
  width: 2000px;
  height: 33px;
  border: 2px solid #fff;
  transform: skewX(-46deg);
  z-index: 5;
}
.work__pattern:before {
  top: 32px;
  right: 0;
  border-bottom-right-radius: 10px 5px;
  border-right-width: 3px;
  border-top: none;
  border-left: none;
  transform-origin: top right;
  margin-right: 3px;
}
.work__pattern:after {
  top: 0;
  left: 100%;
  border-top-left-radius: 10px 5px;
  border-left-width: 3px;
  border-bottom: none;
  border-right: none;
  transform-origin: bottom left;
  margin-left: -7px;
}

.form {
  position: relative;
  background: linear-gradient(163.32deg, rgba(255, 255, 255, 0.65) 0, rgba(203, 255, 252, 0.65) 149.8%);
  padding: 20px 20px 46px;
  color: #754AAC;
  border-radius: 0 0 20px 0;
}
.form:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.65);
  width: 100%;
  height: 66px;
  bottom: 100%;
  right: 0;
  transform: skewX(46deg);
  transform-origin: bottom right;
  border-top-right-radius: 10px 5px;
  z-index: 1;
}
.form__title {
  position: relative;
  margin-top: -60px;
  text-align: left;
  z-index: 2;
}
.form__box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 36px;
}
.form__box [type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form__box [type=checkbox] + svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: transparent;
  box-shadow: inset 0 0 0 1px #754AAC;
  border-radius: 3px;
  transition: fill 0.25s;
  transform: translateY(-2px);
}
.form__box [type=checkbox]:checked + svg {
  fill: #754AAC;
}
.form__box input,
.form__box textarea {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  padding: 13px 10px;
  color: #563F91;
  transition: background 0.25s, border-color 0.25s;
  line-height: 1;
  font-size: 14px;
}
.form__box textarea {
  padding: 19px 10px;
}
.form__box input:focus,
.form__box textarea:focus {
  background: #fff;
  border-color: #754AAC;
}
.form__box input:hover,
.form__box textarea:hover {
  border-color: #754AAC;
}
.form__box textarea {
  height: 85px;
  min-height: 85px;
  max-height: 85px;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
}
.form__row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}
.form__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
}
.form__item span {
  font-size: 14px;
  font-weight: 400;
}
.form__item--check {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 10px;
}
.form__button {
  display: flex;
  justify-content: center;
}

.modal {
  top: -100%;
  left: -100%;
  opacity: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1001;
  transition: opacity 0.25s;
}
.modalOpen .modal {
  top: 0;
  left: 0;
  opacity: 1;
}
.modalClose .modal {
  top: 0;
  left: 0;
  opacity: 0;
}
.modal__shadow {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.9);
  z-index: 1;
  cursor: pointer;
}
.modalOpen .modal__shadow, .modalClose .modal__shadow {
  position: fixed;
}
.modal__wrap {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 450px;
  max-height: calc(100% - 30px);
  height: initial;
  background: #1D1D1D;
  border-radius: 8px;
  overflow-y: auto;
}
.modal__box {
  padding: 20px;
}
.modal__text {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-45deg);
  background: #E6E6E6;
  opacity: 1;
  transition: background 0.25s;
}
.modal__close:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.modal__close:hover:before, .modal__close:hover:after {
  background: #5e5e5e;
}
