.header {
  z-index: 1200 !important;
}

:root {
  --vh-oc: 9.53px
}

old-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 250ms linear;
}

/*  */
.section.block-text h2.h2,
.section.company h2.h2 {
  margin-bottom: 60px
}

.block-text__info {
  margin-top: 0;
}

/* block-request */

.section.block-text [id*="bx_incl_area_"]:has(.block-request) {
  /* margin-top: auto; */
  /* margin-bottom: 0; */
}

.section.about .h1.h1-mw {
  max-width: 870px;
  width: 100%;
}

.block-text__inner {
  grid-template-rows: unset !important;
  grid-template-areas: unset !important;
}

.block-text__info {
  height: 100%;
  grid-area: unset !important;
}

.block-text__inner-scroll-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: sticky;
  top: 100px;
  height: max-content;
}

.section.company .section-header .section-text {
  max-width: 100%;
  width: 100%;
}

.section.company .section-header {
  margin-bottom: 72px;
}


@media screen and (max-width: 1599px) {
  .section.about .h1.h1-mw {
    max-width: 740px;
    width: 100%;
  }
}

@media screen and (max-width: 1519px) {

  .section.block-text h2.h2,
  .section.company h2.h2 {
    margin-bottom: 30px
  }

  .section.company .section-header {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1439px) {
  .section.about .h1.h1-mw {
    max-width: 590px;
    width: 100%;
  }
}

@media screen and (max-width: 1259px) {
  .section.about .h1.h1-mw {
    max-width: 440px;
    width: 100%;
  }

}

@media screen and (max-width: 767px) {

  .section.block-text h2.h2,
  .section.company h2.h2 {
    margin-bottom: 30px
  }

  .section.about .h1.h1-mw {
    max-width: 350px;
    width: 100%;
  }

  .section.company h2 {
    margin: 0 0 15px;
  }

  .page-wrapper.main-page .section.company h2 {
    max-width: 110px;
  }

  .section.company .section-header {
    margin-bottom: 40px;
  }

  .price-card__text span {
    font-size: 16px !important;
  }
}

.question__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-template-rows: 1fr;
  grid-auto-rows: 1fr; */
}

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

.choices__item {
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #1E1E1E;
}

.choices__inner {
  border: none;
}

.choices[data-type*=select-one]::after {
  display: none !important;
}

.quiz-select-parent {
  position: relative;
}

.quiz-select-parent .quiz-select-icon {
  position: absolute;
  top: 15px;
  right: 23px;
  z-index: 20;

  width: 24px;
  height: 24px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  transition: transform 300ms linear;
  will-change: transform;
  transform-origin: center center;
}

.quiz-select-parent .quiz-select-icon svg path {
  transition: stroke 300ms linear;
}

.choices {
  border-radius: 20px !important;
  background-color: #fff !important;
}

.is-open .choices__inner {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.choices__list--single {
  padding: 0px;
}

.choices__inner {
  background-color: #fff !important;
  padding: 16px 45px 16px 30px !important;
}

.choices__list.choices__list--dropdown.is-active {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.quiz-select-parent:has(.choices.is-open) .quiz-select-icon {
  transform: rotate(180deg);
}

.quiz-select-parent:has(.choices.is-open) .quiz-select-icon svg path {
  stroke: #0038C0;
}

.choices__list,
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border: none !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  display: none !important;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: transparent !important;
}

/* choices is-open is-focused */
.choices__list--dropdown,
.choices__list[aria-expanded] {
  display: block !important;
}

/* choices__item--selectable */
.choices__item.choices__item--choice:hover {
  color: #0038C0;
}

.choices__item.choices__item--choice {
  position: relative;
  padding: 5px 30px !important;
  cursor: pointer !important;
}

.choices__item.choices__item--choice::before {
  position: absolute;
  content: "";
  background: #F6F7FF;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 300ms linear;
  cursor: pointer !important;
}

.choices__item.choices__item--choice.is-selected.choices__item--selectable::before {
  opacity: 1 !important;
}

.choices__item.choices__item--choice.is-selected.choices__item--selectable {
  color: #0038C0;
}

.choices__list.choices__list--dropdown {
  padding: 0px 0px 20px 10px !important;
}

.choices__list.choices__list--dropdown .choices__list {
  max-height: 130px !important;
  overflow-y: auto;
  padding-right: 10px;
}

.choices__list.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 2px !important;
  border-radius: 20px !important;
}

.choices__list.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background: #CDD3FF !important;
  border-radius: 20px !important;
}

.choices__list.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #0038C0;
  border-radius: 20px !important;
}

.quiz-slider .question {
  height: max-content !important;
}

.quiz-slider,
.quiz__slider {
  height: max-content;
}

.quiz__btn.is-hidden {
  display: none !important;
}

.quiz__btn-submit {
  background: #fff;
  color: #0038c0;
  border: 1px solid rgba(255, 255, 255, .5);
}

/* @media (hover: hover) {
  .quiz__btn-submit:hover {
    background: transparent;
    color: #fff;
  }
} */

.question.question-3 .question__list,
.question.question-4 .question__list,
.question.question-5 .question__list,
.question.question-6 .question__list {
  display: grid;
}

.modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  top: 0;
  position: fixed;
  max-width: 100vw;
  width: 100%;
  height: 100svh;
  left: -200vw;
  background: rgba(8, 30, 81, 0.36);
  backdrop-filter: blur(2px);
  z-index: 1121;
}

.modal__inner {
  max-width: 764px;
  max-height: calc(100vh - 30px);
  width: 100%;
  background-color: rgba(246, 247, 255, 1);
  border-radius: 30px;

  position: relative;

  transform: translateY(50px);
  opacity: 0;
  will-change: transform;

  transition: transform 300ms linear, opacity 200ms ease-in-out;
}

.modal__inner-content {
  overflow-y: scroll;
  height: 100%;
}

.modal__inner-content::-webkit-scrollbar {
  display: none;
}

.modal.is-open {
  left: 0;
}

.modal.is-open .modal__inner {
  opacity: 1;
  transform: translateY(0px);
}

.modal.is-open.is-back-animate .modal__inner {
  opacity: 0;
  transform: translateY(50px);
}

.modal__btn-close {
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 0;
  right: -44px;
  cursor: pointer;
}

.modal__btn-close svg path {
  transition: stroke 300ms linear;
}

.modal__inner-content {
  padding: 30px;
}

.modal__top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;

  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 56, 192, 0.14);
  margin-bottom: 30px;
}

.modal__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 60px;
}

.modal__footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.modal__box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.modal__company-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: rgba(30, 30, 30, 1);
}

.modal__company-job {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(30, 30, 30, 1);
}

.modal__review-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(0, 56, 192, 1);
  padding: 15px 30px;
  border: 1px solid rgba(0, 56, 192, 1);
  background: transparent;
  border-radius: 10px;
  text-decoration: none;
  transition: background 300ms linear, color 300ms linear;
}

.modal__stars {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;

  padding: 5px 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;

  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(30, 30, 30, 1);
}

.modal__body p:not(:last-child) {
  padding-bottom: 25px;
}

.reviews-card__btn-more {
  max-width: max-content;
  width: 100%;

  border: none;
  outline: none;
  background: none;
}

.reviews-card.swiper-slide {
  display: flex;
}

.quiz__slider .question__item {
  padding: 0;
}

.quiz__slider .question__item .checkbox {
  padding: 20px;
  width: 100%;
  cursor: pointer;
}

.quiz__btn-submit.question__item {
  padding: 20px;
}

.quiz-success-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 550px;
  padding: 40px;
  text-align: center;
  z-index: 100;
}

.quiz-success-content p {
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

.section.ratings .content-card {
  height: 135px;
}

.news-section {
  padding: 0 0 120px;
}

.news-section__inner {
  display: flex;
  flex-direction: column;
}

.news-section .h2 {
  margin: 0 0 40px;
}

.news-section__btn {
  margin: 43px auto 0;
}

.news-section__navigation {
  display: none;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin: 20px 0 0 auto;
}

.news-section .btn-arr {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  width: 48px;
  height: 48px;
  background: #fff;
}

.news-section .btn-arr>svg {
  width: 18px;
  height: 18px;
}

.podcast-section {
  position: relative;
  background-color: #f6f7ff;
  overflow: hidden;
  padding: 120px 0;
}

.podcast-section__inner {
  display: flex;
  flex-direction: column;
}

.podcast-section .h2 {
  margin: 0 auto 40px;
}

.podcast-section__btn {
  margin: 43px auto 0;
}

.podcast-section__navigation {
  display: none;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin: 20px 0 0 auto;
}

.podcast-section .btn-arr {
  border: 1px solid #f6f7ff;
  border-radius: 10px;
  padding: 10px;
  width: 48px;
  height: 48px;
}

.podcast-section .btn-arr>svg {
  width: 18px;
  height: 18px;
}

.post-card {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  width: 100%;
  max-width: 507px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.post-card.swiper-slide {
  display: flex;
  height: auto;
  flex: 1 0 auto;
}

.post-card__pic {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.post-card__pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 67.45%;
}

.post-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 20px 10px 10px;
}

.post-card__info {
  display: flex;
  flex-direction: column;
}

.post-card__title {
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-card__img {
  transition: -webkit-transform 750ms ease-in-out;
  transition: transform 750ms ease-in-out;
  transition:
    transform 750ms ease-in-out,
    -webkit-transform 750ms ease-in-out;
}

.post-card__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #4b4475;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-card__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0 0;
}

.post-card__data {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #1e1e1e;
}

.post-card__el {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #1e1e1e;
}

.podcast-section__tabs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.podcast-section__tabs-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
}

.podcast-section__tabs-controls {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin: 0;
  padding: 5px;
  gap: 5px;
  border-radius: 22px;
  background: #0038c0;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.podcast-section__tabs-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 20px;
  padding: 20px 30px;
  border: 1px solid rgba(232, 234, 254, 0.33);
  background: 0 0;
  outline: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.podcast-section__tabs-control-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #fff;
  transition: all .3s ease-in-out;
}

.podcast-section__tabs-control-ic>svg {
  width: 24px;
  height: 24px;
}

.podcast-section__tabs-control-ic>svg use {
  width: 100%;
  height: 100%;
}

.podcast-section__tabs-control.is-active {
  background-color: #fff;
  color: #0038c0;
  transition:
    color 0s,
    background 0.15s ease;
}

.podcast-section__tabs-control.is-active .podcast-section__tabs-control-ic {
  stroke: #0038c0;
}

.podcast-section__tabs-content {
  width: 100%;
  display: none;
}

.podcast-section__tabs-content.is-active {
  display: block;
}

