@font-face {
  font-family: "MobigorodSans";
  src: url("site/assets/fonts/mobigorod-sans/MobigorodSans-VF.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
  font-style: normal;
}

:root {
  --bg: #fff7f0;
  --panel: #ffffff;
  --text: #1d1d1f;
  --muted: #6c6c70;
  --accent: #c24d00;
  --accent-dark: #9f3f00;
  --line: rgba(29, 29, 31, 0.1);
  --line-strong: rgba(29, 29, 31, 0.18);
  --radius: 24px;
  --shadow: 0 28px 70px rgba(20, 16, 10, 0.12);
  --shadow-soft: 0 18px 44px rgba(24, 20, 16, 0.1);
  --shadow-hover: 0 26px 62px rgba(24, 20, 16, 0.15);
}

html {
  scroll-padding-top: 110px;
}

body.home-body *,
body.thank-you-body *,
body.thank-you-body *::before,
body.thank-you-body *::after,
body.articles-body *,
body.articles-body *::before,
body.articles-body *::after,
.support-chat,
.support-chat *,
.support-chat *::before,
.support-chat *::after {
  box-sizing: border-box;
}

body.home-body {
  margin: 0;
  color: var(--text);
  font-family: "MobigorodSans", Arial, sans-serif;
  background: #ffffff;
}

body.home-body a {
  color: inherit;
}

.home-shell {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

.home-kicker {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  height: 100px;
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  position: relative;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.site-brand {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: 65px 176px;
  gap: 4px 8px;
  width: 250px;
  color: #2f2f2f;
  text-decoration: none;
}

.site-brand__mark {
  grid-row: 1 / span 2;
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.site-brand__name {
  padding-top: 6px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.site-brand__text {
  max-width: 176px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

.site-nav {
  position: absolute;
  top: 37px;
  left: 331px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  white-space: nowrap;
}

.site-nav a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent);
}

.site-contact {
  position: absolute;
  top: 14px;
  right: 20px;
  display: grid;
  justify-items: end;
  gap: 7px;
  width: 165px;
  color: #2f2f2f;
  text-align: right;
}

.site-contact p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.site-contact a {
  color: #1e1e1e;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-contact span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(30, 30, 30, 0.65);
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.site-contact i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2eff05;
}

.site-menu-toggle {
  display: none;
}

.home-main {
  overflow: clip;
}

.home-hero {
  padding: 56px 0 56px;
  background:
    radial-gradient(circle at 9% 14%, rgba(255, 102, 0, 0.12), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(194, 77, 0, 0.1), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fcfaf7 100%);
}

.home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 32px;
}

.home-hero h1 {
  max-width: 700px;
  margin: 0 0 18px;
  color: #333333;
  font-family: Arial, sans-serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.home-hero__lead {
  max-width: 620px;
  margin: 0;
  color: #404045;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border: 0;
  border-radius: 16px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.home-button--primary {
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #ffffff !important;
  box-shadow: 0 18px 38px rgba(194, 77, 0, 0.18);
}

.home-button--primary:hover,
.home-button--primary:focus-visible {
  background: linear-gradient(180deg, var(--accent-dark) 0%, #853400 100%);
  transform: translateY(-1px);
}

.home-hero__promo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 69px;
  padding: 10px 14px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.home-hero__promo img {
  display: block;
  width: 140px;
  height: auto;
}

.hero-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
  margin-top: 34px;
}

.hero-trust__item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 32px rgba(30, 30, 30, 0.06);
}

.hero-trust__item img {
  width: 32px;
  height: 32px;
}

.hero-trust__item p {
  margin: 0;
  color: #343438;
  font-size: 15px;
  line-height: 1.45;
}

.home-hero__media {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.home-hero__glow {
  position: absolute;
  inset: 40px 20px 20px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 40%, rgba(194, 77, 0, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 240, 0.96));
  box-shadow: inset 0 0 0 1px rgba(29, 29, 31, 0.05), 0 24px 60px rgba(20, 16, 10, 0.1);
}

.home-hero__device {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 52px rgba(24, 20, 16, 0.18));
}

.feature-block,
.promo-section,
.urgency-section,
.contacts-section {
  padding: 86px 0;
}

.feature-block--white {
  background: #ffffff;
}

.promo-section--muted {
  background: #f7f7f7;
}

.promo-section--diagnostic {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url("site/assets/img/diagnostic-section-bg.webp");
  background-position: center center, center center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

.promo-section--diagnostic::before {
  content: "";
  position: absolute;
  top: -68px;
  left: clamp(-248px, -10vw, -96px);
  z-index: 0;
  width: min(940px, 76vw);
  height: min(958px, 78vw);
  background: linear-gradient(95deg, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 0.95) 78%, rgba(255, 255, 255, 0.6) 91%, rgba(255, 255, 255, 1) 100%);
  filter: blur(30px);
  pointer-events: none;
}

.promo-section--diagnostic > .home-shell {
  position: relative;
  z-index: 1;
}

.feature-block__layout,
.promo-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px;
}

.feature-block__content h2,
.promo-card h2,
.urgency-section h2,
.contacts-card h2,
.home-call-banner__content h2 {
  margin: 0 0 20px;
  color: #2f2f2f;
  font-family: Arial, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.feature-block__content h2 span,
.promo-card h2 span,
.urgency-section h2 span,
.home-call-banner__content h2 span {
  color: var(--accent);
}

.numbered-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: section;
}

.numbered-list li {
  position: relative;
  min-height: 40px;
  padding-left: 66px;
  color: #36454f;
  font-size: 20px;
  line-height: 1.55;
}

.numbered-list li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.feature-block__media,
.promo-section__showcase {
  position: relative;
}

.feature-block__hero-image,
.promo-section__figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.feature-block__media--stack,
.feature-block__media--phones,
.feature-block__media--privacy {
  min-height: 460px;
  display: grid;
  place-items: center;
}

.feature-block__media--stack .feature-block__hero-image,
.feature-block__media--phones .feature-block__hero-image {
  width: min(100%, 460px);
}

.feature-block__media--privacy .feature-block__hero-image {
  width: min(100%, 168px);
}

.feature-block__badge {
  position: absolute;
  display: grid;
  place-items: center;
  width: clamp(120px, 16vw, 200px);
  height: clamp(120px, 16vw, 200px);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(30, 30, 30, 0.2);
}

.feature-block__badge img {
  display: block;
  width: calc(100% - 32px);
  height: auto;
}

.feature-block__media--stack .feature-block__badge {
  right: 20px;
  top: 40px;
}

.feature-block__media--phones .feature-block__badge {
  right: -10px;
  bottom: 10px;
}

.feature-block__media--privacy .feature-block__badge {
  left: 0;
  top: 20px;
}

.why-us-section {
  padding: 86px 0;
  background:
    radial-gradient(circle at top left, rgba(194, 77, 0, 0.08), transparent 28%),
    #faf8f5;
}

.why-us-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 380px);
  gap: 48px;
  align-items: start;
}

