@font-face {
  font-family: "Bebas Neue Cyrillic";
  src: url("/partners/fonts/bebasneuecyrillic.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/partners/fonts/GothamPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Pro";
  src: url("/partners/fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --gm-bg: #111111;
  --gm-panel: #1c1c1c;
  --gm-card: #242424;
  --gm-field: #2a2a2a;
  --gm-soft: #888888;
  --gm-muted: #666666;
  --gm-red: #e53535;
  --gm-white: #ffffff;
  --gm-text: #f4f4f4;
  --gm-green: #2df56b;
  --gm-green-bg: #12341d;
  --gm-search-font: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.gm-map-shell,
.gm-map-shell * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
.gm-map-shell {
  background: var(--gm-bg);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  touch-action: manipulation;
  overscroll-behavior: none;
}

#rec2333027851,
#rec2333252721,
[data-gm-hidden-landing-block="1"] {
  display: none !important;
}

.gm-modal,
.gm-modal * {
  box-sizing: border-box;
}

.gm-map-shell {
  position: relative;
  width: 100%;
  height: 720px;
  min-height: 720px;
  overflow: hidden;
  background: var(--gm-bg);
  color: var(--gm-text);
  font-family: "Gotham Pro", Arial, sans-serif;
}

.gm-map-shell::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 150px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.72) 64%, #050505 100%);
}

.gm-map-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #191919;
}

.gm-map-stage::after {
  display: none;
}

.gm-leaflet-map,
.gm-map-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gm-leaflet-map {
  touch-action: pan-x pan-y;
  overscroll-behavior: contain;
  filter: none;
}


.gm-map-shell .leaflet-container {
  background: #191919;
  font-family: inherit;
}

.gm-map-shell .leaflet-pane,
.gm-map-shell .leaflet-tile,
.gm-map-shell .leaflet-marker-icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gm-map-shell .leaflet-tile-pane {
  filter: grayscale(1) brightness(0.46) contrast(1.12);
}

.gm-map-shell .leaflet-tile-container {
  will-change: transform;
}

.gm-map-shell .gm-leaflet-marker-icon {
  background: transparent;
  border: 0;
}

.gm-map-shell .gm-leaflet-marker-icon .gm-marker {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.gm-leaflet-map ymaps[class*="ground-pane"] {
  filter: grayscale(1) brightness(0.36) contrast(1.18);
}

.gm-leaflet-map .leaflet-tile-pane {
  filter: grayscale(1) brightness(0.36) contrast(1.18);
}

.gm-leaflet-map .leaflet-control-attribution,
.gm-leaflet-map .leaflet-control-container .leaflet-top.leaflet-left {
  display: none;
}

.gm-map-fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #444444, #1f1f1f);
  color: rgba(255, 255, 255, 0.72);
  font: 700 13px/1.35 "Gotham Pro", Arial, sans-serif;
  text-transform: uppercase;
}

.gm-map-fallback[hidden] {
  display: none !important;
}

.gm-map-panel {
  position: absolute;
  z-index: 8;
  top: 30px;
  left: 30px;
  bottom: 30px;
  width: 400px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: var(--gm-panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.8);
  animation: gm-panel-in 520ms cubic-bezier(0.2, 0.82, 0.18, 1) both;
}

@keyframes gm-panel-in {
  from {
    opacity: 0;
    transform: translate3d(-18px, 16px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.gm-panel-drag {
  display: none;
}

.gm-panel-head {
  flex: none;
  padding: 24px 16px 16px;
}

.gm-panel-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 12px;
}

.gm-panel-title {
  min-width: 0;
  margin: 0 0 0 8px;
  color: #ffffff;
  font-family: "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gm-panel-close {
  display: none;
}

.gm-panel-cta {
  display: none;
}

.gm-landing-header {
  display: none;
}

.gm-search-form {
  margin: 0;
}

.gm-search-field {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  align-items: center;
  gap: 8px;
}

.gm-search-control {
  position: relative;
  min-width: 0;
}

.gm-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 22px;
  height: 22px;
  color: #a3a3a3;
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

.gm-search-field input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 9px;
  outline: 0;
  padding: 0 38px 0 48px;
  background: var(--gm-field);
  color: #ffffff;
  font: 400 15px/1.15 var(--gm-search-font);
  letter-spacing: 0;
}

.gm-search-field input::-webkit-search-cancel-button,
.gm-search-field input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
}

.gm-search-clear {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.72;
  transform: translateY(-50%);
}

.gm-search-clear[hidden] {
  display: none !important;
}

.gm-search-clear svg {
    width: 23px;
    height: 23px;
    display: block;
}

.gm-search-clear:hover,
.gm-search-clear:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.gm-search-field input::placeholder {
  color: #a3a3a3;
  opacity: 1;
}

.gm-search-field input:focus {
  border-color: #a3a3a3;
  box-shadow: 0 0 0 1px rgba(163, 163, 163, 0.35);
}

.gm-search-geo-row {
  display: none;
}

.gm-search-submit,
.gm-contact-submit {
  border: 0;
  cursor: pointer;
  transition:
    background-color 150ms ease,
    color 150ms ease,
    transform 150ms ease;
}

.gm-search-submit {
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0 0;
  border-radius: 10px;
  background: linear-gradient(105deg, #f7f7f7 0%, #ffffff 45%, #d8d8d8 100%);
  color: #111111;
  font: 700 14px/1 var(--gm-search-font);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.gm-search-submit:hover,
.gm-search-submit:focus-visible {
  background: #ffffff;
  outline: none;
}

.gm-results-shell {
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gm-sheet-landing {
  display: none;
}

.gm-sheet-landing-content {
  width: 100%;
}

.gm-sheet-landing-header {
  display: none;
}

.gm-sheet-fallback[hidden] {
  display: none !important;
}

.gm-results-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  min-height: 0;
  padding: 0 20px 6px;
}

.gm-results-title {
  display: none;
  color: #ffffff;
  font-family: "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.gm-panel-collapse {
  display: none;
  width: 34px;
  height: 34px;
  flex: none;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #2a2a2a;
  color: #ffffff;
  font: 700 24px/1 Arial, sans-serif;
  cursor: pointer;
}

.gm-panel-collapse span {
  display: block;
  transform: translateY(-2px);
}

.gm-panel-collapse svg {
  width: 28px;
  height: 28px;
  display: block;
}

.gm-panel-collapse:hover,
.gm-panel-collapse:focus-visible {
  background: #343434;
  outline: none;
}

.gm-geo-btn {
  width: max-content;
  max-width: 144px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: none;
  margin: 2px 4px 0 0;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #8c8c8c;
  font: 400 12px/1 "Gotham Pro", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
  transition:
    transform 180ms cubic-bezier(0.2, 0.82, 0.18, 1),
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.gm-geo-btn:hover,
.gm-geo-btn:focus-visible {
  transform: translateY(-1px);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.38);
  outline: none;
}

.gm-geo-btn.is-active,
.gm-geo-btn[aria-busy="true"] {
  border-color: rgba(45, 245, 107, 0.16);
  background: linear-gradient(180deg, rgba(18, 52, 29, 0.96), rgba(13, 39, 22, 0.96));
  color: var(--gm-green);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(45, 245, 107, 0.04);
}

.gm-geo-btn[aria-busy="true"] {
  pointer-events: none;
  opacity: 0.86;
}

.gm-geo-dot {
  width: 13px;
  height: 13px;
  flex: none;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: none;
  animation: none;
}

.gm-geo-btn.is-active .gm-geo-dot,
.gm-geo-btn[aria-busy="true"] .gm-geo-dot {
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(45, 245, 107, 0.42);
  animation: gm-geo-pulse 1800ms ease-out infinite;
}

@keyframes gm-geo-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(45, 245, 107, 0.42);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(45, 245, 107, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(45, 245, 107, 0);
  }
}

.gm-results {
  flex: 1;
  order: 2;
  min-height: 0;
  overflow-y: scroll;
  padding: 8px 0 12px;
  scrollbar-width: thin;
  scrollbar-color: #2a2a2a transparent;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
}

.gm-results,
.gm-results * {
  touch-action: pan-y;
}

.gm-results a,
.gm-results button {
  touch-action: manipulation;
}

.gm-results::-webkit-scrollbar {
  width: 3px;
}

.gm-results::-webkit-scrollbar-track {
  background: transparent;
}

.gm-results::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #2a2a2a;
}

