

/* Start:/local/templates/dscontrols/components/bitrix/news.list/home-map-2/style.css?17657111626681*/
@charset "UTF-8";
:root {
  --categories-columns: 5;
}

/*
 >=1440 - размер шрифта берется из $max;
 <1440 размер шрифта высчитывается из $max / 1440 * 100
 при узких ширинах экрана размер шрифта берется из $min
 в качестве аргументов передаем максимальный и минимальный размеры шрифта (без ед. изм.)
 */
/* центрирует элемент делая его flex-контейнером
 в качестве аргумента ожидает булево значение (опционально)
 от аргумента зависит значение свойства display
 */
/* центрирует элемент позиционируя его абсолютно родителя (или body, если таковых не найдется)
 элемент вырывается из потока
 */
/* задает пропорциональные размеры для элемента
 в качестве аргумента ожидает значение с указанием ед. изм.
 */
.map {
  position: relative;
  color: #C0C0C0;
  background: #fff;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .map {
    overflow-x: auto;
    margin-bottom: 40px;
  }
}
.map svg {
  width: 100%;
  height: auto;
}
.map__wrapper {
  min-width: 800px;
  padding: 300px 125px;
}
@media (max-width: 1440px) {
  .map__wrapper {
    padding: 150px 125px;
  }
}
@media (max-width: 768px) {
  .map__wrapper {
    padding: 0;
    padding-top: 50px;
  }
}
.map__wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 300px 50vw;
  border-color: transparent transparent #f6f6fa transparent;
  z-index: 1;
  transform: rotate(180deg);
}
@media (max-width: 1440px) {
  .map__wrapper:before {
    border-width: 0 50vw 150px 50vw;
  }
}
@media (max-width: 768px) {
  .map__wrapper:before {
    border: none;
    top: 0;
    width: 800px;
    height: 50px;
    background-color: #f6f6fa;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  }
}
.map__wrapper:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 300px 50vw;
  border-color: transparent transparent #f6f6fa transparent;
  z-index: 1;
  transform: rotate(0deg);
}
@media (max-width: 1440px) {
  .map__wrapper:after {
    border-width: 0 50vw 150px 50vw;
  }
}
@media (max-width: 768px) {
  .map__wrapper:after {
    display: none;
  }
}
.map__placemark {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1a4080;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.map__placemark:before, .map__placemark:after,
.map__placemark .map__wave-wrapper:before,
.map__placemark .map__wave-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  outline: 1px solid #1a4080;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  outline-offset: 0;
  transition: outline-offset 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .map__placemark:hover {
    z-index: 2;
  }
  .map__placemark:hover:before {
    outline-offset: 20px;
    opacity: 0.8;
  }
  .map__placemark:hover:after {
    outline-offset: 50px;
    opacity: 0.6;
  }
  .map__placemark:hover .map__wave-wrapper:before {
    outline-offset: 90px;
    opacity: 0.4;
  }
  .map__placemark:hover .map__wave-wrapper:after {
    outline-offset: 140px;
    opacity: 0.2;
  }
  .map__placemark:hover .map__tip {
    opacity: 1;
    padding: 4px 8px;
    transform: translateY(-4px);
    pointer-events: initial;
  }
}
@media (hover: hover) and (pointer: coarse) {
  .map__placemark:active {
    z-index: 2;
  }
  .map__placemark:active:before {
    outline-offset: 20px;
    opacity: 0.8;
  }
  .map__placemark:active:after {
    outline-offset: 50px;
    opacity: 0.6;
  }
  .map__placemark:active .map__wave-wrapper:before {
    outline-offset: 90px;
    opacity: 0.4;
  }
  .map__placemark:active .map__wave-wrapper:after {
    outline-offset: 140px;
    opacity: 0.2;
  }
  .map__placemark:active .map__tip {
    opacity: 1;
    padding: 4px 8px;
    transform: translateY(-4px);
    pointer-events: initial;
  }
}
@media (hover: none) {
  .map__placemark:active {
    z-index: 2;
  }
  .map__placemark:active:before {
    outline-offset: 20px;
    opacity: 0.8;
  }
  .map__placemark:active:after {
    outline-offset: 50px;
    opacity: 0.6;
  }
  .map__placemark:active .map__wave-wrapper:before {
    outline-offset: 90px;
    opacity: 0.4;
  }
  .map__placemark:active .map__wave-wrapper:after {
    outline-offset: 140px;
    opacity: 0.2;
  }
  .map__placemark:active .map__tip {
    opacity: 1;
    padding: 4px 8px;
    transform: translateY(-4px);
    pointer-events: initial;
  }
}
.map__placemark svg {
  color: #1a4080;
  object-fit: contain;
  width: 10px;
  height: 10px;
  transform: translateZ(0);
}
@media (max-width: 768px) {
  .map__placemark {
    width: 20px;
    height: 20px;
  }
  .map__placemark svg {
    width: 8px;
    height: 10px;
  }
}
.map__tip {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  bottom: 100%;
  position: absolute;
  background-color: #1a4080;
  border-radius: 8px;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  opacity: 0;
  padding: 4px 0;
  transform: translateY(4px);
  width: 250px;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .map__tip {
    width: 150px;
    font-size: 10px;
  }
}
.map__placements {
  position: relative;
}
.map__title {
  font-size: clamp(20px, 3.0555555556vw, 44px);
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
  color: #101010;
  position: absolute;
  top: 350px;
  left: calc((100vw - 1320px) / 2);
  z-index: 10;
}
@media (max-width: 1440px) {
  .map__title {
    top: 200px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .map__title {
    top: 75px;
    left: 50vw;
    transform: translateX(-50%);
    width: 90vw;
    text-align: center;
  }
}

/* End */
/* /local/templates/dscontrols/components/bitrix/news.list/home-map-2/style.css?17657111626681 */
