
.support {
	padding-bottom: 77px;
}
.support__row {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 80px;
}
.support__title {
	text-align: center;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 54px;
	line-height: 62px;
	margin-bottom: 50px;
}
.support__img-wrap img {
	width: 100%;
	display: block;
}
.support__text {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
	margin: 40px 0;
	text-align: left;
}
.support__col:first-child {
	background-color: #FBFBFB;
	padding: 50px 34px 50px 100px;
}

.support__col:last-child {
	margin-top: 170px;
	margin-right: 100px;
}

.support__btn-page {
	font-family: 'Play';
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	display: block;
	min-width: 300px;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 54px;
	background-color: #FBFBFB;
}

.social {
	text-align: center;
	margin-bottom: 50px;
}
.social__title {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 30px;
}
.social__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.social__link {
	width: 50px;
	height: 50px;
	display: block;
}
.facebook {
	background: url(../images/facebook.svg) no-repeat center;
	background-size: cover;
}
.vk {
	background: url(../images/vk.svg) no-repeat center;
	background-size: cover;
}
.twitter {
	background: url(../images/twitter.svg) no-repeat center;
	background-size: cover;
}
.whatsapp {
	background: url(../images/whatsapp.png) no-repeat center;
	background-size: 88%;
}
.telegram {
	background: url(../images/telegram.svg) no-repeat center;
	background-size: cover;
}
.support__info {
	text-align: center;
}
.support__info-text {
	margin-bottom: 60px;
	font-family: 'Inter';
	font-weight: 400;
	font-size: 20px;
	line-height: 27px;
}
.support__requisites {
	background: #CAEBB3;
	padding: 40px 10px;
	text-align: center;
	padding-top: 10px;
}
.support__requisites-info {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	margin-top: 20px;
}
@media screen and (max-width: 1130px) {
	.support__title {
		font-size: 48px;
    line-height: 58px;
	}
	.support__text {
		font-size: 18px;
		line-height: 24px;
	}
	.support__btn,
	.social__title {
		font-size: 25px;
		line-height: 20px;
		padding: 30px 0;
	}
	.support__btn {
		margin-bottom: 40px;
	}
	.support__info-text {
		font-size: 18px;
	}
	.support__requisites-info {
		font-size: 22px;
		line-height: 25px;
	}

	.support__col:first-child {
		padding-left: 50px;
	}
	
	.support__col:last-child {
		margin-right: 50px;
	}
}
@media screen and (max-width: 900px) {
	.support__title {
		font-size: 40px;
    line-height: 47px;
	}
	.support {
		padding-top: 100px;
	}
	.support__row {
		grid-template-columns: 1fr;
	}
	.support__col:last-child {
		padding-top: 0;
		margin-left: 50px;

	}
}