/*
Theme Name: BoatService Kazan
Author: Codex
Description: Custom landing page for Boat Electric Kazan.
Version: 1.0.0
Text Domain: boatservicekazan
*/

:root {
  --navy: #071e35;
  --navy-2: #0b2b48;
  --ink: #10243a;
  --muted: #5d6f82;
  --blue: #119ac6;
  --blue-2: #0d82ae;
  --orange: #ff8b12;
  --orange-2: #f26f00;
  --line: #dce8f1;
  --soft: #f3f8fc;
  --card: #ffffff;
  --shadow: 0 20px 48px rgba(13, 45, 74, 0.13);
  --shadow-soft: 0 12px 32px rgba(13, 45, 74, 0.09);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f8fbfd;
  font-family: "Roboto", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.site-shell {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(17, 154, 198, 0.08), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #f4f8fb 52%, #ffffff 100%);
}

.wrap {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, #071e35, #082943);
  color: #fff;
  font-size: 15px;
}

.topbar__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar__left,
.topbar__right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.topbar__item,
.social-link,
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: currentColor;
}

.social-link {
  width: 34px;
  height: 34px;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: transparent;
  transition: transform 0.16s ease;
}

.social-link:hover {
  transform: translateY(-1px);
}

.social-link svg,
.social-link img {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.16));
}

.social-icon-img {
  object-fit: contain;
}

.social-link--tg {
  background: transparent;
}

.social-link--wa {
  background: transparent;
}

.social-link--max {
  background: transparent;
}

.phone-link {
  margin-left: 16px;
  font-size: 16px;
  letter-spacing: 0;
}

.main-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(219, 230, 239, 0.74);
  position: sticky;
  top: 0;
  z-index: 50;
}

