.contacts-block h1 {
	margin-top: 100px;
	margin-bottom: 62px;
	font-size: 56px;
	line-height: 1.2;
}

.contacts-block h2 {
	margin-top: 40px;
	margin-bottom: 16px;
	color: #132251;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.3;
}

.contacts-item-description {
	font-size: 20px;
    line-height: 1.4;
}

.contacts-item-description a{
	color: inherit;
	text-decoration: underline;
	display: block
}



@media (max-width: 1200px) {
	.contacts-block h1 {
		margin-top: 0;
		margin-bottom: 32px;
		font-size: 28px;
		line-height: 1.2;
	}


	.contacts-block h2 {
		font-size: 18px;
		margin-top: 32px;
	}

	.contacts-item-description {
		font-size: 14px;
	}
}


@media (max-width: 768px) {
	.contacts-block h1 {
		margin-top: 0;
		margin-bottom: 24px;
		font-size: 24px;
		line-height: 1.2;
	}

	.contacts-block h2 {
		font-size: 16px;
		margin-top: 24px;
	}

	.contacts-item-description {
		font-size: 13px;
	}

}

@media (max-width: 480px) {
	.contacts-block h1 {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 1.2;
	}

	.contacts-block h2 {
		font-size: 15px;
		margin-top: 16px;
	}

	.contacts-item-description {
		font-size: 12px;
	}

}