@media (min-width: 480px) {
	.sort-panel {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
.sort-panel__title {
	display: none;
}
@media (min-width: 801px) {
	.sort-panel__title {
		display: block;
		font-size: 15px;
		font-weight: 500;
		color: #2e2e2e;
		line-height: 1;
		margin-right: 10px;
	}
}
.sort-panel__links {
	display: none;
}
@media (min-width: 1281px) {
	.sort-panel__links {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
}
.sort-panel .sort-panel__item {
	font-size: 15px;
	color: #2e2e2e;
	line-height: 1.4;
	margin-left: 10px;
}
.sort-panel .sort-panel__item:not(:last-child) {
	padding-right: 10px;
	border-right: 1px solid #dfdfdf;
}
.sort-panel .sort-panel__item:not(.sort-panel .sort-panel__item_active):not(:hover) {
	text-decoration: none;
}
.sort-panel .sort-panel__item_active {
	font-size: 15px;
	color: #8a8a8a;
}
.sort-panel__select {
	padding: 11px 10px;
	font-size: 13px;
	border: none;
}
.sort-panel__select-box {

}
@media (min-width: 1281px) {
	.sort-panel__select {
		padding: 8px 15px;
		font-size: 14px;
	}
}
@media (min-width: 1281px) {
	.sort-panel__select-box {
		display: none;
	}
}
.switcher-view {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.switcher-view__item {
	font-size: 15px;
	color: #2e2e2e;
	opacity: 0.3;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.switcher-view__item:not(:first-child) {
	margin-left: 10px;
}
.switcher-view__item:not(.switcher-view__item_active) {
	text-decoration: none;
}
.switcher-view__item_active, .switcher-view__item:hover {
	opacity: 1;
	font-size: 15px;
	color: #8a8a8a;
}
.switcher-view__item-text {
	padding-left: 10px;
	line-height: 1.4;
}
.switcher-view__item:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url("/bitrix/templates/appsweb/img/svg_sprite.svg#list");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.switcher-view__item_tile:before {
	background-image: url(/bitrix/templates/appsweb/img/svg_sprite.svg#tile);
}
.switcher-view__item_list:before {
	background-image: url(/bitrix/templates/appsweb/img/svg_sprite.svg#list);
	background-position: 50% 20%;
	width: 23px;
	height: 20px;
}
.switcher-view__item_table:before {
	background-image: url(/bitrix/templates/appsweb/img/svg_sprite.svg#burger_grey);
	width: 29px;
}