.why-us-section__content h2 {
  margin: 0 0 40px;
  color: #2f2f2f;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 36px;
}

.why-us-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
}

.why-us-item__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--accent);
}

.why-us-item__icon svg {
  display: block;
  width: 32px;
  height: 32px;
}

.why-us-item p {
  margin: 0;
  color: #2f2f2f;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.42;
  font-weight: 500;
}

.why-us-form-card {
  padding: 34px 28px;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(30, 30, 30, 0.1);
}

.why-us-form-card h3 {
  margin: 0 0 24px;
  color: #2f2f2f;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-us-form {
  display: grid;
  gap: 16px;
}

.why-us-form input[type="text"],
.why-us-form input[type="tel"],
.why-us-form textarea {
  width: 100%;
  border: 1px solid #ece8e1;
  border-radius: 18px;
  background: #f7f5f1;
  color: #2f2f2f;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.why-us-form input[type="text"],
.why-us-form input[type="tel"] {
  min-height: 56px;
  padding: 0 18px;
}

.why-us-form textarea {
  min-height: 124px;
  padding: 16px 18px;
  resize: vertical;
}

.why-us-form input[type="text"]::placeholder,
.why-us-form input[type="tel"]::placeholder,
.why-us-form textarea::placeholder {
  color: #8b8b8f;
}

.why-us-form input[type="text"]:focus,
.why-us-form input[type="tel"]:focus,
.why-us-form textarea:focus {
  outline: 2px solid rgba(194, 77, 0, 0.22);
  outline-offset: 1px;
}

.why-us-form__channels {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
}

.why-us-form__channels legend {
  margin-bottom: 14px;
  padding: 0;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.why-us-form__check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-right: 18px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.35;
  cursor: pointer;
}

.why-us-form__check input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--accent);
}

.why-us-form__submit {
  width: min(100%, 180px);
  margin: 8px auto 0;
}

.why-us-form__note {
  max-width: none;
  margin-top: 0;
}

.promo-section__layout--media-wide {
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  align-items: stretch;
}

.promo-section__layout--expert {
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  align-items: center;
}

.promo-card {
  position: relative;
  min-height: 100%;
  padding: 32px 22px 34px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(30, 30, 30, 0.2);
  overflow: hidden;
}

.promo-card h2 {
  margin-bottom: 20px;
  font-size: clamp(30px, 3vw, 44px);
}

.promo-card__title {
  max-width: 320px;
  margin: 0 0 18px;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 23px;
  line-height: 1.4;
  font-weight: 700;
}

.promo-card__text {
  max-width: 320px;
  margin: 0 0 28px;
  color: #404045;
  font-size: 16px;
  line-height: 1.5;
}

.promo-card__gift {
  position: absolute;
  right: -8px;
  bottom: 96px;
  width: 187px;
  height: auto;
}

.contact-form {
  position: relative;
  z-index: 1;
}

.contact-form__field {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
}

.contact-form__field span {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.contact-form__field input,
.callback-widget__field input {
  min-height: 50px;
  width: 100%;
  padding: 0 18px;
  border: 1px solid #000000;
  border-radius: 0;
  background: #ffffff;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 16px;
}

.contact-form__field input:focus,
.callback-widget__field input:focus {
  outline: 2px solid rgba(194, 77, 0, 0.25);
  outline-offset: 1px;
}

.contact-form__submit {
  width: 100%;
}

.contact-form__note {
  max-width: 316px;
  margin: 16px auto 0;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.promo-section__showcase {
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: 460px;
}

.promo-section__figure {
  margin: 0;
}

.promo-section__figure img {
  width: min(100%, 543px);
}

.promo-section__figure--watch img {
  width: min(100%, 430px);
  mix-blend-mode: multiply;
}

.expert-card {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 102, 0, 0.14), transparent 28%),
    #ffffff;
  box-shadow: var(--shadow-soft);
}

.expert-card__profile {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: center;
}

.expert-card__avatar {
  display: block;
  width: 170px;
  height: 170px;
}

.expert-card h3 {
  margin: 0 0 10px;
  color: #2f2f2f;
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.expert-card p {
  margin: 0;
  color: #36454f;
  font-size: 20px;
  line-height: 1.4;
}

.expert-card blockquote {
  margin: 18px 0 0;
  color: #36454f;
  font-size: 20px;
  line-height: 1.4;
  font-style: italic;
}

.urgency-section {
  background: #ffffff;
}

.urgency-section h2 {
  max-width: 920px;
  margin-bottom: 52px;
  text-align: center;
}

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

.urgency-card {
  min-height: 100%;
  padding: 24px 0 0 26px;
  border-left: 2px solid #d1d1d1;
}

.urgency-card span {
  display: block;
  margin-bottom: 14px;
  color: #2f2f2f;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
}

.urgency-card p {
  margin: 0;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 1.4;
}

.urgency-card strong {
  color: var(--accent);
}

.contacts-section {
  background: #ffffff;
}

.contacts-section__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.contacts-card,
.contacts-map {
  min-height: 60vh;
  border-radius: 16px;
  overflow: hidden;
}

.contacts-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background: #faf8f4;
}

