/*::-webkit-scrollbar {
    width: 0px; 
    height: 0px; 
}

/* ползунок скроллбара 
::-webkit-scrollbar-thumb {
    background-color: #000000;
    border-radius: 10px;
}*/
.t-form__successbox {
        border-radius: 18px !important;
    }
/* Скрыть блок с кнопками “Поделиться” на страницах публикаций */
.t381__wrapper t381__white-black {
        display: none !important;
}