.relative.header-main-menu_profile > .header-drop-menu_item-inner-list { }
.header-main-menu_profile.active .header-drop-menu_item-inner-list {
	margin-left: -90px;margin-top: 5px;position: absolute; 
  display: flex;
  visibility: visible;
  animation: fade-in 0.3s ease-in-out forwards;
  -webkit-animation: fade-in 0.3s ease-in-out forwards;
}
@media screen and (max-width: 1200px){
	.header-main-menu_profile.active .header-drop-menu_item-inner-list {
		margin-left: -110px;
	}
}
@media screen and (max-width: 768px){
	.header-main-menu_profile.active .header-drop-menu_item-inner-list {
		margin-left: -155px;
	}
	.header-main-menu_actions img {
	  width: 20px;
	}
	.header-main-menu_actions a {
	  margin-left: 5px;
	}
}