.zen-breadcrumbs {
  ol {
    flex-wrap: nowrap !important;
    padding: 0;
    li:first-child {
      a {
        span {
          font-family: Nunito;
          font-size: 14px;
          font-style: normal;
          font-weight: 800;
          line-height: normal;
          letter-spacing: 0.7px;
        }
      }
    }
    li {
      min-width: fit-content;
      color: #888888;
      span {
        color: #888888;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
    }
    li:last-child {
      span {
        color: #000;
        font-family: Nunito;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
      }
    }
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumbs_wrap {
    display: flex !important;
  }
}

@media (max-width: 767.99px) {
  .breadcrumbs_wrap {
    margin-bottom: 48px;
  }
}

/* HERO MAP */

#cash-deposits-cities {
  .zen-container {
    margin: auto;
  }

  .hero-map {
    padding: 0 32px;
  }

  .hero-map .zen-container {
    background-image: url("img/hero-map.svg");
    background-repeat: no-repeat;
    background-position: right;
    max-width: 1200px;
    height: 690px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .hero-map__content {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 530px;

    .btn-black-primary {
      margin-bottom: 32px;
    }
  }

  .hero-map__brush {
    position: absolute;
    top: 230px;
    right: 110px;
    width: 1400px;
    height: 400px;
    z-index: 0;
  }

  .hero-map__city {
    font-size: 14px;
    color: #888888;
    margin-bottom: 12px;
    text-transform: uppercase;
  }

  .hero-map__title {
    font-size: 56px;
    line-height: 74px;
    font-weight: 700;
    margin-bottom: 32px;
  }

  .hero-map__description {
    font-size: 24px;
    margin-bottom: 40px;
  }

  .btn {
    border: 3px solid black;
    align-items: center;
    height: 64px;
    gap: 8px;
    font-weight: 800;
  }

  .btn:hover {
    background-image: url("img/pattern-repeat.svg");
    background-size: 18px;
    background-color: white;
    outline: 2px solid black;
    color: black;
  }

  .btn-black-primary {
    background-color: black;
    color: white;
  }

  .btn-green-primary {
    border: none;
    background-color: #22e243;
  }
}

#cash-deposits-cities {
  .hero-map__content {
    max-width: 460px;
  }

  .zen-container {
    background-size: auto 662px;
    background-position-y: 70px;
  }

  .btn {
    border-width: 2px;
  }
}

@media (max-width: 767.99px) {
  #cash-deposits-cities {
    .btn {
      height: 48px;
    }
    .hide-mobile {
      display: none;
    }
    .hero-map .zen-container {
      background-image: none;
      height: unset;
    }

    .hero-map__content {
      max-width: unset;
      width: 100%;
      align-items: center;
      text-align: center;

      .btn-green-primary {
        margin-bottom: 20px;
      }
    }

    .hero-map__map-mobile {
      width: 100%;
    }
    .hero-map__brush {
      z-index: 2;
      width: 100%;
      right: 23%;
      height: auto;
      top: 130px;
      margin-top: 45%;
    }

    .hero-map__title {
      font-size: 32px;
      line-height: 40px;
    }

    .hero-map__description {
      font-size: 20px;
      margin-bottom: 24px;
    }
  }
}

@media (min-width: 768px) {
  #cash-deposits-cities {
    .hide-desktop {
      display: none;
    }
  }
}

/* GALLERY TRIPLE */

#cash-deposits-cities {
  .gallery-triple {
    background-color: white;
    padding-top: 128px;
    padding-bottom: 64px;

    .btn {
      margin: auto;
    }
  }
  .gallery-triple__title {
    font-size: 48px;
    font-size: 700;
    max-width: 560px;
    text-align: center;
    margin: auto;
    margin-bottom: 64px;
  }

  .gallery-triple__description {
    font-size: 24px;
    display: block;
    max-width: 850px;
    text-align: center;
    margin: auto;
    margin-bottom: 64px;
  }

  .gallery-triple__content {
    display: flex;
    gap: 32px;
    display: flex;
    margin-bottom: 32px;
    > div {
      flex: 1;
    }
    img {
      width: 100%;
      margin-bottom: 48px;
    }
    h3 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 25px;
    }

    p {
      font-size: 24px;
    }
  }
}

