/* Лид-формы */
.t704 .t704__text-wrapper {
    margin-bottom: 30px !important;
}

/* Свои буллиты */
/*
.uc-my-list .tn-atom ul {
    list-style: none;
}
.uc-my-list .tn-atom ul li {
    position: relative;
    padding-left: 20px !important;
    padding-bottom: 5px !important;
}
.uc-my-list .tn-atom ul li:last-child {
    padding-bottom: 0px !important;
}
.uc-my-list .tn-atom ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    transform: translateY(-25%);
    width: 10px;
    height: 10px;
    background-image: url(https://static.tildacdn.com/tild3838-3665-4666-b738-636336313634/svg_1726233287250.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
*/

/* Подчеркивание у цен */
.uc-underline .tn-atom em {
    font-style: normal;
    text-decoration: underline;
    text-decoration-color: #fbc52f;
    text-decoration-thickness: 3px;
    text-decoration-style: solid;
}

/* Меняем размеры заголовков H3 в «Учителях» */
.t-feed__post-popup__text-wrapper h3.t-redactor__h3 {
    font-size: 24px !important;
}

/* Скругление фоток учителей */
.t-feed__post-popup__content img {
    border-radius: 30px;
}
.t-feed__post-popup__relevants-bgimg {
    border-radius: 30px;
}

/* Убираем изображение внутри «Отзывов» */
/*
.t-feed__post-popup__content img {
    display: none !important;
}
*/