/* ===== CONTACT BLOCK MOBILE ONLY ===== */
@media screen and (max-width: 768px){

  /* блок */
  .contact-section,
  .contact-sales,
  #contact,
  #contact-sales{
    overflow: hidden !important;
  }

  /* контейнер */
  .contact-grid,
  .contact-wrap,
  .contact-content{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  /* badge */
  .contact-grid .eyebrow,
  .contact-wrap .eyebrow,
  .contact-content .eyebrow{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* заголовок */
  .contact-grid h2,
  .contact-wrap h2,
  .contact-content h2{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    font-size: clamp(42px, 10vw, 64px) !important;
    line-height: .94 !important;
  }

  /* текст */
  .contact-grid p,
  .contact-wrap p,
  .contact-content p{
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 95% !important;
  }

  /* кнопка вниз */
  .contact-grid .btn,
  .contact-wrap .btn,
  .contact-content .btn,
  .contact-grid a.btn,
  .contact-wrap a.btn,
  .contact-content a.btn{
    display: flex !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;

    width: min(100%, 320px) !important;
    margin: 26px auto 0 auto !important;

    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}
