main .inner {
	max-width: 1227px;
}
.contacts-page {
	display: flex;
	flex-wrap: wrap;
}
h1 {
	font-weight: 800;
	font-size: 36px;
	line-height: 105%;
	letter-spacing: -0.01em;
	margin-bottom: 32px;
}
.left {
	padding-right: 30px;
}
.info {
	padding: 24px 28px;
	background: linear-gradient(0deg, #F0F0F0, #F0F0F0), linear-gradient(90deg, #FF7370 0%, #ED3A35 100%);
	display: inline-block;
	margin-bottom: 24px;
}
.info .strong,
.info p {
		font-size: 20px;
}
.info a {
	font-weight: bold;
	font-size: 24px;
	line-height: 105%;
	letter-spacing: -0.01em;
	text-decoration: underline;
}
.mb-0 {
	margin-bottom: 0;
}
p {
	margin-bottom: 18px;
	line-height: 140%;
}
.gray {
	color: #757575;
}
.socials {
	display: flex;
	align-items: center;
}
.socials a {
	margin-left: 16px;
}
.right {
	flex: 1;
}
.contacts-index-map {
	margin-top: 0;
}
.requisites {
	margin-top: 80px;
	width: 58%;
	padding-right: 30px;
}
.requisites td {
	padding-bottom: 24px;
}
.requisites table tr td:first-child {
	text-align: right;
	padding-right: 16px;
	white-space: nowrap;
}
.requisites table tr td:last-child {
	font-weight: bold;
}
.form {
	margin-top: 60px;
}
.form .b24-form-control-string .b24-form-control {
	background: unset;
	padding: 15px;
}
.form .b24-form-control-icon-after .b24-form-control-label {
	font-size: 16px;
	line-height: 130%;
	color: #8C8C8C;
	padding-left: 15px;
}
@media (max-width: 1280px) {
	.left {
		width: 100%;
		margin-bottom: 30px;
	}
	.right {
		width: 100%;
		flex: unset;
	}
}
@media (max-width: 992px) {
	.requisites,
	.form{
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 414px) {
	.requisites table tr td:first-child {
		white-space: normal;
	}
	.requisites table tr td {
		font-size: 15px;
	}
}

.contact-messenger-logo:first-child {
	margin-left: 0;
}
.contact-messenger-logo img {
	width: 40px;
	border-radius: 50%;
}