/* Boostera Digital Inc.: компактнее заголовки hero (главная) */
.hero-1 .hero-content .hero-title {
  font-size: 77px;
  letter-spacing: -1.2px;
}
@media (max-width: 1399.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 62px;
  }
}
@media (max-width: 767.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content .hero-title {
    font-size: 35px;
  }
}

.hero-1 .hero-content .hero-title-2 {
  font-size: 77px;
  letter-spacing: -1.2px;
}
@media (max-width: 1399.98px) {
  .hero-1 .hero-content .hero-title-2 {
    font-size: 62px;
  }
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-title-2 {
    font-size: 32px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content .hero-title-2 {
    font-size: 28px;
  }
}

.hero-1 .hero-content .hero-title-2 .text-1 {
  font-size: 34px;
  width: 168px;
  height: 70px;
  line-height: 70px;
  letter-spacing: -0.6px;
}
.hero-1 .hero-content .hero-title-2 .text-1::before {
  width: 182px;
  height: 80px;
  line-height: 80px;
  top: -4px;
}
@media (max-width: 991.98px) {
  .hero-1 .hero-content .hero-title-2 .text-1 {
    font-size: 32px;
  }
}
@media (max-width: 469.98px) {
  .hero-1 .hero-content .hero-title-2 .text-1 {
    font-size: 28px;
  }
}

/* Логотип в шапке (широкий горизонтальный) */
.main-header .header-left .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(280px, 46vw);
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 575.98px) {
  .main-header .header-left .logo img,
  .sticky-header .logo img,
  .mobile-menu .nav-logo img {
    height: 38px;
    max-width: min(240px, 70vw);
  }
}

/* Футер: скрыт пустой блок-логотип при отсутствии контента (оставляем при необходимости) */
a.footer-logo:empty {
  display: none !important;
}

/* Услуги: иконки Font Awesome в карточках service-block-two */
.service-block-two .head .icon.service-icon-fa i {
  font-size: 2.35rem;
  line-height: 1;
  display: block;
}

.service-wrapper--boostera-services .service-block .content .text {
  min-height: 4.5em;
}

@media (min-width: 992px) {
  .service-wrapper--boostera-services .service-block .content .text {
    min-height: 5.25em;
  }
}

/* Главная: слайдер услуг — один размер всех карточек (slidesPerView: 1 + фикс. высота + clamp текста) */
.service-wrapper--boostera-services .service-slide--equal-cards {
  --boostera-service-card-h: clamp(380px, 52vh, 580px);
}

.service-wrapper--boostera-services .service-slide--equal-cards .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-wrapper--boostera-services .service-slide--equal-cards .swiper-slide .service-block {
  width: 100%;
  max-width: min(960px, 94vw);
  min-height: var(--boostera-service-card-h);
  max-height: var(--boostera-service-card-h);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service-wrapper--boostera-services .service-slide--equal-cards .service-block .image {
  min-height: 0;
}

.service-wrapper--boostera-services .service-slide--equal-cards .service-block .image img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 768px) {
  .service-wrapper--boostera-services .service-slide--equal-cards .service-block .image {
    min-height: 200px;
  }
}

.service-wrapper--boostera-services .service-slide--equal-cards .service-block .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 0;
  overflow: hidden;
}

.service-wrapper--boostera-services .service-slide--equal-cards .service-block .content .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}

.service-wrapper--boostera-services .service-slide--equal-cards .service-block .content .title {
  max-width: none;
}

/* Главная: Case Studies — одинаковая ширина и высота карточек (.case-one только на index) */
.case-one .design-choose-item-wrap > [class*="col-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-one .design-choose-item-wrap .case-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
}

.case-one .case-block.style-2 {
  margin-left: 0 !important;
}

.case-one .case-block .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.case-one .case-block .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-one .case-block .content .title-area {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 6.75em;
}

@media (min-width: 768px) {
  .case-one .case-block .content .title-area {
    min-height: 7.25em;
  }
}

/* Working Process: высота карточки по тексту — без большой пустой зоны снизу */
.work-one .cards-content .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-one .work-block {
  margin-bottom: 48px;
}

@media (min-width: 1200px) {
  .work-one .work-block {
    margin-bottom: 56px;
  }
}

.work-one .work-block .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 22px 24px 16px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.work-one .work-block .inner-box .title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 2.25em;
  padding: 52px 0 6px !important;
}

