@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "Gilroy";
  font-size: 1.1875rem;
  line-height: 1.1578947368;
  font-weight: 500;
  color: #121212;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background: #F3F3F3;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=container] {
  max-width: 71.5625rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

[class*=container-big] {
  max-width: 73.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.form {
  position: relative;
  max-width: 488px;
  width: 100%;
}

.form__body {
  position: relative;
  max-width: 420px;
}

.form__label {
  display: block;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
  color: #474A57;
  cursor: pointer;
  margin-bottom: 8px;
}

.form__fieldset {
  margin-bottom: 15px;
}

.form__row {
  position: relative;
}

.form__row:not(:last-child) {
  margin-bottom: 22px;
}

.form__input {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
  padding: 14px 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 100%;
  outline: transparent;
}

.form__input::-webkit-input-placeholder {
  color: #A8A8A8;
}

.form__input::-moz-placeholder {
  color: #A8A8A8;
}

.form__input:-ms-input-placeholder {
  color: #A8A8A8;
}

.form__input::-ms-input-placeholder {
  color: #A8A8A8;
}

.form__input::placeholder {
  color: #A8A8A8;
}

.form__textarea {
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 400;
  padding: 10px 20px 5px 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 100%;
  height: 50px;
  outline: transparent;
  resize: none;
}

.form__textarea::-webkit-input-placeholder {
  color: #A8A8A8;
}

.form__textarea::-moz-placeholder {
  color: #A8A8A8;
}

.form__textarea:-ms-input-placeholder {
  color: #A8A8A8;
}

.form__textarea::-ms-input-placeholder {
  color: #A8A8A8;
}

.form__textarea::placeholder {
  color: #A8A8A8;
}

.form__text {
  font-size: 11px;
  line-height: 1.1818181818;
  font-weight: 400;
  margin-bottom: 22px;
}

.form__btn {
  letter-spacing: 0.32px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  padding: 18px;
  background-color: #6937F7;
  border-radius: 100px;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn:hover {
  background-color: #5621e9;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.modal-show body::after {
  opacity: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.modal_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.modal_show .modal__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.modal__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.modal__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 64px 20px;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}

.lock .modal__content {
  visibility: visible;
}

.modal__close {
  position: absolute;
  top: 37px;
  right: 37px;
}

.modal .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 36px;
}

.modal .img img {
  max-width: 50%;
}

.modal .form__input,
.modal .form__textarea {
  border: 1px solid #D9D9D9;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.section {
  position: relative;
}

.title {
  font-size: 32px;
  line-height: 1.21875;
  font-weight: 800;
  text-transform: uppercase;
  color: #121212;
  position: relative;
  margin-bottom: 25px;
}

.title.title-decor::before {
  content: "";
  position: absolute;
  width: 148px;
  height: 39px;
  top: -10px;
  left: 5px;
  border: 1px solid #FF4701;
  border-radius: 50%;
  -webkit-transform: matrix(0.99, -0.13, 0.16, 0.99, 0, 0);
      -ms-transform: matrix(0.99, -0.13, 0.16, 0.99, 0, 0);
          transform: matrix(0.99, -0.13, 0.16, 0.99, 0, 0);
  z-index: -1;
}

.title.title-decor::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 39px;
  left: 0;
  top: -10px;
  border: 1px solid #FF4701;
  border-radius: 50%;
  -webkit-transform: matrix(1, 0.06, 0.02, 1, 0, 0);
      -ms-transform: matrix(1, 0.06, 0.02, 1, 0, 0);
          transform: matrix(1, 0.06, 0.02, 1, 0, 0);
  z-index: -1;
}

.suptitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 40px;
}

.main .feedback .container::after {
  content: "";
  display: none;
}

.main .feedback .img img {
  width: 100%;
  max-width: 100%;
}

.main-blog .load-more {
  text-align: center;
  padding: 60px 0;
}

.main-blog .load-more .btn {
  max-width: 343px;
}

.main-article .article {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
}

.main-reviews .reviews {
  margin-bottom: 42px;
}

.main-reviews .reviews .title {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 600;
  margin-bottom: 42px;
}

.main-reviews .reviews .list {
  position: relative;
  margin-bottom: 42px;
}

.main-reviews .reviews .list::before,
.main-reviews .reviews .list::after {
  content: "";
  position: absolute;
  width: 894px;
  height: 734px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  opacity: 0.35;
  -webkit-filter: blur(77.5px);
          filter: blur(77.5px);
}

.main-reviews .reviews .list::before {
  bottom: -30px;
  left: -32%;
}

.main-reviews .reviews .list::after {
  top: 30%;
  right: -60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-reviews .reviews .item {
  position: relative;
  z-index: 1;
}

.main-reviews .reviews .item__text {
  text-align: left;
}

.main-reviews .reviews .item__text::before {
  top: -8px;
  left: 30px;
  bottom: auto;
}

.main-reviews .reviews .load-more {
  text-align: center;
}

.main-reviews .reviews .btn {
  max-width: 343px;
}

.main-services .page-info::after {
  display: none;
}

.main-services .clipped {
  margin-bottom: 90px;
}

.main-about .statistic {
  margin-bottom: 80px;
}

.main-about .clipped {
  margin-bottom: 48px;
}

.page-info {
  position: relative;
}

.page-info::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -110px;
  width: 494px;
  height: 334px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  opacity: 0.35;
  -webkit-filter: blur(75px);
          filter: blur(75px);
}

.page-info .inner {
  position: relative;
  border-radius: 15px;
  background: #121212;
  overflow: hidden;
}

.page-info .inner::before,
.page-info .inner::after {
  content: "";
  position: absolute;
  top: 30px;
  width: 400px;
  height: 100%;
  background: -o-linear-gradient(235.28deg, #6339DA 36.67%, #005BAF 80.34%);
  background: linear-gradient(214.72deg, #6339DA 36.67%, #005BAF 80.34%);
  opacity: 0.5;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: 0;
}

.page-info .inner::after {
  top: 0;
  right: -100px;
}

.page-info .inner::before {
  left: -100px;
}

.page-info p {
  font-size: 24px;
  line-height: 1.1666666667;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.page-info__secondary {
  position: relative;
}

.page-info__secondary .inner {
  border-radius: 20px;
  background: #FFFFFF;
  padding: 39px 16px 32px 16px;
}

.page-info__secondary .inner p {
  font-size: 24px;
  line-height: 140%;
  color: #000000;
}

.page-info__secondary .inner p:not(:last-child) {
  margin-bottom: 40px;
}

.page-info__secondary .inner ul {
  margin-top: 50px;
}

.page-info__secondary .inner li {
  position: relative;
  padding-left: 28px;
  font-size: 22px;
}

.page-info__secondary .inner li:not(:last-child) {
  margin-bottom: 30px;
}

.page-info__secondary .inner li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page-info__secondary .img {
  position: absolute;
  right: 60px;
  bottom: -100px;
  width: 175px;
}

.start-today {
  padding: 40px 22px;
  background: #5243C2;
  border-radius: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}

.start-today .title {
  font-size: 48px;
  line-height: 120%;
  font-weight: 600;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 24px;
}

.start-today .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  color: #FFFFFF;
}

.start-today .form {
  margin-bottom: 21px;
  max-width: 569px;
}

.start-today .input {
  width: 100%;
  padding: 12px;
  background-color: transparent;
  border-radius: 40px;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  padding-left: 35px;
  color: #FFFFFF;
  outline: transparent;
}

.start-today .input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  font-weight: 600;
}

.start-today .input::-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  font-weight: 600;
}

.start-today .input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  font-weight: 600;
}

.start-today .input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  font-weight: 600;
}

