.foot-men {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.foot-men.right {
    justify-content: right;
    gap: 15px;
}
div#home-page-body-section {
    top: -114px!important;
    margin-bottom: -114px!important;
}

div#black-icon .share-icons a img {
    filter: invert(1);
}
div#black-icon .share-icons button img{
    filter: invert(1)!important;
}
.et_pb_section_0_tb_header {
    z-index: 1000!important;
}
div#show-header-menu {
    z-index: 1001!important;
}

div#menu-show-please {
    max-width: 50px;
    margin-left: 0px;
}
div#show-header-menu{
	transition: 0.3s ease-in;
}
div#show-header-menu.active {
    margin-left: 0px;
}
div#vote_1,
div#vote_2,
div#vote_done{
    box-shadow: none !important;
    background: transparent !important;
}
a.da-close.evr-close {
    border-radius: 0px 20px 0px 0px!important;
}

@media screen and (min-width: 981px){
	.et_pb_menu .et-menu>li {
    	padding-left: 30px;
    	padding-right: 30px;
	}
}

@media screen and (max-width: 980px){
	.et_pb_menu__wrap {
    	justify-content: flex-end !important;
	}
}


@media screen and (max-width: 560px){
	.foot-men {
    	display: grid;		
    	align-items: center;
    	justify-content: left;
		text-align: left;
    	gap: 10px;
		max-width: 310px;
		
        margin: 0 auto;
	}
	.home div#home-page-body-section {
    	top: 0px!important;
    	margin-bottom: 0px!important;
	}
	.foot-men  br{
		display: none;
	}
	.foot-men.right {
    	justify-content: center;
    	gap: 15px;
		text-align: center;
	}
}