.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{margin:0 0 30px}
.contacts__heading{margin:0 0 10px;font-weight:700}
.contacts__address{margin:0 40px 20px 0}
.contact-list__address{margin:0 0 25px}
.contact-list__open{margin:0}
.contact-list__item{display:flex;align-items:center;margin:0 0 7px;font-weight:500;color:#777}
.contact-list__icon{margin:0 7px 0 0}
.contact-list__img{width:auto;height:auto;max-height:16px;margin:0 7px 0 0}
.contacts__contacts{min-width:200px;margin:0 0 20px}
.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:var(--border-radius-1-1-0-0)}
.contact-locations__ul{list-style:none;padding:0;margin:0}
.contact-locations__li:nth-child(odd){margin:0 0 5px;font-weight:700}
.contact-locations__li:nth-child(even){color:#777}
.contact-locations__li:nth-child(even):not(:last-child){margin:0 0 15px}


@media (min-width:1200px){
	.contacts__address{width:50%}
}

.contact__shops-wrap {
    margin-bottom: 0;
}

.contact__shops-title {
    background-color: #268c4e;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    display: block;
    padding: 8px 15px;
    margin: 20px 0;
}

.contact__shops {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.contact__shops .item {
    width: calc(100% / 2 - 10px);
    display: flex;
    gap: 0 10px;
    background-color: #ededed;
    height: 200px;
}

.contact__shops .item__image {
    width: 50%;
    height: 100%;
    display: block;
    object-fit: cover;
    cursor: pointer;
}

.contact__shops .item__info {
    padding: 20px 20px 0 0;
}

.contact__shops .item__name {
    color: #268c4e;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px;
}

.contact__shops .item__address,
.contact__shops .item__phones {
    display: flex;
    align-items: flex-start;
    gap: 0 6px;
    font-size: 13px;
    margin: 6px 0;
}

.contact__shops .item__phones:before {
    content: "\f095";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    color: #268c4e;
    display: block;
    width: 12px;
}

.contact__shops .item__address:before {
    content: "\f041";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    color: #268c4e;
    display: block;
    width: 12px;
}

.contact__shops .item__address + .item__address:before {
    content: "\f017";
}

.contact__shops .item__info a {
    text-decoration: underline;
}

.contact__shops .item__info i.fa + * {
    flex: 1;
}