@media (max-width: 767.99px) {
  #cash-deposits-cities {
    .gallery-triple {
      padding-top: 64px;
    }
    .gallery-triple__title {
      margin-bottom: 24px;
    }
    .gallery-triple__content {
      flex-direction: column;
      gap: 48px;
      img {
        margin-bottom: 32px;
      }
      p {
        font-size: 16px;
      }
    }

    .gallery-triple__title {
      font-size: 28px;
    }
  }
}

/* CASH-SWIPER */

#cash-deposits-cities {
  .cash-swiper {
    padding: 128px 0;
    .content-wrapper {
      display: flex;
      gap: 32px;
    }
  }

  .cash-swiper__title-card {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .cash-swiper__swiper {
    flex: 3;
    width: 100%;
    height: 100%;
    position: relative;
    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .cash-swiper__slide-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 20px;
    height: 100%;
    padding-inline: 12px;
    img {
      margin-top: auto;
      object-fit: contain;
      object-position: bottom;
      max-width: 80%;
    }
  }

  #cash-deposits-swiper-pagination {
    width: fit-content;
    margin: auto;
    background-color: white;
    padding: 12px;
    border-radius: 24px;
  }
  .swiper-pagination-bullet-active {
    background-color: #22e243;
  }
  .cash-swiper__title {
    font-size: 32px;
  }

  .cash-swiper__description {
    font-size: 24px;
    margin-bottom: auto;
  }

  .cash-swiper__title-card-footer {
    margin-bottom: 0;
    a {
      color: #22e243;
      text-decoration: underline;
    }
  }

  .cash-swiper__slide-content-badge {
    background-color: black;
    color: white;
    padding: 18px;
    border-radius: 32px;
    font-size: 10px;
    font-weight: 600;
  }

  .cash-swiper__slide-content-title {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
  }
}

@media (max-width: 1099px) {
  #cash-deposits-cities {
    .cash-swiper .content-wrapper {
      flex-direction: column;
    }

    .cash-swiper__title-card {
      text-align: center;
    }
    .cash-swiper__title-card-footer {
      text-align: center;
    }
  }
}

@media (max-width: 767.99px) {
  #cash-deposits-cities {
    .cash-swiper__swiper {
      max-width: 300px;
    }

    .cash-swiper__title {
      font-size: 28px;
    }
  }
}
/* MAP */

