.first-screen {
  --pt: 30px;
  padding-top: var(--pt);
  background-color: var(--background);
  overflow: hidden;
}

.first-screen__title span {
  background-color: var(--green, #000);
}

.first-screen__wrap {
  display: grid;
  gap: 50px;

  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 292 494' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M85.4082 106.914C85.4082 134.187 100.231 161.459 128.95 187.791C140.067 198.135 152.11 207.54 163.228 215.063C174.345 223.527 186.388 231.99 198.432 241.395C229.003 264.905 252.164 287.475 267.913 310.986C284.589 334.497 292 364.59 292 400.326C292 421.956 288.294 439.824 279.957 453.93C272.545 468.037 261.428 479.322 248.458 485.905C235.488 492.488 219.739 495.309 202.137 493.428C184.535 491.547 165.08 485.905 145.626 476.5C117.833 463.335 94.6724 445.466 76.144 426.658C57.6156 407.85 42.7929 387.16 30.7494 365.531C19.6323 344.841 11.2946 323.212 6.66245 302.522C2.03034 281.833 -0.748917 262.084 0.177504 242.335C25.1909 261.144 50.2042 278.071 75.2176 293.118C75.2176 304.403 76.144 315.688 78.9233 326.973C81.7025 338.258 85.4082 349.543 90.9667 359.888C96.5253 370.233 103.937 380.577 113.201 389.982C122.465 399.386 133.582 407.85 147.478 414.432C166.007 423.837 182.682 426.658 196.579 421.956C210.475 417.254 216.96 404.088 216.96 384.339C216.96 366.471 212.328 350.484 203.99 338.258C195.652 325.092 182.682 312.867 166.933 298.761C154.89 288.416 141.92 279.012 129.876 268.667C117.833 259.263 103.937 247.037 90.0403 232.931C61.3213 203.778 40.94 173.684 28.8965 145.472C16.8531 117.259 11.2946 89.9867 11.2946 63.6549C11.2946 45.7868 15.0002 31.6805 21.4852 21.3358C27.9701 10.0508 37.2343 3.46781 49.2778 1.58696C61.3213 -1.23431 76.144 -0.293875 92.8196 4.40824C109.495 8.16993 128.024 15.6933 147.478 25.0975C192.873 47.6677 227.151 71.1782 248.458 103.153C270.692 135.127 281.809 169.923 281.809 210.361C257.722 203.778 234.562 195.314 210.475 186.85C209.549 163.34 203.99 142.65 192.873 125.723C182.682 108.795 166.007 94.6888 145.626 84.3441C127.097 74.9399 112.274 72.1187 102.084 75.8804C90.9667 79.6421 85.4082 89.0463 85.4082 106.914Z' fill='url(%23paint0_linear_49_1492)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_49_1492' x1='146' y1='0' x2='146' y2='494' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1F1F1' /%3E%3Cstop offset='1' stop-color='%23F8F8FB' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.first-screen__grid {
  --gap: 25px;

  display: grid;
  gap: var(--gap);
}

.first-screen__col-2 {
  display: flex;
  align-items: flex-end;
}

.first-screen__figure {
  line-height: 1;
  user-select: none;
  pointer-events: none;
  transition: all 600ms ease-in-out;
  max-width: 450px;
  margin: 0 auto;
}

.avito-btn {
  --fs: 14px;
  --paading: 15px 30px;

  user-select: none;
  padding: var(--paading);
  gap: 10px;
  width: 100%;
  font-size: var(--fs);
}

.avito-btn--svg {
  flex-shrink: 0;
}

.first-screen__items {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.first-screen__items::-webkit-scrollbar {
  display: none;
}

.first-screen__item {
  font-family: var(--medium);
  border-radius: 30px;
  padding: 10px 15px;
  font-size: 14px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  background-color: #fff;

  &::before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23D9ED61' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.0773 7.62296C23.3313 7.87703 23.474 8.22158 23.474 8.58083C23.474 8.94009 23.3313 9.28463 23.0773 9.5387L12.9223 19.6937C12.7881 19.8279 12.6288 19.9344 12.4535 20.007C12.2781 20.0797 12.0902 20.1171 11.9003 20.1171C11.7105 20.1171 11.5226 20.0797 11.3472 20.007C11.1719 19.9344 11.0125 19.8279 10.8783 19.6937L5.83293 14.6492C5.70353 14.5242 5.60031 14.3747 5.52931 14.2094C5.4583 14.0441 5.42093 13.8663 5.41936 13.6864C5.4178 13.5065 5.45208 13.3281 5.5202 13.1616C5.58832 12.9951 5.68893 12.8438 5.81613 12.7166C5.94334 12.5894 6.09461 12.4888 6.26112 12.4207C6.42762 12.3526 6.60603 12.3183 6.78592 12.3198C6.96582 12.3214 7.1436 12.3588 7.3089 12.4298C7.47419 12.5008 7.62369 12.604 7.74867 12.7334L11.8999 16.8846L21.1607 7.62296C21.2865 7.49706 21.4359 7.39719 21.6003 7.32904C21.7648 7.2609 21.941 7.22583 22.119 7.22583C22.297 7.22583 22.4732 7.2609 22.6377 7.32904C22.8021 7.39719 22.9515 7.49706 23.0773 7.62296Z' fill='black' /%3E%3C/svg%3E");
  }
}

.cases {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}

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

.cases__swiper {
  overflow: hidden;
}

.cases__swiper .swiper-wrapper {
  display: flex;
}

.cases__items {
  counter-reset: list;
}

.cases__item-wrap {
  padding-top: 65px;
  margin-bottom: 30px;
}

.cases__item {
  counter-increment: list;
  list-style-type: none;
  position: relative;

  &::before {
    content: 'Кейс ' counter(list);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--medium);
    padding: 11px 15px;
    border-radius: 20px;
    line-height: 1;

    background-color: var(--green);
  }

  &:nth-child(n + 10) {
    &::before {
      content: counter(list);
    }
  }
}

