.title_cursiv {
  display: inline-block;
  transition: transform 0.2s ease;
}
.title_cursiv:hover {
  transform: skewX(-10deg);
}


#rec2250068191 .your-element {
    margin-left: 32px !important; /* фиксированный отступ */
}

.uc-title_cursiv {
  display: inline-block;
  transition: transform 0.2s ease;
}
.title_cursiv:hover {
  transform: skewX(-10deg);
}



.t-catalog__filter__item-price-slider.js-catalog-filter-item-controls-wr {
  display: none !important;
}

body {
    background: #000;
}

.t-menu__link-item:hover {

    transition: transform 1s ease;

}

.t-menu__link-item:hover {
  transform: skewX(-10deg);
  transform 1s ease;
}


.t-btn t-btnflex t-btnflex_type_button t-btnflex_md:hover {

    transition: transform 0.9s ease;
}

.t-btn t-btnflex t-btnflex_type_button_t-btnflex_md:hover {
  transform: skewX(-10deg);
}

@media (max-width: 768px) {
    .title_cursiv {
        font-style: normal !important;
    }
}