/* Страница по ширине меньше, чем 479 px */
@media only screen and (max-width:479px) {
	.screen_7 .main_content {
		display: none;
	}
}
/* Страница по ширине больше, чем 480 px и меньше, чем 639 px */
@media only screen and (min-width:480px) and (max-width:639px){
	.screen_7 .main_content {
		display: none;
	}
}
/* Страница по ширине больше, чем 640 px и меньше, чем 959 px */
@media only screen and (min-width:640px) and (max-width:959px){
	.screen_7 .main_content {
		display: none;
	}
}
/* Страница по ширине больше, чем 960 px и меньше, чем 1365 px */
@media only screen and (min-width: 960px) and (max-width:1365px){
	.stoimost_uslug_wrapper {
		margin: 7rem 0 3rem;
	}
	.stoimost_uslug_wrapper .title {
		margin-bottom: 3rem;
	}
	.stoimost_uslug_wrapper .title span {
		font-size: 2.4rem;
		font-family: "RobotoBlack";
		display: block;
		margin-bottom: 1.5rem;
	}
	.stoimost_uslug_wrapper .left_column {
		display: none;
	}
	.stoimost_uslug_list {
	}
	.stoimost_uslug_item_head {
		font-size: 1.6rem;
		font-style: italic;
		border-bottom: .2rem solid #f6f6f6;
		color: #4e4e4e;
	}
	.stoimost_uslug_item_head div.name_item {
		float: left;
		display: inline-block;
		width: 70%;
		padding: 1.5rem 0;
	}
	.stoimost_uslug_item_head div.price_item {
		float: right;
		display: inline-block;
		width: 30%;
		padding: 1.5rem 0;
		text-align: right;
	}
	.stoimost_uslug_item {
		border-bottom: .2rem solid #f6f6f6;
	}
	.stoimost_uslug_item div.name_item {
		float: left;
		display: inline-block;
		width: 70%;
		padding: 1.5rem 0;
	}
	.stoimost_uslug_item div.name_item span {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.stoimost_uslug_item div.price_item {
		float: right;
		display: inline-block;
		width: 30%;
		padding: 1.5rem 0;
		text-align: right;
	}
}
/* Страница по ширине больше, чем 1366 px */
@media only screen and (min-width: 1366px) {
	.stoimost_uslug_wrapper {
		position: relative;
		margin: 7rem 0 3rem;
	}
	.stoimost_uslug_wrapper .title {
		width: 41rem;
		float: left;
	}
	.stoimost_uslug_wrapper .title span {
		font-size: 2.4rem;
		font-family: "RobotoBlack";
		display: block;
		margin-bottom: 1.5rem;
	}
	.stoimost_uslug_wrapper .left_column {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 41rem;
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.stoimost_uslug_wrapper .left_column a {
		font-size: 4rem;
		font-family: "RobotoLight";
		color: #000;
		text-decoration: none;
		font-style: normal;
	}
	.stoimost_uslug_wrapper .left_column a span {
		color: #000;
	}
	.stoimost_uslug_wrapper .left_column a span span {
		color: #205acc;
		font-family: "RobotoBlack";
	}
	.stoimost_uslug_list {
		display: block;
		margin-left: 45rem;
		width: 85rem;
	}
	.stoimost_uslug_item_head {
		font-size: 1.6rem;
		font-style: normal;
		border-bottom: .2rem solid #f6f6f6;
		color: #4e4e4e;
		font-family: "RobotoBlack";
	}
	.stoimost_uslug_item_head div.name_item {
		float: left;
		display: inline-block;
		width: 70%;
		padding: 1.5rem 0;
	}
	.stoimost_uslug_item_head div.price_item {
		float: right;
		display: inline-block;
		width: 30%;
		padding: 1.5rem 0;
		text-align: right;
	}
	.stoimost_uslug_item {
		border-bottom: .2rem solid #f6f6f6;
	}
	.stoimost_uslug_item div.name_item {
		float: left;
		display: inline-block;
		width: 70%;
		padding: 1.5rem 0;
	}
	.stoimost_uslug_item div.name_item span {
		font-size: 2.4rem;
		line-height: 1.4;
	}
	.stoimost_uslug_item div.price_item {
		float: right;
		display: inline-block;
		width: 30%;
		padding: 1.5rem 0;
		text-align: right;
	}
}