

/* Start:/bitrix/components/novox/delivery.zones/templates/contacts/style.css?17005579922079*/
.mapFrame {
  width: 100%;
  height: 100%;
}

.mapPlacemark {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  display: none;
}

.mapPlacemark--unclickable {
  pointer-events: none;
}

.mapPlacemark--active {
  display: block;
  animation-name: fadeIn;
  animation-duration: var(--speed);
  animation-fill-mode: both;
}

.mapPlcemark__wrap {
  position: relative;
}

.mapPlcemark__wrap-label {
  position: absolute;
  top: 13px;
  left: 15px;
  right: 15px;
  display: block;
  font-family: var(--default-font);
  line-height: 17px;
  text-align: center;
  color: var(--fill-btn-color);
}

.mapControls {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 5;
}

.mapControls__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: var(--paper-color);
  color: var(--main-text-color);
  transition: var(--speed);
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
  box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
}

.mapControls__button-icon {
  width: 22px;
  height: 22px;
}
/* 
.textfield__alert {
  display: none!important;
} */

.mapDeliveryDetails {
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 5;
}

.mapDeliveryDetails__button {
  -webkit-box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
  box-shadow: 0 0 2px var(--shadow-first), 0 4px 12px var(--shadow-second);
}

.mapDeliveryDetails__button,
.mapDeliveryDetails__button:hover {
  background-color: var(--paper-color);
}

.mapDeliveryDetails__content {
  min-width: 260px;
}



/* .receiving__field {
  position: absolute;
  width: calc(100% - 30px);
  top: 30px;
  left: 15px;
  z-index: 5;
}

.receiving__map {
  height: 430px !important;
} */
/* End */
/* /bitrix/components/novox/delivery.zones/templates/contacts/style.css?17005579922079 */
