<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
nav:not(.mm-menu)
{
	display: none;
}

.header,
.content,
.footer { text-align: center; }
.top_header { display: flex }
.top_header .basket-box {order:3}
.top_header .logo-box {margin:0 auto;}
.top_header .mobile-logo {width:160px;height:auto;}
.top_header .mobile-logo {width:160px;height:auto;}
.top_header .call-ico img {max-width: 40px;}
.top_header,
.footer
{
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #fff;

	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	width: 100%;
	height: 50px;
	padding: 5px 5px;
	border-bottom:1px solid #ddd;

}
.top_header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}
.top_header .burger
{
	display: block;
	width: 28px;
	height: 18px;
	padding: 8px;
	pos-ition: absolute;
	top: 0;
	left: 0;
}
.top_header .burger:before,
.top_header .burger:after
{
	content: '';
	display: block;
	background: #888;
	height: 2px;
}
.top_header a span
{
	background: #888;
	display: block;
	height: 2px;
	margin: 6px 0;
}
/*
.content { padding: 150px 50px 50px 50px; }
*/

@media (max-width:340px) {
	.mobile-logo {height:33px;}
}

@media (max-width:400px) {
	.top_header .call-ico img {max-width:40px;}
}
</pre></body></html>