.dropdown {
    position: relative;
    display: inline-block;
    color: white;
}
.dropbtn {
    padding-left: 25px;
    width: 40px;
}
.dropbtn._uz {
    background: url(/assets/img/uz.png) no-repeat left center;
}
.dropbtn._ru {
    background: url(/assets/img/ru.png) no-repeat left center;
}
.dropbtn {
    cursor: pointer;
}
.dropdown-content {
    display: none;
    position: absolute;
    width: auto;
    left: -5px;
    padding: 2px 5px;
}
.dropdown-content a {
    color: black;
    padding: 2px 0 2px 25px;
    text-decoration: none;
    display: block;
    color: white;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a._uz {
    background: url(/assets/img/uz.png) no-repeat left center;
}
.dropdown-content a._ru {
    background: url(/assets/img/ru.png) no-repeat left center;
}
.men3, .men4 {
    min-width: 173px;
    padding: 0 10px; 
}
.vul2 a:nth-child(1),
.sponsors a:nth-child(1) {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .menn {
        display: none !important;
    }
    .dropdown {
        margin-right: 0 !important;
    }
    .pinok5 {
        margin: 0 !important;
    } 
}