.start-today .input::placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
  font-weight: 600;
}

.start-today .btn {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  padding: 13px;
  background: #FF4701;
  max-width: 232px;
}

.our-rating .img {
  max-width: 422px;
}

.our-rating .star {
  max-width: 144px;
}

.our-rating p {
  font-size: 18px;
  line-height: 1.3333333333;
  color: #000000;
}

.bonus {
  padding: 40px 32px;
  background: #5243C2;
  border-radius: 26px;
  margin-bottom: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.bonus .text {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
}

.bonus .text img {
  width: 67px;
}

.bonus .btn {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  padding: 20px;
  background: #FF4701;
  max-width: 257px;
}

.bonus .btn:hover {
  background-color: #d35523;
}

.clipped {
  margin-bottom: 30px;
}

.clipped-line {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 22px;
  padding: 8px 0;
  position: relative;
}

.clipped-line-top {
  background: #FF4701;
  top: 10px;
  -webkit-transform: rotate(4deg);
      -ms-transform: rotate(4deg);
          transform: rotate(4deg);
}

.clipped-line-top span {
  white-space: nowrap;
}

.clipped-line-bottom {
  background: #6937F7;
  bottom: 10px;
  -webkit-transform: rotate(-4deg);
      -ms-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.clipped-line-bottom span {
  white-space: nowrap;
}

.clipped-line-bottom span:first-child {
  margin-left: -100px;
}

@-webkit-keyframes marquee-1 {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee-1 {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes marquee-2 {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes marquee-2 {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.header {
  position: relative;
  background: #FFFFFF;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.menu__arrow {
  width: 14px;
  height: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%279%27 viewBox=%270 0 15 9%27 fill=%27none%27%3E%3Cpath d=%27M0.397374 0.87004C0.111878 0.993613 -0.0500451 1.31746 0.013872 1.64983C0.0394388 1.79471 0.439986 2.20804 3.60601 5.37832C6.7763 8.54435 7.18963 8.94489 7.3345 8.97046C7.73505 9.04716 7.50069 9.25169 11.3783 5.37832C15.2517 1.50495 15.0472 1.73505 14.9705 1.3345C14.9321 1.12571 14.6764 0.87004 14.4676 0.83169C14.0671 0.754989 14.2716 0.580283 10.7392 4.10424L7.49217 7.35123L4.26222 4.12555C2.4555 2.31883 0.985411 0.878562 0.917233 0.852996C0.75531 0.79334 0.555036 0.801862 0.397374 0.87004Z%27 fill=%27black%27/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sub-menu {
  padding-top: 10px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sub-menu li {
  padding: 0;
}

.sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.sub-menu li.current_page_item a {
  color: #6937F7;
}

.sub-menu li a {
  -webkit-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
  line-height: 1;
}

.sub-menu li a:hover {
  color: #6937F7;
}

.sub-menu li a[aria-current=page] {
  pointer-events: none;
}

.contacts-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
}

.contacts-block__item:not(:last-child) {
  margin-bottom: 32px;
}

.contacts-block__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 16px;
}

.contacts-block__link {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #18191F;
  display: inline-block;
  margin-bottom: 10px;
}

.contacts-block__text {
  font-size: 16px;
  color: #18191F;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 50px 0;
  background-color: #fff;
  position: relative;
}

.footer__navigation-list li a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer__navigation-list li a:hover {
  color: #5d28f0;
}

.up {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #6937F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.up:hover {
  background-color: #5d28f0;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.intro .text {
  max-width: 488px;
  width: 100%;
}

.intro .form::before {
  content: "";
  position: absolute;
  width: 894px;
  height: 734px;
  right: -110px;
  top: -160px;
  z-index: -1;
  -webkit-filter: blur(77.5px);
          filter: blur(77.5px);
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  opacity: 0.35;
}

.intro .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  max-height: 580px;
  border-radius: 0 0 0 120px;
}

.intro .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 0 120px;
}

.advantages {
  padding: 60px 0;
  margin-bottom: 100px;
  background: #121212;
}

.advantages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.advantages .item__img {
  max-width: 185px;
  margin-bottom: 40px;
}

.advantages .item__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.advantages .item__text {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}

.advantages .arrow-left {
  position: absolute;
  top: 0;
  left: -55px;
  width: 218px;
}

.advantages .arrow-right {
  position: absolute;
  bottom: 0;
  right: -75px;
  width: 200px;
}

.how-working::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 286px;
  height: 390px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  -webkit-filter: blur(105px);
          filter: blur(105px);
}

.how-working .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #121212;
}

.how-working .title svg {
  width: 28px;
}

.how-working .img {
  position: relative;
  border-radius: 0 55px;
  margin-left: 27px;
  max-width: 500px;
}

.how-working .img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  left: -27px;
  background: rgba(105, 55, 247, 0.07);
  border-radius: 0 55px;
}

.how-working .img img {
  border-radius: 0 55px;
}

.how-working .item {
  position: relative;
  padding-left: 28px;
}

.how-working .item:not(:last-child) {
  margin-bottom: 30px;
}

.how-working .item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/star.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.how-working .item__title {
  position: relative;
  font-size: 24px;
  line-height: 1.1666666667;
  margin-bottom: 5px;
}

.how-working .item__title::before {
  content: "";
  position: absolute;
}

.how-working .item__desc {
  font-size: 19px;
  line-height: 1.1578947368;
}

.about .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #121212;
}

.about .title span {
  color: #FF4701;
}

.about .title__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F7D2C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.about .title__icon svg {
  width: 32px;
  margin-left: -4px;
  margin-top: -4px;
  fill: rgb(105, 55, 247);
}

.about .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
}

.about .img {
  width: 199px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 199px;
          flex: 0 0 199px;
  margin-bottom: 40px;
}

.about .desc {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

.packages {
  margin-bottom: 43px;
}

.packages::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 286px;
  height: 390px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  -webkit-filter: blur(105px);
          filter: blur(105px);
  z-index: 0;
}

.packages::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 286px;
  height: 390px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  -webkit-filter: blur(105px);
          filter: blur(105px);
  z-index: 0;
}

.packages .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  max-width: 750px;
  margin-bottom: 75px;
  font-size: 30px;
  line-height: 1.1666666667;
  text-align: center;
}

.packages .title svg {
  width: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
}

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

.no-webp .packages .item{
  background-image: url(../img/packages/packages-decor.png); }

.packages .item {
  position: relative;
  background: #5243C2;
  -webkit-box-shadow: 0px 30px 60px rgba(61, 51, 134, 0.295755);
          box-shadow: 0px 30px 60px rgba(61, 51, 134, 0.295755);
  border-radius: 26px;
  padding: 34px 14px 43px 14px;
  font-size: 32px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.packages .item > * {
  max-width: 369px;
}

.packages .item__title {
  margin-bottom: 15px;
}

.packages .item__packages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.packages .item__packages span {
  font-size: 70px;
  line-height: 140%;
  font-weight: 700;
  margin: 10px 0;
}

.no-webp .packages .item-1{
  background-image: url(../img/packages/packages-decor-dark.png); }

.packages .item-1 {
  color: #000;
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.packages .item-1 span {
  color: #5243C2;
}

.packages .btn {
  padding: 13px;
  background-color: #FF4701;
}

.packages .btn:hover {
  background-color: #d35523;
}

.clients .container {
  max-width: 968px;
}

.clients .title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #121212;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 2.125rem;
}

.clients .title span {
  color: #FF4701;
}

.clients .title__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F7D2C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.clients .title__icon svg {
  width: 32px;
  margin-left: -4px;
  margin-top: -4px;
  fill: rgb(105, 55, 247);
}

.clients .desc {
  font-size: 24px;
  line-height: 1.1666666667;
  text-align: center;
  margin-bottom: 80px;
}

.clients .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients .img {
  width: 128px;
}

.feedback {
  padding-top: 70px;
  padding-bottom: 50px;
  border-radius: 15px;
  overflow: hidden;
}

.feedback::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #121212;
  border-radius: 15px;
  z-index: -2;
}

