#contact-page .breadcrumb-h1 {
	padding: 22px 0 10px;
	text-align: left;
}

#contact-page .breadcrumb {
	margin-bottom: 10px;
	text-align: left;
}

#contact-page h1 {
	margin: 0;
	color: #1a1a1a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
}

#contact-page .contact-page__lead {
	max-width: 520px;
	margin: 10px 0 0;
	color: #666;
	font-size: 15px;
	line-height: 1.55;
}

#contact-page .uni-wrapper {
	padding: 18px 0 54px;
}

#contact-page .heading {
	margin: 0 0 22px;
	color: #1a1a1a;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
}

#contact-page .contacts > .row > [class*="col-"] > .heading {
	display: none;
}

.contact-page__heading {
	margin: 0 0 15px;
	color: #666;
}

.contact-page__content > .heading:first-child {
	display: none;
}

.contacts {
	margin: 0 0 28px;
}

.contacts > .row {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 18px;
	margin-left: 0;
	margin-right: 0;
}

.contacts > .row:before,
.contacts > .row:after {
	display: none;
}

.contacts > .row > [class*="col-"] {
	width: auto;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.contacts > .row > .col-sm-6 {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 20px;
}

.contacts .row-flex {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.contacts__address,
.contacts__contacts,
.contacts__comment,
.contacts__map,
.contact-page__form,
.contact-locations__item {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.contacts__address,
.contacts__contacts,
.contacts__comment {
	margin: 0;
	padding: 22px 24px;
}

.contacts__address:hover,
.contacts__contacts:hover,
.contacts__comment:hover,
.contacts__map:hover,
.contact-locations__item:hover {
	border-color: #d0dbe6;
	box-shadow: 0 8px 24px rgba(1, 140, 209, .08);
}

.contacts__heading {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}

.contacts__heading:before,
.contact-list__open:before {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #e8f4fc;
	color: #048ad1;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	flex: 0 0 auto;
}

.contacts__heading:before {
	content: "\f3c5";
	font-weight: 900;
}

.contacts__contacts .contacts__heading:before {
	content: "\f0e0";
	font-weight: 400;
}

.contacts__address .contacts__heading:nth-of-type(2):before {
	display: none;
}

.contact-list__open {
	position: relative;
	margin: -4px 0 0;
	padding-left: 48px;
}

.contact-list__open:before {
	position: absolute;
	top: -8px;
	left: 0;
	content: "\f017";
	font-weight: 400;
}

.contact-list__open a,
.contact-list__open button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 7px 14px;
	border: 1px solid #b8dcf2;
	border-radius: 8px;
	background: #e8f4fc;
	color: #047dc0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.contact-list__open a:hover,
.contact-list__open button:hover {
	border-color: #048ad1;
	background: #048ad1;
	color: #fff;
	box-shadow: 0 6px 14px rgba(4, 138, 209, .2);
	text-decoration: none;
}

.contact-list__address,
.contact-list {
	margin: 0;
}

.contact-list__address {
	margin-bottom: 24px;
}

.contacts__contacts .contact-list {
	padding-top: 2px;
}

.contact-list__item {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0 0 10px;
	color: #555;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
}

.contact-list__item:last-child {
	margin-bottom: 0;
}

.contact-list__icon,
.contact-list__item > .fa,
.contact-list__item > .fas,
.contact-list__item > .far {
	width: 22px;
	min-width: 22px;
	margin: 2px 0 0;
	color: #048ad1;
	text-align: center;
}

.contact-list__img {
	width: auto;
	height: auto;
	max-height: 16px;
	margin: 2px 7px 0 0;
}

.contacts__contacts {
	min-width: 0;
}

.contacts__contacts .contact-list__item {
	white-space: normal;
}

.contact-list .contact-list__item:hover span {
	color: #048ad1;
	text-decoration: none;
	cursor: pointer;
}

.contact-list__item a,
.contact-list__item a span {
	color: inherit;
	text-decoration: none;
}

.contact-list__item a:hover,
.contact-list__item a:hover span {
	color: #048ad1;
	text-decoration: none;
}

.contacts__comment {
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.65;
}

.contacts__comment .heading {
	margin-bottom: 12px;
	font-size: 18px;
}

.contacts__map {
	position: sticky;
	top: 60px;
	overflow: hidden;
	padding: 0;
}

.contacts__map .heading {
	margin: 0;
	padding: 20px 24px 14px;
	font-size: 18px;
}

.contacts__map iframe,
.contacts__map > ymaps,
.contacts__map .map {
	display: block;
	width: 100% !important;
	max-width: 100%;
	min-height: 330px;
	border-radius: 0 0 14px 14px;
}

.contact-page__form {
	margin: 0 0 34px;
	padding: 30px;
}

.contact-page__form .form-group {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 18px;
}

.contact-page__form .control-label {
	padding-top: 10px;
	color: #1a1a1a;
	font-size: 14px;
	font-weight: 600;
}

.contact-page__form .form-control {
	min-height: 46px;
	border-color: #e5e5e5;
	border-radius: 8px;
	box-shadow: none;
	color: #1a1a1a;
	font-size: 14px;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.contact-page__form textarea.form-control {
	min-height: 120px;
	resize: vertical;
}

.contact-page__form .form-control:focus {
	border-color: #048ad1;
	box-shadow: 0 0 0 4px rgba(4, 138, 209, .09);
}

.contact-page__form .captcha__title {
	width: 16.666666%;
	text-align: right;
}

.contact-page__form .captcha__wrapper {
	width: 40%;
}

.contact-page__btn {
	min-width: 210px;
	height: 50px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(1, 140, 209, .22);
}

.contact-locations {
	margin-bottom: 34px;
}

.contact-locations__item {
	margin: 0 0 20px;
	padding: 22px;
}

.contact-locations__image {
	margin: -22px -22px 18px;
	overflow: hidden;
}

.contact-locations__image img {
	border-radius: 14px 14px 0 0;
}

.contact-locations__ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.contact-locations__li:nth-child(odd) {
	margin: 0 0 5px;
	color: #1a1a1a;
	font-weight: 700;
}

.contact-locations__li:nth-child(even) {
	color: #666;
	line-height: 1.55;
}

.contact-locations__li:nth-child(even):not(:last-child) {
	margin: 0 0 15px;
}

@media (min-width: 992px) {
	.contacts > .contacts__layout--map {
		grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
		align-items: start;
	}
}

@media (max-width: 767px) {
	#contact-page .breadcrumb-h1 {
		padding: 18px 0 8px;
		text-align: left;
	}

	#contact-page h1 {
		font-size: 25px;
	}

	#contact-page .contact-page__lead {
		font-size: 14px;
	}

	#contact-page .uni-wrapper {
		padding: 12px 0 42px;
	}

	#contact-page .heading {
		font-size: 21px;
	}

	.contacts .row-flex {
		grid-template-columns: 1fr;
	}

	.contacts__address,
	.contacts__contacts,
	.contacts__comment,
	.contact-page__form {
		padding: 22px 18px;
	}

	.contacts__map {
		position: static;
	}

	.contacts__map .heading {
		padding: 18px 18px 12px;
	}

	.contacts__map iframe,
	.contacts__map > ymaps,
	.contacts__map .map {
		min-height: 280px;
	}

	.contact-page__form .control-label {
		padding-top: 0;
		text-align: left;
	}

	.contact-page__form .captcha__title,
	.contact-page__form .captcha__wrapper {
		width: 100%;
		text-align: left;
	}

	.contact-page__btn {
		width: 100%;
		min-width: 0;
	}
}
