.contact-page__heading{margin:0 -5px 15px;color:#666}
.contact-page__form{margin:0 0 30px}
.contact-page__form .captcha__title{width:16.666666%;text-align:right}
.contact-page__form .captcha__wrapper{width:40%}

.contacts{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EDEDED;
}
.contacts__heading{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media(max-width: 768px) {
	.contacts__heading {
		font-size: 16px;
		line-height: 19px;
	}
}
.contacts__heading svg {
	width: 15px;
	height: 15px;
}
.contact-list {
	margin: 0;
}
.contact-list__open{margin:0}
.contact-list__item{
	display:flex;
	align-items:center;
	gap: 10px;
	font-size: 14px;
	line-height: 19px;
}
.contact-list__item:not(:last-child) {
	margin-bottom: 10px;
}
.contact-list__icon.fa-phone-alt{font-size:.85em}
.contact-list__img{width:auto;height:auto;max-height:16px;margin:0 7px 0 0}
.contacts__contacts .contact-list__item {white-space:nowrap}
.contact-list .contact-list__item:hover span{text-decoration:underline;cursor:pointer}
.contacts__comment{margin: 0 0 30px}
.contacts__map{position:sticky;top:60px}
.contact-locations{margin-bottom:20px}
.contact-locations__item{margin:0 0 20px}
.contact-locations__image{margin:-15px -15px 15px}
.contact-locations__image img{border-radius:4px 4px 0 0}
.contact-locations__ul{list-style:none;padding:0;margin:0}
.contact-locations__li:nth-child(odd){font-weight:500}
.contact-locations__li:nth-child(even){color:#888}
.contact-locations__li:nth-child(even):not(:last-child){margin:0 0 10px}
.contacts__content {
	display: flex;
	gap: 100px;
}
@media(max-width: 768px) {
	.contacts__content {
		flex-direction: column;
		gap: 20px;
	}
}
.contact__title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 10px;
}
@media(max-width: 768px) {
	.contact__title {
		font-size: 16px;
		line-height: 24px;
	}
}
.contact-page__form .form-group {
	margin-left: 0 ;
	margin-right: 0 ;
}
.contacts-wrap {
	padding: 30px;
	border-radius: 10px;
	background: #FBFBFB;
}
@media(max-width: 768px) {
	.contacts-wrap {
		padding: 15px;
	}
	.contact-page__btn {
		width: 100%;
		text-align: center;
	}
}
.contacts__social{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}