/* Добавляем эффект при наведении на ссылки в зеро-блок */
.t396__elem[data-elem-type="text"] a {
    transition: all 0.3s ease-in-out
}

.t396__elem[data-elem-type="text"] a:hover {
    color: #0080f4 !important;
}

/* Фикс наложения хэдера на якорный скролл */
[data-record-type="215"] {
    top: -80px;
    position: relative;
}

/* Hover в блоке кукис */
[data-record-type="886"] u:hover,
[data-record-type="886"] a:hover {
    color: #0080f4 !important;
}

/* Отступ свайпера */
.t-slds__bullet_wrapper {
    padding-top: 30px;
}

/* Курсос для слайдера */
.uc-slider-zero .tn-elem {
    cursor: -webkit-grab !important;
    cursor: -moz-grab !important;
    cursor: grab !important;
    user-select: none !important;
}
.uc-slider-zero .tn-elem:active {
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important;
    cursor: grabbing !important;
}