@media screen and (max-width: 1440px) {
	.page.footer {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	div.page .page2.page2header div.descr {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div.page.main.normalView1 {
		min-height: 400px;
	}
	div.descrTop {
		font-size: 110%;
		line-height: 140%;
		width: 80%;
		margin: 0 auto;
	}
	h1 {
		font-size: 140%;
		line-height: 120%; 
	}
	div.page.footer.block1 div.block1Item {
		padding-left: 20px;
		padding-right: 20px;
	}
	#pps_contactus>.open {
		width: 38px;
		height: 38px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	#pps_contactus>.open.active+.items {
		min-width: 768px;
		padding: 30px 70px 30px 30px;
	}
	#pps_contactus>.open.active+.items>a>img {
		width: auto;
		height: 38px;
	}
}

@media screen and (max-width: 480px) {
	div.page.main.normalView1 {
		min-height: 330px;
		height: 330px;
	}
	div.page.header {
		min-height: inherit;
	}
	
	div.page.header div.page2 {
    	padding: 10px 20px;
    	min-height: 50px;
	}
	div.page.main div.page2.page2header div.descr div.descr2 {
		width: auto;
		display: inline-block;
		max-width: 730px;
		padding: 40px 0px;
	}
	
	div.page.pagetext div.text {
		padding: 15px 15px 0 15px;
	}
	
	div.page.pagetext div.text h2 {
		font-size: 16px;
		line-height: 120%;
	}

	div.page ul.way {
		background: transparent;
		position: relative;
		top: inherit;
		left: inherit;
		z-index: 3;
		height: 30px;
		font-size: 90%;
		width: 100%;
	}
	div.descrTop {
		line-height: 140%;
		width: auto;
		margin: 0 10px;
	}
	div.page.footer.block1 div.block1Item div.phone i {
		display: none;
	}
	
	div.page.footer.footer1>.page2.line1>.pps_flex.pps_flex_row {
		position: static;
	}
	
	div.page.footer.footer1 > .page2.line1 .logo {
	    position: absolute;
	    bottom: -18px;
	    right: 50%;
	    margin-right: -70px;
	    background: #3C4147;
	    padding: 0px 20px;
	}
	
	div.page.footer.footer1 > .page2.line1 .logo>a>img {
		width: 140px;
		height: auto;
	}
}