.DropDown{z-index:100;position:relative}.DropDown_btn{background:var(--color_black_20);border-radius:100%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}@media (max-width:640px){.DropDown_btn{background:var(--color_black_30)}}.DropDown_btn span{background:var(--color_black_60);border-radius:100%;width:2px;height:2px;margin:0 1.5px;transition:all .3s;display:block}.DropDown_btn:hover span{background:var(--color_red_main)}.DropDown_list{z-index:1000;background:#fff;border-radius:10px;margin-left:-8px;padding:6px 8px;position:absolute;transform:translate(-100%);box-shadow:0 4px 16px #00000026}.DropDown_list a,.DropDown_list button{color:var(--color_black_main);background:#fff;align-items:center;gap:7px;width:100%;margin-bottom:4px;padding:5px;font-size:12px;line-height:1.2;transition:all .3s;display:flex}.DropDown_list a svg,.DropDown_list button svg{flex:0 0 16px;min-width:16px;height:16px;display:block}.DropDown_list a:last-child,.DropDown_list button:last-child{margin-bottom:0}@media (min-width:992px){.DropDown_list a:hover,.DropDown_list button:hover{color:var(--color_red_main)}}.DropDown--local .DropDown_list{display:none;top:-8px}.DropDown--local.DropDown--opened .DropDown_list{display:block}
