.sorter {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	line-height: 140%;
}

.sorter>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sorter__header {
	margin-right: 16px;
}

.sorter>div a {
	margin-right: 24px;
	transition: 0.3s ease-out;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #4D4D4D;
}

.sorter>div a:hover {
	opacity: 0.6;
}

.sorter>div a:last-child {
	margin-right: 0;
}

.sorter__right-block>.sorter__active {
	color: #8F8F8F;
}

.sorter__inner-left-block>a.sorter__active:before {
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%229%22%20viewBox%3D%220%200%2010%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.19043%204.76185L3.47614%207.04757L8.80948%201.71423%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
	background-color: #D2333D;
	box-shadow: none;
}

.sorter__inner-left-block>a:before {
	content: '';
	padding: 10px;
	background-color: #F8F8F8;
	box-shadow: inset 0px 0px 0px 1px #ECECEC;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center 6px;
	display: inline-block;
	margin-right: 12px;
}

.filter-tags {
	margin-bottom: 32px;
}

.filter-tags__inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.filter-tags__item-name {
	margin-right: 5px;
}

.filter-tags__item {
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 34px;
	padding: 7px 12px;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	color: #3D3D3D;
}

.filter-tags__list-item-values {
	display: flex;
}

.filter-tags__delete {
	display: flex;
	margin-left: 4px;
	transition: 0.2s ease-out;
}

.filter-tags__delete:hover {
	opacity: 0.4;
}

.filter-tags__reset-all {
	margin: 4px;
}

.filter-tags__reset-all:hover {
	opacity: 0.5;
}

.block-feature-product {
	margin-bottom: 80px;
}

.popup-window.popup-window-with-titlebar {
	padding: 20px;
	border-radius: 8px;
	align-items: flex-start;
	width: 350px;
}

.popup-window-titlebar {
	height: 100%;
}

.popup-window-with-titlebar .popup-window-content {
	padding: 0;
	margin-bottom: 34px;
}

.popup-window-with-titlebar .popup-window-content>div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.popup-window-titlebar {
	margin-bottom: 24px;
}

.popup-window-close-icon:after {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 6L6 18' stroke='%23A5A5A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 6L18 18' stroke='%23A5A5A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
}

.popup-window-titlebar-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #1E1E1E;
	padding: 0;
}

.popup-window-with-titlebar .popup-window-content>div>img {
	border-radius: 4px;
	margin-bottom: 24px;
}

.popup-window-with-titlebar .popup-window-content>div>p {
	font-weight: 400;
	font-size: 15px;
	line-height: 140%;
	color: #1E1E1E;
	text-align: start;
}

.popup-window-buttons {
	padding: 0;
}

.popup-window-buttons>.btn {
	background: #D2333D;
	border-radius: 4px;
	padding: 12px 17px;
	font-weight: 500;
	font-size: 15px;
	line-height: 120%;
	text-align: center;
	color: #FFFFFF;
}

.list-view {
	margin-bottom: 80px;
}

.bottom-description-iblock>h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 38px;
	color: #1E1E1E;
}

.bottom-description-iblock>p:not(:last-child) {
	margin-bottom: 18px;
}

.bottom-description-iblock {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 60px;
}

@media(max-width:1200px) {
	.sorter>div a {
		font-size: 13px;
	}

	.sorter__header {
		margin-right: 10px;
	}
}

@media(min-width:992px) {}

@media(max-width:991px) {
	.sorter__header {
		display: none;
	}

	.sorter {
		display: flex;
		flex-direction: column;
	}



	.sorter__left-block {
		margin-bottom: 21px;
	}

	.filter-tags {
		margin-bottom: 20px;
	}

	.breadcrumb-page {
		margin: 16px 0;
	}

	.sorter>.sorter__left-block {
		justify-content: space-between;
	}
}

@media(max-width:991px) and (min-width:777px) {
	.filter-tags__item {
		padding: 4px 8px;
	}

	.filter-tags__item {
		font-size: 12px;
	}
}

@media (max-width:767px) {
	.catalog__inner {
		display: flex;
		flex-direction: column;
	}

	.catalog__inner>.float-right {
		order: 1;
	}
}

@media(max-width:575px) {
	.list-view {
		margin-bottom: 64px;
	}

	.bottom-description-iblock {
		margin-bottom: 40px;
	}
}