@media (min-width: 576px) {
  .work-one .work-block .inner-box .title {
    min-height: 2.35em;
    padding-top: 56px !important;
  }
}

.work-one .work-block .inner-box .text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.45;
}

.service-wrapper--boostera-services.service-two .service-card-text-clamp .text {
  min-height: 0;
}

.service-wrapper--boostera-services.service-two .service-block-two .content .text.text-addendum {
  margin-top: 0.65rem;
  opacity: 0.92;
  font-size: 0.96em;
  line-height: 1.55;
}

/* Services page: collapsible card body — compact preview, full text on click */
.service-wrapper--boostera-services.service-two .service-block-two {
  transition: padding 0.4s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-wrapper--boostera-services.service-two .service-block-two .head {
  transition: padding-bottom 0.35s ease;
}

.service-wrapper--boostera-services.service-two .service-card-text-clamp {
  position: relative;
  transition: max-height 0.5s ease;
}

.service-wrapper--boostera-services.service-two .service-block-two:not(.is-expanded) .service-card-text-clamp {
  max-height: 6.75em;
  overflow: hidden;
}

.service-wrapper--boostera-services.service-two .service-block-two.is-expanded .service-card-text-clamp {
  max-height: min(120rem, 4800px);
  overflow: visible;
}

.service-wrapper--boostera-services.service-two .service-block-two:not(.is-expanded) .service-card-text-clamp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.5em;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.service-wrapper--boostera-services.service-two .service-block-two.is-expanded .service-card-text-clamp::after {
  display: none;
}

.service-wrapper--boostera-services.service-two .service-block-two.has-collapsible-text:not(.is-expanded) {
  padding: 34px 38px 28px 42px;
  cursor: pointer;
}

.service-wrapper--boostera-services.service-two .service-block-two.has-collapsible-text:not(.is-expanded) .head {
  padding-bottom: 22px;
}

.service-wrapper--boostera-services.service-two .service-block-two.has-collapsible-text.is-expanded {
  cursor: pointer;
}

.service-wrapper--boostera-services.service-two .service-block-two.has-collapsible-text:not(.is-expanded):hover {
  border-color: rgba(var(--theme-color1-rgb), 0.42);
  box-shadow: 0 0 0 1px rgba(var(--theme-color1-rgb), 0.12);
}

.service-wrapper--boostera-services.service-two .service-card-text-toggle {
  display: inline-block;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.4;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.service-wrapper--boostera-services.service-two .service-card-text-toggle:hover,
.service-wrapper--boostera-services.service-two .service-card-text-toggle:focus-visible {
  color: #fff;
  outline: none;
}

.service-wrapper--boostera-services.service-two .service-card-text-toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--theme-color1);
}

/* Service details page: expandable long-form copy */
.services-details--boostera .detail-prose-expandable {
  margin-bottom: 1.75rem;
}

.services-details--boostera .detail-prose-clamp {
  position: relative;
  transition: max-height 0.55s ease;
}

.services-details--boostera .detail-prose-expandable:not(.is-expanded) .detail-prose-clamp {
  max-height: 10.5em;
  overflow: hidden;
}

.services-details--boostera .detail-prose-expandable.is-expanded .detail-prose-clamp {
  max-height: min(200rem, 8000px);
  overflow: visible;
}

.services-details--boostera .detail-prose-expandable:not(.is-expanded) .detail-prose-clamp::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3em;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #0a0a0a);
}

.services-details--boostera .detail-prose-expandable.is-expanded .detail-prose-clamp::after {
  display: none;
}

.services-details--boostera .detail-prose-toggle {
  display: inline-block;
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--theme-color1);
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1.45;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-align: left;
}

.services-details--boostera .detail-prose-toggle:hover,
.services-details--boostera .detail-prose-toggle:focus-visible {
  color: #fff;
  outline: none;
}

.services-details--boostera .detail-prose-expandable.has-collapsible-text:not(.is-expanded) {
  cursor: pointer;
}

.services-details--boostera .detail-prose-expandable.has-collapsible-text.is-expanded {
  cursor: default;
}

/* Features: soft morphing orb (replaces atom SVG) — layout in style.css (.boostera-atom-panel .feature-orb-stage) */

.feature-live-under .feature-live-visual__bg {
  position: absolute;
  inset: -25%;
  background: radial-gradient(circle at 48% 42%, rgba(255, 248, 210, 0.1) 0%, rgba(136, 255, 42, 0.09) 28%, transparent 55%);
  animation: feature-live-breathe 7s ease-in-out infinite;
  pointer-events: none;
}