.contacts-card h2 {
  font-size: clamp(28px, 4vw, 44px);
}

.contacts-card p {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.4;
}

.contacts-card p a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.contacts-card__social {
  display: flex;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contacts-map {
  position: relative;
  box-shadow: 0 15px 30px -10px rgba(0, 11, 48, 0.2);
}

.contacts-map a {
  position: absolute;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.58);
  font-size: 12px;
  text-decoration: none;
}

.contacts-map a:first-child {
  top: 0;
}

.contacts-map a:last-of-type {
  top: 44px;
}

.contacts-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-call-banner {
  position: relative;
  min-height: 550px;
  background: #111111;
  color: #ffffff;
  overflow: hidden;
}

.home-call-banner__background {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)),
    url("11.png") center / cover no-repeat;
  background-attachment: fixed;
}

.home-call-banner__content {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 550px;
  text-align: center;
}

.home-call-banner__content h2 {
  max-width: 950px;
  color: #ffffff;
}

.home-call-banner__phone {
  margin-top: 14px;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.2;
  text-decoration: none;
}

.home-call-banner__content p {
  max-width: 560px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
}

.site-footer {
  padding: 58px 20px 64px;
  background: #171717;
  color: #ffffff;
  text-align: center;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}

.site-footer nav a,
.site-footer p a {
  color: #ffffff;
}

.site-footer nav a {
  text-decoration: none;
}

.site-footer p a {
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.site-footer p a:hover,
.site-footer p a:focus-visible {
  color: var(--accent);
}

.site-footer img {
  width: 80px;
  height: auto;
  margin-bottom: 22px;
  object-fit: contain;
}

.site-footer p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.callback-widget {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 999998;
  display: none;
}

.callback-widget__toggle {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(194, 77, 0, 0.28);
}

.callback-widget__toggle svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.callback-widget__panel {
  position: absolute;
  left: 0;
  bottom: 75px;
  width: min(320px, calc(100vw - 48px));
  padding: 20px 18px 18px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(36, 36, 36, 0.22);
}

.callback-widget__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.08);
  cursor: pointer;
}

.callback-widget__close::before,
.callback-widget__close::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 12px;
  height: 2px;
  background: #1d1d1f;
}

.callback-widget__close::before {
  transform: rotate(45deg);
}

.callback-widget__close::after {
  transform: rotate(-45deg);
}

.callback-widget__form {
  display: grid;
  gap: 14px;
  margin-top: 10px;
}

.callback-widget__field span,
.callback-widget__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.callback-widget__form button[type="submit"] {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.callback-widget__phone {
  margin: 14px 0 0;
  color: #1d1d1f;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1240px) {
  .site-header__inner,
  .articles-header__inner {
    width: 100%;
  }
}

@media (max-width: 980px) {
  body.home-menu-open {
    overflow: hidden;
  }

  body.home-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.32);
  }

  .site-header {
    height: 100px;
  }

  .site-header__inner {
    width: 100%;
    height: 100px;
  }

  .site-brand {
    z-index: 72;
    grid-template-columns: 56px 194px;
    gap: 0 8px;
    width: 270px;
  }

  .site-brand__mark {
    width: 65px;
    height: 65px;
  }

  .site-brand__name {
    font-size: 15px;
  }

  .site-brand__text {
    max-width: 194px;
    font-size: 15px;
  }

  .site-contact {
    display: none;
  }

  .site-menu-toggle {
    position: absolute;
    top: 30px;
    right: 24px;
    z-index: 72;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .site-menu-toggle span {
    display: block;
    width: 38px;
    height: 4px;
    margin: 4px 0;
    background: #000000;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .site-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    background: #ffffff;
    transform: translateY(12px) rotate(45deg);
  }

  .site-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .site-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    background: #ffffff;
    transform: translateY(-12px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 68;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: min(315px, 82vw);
    height: 100vh;
    padding: 104px 28px 30px;
    gap: 24px;
    background: #1f1f1f;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    white-space: normal;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.25s ease, visibility 0s linear 0.25s;
  }

  .home-menu-open .site-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.25s ease;
  }

  .site-nav a {
    color: #ffffff;
  }

  .home-hero {
    padding: 40px 0 44px;
  }

  .home-hero__layout,
  .feature-block__layout,
  .promo-section__layout,
  .contacts-section__layout,
  .why-us-section__layout {
    grid-template-columns: 1fr;
  }

  .home-hero__media {
    min-height: 360px;
    order: 2;
  }

  .home-hero__content {
    order: 1;
  }

  .hero-trust {
    grid-template-columns: 1fr;
  }

  .feature-block,
  .promo-section,
  .urgency-section,
  .contacts-section,
  .why-us-section {
    padding: 58px 0;
  }

  .why-us-form-card {
    width: 100%;
    max-width: 460px;
    justify-self: center;
  }

  .numbered-list li {
    font-size: 18px;
  }

  .promo-section__layout--media-wide,
  .promo-section__layout--expert {
    grid-template-columns: 1fr;
  }

  .promo-card {
    min-height: auto;
  }

  .promo-card__gift {
    right: -18px;
    bottom: 104px;
    width: 170px;
  }

  .promo-section__showcase {
    min-height: 380px;
  }

  .expert-card__profile {
    grid-template-columns: 1fr;
  }

  .urgency-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contacts-card,
  .contacts-map {
    min-height: 420px;
  }

  .home-call-banner {
    min-height: 460px;
  }

  .home-call-banner__background {
    background-attachment: scroll;
  }

  .home-call-banner__content {
    min-height: 460px;
  }

  .callback-widget {
    display: block;
  }
}

