.icon .tn-atom::before {
    content: url('https://static.tildacdn.com/tild3063-3537-4362-b632-346333643762/clock.svg');
    display: inline-block;
    width: 26px; /* Устанавливаем ширину иконки */
    height: 26px; /* Устанавливаем высоту иконки */
    vertical-align: middle; /* Центрирование по вертикали */
    margin-right: 8px; /* Расстояние между иконкой и текстом */
    background-size: contain; /* Корректное масштабирование иконки */
}

.hover .tn-atom a {
    text-decoration: none; /* Убирает подчеркивание, если необходимо */
    transition: color 0.3s ease; /* Плавный переход цвета */
}

.hover .tn-atom a:hover {
    color: #F1C733 !important; /* Цвет текста при наведении */
}

@media screen and (max-width: 560px) {
    .t702 .t-popup__block-close-button {
        padding-top: 20px;
    }
    .t702 .t-popup__block-close {
        background: none!important;
    }
    .t702 .t-popup_show .t-popup__container {
        padding-top: 0!important;
    }
    .t756 .t-popup__block-close {
    background-color: transparent!important;
    }
}

/* Применяем flex-контейнер к заголовку */
.t225__uptitle {
    display: inline-flex; /* Используем flex для выравнивания */
    align-items: center; /* Центрируем по вертикали */
}

/* Добавляем иконку перед текстом заголовка с помощью псевдоэлемента */
.t225__uptitle::before {
    content: url('https://static.tildacdn.com/tild6164-6130-4335-b737-633063316339/svg.svg'); /* URL иконки */
    display: inline-block;
    width: 12px; /* Ширина иконки */
    height: 12px; /* Высота иконки */
    margin-right: 8px; /* Отступ справа от иконки */
}

.t396__elem.zoom {
border-radius:20px!important;
overflow:hidden!important;
}

.zoom .tn-atom {
transition: all 0.5s ease;
}

.zoom .tn-atom:hover {
transform: scale(1.1);
}

.t756__btn{
    width:100%!important;
}

.t-slds__container {
    border-radius: 30px;
}
    .t-popup_show {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.t396__elem.zoomnew {
border-radius:0px!important;
overflow:hidden!important;
}

.zoomnew .tn-atom {
transition: all 0.5s ease;
}

.zoomnew .tn-atom:hover {
transform: scale(1.1);
}

.t396__elem.zoomnewleft {
border-radius:20px 0px 0px 20px!important;
overflow:hidden!important;
}

.zoomnewleft .tn-atom {
transition: all 0.5s ease;
}

.zoomnewleft .tn-atom:hover {
transform: scale(1.1);
}

.t396__elem.zoomnewright {
border-radius:0px 20px 20px 0px!important;
overflow:hidden!important;
}

.zoomnewright .tn-atom {
transition: all 0.5s ease;
}

.zoomnewright .tn-atom:hover {
transform: scale(1.1);
}

.t-feed__post-imgwrapper .t-feed__post-bgimg {
    border-radius: 25px!important;
    margin: 12px 12px 0px 12px!important;
}

.t-upwidget-container__button.t-text {
  background-color: #EEB72B !important;
}


