



@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active){
	#btn-menu svg{
		width: 20px;
		height: 17px;
	}

	.achievement-item svg{
		height: 40px;
	}

	.package li svg{
		height: 24px;
	}
}


@media
	screen and (-ms-high-contrast: none) and (min-width: 768px),
	screen and (-ms-high-contrast: active) and (min-width: 768px){
		.deco-hero-right{
			height: 40px;
		}
}


@media
	screen and (-ms-high-contrast: none) and (min-width: 1200px),
	screen and (-ms-high-contrast: active) and (min-width: 1200px){
		.deco-hero-right{
			height: 54px;
		}
}