@media only screen and (max-width: 1600px) {
	:root{
		--padding1:15px;
		--padding2:10px;
		--padding3:5px;
		
		--margin1: 22px;
		--margin2: 18px;
		--margin3: 12px;
		--margin4: 9px;
		--margin5: 4px;
		
		--radius1: 10px;
		--radius2: 6px;
		--radius3: 4px;
		--radius4: 2px;
		--radius5: 1px;
	}
	
	html, body {
		font-size: 14px;
	}
	
	/* header */
	header{
		height:64px;
	}
	header nav ul li.logo a img {
		max-width: 60px;
		max-height: 50px;
	}
	/* end header */
	
	/* section */
	body>section:first-of-type{
		margin-top:64px;
	}
	section > span {
		top: -64px;
	}
	section.register .block-form,
	section.register .tabs{
  		max-width: 450px;
	}
	/* end section */
	
	section.plains .items .item {
  		width: 280px;
	}
	
}