.main-page {
  margin: 0;
}
.contact {
  display: inline-block;
  width: 100%;
}
.contact--top {
  min-height: 65vh;
  background: #000;
  padding: 0 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
/* .contact-box:first-child {
  margin: 80px 0 40px;
} */
.desktop-popup{
  margin-left: 250px;
}
.address {
  display: flex;
}
.address i {
  font-size: 45px;
  margin-right: 30px;
}
.address-block {
  position: relative;
}
.highlight {
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 1rem;
  font-weight: 900;
  font-family: "explenus-Bold";
  position: absolute;
  top: -64px;
  padding: 0 12px;
}
.address-title {
  color: var(--yellow);
  font-size: 1.9rem;
}
.phone {
  font-size: 1.5rem;
  color: #fff;
  display: block;
}
.phone i {
  font-size: 1.5rem;
  margin-right: 10px;
}
.phone:hover,
.email:hover {
  color: var(--gray);
}
.email {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  margin: 0 0 10px;
}
address {
  font-size: 1rem;
  color: #cccccc8c;
  margin-top: 10px;
  width: 253px;
}
.btn-factor {
  background: #000;
  border: 1px solid #ccc;
  color: #ccc;
  width: 268px;
  font-size: 20px;
}
.btn-form h4 {
  color: #ccc;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.btn-factor:hover {
  color: #000;
}
.btn-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map #map-wrapper {
  overflow: hidden;
  position: relative;
  height: 500px;
  margin: 0;
}
#map {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -100%;
  margin-top: -300px;
  width: 200%;
  height: 200%;
  overflow: visible;
}
.form-block {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 62vh;
}
.form-block .form-modal {
  flex: 48%;
  max-width: 48%;
  margin: 25px 1% 0;
}
.form-block .form-modal.full {
  flex: 100%;
  max-width: 100%;
}
.title-contact {
  margin-bottom: 5px !important;
}
#map,
.leaflet-control-container,
.leaflet-map-pane,
.leaflet-tile-pane,
.leaflet-objects-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.marker-3d,
.marker-3d .wrapper {
  transform-style: preserve-3d;
}

.leaflet-marker-pane,
.leaflet-popup-pane {
  transform: translate3d(0, 0, 1px);
}
#modal-contact .modal .forms {
  margin: 0;
}
@media screen and (max-width: 700px) {
  .main-page {
    margin: 100px auto 0!important;

  }
.desktop-popup {
    margin-left: auto!important;
}
}
@media screen and (max-width: 375px) {
  .main-page {
    margin: 0 auto 0 !important;
  }
}
