/* Standalone header variant based on the supplied chaika24.ru reference. */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/inter-v20-cyrillic_latin-700.woff2") format("woff2");
}

.cnd-ref-header {
  display: none;
}

.cnd-header-reference-v4 .main-header {
  display: none;
}

.cnd-header-reference-v4 .cnd-ref-header {
  position: relative;
  z-index: 1000;
  display: block;
  background: #fff;
  box-shadow: 0 5px 20px rgba(35, 48, 58, 0.07);
  color: #26323f;
  font-family: Inter, Arial, sans-serif;
}

.cnd-ref-header *,
.cnd-ref-header *::before,
.cnd-ref-header *::after {
  box-sizing: border-box;
}

.cnd-ref-header .container::before,
.cnd-ref-header .container::after {
  display: none;
  content: none;
}

.cnd-ref-header a {
  text-decoration: none;
}

.cnd-ref-topbar {
  height: 44px;
  background: rgb(123, 196, 235);
  color: rgb(255, 255, 255);
}

.cnd-ref-topbar__inner {
  height: 44px;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto auto auto;
  align-items: center;
  gap: 22px;
}

.cnd-ref-topcontact,
.cnd-ref-map {
  display: inline-flex;
  align-items: center;
  color: #fff;
  white-space: nowrap;
}

.cnd-ref-topcontact {
  width: fit-content;
  gap: 9px;
  font-size: 14px;
  font-weight: 700;
}

.cnd-ref-topcontact:hover,
.cnd-ref-utility a:hover {
  color: #fff;
  opacity: 0.82;
}

.cnd-ref-topcontact svg,
.cnd-ref-map svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cnd-ref-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}

.cnd-ref-socials a {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 0px;
  border-radius: 50%;
  transition: box-shadow 160ms, transform 160ms;
}

.cnd-ref-socials a:hover,
.cnd-ref-socials a:focus {
  transform: translateY(-1px) scale(1.04);
}

.cnd-ref-socials .cnd-ref-social-tiktok {
  background: #fff;
}

