:root {
  --color-slate-60: #0b2936;
  --color-cyan-60: #43f5ba;
  --font-aeonik: Aeonik, Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: Aeonik;
  font-weight: 250;
  src: url(/Aeonik-Light.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  font-weight: 400;
  src: url(/Aeonik-Regular.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: Aeonik;
  font-weight: 700;
  src: url(/Aeonik-Bold.woff2) format("woff2");
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-xs {
  font-family: var(--font-aeonik);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.body-s {
  font-family: var(--font-aeonik);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}

.body-l small {
  font-family: var(--font-aeonik);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 250;
  line-height: 133%;
}

.text__heading_xs {
  font-family: Aeonik;
  font-size: 20px;
  font-style: normal;
  font-weight: 250;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .text__heading_xs {
    font-size: 40px;
    line-height: 48px;
  }
}

.svg-logo {
  height: 24px;
  width: 126px;
}

.svg-icon_size_xs {
  width: 16px;
  height: 16px;
}

.svg-icon_size_s {
  width: 24px;
  height: 24px;
}

p {
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  color: var(--color-slate-60);
}

header {
  flex: 0 0 auto;
  text-align: center;
}

.home {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
}

.header__logo {
  color: var(--color-slate-60);
}

.header__link {
  font-family: var(--font-aeonik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-slate-60);
  text-decoration: none;
}

.header__heading {
  padding: 16px 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .header__heading {
    padding: 16px 0 32px;
  }
}

#map__wrapper {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
}

#map__pannel {
  position: absolute;
  top: 10px;
  left: 0;
  max-height: calc(100% - 20px);
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  pointer-events: none;
}

@media (min-width: 1024px) {
  #map__pannel {
    max-width: 380px;
  }
}

#map__container {
  height: 100%;
  width: 100%;
}

#map__geocoder {
  flex: 0 0 auto;
}

#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl {
  position: relative;
  padding: 4px 56px;
  border-radius: 1000px;

  border: 1px solid #43F5BA;
  background: rgba(11, 41, 54, 0.60);
  backdrop-filter: blur(12px);

  display: flex;
  align-items: center;
}

/* Search */
#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--icon-search {
  top: inherit;
  left: 24px;
  width: 24px;
  height: 24px;
}

#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--icon-search path {
  fill: #fff;
}

/* Input */
#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--input {
  padding: 0;
  font-family: var(--font-aeonik);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  color: white;
  height: auto;
}

@media (min-width: 1024px) {
  #map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--input {
    line-height: 68px;
  }
}

#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--input:focus {
  outline: none;
}

/* Clear Search */
#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--pin-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 56px;
}

#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--pin-right .mapboxgl-ctrl-geocoder--button {
  background-color: transparent;
  top: 50%;
  right: 50%;
  margin-top: -8px;
  margin-right: -8px;
}

#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--pin-right .mapboxgl-ctrl-geocoder--icon-close {
  margin-top: 0;
}

#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--pin-right .mapboxgl-ctrl-geocoder--icon-close path {
  fill: white;
}

/* Loading */
#map__geocoder .mapboxgl-ctrl-geocoder.mapboxgl-ctrl .mapboxgl-ctrl-geocoder--pin-right .mapboxgl-ctrl-geocoder--icon-loading {
  display: none !important;
}

/* Suggestions */
#map__geocoder .mapboxgl-ctrl-geocoder .suggestions {
  padding: 16px 0px;
  border-radius: 24px;

  border: 1px solid #43F5BA;
  background: rgba(11, 41, 54, 0.60);
  backdrop-filter: blur(12px);
}

#map__geocoder .mapboxgl-ctrl-geocoder .suggestions a {
  padding: 16px 24px;
}

.mapboxgl-ctrl-geocoder .suggestions>.active>a, .mapboxgl-ctrl-geocoder .suggestions>li>a:hover {
  background-color: #3C5459;
}

#map__geocoder .mapboxgl-ctrl-geocoder .suggestions .mapboxgl-ctrl-geocoder--suggestion .mapboxgl-ctrl-geocoder--suggestion-title {
  font-family: var(--font-aeonik);
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 128%;
  color: #BBD4D6;
}

#map__geocoder .mapboxgl-ctrl-geocoder .suggestions .mapboxgl-ctrl-geocoder--suggestion .mapboxgl-ctrl-geocoder--suggestion-address {
  font-family: var(--font-aeonik);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  color: #BBD4D6;
}

#map__geocoder .mapboxgl-ctrl-geocoder .suggestions>.active>a .mapboxgl-ctrl-geocoder--suggestion .mapboxgl-ctrl-geocoder--suggestion-title,
#map__geocoder .mapboxgl-ctrl-geocoder .suggestions>li>a:hover .mapboxgl-ctrl-geocoder--suggestion .mapboxgl-ctrl-geocoder--suggestion-title,
#map__geocoder .mapboxgl-ctrl-geocoder .suggestions>.active>a .mapboxgl-ctrl-geocoder--suggestion .mapboxgl-ctrl-geocoder--suggestion-address,
#map__geocoder .mapboxgl-ctrl-geocoder .suggestions>li>a:hover .mapboxgl-ctrl-geocoder--suggestion .mapboxgl-ctrl-geocoder--suggestion-address {
  color: #fff;
}