.cases__ul.list li::before {
  font-size: 17px;
}

.cases__ul {
  display: grid;
  gap: 15px;

  li {
    color: var(--grey-dark);
    font-size: 16px;
  }
}

.cases__item-title {
  font-size: 18px;
  margin-bottom: 20px;
}

.cases__item-link {
  max-width: 360px;
  margin: 0 auto;
  padding-top: 30px;
}

.cases__img {
  border: 1px solid #f1f0ec;
}

.cases__inner {
  position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 50px;
  width: 50px;
  height: 50px;
  display: none;
  transition: opacity 0.25s ease;
  &::after {
    display: none;
  }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}

.swiper-button-next {
  right: -25px;
  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%3Ccircle cx='25' cy='25' r='25' transform='rotate(-90 25 25)' fill='%231A1A1A' /%3E%3Cpath d='M26.9872 24.5838L22.4582 19.8392L23.7519 18.4839L29.5747 24.5838L23.7519 30.6837L22.4582 29.3274L26.9872 24.5838Z' fill='white' /%3E%3C/svg%3E");
}

.swiper-button-prev {
  left: -25px;
  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%3Ccircle cx='25' cy='25' r='25' transform='rotate(90 25 25)' fill='%231A1A1A' /%3E%3Cpath d='M23.0128 25.4162L27.5419 30.1608L26.2481 31.5161L20.4253 25.4162L26.2481 19.3163L27.5419 20.6726L23.0128 25.4162Z' fill='white' /%3E%3C/svg%3E");
}

.offers-slider__dots .swiper-horizontal > .swiper-pagination-bullets,
.offers-slider__dots .swiper-pagination-bullets.swiper-pagination-horizontal,
.offers-slider__dots .swiper-pagination-custom,
.offers-slider__dots .swiper-pagination-fraction {
  margin-bottom: 0px;
}

.cases__inner .swiper-horizontal > .swiper-pagination-bullets,
.cases__inner .swiper-pagination-bullets.swiper-pagination-horizontal,
.cases__inner .swiper-pagination-custom,
.cases__inner .swiper-pagination-fraction {
  margin-bottom: -70px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: var(--green);
}

.ns_form.ns_form_mod {
  margin-top: 0;
}

.ns_form .ns_form_row_left_inner_h2 {
  margin-bottom: 25px;
}

.ns_form .ns_form_row_right_top {
  font-family: var(--medium);
  margin-bottom: 35px;
}

.ns_form .ns_form_row_right form .ns_form_input.ns_form_textarea {
  resize: none;
  width: 100%;
  height: 100px;
  line-height: 1.5;
}

.cat_block.cat_block_mod h2 {
  font-size: 25px;
}

.offers {
  background-color: #f5f9de;
  padding: 40px 0;
}