@media (max-width: 640px) {
  html {
    scroll-padding-top: 102px;
  }

  .home-shell {
    width: min(100% - 24px, 1200px);
  }

  .site-brand {
    top: 10px;
    left: 10px;
  }

  .site-menu-toggle {
    right: 8px;
  }

  .home-hero h1,
  .feature-block__content h2,
  .promo-card h2,
  .urgency-section h2,
  .contacts-card h2,
  .home-call-banner__content h2,
  .why-us-section__content h2 {
    font-size: 22px;
  }

  .home-hero__lead,
  .home-call-banner__content p {
    font-size: 16px;
  }

  .home-button {
    width: 100%;
  }

  .home-hero__promo {
    width: 100%;
  }

  .home-hero__promo img {
    width: 120px;
  }

  .hero-trust__item {
    padding: 14px;
  }

  .numbered-list {
    gap: 18px;
  }

  .numbered-list li {
    min-height: 32px;
    padding-left: 52px;
    font-size: 16px;
    line-height: 1.45;
  }

  .numbered-list li::before {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .promo-card {
    padding: 26px 16px 24px;
  }

  .promo-card__title {
    max-width: 270px;
    font-size: 20px;
  }

  .promo-card__text {
    max-width: 280px;
    font-size: 15px;
  }

  .promo-card__gift {
    width: 150px;
    bottom: 126px;
  }

  .contact-form__note {
    max-width: 270px;
  }

  .why-us-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .why-us-section__content h2 {
    margin-bottom: 28px;
    letter-spacing: 0.1em;
  }

  .why-us-item {
    gap: 14px;
  }

  .why-us-item p {
    font-size: 18px;
  }

  .why-us-form-card {
    padding: 24px 18px;
    border-radius: 22px;
  }

  .why-us-form-card h3 {
    font-size: 24px;
  }

  .why-us-form__check {
    margin-right: 12px;
    margin-bottom: 10px;
  }

  .why-us-form__submit {
    width: 100%;
  }

  .promo-section--diagnostic {
    background-image:
      linear-gradient(to bottom, rgba(247, 247, 247, 1), rgba(247, 247, 247, 1)),
      url("site/assets/img/diagnostic-section-bg.webp");
    background-position: 63.205% 19.24%, 63.205% 19.24%;
  }

  .promo-section--diagnostic::before {
    display: none;
  }

  .feature-block__badge {
    width: 124px;
    height: 124px;
    border-radius: 18px;
  }

  .feature-block__badge img {
    width: calc(100% - 20px);
  }

  .feature-block__media--phones .feature-block__badge {
    right: 0;
    bottom: 0;
  }

  .expert-card {
    padding: 20px;
  }

  .expert-card__avatar {
    width: 140px;
    height: 140px;
  }

  .expert-card h3 {
    font-size: 24px;
  }

  .expert-card p,
  .expert-card blockquote,
  .contacts-card p {
    font-size: 16px;
  }

  .urgency-card {
    padding-left: 18px;
  }

  .urgency-card span {
    font-size: 20px;
  }

  .urgency-card p {
    font-size: 18px;
  }

  .contacts-card {
    padding: 24px 18px;
  }

  .contacts-card,
  .contacts-map {
    min-height: 360px;
  }

  .home-call-banner__phone {
    font-size: 32px;
  }
}

body.thank-you-body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 20px;
  font-family: Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 148, 77, 0.18), transparent 28%),
    radial-gradient(circle at bottom right, rgba(255, 148, 77, 0.12), transparent 24%),
    linear-gradient(180deg, #fcfbf9 0%, var(--bg) 100%);
}

.thank-you-card {
  width: min(100%, 760px);
  padding: 42px 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.thank-you-mark {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.thank-you-card h1 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
}

.thank-you-card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}

.thank-you-meta {
  margin: 24px 0 32px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #f7f4ef;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.thank-you-meta strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.thank-you-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.thank-you-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
}

@media (max-width: 640px) {
  .thank-you-card {
    padding: 32px 22px;
    border-radius: 22px;
  }

  .thank-you-card p {
    font-size: 16px;
  }

  .thank-you-actions {
    flex-direction: column;
  }
}

body.articles-body {
  --articles-accent: #c24d00;
  --articles-accent-dark: #9f3f00;
  --articles-accent-soft: rgba(255, 102, 0, 0.1);
  --articles-accent-line: rgba(255, 102, 0, 0.24);
  margin: 0;
  font-family: 'MobigorodSans', Arial, sans-serif;
  color: var(--text);
  background: #ffffff;
}

.articles-body a {
  color: inherit;
}

.articles-header {
  position: sticky;
  top: 0;
  z-index: 70;
  height: 100px;
  padding: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}

.articles-header__inner {
  position: relative;
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}