.main-header__inner {
  min-height: 122px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

.brand {
  display: grid;
  grid-template-columns: 68px auto;
  align-items: center;
  gap: 12px;
  min-width: 238px;
}

.brand__mark {
  width: 68px;
  height: 58px;
}

.brand__mark-img {
  object-fit: contain;
}

.brand__name {
  display: block;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
}

.brand__text {
  display: block;
  margin-top: 4px;
  color: #243a50;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 1.8vw, 28px);
  align-items: center;
  font-size: 15px;
  font-weight: 900;
}

.main-nav a {
  color: #10243a;
  transition: color 0.18s ease;
}

.main-nav a:hover {
  color: var(--blue-2);
}

.header-cta {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 14px;
  padding: 15px 20px;
  min-height: 66px;
  color: #fff;
  background: #071e35;
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(7, 30, 53, 0.18);
}

.header-cta small {
  display: block;
  opacity: 0.78;
  font-size: 13px;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  color: var(--navy);
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 78px 0 54px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 33%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 100%),
    linear-gradient(180deg, rgba(245,249,252,0.1) 0%, #f8fbfd 98%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 210px;
  background: linear-gradient(0deg, #f8fbfd 18%, rgba(248,251,253,0));
  pointer-events: none;
}

.hero__visual {
  position: absolute;
  right: max(24px, calc((100vw - 1200px) / 2));
  top: 72px;
  width: min(570px, 44vw);
  z-index: 0;
  display: grid;
  gap: 14px;
}

.hero__image {
  width: 100%;
  opacity: 0.97;
}

.hero__image img {
  width: 100%;
  height: min(52vw, 560px);
  object-fit: cover;
  border-radius: 0;
  filter: drop-shadow(0 22px 32px rgba(13, 45, 74, 0.18));
}

.hero__caption {
  max-width: 100%;
  padding: 18px 22px;
  color: #14324d;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(193, 218, 232, 0.72);
  border-left: 4px solid var(--blue);
  box-shadow: 0 16px 34px rgba(13, 45, 74, 0.1);
  font-weight: 900;
}

.hero__content {
  position: relative;
  z-index: 2;
  width: min(620px, 52%);
}

.section-label {
  margin: 0 0 18px;
  color: var(--blue-2);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #10243a;
  font-size: clamp(44px, 5.4vw, 64px);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.hero__lead {
  width: min(560px, 100%);
  margin: 28px 0 0;
  color: #263c52;
  font-size: 20px;
  line-height: 1.68;
}

.hero__actions {
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--orange {
  color: #fff;
  background: linear-gradient(180deg, #ff9b19, #ff7900);
  box-shadow: 0 16px 30px rgba(255, 126, 0, 0.28);
}

.btn--light {
  color: #10243a;
  background: #fff;
  border-color: #bac9d5;
}

.hero-features {
  position: relative;
  z-index: 3;
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(600px, 50%);
}

.mini-feature {
  display: grid;
  gap: 11px;
  padding: 20px 16px 18px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(205, 224, 236, 0.84);
  border-top: 3px solid var(--blue);
}

.mini-feature__icon,
.service-card__icon,
.process-step__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--blue-2);
}

.mini-feature__icon {
  width: 48px;
  height: 48px;
}

.mini-feature__icon .icon {
  width: 36px;
  height: 36px;
}

.mini-feature h3,
.service-card h3,
.process-step h3 {
  margin: 0;
  color: #10243a;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
}

.mini-feature p,
.service-card p,
.process-step p {
  margin: 0;
  color: #334a60;
  font-size: 14px;
  line-height: 1.55;
}

.blueprint {
  position: absolute;
  z-index: 2;
  right: max(0px, calc((100vw - 1200px) / 2));
  bottom: 34px;
  width: min(540px, 46vw);
  opacity: 0.84;
}

.section {
  padding: 50px 0;
}

.section__head {
  margin-bottom: 28px;
}

.section__head h2 {
  margin: 0;
  color: #10243a;
  font-size: clamp(31px, 4.2vw, 42px);
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 900;
}

.section__head h2::after {
  content: "";
  display: block;
  width: 76px;
  height: 3px;
  margin-top: 16px;
  background: var(--blue);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 250px;
  padding: 28px 22px 24px;
  text-align: center;
  background: var(--card);
  border: 1px solid #e9f0f5;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 14px;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(17, 154, 198, 0.34);
  box-shadow: var(--shadow);
}

.service-card__icon {
  width: 70px;
  height: 70px;
}

.service-card__icon .icon {
  width: 48px;
  height: 48px;
  stroke-width: 1.7;
}

.process {
  padding-top: 36px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  margin-top: 12px;
}

.process-line::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 42px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

.process-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 15px;
  padding: 0 6px;
}

.process-step__num {
  position: absolute;
  top: 24px;
  left: 6px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
  font-size: 15px;
}

.process-step__icon {
  width: 98px;
  height: 98px;
  border: 1px solid #d8e5ee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(13, 45, 74, 0.08);
}

.process-step__icon .icon {
  width: 50px;
  height: 50px;
  stroke-width: 1.7;
}

.section__head--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 40px;
  align-items: end;
}

.section__head--split p:not(.section-label) {
  margin: 0;
  color: #334a60;
  font-size: 18px;
  line-height: 1.7;
}

.prices {
  padding-top: 58px;
}

.prices-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}

.price-card {
  min-height: 150px;
  padding: 22px 18px;
  background: #fff;
  border: 1px solid #e0ebf3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
}

