

/* Start:/local/components/new_hall/catalog.search/templates/.default/style.css?17829722231669*/
.hero-search{
    position:relative;
}

.hero-search-results{
    margin-top:10px;
    padding:14px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:16px;
    background:rgba(255,255,255,.94);
    box-shadow:0 18px 42px rgba(7,10,16,.18);
    color:#2c333a;
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
}

.hero-search-results[hidden]{
    display:none;
}

.hero-search-component.is-searching .hero-search-submit{
    filter:saturate(1.08);
}

.hero-search-results__title{
    margin-bottom:8px;
    color:#66717b;
    font-size:13px;
    font-weight:600;
}

.hero-search-results__list{
    display:grid;
    gap:6px;
}

.hero-search-result{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    min-height:42px;
    padding:10px 12px;
    border-radius:12px;
    background:rgba(245,247,249,.9);
    color:#222b33;
    text-decoration:none;
    transition:background-color .2s ease, color .2s ease, transform .2s ease;
}

.hero-search-result:hover,
.hero-search-result:focus-visible{
    background:rgba(255,90,31,.1);
    color:#e64e1e;
    transform:translateY(-1px);
    outline:none;
}

.hero-search-result__name{
    font-size:14px;
    font-weight:700;
    line-height:1.25;
}

.hero-search-result__arrow{
    color:#e64e1e;
    font-size:16px;
    font-weight:800;
}

.hero-search-results__empty{
    color:#66717b;
    font-size:14px;
    line-height:1.45;
}

@media (max-width: 760px){
    .hero-search-results{
        margin-top:8px;
        padding:12px;
        border-radius:14px;
    }

    .hero-search-result{
        min-height:40px;
        padding:9px 10px;
    }
}

/* End */


/* Start:/local/components/new_hall/warehouses/templates/.default/style.css?17828876498968*/
:root {
  --accent: #ff3b1f;
  --accent-hover: #ec2f15;
  --text: #111827;
  --text-muted: #555c6b;
  --border: #e8ebf0;
  --bg: #ffffff;
  --bg-soft: #fff6f2;
  --shadow: 0 10px 30px rgba(18, 23, 38, 0.06);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

#warehouses {
  scroll-margin-top: 96px;
}

.warehouse-network__container {
  max-width: 1440px;
  margin: 0 auto;
}

.warehouse-network__head {
  max-width: 1000px;
  margin-bottom: 28px;
}

.warehouse-network__eyebrow {
  color: var(--accent);
}

.warehouse-network__title {
  margin: 0 0 16px;
  color: var(--text);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.warehouse-network__text {
  margin: 0;
  max-width: 970px;
  color: var(--text-muted);
  line-height: 1.45;
}

.warehouse-network__main {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(420px, 0.95fr);
  gap: 24px;
  align-items: stretch;
}

.warehouse-network__side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.card,
.warehouse-network__map-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.warehouse-network__map-card {
  display: flex;
  overflow: hidden;
  min-height: 0;
}

.warehouse-network__map {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: clamp(420px, 44vw, 620px);
  background: #f2f5f8;
}

.warehouse-network__controls,
.warehouse-network__info {
  padding: 26px;
}

.warehouse-network__badge {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 16px;
  font-weight: 700;
}

.warehouse-network__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
}

.warehouse-network__city {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.warehouse-network__address,
.warehouse-network__schedule {
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.45;
}

.warehouse-network__address {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.warehouse-network__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.45;
}

.warehouse-network__address-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: var(--accent);
  stroke-width: 2.1;
}

.warehouse-network__schedule {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 10px;
  text-align: right;
  white-space: nowrap;
}

.btn.btn--route {
  align-self: flex-end;
  width: auto;
  max-width: 100%;
  margin-top: 14px;
  padding: 0 16px;
  min-height: 42px;
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
}

.warehouse-network__route-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex: 0 0 auto;
  stroke-width: 2.2;
}

.btn.btn--route:hover { background: var(--accent-hover); }

.warehouse-network__divider {
  height: 1px;
  margin: 20px 0;
  background: var(--border);
}

.warehouse-network__finder {
  margin-bottom: 10px;
}

.warehouse-network__finder-note {
  margin-bottom: 12px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.45;
}

.warehouse-network__finder-row {
  display: block;
}

.warehouse-network__finder-field {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 0 8px 0 18px;
  background: #fff;
  border: 1px solid #e4e8ef;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(17, 24, 39, 0.06);
}

.warehouse-network__finder-input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 60px;
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 500;
}

.warehouse-network__finder-input::placeholder {
  color: #9aa3b2;
}

