@media screen and (min-width: 1025px) {
	
	#promoblock_wrapper {
		background: #325073 url(/images/design/bg_1280.jpg) 50% 50% no-repeat;
		min-height: 480px;
		max-height: 600px;
	}

}
@media screen and (min-width: 1281px) {
	
	#promoblock_wrapper {
		background: #325073 url(/images/design/bg_1600.jpg) 50% 50% no-repeat;
		min-height: 560px;
		max-height: 750px;
	}

}
@media screen and (min-width: 1601px) {
	
	#promoblock_wrapper {
		background: #325073 url(/images/design/bg_1920.jpg) 50% 50% no-repeat;
		min-height: 620px;
		max-height: 900px;
	}

}


@media screen and (max-width: 1100px) {
	
	.navi_wrapper .navi_item {
		padding: 0 15px 15px;
		font-size: 13px;
	}

}

@media screen and (min-height: 601px) {
	#promoblock_wrapper {height: 480px;}
}
@media screen and (min-height: 701px) {
	#promoblock_wrapper {height: 560px;}
}
@media screen and (min-height: 801px) {
	#promoblock_wrapper {height: 620px;}
}
@media screen and (min-height: 901px) {
	#promoblock_wrapper {height: 700px;}
}




















