/* смещение контента, чтобы влезало меню для слабовидящих */
.special #allrecords {
    position: relative;
    top: 56px;
}
.special .tmenu-mobile, .special .t228 {
    top: 56px;
}
@media screen and (max-width:475px) {
    .special #allrecords, .special .tmenu-mobile, .special .t228 {
        top: 93px;
    }
}
@media screen and (min-width:960px) {
    .special .t-search-widget__button {
        top: 160px;
    }
}
     
/* стили ссылки "версия для слабовидящих" */
    #specialButton {
        z-index: 10000; 
        color: white !important; 
        position: fixed;
        display: block;
        font-family: 'Inter', sans-serif;
        right: 40px;
        top: 9px;
    }
    @media screen and (max-width:1200px) {
        #specialButton {
            right: 20px;
        }
    }
    @media screen and (max-width:980px) {
        #specialButton {
            right: 80px;
            top: 47px;
        }
    }
    @media screen and (max-width:640px) {
        #specialButton {
            right: 65px;
            top: 25px;
            font-size: 14px;
        }
    }
/* конец стилей ссылки "версия для слабовидящих" */


.special .tmenu-mobile *, .special .t228 * {
    /* фон элементов мобильного меню в версии для слабовидящих */
    background-color: black !important;
    color: white !important;
}
.special .tmenu-mobile button span {
    /* цвет гамбургера в версии для слабовидящих */
    background-color: white !important;
}