.price-card h3 {
  margin: 0;
  color: #10243a;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

.price-card p {
  margin: 0;
  color: var(--blue-2);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.importance {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
  margin-top: 24px;
  padding: 44px;
  background: #fff;
  border: 1px solid #e1ebf2;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.importance__copy h2 {
  margin: 0;
  color: #10243a;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.16;
  font-weight: 900;
}

.importance__copy p:last-child {
  margin: 22px 0 0;
  color: #334a60;
  font-size: 18px;
  line-height: 1.75;
}

.importance-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.importance-points span {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  background: var(--soft);
  border: 1px solid #dce8f1;
  border-radius: var(--radius);
  color: #10243a;
  font-weight: 900;
}

.importance-points .icon {
  color: var(--blue-2);
}

.works {
  margin-top: 34px;
  padding: 48px 0 58px;
  color: #fff;
  background:
    radial-gradient(circle at 26% 0%, rgba(17, 154, 198, 0.2), transparent 32rem),
    linear-gradient(135deg, #071e35, #06233b 62%, #031526);
}

.works-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: end;
}

.works__intro {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
}

.works .section-label {
  color: #23b8e0;
}

.works h2 {
  margin: 0;
  color: #fff;
  font-size: 31px;
  line-height: 1.25;
  font-weight: 900;
}

.works .btn {
  width: fit-content;
  margin-top: 34px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: transparent;
}

.work-card {
  display: grid;
  gap: 0;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.work-card:hover {
  transform: translateY(-3px);
  border-color: rgba(35, 184, 224, 0.58);
  background: rgba(255, 255, 255, 0.1);
}

.work-card img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
}

.work-card__body {
  display: grid;
  gap: 8px;
  padding: 14px 14px 16px;
}

.work-card h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
}

.work-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.contacts-lead {
  max-width: 680px;
  margin: 0 0 24px;
  color: #334a60;
  font-size: 19px;
  line-height: 1.75;
}

.contacts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: 42px;
  align-items: start;
}

.contact-checklist {
  margin-top: 28px;
  padding: 26px;
  background: #fff;
  border: 1px solid #e0ebf3;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.contact-checklist h3 {
  margin: 0 0 16px;
  color: #10243a;
  font-size: 20px;
  line-height: 1.3;
}

.contact-checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.contact-checklist li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #334a60;
  font-weight: 700;
}

.contact-checklist .icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--blue-2);
}

.contact-actions {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 150px;
}

.btn--messenger {
  color: #fff;
  border: 0;
  box-shadow: 0 12px 24px rgba(13, 45, 74, 0.12);
}

.btn--whatsapp {
  background: #15b947;
}

.btn--telegram {
  background: #229ed9;
}

.btn--max {
  background: #7a35c4;
}

.content-page {
  background: #f8fbfd;
}

.archive-hero {
  padding: 70px 0 34px;
}

.archive-hero h1,
.single-entry__header h1 {
  margin: 0;
  color: #10243a;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.archive-hero p:not(.section-label),
.single-entry__header p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #334a60;
  font-size: 19px;
  line-height: 1.7;
}

.archive-section {
  padding: 24px 0 72px;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.post-card,
.knowledge-card,
.empty-state {
  background: #fff;
  border: 1px solid #e1ebf2;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.post-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.post-card__media {
  min-height: 210px;
  display: grid;
  place-items: center;
  color: var(--blue-2);
  background: var(--soft);
}

.post-card__media img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
}

.post-card__media .icon {
  width: 74px;
  height: 74px;
}

.post-card__body {
  padding: 22px;
  display: grid;
  gap: 12px;
}

.post-card h2,
.knowledge-card h2,
.knowledge-card h3,
.topic-block h2,
.empty-state h2 {
  margin: 0;
  color: #10243a;
  line-height: 1.28;
  font-weight: 900;
}

.post-card h2 {
  font-size: 22px;
}

.post-card p,
.knowledge-card p,
.empty-state p,
.muted {
  margin: 0;
  color: #334a60;
  line-height: 1.65;
}

.text-link,
.back-link {
  color: var(--blue-2);
  font-weight: 900;
}

.back-link {
  display: inline-flex;
  margin-bottom: 22px;
}

.topic-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.topic-nav a,
.entry-topics a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  color: #10243a;
  background: #fff;
  border: 1px solid #dce8f1;
  border-radius: 999px;
  font-weight: 900;
}

.topic-catalog {
  display: grid;
  gap: 30px;
}

