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

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

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

.h1 {
  font-size: 64px;
  font-weight: 700;
  color: #000;
}

.h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}

.h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.t-black {
  color: #000;
}

.t-white {
  color: #fff;
}

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

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]:invalid {
  box-shadow: initial;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

ol,
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

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

:root {
  color-scheme: light only;
}

html {
  width: 100%;
  height: 100%;
  height: -webkit-fill-available;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #667198;
  background: #7A4AF7;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.main {
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex-direction: column;
}

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

.section__title {
  margin-bottom: 30px;
}

.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section__head-title {
  flex: 1;
  margin-right: 20px;
}

.section__head-tabs {
  padding-bottom: 11px;
}

.section_pt_80 {
  padding-top: 80px;
}

.section_pt_100 {
  padding-top: 100px;
}

.section_pt_120 {
  padding-top: 120px;
}

.section_pt2_100 {
  padding-top: 100px;
}

.section_pt2_120 {
  padding-top: 120px;
}

.section_pt3_120 {
  padding-top: 120px;
}

.section_pb_80 {
  padding-bottom: 80px;
}

.section_pb_100 {
  padding-bottom: 100px;
}

.section_pb_120 {
  padding-bottom: 120px;
}

.section_pb2_100 {
  padding-bottom: 100px;
}

.bg-green {
  background: #C7F74A;
}

.focus-on-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 2px;
}

.how-it-work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 2px;
}

.best-services-grid,
.all-services-grid {
  margin: 0 -1px;
}

.best-services-grid__item,
.all-services-grid__item {
  margin: 1px;
  width: calc(25% - 2px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  vertical-align: top;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 30px;
  background: #000;
  border-radius: 50px;
  border: none;
  transition: 0.25s;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: relative;
}

.btn > * {
  pointer-events: none;
}

.btn:focus {
  outline: none;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn:hover {
  background: #323232;
}

.btn:active {
  background: #5222CF;
}

.btn_blue {
  background: #7A4AF7;
}

.btn_blue:hover {
  background: #9868FF;
}

.btn_blue:active {
  background: #5222CF;
}

.btn_green {
  background: #C7F74A;
  color: #000;
}

.btn_green:hover {
  background: #B4E730;
}

.btn_green:active {
  background: #d6f97b;
}

.btn_w_100p {
  max-width: 100%;
  width: 100%;
}

.sc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.25s;
}

.sc-link svg,
.sc-link img {
  position: relative;
  z-index: 2;
}

.sc-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C7F74A;
  border-radius: 50%;
  transform-origin: bottom center;
  transform: rotate(180deg);
  transition: 0.25s transform;
}

.sc-link_instg {
  background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%);
}

.sc-link_twt {
  background: #55ACE3;
}

.sc-link_pint {
  background: #E60023;
}

.sc-link_fb {
  background: #0B84EE;
}

.sc-link:hover {
  color: #7A4AF7;
}

.sc-link:hover::before {
  transform-origin: top center;
  transform: rotate(0deg);
}

.input-style {
  font-family: inherit;
  font-weight: normal;
  font-size: 17px;
  width: 100%;
  min-width: auto;
  height: 40px;
  margin: 0;
  border: 1px solid #000;
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 21px 9px;
  transition: 0.2s;
}

.input-style:focus {
  outline: none;
  border-color: #7A4AF7;
}

.input-style::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-style::placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.2);
}

.input-style_textarea {
  display: block;
  width: 100%;
  height: 110px;
  resize: none;
}

.input-form__label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
}

.input-form__input {
  position: relative;
}

.input-form__input select.select {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}

.select {
  height: 40px;
  line-height: 38px;
  padding-left: 21px;
  padding-right: 42px;
  font-size: 17px;
  border-radius: 10px;
  border-color: #000;
}

.select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #007bff transparent transparent transparent;
  margin-top: -5px;
  transform: rotate(0deg);
  transform-origin: center center;
}

.select:hover {
  border-color: #000;
}

.select.open {
  border-color: #7A4AF7;
}

.select.open:after {
  transform: rotate(180deg);
}

.select .list {
  box-shadow: 0 0 0 1px #7A4AF7;
}

.select .option {
  font-size: 15px;
  line-height: 20px;
  padding: 7px 21px;
  white-space: normal;
}

.select .current {
  display: block;
  max-width: 100%;
  min-width: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rating {
  width: 152px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  position: relative;
}

.rating__outer {
  position: absolute;
  top: 0;
  left: -4px;
  width: 160px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24' fill='none'%3E%3Cpath d='M16 2.35331L18.8028 8.32399C18.9443 8.62557 19.2268 8.83684 19.5561 8.88745L25.9258 9.86645L21.2845 14.62C21.0627 14.8472 20.9619 15.1662 21.013 15.4796L22.0975 22.1282L16.4839 19.0239C16.1828 18.8574 15.8172 18.8574 15.5161 19.0239L9.90253 22.1282L10.987 15.4796C11.0381 15.1662 10.9373 14.8472 10.7155 14.62L6.0742 9.86645L12.4439 8.88745C12.7732 8.83684 13.0557 8.62557 13.1972 8.32399L16 2.35331Z' stroke='%23B4E730' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 32px 24px;
  background-position: left center;
}

.rating__inner {
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='24' viewBox='0 0 32 24' fill='none'%3E%3Cpath d='M16 0L19.708 7.89905L28 9.1735L22 15.3186L23.416 24L16 19.8991L8.584 24L10 15.3186L4 9.1735L12.292 7.89905L16 0Z' fill='%23B4E730'/%3E%3C/svg%3E");
  background-repeat: inherit;
  background-size: inherit;
  background-position: inherit;
}

.slider-styled {
  border-radius: 20px;
  background: #B4E730;
  box-shadow: none;
  border: none;
  height: 10px;
  padding: 0 25px;
}

.slider-styled .noUi-handle {
  top: -20px;
  right: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid #C7F74A;
  box-shadow: none;
  background: #000;
  cursor: grab;
  transition: 0.2s;
}

.slider-styled .noUi-handle.noUi-active {
  cursor: grabbing;
  border-color: #7A4AF7;
}

.slider-styled .noUi-handle::before {
  display: none;
}

.slider-styled .noUi-handle::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 13L9.49995 20L16.5 27' stroke='%23C7F74A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5 13L30.5 20L23.5 27' stroke='%23C7F74A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.slider-styled .noUi-tooltip {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  padding: 4px 20px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  border: none;
  bottom: calc(100% - 5px);
}

.slider-styled .noUi-tooltip svg,
.slider-styled .noUi-tooltip img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  color: #7A4AF7;
  margin-left: 4px;
}

