.contact-page__heading{margin:0 -5px 15px;color:#666}
.contact-page__form{margin:-165px 0 30px;padding:35px 60px 60px;background: #FBFBFB;border-top: 4px solid #ED1C24;}
.contact-page__form .captcha__title{width:16.666666%;text-align:right}
.contact-page__form .captcha__wrapper{width:40%}
.contacts{position:relative;}
.contacts__contacts{margin:0;background: #FBFBFB;border-top: 3px solid #D6D6D6;padding:21px 15px;width:100%;max-width:310px;}
.contacts__contacts + .contacts__contacts{margin-top:20px;}
.contacts__heading{margin:0 0 15px;font-weight:500;line-height:1.6;letter-spacing: 0.03em;text-transform: uppercase;color: #ED1C24;}
.contact-list,.contact-list__open{margin:0 0 0 5px;}
.contact-list__item{display:flex;align-items:center;margin:0;font-weight:500;line-height:1.5;}
.contact-list__item + .contact-list__item{margin-top:8px;}
.contact-list__address{margin:-5px 0 0;}
.contact-list__address .contact-list__item{font-weight: 600;font-size: 18px;line-height: 150%;leading-trim: both;text-edge: cap;letter-spacing: 0.02em;color: #000000;}
.contact-list__icon{font-size:10px;color:#fff;background:#8B8B8B;border-radius: 3px;width:16px;min-width:16px;height:16px;text-align:center;line-height:16px;margin:0 13px 0 0}
.contact-list .contact-list__item:hover span{text-decoration:underline;cursor:pointer}
.contacts__comment{margin: 0 0 30px}
.contacts__map{position:static}
.contacts__map iframe{width:100%;height:100%;position:absolute;left:0;top:0;display:block;}
.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}

@media (max-width:992px){
.contacts__map{width:calc(100% + 40px);margin:0 -20px -100px;}
.contacts__map iframe{position:static;height:500px;}
.contacts__contacts{max-width:100%}
.contact-page__form{margin: 30px 0 0;padding: 5px 20px 30px;}
.contact-page__form .heading{font-size:20px;margin-bottom:-5px;}
.contact-page__form .form-horizontal .form-group{margin-bottom:20px;}
}

@media (max-width:575px){
	.contact-page__form{
		padding:20px 15px;
	}
	.contacts__contacts{
		padding:20px 15px;
	}
}