	.help-item .img {
		float: left;
	}

	.help-item .text {
		margin-left: 78px;
		padding-top: 5px;
	}

	.help-item p {
		margin: 0;
		color: #858585;
		font-size: 13px;
		margin-top: 2px;
	}

	.help-item .link a {
		font-size: 18px;
		text-transform: uppercase;
		font-family: "HelveticaBold";
		color: #444444;
		border-bottom: 1px solid #d2d4d6;
		display: inline-block;
		line-height: 18px;
		letter-spacing: -0.8px;
	}

	.help-item .link a:hover {
		border-color: #fff;
	}

	.help-item.row {
		margin: 30px 0 15px;
	}

	.free-number {
		background: #f1f1f1;
		display: inline-block;
		padding: 11px 20px;
		font-size: 18px;
		border-radius: 5px;
		margin: 5px 0;
	}

	.free-number span {
		font-family: "HelveticaBold"
	}

	a.red {
		color: #ef0010;
	}

	a.red:hover {
		text-decoration: underline;
	}

	.h3 {
		font-size: 14px;
		color: #6b6b6b;
		margin-top: 45px;
	}

	.absolute-img {
		position: absolute;
		right: 60px;
		top: 30px;
	}

	#standart-page h1 {
		z-index: 1;
		position: relative;
	}

	.help-item .img img {
		min-width: 55px;
	}

	@media all and (max-width: 767px) {
		.help-item .img img {
			width: 35px;
			min-width: inherit;
			margin-top: 5px;
		}

		.help-item .text {
			margin-left: 50px;
		}

		.help-item .link a {
			font-size: 16px;
			display: inline;
		}
	}