header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000 !important;
    background-color: #fff;
    box-shadow: 0 4px 4px rgb(152 152 152 / 0%)
}
header .header_container {
    margin: auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
    direction:rtl;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.header_right_elements {
    align-items: center;
    gap: 10px; 
    position: absolute;
    right: 0px;
}
.header_right_item {
    float: right;
    width: 30px;
    height: 30px;
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.header_right_item img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.header_right_item:hover img {
    transform: rotate(15deg);
    opacity: 0.9;
}
.header_left_elements {
    position: absolute;
    left: 0px;
    display:flex;
    flex-direction: row-reverse;
}
.header_left_item {
    float: left;
    text-align:left;
}
.header_left_item i {
    font-size:20px;
    margin-right: 25px
}
header .logo {
    width: 100px;
    z-index: 10000000 !important;
     flex: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
.header_gap_down {
    float: right;
    position: relative;
    width: 100%;
    z-index: 0;
}
.menu-container {
    display: flex;
    align-items: center;
    right:100px;
    position:absolute
}
.menu-toggle {
    display: none;
}
.hamburger {
    display: none;
    cursor: pointer;
    padding: 0px 0px;
    color: #000;
    background-color: #fff;
    font-size: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px
}
.hamburger:before {
    content: '\f0c9'; 
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #000; 
}
.menu-toggle:checked + label:before {
    content: '\f00d';
}
.menu-links {
    display: flex;
    justify-content: flex-end;
    color: #000;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    flex-direction: row-reverse;
    direction:rtl
}
.menu-links a {
    display: block;
    padding: 14px 20px;
    color: #000;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}
.menu-links a:first-child {
    font-weight:600
}
.menu-links a:hover {
    color: #003aba;
}
.menu-links {
    display: flex;
    flex-direction: row;
}
.menu-toggle:checked + .hamburger + .menu-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: 0;
    width: 100%;
    background-color: #fff;
}
.hamburger {
    display: none; 
}
.menu-links {
    display: flex; 
}
header.smaller .header_container {
	height: 50px;
}
header.smaller .logo {
    width: 70px;
}
header.smaller .header_right_item {
    width: 30px;
    height: 30px;
}


@media (min-width:1438px) {
header .header_container {
    max-width:1460px;
}
.header_gap_down {
    margin-bottom: 100px
}
}
@media all and (max-width: 1439px) and (min-width: 769px) {
    header .header_container {
    max-width:94%;
}
.header_gap_down {
    margin-bottom: 100px
} 
}
@media (max-width: 768px) and (min-width: 319px) {
header .header_container {
    width:100%;
    height: 50px
}
.header_right_elements {
    right: 66px;
}
.header_left_elements {
    position: absolute;
    left: 15px; 
}
header .logo {
    width: 60px;
}
header.smaller .logo {
    width: 60px;
}
.header_gap_down {
    margin-bottom: 60px
}
.header_right_item {
    width: 30px;
    height: 30px;
}
    .hamburger {
    align-items: center;
    display: flex;
    justify-content: center;
    right:15px
}
.menu-links {
    display: none; 
    flex-direction: column;
    align-items: flex-end;
}
.menu-container {
    width:100%;
    right:0px;
    top:0px
}
.menu-links a {
    width:100%;
    padding: 14px 0px;
    color: #000;
    font-size: 22px;
}
}
@media (max-width:320px) {
    header .header_container {
    max-width:94%;
}
.header_gap_down {
    margin-bottom: 100px
} 
}
@media (max-width: 768px) and (min-width: 319px) {
header .header_container {
    width:100%;
    height: 50px
}
.header_right_elements {
    right: 66px;
}
.header_left_elements {
    position: absolute;
    left: 15px; 
}
header .logo {
    width: 60px;
}
header.smaller .logo {
    width: 60px;
}
.header_gap_down {
    margin-bottom: 60px
}
.header_right_item {
    width: 30px;
    height: 30px;
}
    .hamburger {
    align-items: center;
    display: flex;
    justify-content: center;
    right:15px
}
.menu-links {
    display: none; 
    flex-direction: column;
    align-items: flex-end;
}
.menu-container {
    width:100%;
    right:0px;
    top:0px
}
.menu-links a {
    width:100%;
    padding: 14px 0px;
    color: #000;
    font-size: 22px;
}
}