.feedback::before {
  content: "";
}

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

.feedback .img {
  max-width: 444px;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}

.feedback .img img {
  width: 605px;
  max-width: initial;
}

.feedback .title {
  color: #fff;
}

.feedback .title.title-decor::after {
  top: 0;
  left: -12px;
}

.feedback .title.title-decor::before {
  top: 0;
  left: -10px;
}

.feedback .suptitle {
  color: #fff;
  margin-bottom: 27px;
}

.feedback .form__text {
  font-size: 12px;
  color: #A8A8A8;
}

.feedback .form__input,
.feedback .form__textarea {
  background: #2F2D2D;
  color: #fff;
}

.seo {
  position: relative;
  margin-bottom: 60px;
}

.seo.open .seo__body {
  height: auto;
}

.seo.open .seo__opener .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.seo__body {
  position: relative;
  border-radius: 16px;
  background: #cdc3e9;
  padding: 20px;
  padding-right: 30px;
  margin-bottom: 10px;
  overflow-y: auto;
  height: 350px;
}

.no-webp .seo__body .simplebar-content-wrapper::after{
  background: url(../img/seo-decor.png) center/contain no-repeat; }

.seo__body .simplebar-content-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 327px;
  height: 373px;
}

.seo__body h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #18191F;
  margin-bottom: 22px;
}

.seo__body h3 {
  font-size: 16px;
  font-weight: 500;
  color: #18191F;
  margin-bottom: 7px;
}

.seo__body p:not(:last-child) {
  margin-bottom: 30px;
}

.seo__body ul {
  margin-bottom: 30px;
}

.seo__body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}

.seo__body ul li:not(:last-child) {
  margin-bottom: 15px;
}

.seo__body ul li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2721%27 height=%2721%27 viewBox=%270 0 21 21%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23clip0_601_742%29%27%3E%3Cpath d=%27M9.7625 0.0248033C9.68457 0.0330064 9.44258 0.0617173 9.2293 0.0822251C7.87578 0.229881 6.37871 0.738475 5.16875 1.46035C3.63066 2.3791 2.37969 3.63008 1.46094 5.16816C0.743164 6.36582 0.267383 7.76035 0.0746094 9.22871C0.00898438 9.7332 0.00898438 11.2672 0.0746094 11.7717C0.410937 14.327 1.53477 16.4885 3.43789 18.2562C4.48789 19.2365 5.79629 19.9994 7.21953 20.467C8.34336 20.8402 9.2334 20.9756 10.5008 20.9756C11.4359 20.9756 11.8502 20.9387 12.6746 20.7705C15.5006 20.1922 18.023 18.3793 19.5406 15.8322C20.2584 14.6346 20.7342 13.24 20.9269 11.7717C20.9926 11.2672 20.9926 9.7332 20.9269 9.22871C20.7342 7.76035 20.2584 6.36582 19.5406 5.16816C18.6219 3.63008 17.3709 2.3791 15.8328 1.46035C14.6475 0.75078 13.2324 0.266795 11.8133 0.0822251C11.4523 0.0330064 10.0168 -0.00390768 9.7625 0.0248033ZM11.3416 1.27168C13.7328 1.49316 16.042 2.69492 17.5637 4.51191C20.4963 8.01055 20.4963 12.9898 17.5637 16.4885C16.042 18.3055 13.7328 19.5072 11.3416 19.7287C8.88887 19.9543 6.43613 19.175 4.5125 17.5631C2.46992 15.8527 1.23125 13.1867 1.23125 10.5002C1.23125 7.72754 2.54375 5 4.70527 3.27734C6.58789 1.77617 8.975 1.0543 11.3416 1.27168Z%27 fill=%27%236937F7%27/%3E%3Cpath d=%27M15.0317 6.95645C15.0112 6.96055 14.9374 6.97696 14.8676 6.99336C14.7774 7.01387 14.0473 7.71524 11.976 9.78653L9.20748 12.551L7.75143 11.0949C6.19694 9.54043 6.11491 9.47481 5.80319 9.53223C5.60221 9.56914 5.38483 9.77422 5.33151 9.9711C5.23307 10.3361 5.22077 10.3197 7.06647 12.1736C7.99752 13.1047 8.81784 13.9045 8.89166 13.9496C9.05163 14.0522 9.33463 14.0604 9.4987 13.9742C9.56432 13.9373 10.9671 12.5551 12.62 10.9022C15.9587 7.55528 15.8028 7.73985 15.6428 7.3543C15.6018 7.25176 15.5157 7.12871 15.4583 7.0877C15.3557 7.00977 15.1137 6.93594 15.0317 6.95645Z%27 fill=%27%236937F7%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0_601_742%27%3E%3Crect width=%2721%27 height=%2721%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  border-radius: 50%;
}

.seo__body ol {
  counter-reset: li;
}

.seo__body ol li {
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.seo__body ol li:not(:last-child) {
  margin-bottom: 20px;
}

.seo__body ol li::before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  color: #6937F7;
  font-size: 16px;
  font-weight: 600;
}

.seo__opener {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #18191F;
  z-index: 1;
  padding-right: 17px;
}

.seo__opener .icon {
  width: 35px;
  height: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #6937F7;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  -o-transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}

.seo .simplebar-track.simplebar-vertical {
  right: 14px;
  top: 35px;
  bottom: 35px;
  width: 4px;
  overflow: visible;
  background-color: #fff;
}

.seo .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
  left: -3px;
  width: 10px;
  border-radius: 20px;
  background: #6937F7;
}

.seo .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1 !important;
}

.services-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 698px;
  background-color: #302D2F;
  text-align: center;
  overflow: hidden;
}

.services-intro::after {
  content: "";
  position: absolute;
  width: 894px;
  height: 734px;
  left: 0px;
  top: 0px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  opacity: 0.35;
  -webkit-filter: blur(77.5px);
          filter: blur(77.5px);
}

.services-intro .container {
  position: relative;
  z-index: 1;
}

.services-intro .title {
  font-size: 32px;
  line-height: 1.21875;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.services-intro .text {
  font-size: 24px;
  line-height: 1.1666666667;
  text-align: center;
  color: #FFFFFF;
  max-width: 734px;
  margin-bottom: 30px;
}

.services-intro .btn {
  max-width: 395px;
}

.services-intro .memoji {
  position: absolute;
}

.services-intro .memoji-1 {
  top: 11px;
  left: 98px;
  width: 82px;
}

.services-intro .memoji-2 {
  top: 42px;
  right: -28px;
  width: 97px;
}

.services-intro .memoji-3 {
  top: 64px;
  left: -20px;
  width: 92px;
}

.services-intro .memoji-4 {
  bottom: 23px;
  left: -4px;
  width: 119px;
}

.services-intro .memoji-5 {
  bottom: 23px;
  right: -24px;
  width: 114px;
}

.services-intro .memoji-6 {
  bottom: 67px;
  width: 93px;
}

.statistic {
  margin-bottom: 70px;
}

.statistic .title {
  font-size: 32px;
  line-height: 1.21875;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.statistic .text {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 400;
  text-align: center;
  color: #667085;
  margin-bottom: 48px;
}

.statistic .item {
  padding: 16px 0;
  text-align: center;
}

.statistic .item__number {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #6937F7;
  margin-bottom: 16px;
}

.statistic .item__desc {
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
  color: #101828;
}

.tools {
  margin-bottom: 42px;
}

.tools .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.21875;
  text-align: center;
  margin-bottom: 32px;
}

.tools .text {
  font-size: 18px;
  line-height: 1.1666666667;
  font-weight: 400;
  text-align: center;
  color: #667085;
  margin-bottom: 48px;
}

.tools .list {
  max-width: 812px;
  margin-left: auto;
  margin-right: auto;
}

.tools .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.tools .item:not(:last-child) {
  margin-bottom: 60px;
}

.tools .item__title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  color: #222222;
  margin-bottom: 8px;
}

