@media screen and (max-width: 1700px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 900px) {
	.policy_content {
		top: 60px;
		padding: 0;
	}
	.policy_content .main_block {
		width: 100%;
	}

	.policy_content h1 {
		padding: 30px 15px 30px;
		background: #f1f3f5;

		font-size: 27px;
		font-weight: 600;
		line-height: 120%;
	}

	.policy_content .content {
		padding: 20px 15px 50px;
	}
}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 700px) {

}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 500px) {

}

@media screen and (max-width: 400px) {

}