@media screen and (min-width:640px) {
/*Цвет шейпов и обводка*/
.my-shape .tn-atom {
    border: 0.833px solid rgba(222, 222, 222, 0.30)!important;
    background: rgba(255, 255, 255, 0.10)!important;
    backdrop-filter: blur(68.33333587646484px);
}
.my-shape2 .tn-atom {
    border: 0.833px solid rgba(222, 222, 222, 0.30)!important;
}
}
html, body {
  -ms-overflow-style: none!important;      
  scrollbar-width: none!important;        
}

::-webkit-scrollbar {
  display: none!important;
}

.js-feed-post-text .t-feed__post-popup__text .t-text_md {
    font-size:16px!important;
}