.tools .item__desc {
  font-size: 18px;
  line-height: 155%;
  font-weight: 400;
  color: #222222;
  max-width: 570px;
}

.tools .item__number {
  width: 49px;
  height: 49px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49px;
          flex: 0 0 49px;
  border-radius: 50%;
  border: 2px solid #FF4701;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  color: #6937F7;
}

.reviews {
  margin-bottom: 108px;
}

.reviews .container {
  position: relative;
}

.reviews .title {
  font-size: 32px;
  line-height: 1.1875;
  font-weight: 600;
  margin-bottom: 42px;
}

.reviews .item__author img {
  width: 120px;
  margin-bottom: 8px;
}

.reviews .item__author h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  color: #18191F;
}

.reviews .item__author span {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #474A57;
}

.reviews .item__text {
  padding: 24px 14px;
  background-color: #fff;
  border-radius: 22px;
  position: relative;
  text-align: center;
  margin-bottom: 12px;
}

.reviews .item__text::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

.reviews .item__text h3 {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #18191F;
  margin-bottom: 10px;
}

.reviews .item__text p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #18191F;
}

.reviews .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.reviews .button-prev {
  left: -40px;
}

.reviews .button-next {
  right: -40px;
}

.reviews .button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reviews .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  position: absolute;
  left: 50%;
  bottom: -28px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reviews .pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #18191F;
  border: 1px solid #18191F;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.reviews .pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border: 3px solid #18191F;
  background-color: transparent;
}

.services-advantages {
  margin-bottom: 42px;
}

.services-advantages .body {
  padding: 22px;
  background: #FFFFFF;
  border-radius: 26px;
}

.services-advantages .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 24px;
  line-height: 1.1666666667;
  margin-bottom: 40px;
}

.services-advantages .title svg {
  width: 32px;
}

.services-advantages .item {
  border-radius: 26px;
  overflow: hidden;
}

.services-advantages .item:not(:last-child) {
  margin-bottom: 30px;
}

.services-advantages .item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 26px;
  background: rgba(212, 217, 232, 0.25);
}

.services-advantages .item__body {
  background: rgba(212, 217, 232, 0.4);
  padding: 16px 20px 24px 20px;
}

.services-advantages .item__smile {
  width: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
}

.services-advantages .item__title {
  font-size: 20px;
  line-height: 139.53%;
  color: #000000;
}

.writing {
  margin-bottom: 40px;
}

.writing .title {
  font-size: 32px;
  line-height: 1.1875;
  text-align: center;
  margin-bottom: 50px;
}

.writing .item:not(:last-child) {
  margin-bottom: 60px;
}

.writing .item__title {
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
  color: #000000;
  text-align: center;
  position: relative;
  margin-bottom: 22px;
}

.writing .item__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120px;
  height: 2px;
  background-color: #6937F7;
}

.writing .item__list li {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7222222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  letter-spacing: 0.16px;
  text-decoration-line: underline;
  color: #F35950;
}

.writing .item__list li::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  border-radius: 50%;
  border: 1.5px solid #6937F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width=%2713%27 height=%2710%27 viewBox=%270 0 13 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M10.455 0.455024C10.6649 0.246931 10.9483 0.129818 11.2439 0.129002C11.5395 0.128187 11.8235 0.243735 12.0346 0.450666C12.2456 0.657596 12.3668 0.939284 12.3718 1.23483C12.3769 1.53037 12.2654 1.81602 12.0615 2.03002L6.07349 9.51503C5.97058 9.62587 5.84637 9.71483 5.70829 9.77657C5.57021 9.83832 5.4211 9.87159 5.26987 9.87439C5.11864 9.87719 4.9684 9.84946 4.82813 9.79287C4.68786 9.73628 4.56044 9.65199 4.45349 9.54502L0.485992 5.57602C0.375462 5.47303 0.286809 5.34883 0.225321 5.21083C0.163833 5.07283 0.13077 4.92386 0.128105 4.77281C0.12544 4.62175 0.153227 4.47171 0.209808 4.33163C0.26639 4.19155 0.350607 4.06429 0.457435 3.95747C0.564263 3.85064 0.691514 3.76642 0.831596 3.70984C0.971678 3.65326 1.12172 3.62547 1.27278 3.62814C1.42383 3.6308 1.5728 3.66386 1.7108 3.72535C1.8488 3.78684 1.973 3.87549 2.07599 3.98602L5.21699 7.12552L10.4265 0.488024C10.4358 0.476404 10.4458 0.465382 10.4565 0.455024H10.455Z%27 fill=%27%236937F7%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.writing .item__list li:not(:last-child) {
  margin-bottom: 12px;
}

.writing-info {
  margin-bottom: 60px;
}

.writing-info .container > *:not(:last-child) {
  margin-bottom: 25px;
}

.writing-info h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #121212;
}

.writing-info h3 {
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  color: #000000;
}

.writing-info p {
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  color: #000000;
}

.satisfied {
  margin-bottom: 40px;
}

.satisfied .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 22px;
  font-size: 32px;
  line-height: 1.125;
}

.satisfied .title__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #F7D2C4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}

.satisfied .title__icon svg {
  width: 32px;
  margin-left: -4px;
  margin-top: -4px;
  fill: rgb(105, 55, 247);
}

.satisfied .text {
  margin-bottom: 30px;
  text-align: center;
}

.satisfied .text p {
  font-size: 20px;
  line-height: 1.2;
  display: inline-block;
  max-width: 657px;
}

.satisfied .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 26px 32px;
  background: #000000;
  border-radius: 26px;
  color: #fff;
}