.slider-styled .noUi-connects {
  margin-right: -25px;
  margin-left: -25px;
  width: calc(100% + 50px);
  border-radius: 50px;
}

.slider-styled .noUi-connect {
  background: #7A4AF7;
}

.tabs-style {
  display: flex;
  align-items: flex-start;
  overflow: auto;
}

.tabs-style__outer {
  display: flex;
}

.tabs-style__inner {
  display: flex;
  flex-shrink: 0;
  position: relative;
  min-width: 100%;
}

.tabs-style__item {
  display: block;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #C7F74A;
  padding: 8px 18px;
  border-radius: 50px;
  border: 2px solid #000;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.25s;
  white-space: nowrap;
  position: relative;
  margin: 0;
}

.tabs-style__item:hover {
  border-color: #C7F74A;
}

.tabs-style__item span {
  color: #000;
  margin: 0 3px;
}

.tabs-style__item._active {
  border-color: #C7F74A;
  background: #C7F74A;
  color: #000;
}

.tabs-style_mt_30 {
  margin-top: 30px;
}

.tabs-style_mb_30 {
  margin-bottom: 30px;
}

.js-tab-content {
  display: none;
}

.js-tab-content._active {
  display: block;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs li {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  margin-right: 10px;
}

.breadcrumbs li::after {
  content: "/";
  color: #C7F74A;
  margin-left: 10px;
}

.breadcrumbs li:last-child {
  margin: 0;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs a {
  color: #7A4AF7;
}

.breadcrumbs a:hover {
  color: #5222CF;
}

.breadcrumbs span {
  color: #7A4AF7;
}

.swiper-custom-btn {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background: #000;
  border: 4px solid #7A4AF7;
  border-radius: 50%;
  color: #C7F74A;
  transition: 0.25s;
}

.swiper-custom-btn:hover {
  border-color: #C7F74A;
}

.swiper-custom-btn::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M20 30H40.0001' stroke='%23C7F74A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30 20L40.0001 30L30 40' stroke='%23C7F74A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
}

.swiper-custom-btn_next {
  right: -30px;
}

.swiper-custom-btn_prev {
  left: -30px;
  transform: rotate(180deg);
}

.swiper-custom-btn.swiper-button-disabled {
  opacity: 0;
  transition: 0s;
}

.slider-outer {
  position: relative;
}

.slider-grid {
  margin: 0 -1px;
}

.slider-grid .swiper-slide {
  padding: 1px;
}

.slider-grid .swiper-slide:empty {
  display: none;
}

.slider-promo .swiper-slide {
  max-width: 303px;
  width: 100%;
  flex-shrink: 0;
}

.services {
  padding: 20px 17px 20px 20px;
  border-radius: 10px;
  background: #C7F74A;
  transition: 0.25s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.25s;
  transition-property: transform, border-radius;
  transform: scale(0);
  transform-origin: bottom center;
  transition-timing-function: ease-out;
}

.services:hover::after {
  border-radius: 10px;
  transform: scale(1);
  transform-origin: top center;
}

.services:hover .services__name {
  border-color: #fff;
}

.services:hover .services__btn:hover .services__icon {
  background: #7A4AF7;
}

.services:hover .services__btn:hover .services__name {
  background: #7A4AF7;
  border-color: #7A4AF7;
  color: #fff;
}

.services__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.services__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-right: 10px;
}

.services__logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__logo img {
  max-width: 100%;
}

.services__list li {
  display: flex;
  margin-bottom: 5px;
}

.services__list li:last-child {
  margin: 0;
}

.services__btn {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}

.services__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #B4E730;
  border-radius: 50%;
  color: #000;
  transition: 0.25s;
}

.services__name {
  display: block;
  padding: 4px 15px 5px;
  min-height: 32px;
  font-size: 17px;
  color: #7A4AF7;
  background: #fff;
  border: 1px solid #B4E730;
  border-radius: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 50px;
  transition: 0.25s;
}

.services2 {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.services2__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.services2__info {
  color: #000;
  margin-right: 10px;
}

.services2__type {
  font-size: 20px;
  margin-bottom: 4px;
}

.services2__title {
  font-size: 24px;
  font-weight: 700;
}

.services2__logo {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services2__logo img {
  max-width: 100%;
}

.services2__list li {
  display: flex;
  margin-bottom: 5px;
}

.services2__list li:last-child {
  margin: 0;
}

.services2__btn {
  display: block;
  align-items: center;
  font-size: 17px;
  color: #000;
  padding: 5px 16px 7px;
  transition: 0.25s;
  background: #F2F8FF;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.services2__btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -11%;
  width: 10%;
  height: 100%;
  background: #7A4AF7;
  border-radius: 50px;
  transition: 0.25s;
  transition-property: width;
}

.services2__btn:hover {
  color: #fff;
}

.services2__btn:hover::after {
  width: 120%;
  right: auto;
  left: -11%;
}

.services2__btn:hover .services2__num {
  color: #fff;
}

.services2__num {
  font-weight: 700;
  color: #7A4AF7;
  margin-right: 8px;
  transition: 0.25s;
}

.card-promo {
  line-height: 1.23;
}

.card-promo_inst .card-promo__head {
  background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%), #F3F3F3;
}

.card-promo_tt .card-promo__head {
  background: #111;
}

.card-promo_tt .card-promo__head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-top: 2px solid #00E6E4;
  border-left: 2px solid #00E6E4;
  border-radius: inherit;
}

.card-promo_yt .card-promo__head {
  background: #D62D30;
}

.card-promo__head {
  padding: 24px;
  border-radius: 10px 10px 0px 0px;
  background: #C7F74A;
  text-align: center;
  position: relative;
  color: #fff;
}

.card-promo__head-top {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.card-promo__head-text {
  font-size: 20px;
  font-weight: 500;
}

.card-promo__num {
  font-size: 48px;
  font-weight: 700;
}

.card-promo__icon {
  width: 48px;
  height: 48px;
  color: #fff;
  margin-left: 4px;
}

.card-promo__icon svg,
.card-promo__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-promo__content {
  border-radius: 0 0 10px 10px;
  background: #fff;
  padding: 20px 30px 30px;
}

.card-promo__price {
  text-align: center;
  margin-bottom: 20px;
}

.card-promo__price-new {
  font-size: 32px;
  font-weight: 700;
  color: #000;
}

.card-promo__price-old {
  font-size: 17px;
  text-decoration: line-through;
  color: #D62D30;
  margin-left: 12px;
}

.card-promo__btns {
  margin-bottom: 20px;
}

.card-promo__btn {
  max-width: 100%;
  width: 100%;
}

.card-promo__list {
  font-size: 17px;
  color: #667198;
}

.card-promo__list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.card-promo__list li:last-child {
  margin-bottom: 0;
}

.card-promo__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23B4E730' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}

.card-feature {
  border-radius: 10px;
  background: #FFF;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.card-feature__head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.card-feature__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.card-feature__icon img {
  max-width: 100%;
}

.card-feature__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.card-feature__content {
  font-size: 17px;
  color: #667198;
}

.card-feature__steps {
  margin-top: auto;
}

.card-feature__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 16px 7px 16px;
  border-radius: 50px;
  background: #C7F74A;
  font-size: 17px;
  color: #000;
  margin-top: 20px;
}

