@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.select2-results__option {
  padding: 12px;
  font-family: 'Circe Rounded';
}
.select2-search__field {
  outline: none;
}
.select2-results__option[aria-selected=true] {
  background-color: #eee;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #78bf9b;
}
.yandex-map-wrapper {
  width: 100%;
  padding-top: calc(10 / 16 * 100%);
  position: relative;
}
.yandex-map-wrapper #yandexMap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.ballon_header,
.ballon_body,
.ballon_header a,
.ballon_body a {
  font-family: 'Circe Rounded';
  color: #2e2e2e;
}
.ballon_header [class^="elementor-repeater-item"],
.ballon_body [class^="elementor-repeater-item"],
.ballon_header a [class^="elementor-repeater-item"],
.ballon_body a [class^="elementor-repeater-item"] {
  display: block;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header {
  display: flex;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__tabs {
  display: flex;
  align-items: center;
  flex-basis: 25%;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__tabs .elementor-yandex-map__tab {
  cursor: pointer;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header ~ .tab-pane {
  display: none;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header ~ .tab-pane.active {
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  display: inherit;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters {
  display: flex;
  align-items: center;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters .elementor-yandex-map__filter {
  display: flex;
  flex-direction: column;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters .elementor-yandex-map__filter select {
  width: 250px;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters .elementor-yandex-map__filter label {
  padding-left: 20px;
  margin-bottom: 0.5em;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters .elementor-yandex-map__filter .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters .elementor-yandex-map__filter .select2-container--default .select2-selection--single {
  border-radius: 30px;
  height: auto;
  outline: none;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters .elementor-yandex-map__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 25px;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-header .elementor-yandex-map__filters .elementor-yandex-map__filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-item {
  display: flex;
  flex-direction: column;
}
.elementor-widget-oldschool-yandex-map-locator-list .elementor-yandex-map-item>:first-child {
  flex-basis: 100%;
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