.satisfied .item::before,
.satisfied .item::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 100%;
  background: -o-linear-gradient(235.28deg, #6339DA 36.67%, #005BAF 80.34%);
  background: linear-gradient(214.72deg, #6339DA 36.67%, #005BAF 80.34%);
  opacity: 0.5;
  -webkit-filter: blur(100px);
          filter: blur(100px);
}

.satisfied .item::before {
  top: 0;
  left: -100px;
}

.satisfied .item::after {
  top: 0;
  right: -100px;
}

.satisfied .item > * {
  position: relative;
  z-index: 1;
}

.satisfied .item__icon {
  margin-bottom: 18px;
}

.satisfied .item__title {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

.satisfied .item__desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 20px;
}

.satisfied .item__desc > * {
  font-size: 16px;
  line-height: 1.125;
}

.satisfied .item__desc > *:not(:last-child) {
  margin-bottom: 10px;
}

.satisfied .item__btn {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.about-intro {
  background: -o-linear-gradient(331.67deg, #6937F7 36.31%, #897EF3 80.79%);
  background: linear-gradient(118.33deg, #6937F7 36.31%, #897EF3 80.79%);
  padding-top: 47px;
  padding-bottom: 57px;
  margin-bottom: 80px;
  color: #FFFFFF;
}

.about-intro .our-rating p {
  color: #FFFFFF;
}

.about-intro .title {
  font-size: 32px;
  line-height: 1.09375;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-intro .text {
  font-size: 20px;
  line-height: 1.2;
  max-width: 835px;
  margin-bottom: 14px;
}

.about-intro .btn {
  max-width: 240px;
  background-color: #000000;
}

.about-intro .btn:hover {
  background-color: #5621e9;
}

.values {
  margin-bottom: 40px;
}

.values .body {
  background: -o-linear-gradient(199.05deg, rgba(82, 67, 194, 0.7) 4.67%, rgba(0, 0, 0, 0) 62.83%), -o-linear-gradient(341.75deg, rgba(105, 55, 247, 0.5) 1.05%, rgba(0, 0, 0, 0) 101.92%), #000000;
  background: linear-gradient(250.95deg, rgba(82, 67, 194, 0.7) 4.67%, rgba(0, 0, 0, 0) 62.83%), linear-gradient(108.25deg, rgba(105, 55, 247, 0.5) 1.05%, rgba(0, 0, 0, 0) 101.92%), #000000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 32px;
  padding: 44px 22px;
}

.values .title {
  font-size: 32px;
  line-height: 1.21875;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 48px;
}

.values .item:not(:last-child) {
  margin-bottom: 65px;
}

.values .item__img {
  width: 72px;
  margin-bottom: 18px;
}

.values .item__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 18px;
}

.values .item__text {
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 400;
  color: #FFFFFF;
}

.intro-reviews {
  background: -o-linear-gradient(301.13deg, #6937F7 -5.19%, rgba(255, 255, 255, 0) 64.32%);
  background: linear-gradient(148.87deg, #6937F7 -5.19%, rgba(255, 255, 255, 0) 64.32%);
  padding-top: 50px;
  padding-bottom: 60px;
}

.intro-reviews .title {
  font-size: 32px;
  line-height: 1.09375;
  font-weight: 600;
  color: #000000;
  margin-bottom: 17px;
}

.intro-reviews .btn {
  max-width: 240px;
  background-color: #000000;
}

.intro-reviews .btn:hover {
  background-color: #5621e9;
}

.blog-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 360px;
  background: #2F2D2D;
  overflow: hidden;
}

.blog-intro .title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #F7FBFA;
  margin-bottom: 24px;
}

.blog-intro .text {
  font-size: 24px;
  line-height: 1.6666666667;
  color: #F7FBFA;
}

.blog-articles .article .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 40px 22px;
}

.blog-articles .article .title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #202025;
  max-width: 740px;
  margin-bottom: 32px;
}

.blog-articles .article .excerpt {
  font-size: 20px;
  line-height: 1.6;
  color: #2F2D2D;
  margin-bottom: 32px;
}

.blog-articles .article .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 55px;
}

.blog-articles .article .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.blog-articles .article .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 18px;
}

.blog-articles .article .avatar::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  border-radius: 50%;
  z-index: 0;
  background-image: conic-gradient(from 180deg at 50% 50%, #5FFF5C -18.66deg, #FFE249 22.23deg, #F35950 78.14deg, #7C5BFF 159deg, #1CE4FF 202.32deg, #5FFF5C 341.34deg, #FFE249 382.23deg);
}

.blog-articles .article .avatar::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  background: #E1E2E2;
  z-index: 1;
}

.blog-articles .article .avatar img {
  position: relative;
  width: 28px;
  z-index: 2;
}

.blog-articles .article .avatar span {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  background-color: #fff;
}

.blog-articles .article .name {
  font-size: 18px;
  font-weight: 700;
  color: #202025;
}

.blog-articles .article .date {
  font-size: 14px;
  line-height: 1.4285714286;
  color: #686A6C;
}

.blog-articles .article .btn {
  max-width: 394px;
  background: #000000;
}

.blog-articles .article .btn:hover {
  background-color: #5621e9;
}

.no-webp .article-intro{
  background: url(../img/article/poster.png) center/cover no-repeat; }

.article-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 460px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}

.article-intro .title {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #F7FBFA;
  margin-bottom: 24px;
  max-width: 742px;
}

.article-intro .text {
  font-size: 24px;
  line-height: 1.6666666667;
  color: #F7FBFA;
}

.article .article-side {
  -ms-flex-preferred-size: 290px;
      flex-basis: 290px;
  margin-bottom: 40px;
}

.article .article-side .block {
  padding: 32px 24px;
  background: #FFFFFF;
  border-radius: 26px;
}

.article .article-side .block:not(:last-child) {
  margin-bottom: 22px;
}

.article .article-side .block__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.article .article-side .block__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-image: conic-gradient(from 180deg at 50% 50%, #5FFF5C -18.66deg, #FFE249 22.23deg, #F35950 78.14deg, #7C5BFF 159deg, #1CE4FF 202.32deg, #5FFF5C 341.34deg, #FFE249 382.23deg);
}

.article .article-side .block__avatar::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  background: #E1E2E2;
  z-index: 1;
}

.article .article-side .block__avatar img {
  position: relative;
  width: 28px;
  z-index: 2;
}

.article .article-side .block__avatar span {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  background-color: #fff;
}

.article .article-side .block__name {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}

.article .article-side .block__date {
  font-size: 16px;
  line-height: 1.25;
  color: #000000;
}

.article .article-side .block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.article .article-side .block__info:not(:last-child) {
  margin-bottom: 16px;
}

.article .article-side .block__info > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.article .article-side .block__info span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: #000000;
}

.article .article-side .block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.article .article-side .block__links a {
  color: #6937F7;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.article .article-side .block__links a:hover {
  color: #8C30F5;
}

.article .article-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article .article-main h2 {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 600;
  color: #000000;
  margin-bottom: 32px;
}

.article .article-main h4 {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 600;
  color: #000000;
  margin-bottom: 32px;
}

.article .article-main img {
  width: 100%;
  height: 448px;
  border-radius: 26px;
  margin: 40px 0 60px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .article-main p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.article .article-main p a {
  color: #6937F7;
  text-decoration: underline;
}

.article .article-main ul {
  margin-bottom: 48px;
}

.article .article-main ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.article .article-main ul li:not(:last-child) {
  margin-bottom: 24px;
}

.article .article-main ul li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7 15.8999L10.1429 19.4999L18 10.4999%27 stroke=%27%236937F7%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M23 10.5625L14.4283 19.5625L14 19%27 stroke=%27%236937F7%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.article .article-share {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.article .article-share .title {
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #202025;
  margin-bottom: 32px;
}

.article .article-share .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1;
  color: #1C274C;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}

.article .article-share .item:hover {
  color: #8C30F5;
}

.article-related .title {
  font-size: 32px;
  line-height: 1.0625;
  font-weight: 600;
  color: #202025;
  margin-bottom: 40px;
}

.article-related .item__img {
  position: relative;
  padding-bottom: 72%;
  border-radius: 24px;
  margin-bottom: 48px;
}

.article-related .item__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-related .item__title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: #202025;
  margin-bottom: 24px;
}

.article-related .item__expert {
  font-size: 20px;
  line-height: 1.6;
  color: #2F2D2D;
}

.article-related .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 44px;
}

.article-related .button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #202025;
}

.article-related .button svg {
  stroke: #FFFFFF;
}

.article-related .button.swiper-button-disabled {
  border: 2px solid #E1E2E2;
  background: transparent;
}

.article-related .button.swiper-button-disabled svg {
  stroke: #202025;
}

.main-contacts {
  padding-top: 32px;
  padding-bottom: 70px;
}

.main-contacts .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-contacts .form {
  margin-bottom: 65px;
}

.main-contacts .form::before {
  content: "";
  position: absolute;
  width: 894px;
  height: 734px;
  right: -110px;
  top: -160px;
  z-index: -1;
  -webkit-filter: blur(77.5px);
          filter: blur(77.5px);
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  opacity: 0.35;
}