.mapboxgl-ctrl-geocoder--powered-by {
  display: none !important;
}

/* controls */
.mapboxgl-ctrl-top-right {
  display: none;
}

@media (min-width: 1024px) {
  .mapboxgl-ctrl-top-right {
    display: block;
  }
}



#map__list {
  flex: 0 1 auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  box-sizing: border-box;

  height: auto;
  max-height: 360px;
  margin-top: auto;
  pointer-events: auto;
}

@media (min-width: 1024px) {
  #map__list {
    max-height: none;
    margin-top: 0;
    padding: 16px;
  }
}

#map__list[hidden] {
  display: none !important;
}

#map__list::-webkit-scrollbar {
  display: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 8px;
  gap: 16px;
  border-radius: 8px;
  border: 1px solid #e6e9e8;
  background: #fff;
}

@media (min-width: 1024px) {
  .card {
    padding: 16px;
  }
}

.card.visibility-coming_soon::after,
.card.visibility-secured::after {
  content: '';
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  opacity: 0.7;
}

.coming_soon_wrapper {
  display: none;
}

.card.visibility-coming_soon .coming_soon_wrapper,
.card.visibility-secured .coming_soon_wrapper {
  display: flex;
}

.card.visibility-coming_soon .gotoapp,
.card.visibility-secured .gotoapp {
  display: none;
}

.coming_soon_badge {
  display: flex;
  background-color: #799597;
  border-radius: 24px;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  box-shadow: 2.4px 4.8px 12px 0px rgba(11, 48, 45, 0.20);
}

.coming_soon_badge .icon {
  width: 12px;
}

.coming_soon_badge .icon img {
  width: 100%;
  margin-top: 3px;
}

.coming_soon_badge p {
  color: white;
  margin-bottom: 2px;
}

.card__header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
}

.card__header-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 60px);
}

.quit_card {
  width: 40px;
  height: 40px;
  background-color: #BBD4D6;
  border: none;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card .card__heading {
  margin: 0;
}

.card__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.card-list__item {
  display: flex;
  gap: 4px;
}

.card-list__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.card-list__content_full {
  width: 100%;
}

.card-list__item_chart {
  align-items: flex-start;
}

.card-list__subtitle {
  color: var(--color-slate-60);
}

.pricing-chart {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #e6e9e8;
  background: #fff;
}

.pricing-chart__columns {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 96px;
}

.pricing-chart__column {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 4px 2px 0;
  box-sizing: border-box;
  border-radius: 4px;
}

.pricing-chart__column_peak {
  background: rgba(11, 41, 54, 0.08);
}

.pricing-chart__price {
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #799597;
  margin-bottom: 4px;
  white-space: nowrap;
}

.pricing-chart__column_peak .pricing-chart__price {
  color: var(--color-slate-60);
}

.pricing-chart__bars {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  height: 60%;
}

.pricing-chart__bar {
  flex: 1 1 0;
  min-width: 0;
  max-width: 4px;
  background: #d6dcdb;
  border-radius: 1px 1px 0 0;
}

.pricing-chart__column_peak .pricing-chart__bar {
  background: var(--color-slate-60);
}

.pricing-chart__times {
  display: flex;
  gap: 8px;
  margin-top: 4px;
  font-family: var(--font-aeonik);
  font-size: 10px;
  line-height: 12px;
  color: #799597;
}

.pricing-chart__time-range {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}

.electra-plus-banner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 12px 110px 12px 16px;
  border-radius: 12px;
  background-color: var(--color-slate-60);
  background-image: url(/electra-plus-banner-bg.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  color: #fff;
  overflow: hidden;
}

.electra-plus-banner__text {
  margin: 0;
  color: #fff;
}

.electra-plus-banner__text b {
  color: var(--color-cyan-60);
  font-weight: 700;
}

.electra-plus-banner__link {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}

.electra-plus-banner__link:hover {
  color: var(--color-cyan-60);
}

.button {
  display: flex;
  width: fit-content;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 40px;
  color: white;
  text-decoration: none;
  background: var(--color-slate-60);
  line-height: 24px;
}

.button:hover {
  color: var(--color-slate-60);
  background: var(--color-cyan-60);
}

.button_outlined {
  background: transparent;
  color: var(--color-slate-60);
  border: 1px solid var(--color-slate-60);
}

.button_filled {
  background: var(--color-slate-60);
  color: #fff;
}

.button_rounded {
  border-radius: 50%;
  padding: 8px;
}

.footer {
  display: flex;
  align-items: center;
  background-color: var(--color-slate-60);
  padding: 16px 24px;
  gap: 8px;
}

.footer__link {
  color: white;
  text-decoration: none;
}

.footer__languages {
  display: flex;
  gap: 16px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
}

.mapboxgl-ctrl-geocoder {
  width: 100%;
  max-width: none;
}