h1 {margin: 15px 0!important;}

.location-item {background: var(--global_oth_background);border-radius: var(--global_border_radius_element);padding: 20px;margin-bottom: 30px;}

.legal-info {color: var(--global_oth_title);padding: 20px;background: var(--global_oth_background) url(../../icons/new/legal_info.png) right -10px bottom -20px;background-size: 87px 87px;background-repeat: no-repeat;border-radius: 12px;}
.legal-info .h4 {margin-top: 0;}
.legal-info a {font-weight: 500;display: block;font-size: 14px;color: var(--global_oth_descr)!important;text-decoration: revert;}
.legal-info a + a {margin-top: 5px;}

.working-hours {margin-bottom: 15px;display: flex;flex-wrap: wrap;}
.working-hours-item {color: var(--global_oth_title);width: 14.2%;text-align: center;font-size: 14px;line-height: 28px;}
.working-hours-item-title {border-bottom: 2px solid #e7e5e5;}
.working-hours-item.active .working-hours-item-title {border-color: var(--global_background);}
.working-hours-item-time {font-size: 12px;line-height: 18px;font-weight: bold;padding: 6px;}
.working-hours-item.active .working-hours-item-time {color: var(--global_background);}

#map {position: relative;width: 100%;height: 300px;background: var(--global_oth_background);border-radius: 12px;min-height: 300px;}
#map:before {content: 'Загружаем карту...';position: absolute;top: 0;left: 0;width: 100%;height: 100%;color: var(--global_oth_descr);text-align: center;line-height: 300px;}
#map > ymaps {border-radius: 12px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}

@media (max-width: 767px) {.location-item {margin-bottom: 15px;}.legal-info {margin-top: 15px;}}

.contact-delivery-information {}
.contact-delivery-information-title {color: var(--global_oth_descr);font-size: 14px;line-height: 17px;}
.contact-delivery-information-description {color: var(--global_oth_title);font-size: 15px;line-height: 19px;}
a.contact-delivery-information-description:hover, a.contact-delivery-information-description:active, a.contact-delivery-information-description:focus {color: var(--global_color);text-decoration: none;}
.contact-delivery-information + .contact-delivery-information {margin-top: 15px;}

.ymaps-2-1-79-gototaxi__container, .ymaps-2-1-79-gotoymaps__container {
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2)!important;
	border-radius: 8px!important;
}
.shopMap_controls {padding: 2px;background: #fff;border-radius: 8px;box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);}
.shopMap_controls i {height: 28px;width: 28px;padding: 4px;display: block;cursor: pointer;}
.shopMap_controls i.zoom-in {background: url('/assets/icons/maps/zoom_in.svg') center no-repeat;}
.shopMap_controls i.zoom-out {background: url('/assets/icons/maps/zoom_out.svg') center no-repeat;}

#map + .legal-info {margin-top: 30px;}