.card-feature_h_300 {
  min-height: 300px;
}

.card-review {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 10px;
  background: #FFF;
  font-size: 17px;
  color: #667198;
  min-height: 375px;
}

.card-review__head {
  margin-bottom: 20px;
}

.card-review__content {
  margin-bottom: 20px;
}

.card-review__content p {
  margin-bottom: 10px;
}

.card-review__content p:last-child {
  margin-bottom: 0;
}

.card-review__footer {
  margin-top: auto;
}

.card-review__user {
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #DEE4ED;
}

.card-review__avatar {
  display: flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.card-review__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.card-review__name {
  font-weight: 700;
}

.section-review__mobile-btn {
  display: none;
}

.section-review__head-title {
  max-width: 900px;
}

.header {
  height: 80px;
}

.header._fixed .header__outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  box-shadow: 0 4px 5px rgba(82, 34, 207, 0.5);
}

.header._fixed .header__inner {
  padding: 8px 0;
  height: 60px;
}

.header._fixed .full-menu__head {
  height: 60px;
}

.header__outer {
  background: #7A4AF7;
  box-shadow: 0 0 0 rgba(122, 74, 247, 0);
}

.header__inner {
  padding: 18px 0;
  height: 80px;
  display: flex;
  align-items: center;
}

.header__logo {
  display: flex;
  margin-right: 30px;
}

.header__logo img {
  max-width: 235px;
}

body._menu-open {
  overflow: hidden;
}

body._menu-open .wrapper {
  overflow-y: scroll;
}

.header-menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-menu._active .header-menu__btn:hover .header-menu__btn-hamburger span:nth-child(1) {
  transform: rotate(35deg);
}

.header-menu._active .header-menu__btn:hover .header-menu__btn-hamburger span:nth-child(3) {
  transform: rotate(-55deg);
}

.header-menu._active .header-menu__btn-hamburger span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.header-menu._active .header-menu__btn-hamburger span:nth-child(2) {
  left: -10px;
  opacity: 0;
  visibility: hidden;
}

.header-menu._active .header-menu__btn-hamburger span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.header-menu__btn {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 20px 0 20px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: 0.5s;
  background: #000;
  margin-left: 22px;
}

.header-menu__btn:hover {
  background: #323232;
}

.header-menu__btn:hover .header-menu__btn-hamburger span:nth-child(1),
.header-menu__btn:hover .header-menu__btn-hamburger span:nth-child(2),
.header-menu__btn:hover .header-menu__btn-hamburger span:nth-child(3) {
  transform: rotate(-10deg);
}

.header-menu__btn:active {
  background: #5222CF;
}

.header-menu__btn._active {
  background: #5222CF;
  z-index: 300;
}

.header-menu__btn-mobile {
  display: none;
}

.header-menu__btn-hamburger {
  margin-left: 10px;
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.header-menu__btn-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  left: 3px;
  background: #C7F74A;
  transition-duration: 0.35s;
}

.header-menu__btn-hamburger span:nth-child(1) {
  top: 5px;
}

.header-menu__btn-hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}

.header-menu__btn-hamburger span:nth-child(3) {
  bottom: 5px;
}

.header-menu__drop {
  position: absolute;
  z-index: 50;
  top: calc(100% + 10px);
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 22px 20px;
  border-radius: 20px;
  background: #5222CF;
  transform: scale(0.7);
  transform-origin: top right;
  transition: 0.3s;
}

.header-menu__drop li {
  margin-bottom: 10px;
}

.header-menu__drop li:last-child {
  margin-bottom: 0;
}

.header-menu__main {
  display: flex;
  align-items: center;
}

.header-menu__main li {
  margin-right: 22px;
}

.header-menu__main li:last-child {
  margin: 0;
}

.header-menu__link {
  color: #C7F74A;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.header-menu__link:hover {
  color: #fff;
}

.full-menu__head {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  height: 80px;
  width: 300px;
  background: #7A4AF7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}

.full-menu__item {
  position: relative;
  z-index: 2;
  font-size: 17px;
  border-top: 1px solid #B4E730;
}

.full-menu__item:last-child {
  border-bottom: 1px solid #B4E730;
}

.full-menu__item-content {
  display: flex;
  align-items: center;
  padding: 10px 35px 10px 15px;
  position: relative;
  color: #7A4AF7;
  background: #C7F74A;
  transition: 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.full-menu__item-content:hover {
  background: #B4E730;
}

.full-menu__item-content::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 2px solid #7A4AF7;
  border-right: 2px solid #7A4AF7;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: 0.25s;
}

.full-menu__item-content._drop::after {
  display: block;
}

.full-menu__item-logo {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
}

.full-menu__drop-item {
  border-top: 1px solid #B4E730;
}

.full-menu__drop-item:last-child {
  border-bottom: 1px solid #B4E730;
}

.full-menu__drop-link {
  display: flex;
  align-items: center;
  background: #d6f97b;
  padding: 5px 10px;
  font-size: 15px;
  color: #000;
  transition: 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.full-menu__drop-link:hover {
  background: #B4E730;
}

.full-menu__drop-link:hover svg,
.full-menu__drop-link:hover img {
  background: #7A4AF7;
}

.full-menu__drop-link svg,
.full-menu__drop-link img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: 0.25s;
  margin-right: 6px;
  background: #B4E730;
  border-radius: 50%;
}

.footer {
  background: #282828;
  padding: 100px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-betwee;
}

.footer__left {
  flex: 1;
  margin-right: 50px;
}

.footer__right {
  max-width: 490px;
  flex: 1;
}

.footer__logo {
  display: flex;
  margin-bottom: 30px;
}

.footer__logo img {
  max-width: 235px;
}

.footer__payments {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px 17px;
}

.footer__payments li {
  margin: 0 6px 13px;
  display: flex;
}

.footer__copy {
  color: #667198;
  font-size: 13px;
  margin-bottom: 10px;
}

.footer__term {
  display: flex;
  flex-wrap: wrap;
}

.footer__term a {
  color: #667198;
  font-size: 13px;
  margin-right: 18px;
}

.footer__term a:last-child {
  margin: 0;
}

.footer__term a:hover {
  color: #7A4AF7;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.footer__nav li {
  margin: 0 20px 20px 0;
}

.footer__nav a {
  color: #7A4AF7;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer__nav a:hover {
  color: #fff;
}

.footer__support {
  margin-bottom: 20px;
}

.footer__mail {
  color: #C7F74A;
  font-size: 24px;
  font-weight: 700;
}

.footer__mail:hover {
  color: #fff;
}

.footer__sc {
  display: flex;
}

.footer__sc li {
  margin-right: 12px;
}

.footer__sc li:last-child {
  margin: 0;
}

.section-hero__top {
  margin-bottom: 2px;
}

.section-hero__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px 2px;
}

