.doverte-podklyuchenie {
    color: #fff;
    min-height: 310px;
    background-size: 70%;
	text-align: center;
	margin: 50px 0;
}
.doverte-podklyuchenie .wrapper {
	background: url(/rr_images/decorations/bg__categories.png) no-repeat center center scroll #222222;
	padding: 20px 55px 55px;       
}
	.doverte-podklyuchenie__header {
		text-align: center;
		padding: 0;
	}
	.doverte-podklyuchenie .like-h1 {
		padding: 0;
		text-align: center;
		line-height: 1;
		font-size: 42px;
		margin: 0 auto;
	}
	.doverte-podklyuchenie .like-h1 span:first-of-type {
		padding-bottom: 23px;
		font-size: 24px;
		color: #ffffff;
		font-weight: 400;
		display: block;
	}
		.doverte-podklyuchenie .like-h1 span {
			text-transform: none;
			padding-bottom: 15px;
			display: inline-block;
			font-weight: 500;
		}
	.doverte-podklyuchenie__list {
		justify-content: center;
		flex-wrap: wrap;
	    align-items: flex-start;
	}
	.doverte-podklyuchenie__item.title {
		padding: 0;
		width: 100%;
		text-align: center;
		line-height: 1;
		font-size: 42px;
		margin: 32px 0;
	}
	.doverte-podklyuchenie__item .item-title {
		padding: 0 40px;
	}
	.doverte-podklyuchenie__item {
		line-height: 1.2;
		position: relative;
		width: 33%;
		margin: 32px 0;
		text-align: center;
		box-sizing: content-box;
		font-size: 17px;
		align-items: stretch;
		background-size: contain;
	}
	.doverte-podklyuchenie__item .image {
		display: block;
		margin: 0 auto;
		width: 106px;
		height: 106px;
		margin-bottom: 10px;
		background-position: center;
		background-size: 60px 60px;
		background-repeat: no-repeat;
		border: 1px solid rgba(255,255,255,.2);
		border-radius: 50%;
	}
	.btn.btn--red.btn--request-connection {
		display: inline-block;
		margin: 32px auto 0;
		padding: 15px 38px;
	}

@media only screen and (min-width:1222px) {
	.doverte-podklyuchenie .like-h1 {
		padding: 0 28% 0 0;
		text-align: left;
	}
	.doverte-podklyuchenie__item {
		width: 25%;
	}
	.doverte-podklyuchenie__item.title {
		padding: 0 0 30px;
		width: 50%;
		text-align: center;
		line-height: 1;
		font-size: 42px;
		margin: 32px 0;
	}
		.doverte-podklyuchenie .like-h1 span:first-of-type {
			padding-bottom: 43px;
			color: #ffffff;
			display: inline-block;
		}
}