header {
	height: 72px;
	display: flex!important;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px 16px 0 0;
	padding: 0 32px;
}
.side-left {
	display: inline-flex;
	margin-inline-end: 24px;
	align-items: center;
}
.side-right a {
	display: inline-flex;
	margin-inline-start: 24px;
}
.side-right a {
	font-size: 20px;
  color: #FFF;
	font-weight: bold;
}
.side-right a i {
	font-size: 20px;
  color: #FFF;
	font-weight: bold;
}
.log {
	height: 40px;
	width: auto;
}

.log img {
	height: 40px;
	width: auto;
}
header.shadow {
  box-shadow: none!important;
}

.arrow-before-mobile {
  display: none;
}


@media (max-width: 1200px) {

  header {
    height: 72px;
	}

}

@media (max-width: 992px) {

  header  {
		height: 64px;
		display: flex;
    align-items: center;
		margin-bottom: 0px;
		border-radius: 0;
		margin: 0;
    position: fixed;
    width: 100%;
		left: 0;
		top: 0;
		z-index: 10000!important;
	}
	.log img {
		height: 40px;
		width: auto;
	}
	header .contact .icon-email {
		position: absolute;
	  right: 24px;
	  font-size: 20px;
	  color: #FFF;
	  top: 22px;
	}
	[dir="rtl"] header .contact .icon-email {
	  left: 26px;
	  top: 22px;
	}

}

@media (max-width: 768px) {

	header {
    height: 64px;
    align-items: center;
		display: flex!important;
    margin: 0;
    position: fixed;
    width: 100%;
		padding: 0 16px;
		transition: all .3s ease;
  }
	header.shadow {
	  box-shadow: 0 4px 10px rgba(0,0,0,0.2)!important;
	}
  .log {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
		height: 36px;
  }
  .log img {
    height: 36px;
  }
  .arrow-before-mobile {
    display: flex;
		padding-inline-end: 24px;
  }
  [dir="rtl"] .arrow-before-mobile {
    transform: rotate(180deg);
		padding-inline-start: 24px;
		padding-inline-end: 0;
  }
  .arrow-before-mobile i {
		font-size: 18px;
    color: #FFF;
		font-weight: bold;
  }
  .contact-mobile i {
		font-size: 18px;
    color: #555;
  }

}

@media (max-width: 576px) {

  .log img {
    height: 36px;
  }
	.side-right div {
		display: inline-flex;
		margin-inline-start: 16px;
	}
	.side-right div a {
		font-size: 18px;
	  color: #FFF;
		font-weight: bold;
	}
  .arrow-before-mobile {

  }
  .arrow-before-mobile i {
    font-size: 18px;
		font-weight: bold;
  }
	.nav-up {
    top: -64px;
	}
	.side-right a:first-child {
    margin-inline-start: 0px;
	}

}

@media (max-width: 380px) {

	.side-left {
	  margin-inline-end: 8px;
	}
	.side-right a {
    margin-inline-start: 20px;
	}
	.arrow-before-mobile {
    padding-inline-end: 16px;
	}
	.log img {
    height: 32px;
	}
	.side-right a i {
    font-size: 18px;
	}

}

@media (max-width: 320px) {
	.log img {
    height: 24px;
	}
}
