@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-Black.woff2") format("woff2"), url("../fonts/Archivo-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-Bold.woff2") format("woff2"), url("../fonts/Archivo-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-ExtraBold.woff2") format("woff2"), url("../fonts/Archivo-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-ExtraLight.woff2") format("woff2"), url("../fonts/Archivo-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-Medium.woff2") format("woff2"), url("../fonts/Archivo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-Regular.woff2") format("woff2"), url("../fonts/Archivo-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-SemiBold.woff2") format("woff2"), url("../fonts/Archivo-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-Thin.woff2") format("woff2"), url("../fonts/Archivo-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Archivo";
  font-display: swap;
  src: url("../fonts/Archivo-Light.woff2") format("woff2"), url("../fonts/Archivo-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  src: url("../fonts/PlusJakartaSans-Bold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  src: url("../fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  src: url("../fonts/PlusJakartaSans-ExtraLight.woff2") format("woff2"), url("../fonts/PlusJakartaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  src: url("../fonts/PlusJakartaSans-Light.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  src: url("../fonts/PlusJakartaSans-Medium.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  src: url("../fonts/PlusJakartaSans-Regular.woff2") format("woff2"), url("../fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "PlusJakartaSans";
  font-display: swap;
  src: url("../fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"), url("../fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Import */

/* Colors */

.app-wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1540px;
  margin-inline: auto;
  padding: 0 20px;
}

.button {
  display: inline-block;
  padding: 15px 50px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  background: transparent;
  border-radius: 8px;
  position: relative;
  text-align: center;
}

.button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: block;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(247, 47, 231, 0.8)), to(rgba(1, 25, 235, 0.8)));
  background: -o-linear-gradient(right, rgba(247, 47, 231, 0.8) 0%, rgba(1, 25, 235, 0.8) 100%);
  background: linear-gradient(270deg, rgba(247, 47, 231, 0.8) 0%, rgba(1, 25, 235, 0.8) 100%);
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 8px;
  display: block;
  content: "";
  background: #000116;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button__text {
  position: relative;
  z-index: 3;
}

.button:hover::after {
  opacity: 0;
}

.title {
  font-size: 3rem;
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.subtitle {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.text {
  font-family: "Archivo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.67;
  font-weight: 400;
  color: #CFCFCF;
}

/* Form */

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  padding: 12px 20px;
  font-family: "Archivo", sans-serif;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #CFCFCF;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #CFCFCF;
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #CFCFCF;
}

input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #CFCFCF;
}

input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #CFCFCF;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #FF00EB;
}

input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid red;
}

textarea {
  resize: none;
  height: 150px;
}

input[type=submit],
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  display: block;
  border: none;
}

/* Contact Form 7 */

.wpcf7-response-output {
  margin: 20px 0 0 0 !important;
  border: none !important;
  padding: 20px !important;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
}

.wpcf7-not-valid-tip {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

/* Modal */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.modal_open {
  z-index: 100;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal__call_wrap {
  margin: auto 20px;
  width: 100%;
  max-width: 768px;
  position: relative;
  padding: 96px 32px 32px 32px;
}

.modal__call_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(26, 27, 40, 0.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}

.modal__call_close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  cursor: pointer;
  z-index: 2;
}

.modal__call_close img,
.modal__call_close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.modal__call_close img g path,
.modal__call_close svg g path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  fill: #fff !important;
}

.modal__call_close:hover svg g path {
  fill: #FF00EB !important;
}

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

.modal__call_title {
  margin: 0 0 16px 0;
  text-align: center;
}

.modal__call_text {
  margin: 0 0 24px 0;
  text-align: center;
}

.modal__call_form {
  width: 100%;
}

.modal__call_form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__call_form form label {
  width: 100%;
  margin: 0 0 16px 0;
}

.modal__video_wrap {
  width: 100%;
  position: relative;
  max-width: 768px;
  padding: 92px 0 0 0;
  margin: auto 20px;
}

.modal__video_close {
  position: absolute;
  top: 32px;
  right: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  cursor: pointer;
  z-index: 2;
}

