@media (max-width:1600px){
	.item-wrapper{
		width: 60%;
	}
}
@media (max-width:1100px){
	.item-wrapper{
		width: 80%;
	}
}
@media (max-width:850px){
	.item-wrapper{
		width: 95%;
	}
	.bottom{
		padding: 40px;
	}
}
@media (max-width:720px){
	.contacts .tel{
		/*float: none;*/
		text-align: center;
		/*left: 0;*/
		right: 38%;
	}
	.contacts .main-link{
		top: 60px;
		left: 43%;
	}
	.background-circle{
		background-size: 350px;
	}
	.background-circle p{
		font-size: 65px;
		line-height: 65px;
	}
	.left-side{
		width: 35%;
		position: relative;
		bottom: 10px;
	}
	.left-side br:last-child{
		display: block;
	}
	.long-text .left-side{
		bottom: 20px;
	}
	.right-side{
		width: 55%;
	}
	.bottom{
		width: 90%
	}
}
@media (max-width:650px){
	.contacts .tel{
		right: 34%;
	}
	.long-text .left-side{
		bottom: 20px;
	}
	.long-text .left-side br:first-child{
		display: block;
	}
	.bottom{
		padding: 25px;
	}
}
@media (max-width:510px){
	.contacts .tel{
		right: 32%;
	}
	.medium-text .left-side{
		bottom: 20px;
	}
	.long-long-text .left-side{
		bottom: 30px;
	}
	.bottom{
		padding: 15px;
	}
}
@media (max-width:480px){
	.contacts .tel{
		right: 30%;
	}
	.background-circle{
		background-size: 300px;
	}
	.background-circle p{
		font-size: 60px;
		line-height: 60px;
	}
	.background-circle span:first-child{
		left: 37%;
	}
	.background-circle span:last-child{
		left: 42%;
	}
	.price-list{
		font-size: 15px;
	}
	.medium-text .left-side{
		bottom: 10px;
	}
	.long-text .left-side, .long-long-text .left-side{
		bottom: 20px;
	}
	.right-button{
		font-size: 12px;
	}
	.right-button a{
		padding: 5px 15px;
		bottom: 5px;
	}
}
@media (max-width:420px){
	.contacts .tel{
		right: 26%;
	}
	.background-circle{
		right: 25px;
	}
}
@media (max-width:400px){
	.contacts .tel{
		right: 24%;
	}
	.right-side{
		width: 62%;
	}
	/*li:nth-child(2n) .left-side{
		bottom: 30px;
	}*/
	.price-list{
		font-size: 13px;
	}
}
@media (max-width:370px){
	.contacts .tel{
		right: 21%;
	}
	.background-circle{
		right: 50px;
	}
}
@media (max-width:330px){
	.contacts .tel{
		right: 19%;
	}
	.background-circle{
		right: 70px;
	}
	.medium-text .left-side{
		bottom: 20px;
	}
	.long-long-text .left-side{
		bottom: 30px;
	}
	.bottom{
		padding: 10px;
		font-size: 15px;
	}
}