.quiz_select__category-item {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.quiz_select__category-item .radio__clone {
  position: relative;
  flex-shrink: 0;
  border: 1px solid #c9cffb;
  border-radius: 8px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMgMS41TDQuNzUgOS43NUwxIDYiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.quiz_select__category-item input[type="radio"]:checked+.radio__clone {
  background-color: #0038c0;
  border-color: #0038c0;
}

.news-section .btn-arr:active {
  background-color: #0038c0;
  border-color: #0038c0;
}

.news-section .btn-arr:hover {
  background: #0038c0;
  border-color: #0038c0;
}

.news-section__slider-wrap.slider-wrap--single .post-card {
  max-width: 507px
}

.news-section__slider-wrap.slider-wrap--single .news-section__navigation {
  display: none;
}

@media (hover: hover) {
  .modal__btn-close:hover svg path {
    stroke: #0038c0;
  }

  .modal__review-link:hover {
    background: #0038C0;
    color: #fff;
  }

  .post-card:hover .post-card__title {
    color: #0038c0;
  }

  .post-card:hover .post-card__img {
    transform: scale(1.1);
    transition: -webkit-transform 750ms ease-in-out;
    transition: transform 750ms ease-in-out;
    transition:
      transform 750ms ease-in-out,
      -webkit-transform 750ms ease-in-out;
  }

  .podcast-section__tabs-control:hover .podcast-section__tabs-control-ic {
    stroke: #0038c0;
  }

  .podcast-section__tabs-control:hover {
    background-color: #fff;
    color: #0038c0;
  }

  .news-section .btn-arr:hover {
    background: #0038c0;
    border-color: #0038c0;
  }

}

.cms__descr.section-text {
  font-size: 24px;
}

@media (max-width: 1519px) {
  .reviews-card__text-inner {
    min-height: 125px;
  }

  .news-section {
    padding: 0 0 60px;
  }

  .podcast-section {
    padding: 0 0 60px;
  }
}

@media screen and (max-width: 1480px) {
  .cms__descr.section-text {
    font-size: 20px;
  }
}

@media (max-width: 1399px) {
  .stages__list .stages__item {
    padding: 30px 30px 40px 40px;
  }
}

@media (max-width: 1269px) {
  .podcast-section__navigation {
    display: flex;
  }

  .podcast-section__navigation .btn-arr {
    display: flex !important;
  }

  .news-section__navigation {
    display: flex;
  }

  .news-section__navigation .btn-arr {
    display: flex !important;
  }
}

@media (max-width: 1169px) {
  .section.ratings .content-card {
    height: auto;
    max-width: 100%;
  }

}

@media (max-width: 999px) {

  .quiz-success-content p {
    font-size: 18px;
  }

  .quiz-success-message {
    padding: 10px;
  }
}

@media (max-width: 992px) {

  .modal__btn-close {
    right: 5px;
    top: 10px;
  }

  .modal__btn-close svg {
    width: 35px;
    height: 35px;
  }

  .modal__btn-close svg path {
    stroke: #0038C0;
  }

  .modal__inner-content {
    overflow-y: unset;
    height: auto;
  }

  .modal__inner {
    overflow-y: scroll;
  }

  .modal__inner::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .modal__top {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .modal__body {
    margin-bottom: 30px;
  }

  .modal__body {
    font-size: 16px;
  }

  .modal__stars {
    font-size: 16px;
  }

  .modal__body p:not(:last-child) {
    padding-bottom: 15px;
  }

  .modal__company-name {
    font-size: 16px;
  }

  .modal__review-link {
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {

  .news-section__slider-wrap.slider-wrap--single .post-card {
    max-width: 100%;
  }

  .cms__descr.section-text {
    font-size: 19px;
  }

  .podcast-section__tabs {
    gap: 20px;
  }

  .quiz_select__category-item .radio__clone {
    border-radius: 3px;
    width: 16px;
    height: 16px;
    background-size: 9px;

  }

  .podcast-section__tabs-control-ic {
    width: 16px;
    height: 16px;
  }

  .podcast-section__tabs-wrap {
    margin: 0;
    border-radius: 12px;
  }

  .podcast-section__tabs-controls {
    border-radius: 12px;
  }

  .podcast-section__tabs-control {
    border-radius: 10px;
    padding: 10px 15px;
    height: 36px;
    font-size: 12px;
  }

  .quiz-success-content p {
    font-size: 16px;
  }

  .stages__list .stages__item {
    padding: 20px 21px 25px 15px;
  }

  .reviews-card__text-inner {
    min-height: auto;
  }

  .reviews__slider .reviews-card {
    min-height: 370px;
  }

  .quiz__slider .question__item .checkbox {
    padding: 15px;
  }

  .quiz__btn-submit.question__item {
    padding: 15px;
  }

  .question__list {
    grid-template-columns: 1fr;
  }

  .question__list.count-11 {
    grid-template-columns: 1fr;
  }

  .news-section {
    padding: 0 0 70px;
  }

  .news-section .h2 {
    margin: 0 0 30px;
  }

  .news-section__btn {
    margin: 10px auto 0;
  }

  .news-section__navigation {
    margin: 20px 0 0 auto;
  }

  .post-card {
    border-radius: 10px;
  }

  .post-card__pic {
    border-radius: 10px;
  }

  .post-card__pic::after {
    padding-top: 77.33%;
  }

  .post-card__content {
    padding: 20px 0 10px;
  }

  .post-card__title {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .post-card__text {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .post-card__block {
    margin: 20px 0 0;
  }

  .post-card__data {
    font-size: 10px;
  }

  .post-card__el {
    font-size: 10px;
  }

  .podcast-section {
    padding: 70px 0;
  }

  .podcast-section .h2 {
    margin: 0 0 40px;
  }

  .podcast-section__btn {
    margin: 10px auto 0;
  }

  .podcast-section__navigation {
    margin: 20px 0 0 auto;
  }
}

@media (max-width: 1269px) {
  .post-card {
    max-width: 100%;
  }

}

@media (max-width: 480px) {
  .post-card {
    max-width: 100%;
  }

  .modal__inner-content {
    padding: 20px;
  }

  .modal__btn-close {
    top: 5px;
    right: 10px;
  }

  .modal__inner {
    border-radius: 20px;
  }

  .modal__review-link {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.breadcrumbs {
  margin-top: 20px;
}

.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  list-style: none;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
}

.breadcrumbs__item-link {
  color: rgba(176, 192, 230, 1);
  transition: color 300ms linear;
  text-decoration: none;
  font-size: 16px;
}

.breadcrumbs__link:last-child {
  font-size: 16px;
}

.breadcrumbs__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #b0c0e6;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: color .3s ease-in-out;
}

.breadcrumbs_mb {
  margin-bottom: 40px;
}

.breadcrumbs.container {
  padding: 0;
}

@media(hover: hover) {
  .breadcrumbs__item-link:hover {
    color: #0038C0;
  }
}

@media (max-width: 992px) {
  .breadcrumbs__list {
    font-size: 15px;
    flex-wrap: wrap;
  }

  .breadcrumbs__item-link {
    font-size: 15px;
  }

  .breadcrumbs__link:last-child {
    font-size: 15px;
  }

  .breadcrumbs {
    margin-top: 10px;
  }
}

.pp-modal-feedback.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.valide-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.02em;
  border-radius: 30px;
}

.pp-modal-feedback__wrapper {
  position: relative;
}

.pp-modal-feedback__wrapper .valide-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pp-modal-feedback__wrapper:has(.valide-text) .pp-modal-feedback__btn {
  z-index: 20;
}

/*  */
.page-top {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.page-title {
  font-weight: 500;
  font-size: 55px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(4, 76, 252, 1);
}

.page-title span {
  letter-spacing: -0.3em;
  padding-right: 17px;
}

.page-top:has(.page-title ~ .breadcrumbs) .breadcrumbs {
  margin-top: 5px;
}

.price-page__aside {
  position: sticky;
  top: 20px;
  height: max-content;
}

.price-page__aside-icon .icon {
  width: 24px;
  height: 24px;
  fill: transparent;
}

.price-page__aside-icon .icon use {
  transition: stroke 300ms linear;
}

.price-page__aside-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  list-style: none;
}

.price-page__aside-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 15px 30px;
  transition: color 300ms linear;
}

.page-description {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 36px;
}

.page-description mark {
  background: none;
  color: #0038C0;
}

body:has(.page-top~.page-description) .page-top {
  margin-bottom: 40px;
}

.page-bg {
  background: rgba(246, 247, 255, 1);
}

.price-page__inner {
  display: grid;
  grid-template-columns: 248px 1fr;
  grid-column-gap: 10px;
}

.price-page__inner:last-child {
  margin-bottom: 100px;
}

.price-page .feedback.section {
  padding-bottom: 100px;
}

.price-page__aside-item.is-active .price-page__aside-link {
  color: #0038C0;
}

.price-page__aside-item.is-active svg path {
  stroke: #0038C0;
}

.price-page__aside-link svg path {
  transition: stroke 300ms linear;
}

@media (hover: hover) {
  .price-page__aside-link:hover {
    color: #0038C0;
  }

  .price-page__aside-link:hover svg path {
    stroke: #0038C0;
  }
}

.price-page__content .prices__content {
  display: block;
}

.quiz__btn.is-disabled {
  /* pointer-events: none; */
}

.error-mes {
  display: none;
  opacity: 0;
  color: white;
  margin-top: 14px;
}

.quiz-slider.swiper-initialized {
  height: auto !important;
}

.error-mes.is-show {
  display: block;
  opacity: 1;
}

.price-page__content .prices__content .price-card__link {
  max-width: 100%;
  width: 100%;
}

.price-page__content .price-card__block {
  max-width: 400px;
  width: 100%;
}

.price-page__content .prices__content .price-card__item {
  max-width: 375px;
  width: 100%;
}

.price-page__content .prices__content .price-card {
  overflow: unset;
}

.price-page__content .price-card__text {
  max-width: 100%;
  width: 100%;
}

.price-page__link {
  display: flex;
  justify-content: center;

  max-width: 290px;
  width: 100%;

  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 56, 192, 1);
  text-align: center;

  border: 1px solid rgba(0, 56, 192, 1);
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;

  text-decoration: none;

  background: transparent;


  transition: background 300ms linear, color 300ms linear;
}

@media (hover: hover) {
  .price-page__link:hover {
    background: #0038C0;
    color: white;
  }
}

.prices__content:has(.price-page__link) .prices__list {
  margin-bottom: 50px;
}

.page-reviews__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 30px;
  background-color: #fff;
  padding: 40px;
}

.page-reviews__list {
  margin-bottom: 51px;
}

.page-reviews__item:not(:last-child) {
  margin-bottom: 16px;
}

.page-reviews__item-name {
  display: block;
  margin-bottom: 10px;

  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
  color: #000;
}

.page-reviews__item-job {
  display: block;

  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;

  margin-bottom: 28px;
}

.page-reviews__item-stars {
  max-width: max-content;
  margin-bottom: 20px;
}

.page-reviews__item-stars .reviews-card__rating {
  background: rgba(246, 247, 255, 1);
}

.page-reviews__item-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  max-width: 172px;
  width: 100%;

  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #0038C0;
  border: 1px solid #0038C0;
  padding: 15px;
  border-radius: 10px;
  background: transparent;

  text-decoration: none;
  transition: background 300ms ease, color 300ms ease;
}

@media (hover: hover) {
  .page-reviews__item-link:hover {
    background: #0038C0;
    color: #fff;
  }
}

.page-reviews__item-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}

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

.page-reviews__item-picture {
  max-width: 210px;
  width: 100%;
  height: 268px;
}

.page-reviews__item-picture img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.page-reviews__item-text {
  max-width: 726px;
  width: 100%;
  margin-left: auto;
  padding-top: 2px;
}

.page-reviews__item-box {
  margin-left: 138px;
  padding-top: 3px;
}

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.pagination__btn {
  width: 64px;
  height: 64px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;

  border-radius: 10px;
  background-color: transparent;
  color: rgba(124, 146, 196, 1);

  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 1);

  text-decoration: none;

  transition: color 300ms linear, background 300ms linear, border 300ms linear;

  cursor: pointer;
}

.pagination__btn.is-active {
  background: #0038c0;
  color: #fff;
  border: 1px solid #0038C0;
}

.pagination__btn_arrow {
  background: #fff;
}

.pagination__btn_arrow svg path {
  transition: stroke 300ms linear;
}

.pagination__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  list-style: none;
}

@media (hover: hover) {
  .pagination__btn:hover {
    color: #fff;
    background: #0038C0;
    border: 1px solid #0038C0;
  }

  .pagination__btn:hover svg path {
    stroke: #fff;
  }
}

.question__list.count-1 {
  grid-template-columns: 1fr;
}

.question__list.count-1 .question__item,
.question__list.count-1 .question__item-view {
  max-width: 634px;
  width: 100%;
  margin: 0 auto;
}

.question__item-website label,
.question__item-view label,
.question__item-website label .field__input,
.question__item-view label .field__input {
  height: 100%;
}

.tabs__control-icon svg path {
  transition: stroke 300ms linear;
}

.tabs__control.is-active .tabs__control-icon svg path {
  stroke: #0038c0;
}

@media (hover: hover) {
  .tabs__control:hover .tabs__control-icon svg path {
    stroke: #0038C0;
  }
}

body:has(.page-description ~ .portfolio__tabs) .page-description {
  margin-bottom: 50px;
}

.tabs__inner.gap-min {
  gap: 40px;
}

.portfolio__tabs.portfolio__tabs_mb {
  margin-bottom: 50px;
}

.page-blog {
  margin-bottom: 100px;
}

.page-blog__inner {
  display: grid;
  grid-template-columns: 248px 1fr;
  grid-column-gap: 10px;
}

.card-blog {
  display: grid;
  grid-template-rows: 319px 1fr;
  border-radius: 30px;
  background: #fff;
  text-decoration: none;
}

.card-blog__image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 320px;
}

.card-blog__image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 30px;
}

.card-blog__time {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: rgba(124, 146, 196, 1);
  margin-bottom: 15px;
  text-decoration: none;
}

.card-blog__name {
  display: block;
  font-weight: 600;
  font-size: 23px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 15px;
  text-decoration: none;
  transition: color 300ms linear;
}

.card-blog__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
  text-decoration: none;
}

.card-blog__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  cursor: pointer;
  transition: color 300ms linear;
}

.card-blog__control {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;

  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(124, 146, 196, 1);

  padding: 0;
  border: none;
  outline: none;
  background: none;
}

.card-blog__tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: end;
  gap: 3px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0%;
  color: rgba(124, 146, 196, 1);
  margin-left: auto;
}

.card-blog__icon {
  width: 44px;
  height: 44px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border-radius: 10px;
  background: rgba(246, 247, 255, 1);
  margin-left: 20px;

  transition: background 300ms linear;
}

.card-blog__icon svg path {
  stroke: path 300ms linen;
}

.card-blog__content {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 30px 20px;
  height: 100%;
}

.card-blog__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.page-blog__list {
  display: grid;
  grid-template-columns: 507px 1fr 1fr;
  gap: 10px;
}

.page-blog__list:not(:last-child) {
  margin-bottom: 70px;
}

.card-blog__footer {
  margin-top: auto;
  margin-bottom: 0;
}

@media (hover: hover) {
  .card-blog:hover .card-blog__name {
    color: #0038C0;
  }

  .card-blog:hover .card-blog__icon {
    background: #0038C0;
  }

  .card-blog:hover .card-blog__icon svg path {
    stroke: #fff;
  }
}

.card-blog.card-blog_large {
  display: grid;
  grid-template-columns: 636px 1fr;
  grid-template-rows: auto;
  grid-column: span 3;
}

.card-blog.card-blog_large .card-blog__content {
  padding: 40px;
}

.card-blog.card-blog_large .card-blog__image {
  height: 400px;
}

.blog-feadback {
  grid-column: span 3;
}

.card-blog.card-blog_large:not(:first-child),
.blog-feadback:not(:first-child) {
  margin-top: 30px;
}

.card-blog.card-blog_large:not(:last-child),
.blog-feadback:not(:last-child) {
  margin-bottom: 30px;
}

body:has(.page-blog__list) .page-top {
  margin-bottom: 40px;
}

.page-blog__detail-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 480px;
  margin-bottom: 20px;
}

.page-blog__detail-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.page-blog__detail-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.page-blog__detail-time {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: rgba(124, 146, 196, 1);
}

.page-blog__detail-tag {
  font-weight: 500;
  font-size: 13px;
  line-height: 120%;
  color: rgba(124, 146, 196, 1);
}