.site-header-articles-link {
  position: absolute;
  z-index: 6;
  top: 35px;
  left: calc(50% - 960px + 1325px);
  font-family: 'Arial', Arial, sans-serif;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

.site-header-articles-link:hover {
  color: #c24d00;
}

.articles-brand {
  position: absolute;
  top: 10px;
  left: 10px;
  display: grid;
  grid-template-columns: 65px 176px;
  gap: 4px 8px;
  width: 250px;
  color: #2f2f2f;
  text-decoration: none;
}

.articles-brand__mark {
  grid-row: 1 / span 2;
  display: block;
  width: 65px;
  height: 65px;
  object-fit: contain;
}

.articles-brand__name {
  padding-top: 6px;
  font-family: 'Arial', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.articles-brand__text {
  grid-column: 2;
  max-width: 176px;
  font-family: 'Arial', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

.articles-nav {
  position: absolute;
  top: 37px;
  left: 331px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  font-family: 'Arial', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
  white-space: nowrap;
}

.articles-nav a,
.articles-footer nav a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.articles-nav a:hover,
.articles-nav .is-active {
  color: var(--articles-accent);
}

.articles-contact {
  position: absolute;
  top: 14px;
  right: 20px;
  display: grid;
  justify-items: end;
  gap: 7px;
  width: 165px;
  color: #2f2f2f;
  text-align: right;
}

.articles-contact p {
  margin: 0;
  font-family: 'Arial', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.articles-contact a {
  color: #1e1e1e;
  font-family: 'Arial', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.articles-contact span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(30, 30, 30, 0.65);
  font-family: 'Arial', Arial, sans-serif;
  font-size: 12px;
  line-height: 1.55;
}

.articles-contact i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2eff05;
}

.articles-menu-toggle {
  display: none;
}

@media screen and (max-width: 1919px) and (min-width: 1200px) {
  .site-header-articles-link {
    top: 37px;
    left: calc(50% - 600px + 920px);
    font-size: 16px;
  }

  .articles-header__inner {
    width: 1200px;
  }

  .articles-brand {
    top: 10px;
    left: 10px;
    grid-template-columns: 65px 176px;
    gap: 4px 8px;
    width: 250px;
  }

  .articles-brand__mark {
    width: 65px;
    height: 65px;
  }

  .articles-brand__name {
    font-size: 16px;
  }

  .articles-brand__text {
    max-width: 176px;
    font-size: 14px;
  }

  .articles-nav {
    top: 37px;
    left: 331px;
    gap: 20px;
    font-size: 16px;
  }

  .articles-contact {
    top: 14px;
    right: 20px;
    width: 165px;
  }

  .articles-contact p,
  .articles-contact span {
    font-size: 12px;
  }

  .articles-contact a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .site-header-articles-link {
    display: none;
  }
}

.articles-hero,
.articles-library,
.articles-details,
.articles-grid,
.articles-faq,
.articles-cta {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

.articles-hero {
  padding: 42px 0 26px;
}

.articles-breadcrumbs {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  margin-bottom: 22px;
  border-radius: 8px;
  background: #f6f6f6;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
}

.articles-breadcrumbs a {
  color: #333333;
  text-decoration: none;
}

.articles-breadcrumbs a:hover {
  color: var(--articles-accent);
}

.articles-breadcrumbs .is-active {
  color: var(--articles-accent);
  font-weight: 700;
}

.articles-kicker {
  margin: 0 0 16px;
  color: var(--articles-accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.articles-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  color: #333333;
  font-family: 'Arial', Arial, sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.articles-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
}

.articles-library {
  padding: 12px 0 58px;
}

.articles-library__head {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin-bottom: 30px;
}

.articles-library__head h2,
.articles-details h2 {
  margin: 0;
  color: #2f2f2f;
  font-family: 'Arial', Arial, sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.articles-library__head p,
.articles-details > p:not(.articles-kicker) {
  margin: 0;
  color: #4d4d50;
  font-size: 16px;
  line-height: 1.6;
}

.articles-library__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 24px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.article-preview {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  height: 100%;
}

.article-preview__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 10px;
  background: #f6f6f6;
}

.article-preview__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.article-preview:hover .article-preview__media img {
  transform: scale(1.01);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.article-preview__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  text-decoration: none;
  color: inherit;
}

.article-preview__content h3 {
  display: -webkit-box;
  margin: 0 0 10px;
  color: #2f2f2f;
  font-family: 'Arial', Arial, sans-serif;
  font-size: 26px;
  line-height: 1.14;
  min-height: 3.42em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-preview__content p {
  display: -webkit-box;
  margin: 0;
  color: #4d4d50;
  font-size: 14px;
  line-height: 1.55;
  min-height: 4.65em;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-preview__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}

.article-preview__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.4;
}

.article-preview__meta time,
.article-preview__meta span {
  display: inline-flex;
  align-items: center;
}

.article-preview__meta span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--articles-accent);
}

.articles-details {
  padding: 8px 0 24px;
}

.article-page__hero,
.article-page__content-wrap,
.article-page__related {
  width: min(100% - 40px, 1200px);
  margin-inline: auto;
}

.article-page__hero {
  padding: 42px 0 26px;
}

.article-page__hero h1 {
  max-width: 920px;
  margin: 0 0 14px;
  color: #2f2f2f;
  font-family: 'Arial', Arial, sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.article-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 18px;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 1.45;
}

.article-page__meta time,
.article-page__meta span {
  display: inline-flex;
  align-items: center;
}

.article-page__meta span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--articles-accent);
}

.article-page__lead {
  max-width: 860px;
  margin: 0;
  color: #4d4d50;
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.6;
}

.article-page__content-wrap {
  padding-bottom: 56px;
}

.article-page__content {
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 18px;
  background: #ffffff;
}

.article-page__cover {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  background: #f6f6f6;
}

.article-page__body {
  max-width: 820px;
  padding: 34px 32px 36px;
}

.article-page__body p {
  margin: 0 0 16px;
  color: #3c3c3f;
  font-size: 17px;
  line-height: 1.7;
}

.article-page__body p:last-child {
  margin-bottom: 0;
}

.article-page__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.article-page__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--articles-accent-line);
  border-radius: 10px;
  background: #ffffff;
  color: var(--articles-accent);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.article-page__nav a:hover,
.article-page__nav a:focus-visible {
  background: var(--articles-accent);
  border-color: var(--articles-accent);
  color: #ffffff;
}

.article-page__related {
  padding-bottom: 58px;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 54px;
}