.hero-top {
  display: flex;
}

.hero-top__left {
  width: calc(50% - 1px);
  border-radius: 10px;
  background: #fff;
  margin-right: 2px;
  padding: 40px 50px;
}

.hero-top__title {
  margin-bottom: 20px;
}

.hero-top__text {
  color: #667198;
  font-size: 20px;
  margin-bottom: 30px;
}

.hero-top__btns {
  margin-bottom: 30px;
}

.hero-top__payments {
  display: flex;
  margin: 0 -6px;
}

.hero-top__payments li {
  margin: 0 6px;
  display: flex;
}

.hero-top__right {
  width: calc(50% - 1px);
  position: relative;
}

.hero-top__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.advantages {
  display: flex;
}

.advantages__title {
  margin-bottom: 30px;
}

.advantages__left {
  flex: 1;
  margin-right: 30px;
}

.advantages__right {
  flex: 1;
  position: relative;
  min-height: 480px;
}

.advantages__img {
  position: absolute;
  top: 36.5%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.advantages__item {
  display: flex;
  border-radius: 10px;
  background: #fff;
  padding: 24px 30px;
  margin-bottom: 2px;
}

.advantages__item:last-child {
  margin-bottom: 0;
}

.advantages__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.advantages__icon img {
  max-width: 100%;
}

.advantages__content {
  font-size: 17px;
  color: #667198;
}

.advantages__note {
  font-size: 20px;
  font-weight: 700;
  color: #7A4AF7;
  margin-top: 30px;
}

.service-info {
  padding: 40px 50px;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
}

.service-info__breadcrumbs {
  margin-bottom: 10px;
}

.service-info__title {
  margin-bottom: 20px;
}

.service-info__text {
  font-size: 20px;
  color: #667198;
  margin-bottom: 30px;
}

.service-info__payments {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}

.service-info__payments li {
  margin: 0 6px 12px;
  display: flex;
}

.buy {
  display: flex;
}

.buy__left {
  flex: 1;
  margin-right: 2px;
}

.buy__right {
  flex: 1;
  min-width: 100px;
}

.buy-info {
  padding: 40px 50px 50px;
  font-size: 17px;
  color: #667198;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.buy-info__title {
  margin-bottom: 20px;
}

.buy-info__rating {
  margin-bottom: 20px;
}

.buy-info__rating-row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.buy-info__rating-star {
  margin-right: 20px;
}

.buy-info__rating-info {
  max-width: 340px;
  font-weight: 700;
}

.buy-info__rating-info span {
  color: #7A4AF7;
}

.buy-info__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.buy-info__badge {
  border-radius: 50px;
  padding: 5px 16px 7px;
  background: #C7F74A;
  color: #7A4AF7;
  margin-right: 10px;
}

.buy-info__badge-text span {
  color: #7A4AF7;
}

.buy-info__text {
  margin-bottom: 20px;
}

.buy-info__list {
  margin-bottom: 20px;
}

.buy-info__list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.buy-info__list li:last-child {
  margin-bottom: 0;
}

.buy-info__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23B4E730' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 6px;
  flex-shrink: 0;
}

.buy-info__guarantee {
  margin-top: auto;
  display: flex;
  align-items: center;
}

.buy-info__guarantee li {
  display: flex;
  margin-right: 22px;
}

.buy-info__guarantee li:last-child {
  margin: 0;
}

.buy-form {
  padding: 40px 50px 50px;
  color: #000;
  background: #C7F74A;
  border-radius: 10px;
}

.buy-form__row {
  margin-bottom: 10px;
}

.buy-form__row:last-child {
  margin-bottom: 0;
}

.buy-form__row-grid {
  display: flex;
  align-items: flex-end;
}

.buy-form__num {
  flex: 1;
  min-width: 145px;
  margin-right: 20px;
}

.buy-form__type {
  flex: 1;
  min-width: 130px;
  margin-right: 20px;
}

.buy-form__price {
  font-size: 32px;
  font-weight: 700;
}

.buy-form__row-text {
  margin: 20px 0;
}

.buy-form__row-text:last-child {
  margin-bottom: 0;
}

.buy-form__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.buy-form__text {
  font-size: 15px;
}

.buy-form__text p {
  margin-bottom: 10px;
}

.buy-form__text p:last-child {
  margin-bottom: 0;
}

.buy-form__text ol {
  list-style: numeric;
  list-style-position: outside;
  padding-left: 1.2em;
  margin-bottom: 10px;
}

.buy-form__text ol:last-child {
  margin-bottom: 0;
}

.buy-form__text-example {
  word-break: break-word;
}

.buy-form__payment-type {
  margin-bottom: 20px;
}

.buy-form__payment-type .radio-payment {
  margin-bottom: 10px;
}

.buy-form__payment-type .radio-payment:last-child {
  margin-bottom: 0;
}

.radio-payment {
  display: flex;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.radio-payment:hover .radio-payment__content {
  border-color: #000;
}

.radio-payment__input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.radio-payment__input:checked ~ .radio-payment__checkmark::after {
  opacity: 1;
}

.radio-payment__input:checked ~ .radio-payment__content {
  border-color: #000;
}

.radio-payment__checkmark {
  position: absolute;
  top: 9px;
  left: 10px;
  height: 24px;
  width: 24px;
  border: 1px solid #000;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

.radio-payment__checkmark::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  transition: 0.2s;
}

.radio-payment__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 43px;
  width: 100%;
  padding: 0 2px;
  border-radius: 10px;
  background: #B4E730;
  border: 1px solid #B4E730;
  font-size: 17px;
  color: #000;
  transition: 0.2s;
}