/* Дальнее «атмосферное» свечение солнца */
.feature-live-under .feature-orb-solar-outer {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 175%;
  height: 175%;
  max-width: min(720px, 95vw);
  max-height: min(720px, 95vw);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle at 48% 44%,
    rgba(255, 252, 230, 0.2) 0%,
    rgba(240, 255, 160, 0.11) 22%,
    rgba(180, 255, 70, 0.07) 40%,
    rgba(136, 255, 42, 0.045) 58%,
    transparent 76%
  );
  -webkit-filter: blur(48px);
  filter: blur(48px);
  pointer-events: none;
  animation: feature-orb-solar-outer-drift 11s ease-in-out infinite;
}

/* Корона поближе к диску */
.feature-live-under .feature-orb-solar-corona {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: min(110%, 420px);
  height: min(110%, 420px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle at 46% 40%,
    rgba(255, 255, 235, 0.42) 0%,
    rgba(255, 250, 180, 0.28) 14%,
    rgba(220, 255, 120, 0.2) 32%,
    rgba(160, 255, 60, 0.12) 52%,
    rgba(136, 255, 42, 0.06) 68%,
    transparent 82%
  );
  -webkit-filter: blur(22px);
  filter: blur(22px);
  pointer-events: none;
  animation: feature-orb-solar-pulse 5.5s ease-in-out infinite;
}

.feature-live-under .feature-orb-glow-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 380px;
  max-height: 380px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    circle at 46% 40%,
    rgba(255, 252, 220, 0.22) 0%,
    rgba(200, 255, 100, 0.14) 35%,
    rgba(136, 255, 42, 0.08) 55%,
    transparent 75%
  );
  animation: feature-orb-ring-pulse 7s ease-in-out infinite;
  pointer-events: none;
}

.feature-live-under .feature-orb-blob--back {
  position: absolute;
  z-index: 1;
  width: clamp(120px, 36vw, 200px);
  height: clamp(120px, 36vw, 200px);
  left: 54%;
  top: 22%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse 80% 75% at 38% 32%, rgba(200, 255, 130, 0.75) 0%, rgba(136, 255, 42, 0.35) 55%, transparent 100%);
  -webkit-filter: blur(22px);
  filter: blur(22px);
  opacity: 0.62;
  animation: feature-orb-morph-alt 14s ease-in-out infinite;
  animation-delay: -3.5s;
  pointer-events: none;
}

.feature-live-under .feature-orb-blob--front {
  position: relative;
  z-index: 2;
  width: clamp(168px, 48vw, 236px);
  height: clamp(168px, 48vw, 236px);
  background: radial-gradient(
    ellipse 88% 82% at 28% 24%,
    rgba(255, 255, 245, 1) 0%,
    rgba(255, 252, 200, 0.95) 12%,
    rgba(235, 255, 160, 0.92) 24%,
    rgba(170, 255, 70, 0.88) 38%,
    rgba(136, 255, 42, 0.75) 52%,
    rgba(70, 160, 45, 0.52) 78%,
    rgba(35, 95, 30, 0.4) 100%
  );
  border: none;
  /* Многослойное свечение «как у солнца»: яркое ядро + хромосфера + дальний ореол */
  -webkit-box-shadow: 0 0 24px 10px rgba(255, 252, 220, 0.55), 0 0 56px 28px rgba(230, 255, 150, 0.42), 0 0 100px 48px rgba(180, 255, 80, 0.3),
    0 0 160px 72px rgba(136, 255, 42, 0.2), 0 0 240px 100px rgba(100, 200, 55, 0.12), 0 0 320px 130px rgba(70, 150, 45, 0.06),
    inset 0 0 32px rgba(255, 255, 255, 0.22), inset 0 -12px 40px rgba(255, 230, 120, 0.12);
  box-shadow: 0 0 24px 10px rgba(255, 252, 220, 0.55), 0 0 56px 28px rgba(230, 255, 150, 0.42), 0 0 100px 48px rgba(180, 255, 80, 0.3),
    0 0 160px 72px rgba(136, 255, 42, 0.2), 0 0 240px 100px rgba(100, 200, 55, 0.12), 0 0 320px 130px rgba(70, 150, 45, 0.06),
    inset 0 0 32px rgba(255, 255, 255, 0.22), inset 0 -12px 40px rgba(255, 230, 120, 0.12);
  animation: feature-orb-morph 10s ease-in-out infinite;
  pointer-events: none;
}

