.new-title {
  font-size: 43px;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}

.hero3 {
  padding-top: 110px;
  padding-bottom: 50px;
}
.hero3__btns {
  display: flex;
}
.hero3__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hero3__text {
  width: 57.74%;
}
.hero3__title span {
  font-weight: 500;
}
.hero3__title {
  font-size: 66px;
  font-weight: 300;
}
.hero3__descr {
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 55px;
  max-width: 700px;
}
.hero3__additional {
  width: calc(100% - 57.75% - 20px);
  box-sizing: border-box;
}
.hero3__partners_title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 32px;
}
.hero3__partners_pills {
  display: flex;
  gap: 12px;
}
.hero3__pill {
  background: rgba(24, 28, 27, 0.6);
  border-radius: 104px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  flex: 1 1 auto;
}
.hero3__pill img {
  display: block;
  width: auto;
}
.hero3__pill--amo img {
  height: 21px;
}
.hero3__pill--bitrix img {
  height: 31px;
}
.hero3__pill--jivo img {
  width: 56px;
  height: 38px;
}
.hero3__communication {
  margin-top: 67px;
  padding: 40px;
  border: 2px dashed #ADFE82;
  border-radius: 20px;
  overflow: hidden;
}
.hero3__communication_img {
  margin-left: -40px;
  margin-right: -40px;
}

.hero3__communication_title {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 50px;
}
@media screen and (min-width: 1101px) {
  .body-bg--new {
    top: -400px;
    left: 43%;
    width: 114%;
    max-width: unset;
  }
}
@media screen and (max-width: 1100px) {
  .hero3 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .hero3__content {
    flex-direction: column;
    align-items: unset;
  }
  .hero3__text,
  .hero3__additional {
    width: 100%;
  }
  .hero3__text {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .hero3__request {
    width: 100%;
    justify-content: space-between;
  }
  .hero3__opps2 {
    text-align: center;
  }
  .hero3__opps2 {
    color: #FFB800;
    font-size: 18px;
    font-weight: 500;
    margin-top: 18px;
    display: inline-block;
  }
  .hero3__additional {
    margin-top: 50px;
    padding: 0;
    border: none;
  }
  .hero3__partners_title,
  .hero3__communication_title {
    font-size: 18px;
  }
  .hero3__communication_title {
    margin-bottom: 32px;
  }
  .hero3__communication {
    margin-top: 20px;
    padding: 32px;
  }
  .hero3__communication_img {
    margin-left: -32px;
    margin-right: -32px;
  }
  .hero3__partners_pills {
    gap: 8px;
  }
  .hero3__pill {
    height: 40px;
    padding: 0 12px;
  }
  .hero3__pill--amo img {
    height: 14px;
  }
  .hero3__pill--bitrix img {
    height: 18px;
  }
  .hero3__pill--jivo img {
    width: 29px;
    height: 19px;
  }
  .hero3__title {
    width: 100%;
    font-size: 38px;
  }
  .hero3__descr {
    font-size: 18px !important;
    margin-bottom: 0;
  }
  .hero3__btns {
    flex-direction: column;
    margin-top: 40px;
  }
  .hero3__request {
    text-align: center;
  }
  .hero3__opps {
    margin-left: unset;
    margin-top: 10px;
  }
}

.bots {
  position: relative;
}

.bots__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  mix-blend-mode: hard-light;
}