.article-card {
  min-height: 100%;
  padding: 32px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.article-card:hover {
  border-color: rgba(255, 102, 0, 0.24);
  box-shadow: none;
  transform: none;
}

.articles-grid--details {
  grid-template-columns: 1fr;
  gap: 28px;
  padding-bottom: 54px;
}

.article-card--detail {
  max-width: 920px;
}

.article-card__meta {
  margin-bottom: 14px;
  color: var(--articles-accent);
  font-size: 14px;
  font-weight: 700;
}

.article-card h2 {
  margin: 0 0 18px;
  color: #2f2f2f;
  font-family: 'Arial', Arial, sans-serif;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.article-card p {
  margin: 0 0 16px;
  color: #3c3c3f;
  font-size: 16px;
  line-height: 1.65;
}

.article-card p:last-child {
  margin-bottom: 0;
}

.article-card__lead {
  color: #1d1d1f !important;
  font-weight: 600;
}

.article-card__sources {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.article-card__sources strong {
  display: block;
  margin-bottom: 10px;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 800;
}

.article-card__sources ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.article-card__sources li {
  color: #3c3c3f;
  font-size: 15px;
  line-height: 1.45;
}

.article-card__sources a {
  color: var(--articles-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.article-card__sources a:hover {
  color: var(--articles-accent-dark);
}

.articles-faq {
  padding: 34px 0 80px;
}

.articles-faq h2 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #2f2f2f;
  font-family: 'Arial', Arial, sans-serif;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

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

.articles-faq__grid article {
  padding: 24px;
  border: 1px solid rgba(29, 29, 31, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.articles-faq__grid article:hover {
  border-color: rgba(255, 102, 0, 0.3);
  box-shadow: var(--shadow-hover);
  transform: translateY(-3px);
}

.articles-faq__grid h3 {
  margin: 0 0 12px;
  color: #2f2f2f;
  font-family: 'Arial', Arial, sans-serif;
  font-size: 22px;
  line-height: 1.15;
}

.articles-faq__grid p {
  margin: 0;
  color: #3c3c3f;
  font-size: 16px;
  line-height: 1.65;
}

.articles-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 90px;
  padding: 34px;
  border: 1px solid rgba(255, 102, 0, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 102, 0, 0.12), transparent 34%),
    #ffffff;
  color: var(--text);
  box-shadow: var(--shadow-soft);
}

.articles-cta h2 {
  max-width: 680px;
  margin: 0;
  font-family: 'Arial', Arial, sans-serif;
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.08;
}

.articles-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.articles-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.articles-button--preview {
  min-height: 38px;
  padding: 0 18px;
  border-radius: 8px;
  background: var(--articles-accent);
  color: #ffffff !important;
  font-size: 14px;
  box-shadow: none;
}

.articles-button--primary {
  background: var(--articles-accent);
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(255, 102, 0, 0.22);
}

.articles-button--secondary {
  border: 1px solid var(--articles-accent);
  background: #ffffff;
  color: var(--articles-accent);
}

.articles-button:hover,
.articles-button:focus-visible {
  transform: translateY(-2px);
}

.articles-button--primary:hover,
.articles-button--primary:focus-visible {
  background: var(--articles-accent-dark);
  box-shadow: 0 18px 40px rgba(255, 102, 0, 0.28);
}

.articles-button--secondary:hover,
.articles-button--secondary:focus-visible {
  background: var(--articles-accent-soft);
  color: var(--articles-accent-dark);
}

.articles-button--preview:hover,
.articles-button--preview:focus-visible {
  background: var(--articles-accent-dark);
  transform: none;
}

.articles-footer {
  padding: 58px 20px 64px;
  background: #171717;
  color: #ffffff;
  text-align: center;
}

.articles-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 30px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
}

.articles-footer nav a:hover,
.articles-footer p a:hover {
  color: var(--articles-accent);
}

.articles-footer img {
  width: 80px;
  height: auto;
  margin-bottom: 22px;
}

.articles-footer p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.6;
}

.articles-footer p:last-child {
  margin-bottom: 0;
}

.articles-footer p a {
  color: #ffffff;
  font-weight: 700;
}

.seo-service-hub {
  padding: clamp(54px, 7vw, 92px) 20px;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 102, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fff7f0 100%);
  color: var(--text);
  font-family: "MobigorodSans", Arial, sans-serif;
}

.seo-service-hub__inner {
  width: min(100%, 1160px);
  margin: 0 auto;
}

.seo-service-hub__kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-service-hub h2 {
  max-width: 820px;
  margin: 0 0 18px;
  color: #2f2f2f;
  font-family: Arial, sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.seo-service-hub__lead {
  max-width: 760px;
  margin: 0 0 34px;
  color: #4d4d50;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

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

.seo-service-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 0;
  background: #ffffff;
  font-family: Arial, sans-serif;
  box-shadow: none;
  transition: border-color 0.18s ease;
}

.seo-service-card:hover {
  border-color: rgba(255, 102, 0, 0.3);
  box-shadow: none;
  transform: none;
}

.seo-service-card h3 {
  margin: 0 0 14px;
  color: #2f2f2f;
  font-family: Arial, sans-serif;
  font-size: 24px;
  line-height: 1.15;
}

.seo-service-card p {
  margin: 0 0 16px;
  color: #4d4d50;
  font-size: 16px;
  line-height: 1.6;
}

.seo-service-card ul,
.seo-service-card ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1.55;
}

.seo-service-card a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-service-card a:hover,
.seo-service-card a:focus-visible {
  color: var(--accent-dark);
}

.seo-service-hub__actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.seo-service-hub__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 0;
  background: var(--accent);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
  transition: background-color 0.18s ease;
}

.seo-service-hub__button:hover,
.seo-service-hub__button:focus-visible {
  background: var(--accent-dark);
  box-shadow: none;
  transform: none;
}

.seo-service-hub__button--secondary {
  border: 1px solid rgba(255, 102, 0, 0.42);
  background: #ffffff;
  color: #000000 !important;
  box-shadow: none;
}

.seo-service-hub__button--secondary:hover,
.seo-service-hub__button--secondary:focus-visible {
  background: rgba(255, 102, 0, 0.08);
  color: #000000 !important;
  box-shadow: none;
}

@media (max-width: 980px) {
  body.articles-menu-open {
    overflow: hidden;
  }

  body.articles-menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.32);
  }

  .articles-header {
    z-index: 70;
    height: 100px;
    min-height: 100px;
    padding: 0;
  }

  .articles-header__inner {
    position: relative;
    width: 100%;
    height: 100px;
    min-height: 100px;
    padding: 0;
  }

  .articles-brand {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 72;
    grid-template-columns: 56px 194px;
    gap: 0 8px;
    width: 270px;
  }

  .articles-brand__mark {
    width: 65px;
    height: 65px;
  }

  .articles-brand__name {
    padding-top: 6px;
    font-size: 15px;
    line-height: 1.25;
  }

  .articles-brand__text {
    max-width: 194px;
    font-size: 15px;
    line-height: 1.25;
  }

  .articles-contact {
    display: none;
  }

  .articles-menu-toggle {
    position: absolute;
    top: 30px;
    right: 24px;
    z-index: 72;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .articles-menu-toggle span {
    display: block;
    width: 38px;
    height: 4px;
    margin: 4px 0;
    background: #000000;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .articles-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    background: #ffffff;
    transform: translateY(12px) rotate(45deg);
  }

  .articles-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .articles-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    background: #ffffff;
    transform: translateY(-12px) rotate(-45deg);
  }

  .articles-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    z-index: 68;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: min(315px, 82vw);
    height: 100vh;
    padding: 104px 28px 30px;
    gap: 24px;
    background: #1f1f1f;
    box-shadow: -18px 0 40px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
    white-space: normal;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.25s ease, visibility 0s linear 0.25s;
  }

  .articles-header--menu-open .articles-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform 0.25s ease;
  }

  .articles-nav a {
    color: #ffffff;
  }

  .articles-library__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .articles-faq__grid {
    grid-template-columns: 1fr;
  }

  .articles-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .articles-cta__actions {
    justify-content: flex-start;
  }

  .seo-service-hub__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .articles-header {
    height: 100px;
    min-height: 100px;
  }

  .articles-brand__text {
    max-width: 194px;
    font-size: 15px;
  }

  .articles-nav {
    width: min(315px, 82vw);
    gap: 24px;
    font-size: 18px;
  }

  .articles-menu-toggle {
    right: 8px;
  }

  .articles-hero {
    padding: 54px 0 34px;
  }

  .articles-breadcrumbs {
    display: flex;
    width: 100%;
    padding: 10px 14px;
  }

  .articles-library {
    padding-bottom: 46px;
  }

  .article-page__hero {
    padding: 54px 0 26px;
  }

  .article-page__body {
    padding: 24px 20px 28px;
  }

  .article-page__nav {
    flex-direction: column;
  }

  .article-page__nav a {
    width: 100%;
  }

  .article-preview__content h3 {
    font-size: 22px;
  }

  .article-preview__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-card {
    padding: 24px 20px;
  }

  .articles-cta {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .articles-button {
    width: 100%;
  }

  .seo-service-hub {
    padding: 44px 16px;
  }

  .seo-service-card {
    padding: 22px;
  }

  .seo-service-hub__actions,
  .seo-service-hub__button {
    width: 100%;
  }
}

