dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

/*активная кнопка*/
.sy {
    padding: 3px;
        background: transparent;
    border: 3px solid transparent;
        width: 64px;
    height: 64px;
}
/*обычная кнопка*/
.sn {
    padding: 3px;
    border: 3px solid transparent;
        width: 64px;
    height: 64px;
    background: transparent;
}