.social a.ok {
	background: url('/bitrix/templates/expert/images/nn/icon-ok.png') no-repeat;
	background-position: 0 -1px;
}

.social a.ok:hover {
	background-position: 0 -40px;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background: url('/bitrix/templates/expert/images/nn/arrow-up.png') white no-repeat;
	background-size: auto auto;
	z-index: 999;
	background-size: 43px;
	transition: 0.6s;
	border-radius: 50%;
	background-position: -2px -2px;
}

.scrollup:hover {
	opacity: 1;
}

@media screen and (max-width: 992px) {
	.scrollup {
		right: 50px;
	}
}

@media screen and (max-width: 768px) {
	.scrollup {
		bottom: 10px;
	}
}

/*СТИЛИ ДЛЯ ПОИСКА*/
#search-form input[type="text"] {
	background: white url(/bitrix/templates/expert/css/../images/icon3.png) no-repeat 10px;
}

#search-place {

	background: #e5e5e5;
}

#search-place .wp {
	background: #e5e5e5;
}


/*СТИЛИ Проверен модератором*/
.product-seller span.accept-moder {
	background: url(/bitrix/templates/expert/css/../images/newicon17.png) no-repeat center left;
	color: #02873c;
}

/**/
#menu {
	min-height: 46px;
	position: relative;
	background: #f5f5f5;
	border-bottom: 4px solid #cccccc;
}

/*Ховер разделов*/
.section-link {
	transition: 0.3s;
}

.section-link:hover {
	color: #338dd5;
}