.offers-item:nth-child(1) .offers-item__header {
  border-top-color: #000;
}

.offers-item:nth-child(2) .offers-item__header {
  border-top-color: #7e01fe;
}

.offers-item:nth-child(3) .offers-item__header {
  border-top-color: #5db1ee;
}

.offers-item:nth-child(1) .offers-item__title {
  color: #000;
}

.offers-item:nth-child(2) .offers-item__title {
  color: #7e01fe;
}

.offers-item:nth-child(3) .offers-item__title {
  color: #5db1ee;
}

.offers-item__header {
  padding: 0;
  background-color: #fff;
}

.offers-item__step:first-child {
  font-weight: 700;
  color: #000;
}

.offers-slider .offers-item.swiper-slide {
  height: auto;
}

.btn--sm {
  height: 53px;
}

.avito-faq {
  --animation-duration: 0.3s;
  --border-color: #ccc;
  background-color: #f9f9fa;
  padding: 40px 0;
}

.avito-faq__title {
  margin-bottom: 25px;
  text-align: center;
}

.avito-faq__items {
  counter-reset: list;

  .avito-faq__li {
    counter-increment: list;
    list-style-type: none;

    &:not(:last-child) {
      margin-bottom: 10px;
    }

    .avito-faq__question::before {
      content: '' counter(list) ' Вопрос';
      margin-right: 15px;
      background-color: var(--green);
    }

    &:nth-child(n + 10) {
      &::before .avito-faq__question {
        content: counter(list);
      }
    }
  }
}

.avito-faq__item {
  transition: var(--animation-duration);
  background-color: #fff;
  border-radius: 10px;
}

.avito-faq__item:not(.js-details)[open],
.avito-faq__item.is-open {
  --border-color: #666;
  position: relative;
}

.avito-faq__question {
  position: relative;
  display: list-item;
  padding: 20px 80px 20px 20px;
  list-style: none;
  cursor: pointer;
  font-family: var(--medium);
  line-height: 1.4;
  font-size: 18px;
  user-select: none;
  border-radius: 10px;
}

.avito-faq__question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23F9F9FA' /%3E%3Cpath d='M25.4162 26.9872L30.1608 22.4582L31.5161 23.7519L25.4162 29.5747L19.3163 23.7519L20.6726 22.4582L25.4162 26.9872Z' fill='black' /%3E%3C/svg%3E");
  transition: var(--animation-duration);
}

.avito-faq__item:not(.js-details)[open] .avito-faq__question::after,
.avito-faq__item.is-open .avito-faq__question::after {
  transform: translateY(-50%) rotate(-180deg);

  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25' cy='25' r='25' fill='%23D9ED61' /%3E%3Cpath d='M25.4162 26.9872L30.1608 22.4582L31.5161 23.7519L25.4162 29.5747L19.3163 23.7519L20.6726 22.4582L25.4162 26.9872Z' fill='black' /%3E%3C/svg%3E");
}

.avito-faq__question::-webkit-details-marker {
  display: none;
}

.js-details .avito-faq__answer {
  max-height: 0;
  overflow: hidden;
  animation: slideUp var(--animation-duration);
}

.js-details.is-open .avito-faq__answer {
  max-height: var(--details-height);
  animation: slideDown var(--animation-duration);
}

.avito-faq__text {
  padding: 0 20px 20px;
  color: #4e4a4a;
  font-size: 16px;
}

.avito-faq__text p:not(:last-child) {
  margin-bottom: 15px;
}

.avito-faq__text ul,
.avito-faq__text ol {
  padding-left: 25px;
}

.avito-faq__text li::before {
  content: '•';
  float: left;
  margin-left: -12px;
  line-height: 1.5;
}

@keyframes slideUp {
  0% {
    max-height: var(--details-height);
    opacity: 1;
  }

  100% {
    max-height: 0;
    opacity: 0;
  }
}

@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }

  100% {
    max-height: var(--details-height);
    opacity: 1;
  }
}

.block-2 {
  padding-bottom: 60px;
  padding-top: 40px;
}

.block-2__title {
  margin-bottom: 30px;
  text-align: center;
}

.block-2__wrap {
  max-width: 600px;
  padding: 30px 20px;
  background-color: #fafde9;
  margin: 0 auto;
  border-radius: 20px;
}

.block-2__items {
  display: grid;
  gap: 25px;
}