.page-blog__detail-content h1,
.page-blog__detail-content h2,
.page-blog__detail-content h3,
.page-blog__detail-content h4,
.page-blog__detail-content h5,
.page-blog__detail-content h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #000;
}

.page-blog__detail-content {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000;
}

.page-blog__detail-content a {
  color: #0038C0;
  text-decoration: none;
}

.page-blog__detail-content ul {
  padding-left: 0;
  list-style: none;
}

.page-blog__detail-content ul li {
  padding-left: 20px;
  position: relative;
}

.page-blog__detail-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-49%);
  width: 10px;
  height: 10px;
  background-image: url("../img/decor-star.svg");
  background-position: center;
  background-size: contain;
}

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

.page-blog__detail-footer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.page-blog__detail-add-favorites {
  max-width: 254px;
  width: 100%;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #0038C0;

  background: #fff;
  padding: 20px;
  border-radius: 10px;

  border: none;
  outline: none;
  cursor: pointer;

  transition: background 300ms linear, color 300ms linear;
}

.page-blog__detail-add-favorites svg path {
  transition: stroke 300ms linear;
}

@media (hover: hover) {
  .page-blog__detail-add-favorites:hover {
    color: #fff;
    background: #0038C0;
  }

  .page-blog__detail-add-favorites:hover svg path {
    stroke: #fff;
  }
}

/*  */
.page-blog__detail-content p+p {
  margin-top: 20px;
}

.page-blog__detail-content h1:not(:last-child),
.page-blog__detail-content h2:not(:last-child),
.page-blog__detail-content h3:not(:last-child),
.page-blog__detail-content h4:not(:last-child),
.page-blog__detail-content h5:not(:last-child),
.page-blog__detail-content h6:not(:last-child) {
  margin-bottom: 15px;
}

.page-blog__detail-content h1:not(:first-child),
.page-blog__detail-content h2:not(:first-child),
.page-blog__detail-content h3:not(:first-child),
.page-blog__detail-content h4:not(:first-child),
.page-blog__detail-content h5:not(:first-child),
.page-blog__detail-content h6:not(:first-child) {
  margin-top: 40px;
}

.page-blog__detail-content ul:not(:last-child) {
  margin-bottom: 40px;
}

.page-blog__detail-content {
  margin-bottom: 50px;
}

.page-blog__inner:has(.page-blog__detail) {
  gap: 139px;
}

.page-blog__inner:not(:last-child) {
  margin-bottom: 50px;
}

.coments_mb {
  margin-bottom: 110px;
}

.coments__inner {
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 139px;
}

.coments {
  padding-top: 50px;
  border-top: 1px solid rgba(223, 232, 255, 1);
}

.btn-add svg path {
  transition: fill 300ms linear, stroke 300ms linear;
}

.btn-add.is-active svg path {
  fill: #0038C0;
  stroke: rgba(246, 247, 255, 1);
}

.btn-add.is-active {
  color: #0038C0;
}

.coments__content {
  max-width: 768px;
  width: 100%;
}

.coments-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 49px;
}

.coments__title {
  display: block;

  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #000;

  margin-bottom: 20px;
}

.coments__text-area {
  max-width: 100%;
  width: 100%;
  height: 190px;

  background: #fff;

  font-weight: 400;
  font-size: 16px;
  line-height: 140%;

  padding: 30px 75px 30px 30px;

  border-radius: 30px;
  resize: none;
  color: #000;

  transition: color 300ms linear;

  outline: none;
  border: none;
}

.coments__text-area::placeholder {
  color: rgba(124, 146, 196, 1);
}

.coments__form-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;

  width: 44px;
  height: 44px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: rgba(246, 247, 255, 1);

  transition: background 300ms linear;

  outline: none;
  border: none;
  cursor: pointer;

  border-radius: 10px;
}

.coments__form {
  position: relative;
  margin-bottom: 15px;
}

.coments__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(124, 146, 196, 1);
}

.coments__description a {
  color: rgba(124, 146, 196, 1) !important;
  font-size: 16px !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  transition: color 300ms linear;
}

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

.coment-item__avatar {
  display: block;
  width: 50px;
  height: 50px;
}

.coment-item__avatar img {
  max-width: 100%;
  width: 100%;
  height: 100%;

  border-radius: 50px;
  object-position: center;
  object-fit: cover;
}

.coment-item__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.coment-item__name {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  margin-bottom: 2px;
}

.coment-item__time {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: rgba(124, 146, 196, 1);
}

.coment-item__coment {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  margin-bottom: 15px;
}

.coment-item__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.coment-item__coment-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(124, 146, 196, 1);

  outline: none;
  border: none;
  background: none;
}

.btn-add {
  cursor: pointer;
}

.coment-item:not(:last-child) {
  margin-bottom: 36px;
}

.coments-list.coments-list_lower-level {
  padding-left: 70px;
  margin-top: 36px;
}

.coments-link-back {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

  max-width: 209px;
  width: 100%;

  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: rgba(0, 56, 192, 1);
  text-align: center;
  text-decoration: none;

  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 20px;

  transition: color 300ms linear, background 300ms linear;
}

@media (hover: hover) {
  .coments-link-back:hover {
    background: #0038c0;
    color: #fff;
  }
}

.articles {
  overflow-y: hidden;
}

/*  title-middle_decor */
.title-middle {
  font-weight: 500;
  font-size: 55px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #0038C0;
}

.title-middle.title-middle_decor {
  position: relative;
}

.title-middle.title-middle_decor span {
  letter-spacing: -0.3em;
  padding-right: 17px;
}

.articles__top {
  margin-bottom: 40px;
}

.articles-slider__slide {
  width: 378px !important;
}

.articles-slider__slide.swiper-slide-active {
  width: 765px !important;
}

.card-blog__row .card-blog__time {
  margin-bottom: 0px;
}

.articles-slider__slide .card-blog {
  background: none;
}

.articles-slider__slide .card-blog__content {
  padding: 20px 10px 0px;
}

.articles-slider__slide .card-blog__footer {
  margin-top: 20px;
}

.articles-slider__slide:has(.card-blog__name + .card-blog__footer) .card-blog__name {
  margin-bottom: 0px;
}

.articles-slider__slide .card-blog__image {
  height: 239px;
}

.articles-slider__slide.swiper-slide-active .card-blog__image {
  height: 482px;
}

.card-blog__image {
  transition: width 300ms ease, height 300ms ease;
}

.articles-slider__slide .card-blog {
  display: flex;
  flex-direction: column;
}

.articles-slider__btn {
  width: 64px;
  height: 64px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #fff;
  border-radius: 10px;

  outline: none;
  border: none;

  transition: background 300ms linear;
  cursor: pointer;
}

.articles-slider__btn svg path {
  transition: stroke 300ms linear;
}

@media (hover:hover) {
  .articles-slider__btn:hover {
    background: #0038c0;
  }

  .articles-slider__btn:hover svg path {
    stroke: #fff;
  }
}

.articles-slider {
  position: relative;
}

.articles-slider__controls {
  --bottoms: 100px;
  position: absolute;
  right: 0;
  bottom: var(--bottoms);
  z-index: 10;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.articles_mb {
  margin-bottom: 100px;
}


.question__list.count-0:has(.quiz-select-parent) {
  display: flex;
}

.quiz__slider:has(.question__list.count-0:has(.quiz-select-parent)) {
  height: 100%;
}

.question__list.count-0:has(.quiz-select-parent) .quiz-select-parent {
  max-width: 634px;
  width: 100%;
}

.quiz-slider {
  min-height: 260px;
}

.question__title.question__title_small {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .question__title.question__title_small {
    font-size: 16px;
  }

  .pagination {
    gap: 2px;
  }
}

/* .question__item .checkbox__content {
  color: #5E5F6B;
} */

.question .question__item-view .field__input::placeholder,
.question .question__item .field__input::placeholder,
.question .question__item-website .field__input::placeholder,
.question .field__input::placeholder {
  color: #5E5F6B !important;
}

.question .field-error {
  color: #fff;
  display: none;
}

.question .field-error.is-show {
  display: block;
}

.question.question-6 .question__title {
  text-align: center !important;
  max-width: 100% !important;
}

/* .question__title.question__title_small br {
  display: none;
} */

.prices .section-text {
  max-width: 100% !important;
  width: 100%;
}

/*  */

.page-dosc {
  position: relative;
  margin-top: 20px;
}

.page-dosc__content {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 12px;
}

.card-doc {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: inline-flex;
  width: 100%;
  max-width: 505px;
  border-radius: 20px;
  padding: 25px 30px;
  background: #fff;
  height: fit-content;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}

.card-doc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(108deg, #044cfc 0%, #063ec6 100%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.card-doc:hover {
  z-index: 2;
  box-shadow: 0 20px 30px 0 rgba(0, 56, 192, 0.4);
}

.card-doc:hover::before {
  opacity: 1;
}

.card-doc:hover .card-doc__title {
  color: #fff;
}

.card-doc:hover .card-doc__size {
  color: rgba(255, 255, 255, 0.5);
}

.card-doc:hover .card-doc__icon::before {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.909 30.303V32.4242C40.909 35.3942 40.909 36.8792 40.331 38.0136C39.8226 39.0114 39.0113 39.8227 38.0135 40.3311C36.8791 40.9091 35.3941 40.9091 32.4242 40.9091H17.5757C14.6057 40.9091 13.1207 40.9091 11.9863 40.3311C10.9885 39.8227 10.1772 39.0114 9.66882 38.0136C9.09082 36.8792 9.09082 35.3942 9.09082 32.4242V30.303M33.8383 21.4646L24.9999 30.303M24.9999 30.303L16.1615 21.4646M24.9999 30.303V9.09091' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.card-doc>* {
  position: relative;
  z-index: 2;
}

.card-doc__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.card-doc__info {
  display: flex;
  flex-direction: column;
}

.card-doc__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}

.card-doc__size {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #516594;
  transition: all 0.3s ease-in-out;
}

.card-doc__icon {
  position: relative;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}

.card-doc__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40.909 30.303V32.4242C40.909 35.3942 40.909 36.8792 40.331 38.0136C39.8226 39.0114 39.0113 39.8227 38.0135 40.3311C36.8791 40.9091 35.3941 40.9091 32.4242 40.9091H17.5757C14.6057 40.9091 13.1207 40.9091 11.9863 40.3311C10.9885 39.8227 10.1772 39.0114 9.66882 38.0136C9.09082 36.8792 9.09082 35.3942 9.09082 32.4242V30.303M33.8383 21.4646L24.9999 30.303M24.9999 30.303L16.1615 21.4646M24.9999 30.303V9.09091' stroke='%230038C0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1069px) {
  .card-doc {
    max-width: 100%;
    border-radius: 10px;
    padding: 20px 25px;
  }
}

@media screen and (max-width: 767px) {
  .card-doc__size {
    font-size: 16px;
  }

  .card-doc__title {
    font-size: 20px;
  }

  .card-doc__icon {
    width: 40px;
    height: 40px;
  }
}

.page-wrapper .sidebar {
  max-width: 320px;
  max-height: none;
}

.page-wrapper .article-detail__column {
  max-height: none;
}

.page-wrapper .sidebar .sidebar__list-link {
  max-width: 320px;
}

.page-company__history {
  margin-top: -320px;
}

.page-articles .article-detail__main {
  max-width: 100%;
}

.article-detail__body {
  margin: 0 auto;
}

.page-articles {
  opacity: 0;
  animation: fadeIn 1.2s ease-in-out;
  animation-fill-mode: forwards;
}

.page-wrapper.detail-view-page .page-prices .price-card__arrow {
  transform: none;
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1069px) {
  .page-wrapper .sidebar {
    max-width: 100%;
  }

  .page-wrapper .sidebar .sidebar__list-link {
    max-width: 100%;
  }

  .page-company__history {
    margin-top: -300px;
  }
}

.page-prices__listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  max-width: inherit !important;
  row-gap: 20px !important;
}

.page-prices__listing .service-card {
  width: 100%;
}

.section.documents .section-header .section-text {
  max-width: 890px;
}

.page-articles .article-card__link {
  max-width: 100%;
}

.page-articles .page-articles__group {
  display: flex;
}

.main.page-uslugi-det .section.portfolio {
  padding: 60px 0;
}

@media screen and (max-width: 1519px) {
  .main.page-uslugi-det .section.portfolio {
    padding: 30px 0;
  }
}

