.kak-podklyuchitsya {
	color: #fff;
	background: url("/rr_images/decorations/bg_0-1.jpg") no-repeat 50% 50% scroll #f8f8f8;
    background-size: cover!important;
}
	.kak-podklyuchitsya .wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	.kak-podklyuchitsya .wrapper .scnr {
		display: none;
	}
	.kak-podklyuchitsya__header {
		text-align: center;
		padding: 0;
	}
	.kak-podklyuchitsya .like-h1 {
		padding: 0 0 50px;
		width: 550px;
		text-align: left;
		line-height: 1.2;
		color: #000000;
	}
		.kak-podklyuchitsya .like-h1 span {
			color: #e3231f;
		}
	.kak-podklyuchitsya__list {
			align-items: stretch;
			justify-content: space-around;
			color: #858585;
			width: 80%!important;
		}
	.kak-podklyuchitsya__item .icon {
		height: 75px;
		width: 75px;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		margin: 0 auto 20px;
	}
	.kak-podklyuchitsya__item .text {
		line-height: 1.2;
		box-sizing: border-box;
		padding-right: 25px;
	}
	.kak-podklyuchitsya__item .title {
		display: inline-block;
		position: relative;
		margin-bottom: 15px;
	}
	.kak-podklyuchitsya__item .title .hor {
		font-size: 60px;
		line-height: 1;
		font-weight: bold;
		color: #d7d2d2;
	}
	.kak-podklyuchitsya__item .title .vert {
		font-size: 20px;
		bottom: 50px;
		right: -10px;
		display: block;
		color: #d7d2d2;
		-webkit-transform-origin: 100% 0;
		-moz-transform-origin: 100% 0;
		-o-transform-origin: 100% 0;
		-ms-transform-origin: 100% 0;
		transform-origin: 100% 0;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		position: absolute;
		text-transform: uppercase;
	}
	.kak-podklyuchitsya__item:nth-of-type(2) .title .vert {
		right: -11px;
	}
	.kak-podklyuchitsya__item:nth-of-type(3) .title .vert {
		right: -10px;
	}
	.kak-podklyuchitsya__item:nth-of-type(4) .title .vert {
		right: -12px;
	}
	.kak-podklyuchitsya__item {
		width: 25%;
	}
	.kak-podklyuchitsya__item:hover .title .hor {
		color: #e3231f;
	}
	.kak-podklyuchitsya__item:hover .title .vert {
		color: #e3231f;
	}
	.kak-podklyuchitsya__item:hover .text {
		color: #161616;
	}
@media only screen and (min-width:1222px) {
	.kak-podklyuchitsya {
		background: url("/rr_images/decorations/bg_0-1.jpg") no-repeat 50% 50% scroll #f8f8f8;
	}
	.kak-podklyuchitsya .wrapper {
		padding-bottom: 80px;
	}
	.kak-podklyuchitsya .like-h1 {
		padding: 0 0 60px;
	}
	.kak-podklyuchitsya__list {
		width: 80%!important;
	}
	.kak-podklyuchitsya .wrapper .scnr {
		width: 255px;
		height: 539px;
		background: url("/rr_images/decorations/phone_1200.png") no-repeat 50% 50% scroll transparent;
		position: absolute;
		right: 0;
		top: 18px;
		display: block;
	}
}