@font-face {
  font-family: Inter;
  src: url("../local/templates/sevalo2/fonts/Inter-Regular-cyrillic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../local/templates/sevalo2/fonts/Inter-ExtraBold-cyrillic.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

:root {
  --yellow: #f2cf4a;
  --yellow-bright: #ffdb50;
  --black: #111;
  --text: #202020;
  --muted: #667085;
  --line: #e2e2e2;
  --panel: #fff;
  --bg: #f6f7f9;
  --radius: 22px;
  --container: 1810px;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 360px;
  background: #fff;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

body.menu-open .float-right {
  display: none;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.container,
.header-container {
  width: min(100% - 88px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--yellow);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-container {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo {
  flex-shrink: 0;
  display: inline-flex;
}

.logo img {
  display: block;
  width: 196px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 4px;
}

.nav-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 15px;
  color: #111;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.is-active {
  background: rgba(17, 17, 17, 0.1);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 1200;
  width: 380px;
  padding: 30px 36px;
  border: 2px solid #e2e2e2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown__menu::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #e2e2e2;
  border-left: 2px solid #e2e2e2;
  background: #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown__menu a {
  display: block;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.nav-dropdown__menu a + a {
  margin-top: 28px;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.callback-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.callback-btn {
  min-width: 230px;
  height: 62px;
  border: 2px solid #111;
  background: #111;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.callback-btn:hover {
  background: transparent;
  color: #111;
}

.btn {
  min-height: 56px;
  padding: 0 28px;
}

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

.btn-dark {
  background: #111;
  color: #fff;
}

.btn-yellow {
  background: var(--yellow-bright);
  color: #111;
}

.burger,
.mobile-nav {
  display: none;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--yellow-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.catalog-tools {
  padding-top: 54px;
}

.tools-panel {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 320px 280px 190px;
  gap: 22px;
  align-items: end;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.08);
}

label span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: #111;
  outline: none;
}

input,
select {
  height: 70px;
  padding: 0 20px;
  font-size: 20px;
}

.tools-panel .btn {
  min-height: 70px;
  width: 100%;
  padding-right: 26px;
  padding-left: 26px;
  font-size: 20px;
}

textarea {
  resize: vertical;
  padding: 14px 16px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--yellow-bright);
  box-shadow: 0 0 0 4px rgba(255, 219, 80, 0.22);
}

.section {
  padding-top: 96px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading h2,
.parts-cta h2 {
  margin: 0;
  color: #202020;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.section-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-weight: 800;
}

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

.tech-card {
  scroll-margin-top: 130px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 207, 74, 0.9);
  box-shadow: var(--shadow);
}

.tech-card.is-highlighted {
  transform: translateY(-10px);
  border-color: var(--yellow);
  box-shadow: 0 22px 55px rgba(255, 211, 63, 0.38);
}

.tech-card.is-hidden {
  display: none;
}

.tech-card__media {
  min-height: 210px;
  display: grid;
  place-items: center;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 219, 80, 0.26), rgba(255, 255, 255, 0.8)),
    repeating-linear-gradient(120deg, rgba(255, 219, 80, 0.42) 0 18px, transparent 18px 34px);
}

.tech-card__media--dark {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.64)),
    repeating-linear-gradient(120deg, rgba(255, 219, 80, 0.28) 0 18px, transparent 18px 34px);
}

.tech-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 165px;
  place-items: center;
  border: 2px dashed rgba(17, 17, 17, 0.22);
  border-radius: 18px;
  color: rgba(17, 17, 17, 0.58);
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.tech-card__media--dark .tech-card__placeholder {
  border-color: rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.76);
}

.tech-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.brand-pill {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--yellow-bright);
  color: #111;
  font-size: 13px;
  font-weight: 800;
}

.brand-pill--dark {
  background: #111;
  color: #fff;
}

.tech-card h3 {
  margin-bottom: 22px;
  color: #111;
  font-size: 30px;
  line-height: 1.14;
}

.tech-card p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.tech-card__actions {
  display: flex;
  gap: 12px;
  margin-top: 0;
}

.tech-card__actions a,
.tech-card__actions button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 18px;
  font-weight: 800;
}

.tech-card__actions a {
  background: var(--yellow-bright);
}

.tech-card__actions button {
  background: #111;
  color: #fff;
}

.empty-state {
  margin-top: 24px;
  padding: 34px;
  border-radius: 22px;
  background: #111;
  color: #fff;
}

.empty-state h3 {
  margin-bottom: 10px;
  font-size: 32px;
}

