@media(max-width: 1072px){
	.header-bottom a{
		padding: unset;
	}
}

@media(min-width: 993px){
	.pll-parent-menu-item{
		top: -2px;
	}
	.contact-phone{
		margin-left: auto;
		display: block;
	}

	.header-bottom .main-menu.desktop{
		width: 100%;
		align-items: center;
	}
	.contact-phone i,
	.header_linkedin i{
		background: rgba(255, 255, 255, 0.4);
		padding: 7px;
		display: inline-block;
		margin-right: 5px;
		border-radius: 5px;
		font-size: 14px;
	}
	
	.header_linkedin a {
		background: unset !important;
	}
	
	.header-bottom .menu-item-has-children{
		position: relative;
	}

	.header-bottom .header-bottom .menu-item-has-children a::after{
		content: '';
		width: 7px;
		height: 7px;
		border-right: 1px solid white;
		border-bottom: 1px solid white;
		transform: rotate(45deg);
		margin-left: 7px;
		margin-bottom: 3px;
		display: inline-block;
	}

	.header-bottom .sub-menu{
		list-style: none;
		background: #FFFFFF;
		border-radius: 5px;
		position: absolute;
		top: 100%;
		left: 0;
		width: 240px;
		pointer-events: none;
		opacity: 0;
		transition: 0.3s;
	}

	.header-bottom .menu-item-has-children:hover > .sub-menu{
		pointer-events: unset;
		opacity: 1;
	}

	.header-bottom .sub-menu li a{
		padding: 10px;
	}
	
	.header-bottom .sub-menu li{
		transition: 0.3s;
		border-radius: 5px;
	}

	.header-bottom .sub-menu li:hover{
		background: #F3F3F3;
	}

	.header-bottom .sub-menu li a{
		color: black !important;
		border-radius: 5px !important;
		border-bottom: 1px solid #F3F3F3;
	}

	.header-bottom .sub-menu .current-menu-item{
		font-weight: bold;
	}
}

@media(max-width: 992px){
/* 	.home-body header{
		transition: 0.3s;
		pointer-events: none;
		opacity: 0;
	} */
	.home-body header.sh-h{
		pointer-events: unset;
		opacity: 1;
	}
	.home-body header.sh-h-m{
		pointer-events: unset !important;
		opacity: 1 !important;
	}
	header ul .fa-gavel, header ul .fa-phone {
		padding-right: 10px;
	}
	header a{
		font-size: 16px;
	}
	
	header .mobile-menu a{
		padding-top: 10px;
		padding-bottom: 10px;
		display: flex;
	}
	.has-vertical-line{
		padding-right: unset;
	}
	
	.subs-w-arrow .sub-menu{
		max-height: 0px;
		overflow: hidden;
		transition: 0.3s;
		padding-left: 15px;
	}
	
	.subs-w-arrow:hover > .sub-menu{
		max-height: 540px;
		margin-top: 10px;
	}
	
	.has-vertical-line::after{
		display: none;
	}
	
	.header-top .legal-link {
		display: none;
	}
	.contact-phone{
		display: none !important;
	}
	.header-bottom{
		display: none;
	}
	
	.header-top, .header-bottom{
		font-size: 14px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.main-menu.desktop{
		gap: 15px;
	}
	
	header li.menu-item {
		display: none;
	}
	
	.pll-parent-menu-item, .lang-item, .menu-toggler {
		display: block !important;
	}
	
	.pll-parent-menu-item {
		margin-right: 15px;
	}
	
	.mobile-menu{
		display: flex;
		flex-direction: column;
		align-items: flex-start !important;
		padding: 20px 0px 50px 20px;
		background: var(--sky-v2);
		transition: 0.3s;
		gap: 10px;
		transform: translateY(-100%);
		z-index: -1;
		position: absolute;
    	width: 100%;
		overflow-y: auto;
		height: calc(100vh - 50px);
	}
	
	#menu-primary-top-1 {
		padding-bottom: 30px;
	}
	
	.mobile-menu ul{
		align-items: flex-start !important;
		width: 100%;
	}
	
	.mobile-menu ul li, .mobile-menu ul li a{
		width: 100%;
	}
	
	.mobile-menu.show {
		transform: translateY(calc(0% + 52px));
	}
	
	.mobile-menu ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}
	
	.mobile-menu li{
		display: block !important;
	}
	
	.mobile-menu li.not_admin {
		display: none !important;
	}
	
	.admin_logged .mobile-menu li.not_admin {
		display: block !important;
	}
	
	.mobile-menu .pll-parent-menu-item, .mobile-menu .menu-toggler{
		display: none !important;
	}
	.home-body header .header-top{
		background: unset !important;
		transition: 0.3s;
	}
	.home-body header .custom-logo-link {
		opacity: 0;
		transition: 0.3s;
		pointer-events: none;
	}
	.home-body header.sh-h .header-top{
		background: var(--sky-v2) !important;
	}
	.home-body header.sh-h .custom-logo-link {
		opacity: 1 !important;
		pointer-events: unset !important;
	}
	.home-body header.sh-h-m .header-top{
		background: var(--sky-v2) !important;
	}
	.home-body header.sh-h-m .custom-logo-link {
		opacity: 1 !important;
		pointer-events: unset !important;
	}
}