::-webkit-scrollbar-thumb {
    background: #423B3D;
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: #ffffff;
}

::selection {
    background: #423B3D; /* Цвет фона */
    color: #fff; /* Цвет текста */
}

.tmenu-mobile__container {
    min-height: 62px !important;
    padding: 0 20px !important;
}

@media screen and (max-width: 960px) {
    .t397__select {
        font-weight: 300;
        font-size: 20px;
        padding: 10px 15px;
    }
}

a, div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a, a:active, a:hover, a:link, a:visited, a:focus {
    outline: none;
}

.t397__select {
    border-radius: 50px !important;
}

/*.t-feed__post-bgimg {*/
/*    border-radius: 30px;*/
/*}*/