/* Страница брендов */
.about-brands {
	margin-top: 3rem;
}

.about-brands__text {
	margin-top: 2rem;
	max-width: 773px;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	color: #39393b;
}

.about-brands__info {
	justify-content: space-between;
}

.about-brands__right {
	width: 432px;
	height: 230px;
	border-radius: 0.5rem;
	background-color: #f5f5fa;
	color: #553285;
	text-align: center;
	align-content: center;
}

.about-brands__right_top {
	font-size: 70px;
	font-weight: 300;
	line-height: 90px;
}

.about-brands__right_bottom {
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	width: 26rem;
}

.material-category__section {
	margin-top: 5rem;
}

.material-category__wrap_buttons,
.material-subcategories__wrap_buttons {
	margin-top: 1rem;
}

.about-brands__mobile {
	display: none;
}

.material-category__wrap_buttons .location_regions {
	display: block;
}

.material-category__wrap_buttons .location_regions .btn {
	margin: 0.5rem 0.4rem 0 0;
}

.material-subcategories__wrap_buttons .location_regions .btn {
	margin: 0.5rem 0.4rem 0 0;
}

.brands-search {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brands-search__wrap_input {
	position: relative;
	width: max-content;
}

.search-icon {
	width: max-content;
	display: block;
	position: absolute;
	top: 4px;
	right: 5px;
}

.brands-search__input {
	width: 260px;
	height: 34px;
	border: 1.5px solid #e7e4ed;
	border-radius: 0.5rem;
	padding: 0.5rem 3.5rem 0.5rem 1rem;
}

.brands-search__input:focus::placeholder {
	opacity: 0;
}

.brands-search__input::placeholder {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.brands-search__input:focus {
	background: rgb(255, 255, 255);
	border: 1px solid #e7e4ed;
}

.brands-search__quantity {
	color: #9f9fa2;
	font-weight: 300;
	font-size: 18px;
}

.brands-search__mobile_section {
	display: none;
}

.brands-section {
	margin: 0;
}

.brands-wrap {
	border: 1.5px solid #e7e4ed;
	border-radius: 0.5rem;
	padding: 2rem 2.5rem;
	width: 320px;
	margin-bottom: 1.3rem;
}

.brands-link__item {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brands-link__item svg {
	width: max-content;
}

.brands-wrap .brands-search__quantity {
	margin-top: 0.55rem;
}

.brands-section .btn {
	margin-top: 0.7rem;
	width: 100%;
	background-color: #fff;
	border: 1.5px solid #e7e4ed;
	color: #39393b;
	margin-bottom: 8rem;
}

.brands-search__input .in_reset {
	display: none;
}

.btn_category.active {
	background-color: #553285;
	color: #fff;
}

.btn_category {
	background-color: #f5f5fa;
	color: #553285;
	padding: 0 20px !important;
	font-weight: 300;
	font-size: 18px;
	height: 50px;
}

.btn_category:hover {
	background-color: #553285;
	color: #fff;
}

@media screen and (max-width: 1399px) {
	.about-brands__text {
		font-size: 22px;
		max-width: 600px;
	}

	.about-brands__right {
		width: 366px;
	}

	.about-brands__right_bottom {
		width: 100%;
	}

	.material-category__section {
		margin-top: 3rem;
	}

	.brands-search__section {
		margin-top: 0rem;
	}
}

@media screen and (max-width: 1199px) {
	.about-brands__right {
		width: 300px;
	}
}

@media (max-width: 991px) {
	.about-brands {
		margin-top: 1.7rem;
	}

	.material-category__section,
	.brands-search__section {
		display: none;
	}

	.about-brands__mobile,
	.brands-search__mobile_section {
		display: block;
	}

	.about-brands__mobile .m_title {
		font-size: 32px;
		font-weight: 300;
		line-height: 38px;
		color: #39393b;
	}

	.about-brands__mobile .accent {
		font-style: normal;
		color: #553285;
	}

	.about-brands__mobile__text {
		font-weight: 300;
		margin-top: 0.8rem;
		font-size: 14px;
		color: #5b5b5d;
		line-height: 18px;
	}

	.brands-search {
		display: grid;
		align-items: center;
		justify-content: normal;
	}

	.brands-search__wrap_input {
		width: 100%;
	}

	.brands-search__input {
		width: 100%;
	}

	.mobile-material__category_filter {
		display: flex;
		justify-content: space-between;
		margin-top: 1rem;
		align-items: center;
	}

	.mobile-material__category_icon {
		display: inherit;
		align-items: center;
	}

	.brands-search__quantity {
		font-size: 14px;
	}

	.mobile-material__category_wrap_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mobile-material__category_list_title {
		text-transform: uppercase;
		font-size: 18px;
		color: #39393b;
		font-weight: 300;
	}

	.reset-filters {
		font-weight: 300;
		color: #553285;
		text-decoration: underline;
		font-size: 14px;
	}

	.mobile-material__title {
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		color: #39393b;
		margin-bottom: 1rem;
	}

	.mobile-material__sub_category {
		margin-top: 2rem;
	}

	.apply-filter {
		width: 100%;
	}

	.mobile-material__category_wrap_list {
		position: fixed;
		top: 3.1rem;
		left: 0;
		width: 100%;
		height: calc(100vh - 3rem);
		background: white;
		z-index: 1000;
		/* overflow-y: auto; */
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		padding-bottom: 1rem;
	}

	.mobile-material__category_wrap_list.active {
		transform: translateX(0);
	}

	.category-list__close {
		padding: 0.5rem;
	}

	.radio-item {
		display: flex;
		align-items: center;
		gap: 5px;
		padding-bottom: 0.5rem;
	}

	.radio-item input[type="radio"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 18px;
		height: 18px;
		border: 2px solid #562e8d;
		border-radius: 50%;
		outline: none;
		cursor: pointer;
		position: relative;
		flex-shrink: 0;
		transition: all 0.2s;
	}

	.radio-item input[type="radio"]:checked {
		border-color: #562e8d;
		background-color: white;
	}

	.radio-item input[type="radio"]:checked::after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #562e8d;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.radio-label {
		font-weight: 300;
		font-size: 14px;
		line-height: 16px;
		color: #39393b;
	}

	.brands-wrap {
		padding: 1.1rem;
		width: 100%;
	}

	.brands-link__item {
		font-size: 14px;
	}

	.brands-link__item svg {
		display: none;
	}

	.brands-search__input::placeholder {
		font-size: 14px;
		line-height: 18px;
	}

	.brands-section .btn {
		margin-bottom: 1.3rem;
	}
}

.brand_search_input {
	position: relative;
}

.brand_search_input .in_reset__brand {
	display: none;
	position: absolute;
	right: 30px;
	top: 1px;
	width: max-content;
	color: #9f9fa2;
	background-color: transparent;
	padding: 0.5rem;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}
/* END Страница брендов */

/* Страница Бренда */
.single-brand .breadcrumbs {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.about-brand {
	margin-top: 2rem;
}

.about-brand > div:first-child {
	width: max-content;
}

.about-brand__img {
	border: 1.2px solid #e7e4ed;
	border-radius: 0.5rem;
	width: 320px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.about-brand__img img {
	object-fit: cover;
	object-fit: unset;
	margin: auto;
	max-width: 70%;
	max-height: 70%;
}

.about-brand__desc {
	font-size: 18px;
	font-weight: 300;
	margin-left: 1.5rem;
	line-height: 24px;
}

.material-category__section {
	margin-top: 3rem;
}

.material-category__wrap_buttons,
.material-subcategories__wrap_buttons {
	margin-top: 1rem;
}

.about-brand__mobile {
	display: none;
}

.material-category__wrap_buttons .location_regions {
	display: block;
}

.material-category__wrap_buttons .location_regions .btn {
	margin: 0.5rem 0.4rem 0 0;
}

.material-subcategories__wrap_buttons .location_regions .btn {
	margin: 0.5rem 0.4rem 0 0;
}

.brand-section {
	margin: 0;
}

.brand-wrap {
	border: 1.5px solid #e7e4ed;
	border-radius: 0.5rem;
	padding: 2rem 2.5rem;
	width: 320px;
	margin-bottom: 1.3rem;
}

.brand-link__item {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.brand-link__item svg {
	width: max-content;
}

.brand-section .btn {
	margin-top: 2.5rem;
	width: 100%;
}

.brands-search__mobile_section {
	display: none;
}

.brand-product__section .catalog_results .good_item {
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	margin-bottom: 1.3rem;
	height: calc(100% - 20px);
}

.brand-sort__section {
	margin-top: 1rem;
}

.brand-sort__price {
	display: flex;
	gap: 1.5rem;
	font-weight: 300;
}

.brand-sort__price .active {
	font-weight: 400;
}

.brand-sort__price div {
	cursor: pointer;
}

.brand-sort__quantity {
	text-align: end;
	color: #9f9fa2;
	font-weight: 300;
}

.progres-bar__quantity {
	color: #9f9fa2;
	font-weight: 300;
	text-align: center;
}

.progres-bar {
	justify-content: center;
	display: flex;
	margin-top: 1rem;
}

.progres-bar__line {
	display: block;
	width: 320px;
	border-bottom: 2px solid #e7e4ed;
	position: relative;
}

.progres-bar__progress {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: 2px solid #553285;
	height: 100%;
}

.progres-bar__section .btn {
	width: 100%;
	margin-top: 2rem;
}

.no-brand__section {
	text-align: center;
	justify-content: center;
	display: grid;
	position: relative;
	margin-top: 3rem;
}

.no-brand__line {
	border-top: 1.5px solid #e7e4ed;
	position: absolute;
	width: 100%;
}

.no-brand {
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	color: #9f9fa2;
	line-height: 30px;
	width: 630px;
	margin-top: 8rem;
	margin-bottom: 2rem;
}

.no-brand__section .btn {
	width: max-content;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7rem;
}

.btn_category.active {
	background-color: #553285;
	color: #fff;
}

.btn_category {
	background-color: #f5f5fa;
	color: #553285;
	padding: 0 20px !important;
	font-weight: 300;
	font-size: 18px;
	height: 50px;
}

.btn_category:hover {
	background-color: #553285;
	color: #fff;
}

.progres-bar__section .btn {
	margin-top: 2.5rem;
	width: 100%;
	background-color: #fff;
	border: 1.5px solid #e7e4ed;
	color: #39393b;
	margin-bottom: 8rem;
}

.btn_category:hover {
	background-color: #553285;
	color: #fff;
}

.brands-img {
	width: 240px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.brands-img img {
	max-width: 70%;
	max-height: 70%;
	object-fit: contain;
	margin: auto;
}

.brands-img picture[title="LUXORS"] img {
	max-width: 50%;
}

.about-brand__img picture[title="LUXORS"] img {
	max-width: 30%;
}

@media screen and (max-width: 1399px) {
	.material-category__section {
		margin-top: 3rem;
	}
}

@media (max-width: 991px) {
	.progres-bar__section .btn {
		margin-top: 1.5rem;
		margin-bottom: 1.3rem;
	}

	.add-to-favorite,
	.del-to-favorite {
		background: none;
	}

	.material-category__section,
	.brand-sort__desktop {
		display: none;
	}

	.about-brand {
		display: block;
		margin-top: 1rem;
	}

	.about-brand__img {
		width: 160px;
		height: 75px;
	}

	.about-brand__desc {
		margin-left: 0;
		margin-top: 1.5rem;
		line-height: 18px;
		font-size: 14px;
	}

	.about-brand__mobile .m_title {
		font-size: 32px;
		font-weight: 300;
		line-height: 38px;
		color: #39393b;
	}

	.brands-search__mobile_section {
		display: block;
	}

	.mobile-material__category_filter {
		display: flex;
		margin-top: 1rem;
		align-items: center;
		gap: 1rem;
	}

	.mobile-material__category_icon {
		display: inherit;
		align-items: center;
	}

	.mobile-material__category_wrap_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.mobile-material__category_list_title {
		text-transform: uppercase;
		font-size: 18px;
		color: #39393b;
		font-weight: 300;
	}

	.reset-filters {
		font-weight: 300;
		color: #553285;
		text-decoration: underline;
		font-size: 14px;
	}

	.mobile-material__title {
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		color: #39393b;
		margin-bottom: 1rem;
	}

	.mobile-material__sub_category {
		margin-top: 2rem;
	}

	.apply-filter {
		width: 100%;
	}

	.mobile-material__category_wrap_list {
		position: fixed;
		top: 3.1rem;
		left: 0;
		width: 100%;
		height: calc(100vh - 3rem);
		background: white;
		z-index: 1000;
		/* overflow-y: auto; */
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		padding-bottom: 1rem;
	}

	.mobile-material__category_wrap_list.active {
		transform: translateX(0);
	}

	.category-list__close {
		padding: 0.5rem;
	}

	.radio-item {
		display: flex;
		align-items: center;
		gap: 5px;
		padding-bottom: 1rem;
	}

	.radio-item input[type="radio"] {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 18px;
		height: 18px;
		border: 2px solid #562e8d;
		border-radius: 50%;
		outline: none;
		cursor: pointer;
		position: relative;
		flex-shrink: 0;
		transition: all 0.2s;
	}

	.radio-item input[type="radio"]:checked {
		border-color: #562e8d;
		background-color: white;
	}

	.radio-item input[type="radio"]:checked::after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #562e8d;
		border-radius: 50%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.radio-label {
		font-weight: 300;
		font-size: 18px;
		line-height: 16px;
		color: #39393b;
	}

	.brand-wrap {
		padding: 1.1rem;
		width: 100%;
	}

	.brand-link__item {
		font-size: 14px;
	}

	.brand-link__item svg {
		display: none;
	}

	.mobile-material__sort_icon {
		display: inherit;
		align-items: center;
	}

	.mobile-material__sort_wrap_list {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		z-index: 1000;
		overflow: hidden;
		transition: height 0.3s ease-in-out;
	}

	.mobile-material__sort_wrap_list.active {
		height: 170px;
		/* Высота контента */
	}

	.mobile-material__sort_list {
		height: 150px;
		background: white;
		border-radius: 1rem 1rem 0 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		transform: translateY(100%);
		transition: transform 0.3s ease-in-out;
		padding: 2.3rem 1.5rem;
	}

	.mobile-material__sort_wrap_list.active .mobile-material__sort_list {
		transform: translateY(0);
	}

	/* Затемнение фона */
	.mobile-material__sort_wrap_list::before {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.3);
		opacity: 0;
		transition: opacity 0.3s ease-in-out;
		pointer-events: none;
	}

	.mobile-material__sort_wrap_list.active::before {
		opacity: 1;
		pointer-events: auto;
	}

	.no-brand__section {
		margin-top: 2rem;
	}

	.no-brand {
		width: 100%;
		margin-top: 3rem;
		margin-bottom: 1.5rem;
	}

	.no-brand__section .btn {
		margin-bottom: 2rem;
	}
}
/* END Страница Бренда */

@media (max-width: 768px) {
	.mobile-material__sort {
		display: grid;
		align-items: center;
		gap: 5px;
		padding-bottom: 1rem;
		justify-content: left;
	}

	.orderby-option.btn {
		display: inline-flex;
		align-items: center;
		text-decoration: none;
		font-weight: 300;
		font-size: 18px;
		line-height: 16px;
		color: #39393b;
		padding-left: 28px;
		position: relative;
		cursor: pointer;
		justify-content: left;
	}

	.orderby-option.btn::before {
		content: "";
		width: 18px;
		height: 18px;
		border: 2px solid #562e8d;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		background-color: white;
		transition: all 0.2s;
	}

	.orderby-option.btn.active::before {
		border-color: #562e8d;
		background-color: white;
	}

	.orderby-option.btn.active::after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		background-color: #562e8d;
		border-radius: 50%;
		top: 50%;
		left: 5px;
		transform: translateY(-50%);
	}

	.brands-img {
		width: 100%;
		height: 94px;
	}

	.mobile-material__category_list_wrap {
		overflow-y: auto;
		height: calc(100vh - 14.2rem);
		height: calc(100dvh - 14.2rem);
	}
}

.about-brands__info {
    position: relative;
}

h2.m_title.m_title__h2 {
	position: absolute;
	right: 12px;
	top: 0;
	width: 432px;
	height: 230px;
	border-radius: 0.5rem;
	background-color: #f5f5fa;
	color: #553285;
	text-align: center;
	align-content: center;
}

h2.m_title.m_title__h2 em {
	font-style: normal;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-transform: uppercase;
	padding-left: 5rem;
	padding-right: 5rem;
	display: block;
}

span.pc-accent {
	display: block;
	font-size: 70px;
	font-weight: 300;
	line-height: 90px;
}
@media (max-width: 991px) {
	.m_title {
		font-size: 32px;
		font-weight: 300;
		line-height: 38px;
		color: #39393b;
	}
	.m_title__h1,
	.m_title__h2 {
		display: inline;
	}

	.m_title__h1::after {
		content: ": ";
	}

	.m_title__brands {
		position: relative;
	}
	h2.m_title.m_title__h2 {
		position: relative;
		right: 0;
		width: auto;
		height: auto;
		border-radius: 0;
		background-color: transparent;
		text-align: left;
		align-content: center;
	}
	h2.m_title.m_title__h2 em {
		font-style: normal;
		font-size: 32px;
		font-weight: 300;
		line-height: 30px;
		text-transform: uppercase;
		padding-left: 0;
		padding-right: 0;
		display: inline;
	}
	span.pc-accent {
		display: contents;
		font-size: 32px;
		font-weight: 300;
		line-height: 0;
	}
	.about-brands__text {
        font-weight: 300;
        margin-top: 0.8rem;
        font-size: 14px;
        color: #5b5b5d;
        line-height: 18px;
    }
}
