/* Десктоп — как есть */
#rec1100912091 .t-card__col {
  background: #EEEEEE !important;
  border-radius: 15px;
  padding: 20px 0px 0px 0px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #rec1100912091 .t490__container {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow-x: hidden;
  }

  #rec1100912091 .t-card__col {
    margin-bottom: 20px;
    padding: 20px 0px 20px 0px;
  }
}


/* Радиусы картинок */
.t700__img,
.t595__img {
  border-radius: 15px;
}
.t107__width {
  border-radius: 30px;
}

/* Ховеры */
#rec1100912091 .t-card__col:hover {
  background-color: #C51D24 !important;
  color: #fff !important;
}

#rec1100912091 .t490__img {
  filter: brightness(50%) !important;
  transition: filter 0.3s ease;
}
#rec1100912091 .t-card__col:hover .t490__img {
  filter: invert(100%) brightness(300%) !important;
}

#rec1100912091 .t-card__col:hover .t-name,
#rec1100912091 .t-card__col:hover .t-descr,
#rec1100912091 .t-card__col:hover .t-text,
#rec1100912091 .t-card__col:hover .t-title,
#rec1100912091 .t-card__col:hover .t-heading_md,
#rec1100912091 .t-card__col:hover .t-btntext {
  color: #fff !important;
}


.t490__img {
    margin-bottom: 10px !important;
}

#allrecords .t490__container {
    row-gap: 40px !important;
}


#rec1101110511 {
  background-image: url('https://optim.tildacdn.com/tild3866-6432-4461-b839-363263346639/-/format/webp/sport-red-car-3_1.png.webp');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto; /* или exact размер: 200px 200px */
}

.sw-reviews-btn {
    border-radius: 4px;
    color: #ffff !important;
    background-color: #c51d24 !important;
    border: 1px solid #c51d24 !important;
}

.sw-app .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, #c51d24 !importan);
}

.sw-review-bottom .sw-swiper-button-next {
    color: #c51d24 !important;
}

.sw-review-bottom .sw-swiper-button-prev {
    color: #c51d24 !important;
}

.sw-swiper-button-next, .sw-swiper-button-prev:hover {
    color: rgb(197, 29, 36) !important;
}

#rec1101141431 .t595__img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#rec1101141431 .t595__img:hover {
  transform: scale(1.15);
  box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
}


button,
a.t-btn,
input[type="submit"] {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Блик */
button::before,
a.t-btn::before,
input[type="submit"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 5s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes shine {
  0%   { left: -150%; }
  10%  { left: 100%; }
  100% { left: 100%; }
}

.t1061__video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    cursor: pointer;

    background-image: url('https://optim.tildacdn.com/tild6636-3863-4462-a334-623464386538/-/format/webp/photo.png.webp'); /* ← вставь сюда свою ссылку */
    background-repeat: no-repeat;
    background-color: transparent; /* на всякий случай */
}

.t-menuburger::before,
.t1061__video-thumbnail-button::before {
  display: none !important;
  animation: none !important;
}


@media screen and (max-width: 640px) {
  #rec1114630456 .t-card__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 10px;
  }

  #rec1114630456 .t-card__col {
    width: 46% !important;
    margin: 0 !important;
    padding: 10px 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  #rec1114630456 .t490__img {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-bottom: 10px;
  }

  #rec1114630456 .t490__wrappercenter {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px; /* одинаковая высота блока текста */
    text-align: center;
  }

  #rec1114630456 .t-card__title {
    font-size: 16px !important;
    line-height: 1.3;
    margin: 0;
  }
  
  #rec1114630456 .t-container:before {
      display:none !important
      
  }
#rec1114630456 .t-container:after,
#rec1114630456 .t-container:before {
    display:none !important
    
}
}

.t-form-success-popup_new .t-form-success-popup__button {
    background-color: #c51d24 !important;
}


@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close {
        background: #fff !important;
    }
}