/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v6/rP2Hp2ywxg089UriCZ2IHSeH.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v6/rP2Hp2ywxg089UriCZOIHQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v6/rP2Cp2ywxg089UriAWCrCBamC2QX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v6/rP2Cp2ywxg089UriAWCrCBimCw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v6/rP2Cp2ywxg089UriASitCBamC2QX.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v6/rP2Cp2ywxg089UriASitCBimCw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.copertina-element {
  min-height: 290px;
}

.leaflet-popup-content .copertina-element {
  min-height: 200px;
}

.two-column-page {
  position: relative;
}

.two-column-toggle {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  background: url(/ebike2021/img/map-icon-2.png) center center no-repeat #fff;
}

.two-column-toggle.toggle-bg {
  background: url(/ebike2021/img/dots.png) center center no-repeat #fff;
}

.two-column-page>.row>.column {
  width: 50vw;
}

.card-sliders,
.label-sliders {
  position: relative;
}

.card-sliders::after,
.label-sliders::after {
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background-color: #000;
  z-index: 99;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.label-item {
  display: inline-block;
  border-radius: 50px;
  font-size: 16px;
  color: var(--text-color);
  text-align: center;
  padding: 5px 25px;
  border: 1px solid #8D8D8D;
}

.label-item:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

/* .main-map {
    background: url(/ebike2021/img/mag-bg.jpg) center center no-repeat;
    background-size: cover;
} */

.page-right {
  position: relative;
}

.page-right-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 15px;
}

.page-right-header .mobile-search-form input {
  width: 500px;
}

.arrow {
  padding: 10px;
}

.arrow:focus {
  outline: none;
}

.arrow:not(:last-child) {
  margin-right: 15px;
}

.map-location-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s linear;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.map-modal {
  width: 550px;
  background-color: #fff;
  padding: 50px;
  border-radius: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s linear;
}

.map-modal.active {
  opacity: 1;
  visibility: visible;
}

.map-modal-image img {
  width: 100%;
}

.map-modal-image:not(:last-child),
.map-modal-content:not(:last-child) {
  margin-bottom: 20px;
}

.map-modal-content h4:not(:last-child) {
  margin-bottom: 15px;
}

.map-modal-content p {
  color: var(--text-color);
  line-height: 1.5;
}

.map-modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.map-modal-close::before,
.map-modal-close::after {
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #000;
  content: "";
  left: 50%;
  top: 50%;
}

.map-modal-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.map-modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.options-toggle {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: var(--primary-color);
  cursor: pointer;
}

.options-toggle:not(:last-child) {
  margin-right: 15px;
}

.options {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-125%, -50%);
  width: calc(100% - 50px);
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  padding: 50px 50px;
  min-height: 80vh;
  z-index: 999;
  transition: all 0.1s linear;
}

.options.active {
  transform: translate(0, -50%);
}

.options-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.options-close::before,
.options-close::after {
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #000;
  content: "";
  left: 50%;
  top: 50%;
}

.options-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.options-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.options-list li:not(:last-child) {
  margin-bottom: 15px;
}

.options-block:not(:last-child) {
  margin-bottom: 25px;
}
