@charset "UTF-8";
.tbl {
  width: 515px;
  float: left;
  margin: 18px 0 0 15px;
}
.tbl .itemTbl:nth-of-type(2n+1) {
  min-height: 26px;
  margin-bottom: 2px;
  background-color: white;
}
.tbl .itemTbl {
  width: 100%;
  min-height: 28px;
  float: left;
  margin-bottom: 0px;
  padding: 2px 13px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tbl .itemTbl > div:first-of-type {
  width: 308px;
  margin-right: 4px;
}
.tbl .itemTbl > div {
  width: 177px;
  float: left;
  color: black;
  font-size: 13px;
  line-height: 18px;
}
.element-table-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d8d8d8;
  color: #535353;
}
.element-table-label {
  padding: 7px 20px 7px 0;
  display: flex;
  align-items: center;
  flex: 0 0 50%;
  max-width: 50%;
}
.element-table-value {
  padding: 7px 0 7px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  flex: 0 0 50%;
  font-weight: 700;
}
/************/
/* Хлебные крошки на карточке товара */
.vs-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.5;
}
.vs-breadcrumbs a {
  color: #8a8a8a;
  text-decoration: none;
}
.vs-breadcrumbs a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}
.vs-breadcrumbs > * + *::before {
  content: "/";
  margin: 0 8px;
  color: #c4c4c4;
}
.vs-breadcrumbs span {
  color: #4a4a4a;
}
/* Выдача поиска: сетка карточек */
.vs-search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin: 20px 0 32px;
}
.vs-search-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 16px;
  transition: box-shadow 0.15s ease;
  min-width: 0;
}
.vs-search-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.09);
}
.vs-search-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  margin-bottom: 12px;
}
.vs-search-card__img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.vs-search-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  color: #1a1a1a;
  text-decoration: none;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.vs-search-card__title:hover {
  color: #0093fa;
}
.vs-search-card__text {
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
}
/* нейтрализуем HTML-мусор из описаний: заголовки, жирность, отступы */
.vs-search-card__text * {
  display: inline !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: #6b6b6b !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.vs-search-card__text img, .vs-search-card__text table, .vs-search-card__text iframe, .vs-search-card__text br {
  display: none !important;
}
.vs-search-card__more {
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
  color: #0093fa;
  text-decoration: none;
}
.vs-search-card__more:hover {
  text-decoration: underline;
}
.cms-search .total-result {
  margin: 8px 0 4px;
  color: #4a4a4a;
}
@media (width <= 48rem) {
  .swiper.media-swiper {
    height: 450px;
  }
  .swiper.media-swiper .swiper-slide {
    background-position: 100px 0;
  }
  .swiper.media-swiper h3 {
    text-shadow: 0px 1px 12px #000000db;
  }
  .swiper-slide-contents {
    max-width: 100%;
    padding-top: 134px;
  }
}
/* Подпись плитки категории на главной: одна строка, не вылезает за синюю ленту */
.vs-cap {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
}
/* ===== Страница «О компании» (about) — редизайн 2026-07 ===== */
.about-page {
  --ab-blue:#0170b9;
  --ab-blue-l:#00a6e0;
  --ab-orange:#ff7f00;
  color: #333;
}
.about-page a {
  color: var(--ab-blue);
}
.about-page section {
  margin-bottom: 56px;
}
.about-page .about-kicker {
  display: inline-block;
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--ab-blue);
  background: rgba(1, 110, 185, 0.08);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}