.empty-state p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

.parts-cta {
  margin-top: 96px;
  padding-bottom: 96px;
  background: #f7f7f7;
}

.parts-cta__inner {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 34px;
  align-items: stretch;
}

.parts-cta__content {
  padding: 44px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.parts-cta__content p {
  max-width: 740px;
  margin: 20px 0 28px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.parts-cta__content .parts-cta__list {
  margin: -12px 0 28px;
  color: #202020;
  font-weight: 900;
}

.parts-cta__content .btn {
  min-height: 56px;
  padding: 0 28px;
}

.parts-cta__panel {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.52)),
    url("banners/fonzpc.webp") center / cover no-repeat;
  color: #fff;
}

.parts-cta__panel span {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--yellow-bright);
  color: #111;
  font-size: 13px;
  font-weight: 900;
}

.parts-cta__panel strong {
  max-width: 520px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

.parts-cta__panel p {
  margin: 0;
  max-width: 420px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 14px;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.lead-modal__dialog {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
}

.lead-modal__header {
  padding: 24px 28px 0;
}

.lead-modal__header h2 {
  margin: 0 0 8px;
  padding-right: 32px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.04;
  text-transform: uppercase;
}

.lead-modal__header p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.lead-form {
  display: grid;
  gap: 12px;
  padding: 20px 28px 26px;
}

.lead-form label {
  display: grid;
  gap: 6px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 16px;
  background: #fff;
  color: #111;
  outline: none;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--yellow-bright);
  box-shadow: 0 0 0 3px rgba(255, 219, 80, 0.26);
}

.lead-form textarea {
  min-height: 86px;
  padding-top: 14px;
  resize: vertical;
}

.lead-payment {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.lead-payment legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.lead-payment label {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.lead-payment input {
  width: 18px;
  min-height: 18px;
  height: 18px;
  padding: 0;
  appearance: none;
  border: 2px solid var(--yellow-bright);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px #fff;
}

.lead-payment input:checked {
  background: var(--yellow-bright);
}

.lead-payment[hidden] {
  display: none;
}

.native-region-select {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.region-picker {
  position: relative;
}

.region-picker__button {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: #111;
  text-align: left;
}

.region-picker__button::after {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg) translateY(-2px);
}

.region-picker.is-open .region-picker__button {
  border-color: var(--yellow-bright);
  box-shadow: 0 0 0 3px rgba(255, 219, 80, 0.26);
}

.region-picker__list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 8;
  max-height: 260px;
  overflow-y: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.region-picker__option {
  width: 100%;
  display: block;
  padding: 10px 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #111;
  text-align: left;
}

.region-picker__option:hover,
.region-picker__option.is-selected {
  background: var(--yellow-bright);
}

.lead-form .btn {
  min-height: 54px;
}

.lead-form__note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.site-toast {
  position: fixed;
  top: 96px;
  right: 24px;
  z-index: 1200;
  width: min(360px, calc(100vw - 32px));
  padding: 18px 20px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.26);
  transform: translateY(-14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.site-toast strong {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow-bright);
  font-size: 16px;
  line-height: 1.2;
}

.site-toast span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.35;
}

.site-footer {
  margin-top: 80px;
  padding: 64px 0 50px;
  background: #292929;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-column a,
.footer-contacts h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--yellow);
}

.footer-contacts {
  gap: 18px;
}

.footer-contacts h2 {
  font-size: 24px;
}

.footer-contacts > a {
  font-size: 22px;
}

.footer-socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #1f1f1f;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  background: #111;
}

