/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 02 2025 | 19:54:12 */
.yandex-map-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.yandex-map-wrapper a {
  display: none; /* скрываем ссылки Яндекса, они всё равно обязательные для кода */
}

.yandex-map-wrapper iframe {
  width: 1140px;   /* по умолчанию для ПК */
  height: 656px;
  border: none;
}

/* планшеты: до 1024px */
@media (max-width: 1024px) {
  .yandex-map-wrapper iframe {
    width: 708px;
    height: 486px;
  }
}

/* мобильные: до 767px */
@media (max-width: 767px) {
  .yandex-map-wrapper iframe {
    width: 100%;   /* во всю ширину экрана */
    height: 486px;
  }
}
