.attributes {
	background-color: #FFF;
	bottom: 0;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(-100%);
	transition: .5s;
	z-index: 200;
}
.attributes.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.attributes__closure {
	background-color: #000;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	position: relative;
	width: 30px;
}
.attributes__closure::before,
.attributes__closure::after {
	background-color: #FFF;
	content: '';
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	width: 20px;
}
.attributes__closure::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.attributes__closure::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.attribute {
	margin-bottom: 10px;
	padding: 10px 5px;
}

.attributes__filter-button {
	display: block;
	margin: 10px 8px 10px 0;
}
.attributes__reset-link {
	display: block;
	margin: 10px 0;
}

.products-list-views__sortings {
	margin: 15px 0;
}
.products-list_views__sortings-title {
	display: block;
	font-size: .875rem;
}
.products-list-views__sorting-field {
	width: 100%;
	height: 30px;
	margin: 10px 0;
	border: solid 1px #c1c1c1;
	background-color: #FFF;
}

.products-list {
	padding: 10px 0;
}

.products-list-item {
	width: 280px;
}

.product-info__images {
	padding: 0 20px;
	overflow-x: hidden;
	position: relative;
}

.product-info__images-container {
	margin-bottom: 20px;
	position: relative;
}

.product-info__image-container {
	overflow: hidden;
	outline: none;
}
.product-info__image-container > img {
	height: auto;
	margin: 0 auto;
	max-height: 300px;
	max-width: 100%;
}

.product-info__images-container .slick-arrow {
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	font-size: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 30px;
	z-index: 1;
}
.product-info__images-container .slick-prev {
	background-image: url('/static/_ext_blocks/Catalog/img/product-scroller-arrow-left.png');
	left: 0;
}
.product-info__images-container .slick-next {
	background-image: url('/static/_ext_blocks/Catalog/img/product-scroller-arrow-right.png');
	right: 0;
}

.catalog-backlink {
	display: block;
	margin: 20px 0;
	padding: 10px;
	font-size: 14px;
	color: #343434 !important;
	background-color: #FFF;
	border: 1px solid #c2c2c2;
	text-decoration: none;
	border-radius: 2px;
	text-align: center;
}

.categories-tree {
	margin-top: 10px;
}
.catalog-block__categories:not(.active) .categories-tree {
	display: none;
}