.main-contacts .form__title,
.main-contacts .modal .title,
.modal .main-contacts .title {
  margin-bottom: 15px;
}

.main-contacts .form__title::before,
.main-contacts .modal .title::before,
.modal .main-contacts .title::before,
.main-contacts .form__title::after,
.main-contacts .modal .title::after,
.modal .main-contacts .title::after {
  display: none;
}

.main-contacts .form__suptitle,
.main-contacts .modal .suptitle,
.modal .main-contacts .suptitle {
  margin-bottom: 32px;
}

.faq {
  padding: 32px 0;
}

.faq::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 894px;
  height: 734px;
  top: 25%;
  left: -35%;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  opacity: 0.35;
  -webkit-filter: blur(77.5px);
          filter: blur(77.5px);
}

.faq::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: -o-radial-gradient(94% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 80%);
  background: radial-gradient(50% 50% at 94% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 80%);
  opacity: 0.35;
  -webkit-filter: blur(77.5px);
          filter: blur(77.5px);
}

.faq__container {
  max-width: 50rem;
}

.faq__title {
  font-size: 32px;
  line-height: 1.21875;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.faq__block {
  background: #FFFFFF;
  border-radius: 26px;
  padding: 40px 32px;
}

.faq__block:not(:last-child) {
  margin-bottom: 28px;
}

.faq__block:last-child {
  text-align: center;
  position: relative;
}

.faq__block:last-child::before {
  content: "";
  position: absolute;
  width: 894px;
  height: 734px;
  bottom: -90px;
  left: -55%;
  background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
  opacity: 0.35;
  -webkit-filter: blur(77.5px);
          filter: blur(77.5px);
  z-index: -1;
}

.faq__block h2 {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
  margin-bottom: 12px;
}

.faq__block p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #18191F;
  margin-bottom: 24px;
}

.faq__btn {
  font-size: 18px;
  line-height: 1.1666666667;
  max-width: 455px;
}

.faq__item:not(:last-child) {
  margin-bottom: 40px;
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.faq__question-icon,
.faq__answer-icon {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  border-radius: 50%;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Manrope";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
}

.faq__question-body {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3333333333;
  color: #222222;
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.faq__answer-icon {
  background: #EAECF0;
  color: #000;
}

.faq__answer-body {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 400;
  color: #000;
}

.faq__answer-body ul {
  padding-left: 20px;
  margin-top: 20px;
}

.faq__answer-body ul li {
  position: relative;
}

.faq__answer-body ul li:not(:last-child) {
  margin-bottom: 7px;
}

.faq__answer-body ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  -o-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

@media (min-width: 47.99875em) {
  .page-info .inner {
    padding: 47px 38px;
  }

  .bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }

  .bonus .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }

  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }

  .how-working::before {
    top: 80%;
    left: -15%;
  }

  .about .title {
    margin-bottom: 70px;
  }

  .packages::before {
    top: 0;
    right: 0;
  }

  .packages::after {
    left: 0;
  }

  .clients .title {
    margin-bottom: 70px;
  }

  .clients .images {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .feedback::before {
    width: 465px;
    height: 365px;
    position: absolute;
    bottom: 95px;
    left: -194px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    -webkit-filter: blur(150px);
            filter: blur(150px);
  }

  .seo {
    margin-bottom: 100px;
  }

  .statistic .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .statistic .list > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .statistic .item:not(:last-child) {
    border-right: 1px solid #BFC0C2;
  }

  .writing .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }

  .writing .body > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .satisfied .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
  }

  .satisfied .body > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .values .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }

  .blog-articles .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .blog-articles .article:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .blog-articles .article > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .blog-articles .article .poster {
    position: relative;
  }

  .blog-articles .article .poster img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .article .article-share .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }

  .article .article-share .list > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .article-related {
    background: #FFFFFF;
    padding: 80px 0;
  }

  .article-related .top {
    width: 100%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .article-related .title {
    font-size: 64px;
  }

  .article-related .item__img {
    padding-bottom: 58%;
  }
}

@media (min-width: 47.99875em) and (min-width: 61.99875em) {
  .blog-articles .article {
    min-height: 720px;
  }
}

