@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Unbounded", sans-serif;
}

textarea {
  all: unset; /* сбрасывает ВСЁ */
  resize: none; /* убирает растягивание */
  box-sizing: border-box;
}

ul, li {
  list-style: none; /* убирает маркеры */
  margin: 0; /* убирает внешние отступы */
  padding: 0; /* убирает внутренние отступы */
}

ul li a {
  text-decoration: none;
  color: inherit; /* наследует цвет от родителя */
  display: inline-block; /* удобно для паддингов */
}

.types img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.global-faq .title.flexbox.aic {
  cursor: pointer;
}

.faq-highlight {
  background: yellow;
  margin: 0 5px;
  border-radius: 3px;
}

p span.faq-highlight {
  margin: 0 !important;
}

.order-description__right-block {
  padding-right: 30px;
}

.swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.swiper {
  padding: 0 60px !important;
  box-sizing: border-box;
}

body {
  overflow-x: hidden; /* убирает горизонтальный скролл */
  overflow-y: auto; /* вертикальный оставляем */
}

/* Chrome, Edge, Safari */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.features__wrapper {
  align-items: center;
}

.fast-nav {
  pointer-events: none;
}
.fast-nav a {
  pointer-events: all;
}
.fast-nav button {
  pointer-events: all;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.jcs {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.aic {
  align-items: center;
}

.flexbox {
  display: flex;
}

.jcc {
  justify-content: center;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto-flex {
  font-family: "Roboto Flex", sans-serif;
}

.i-chevron {
  min-width: 21px;
  min-height: 18px;
  width: 21px;
  height: 18px;
  display: inline-block;
  margin-left: 15px;
}
.i-chevron::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/whitechevron.png");
  display: inline-block;
}

.i-black-chevron {
  min-width: 21px;
  min-height: 18px;
  width: 21px;
  height: 18px;
  display: inline-block;
  margin-left: 15px;
}
.i-black-chevron::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/blackchevron.png");
  display: inline-block;
}

.i-black-checkmark {
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.i-black-checkmark::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/blackcheckmark.png");
  display: inline-block;
}

.i-white-checkmark {
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
}
.i-white-checkmark::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/whitecheckmark.png");
  display: inline-block;
}

.i-arrow {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
}
.i-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/arrow.png");
  display: inline-block;
}

.i-footer-call {
  min-width: 39px;
  min-height: 39px;
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-right: 15px;
}
.i-footer-call::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/global/footer-call.png");
  display: inline-block;
}

.i-footer-telegram {
  min-width: 39px;
  min-height: 39px;
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-right: 15px;
}
.i-footer-telegram::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/global/footer-telegram.png");
  display: inline-block;
}

.i-footer-whatsapp {
  min-width: 39px;
  min-height: 39px;
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-right: 15px;
}
.i-footer-whatsapp::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/global/footer-whatsapp.png");
  display: inline-block;
}

.i-footer-viber {
  min-width: 39px;
  min-height: 39px;
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-right: 15px;
}
.i-footer-viber::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/global/footer-viber.png");
  display: inline-block;
}

.i-header1 {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: none;
}
.i-header1::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/header1.png");
  display: inline-block;
}

.i-header2 {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: none;
}
.i-header2::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/header2.png");
  display: inline-block;
}

.i-header3 {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: none;
}
.i-header3::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/header3.png");
  display: inline-block;
}

.i-header4 {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: none;
}
.i-header4::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/header4.png");
  display: inline-block;
}

.i-header5 {
  min-width: 30px;
  min-height: 30px;
  width: 30px;
  height: 30px;
  display: none;
}
.i-header5::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/header5.png");
  display: inline-block;
}

.i-copyright {
  min-width: 27px;
  min-height: 27px;
  width: 27px;
  height: 27px;
  position: relative;
  display: inline-block;
  margin-left: 14px;
}
.i-copyright::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 15px;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/copyright.png");
  display: inline-block;
}

.i-black-arrow {
  min-width: 29.5px;
  min-height: 29.5px;
  width: 29.5px;
  height: 29.5px;
  display: inline-block;
  margin-left: 11px;
}
.i-black-arrow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/black-arrow.png");
  display: inline-block;
}

.i-faq-minus {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
.i-faq-minus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/faq-minus.png");
  display: inline-block;
}

.i-faq-plus {
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
  cursor: pointer;
}
.i-faq-plus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/faq-plus.png");
  display: inline-block;
}

.i-glass {
  min-width: 19.14px;
  min-height: 19.14px;
  width: 19.14px;
  height: 19.14px;
  display: inline-block;
  cursor: pointer;
  margin-right: 13px;
}
.i-glass::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/glass-input.png");
  display: inline-block;
}

.i-seo {
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
}
.i-seo::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-seo.png");
  display: inline-block;
}

.i-format-cards {
  min-width: 55px;
  min-height: 45.5px;
  width: 55px;
  height: 45.5px;
  display: inline-block;
  cursor: pointer;
  margin-right: 50px;
}
.i-format-cards::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-format-cards.png");
  display: inline-block;
}

.i-format-circle {
  min-width: 50px;
  min-height: 51px;
  width: 50px;
  height: 51px;
  display: inline-block;
  cursor: pointer;
  margin-right: 50px;
}
.i-format-circle::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-format-circle.png");
  display: inline-block;
}

.i-format-phone {
  min-width: 50px;
  min-height: 51px;
  width: 50px;
  height: 51px;
  display: inline-block;
  cursor: pointer;
  margin-right: 50px;
}
.i-format-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-format-phone.png");
  display: inline-block;
}

.i-format-arrows {
  min-width: 50px;
  min-height: 37.3px;
  width: 50px;
  height: 37.3px;
  display: inline-block;
  cursor: pointer;
  margin-right: 50px;
}
.i-format-arrows::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-format-arrows.png");
  display: inline-block;
}

.i-green-check-mark {
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
}
.i-green-check-mark::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/greencheckmark.png");
  display: inline-block;
}

.i-mini-blob {
  min-width: 61px;
  min-height: 62px;
  width: 61px;
  height: 62px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 15px;
  left: 22px;
}
.i-mini-blob::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/mini-blob.png");
  display: inline-block;
}

.i-return {
  min-width: 26px;
  min-height: 20px;
  width: 26px;
  height: 20px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.i-return::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/arrow-return.png");
  display: inline-block;
}

.i-square {
  min-width: 45px;
  min-height: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #7360F2;
  position: absolute;
  top: -22.5px;
  left: -22.5px;
}

.i-contact-mail {
  min-width: 26px;
  min-height: 22px;
  width: 26px;
  height: 22px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 15px;
}
.i-contact-mail::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/email.png");
  display: inline-block;
}

.i-contact-phone {
  min-width: 26px;
  min-height: 22px;
  width: 26px;
  height: 22px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 15px;
}
.i-contact-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/phone.png");
  display: inline-block;
}

.i-contact-phone {
  min-width: 26px;
  min-height: 22px;
  width: 26px;
  height: 22px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 15px;
}
.i-contact-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/phone.png");
  display: inline-block;
}

.i-contact-whatsapp {
  min-width: 26px;
  min-height: 22px;
  width: 26px;
  height: 22px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 15px;
}
.i-contact-whatsapp::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/whatsapp.png");
  display: inline-block;
}

.i-contact-viber {
  min-width: 26px;
  min-height: 22px;
  width: 26px;
  height: 22px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 15px;
}
.i-contact-viber::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/viber.png");
  display: inline-block;
}

.i-contact-telegram {
  min-width: 26px;
  min-height: 22px;
  width: 26px;
  height: 22px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 15px;
}
.i-contact-telegram::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/telegram.png");
  display: inline-block;
}

.i-first-circle {
  min-width: 152px;
  min-height: 152px;
  width: 152px;
  height: 152px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 152px;
  background: linear-gradient(135deg, #5D75FF 19%, #E772FF 100%);
  position: absolute;
  top: -40px;
  left: -45px;
  z-index: 1;
}

.i-last-circle {
  min-width: 152px;
  min-height: 152px;
  width: 152px;
  height: 152px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 152px;
  background: linear-gradient(135deg, #C97FFF 16%, #5DA9FF 83%);
  position: absolute;
  bottom: -66px;
  right: -46px;
  z-index: 1;
}

.i-ukraine {
  min-width: 17px;
  min-height: 11px;
  width: 17px;
  height: 11px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.i-ukraine::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/ukraine-flag.png");
  display: inline-block;
}

.i-faq-minus-reverse::after {
  filter: invert(100%) brightness(200%);
}

.i-faq-plus-reverse::after {
  filter: invert(100%) brightness(200%);
}

.i-hl {
  min-width: 2px;
  min-height: 40px;
  width: 2px;
  height: 40px;
  display: inline-block;
  background-color: #4F67FF;
  margin-left: 20px;
}

.i-hr {
  min-width: 40px;
  min-height: 2px;
  width: 40px;
  height: 2px;
  display: inline-block;
  background-color: #7B4FFF;
  margin-left: 20px;
}

.i-cross {
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.i-cross::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/cross.png");
  display: inline-block;
}

.i-package-design {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-design::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-design.png");
  display: inline-block;
}

.i-package-phone {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-phone.png");
  display: inline-block;
}

.i-package-seo {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-seo::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-seo.png");
  display: inline-block;
}

.i-package-admin {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-admin::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-admin.png");
  display: inline-block;
}

.i-package-pages {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-pages::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-pages.png");
  display: inline-block;
}

.i-package-host {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-host::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-host.png");
  display: inline-block;
}

.i-package-form {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-form::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-form.png");
  display: inline-block;
}

.i-package-speed {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-speed::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-speed.png");
  display: inline-block;
}

.i-package-catalog {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-catalog.png");
  display: inline-block;
}

.i-package-api {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-api::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-api.png");
  display: inline-block;
}

.i-package-cart {
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 30px;
}
.i-package-cart::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/i-package-cart.png");
  display: inline-block;
}

.i-fast-viber {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 10px;
  transition: all 0.2s ease;
  margin-left: auto;
}
.i-fast-viber:hover {
  transform: scale(1.05);
}
.i-fast-viber::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/fast-nav-viber.png");
  display: inline-block;
}