.support-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999999;
  font-family: "MobigorodSans", Arial, sans-serif;
  color: #202020;
  --chat-accent: #128c7e;
  --chat-accent-dark: #075e54;
  --chat-cta: #25d366;
  --chat-soft: #e9f8ef;
  --chat-muted: #8f8f8f;
}

.support-chat__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(18, 140, 126, 0.24);
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.support-chat__button::before {
  content: "Поддержка";
  position: absolute;
  right: 64px;
  top: 50%;
  min-width: 108px;
  padding: 9px 12px;
  border: 0;
  border-radius: 999px;
  background: var(--chat-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(18, 140, 126, 0.22);
  transform: translateY(-50%);
}

.support-chat__button::after {
  content: none;
}

.support-chat__button:hover,
.support-chat__button:focus-visible {
  box-shadow: 0 22px 58px rgba(18, 140, 126, 0.34);
  transform: translateY(-2px);
}

.support-chat__button img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.support-chat__status-dot {
  position: absolute;
  right: 2px;
  bottom: 6px;
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #2bed00;
  box-shadow: 0 0 0 4px rgba(43, 237, 0, 0.16);
}

.support-chat__panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 0;
  bottom: 68px;
  width: min(348px, calc(100vw - 24px));
  height: min(438px, calc(100vh - 88px));
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(36, 36, 36, 0.22);
}

.support-chat__panel[hidden] {
  display: none;
}

.support-chat__header {
  display: grid;
  grid-template-columns: 26px 1fr 26px;
  gap: 10px;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-bottom: 0;
  background: linear-gradient(135deg, var(--chat-accent), var(--chat-accent-dark));
}

.support-chat__header-icon {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M5 7h22v16H13l-7 5v-5H5V7Z' stroke='%23ffffff' stroke-width='2.6' stroke-linejoin='round'/%3E%3Cpath d='M10 13h12M10 18h9' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  clip-path: none;
}

.support-chat__header-icon::before,
.support-chat__header-icon::after {
  content: none;
}

.support-chat__header strong {
  display: block;
  margin: 0;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.support-chat__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 94, 84, 0.34);
  color: #ffffff;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.support-chat__close::before,