.gm-result-card {
  width: calc(100% - 32px);
  min-height: 126px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  align-items: center;
  gap: 18px;
  margin: 0 16px 10px;
  padding: 16px 16px;
  border-radius: 15px 15px 0px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 100ms ease, transform 100ms ease;
  animation: gm-card-in 420ms cubic-bezier(0.2, 0.82, 0.18, 1) both;
  animation-delay: min(calc(var(--gm-card-index, 0) * 28ms), 360ms);
}

@keyframes gm-card-in {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.gm-result-card:hover {
  background: rgba(255, 255, 255, 0.025);
}

.gm-result-card.is-selected {
  background: transparent;
}

.gm-result-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: -2px;
}

.gm-card-copy {
  min-width: 0;
}

.gm-card-title {
  margin: 0 0 10px;
  color: #f3f3f3;
  font: 600 18px/22px var(--gm-search-font);
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gm-card-meta {
  margin: 0;
  color: #f3f3f3;
  font: 400 14px/18px var(--gm-search-font);
  letter-spacing: 0;
  word-break: break-word;
}

.gm-card-description {
  display: none;
  margin: 8px 0 0;
  color: #989898;
  font: 400 13px/17px var(--gm-search-font);
  letter-spacing: 0;
  word-break: break-word;
}

.gm-card-distance {
  color: #989898;
}

.gm-card-phone {
  width: max-content;
  max-width: 100%;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 2px 18px 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 16px;
  background: #262626;
  color: #989898;
  font: 400 16px/20px var(--gm-search-font);
  text-decoration: none !important;
  vertical-align: middle;
}

.gm-card-phone:hover,
.gm-card-phone:focus-visible {
  color: #ffffff;
  outline: none;
}

.gm-card-phone svg path {
  transition: fill 150ms ease;
}

.gm-card-phone:hover svg path,
.gm-card-phone:focus-visible svg path {
  fill: #ffffff;
}

.gm-card-phone svg {
  width: 16px;
  height: 16px;
  flex: none;
  display: block;
  transform: translateY(0.5px);
}

.gm-card-phone span {
  display: block;
  position: relative;
  top: 1px;
  line-height: 20px;
  white-space: nowrap;
}

.gm-avatar {
  grid-column: 2;
  grid-row: 1;
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 26px;
  background: #262626;
  color: #5e5e5e;
}

.gm-avatar img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  object-fit: cover !important;
  object-position: center 42% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #242424;
}

.gm-avatar svg {
  width: 36px;
  height: 36px;
}

.gm-list-note,
.gm-empty {
  flex: none;
  order: 1;
  padding: 8px 20px 6px;
  color: #8a8a8a;
  font: 400 13px/1.35 "Gotham Pro", Arial, sans-serif;
  text-align: left;
}

.gm-empty {
  order: 2;
  padding: 26px 20px;
  color: #888888;
  text-align: left;
}

.gm-map-status {
  display: none;
}

.gm-map-controls {
  position: absolute;
  right: 36px;
  bottom: 30px;
  z-index: 6;
  display: grid;
  gap: 8px;
}

.gm-map-control {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #101010;
  font: 700 22px/1 "Gotham Pro", Arial, sans-serif;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
}

.gm-map-control svg {
  width: 20px;
  height: 20px;
  display: block;
}

.gm-map-control.is-active,
.gm-map-control[aria-busy="true"] {
  background: linear-gradient(180deg, rgba(18, 52, 29, 0.96), rgba(13, 39, 22, 0.96));
  color: var(--gm-green);
}

.gm-scroll-link {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 7;
  width: 34px;
  height: 52px;
  display: block;
  color: #ffffff;
  text-decoration: none !important;
  transform: translateX(-50%);
  animation: gm-mouse-float 2200ms ease-in-out infinite;
}

.gm-scroll-link::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 30px;
  height: 46px;
  margin: 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  background: rgba(18, 18, 18, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 10px 24px rgba(0, 0, 0, 0.24);
}

.gm-scroll-link::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 4px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(-50%);
  animation: gm-mouse-wheel 1500ms ease-in-out infinite;
}

@keyframes gm-mouse-float {

  0%,
  100% {
    transform: translate3d(-50%, 0, 0);
  }

  50% {
    transform: translate3d(-50%, 3px, 0);
  }
}

@keyframes gm-mouse-wheel {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -4px, 0);
  }

  35% {
    opacity: 1;
  }

  80% {
    opacity: 0;
    transform: translate3d(-50%, 13px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-50%, 13px, 0);
  }
}

.gm-marker,
.gm-pin-marker {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
}

.gm-marker_pin {
  width: 30px;
  height: 30px;
}

.gm-marker span {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 5px solid var(--gm-red);
  border-radius: 50%;
  background: #ffffff;
  color: #222222;
  font: 500 13px/1 "Gotham Pro", Arial, sans-serif;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.85),
    0 10px 22px rgba(0, 0, 0, 0.36);
  animation: gm-marker-pop 360ms cubic-bezier(0.2, 0.82, 0.18, 1) both;
}

