

/* Start:/bitrix/templates/foxcoder-corp/components/bitrix/map.yandex.view/map/style.css?16830952378538*/
:root {
  --map-controll-bg: var(--color-bg-white-primary);
  --map-controll-border-radius: var(--border-radius-md);
}

.map-fixed-frame {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000 !important;
}
.map-fixed-frame .map-container,
.map-fixed-frame .map {
  width: 100% !important;
  height: 100% !important;
}
.map-fixed-frame .map-container::before {
  display: none;
}
.map-fixed-frame .map-container .ymaps-controls-pane {
  display: block;
}
@media (max-width: 767.98px) {
  .map-fixed-frame .map-container .ymaps-copyrights-pane {
    display: none !important;
  }
}

.map-container {
  position: relative;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .map-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .map-container .ymaps-controls-pane {
    display: none;
  }
}
.map-resize-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: var(--border-radius-md);
  font-size: 20px;
  color: var(--color-text-black-tertiary);
  transition: color 0.1s ease;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.map-resize-btn:hover,
.map-resize-btn:focus {
  color: var(--color-text-black-secondary);
}

.map-resize-btn:not(.is-open) .map-resize-btn__close {
  display: none;
}

.map-resize-btn.is-open .map-resize-btn__open {
  display: none;
}

.map-container .ymaps-controls-lefttop {
  bottom: 0 !important;
  top: auto !important;
}

.map-container .ymaps-controls-righttop {
  bottom: 0;
  top: auto !important;
}

.map-container .ymaps-controls-righttop > ymaps {
  top: auto !important;
  bottom: 20px !important;
  right: auto !important;
  left: 50%;
  margin-left: 2px;
}

.map-container .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox {
  background: #fff;
  border-radius: var(--border-radius-md);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 3px 0 3px 25px;
  position: relative;
}

.map-container .ymaps-controls-righttop .ymaps-b-select.ymaps-b-select_control_listbox:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M23.107 15.993l1.51 1.048a.884.884 0 0 1 0 1.457l-7.366 5.13c-.715.498-1.785.498-2.5 0l-7.368-5.13a.884.884 0 0 1 0-1.456l1.51-1.047-1.51-1.052a.884.884 0 0 1 0-1.455l7.368-5.113c.715-.496 1.784-.496 2.5 0l7.367 5.113a.884.884 0 0 1 0 1.456l-1.51 1.053zm-6.89-6.163c-.096-.066-.338-.066-.433 0l-6.322 4.387 6.323 4.4c.095.064.336.064.43 0l6.317-4.4-6.316-4.387z'/%3E%3C/svg%3E");
}

.map-container .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes {
  position: absolute;
  left: 3px;
  bottom: 100%;
  margin-bottom: 3px;
  top: auto;
}

.map-container .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__shadow {
  display: none;
}

.map-container .ymaps-b-select_state_opened .ymaps-b-popupa_layout_yes .ymaps-b-popupa__body {
  border-radius: var(--border-radius-md);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.map-container .ymaps-b-zoom__scale {
  display: none !important;
}

.map-container .ymaps-b-zoom_hints-pos_right {
  left: 50% !important;
  right: auto !important;
  top: auto !important;
  bottom: 20px !important;
  border-radius: var(--border-radius-md);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-left: -88px;
}

.map-container .ymaps-b-zoom {
  width: 80px;
  height: 36px;
  padding: 6px 10px;
  position: relative;
}

.map-container .ymaps-b-zoom:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background-color: #f5f5f5;
}

.map-container .ymaps-b-zoom__button {
  display: inline-block;
  height: 26px;
  width: 30px;
  opacity: 0.6;
  background-image: none;
  text-align: center;
}

.map-container .ymaps-b-zoom__button:hover {
  opacity: 1;
}

.map-container .ymaps-b-form-button {
  background-image: none !important;
}

.map-container .ymaps-b-form-button__content {
  background-image: none !important;
}

.map-container .ymaps-b-form-button__left {
  background-image: none !important;
}

.map-container .ymaps-b-zoom__button_type_minus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M11 15h10a1 1 0 0 1 0 2H11a1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
  left: 0;
  background-position: -6px -3px;
}

.map-container .ymaps-b-zoom__button_type_plus .ymaps-b-zoom__sprite {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill-rule='evenodd' d='M15 15h-4a1 1 0 0 0 0 2h4v4a1 1 0 0 0 2 0v-4h4a1 1 0 0 0 0-2h-4v-4a1 1 0 0 0-2 0v4z'/%3E%3C/svg%3E");
  left: 0;
  top: 0;
  background-position: -1px -3px;
}

.map-container .ymaps-b-zoom__button_type_plus .ymaps-b-form-button_disabled_yes .ymaps-b-zoom__sprite {
  top: 0;
}

.map-container .ymaps-b-zoom__button_type_minus .ymaps-b-form-button_disabled_yes .ymaps-b-zoom__sprite {
  top: 0;
}

.map-container .ymaps-b-balloon {
  font-size: var(--theme-font-size);
  font-family: var(--theme-font-family);
  line-height: var(--theme-line-height);
  color: var(--color-text-default);
}

.map-container .ymaps-shadows-pane {
  display: none;
}

.map-container .ymaps-b-balloon {
  margin: -42px 0 0 -38px;
  width: 320px !important;
  background: #fff;
  background: var(--color-bg-default);
  border-radius: var(--border-radius-sm);
  padding: 24px 44px 28px 32px;
  box-shadow: 0 5px 20px 0 rgba(18, 25, 38, 0.1);
}
@media (max-width: 575.98px) {
  .map-container .ymaps-b-balloon {
    width: 260px !important;
  }
}

.map-container .ymaps-b-balloon:before {
  content: "";
  background: var(--color-bg-default);
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  box-sizing: border-box;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}

.map-container .ymaps-b-balloon:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 19px;
  z-index: 2;
  background: var(--color-bg-default);
  border-bottom-left-radius: var(--border-radius-md);
  border-bottom-right-radius: var(--border-radius-md);
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__tr {
  display: none;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__tl {
  display: none;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__bl {
  display: none;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__br {
  display: none;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__content {
  border: none;
  background: var(--color-bg-default) !important;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__content > ymaps {
  width: 100% !important;
  height: auto !important;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__content-holster {
  padding: 0;
  background: transparent;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__close {
  top: 8px !important;
  right: 8px !important;
  width: 26px !important;
  height: 26px !important;
  background: none !important;
  border-radius: 100% !important;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='11' viewBox='0 0 10 11' fill='none'%3E%3Cpath d='M1 9.5L9 1.5M1 1.5L9 9.5' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: opacity ease 0.3s;
}

.map-container .ymaps-b-balloon .ymaps-b-balloon__close:hover:before {
  opacity: 0.5;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/foxcoder-corp/components/bitrix/map.yandex.view/map/style.css?16830952378538 */
