.container-header .mod-menu {
justify-content: right;
color: #ffffff;
padding: 0;
}
//Dodanie ikony do pozycji menu
ul.mod-menu a.my-icon-home::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin-right: 4px;
    display: inline-block;
    width: 1.25em !important;
}