@media (min-width: 61.99875em) {
  .form__text {
    font-size: 10px;
    margin-bottom: 26px;
  }

  .modal__content {
    padding: 64px;
  }

  .modal .form__title,
  .modal .title {
    font-size: 40px;
  }

  .title {
    font-size: 45px;
    line-height: 1.2444444444;
    font-weight: 800;
  }

  .title.title-decor::before {
    width: 305px;
    height: 60px;
  }

  .title.title-decor::after {
    width: 305px;
    height: 60px;
  }

  .main-blog .load-more {
    padding: 80px 0;
  }

  .main-article .article {
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48px;
  }

  .main-reviews .reviews {
    margin-bottom: 90px;
  }

  .main-reviews .reviews .title {
    font-size: 48px;
    line-height: 1.1875;
    text-align: center;
    margin-bottom: 64px;
  }

  .main-reviews .reviews .list {
    margin-bottom: 100px;
  }

  .main-reviews .reviews .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 44px;
  }

  .main-reviews .reviews .item:not(:last-child) {
    margin-bottom: 42px;
  }

  .main-reviews .reviews .item__author {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133px;
            flex: 0 0 133px;
  }

  .main-reviews .reviews .item__text {
    padding: 32px;
    width: 100%;
  }

  .main-reviews .reviews .item__text::before {
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }

  .main-services .packages {
    margin-bottom: 145px;
  }

  .main-services .clipped {
    margin-bottom: 130px;
  }

  .main-about .statistic {
    margin-bottom: 95px;
  }

  .main-about .clipped {
    margin-bottom: 95px;
  }

  .page-info {
    max-width: 1105px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }

  .page-info__secondary {
    width: 100%;
    max-width: 71.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
  }

  .page-info__secondary .inner {
    padding: 54px 90px;
  }

  .start-today {
    margin-bottom: 90px;
  }

  .start-today .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 22px;
  }

  .start-today .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
  }

  .our-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-bottom: 31px;
  }

  .our-rating .star {
    margin-bottom: 10px;
  }

  .clipped {
    margin-bottom: 280px;
  }

  .clipped-line-top {
    -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
            transform: rotate(2deg);
  }

  .clipped-line-bottom {
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }

  .menu__list li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: 7px 0;
  }

  .menu__list li:hover > .menu__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu__list li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .menu__list li a {
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .menu__list li a:hover {
    color: #6937F7;
  }

  .menu__list li.menu-item-has-children > a:hover {
    color: #000000;
  }

  .menu__contacts {
    display: none;
  }

  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    background:  #FFFFFF;
    min-width: 220px;
    padding: 15px;
    border-radius: 6px;
  }

  .footer {
    padding: 67px 0;
  }

  .footer__navigation-list {
    gap: 40px;
  }

  .intro {
    margin-bottom: 110px;
  }

  .intro .body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 60px;
  }

  .intro .form::before {
    right: 70%;
  }

  .advantages .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin-top: -260px;
  }

  .advantages .item {
    max-width: 305px;
  }

  .advantages .item__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .advantages .arrow-left {
    top: auto;
    bottom: 0;
    left: 0;
    width: 290px;
  }

  .advantages .arrow-right {
    top: 0;
    right: 0;
    bottom: auto;
    width: 250px;
  }

  .how-working {
    margin-bottom: 9.375rem;
  }

  .how-working .title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .how-working .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 32px;
  }

  .how-working .body > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }

  .how-working .img {
    margin-left: 45px;
  }

  .how-working .img::before {
    left: -45px;
    top: 45px;
  }

  .about {
    margin-bottom: 9.0625rem;
  }

  .about .title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .about .title__icon svg {
    width: 40px;
  }

  .about .body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 44px 36px 46px 75px;
  }

  .about .img {
    margin-right: 60px;
  }

  .about .desc {
    text-align: left;
  }

  .packages {
    margin-bottom: 100px;
  }

  .packages .title {
    font-size: 35px;
    line-height: 1.1714285714;
    text-align: left;
    margin-bottom: 97px;
  }

  .packages .body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 22px;
  }

  .packages .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .services-packages {
    margin-bottom: 145px;
  }

  .clients {
    margin-bottom: 140px;
  }

  .clients .title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .clients .title__icon svg {
    width: 40px;
  }

  .feedback .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
  }

  .feedback .container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    height: 500px;
    background: -o-linear-gradient(235.28deg, #6339DA 36.67%, #005BAF 80.34%);
    background: linear-gradient(214.72deg, #6339DA 36.67%, #005BAF 80.34%);
    opacity: 0.5;
    -webkit-filter: blur(60px);
            filter: blur(60px);
    z-index: 0;
  }

  .seo__body {
    padding: 50px;
  }

  .seo__body .simplebar-content-wrapper::after {
    width: 527px;
    height: 673px;
  }

  .seo__body h2 {
    font-size: 32px;
  }

  .seo__body h3 {
    font-size: 20px;
  }

  .services-intro::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .services-intro .title {
    font-size: 64px;
    line-height: 1.21875;
    margin-bottom: 26px;
  }

  .services-intro .text {
    font-size: 26px;
    line-height: 1.1923076923;
    margin-bottom: 72px;
  }

  .services-intro .memoji-1 {
    top: -21px;
    left: 88px;
    width: 164px;
  }

  .services-intro .memoji-2 {
    width: 226px;
    top: 79px;
    right: -31px;
  }

  .services-intro .memoji-3 {
    width: 144px;
    top: 266px;
    left: -6px;
  }

  .services-intro .memoji-4 {
    width: 211px;
    bottom: 71px;
    left: 146px;
  }

  .services-intro .memoji-5 {
    width: 153px;
    bottom: 70px;
    right: 260px;
  }

  .services-intro .memoji-6 {
    bottom: 160px;
    right: -15px;
    width: 154px;
  }

  .statistic {
    margin-bottom: 125px;
  }

  .tools {
    margin-bottom: 90px;
  }

  .tools::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 451px;
    bottom: -25%;
    left: -226px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    opacity: 0.35;
    -webkit-filter: blur(77.5px);
            filter: blur(77.5px);
  }

  .tools .title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .tools .text {
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 90px;
  }

  .tools .item {
    gap: 40px;
  }

  .reviews .title {
    font-size: 36px;
    line-height: 1.2222222222;
    font-weight: 700;
    text-align: center;
    margin-bottom: 77px;
  }

  .reviews .item__author {
    text-align: center;
  }

  .services-advantages {
    margin-bottom: 60px;
  }

  .services-advantages .body {
    padding: 80px 60px;
  }

  .services-advantages .title {
    font-size: 35px;
    line-height: 1.1714285714;
  }

  .services-advantages .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }

  .writing {
    margin-bottom: 120px;
  }

  .writing .title {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 90px;
  }

  .writing-info {
    margin-bottom: 110px;
  }

  .writing-info h2 {
    font-size: 40px;
  }

  .satisfied {
    margin-bottom: 95px;
  }

  .satisfied .title {
    font-size: 40px;
    line-height: 1.1;
  }

  .satisfied .title__icon svg {
    width: 40px;
  }

  .satisfied .text {
    margin-bottom: 92px;
  }

  .about-intro {
    padding-top: 30px;
    padding-bottom: 90px;
    margin-bottom: 96px;
  }

  .about-intro .title {
    font-size: 64px;
    line-height: 1.125;
    margin-bottom: 31px;
  }

  .about-intro .text {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 42px;
  }

  .values {
    margin-bottom: 97px;
  }

  .values .body {
    padding: 64px;
  }

  .values .title {
    font-size: 36px;
    line-height: 1.2222222222;
  }

  .values .list {
    gap: 65px;
  }

  .intro-reviews {
    padding: 50px 0;
    background: -o-linear-gradient(279.13deg, #6937F7 -5.19%, rgba(255, 255, 255, 0) 64.32%);
    background: linear-gradient(170.87deg, #6937F7 -5.19%, rgba(255, 255, 255, 0) 64.32%);
  }

  .intro-reviews .title {
    font-size: 64px;
    max-width: 965px;
    margin-bottom: 31px;
  }

  .blog-articles .article .body {
    padding: 80px;
  }

  .article-intro {
    margin-bottom: 80px;
  }

  .article-intro::before,
  .article-intro::after {
    content: "";
    position: absolute;
    width: 406px;
    height: 406px;
    border-radius: 50%;
    background: #8C30F5;
    opacity: 0.6;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }

  .article-intro::before {
    left: -206px;
    top: 0px;
  }

  .article-intro::after {
    top: 0;
    right: -50px;
  }

  .article-intro .title {
    font-size: 64px;
  }

  .article-intro .text {
    font-size: 32px;
    font-weight: 600;
  }

  .article .article-side .block:not(:last-child) {
    margin-bottom: 48px;
  }

  .main-contacts {
    padding-top: 50px;
  }

  .main-contacts::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: -o-radial-gradient(94% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 80%);
    background: radial-gradient(50% 50% at 94% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 80%);
    opacity: 0.35;
    -webkit-filter: blur(77.5px);
            filter: blur(77.5px);
  }

  .main-contacts .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gsp: 20px;
  }

  .main-contacts .form::before {
    right: 70%;
  }

  .main-contacts .contacts-block {
    margin-right: 60px;
  }

  .faq {
    padding: 50px 0;
  }

  .faq__title {
    font-size: 48px;
    line-height: 1.2291666667;
    font-weight: 800;
  }

  .faq__block h2 {
    font-size: 40px;
    line-height: 1.5;
  }
}

@media (min-width: 61.99875em) and (min-width: 71.5625em) {
  .how-working .body {
    gap: 62px;
  }
}

@media (min-width: 71.5625em) {
  .main-services .packages {
    margin-bottom: 245px;
  }

  .page-info .inner {
    padding: 47px 86px;
  }

  .page-info__secondary .inner li:not(:last-child) {
    margin-bottom: 48px;
  }

  .start-today {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 170px;
  }

  .bonus {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 114px;
  }

  .advantages {
    padding-bottom: 100px;
    margin-bottom: 90px;
  }

  .advantages .container {
    gap: 72px;
  }

  .advantages .item__img {
    max-width: 228px;
  }

  .how-working .item:not(:last-child) {
    margin-bottom: 48px;
  }

  .packages::after {
    top: 130%;
  }

  .packages .body {
    gap: 57px;
  }

  .services-packages {
    margin-bottom: 245px;
  }

  .feedback {
    padding-top: 122px;
    padding-bottom: 65px;
  }

  .feedback::before {
    bottom: 0;
  }

  .feedback .container {
    gap: 72px;
  }

  .feedback .suptitle {
    margin-bottom: 58px;
  }

  .services-intro {
    min-height: 755px;
  }

  .tools {
    margin-bottom: 164px;
  }

  .reviews {
    margin-bottom: 140px;
  }

  .writing {
    margin-bottom: 170px;
  }

  .writing-info {
    margin-bottom: 140px;
  }

  .satisfied .body {
    gap: 30px;
  }

  .blog-intro::before,
  .blog-intro::after {
    content: "";
    position: absolute;
    width: 406px;
    height: 406px;
    background: #8C30F5;
    opacity: 0.6;
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }

  .blog-intro::before {
    left: 0px;
    top: 0px;
  }

  .blog-intro::after {
    right: -7%;
    top: 27px;
  }

  .blog-articles .article .title {
    font-size: 48px;
    line-height: 1.3333333333;
  }

  .article-related {
    padding: 128px 0;
  }
}

