/* mobile 
	- hide chapters (not main page) 
	- remove mb
*/
@media only screen and (max-width:768px) {
	.not-front .block-chapters { display: none;}	
	.block-chapters ul li a { margin-bottom: 0;}
}

/* mobile hide slider */
@media only screen and (max-width:768px) {
	.region-slider { display: none;}
}

/* mobile head */
@media only screen and (max-width:768px) {
	header .top-header {  min-height: auto; }
	.top-header .row {
		display: flex;
		align-items: center;
	}
}


/* fanera catalog info to item */
.goods li .item .info--f {
	margin-bottom: -3px;
	font-size: 14px;
	line-height: 1;
	transform: translateY(-7px);
}


/* radius 100% */
.rad-full { border-radius: 100%; }