.topic-block {
  display: grid;
  gap: 16px;
}

.topic-block__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.topic-block h2 {
  font-size: clamp(26px, 3vw, 34px);
}

.knowledge-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.knowledge-list--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.knowledge-card {
  padding: 22px;
  display: grid;
  gap: 12px;
}

.knowledge-card h2,
.knowledge-card h3 {
  font-size: 22px;
}

.empty-state {
  padding: 28px;
}

.single-entry {
  padding: 62px 0 78px;
}

.single-entry__header {
  max-width: 850px;
}

.entry-topics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.single-entry__image {
  margin: 34px 0 0;
}

.single-entry__image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.single-entry__content {
  max-width: 820px;
  margin-top: 34px;
  color: #263c52;
  font-size: 18px;
  line-height: 1.78;
}

.single-entry__content h2,
.single-entry__content h3 {
  color: #10243a;
  line-height: 1.25;
}

.single-entry__content a {
  color: var(--blue-2);
  font-weight: 900;
}

.nav-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.nav-links a,
.nav-links span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #dce8f1;
  border-radius: 8px;
  font-weight: 900;
}

.nav-links .current {
  color: #fff;
  background: var(--blue-2);
  border-color: var(--blue-2);
}

@media (max-width: 920px) {
  .main-header__inner {
    grid-template-columns: auto auto;
    min-height: 92px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
    justify-self: end;
  }

  .main-nav,
  .header-cta {
    grid-column: 1 / -1;
    justify-self: stretch;
    display: none;
  }

  .main-header.is-open .main-nav,
  .main-header.is-open .header-cta {
    display: flex;
  }

  .main-header.is-open .main-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .header-cta {
    width: fit-content;
  }

  .hero__content {
    width: min(620px, 64%);
  }

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

  .process-line,
  .prices-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-line::before {
    display: none;
  }

  .section__head--split,
  .importance,
  .contacts-layout {
    grid-template-columns: 1fr;
  }

  .importance {
    padding: 34px;
  }

  .contact-actions {
    position: static;
    max-width: 420px;
  }

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

  .post-grid,
  .knowledge-list,
  .knowledge-list--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 28px, 1200px);
  }

  .topbar__inner,
  .topbar__left,
  .topbar__right {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
  }

  .topbar__inner {
    padding: 10px 0;
    flex-direction: column;
  }

  .main-header__inner {
    gap: 14px;
  }

  .brand {
    grid-template-columns: 58px auto;
    min-width: 0;
  }

  .brand__mark {
    width: 58px;
    height: 50px;
  }

  .brand__name {
    font-size: 16px;
  }

  .brand__text {
    font-size: 9px;
  }

  .hero {
    min-height: auto;
    padding: 40px 0 34px;
    display: flex;
    flex-direction: column;
  }

  .hero > .wrap {
    order: 1;
  }

  .hero__visual {
    position: relative;
    order: 2;
    right: auto;
    top: auto;
    width: min(100% - 28px, 1200px);
    margin: 28px auto 0;
  }

  .hero__image img {
    height: auto;
  }

  .hero__caption {
    padding: 15px 16px;
    font-size: 14px;
  }

  .hero__content {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions,
  .btn {
    width: 100%;
  }

  .hero-features,
  .services-grid,
  .process-line,
  .prices-grid,
  .importance-points,
  .works-grid,
  .post-grid,
  .knowledge-list,
  .knowledge-list--wide {
    grid-template-columns: 1fr;
  }

  .archive-hero {
    padding-top: 46px;
  }

  .topic-block__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-features {
    width: 100%;
    margin-top: 34px;
  }

  .service-card {
    min-height: 0;
  }

  .section__head--split {
    gap: 20px;
  }

  .price-card {
    min-height: 0;
  }

  .importance {
    padding: 26px 18px;
  }

  .contacts-layout {
    gap: 24px;
  }
}
