.dc-header-city {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  border-bottom: 1px dashed currentColor;
}
.dc-header-city:hover {
  color: #f5890a;
}
.dc-trigger {
  margin: 6px 0 12px;
  font-size: 15px;
}
.dc-trigger__icon {
  color: #f5890a;
  margin-right: 4px;
}
.dc-trigger__btn {
  background: none;
  border: none;
  border-bottom: 1px dashed #f5890a;
  color: #f5890a;
  font: inherit;
  cursor: pointer;
  padding: 0;
}
.dc-trigger__btn:hover {
  color: #f5890a;
  border-bottom-color: #f5890a;
}
body.dc-modal-open {
  overflow: hidden;
}
.dc-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dc-modal[hidden] {
  display: none;
}
.dc-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.dc-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: var(--radius-block);
  width: 560px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 48px);
  padding: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.dc-modal__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #888;
  cursor: pointer;
}
.dc-modal__close:hover {
  color: #f5890a;
}
.dc-modal__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-right: 24px;
}
.dc-modal__search {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  border-radius: var(--radius-control);
  font-size: 15px;
  margin-bottom: 14px;
}
.dc-modal__search:focus {
  outline: none;
  border-color: #f5890a;
}
.dc-modal__subtitle {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.dc-city-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.dc-modal__list {
  overflow-y: auto;
  flex: 1 1 auto;
}
.dc-city {
  background: none;
  border: 1px solid transparent;
  font: inherit;
  color: #282828;
  cursor: pointer;
  text-align: left;
}
.dc-city-chips .dc-city {
  border: 1px solid #d8d8d8;
  border-radius: 16px;
  padding: 6px 14px;
  font-size: 14px;
}
.dc-city-chips .dc-city:hover {
  border-color: #f5890a;
  color: #f5890a;
}
.dc-city-item {
  border-bottom: 1px solid #f0f0f0;
}
.dc-city-item__head {
  display: flex;
  align-items: center;
}
.dc-city--row {
  display: block;
  flex: 1 1 auto;
  padding: 10px 6px;
}
.dc-city--row:hover {
  background: #fafafa;
  color: #f5890a;
}
.dc-city__cnt {
  background: none;
  border: none;
  font: inherit;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  cursor: pointer;
  padding: 10px 6px;
}
.dc-city__cnt:hover {
  color: #f5890a;
}
.dc-city__cnt::after {
  content: " ▾";
}
.dc-city__cnt[aria-expanded="true"]::after {
  content: " ▴";
}
.dc-modal__empty {
  color: #888;
  padding: 14px 6px;
  font-size: 14px;
}
.dc-city__terminals {
  padding: 0 6px 10px;
}
.dc-terminal {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0 4px 10px;
  border-left: 2px solid #f0f0f0;
  margin: 4px 0;
}
.dc-terminal__info {
  flex: 1 1 auto;
  min-width: 0;
}
.dc-terminal--selected {
  border-left-color: #f5890a;
  background: #f8f5ee;
  border-radius: var(--radius-control);
}
.dc-terminal__choose {
  flex: 0 0 auto;
  background: none;
  border: 1px solid #dde2e6;
  border-radius: var(--radius-control);
  color: #282828;
  font: inherit;
  font-size: 13px;
  padding: 4px 10px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.dc-terminal__choose:hover {
  border-color: #f5890a;
  color: #f5890a;
}
.dc-terminal__choose:disabled {
  opacity: 0.6;
  cursor: default;
}
.dc-terminal--selected .dc-terminal__choose {
  background: #f5890a;
  border-color: #f5890a;
  color: #fff;
}
.dc-terminal__name {
  font-size: 13px;
  font-weight: 600;
  color: #282828;
}
.dc-terminal__address {
  font-size: 13px;
  color: #666;
}
.dc-terminals__note {
  padding: 6px 0;
  font-size: 13px;
  color: #888;
}
.dc-terminals-map {
  height: 240px;
  margin: 6px 0 10px;
  border-radius: var(--radius-control);
  overflow: hidden;
}
.dc-city,
.dc-city__cnt,
.dc-header-city,
.dc-modal__close {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 767px) {
  .dc-modal__dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    padding: 16px;
  }
  .dc-modal__title {
    font-size: 18px;
  }
}
.dc-header-points {
  margin-left: 12px;
  color: inherit;
  white-space: nowrap;
}
.dc-header-points:hover {
  color: #f5890a;
}
.dc-header-points .fa-map-marker-alt {
  margin-right: 4px;
  color: #f5890a;
}
.pvz-page {
  background: #fff;
  border-radius: var(--radius-block);
  padding: 20px;
}
.pvz-page__title {
  font-size: 24px;
  margin-bottom: 12px;
}
.pvz-page__toolbar {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.pvz-page__count {
  color: #616161;
}
.pvz-page__change-city {
  background: none;
  border: none;
  border-bottom: 1px dashed #f5890a;
  color: #f5890a;
  font: inherit;
  padding: 0;
  cursor: pointer;
}
.pvz-page__layout {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.pvz-page__side {
  flex: 0 0 340px;
  max-width: 340px;
}
.pvz-page__map {
  flex: 1 1 auto;
  height: 520px;
  border-radius: var(--radius-control);
  overflow: hidden;
}
.pvz-search {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #dde2e6;
  border-radius: var(--radius-control);
  font-size: 15px;
  margin-bottom: 12px;
  -webkit-appearance: none;
  appearance: none;
}
.pvz-search:focus {
  outline: none;
  border-color: #f5890a;
}
.pvz-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 460px;
  overflow-y: auto;
}
.pvz-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.pvz-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pvz-item__info {
  flex: 1 1 auto;
  min-width: 0;
}
.pvz-item--selected {
  background: #f8f5ee;
  border-radius: var(--radius-control);
  padding: 10px 8px;
}
.pvz-item__choose {
  flex: 0 0 auto;
  background: none;
  border: 1px solid #dde2e6;
  border-radius: var(--radius-control);
  color: #282828;
  font: inherit;
  font-size: 14px;
  padding: 6px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.pvz-item__choose:hover {
  border-color: #f5890a;
  color: #f5890a;
}
.pvz-item__choose:disabled {
  opacity: 0.6;
  cursor: default;
}
.pvz-item--selected .pvz-item__choose {
  background: #f5890a;
  border-color: #f5890a;
  color: #fff;
}
.pvz-page__hint {
  color: #616161;
  font-size: 14px;
  margin-bottom: 10px;
}
.pvz-item__name {
  font-weight: 600;
}
.pvz-item__address {
  color: #616161;
  font-size: 14px;
}
.pvz-item__meta {
  color: #616161;
  font-size: 13px;
}
.pvz-page__note,
.pvz-page__empty,
.pvz-page__legal {
  color: #616161;
  font-size: 14px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .pvz-page {
    padding: 12px;
  }
  .pvz-page__layout {
    flex-direction: column;
  }
  .pvz-page__side {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    order: 2;
  }
  .pvz-page__map {
    width: 100%;
    height: 300px;
    order: 1;
  }
  .pvz-list {
    max-height: none;
  }
}
.cart-pickup-point__change {
  margin-left: 8px;
  font-size: 13px;
}
.pvz-page__intro {
  color: #282828;
  margin-bottom: 16px;
}
.pvz-block {
  margin-top: 24px;
}
.pvz-block__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.pvz-block__text {
  color: #616161;
}
.pvz-categories,
.pvz-cities {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}
.pvz-cities__current {
  color: #616161;
}
.pvz-item__company {
  font-weight: 600;
}
.dc-city-page-link {
  font-size: 14px;
}
.dc-region-note {
  background: #f6f6f6;
  border-radius: var(--radius-control);
  padding: 12px 14px;
  margin: 16px 0;
  font-size: 14px;
}
.dc-city__cnt-plain {
  font-size: 13px;
  color: #616161;
  white-space: nowrap;
  padding: 10px 6px;
}
.pvz-cities__more {
  margin-top: 10px;
  color: #616161;
  font-size: 14px;
}
/*# sourceMappingURL=delivery-city.css.map */