.cnd-ref-socials img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cnd-ref-utility {
  height: 44px;
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.cnd-ref-utility a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.cnd-ref-map {
  min-height: 34px;
  gap: 8px;
  justify-self: end;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cnd-ref-map,
.cnd-ref-map:hover,
.cnd-ref-map:focus,
.cnd-ref-map:visited {
  color: #fff;
  opacity: 1;
}

button.cnd-ref-map {
  appearance: none;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
}

.cnd-ref-middle {
  display: none;
  height: 98px;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
}

.cnd-ref-middle__inner {
  height: 98px;
  display: grid;
  grid-template-columns: 245px minmax(200px, 1fr) auto auto;
  align-items: center;
  gap: 22px;
}

.cnd-ref-logo {
  display: inline-flex;
  align-items: center;
}

.cnd-ref-logo img {
  width: 230px;
  max-width: 100%;
  height: auto;
  display: block;
}

.cnd-ref-tagline {
  padding-left: 20px;
  border-left: 1px solid #e5e8ea;
  color: #7a858a;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.045em;
  line-height: 1.45;
  text-transform: uppercase;
}

.cnd-ref-proof {
  min-width: 125px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 11px 14px;
  border-radius: 7px;
  background: #f7f7f7;
  line-height: 1.2;
}

.cnd-ref-proof strong {
  color: #e98832;
  font-size: 15px;
  font-weight: 700;
}

.cnd-ref-proof span {
  color: #818b90;
  font-size: 10px;
}

.cnd-ref-hours,
.cnd-ref-phone,
.cnd-ref-delivery {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #26323f;
  white-space: nowrap;
}

.cnd-ref-hours {
  justify-self: end;
}

.cnd-ref-hours svg,
.cnd-ref-phone > svg,
.cnd-ref-delivery > svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: #45a8d4;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cnd-ref-hours span,
.cnd-ref-phone span,
.cnd-ref-delivery span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cnd-ref-hours strong {
  color: #424d52;
  font-size: 11px;
  font-weight: 700;
}

.cnd-ref-hours small,
.cnd-ref-phone small,
.cnd-ref-delivery small {
  color: #829096;
  font-size: 10px;
  font-weight: 400;
}

.cnd-ref-phone a {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.cnd-ref-phone a:hover,
.cnd-ref-delivery:hover small {
  color: #24a9e1;
}

.cnd-ref-phone small,
.cnd-ref-delivery small {
  color: #24a9e1;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cnd-ref-delivery {
  padding-left: 18px;
  border-left: 1px solid #e5e8ea;
}

.cnd-ref-delivery strong {
  color: #222;
  font-size: 14px;
  font-weight: 700;
}

.cnd-ref-catalog {
  height: 70px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #e9edef;
  background: #fff;
}

@media (min-width: 992px) {
  .cnd-header-reference-v4 .cnd-ref-header--sticky {
    padding-bottom: 70px;
  }

  .cnd-header-reference-v4 .cnd-ref-header--sticky .cnd-ref-catalog {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1050;
    box-shadow: 0 6px 18px rgba(31, 55, 69, 0.12);
  }
}

.cnd-ref-catalog-row {
  height: 70px;
  display: grid;
  grid-template-columns: 205px minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
}

.cnd-ref-catalog-logo {
  display: flex;
  align-items: center;
}

.cnd-ref-catalog-logo img {
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
}

.cnd-ref-catalog__inner {
  min-width: 0;
  height: 70px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 8px;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.cnd-ref-catalog__inner > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

.cnd-ref-catalog__inner > li > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #26323f;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.cnd-ref-catalog__inner > li > a:hover,
.cnd-ref-catalog__inner > li:focus-within > a {
  color: #24a9e1;
}

.cnd-ref-service-trigger span {
  position: relative;
  top: -2px;
  color: #879399;
  font-size: 15px;
}

.cnd-ref-submenu {
  min-width: 245px;
  position: absolute;
  top: 100%;
  left: -16px;
  z-index: 50;
  padding: 8px;
  border: 1px solid #e5ebee;
  border-top: 3px solid #45afe1;
  border-radius: 0 0 14px 14px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(35, 58, 72, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  margin-top: -1px;
}

.cnd-ref-submenu:not(.cnd-ref-submenu--mega) {
  max-height: calc(100vh - 220px);
  overflow-y: auto;
}

.cnd-ref-submenu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 8px;
  color: #3d494f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.cnd-ref-submenu a:hover,
.cnd-ref-submenu a:focus {
  background: #eef8fd;
  color: #188fc6;
}

.cnd-ref-submenu--mega {
  width: min(940px, calc(100vw - 30px));
  max-height: calc(100vh - 220px);
  padding: 0 16px 16px;
  overflow-y: auto;
}

.cnd-ref-mega-heading {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e9edef;
}

.cnd-ref-mega-heading span {
  color: #26323f;
  font-size: 20px;
  font-weight: 700;
}

.cnd-ref-mega-heading > a {
  min-height: auto;
  padding: 6px 9px;
  color: #188fc6;
  font-size: 13px;
  font-weight: 700;
}

.cnd-ref-mega-shortcuts {
  display: none;
}

.cnd-ref-mega-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 1fr);
  gap: 20px;
}

.cnd-ref-mega-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cnd-ref-mega-group {
  min-width: 0;
}

.cnd-ref-mega-group--clothes {
  padding-right: 20px;
  border-right: 1px solid #e9edef;
}

.cnd-ref-submenu .cnd-ref-mega-title {
  min-height: 36px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  padding: 7px 10px;
  border-radius: 9px;
  color: #26323f;
  font-size: 15px;
  font-weight: 700;
}

.cnd-ref-submenu span.cnd-ref-mega-title {
  cursor: default;
}

.cnd-ref-submenu .cnd-ref-mega-title--standalone {
  margin-bottom: 0;
}

.cnd-ref-mega-links {
  display: grid;
  gap: 1px 8px;
}

.cnd-ref-mega-links--two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cnd-ref-submenu .cnd-ref-mega-links a {
  min-height: 29px;
  padding: 4px 7px;
  font-size: 13px;
  white-space: normal;
}

/* Alternative card-based presentation of the same exact service hierarchy. */
.cnd-mega-v2 .cnd-ref-submenu--mega {
  width: min(1060px, calc(100vw - 30px));
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid #e2e6e8;
  border-top: 3px solid #45afe1;
  border-radius: 0 0 18px 18px;
  background: #f3f5f6;
}

.cnd-mega-v2 .cnd-ref-mega-heading {
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin: 0;
  padding: 20px 14px;
  border: 1px solid #e1e6e8;
  border-radius: 14px;
  background: #fff;
}

.cnd-mega-v2 .cnd-ref-mega-heading span {
  padding: 0 8px;
  font-size: 21px;
  line-height: 1.2;
}

.cnd-mega-v2 .cnd-ref-mega-heading > a {
  order: 3;
  margin-top: auto;
  padding: 10px 8px 0;
  background: transparent;
  font-size: 11px;
  white-space: normal;
}

.cnd-mega-v2 .cnd-ref-mega-shortcuts {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.cnd-mega-v2 .cnd-ref-mega-shortcuts a {
  min-height: 38px;
  position: relative;
  padding: 8px 27px 8px 10px;
  border-radius: 9px;
  color: #465158;
  font-size: 12px;
  font-weight: 700;
}

.cnd-mega-v2 .cnd-ref-mega-shortcuts a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "→";
  color: #9ca6aa;
  transform: translateY(-50%);
}

.cnd-mega-v2 .cnd-ref-mega-shortcuts a:hover,
.cnd-mega-v2 .cnd-ref-mega-shortcuts a:focus {
  background: #eef8fd;
  color: #188fc6;
}

.cnd-mega-v2 .cnd-ref-mega-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 14px;
}

.cnd-mega-v2 .cnd-ref-mega-group--clothes,
.cnd-mega-v2 .cnd-ref-mega-side .cnd-ref-mega-group {
  padding: 15px;
  border: 1px solid #e1e6e8;
  border-radius: 14px;
  background: #fff;
}

.cnd-mega-v2 .cnd-ref-mega-group--clothes {
  border-right: 1px solid #e1e6e8;
}

.cnd-mega-v2 .cnd-ref-mega-side {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
}

.cnd-mega-v2 .cnd-ref-mega-side .cnd-ref-mega-group {
  grid-column: 1 / -1;
  order: 2;
}

.cnd-mega-v2 .cnd-ref-mega-side > .cnd-ref-mega-title--standalone {
  min-height: 48px;
  justify-content: space-between;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #e1e6e8;
  border-radius: 12px;
  background: #fff;
}

.cnd-mega-v2 .cnd-ref-mega-side > .cnd-ref-mega-title--standalone::after {
  content: "→";
  color: #9ca6aa;
}

.cnd-mega-v2 .cnd-ref-mega-side > .cnd-ref-mega-title--standalone:last-child {
  order: 1;
}

.cnd-mega-v2 .cnd-ref-mega-title {
  background: #f2f4f5;
}

.cnd-ref-service-item:hover > .cnd-ref-submenu,
.cnd-ref-service-item:focus-within > .cnd-ref-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.cnd-map-modal-open {
  overflow: hidden;
}

.cnd-map-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(29, 42, 51, 0.62);
  backdrop-filter: blur(4px);
  animation: cnd-map-modal-fade 180ms ease both;
}

.cnd-map-modal__dialog {
  width: min(1180px, 100%);
  max-height: calc(100vh - 48px);
  max-height: calc(100dvh - 48px);
  position: relative;
  overflow: auto;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(20, 36, 47, 0.3);
  animation: cnd-map-modal-rise 220ms ease both;
}

.cnd-map-modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #26323f;
  box-shadow: 0 5px 18px rgba(30, 48, 61, 0.2);
  cursor: pointer;
  transition: color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.cnd-map-modal__close:hover,
.cnd-map-modal__close:focus {
  color: #188fc6;
  box-shadow: 0 7px 22px rgba(30, 48, 61, 0.26);
  transform: translateY(-1px);
}

.cnd-map-modal__close span,
.cnd-map-modal__close span::before {
  width: 18px;
  height: 2px;
  display: block;
  border-radius: 2px;
  background: currentColor;
  content: "";
}

.cnd-map-modal__close span {
  transform: rotate(45deg);
}

.cnd-map-modal__close span::before {
  transform: rotate(90deg);
}

.cnd-map-modal__content {
  min-height: 420px;
  background: #eef3f6;
}

.cnd-map-modal__loading,
.cnd-map-modal__load-error {
  min-height: min(640px, calc(100vh - 48px));
  min-height: min(640px, calc(100dvh - 48px));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  padding: 54px;
  color: #26323f;
  text-align: center;
}

.cnd-map-modal__loading > span {
  width: 36px;
  height: 36px;
  border: 3px solid rgba(40, 167, 233, 0.2);
  border-top-color: #28a7e9;
  border-radius: 50%;
  animation: cnd-map-modal-spin 750ms linear infinite;
}

.cnd-map-modal__loading strong,
.cnd-map-modal__load-error strong {
  font-size: 17px;
  font-weight: 700;
}

.cnd-map-modal__load-error span {
  color: #74828a;
  font-size: 14px;
  font-weight: 400;
}

.cnd-map-modal .cnd-pickup-map__shell {
  height: min(640px, calc(100vh - 48px));
  height: min(640px, calc(100dvh - 48px));
  min-height: 500px;
}

@keyframes cnd-map-modal-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes cnd-map-modal-rise {
  from { opacity: 0; transform: translateY(12px) scale(0.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes cnd-map-modal-spin {
  to { transform: rotate(360deg); }
}

.cnd-ref-menu-button,
.cnd-ref-mobile-menu {
  display: none;
}

@media (max-width: 1199px) {
  .cnd-ref-topbar__inner {
    grid-template-columns: minmax(220px, 1fr) auto auto;
    gap: 18px;
  }

  .cnd-ref-utility {
    display: none;
  }

  .cnd-ref-middle__inner {
    grid-template-columns: 215px minmax(170px, 1fr) auto auto;
    gap: 16px;
  }

  .cnd-ref-logo img {
    width: 200px;
  }

  .cnd-ref-proof {
    display: none;
  }

  .cnd-ref-catalog__inner {
    gap: 6px;
  }

  .cnd-ref-catalog__inner > li > a {
    font-size: 13px;
  }

  .cnd-ref-catalog-secondary {
    display: none !important;
  }

  .cnd-ref-catalog-row {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 16px;
  }

  .cnd-ref-catalog-logo img {
    width: 185px;
  }
}

@media (max-width: 991px) {
  .cnd-ref-topbar,
  .cnd-ref-topbar__inner {
    height: 44px;
  }

  .cnd-ref-topbar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
  }

  .cnd-ref-topcontact {
    min-width: 0;
    font-size: 13px;
  }

  .cnd-ref-topcontact span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cnd-ref-utility {
    display: none;
  }

  .cnd-ref-map {
    min-width: 36px;
    min-height: 36px;
    justify-content: center;
    padding: 0 12px;
  }

  .cnd-ref-topbar .cnd-ref-map {
    display: none;
  }

  .cnd-ref-middle,
  .cnd-ref-middle__inner {
    height: 83px;
  }

  .cnd-ref-middle {
    display: block;
  }

  .cnd-ref-middle__inner {
    grid-template-columns: 46px minmax(155px, 1fr) 42px 42px;
    gap: 12px;
  }

  .cnd-ref-menu-button {
    width: 42px;
    height: 42px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: rgb(123, 196, 235);
  }

  .cnd-ref-menu-button span {
    width: 22px;
    height: 2px;
    border-radius: 2px;
    background: #fff;
  }

  .cnd-ref-logo {
    justify-content: flex-start;
  }

  .cnd-ref-logo img {
    width: 190px;
  }

  .cnd-ref-tagline,
  .cnd-ref-proof,
  .cnd-ref-hours {
    display: none;
  }

  .cnd-ref-phone,
  .cnd-ref-delivery {
    width: 42px;
    height: 42px;
    justify-content: center;
    gap: 0;
    padding: 0;
    border: 0;
  }

  .cnd-ref-mobile-map {
    appearance: none;
    background: transparent;
    box-shadow: none;
  }

  .cnd-ref-phone > svg,
  .cnd-ref-delivery > svg {
    width: 36px;
    height: 36px;
    stroke: #26323f;
    stroke-width: 2.2;
  }

  .cnd-ref-phone > svg,
  .cnd-ref-mobile-map > svg {
    fill: rgb(123, 196, 235);
    stroke: none;
  }

  .cnd-ref-mobile-map > svg circle {
    fill: #fff;
    stroke: none;
  }

  .cnd-ref-phone span,
  .cnd-ref-delivery span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .cnd-ref-catalog {
    display: none;
  }

  .cnd-ref-mobile-menu {
    display: block;
    position: absolute;
    top: 127px;
    right: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    max-height: calc(100vh - 127px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 8px 12px 24px;
    border: 1px solid #e7ecef;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 18px 38px rgba(32, 58, 76, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    clip-path: inset(0 0 100% 0);
    transform: translateY(-8px);
    transform-origin: top center;
    transition: opacity 220ms ease, transform 300ms ease, clip-path 300ms ease, visibility 0s linear 300ms;
    -webkit-overflow-scrolling: touch;
  }

  .cnd-ref-mobile-menu.collapse {
    display: block;
  }

  .cnd-ref-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    transition-delay: 0s;
  }

  @media (prefers-reduced-motion: reduce) {
    .cnd-ref-mobile-menu {
      transition: none;
    }
  }

  .cnd-ref-mobile-tree,
  .cnd-ref-mobile-children {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .cnd-ref-mobile-tree {
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .cnd-ref-mobile-item {
    margin: 0;
    padding: 0;
  }

  .cnd-ref-mobile-row {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(38, 50, 63, 0.06);
    border-radius: 10px;
    transition: background-color 160ms ease;
  }

  .cnd-ref-mobile-item:last-child > .cnd-ref-mobile-row {
    border-bottom-color: transparent;
  }

  .cnd-ref-mobile-row > a {
    min-width: 0;
    min-height: 46px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    padding: 9px 11px;
    color: #26323f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }

  .cnd-ref-mobile-tree > .cnd-ref-mobile-item > .cnd-ref-mobile-row > a {
    min-height: 50px;
    font-size: 15px;
    font-weight: 700;
  }

  .cnd-ref-mobile-row:hover {
    background: #f5f7f8;
  }

  .cnd-ref-mobile-row > a:hover,
  .cnd-ref-mobile-row > a:focus {
    color: #188fc6;
  }

  .cnd-ref-mobile-toggle {
    width: 34px;
    min-width: 34px;
    height: 34px;
    position: relative;
    align-self: center;
    display: block;
    margin-right: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f0f3f4;
    color: #74828a;
    transition: background-color 160ms ease, color 160ms ease;
  }

  .cnd-ref-mobile-toggle::before {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 48%;
    left: 50%;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    content: "";
    transition: transform 180ms ease;
    transform: translate(-60%, -50%) rotate(-45deg);
  }

  .cnd-ref-mobile-item--open > .cnd-ref-mobile-row > .cnd-ref-mobile-toggle {
    background: #e8f5fb;
    color: #188fc6;
  }

  .cnd-ref-mobile-item--open > .cnd-ref-mobile-row > .cnd-ref-mobile-toggle::before {
    transform: translate(-50%, -65%) rotate(45deg);
  }

  .cnd-ref-mobile-item--open > .cnd-ref-mobile-row > a {
    color: #188fc6;
  }

  .cnd-ref-mobile-children {
    margin: 0 0 5px;
    padding: 5px 7px 8px;
    border-radius: 12px;
    background: #f5f7f8;
  }

  .cnd-ref-mobile-children .cnd-ref-mobile-children {
    margin: 2px 0 5px 10px;
    padding: 4px 6px 6px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.76);
  }

  .cnd-ref-mobile-children .cnd-ref-mobile-row > a {
    min-height: 40px;
    padding: 7px 9px;
    font-size: 13.5px;
    font-weight: 400;
  }

  .cnd-ref-mobile-children .cnd-ref-mobile-item--parent > .cnd-ref-mobile-row > a {
    font-weight: 700;
  }

  .cnd-ref-mobile-children .cnd-ref-mobile-row:hover {
    background: rgba(255, 255, 255, 0.78);
  }

  .cnd-ref-mobile-children .cnd-ref-mobile-toggle {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}

@media (max-width: 860px) {
  .cnd-map-modal {
    align-items: stretch;
    padding: 0;
  }

  .cnd-map-modal__dialog {
    width: 100%;
    max-height: 100vh;
    max-height: 100dvh;
    border-radius: 0;
  }

  .cnd-map-modal__close {
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .cnd-map-modal__content {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .cnd-map-modal__loading,
  .cnd-map-modal__load-error {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .cnd-map-modal .cnd-pickup-map__shell {
    height: auto;
    min-height: 0;
  }

  .cnd-map-modal .cnd-pickup-map__canvas {
    height: min(55vh, 460px);
    height: min(55dvh, 460px);
    flex-basis: min(55vh, 460px);
    flex-basis: min(55dvh, 460px);
  }
}

@media (max-width: 520px) {
  .cnd-ref-topbar__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cnd-ref-map span {
    display: none;
  }

  .cnd-ref-topbar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 5px;
  }

  .cnd-ref-topcontact {
    gap: 6px;
    font-size: 12px;
  }

  .cnd-ref-topcontact svg {
    width: 17px;
    height: 17px;
  }

  .cnd-ref-socials {
    gap: 3px;
  }

  .cnd-ref-socials a {
    width: 22px;
    height: 22px;
  }

  .cnd-ref-map {
    width: 32px;
    min-width: 32px;
    min-height: 32px;
    padding: 0;
    border-radius: 50%;
  }

  .cnd-ref-middle__inner {
    grid-template-columns: 42px minmax(140px, 1fr) 38px 38px;
    gap: 8px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .cnd-ref-menu-button {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .cnd-ref-logo img {
    width: 165px;
  }

  .cnd-ref-phone,
  .cnd-ref-delivery {
    width: 38px;
    height: 38px;
  }
}
