#rec771438338 .t668__textwrapper {
    background-color: #ffffff;
    padding: 12px 30px;
}

.t668__col {
    max-width: 100% !important;
    margin: 0 !important;
}

.t668__content {
     padding: 0 !important;
}

#rec771438338 .t668__text {
    color: #000 !important;
}
#rec771438338 .t668__col {
    border-bottom: 1px solid #fff;
}
.t794__tooltip-menu {
    top: 115px !important;
}
#rec767842553 .t-feed__post-label-wrapper {
    display: none !important;
}
#rec767842553 .t-feed__container .t-feed__parts-switch-wrapper {
        margin-bottom: 10px !important;
}
.t228 .t-btn {
    font-size: 11px !important;
    height: 30px !important;
}
.t228__right_buttons {
    padding-left: 0;
}
.bamper {
    display: flex;
    justify-content: space-around;
}
.bamper img {
    width: 50px;
    height: 50px;
}
#rec822504745 {
    position: fixed;
    bottom: 0;
    z-index: 100;
    background-color: #e47639;
    width: 100%;
}
.bamper a {
    border-right: 1px solid #fff;
    flex: 0 0 33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bamper a:nth-child(3n) {
    border-right: none !important;
}
.bamper-item__name {
    color: #fff;
    font-size: 16px;
    font-family: 'Lada';
}

.table-container {
     overflow-x: auto;
}
 .table-container table {
    width: 100%;
    max-width: 1200px; /* Максимальная ширина */
    border-collapse: collapse;
    margin: 0 auto; /* Центрирование */
  }

.table-container th,
.table-container td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
}
.table-container th {
background-color: #f4f4f4;
}
.table-container tr:nth-child(even) {
background-color: #f9f9f9;
}
.table-container tr:hover {
background-color: #f1f1f1;
}
  /* Адаптация под мобильные устройства */
  @media (max-width: 767px) {
    .table-container {
      overflow-x: auto; /* Принудительная горизонтальная прокрутка */
    }
    
    .table-container table {
      min-width: 100%; /* Минимальная ширина для прокрутки */
    }
    
    .table-container th, .table-container td {
      white-space: nowrap; /* Запрет переноса текста */
      padding: 6px; /* Уменьшаем паддинги на малых экранах */
    }
  }
   
  #rec1033888786 .t886 {
    z-index: 9999999999999;
  }