@charset "UTF-8";
/**
needs bootstrap function str-replace()
 */
/**
* Метод дополняет svg-sprite.scss.
* Позволяет получить чистый урл элемента спрайта для использования в псевдоэлементах или background-image
* Example: content: url(get-svg-url('checkmark', $user-variables: (fill: 'tomato')));
* Example: background-image: url(get-svg-url('heart', $user-variables: (stroke: 'red', fill: 'pink')));
*/
/**
вертикальные отступы
для каждого цвета указываются в порядке как в $grid-breakpoints
 */
.contacts-map {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 400px) {
  .contacts-map {
    padding-top: 60px;
  }
}
@media (min-width: 576px) {
  .contacts-map {
    padding: 0;
  }
}
.contacts-map__nav.nav-pills {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 576px) {
  .contacts-map__nav.nav-pills {
    top: 20px;
    left: 20px;
    right: 48px;
  }
}
.contacts-map__nav.nav-pills .nav-item {
  font-size: 16px;
  font-weight: 500;
  background-color: black;
  color: white;
  margin-bottom: 16px;
  text-align: center;
  cursor: pointer;
  margin-right: 16px;
  padding: 0;
  width: 160px;
  line-height: 40px;
  border: none;
  text-transform: inherit;
  letter-spacing: inherit;
}
@media (min-width: 400px) {
  .contacts-map__nav.nav-pills .nav-item {
    margin-bottom: 0;
  }
}
.contacts-map__nav.nav-pills .nav-item:hover, .contacts-map__nav.nav-pills .nav-item:focus, .contacts-map__nav.nav-pills .nav-item.active {
  background-color: #A9FFC6;
  color: #000;
}
.contacts-map__description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: inline-flex;
  flex-direction: column;
  padding: 12px 16px;
  color: #fff;
  background-color: #000;
}
@media (min-width: 576px) {
  .contacts-map__description {
    bottom: 20px;
    left: 20px;
    right: auto;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
  }
}
.contacts-map__description .map-description-text {
  flex-grow: 1;
  margin-right: 24px;
}
@media (min-width: 992px) {
  .contacts-map__description .map-description-text {
    margin-right: 32px;
  }
}
.contacts-map__description .map-description-link {
  display: inline-flex;
  align-items: center;
  margin-top: 12px;
}
@media (min-width: 576px) {
  .contacts-map__description .map-description-link {
    margin-top: 0;
  }
}
.contacts-map__description .map-description-link__icon {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 15px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2h16v10H7v2h13a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v7h2V2z' fill='white'/%3e%3cpath d='M5.5 11c0-.3-.2-.5-.5-.5H.5a.5.5 0 0 0 0 1h4v4a.5.5 0 0 0 1 0V11zm-4.1 4.4 4-4-.8-.8-4 4 .8.8z' fill='white'/%3e%3c/svg%3e") center no-repeat;
  margin-right: 8px;
}
.contacts-map__description .map-description-link__text {
  font-size: 18px;
  line-height: 25px;
  color: #A9FFC6;
}
.contacts-map__container {
  height: 100%;
}
.contacts-map__container__wrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  height: 300px;
}
@media (min-width: 576px) {
  .contacts-map__container__wrapper {
    height: 380px;
  }
}
@media (min-width: 1200px) {
  .contacts-map__container__wrapper {
    height: 550px;
  }
}
@media (min-width: 1600px) {
  .contacts-map__container__wrapper {
    height: 400px;
  }
}
.contacts-map__container [class*=ymaps-2][class*=-ground-pane],
.contacts-map__container [class*=ymaps-2][class*=-vector-pane] {
  filter: grayscale(100%) brightness(30%);
}
.contacts-map__container [class*=ymaps-2][class*=-copyrights] {
  display: none;
}
