.product-tabs {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.tab-button {
  background: none;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  color: #555;
  transition: all 0.3s;
}

.tab-button.active {
  color: #000;
  font-weight: bold;
}

.tab-button.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #e74c3c; /* Цвет акцентной линии */
}

.tab-button:hover:not(.active) {
  color: #e74c3c;
}

.tab-content {
  display: none;
  padding: 20px;
  animation: fadeIn 0.3s;
}

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

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* KB: подпись "Центральный офис" под адресом в шапке — на ВСЕХ беседках, только десктоп (бейджи видны лишь там) */
@media (min-width:980px){
  [data-elem-id="1771274348547"]{top:38px !important;height:auto !important}
  [field="tn_text_1771274348547"]::after{content:"Центральный офис";display:block;font-family:'TTFirsNeue',Arial,sans-serif;font-size:10px;font-weight:500;line-height:16px;color:#000;opacity:.5;margin-top:0}
}
