@media (max-width: 767px) {
  div.pl215 .t-container, div.pl215 .t-row {
    width: 100% !important;
    overflow-x: auto !important;
  }
  div.pl215 .t-col {
    min-width: 70px !important;
  }
  div.pl215 table {
    width: 100% !important;
    font-size: 10px !important;
    table-layout: fixed !important;
  }
  div.pl215 table td, div.pl215 table th {
    padding: 3px !important;
    box-sizing: border-box !important;
    word-wrap: break-word !important;
  }
}


.js-store-prod-text a:first-of-type::before {
  content: "Получить КП"; /* Новый текст кнопки */
}

.js-store-prod-text a:first-of-type {
  font-size: 16px;
  position: relative;
}

.js-store-prod-text a:first-of-type span {
  visibility: hidden;
}

.js-store-prod-text a:first-of-type::before {
  visibility: visible;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}



//Sticky custom navabar


.custom-navbar {
    width: 100%;
}

.custom-navbar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}