/*  Скругление и тень*/


::-webkit-scrollbar-thumb {
    background: #038E00;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.uc-post-img .js-feed-post-image, .t-feed__post-popup__content img, .t-feed__post-popup__relevants-bgimg{
	border-radius: 15px;
}
.uc-menu .t228__positionfixed{
	border-radius: 0px 0px 10px 10px !important;
}