.i-fast-telegram {
  min-width: 40px;
  min-height: 40px;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-bottom: 15px;
  transition: all 0.2s ease;
  margin-left: auto;
}
.i-fast-telegram:hover {
  transform: scale(1.05);
}
.i-fast-telegram::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/fast-nav-tg.png");
  display: inline-block;
}

.i-fast-phone {
  min-width: 26px;
  min-height: 26px;
  width: 26px;
  height: 26px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-right: 10px;
  animation: rotatePhone 1.5s infinite;
}
.i-fast-phone::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/icons/fast-nav-phone.png");
  display: inline-block;
}

@keyframes rotatePhone {
  0% {
    transform: rotate(0deg);
  }
  44% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fast-nav {
  z-index: 4;
  position: fixed;
  flex-direction: column;
  right: 40px;
  bottom: 40px;
}
.fast-nav a {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.fast-nav .fast-nav__btn {
  color: #FFF;
  background-color: #2E6DD9;
  border-left: none;
  border-top: none;
  border-bottom: 2px solid #1753BA;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  border-right: 1px solid #1753BA;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 3px;
  transition: all 0.5s ease;
  outline: none;
  cursor: pointer;
}
.fast-nav .fast-nav__btn:hover {
  background-color: #1447ad;
  transform: scale(1.05);
}
.fast-nav .fast-nav__btn:active {
  transform: scale(1.02);
}

.i-fast-store {
  min-width: 99px;
  min-height: 99px;
  width: 99px;
  height: 99px;
  display: inline-block;
}
.i-fast-store::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/secondary/fast-store.png");
  display: inline-block;
}

.i-fast-landing {
  min-width: 99px;
  min-height: 99px;
  width: 99px;
  height: 99px;
  display: inline-block;
}
.i-fast-landing::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/secondary/fast-landing.png");
  display: inline-block;
}

.i-fast-card {
  min-width: 99px;
  min-height: 99px;
  width: 99px;
  height: 99px;
  display: inline-block;
}
.i-fast-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/secondary/fast-card.png");
  display: inline-block;
}

.i-fast-catalog {
  min-width: 99px;
  min-height: 99px;
  width: 99px;
  height: 99px;
  display: inline-block;
}
.i-fast-catalog::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/secondary/fast-catalog.png");
  display: inline-block;
}

.i-fast-portfolio {
  min-width: 99px;
  min-height: 99px;
  width: 99px;
  height: 99px;
  display: inline-block;
}
.i-fast-portfolio::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/secondary/fast-portfolio.png");
  display: inline-block;
}

.i-fast-storeplus {
  min-width: 99px;
  min-height: 99px;
  width: 99px;
  height: 99px;
  display: inline-block;
}
.i-fast-storeplus::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/imgs/secondary/fast-storeplus.png");
  display: inline-block;
}

.header {
  width: 100%;
  margin-bottom: 43px;
  margin-top: 43px;
}
.header .header__logo {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}
.header .header__logo img {
  width: 54px;
  height: 54px;
  padding-right: 13px;
}
.header .header__logo span {
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.header .header__nav {
  margin-left: 45px;
}
.header .header__nav .nav-ul {
  list-style: none;
}
.header .header__nav .nav-ul li {
  margin-right: 33px;
}
.header .header__nav .nav-ul li:last-child {
  margin-right: 0 !important;
}
.header .header__nav .nav-ul a {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: 300;
  color: #000;
}
.header .header__subnav {
  margin-left: auto;
}
.header .header__subnav a {
  font-size: 12px;
  color: #FFF;
  letter-spacing: -0.2px;
  font-weight: 500;
  text-decoration: none;
}
.header .header__subnav .subnav_order-btn {
  border-radius: 5px;
  background-color: #FFF;
  outline: none;
  border: none;
  cursor: pointer;
  color: #7C38F3;
  font-size: 11px;
  letter-spacing: -0.2px;
  font-weight: 500;
  padding: 7px 11px;
  margin-left: 15px;
}
.header .header__subnav .subnav_call-btn {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4392156863);
  outline: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: -0.2px;
  font-weight: 500;
  padding: 7px 11px;
  margin-left: 8px;
}
.header .call-order-btn {
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  border: none;
  outline: none;
  padding: 15px 28px;
  border-radius: 120px;
  background-color: #000;
  border-bottom: 5px solid #5A5A5A;
  border-right: 6px solid #5A5A5A;
  cursor: pointer;
  margin-left: auto;
}

