/* стили версии для слабовидящих начало */

#specialButton{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    margin-top: -.25em;
    text-transform: uppercase;
}

#special .special-font-size button[value="3"] {
    display: none;  
}

#special .special-line-height button[value="3"] {
  display: none;
}

@media screen and (max-width: 980px) {
    div#special{
        display: flex;
        width: calc(89% - 3em);
        margin: 0 auto 3em;
        z-index: 1000;
    }
}
/* стили версии для слабовидящих конец */