.modal__video_close img,
.modal__video_close svg {
  width: 100%;
  height: 100%;
  display: block;
}

.modal__video_close img g path,
.modal__video_close svg g path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  fill: #fff !important;
}

.modal__video_close:hover svg g path {
  fill: #FF00EB !important;
}

.modal__video_content {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.modal__video_content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "PlusJakartaSans", sans-serif;
  background: #000116;
}

/* Header */

.header {
  width: 100%;
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  /* Header Open */
}

.header_open .header__row {
  background: #000116;
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}

.header_open .header__row::after {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header_open .header__burger .header__burger_wrap span:nth-of-type(1) {
  top: 11.5px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header_open .header__burger .header__burger_wrap span:nth-of-type(2) {
  opacity: 0;
}

.header_open .header__burger .header__burger_wrap span:nth-of-type(3) {
  top: 11.5px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_open .header__nav {
  top: 100%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.header__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  max-width: 165px;
  margin: 0 12px 0 0;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.header__burger {
  width: 53px;
  min-width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 20px 0 0;
}

.header__burger:hover {
  border: 1px solid #FF00EB;
}

.header__burger:hover .header__burger_wrap span {
  background: #FF00EB;
}

.header__burger_wrap {
  width: 21px;
  height: 21px;
  min-width: 21px;
  position: relative;
}

.header__burger_wrap span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__burger_wrap span:nth-of-type(1) {
  top: 0;
}

.header__burger_wrap span:nth-of-type(2) {
  top: 9px;
}

.header__burger_wrap span:nth-of-type(3) {
  top: 18px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
}

.header__nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav ul li {
  margin: 0 60px 0 0;
}

.header__nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.header__nav ul li a {
  font-family: "Archivo", sans-serif;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 800;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__nav ul li a:hover {
  color: #FF00EB;
}

.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__buttons::before {
  display: block;
  content: "";
  height: 40px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 42px;
}

.header__phone_mobile {
  display: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 24px 0 auto;
}

.header__phone_mobile:hover {
  color: #FF00EB;
}

.header__phone {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin: 0 24px 0 0;
}

.header__phone:hover {
  color: #FF00EB;
}

/* Head */

.head {
  width: 100%;
  padding: max(165px, 9%) 0 0 0;
  position: relative;
}

.head__blur {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 53%;
  z-index: -1;
  pointer-events: none;
}

.head__blur img {
  width: 100%;
  height: 100%;
  display: block;
}

.head__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.head__content {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.head__subtitle {
  margin: 0 0 8px 0;
}

.head__title {
  color: #fff;
  margin: 0 0 32px 0;
}

.head__text {
  margin: 0 0 32px 0;
}

.head__image {
  max-width: 53%;
}

.head__image img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Stage */

.stage {
  width: 100%;
  padding: max(6%, 48px) 0;
}

.stage__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 max(7%, 48px) 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stage__head_subtitle {
  width: 100%;
  margin: 0 0 15px 0;
}

.stage__head_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.stage__head_title {
  width: 45%;
}

.stage__head_text {
  width: 45%;
}

.stage__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stage__item {
  width: 48%;
  margin: 0 4% 32px 0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  padding: max(4%, 20px);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.stage__item:nth-of-type(2n+2) {
  margin: 0 0 32px 0;
}

.stage__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(26, 27, 40, 0.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}

.stage__item:hover {
  border: 1px solid #FF00EB;
}

.stage__item_content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.stage__item_count {
  font-size: 5rem;
  color: #FF00EB;
  margin: 0 0 48px auto;
}

.stage__item_subtitle {
  margin: 0 0 8px 0;
  color: #FF00EB;
}

.stage__item_title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 800;
  color: #fff;
  margin: 0 0 24px 0;
}

.direct {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
  position: relative;
}

.direct__blur {
  position: absolute;
  left: 20%;
  bottom: 30%;
  max-width: 53%;
  z-index: -1;
  pointer-events: none;
}

.direct__blur img {
  width: 100%;
  height: 100%;
  display: block;
}

.direct__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.direct__image {
  width: 148px;
  height: 148px;
  min-width: 148px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 32px 0;
}

.direct__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.direct__title {
  margin: 0 0 24px 0;
  text-align: center;
}

.direct__subtitle {
  margin: 0 0 8px 0;
  text-align: center;
}

.service {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
}

.service__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__title {
  text-align: center;
  margin: 0 0 48px 0;
}

.service__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service__item {
  width: 30%;
  margin: 0 5% 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.service__item:nth-of-type(3n+3) {
  margin: 0 0 48px 0;
}

.service__item_icon {
  max-width: 42px;
  margin: 0 0 24px 0;
}

.service__item_icon img,
.service__item_icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.service__item_icon svg path {
  fill: #FF00EB !important;
}

.service__item_icon svg g path {
  fill: #FF00EB !important;
}

.service__image {
  max-width: 100%;
  margin-inline: auto;
}

.service__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.calc {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
}

.calc__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 48px 0;
}

.calc__head_title {
  width: 45%;
}

.calc__head_text {
  width: 45%;
}

.calc__content {
  width: 100%;
  border-radius: 8px;
  position: relative;
  padding: max(4%, 20px);
}

.calc__content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(26, 27, 40, 0.81);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}

.calc__content_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.calc__navs {
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.calc__nav {
  width: 100%;
  margin: 0 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.calc__nav:nth-last-of-type(1) {
  margin: 0;
}

.calc__nav_title {
  margin: 0 0 48px 0;
}

.calc__nav_range {
  width: 100%;
}

.calc__nav_range .noUi-touch-area {
  cursor: pointer;
}

.calc__nav_range .noUi-connect {
  background: #FF00EB;
}

.calc__nav_range .noUi-tooltip {
  font-family: "Archivo", sans-serif;
}

.calc__nav_range .noUi-value {
  font-family: "Archivo", sans-serif;
}

.calc__block {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 32px 0;
}

.calc__item {
  width: 48%;
  margin: 0 4% 0 0;
  border: 1px solid #CFCFCF;
  padding: 30px;
  border-radius: 8px;
}

.calc__item:nth-of-type(2n+2) {
  margin: 0;
}

.calc__item_title {
  margin: 0 0 15px 0;
}

.team {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
}

.team__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 0;
}

.team__title {
  padding: 0 10px 0 0;
}

.team__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team__arrow {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 50%;
}

.team__arrow img,
.team__arrow svg {
  max-width: 21px;
  display: block;
}

.team__arrow img path,
.team__arrow svg path {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team__arrow:hover {
  border: 1px solid #FF00EB;
}

.team__arrow:hover svg path {
  fill: #FF00EB;
}

.team__arrow:nth-of-type(1) {
  margin: 0 32px 0 0;
}

.team__slider {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.team__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: max(4%, 20px);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: auto !important;
}

.team__slide_image {
  width: 148px;
  height: 148px;
  min-width: 148px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 32px 0;
}

.team__slide_image img,
.team__slide_image svg {
  width: 100%;
  height: 100%;
  display: block;
}

.team__slide_title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px 0;
  text-align: center;
}

.team__slide_subtitle {
  text-align: center;
  color: #CFCFCF;
}

.company {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
}

.company__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company__title {
  text-align: center;
  margin: 0 0 48px 0;
}

.company__slider {
  width: 100%;
}

.company__slide {
  height: auto !important;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.company__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company__pagination span {
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.company__pagination span.swiper-pagination-bullet-active {
  background: #FF00EB;
}

.review {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
}

.review__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.review__title {
  margin: 0 0 32px 0;
}

.review__videos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.review__video {
  width: 30%;
  margin: 0 5% 48px 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid transparent;
  overflow: hidden;
  border-radius: 8px;
}

.review__video:nth-of-type(3n+3) {
  margin: 0 0 48px 0;
}

.review__video::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(26, 27, 40, 0.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}

.review__video:hover {
  border: 1px solid #FF00EB;
}

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

.review__video_image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.review__video_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.review__video_icon {
  position: absolute;
  z-index: 2;
  max-width: 60px;
  top: 50%;
  margin: -24px 0 0 0;
  cursor: pointer;
}

.review__video_icon img,
.review__video_icon svg {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.review__video_icon svg g path {
  fill: #CFCFCF !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.review__video_icon:hover img,
.review__video_icon:hover svg {
  -webkit-transform: scale(1.05) rotate(25deg);
      -ms-transform: scale(1.05) rotate(25deg);
          transform: scale(1.05) rotate(25deg);
}

.review__video_icon:hover img g path,
.review__video_icon:hover svg g path {
  fill: #FF00EB !important;
}

.review__video_content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.review__video_title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0 0 24px 0;
}

.review__items {
  width: 100%;
  margin: 32px 0 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.review__item {
  width: 48%;
  margin: 0 4% 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: max(4%, 24px);
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.review__item:nth-of-type(2n+2) {
  margin: 0 0 32px 0;
}

.review__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(26, 27, 40, 0.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}

.review__item:hover {
  border: 1px solid #FF00EB;
}

.review__item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
}

.review__item_text {
  width: 100%;
  margin: 0 0 32px 0;
}

.review__item_footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.review__item_image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 20px 0 0;
}

.review__item_image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__item_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
  position: relative;
}

.check__blur {
  position: absolute;
  left: 20%;
  bottom: 30%;
  max-width: 53%;
  z-index: -1;
  pointer-events: none;
}

.check__blur img {
  width: 100%;
  height: 100%;
  display: block;
}

.check__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check__content {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.check__title {
  margin: 0 0 16px 0;
}

.check__text {
  margin: 0 0 24px 0;
}

.check__image {
  max-width: 39%;
}

.check__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.reg {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
  position: relative;
}

.reg__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.reg__title {
  margin: 0 0 32px 0;
}

.reg__slider {
  width: 100%;
}

.reg__slide {
  position: relative;
  padding: max(4%, 32px);
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  height: auto !important;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reg__slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(26, 27, 40, 0.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}

.reg__slide:hover {
  border: 1px solid #FF00EB;
}

.reg__slide_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.reg__slide_image {
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.reg__slide_image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.reg__slide_content {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 0 35%;
}

.reg__slide_title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  margin: 0 0 16px 0;
}

.faq {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
}

.faq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq__title {
  margin: 0 0 32px 0;
  text-align: center;
}

.faq__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.faq__item {
  width: 48%;
  margin: 0 4% 32px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.faq__item:nth-of-type(2n+2) {
  margin: 0 0 32px 0;
}

.faq__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgba(26, 27, 40, 0.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  z-index: 1;
}

.faq__item:hover {
  border: 1px solid #FF00EB;
}

.faq__item_open .faq__item_title {
  color: #FF00EB;
}

.faq__item_open .faq__item_icon span:nth-of-type(1) {
  background: #FF00EB;
}

.faq__item_open .faq__item_icon span:nth-of-type(2) {
  background: #FF00EB;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq__item_wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}

.faq__item_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 25px;
}

.faq__item_title {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  padding: 0 10px 0 0;
}

.faq__item_icon {
  width: 26px;
  height: 26px;
  min-width: 26px;
  position: relative;
}

.faq__item_icon span {
  background: #fff;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.faq__item_icon span:nth-of-type(1) {
  top: 12px;
  left: 0;
  width: 26px;
  height: 2px;
}

.faq__item_icon span:nth-of-type(2) {
  width: 2px;
  height: 26px;
  left: 12px;
  top: 0;
}

.faq__item_dropdown {
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
}

.faq__item_dropdown_wrap {
  padding: 0 25px 25px 25px;
}

.faq__item_text p {
  margin: 0 0 24px 0;
}

.faq__item_text p:nth-last-of-type(1) {
  margin: 0;
}

.contact {
  width: 100%;
  padding: 0 0 max(6%, 48px) 0;
}

.contact__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__content {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.contact__title {
  margin: 0 0 16px 0;
}

.contact__text {
  margin: 0 0 32px 0;
}

.contact__form {
  width: 100%;
}

.contact__form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__form form label {
  width: 100%;
  margin: 0 0 16px 0;
}

.contact__image {
  max-width: 47%;
}

.contact__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer {
  width: 100%;
  padding: 25px 0 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.footer__blur {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 53%;
  pointer-events: none;
}

.footer__blur img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 48px 0;
}

.footer__logo {
  max-width: 165px;
  margin: 0 12px 0 0;
}

.footer__logo img,
.footer__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__nav ul li {
  margin: 0 60px 0 0;
}

.footer__nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.footer__nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.footer__nav ul li a {
  font-family: "Archivo", sans-serif;
  font-size: 0.9375rem;
  line-height: normal;
  font-weight: 800;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer__nav ul li a:hover {
  color: #FF00EB;
}

.footer__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__address {
  color: #fff;
}

.footer__item {
  text-transform: initial;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer__item:hover {
  color: #FF00EB;
}

.footer__item:nth-of-type(1) {
  margin: 0 60px 0 auto;
}

@media (max-width: 1400px) {
  .header__nav ul li {
    margin: 0 32px 0 0;
  }
}

@media (max-width: 1280px) {
  .title {
    font-size: 2.4rem;
  }

  .header__logo {
    max-width: 85px;
  }

  .header__nav ul li {
    margin: 0 24px 0 0;
  }

  .header__buttons::before {
    margin: 0 18px;
  }

  .stage__item_count {
    font-size: 4rem;
  }

  .calc__navs {
    padding: 0 0 15% 0;
  }

  .calc__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .calc__item:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .calc__item:nth-last-of-type(1) {
    margin: 0;
  }

  .review__video_title {
    margin: 0 0 15px 0;
  }

  .contact__content {
    width: 47%;
  }

  .footer__logo {
    max-width: 130px;
  }

  .footer__nav ul li {
    margin: 0 24px 0 0;
  }

  .footer__item:nth-of-type(1) {
    margin: 0 24px 0 auto;
  }
}

@media (max-width: 1100px) {
  .header__nav ul li {
    margin: 0 14px 0 0;
  }

  .header__phone {
    margin: 0 14px 0 0;
  }
}

@media (max-width: 1024px) {
  .header {
    padding: 0;
  }

  .header__container {
    padding: 0;
  }

  .header__row {
    padding: 25px 0;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }

  .header__row::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    display: block;
    content: "";
    background: -webkit-gradient(linear, right top, left top, from(rgba(247, 47, 231, 0.8)), to(rgba(1, 25, 235, 0.8)));
    background: -o-linear-gradient(right, rgba(247, 47, 231, 0.8) 0%, rgba(1, 25, 235, 0.8) 100%);
    background: linear-gradient(270deg, rgba(247, 47, 231, 0.8) 0%, rgba(1, 25, 235, 0.8) 100%);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }

  .header__logo {
    max-width: 100px;
  }

  .header__logo {
    margin: 0 0 0 20px;
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header__nav {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
            transform: translateY(-110%);
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px 20px 20px;
    background: #000116;
  }

  .header__nav::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    display: block;
    content: "";
    background: -webkit-gradient(linear, right top, left top, from(rgba(247, 47, 231, 0.8)), to(rgba(1, 25, 235, 0.8)));
    background: -o-linear-gradient(right, rgba(247, 47, 231, 0.8) 0%, rgba(1, 25, 235, 0.8) 100%);
    background: linear-gradient(270deg, rgba(247, 47, 231, 0.8) 0%, rgba(1, 25, 235, 0.8) 100%);
  }

  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__nav ul li {
    margin: 0 0 15px 0;
  }

  .header__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 0;
  }

  .header__buttons::before {
    display: none;
  }

  .header__phone_mobile {
    display: block;
  }

  .header__phone {
    display: none;
  }

  .head__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .head__content {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .head__image {
    max-width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
  }

  .stage__head_content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .stage__head_title {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .stage__head_text {
    width: 100%;
  }

  .service__item:nth-of-type(1n+1) {
    width: 48%;
    margin: 0 4% 32px 0;
  }

  .service__item:nth-of-type(2n+2) {
    margin: 0 0 32px 0;
  }

  .calc__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .calc__head_title {
    width: 100%;
    margin: 0 0 24px 0;
  }

  .calc__head_text {
    width: 100%;
  }

  .review__video:nth-of-type(1n+1) {
    width: 48%;
    margin: 0 4% 32px 0;
  }

  .review__video:nth-of-type(2n+2) {
    margin: 0 0 32px 0;
  }

  .review__item:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .review__item:nth-last-of-type(1) {
    margin: 0;
  }

  .check__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .check__content {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .check__image {
    max-width: 60%;
    margin-inline: auto;
  }

  .faq__item:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .faq__item:nth-last-of-type(1) {
    margin: 0;
  }

  .contact__row {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }

  .contact__content {
    width: 60%;
    margin: 32px auto 0 auto;
  }

  .contact__image {
    max-width: 60%;
    margin-inline: auto;
  }

  .footer__logo {
    max-width: 100px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 2rem;
  }

  .text {
    font-size: 1rem;
  }

  .modal__call_wrap {
    padding: 72px 24px 24px 24px;
  }

  .modal__call_close {
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .modal__video_wrap {
    padding: 72px 0 0 0;
  }

  .modal__video_close {
    top: 24px;
    right: 0;
    width: 24px;
    height: 24px;
    min-width: 24px;
  }

  .head__blur {
    max-width: 100%;
  }

  .head__image {
    max-width: 100%;
  }

  .stage__item:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .stage__item:nth-last-of-type(1) {
    margin: 0;
  }

  .stage__item_count {
    font-size: 3rem;
    margin: 0 0 24px auto;
  }

  .stage__item_title {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }

  .direct__blur {
    max-width: 100%;
    top: -20%;
    bottom: auto;
    left: 0;
  }

  .direct__image {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }

  .service__item:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .calc__content_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .calc__navs {
    width: 100%;
    margin: 0 0 60px 0;
    padding: 0;
  }

  .calc__block {
    width: 100%;
  }

  .team__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .team__title {
    padding: 0;
    margin: 0 0 32px 0;
  }

  .team__slide {
    padding: max(6%, 32px);
  }

  .team__slide_image {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }

  .team__slide_title {
    font-size: 1.5rem;
  }

  .review__video_icon {
    max-width: 48px;
  }

  .review__video_content {
    padding: 15px;
  }

  .review__video_title {
    font-size: 1.5rem;
  }

  .check__blur {
    max-width: 100%;
    top: -20%;
    bottom: auto;
    left: 0;
  }

  .check__image {
    max-width: 100%;
  }

  .reg__slide_image {
    width: 45%;
  }

  .reg__slide_content {
    width: 50%;
    margin: 0 0 0 50%;
  }

  .reg__slide_title {
    font-size: 1.5rem;
  }

  .faq__item_text p {
    margin: 0 0 16px 0;
  }

  .contact__content {
    width: 100%;
  }

  .contact__image {
    width: 100%;
  }

  .footer__blur {
    max-width: 100%;
    bottom: 200px;
  }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 24px 0;
  }

  .footer__logo {
    margin: 0 0 16px 0;
  }

  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__nav ul li {
    margin: 0 0 16px 0;
  }

  .footer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__address {
    margin: 0 0 16px 0;
  }

  .footer__item:nth-of-type(1) {
    margin: 0 0 16px 0;
  }
}

@media (max-width: 600px) {
  .review__video:nth-of-type(1n+1) {
    width: 100%;
    margin: 0 0 32px 0;
  }

  .review__video:nth-last-of-type(1) {
    margin: 0;
  }

  .reg__slide_image {
    display: none;
  }

  .reg__slide_content {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 500px) {
  .button {
    width: 100%;
  }

  .header__logo {
    max-width: 75px;
  }

  .footer__logo {
    max-width: 75px;
  }
}