.promo-social {
	width: 100%;
	height: 100%;
	background: #ffefe2;
	background-image: url('/static/f/slide/274/img/bg-img.png');
	background-repeat: no-repeat;
	background-position: right -64px top -11px;
	background-size: 451px auto;
}
.promo-social__content {
	padding: 40px;
}
.promo-social__title {
	max-width: 280px;
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	line-height: 34px;
	color: #001689;
}
.promo-social__text {
	max-width: 260px;
	margin-top: 6px;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #393939;
}
.promo-social__control {
	margin-top: 16px;
	display: flex;
}
.promo-social__action:first-child {
	margin-right: 8px;
}
.promo-social__btn {
	display: inline-block;
	border-radius: 56px;
	background-color: #fff;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 46px;
	color: #19262c;
	transition: all 0.134s;
}
.promo-social__btn:hover {
	background-color: #e5f2f8;
}
.promo-social-max {
	width: 136px;
	height: 48px;
	padding-left: 73px;
	background-image: url('/new/f/img/icon-max.svg');
	background-repeat: no-repeat;
	background-position: left 30px center;
	background-size: 30px auto;
}
.promo-social-vk {
	width: 168px;
	height: 48px;
	padding-left: 66px;
	background-image: url('/new/f/img/icon-vk.svg#colorful');
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 35px auto;
}
@media screen and (max-width: 1079px) {
	.promo-social {
		background-size: 401px auto;
	}
}
@media screen and (max-width: 1023px) {
	.promo-social {
		background-size: 451px auto;
	}
}
@media screen and (max-width: 767px) {
	.promo-social__content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		padding: 13px 16px 16px;
	}
	.promo-social__btn {
		font-size: 16px;
		line-height: 38px;
	}
	.promo-social-max {
		width: 142px;
		height: 40px;
		padding-left: 72px;
		background-position: left 40px center;
		background-size: 24px auto;
	}
	.promo-social-vk {
		width: 142px;
		height: 40px;
		padding-left: 53px;
		background-position: left 16px center;
		background-size: 29px auto;
	}
}
@media screen and (max-width: 679px) {
	.promo-social {
		background-position: right calc(50% - 18px) top calc(50% + 5px);
		background-size: 272px auto;
	}
	.promo-social__content {
		padding: 8px 16px 16px;
	}
	.promo-social__title {
		max-width: none;
		font-size: 24px;
		line-height: 29px;
		text-align: center;
	}
	.promo-social__text {
		max-width: none;
		margin-top: 2px;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
	}
	.promo-social__control {
		justify-content: center;
	}
}
@media screen and (max-width: 389px) {
	.promo-social__title {
		font-size: 20px;
		line-height: 26px;
	}
	.promo-social__text {
		font-size: 15px;
		line-height: 18px;
	}
	.promo-social__btn {
		font-size: 15px;
		line-height: 36px;
	}
	.promo-social-max {
		width: 132px;
		height: 38px;
		padding-left: 66px;
		background-position: left 34px center;
		background-size: 24px auto;
	}
	.promo-social-vk {
		width: 132px;
		height: 38px;
		padding-left: 48px;
		background-position: left 12px center;
		background-size: 29px auto;
	}
}