.main {
  width: 100%;
  background-image: url("/imgs/global/hero-section-blob.webp");
  background-repeat: no-repeat;
  background-size: 728px 769px;
  background-position: calc(50% + 500px) -184px;
  padding-top: 43px;
  overflow: hidden;
}
.main .main__hero-section {
  padding-bottom: 79px;
}
.main .main__hero-section .hero-section__left {
  width: 50%;
}
.main .main__hero-section .hero-section__left h1 {
  font-size: 45px;
  font-weight: 400;
}
.main .main__hero-section .hero-section__left p {
  margin-top: 31px;
  padding-top: 21px;
  border-top: 2px solid #000;
  display: block;
  font-size: 19px;
  font-weight: 300;
}
.main .main__hero-section .hero-section__left .btns {
  margin-top: 27px;
}
.main .main__hero-section .hero-section__left .btns button {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #FFF;
  padding: 21px 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  outline: none;
  border: none;
  background: linear-gradient(90deg, #4636FF 0%, #6B36FF 50%, #6F00FF 100%);
  cursor: pointer;
  margin-right: 19px;
}
.main .main__hero-section .hero-section__left .btns a {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #5F52F7;
  padding: 21px 71px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  background: linear-gradient(#FFF) padding-box, linear-gradient(90deg, #4636FF 0%, #6B36FF 50%, #6F00FF 100%) border-box;
}
.main .main__hero-section .hero-section__right {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.main .main__hero-section .hero-section__right img:first-child {
  width: 157px;
  height: 214px;
  position: absolute;
  top: 29px;
  left: -38px;
}
.main .main__hero-section .hero-section__right img:last-child {
  width: 505px;
  height: 355px;
}
.main .header {
  margin-top: 0px;
  margin-bottom: 116px;
}

.features {
  width: 100%;
  margin-top: 106px;
  overflow: hidden;
}
.features .features__card {
  margin: 0 31px;
}
.features .features__card.laravel-card img {
  width: 207px;
  height: 57.5px;
}
.features .features__card.vuejs-card img {
  width: 151px;
  height: 56.82px;
}
.features .features__card.sass-card img {
  width: 89px;
  height: 57px;
}
.features .features__card.jquery-card img {
  width: 171px;
  height: 57px;
}
.features .features__card.apache-card img {
  width: 150px;
  height: 57px;
}
.features .features__card.tailwind-card img {
  width: 246px;
  height: 51px;
}

.preferences {
  width: 100%;
  margin-top: 123px;
  margin-bottom: 135px;
  overflow: hidden;
}
.preferences h2 {
  font-size: 29px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}
.preferences .preferences__card {
  width: 28%;
}
.preferences .preferences__card img {
  display: block;
  margin: 0 auto;
}
.preferences .preferences__card h3 {
  font-size: 22px;
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 27px;
  margin-bottom: 19px;
  margin-left: auto;
  margin-right: auto;
}
.preferences .preferences__card p {
  font-size: 20px;
  font-weight: 500;
  color: #101010;
}
.preferences .figma img {
  width: 84.67px;
  height: 127px;
}
.preferences .laravel img {
  width: 123.4px;
  height: 127px;
}
.preferences .host img {
  width: 177px;
  height: 127px;
}

.banner {
  width: 100%;
  margin-top: 145px;
  height: 428px;
  overflow: hidden;
  background: linear-gradient(to right, rgba(20, 40, 255, 0.82) 0%, rgba(87, 58, 255, 0.82) 50%, rgba(123, 0, 255, 0.82) 100%);
  border-bottom: 4px solid #000;
  position: relative;
}
.banner h4 {
  display: block;
  margin-top: 4px;
  font-size: 120px;
  font-weight: 700;
  z-index: 1;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.7px;
  position: absolute;
}
.banner .banner__cards {
  position: absolute;
  z-index: 4;
  display: block;
  top: 79px;
  width: 100%;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.banner .banner__cards img {
  z-index: 4;
  margin: 0 9px;
}
.banner .banner__cards .banner__phone-card {
  width: 198px;
  height: 349px;
}
.banner .banner__cards .banner__first-card {
  width: 355px;
  height: 292px;
}
.banner .banner__cards .banner__second-card {
  width: 386px;
  height: 321px;
}

.terms {
  width: 100%;
  margin-top: 130px;
}
.terms h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  font-weight: 400;
}
.terms p {
  font-size: 22px;
  font-weight: 300;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.terms .terms__cards {
  width: 100%;
  margin-top: 63px;
}
.terms .terms__cards .terms__cards-card {
  margin-bottom: 38px;
  width: 100%;
}
.terms .terms__cards .terms__cards-card .card__info {
  width: 73%;
}
.terms .terms__cards .terms__cards-card .card__info .card__info-img-figma {
  display: block;
  padding: 35px 56px;
  width: 87px;
  height: 130px;
}
.terms .terms__cards .terms__cards-card .card__info .card__info-img-laravel {
  display: block;
  padding: 32px 34px;
  width: 132px;
  height: 136px;
}
.terms .terms__cards .terms__cards-card .card__info .card__info-img-host {
  display: block;
  padding: 48px 18px;
  width: 164px;
  height: 103px;
}
.terms .terms__cards .terms__cards-card .card__info .card__info-text {
  margin-left: 52px;
}
.terms .terms__cards .terms__cards-card .card__info .card__info-text h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 17px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.terms .terms__cards .terms__cards-card .card__info .card__info-text p {
  font-size: 20px;
  font-weight: 400;
}
.terms .terms__cards .terms__cards-card .roboto-flex {
  font-size: 33px;
  font-weight: 400;
  vertical-align: middle;
  margin: 0;
}
.terms .terms__cards .terms__cards-card .roboto-flex b {
  padding-right: 23px;
  font-size: 133px;
  font-weight: 200;
}
.terms .terms__cards .terms__cards-card.reversed .card__info-text {
  margin-right: 52px;
  margin-left: 34px;
}
.terms .terms__cards .terms__cards-card.reversed .card__info-text h3 {
  margin-left: auto;
}
.terms .terms__cards .terms__cards-card.reversed .card__info-text p {
  text-align: right;
}

.work {
  background-color: #000;
  width: 100%;
  margin-top: 190px;
  padding: 125px 0;
}
.work h2 {
  width: 60%;
  display: block;
  color: #FFF;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: 0.8px;
}
.work span {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #DDDDDD;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
}
.work .work__stages {
  width: 100%;
  margin-top: 116px;
}
.work .work__stages .work__stage-stage {
  width: 100%;
  border-top: 2px solid #FFF;
  padding-top: 58px;
  padding-bottom: 58px;
}
.work .work__stages .work__stage-stage span {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin-top: 0;
  margin-right: 87px;
  margin-bottom: 89px;
}
.work .work__stages .work__stage-stage h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #FFF;
  display: block;
  width: 30%;
}
.work .work__stages .work__stage-stage p {
  display: block;
  margin-left: auto;
  width: 45%;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #DDD;
}
.work a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 80px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #FFF;
  text-decoration: none;
  margin-left: auto;
}

.work.order-work {
  padding: 0;
  margin-top: 150px;
  background-color: #FFF;
}
.work.order-work h2 {
  color: #000;
  font-weight: 500;
}
.work.order-work .subtext {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.7px;
  margin-top: 40px;
  width: 81%;
  display: block;
}
.work.order-work .work__stages .work__stage-stage {
  border-top: 2px solid #000000;
}
.work.order-work .work__stages .work__stage-stage span {
  color: #000;
}
.work.order-work .work__stages .work__stage-stage h3 {
  width: 33%;
  color: #000;
}
.work.order-work .work__stages .work__stage-stage p {
  color: #050505;
}

.prices {
  margin-top: 118px;
  width: 100%;
}
.prices h2 {
  font-size: 42px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.prices .prices__cards {
  margin-top: 73px;
  width: 100%;
}
.prices .prices__cards .prices__cards-card {
  width: 370px;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 31px;
  padding-bottom: 95px;
  padding-left: 37px;
  box-sizing: border-box;
  border: 2px solid #000;
}
.prices .prices__cards .prices__cards-card h3 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.2px;
  display: block;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.prices .prices__cards .prices__cards-card .price-num {
  font-size: 55px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: -0.6px;
}
.prices .prices__cards .prices__cards-card .price-num i {
  font-size: 27px;
  letter-spacing: -0.6px;
  padding-left: 15px;
}
.prices .prices__cards .prices__cards-card p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: #000;
  width: 82%;
  display: block;
  margin-top: 15px;
  margin-bottom: 23px;
}
.prices .prices__cards .prices__cards-card .card-list {
  width: 100%;
}
.prices .prices__cards .prices__cards-card .card-list span {
  margin-bottom: 12px;
  width: 100%;
  display: block;
  font-size: 16px;
  letter-spacing: -0.6px;
  font-weight: 300;
}
.prices .prices__cards .prices__cards-card button {
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.6px;
  color: #000;
  background-color: #FFF;
  border-radius: 9px;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  text-transform: uppercase;
  padding: 10.5px 21.5px;
  border-bottom: 4px solid #000;
  border-right: 5px solid #000;
  margin-top: 29px;
}
.prices .prices__cards .first {
  color: #000;
}
.prices .prices__cards .first .price-num {
  color: #7354FA;
}
.prices .prices__cards .second {
  color: #FFF;
  background-color: #5134A6;
}
.prices .prices__cards .second p {
  color: #FFF;
  width: 89%;
}
.prices .prices__cards .last {
  color: #FFF;
  background-color: #000;
}
.prices .prices__cards .last p {
  color: #FFF;
  width: 90%;
}
.prices a {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 56px;
}

.portfolio {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 150px;
}
.portfolio .container {
  margin-bottom: 40px;
}
.portfolio h2 {
  font-size: 64px;
  font-weight: 400;
  color: #000;
  letter-spacing: 0;
}
.portfolio .portfolio__cards {
  width: 100%;
  overflow: hidden;
}
.portfolio .portfolio__cards .portfolio__cards-card {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.portfolio .portfolio__cards .portfolio__cards-card img {
  display: block;
  width: 372px;
  height: 372px;
}
.portfolio .portfolio__cards .portfolio__cards-card .name {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}
.portfolio .portfolio__cards .portfolio__cards-card span {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #4F4F4F;
}

.form {
  width: 100%;
  overflow: hidden;
  margin-bottom: 111px;
}
.form span {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 55px;
}
.form .form__title {
  width: 100vw;
  overflow: hidden;
  background-color: #000;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 3px;
  margin-bottom: 80px;
}
.form h2 {
  display: block;
  width: 100%;
  font-size: 48px;
  letter-spacing: 0.3px;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 55px;
  background: linear-gradient(to right, #FFFFFF, #ADADAD);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.form .form__action .form__action-inputs {
  margin-top: 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.form .form__action .form__action-inputs input {
  font-size: 20px;
  font-weight: 200;
  background: none;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #000;
  padding: 15px 30px;
  width: 340px;
  box-sizing: border-box;
}
.form .form__action .form__action-inputs input::-moz-placeholder {
  color: #2C2C2C;
}
.form .form__action .form__action-inputs input::placeholder {
  color: #2C2C2C;
}
.form .form__action .form__action-inputs input:first-child {
  margin-right: 75px;
}
.form .form__action .form__action-inputs textarea {
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 200;
  background: none;
  outline: none;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 760px;
  box-sizing: border-box;
  height: 170px;
  margin-top: 35px;
}
.form .form__action .form__action-inputs textarea::-moz-placeholder {
  color: #2C2C2C;
}
.form .form__action .form__action-inputs textarea::placeholder {
  color: #2C2C2C;
}
.form .form__action .form__action-inputs button {
  position: relative;
  width: 100%;
  background-color: #000;
  outline: none;
  border: none;
  padding: 13px 0 14px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  overflow: hidden;
}
.form .form__action .form__action-inputs button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #4630FF, #8A43FF, #3441FF, #4630FF);
  background-size: 300% 100%;
  animation: glowBorder 3s linear infinite;
}
.form .form__action .form__action-contacts {
  border-left: solid 1px #595959;
  margin-left: 70px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
}
.form .form__action .form__action-contacts span:first-child {
  font-size: 16px;
  font-weight: 300;
  color: #323232;
  text-transform: none;
  margin: 0;
}
.form .form__action .form__action-contacts .contacts-phonenum {
  width: 100%;
  text-align: right;
  margin-top: 35px;
}
.form .form__action .form__action-contacts .contacts-phonenum span {
  text-transform: none;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.form .form__action .form__action-contacts .contacts-phonenum span:last-child {
  margin-top: 15px;
}
.form .form__action .form__action-contacts p {
  display: block;
  font-size: 15px;
  font-weight: 200;
  color: #1e1e1e;
}
.form .form__action .form__action-contacts p b {
  font-weight: 400;
}
.form .form__action .form__action-contacts p:first-of-type {
  margin-top: 53px;
}
.form .form__action .form__action-contacts p:last-of-type {
  margin-top: 8px;
}
.form .form__action .form__action-contacts .larx-mark {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
}
.form .form__action .form__action-contacts .larx-mark b {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  display: block;
}
.form .form__action .form__action-contacts .larx-mark i {
  font-size: 16px;
  font-weight: 300;
  display: block;
  text-decoration: none;
  text-transform: none;
  font-style: normal;
  margin-left: 35px;
}

.footer {
  width: 100%;
  background-color: #000;
  padding-top: 57px;
  padding-bottom: 58px;
}
.footer .footer__navigation .footer__navigation-logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer__navigation .footer__navigation-logo img {
  width: 131px;
  height: 54px;
}
.footer .footer__navigation .footer__navigation-logo span {
  display: block;
  margin-top: 20px;
  width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: -0.2px;
  color: #FFF;
  margin-left: 82px;
}
.footer .footer__navigation .footer__navigation-nav h4 {
  font-weight: 500;
  font-size: 18px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 28px;
}
.footer .footer__navigation .footer__navigation-nav ul li {
  font-size: 400;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  margin-bottom: 13px;
}
.footer .footer__navigation .footer__navigation-nav ul li:last-child {
  margin-bottom: 0;
}
.footer .footer__navigation .footer__navigation-nav p {
  display: block;
  margin-top: 18px;
  width: 345px;
  font-weight: 400;
  font-size: 16px;
  color: #FFF;
}
.footer .footer__contacts {
  margin-top: 18px;
}

.larx__banner {
  width: 100%;
  height: 157px;
  margin-bottom: 100px;
  text-transform: uppercase;
}
.larx__banner .larx__banner-left {
  width: 50%;
  height: 100%;
  background-color: #000;
  color: #FFF;
}
.larx__banner .larx__banner-left h3 {
  font-size: 40px;
  font-weight: 300;
}
.larx__banner .larx__banner-right {
  width: 50%;
  height: 100%;
  background-color: #256BFE;
  color: #FFF;
}
.larx__banner .larx__banner-right span {
  font-size: 40px;
  font-weight: 300;
}

.about-us {
  width: 100%;
  margin-bottom: 132px;
}
.about-us .about-us__text {
  width: 79%;
  margin-bottom: 117px;
}
.about-us .about-us__text h2 {
  font-size: 21px;
  font-weight: 300;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 18px;
  color: #1546A5;
}
.about-us .about-us__text p {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 142%;
}
.about-us .about-us__text b {
  font-weight: 500;
  font-size: 26px;
  color: #A3A3A3;
}
.about-us .about-us__preferences span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
  min-width: 165px;
  max-width: 165px;
  display: block;
}
.about-us .about-us__preferences .about-us__preferences-cards {
  display: block;
  margin-left: auto;
  text-align: right;
}
.about-us .about-us__preferences .about-us__preferences-cards .about-us__preferences-cards-card:nth-child(1) {
  margin-right: 67px;
  margin-bottom: 80px;
}
.about-us .about-us__preferences .about-us__preferences-cards .about-us__preferences-cards-card:nth-child(2) {
  margin-bottom: 80px;
}
.about-us .about-us__preferences .about-us__preferences-cards .about-us__preferences-cards-card:nth-child(3) {
  margin-right: 67px;
}
.about-us .about-us__preferences .about-us__preferences-cards-card {
  width: 382px;
  display: inline-block;
  text-align: left;
}
.about-us .about-us__preferences .about-us__preferences-cards-card h4 {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  display: block;
  margin-bottom: 18px;
  padding-top: 31px;
  border-top: 1px solid #c7c7c7;
}
.about-us .about-us__preferences .about-us__preferences-cards-card p {
  font-size: 16px;
  font-weight: 400;
  color: #4E4E4E;
}

.types {
  width: 100%;
  background-color: #000;
  margin-bottom: 168px;
  max-height: 1015px;
  min-height: 1015px;
  overflow: hidden;
}
.types .types__info {
  padding-top: 133px;
  width: 38%;
  height: -moz-fit-content;
  height: fit-content;
}
.types .types__info span {
  font-size: 22px;
  font-weight: 400;
  color: #246AFD;
}
.types .types__info h2 {
  font-weight: 400;
  font-size: 43px;
  color: #FFF;
  display: block;
  margin-top: 19px;
  margin-bottom: 20px;
}
.types .types__info p {
  font-size: 20px;
  font-weight: 400;
  color: #747474;
}
.types .types__info a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
  padding-top: 14.4px;
  padding-bottom: 14.4px;
  padding-left: 32px;
  padding-right: 26.5px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 37px;
}
.types .container {
  position: relative;
}
.types .types__cards {
  position: absolute;
  right: 0;
  top: -1178px;
}
.types .types__cards .types__cards-card {
  width: 552px;
  background-color: #171717;
  margin-top: 10px;
  box-sizing: border-box;
  padding-top: 33px;
  padding-bottom: 38px;
  padding-left: 43px;
  color: #FFF;
  max-height: 333.2px;
  position: relative;
  transition: all 0.5s ease;
}
.types .types__cards .types__cards-card h4 {
  display: block;
  margin-top: 33px;
  margin-bottom: 32px;
  font-size: 23px;
  letter-spacing: -0.2px;
  font-weight: 400;
}
.types .types__cards .types__cards-card p {
  display: block;
  font-size: 15px;
  letter-spacing: -0.2px;
  line-height: 145.3%;
  color: #FFF;
  width: 65%;
}
.types .types__cards .types__cards-card a {
  width: 58px;
  height: 58px;
  border-radius: 50px;
  background-color: #FFF;
  position: absolute;
  bottom: 30px;
  right: 36px;
}
.types .types__cards .types__cards-card a .i-black-arrow {
  margin: 0;
}
.types img {
  position: absolute;
  width: 856px;
  height: 880px;
  bottom: -940px;
  left: -360px;
}

.experience {
  width: 100%;
  margin-bottom: 168px;
}
.experience h2 {
  display: block;
  width: 50%;
  font-size: 34px;
  font-weight: 600;
  color: #2C72FF;
  line-height: 151%;
}
.experience h2 b {
  font-size: 150px;
  font-weight: 700;
}
.experience .experience__numbers {
  width: 33%;
  padding-left: 51px;
  border-left: 3px solid #ededed;
}
.experience .experience__numbers .experience__numbers-num {
  width: 100%;
}
.experience .experience__numbers .experience__numbers-num h4 {
  font-size: 75px;
  font-weight: 600;
  color: #000;
  margin-bottom: 17px;
}
.experience .experience__numbers .experience__numbers-num p {
  font-size: 20px;
  font-weight: 400;
  color: #939393;
  line-height: 145.3%;
}
.experience .experience__numbers .experience__numbers-num:first-child {
  padding-bottom: 68px;
  border-bottom: 3px solid #ededed;
}
.experience .experience__numbers .experience__numbers-num:last-child {
  margin-top: 104px;
}

.about-block {
  width: 100%;
  background-color: #000;
  padding-top: 130px;
  padding-bottom: 194px;
  color: #FFF;
  margin-bottom: 140px;
}
.about-block h2 {
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #FFF;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.about-block .title-p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.5137254902);
  display: block;
  width: 60.5%;
  line-height: 122.2%;
}
.about-block .title-p b {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8235294118);
}
.about-block .title-p i {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8235294118);
  font-style: normal;
  text-decoration: underline;
}
.about-block .about-block__cards {
  margin-top: 95px;
  width: 100%;
  flex-wrap: wrap;
}
.about-block .about-block__cards .about-block__cards-card {
  width: 340px;
}
.about-block .about-block__cards .about-block__cards-card h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
}
.about-block .about-block__cards .about-block__cards-card p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 154%;
  color: rgba(255, 255, 255, 0.4274509804);
  display: block;
  margin-top: 21px;
}
.about-block .about-block__cards .about-block__cards-card b {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7843137255);
}
.about-block .about-block__cards .about-block__cards-card:nth-child(1) {
  margin-bottom: 64px;
}
.about-block .about-block__cards .about-block__cards-card:nth-child(2) {
  margin-bottom: 64px;
}
.about-block .about-block__cards .about-block__cards-card:nth-child(3) {
  margin-bottom: 64px;
}
.about-block .seo-show {
  display: block;
  margin-top: 79px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 80px;
}
.about-block .seo-show::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-top: 10px;
  width: 411px;
  height: 1px;
  background-color: #FFF;
}
.about-block .btn-seo-order {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border: none;
  border-radius: 120px;
  border-right: 6px solid #d9d9d9;
  border-bottom: 5px solid #d9d9d9;
  background-color: #FFF;
  padding-left: 32px;
  padding-right: 27px;
  padding-top: 12px;
  padding-bottom: 10px;
  margin-top: 43px;
  box-sizing: border-box;
  cursor: pointer;
}

