@import url('./blocks/promo.css');

.promo {
  background-image: url('/img/bg/bg_mercury.jpg');
}

.promo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; /* Adjust the color here */
  opacity: 0.5; /* Adjust the opacity here */
}


.contacts__info_item {
  padding: 17px 0;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .contacts__info_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.contacts__info_item:first-child {
  padding-top: 0;
  border-top: transparent;
}

.contacts__info_item-title {
  display: block;
  width: 100%;
  max-width: 380px;
  font-size: 17px;
  color: #808080;
  font-family: 'Formular';
}

@media screen and (max-width: 767px) {
  .contacts__info_item-title {
    margin-bottom: 10px;
  }
}

.contacts__info_item-link {
  display: block;
  font-size: 17px;
  color: #000000;
  font-family: 'Formular';
}

.contacts__map {
  width: 100%;
  height: 500px;
  background-color: #d6d6d6;
}

@media screen and (max-width: 1200px) {
  .contacts__map {
    height: 460px;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map {
    height: 220px;
  }
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
}

.contacts__press-title {
  font-size: 21px;
  display: block;
  color: #000000;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'Formular';
}

.contacts__press-text {
  display: block;
  font-size: 17px;
  line-height: 25px;
  font-family: 'Formular';
}
