

/* Start:/local/components/astra/multi-map/templates/.default/style.css?17810759131175*/
#multi-map {
  background: url(/assets/images/preloader.gif) no-repeat 50%;
  -webkit-background-size: 3% 3% !important;
  background-size: 3% !important
}

.section.section-multimap .card.card-contact {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between
}

.section.section-multimap .card.card-contact .preview h3 {
  margin-bottom: .25rem !important;
  font-size: 1rem;
  color: #404654;
  font-weight: 600;
}

.section-mf {
  max-width: 1920px;
  margin: 0 auto;
}

.component-feedback-form {
  background: url(/assets/images/astra-design/bg_form.png) #2c7fff no-repeat;
  background-position: 100% 100%;
  background-size: 50%;
  height: 100%;
  padding: 3rem;
}

@media (min-width: 1024px) {
  .section-mf {
    display: flex;
  }

  .section-mf .map {
    width: 50%;
    object-fit: cover;
    object-position: center;
  }

  .section-mf .map #multi-map {
    height: 100% !important;
    object-fit: cover;
    width: 50%;
  }

  .section-mf {
    grid-template-columns: repeat(2, 1fr);
  }

  .feedback-form-render {
    width: 50%;
  }
}

@media (max-width: 1023px) {
  .component-feedback-form {
    padding: 1.5rem;
  }
}

/* End */
/* /local/components/astra/multi-map/templates/.default/style.css?17810759131175 */
