/* === Табы услуг === */

/* Desktop: все табы в одну строку */
@media screen and (min-width: 960px) {
  #rec2109962691 .t1281__wrapper {
    flex-wrap: nowrap !important;
    justify-content: center !important;
    overflow: visible !important;
  }
  #rec2109962691 .t1281__slider {
    overflow: visible !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  #rec2109962691 .t1281__slider::after,
  #rec2109962691 .t1281__slider::before {
    display: none !important;
  }
  #rec2109962691 .t1281__scroll-icon-container {
    display: none !important;
  }
  #rec2109962691 .t1281__title {
    font-size: 12px !important;
    padding: 10px 8px !important;
    line-height: 1.3 !important;
  }
  #rec2109962691 .t1281__item {
    flex-shrink: 1;
    min-width: 0;
  }
}

/* Mobile */
@media screen and (max-width: 959px) {
  #rec2109962691 {
    padding-top: 15px !important;
  }
  #rec2109962691 .t1281__container {
    position: relative;
    padding: 0 44px !important;
    margin-top: 15px !important;
  }
  #rec2109962691 .t1281__slider {
    overflow: hidden !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
  }
  #rec2109962691 .t1281__slider::after,
  #rec2109962691 .t1281__slider::before {
    display: none !important;
  }
  #rec2109962691 .t1281__scroll-icon-container {
    display: none !important;
  }
  #rec2109962691 .t1281__wrapper {
    gap: 0 !important;
    flex-wrap: nowrap !important;
    transition: transform 0.3s ease !important;
    display: flex !important;
  }
  #rec2109962691 .t1281__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 4px !important;
  }

  /* Статичная зелёная заливка ВСЕХ табов — без исключений */
  #rec2109962691 li[role="presentation"] {
    background: #0d330e !important;
    border: 1px solid #0d330e !important;
    border-radius: 0 !important;
  }
  #rec2109962691 button[role="tab"],
  #rec2109962691 button[role="tab"] * {
    color: #ffffff !important;
  }
  #rec2109962691 button[role="tab"] {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 12px 16px !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  /* Стрелки */
  #rec2109962691 .tabs-nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  }
  #rec2109962691 .tabs-nav-arrow--left { left: 0; }
  #rec2109962691 .tabs-nav-arrow--right { right: 0; }
  #rec2109962691 .tabs-nav-arrow svg {
    width: 14px;
    height: 14px;
    stroke: #333;
    fill: none;
    stroke-width: 2.5;
  }
}