div.layout {
	display: block
}

.loader {
	background: url(/files/template/16/loader.gif) center center no-repeat;
	width: 100%;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500
}

.loader2 {
	width: 100%;
	height: 600px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 500;
	background: red
}

.loader3 {
	background: url(/files/template/16/loader.gif) center center no-repeat;
	width: 100%;
	height: 200px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: 1;
}

.panel {
	width: 100%;
	max-width: 1400px;
	min-height: 500px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.block {
	width: 100px;
	min-height: 100px;
	position: relative;
	background: #ffffff;
	float: left;
	margin: 1%
}

.grid {
	margin: 0 0px;
	width: 100%;
}

.blockitem {
	margin: 0px 0 0px 0;
	min-height: 200px;
	position: relative;
}

.blockitemmain {
	padding-top: 35px;
	margin-top: 15px;
}

.blockitemmain:hover {
	box-shadow: 0px 0 10px #c9c9c9;
	z-index: 20;
	position: relative;
	background: transparent;
	
}

.blockitem.virtualHide {
	display: none;
}

.blockitem img {
	width: 100%;
	height: auto;
	display: block;
}

.blockitem>div {
	background: #f0f0f0;
	background: #fff;
}

.blockitem>div>div.descr,
.blockitem>div>div.descr p {
	padding: 50px 10px 10px 10px;
	font-size: 18px;
	text-align: left;
	overflow: inherit;
	color: #000;
}
.blockitem>div div.date {
	font-size: 14px;
	letter-spacing: 1px;
}


.blockitem div.status-container {
	position: absolute;
	top: 20px;
	left: 10px;
}

.blockitem div.status-container div.status {
	margin-right: 15px;
}

.blockitem>div>div.descr>div.title {
	font-family: 'GeometriaLight';
	font-weight: normal;
	font-size: 22px;
}


.blockitem>div>div.descr>div.prices div.price {
	color: #000;
	font-weight: 600;
	font-size: 24px;
}
.blockitem>div>div.descr div.prices div.price.priceold {
	text-decoration: line-through;
	opacity: 0.7;
	font-size: 18px;
}
.blockitem>div>div.descr div.prices div.price span {
	white-space: nowrap;
}
.blockitem>div>div.descr div.prices div.price span:after {
	content: 'i';
	font-family: 'rub';
	padding-left: 3px;
	font-size: 90%;
}
.blockitem>div>div.descr div.prices div.pricesale {
	font-weight: 600;
	background: #000;
	color: #fff;
	padding: 10px 15px;
	margin-right: -10px;
}

.blockitem>div>div.descr.catalog:hover {
	background: #f0f0f0;
}

.blockitem>div>div.descr.catalog>div {
	margin-top: 10px;
}
.blockitem>div>div.descr.catalog>div>a {
	text-decoration: none;
	color: #000;
	font-family: 'GeometriaLight';
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.blockitem>div>div.descr.catalog>div>a:hover {
	font-weight: 600;
}

.blockitem>div>div.descr.catalog>div.active>a {
	color: #000;
}

.blockitem>.catalogcategory a:after {
	content: " \f107";
	font: 120% 'Font Awesome 5 Free';
	font-weight: 900;
}

.blockitem>.catalogcategory a.open:after {
	content: " \f106";
}

.blockitem.catalogblockitem {
	z-index: 20;
	background: #fff;
}




.blockitem>div>div.descr div.descrhrefsel {
	font-weight: bold
}

.blockitem>div>div.descr div.descrhrefsel a {
	color: black;
	text-decoration: none
}

.blockitem>div>div.descr p {
	text-align: left;
	font-size: 20px;
}

.blockitem>div>div.descr p:first-child {
	
}

.blockitem>div>div.descr p:last-child {
	margin-bottom: 0
}

.blockitem>div>div.descr span.oldprice {
	width: auto;
	text-decoration: line-through;
	color: #787878;
	margin-left: 10px;
}

.blockitem>div>div.img {
	position: relative;
}
.blockitem>div>div.img a{
	display: block;
	padding: 0px 1px 1px 1px;
}

.blockitem:hover>div {
	box-shadow: 0px 0 10px #c9c9c9;
	z-index: 20;
	position: relative;
	background: transparent;
}

.mainbrands {
	background-repeat: no-repeat;
	background-size: cover;
	border-color: white !important;
}

.mainbrands p {
	color: white;
	line-height: 30px;
	padding: 10px 20px;
}

.mainbrands:hover p {
	color: white
}

.mainbrands p span {
	background: black;
	color: white;
	padding: 2px 2px;
}

div.buffer {
	display: none;
}

.paginator {
	text-align: center;
}

.paginator__item {
	display: inline-block;
	padding: 5px 5px;
	font-size: 18px;
}

.paginator__item>a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000;
	padding: 5px 10px;
}

.paginator__item.active>a {
	font-weight: 600;
}

.paginator__next {
	font-size: 18px;
	font-family: 'arial';
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.paginator__next>a {
	display: block;
	max-width: 480px;
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 15px;
	letter-spacing: 4px;
	margin: 0 auto;
}

.paginator__next>a:hover {
	box-shadow: 0px 0 10px #c9c9c9;
}

@media screen and (max-width: 1040px) {
	.blockitem div.status {
		
	}
	.blockitem div.descr {
	    padding-bottom: 0px;
	}
}

@media screen and (max-width: 768px) {
	.blockitem>div>div.descr {
		padding: 40px 10px 10px 10px;
		font-size: 15px;
	}
	.blockitem>div>div.descr>div.title {
		font-size: 18px;
	}
	.blockitem div.descr div.descrhref {
		font-size: 100%
	}
	
}

@media screen and (max-width: 480px) {
	.blockitem div.status {
		display: block;
		position: absolute;
		bottom: 16px;
		right: 10px;
		margin-left: 0px;
	}
	.blockitem div.descr {
	    
	}
}