.block-2__item {
  font-family: var(--regular);
  color: #4e4a4a;
  position: relative;
  display: flex;
  font-size: 16px;

  &::before {
    content: '';
    width: 20px;
    margin-right: 10px;
    margin-top: 3px;
    height: 21px;
    display: block;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10.5' r='10' fill='%23D9ED61' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4839 5.94497C16.6653 6.12645 16.7672 6.37256 16.7672 6.62917C16.7672 6.88578 16.6653 7.13188 16.4839 7.31336L9.23033 14.5669C9.13448 14.6628 9.02067 14.7388 8.89542 14.7907C8.77016 14.8426 8.63591 14.8693 8.50033 14.8693C8.36476 14.8693 8.23051 14.8426 8.10525 14.7907C7.98 14.7388 7.86619 14.6628 7.77033 14.5669L4.16646 10.9637C4.07403 10.8744 4.00031 10.7676 3.94959 10.6496C3.89887 10.5315 3.87218 10.4045 3.87106 10.276C3.86994 10.1475 3.89443 10.0201 3.94309 9.90115C3.99175 9.78221 4.06361 9.67416 4.15447 9.5833C4.24533 9.49244 4.35338 9.42058 4.47232 9.37192C4.59125 9.32326 4.71868 9.29877 4.84718 9.29989C4.97567 9.30101 5.10266 9.3277 5.22073 9.37842C5.33879 9.42914 5.44558 9.50287 5.53485 9.5953L8.50001 12.5605L15.1149 5.94497C15.2047 5.85504 15.3114 5.7837 15.4289 5.73503C15.5463 5.68636 15.6722 5.66131 15.7994 5.66131C15.9265 5.66131 16.0524 5.68636 16.1699 5.73503C16.2873 5.7837 16.394 5.85504 16.4839 5.94497Z' fill='white' /%3E%3C/svg%3E");
  }
}

.block-3__title {
  margin-bottom: 30px;
  text-align: center;
}

.block-3__items {
  counter-reset: list;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.block-3__item {
  counter-increment: list;
  list-style-type: none;
  font-size: 16px;
  position: relative;

  &:not(:last-child)::after {
    content: '';
    border-top: 2px dashed #d9d9d9;
    display: block;
    position: absolute;
    width: 75%;
    right: 0;
    top: 15px;
    z-index: -1;
  }

  &::before {
    content: counter(list);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--medium);
    font-size: 16px;
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: var(--green);
    border-radius: 100%;
  }

  &:nth-child(n + 10) {
    &::before {
      content: counter(list);
    }
  }
}

.block-6 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.block-6__title {
  margin-bottom: 30px;
  text-align: center;
}

.block-6__items {
  display: grid;
  gap: 30px;
}

.block-6__item-title {
  font-family: var(--medium);
  line-height: 1.25;
  margin-bottom: 15px;
}

.block-6__figure {
  margin-bottom: 10px;
}

.btn--black:hover {
  background: var(--green);
  color: var(--black);
}