@keyframes gm-marker-pop {
  from {
    opacity: 0;
    transform: scale(0.72);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gm-marker.is-selected span {
  background: var(--gm-red);
  color: #ffffff;
}

.gm-marker_pin span {
  width: 30px;
  height: 30px;
  border-width: 4px;
  font-size: 0;
}

.gm-marker_pin span::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gm-red);
}

.gm-marker_pin.gm-marker_priority {
  width: 35px;
  height: 35px;
}

.gm-marker_pin.gm-marker_priority span {
  width: 35px;
  height: 35px;
  border-color: #ffc400;
  border-width: 4px;
  background: #fffdf2;
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.96),
    0 0 0 5px rgba(255, 196, 0, 0.78),
    0 8px 18px 3px rgba(255, 176, 0, 0.32);
}

.gm-marker_pin.gm-marker_priority span::after {
  width: 10px;
  height: 10px;
  background: #ffb000;
}

.gm-marker_pin.gm-marker_priority.is-selected span {
  background: #ffc400;
  border-color: #fffdf2;
}

.gm-marker_pin.gm-marker_priority.is-selected span::after {
  background: #ffc400;
}

.gm-map-detail {
  position: absolute;
  z-index: 9;
  width: min(430px, calc(100% - 32px));
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
  will-change: opacity;
  overscroll-behavior: contain;
}

.gm-map-detail[hidden] {
  display: none !important;
}

.gm-map-detail.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.gm-map-detail .gm-popup {
  display: flex;
  max-height: min(640px, calc(100svh - 36px));
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
  transform: translate3d(0, 14px, 0) scale(0.982);
  transform-origin: 50% 100%;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.gm-map-detail.is-visible .gm-popup {
  transform: translate3d(0, 0, 0) scale(1);
}

.gm-map-detail .gm-popup-group {
  width: 100%;
  max-height: min(680px, calc(100svh - 36px));
  display: grid;
  gap: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a transparent;
}

.gm-map-detail .gm-popup-group::-webkit-scrollbar {
  width: 4px;
}

.gm-map-detail .gm-popup-group::-webkit-scrollbar-track {
  background: transparent;
}

.gm-map-detail .gm-popup-group::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #4a4a4a;
}

.gm-map-detail .gm-popup-group .gm-popup {
  max-height: none;
  flex: none;
}

.gm-detail-close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
}

.gm-detail-close svg {
  width: 18px;
  height: 18px;
  display: block;
}

.gm-detail-close-icon {
  display: grid;
  place-items: center;
}

.gm-detail-close-icon_mobile {
  display: none;
}

.gm-detail-close:hover,
.gm-detail-close:focus-visible {
  background: rgba(0, 0, 0, 0.18);
  outline: none;
}

.gm-map-shell .leaflet-popup {
  margin-bottom: 28px;
  opacity: 1 !important;
}

.gm-map-shell .leaflet-popup-content-wrapper {
  padding: 0;
  overflow: hidden;
  border-radius: 17px;
  background: #151515;
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.gm-map-shell .leaflet-popup-content {
  width: 430px !important;
  max-width: calc(100vw - 36px);
  margin: 0;
}

.gm-map-shell .leaflet-popup-tip {
  width: 18px;
  height: 18px;
  background: #151515;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
}

.gm-map-shell .leaflet-popup-close-button {
  top: 12px;
  right: 12px;
  z-index: 5;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(28, 28, 28, 0.92);
  color: #ffffff !important;
  text-decoration: none;
}

.gm-map-shell .leaflet-popup-close-button:hover,
.gm-map-shell .leaflet-popup-close-button:focus-visible {
  background: rgba(42, 42, 42, 0.98);
}

.gm-popup {
  display: grid;
  gap: 0;
  padding: 18px;
  border-radius: 17px;
  background: #151515;
  font: 400 14px/1.35 "Gotham Pro", Arial, sans-serif;
}

.gm-popup-slider {
  position: relative;
  width: 100%;
  height: 250px;
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 14px;
  background: #262626;
}

.gm-popup-slider_empty {
  display: grid;
  place-items: center;
  color: #3a3a3a;
}

.gm-popup-slider_empty svg {
  width: 84px;
  height: 84px;
}

.gm-popup-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #1d1d1d;
  opacity: 0;
  transition: opacity 160ms ease;
}

.gm-popup-slide.is-active {
  opacity: 1;
}

.gm-popup-logo {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 4;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  border: 4px solid #ffffff;
  border-radius: 16px;
  background: #050505;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
}

.gm-popup-logo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 10px;
}

.gm-popup-slider-btn {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  overflow: visible;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transform: translateY(-50%);
}

.gm-popup-slider-btn:hover,
.gm-popup-slider-btn:focus-visible {
  background: transparent;
  outline: none;
}

.gm-popup-slider-btn svg {
  width: 40px;
  height: 40px;
  display: block;
  pointer-events: none;
}

.gm-popup-slider-prev {
  left: 12px;
  right: auto;
}

.gm-popup-slider-next {
  right: 12px;
  left: auto;
}

.gm-popup-slider-progress {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 3;
  width: min(150px, calc(100% - 92px));
  display: flex;
  gap: 5px;
  transform: translateX(-50%);
}

