/* ===== ІСНУЮЧІ СТИЛІ ===== */

@media screen and (max-width: 640px) {
  .t997__header-wrapper {
    padding: 200px 0 100px !important;
  }
}

@media screen and (max-width: 640px) {
  .t997__buttons {
    display: inline-flex;
    align-items: normal;
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .t995__buttons {
    display: inline-flex;
    align-items: normal;
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .t-container {
    max-width: 95%;
  }
}
@media (max-width: 640px) {
  .t-store__cell-img-wrapper {
    overflow: hidden;
  }
}