/**
 * Фикс макета блока «Связь с нами»: lax.js задавал scale по скроллу,
 * из-за transform элемент визуально обрезался в колонке.
 * См. .contact-with-us__phone на главной и /about.
 */
.mainpage-upd.section--not-find-answer .contact-with-us {
  overflow: visible;
}

.mainpage-upd.section--not-find-answer .contact-with-us__phone {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-left: 0 !important;
  margin-top: 16px !important;
  display: block;
  object-fit: contain;
}

@media (min-width: 1201px) {
  .mainpage-upd.section--not-find-answer .contact-with-us__phone {
    margin-top: 28px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
