*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: Arial, sans-serif;
	font-size: 16px;
}
/* Системные */
.show_ph_snippet_p{
	display: none;
}
.show_ph_snippet{
	cursor: pointer;
	color: blue;
}
.show_ph_snippet:hover{
	text-decoration: underline;
}
.site_social{width: 100%; margin: 15px 0; text-align: center;}
.site_social li{
	padding: 0;
}
/* Системные */

/* 
 * 
 * TEMP
 * 
 */
body{
	padding: 0 2rem;
}
header, footer, main, aside, section{
	margin : 2rem 0;
	padding: 2rem;
	border: 1px solid black;
    box-sizing: border-box;
	display:inline-block;
	min-width: 100%;
}
main img{
	max-height: 350px;
}
p{
	margin-top: 1rem;
}
a{
	color: blue;
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}

ol,ul{
	padding: 1rem 2rem;
}
ol li, ul li{
	position: relative;
	padding-top: 1rem;
	padding-right: 1rem;
}
ol li a,ul li a{
	display: block;
}
ul li ul{
	display: block;
	margin: 0;
}
ul li ul li{
	display: block;
	padding-top: .5rem;
}
h2{
	margin: 25px 0 10px 0;
}
header>a{
	display: inline-block;
	float : left;
}
header span{
	display: inline-block;
	padding: 25px 0 0 25px;
}
/* 
 * 
 * TEMP
 * 
*/
.spb_seotext{
	padding: 2rem;
	border: 1px solid black;
    box-sizing: border-box;
}
.spb_menu{
	width: 100%;
	display: inline-block;
}
.spb_menu-item{
	float:left;
	width: 33.33%;
}
span.select_spb_menu, span.spb_category-close{
	display: block;
	margin: 10px;
	color: blue;
	cursor: pointer;
}	
span.select_spb_menu:hover, span.spb_category-close:hover{
	text-decoration: underline;
}
span.spb_category-close{
	text-align: right;
}
.spb_disctrict,.spb_subway,.spb_sport{
	position: fixed;
	top:0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: none;
}
.spb_category>ul{
	float: left;
	width: 20%;
	box-sizing: border-box;
}
.spb_category{
	display: block;
	background: #fff;
	width: 80%;
	height: 80%;
	border: 1px solid #000;
	box-sizing: border-box;
	overflow: auto;
}
.select_spb_menu_show{
	display: flex;
	z-index: 2;
}
.section_list{
	margin: 25px 0;
	width: 100%;
	display: inline-block;
}
.section_list-item{
	float: left;
	padding-right: 25px;
	box-sizing: border-box;
	width: 25%;
}
.section_list-block{
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 10px;
	margin: 5px 0;
	height: 120px;
}