.about-block.order-block .subtitle {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #DDD;
}
.about-block.order-block h2 {
  text-transform: none;
  width: 75%;
}

.fast-faq {
  margin-bottom: 145px;
  width: 100%;
}
.fast-faq .fast-faq__title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.fast-faq .fast-faq__title h4 {
  font-weight: 400;
}
.fast-faq .fast-faq__title h2 {
  font-size: 120px;
  font-weight: 500;
  letter-spacing: 10.5px;
  color: #000;
}
.fast-faq .fast-faq__title span {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.2px;
  display: block;
}
.fast-faq .faq-list {
  margin-top: 25px;
  width: 50%;
}
.fast-faq .faq-list .faq-list__p {
  padding-top: 34px;
  padding-bottom: 33px;
  border-top: 2px solid #434343;
}
.fast-faq .faq-list .faq-list__p .title h4 {
  font-size: 16px;
  font-weight: 400;
  padding-right: 15px;
}
.fast-faq .faq-list .faq-list__p h4 {
  font-size: 16px;
  font-weight: 400;
}
.fast-faq .faq-list .faq-list__p .title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.fast-faq .faq-list .faq-list__p p {
  margin-top: 29px;
  width: 85%;
}
.fast-faq .faq-list .faq-list__p:last-child {
  border-bottom: 2px solid #434343;
}