.warehouse-network__finder-input:focus {
  outline: none;
}

.btn.warehouse-network__finder-btn {
  min-width: 56px;
  min-height: 46px;
  padding: 0;
  color: #fff;
  background: #6b7280;
  border-color: #6b7280;
  border-radius: 14px;
  font-size: 0;
  box-shadow: none;
  flex: 0 0 auto;
}

.btn.warehouse-network__finder-btn:hover {
  background: #4b5563;
}

.warehouse-network__finder-btn-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.25;
}

.warehouse-network__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.warehouse-network__finder-result {
  min-height: 22px;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.45;
}

.warehouse-network__finder-result.is-success {
  color: var(--text);
}

.warehouse-network__finder-result.is-error {
  color: #c2410c;
}

.warehouse-network__section-title {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.warehouse-network__section-title--small {
  margin-top: 12px;
  font-size: 17px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  transition: 0.2s ease;
  cursor: pointer;
}

.btn--primary {
  color: #fff;
  background: var(--accent);
}

.btn--primary:hover { background: var(--accent-hover); }

.btn--outline {
  color: var(--accent);
  border-color: rgba(255, 59, 31, 0.55);
  background: #fff;
}

.btn--outline:hover { background: #fff6f2; }

.btn--wide { min-width: 220px; }

.warehouse-network__cities {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.warehouse-network__city-btn {
  min-height: 44px;
  padding: 0 18px;
  color: #374151;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}

.warehouse-network__city-btn:hover {
  color: var(--accent);
  border-color: rgba(255, 59, 31, 0.45);
}

.warehouse-network__city-btn.is-active {
  color: #fff;
  background: var(--accent);
  border-color: var(--accent);
}

@media (max-width: 1200px) {
  .warehouse-network__main { grid-template-columns: 1fr; }
  .warehouse-network__map { height: 500px; }
}

@media (max-width: 767px) {
  #warehouses { scroll-margin-top: 96px; }
  .warehouse-network { padding: 36px 0; }
  .warehouse-network__head { margin-bottom: 22px; }
  .warehouse-network__title { font-size: 32px; }
  .warehouse-network__text { font-size: 16px; }
  .warehouse-network__main { display: flex; flex-direction: column; gap: 18px; }
  .warehouse-network__side { display: contents; }
  .warehouse-network__controls { order: 1; padding: 16px; border-radius: 18px; }
  .warehouse-network__map-card { order: 2; }
  .warehouse-network__info { order: 3; padding: 16px; border-radius: 18px; }
  .warehouse-network__map { height: clamp(280px, 82vw, 340px); }
  .warehouse-network__top { flex-direction: column; gap: 10px; }
  .warehouse-network__city { font-size: 34px; }
  .warehouse-network__address,
  .warehouse-network__schedule { font-size: 15px; }
  .warehouse-network__phone { font-size: 15px; }
  .warehouse-network__schedule { padding-top: 0; text-align: left; align-items: flex-start; }
  .warehouse-network__address-icon { width: 16px; height: 16px; }
  .warehouse-network__finder-row { grid-template-columns: 1fr; }
  .warehouse-network__finder-field {
    min-height: 56px;
    padding: 0 8px 0 16px;
    gap: 10px;
    border-radius: 16px;
  }
  .warehouse-network__finder-input {
    min-height: 54px;
    font-size: 16px;
  }
  .warehouse-network__finder-btn {
    min-width: 48px;
    min-height: 42px;
    padding: 0;
    border-radius: 12px;
  }
  .warehouse-network__finder-btn-icon {
    width: 20px;
    height: 20px;
  }
  .warehouse-network__finder {
    margin-bottom: 0;
  }
  .warehouse-network__finder-note {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .warehouse-network__finder-result {
    min-height: 18px;
    margin-top: 8px;
    font-size: 13px;
  }
  .warehouse-network__section-title--small {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .warehouse-network__cities {
    flex-wrap: nowrap;
    gap: 8px;
    margin: 0 -16px;
    padding: 0 16px 4px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .warehouse-network__cities::-webkit-scrollbar {
    display: none;
  }
  .warehouse-network__city-btn {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 14px;
    scroll-snap-align: start;
  }
  .btn { min-height: 50px; font-size: 15px; }
  .btn.btn--route { width: 100%; margin-top: 12px; align-self: stretch; }
  .btn--wide { width: 100%; min-width: 0; }
}

/* End */
/* /local/components/new_hall/catalog.search/templates/.default/style.css?17829722231669 */
/* /local/components/new_hall/warehouses/templates/.default/style.css?17828876498968 */
