.mayak-v {
    z-index: 50900;
    color: #000;
    text-align: center;
    background-image: url("/audio-katalog/images/mayak-hits2025.png");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 200px;
    max-width: none;
    height: 252px;
    padding-left: 18px;
    font-size: 24px;
    display: flex;
    position: fixed;
    inset: 0 auto auto 2%;
    transition: .2s;
    cursor: pointer;
}
@media(hover: hover){
    .mayak-v:hover {
        scale: .96;
    }
}
@media (max-width: 1025px) {
    .mayak-v {
        width: 134px;
        height: 188px;}
}
@media (max-width: 900px) {
    .mayak-v {
        width: 98px;
        height: 139px;}
}
@media (max-width: 600px) {
    .mayak-v {
        width: 80px;
        height: 170px;
        inset: -20px auto auto 2%;}
}
@media (max-width: 500px) {

}