.rn-footer {
    background-color: #f6f6f6; /* Добавление фона */
}
.footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: black;
    z-index: 1000;
}

  .footer-bar {
    width: 100%;
    height: 20px;
    background-color: #ffffff;
}
.footer-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6; /* Фон поверх основного */
    z-index: -1; /* Расположение под содержимым */
}
.rn-in-cat-item-title {
    font-weight: bold; /* Сделать текст жирным */
}

.rn-header-nav-box {
    background-color: #f6f6f6; /* Добавление фона */
}
img[src*="https://tamaranga.com/"] {
    display: none;
}