.product__data-mobile-cards {
  display: none;
}

@media screen and (max-width: 767px) {
  .product__tabs-wrapper {
    overflow: visible;
    margin-bottom: 32px;
  }

  .product__tabs {
    display: block;
    min-width: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .product__tabs-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    max-width: none;
    width: 100%;
    border: 0;
  }

  .product__tabs-content-wrapper {
    width: 100%;
  }

  .product__tabs-button {
    position: relative;
    justify-content: flex-start;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 12px 42px 12px 14px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background-color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }

  .product__tabs-button::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #7b8186;
    border-bottom: 2px solid #7b8186;
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .product__tabs-button.active {
    border-color: #FE6D04;
    border-bottom: 1px solid #FE6D04;
    background-color: #fff;
  }

  .product__tabs-button.active::after {
    border-color: #FE6D04;
    transform: translateY(-35%) rotate(225deg);
  }

  .product__tabs-button.active .product__tabs-button-icon {
    filter: brightness(0) saturate(100%) invert(45%) sepia(30%) saturate(1070%) hue-rotate(339deg) brightness(95%) contrast(87%);
  }

  .product__tabs-button-icon {
    flex: 0 0 auto;
    height: 22px;
    margin-right: 12px;
  }

  .product__tabs-button-icon--material {
    height: 19px;
  }

  .product__tabs-button-icon--data {
    height: 17px;
  }

  .product__tabs-button span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .product__tabs-content {
    width: 100%;
    padding: 16px 0 8px;
    border-bottom: 0;
  }

  .product__tabs-content.product__tabs-content--active {
    display: block;
  }

  .product__tabs-list-item {
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .product__tabs-list-img-wrapper {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: 14px;
  }

  .product__tabs-list-text,
  .product__tabs-content-text {
    font-size: 15px;
    line-height: 23px;
  }

  .product__tabs-installation-img-wrapper {
    display: block;
    width: 100%;
  }

  .product__tabs-installation-img {
    width: 100%;
    max-height: none;
  }

  .product__data-table {
    width: 100%;
    overflow-x: auto;
  }

  .product__data-table .dataTable {
    min-width: 560px;
    margin-top: 8px;
  }

  .product__data-table .dataTable--has-mobile-cards {
    display: none;
  }

  .product__data-mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 8px;
  }

  .product__data-mobile-card {
    padding: 14px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    background-color: #fff;
  }

  .product__data-mobile-card-title {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #eeeeee;
  }

  .product__data-mobile-card-item {
    margin-top: 10px;
  }

  .product__data-mobile-card-label {
    margin-bottom: 3px;
    color: #6f777b;
    font-size: 13px;
    line-height: 18px;
  }

  .product__data-mobile-card-value {
    color: #373F41;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    overflow-wrap: anywhere;
  }

  .download-list__cards-wrapper {
    grid-template-columns: 1fr;
  }
}