.bots__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.bots__item {
  background: rgba(24, 28, 27, 0.6);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bots__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.bots__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.bots__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bots__name {
  color: #adfe82;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.bots__descr {
  font-size: 15.5px;
  line-height: 1.35;
}

.tasks__head {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.tasks__arrow {
  position: absolute;
  left: -130px;
  top: 20px;
  width: 100px;
  height: auto;
  pointer-events: none;
}
.tasks__body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
  align-items: flex-start;
  justify-content: space-between;
}

.tasks__slider {
  flex: 1 1 auto;
  overflow: visible;
}
.tasks__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.tasks__left .task.swiper-slide {
  width: 100%;
  height: auto;
  flex-shrink: 1;
}
.task {
  background: rgba(24, 28, 27, 0.7);
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 20px;
  line-height: 1.2;
  max-width: 460px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.25s;
}
.task:hover {
  border-color: rgba(173, 254, 130, 0.4);
}
.task--active {
  border-color: #adfe82;
}
.task__icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}
.task__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.task:nth-child(2n) {
  margin-left: 120px;
}
.task:nth-child(4) {
  margin-left: 54px;
}
.task--wide {
  max-width: 510px;
}
.task--wider {
  max-width: 526px;
}
.stat {
  background: rgba(22, 22, 22, 0.8);
  border-radius: 24px;
  padding: 16px 20px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 209px;
  gap: 10px;
  width: 100%;
  animation: statIn 0.3s ease both;
}
.stat__num {
  color: #adfe82;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
}
.stat__num span {
  font-size: 20px;
}
.stat__num--arrow {
  display: flex;
}
.stat__num--arrow img {
  display: block;
  width: 58px;
  height: 58px;
}
.stat__label {
  font-size: 24px;
  line-height: 1.35;
}
@keyframes statIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
.tasks__right {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.stats {
  width: calc(33.33% - 10px);
}
.stats__set {
  display: none;
  grid-template-columns: 1fr;
  gap: 18px;
}
.stats__set.is-active {
  display: grid;
}

.chat {
  width: calc(66.66% - 10px);
  max-width: 100%;
  height: 720px;
  background: #181c1b;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chat__head {
  flex-shrink: 0;
  background: #2f3232;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.chat__logo {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.chat__logo img {
  width: 32px;
  height: 30px;
  display: block;
}
.chat__name {
  font-size: 24px;
  line-height: 1.35;
}
.chat__role {
  font-size: 20px;
  line-height: 1;
  opacity: 0.4;
  text-transform: lowercase;
}
.chat__bodies {
  flex: 1 1 auto;
  min-height: 0;
}
.chat__body {
  display: none;
  height: 100%;
  overflow-y: auto;
  padding: 24px;
  flex-direction: column;
  gap: 5px;
  scrollbar-width: none;
}
.chat__body.is-active {
  display: flex;
}
.chat__body::-webkit-scrollbar {
  display: none;
}

.msg {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 88%;
  animation: msgIn 0.32s ease both;
}
.msg.is-hidden {
  display: none;
}
.msg--user {
  align-self: flex-end;
  align-items: flex-end;
}
.msg--bot {
  align-self: flex-start;
  align-items: stretch;
}
.msg__row {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.msg--user .msg__row {
  align-items: flex-start;
}
.msg__ava {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #fff;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg__ava img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msg__ava--bot img {
  width: 19px;
  height: 18px;
}
.msg__bubble {
  padding: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #161616;
  white-space: pre-line;
}
.msg--bot .msg__bubble {
  background: #fff;
  border-radius: 0 12px 12px 12px;
}
.msg--user .msg__bubble {
  max-width: 266px;
  background: #adfe82;
  border-radius: 12px 12px 0 12px;
}
.msg__time {
  font-size: 14px;
  opacity: 0.4;
  text-transform: lowercase;
}
.msg--bot .msg__time {
  padding-left: 52px;
}
.msg--user .msg__time {
  padding-right: 52px;
}
@keyframes msgIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.typing .msg__bubble {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 18px 16px;
}
.typing__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9aa0a0;
  animation: typingDot 1.2s infinite ease-in-out;
}
.typing__dot:nth-child(2) { animation-delay: 0.2s; }
.typing__dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingDot {
  0%, 60%, 100% { transform: scale(0.6); opacity: 0.4; }
  30%           { transform: scale(1);   opacity: 1; }
}

.tasks__dots {
  display: none;
}
.tasks__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  padding: 0;
  flex-shrink: 0;
  transition: background 0.25s;
}
.tasks__dot--active {
  background: #adfe82;
}
.tasks__bottom {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.why__body {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  align-items: stretch;
}
.why__card {
  flex: 1 1 700px;
  max-width: 700px;
  background: #adfe82;
  color: #161616;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
.why__card_icon {
  width: 56px;
  height: 56px;
}
.why__card_icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.why__card_name {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.why__card_descr {
  font-size: 16px;
  line-height: 1.2;
}
.why__gears {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: auto;
  pointer-events: none;
}
.why__right {
  flex: 1 1 700px;
}
.why__trust {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.why__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why__logo {
  background: rgba(24, 28, 27, 0.6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.why__logo::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 43.6%;
}
.why__logo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.why__logo--flip img {
  transform: scaleY(-1);
}

.spheres {
  overflow: hidden;
}
.spheres .wrapper {
  position: relative;
}

.spheres__line1 {
  position: absolute;
  right: 85%;
  top: 160px;
  display: block;
}

.spheres__line2 {
  position: absolute;
  left: 81%;
  top: 290px;
  display: block;
}

.spheres__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 171px;
  gap: 20px;
  margin-top: 50px;
}
.sphere {
  position: relative;
  background: rgba(24, 28, 27, 0.6);
  border-radius: 12px;
  padding: 28px;
  overflow: hidden;
}
.sphere__label {
  position: relative;
  z-index: 2;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.sphere__icon {
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 160px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  filter: drop-shadow(10px 0px 50px rgba(173, 254, 130, 0.25));
}

.s-realty .sphere__icon       { right: 11px; }
.s-education .sphere__icon    { right: 15px; }
.s-hr .sphere__icon           { right: 20px; }
.s-construction .sphere__icon { right: 16px; }
.s-b2bsaas .sphere__icon      { right: 16px; }
.s-b2c .sphere__icon          { right: 20px; }
.s-ecommerce .sphere__icon    { right: 15px; }

.sphere--dots {
  background: unset;
}

.sphere:not(.sphere--dots) {
  position: relative;
  z-index: 2;
}

.s-retail       { grid-column: 1; grid-row: 1; }
.s-dots1        { grid-column: 2; grid-row: 1; transform: translateX(-18%); }
.s-realty       { grid-column: 3; grid-row: 1; }
.s-education    { grid-column: 4; grid-row: 1; }
.s-hr           { grid-column: 2; grid-row: 2; }
.s-construction { grid-column: 3; grid-row: 2; }
.s-b2bsaas      { grid-column: 1; grid-row: 3; }
.s-b2c          { grid-column: 2; grid-row: 3; }
.s-dots2        {
  grid-column: 3;
  grid-row: 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transform: translateX(58px) translateY(38px);
}
.s-ecommerce    { grid-column: 4; grid-row: 3; }

.fs__body {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  align-items: stretch;
}
.fs__intro {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  padding: 20px 0;
}

.fs__intro .orange-btn,
.func__aside .orange-btn {
  align-self: flex-start;
  min-width: min(414px, 100%);
  max-width: 100%;
  font-size: 24px;
}
.fs__title {
  color: #adfe82;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
}
.fs__descr {
  max-width: 503px;
  font-size: 18px;
  line-height: 1.2;
  margin-top: 32px;
}
.fs__cards {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.fs__card {
  width: 340px;
  background: rgba(24, 28, 27, 0.6);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}
.fs__num {
  color: #adfe82;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}
.fs__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fs__name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.fs__card_descr {
  font-size: 16px;
  line-height: 1.35;
}

.func {
  padding-bottom: 100px;
  position: relative;
}

.func__line {
  position: absolute;
  left: 85vw;
  top: 400px;
}

.func__body {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  align-items: flex-start;
}
.func__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 0 0 340px;
  width: 340px;
}
.func__col--offset {
  margin-top: 100px;
}
.func__aside {
  position: sticky;
  top: calc((100dvh / 2) - 150px);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding-left: 40px;
}
.func__aside_title {
  max-width: 480px;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
}
.func__card {
  background: rgba(24, 28, 27, 0.6);
  border-radius: 24px;
  padding: 39px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.func__card--push { padding-bottom: 140px; }
.func__card--google { padding-bottom: 142px; }
.func__card--ai { padding-bottom: 153px; }
.func__card--integrations { padding-bottom: 200px; }
.func__sheets {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 200px;
}
.func__bell {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 172px;
}

.func__ai img { display: block; width: 100%; }
.func__ai {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

.func__icon {
  width: 44px;
  height: 44px;
}
.func__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.func__icon--kb {
  border-radius: 100px;
  background: #adfe82;
  display: flex;
  align-items: center;
  justify-content: center;
}
.func__icon--kb img {
  width: 20px;
  height: 20px;
}
.func__name {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 40px;
}
.func__descr {
  font-size: 16px;
  line-height: 1.35;
  margin-top: 20px;
}

.func__bell,
.func__sheets {
  align-self: flex-end;
  width: 190px;
  height: auto;
  margin-top: -10px;
}
.func__ai {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
}
.func__ai img {
  object-fit: contain;
}
.func__integr-crm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  width: 100%;
}
.func__integr-crm img {
  height: 22px;
  width: auto;
  object-fit: contain;
}
.func__integr-msg {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  margin-top: 4px;
  max-width: 100%;
}
.func__integr-msg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .func__col { flex-basis: 300px; width: 300px; }
}
@media (max-width: 1100px) {
  .new-title,
  .func__aside_title { font-size: 32px; }
  .fs__title { font-size: 48px; }

  .bots .new-title {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .bots__items { grid-template-columns: 1fr; margin-top: 32px; }
  .bots__item {
    padding: 32px;
  }

  .bots__name { font-size: 22px; }

  .tasks__arrow {
    left: -24px;
    top: 43px;
    width: 26px;
  }
  .tasks__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .tasks__slider {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;

    overflow: hidden;
    max-width: 100vw;
  }
  .tasks__slider .swiper {
    width: 100%;
    overflow: visible;
  }
  .tasks__left {
    flex-direction: row;
    gap: 0;
    align-items: stretch;
  }
  .tasks__left .task.swiper-slide {
    width: 82%;
    flex-shrink: 0;
    height: auto;
  }
  .task {
    max-width: none;
    font-size: 16px;
  }
  .task:nth-child(2n),
  .task:nth-child(4) { margin-left: 0; }
  .tasks__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .tasks__right {
    width: 100%;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    max-width: none;
  }
  .chat { width: 100%; height: 560px; }
  .chat__head { display: none; }
  .stats {
    width: 100%;
  }
  .stats__set.is-active {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .stat { padding: 24px; }
  .stat__num { font-size: 44px; }
  .stat__num--arrow img { width: 44px; height: 44px; }
  .stat__label { font-size: 18px; }

  .why__gears { width: 150px; }
  .why__body { flex-direction: column; gap: 32px; }
  .why__card { max-width: 100%; flex-basis: auto; padding: 32px; gap: 32px; }
  .why__card_name { margin-bottom: 16px; font-size: 22px; }
  .why__right { flex-basis: auto; }
  .why__trust { text-align: center; font-size: 28px; }
  .why__logo {
    padding: 0;
  }

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

  .spheres__line1,
  .spheres__line2 { display: none; }
  .sphere {
    padding: 20px;
  }

  .sphere__label {
    font-size: 16px;
  }

  .s-retail       { grid-column: 1; grid-row: 1; }
  .s-dots1        { display: none; }
  .s-realty       { grid-column: 2; grid-row: 1; }
  .s-education    { grid-column: 1; grid-row: 2; }
  .s-hr           { grid-column: 2; grid-row: 2; }
  .s-construction { grid-column: 1; grid-row: 3; }
  .s-b2bsaas      { grid-column: 2; grid-row: 3; }
  .s-b2c          { grid-column: 1; grid-row: 4; }
  .s-dots2        { display: none; }
  .s-ecommerce    { grid-column: 2; grid-row: 4; }

  .fs__body { flex-direction: column; }
  .fs__cards { flex-wrap: wrap; }
  .fs__card { width: auto; padding: 24px; gap: 32px; }
  .fs__num { font-size: 32px; }
  .fs__text {
    gap: 16px;
  }
  .fs__name {
    font-size: 22px;
  }

  .func__body {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: stretch;
    margin-top: 0;
  }
  .func__col,
  .func__aside {
    display: contents;
  }

  .func__name {
    margin-top: 32px;
    font-size: 22px;
  }

  .func__descr {
    margin-top: 16px;
  }

  .func__card {
    padding: 32px;
  }

  .func__card--push { padding-bottom: 96px; }
  .func__card--integrations { padding-bottom: 191px; }
  .func__card--google { padding-bottom: 96px; }
  .func__card--ai { padding-bottom: 151px; }

  .func__descr br {
    display: none;
  }

  .func__sheets {
    width: 144px;
  }
  .func__bell {
    width: 155px;
  }

  .func__line {
    display: none;
  }
  .func__aside_title {
    order: -1;
    text-align: center;
    margin-bottom: 16px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .func__aside .orange-btn {
    order: 100;
    width: 100%;
    min-width: 0;
    margin-top: 16px;
  }

  .func__body .func__col:nth-of-type(1) .func__card:nth-child(1) { order: 1; }
  .func__body .func__col:nth-of-type(1) .func__card:nth-child(2) { order: 3; }
  .func__body .func__col:nth-of-type(1) .func__card:nth-child(3) { order: 5; }
  .func__body .func__col:nth-of-type(1) .func__card:nth-child(4) { order: 7; }
  .func__body .func__col:nth-of-type(1) .func__card:nth-child(5) { order: 9; }

  .func__body .func__col:nth-of-type(2) .func__card:nth-child(1) { order: 2; }
  .func__body .func__col:nth-of-type(2) .func__card:nth-child(2) { order: 4; }
  .func__body .func__col:nth-of-type(2) .func__card:nth-child(3) { order: 6; }
  .func__body .func__col:nth-of-type(2) .func__card:nth-child(4) { order: 8; }

  .fs__intro .orange-btn, .func__aside .orange-btn {
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .fs__cards { flex-direction: column; }
  .fs__card { width: 100%; }
  .why__logos { gap: 10px; }
  .func__col { flex-basis: 100%; }
  .spheres__grid { grid-auto-rows: 150px; }
  .spheres__grid .sphere .sphere__icon {
    width: 115px;
    right: 12px;
    bottom: -8px;
  }
}