@media screen and (max-width: 1439px) {
  .page-prices__listing {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  .page-articles .page-prices__listing .service-card__inner {
    gap: 12px;
  }
}

@media screen and (max-width: 1339px) {
  .page-prices__listing {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-articles .page-articles__group>.article-card:first-child {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-articles__group>.article-card {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .page-articles .page-articles__group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

@media screen and (max-width: 1169px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  .header__menu-item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-menu {
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 240px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    will-change: max-height;
    transition:
      max-height 0.3s ease-out,
      opacity 0.3s ease-out,
      visibility 0.3s ease-out;

    box-sizing: content-box;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    visibility: hidden;
    pointer-events: none;
    transform: none;
    z-index: 2;
  }

  .dropdown-menu__list {
    padding: 15px 0 10px 15px;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }

  .dropdown-link__arr {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 10;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    transition: all 0.3s ease-in-out;
  }

  .open .header__menu-item-text {
    color: #0038c0;
  }

  .open .dropdown-link__arr {
    transform: rotate(-180deg) !important;
  }

  .open.header__menu-item .dropdown-link__arr>svg {
    stroke: #0038c0 !important;
  }

  .open .dropdown-menu__list {
    visibility: visible;
    pointer-events: auto;
  }

  .open .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header__menu-item:hover .dropdown-link .icon-arr {
    transform: none !important;
    stroke: #000 !important;
  }

  .header__menu-item-link.dropdown-link {
    padding-right: 100px;
  }
}

@media (hover: hover) {
  .header__menu-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1);
  }

  .page-wrapper.inner-detail-company .header .header__menu-item-text:hover {
    color: #000;
  }

  .page-wrapper.inner-detail-company .header__menu-item:hover .dropdown-link .icon-arr {
    stroke: #000;
  }

  .page-wrapper.inner-detail-company .header__menu-item:hover .dropdown-link .header__menu-item-text {
    color: #000;
  }

}


@media screen and (max-width: 1019px) {
  .page-articles .page-articles__group {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

@media screen and (max-width: 999px) {
  .page-articles .page-articles__group {
    grid-template-columns: 1fr;
  }

  .page-articles .article-card__link {
    max-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  .page-articles .article-card__link {
    max-width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .page-prices__listing {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.footer__logo-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__right-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;

  margin-top: 20px;
}

.footer__right-menu a {
  margin-left: 0px;
}

/* Кнопка быстрой прокрутки наверх */
.pageup {
  position: fixed;
  right: 1.7rem;
  bottom: 7.5rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0.7rem;
  border-radius: 100px;
  background-color: #0038c0;
  border: none;
  outline: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0;
}

.pageup:hover {
  box-shadow: 0 4px 15px 0 rgba(0, 56, 192, 0.23);
}

.pageup:active {
  box-shadow: 0 4px 15px 0 rgba(0, 56, 192, 0.23);
}

.pageup.show-scroll-btn {
  opacity: 1;
  visibility: visible;
}

.pageup__icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 19L12 5M12 5L5 12M12 5L19 12" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1599px) {
  .pageup {
    right: 20px;
  }

}

@media screen and (max-width: 767px) {
  .pageup {
    right: 10px;
    width: 48px;
    height: 48px;
    padding: 5px;
  }

  .main.page-uslugi-det .section.portfolio {
    padding: 20px 0;
  }

  .footer__logo-container {
    gap: 15px;
  }


  .footer__right-menu {
    margin-top: 40px;
  }
}


.quiz-form__caption.quiz_multy {
  opacity: 1 !important;
  visibility: visible !important;
  height: fit-content;
  transform: translateY(0);
}

a.cms__item {
  text-decoration: none;
}

.quiz__slider .quiz-slider-1 .swiper-wrapper {
  height: fit-content;
}

.block-request_single-text {
  max-width: 507px;
}

.fancybox__dialog .f-html {
  background: transparent !important;
}

.fancybox__slide.has-close-btn {
  padding-top: 70px !important;
}


.ws-chat-btn-el-container.envy-not-scalling {
  inset: auto auto 5% 5% !important;
}

.r52-a-cookies {
  z-index: 10000000000 !important;
}

/* Новый блок Преимущества */

.advantages-main {
  background-color: #f6f7ff;
}

.advantages-main.section {
  padding: 120px 0;
}

.advantages-main .section-text {
  max-width: 894px;
}

.advantages-main__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.527rem + 1.485vw, 2.9375rem);
}

.advantages-main__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 9px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.advantages-main__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 380px;
  gap: clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem);
  padding: clamp(1.25rem, 1.046rem + 0.873vw, 1.875rem);
  border-radius: clamp(0.625rem, 0.421rem + 0.873vw, 1.25rem);
  list-style: none;
  margin: 0;
}

.advantages-main__item-top {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.046rem + 0.873vw, 1.875rem);
}

.advantages-main__item-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(1.875rem, 1.671rem + 0.873vw, 2.5rem);
  height: clamp(1.875rem, 1.671rem + 0.873vw, 2.5rem);
  flex-shrink: 0;
}

.advantages-main__item-ic>svg {
  width: clamp(1.875rem, 1.671rem + 0.873vw, 2.5rem);
  height: clamp(1.875rem, 1.671rem + 0.873vw, 2.5rem);
  display: block;
}

.advantages-main__item-ic .icon use {
  width: 100%;
  height: 100%;
}

.advantages-main__item-ic {
  display: inline-block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.advantages-main__item[data-item="0"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="1"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='white' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="2"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='white' /%3E%3Crect y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="3"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="4"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='white' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='13' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="5"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='white' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="6"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="7"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='white' /%3E%3C/svg%3E");
}

.advantages-main__item[data-item="8"] .advantages-main__item-ic {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='13' height='13' rx='6.5' fill='white' /%3E%3Crect y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='13' width='13' height='13' rx='6.5' fill='white' /%3E%3Crect x='13' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' y='13' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3Crect x='26' y='26' width='13' height='13' rx='6.5' fill='%230038C0' /%3E%3C/svg%3E");
}

.advantages-main__item-title {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.043rem + 0.349vw, 1.375rem);
  line-height: 1.4;
}

.advantages-main__item-text {
  font-weight: 400;
  font-size: clamp(1rem, 0.959rem + 0.175vw, 1.125rem);
  line-height: 1.3;
}

.advantages-main__item.advantages-main__item--white .advantages-main__item-title {
  color: #1e1e1e;
}

.advantages-main__item.advantages-main__item--white .advantages-main__item-text {
  color: #1e1e1e;
}

.advantages-main__item.advantages-main__item--white .icon {
  fill: #0038c0;
}

.advantages-main__item.advantages-main__item--blue .advantages-main__item-title {
  color: #fff;
}

.advantages-main__item.advantages-main__item--blue .advantages-main__item-text {
  color: #fff;
}

.advantages-main__item.advantages-main__item--blue .icon {
  fill: #fff;
}

.advantages-main__item--white {
  background: #fff;
}

.advantages-main__item--blue {
  background: linear-gradient(108deg, #044cfc 0%, #063ec6 100%);
}

@supports (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px)) {
  .advantages-main__item {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}

@media screen and (max-width: 1519px) {
  .advantages-main.section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 1439px) {
  .advantages-main .section-text {
    max-width: 550px;
  }
}

@media screen and (max-width: 1197.98px) {
  .advantages-main__list .advantages-main__item:nth-child(1) {
    order: 1;
  }

  .advantages-main__list .advantages-main__item:nth-child(2) {
    order: 2;
  }

  .advantages-main__list .advantages-main__item:nth-child(3) {
    order: 4;
  }

  .advantages-main__list .advantages-main__item:nth-child(4) {
    order: 3;
  }

  .advantages-main__list .advantages-main__item:nth-child(5) {
    order: 5;
  }

  .advantages-main__list .advantages-main__item:nth-child(6) {
    order: 6;
  }

  .advantages-main__list .advantages-main__item:nth-child(7) {
    order: 8;
  }

  .advantages-main__list .advantages-main__item:nth-child(8) {
    order: 7;
  }

  .advantages-main__list .advantages-main__item:nth-child(9) {
    order: 9;
  }
}

@media screen and (max-width: 767px) {
  .advantages-main.section {
    padding: 40px 0;
  }
}

@media screen and (max-width: 859.98px) {
  .advantages-main__item {
    flex: 1 320px;
  }
}

@media screen and (max-width: 767.98px) {
  .advantages-main__item {
    flex: 1 100%;
  }

  .advantages-main__list {
    flex-direction: column;
  }

  .advantages-main__list .advantages-main__item:nth-child(1) {
    order: 1;
  }

  .advantages-main__list .advantages-main__item:nth-child(2) {
    order: 2;
  }

  .advantages-main__list .advantages-main__item:nth-child(3) {
    order: 3;
  }

  .advantages-main__list .advantages-main__item:nth-child(4) {
    order: 4;
  }

  .advantages-main__list .advantages-main__item:nth-child(5) {
    order: 5;
  }

  .advantages-main__list .advantages-main__item:nth-child(6) {
    order: 6;
  }

  .advantages-main__list .advantages-main__item:nth-child(7) {
    order: 7;
  }

  .advantages-main__list .advantages-main__item:nth-child(8) {
    order: 8;
  }

  .advantages-main__list .advantages-main__item:nth-child(9) {
    order: 9;
  }
}

.news-card__pic-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}

.news-card__btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(3.875rem, 3.096rem + 3.32vw, 6.25rem);
  height: clamp(3.875rem, 3.096rem + 3.32vw, 6.25rem);
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.03);
}

@supports (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px)) {
  .news-card__btn-play {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.03);
  }
}

.news-card__btn-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.news-card__btn-play:active {
  transform: translate(-50%, -50%) scale(0.95);
}

.news-card__btn-play-icon {
  display: inline-block;
  width: clamp(0.4375rem, 0.253rem + 0.786vw, 1rem);
  height: clamp(0.5625rem, 0.337rem + 0.961vw, 1.25rem);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10L7.94466e-08 20L9.53674e-07 -6.99382e-07L16 10Z' fill='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease-in-out;
}

/* Стили страниц seo*/
.page-seo {
  background-color: #f6f7ff;
}

.page-seo__hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem) clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
}

.page-seo__hero-pic {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0 0 clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem) clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  overflow: hidden;
}

.page-seo__hero-pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 0 clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem) clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  background: rgb(0, 0, 0, 0.5);
}

.page-seo__hero-pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 28.125%;
}

.page-seo__hero-pic>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-seo__title {
  max-width: 1100px;
  font-weight: 500;
  font-size: clamp(1.375rem, 1.088rem + 1.223vw, 2.25rem);
  line-height: 1.4;
  color: #fff;
}

.page-seo__hero-content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1340px;
  padding: 0 clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  margin: 0 auto;
}

.page-seo .breadcrumbs {
  margin-top: 14px;
}

.page-seo .breadcrumbs__link {
  color: #fff;
  font-size: 12px;
}

.page-seo .breadcrumbs__item-link {
  color: #fff;
  font-size: 12px;
}

.page-seo .breadcrumbs__list {
  color: #fff;
}

.page-seo .breadcrumbs__link:last-child {
  pointer-events: none;
  color: #fff;
  font-size: 12px;
}

.page-seo .breadcrumbs__link:not(:last-child)::after {
  background-color: #fff;
}

.page-seo__layout {
  padding-top: clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem);
  padding-bottom: clamp(4.375rem, 3.351rem + 4.367vw, 7.5rem);
}

.page-seo__layout-inner {
  display: flex;
  width: 100%;
  gap: 140px;
}

.page-seo__layout-wrap {
  display: flex;
  flex-direction: column;
}

.page-seo__body {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1025px;
  background-color: #f6f7ff;
}

.page-seo__caption {
  font-weight: 500;
  font-size: clamp(1.375rem, 1.088rem + 1.223vw, 2.25rem);
  line-height: 1.4;
  background: linear-gradient(108deg, #044cfc 0, #063ec6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-seo__start-header {
  display: flex;
  flex-direction: column;
  gap: clamp(0.9375rem, 0.835rem + 0.437vw, 1.25rem);
}

.page-seo__caption>span {
  margin-right: 12px;
  font-weight: 500;
  font-size: clamp(1.375rem, 0.904rem + 2.009vw, 2.8125rem);
  line-height: 1.4;
  letter-spacing: -0.3em;
  text-align: center;
  color: #054bf5;
}

.page-seo__text {
  font-weight: 400;
  font-size: clamp(1.25rem, 1.147rem + 0.437vw, 1.5625rem);
  line-height: 1.2;
  color: #000;
}

.page-seo__start-content {
  display: flex;
  flex-direction: column;
  margin-top: clamp(2.5rem, 2.296rem + 0.873vw, 3.125rem);
}

.page-seo__start-block {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.923rem + 1.397vw, 2.25rem);
}

.page-seo__start-block-title {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.168rem + 0.349vw, 1.5rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #1e1e1e;
}

.page-seo__start-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding-bottom: clamp(1.875rem, 1.261rem + 2.62vw, 3.75rem);
}

.page-seo__start-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: clamp(0.9375rem, 0.631rem + 1.31vw, 1.875rem) clamp(0.9375rem, 0.835rem + 0.437vw, 1.25rem) clamp(0.9375rem, 0.835rem + 0.437vw, 1.25rem) clamp(0.9375rem, 0.835rem + 0.437vw, 1.25rem);
  border-radius: clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  background-color: #fff;
}

.page-seo__start-card-img {
  position: absolute;
  top: -23px;
  right: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #f6f7ff;
  border-radius: 100px;
  width: clamp(3.125rem, 2.715rem + 1.747vw, 4.375rem);
  height: clamp(3.125rem, 2.715rem + 1.747vw, 4.375rem);
}

.page-seo__start-card-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-seo__start-card-value {
  margin-bottom: clamp(0.9375rem, 0.835rem + 0.437vw, 1.25rem);
  font-weight: 700;
  font-size: clamp(1.75rem, 1.402rem + 1.485vw, 2.8125rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #0038c0;
}

.page-seo__start-card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-seo__start-card-title {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.084rem + 0.175vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
}

.page-seo__start-card-description {
  font-weight: 400;
  font-size: clamp(1rem, 0.959rem + 0.175vw, 1.125rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #50679d;
}

.page-seo__start-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 0.554rem + 2.969vw, 3.375rem);
  padding-top: clamp(1.875rem, 1.261rem + 2.62vw, 3.75rem);
  border-top: 1px solid #d1dbf2;
}

.page-seo__item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex: 1 200px;
}

