.contacts-stores__section-name {margin-bottom: 33px;margin-top: 48px;}
.contacts-stores__item {
    margin-top: -1px;
    border: 1px solid #ebebef;
    transition: box-shadow 0.3s ease;
    padding: 22px 0 21px;
}
.contacts-stores__item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.contacts-stores__show-map {font-size: 0.9335em;font-weight: 500;cursor: pointer;margin-top: 7px;display: inline-block;}
.contacts-stores__sub-title {
    color: #888;
    font-size: 0.9335em;
}
.contacts-stores__item-text {
    font-weight: 500;
    color: #333;
}
.svg-inline-show-map {margin-right: 4px;margin-top: -3px;}

@media(min-width: 768px) {
    .contacts-stores__item-title {padding-left: 28px;}
    .contacts-stores__item-schedule {padding-right: 28px;}
}
@media(max-width: 767px) {
    .contacts-stores__item {padding: 20px;}
    .contacts-stores__sub-title {margin-top: 15px;}
}