.radio-payment__name {
  padding: 11px 0 4px 40px;
  margin-right: 10px;
}

.radio-payment__logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 5px 0;
}

.radio-payment__logos img {
  max-height: 25px;
  margin: 4px 7px;
}

.info-article {
  border-radius: 10px;
  background: #FFF;
  padding: 100px 104px;
  font-size: 17px;
  color: #667198;
}

.info-article__head {
  padding-bottom: 40px;
  border-bottom: 1px solid #DEE4ED;
  margin-bottom: 40px;
}

.info-article__head > *:first-child {
  margin-top: 0;
}

.info-article__head > *:last-child {
  margin-bottom: 0;
}

.info-article__table-contents {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.info-article__table-contents li {
  display: flex;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin-top: 6px;
}

.info-article__table-contents li:first-child {
  margin-top: 0;
}

.info-article__table-contents li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 21L12 17L5 21V5C5 4.46957 5.21071 3.96086 5.58579 3.58579C5.96086 3.21071 6.46957 3 7 3H17C17.5304 3 18.0391 3.21071 18.4142 3.58579C18.7893 3.96086 19 4.46957 19 5V21Z' stroke='%23B4E730' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-right: 8px;
}

.info-article__table-contents a {
  color: #7A4AF7;
}

.info-article__table-contents a:hover {
  color: #000;
}

.info-article h1,
.info-article h2,
.info-article h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.info-article h1 {
  font-size: 64px;
  font-weight: 700;
  color: #000;
}

.info-article h2 {
  font-size: 32px;
  /*font-size: 48px;*/
  font-weight: 700;
  color: #000;
}

.info-article h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.info-article__content > *:first-child {
  margin-top: 0;
}

.info-article__content > *:last-child {
  margin-bottom: 0;
}

.info-article__content p {
  margin-bottom: 20px;
}

.info-article__content ul {
  margin-bottom: 20px;
}

.info-article__content ul li {
  display: flex;
  margin-bottom: 6px;
}

.info-article__content ul li:last-child {
  margin-bottom: 0;
}

.info-article__content ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23B4E730' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin: -1px 6px 0 0;
}

.info-article__content ol {
  list-style: numeric;
  list-style-position: outside;
  padding-left: 1.2em;
}

.info-article__content ol li {
  margin-bottom: 6px;
}

.info-article__content ol li:last-child {
  margin-bottom: 0;
}

.info-article__content a {
  text-decoration: underline;
}

.info-article__content a:hover {
  color: #7A4AF7;
}

.info-article__tags {
  margin-top: 20px;
}

.info-article__tags li {
  margin-bottom: 2px;
}

.info-article__tags li:last-child {
  margin-bottom: 0;
}

.info-article__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 16px 7px 16px;
  border-radius: 50px;
  background: #F2F8FF;
  font-size: 17px;
  color: #7A4AF7;
}

.info-article__tag:hover {
  color: #5222CF;
  background: #d9eaff;
}

.calc__form {
  padding: 80px 104px;
  border-radius: 10px;
  background: #C7F74A;
}

.calc__title {
  margin-bottom: 70px;
}

.calc__row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.calc__slider-outer {
  flex: 1;
  min-width: 50px;
  margin-right: 40px;
}

.calc__cost {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-right: 20px;
}

.calc__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calc__text {
  font-size: 20px;
  color: #667198;
  max-width: 420px;
  margin-right: 20px;
}

.calc__guarantee {
  display: flex;
  align-items: center;
}

.calc__guarantee li {
  display: flex;
  margin-right: 20px;
}

.calc__guarantee li:last-child {
  margin: 0;
}

.calc__footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px 2px;
  margin-top: 2px;
}

.calc__item {
  display: flex;
  align-items: center;
  padding: 30px 20px 30px 30px;
  border-radius: 10px;
  background: #FFF;
}

.calc__item-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.calc__item-icon img {
  max-width: 100%;
}

.calc__item-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.calc__item-text {
  font-size: 17px;
  color: #667198;
}

.section-faq__inner {
  display: flex;
}

.section-faq__left {
  max-width: 283px;
  width: 100%;
  margin-right: 30px;
}

.section-faq__right {
  flex: 1;
  min-width: 100px;
}

.section-faq__title {
  margin-bottom: 30px;
}

.section-faq__btns-mobile {
  display: none;
}

.faq {
  width: 100%;
}

.faq__item {
  border-radius: 10px;
  background: #FFF;
  transition: all 0.3s ease-out;
  margin-bottom: 2px;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item:not(._active) .faq__content {
  max-height: 0 !important;
}

.faq__item._active {
  padding-bottom: 24px;
}

.faq__item._active .faq__content {
  max-height: none;
  opacity: 1;
}

.faq__item._active .faq__head {
  padding-bottom: 20px;
}

.faq__item._active .faq__head::before {
  background-color: #7A4AF7;
  transform: rotate(90deg);
}

.faq__head {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 24px 30px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  transition: all 0.3s ease-out;
}

.faq__head::before {
  content: "";
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #000;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3335 20H26.6669' stroke='%23C7F74A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.0002 13.3333L26.6669 20L20.0002 26.6667' stroke='%23C7F74A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 20px;
  transition: all 0.3s ease-out;
}

.faq__content {
  padding: 0 30px;
  font-size: 17px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  will-change: max-height, opacity;
  transition: all 0.3s ease-out;
}

.faq__content p {
  margin-bottom: 10px;
}

.faq__content p:last-child {
  margin-bottom: 0;
}

.about {
  display: flex;
}

.about__title {
  margin-bottom: 30px;
}

.about__left {
  flex: 1;
  margin-right: 30px;
}

.about__right {
  flex: 1;
  position: relative;
  min-height: 466px;
}

.about__img {
  position: absolute;
  top: 56%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.about__title {
  margin-bottom: 30px;
}

.about__content {
  font-size: 17px;
  line-height: 1.24;
  color: #000;
}

.about__content p {
  margin-bottom: 20px;
}

.about__content p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .header._fixed .full-menu__content {
    padding-top: 60px;
  }

  .header-menu._active .full-menu {
    transform: translateX(0);
    opacity: 1;
  }

  .full-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: 250;
    background: rgba(50, 50, 50, 0.5);
    transform: translateX(-100%);
    opacity: 0;
    transition-property: opacity, transform;
  }

  .full-menu__inner {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .full-menu__content {
    min-height: 100%;
    width: 300px;
    background: #C7F74A;
    display: block;
    padding: 80px 0 0;
  }

  .full-menu__item._hovered .full-menu__drop {
    transform: scale(1);
    opacity: 1;
    height: auto;
    overflow: auto;
    transition-delay: 0.15s;
  }

  .full-menu__item._hovered .full-menu__item-content {
    background: #B4E730;
  }

  .full-menu__item._hovered .full-menu__item-content::after {
    right: 15px;
  }

  .full-menu__drop {
    position: absolute;
    z-index: -1;
    top: -1px;
    left: 100%;
    width: 250px;
    transform: scale(0);
    opacity: 0;
    transition: 0.2s;
    transition-property: opacity, transform;
    transform-origin: top left;
    max-height: 100vh;
    overflow: hidden;
  }
}

@media screen and (min-width: 1024px) {
  .slider-grid .swiper-wrapper {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
  }

  .slider-grid .swiper-slide:empty {
    display: block;
  }

  .slider-grid .swiper-slide:empty::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #7040ED;
  }
}