@media (min-width: 81.25rem) {
  .main-article .article {
    width: 100%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    row-gap: 120px;
  }
}

@media (min-width: 100em) {
  .feedback::before {
    width: 765px;
    height: 765px;
    position: absolute;
    left: 0;
    background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    -webkit-filter: blur(500px);
            filter: blur(500px);
  }
}

@media (max-width: 71.5625em) {
  .page-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .start-today {
    margin-left: 20px;
    margin-right: 20px;
  }

  .reviews .button {
    display: none;
  }
}

@media (max-width: 61.99875em) {
  .main-reviews .reviews .item__author {
    margin-bottom: 24px;
  }

  .page-info {
    margin-bottom: 72px;
  }

  .page-info .inner::before,
  .page-info .inner::after {
    height: 50%;
    width: 300px;
  }

  .page-info .inner::after {
    top: auto;
    bottom: 0;
  }

  .page-info__secondary {
    padding: 0 16px;
    margin-bottom: 3.75rem;
  }

  .page-info__secondary .inner p:not(:last-child) {
    margin-bottom: 20px;
  }

  .page-info__secondary .inner ul {
    margin-top: 30px;
  }

  .start-today .list .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .start-today .input {
    margin-bottom: 16px;
    border: 1px solid #FFFFFF;
    padding-left: 15px;
  }

  .clipped-line {
    font-size: 14px;
    padding: 4px 0;
  }

  .menu {
    position: fixed;
    top: 0;
    right: -200%;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 20px 0 20px;
    padding-top: 108px;
    z-index: 98;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #fff;
  }

  .menu-open .menu {
    right: 0;
  }

  .menu__list {
    margin-bottom: 50px;
  }

  .menu__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }

  .menu__list li:not(:last-child) {
    margin-bottom: 30px;
  }

  .menu__list li.sub-open > .menu__arrow {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .menu__list li.sub-open > .sub-menu {
    height: auto;
    margin-top: 15px;
    visibility: visible;
    opacity: 1;
  }

  .menu__list li a {
    font-size: 32px;
    line-height: 1.21875;
    font-weight: 800;
    text-transform: uppercase;
  }

  .menu__list li a[aria-current=page] {
    pointer-events: none;
  }

  .menu__contacts {
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    padding-bottom: 32px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .menu__contacts::before {
    content: "";
    position: absolute;
    bottom: -175px;
    left: -95px;
    width: 120%;
    height: 470px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    opacity: 0.35;
    -webkit-filter: blur(77.5px);
            filter: blur(77.5px);
    z-index: -1;
  }

  .menu__arrow {
    width: 20px;
    height: 20px;
    margin-right: -16px;
  }

  .sub-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    height: 0;
  }

  .intro {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 55px;
  }

  .intro .img {
    display: none;
  }

  .advantages .item:not(:last-child) {
    margin-bottom: 70px;
  }

  .how-working .img {
    margin-bottom: 70px;
  }

  .about .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px 20px;
  }

  .packages .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .packages .item {
    max-width: 320px;
  }

  .packages .item:not(:last-child) {
    margin-bottom: 70px;
  }

  .clients {
    margin-bottom: 97px;
  }

  .clients .desc br {
    display: none;
  }

  .feedback .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .feedback .img {
    display: none;
  }

  .services-intro .memoji-6 {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .main-contacts .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 61.99875em) {
	  .icon-menu {
		display: block;
		position: relative;
		width: 1.875rem;
		height: 1.125rem;
		z-index: 100;
	  }

	  .icon-menu span,
	  .icon-menu::before,
	  .icon-menu::after {
		content: "";
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 0.125rem;
		background-color: #000;
	  }

	  .icon-menu::before {
		top: 0;
	  }

	  .icon-menu::after {
		bottom: 0;
	  }

	  .icon-menu span {
		top: calc(50% - 0.0625rem);
	  }

	  .menu-open .icon-menu span {
		width: 0;
	  }

	  .menu-open .icon-menu::before {
		top: calc(50% - 0.0625rem);
		-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
	  }

	  .menu-open .icon-menu::after {
		bottom: calc(50% - 0.0625rem);
		-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
				transform: rotate(45deg);
	  }
}

@media (max-width: 47.99875em) {
  .modal .form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -45%;
    left: -45%;
    background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    opacity: 0.35;
    -webkit-filter: blur(77.5px);
            filter: blur(77.5px);
    z-index: -1;
  }

  .main-services .page-info .inner::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 215px;
    height: 215px;
  }

  .main-services .page-info .inner::after {
    display: none;
  }

  .page-info .inner {
    padding: 30px 10px 45px 10px;
  }

  .page-info .inner::before,
  .page-info .inner::after {
    width: 160px;
    height: 160px;
    -webkit-filter: blur(25px);
            filter: blur(25px);
  }

  .page-info .inner::after {
    right: -10px;
  }

  .page-info .inner::before {
    left: -10px;
    top: 0;
    opacity: 0.35;
  }

  .page-info__secondary .img {
    display: none;
  }

  .bonus .text img {
    margin-bottom: 24px;
  }

  .header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
  }



  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }

  .footer__navigation-list li {
    text-align: center;
  }

  .footer__navigation-list li:not(:last-child) {
    margin-bottom: 30px;
  }

  .up {
    position: absolute;
    bottom: 20px;
    right: 15px;
  }

  .how-working {
    margin-bottom: 5rem;
  }

  .how-working::before {
    top: 50%;
    left: -40px;
  }

  .about {
    margin-bottom: 4.625rem;
  }

  .about .title {
    margin-bottom: 60px;
  }

  .about .body {
    padding: 35px 5px 18px 5px;
  }

  .packages::before {
    top: 150px;
    right: 0;
  }

  .packages::after {
    bottom: -400px;
    left: 0;
  }

  .clients .title {
    margin-bottom: 60px;
  }

  .clients .images {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .clients .img:nth-child(even) {
    display: none;
  }

  .clients .img:first-child {
    margin-right: 57px;
  }

  .feedback::before {
    width: 465px;
    height: 465px;
    position: absolute;
    bottom: -70px;
    left: -124px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #6937F7 0%, rgba(105, 55, 247, 0) 100%);
    -webkit-filter: blur(130px);
            filter: blur(130px);
  }

  .statistic .item:not(:last-child) {
    border-bottom: 1px solid #BFC0C2;
  }

  .satisfied .item:not(:last-child) {
    margin-bottom: 30px;
  }

  .article .article-main {
    margin-bottom: 60px;
  }

  .article .article-share .item:not(:last-child) {
    margin-bottom: 20px;
  }

  .article-related {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 64px;
  }
}

@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}

@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .how-working {
    margin-bottom: 6.25rem;
  }

  .about {
    margin-bottom: 5rem;
  }
}

@media (min-width: 37.5em) and (max-width: 61.99875em) {
  .main-contacts .contacts-block {
    margin-left: -200px;
  }
}

@media screen {
  .main-services .packages .title {
    margin-bottom: 33px;
  }
}

.webp .packages .item{ background-image: url(../img/packages/packages-decor.webp); }

.webp .packages .item-1{ background-image: url(../img/packages/packages-decor-dark.webp); }

.webp .seo__body .simplebar-content-wrapper::after{ background: url(../img/seo-decor.webp) center/contain no-repeat; }

.webp .article-intro{ background: url(../img/article/poster.webp) center/cover no-repeat; }