/* print CSS */

/*  не работает в Хроме, но работает в эмуляторе в браузере */

* {
	/*display: none !important;*/
}

.bx-breadcrumb,
.sidebar-container,
.header-banner-back,
.header-nav-back,
.header-content-bottom,
.filials__page .store-gallery,
.map-block__title,
.map-block__content,
.social__btn {
	display: none !important;
}

.filials__page .store-info {
	max-width: initial;
}

.map-block__title {
	display: none !important;
}

.filials__head .note,
.filials__head .btn-link.bimg.print {
	display: none !important;
}

.social__btn {
	page-break-before: always;
}

footer {
	display: none !important;
}

@page {
    margin: 1cm;
}

a[href]:after {
    content: " (" attr(href) ")";
}

.info-content {
	page-break-after: always;
}

.title-page,
.filials__head {
	display: none !important;
}