._panel .header {
	top: 39px
}
.menu__working-hours div span {
    color: var(--mainBlack);
    font-size: .875rem;
    font-weight: 600;
    line-height: var(--lineHeight130)
}
.menu__working-hours div span span {
    font-weight: 400
}
.menu__working-hours div:not(:last-child) {
    margin-bottom: .3125rem
}
.shopping-card-btn {
	display: flex;
	align-items: center
}
.contact-card__item, .contact-card__item * {
    color: var(--grey20);
    font-size: 1rem;
    line-height: var(--lineHeight130);
}
.contact-card__item p:not(:last-child) {
    margin-bottom: 0.3125rem;
}
.content p, .content * {
	color: var(--grey20);
    font-size: 1.125rem;
    line-height: var(--lineHeight130);
}
.content p:not(:last-child) {
    margin-bottom: 0.3125rem;
}
._icon-arrow-hidden:before {
	opacity: 0
}