/* map */
.map-click-desc {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #c0a265;
}

.map-img {
  height: 100%;
  top: 0;
}

.map-top-title-wrap {
  height: auto;
  padding: 0;
}

.map-top-title-wrap .map-top-title {
  top: 30px !important;
  transform: unset !important;
}


/* responsive */
@media screen and (min-width: 1024px) {
  .map-top-title-wrap {
    height: auto;
    padding: 40px 0 0 0;
    width: 100%;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .map-top-title-wrap .map-top-title {
    position: static;
    width: auto;
    max-width: 350px;
    text-align: left;
    line-height: 28px;
  }

  .map-inner .map-top-title-wrap .map-section-main-title {
    opacity: 1;
    transform: none;
    font-size: 26px;
    position: static;
    width: auto;
    font-size: 60px;
    padding-right: 30px;
    border-right: 2px solid #fff;
    margin-right: 30px;
  }

  .map-inner .map-top-title-wrap .title__no-border {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .map-component {
    padding: 40px;
  }

  .mobile-anim .map-component-inner {
    height: auto;
    position: static;
    padding: 0 30px;

  }

  .map-component-head {
    position: static;
    background: transparent;
  }

  .map-mob-coutry {
    position: static;
    width: 100%;
    transform: none;
    margin: 0 auto;
  }

  .map-section .component-title.component-title-main {
    transform: none !important;
    position: static;
    padding: 0;
    margin: 0 0 20px 0;
  }

  .map-mob-coutry img {
    max-width: 100%;
    position: static !important;
    opacity: 1 !important;
  }

  .map-mob-coutry img.img-without-num {
    display: none !important;
  }

  .map-list-tablet {
    display: block !important;
  }

  .map-list-tablet ul {
    padding: 30px 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .map-list-tablet {
    display: none !important;
  }

  .map-country-list-bottom,
  .map-country-list-top {
    display: block;
    opacity: 1;
    transform: none;
    position: static;
  }

  .mobile-anim .map-component-inner {
    padding: 0;
  }
}