#cash-deposits-cities {
  .map {
    padding-top: 128px;
    .map-title {
      text-align: center;
      font-size: 48px;
      font-weight: 700;
      margin-bottom: 48px;
    }

    .map-description {
      text-align: center;
      font-size: 24px;
      font-weight: 500;
      max-width: 620px;
      margin: auto;
    }
  }

  .map-pin {
    background-color: #22e243;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #90f1a1;
    position: relative;
    background-image: url("img/icon-geolocation.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    z-index: 1;
    transition: all 200ms;
  }

  .map-pin:hover {
    scale: 1.1;
  }
  .pin-selected {
    z-index: 2;
  }

  .pin-selected > .map-pin {
    width: 64px;
    height: 64px;
    background-color: #f0eee7;
    border-color: white;
    border-radius: 32px;
  }

  .map-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin-inline: 20px;
  }

  #cash-deposits-cities__map {
    height: 800px;
  }

  #map-points-list {
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow-y: scroll;
    height: calc(100% - 128px);
    margin-left: 20px;
    width: 360px;
    bottom: 0;
    > div {
      cursor: pointer;
      background-color: #f0eee7;
      padding: 16px 24px;
      border-radius: 24px;
      display: flex;
      gap: 12px;
      align-items: center;
      .open {
        font-size: 12px;
      }
      .brand-name {
        font-weight: bold;
      }
      .dot {
        color: #888888;
        margin: 0 3px;
      }
      .map-device-logo {
        background-color: white;
        margin-left: auto;
        width: 64px;
        height: 64px;
        min-width: 64px;
        padding: 8px;
        border-radius: 16px;

        img {
          width: auto;
          width: 100%;
          height: 100%;
        }
      }

      > div {
        display: flex;
        flex-direction: column;
        gap: 4px;

        .address {
          color: black;
          font-weight: bold;
          font-size: 14px;
        }

        .city {
          font-size: 16px;
          font-weight: bold;
          color: #888888;
        }

        mark {
          font-weight: bold;
          color: #22e243;
          background-color: transparent;
        }
      }
    }

    .logos {
      display: none;
      height: 40px;
      gap: 6px;
      img {
        height: 100%;
      }
    }

    .list-item-expand {
      min-width: 24px;
      cursor: pointer;
      margin-left: auto;
      border: 1px solid #888;
      border-radius: 50%;
      height: 48px;
      width: 48px;
      display: flex;
      justify-content: center;
      align-items: center;
      img {
        width: 16px;
      }
    }

    .selected {
      background-color: white;
      .logos {
        display: flex;
      }

      .list-item-expand img {
        transform: rotate(180deg);
      }
    }
  }

  .cash-deposits-cities_map-shadow {
    position: absolute;
    background: linear-gradient(
      90deg,
      #000000ad 0%,
      transparent 420px,
      transparent 100%
    );
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    pointer-events: none;
  }

  .map-search {
    position: absolute;
    margin-left: 20px;
    width: 360px;
    top: 0;
    z-index: 1;
    background-color: white;
    height: 80px;
    border-radius: 40px;
    top: 24px;
    display: flex;
    padding-left: 24px;
    overflow: hidden;
    align-items: center;
    max-width: calc(100% - 40px);
    input {
      outline: none;
      border: none;
      width: 0;
      flex: 1;
    }

    button {
      width: 48px;
      height: 48px;
      min-width: 48px;
      border: none;
      border-radius: 24px;
      transition: all 200ms;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-grow: 0;
      img {
        width: 16px;
      }
    }

    button:hover {
      filter: invert(1);
    }

    .map-localize-button {
      background-color: #f0eee7;
      margin-left: auto;
    }

    .map-search-button {
      background-color: black;
      margin-left: 8px;
      margin-right: 16px;
    }
  }
}

@media (max-width: 767.99px) {
  #cash-deposits-cities {
    .map {
      padding-top: 96px;
      padding-bottom: 0;
      .map-title {
        font-size: 28px;
      }

      .map-description {
        font-size: 20px;
      }
    }

    #map-points-list {
      height: 140px;
      /* &:has(.euronet-hours){ */
      &:has(.selected .euronet-hours) {
          height: 225px;
        }
      > div {
        display: none;
      }
      > div.selected {
        display: flex;
      }

      .list-item-expand {
        display: none;
      }
    }

    .cash-deposits-cities_map-shadow {
      background: linear-gradient(
          180deg,
          #000000ad 0%,
          transparent 160px,
          transparent 100%
        ),
        linear-gradient(0deg, #000000ad 0%, transparent 160px, transparent 100%);
    }
  }
}

/* FAQ */

#cash-deposits-cities {
  .faq h2 {
    margin-bottom: 64px;
    text-align: center;
  }
  .faq {
    max-width: 1300px;
    margin: 128px auto 0 auto;
    padding: 0 24px;
    font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
      sans-serif;
  }
  .faq-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 64px;
  }
  .faq-content {
  }
  .faq-item {
    padding: 32px 110px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }

  .faq-item-title {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .faq-item-content {
    margin-top: 0;
    height: 0;
    overflow: hidden;
    transition: all 250ms;
    p {
      margin: 0;
      font-size: 14px;
    }
  }

  .faq-item img {
    transition: all 250ms;
  }

  .faq-item.active .faq-item-content {
    height: 48px;
    margin-top: 24px;
  }

  .faq-item.active img {
    transform: rotate(-180deg);
  }
}


