@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
#site_footer_wrapper {
  display: none !important;
}
.advert-kindom-map #map {
  margin: 0 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  max-height: calc(100vh - 44px);
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
}
@media  all and (min-width: 1200px) {
  .advert-kindom-map #map {
    max-height: calc(100vh - 78px);
  }
}
.advert-kindom-map .shadow {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ffffff;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.3) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0);
}
.advert-kindom-map .marker-class {
  box-sizing: border-box;
  display: block;
  width: 100px;
  height: 140px;
  transform-origin: center;
  position: absolute;
  top: -60px;
  left: -50px;
  object-fit: contain;
  font-family: "Montserrat Alternates", sans-serif;
  cursor: pointer;
  transform: scale(calc((3 - 2) * 0.7));
  transition: top 0.1s;
}
.advert-kindom-map .marker-class .wrapper {
  display: flex;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.advert-kindom-map .marker-class:hover .title {
  color: #0F1115;
  background: #F5F5F5;
}
.advert-kindom-map .marker-class:hover .icon {
  background: #F5F5F5;
}
.advert-kindom-map .marker-class.active .title {
  color: #F5F5F5;
  background: #DF3C38;
}
.advert-kindom-map .marker-class.active .icon {
  background: #DF3C38;
}
.advert-kindom-map .marker-class:before {
  content: "";
  position: relative;
}
.advert-kindom-map .marker-class .title {
  padding: 6.4px 12px;
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
  font-size: 12px;
  background: #C8AA6E;
  color: #0F1115;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  word-wrap: normal;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .marker-class .title {
    padding: 6.4px 19.2px;
    font-size: 19.2px;
    border-radius: 8px;
  }
}
.advert-kindom-map .marker-class .icon {
  margin-right: 12px;
  position: relative;
  width: 30px;
  min-width: 30px;
  aspect-ratio: 70/90;
  mask-size: contain;
  -webkit-mask-image: url("/assets/spec/advert-kindom-map/ui/shield_default.svg");
  mask-image: url("/assets/spec/advert-kindom-map/ui/shield_default.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #C8AA6E;
  transition: all 0.3s ease-in-out;
}
.advert-kindom-map .marker-class .icon img {
  transition: 0.3s ease-in-out;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 8px;
  width: 24px;
  aspect-ratio: 1/1;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .marker-class .icon img {
    width: 38.4px;
  }
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .marker-class .icon {
    margin-right: 14px;
    width: 48px;
    min-width: 48px;
  }
}
.advert-kindom-map .select {
  font-family: "Montserrat Alternates", sans-serif;
  position: absolute;
  max-width: 540px;
  padding: 12px 0;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
}
@media  all and (min-width: 540px) {
  .advert-kindom-map .select {
    width: calc(100% - 48px);
  }
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .select {
    width: 100%;
    max-width: 400px;
    bottom: 12px;
  }
}
.advert-kindom-map .select .choices {
  user-select: none;
}
.advert-kindom-map .select .choices__inner {
  display: none;
}
.advert-kindom-map .select .is-focused .choices__list {
  position: relative;
}
.advert-kindom-map .select .is-focused .choices__list:after {
  z-index: 2;
  width: 24px;
  aspect-ratio: 1/1;
  color: #F5F5F5;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  margin-left: 20px;
  transform: translateY(-50%);
  mask-size: contain;
  -webkit-mask-image: url("/assets/spec/advert-kindom-map/ui/search.svg");
  mask-image: url("/assets/spec/advert-kindom-map/ui/search.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #F5F5F5;
}
.advert-kindom-map .select .is-open .choices__list[role=listbox] {
  display: flex;
}
.advert-kindom-map .select .choices__item {
  background: #0F1115;
  color: #F5F5F5;
  width: 100%;
  font-size: 24px;
  padding: 4px 24px ;
  box-sizing: border-box;
  border-radius: 24px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.advert-kindom-map .select .choices__item:last-child {
  display: none;
}
.advert-kindom-map .select .choices__item:hover {
  background: #F5F5F5;
  color: #0F1115;
}
.advert-kindom-map .select .choices__list[role=listbox] {
  top: 100%;
  width: 100%;
  position: absolute !important;
  display: none;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.advert-kindom-map .select .choices__list[role=listbox]:after {
  content: "";
  display: none;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .select .choices__list[role=listbox] {
    flex-direction: column-reverse;
    margin-bottom: 12px;
    top: auto;
    bottom: 100%;
  }
}
.advert-kindom-map .select .choices__list {
  position: relative;
}
.advert-kindom-map .select .choices__list:after {
  z-index: 2;
  width: 24px;
  aspect-ratio: 1/1;
  color: #F5F5F5;
  position: absolute;
  content: "*****";
  display: block;
  top: 50%;
  margin-left: 20px;
  transform: translateY(-50%);
  mask-size: contain;
  -webkit-mask-image: url("/assets/spec/advert-kindom-map/ui/search.svg");
  mask-image: url("/assets/spec/advert-kindom-map/ui/search.svg");
  transition: 0.3s ease-in-out;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #C8AA6E;
}
.advert-kindom-map .select .has-no-results {
  display: none;
}
.advert-kindom-map .select .has-no-choices {
  display: none;
}
.advert-kindom-map .select .choices__input {
  display: block;
  padding: 20px;
  padding-left: 50px;
  height: 24px;
  border-radius: 24px;
  width: 100%;
  appearance: none;
  outline: none;
  border: none;
  background: #0F1115;
  color: #F5F5F5;
  font-size: 24px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
}
.advert-kindom-map .select .choices__input:focus {
  appearance: none;
  border: none;
  outline: none;
}
.advert-kindom-map .select .choices__input:active {
  appearance: none;
  border: none;
  outline: none;
}
.advert-kindom-map .sidebar {
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  font-family: "Montserrat Alternates", sans-serif;
  box-sizing: border-box;
  position: absolute;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0F1115;
  z-index: 2;
  transition: right 0.2s ease-out;
  color: #F5F5F5;
  padding-right: 20px;
  padding-left: 20px;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .sidebar {
    right: min(100%, -512px);
    width: min(100%, 512px);
    padding-right: 40px;
    padding-left: 80px;
  }
}
.advert-kindom-map .sidebar::before {
  position: relative;
}
.advert-kindom-map .sidebar.active {
  right: 0;
}
.advert-kindom-map .sidebar.active .close {
  display: block;
}
.advert-kindom-map .sidebar .close {
  user-select: none;
  display: none;
  cursor: pointer;
  left: 0;
  transform: rotate(180deg);
  background-image: url("/assets/spec/advert-kindom-map/ui/close.svg");
  background-position: center;
  background-size: 100%;
  width: 60px;
  aspect-ratio: 1/1;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
.advert-kindom-map .sidebar .close:hover {
  opacity: 0.8;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .sidebar .close {
    transform: translateX(-50%);
    top: auto;
    position: absolute;
    width: 90px;
  }
}
.advert-kindom-map .sidebar .wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  height: calc(100% - 48px);
  padding-right: 20px;
  overflow-y: auto;
}
.advert-kindom-map .sidebar .wrapper::-webkit-scrollbar {
  width: 6px;
  /* ширина scrollbar */
}
.advert-kindom-map .sidebar .wrapper::-webkit-scrollbar-track {
  background: transparent;
  /* цвет дорожки */
}
.advert-kindom-map .sidebar .wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  border: 1px solid var(--gold, #C8AA6E);
  background: var(--dark-blue, #0F1115);
  width: 6px;
  margin: 0 auto;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .sidebar .wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    height: calc(100% - 160px);
  }
}
.advert-kindom-map .sidebar .icon {
  user-select: none;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 40px;
}
.advert-kindom-map .sidebar .icon img {
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .sidebar .icon {
    margin-bottom: 80px;
  }
}
.advert-kindom-map .sidebar .name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  word-wrap: break-word;
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .sidebar .name {
    font-size: 36px;
  }
}
.advert-kindom-map .sidebar .desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.advert-kindom-map .sidebar .desc a {
  color: #F5F5F5;
}
.advert-kindom-map .sidebar .desc ul {
  padding: 0;
  list-style: none;
}
.advert-kindom-map .sidebar .desc ul li:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-radius: 100%;
  width: 8px;
  aspect-ratio: 1/1;
  border: 1px solid var(--gold, #C8AA6E);
}
@media  all and (min-width: 768px) {
  .advert-kindom-map .sidebar .desc {
    font-size: 20px;
  }
}
.advert-kindom-map .modal-overlay {
  opacity: 0;
  pointer-events: none;
}
.advert-kindom-map .modal-overlay.active {
  pointer-events: all;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}
@keyframes show {
  0% {
    pointer-events: none;
    display: none;
  }
  1% {
    opacity: 0;
    transform: translateY(0) translateX(-50%);
    display: block;
  }
  100% {
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    pointer-events: all;
  }
}
.advert-kindom-map .modal {
  display: none;
  box-sizing: border-box;
  max-width: 1200px;
  width: min(100%, 100vh);
  aspect-ratio: 1200/800;
  z-index: 1100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  opacity: 0;
  transition: 1s ease-in-out;
  font-family: "Montserrat Alternates", sans-serif;
  background-image: url("/assets/spec/advert-kindom-map/ui/modal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: min(2vh, 2vw);
  color: #F5F5F5;
  animation: 1s show ease-in-out;
}
@media (orientation: portrait) {
  .advert-kindom-map .modal {
    font-size: min(max(2vh, 2vw), 17px);
  }
}
.advert-kindom-map .modal.active {
  display: block;
  transform: translateX(-50%) translateY(-50%);
  opacity: 1;
}
.advert-kindom-map .modal.active .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.1;
}
.advert-kindom-map .modal:before {
  position: relative;
}
.advert-kindom-map .modal .wrapper {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-height: 100%;
  text-align: center;
  padding: min(6vh, 6vw);
  overflow-y: auto;
}
.advert-kindom-map .modal .wrapper::-webkit-scrollbar {
  width: 6px;
  /* ширина scrollbar */
}
.advert-kindom-map .modal .wrapper::-webkit-scrollbar-track {
  background: transparent;
  /* цвет дорожки */
}
.advert-kindom-map .modal .wrapper::-webkit-scrollbar-thumb {
  border-radius: 3px;
  border: 1px solid var(--gold, #C8AA6E);
  background: var(--dark-blue, #0F1115);
  width: 6px;
  margin: 0 auto;
}
@media (orientation: portrait) {
  .advert-kindom-map .modal .wrapper {
    padding: 0;
    max-height: 100%;
    text-align: left;
    width: min(min(80vw, 40vh), 220px);
    height: min(min(120vw, 75vh), 450px);
  }
}
.advert-kindom-map .modal .close {
  user-select: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/assets/spec/advert-kindom-map/ui/close_modal.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8%;
  aspect-ratio: 1/1;
}
@media (orientation: portrait) {
  .advert-kindom-map .modal .close {
    right: 0;
    top: 1.5%;
    width: 11%;
  }
}
@media (orientation: portrait) {
  .advert-kindom-map .modal {
    background-image: url("/assets/spec/advert-kindom-map/ui/modal_mob.svg");
    aspect-ratio: 268/474;
    max-width: 300px;
    width: min(100%, 50vh);
  }
}
.advert-kindom-map .ymaps3x0--marker::before {
  content: "";
  position: relative;
}
/*# sourceMappingURL=main.css.map */