a[href=“#вашвызовформы”] {
  padding: 8px 15px;
  background-color: #3498db;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
}

.t-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    font-size: 12px;
}

.t-badge-new {
    background-color: #3498db;
}

.t-badge-new svg {
    width: 26px;
    height: 10px;
    margin-right: 5px;
    fill: white;
}

.t-badge-sale {
    background-color: #e74c3c;
}

.t-badge-sale svg {
    width: 26px;
    height: 10px;
    margin-right: 5px;
    fill: white;
}

/* Снимаем ограничение */
.t-slds {
    overflow: visible !important;
}

/* Центруем и смещаем стрелки */
.t-slds__arrow {
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.t-slds__arrow-left {
    left: -40px; /* увеличь до -60px при необходимости */
}

.t-slds__arrow-right {
    right: -40px;
}