ИК
Size: a a a
ИК
HS
S
VL
VL
VL
S
DM
MI
А
KO
ИК
ИК
ИК
KO
ИК
ИК
NO
A
// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches('.dropbtn')) {
var dropdowns = document.getElementsByClassName("dropdown-content");
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}