@media screen and (min-width: 1199px) {
  .slider-grid .swiper-wrapper {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1279px) {
  .swiper-custom-btn_next {
    right: -15px;
  }

  .swiper-custom-btn_prev {
    left: -15px;
  }
}

@media screen and (max-width: 1258px) {
  .tabs-style {
    margin-right: -20px;
    margin-left: -20px;
  }

  .tabs-style__outer {
    flex-shrink: 0;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slider-promo {
    overflow: visible;
  }

  .slider-review {
    overflow: visible;
  }
}

@media screen and (max-width: 1199px) {
  .best-services-grid__item,
  .all-services-grid__item {
    width: calc(33.33% - 2px);
  }

  .footer__right {
    flex: none;
  }

  .advantages__img {
    top: 50%;
  }

  .buy-info {
    padding: 40px;
  }

  .buy-form {
    padding: 40px;
  }

  .buy-form__num {
    margin-right: 10px;
  }

  .buy-form__type {
    margin-right: 10px;
  }

  .info-article {
    padding: 50px;
  }

  .calc__form {
    padding: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .h1 {
    font-size: 48px;
  }

  .h2 {
    font-size: 42px;
  }

  .section_pt_80 {
    padding-top: 60px;
  }

  .section_pt_100 {
    padding-top: 80px;
  }

  .section_pt_120 {
    padding-top: 100px;
  }

  .section_pt2_100 {
    padding-top: 80px;
  }

  .section_pt2_120 {
    padding-top: 80px;
  }

  .section_pt3_120 {
    padding-top: 80px;
  }

  .section_pb_80 {
    padding-bottom: 60px;
  }

  .section_pb_100 {
    padding-bottom: 80px;
  }

  .section_pb_120 {
    padding-bottom: 100px;
  }

  .section_pb2_100 {
    padding-bottom: 80px;
  }

  .section__head-tabs {
    padding-bottom: 7px;
  }

  .swiper-custom-btn {
    display: none;
  }

  .slider-grid {
    overflow: visible;
    margin: 0;
  }

  .slider-grid .swiper-slide {
    padding: 0;
    max-width: 303px;
    width: 100%;
  }

  .card-feature {
    padding: 20px;
  }

  .card-feature_steps {
    padding: 30px;
  }

  .card-feature__step {
    margin-top: 14px;
  }

  .header__logo img {
    max-width: 166px;
  }

  .hero-top__left {
    padding: 30px;
  }

  .hero-top__text {
    font-size: 17px;
  }

  .advantages__left {
    margin-right: 20px;
  }

  .advantages__right {
    min-height: auto;
  }

  .advantages__img {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
  }

  .advantages__note {
    font-size: 17px;
  }

  .service-info {
    padding: 30px;
  }

  .service-info__text {
    font-size: 17px;
  }

  .buy-info {
    padding: 30px;
  }

  .buy-form {
    padding: 30px;
  }

  .info-article {
    padding: 30px;
  }

  .info-article__head {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .info-article h1,
  .info-article h2,
  .info-article h3 {
    margin-top: 30px;
  }

  .calc__form {
    padding: 30px;
  }

  .calc__item {
    align-items: flex-start;
  }

  .calc__text {
    font-size: 17px;
  }

  .section-faq__left {
    max-width: none;
    width: auto;
    margin-right: 20px;
    flex: 0;
  }

  .about__img {
    top: 0;
    transform: none;
  }

  .about__left {
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 42px;
  }

  .h2 {
    font-size: 36px;
  }

  .section_pt_80 {
    padding-top: 60px;
  }

  .section_pt_100 {
    padding-top: 60px;
  }

  .section_pt_120 {
    padding-top: 80px;
  }

  .section_pt3_120 {
    padding-top: 60px;
  }

  .section_pb_80 {
    padding-bottom: 60px;
  }

  .section_pb_100 {
    padding-bottom: 60px;
  }

  .section_pb_120 {
    padding-bottom: 80px;
  }

  .section__head {
    flex-wrap: wrap;
  }

  .section__head-title {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }

  .section__head-tabs {
    padding-bottom: 0;
  }

  .how-it-work-grid {
    grid-template-columns: 100%;
  }

  .best-services-grid__item {
    width: calc(50% - 2px);
  }

  .slider-promo .swiper-slide {
    max-width: 265px;
  }

  .slider-grid .swiper-slide {
    max-width: 265px;
  }

  .services__name {
    font-size: 15px;
    padding: 4px 15px 6px;
  }

  .services2__btn {
    font-size: 15px;
    padding: 6px 16px 7px;
  }

  .card-promo__head {
    padding: 25px;
  }

  .card-promo__head-text {
    font-size: 17px;
  }

  .card-promo__content {
    padding: 20px;
  }

  .card-promo__list {
    font-size: 15px;
  }

  .card-promo__list li {
    margin-bottom: 2px;
  }

  .card-feature_steps {
    padding: 20px;
  }

  .card-feature__title {
    font-size: 17px;
  }

  .card-feature__content {
    font-size: 15px;
  }

  .card-feature__step {
    margin-top: 20px;
  }

  .card-feature_h_300 {
    min-height: auto;
  }

  .section-review__head-title {
    margin: 0;
  }

  .section-review__desktop-btn {
    display: none;
  }

  .section-review__mobile-btn {
    display: block;
    margin-top: 30px;
  }

  .card-review {
    padding: 20px;
    min-height: 355px;
  }

  .card-review__content {
    line-height: 1.2;
    font-size: 15px;
  }

  .header-menu._active .header-menu__btn {
    padding: 0 10px;
  }

  .header-menu._active .header-menu__btn-mobile {
    width: 0;
    overflow: hidden;
  }

  .header-menu._active .header-menu__btn-hamburger {
    margin: 0;
  }

  .header-menu._active .header-menu__outer {
    transform: translateX(0);
    opacity: 1;
  }

  .header-menu__btn {
    margin: 0;
  }

  .header-menu__btn-desktop {
    display: none;
  }

  .header-menu__btn-mobile {
    display: inline;
  }

  .header-menu__main {
    display: block;
  }

  .header-menu__main li {
    border-bottom: 1px solid #b4e730;
    margin: 0;
  }

  .header-menu__outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    z-index: 250;
    background: rgba(50, 50, 50, 0.5);
    transform: translateX(-100%);
    opacity: 0;
    transition-property: opacity, transform;
  }

  .header-menu__inner {
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .header-menu__content {
    min-height: 100%;
    width: 300px;
    background: #C7F74A;
    display: block;
    padding: 80px 0 30px;
  }

  .header-menu__link {
    display: flex;
    font-size: 17px;
    color: #7a4af7;
    padding: 10px 15px;
  }

  .header {
    height: 80px;
  }

  .header._fixed .header-menu__content {
    padding-top: 60px;
  }

  .full-menu__item-content::after {
    transform: rotate(135deg);
    transform-origin: center;
  }

  .full-menu__drop {
    max-height: 0;
    overflow: hidden;
    position: static;
    transition: 0.25s;
    will-change: max-height;
  }

  .full-menu__drop-item:last-child {
    border-bottom: none;
  }

  .full-menu__item:not(._active) .full-menu__drop {
    max-height: 0 !important;
  }

  .full-menu__item._active .full-menu__drop {
    max-height: none;
  }

  .full-menu__item._active .full-menu__item-content {
    background: #B4E730;
  }

  .full-menu__item._active .full-menu__item-content::after {
    transform: rotate(-45deg);
  }

  .footer {
    padding: 80px 0;
  }

  .footer__inner {
    flex-wrap: wrap;
  }

  .footer__left {
    flex-basis: 100%;
    margin: 0 0 60px;
  }

  .footer__right {
    max-width: 100%;
    flex-basis: 100%;
  }

  .hero-top {
    flex-wrap: wrap;
  }

  .hero-top__left {
    width: 100%;
    margin: 0;
    order: 2;
    padding: 20px;
  }

  .hero-top__text {
    margin-bottom: 20px;
  }

  .hero-top__bottom {
    display: flex;
    align-items: center;
  }

  .hero-top__btns {
    margin: 0 20px 0 0;
  }

  .hero-top__right {
    width: 100%;
    position: relative;
    margin-bottom: 2px;
  }

  .hero-top__right img {
    position: relative;
  }

  .advantages__content {
    font-size: 15px;
  }

  .advantages__img {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 480px;
    width: calc(100% + 116px);
  }

  .service-info {
    padding: 20px;
  }

  .service-info__text {
    margin-bottom: 20px;
  }

  .buy {
    flex-wrap: wrap;
  }

  .buy__left {
    flex-basis: 100%;
    margin: 0 0 2px 0;
  }

  .buy__right {
    flex-basis: 100%;
  }

  .buy-info {
    padding: 20px;
  }

  .buy-info__rating-info {
    max-width: 100%;
  }

  .buy-info__list {
    font-size: 15px;
  }

  .buy-info__list li {
    margin-bottom: 2px;
  }

  .buy-form {
    padding: 20px;
  }

  .info-article {
    padding: 20px;
  }

  .info-article h1,
  .info-article h2,
  .info-article h3 {
    margin-top: 30px;
  }

  .calc__title {
    margin-bottom: 60px;
  }

  .calc__info {
    flex-wrap: wrap;
  }

  .calc__text {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .calc__row {
    margin-bottom: 20px;
  }

  .calc__footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-faq__inner {
    flex-wrap: wrap;
  }

  .section-faq__left {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0 0 30px 0;
  }

  .section-faq__right {
    flex-basis: 100%;
  }

  .section-faq__title {
    margin-bottom: 0;
  }

  .section-faq__btns-desktop {
    display: none;
  }

  .section-faq__btns-mobile {
    display: block;
    margin-top: 30px;
  }

  .faq__item._active {
    padding-bottom: 20px;
  }

  .faq__item._active .faq__head {
    padding-bottom: 10px;
  }

  .faq__head {
    padding: 20px;
  }

  .faq__content {
    padding: 0 20px;
    font-size: 15px;
  }

  .about__img {
    max-width: 480px;
    width: calc(100% + 116px);
  }

  .about__content {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .section__head {
    margin-bottom: 20px;
  }

  .section__title {
    margin-bottom: 20px;
  }

  .section_pt_80 {
    padding-top: 80px;
  }

  .section_pt2_100 {
    padding-top: 60px;
  }

  .focus-on-grid {
    grid-template-columns: 100%;
  }

  .best-services-grid,
  .all-services-grid {
    margin: 0;
  }

  .best-services-grid__item,
  .all-services-grid__item {
    width: 100%;
    margin: 0 0 1px;
  }

  .services {
    padding: 20px;
  }

  .services__list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .services__list li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .section-review__mobile-btn {
    margin-top: 20px;
  }

  .section-review__btn {
    width: 100%;
  }

  .footer {
    padding: 60px 0;
  }

  .footer__copy {
    margin-right: -5px;
  }

  .hero-top__bottom {
    display: block;
  }

  .hero-top__btns {
    margin: 0 0 20px 0;
  }

  .section-hero__bottom {
    grid-template-columns: 100%;
  }

  .advantages {
    flex-wrap: wrap;
  }

  .advantages__title {
    margin-bottom: 20px;
  }

  .advantages__left {
    flex-basis: 100%;
    margin: 0 0 30px;
  }

  .advantages__note {
    margin-top: 20px;
  }

  .advantages__right {
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .advantages__img {
    position: relative;
    bottom: auto;
    left: auto;
    max-width: 500px;
    width: 100%;
  }

  .service-info {
    margin-bottom: 20px;
  }

  .info-article {
    border-radius: 0;
    padding: 60px 20px;
    margin: 0 -20px;
  }

  .info-article__table-contents {
    -moz-column-count: unset;
    column-count: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }

  .calc__title {
    margin-bottom: 45px;
  }

  .calc__row {
    flex-wrap: wrap;
  }

  .calc__slider-outer {
    flex-basis: 100%;
    margin: 0 0 15px;
    padding: 20px 0;
  }

  .calc__btn {
    flex: 1;
  }

  .calc__item {
    padding: 20px;
  }

  .calc__item-text {
    font-size: 15px;
  }

  .section-faq__left {
    margin-bottom: 20px;
  }

  .section-faq__btns-mobile {
    margin-top: 20px;
    width: 100%;
  }

  .section-faq__btn {
    width: 100%;
  }

  .faq__head {
    font-size: 17px;
  }

  .about__left {
    margin: 0;
  }

  .about__right {
    display: none;
  }

  .about__title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 32px;
  }

  .h2 {
    font-size: 28px;
  }

  .h3 {
    font-size: 17px;
  }

  .section_pt_80 {
    padding-top: 60px;
  }

  .services__list {
    -moz-column-count: unset;
    column-count: unset;
    -moz-column-gap: unset;
    column-gap: unset;
  }

  .card-review__content {
    margin-bottom: 12px;
  }

  .hero-top__text {
    font-size: 15px;
  }

  .hero-top__payments {
    display: flex;
    margin: 0 -4px;
  }

  .hero-top__payments li {
    margin: 0 4px;
  }

  .hero-top__btn {
    width: 100%;
  }

  .buy-info {
    font-size: 15px;
  }

  .buy-info__rating-star {
    margin: 0;
  }

  .buy-info__rating-row {
    flex-wrap: wrap;
  }

  .buy-info__rating-score {
    width: 100%;
    margin-top: 10px;
  }

  .buy-info__badge {
    margin: 0;
  }

  .buy-info__badge-text {
    width: 100%;
    margin-top: 10px;
  }

  .buy-form__row-grid {
    flex-wrap: wrap;
  }

  .buy-form__num {
    flex-basis: 100%;
    margin: 0 0 10px;
  }

  .buy-form__type {
    flex-basis: 100%;
    margin-right: 0;
  }

  .buy-form__price {
    margin-top: 10px;
  }

  .info-article {
    font-size: 15px;
  }

  .info-article h3 {
    font-size: 17px;
  }

  .info-article__tag {
    font-size: 15px;
  }

  .calc__text {
    font-size: 15px;
  }

  .calc__footer {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 374px) {
  .header-menu__content {
    width: 100%;
  }

  .full-menu__head {
    width: 100%;
    padding-right: 80px;
  }
}

@media screen and (max-width: 359px) {
  .header__logo {
    margin-right: 20px;
  }

  .header__logo img {
    max-width: 146px;
  }

  .footer__mail {
    font-size: 20px;
  }
}

/* CUSTOM */
li.optgroup {
    display: none;
}

.noUi-marker {
    display: none !important;
}

.teaser--show_more {
    padding: 0 0.20rem;
    cursor: pointer;
}

.teaser--hidden {
    display: none;
}

.buy-form__info {
    background: rgba(0, 0, 0, .05);
    border-radius: 10px;
    /*padding: 15px;*/
    margin-top: 15px;
    color: #000;

    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.buy-form__info-content {
    flex: 1 0 0;
    /*color: var(--black, #000);*/
    /*font-family: Inter;*/
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.buy-form__info-img {
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    /*background: var(--green-dark, #B4E730);*/
}

.service-info__status {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 10px;
    background: var(--green, #C7F74A);
    margin-bottom: 2px;
}

.service-info__status-label {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.service-info__status-divider {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.service-info__status-text {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
    .service-info__status {
        display: block;
    }
    .service-info__status-label {
        display: block;
    }
    .service-info__status-divider {
        display: none;
    }
    .service-info__status-text {
        display: block;
        margin-top: 5px;
    }
}

.card-review__date {
    color: #667198;
    /*font-family: Inter;*/
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

.radio-payment__contact {
    text-decoration: underline;
}

.card-promo_tg .card-promo__head{
    background: #0088cc;
}

.card-promo_tg .card-promo__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: inherit;
}

.card-promo_fb .card-promo__head{
    background: #4267B2;
}

.card-promo_fb .card-promo__head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: inherit;
}



.blog-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

/* Параграфы */
.blog-content p {
  margin-bottom: 18px;
  color: #667198;
}

/* Заголовки */
.blog-content h1,
.blog-content h2,
.blog-content h3 {
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.blog-content h2 {
  font-size: 26px;
}

.blog-content h3 {
  font-size: 22px;
}

/* ===== Списки (красивые кастомные) ===== */

.blog-content ul,
.blog-content ol {
  margin: 20px 0;
  padding-left: 0;
}

/* UL */
.blog-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
}

.blog-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #7a4af7;
  border-radius: 50%;
}

/* OL */
.blog-content ol {
  counter-reset: item;
}

.blog-content ol li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  counter-increment: item;
}

.blog-content ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #7a4af7;
}

/* ===== Ссылки ===== */

.blog-content a {
  color: #7a4af7;
  text-decoration: underline;
}

.blog-content a:hover {
  color: #5222cf;
}

/* ===== Цитаты ===== */

.blog-content blockquote {
  border-left: 4px solid #c7f74a;
  padding-left: 15px;
  margin: 25px 0;
  color: #555;
  font-style: italic;
}

/* ===== Картинки ===== */

.blog-content img {
  margin: 25px 0;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

/* ===== Таблицы (десктоп) ===== */

.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
}

.blog-content table th,
.blog-content table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.blog-content table th {
  background: #f5f5f5;
  font-weight: 700;
}

/* ===== Таблицы (мобилка) ===== */

@media (max-width: 768px) {
  .blog-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    min-width: 600px;
  }

  .blog-content table th,
  .blog-content table td {
    white-space: nowrap;
  }
}

/* ===== Дополнительно (чтобы выглядело дороже) ===== */

/* Разделители */
.blog-content hr {
  border: none;
  height: 1px;
  background: #eee;
  margin: 30px 0;
}

/* Выделение текста */
.blog-content strong {
  color: #000;
  font-weight: 700;
}

/* Код (если вдруг появится) */
.blog-content code {
  background: #f5f5f5;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 14px;
}

/* Отступы между элементами */
.blog-content > *:first-child {
  margin-top: 0;
}

.blog-content > *:last-child {
  margin-bottom: 0;
}

.blog-toc {
  background: #f8f8ff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.blog-toc__title {
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-toc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-toc li {
  margin-bottom: 8px;
}

.blog-toc a {
  color: #7a4af7;
  text-decoration: none;
}

.blog-toc a:hover {
  text-decoration: underline;
}

.faq {
  margin: 40px 0;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

.faq-question {
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  color: #7a4af7;
}

.faq-answer {
  margin-top: 10px;
  display: none;
  color: #667198;
}

/* Активный */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question::after {
  content: "-";
}