@charset "UTF-8";
.map-tours {
  position: relative;
  width: 100%;
}
body:not(.no-animate) .map-tours {
  transform: translateY(1.5rem);
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  transition-delay: 0.3s;
}
body:not(.no-animate) .map-tours.animate {
  transform: unset;
  opacity: 1;
}
html:not(.has-scroll-init) .map-tours {
  transform: unset !important;
  opacity: 1 !important;
}
.map-tours__map {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  min-height: 25rem;
  margin: 0 -8.333% 0 0;
}
@media (min-width: 640px) {
.map-tours__map {
    min-height: 25rem;
}
}
@media (min-width: 1024px) {
.map-tours__map {
    min-height: 31.25rem;
}
}
.map-tours__title {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.blind-text-medium .map-tours__title {
  font-size: 1.625rem;
}
.blind-text-large .map-tours__title {
  font-size: 1.75rem;
}
@media (min-width: 640px) {
.map-tours__title {
    font-size: 2rem;
}
.blind-text-medium .map-tours__title {
    font-size: 2.125rem;
}
.blind-text-large .map-tours__title {
    font-size: 2.25rem;
}
}
@media (min-width: 640px) {
.map-tours__title {
    margin-bottom: 2rem;
}
}

/* стили для листбокса с выбором туров */
#map-listBox {
  position: relative;
  background: #fefefe;
  padding: 1rem;
  height: 300px;
  overflow-y: scroll;
  z-index: 998;
}
#map-listBox li {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.5rem;
}
#map-listBox li:hover {
  color: #35bd9d;
}

/* индивидуальные стили для ymap */
#ymap {
  margin-bottom: 3rem;
}
@media screen and (max-width: 940px) {
#ymap .container {
    max-width: 650px;
}
}
#map-listBox {
  background: #fefefe;
  padding: 1rem;
  height: 300px;
  overflow-y: scroll;
}
#map-listBox li {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-bottom: 0.5rem;
}
#map-listBox li:hover {
  color: #35bd9d;
}
#ymap {
  margin-bottom: 3rem;
}
@media screen and (max-width: 940px) {
#ymap .container {
    max-width: 650px;
}
}