.support-chat__close::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}

.support-chat__close::before {
  transform: rotate(45deg);
}

.support-chat__close::after {
  transform: rotate(-45deg);
}

.support-chat__close:hover,
.support-chat__close:focus-visible {
  background: #075e54;
  color: #ffffff;
}

.support-chat__messages {
  display: grid;
  align-content: start;
  gap: 10px;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow-y: auto;
  padding: 15px 12px 14px;
  background: #ffffff;
}

.support-chat__message {
  position: relative;
  width: calc(100% - 10px);
  max-width: 100%;
  padding: 28px 13px 14px;
  border: 0;
  border-radius: 16px 16px 16px 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.52;
}

.support-chat__message--bot {
  justify-self: start;
  background: var(--chat-accent);
  box-shadow: none;
}

.support-chat__message--bot::before {
  content: "Бот";
  position: absolute;
  top: 10px;
  left: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.support-chat__message--user {
  width: fit-content;
  justify-self: end;
  padding: 9px 13px 11px;
  border-radius: 16px 16px 4px 16px;
  background: #2b2b2b;
  color: #ffffff;
}

.support-chat__history {
  justify-self: center;
  border: 0;
  background: transparent;
  color: var(--chat-accent);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
}

.support-chat__history:disabled {
  color: #aeb6bf;
  cursor: default;
}

.support-chat__memory-note {
  justify-self: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--chat-soft);
  color: #075e54;
  font-size: 11px;
  font-weight: 700;
}

.support-chat__quick {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  flex: 0 0 auto;
  max-height: 108px;
  overflow-y: auto;
  padding: 0 12px 12px;
  background: #ffffff;
}

.support-chat__quick button {
  min-height: 26px;
  padding: 0 9px;
  border: 1px solid rgba(18, 140, 126, 0.2);
  border-radius: 999px;
  background: var(--chat-soft);
  color: var(--chat-accent-dark);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
}

.support-chat__quick button:hover,
.support-chat__quick button:focus-visible {
  border-color: var(--chat-accent);
  background: var(--chat-accent);
  color: #ffffff;
}

.support-chat__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.support-chat__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--chat-accent-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.support-chat__actions a:hover {
  background: #dcf8c6;
}

.support-chat__form {
  display: grid;
  grid-template-columns: 28px 1fr 26px;
  gap: 8px;
  align-items: center;
  min-height: 52px;
  padding: 0 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.support-chat__field input {
  width: 100%;
  height: 38px;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #1d1d1f;
  font: inherit;
  font-size: 14px;
  outline: none;
}

.support-chat__field input:focus {
  box-shadow: none;
}

.support-chat__field input::placeholder {
  color: var(--chat-muted);
}

.support-chat__form button {
  height: 34px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: var(--chat-accent);
  cursor: pointer;
  font: inherit;
  font-size: 0;
  font-weight: 800;
}

.support-chat__form button:hover,
.support-chat__form button:focus-visible {
  background: transparent;
  color: var(--chat-accent-dark);
}

.support-chat__form button[type="submit"]::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11.5 21 4l-7.5 18-2.7-7.4L3 11.5Z' fill='%23128c7e'/%3E%3C/svg%3E") center / contain no-repeat;
}

.support-chat__attach {
  display: grid;
  place-items: center;
  position: relative;
  width: 28px;
  height: 34px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.support-chat__attach::before {
  content: "";
  position: static;
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 11.5 12 20.5a5.5 5.5 0 0 1-7.8-7.8L13 3.9a3.5 3.5 0 0 1 5 5l-8.8 8.8a1.7 1.7 0 0 1-2.4-2.4l8.1-8.1' stroke='%2325d366' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  transform: none;
}

.support-chat__attach::after {
  content: none;
}

.support-chat__contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex: 0 0 auto;
  border-top: 1px solid rgba(18, 140, 126, 0.2);
  background: #ffffff;
}

.support-chat__file {
  display: none;
}

.support-chat__contacts a {
  display: grid;
  place-items: center;
  min-height: 52px;
  padding: 6px 8px;
  border-right: 1px solid rgba(18, 140, 126, 0.2);
  color: var(--chat-accent-dark);
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.support-chat__contacts a.support-chat__contacts-link--black {
  color: #000000;
}

.support-chat__contacts a:last-child {
  border-right: 0;
}

.support-chat__contacts a:hover {
  background: #dcf8c6;
  color: #075e54;
}

.support-chat__contacts a.support-chat__contacts-link--black:hover,
.support-chat__contacts a.support-chat__contacts-link--black:focus-visible {
  color: #000000;
}

.support-chat__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .support-chat {
    right: 12px;
    bottom: 12px;
  }

  .support-chat__button {
    width: 54px;
    height: 54px;
  }

  .support-chat__button::before,
  .support-chat__button::after {
    display: none;
  }

  .support-chat__panel {
    right: -4px;
    bottom: 66px;
    height: min(430px, calc(100vh - 84px));
    border-radius: 20px;
  }

  .support-chat__header {
    min-height: 52px;
    padding: 0 14px;
  }

  .support-chat__header strong {
    font-size: 16px;
  }

  .support-chat__messages {
    height: auto;
    padding: 14px 10px 12px;
  }

  .support-chat__history {
    font-size: 14px;
  }

  .support-chat__message {
    font-size: 14px;
  }

  .support-chat__form {
    min-height: 50px;
    padding: 0 10px;
  }

  .support-chat__field input {
    font-size: 14px;
  }

  .support-chat__contacts {
    grid-template-columns: 1fr;
  }

  .support-chat__contacts a {
    border-right: 0;
    border-bottom: 1px solid rgba(18, 140, 126, 0.2);
  }

  .support-chat__contacts a:last-child {
    border-bottom: 0;
  }
}