.map-zoom{
  position: absolute;
  right: 35px;
  bottom: 44px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px;
  border-radius: 64px;
    background: var(--Shades-Dark-Side-Rich-Black, #000);
}

.map-zoom__btn{
  width: 20px;
  height: 20px;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  border:0;
}

.map-zoom__btn:hover{ transform: translateY(-1px); }
.map-zoom__btn:active{ transform: translateY(0); }
.map-zoom__btn:focus-visible{
  outline: 2px solid #111;
  outline-offset: 2px;
}

@media (max-width: 767.99px) {
  #cash-deposits-cities {
    .faq-item.active .faq-item-content {
      height: 60px;
    }

    .faq-title {
      font-size: 28px;
    }

    .faq-item {
      padding-inline: 0;
    }
  }
    #cash-deposits-cities {
        #map-points-list {
            margin-left:9px;
            max-width: calc(100% - 18px);
            .selected {
                max-width:338px;
            }
        }
    }
    .map-zoom{
        right: 13px;
        bottom:8px;
    }
}

/* JOIN ZEN */
#cash-deposits-cities {
  .join-zen {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 256px 0 128px 0;
    font-family: Nunito, system-ui, -apple-system, Segoe UI, Roboto, Arial,
      sans-serif;
    position: relative;
    padding-inline: 16px;
  }

  .pattern-bkg {
    max-width: 1312px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 15px;
    background: linear-gradient(
      30deg,
      rgba(255, 255, 255, 0.19) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  }

  .join-zen__badges {
    display: flex;
    gap: 48px;
    transform: translateY(-45px);
  }

  .badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: white;
    border: 2px solid black;
    border-radius: 36px;
    width: 128px;
    height: 128px;
  }

  .badge--qr img {
    width: 96px;
    height: 96px;
  }

  .join-zen__eyebrow {
    color: #69e245;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px 0;
  }

  .join-zen__title {
    color: #000000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 24px 24px 24px;
  }

  .join-zen__text {
    color: #000000;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 24px 48px;
  }

  .join-zen__code {
    color: #69e245;
    font-weight: 900;
  }

  .join-zen__stores {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
  }

  .join-zen__stores img {
    height: 41.77px;
    width: auto;
  }

  .section-bkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -10;
  }
}
@media (max-width: 767.99px) {
  #cash-deposits-cities {
    .join-zen {
      padding: 50 24px;
    }

    .join-zen__box {
      width: 100%;
      height: unset;
      border-radius: 20px;
      background: url("assets/images/pattern.svg") lightgray 0% 0% / 25px 25px
        repeat;
      padding-bottom: 40px;
    }

    .join-zen__badges {
      transform: translateY(-35px);
    }

    .badge--qr {
      display: none;
    }

    .join-zen__eyebrow {
      color: #69e245;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      margin-bottom: 16px;
    }

    .join-zen__title {
      color: #000000;
      text-align: center;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      margin: 0 16px 16px;
    }
    .join-zen__title br {
      display: none;
    }
    .join-zen__text {
      color: #000000;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 140%;
      margin: 0 16px 32px;
    }

    .join-zen__code {
      color: #22e243;
      font-weight: 900;
    }

    .join-zen__stores img {
      height: 52.214px;
    }
  }

  @media (max-width: 420px) {
    .join-zen__stores {
      flex-direction: column;
    }
  }
}

#colophon .img-fluid,
#top {
  filter: invert();
}

/* ALL DEVICES LIST */
.all-devices-list {
  display: none;
}

@media (max-width:500px){
    .map-wrapper:has(#map-points-list .selected) .map-zoom{
        right: 13px;
        bottom: 155px;
    }

    /* .map-wrapper:has(#map-points-list .selected):has(.euronet-hours) .map-zoom { */
    .map-wrapper:has(#map-points-list .selected .euronet-hours) .map-zoom {
        bottom: 255px;
    }
}