/* Кружки с галочками */
.t-list__marker,
.t-features__marker,
.t-features__circle {
    background-color: #A3B18A !important;  /* цвет круга */
}

/* Цвет самой галочки (иконки внутри круга) */
.t-list__marker svg path,
.t-features__marker svg path,
.t-features__circle svg path {
    fill: white !important;  /* галочка белая */
}

/* Tilda Gallery (PhotoSwipe): затемнение + blur фона */
.pswp__bg{
  background: rgba(0,0,0,.55) !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

/* иногда помогает дополнительно размывать общий слой */
.pswp{
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