.footer-socials img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-copy {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding-top: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

@media (max-width: 1320px) {
  .desktop-nav {
    gap: 2px;
  }

  .nav-link {
    padding: 0 9px;
    font-size: 14px;
  }

  .callback-btn {
    min-width: 200px;
    height: 54px;
    font-size: 13px;
  }

  .logo img {
    width: 178px;
  }

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

  .tools-panel {
    grid-template-columns: minmax(280px, 1fr) minmax(220px, 0.45fr);
  }

  .tools-panel .search-field {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
    gap: 36px;
  }

  .footer-column a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .container,
  .header-container {
    width: min(100% - 30px, var(--container));
  }

  .header-container {
    min-height: 82px;
  }

  .logo img {
    width: 170px;
  }

  .desktop-nav,
  .site-header > .header-container > .callback-btn {
    display: none;
  }

  .burger {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    border: 0;
    background: transparent;
  }

  .burger span {
    width: 26px;
    height: 3px;
    background: #111;
  }

  .mobile-nav.is-open {
    position: fixed;
    inset: 82px 0 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 24px 24px calc(34px + env(safe-area-inset-bottom));
    background: var(--yellow);
  }

  .mobile-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-callback {
    display: flex;
    width: 100%;
    min-height: 76px;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
    margin-bottom: 12px;
    padding: 0 18px;
    text-align: center;
    border: 0 !important;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 24px !important;
    line-height: 1.1;
    white-space: normal;
  }

  .tools-panel,
  .parts-cta__inner {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding: 44px 0 38px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .footer-contacts > a {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .tech-card__actions {
    flex-direction: column;
  }

  .parts-cta__content,
  .parts-cta__panel {
    padding: 28px;
  }

  .lead-payment {
    grid-template-columns: 1fr;
  }

  .site-footer {
    margin-top: 56px;
  }

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

  .footer-column a {
    font-size: 17px;
  }

.footer-copy {
  margin-top: 8px;
  font-size: 14px;
  }
}

.float-right {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.float-btn--wa {
  order: 1;
}

.float-btn--phone {
  order: 2;
}

.float-btn {
  position: relative;
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.float-btn img {
  position: relative;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.float-btn--phone {
  background: #f5c842;
}

.float-btn--wa {
  background: #25d366;
  animation: waPulse 1.8s infinite;
}

.float-btn:hover {
  transform: translateY(-4px) scale(1.07);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
  filter: brightness(1.03);
}

.float-btn:active {
  transform: scale(0.95);
}

.float-btn::before {
  position: absolute;
  top: -30%;
  left: -60%;
  z-index: 1;
  width: 45%;
  height: 160%;
  background: rgba(255, 255, 255, 0.28);
  content: "";
  transform: rotate(25deg);
  transition: left 0.55s ease;
}

.float-btn:hover::before {
  left: 120%;
}

.float-btn::after {
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(245, 200, 66, 0.35);
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.9);
}

.float-btn--phone::after {
  animation: ringPulse 2.8s infinite;
}

.float-btn--wa::after {
  border-color: rgba(37, 211, 102, 0.35);
  animation: ringPulse 1.8s infinite;
}

@keyframes waPulse {
  0%, 100% {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), 0 0 0 0 rgba(37, 211, 102, 0.38);
  }

  50% {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18), 0 0 0 18px rgba(37, 211, 102, 0);
  }
}

@keyframes ringPulse {
  0% {
    opacity: 0.65;
    transform: scale(0.9);
  }

  70%, 100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@media (max-width: 700px) {
  .float-right {
    right: 10px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    gap: 10px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
  }

  .float-btn img {
    width: 25px;
    height: 25px;
  }
}

/* ===== SEVALO HEADER ORDER / CRUSHERS NAV FIX ===== */
.site-header .header-container {
  width: calc(100% - 48px);
  max-width: none;
  gap: 14px;
}

.site-header .desktop-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.site-header .nav-link {
  padding: 0 13px;
  font-size: 16px;
  white-space: nowrap;
}

.site-header .nav-dropdown__toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.site-header .callback-btn {
  flex: 0 0 auto;
  min-width: 220px;
  padding-right: 22px;
  padding-left: 22px;
  white-space: nowrap;
}

.site-header .mobile-nav__label {
  display: block;
  padding: 16px 0 8px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.72;
}

@media (max-width: 1500px) {
  .site-header .header-container {
    width: calc(100% - 36px);
    gap: 8px;
  }

  .site-header .logo img {
    width: 220px;
  }

  .site-header .nav-link {
    padding: 0 7px;
    font-size: 13px;
  }

  .site-header .callback-btn {
    min-width: 190px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .site-header .desktop-nav,
  .site-header > .header-container > .callback-btn {
    display: none;
  }

  .site-header .header-container {
    width: min(100% - 30px, 1720px);
    min-height: 82px;
  }

  .site-header .logo img {
    width: 170px;
    height: auto;
  }

  .site-header .burger {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .site-header .burger span {
    width: 26px;
    height: 3px;
    background: #111;
  }

  .site-header .mobile-nav.is-open {
    position: fixed;
    inset: 82px 0 0;
    z-index: 5100;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #f2cf4a;
    overflow-y: auto;
  }

  .site-header .mobile-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    color: #111;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
  }

  .site-header .mobile-callback {
    margin-top: 26px;
    border: 0 !important;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    text-align: center;
  }
}