.cases__item-sphere {
  color: #b8d21d;
  background-color: #f8f9f3;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}

.cases__item {
  pointer-events: none;
}

.cases__link {
  z-index: 12;
  position: relative;
  pointer-events: auto;
  display: block;
  height: 100%;
}

.cases__item-tag {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.cases__item-tag-li {
  background-color: var(--green);
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  user-select: none;
}

@media (min-width: 576px) {
  .offers-slider__wrapper--mod {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .first-screen {
    --pt: 60px;
  }

  .first-screen__items {
    margin-bottom: 15px;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .first-screen__wrap {
    background: none;
  }

  .first-screen__col-1 {
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 403 683' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M117.875 147.614C117.875 185.268 138.332 222.922 177.969 259.277C193.312 273.56 209.933 286.544 225.276 296.931C240.619 308.617 257.241 320.303 273.863 333.287C316.056 365.747 348.021 396.909 369.757 429.37C392.771 461.83 403 503.379 403 552.719C403 582.583 397.886 607.253 386.378 626.729C376.15 646.205 360.807 661.786 342.906 670.875C325.006 679.964 303.27 683.859 278.977 681.262C254.684 678.666 227.834 670.875 200.983 657.891C162.626 639.713 130.661 615.043 105.089 589.075C79.5174 563.107 59.06 534.541 42.4384 504.678C27.0953 476.113 15.588 446.249 9.19509 417.684C2.80215 389.119 -1.03361 361.852 0.24498 334.585C34.7668 360.554 69.2887 383.925 103.811 404.7C103.811 420.281 105.089 435.862 108.925 451.443C112.761 467.024 117.875 482.605 125.547 496.887C133.218 511.17 143.447 525.453 156.233 538.437C169.019 551.421 184.362 563.107 203.54 572.195C229.112 585.18 252.127 589.075 271.306 582.583C290.484 576.091 299.434 557.913 299.434 530.646C299.434 505.976 293.042 483.903 281.534 467.024C270.027 448.846 252.127 431.967 230.391 412.49C213.769 398.208 195.869 385.224 179.247 370.941C162.626 357.957 143.447 341.078 124.268 321.601C84.6318 281.35 56.5028 239.801 39.8812 200.849C23.2596 161.896 15.588 124.242 15.588 87.8865C15.588 63.2166 20.7024 43.7404 29.6525 29.4578C38.6026 13.8768 51.3885 4.7879 68.0101 2.19107C84.6318 -1.70418 105.089 -0.405745 128.104 6.08633C151.118 11.28 176.69 21.6673 203.54 34.6515C266.191 65.8134 313.499 98.2738 342.906 142.42C373.592 186.566 388.936 234.607 388.936 290.439C355.692 281.35 323.728 269.665 290.484 257.979C289.206 225.519 281.534 196.953 266.191 173.582C252.127 150.21 229.112 130.734 200.983 116.452C175.411 103.467 154.954 99.5723 140.89 104.766C125.547 109.96 117.875 122.944 117.875 147.614Z' fill='url(%23paint0_linear_16_384)' /%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_16_384' x1='201.5' y1='0' x2='201.5' y2='682.052' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F1F1F1' /%3E%3Cstop offset='1' stop-color='%23F8F8FB' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }

  .cases {
    padding-top: 60px;
    padding-bottom: 80px;

    &::before {
      content: '';
      width: 121px;
      height: 233px;
      display: block;
      position: absolute;
      left: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 121 233' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_19_1382)'%3E%3Cpath d='M4.37696 178.755C38.828 178.755 66.7553 150.828 66.7553 116.378C66.7553 81.9274 38.828 54 4.37696 54C-30.0727 54 -58 81.9274 -58 116.378C-58 150.828 -30.0727 178.755 4.37696 178.755Z' fill='%23965EEB' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_19_1382' x='-112' y='0' width='232.755' height='232.755' 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='27' result='effect1_foregroundBlur_19_1382' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    }

    &::after {
      content: '';
      width: 265px;
      height: 442px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 265 442' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_19_1384)'%3E%3Cpath d='M220.816 387.633C312.945 387.633 387.632 312.946 387.632 220.816C387.632 128.685 312.945 54 220.816 54C128.686 54 54 128.685 54 220.816C54 312.946 128.686 387.633 220.816 387.633Z' fill='%2304E061' /%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_19_1384' x='0' y='0' width='441.632' height='441.633' 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='27' result='effect1_foregroundBlur_19_1384' /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    }
  }

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

  .cases__item-wrap {
    margin-bottom: 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
  }

  .avito-btn {
    --fs: 16px;
  }

  .offers-item__step {
    font-size: 16px;
  }

  .offers-slider {
    margin-top: 50px;
  }

  .block-3__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .block-6 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .block-6__title {
    margin-bottom: 50px;
  }

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

  .block-6__item-title {
    font-size: 18;
  }

  .block-6__figure {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .first-screen {
    --pt: 80px;
  }

  .first-screen__wrap {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }

  .first-screen__col-1 {
    --pb: 120px;
    padding-bottom: var(--pb);
  }

  .first-screen__grid {
    --gap: 35px;
  }

  .first-screen__figure {
    max-width: 100%;
    margin: 0;
  }

  .cases {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .cases__title {
    margin-bottom: 60px;
  }

  .cases__item-title {
    font-size: 24px;
  }

  .cases__ul {
    li {
      font-size: 20px;
    }
  }

  .cases__item-link {
    padding-top: 60px;
  }

  .avito-btn {
    --paading: 26px 20px;
    --fs: 18px;
    max-width: 350px;
  }

  .avito-btn--full {
    max-width: 100%;
  }

  .cat_block.cat_block_mod h2 {
    font-size: 39px;
  }

  .offers {
    padding: 80px 0;
  }

  .offers-item__step,
  .offers--top .offers-item__order-btn {
    font-size: 18px;
  }

  .offers-item__step:not(:last-child) {
    margin-bottom: 25px;
  }

  .offers-item__title {
    font-size: 24px;
  }

  .offers-item__order {
    margin-top: 60px;
  }

  .btn--sm {
    height: 63px;
  }

  .avito-faq {
    padding: 80px 0;
  }

  .avito-faq__title {
    margin-bottom: 50px;
  }

  .avito-faq__question {
    font-size: 22px;
  }

  .avito-faq__text {
    font-size: 18px;
  }

  .avito-faq__question::after {
    width: 50px;
    height: 50px;
  }

  .avito-faq__question {
    padding: 30px 90px 30px 30px;
  }

  .avito-faq__text {
    padding: 0 30px 30px;
  }

  .block-2 {
    padding-bottom: 80px;
  }

  .block-2__wrap {
    padding: 40px;
  }

  .block-2__title {
    margin-bottom: 50px;
  }

  .block-2__item {
    font-size: 18px;
  }

  .block-3 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .block-3__title {
    margin-bottom: 50px;
  }

  .block-3__items {
    grid-template-columns: repeat(5, 1fr);
  }

  .block-3__item {
    font-size: 18px;

    &::before {
      margin-bottom: 30px;
    }
  }

  .block-6 {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .block-6__title {
    margin-bottom: 70px;
  }

  .block-6__items {
    gap: 80px;
    grid-template-columns: repeat(3, 1fr);
  }

  .block-6__item-title {
    font-size: 24px;
  }

  .block-6__figure {
    margin-bottom: 25px;
  }

  .cases__item-sphere {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1001px) {
  .ns_form .ns_form_row {
    gap: 80px;
  }

  .ns_form_row_left {
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 403 670' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M117.875 145.005C117.875 181.994 138.332 218.983 177.969 254.696C193.312 268.726 209.933 281.481 225.276 291.684C240.619 303.164 257.241 314.643 273.863 327.398C316.056 359.284 348.021 389.896 369.757 421.783C392.771 453.669 403 494.485 403 542.952C403 572.288 397.886 596.522 386.378 615.654C376.15 634.786 360.807 650.092 342.906 659.021C325.006 667.949 303.27 671.775 278.977 669.224C254.684 666.673 227.834 659.021 200.983 646.266C162.626 628.409 130.661 604.175 105.089 578.666C79.5174 553.156 59.06 525.096 42.4384 495.76C27.0953 467.7 15.588 438.364 9.19509 410.303C2.80215 382.243 -1.03361 355.458 0.24498 328.673C34.7668 354.183 69.2887 377.141 103.811 397.549C103.811 412.854 105.089 428.16 108.925 443.466C112.761 458.771 117.875 474.077 125.547 488.107C133.218 502.137 143.447 516.168 156.233 528.922C169.019 541.677 184.362 553.156 203.54 562.085C229.112 574.839 252.127 578.666 271.306 572.288C290.484 565.911 299.434 548.054 299.434 521.269C299.434 497.035 293.042 475.352 281.534 458.771C270.027 440.915 252.127 424.334 230.391 405.202C213.769 391.171 195.869 378.417 179.247 364.386C162.626 351.632 143.447 335.051 124.268 315.918C84.6318 276.379 56.5028 235.564 39.8812 197.3C23.2596 159.035 15.588 122.047 15.588 86.3335C15.588 62.0996 20.7024 42.9675 29.6525 28.9373C38.6026 13.6316 51.3885 4.7033 68.0101 2.15235C84.6318 -1.67406 105.089 -0.398575 128.104 5.97878C151.118 11.0807 176.69 21.2844 203.54 34.0392C266.191 64.6505 313.499 96.5373 342.906 139.903C373.592 183.269 388.936 230.462 388.936 285.307C355.692 276.379 323.728 264.9 290.484 253.42C289.206 221.534 281.534 193.473 266.191 170.515C252.127 147.556 229.112 128.424 200.983 114.394C175.411 101.639 154.954 97.8128 140.89 102.915C125.547 108.017 117.875 120.771 117.875 145.005Z' fill='%23D2E754' /%3E%3C/svg%3E");
  }
}

@media (min-width: 1330px) {
  .swiper-button-next {
    right: -85px;
  }

  .swiper-button-prev {
    left: -85px;
  }
}
