#sp-menu {
    width: 500px;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    line-height: 50px;
}

.sp-megamenu-parent>li>a,
.sp-megamenu-parent>li:hover>a {
    color: #fff;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}

.sp-megamenu-parent>li:hover>a {
    opacity: 0.7;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #fff;
    font-weight: bold;
}



#sp-top-bar #specialButton {
    color: #ced4d9;
    font-family: Verdana;
    font-size: 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    text-align: center;
    margin-top: -20px;
}

#sp-top-bar #specialButton img {
    width: 49px;
}

@media screen and (max-width: 991px) {
    #sp-top-bar #specialButton {
        padding-left: 0;
        margin-bottom: 10px;
        display: block;
    }

    #sp-top-bar #specialButton img {
        display: none;
    }
}

@media screen and (min-width: 991px) {
    #glazd {
        z-index: 99999;
        width: 40px;
        filter: invert(1);
        opacity: 0.7;
        margin: 0 auto;
    }
}

.avtor {
    display: none;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #205394;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
}