.page-seo__item-icon {
  display: inline-block;
  width: clamp(1.25rem, 1.046rem + 0.873vw, 1.875rem);
  height: clamp(1.25rem, 1.046rem + 0.873vw, 1.875rem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}

.page-seo__item-icon[data-icon="client"] {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 19.375H9.37501C7.63055 19.375 6.75832 19.375 6.04857 19.5903C4.45057 20.075 3.20005 21.3256 2.7153 22.9236C2.5 23.6333 2.5 24.5055 2.5 26.25M20 22.5L22.5 25L27.5 20M18.125 9.375C18.125 12.4816 15.6066 15 12.5 15C9.3934 15 6.875 12.4816 6.875 9.375C6.875 6.2684 9.3934 3.75 12.5 3.75C15.6066 3.75 18.125 6.2684 18.125 9.375Z' stroke='url(%23paint0_linear_1775_1630)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1775_1630' x1='3.59447' y1='13.0714' x2='27.9517' y2='13.9674' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23044CFC' /%3E%3Cstop offset='1' stop-color='%23063EC6' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.page-seo__item-icon[data-icon="period"] {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.25 12.5H3.75M26.25 15.625V11C26.25 8.8998 26.25 7.8497 25.8413 7.04754C25.4817 6.34193 24.9081 5.76825 24.2025 5.40873C23.4003 5 22.3502 5 20.25 5H9.75C7.6498 5 6.5997 5 5.79754 5.40873C5.09193 5.76825 4.51825 6.34193 4.15873 7.04754C3.75 7.8497 3.75 8.8998 3.75 11V21.5C3.75 23.6002 3.75 24.6503 4.15873 25.4525C4.51825 26.1581 5.09193 26.7317 5.79754 27.0913C6.5997 27.5 7.6498 27.5 9.75 27.5H15M20 2.5V7.5M10 2.5V7.5M18.125 23.75L20.625 26.25L26.25 20.625' stroke='url(%23paint0_linear_1775_1635)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1775_1635' x1='4.73502' y1='12.8571' x2='26.6667' y2='13.5106' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23044CFC' /%3E%3Cstop offset='1' stop-color='%23063EC6' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.page-seo__item-icon[data-icon="orders"] {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.9999 10V6.25L23.7499 2.5L24.9999 5L27.4999 6.25L23.7499 10H19.9999ZM19.9999 10L15 14.9999M27.5 15C27.5 21.9036 21.9036 27.5 15 27.5C8.09644 27.5 2.5 21.9036 2.5 15C2.5 8.09644 8.09644 2.5 15 2.5M21.25 15C21.25 18.4518 18.4518 21.25 15 21.25C11.5482 21.25 8.75 18.4518 8.75 15C8.75 11.5482 11.5482 8.75 15 8.75' stroke='url(%23paint0_linear_1775_1640)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1775_1640' x1='3.59447' y1='12.8571' x2='27.9579' y2='13.6637' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23044CFC' /%3E%3Cstop offset='1' stop-color='%23063EC6' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.page-seo__item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-seo__item-title {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.084rem + 0.175vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
}

.page-seo__item-text {
  font-weight: 400;
  font-size: clamp(1rem, 0.959rem + 0.175vw, 1.125rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #50679d;
}

.page-seo__info-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: clamp(0.9375rem, 0.631rem + 1.31vw, 1.875rem);
  padding: clamp(1.875rem, 1.465rem + 1.747vw, 3.125rem) clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem) clamp(1.875rem, 1.465rem + 1.747vw, 3.125rem) clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem);
  margin-top: clamp(4.375rem, 3.761rem + 2.62vw, 6.25rem);
  background: linear-gradient(108deg, #044cfc 0%, #063ec6 100%);
  border-radius: clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  overflow: hidden;
}

.page-seo__info-block-title {
  font-weight: 500;
  font-size: clamp(1.25rem, 1.086rem + 0.699vw, 1.75rem);
  line-height: 1.4;
  color: #fff;
}

.page-seo__info-block-text {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.982rem + 0.611vw, 1.5625rem);
  line-height: 1.2;
  color: #fff;
}

.page-seo__section {
  padding: clamp(1.5625rem, 0.846rem + 3.057vw, 3.75rem) clamp(0.9375rem, 0.466rem + 2.009vw, 2.375rem) clamp(1.5625rem, 0.846rem + 3.057vw, 3.75rem) clamp(0.9375rem, 0.426rem + 2.183vw, 2.5rem);
  background-color: #fff;
  border-radius: clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  overflow: hidden;
}

.page-seo__section.page-seo__structure {
  margin-top: clamp(4.375rem, 3.351rem + 4.367vw, 7.5rem);
}

.page-seo__section+.page-seo__section {
  margin-top: clamp(4.375rem, 3.351rem + 4.367vw, 7.5rem);
}

.page-seo__section.page-seo__result {
  padding: 0;
  background-color: transparent;
  margin-top: clamp(4.375rem, 3.454rem + 3.93vw, 7.1875rem);
  overflow: visible;
}

.page-seo__result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 50px;
}

.page-seo__result-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 17px;
  overflow: hidden;
  background-color: #fff;
  border-radius: clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  padding: clamp(0.9375rem, 0.631rem + 1.31vw, 1.875rem);
}

.page-seo__result-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 79px;
  width: 58px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}

.page-seo__result-card-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-seo__result-card-pic {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 134px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  flex-shrink: 0;
}

.page-seo__result-card-pic>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-seo__result-card-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-seo__result-card-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.page-seo__result-card-top {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
}

.page-seo__result-card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.page-seo__result-card-title {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.043rem + 0.349vw, 1.375rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
}

.page-seo__result-card-text {
  font-weight: 400;
  font-size: clamp(1rem, 0.918rem + 0.349vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #556ba0;
}

.page-seo__result-card-value {
  font-weight: 700;
  font-size: clamp(1.875rem, 1.568rem + 1.31vw, 2.8125rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: linear-gradient(108deg, #044cfc 0%, #063ec6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-seo__steps {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem);
  margin-top: clamp(1.875rem, 1.261rem + 2.62vw, 3.75rem);
}

.page-seo__step {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-seo__step-title {
  font-weight: 600;
  font-size: clamp(1.25rem, 1.209rem + 0.175vw, 1.375rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
}

.page-seo__step-description {
  font-weight: 400;
  font-size: clamp(1.125rem, 1.084rem + 0.175vw, 1.25rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #556ba0;
}

.page-seo__funnel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.5625rem, 1.051rem + 2.183vw, 3.125rem);
  padding-top: clamp(1.5625rem, 1.051rem + 2.183vw, 3.125rem);
  border-top: 1px solid #d6e0fa;
}

.page-seo__funnel-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-seo__funnel-title {
  font-weight: 600;
  font-size: clamp(1rem, 0.959rem + 0.175vw, 1.125rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
}

.page-seo__funnel-subtitle {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.834rem + 0.175vw, 1rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #556ba0;
}

.page-seo__funnel-stages {
  display: flex;
  flex-direction: column;
  margin-top: clamp(1.25rem, 1.107rem + 0.611vw, 1.6875rem);
  gap: 10px;
}

.page-seo__funnel-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 13px 13px 12px;
  overflow: hidden;
  font-weight: 600;
  font-size: clamp(1rem, 0.959rem + 0.175vw, 1.125rem);
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;

}

.page-seo__funnel-stage[data-stage="stage-1"] {
  width: 100%;
  background: #d0d8fb;
  color: #000;
}

.page-seo__funnel-stage[data-stage="stage-2"] {
  width: 83.1%;
  background: #b7c4fb;
  color: #000;
}

.page-seo__funnel-stage[data-stage="stage-3"] {
  width: 63.2%;
  background: #879bfc;
  color: #000;
}

.page-seo__funnel-stage[data-stage="stage-4"] {
  width: 46.0%;
  background: #4968fe;
  color: #fff;
}

.page-seo__funnel-stage[data-stage="stage-5"] {
  width: 29.5%;
  background: #002bff;
  color: #fff;
}

.page-seo__tech-works .page-seo__steps {
  margin-top: clamp(1.875rem, 1.465rem + 1.747vw, 3.125rem);
}

.page-seo__content .page-seo__steps {
  margin-top: clamp(1.875rem, 1.465rem + 1.747vw, 3.125rem);
}

.page-seo__feedback {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 0 60px;
  border-radius: clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  overflow: hidden;
}

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

.page-seo__feedback-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.page-seo__feedback-wrapper {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1025px;
  padding: 0 64px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.page-seo__feedback-title {
  margin-bottom: clamp(1.25rem, 1.046rem + 0.873vw, 1.875rem);
  font-weight: 500;
  font-size: clamp(1.375rem, 1.314rem + 0.262vw, 1.5625rem);
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.page-seo__feedback .form-request {
  gap: 10px;
}

.form-request__group {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form-request__fields {
  display: flex;
  align-items: center;
  gap: 5px;
}

.page-seo__feedback .feedback-form {
  gap: 5px;
}

.page-seo__feedback .feedback-form__list {
  gap: 5px;
}

.page-seo__feedback .feedback-btn {
  width: 220px;
}

.checkbox__content a {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
}

.page-seo__nav-block {
  position: relative;
  margin-top: clamp(4.375rem, 3.351rem + 4.367vw, 7.5rem);
  border-radius: clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  overflow: hidden;
}

.page-seo__nav-block-pic {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0 0 clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem) clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  overflow: hidden;
}

.page-seo__nav-block-pic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 0 clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem) clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  background: rgba(0, 0, 0, 0.5);
}

.page-seo__nav-block-pic::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 29.22%;
}

.page-seo__nav-block-pic>img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-seo__nav-block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1340px;
  padding: 0 clamp(0.625rem, 0.215rem + 1.747vw, 1.875rem);
  margin: 0 auto;
}

.page-seo__nav-block-text {
  margin-bottom: clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem);
  font-weight: 500;
  font-size: clamp(1.25rem, 0.923rem + 1.397vw, 2.25rem);
  line-height: 1.4;
  color: #fff;
}

.page-seo__nav-block-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-seo__nav-btn {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 10px;
  padding: clamp(0.9375rem, 0.835rem + 0.437vw, 1.25rem) clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem) clamp(0.9375rem, 0.835rem + 0.437vw, 1.25rem) clamp(1.25rem, 0.84rem + 1.747vw, 2.5rem);
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.917rem + 0.0873vw, 1rem);
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.page-seo__nav-btn--back {
  color: #0038c0;
  background: #fff;
  border: 1px solid #fff;
}

.page-seo__nav-btn--back:hover {
  color: #fff;
  background: #0038c0;
  border-color: #0038c0;
}

.page-seo__nav-btn--back:active {
  color: #fff;
  background: #0038c0;
  border-color: #0038c0;
}

.page-seo__nav-btn--case {
  color: #fff;
  background: linear-gradient(108deg, #044cfc 0%, #063ec6 100%);
  background-size: 200% auto;
}

.page-seo__nav-btn--case:hover {
  background-position: right center;
}

.chart-card {
  background: white;
  border-radius: 15px;
  border: 1px solid #e5e7eb;
  padding: 30px;
  width: 100%;
  max-width: 1021px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}

.chart-header {
  margin-bottom: 20px;
}

.chart-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.chart-subtitle {
  font-size: 16px;
  color: #6b7280;
  margin-top: 7px;
}

.chart-container {
  height: 260px;
  position: relative;
}

.chart-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
  font-size: 14px;
  color: #6b7280;
}

.legend-end {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #111827;
}

.dot {
  width: 8px;
  height: 8px;
  background-color: #2563eb;
  border-radius: 50%;
}

@media screen and (max-width: 1519.98px) {
  .page-seo__layout-inner {
    gap: 70px;
  }

  .page-seo__feedback-wrapper {
    padding: 0 25px;
  }
}

@media screen and (max-width: 1399.98px) {
  .page-seo__layout-inner {
    gap: 40px;
  }

  .page-seo__hero-pic::after {
    padding-top: 32%;
  }

  .page-seo__nav-block-pic::after {
    padding-top: 35%;
  }
}

@media screen and (max-width: 1339.98px) {
  .page-seo__layout-inner {
    gap: 20px;
  }
}

@media screen and (max-width: 1259.98px) {
  .page-seo__hero-pic::after {
    padding-top: 40%;
  }

  .page-seo__nav-block-pic::after {
    padding-top: 45%;
  }
}

@media screen and (max-width: 1069px) {
  .page-seo__layout-inner {
    flex-direction: column;
  }

  .page-seo__hero-pic::after {
    padding-top: 50%;
  }

  .page-seo__nav-block-pic::after {
    padding-top: 55%;
  }
}