.fast-faq.order-faq {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 172px;
  margin-bottom: 112px;
}
.fast-faq.order-faq .fast-faq__title h2 {
  color: #FFF;
}
.fast-faq.order-faq .fast-faq__title span {
  color: #FFF;
}
.fast-faq.order-faq .faq-list__p {
  color: #FFF;
  border-top: 1px solid #B7B7B7;
}
.fast-faq.order-faq .faq-list__p:last-child {
  border-bottom: 1px solid #B7B7B7;
}

.error {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(to right bottom, #ffffff 0%, #ffffff 50%, #000000 100%, #000000 100%);
}
.error h2 {
  font-size: 128px;
  font-weight: 700;
  letter-spacing: 0.1px;
  background: linear-gradient(to bottom, #000000, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.error span {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 33px;
  font-weight: 500;
}
.error p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
  width: 39%;
  display: block;
  margin-bottom: 50px;
}
.error a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #000;
  padding: 11px 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.success {
  padding-top: 30px;
  padding-bottom: 60px;
  background: linear-gradient(to right bottom, #ffffff 0%, #ffffff 50%, #000000 100%, #000000 100%);
}
.success h2 {
  font-size: 128px;
  font-weight: 700;
  letter-spacing: 0.1px;
  background: linear-gradient(to bottom, #000000, #666666);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.success span {
  display: block;
  margin-bottom: 10px;
  color: #333;
  font-size: 33px;
  font-weight: 500;
}
.success p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #000;
  width: 39%;
  display: block;
  margin-bottom: 50px;
}
.success a {
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #fff;
  background-color: #000;
  padding: 11px 30px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.faq-banner {
  width: 100%;
  margin-bottom: 119px;
  padding-top: 133px;
  padding-bottom: 127px;
  background: linear-gradient(90deg, #264DD1 7%, #375EDF 39%, #355CDF 39%, #355FEC 54%, #7254FA 73%);
  color: #FFF;
}
.faq-banner .faq-banner__support span {
  font-size: 18px;
  font-weight: 400;
}
.faq-banner .faq-banner__support h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.1px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 21px;
  margin-bottom: 53px;
}
.faq-banner .faq-banner__support .input {
  width: 342px;
  background-color: rgba(255, 255, 255, 0.137254902);
  border-radius: 9px;
  border: 2px solid #FFF;
  padding-left: 16px;
}
.faq-banner .faq-banner__support .input input {
  background: none;
  outline: none;
  border: none;
  color: #FFF;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 16px;
}
.faq-banner .faq-banner__support .input input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
}
.faq-banner .faq-banner__support .input input::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
}
.faq-banner .montserrat {
  font-size: 16px;
  font-weight: 300;
  display: block;
  width: 23%;
  margin-top: 56px;
}

.global-faq {
  margin-bottom: 95px;
  width: 100%;
}
.global-faq .global-faq__title {
  width: 38%;
}
.global-faq .global-faq__title h3 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
.global-faq .global-faq__title p {
  font-size: 17px;
  font-weight: 400;
  color: #464646;
  display: block;
  margin-top: 11px;
}
.global-faq .faq-list {
  margin-top: 25px;
  width: 50%;
}
.global-faq .faq-list .faq-list__p {
  padding-top: 34px;
  padding-bottom: 33px;
  border-top: 2px solid #434343;
}
.global-faq .faq-list .faq-list__p .title h4 {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.global-faq .faq-list .faq-list__p p {
  margin-top: 29px;
  width: 85%;
}
.global-faq .faq-list .faq-list__p:last-child {
  border-bottom: 2px solid #434343;
}

.faq-call-banner {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 55px;
}
.faq-call-banner .container {
  flex-direction: column;
  background: linear-gradient(135deg, #485AF9 19%, #7D60FF 44%, rgba(217, 0, 255, 0.59) 77%);
  border-radius: 18px;
  padding: 53px 0;
}
.faq-call-banner .container h3 {
  font-size: 32px;
  font-weight: 400;
  color: #FFF;
  display: block;
  margin-bottom: 15px;
}
.faq-call-banner .container span {
  font-size: 16px;
  font-weight: 200;
  color: #FFF;
  display: block;
  margin-bottom: 41px;
}
.faq-call-banner .container .btns {
  color: #FFF;
}
.faq-call-banner .container .btns button {
  outline: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.0509803922);
  border: 2px solid #FFF;
  padding: 13px 17px;
  color: #FFF;
  cursor: pointer;
  margin-right: 10px;
}
.faq-call-banner .container .btns a {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1803921569);
  border: 2px solid #FFF;
  text-decoration: none;
  padding: 13px 26.5px;
  color: #FFF;
  cursor: pointer;
}

.service__banner {
  width: 100%;
  height: 388px;
}
.service__banner .service__banner-left {
  width: 55%;
  height: 100%;
  background-color: #000;
  color: #FFF;
  padding-top: 92px;
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
}
.service__banner .service__banner-left h2 {
  font-size: 25px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
.service__banner .service__banner-left p {
  font-size: 15px;
  font-weight: 200;
  color: #FFF;
  line-height: 134.8%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  max-width: 520px;
}
.service__banner .service__banner-left button {
  font-size: 16px;
  font-weight: 400;
  padding: 13px 25px;
  background-color: #4671FF;
  border-radius: 5px;
  outline: none;
  text-transform: uppercase;
  color: #FFF;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all 1s ease;
}
.service__banner .service__banner-right {
  width: 45%;
  height: 100%;
  background-color: #3462FF;
}
.service__banner .service__banner-right svg {
  width: 196px;
  height: 196px;
}

.service {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 125px;
  background: linear-gradient(135deg, #FFFFFF 0%, #CBD7FF 100%);
}
.service h2 {
  font-size: 38px;
  font-weight: 400;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.service span {
  font-size: 20px;
  font-weight: 300;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #3a3a3a;
  margin-top: 7px;
  margin-left: auto;
  margin-right: auto;
}
.service .service__cards {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(3, 288px); /* ширина карточки */
  gap: 22px;
  justify-content: center;
}
.service .service__cards .service__cards-card {
  width: 288px;
  background-color: #FFF;
  border-radius: 10px;
  position: relative;
}
.service .service__cards .service__cards-card .num {
  position: absolute;
  font-size: 51px;
  font-weight: 200;
  font-style: normal;
  right: 14px;
  top: 13.8px;
}
.service .service__cards .service__cards-card h4 {
  font-size: 15px;
  font-weight: 400;
  margin-left: 29px;
  padding-top: 36px;
}
.service .service__cards .service__cards-card p {
  margin-left: 29px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.5px;
  margin-top: 3px;
  display: block;
  width: 62%;
}
.service .service__cards .service__cards-card .card-ul {
  margin-top: 27px;
  margin-left: 29px;
}
.service .service__cards .service__cards-card .card-ul li {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: 300;
}
.service .service__cards .service__cards-card .i-black-checkmark {
  margin-right: 5px;
}
.service .service__cards .service__cards-card .card-hr {
  display: block;
  width: 100%;
  height: 19px;
  background-color: #000;
  margin-top: 34px;
  margin-bottom: 29px;
}
.service .service__cards .service__cards-card .card-price {
  width: 100%;
  padding-bottom: 30px;
}
.service .service__cards .service__cards-card .card-price span {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.6px;
  color: #000;
  margin-top: 0;
  margin-left: 29px;
  margin-right: 8px;
}
.service .service__cards .service__cards-card .card-price b {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: -0.6px;
  color: #000;
}
.service .service__cards .service__cards-card .card-price .card-price-text {
  font-size: 25px;
  margin-top: 8px;
}
.service .service__cards .seo-card {
  background-color: #FFF;
  color: #FFF;
  background: linear-gradient(135deg, #7254FA 0%, #485AF9 100%);
  box-shadow: 0 12px 32px rgba(114, 84, 250, 0.43);
}
.service .service__cards .seo-card .card-hr {
  background-color: #FFF;
}
.service .service__cards .seo-card .card-price span {
  color: #FFF;
}
.service .service__cards .seo-card .card-price b {
  color: #FFF;
}

.service-format h3 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.service-format .service-format__card {
  width: 100%;
  margin-bottom: 35px;
  color: #000;
  border-radius: 2px;
  box-sizing: border-box;
  padding-top: 46px;
  padding-bottom: 54px;
  padding-left: 50px;
}
.service-format .service-format__card h4 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.service-format .service-format__card p {
  margin-top: 26px;
  line-height: 167%;
  font-size: 20px;
  font-weight: 500;
  display: block;
  width: 79%;
}
.service-format .card-1 {
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(52, 99, 255, 0.5333333333) 100%);
}
.service-format .card-2 {
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(52, 154, 255, 0.5333333333) 100%);
}
.service-format .card-3 {
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(82, 52, 255, 0.5490196078) 100%);
}
.service-format .card-4 {
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(87, 97, 236, 0.568627451) 100%);
}
.service-format button {
  outline: none;
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 30px;
  border: none;
  border-bottom: 5px solid #383838;
  border-right: 6px solid #383838;
  border-radius: 120px;
  margin-top: 20px;
  margin-bottom: 120px;
  display: block;
  margin-left: auto;
}

.price {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, rgba(204, 217, 248, 0.86) 0%, #FFFFFF 75%);
  background-repeat: no-repeat;
  background-position: center 476px;
}
.price .price-eyebrow {
  font-size: 17px;
  font-weight: 400;
  color: #40508E;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.price .price-title {
  font-size: 56px;
  font-weight: 600;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 10px;
}
.price .price-subtitle {
  font-size: 20px;
  font-weight: 300;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #5A5A5A;
  margin-bottom: 73px;
}
.price .price__cards {
  width: 100%;
  -moz-column-count: 3;
       column-count: 3; /* 3 колонки */
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.price .price__cards .price__cards-card {
  width: 378px;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #CFCFCF;
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* не разрывать карточку */
  margin-bottom: 28px;
  overflow: visible;
  background-color: #FFF;
  box-shadow: 0px 4px 47.5px -2px rgba(0, 0, 0, 0.16);
  position: relative;
}
.price .price__cards .price__cards-card .card-header {
  width: 100%;
  box-sizing: border-box;
  padding-top: 41px;
  padding-left: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e1e1;
}
.price .price__cards .price__cards-card .card-header a {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #000;
  display: block;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  transition: 0.5s ease all;
}
.price .price__cards .price__cards-card .card-header a:hover {
  color: #1546A5;
}
.price .price__cards .price__cards-card .card-header h4 {
  font-size: 51px;
  font-weight: 500;
  color: #000;
  letter-spacing: -1px;
  position: relative;
}
.price .price__cards .price__cards-card .card-header h4 small {
  font-size: 16px;
  letter-spacing: -0.7px;
  font-weight: 200;
  color: #717171;
  display: inline-block;
  margin-left: 11px;
  position: absolute;
  bottom: 15px;
}
.price .price__cards .price__cards-card .card-header p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #7a7a7a;
}
.price .price__cards .price__cards-card .card-header p:first-of-type {
  margin-top: 3px;
}
.price .price__cards .price__cards-card .card-header button {
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  background-color: #2759D4;
  padding: 12px 28px;
  border-radius: 21.5px;
  border: none;
  cursor: pointer;
  margin-top: 19px;
}
.price .price__cards .price__cards-card .card-footer {
  margin-top: 32px;
  padding-left: 36px;
  padding-bottom: 65px;
}
.price .price__cards .price__cards-card .card-footer span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 11px;
}
.price .price__cards .price__cards-card .card-footer .card-li li {
  font-size: 12.7px;
  font-weight: 300;
  color: #323232;
  letter-spacing: -0.6px;
  margin-bottom: 9px;
}
.price .price__cards .price__cards-card .popular-sign {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 21.5px;
  background-color: #2759D4;
  padding: 5.5px 19px;
  position: absolute;
  top: 0;
  transform: translateY(-15px);
  left: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.price .price__cards .blue {
  background: linear-gradient(to bottom, #CCD7F1 38%, #f5f8ff 100%);
  border: 2px solid rgba(131, 150, 180, 0.5647058824);
}
.price .price__cards .blue .card-header {
  border-bottom: 1px solid #AEBFED !important;
}

.contact-form {
  width: 100%;
  background: linear-gradient(to right, #F2F2F2 0%, #F2F2F2 50%, #7360F2 50%, #7360F2 100%);
}
.contact-form .container {
  background-color: #FFF;
  box-shadow: 0px 4px 43.1px rgba(0, 0, 0, 0.15);
  padding-top: 91px;
  padding-bottom: 117px;
  position: relative;
}
.contact-form .container .contact-form__form {
  display: flex;
  flex-direction: column;
  margin-left: 186px;
}
.contact-form .container .contact-form__form h2 {
  font-size: 36px;
  font-weight: 400;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 27px;
}
.contact-form .container .contact-form__form p {
  font-size: 17px;
  font-weight: 200;
  color: #626262;
  display: block;
  width: 510px;
}
.contact-form .container .contact-form__form input {
  width: -moz-fit-content;
  width: fit-content;
  outline: none;
  border: none;
  border-bottom: 2px solid #d9d9d9;
  font-size: 16px;
  letter-spacing: -0.3px;
  font-weight: 200;
  padding: 11px 14px;
  margin-top: 25px;
  width: 294px;
  box-sizing: border-box;
}
.contact-form .container .contact-form__form button {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1.1px;
  color: #FFF;
  background-color: #000000;
  padding: 10.5px 75px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 34px;
  border: none;
  outline: none;
  width: 294px;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-form .container .to-home {
  width: 65px;
  height: 65px;
  background-color: #485AF9;
  position: absolute;
  left: -32.5px;
  top: calc(50% - 32.5px);
}

.contacts-card {
  width: 430px;
  padding-top: 41px;
  padding-bottom: 92px;
  background-color: #0e0e0e;
  position: absolute;
  color: #FFF;
  right: 0;
  top: 230px;
  flex-direction: column;
}
.contacts-card span {
  font-size: 24px;
  font-weight: 400;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 34px;
  margin-left: 41px;
}
.contacts-card a {
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1px;
  margin-bottom: 26px;
  margin-left: 41px;
}
.contacts-card a:last-child {
  margin-bottom: 0px;
}

.order {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 180px;
}
.order .container {
  position: relative;
}
.order .order__left {
  width: 60%;
  padding-top: 15px;
  z-index: 2;
}
.order .order__left h1 {
  font-size: 47px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
  line-height: 150%;
  text-transform: uppercase;
}
.order .order__left h1 b {
  font-size: 47px;
  font-weight: 500;
  letter-spacing: 0.3px;
  display: block;
  background: linear-gradient(to right, #000000, #525252);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.order .order__left p {
  display: block;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.3px;
  color: #000;
  margin-top: 21px;
  margin-bottom: 45px;
}
.order .order__left .order__left-btns button {
  font-size: 20px;
  font-weight: 400;
  background-color: #000;
  cursor: pointer;
  outline: none;
  border: none;
  letter-spacing: 0.7px;
  color: #FFF;
  border-radius: 30px;
  padding: 17.5px 56px;
  text-transform: uppercase;
  margin-right: 30px;
}
.order .order__left .order__left-btns span b {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2px;
  background: linear-gradient(to right, #000000, #525252);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.order .order__left .order__left-btns span s {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  margin-left: 30px;
  display: block;
  color: #828080;
}
.order .order__right {
  z-index: 2;
}
.order .order__right img {
  width: 532px;
  height: 297px;
}

.order-work {
  margin-bottom: 150px;
}

.order-description {
  width: 100%;
  background-color: #000;
  padding-top: 130px;
  padding-bottom: 185px;
  color: #FFF;
  margin-bottom: 120px;
}
.order-description .order-description__left {
  width: 62%;
  border-right: 1px solid #4E4E4E;
}
.order-description .order-description__left .order-description__left-header {
  padding-bottom: 64px;
  border-bottom: 1px solid #4E4E4E;
}
.order-description .order-description__left .order-description__left-header h2 {
  font-size: 45px;
  font-weight: 400;
  color: #FFF;
  text-transform: uppercase;
  line-height: 167.4%;
}
.order-description .order-description__left .order-description__left-header span {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #DDDDDD;
  display: block;
  margin-top: 20px;
}
.order-description .order-description__left .order-description__left-footer {
  margin-top: 63px;
  width: 100%;
}
.order-description .order-description__left .order-description__left-footer .order-description__right-block h3 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #FFF;
}
.order-description .order-description__left .order-description__left-footer .order-description__right-block p {
  font-size: 15px;
  font-weight: 400;
  line-height: 154.1%;
  letter-spacing: -0.4;
  color: rgba(255, 255, 255, 0.6745098039);
  display: block;
  margin-top: 21px;
}
.order-description .order-description__left .order-description__left-footer .order-description__right-block:last-child {
  margin-top: 85px;
}
.order-description .order-description__right {
  flex-direction: column;
  align-items: end;
}
.order-description .order-description__right h4 {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.2px;
  color: #FFF;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-top: 109px;
}
.order-description .order-description__right span {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #DDD;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 50px;
  margin-bottom: 54px;
}
.order-description .order-description__right .input {
  width: 312px;
  background-color: rgba(255, 255, 255, 0.04);
  border-radius: 32px;
  border: #525252 solid 1px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  transition: all 0.9s ease;
}
.order-description .order-description__right .input:hover {
  background-color: rgba(255, 255, 255, 0.09);
}
.order-description .order-description__right .input input {
  padding: 14px 0px;
  margin-left: 11px;
  background: none;
  outline: none;
  cursor: auto;
  border: none;
  color: #FFF;
  font-size: 14px;
  font-weight: 200;
  width: 85%;
  letter-spacing: 0.9px;
}
.order-description .order-description__right button {
  width: 312px;
  background-color: #FFF;
  border-radius: 312px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding: 14px 0;
  text-transform: uppercase;
  margin-top: 25px;
  transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.order-description .order-description__right button:hover {
  background-color: #5D75FF;
  color: #FFF;
  box-shadow: 0 12px 30px rgba(93, 117, 255, 0.35);
  transform: translateY(-2px);
}
.order-description .order-description__right button:active {
  transform: translateY(0);
  box-shadow: 0 6px 16px rgba(93, 117, 255, 0.25);
}

.order-package {
  width: 100%;
  margin-bottom: 172px;
}
.order-package h2 {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 17px;
}
.order-package span {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.order-package .order-package__cards {
  width: 100%;
  margin-top: 116px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-package .order-package__cards .order-package__cards-card {
  width: 351px;
  display: inline-block;
}
.order-package .order-package__cards .order-package__cards-card h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #212140;
}
.order-package .order-package__cards .order-package__cards-card p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #272727;
  margin-top: 20px;
}
.order-package .order-package__cards .order-package__cards-card:nth-child(4) {
  margin-top: 68px;
}
.order-package .order-package__cards .order-package__cards-card:nth-child(5) {
  margin-top: 68px;
}
.order-package .order-package__cards .order-package__cards-card:nth-child(6) {
  margin-top: 68px;
}

.case-title {
  margin-top: 85px;
}
.case-title .container {
  padding-bottom: 50px;
  align-items: flex-end;
  border-bottom: 1px solid #000;
}
.case-title span {
  font-size: 55px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
}
.case-title h2 {
  font-size: 20px;
  font-weight: 300;
  height: -moz-fit-content;
  height: fit-content;
  color: #000;
}

.case-banner {
  margin-bottom: 70px;
  height: 320px;
  margin-top: 59px;
}
.case-banner .container {
  border-radius: 20px;
  border-bottom: #000 5px solid;
  height: 100%;
  background: linear-gradient(to right, #94A2FF, #7587FC, #6879E3);
  position: relative;
}

.case-subtitle {
  margin-top: 85px;
}
.case-subtitle .container {
  padding-bottom: 40px;
  align-items: flex-end;
  border-bottom: 1px solid #000;
}
.case-subtitle span {
  font-size: 28px;
  font-weight: 400;
  height: -moz-fit-content;
  height: fit-content;
  color: #000;
}

.case-goals {
  margin-top: 90px;
  margin-bottom: 55px;
}
.case-goals .case-goals__left {
  width: 40%;
}
.case-goals .case-goals__left h4 {
  font-size: 48px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.case-goals .case-goals__left p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 156%;
}
.case-goals .case-goals__right {
  width: 44%;
}
.case-goals .case-goals__right h4 {
  font-size: 48px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.case-goals .case-goals__right .goal {
  width: 100%;
  margin-bottom: 35px;
}
.case-goals .case-goals__right .goal span {
  margin-right: 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.1px;
  color: #000;
}
.case-goals .case-goals__right .goal p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
}

.case-preview {
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}
.case-preview .container {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.case-preview .container img {
  position: relative;
  top: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1200px;
  height: 753px;
}

.case-block {
  margin-bottom: 132px;
  background-color: #000;
  padding-top: 130px;
  padding-bottom: 140px;
  color: #FFF;
  z-index: 2;
}
.case-block .case-block__header {
  margin-bottom: 130px;
}
.case-block .case-block__header h2 {
  font-size: 49px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 37px;
}
.case-block .case-block__header p {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #DDD;
}
.case-block .case-block__sides .case-block__left {
  width: 65%;
}
.case-block .case-block__sides .case-block__left span {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
.case-block .case-block__sides .case-block__left p {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.4px;
  color: rgba(255, 255, 255, 0.662745098);
  margin-bottom: 30px;
  display: block;
}
.case-block .case-block__sides .case-block__left p:last-child {
  margin-bottom: 0;
}
.case-block .case-block__sides .case-block__right {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-left: auto;
}
.case-block .case-block__sides .case-block__right span {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #FFF;
  margin-bottom: 50px;
}
.case-block .case-block__sides .case-block__right span small {
  margin-top: 30px;
  display: block;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: -0.4px;
  color: #d1d1d1;
}
.case-block .case-block__sides .case-block__right span:last-child {
  margin-bottom: 0;
}

.case-functions {
  background-color: #fafafa;
  margin-bottom: 130px;
  padding-top: 130px;
  padding-bottom: 140px;
  color: #000;
}
.case-functions h3 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000;
}
.case-functions .subtitle {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  margin-bottom: 120px;
}
.case-functions .case-functions__block-right {
  margin-bottom: 120px;
}
.case-functions .case-functions__block-right .img {
  width: 50%;
  position: relative;
}
.case-functions .case-functions__block-right .img img {
  top: 61px;
  left: 100px;
  position: absolute;
  width: 389px;
  height: 296px;
}
.case-functions .case-functions__block-right .description {
  width: 45%;
}
.case-functions .case-functions__block-right .description h4 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
  margin-bottom: 30px;
  display: block;
}
.case-functions .case-functions__block-right .description span {
  font-size: 18px;
  font-weight: 300;
  line-height: 167%;
  color: #000;
  margin-bottom: 15px;
}
.case-functions .case-functions__block-right .description span b {
  font-size: 18px;
  font-weight: 300;
  line-height: 167%;
  display: block;
  margin-top: 15px;
}
.case-functions .case-functions__block-right .description span small {
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1px;
  font-style: normal;
}
.case-functions .case-functions__block-right .description span:last-child {
  margin-bottom: 0;
}
.case-functions .case-functions__block-right.reverse .img {
  width: -moz-fit-content;
  width: fit-content;
}
.case-functions .case-functions__block-right.reverse .img img {
  left: -108px;
  top: 61px;
}

.result {
  margin-bottom: 130px;
}
.result h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 75px;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #000;
}
.result .result__block {
  margin-bottom: 55px;
}
.result .result__block i {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
  color: #373737;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 35px;
  font-style: normal;
}
.result .result__block .result__block-text h3 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
}
.result .result__block .result__block-text p {
  display: block;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  width: 68%;
}
.result .subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-top: 70px;
  display: block;
  width: 73%;
}

.order-form {
  width: 100%;
  height: 100%;
  background-color: #EDEDF5;
  position: fixed;
  left: 0;
  top: 0;
}
.order-form h2 {
  display: block;
  width: 60%;
  font-size: 48px;
  font-weight: 400;
  line-height: 153.5%;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.order-form span {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  display: block;
}
.order-form .cform {
  margin-top: 66px;
}
.order-form .cform .cform__left {
  width: 50%;
}
.order-form .cform .cform__left input {
  background: none;
  border: 0.8px solid #424242;
  border-radius: 200px;
  height: 41px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  outline: none;
  width: 48.3%;
}
.order-form .cform .cform__left textarea {
  background: none;
  border: 0.8px solid #424242;
  border-radius: 19px;
  height: 77px;
  margin-top: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  outline: none;
  width: 100%;
  overflow-y: hidden;
}
.order-form .cform .cform__left input:first-child {
  margin-right: 15px;
}
.order-form .cform .cform__left .cform__left-btn {
  width: 100%;
  margin-top: 15px;
}
.order-form .cform .cform__left .cform__left-btn span {
  font-size: 10px;
  font-weight: 300;
  line-height: 153.5%;
  color: #000;
  margin-left: 0;
  text-transform: none;
  display: block;
  width: 45%;
}
.order-form .cform .cform__left .cform__left-btn span b {
  font-size: 10px;
  line-height: 153.5%;
  color: #000;
  text-transform: none;
  font-weight: 500;
}
.order-form .cform .cform__left .cform__left-btn button {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #000;
  outline: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  padding: 12px 53px;
  border-radius: 30px;
  letter-spacing: 0.7px;
}
.order-form .cform .cform__right {
  display: flex;
  flex-direction: column;
  width: 22%;
  padding-left: 40px;
  border-left: 1px solid #888;
  margin-left: 100px;
  justify-content: center;
}
.order-form .cform .cform__right a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  color: #000;
  margin-bottom: 17px;
}
.order-form .cform .cform__right a:last-of-type {
  margin-bottom: 36px;
  font-weight: 500 !important;
}
.order-form .cform .cform__right span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #000;
  margin: 0;
  text-transform: none;
}

.active-header {
  position: fixed;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 33px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.7764705882);
  min-width: 600px;
  box-sizing: border-box;
  justify-content: center;
  border-radius: 80px;
}
.active-header a {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.1px;
  color: #000;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
  text-decoration: none;
}
.active-header a:last-child {
  margin-right: 0px;
}

.hero-section__right img:first-child {
  animation: floatPhone 5s ease-in-out infinite;
}

@keyframes floatPhone {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes glowBorder {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 300% 50%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.types img {
  animation: rotate 30s linear infinite;
}

@keyframes moveTop {
  0% {
    top: -1178px;
  }
  50% {
    top: 0;
  }
  100% {
    top: -1178px;
  }
}
.types__cards {
  position: absolute;
  animation: moveTop 29s ease-in-out infinite;
}

.types__cards:hover {
  animation-play-state: paused;
}

.gear-svg {
  animation: gear-rotate 12s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes gear-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.header .call-order-btn {
  position: relative;
  transition: transform 0.2s ease;
}

.header .call-order-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
}

.header .call-order-btn:hover {
  transform: translateY(-2px);
}

.header .call-order-btn:hover::after {
  animation: pulse 0.6s ease-out;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.service-format button {
  outline: none;
  cursor: pointer;
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 30px;
  border: none;
  border-bottom: 5px solid #383838;
  border-right: 6px solid #383838;
  border-radius: 120px;
  margin-top: 20px;
  margin-bottom: 120px;
  display: block;
  margin-left: auto;
  position: relative; /* для анимации */
  transition: transform 0.2s ease;
}

.service-format button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  opacity: 0;
  transform: scale(0.6);
  pointer-events: none;
}

.service-format button:hover {
  transform: translateY(-2px);
}

.service-format button:hover::after {
  animation: pulse 0.6s ease-out;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(0.6);
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.card-header button {
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-header button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  z-index: 0;
}

.card-header button:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 20px rgba(39, 89, 212, 0.5);
}

.card-header button:hover::before {
  width: 200%;
  height: 200%;
  opacity: 1;
}

.card-header button:active {
  transform: translateY(1px) scale(0.98); /* как будто вдавливается */
  box-shadow: 0 5px 10px rgba(39, 89, 212, 0.4);
}

.card-header button:active::before {
  opacity: 0.2;
  width: 150%;
  height: 150%;
}

.types .types__cards .types__cards-card:hover {
  background-color: #246AFD;
}

.order-form .cform .cform__left .cform__left-btn button::before {
  content: ""; /* Псевдо-элемент */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #bed6ff; /* Белый фон */
  transform: scaleX(0); /* Изначально скрыт */
  transform-origin: right; /* Исходная точка анимации */
  transition: transform 0.3s ease; /* Плавная анимация */
  z-index: -1; /* Размещаем за текстом кнопки */
  pointer-events: none; /* Не блокируем наведение на саму кнопку */
}

.order-form .cform .cform__left .cform__left-btn button:hover::before {
  transform: scaleX(1); /* Раскрывается по горизонтали */
  transform-origin: left; /* Анимация с левой стороны */
}

.main .main__hero-section .hero-section__left .btns button {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #FFF;
  padding: 21px 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  outline: none;
  border: none;
  background: linear-gradient(90deg, #4636FF 0%, #6B36FF 50%, #6F00FF 100%);
  cursor: pointer;
  margin-right: 19px;
  position: relative; /* Для создания эффекта подсветки */
  transition: transform 0.2s ease, background 0.5s ease, box-shadow 0.3s ease; /* Плавные изменения */
}

.main .main__hero-section .hero-section__left .btns button:hover {
  background: linear-gradient(90deg, #6F00FF 0%, #6B36FF 50%, #4636FF 100%); /* Плавное изменение фона */
  transform: scale(1.05); /* Увеличение кнопки */
  box-shadow: 0 0 20px rgba(111, 0, 255, 0.6); /* Эффект подсветки */
}

.main .main__hero-section .hero-section__left .btns button:active {
  transform: scale(0.98); /* Эффект "нажатия" */
  box-shadow: none; /* Убираем подсветку при нажатии */
}

.main .main__hero-section .hero-section__left .btns a {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.2px;
  color: #5F52F7; /* Изначальный цвет текста */
  padding: 21px 71px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  background: linear-gradient(#FFF) padding-box, linear-gradient(90deg, #4636FF 0%, #6B36FF 50%, #6F00FF 100%) border-box;
  position: relative;
  box-sizing: border-box; /* Учитываем паддинг и бордер в размере */
  transition: transform 0.2s ease, background 0.5s ease, box-shadow 0.3s ease, color 0.3s ease; /* Плавные изменения */
}

.main .main__hero-section .hero-section__left .btns a:hover {
  background: linear-gradient(#6F00FF 0%, #6B36FF 50%, #4636FF 100%) !important; /* Плавное изменение фона */
  color: #FFF; /* Меняем цвет текста на белый */
  transform: scale(1.05); /* Увеличение кнопки */
  box-shadow: 0 0 20px rgba(111, 0, 255, 0.6); /* Эффект подсветки */
  border: 2px solid rgba(255, 255, 255, 0); /* Убираем бордер при наведении */
}

.main .main__hero-section .hero-section__left .btns a:active {
  transform: scale(0.98); /* Эффект "нажатия" */
  box-shadow: none; /* Убираем подсветку при нажатии */
}

ul.nav-ul li a {
  position: relative;
  text-decoration: none;
}

ul.nav-ul li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

ul.nav-ul li a:hover::before {
  width: 100%;
}

.active-header a {
  position: relative;
  text-decoration: none;
}

.active-header a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}

.active-header a:hover::before {
  width: 100%;
}

.footer__navigation-nav ul li a {
  position: relative;
  text-decoration: none;
}

.footer__navigation-nav ul li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.footer__navigation-nav ul li a:hover::before {
  width: 100%;
}

.header .header__subnav .subnav_order-btn {
  border-radius: 5px;
  background-color: #FFF;
  outline: none;
  border: none;
  cursor: pointer;
  color: #7C38F3;
  font-size: 11px;
  letter-spacing: -0.2px;
  font-weight: 500;
  padding: 7px 11px;
  margin-left: 15px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.header .header__subnav .subnav_order-btn:hover {
  transform: scale(1.05); /* Увеличение кнопки */
  color: #FFF; /* Цвет текста при наведении */
  background-color: #372556; /* Цвет фона при наведении */
}

.header .header__subnav .subnav_call-btn {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4392156863);
  outline: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: -0.2px;
  font-weight: 500;
  padding: 7px 11px;
  margin-left: 8px;
  transition: transform 0.2s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.header .header__subnav .subnav_call-btn:hover {
  transform: translateY(-2px); /* Немного смещаем кнопку вверх */
  background-color: rgba(255, 255, 255, 0.7); /* Прозрачность фона увеличивается */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Легкая тень для эффекта подъема */
}

.form .form__action .form__action-inputs button {
  position: relative;
  width: 100%;
  background-color: #000;
  outline: none;
  border: none;
  padding: 13px 0 14px 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.3px;
  cursor: pointer;
  overflow: hidden;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.form .form__action .form__action-inputs button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: bottom right;
}

.form .form__action .form__action-inputs button:hover {
  background-color: #444;
}

.form .form__action .form__action-inputs button:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.form .form__action .form__action-inputs button:focus {
  outline: none;
}

#service-btn:hover {
  background-color: #1546A5;
}

.features {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}

.features__wrapper {
  display: flex;
  gap: 30px;
  animation: scroll 15s infinite alternate; /* туда-сюда бесконечно */
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* плавное замедление к концу */
}

@media (min-width: 1900px) {
  .features__wrapper {
    animation: none;
  }
  .features__card:nth-child(n+7) {
    display: none;
  }
}
.features__card {
  flex: 0 0 auto;
}
.features__card img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100px;
  height: auto;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-22%);
  }
}
.prices .prices__cards .prices__cards-card button {
  transition: transform 0.1s, box-shadow 0.1s;
}

.prices .prices__cards .prices__cards-card button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 #000;
}

.prices .prices__cards .prices__cards-card button:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

/* Замовити */
.order .order__left .order__left-btns button:hover {
  background: linear-gradient(120deg, #4460ff, #e252ff);
  box-shadow: 0 0 20px rgba(58, 46, 229, 0.1), 0 0 40px rgba(81, 0, 255, 0.1);
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.order .order__left .order__left-btns button {
  transition: all 0.4s ease;
}

button.call-order-btn {
  transition: border 0.8s ease;
}

button.call-order-btn:active {
  border-bottom: 0px;
  border-right: 0px;
}

.banner__wrapper {
  width: 100%;
  display: flex;
}

.banner__cards {
  display: flex;
  gap: 20px; /* расстояние между картинками */
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* плавное замедление */
}

@keyframes scrollCards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-780%); /* регулируй % в зависимости от длины wrapper */
  }
}
.banner__title {
  width: 100%;
}
.banner__title h4 {
  animation: moveRight 330s linear infinite;
}

@keyframes moveRight {
  from {
    transform: translateX(-90%);
  }
  to {
    transform: translateX(0%);
  }
}
.about-block .btn-seo-order {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-block .btn-seo-order:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.about-block .btn-seo-order:active {
  transform: translateY(3px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.main {
  opacity: 0;
  animation: mainLoadAnim 0.9s ease-out forwards;
}

@keyframes mainLoadAnim {
  to {
    opacity: 1;
  }
}
.banner-img-1 {
  width: 472px;
  height: 369px;
  margin-bottom: 48px;
  margin-left: 92px;
  z-index: 2;
}

.banner-img-2 {
  width: 334px;
  height: 61px;
  z-index: 1;
  position: absolute;
  top: 55px;
  right: 364px;
}

.banner-img-3 {
  width: 194px;
  height: 369px;
  margin-bottom: 48px;
  margin-right: 92px;
  z-index: 2;
}

.i-case-circle {
  min-width: 381px;
  min-height: 381px;
  width: 381px;
  height: 381px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 381px;
}/*# sourceMappingURL=styles.css.map */