.gm-popup-slider-progress span {
  height: 4px;
  flex: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.gm-popup-slider-progress span.is-active {
  background: #ffffff;
}

.gm-popup-main {
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #262626;
}

.gm-popup-title {
  display: block;
  padding-right: 42px;
  color: #ffffff;
  font: 400 26px/0.98 "Bebas Neue Cyrillic", "Bebas Neue", Impact, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gm-map-shell .gm-popup-address {
  margin: 0 !important;
  color: #c5c5c5;
  font: 400 13px/1.35 "Gotham Pro", Arial, sans-serif;
}

.gm-map-shell .gm-popup-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.gm-map-shell .gm-popup-address>span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gm-popup-distance {
  flex: none;
  white-space: nowrap;
}

.gm-map-shell .gm-popup-description {
  display: block;
  max-height: 106px;
  margin: 13px 0 16px !important;
  overflow: auto;
  padding-right: 8px;
  color: #a8a8a8;
  font: 400 14px/1.34 "Gotham Pro", Arial, sans-serif;
  white-space: normal;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  scrollbar-width: thin;
  scrollbar-color: #4a4a4a transparent;
}

.gm-map-shell .gm-popup-description::-webkit-scrollbar {
  width: 4px;
}

.gm-map-shell .gm-popup-description::-webkit-scrollbar-track {
  background: transparent;
}

.gm-map-shell .gm-popup-description::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #4a4a4a;
}

.gm-map-shell .gm-popup-description::-webkit-scrollbar-thumb:hover {
  background: #686868;
}

.gm-map-detail .gm-popup-slider,
.gm-map-detail .gm-popup-main {
  flex: none;
}

.gm-map-detail .gm-popup-description {
  min-height: 0;
  flex: 1 1 auto;
}

.gm-map-detail .gm-popup-phone {
  position: sticky;
  bottom: 0;
  z-index: 7;
  flex: none;
  box-shadow: 0 -10px 24px rgba(21, 21, 21, 0.72);
}

.gm-popup-phone {
  width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 10px;
  background: #262626;
  color: #ffffff !important;
  font: 500 14px/1 "Gotham Pro", Arial, sans-serif;
  text-decoration: none !important;
}

.gm-popup-phone:hover,
.gm-popup-phone:focus-visible {
  background: #303030;
  outline: none;
}

.gm-popup-phone svg {
  width: 15px;
  height: 15px;
  flex: none;
}

.gm-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.gm-geo-permission {
  position: fixed;
  left: 50%;
  top: 24px;
  z-index: 2147483646;
  width: min(420px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid rgba(45, 245, 107, 0.15);
  border-radius: 16px;
  background: rgba(18, 52, 29, 0.96);
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -16px, 0) scale(0.98);
  transition:
    opacity 180ms ease,
    transform 180ms cubic-bezier(0.2, 0.82, 0.18, 1);
}

.gm-geo-permission.is-open {
  opacity: 1;
  transform: translate3d(-50%, 0, 0) scale(1);
}

.gm-geo-permission .gm-geo-dot {
  width: 26px;
  height: 26px;
  color: var(--gm-green);
}

.gm-geo-permission.is-open .gm-geo-dot {
  background: currentColor;
  box-shadow: 0 0 0 0 rgba(45, 245, 107, 0.42);
  animation: gm-geo-pulse 1800ms ease-out infinite;
}

.gm-geo-permission strong {
  display: block;
  margin-bottom: 4px;
  color: var(--gm-green);
  font: 700 15px/1.2 "Gotham Pro", Arial, sans-serif;
}

.gm-geo-permission span:not(.gm-geo-dot) {
  color: rgba(255, 255, 255, 0.78);
  font: 400 13px/1.35 "Gotham Pro", Arial, sans-serif;
}

.gm-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gm-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.gm-modal-dialog {
  position: relative;
  width: min(100%, 520px);
  max-height: calc(100svh - 40px);
  overflow-y: auto;
  padding: 32px;
  border-radius: 18px;
  background: #151515;
  color: #ffffff;
  font-family: var(--gm-search-font);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.75);
}

.gm-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  cursor: pointer;
}

.gm-modal-close svg {
  width: 16px;
  height: 16px;
  display: block;
}

.gm-modal-title {
  margin: 0 42px 10px 0;
  font-family: "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gm-modal-subtitle {
  margin: 0 0 22px;
  color: #9a9a9a;
  font: 400 14px/20px var(--gm-search-font);
}

.gm-getcourse-widget {
  width: 100%;
  min-height: 220px;
}

.gm-getcourse-widget-placeholder {
  width: 100%;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  background-size: 220% 100%;
  animation: gm-widget-loading 1.2s ease-in-out infinite;
}

.gm-getcourse-widget-placeholder span {
  color: rgba(255, 255, 255, 0.62);
  font: 400 14px/20px var(--gm-search-font);
}

.gm-getcourse-widget-error {
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #e8e8e8;
  font: 400 14px/20px var(--gm-search-font);
}

@keyframes gm-widget-loading {
  0% { background-position: 0% 50%; }
  100% { background-position: 220% 50%; }
}

.gm-contact-form {
  display: grid;
  gap: 12px;
}

.gm-contact-form label {
  display: grid;
  gap: 7px;
  color: #b0b0b0;
  font: 500 12px/16px var(--gm-search-font);
}

.gm-contact-form input,
.gm-contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  outline: 0;
  border-radius: 12px;
  background: #242424;
  color: #ffffff;
  font: 400 15px/20px var(--gm-search-font);
}

.gm-contact-form input {
  height: 50px;
  padding: 0 14px;
}

.gm-contact-form textarea {
  min-height: 104px;
  resize: vertical;
  padding: 13px 14px;
}

.gm-contact-form .gm-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #b0b0b0;
  font: 400 12px/16px var(--gm-search-font);
}

.gm-contact-form .gm-contact-consent input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: #e8e8e8;
}

.gm-contact-form .gm-contact-consent a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gm-contact-submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 2px 22px 0;
  border-radius: 18px;
  background: #e8e8e8;
  color: #111111;
  font: 600 14px/18px var(--gm-search-font);
}

.gm-contact-submit:hover,
.gm-contact-submit:focus-visible {
  background: #ffffff;
  outline: none;
}

.gm-form-note {
  min-height: 19px;
  margin: 0;
  color: #888888;
  font: 400 12px/16px var(--gm-search-font);
}

