/* Страница «Контакты»: без формы, справа картинка как у отзывов */

.contacts__row {
  align-items: center !important;
}

.contacts__description .contacts-info {
  margin-top: 42px;
}

.contacts__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}

.contacts__visual img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .contacts__row {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .contacts__visual {
    max-width: 280px;
    margin: 8px auto 0;
    order: 2;
  }

  .contacts__description {
    order: 1;
  }
}
