/*
 * Static site-wide rules formerly printed in the head of every page.
 * Keep page-independent design rules here so browsers can cache them.
 */

body,
#wrapper {
	font-family: 'Roboto', sans-serif;
}

#so_popup_countdown .modal-footer #so_countdown_timer {
	font-family: 'Roboto', sans-serif;
}

body {
	background-color: transparent;
	background-image: url('/image/catalog/banners/fon%20(1).jpg.webp');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top center;
}

.typeheader-1 .header-center {
	background: #fff;
	border-radius: 0;
}

.spoiler-content {
	display: none;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 0;
	margin-top: 5px;
	background: #f0f0f0;
}

.spoiler-block {
	width: 100%;
	margin-top: 10px;
	border-radius: 0;
}

.spoiler-title {
	display: block;
	width: 100%;
	padding: 5px;
	border: 1px solid #b9b9b9;
	border-radius: 0;
	background: #fff;
	color: #000;
	text-decoration: none;
}
