:root {
  --button-color: #7E7367;
  --button-color-hover: #464039;
  --button-color-active: #38332E;
  --button-color-disabled: #D8D4CF;
  --button-color-disabled-background: #F8F7F7;
  --button-color-secondary-background: #D8D4CF; }

.beach-map {
  padding: 40px 24px;
  gap: 24px; }
  @media (min-width: 768px) {
    .beach-map {
      padding: 80px 88px;
      gap: 40px; } }
  .beach-map__map {
    gap: 24px; }
    .beach-map__map-wrapper {
      height: 513px; }
      @media (min-width: 768px) {
        .beach-map__map-wrapper {
          height: 711px; } }
      .beach-map__map-wrapper-container ~ .beach-map__tabs-wrapper > :nth-child(1):has(.beach-map__tab--selected) {
        display: none; }
      .beach-map__map-wrapper div[role="dialog"] {
        padding: 16px !important;
        min-width: 240px !important; }
        .beach-map__map-wrapper div[role="dialog"] button {
          width: unset !important;
          height: unset !important; }
          .beach-map__map-wrapper div[role="dialog"] button span {
            margin: 0px !important; }
        .beach-map__map-wrapper div[role="dialog"] > div {
          overflow: auto !important; }
    .beach-map__map-legend {
      gap: 8px; }
      .beach-map__map-legend-element {
        gap: 12px; }
      .beach-map__map-legend-image {
        width: 24px;
        height: 24px; }
        .beach-map__map-legend-image--brown {
          border: 1px solid #936031;
          background-color: #FBF7F4; }
          .beach-map__map-legend-image--brown.beach-map__marker--selected {
            background-color: #936031; }
        .beach-map__map-legend-image--blue {
          border: 1px solid #5CB1D6;
          background-color: #F3F9FC; }
          .beach-map__map-legend-image--blue.beach-map__marker--selected {
            background-color: #5CB1D6; }
      .beach-map__map-legend-text {
        color: #464039;
        font-family: "Ubuntu", sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 136%; }
    .beach-map__map-container {
      gap: 24px; }
  .beach-map__marker {
    width: 32px;
    height: 32px; }
    .beach-map__marker--brown {
      border: 1px solid #936031;
      background-color: #FBF7F4; }
      .beach-map__marker--brown.beach-map__marker--selected {
        background-color: #936031; }
    .beach-map__marker--blue {
      border: 1px solid #5CB1D6;
      background-color: #F3F9FC; }
      .beach-map__marker--blue.beach-map__marker--selected {
        background-color: #5CB1D6; }
  .beach-map__info-window {
    font-family: "Ubuntu", sans-serif;
    font-style: normal;
    line-height: 136%;
    gap: 16px; }
    .beach-map__info-window__beach-name {
      color: #464039;
      font-size: 14px;
      font-weight: 500; }
    .beach-map__info-window__beach-schedule {
      font-size: 12px; }
    .beach-map__info-window__text {
      gap: 8px; }
    .beach-map__info-window__button {
      gap: 4px; }
      .beach-map__info-window__button-image {
        transform: rotate(90deg); }
      .beach-map__info-window__button--opened img {
        transform: rotate(270deg); }

/*# sourceMappingURL=beachMap.css.map*/