.main-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-contacts__flex {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.main-contacts__content {
  display: flex;
  align-items: center;
  gap: 5px;
}

.main-location__map {
  width: 1400px;
  height: 700px;
  margin-bottom: 30px;
  background-image: url(/assets/img/Карта.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-organizations {
  background-image: url(/assets/img/background/64814416898951263ff32145fe24dd7f.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 1000px rgba(166, 245, 255, 0.5);
}

.main-organizations__grid {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.main-organizations__content {
  height: 10rem;
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 4px 4px 0px 0px rgba(76, 235, 255, 0.2);
}

#map {
  width: 900px;
  height: 450px;
  margin: 0 0 50px 0;
  background-image: url('/assets/img/Карта.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}