@media screen and (max-width: 600px) {
  .gallery-section {
    position: relative;
    padding: 22px 0px 10px;
    background: url(/templates/CarService/images/bgcool.png) center center no-repeat;
    background-size: cover;
    border-bottom: solid 2px #8b0000; /* бордовый вместо желтого */
  }
}

.sidebar-page .side-bar {
    margin-top: 1px;
}

.sidebar-page {
    position: relative;
    padding: 19px 0px; /* убрал дублирование */
    background: #0d0d0d; /* общий темный фон */
    color: #e0e0e0;
}

.blockd {
    font-size: 16px;
    color: #fff;
    margin-top: 9px;
}

@keyframes text {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-160%, 0);
  }
}

.block {
    height: 90px;
    width: 336px;
    background: #1a1a1a;
    border: 1px solid #8b0000;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(139, 0, 0, 0.4);
}

.tglink {
    color: #fff;
    margin-top: 0px;
    margin-left: 14px;
    transition: color 0.3s ease;
}
.tglink:hover {
    color: #ff1c1c; /* ярко-красный при наведении */
}

@media screen and (max-width: 600px) {
  .tglink {
    margin-top: -43px;
    height: 48px;
  }
}

.sponsors {
    position: relative;
    text-align: center;
    background: #1a1a1a;
    padding: 22px 0px;
    border-top: 1px solid #8b0000;
    border-bottom: 1px solid #600000;
}

.page-banner {
    padding-top: 23px;
    background: #0d0d0d;
    color: #e0e0e0;
}
