/* Reserve space for the fixed 58px scroll control and keep informer contrast. */
body .wapper>.footer #yandex-widgets:not([hidden]) {
 box-sizing:border-box!important;padding-right:76px!important;gap:7px!important;
 flex-wrap:wrap!important;row-gap:7px!important;
}
body .wapper>.footer #yandex-widgets>a {
 padding:4px!important;background:linear-gradient(145deg,#302b22,#202020)!important;
 border:1px solid #b6995a!important;border-radius:8px!important;
 box-shadow:inset 0 1px 0 #e5c48412!important;outline:0!important;
}
body .wapper>.footer #yandex-widgets img {
 filter:sepia(.2)!important;opacity:1!important;border-radius:3px!important;
}
body .wapper>.footer #yandex-widgets>a:hover {
 border-color:#e5c484!important;box-shadow:0 0 12px #c7ad7830!important;
}
body .wapper>.footer #yandex-widgets>a:focus-visible {outline:2px solid #e5c484!important;outline-offset:3px;}
@media(max-width:600px) {
 body .wapper>.footer #yandex-widgets:not([hidden]) {padding-right:64px!important;}
}
