body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url('https://static.tildacdn.com/tild6236-6164-4434-b165-653230613562/Frame_53_10.png'); /* Замени ссылку */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1; /* Регулируй прозрачность */
    pointer-events: none; /* Не мешает кликам */
    z-index: 9999; /* Достаточно высокий уровень */
}




     .t090__outer {
    border-top: 4px solid #C1BDC3;
     }
     
div svg polygon,
svg polygon,
g polygon {
  fill: #C1BDC3 !important;
}




@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400;700&display=swap');

.t-feed__post-popup__text .t-redactor__tte-view .t-redactor__text,
.t-feed__post-popup__text .t-redactor__tte-view blockquote.t-redactor__preface {
    font-family: 'Geologica', sans-serif !important;
}






@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@400&display=swap');

.t-input-error {
  font-family: 'Geologica', sans-serif !important;
}

.t-form__error-box, 
.t-form__errorbox-text, 
.t-form__errorbox-link {
  font-family: 'Geologica', sans-serif !important;
  }







/* Для блоков CR15 с маркерным списком */

div.t181__descr li[data-list="bullet"] {
  margin-bottom: 28px; /* Расстояние между строками внутри одного буллита */
}

/* Для мобильной версии увеличиваем расстояние */
@media screen and (max-width: 767px) {
  div.t181__descr li[data-list="bullet"] {
    margin-bottom: 25px; /* Увеличиваем расстояние между буллитами в мобильной версии */
  }
}

  /* Меняем только цвет маркеров, оставляя текст без изменений */
  div.t181__descr ul li[data-list="bullet"]::marker {
    color: #C5009D;
  }