@keyframes feature-live-breathe {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

@keyframes feature-orb-morph {
  0%,
  100% {
    border-radius: 58% 42% 54% 46% / 51% 49% 57% 43%;
  }
  33% {
    border-radius: 46% 54% 44% 56% / 54% 46% 49% 51%;
  }
  66% {
    border-radius: 52% 48% 58% 42% / 47% 53% 52% 48%;
  }
}

@keyframes feature-orb-morph-alt {
  0%,
  100% {
    border-radius: 52% 48% 46% 54% / 48% 52% 54% 46%;
  }
  50% {
    border-radius: 44% 56% 52% 48% / 56% 44% 46% 54%;
  }
}

@keyframes feature-orb-ring-pulse {
  0%,
  100% {
    opacity: 0.82;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.035);
    transform: translate(-50%, -50%) scale(1.035);
  }
}

@keyframes feature-orb-solar-pulse {
  0%,
  100% {
    opacity: 0.88;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.07);
    transform: translate(-50%, -50%) scale(1.07);
  }
}

@keyframes feature-orb-solar-outer-drift {
  0%,
  100% {
    opacity: 0.72;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.95;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .feature-live-under .feature-live-visual__bg,
  .feature-live-under .feature-orb-solar-outer,
  .feature-live-under .feature-orb-solar-corona,
  .feature-live-under .feature-orb-glow-ring,
  .feature-live-under .feature-orb-blob--back,
  .feature-live-under .feature-orb-blob--front {
    animation: none !important;
  }
  .feature-live-under .feature-orb-blob--front {
    border-radius: 50%;
  }
  .feature-live-under .feature-orb-blob--back {
    border-radius: 50%;
  }
}

/* Главная: блок Skills — иконки услуг вместо дизайн-софта */
.skill-left-items.boostera-skill-services .skill-box .skill-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 14px 10px 0;
  box-sizing: border-box;
}
.skill-left-items.boostera-skill-services .skill-service-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
.skill-left-items.boostera-skill-services .skill-service-icon-wrap i {
  font-size: 38px;
  line-height: 1;
  color: var(--theme-color1);
  transition: transform 900ms ease;
}
.skill-left-items.boostera-skill-services .skill-box .skill-thumb .title {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  max-width: 6.5rem;
}
.skill-left-items.boostera-skill-services .skill-box:hover .skill-service-icon-wrap i {
  transform: rotateY(360deg);
}

/* Главная — Feature: большая карточка + зелёная style-2 в одной линии по верху и высоте */
@media (min-width: 1200px) {
  .feature-wrapper.feature-one .auto-container > .row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .feature-wrapper.feature-one .row > .col-xl-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrapper.feature-one .row > .col-xl-8 .feature-block-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrapper.feature-one .row > .col-xl-8 .feature-block-card > .row {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .feature-wrapper.feature-one .row > .col-xl-8 + .col-xl-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-wrapper.feature-one .row > .col-xl-8 + .col-xl-4 .feature-block.style-2 {
    margin-top: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }

  .feature-wrapper.feature-one .row > .col-xl-8 + .col-xl-4 .feature-block.style-2 .image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 300px;
  }

  .feature-wrapper.feature-one .row > .col-xl-8 + .col-xl-4 .feature-block.style-2 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Футер: колонки по верху; Navigation / Our Services на одной базовой линии; ровные отступы у ссылок */
.footer-section .footer-widget-wrapper > .row {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.footer-section .footer-widget-wrapper .footer-list-area {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: clamp(32px, 5vw, 72px);
  width: 100%;
}

.footer-section .footer-widget-wrapper .footer-list-area .footer-widget-items {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 0;
}

.footer-section .footer-widget-wrapper .footer-list-area .footer-widget-items:first-child {
  margin-bottom: 0 !important;
}

.footer-section .footer-widget-wrapper .footer-widget-items .widget-title.mb-25 {
  margin-bottom: 1.25rem !important;
}

.footer-section .footer-widget-wrapper .footer-widget-items .widget-title h4 {
  margin-bottom: 0;
  line-height: 1.25;
}

.footer-section .footer-widget-wrapper .footer-widget-items .user-links li:not(:last-child) {
  margin-bottom: 0.875rem !important;
}

.footer-section .footer-bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

@media (min-width: 992px) {
  .footer-section .footer-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