@media screen and (max-width: 999.98px) {
  .page-seo__start-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-seo__feedback-wrapper {
    padding: 0 10px;
  }

  .page-seo__feedback .feedback-btn {
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767.98px) {
  .page-seo__feedback-wrapper {
    padding: 0 10px;
  }

  .page-seo__hero-pic::after {
    padding-top: 70%;
  }

  .page-seo__nav-block-pic::after {
    padding-top: 70%;
  }

  .page-seo__nav-block-btns {
    flex-direction: column;
  }

  .page-seo__nav-btn {
    width: 100%;
  }

  .page-seo__result-card-img {
    width: 50px;
    height: 50px;
  }

  .chart-card {
    border-radius: 15px;
    padding: 15px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 599.98px) {
  .page-seo__start-grid {
    grid-template-columns: 1fr;
  }

  .page-seo__result-grid {
    grid-template-columns: 1fr;
  }

  .page-seo__hero-pic::after {
    padding-top: 100%;
  }

  .page-seo__nav-block-pic::after {
    padding-top: 100%;
  }
}

@media screen and (max-width: 399.98px) {
  .page-seo__nav-block-pic::after {
    padding-top: 130%;
  }
}

.tabs__list--secondary {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 10px;
}

.tabs__list--secondary .portfolio-card {
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  display: flex;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.tabs__list--secondary .portfolio-card.visually-hidden {
  display: none !important;
}

.tabs__list--secondary .portfolio-card.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

@media screen and (max-width: 1259px) {
  .tabs__list--secondary {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 599px) {
  .tabs__list--secondary {
    grid-template-columns: 1fr;
  }
}

.footer__links .footer__link-item:nth-child(1) .footer__link-item-ic {
  position: relative;
}

.footer__links .footer__link-item:nth-child(1) .footer__link-item-ic .icon {
  display: none;
}

.footer__links .footer__link-item:nth-child(1) .footer__link-item-ic::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33' fill='none'%3E%3Cpath d='M26.7244 18.3951C26.2233 17.7301 26.3666 17.4343 26.7244 16.8399C26.7309 16.8331 30.8682 10.8264 31.2945 8.78929L31.2971 8.78793C31.5089 8.04557 31.2971 7.5 30.2728 7.5H26.8833C26.0205 7.5 25.6226 7.96821 25.4095 8.49207C25.4095 8.49207 23.6837 12.8322 21.2424 15.6456C20.4545 16.4585 20.0902 16.7191 19.6601 16.7191C19.4482 16.7191 19.1188 16.4585 19.1188 15.7161V8.78793C19.1188 7.89764 18.8773 7.5 18.163 7.5H12.8334C12.2921 7.5 11.9705 7.91529 11.9705 8.30207C11.9705 9.14621 13.1912 9.34029 13.3178 11.7153V16.8684C13.3178 17.9975 13.1227 18.2051 12.69 18.2051C11.5378 18.2051 8.74123 13.8474 7.08396 8.85986C6.74941 7.89221 6.4226 7.50136 5.55328 7.50136H2.16254C1.19505 7.50136 1 7.96957 1 8.49343C1 9.419 2.15221 14.0211 6.35802 20.1011C9.16103 24.2512 13.1085 26.5 16.6995 26.5C18.8579 26.5 19.1214 26.0006 19.1214 25.1415C19.1214 21.1759 18.9264 20.8014 20.0075 20.8014C20.5087 20.8014 21.3716 21.0619 23.3867 23.0637C25.6898 25.4374 26.0682 26.5 27.3574 26.5H30.7468C31.713 26.5 32.2026 26.0006 31.921 25.0153C31.2764 22.9429 26.9208 18.6801 26.7244 18.3951V18.3951Z' fill='%230038C0'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.about__section-text {
  max-width: 35em;
}

.stages__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.stages__list .stages__item {
  margin: 0;
  list-style: none;
}

#content.page-seo__section.page-seo__content .page-seo__steps ul {
  padding-left: 20px;
}

.b24-widget-button-position-bottom-right {
  right: 1.2rem !important;
  bottom: 2rem !important;
}

/*  */

.about__section-text {
  max-width: 35em;
}

.ai-tools {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 20px;
  padding: 0 10px;
}

.ai-tools__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
  gap: 7px 10px;
}

.ai-tools__item {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  border-radius: 20px;
  padding: 20px 30px;
  background: #fff;
}

.ai-tools__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #0038c0;
}

.ai-tools__icon-wrap {
  display: flex;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.ai-tools__icon-wrap>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ai-tools__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.ai-tools__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 16px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.ai-tools__btn:hover {
  color: #0038c0;
  background: #fff;
}

.ai-tools__btn:active {
  color: #0038c0;
  background: #fff;
  transform: scale(0.98);
}

.compare__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 65px;
}

.compare__blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.compare__block {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  min-height: 300px;
}

.compare__block--before {
  background: #f6f7ff;
}

.compare__block--now {
  background: #fff;
  border: 1px solid #0038c0;
}

.compare__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.compare__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 126px;
  border-radius: 20px;
  padding: 14px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.compare__block--before .compare__label {
  background: #f6f7ff;
  border: 1px solid #0038c0;
  color: #0038c0;
}

.compare__desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}

.compare__block--before .compare__desc {
  color: #4b4475;
  padding-right: 180px;
}

.compare__block--now .compare__label {
  background: linear-gradient(91.9deg, #044cfc 6.38%, #063ec6 99.36%);
  color: #fff;
}

.compare__block--now .compare__desc {
  color: #0038c0;
}

.compare__img-wrap {
  display: flex;
  flex-shrink: 0;
  width: 152px;
  height: 152px;
}

.compare__img-wrap>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.compare__img-wrap[data-compare-img="1"] {
  position: absolute;
  top: -4.1%;
  right: 0;
  width: 205px;
  height: 205px;
}

.compare__img-wrap[data-compare-img="2"] {
  position: absolute;
  top: 34%;
  right: 2%;
  width: 202px;
  height: 202px;
}

.compare__img-wrap[data-compare-img="3"] {
  position: absolute;
  top: -30%;
  right: -1%;
  width: 260px;
  height: 260px;
}

.compare__note {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 182px;
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
}

.gradient-block {
  position: relative;
  z-index: 10;
  border-radius: 20px;
  background: linear-gradient(91.9deg, #044cfc 4.54%, #063ec6 100.79%);
  overflow: hidden;
}

.gradient-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='1540' height='182' viewBox='0 0 1540 182' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1540' height='182'%3E%3Crect width='1540' height='182' rx='20' fill='url(%23paint0)' /%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cg filter='url(%23filter0)' style='mix-blend-mode:plus-lighter'%3E%3Cellipse cx='1477.87' cy='53.635' rx='421.889' ry='200.547' transform='rotate(14.6351 1477.87 53.635)' fill='url(%23paint1)' fill-opacity='0.8' /%3E%3C/g%3E%3Cg filter='url(%23filter1)' style='mix-blend-mode:plus-lighter'%3E%3Cellipse cx='-115.129' cy='157.635' rx='421.889' ry='200.547' transform='rotate(14.6351 -115.129 157.635)' fill='url(%23paint2)' fill-opacity='0.8' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0' x='916.495' y='-317.797' width='1122.75' height='742.864' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='75' result='effect1' /%3E%3C/filter%3E%3Cfilter id='filter1' x='-676.505' y='-213.797' width='1122.75' height='742.864' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix' /%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape' /%3E%3CfeGaussianBlur stdDeviation='75' result='effect1' /%3E%3C/filter%3E%3ClinearGradient id='paint0' x1='67.4194' y1='75.4' x2='1460.54' y2='465.639' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23044CFC' /%3E%3Cstop offset='1' stop-color='%23063EC6' /%3E%3C/linearGradient%3E%3CradialGradient id='paint1' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(1477.87 53.635) rotate(90) scale(200.547 421.889)'%3E%3Cstop stop-color='%2363205C' /%3E%3Cstop offset='1' stop-color='%2363205C' stop-opacity='0.44' /%3E%3C/radialGradient%3E%3CradialGradient id='paint2' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(-115.129 157.635) rotate(90) scale(200.547 421.889)'%3E%3Cstop stop-color='%2363205C' /%3E%3Cstop offset='1' stop-color='%2363205C' stop-opacity='0.44' /%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center / cover;
  opacity: 1;
  z-index: -1;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}

.compare__note p {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
}

.features .section-text {
  max-width: 900px;
}

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

.features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 20px;
  padding: 40px;
  min-height: 300px;
  height: 100%;
  overflow: hidden;
}

.features__name {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  background: linear-gradient(91.9deg, #044cfc 4.47%, #063ec6 100.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding-right: 10.625rem;
}

.features__item[data-feature-id="1"] .features__content {
  padding-right: 17.125rem;
}

.features__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  background: linear-gradient(91.9deg, #044cfc 4.61%, #063ec6 100.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #1e1e1e;
}

.features__item[data-feature-id="1"] {
  background: #f6f7ff;
}

.features__item[data-feature-id="2"] {
  background: #fff;
  border: 1px solid #0038c0;
}

.features__img-wrap {
  position: absolute;
  top: 9px;
  right: 15px;
  display: flex;
  width: 277px;
  height: 250px;
}

.features__img-wrap>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features__widget {
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #d6daff 0%, #ffffff 48%, #d6daff 100%) border-box;
  border-radius: 54px 0 0 54px;
  padding: 11px 52px 11px 11px;
  height: 86px;
  gap: 16px;
  border: 1px solid transparent;
}

.features__widget-decor {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border: 2px solid transparent;
  border-radius: 100px;
  flex-shrink: 0;
  background:
    linear-gradient(91.9deg, #044cfc 13.32%, #063ec6 93.98%) padding-box,
    linear-gradient(180deg, #001f6b 0%, #094cee 48.5%, #001f6b 100%) border-box;
  box-shadow: inset 3px 5px 9px -1px #012887;
}

.features__widget-decor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21L17.5001 17.5M20 11.5C20 16.1944 16.1944 20 11.5 20C6.80558 20 3 16.1944 3 11.5C3 6.80558 6.80558 3 11.5 3C16.1944 3 20 6.80558 20 11.5Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.features__widget-info {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.features__widget-text {
  color: #4b4475;
}

.features__widget-accent {
  background: linear-gradient(91.9deg, #044cfc 5.17%, #063ec6 100.31%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features__widget-line {
  position: relative;
  width: 2px;
  height: 59px;
  margin: 0 8px;
  background: linear-gradient(180deg, #044cfc 0%, #063ec6 100%);
  border-radius: 2px;
}

.features__widget-line::before,
.features__widget-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  pointer-events: none;
}

.features__widget-line::before {
  width: 154px;
  height: 194px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='154' height='194' viewBox='0 0 154 194' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3' filter='url(%23f1)'%3E%3Cpath d='M3.7 75.2L149.7 3.7V189.7L3.7 118.2V75.2Z' fill='url(%23g1)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='f1' x='0' y='0' width='154' height='194' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur stdDeviation='1.85'/%3E%3C/filter%3E%3ClinearGradient id='g1' x1='10.1' y1='80.8' x2='152.4' y2='84.5' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230045EC'/%3E%3Cstop offset='0.43' stop-color='%230543DA' stop-opacity='0.38'/%3E%3Cstop offset='0.95' stop-color='%23063EC6' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.features__widget-line::after {
  width: 166px;
  height: 168px;
  z-index: -2;
  background-image: url("data:image/svg+xml,%3Csvg width='166' height='168' viewBox='0 0 166 168' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' filter='url(%23f2)'%3E%3Cpath d='M9.8 66.7L155.8 9.8V157.8L9.8 100.9V66.7Z' fill='url(%23g2)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='f2' x='0' y='0' width='166' height='168' filterUnits='userSpaceOnUse'%3E%3CfeGaussianBlur stdDeviation='4.9'/%3E%3C/filter%3E%3ClinearGradient id='g2' x1='16.2' y1='71.1' x2='158.5' y2='75.8' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231010FF'/%3E%3Cstop offset='0.43' stop-color='%230543DA' stop-opacity='0.38'/%3E%3Cstop offset='0.95' stop-color='%23063EC6' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.audit {
  background: #f6f7ff;
  padding: 120px 0 25px;
  margin-top: 60px;
}

.audit .h2 {
  max-width: 1100px;
}

.audit__content {
  display: flex;
  justify-content: space-between;
  gap: 11px;
  width: 100%;
  margin-top: 40px;
}

.audit .block-request {
  max-width: 379px;
}

.audit__block {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-radius: 20px;
  padding: 40px 70px 40px 40px;
  gap: 100px;
  background: linear-gradient(95.07deg, #044cfc 7.61%, #053cc0 100%);
  overflow: hidden;
}

.audit__block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 380px;
  background-image: url("data:image/svg+xml,%3Csvg width='1152' height='380' viewBox='0 0 1152 380' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23f)' style='mix-blend-mode:plus-lighter'%3E%3Cellipse cx='580.471' cy='262.018' rx='580.471' ry='262.018' transform='matrix(0.945042 0.326948 -0.193386 0.981123 -9.65906 -525.961)' fill='url(%23p)' fill-opacity='0.8'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='f' x='-300' y='-800' width='2000' height='2000' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='75'/%3E%3C/filter%3E%3CradialGradient id='p' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(580.471 262.018) rotate(90) scale(262.018 580.471)'%3E%3Cstop stop-color='%2363205C'/%3E%3Cstop offset='1' stop-color='%2363205C' stop-opacity='0.44'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}

.audit__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 14px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.audit__item {
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  padding: 14px 20px;
  background: #fff;
  width: fit-content;
  margin: 0;
  list-style: none;
}

.audit__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #1e1e1e;
}

.audit__icon {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15.5 9.5M17.9012 4.99851C18.1071 5.49653 18.5024 5.8924 19.0001 6.09907L20.7452 6.82198C21.2433 7.02828 21.639 7.42399 21.8453 7.92206C22.0516 8.42012 22.0516 8.97974 21.8453 9.47781L21.1229 11.2218C20.9165 11.7201 20.9162 12.2803 21.1236 12.7783L21.8447 14.5218C21.9469 14.7685 21.9996 15.0329 21.9996 15.2999C21.9997 15.567 21.9471 15.8314 21.8449 16.0781C21.7427 16.3249 21.5929 16.549 21.4041 16.7378C21.2152 16.9266 20.991 17.0764 20.7443 17.1785L19.0004 17.9009C18.5023 18.1068 18.1065 18.5021 17.8998 18.9998L17.1769 20.745C16.9706 21.2431 16.575 21.6388 16.0769 21.8451C15.5789 22.0514 15.0193 22.0514 14.5212 21.8451L12.7773 21.1227C12.2792 20.9169 11.7198 20.9173 11.2221 21.1239L9.47689 21.8458C8.97912 22.0516 8.42001 22.0514 7.92237 21.8453C7.42473 21.6391 7.02925 21.2439 6.82281 20.7464L6.09972 19.0006C5.8938 18.5026 5.49854 18.1067 5.00085 17.9L3.25566 17.1771C2.75783 16.9709 2.36226 16.5754 2.15588 16.0777C1.94951 15.5799 1.94923 15.0205 2.1551 14.5225L2.87746 12.7786C3.08325 12.2805 3.08283 11.7211 2.8763 11.2233L2.15497 9.47678C2.0527 9.2301 2.00004 8.96568 2 8.69863C1.99996 8.43159 2.05253 8.16715 2.15472 7.92043C2.25691 7.67372 2.40671 7.44955 2.59557 7.26075C2.78442 7.07195 3.00862 6.92222 3.25537 6.8201L4.9993 6.09772C5.49687 5.89197 5.89248 5.4972 6.0993 5.00006L6.82218 3.25481C7.02848 2.75674 7.42418 2.36103 7.92222 2.15473C8.42027 1.94842 8.97987 1.94842 9.47792 2.15473L11.2218 2.87712C11.7199 3.08291 12.2793 3.08249 12.7771 2.87595L14.523 2.15585C15.021 1.94966 15.5804 1.9497 16.0784 2.15597C16.5763 2.36223 16.972 2.75783 17.1783 3.25576L17.9014 5.00153L17.9012 4.99851Z' stroke='url(%23paint0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0' x1='2.87558' y1='10.2857' x2='22.3663' y2='10.931' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23044CFC' /%3E%3Cstop offset='1' stop-color='%23063EC6' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
}

.audit__action {
  display: flex;
  flex-direction: column;
  gap: 27px;
  width: 100%;
  max-width: 258px;
}

.audit__price {
  display: flex;
  flex-direction: column;
}

.audit__price-value,
.audit__price-desc {
  color: #fff;
  line-height: 1.4;
}

.audit__price-value {
  font-weight: 700;
  font-size: 30px;
}

.audit__price-desc {
  font-weight: 500;
  font-size: 18px;
}

.section-btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 258px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 16px 53px;
  background: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #0038c0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.section-btn:hover {
  color: #fff;
  background: transparent;
}

.section-btn:active {
  color: #fff;
  background: transparent;
  transform: scale(0.98);
}

.banner-block {
  background: #f6f7ff;
}

.banner-block__inner {
  display: flex;
  align-items: center;
  min-height: 182px;
  border-radius: 20px;
  padding: 20px 70px;
  gap: 75px;
  overflow: hidden;
}

.banner-block__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 800px;
}

.banner-block__text {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  color: #fff;
}

.banner-block .section-btn {
  max-width: 320px;
  padding: 16px 20px;
}

.banner-block__image {
  position: absolute;
  top: 50%;
  right: 8rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.banner-block__img-wrap {
  position: relative;
  flex-shrink: 0;
}

.banner-block__img {
  display: block;
  object-fit: contain;
}

.banner-block__image .banner-block__img-wrap:nth-child(1)>img {
  width: 195px;
  height: 216px;
}

.banner-block__image .banner-block__img-wrap:nth-child(2)>img {
  width: 122px;
  height: 192px;
}

.banner-block__image .banner-block__img-wrap:nth-child(3)>img {
  width: 158px;
  height: 186px;
}

.banner-block.section {
  padding: 35px 0;
}

.info-grid--audience {
  background: #f6f7ff;
}

.info-grid--audience.section {
  padding: 110px 0 120px;
}

.info-grid--factors.section {
  padding: 120px 0 27px;
}

.info-grid .section-text {
  max-width: 100%;
}

.info-grid__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 40px 0 0;
  margin: 0;
  list-style: none;
}

.info-grid--factors .info-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px 10px;
  padding: 50px 0 0;
}

.info-grid__item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  backdrop-filter: blur(20px);
}

.info-grid--factors .info-grid__item {
  padding: 18px;
  border-radius: 20px;
  background: #f6f7ff;
}

.info-grid__item:nth-last-child(2),
.info-grid__item:last-child {
  grid-column: span 2;
}

.info-grid--factors .info-grid__item:nth-last-child(2),
.info-grid--factors .info-grid__item:last-child {
  grid-column: span 1;
}

.info-grid__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  padding: 15px;
  width: 60px;
  height: 60px;
  background: linear-gradient(91.9deg, #044cfc 13.32%, #063ec6 93.98%);
}

.info-grid__icon>svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  stroke: #fff;
  fill: none;
}

.info-grid--factors .info-grid__icon {
  width: 62px;
  height: 62px;
}

.info-grid--factors .info-grid__icon>svg {
  width: 32px;
  height: 32px;
}

.info-grid__name {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.4;
  color: #1e1e1e;
}

.info-grid--factors+.banner-block {
  background: #fff;
}

.tariffs.section {
  padding: 85px 0 65px;
}

.tariffs .section-header {
  align-items: center;
}

.tariffs .section-text {
  max-width: 100%;
  text-align: center;
}

.tariffs__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
  width: 100%;
  max-width: 1154px;
  gap: 10px;
  margin: 60px auto 0;
}

.tariffs__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  padding: 30px;
  background: #fff;
}

.tariffs__item[data-plan="1"] {
  border: 1px solid #91b0fc;
}

.tariffs__item[data-plan="2"] {
  border: 2px solid #0038c0;
}

.tariffs__item[data-plan="3"] {
  border: 2px solid #ff6650;
}

.tariffs__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}