.gm-modal-dialog ul,
.gm-modal-dialog ol {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.gm-modal-dialog li::marker {
  content: "";
}

.gm-noscript {
  padding: 24px;
  color: #ffffff;
  background: #181717;
}

@media (max-width: 700px) {
  .gm-map-shell {
    height: 100vh;
    min-height: 100vh;
  }

  @supports (height: 100dvh) {
    .gm-map-shell {
      height: 100dvh;
      min-height: 100dvh;
    }
  }

  .gm-map-panel {
    top: auto;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 157px;
    border-radius: 18px 18px 0 0;
    transform: translateZ(0);
    transition:
      height 480ms cubic-bezier(0.32, 0.72, 0, 1),
      transform 480ms cubic-bezier(0.32, 0.72, 0, 1),
      border-radius 480ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .gm-map-shell.is-sheet-dragging,
  .gm-map-shell.is-sheet-settling,
  .gm-map-shell.is-sheet-lifting {
    overflow: visible;
  }

  .gm-map-shell.is-sheet-dragging .gm-map-panel,
  .gm-map-shell.is-sheet-settling .gm-map-panel,
  .gm-map-shell.is-sheet-lifting .gm-map-panel {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483644;
    width: 100vw;
    height: var(--gm-sheet-height, 157px);
    min-height: 157px;
    border-radius: 22px 22px 0 0;
    background: #050505;
    box-shadow: 0 -18px 80px rgba(0, 0, 0, 0.72);
  }

  .gm-map-shell.is-sheet-dragging .gm-map-panel {
    transition: none;
    touch-action: none;
  }

  .gm-map-shell .gm-map-panel.is-results-mode .gm-results,
  .gm-map-shell .gm-map-panel.is-results-mode .gm-results * {
    touch-action: pan-y !important;
  }

  .gm-map-shell .gm-map-panel.is-results-mode .gm-results {
    position: relative;
    z-index: 2;
    pointer-events: auto;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
  }

  .gm-map-shell.is-sheet-dragging .gm-map-panel.is-results-mode {
    touch-action: pan-y !important;
  }

  .gm-map-shell.is-sheet-settling .gm-map-panel,
  .gm-map-shell.is-sheet-lifting .gm-map-panel {
    transition:
      height 480ms cubic-bezier(0.32, 0.72, 0, 1),
      transform 480ms cubic-bezier(0.32, 0.72, 0, 1),
      opacity 300ms ease,
      border-radius 480ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .gm-map-shell.is-sheet-dragging .gm-map-controls,
  .gm-map-shell.is-sheet-lifting .gm-map-controls {
    opacity: 0;
    transform: translate3d(12px, 16px, 0);
    transition:
      opacity 220ms ease,
      transform 360ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .gm-map-shell.is-sheet-lifting.is-landing-header-visible .gm-landing-header {
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -12px, 0);
  }

  .gm-map-shell.is-sheet-landing {
    overflow: visible;
  }

  .gm-map-shell.is-sheet-landing::after,
  .gm-map-shell.is-sheet-lifting::after,
  .gm-map-shell.is-sheet-dragging::after {
    opacity: 0;
  }

  .gm-map-shell.is-sheet-landing .gm-map-panel {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2147483644;
    width: 100vw;
    height: var(--gm-sheet-height, 100vh);
    min-height: 100vh;
    border-radius: 22px 22px 0 0;
    background: #050505;
    box-shadow: 0 -18px 80px rgba(0, 0, 0, 0.72);
  }

  .gm-map-shell.is-sheet-landing.is-sheet-dragging .gm-map-panel,
  .gm-map-shell.is-sheet-landing.is-sheet-settling .gm-map-panel {
    min-height: 157px;
  }

  .gm-map-shell.is-sheet-closing-home .gm-map-panel {
    background: var(--gm-panel);
  }

  @supports (height: 100svh) {
    .gm-map-shell.is-sheet-landing .gm-map-panel {
      min-height: 100svh;
    }
  }

  @supports (height: 100dvh) {
    .gm-map-shell.is-sheet-landing .gm-map-panel {
      height: var(--gm-sheet-height, 100dvh);
    }
  }

  @supports (height: 100svh) {
    .gm-map-shell.is-sheet-lifting .gm-map-panel {
      min-height: 157px;
    }
  }

  .gm-map-shell.is-sheet-landing.is-sheet-closing-home .gm-map-panel {
    min-height: 157px;
  }

  .gm-map-shell.is-sheet-closing-home .gm-sheet-landing {
    display: none;
  }

  .gm-map-shell.is-sheet-closing-home .gm-results-shell {
    display: flex;
  }

  .gm-map-shell.is-sheet-closing-home .gm-panel-head {
    display: block;
  }

  .gm-map-shell.is-sheet-closing-home .gm-panel-drag {
    height: 26px;
    border-radius: 18px 18px 0 0;
    background: transparent;
  }

  .gm-map-panel.is-expanded {
    height: calc(100svh - 16px);
  }

  @supports (height: 100dvh) {
    .gm-map-panel.is-expanded {
      height: calc(100dvh - 16px);
    }
  }

  .gm-panel-drag {
    display: block;
    position: relative;
    width: 100%;
    height: 26px;
    flex: none;
    margin: 0;
    border-radius: 18px 18px 0 0;
    background: transparent;
    cursor: default;
  }

  .gm-panel-drag::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    width: 42px;
    height: 4px;
    border-radius: 2px;
    background: #b0b0b0;
    transform: translateX(-50%);
  }

  .gm-sheet-landing {
    display: none;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0 18px calc(env(safe-area-inset-bottom, 0px) + 38px);
    background:
      radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.13), transparent 26%),
      linear-gradient(180deg, #080808 0%, #050505 46%, #020202 100%);
    color: #f3f3f3;
    scrollbar-width: thin;
    scrollbar-color: #a3a3a3 transparent;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .gm-sheet-landing-content {
    flex: 0 0 auto;
    width: 100%;
    min-height: 0;
  }

  .gm-sheet-landing-header {
    position: sticky;
    top: calc(env(safe-area-inset-top, 0px) + 10px);
    z-index: 2147483646;
    width: min(524px, calc(100vw - 24px));
    height: clamp(52px, 14.5vw, 69px);
    display: none;
    align-items: flex-end;
    gap: 12px;
    flex: 0 0 auto;
    margin: 0 auto;
    pointer-events: auto;
  }

  .gm-sheet-header-search,
  .gm-sheet-header-cta {
    border: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }

  .gm-sheet-header-search {
    width: clamp(52px, 14.5vw, 68px);
    height: clamp(52px, 14.5vw, 68px);
    display: grid;
    place-items: center;
    flex: 0 0 clamp(52px, 14.5vw, 68px);
    padding: 0;
    border-radius: clamp(18px, 5.8vw, 24px);
    background: #262626;
  }

  .gm-sheet-header-search-icon {
    width: clamp(20px, 5.8vw, 24px);
    height: clamp(20px, 5.8vw, 24px);
    display: block;
  }

  .gm-sheet-header-cta {
    height: clamp(52px, 14.5vw, 69px);
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px clamp(12px, 4vw, 32px) 0;
    border-radius: clamp(18px, 5.8vw, 24px);
    background: linear-gradient(93.36deg, #bababa -2.06%, #ffffff 54.52%, #bababa 106.38%);
    color: #0f0f0f;
    font: 400 clamp(15px, 4.3vw, 28px)/1 "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .gm-sheet-landing.has-page-landing {
    padding: 0;
    background: #070707;
  }

  .gm-sheet-landing.has-page-landing .gm-sheet-landing-header {
    display: flex;
    margin-bottom: 12px;
  }

  .gm-sheet-landing.has-page-landing .gm-sheet-close {
    display: none;
  }

  .gm-sheet-landing.has-page-landing .gm-sheet-landing-content {
    width: 100vw;
  }

  .gm-sheet-landing .gm-sheet-mounted-landing {
    width: 100vw;
    max-width: none;
    margin: 0 !important;
    opacity: 1 !important;
  }

  .gm-sheet-landing .gm-sheet-mounted-landing .t-rec {
    max-width: none;
  }

  .gm-sheet-landing .t-records,
  .gm-sheet-landing .t-records_animated {
    opacity: 1 !important;
  }

  .gm-sheet-landing::-webkit-scrollbar {
    width: 6px;
  }

  .gm-sheet-landing::-webkit-scrollbar-track {
    background: transparent;
  }

  .gm-sheet-landing::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #a3a3a3;
  }

  .gm-map-shell.is-sheet-dragging .gm-sheet-landing,
  .gm-map-shell.is-sheet-settling .gm-sheet-landing,
  .gm-map-shell.is-sheet-lifting .gm-sheet-landing,
  .gm-map-shell.is-sheet-landing .gm-sheet-landing {
    display: flex;
    flex-direction: column;
  }

  .gm-map-shell.is-sheet-dragging .gm-results-shell,
  .gm-map-shell.is-sheet-settling .gm-results-shell,
  .gm-map-shell.is-sheet-lifting .gm-results-shell,
  .gm-map-shell.is-sheet-landing .gm-results-shell {
    display: none;
  }

  .gm-map-shell.is-sheet-lifting .gm-panel-head,
  .gm-map-shell.is-sheet-landing .gm-panel-head {
    display: none;
  }

  .gm-map-shell.is-sheet-lifting .gm-panel-drag,
  .gm-map-shell.is-sheet-landing .gm-panel-drag {
    height: 34px;
    border-radius: 22px 22px 0 0;
    background: #050505;
  }

  .gm-map-shell.is-sheet-closing-home .gm-sheet-landing {
    display: none !important;
  }

  .gm-map-shell.is-sheet-closing-home .gm-results-shell {
    display: flex !important;
  }

  .gm-map-shell.is-sheet-closing-home .gm-panel-head {
    display: block !important;
  }

  .gm-map-shell.is-sheet-closing-home .gm-panel-drag {
    height: 26px !important;
    border-radius: 18px 18px 0 0;
    background: transparent !important;
  }

  .gm-sheet-close {
    position: sticky;
    top: 10px;
    z-index: 2147483646;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    align-self: flex-end;
    flex: none;
    margin: 0 0 8px auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(90, 90, 90, 0.38);
    color: #5a5a5a;
    cursor: pointer;
    backdrop-filter: blur(10px);
  }

  .gm-map-shell.is-sheet-dragging .gm-sheet-close,
  .gm-map-shell.is-sheet-settling .gm-sheet-close {
    opacity: 0;
    pointer-events: none;
  }

  .gm-sheet-close svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .gm-sheet-logo {
    display: grid;
    gap: 4px;
    padding: 2px 0 18px;
    color: #ffffff;
  }

  .gm-sheet-logo>span {
    font: 400 clamp(30px, 9vw, 42px)/0.9 "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .gm-sheet-logo>span span {
    color: #a8a8a8;
  }

  .gm-sheet-logo small {
    color: #8c8c8c;
    font: 400 11px/1.2 "Gotham Pro", Arial, sans-serif;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .gm-sheet-hero {
    padding: 18px 0 10px;
  }

  .gm-sheet-hero h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font: 400 clamp(40px, 13vw, 58px)/0.88 "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }

  .gm-sheet-hero p {
    margin: 0 0 14px;
    color: #cfcfcf;
    font: 400 15px/1.42 "Gotham Pro", Arial, sans-serif;
  }

  .gm-sheet-composition {
    min-height: 148px;
    display: grid;
    align-content: end;
    gap: 8px;
    margin: 18px 0 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background:
      radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.18), transparent 26%),
      linear-gradient(135deg, #1c1c1c 0%, #0d0d0d 100%);
  }

  .gm-sheet-composition h3 {
    margin: 0;
    color: #ffffff;
    font: 400 34px/1 "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
    text-transform: uppercase;
  }

  .gm-sheet-composition span {
    color: #a9a9a9;
    font: 400 13px/1.35 "Gotham Pro", Arial, sans-serif;
  }

  .gm-panel-head {
    padding: 2px 12px 10px;
  }

  .gm-panel-topline {
    position: relative;
    display: block;
    min-height: 54px;
    margin-bottom: 10px;
  }

  .gm-panel-title {
    width: min(230px, calc(100% - 138px));
    min-height: 48px;
    margin: 0 auto 0 4px;
    color: #f3f3f3;
    font: 600 20px/23px var(--gm-search-font);
    text-transform: none;
  }

  .gm-geo-btn {
    max-width: 132px;
    min-height: 34px;
    margin: 0 2px 0 0;
    padding: 0 9px;
    border-radius: 10px;
    font-size: 11px;
    gap: 6px;
  }

  .gm-panel-topline>.gm-geo-btn {
    position: absolute;
    top: 0;
    right: 2px;
  }

  .gm-panel-close {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: none;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #5a5a5a;
    cursor: pointer;
  }

  .gm-panel-close svg {
    width: 24px;
    height: 24px;
    display: block;
  }

  .gm-geo-dot {
    width: 12px;
    height: 12px;
  }

  .gm-search-field {
    grid-template-columns: minmax(0, 1fr) 74px;
    gap: 8px;
    transition: grid-template-columns 360ms cubic-bezier(0.32, 0.72, 0, 1), gap 360ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .gm-search-field input,
  .gm-search-submit {
    height: 44px;
  }

  .gm-search-field input {
    padding-right: 44px;
    padding-left: 46px;
    font: 400 16px/20px var(--gm-search-font);
    text-align: left;
  }

  .gm-search-icon {
    left: 16px;
    width: 20px;
    height: 20px;
  }

  .gm-search-submit {
    border-radius: 10px;
    transition: opacity 260ms ease, transform 360ms cubic-bezier(0.32, 0.72, 0, 1), width 360ms cubic-bezier(0.32, 0.72, 0, 1), padding 360ms cubic-bezier(0.32, 0.72, 0, 1);
  }

  .gm-search-clear {
    display: none !important;
  }

  .gm-map-panel.is-searching .gm-panel-topline .gm-geo-btn {
    display: none;
  }

  .gm-map-panel.is-results-mode .gm-panel-close,
  .gm-map-panel.is-expanded .gm-panel-close {
    display: none;
  }

  .gm-map-panel.is-searching .gm-panel-topline {
    min-height: 30px;
    margin-bottom: 2px;
  }

  .gm-map-panel.is-expanded.is-searching .gm-panel-topline {
    min-height: 30px;
    margin-bottom: 2px;
  }

  .gm-map-panel.is-searching .gm-panel-close,
  .gm-map-panel.is-expanded.is-searching .gm-panel-close {
    display: none;
  }

  .gm-map-panel.is-searching .gm-search-clear:not([hidden]) {
    display: grid !important;
  }

  .gm-map-panel.is-searching .gm-search-control {
    overflow: visible;
  }

  .gm-map-panel.is-searching .gm-search-clear {
    right: 5px;
    width: 34px;
    height: 34px;
    z-index: 4;
    transition: right 360ms cubic-bezier(0.32, 0.72, 0, 1), transform 360ms cubic-bezier(0.32, 0.72, 0, 1), opacity 220ms ease;
  }

  .gm-map-panel.is-searching .gm-search-clear svg {
    width: 19px;
    height: 19px;
  }

  .gm-map-panel.is-searching:not(.has-search-value) .gm-search-field {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 0;
  }

  .gm-map-panel.is-searching:not(.has-search-value) .gm-search-submit {
    width: 0;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translate3d(10px, 0, 0) scale(0.94);
  }

  .gm-map-panel.is-searching:not(.has-search-value) .gm-search-clear:not([hidden]) {
    right: -42px;
    display: grid !important;
    transform: translateY(-50%) scale(1.02);
  }

  .gm-map-panel.is-searching.has-search-value .gm-search-clear:not([hidden]) {
    right: 5px;
    display: grid !important;
    transform: translateY(-50%) scale(1);
  }



  .gm-map-panel.is-searching .gm-search-clear {
    right: 5px;
    width: 38px;
    height: 38px;
    z-index: 4;
    transition: right 360ms cubic-bezier(0.32, 0.72, 0, 1), transform 360ms cubic-bezier(0.32, 0.72, 0, 1), opacity 220ms ease;
  }

  .gm-map-panel.is-searching .gm-search-clear svg {
    width: 22px;
    height: 22px;
  }


  .gm-map-panel.is-searching .gm-search-geo-row {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0 0;
  }

  .gm-map-panel.is-searching .gm-search-geo-row .gm-geo-btn {
    margin: 0 0 0 4px;
  }

  .gm-results-meta {
    padding-top: 6px;
  }

  .gm-map-panel:not(.is-expanded) .gm-results-meta,
  .gm-map-panel:not(.is-expanded) .gm-results,
  .gm-map-panel:not(.is-expanded) .gm-list-note {
    display: none;
  }

  .gm-map-panel.is-searching .gm-results-meta,
  .gm-map-panel.is-searching .gm-list-note {
    display: none;
  }

  .gm-map-panel.is-expanded .gm-panel-title {
    display: none;
  }

  .gm-map-panel.is-expanded .gm-panel-topline {
    min-height: 34px;
    margin-bottom: 8px;
  }

  .gm-map-panel.is-results-mode .gm-panel-head {
    display: none;
  }

  .gm-map-panel.is-results-mode .gm-results-title {
    display: block;
    font: 600 20px/24px var(--gm-search-font);
    text-transform: none;
  }

  .gm-map-panel.is-results-mode .gm-results-meta {
    display: flex;
    padding: 6px 16px 8px;
  }

  .gm-map-panel.is-results-mode .gm-panel-collapse {
    display: grid;
    width: 32px;
    height: 32px;
    background: transparent;
    color: #5a5a5a;
  }

  .gm-map-panel.is-results-mode .gm-panel-collapse svg {
    width: 26px;
    height: 26px;
  }

  .gm-map-panel.is-searching .gm-panel-drag,
  .gm-map-panel.is-results-mode .gm-panel-drag {
    height: 34px;
  }

  .gm-map-panel.is-searching .gm-panel-drag::before,
  .gm-map-panel.is-results-mode .gm-panel-drag::before {
    top: 14px;
  }

  .gm-map-panel.is-results-half {
    min-height: 320px;
    border-radius: 22px 22px 0 0;
  }

  .gm-map-panel.is-results-half ~ .gm-map-controls {
    opacity: 1;
    pointer-events: auto;
  }

  .gm-map-panel.is-results-peek {
    height: 86px;
    min-height: 86px;
    border-radius: 22px 22px 0 0;
  }

  .gm-map-panel.is-results-peek .gm-panel-head,
  .gm-map-panel.is-results-peek .gm-results,
  .gm-map-panel.is-results-peek .gm-list-note {
    display: none;
  }

  .gm-map-panel.is-results-peek .gm-results-meta {
    display: flex;
    padding: 2px 16px 0;
  }

  .gm-map-panel.is-results-peek .gm-results-title {
    display: block;
    font: 600 20px/24px var(--gm-search-font);
    text-transform: none;
  }

  .gm-map-panel.is-results-peek .gm-panel-collapse {
    display: grid;
    width: 32px;
    height: 32px;
    background: transparent;
    color: #5a5a5a;
  }

  .gm-map-panel.is-results-peek .gm-panel-collapse svg {
    width: 26px;
    height: 26px;
  }

  .gm-map-panel.is-results-peek ~ .gm-map-controls {
    opacity: 1;
    pointer-events: auto;
  }

  .gm-list-note {
    display: none;
  }

  .gm-results {
    padding-top: 0;
  }

  .gm-result-card {
    width: calc(100% - 44px);
    min-height: 112px;
    grid-template-columns: minmax(0, 1fr) 76px;
    gap: 14px;
    margin: 0 22px 10px;
    padding: 16px 0;
    border-radius: 15px 15px 0px 0px;
  }

  .gm-result-card:hover,
  .gm-result-card:active,
  .gm-result-card.is-selected,
  .gm-result-card.is-selected:hover {
    background: transparent;
    -webkit-tap-highlight-color: transparent;
  }

  .gm-result-card:hover,
  .gm-result-card:active {
    background: transparent;
    -webkit-tap-highlight-color: transparent;
  }

  .gm-card-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .gm-card-meta {
    font-size: 13px;
    line-height: 17px;
  }

  .gm-result-card .gm-card-description {
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 7px;
    font-size: 12px;
    line-height: 16px;
  }

  .gm-card-phone {
    height: 38px;
    margin-top: 12px;
    padding: 2px 14px 0;
    border-radius: 14px;
    font-size: 13px;
    line-height: 16px;
  }

  .gm-card-phone svg {
    width: 14px;
    height: 14px;
  }

  .gm-result-card .gm-card-phone svg {
    width: 14px;
    height: 14px;
  }

  .gm-card-phone span {
    line-height: 16px;
  }

  .gm-avatar {
    width: 76px;
    height: 76px;
    min-width: 76px;
    border-radius: 22px;
  }

  .gm-map-controls {
    right: 12px;
    bottom: 172px;
  }

  .gm-map-panel.is-expanded~.gm-map-controls {
    opacity: 0;
    pointer-events: none;
  }

  .gm-map-shell.has-detail .gm-map-controls {
    opacity: 0;
    pointer-events: none;
  }

  .gm-map-shell.has-detail .gm-map-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .gm-map-detail {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0 !important;
    right: 0;
    top: auto !important;
    bottom: 0;
    width: 100%;
    max-height: min(84svh, 700px);
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    background: #151515;
    background-color: #151515;
    -webkit-overflow-scrolling: touch;
  }

  .gm-map-detail .gm-popup {
    transform: translate3d(0, 18px, 0);
  }

  .gm-map-detail.is-visible .gm-popup {
    transform: translate3d(0, 0, 0);
  }

  .gm-map-detail::before {
    content: "";
    position: relative;
    flex: none;
    left: auto;
    right: auto;
    z-index: 6;
    width: 42px;
    height: 4px;
    display: block;
    margin: 10px auto 32px;
    border-radius: 999px;
    background: #b0b0b0;
    transform: none;
  }

  .gm-map-detail .gm-popup {
    display: flex;
    min-height: 0;
    max-height: none;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 6px 14px calc(env(safe-area-inset-bottom, 0px) + 18px);
    overflow: hidden;
    border-radius: 0;
    background: #151515;
  }

  .gm-map-detail .gm-popup-group {
    min-height: 0;
    flex: 1 1 auto;
    display: grid;
    gap: 12px;
    background: #151515;
    background-color: #151515;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  .gm-map-detail .gm-popup-group .gm-popup {
    min-height: auto;
    flex: none;
  }

  .gm-map-detail:not([data-rep-count="1"]) {
    max-height: min(88svh, 740px);
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group {
    gap: 0;
    padding: 0 0 calc(env(safe-area-inset-bottom, 0px) + 42px);
    box-sizing: border-box;
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group .gm-popup {
    width: 100%;
    height: auto !important;
    min-height: calc(clamp(160px, 48vw, 204px) + 225px);
    padding: 14px 14px 14px;
    border-radius: 18px;
    background: #151515;
    box-shadow: none;
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group .gm-popup + .gm-popup {
    margin-top: 24px;
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group .gm-popup-slider {
    height: clamp(160px, 48vw, 204px);
    margin: 0 0 14px;
    border-radius: 16px;
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group .gm-popup-main {
    padding: 0 10px 10px;
    border-bottom: 1px solid #262626;
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group .gm-popup-title {
    padding-right: 0;
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group .gm-popup-description {
    min-height: 0;
    max-height: 72px;
    flex: none;
    margin: 10px 10px 12px !important;
    padding-right: 8px;
    font: 400 13px/1.38 var(--gm-search-font);
  }

  .gm-map-detail:not([data-rep-count="1"]) .gm-popup-group .gm-popup-phone {
    width: calc(100% - 20px);
    margin: 0 10px;
  }

  .gm-popup-slider {
    height: clamp(210px, 68vw, 280px);
    margin-bottom: 18px;
    border-radius: 16px;
  }

  .gm-popup-title {
    padding-right: 34px;
    font: 600 20px/24px var(--gm-search-font);
    text-transform: none;
  }

  .gm-popup-logo {
    left: 14px;
    bottom: 16px;
    width: 58px;
    height: 58px;
    padding: 0;
    border-width: 4px;
    border-radius: 14px;
  }

  .gm-popup-logo img {
    border-radius: 9px;
  }

  .gm-popup-main {
    gap: 6px;
    padding: 0 0 12px 0;
    border-bottom: 0;
  }

  .gm-map-shell .gm-popup-address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #d7d7d7;
    font: 400 12px/16px var(--gm-search-font);
  }

  .gm-popup-distance {
    flex: none;
    margin-left: auto;
    margin-right: 6px;
    color: #9a9a9a;
    text-align: right;
  }

  .gm-map-shell .gm-map-detail .gm-popup-description {
    min-height: 78px;
    max-height: none;
    flex: 1 1 auto;
    overflow: auto;
    margin: 8px 0 12px !important;
    padding-right: 8px;
  }

  .gm-popup-phone {
    height: 44px;
    margin-top: 2px;
    padding-top: 2px;
    border-radius: 10px;
  }

  .gm-map-detail .gm-popup-phone {
    position: relative;
    bottom: auto;
    flex: none;
    box-shadow: none;
  }

  .gm-detail-close {
    top: 12px;
    right: 14px;
    width: 34px;
    height: 34px;
    background: transparent;
    z-index: 12;
  }

  .gm-detail-close:hover,
  .gm-detail-close:focus-visible {
    background: transparent;
  }

  .gm-detail-close-icon_desktop {
    display: none;
  }

  .gm-detail-close-icon_mobile {
    display: grid;
  }

  .gm-detail-close svg {
    width: 22px;
    height: 22px;
  }

  .gm-landing-header {
    position: fixed;
    left: 14px;
    right: 14px;
    top: calc(env(safe-area-inset-top, 0px) + 12px);
    z-index: 2147483645;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, -12px, 0);
    transition:
      opacity 180ms ease,
      transform 220ms cubic-bezier(0.2, 0.82, 0.18, 1);
  }

  .gm-map-shell.is-landing-header-visible .gm-landing-header {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
  }

  .gm-landing-search {
    width: 48px;
    height: 48px;
    display: grid;
    flex: none;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #262626;
    cursor: pointer;
  }

  .gm-landing-search .gm-search-icon {
    position: static;
    width: 22px;
    height: 22px;
    transform: none;
  }

  .gm-landing-cta {
    height: 48px;
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 16px 11px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(93.36deg, #bababa -2.06%, #ffffff 54.52%, #bababa 106.38%);
    color: #0f0f0f;
    font: 400 clamp(17px, 5vw, 22px)/1 "Bebas Neue Cyrillic", "Bebas Neue", Arial, sans-serif;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    cursor: pointer;
  }

  .gm-modal {
    align-items: end;
    padding: 12px;
  }

  .gm-modal-dialog {
    width: 100%;
    max-height: calc(100svh - 24px);
    padding: 24px 18px 18px;
    border-radius: 16px;
  }

  .gm-modal-title {
    margin-right: 44px;
    font-size: 34px;
  }

  .gm-contact-form input,
  .gm-contact-form textarea {
    max-width: 100%;
    font-size: 16px;
  }

  .gm-scroll-link {
    display: none;
  }

  body .t972.t972 {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 76px !important;
    width: auto !important;
    max-width: 420px !important;
    margin: 0 auto !important;
  }

  .t972__banner.t972__banner_show {
    left: 14px !important;
    right: 14px !important;
    bottom: 76px !important;
    width: auto !important;
    max-width: none !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .t972__banner .t972__title {
    margin-bottom: 8px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
  }

  .t972__banner .t972__text,
  .t972__banner .t972__descr {
    font-size: 12px !important;
    line-height: 1.35 !important;
  }

  .t972__banner .t972__buttons {
    gap: 8px !important;
    margin-top: 12px !important;
  }

  .t972__banner .t-btn,
  .t972__banner .t-submit {
    min-height: 38px !important;
    height: 38px !important;
    font-size: 13px !important;
  }
}

@media (prefers-reduced-motion: reduce) {

  .gm-map-panel,
  .gm-result-card,
  .gm-marker span,
  .gm-geo-dot,
  .gm-scroll-link,
  .gm-scroll-link::after {
    animation: none !important;
  }

  .gm-map-panel,
  .gm-geo-btn,
  .gm-geo-permission,
  .gm-modal,
  .gm-map-detail,
  .gm-map-detail .gm-popup {
    transition: none !important;
  }
}

.gm-popup-slider .gm-popup-slider-prev {
  left: 12px !important;
  right: auto !important;
}

.gm-popup-slider .gm-popup-slider-next {
  right: 12px !important;
  left: auto !important;
}
div#rec2333183791, div#rec2333253831 {
  display: none;
}
