ul {
    list-style-image: url("https://static.tildacdn.com/tild6332-3132-4239-a534-376435643330/photo.svg")
}

.link_hover[data-elem-type="text"] a {
    transition: all 0.3s ease !important;
    color: #4D4D4D !important;
}
.link_hover[data-elem-type="text"] a:hover {
    color: #000000 !important;
}

.secondary_btn .tn-atom {
  transition: background-color 0.2s ease-in-out;
}
.secondary_btn:hover .tn-atom {
  background-color: #ECECEC!important;
}

.purple_shadow_hover{
  /* скругление */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  /* плавная анимация тени/смещения */
  -webkit-transition: box-shadow .18s ease, transform .18s ease;
  transition: box-shadow .18s ease, transform .18s ease;
}

/*наведение на кейсы*/
.purple_shadow_hover:hover {
  box-shadow: 8px 8px 0px 0px #eddffa;
}

/*обрезка слайдера*/
.up_cup {
    z-index: 9999!important;
}