.tariffs__plan {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tariffs__price {
  display: flex;
  flex-direction: column;
}

.tariffs__plan-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #1e1e1e;
}

.tariffs__plan-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #4b4475;
}

.tariffs__price-value {
  font-weight: 700;
  font-size: 34px;
  line-height: 1.3;
  color: #0038c0;
}

.tariffs__price-period {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #4b4475;
}

.tariffs__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 16px 53px;
  width: 100%;
  background: #0038c0;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.tariffs__btn:hover {
  border-color: #0038c0;
  background-color: transparent;
  color: #0038c0;
}

.tariffs__btn:active {
  border-color: #0038c0;
  background-color: transparent;
  color: #0038c0;
  transform: scale(0.98);
}

.tariffs__item[data-plan="3"] .tariffs__btn {
  background: #ff6650;
}

.tariffs__item[data-plan="3"] .tariffs__btn:hover {
  border-color: #ff6650;
  background-color: transparent;
  color: #ff6650;
}

.tariffs__item[data-plan="3"] .tariffs__btn:active {
  border-color: #ff6650;
  background-color: transparent;
  color: #ff6650;
  transform: scale(0.98);
}

.tariffs__features {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
}

.tariffs__feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.tariffs__feature-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #4b4475;
}

.tariffs__feature-icon {
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15.5 9.5M17.9012 4.99851C18.1071 5.49653 18.5024 5.8924 19.0001 6.09907L20.7452 6.82198C21.2433 7.02828 21.639 7.42399 21.8453 7.92206C22.0516 8.42012 22.0516 8.97974 21.8453 9.47781L21.1229 11.2218C20.9165 11.7201 20.9162 12.2803 21.1236 12.7783L21.8447 14.5218C21.9469 14.7685 21.9996 15.0329 21.9996 15.2999C21.9997 15.567 21.9471 15.8314 21.8449 16.0781C21.7427 16.3249 21.5929 16.549 21.4041 16.7378C21.2152 16.9266 20.991 17.0764 20.7443 17.1785L19.0004 17.9009C18.5023 18.1068 18.1065 18.5021 17.8998 18.9998L17.1769 20.745C16.9706 21.2431 16.575 21.6388 16.0769 21.8451C15.5789 22.0514 15.0193 22.0514 14.5212 21.8451L12.7773 21.1227C12.2792 20.9169 11.7198 20.9173 11.2221 21.1239L9.47689 21.8458C8.97912 22.0516 8.42001 22.0514 7.92237 21.8453C7.42473 21.6391 7.02925 21.2439 6.82281 20.7464L6.09972 19.0006C5.8938 18.5026 5.49854 18.1067 5.00085 17.9L3.25566 17.1771C2.75783 16.9709 2.36226 16.5754 2.15588 16.0777C1.94951 15.5799 1.94923 15.0205 2.1551 14.5225L2.87746 12.7786C3.08325 12.2805 3.08283 11.7211 2.8763 11.2233L2.15497 9.47678C2.0527 9.2301 2.00004 8.96568 2 8.69863C1.99996 8.43159 2.05253 8.16715 2.15472 7.92043C2.25691 7.67372 2.40671 7.44955 2.59557 7.26075C2.78442 7.07195 3.00862 6.92222 3.25537 6.8201L4.9993 6.09772C5.49687 5.89197 5.89248 5.4972 6.0993 5.00006L6.82218 3.25481C7.02848 2.75674 7.42418 2.36103 7.92222 2.15473C8.42027 1.94842 8.97987 1.94842 9.47792 2.15473L11.2218 2.87712C11.7199 3.08291 12.2793 3.08249 12.7771 2.87595L14.523 2.15585C15.021 1.94966 15.5804 1.9497 16.0784 2.15597C16.5763 2.36223 16.972 2.75783 17.1783 3.25576L17.9014 5.00153L17.9012 4.99851Z' stroke='url(%23paint0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0' x1='2.87558' y1='10.2857' x2='22.3663' y2='10.931' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23044CFC' /%3E%3Cstop offset='1' stop-color='%23063EC6' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
}

.tariffs__item[data-plan="3"] .tariffs__feature-icon {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L11 14L15.5 9.5M17.9012 4.99851C18.1071 5.49653 18.5024 5.8924 19.0001 6.09907L20.7452 6.82198C21.2433 7.02828 21.639 7.42399 21.8453 7.92206C22.0516 8.42012 22.0516 8.97974 21.8453 9.47781L21.1229 11.2218C20.9165 11.7201 20.9162 12.2803 21.1236 12.7783L21.8447 14.5218C21.9469 14.7685 21.9996 15.0329 21.9996 15.2999C21.9997 15.567 21.9471 15.8314 21.8449 16.0781C21.7427 16.3249 21.5929 16.549 21.4041 16.7378C21.2152 16.9266 20.991 17.0764 20.7443 17.1785L19.0004 17.9009C18.5023 18.1068 18.1065 18.5021 17.8998 18.9998L17.1769 20.745C16.9706 21.2431 16.575 21.6388 16.0769 21.8451C15.5789 22.0514 15.0193 22.0514 14.5212 21.8451L12.7773 21.1227C12.2792 20.9169 11.7198 20.9173 11.2221 21.1239L9.47689 21.8458C8.97912 22.0516 8.42001 22.0514 7.92237 21.8453C7.42473 21.6391 7.02925 21.2439 6.82281 20.7464L6.09972 19.0006C5.8938 18.5026 5.49854 18.1067 5.00085 17.9L3.25566 17.1771C2.75783 16.9709 2.36226 16.5754 2.15588 16.0777C1.94951 15.5799 1.94923 15.0205 2.1551 14.5225L2.87746 12.7786C3.08325 12.2805 3.08283 11.7211 2.8763 11.2233L2.15497 9.47678C2.0527 9.2301 2.00004 8.96568 2 8.69863C1.99996 8.43159 2.05253 8.16715 2.15472 7.92043C2.25691 7.67372 2.40671 7.44955 2.59557 7.26075C2.78442 7.07195 3.00862 6.92222 3.25537 6.8201L4.9993 6.09772C5.49687 5.89197 5.89248 5.4972 6.0993 5.00006L6.82218 3.25481C7.02848 2.75674 7.42418 2.36103 7.92222 2.15473C8.42027 1.94842 8.97987 1.94842 9.47792 2.15473L11.2218 2.87712C11.7199 3.08291 12.2793 3.08249 12.7771 2.87595L14.523 2.15585C15.021 1.94966 15.5804 1.9497 16.0784 2.15597C16.5763 2.36223 16.972 2.75783 17.1783 3.25576L17.9014 5.00153L17.9012 4.99851Z' stroke='url(%23paint0)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cdefs%3E%3ClinearGradient id='paint0' x1='14.037' y1='2' x2='14.037' y2='55.8557' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF6650' /%3E%3Cstop offset='1' stop-color='%23FFA250' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat center / contain;
}

.tariffs__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 100px;
  padding: 10px 20px;
  background: linear-gradient(91.9deg, #044cfc 5.48%, #063ec6 100.06%);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1599px) {
  .features__item[data-feature-id="1"] .features__content {
    padding-right: 15.125rem;
  }

  .features__widget {
    padding: 11px 35px 11px 11px;
  }

  .features__img-wrap {
    width: 250px;
    height: 223px;
  }

  .banner-block__image {
    right: 3rem;
  }
}

@media screen and (max-width: 1519px) {
  .compare__img-wrap[data-compare-img="1"] {
    top: -4.1%;
    width: 190px;
    height: 190px;
  }

  .compare__img-wrap[data-compare-img="2"] {
    top: 29%;
    width: 190px;
    height: 190px;
  }

  .compare__img-wrap[data-compare-img="3"] {
    top: -25%;
    width: 230px;
    height: 230px;
  }

  .compare__content {
    margin-top: 30px;
  }

  .audit {
    background: #f6f7ff;
    padding: 80px 0 20px;
    margin-top: 30px;
  }

  .banner-block__inner {
    padding: 20px 40px;
  }

  .banner-block__image {
    right: 2rem;
  }

  .info-grid--audience.section {
    padding: 60px 0;
  }

  .tariffs.section {
    padding: 35px 0 30px;
  }

  .tariffs__list {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 1480px) {

  .compare__note p,
  .banner-block__text {
    font-size: 24px;
  }

  .tariffs__price-value {
    font-size: 28px;
  }

  .info-grid__name {
    font-size: 20px;
  }

  .info-grid__item {
    padding: 25px;
  }

  .features__img-wrap {
    width: 210px;
    height: 183px;
  }

  .features__widget {
    padding: 11px 30px 11px 11px;
    gap: 12px;
  }

  .features__widget-info {
    font-size: 17px;
  }

  .features__widget-decor {
    width: 52px;
    height: 52px;
  }

  .features__widget-line {
    height: 52px;
    margin: 0px 6px;
  }

  .features__widget-line::before {
    height: 190px;
  }

  .features__widget-line::after {
    height: 160px;
  }

  .audit__block {
    padding: 40px;
    gap: 60px;
  }
}

@media screen and (max-width: 1339px) {

  .compare__desc,
  .features__heading {
    font-size: 20px;
  }

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

  .info-grid--factors .info-grid__item:last-child {
    grid-column: span 2;
  }

  .info-grid__item:nth-last-child(2),
  .info-grid__item:last-child {
    grid-column: span 1;
  }

  .features__name {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .compare__img-wrap[data-compare-img="1"],
  .compare__img-wrap[data-compare-img="2"],
  .compare__img-wrap[data-compare-img="3"] {
    width: 170px;
    height: 170px;
  }

  .compare__img-wrap[data-compare-img="1"] {
    top: -4.1%;
  }

  .compare__img-wrap[data-compare-img="2"] {
    top: 28%;
  }

  .compare__img-wrap[data-compare-img="3"] {
    top: -20%;
  }

  .compare__block--before .compare__desc {
    padding-right: 120px;
  }

  .compare__block,
  .features__item,
  .audit__block {
    padding: 30px;
  }

  .features__item[data-feature-id="1"] .features__content {
    padding-right: 12.125rem;
  }

  .audit__price-value {
    font-size: 25px;
  }

  .banner-block__image .banner-block__img-wrap:nth-child(1)>img {
    width: 160px;
    height: 181px;
  }

  .banner-block__image .banner-block__img-wrap:nth-child(2)>img {
    width: 100px;
    height: 170px;
  }

  .banner-block__image .banner-block__img-wrap:nth-child(3)>img {
    width: 133px;
    height: 161px;
  }

  .banner-block__image {
    right: 1.2rem;
  }
}

@media screen and (max-width: 1269px) {

  .compare__img-wrap[data-compare-img="1"],
  .compare__img-wrap[data-compare-img="2"],
  .compare__img-wrap[data-compare-img="3"] {
    width: 160px;
    height: 160px;
  }

  .compare__img-wrap[data-compare-img="2"] {
    top: 24%;
  }

  .audit__block {
    gap: 25px;
  }

  .audit__content {
    flex-direction: column;
  }

  .audit .block-request {
    max-width: 507px;
    height: auto;
    min-width: 280px;
    margin: 0 auto;
  }

  .banner-block__content {
    max-width: 450px;
  }
}

@media screen and (max-width: 1169px) {
  .features__list {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .features__item[data-feature-id="1"] .features__content {
    padding-right: 14.125rem;
  }

  .audit__list {
    grid-template-columns: 1fr;
  }

  .audit__item {
    width: 100%;
  }

  .audit__block {
    gap: 40px;
  }

  .banner-block__image .banner-block__img-wrap:nth-child(1)>img {
    width: 130px;
    height: 150px;
  }

  .banner-block__image .banner-block__img-wrap:nth-child(2)>img {
    width: 80px;
    height: 150px;
  }

  .banner-block__image .banner-block__img-wrap:nth-child(3)>img {
    width: 106px;
    height: 134px;
  }

  .banner-block__content {
    max-width: 365px;
  }

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

  .tariffs__item {
    flex: 0 0 calc(50% - 5px);
  }

  .tariffs__item:last-child {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .ai-tools__btn {
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
  }

  .ai-tools__name {
    font-size: 16px;
  }

  .ai-tools__item {
    border-radius: 10px;
    padding: 10px 15px;
  }

  .ai-tools__actions {
    flex-direction: column;
  }

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

  .ai-tools {
    margin-top: 15px;
    gap: 20px;
  }

  .compare__blocks,
  .features__lis {
    grid-template-columns: 1fr;
  }

  .compare__label {
    min-width: 120px;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.2;
  }

  .compare__block,
  .features__item,
  .audit__block {
    border-radius: 10px;
    padding: 20px 15px;
    min-height: 250px;
  }

  .audit__block {
    flex-direction: column;
    gap: 30px;
  }

  .audit__item {
    border-radius: 10px;
    gap: 10px;
    padding: 12px 15px;
  }

  .audit__content {
    margin-top: 20px;
  }

  .audit__action {
    gap: 15px;
    max-width: 100%;
  }

  .section-btn {
    max-width: 100%;
    padding: 12px 15px 10px;
    font-size: 16px;
  }

  .banner-block .section-btn {
    max-width: 100%;
    padding: 12px 15px 10px;
  }

  .audit__price-desc {
    font-size: 16px;
  }

  .audit__price-value {
    font-size: 20px;
  }

  .compare__desc,
  .features__heading {
    font-size: 18px;
  }

  .compare__text {
    gap: 20px;
  }

  .compare__img-wrap[data-compare-img="1"],
  .compare__img-wrap[data-compare-img="2"],
  .compare__img-wrap[data-compare-img="3"] {
    width: 120px;
    height: 120px;
  }

  .compare__img-wrap[data-compare-img="2"] {
    top: 21%;
  }

  .compare__block--before .compare__desc {
    padding-right: 95px;
  }

  .compare__img-wrap[data-compare-img="3"] {
    top: -14%;
  }

  .compare__note p {
    font-size: 20px;
  }

  .features__text {
    font-size: 16px;
  }

  .features__name {
    margin-bottom: 20px;
  }

  .features__content {
    gap: 12px;
  }

  .features__img-wrap {
    width: 160px;
    height: 133px;
  }

  .features__name {
    font-size: 20px;
  }

  .audit {
    padding: 70px 0 20px;
    margin-top: 30px;
  }

  .audit .block-request {
    display: none;
  }

  .banner-block__text {
    font-size: 20px;
    text-align: center;
  }

  .banner-block__image {
    display: none;
  }

  .banner-block__content {
    max-width: 100%;
  }

  .banner-block__inner {
    padding: 20px 15px;
  }

  .info-grid--audience.section {
    padding: 30px 0 40px;
  }

  .info-grid__list,
  .info-grid--factors .info-grid__list {
    padding: 20px 0 0;
    grid-template-columns: 1fr;
  }

  .info-grid--factors .info-grid__item:last-child {
    grid-column: span 1;
  }

  .info-grid__item {
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
  }

  .info-grid--factors .info-grid__item {
    padding: 15px;
    border-radius: 10px;
  }

  .info-grid__icon {
    border-radius: 10px;
    padding: 12px;
    width: 50px;
    height: 50px;
  }

  .info-grid--factors .info-grid__icon {
    width: 50px;
    height: 50px;
  }

  .info-grid--factors .info-grid__icon>svg {
    width: 23px;
    height: 23px;
  }

  .info-grid__icon>svg {
    width: 23px;
    height: 23px;
  }

  .info-grid__name {
    font-size: 18px;
  }

  .tariffs__item {
    padding: 20px 15px;
    border-radius: 10px;
  }

  .tariffs__plan {
    gap: 5px;
  }

  .tariffs__head {
    gap: 15px;
    margin-bottom: 15px;
  }

  .tariffs__btn {
    padding: 13px 20px;
    font-size: 16px;
  }

  .tariffs__feature-text,
  .tariffs__plan-desc,
  .tariffs__price-period {
    font-size: 15px;
  }

  .tariffs__feature-icon {
    width: 20px;
    height: 20px;
  }

  .tariffs__features {
    gap: 10px;
  }

  .tariffs__plan-name {
    font-size: 20px;
  }

  .tariffs__price-value {
    font-size: 22px;
  }

  .tariffs__item {
    flex: 0 0 100%;
  }

  .tariffs__item:last-child {
    margin: 0;
  }

  .tariffs__item[data-plan="2"] {
    margin-top: 18px;
  }
}

@media screen and (max-width: 576px) {
  .ai-tools__item {
    border-radius: 10px;
    padding: 10px;
  }

  .features__widget,
  .features__img-wrap {
    display: none;
  }

  .features__item[data-feature-id="1"] .features__content {
    padding-right: 0;
  }

  .features__content {
    padding-right: 0;
  }
}

.page-wrapper .header__top {
  background: #0038c0;
  padding: 11px 0;
}

.page-wrapper .header__bottom {
  padding: 15px 0 14px;
}
@media screen and (max-width: 576px) {
  .page-wrapper .header__bottom {
    padding: 5px 0 4px;
  }
}

.page-wrapper .header .nav-link {
  color: #fff;
}

.page-wrapper .header .nav-link:hover {
  opacity: 0.7;
}

.page-wrapper .header .contact-link {
  color: #fff;
}

.page-wrapper .header .contact-link:hover {
  opacity: 0.7;
}

.page-wrapper .header .contact-link:active {
  opacity: 0.7;
}

.page-wrapper .header .contact-link .icon {
  fill: #fff;
}

.page-wrapper .header .contact-link .icon:hover {
  opacity: 0.7;
}

.page-wrapper .header .contact-link .icon:active {
  opacity: 0.7;
}

.page-wrapper .header .contact-link-phone {
  position: relative;
  color: #fff;
  padding-left: 26px;
}

.page-wrapper .header .contact-link-phone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08794 7.724C5.60994 8.81121 6.32153 9.83019 7.22271 10.7314C8.1239 11.6326 9.14288 12.3442 10.2301 12.8662C10.3236 12.9111 10.3704 12.9335 10.4295 12.9508C10.6398 13.012 10.898 12.968 11.0761 12.8405C11.1262 12.8046 11.169 12.7618 11.2548 12.676C11.517 12.4138 11.6481 12.2827 11.7799 12.197C12.2771 11.8738 12.918 11.8738 13.4152 12.197C13.547 12.2827 13.6781 12.4138 13.9403 12.676L14.0865 12.8222C14.4851 13.2208 14.6844 13.4201 14.7926 13.6341C15.0079 14.0598 15.0079 14.5625 14.7926 14.9881C14.6844 15.2022 14.4851 15.4015 14.0865 15.8L13.9683 15.9183C13.571 16.3155 13.3724 16.5141 13.1024 16.6658C12.8028 16.8341 12.3374 16.9551 11.9937 16.9541C11.684 16.9532 11.4724 16.8931 11.049 16.7729C8.77399 16.1272 6.62721 14.9088 4.83623 13.1179C3.04524 11.3269 1.82689 9.18011 1.18116 6.90506C1.06101 6.48173 1.00093 6.27006 1.00001 5.96035C0.998984 5.61668 1.12001 5.15131 1.28832 4.85168C1.44001 4.58166 1.63861 4.38305 2.03583 3.98583L2.15406 3.86761C2.55264 3.46903 2.75193 3.26974 2.96597 3.16148C3.39164 2.94617 3.89434 2.94617 4.32001 3.16148C4.53404 3.26974 4.73333 3.46903 5.13192 3.86761L5.27807 4.01376C5.54027 4.27597 5.67137 4.40707 5.75709 4.5389C6.08033 5.03607 6.08033 5.677 5.75709 6.17417C5.67137 6.30601 5.54027 6.43711 5.27807 6.69931C5.19233 6.78505 5.14947 6.82791 5.11359 6.87802C4.98608 7.0561 4.94205 7.31429 5.00334 7.52455C5.02059 7.58372 5.04304 7.63048 5.08794 7.724Z' fill='white'/%3E%3Cpath d='M10 4.5C10.7326 4.64292 11.4058 5.00119 11.9335 5.52895C12.4613 6.05671 12.8196 6.72995 12.9625 7.4625M10 1.5C11.522 1.66908 12.9412 2.35063 14.0247 3.43276C15.1082 4.51488 15.7915 5.93326 15.9625 7.455' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}

.page-wrapper .header .contact-link-phone:hover {
  opacity: 0.7;
}

.page-wrapper .header .contact-link-phone:hover::before {
  opacity: 0.7;
}

.page-wrapper .header .contact-link-phone:active {
  opacity: 0.7;
}

.page-wrapper.header .contact-link-phone:active::before {
  opacity: 0.7;
}

.page-wrapper .header .contact-link-phone>img {
  display: none;
}

.page-wrapper.inner-detail-company .header__top {
  background: transparent;
}

.about__block-3--partnership {
  gap: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about__block-3--partnership>.about__block-3-text {
  margin-top: -8px;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 768px) {
  .about__block-3--partnership .about__list {
    row-gap: 24px;
    column-gap: 24px;
  }

  .about__block-3--partnership .about__list-item {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .about__block-3--partnership .about__list-item-img {
    flex: 0 0 auto;
  }

  .about__block-3--partnership .about__list-item-descr {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .about__block-3--partnership {
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about__block-3--partnership .about__list {
    row-gap: 8px;
    column-gap: 8px;
  }

  .about__block-3--partnership .about__list-item {
    flex-direction: row;
    align-items: center;
    gap: 6px;
  }

  .about__block-3--partnership .about__list-item-img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .about__block-3--partnership .about__list-item-img>img {
    width: 30px;
    height: 30px;
  }

  .about__block-3--partnership .about__list-item-descr {
    font-size: 13px;
    line-height: 1.1;
    text-align: left;
  }

  .about__block-3--partnership>.about__block-3-text {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.25;
  }
}