/* HERO */
.about-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 48px 44px;
  color: #fff;
  background: linear-gradient(115deg, #0170b9 0%, #00a6e0 100%);
  box-shadow: 0 18px 40px -18px rgba(1, 110, 185, 0.55);
}
.about-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.about-hero::before {
  content: "";
  position: absolute;
  right: 60px;
  bottom: -120px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
}
.about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.about-hero h1, .about-hero h2 {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  color: #fff;
  font-weight: 800;
  font-size: clamp(26px, 3.4vw, 42px);
  line-height: 1.12;
  margin: 0 0 16px;
}
.about-hero p {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 28px;
  max-width: 640px;
}
.about-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.about-btn {
  border: 0;
  cursor: pointer;
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 26px;
  border-radius: 100px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.about-btn--white {
  background: #fff;
  color: var(--ab-blue);
  box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.35);
}
.about-btn--white:hover {
  transform: translateY(-2px);
  color: var(--ab-blue);
}
.about-btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.about-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #fff;
  transform: translateY(-2px);
}
.about-btn--blue {
  background: var(--ab-blue);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(1, 110, 185, 0.6);
}
.about-btn--blue:hover {
  background: #015a97;
  color: #fff;
  transform: translateY(-2px);
}
/* STATS */
.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.about-stat {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 16px;
  padding: 22px 20px;
  text-align: center;
  box-shadow: 0 10px 26px -20px rgba(0, 0, 0, 0.35);
}
.about-stat__num {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  color: var(--ab-blue);
  margin-bottom: 8px;
}
.about-stat__label {
  font-size: 14px;
  color: #6b7075;
  line-height: 1.35;
}
/* SECTION HEADS */
.about-h {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
  margin: 0 0 10px;
  color: #1a2733;
}
.about-sub {
  font-size: 16px;
  color: #6b7075;
  margin: 0 0 26px;
  max-width: 720px;
  line-height: 1.5;
}
/* ADVANTAGES */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.about-card {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 16px;
  padding: 26px 24px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.about-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px -22px rgba(1, 110, 185, 0.5);
  border-color: #d5e6f3;
}
.about-card__ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0170b9, #00a6e0);
  color: #fff;
  margin-bottom: 16px;
}
.about-card__ico svg {
  width: 26px;
  height: 26px;
}
.about-card h3 {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 8px;
  color: #1a2733;
}
.about-card p {
  font-size: 15px;
  line-height: 1.5;
  color: #5f6469;
  margin: 0;
}
.about-card--accent {
  grid-column: 1/-1;
  background: linear-gradient(115deg, #0f2b40, #123f5e);
  color: #fff;
  border: none;
  display: flex;
  gap: 22px;
  align-items: center;
}
.about-card--accent .about-card__ico {
  background: rgba(255, 255, 255, 0.14);
}
.about-card--accent h3 {
  color: #fff;
  font-size: 22px;
}
.about-card--accent p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
}
/* REFERENCES */
.about-refs {
  background: #0f2b40;
  border-radius: 20px;
  padding: 40px 38px;
  color: #fff;
}
.about-refs .about-h {
  color: #fff;
}
.about-refs .about-sub {
  color: rgba(255, 255, 255, 0.7);
}
.about-refs__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 8px;
}
.about-ref {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  transition: background 0.15s ease, transform 0.15s ease;
}
.about-ref:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-3px);
}
.about-ref__ico {
  width: 40px;
  height: 40px;
  margin: 0 auto 12px;
  color: #4fc3f7;
}
.about-ref__ico svg {
  width: 40px;
  height: 40px;
}
.about-ref__name {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
}
.about-refs__note {
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  border-left: 3px solid var(--ab-orange);
  padding-left: 16px;
}
/* BRANDS */
.about-brands {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 18px;
  padding: 30px 28px;
}
.about-brands__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}
.about-brand {
  font-weight: 600;
  font-size: 15px;
  color: #33404b;
  background: #f2f6f9;
  border: 1px solid #e4ebf1;
  border-radius: 100px;
  padding: 8px 18px;
}
.about-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ab-orange);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 4px;
}
/* GALLERY */
.about-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.about-gallery figure {
  position: relative;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1.6;
}
.about-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.about-gallery figure:hover img {
  transform: scale(1.05);
}
.about-gallery figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  color: #fff;
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  background: linear-gradient(to top, rgba(6, 20, 32, 0.88), transparent);
}
/* PROSE */
.about-prose {
  font-size: 16px;
  line-height: 1.65;
  color: #4a5158;
}
.about-prose p {
  margin: 0 0 14px;
}
/* CTA */
.about-cta {
  border-radius: 20px;
  padding: 44px 40px;
  text-align: center;
  background: linear-gradient(115deg, #0170b9, #00a6e0);
  color: #fff;
}
.about-cta h2 {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 32px);
  margin: 0 0 12px;
  color: #fff;
}
.about-cta p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 26px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.about-cta__row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}
.about-cta__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: center;
  margin-top: 22px;
  font-size: 16px;
}
.about-cta__contact a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
/* SEO TEXT */
.about-seo {
  color: #7d848b;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px solid #eceff1;
  padding-top: 26px;
}
.about-seo h2 {
  font-size: 17px;
  color: #4a5158;
  margin: 0 0 12px;
}
.about-seo a {
  color: var(--ab-blue);
}
@media (max-width: 1024px) {
  .about-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-refs__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .about-hero {
    padding: 34px 24px;
  }
  .about-stats {
    grid-template-columns: 1fr 1fr;
    margin-top: 18px;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-refs {
    padding: 30px 22px;
  }
  .about-refs__grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-gallery {
    grid-template-columns: 1fr;
  }
  .about-card--accent {
    flex-direction: column;
    text-align: center;
  }
  .about-cta {
    padding: 32px 22px;
  }
}
/* ===== Улучшенные формы: физ/юр, файл, оплата+доставка (2026-07) ===== */
.vs-litso {
  display: flex;
  gap: 6px;
  background: #eef3f7;
  border: 1px solid #e0e8ef;
  border-radius: 11px;
  padding: 5px;
}
.vs-litso__opt {
  flex: 1 1 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.vs-litso__opt input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vs-litso__opt span {
  display: block;
  text-align: center;
  padding: 10px 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #5f6469;
  transition: all 0.15s ease;
  user-select: none;
}
.vs-litso__opt input:checked + span {
  background: #0170b9;
  color: #fff;
  box-shadow: 0 5px 12px -5px rgba(1, 110, 185, 0.65);
}
.vs-litso__opt input:focus-visible + span {
  outline: 2px solid #00a6e0;
  outline-offset: 1px;
}
.vs-file {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1.5px dashed #bcd2e2;
  border-radius: 10px;
  background: #f7fbfd;
  cursor: pointer;
  font-size: 14px;
  color: #4a5158;
  line-height: 1.3;
  transition: all 0.15s ease;
}
.vs-file:hover {
  border-color: #0170b9;
  background: #eff7fc;
  color: #0170b9;
}
.vs-file svg {
  flex: 0 0 auto;
  color: #0170b9;
}
.vs-file input[type="file"] {
  display: none;
}
.vs-form-info {
  border: 1px solid #e6edf2;
  border-radius: 11px;
  overflow: hidden;
  margin: 2px 0 4px;
  background: #fbfcfd;
}
.vs-form-info__row {
  display: flex;
  gap: 11px;
  padding: 11px 13px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #4a5158;
}
.vs-form-info__row + .vs-form-info__row {
  border-top: 1px solid #eef2f5;
}
.vs-form-info__row svg {
  flex: 0 0 auto;
  color: #0170b9;
  margin-top: 1px;
}
.vs-form-info b {
  color: #1a2733;
  font-weight: 700;
}
/* ===== Модалка форм: прокрутка при высоком содержимом (2026-07) ===== */
.modal {
  top: 0 !important;
  overflow-y: auto !important;
  padding: 3vh 14px !important;
  -webkit-overflow-scrolling: touch;
}
.modal__content {
  max-width: 720px !important;
  margin: auto !important;
  max-height: 92vh !important;
  overflow-y: auto !important;
  padding: 28px 30px !important;
}
.modal__body {
  margin-bottom: 0 !important;
}
.modal form .flex.flex-col.gap-4 {
  gap: 12px !important;
}
.modal form textarea.form__input {
  min-height: 84px;
  max-height: 180px;
}
.modal .agreement {
  font-size: 13px;
  margin-top: 2px;
}
/* ===== Просторная форма: 2 колонки, выбор доставки/оплаты (2026-07) ===== */
.modal .form.vs-form, .vs-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
}
.vs-fld {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.vs-fld--full {
  grid-column: 1 / -1;
}
.vs-fld__l {
  font-size: 12.5px;
  font-weight: 600;
  color: #6b7075;
}
.vs-fld .form__input {
  width: 100%;
}
.vs-fld textarea.form__input {
  min-height: 90px;
  max-height: 220px;
  resize: vertical;
}
.vs-choice__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a2733;
  margin-bottom: 10px;
}
.vs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.vs-chip {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.vs-chip input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.vs-chip span {
  display: block;
  padding: 9px 18px;
  border: 1.5px solid #dbe4ec;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #4a5158;
  background: #fff;
  transition: all 0.15s ease;
  user-select: none;
}
.vs-chip:hover span {
  border-color: #a9c8de;
}
.vs-chip input:checked + span {
  border-color: #0170b9;
  background: #eaf4fb;
  color: #0170b9;
  box-shadow: 0 3px 9px -4px rgba(1, 110, 185, 0.5);
}
.vs-chip input:focus-visible + span {
  outline: 2px solid #00a6e0;
  outline-offset: 1px;
}
.vs-choice__hint {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  color: #8a9199;
  margin-top: 9px;
}
@media (max-width: 600px) {
  .vs-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== Список прикреплённых файлов (2026-07) ===== */
.vs-filelist {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: -4px;
}
.vs-filelist__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 12px;
  background: #f2f6f9;
  border: 1px solid #e4ebf1;
  border-radius: 9px;
  font-size: 13px;
  color: #33404b;
}
.vs-filelist__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vs-filelist__rm {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border: none;
  background: #dbe4ec;
  color: #5f6469;
  border-radius: 50%;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
  padding: 0;
}
.vs-filelist__rm:hover {
  background: #df4f1f;
  color: #fff;
}
/* ===== Страница «Заявка принята» ===== */
.vs-thanks {
  max-width: 580px;
  margin: 10px auto 60px;
  text-align: center;
}
.vs-thanks__badge {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px -12px rgba(22, 163, 74, 0.6);
}
.vs-thanks__badge svg {
  width: 46px;
  height: 46px;
  color: #fff;
}
.vs-thanks__num {
  font-size: 19px;
  color: #333;
  margin: 0 0 18px;
}
.vs-thanks__num b {
  color: #0170b9;
}
.vs-thanks__text {
  font-size: 16px;
  line-height: 1.6;
  color: #5f6469;
  margin: 0 0 22px;
}
.vs-thanks__contacts {
  font-size: 15px;
  color: #4a5158;
  margin-bottom: 30px;
}
.vs-thanks__contacts a {
  color: #0170b9;
  font-weight: 700;
  text-decoration: none;
}
.vs-thanks__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.vs-thanks__btn {
  display: inline-flex;
  align-items: center;
  padding: 13px 28px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: 0.15s;
}
.vs-thanks__btn--primary {
  background: #0170b9;
  color: #fff;
}
.vs-thanks__btn--primary:hover {
  background: #015a97;
  color: #fff;
}
.vs-thanks__btn--ghost {
  background: #fff;
  color: #0170b9;
  border: 1.5px solid #0170b9;
}
.vs-thanks__btn--ghost:hover {
  background: #eaf4fb;
  color: #0170b9;
}
/* ===== Страница «Контакты» — редизайн 2026-07 ===== */
.vs-contacts {
  --c-blue:#0170b9;
  --c-blue-l:#00a6e0;
}
.vs-contacts a {
  color: var(--c-blue);
}
/* быстрые карточки контактов */
.vs-cc-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 34px;
}
.vs-cc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 22px 22px;
  background: #fff;
  border: 1px solid #e8edf1;
  border-radius: 16px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.vs-cc:not(.vs-cc--static):hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -18px rgba(1, 110, 185, 0.5);
  border-color: #cfe3f2;
}
.vs-cc__ico {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0170b9, #00a6e0);
  color: #fff;
  margin-bottom: 10px;
}
.vs-cc__ico svg {
  width: 23px;
  height: 23px;
}
.vs-cc__label {
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #8a9199;
}
.vs-cc__value {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1a2733;
  line-height: 1.2;
}
.vs-cc__hint {
  font-size: 13px;
  color: #8a9199;
}
/* основная сетка: инфо + форма */
.vs-contacts__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 34px;
  align-items: start;
}
.vs-info, .vs-formcard, .vs-req {
  background: #fff;
  border: 1px solid #e8edf1;
  border-radius: 18px;
  padding: 28px 30px;
}
.vs-info__title, .vs-formcard__title, .vs-req__title {
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: #1a2733;
  margin: 0 0 20px;
}
.vs-info__row {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid #f0f3f6;
}
.vs-info__row:first-of-type {
  border-top: none;
  padding-top: 0;
}
.vs-info__ico {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #eef5fb;
  color: var(--c-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vs-info__ico svg {
  width: 20px;
  height: 20px;
}
.vs-info__l {
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #8a9199;
  margin-bottom: 2px;
}
.vs-info__v {
  font-size: 15.5px;
  color: #33404b;
  line-height: 1.5;
}
.vs-info__v a {
  font-weight: 700;
  text-decoration: none;
}
.vs-info__socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0f3f6;
}
.vs-info__socials a {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f2f6f9;
  border: 1px solid #e4ebf1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.15s;
}
.vs-info__socials a:hover {
  background: #eaf4fb;
  border-color: #cfe3f2;
  transform: translateY(-2px);
}
.vs-info__socials img {
  width: 24px;
  height: 24px;
}
.vs-formcard__sub {
  font-size: 14.5px;
  color: #6b7075;
  margin: -12px 0 20px;
  line-height: 1.45;
}
/* реквизиты */
.vs-req {
  margin-bottom: 34px;
}
.vs-req__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 26px;
}
.vs-req__grid > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f3f6;
}
.vs-req__grid span {
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #8a9199;
}
.vs-req__grid b {
  font-size: 15px;
  color: #1a2733;
  font-weight: 700;
}
.vs-req__dl {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 12px 22px;
  background: var(--c-blue);
  color: #fff !important;
  font-weight: 700;
  font-size: 14.5px;
  border-radius: 100px;
  text-decoration: none;
  transition: 0.15s;
}
.vs-req__dl:hover {
  background: #015a97;
  transform: translateY(-2px);
}
.vs-req__dl svg {
  width: 18px;
  height: 18px;
}
/* карты */
.vs-maps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}
.vs-map {
  border: 1px solid #e8edf1;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
}
.vs-map__head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  font-family: var(--font-exo-2), "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #1a2733;
}
.vs-map__head svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: var(--c-blue);
}
.vs-map iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}
@media (max-width: 1024px) {
  .vs-cc-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .vs-contacts__main {
    grid-template-columns: 1fr;
  }
  .vs-maps {
    grid-template-columns: 1fr;
  }
  .vs-req__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .vs-cc-row {
    grid-template-columns: 1fr;
  }
  .vs-info, .vs-formcard, .vs-req {
    padding: 22px 20px;
  }
}
/* схема проезда на склад */
.vs-maps {
  align-items: start;
}
.vs-map--scheme .vs-scheme {
  display: block;
  background: #eef3f7;
}
.vs-map--scheme img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.15s ease;
}
.vs-map--scheme .vs-scheme:hover img {
  opacity: 0.92;
}
.vs-map__note {
  padding: 14px 20px;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7075;
  border-top: 1px solid #f0f3f6;
}
.vs-map__note a {
  font-weight: 600;
  text-decoration: none;
}