	h1 {
		white-space: nowrap;
	}
	.top-text {
		margin-right: 285px;
	}
	a.red-phone {
		font-size: 24px;
		font-family: "HelveticaLight";
		margin: 0;
	}
	#standart-page h2 {
		margin-top: 0;
	}
	.salary {
		background: url(/img/help/help-004.svg);
		background-repeat: no-repeat;
		height: 50px;
		padding-left: 75px;
		font-size: 20px;
		color: #4d5059;
		margin-top: 30px;
	}
	.salary div {
		display: table-cell;
		height: 50px;
		vertical-align: middle;
		padding-top: 5px;
	}
	a.silver-decoration {
		border-bottom: 1px solid #d0d0d0;
		color: #353536;
		display: inline-block;
	}
	a.silver-decoration:hover {
		border-color: #fff;
	}
	.item {
		margin-right: 270px;
	}
	.bottom-con-text {
		color: #8c8c8c;
	}
	a.red-phone:hover {
		text-decoration: underline;
	}
	.right-img {
		margin-right: 10px;
	}
	.item ol {
		padding-left: 17px;
	}
	.item ul {
		list-style: none;
		padding-left: 20px;
	}
	.item ul li:before {
		content: "— ";
		position: absolute;
		margin-left: -20px;
	}
	@media all and (max-width: 767px) {
		#standart-page h2 {
			margin-top: 15px;
		}
		a.silver-decoration {
			display: inline;
		}
		.salary {
			background-size: 35px;
			padding-left: 45px;
			height: auto;
			background-position: center left;
		}
	}