.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-family: var(--main-font-semi-bold);
	font-size: 32px;
	line-height: 40px;
	color: var(--color-black);
	text-align: left;
	margin: 0 0 32px 0;
	padding: 5px 0;

	color: var(--color-black);
}

.catalog-title h1 {
	font-family: var(--main-font-medium);
	font-size: 48px;
	line-height: 52px;
	color: var(--color-black);
	margin: 0 0 20px 0;
}


/* новые стили для каталога 2026 - начало */
.catalog-2026 .tag-list .zverushki-tags > li a {
	font-family: var(--main-font-medium);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding: 8px 20px;
	background: rgba(232, 232, 232, 1);
	border: 1px solid rgba(232, 232, 232, 1);
}

.catalog-2026 .tag-list .zverushki-tags > li a:hover {
	border: 1px solid var(--color-black);
}

.catalog-2026__catalog-holder {
	display: flex;
	flex-wrap: nowrap;
}

.catalog-2026__catalog-filter {
	flex: 0 0 305px;
	padding: 0 40px 0 0;
}

.catalog-2026__catalog-element-list {
	flex: 0 0 calc(100% - 305px);
	padding: 0 0 0 20px;
}

.catalog-2026 .catalog-section-card-holder {
	grid-template-columns: repeat(4, 1fr);
}

.catalog-2026 .tag-list {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

.pre-section-block__container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px 0;
}

.pre-section-block--sort-only .pre-section-block__container {
	justify-content: flex-end;
}

.pre-section-block--sort-only .show-per-page {
	display: none;
}

.show-per-page__text {
	display: flex;
	align-items: center;
	font-family: var(--main-font-medium);
	color: var(--color-black);
	font-size: 14px;
	line-height: 20px;
}

.show-per-page__text-value {
	margin: 0 4px 0 8px;
}

.show-per-page__text-ico {
	cursor: pointer;
	transition: 0.2s ease;
}

.show-per-page__text-ico.active {
	transform: rotate(180deg);
}

.show-per-page__container {
	position: relative;
}

.show-per-page__group {
	display: none;
	 position: absolute;
	 top: 20px;
	 right: -5px;
	 width: fit-content;
	 height: auto;
	 z-index: 20;
	 padding: 8px;
	 background: #fff;
	 border-radius: 4px;
	 -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);

}

.show-per-page__item {
	display: block;
	text-decoration: none;
	font-family: var(--main-font-medium);
	color: var(--color-black);
	font-size: 12px;
	margin: 0 0 6px 0;
	transition: 0.2s ease;
	cursor: pointer;
} 

.show-per-page__item:hover {
	opacity: 0.7;
	color: var(--color-black);
}

.show-per-page__item:last-child {
	margin: 0;
}

.catalog-sort-by {
	position: relative;
}

.catalog-sort-by__current {
	display: flex;
	align-items: center;
}

.catalog-sort-by__current-value {
	font-family: var(--main-font-medium);
	color: var(--color-black);
	font-size: 14px;
	line-height: 20px;
	margin: 0 8px 0 0;
}

.catalog-sort-by__icon {
	cursor: pointer;
}

.catalog-sort-by__list {
	display: none;
	font-family: var(--main-font-medium);
	color: var(--color-black);
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	position: absolute;
	top: 30px;
	right: 0;
	width: 100%;
	z-index: 20;
}

.catalog-sort-by__list-item {
	display: block;
	margin: 0 0 10px 0;
	cursor: pointer;
	transition: 0.2s ease;
}

.catalog-sort-by__list-item:hover {
	opacity: 0.7;
}

.catalog-sort-by__list-item:last-child {
	margin: 0;
}

.catalog-2026__description * {
	font-family: var(--main-font-medium);
	color: var(--color-black);
}

.catalog-2026__description {
	margin: 0 0 60px 0;
}

.catalog-2026__description ul {
	list-style: none;
	padding-left: 0; 
}

.catalog-2026__description ul li {
    position: relative;
    padding-left: 20px;
}

.catalog-2026__description ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: rgba(255, 240, 64, 1);
}

.smart-filter-mob-header,
.catalog-filter-mob-call-btn {
	display: none;
}

@media(max-width: 1000px) {
	.catalog-2026 .zverushki-tags {
		margin: 0 -5px;
	}

	.catalog-2026 .tag-list .zverushki-tags > li a {
		font-size: 12px;
		line-height: 16px;
		padding: 6px 16px;
	}

	.catalog-2026 .smart-filter-section--alt {
		position: static;
	}

	.catalog-2026__catalog-filter {
		width: 100%;
		padding: 0;
		position: fixed;
		top: 59px;
		left: -100%;
		z-index: 100;
		height: calc(100vh - 127px);
		overflow-y: auto;
		background: #fff;
		transition: 0.3s ease;
	}

	.catalog-2026__catalog-filter.active {
		left: 0;
	}

	.smart-filter-mob-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0 0 10px 0;
	}

	.smart-filter-mob-name {
		display: block;
		font-family: var(--main-font-medium);
		color: var(--color-black);
		font-size: 18px;
		text-transform: uppercase;
	}

	.catalog-2026 .smart-filter-section--alt {
		height: auto;
	}

	.catalog-2026__catalog-filter .row {
		margin-right: 0;
		margin-left: 0;
	}

	.catalog-2026__catalog-filter .row .col {
		padding-left: 0;
		padding-right: 0;
	}

	.smart-filter-mob-close-cross {
		width: 24px;
		height: 24px;
		position: relative;
		cursor: pointer;
	}

	.smart-filter-mob-close-cross::before,
	.smart-filter-mob-close-cross::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background: var(--color-black);
	}

	.smart-filter-mob-close-cross::before {
		top: 12px;
		transform: rotate(45deg);
	}

	.smart-filter-mob-close-cross::after {
		bottom: 10px;
		transform: rotate(135deg);
	}

	.catalog-2026 .smart-filter-form__container .smart-filter-parameters-box-title-text {
		font-size: 14px;
		line-height: 16px;
	}

	div.smart-filter-parameters-box-title--price + .smart-filter-block {
		margin: 0;
		padding: 12px 0 0 0;
	}

	.smart-filter-form .max-price, 
	.smart-filter-form .min-price {
		font-size: 12px;
		line-height: 16px;
	}

	div.smart-filter-parameters-box:not(.smart-filter-form__toggle-switch):not(.smart-filter-parameters-box-title--price) {
		margin: 0 0 10px 0;
	}

	div.smart-filter-form__toggle-switch {
		margin   10px 0;
	}

	div.smart-filter-form__toggle-switch + .smart-filter-form__item--default {
		margin: 14px 0 0px 0 !important;
	}

	div.smart-filter-parameters-box-container .form-check-label {
		font-size: 12px;
		line-height: 16px;
	}

	div.smart-filter-form__container .smart-filter-parameters-box-title::after {
		top: 14px;
	}

	div.smart-filter-section--alt #set_filter {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 12px 0;
	}

	div.smart-filter-section--alt #del_filter {
		font-size: 16px;
		line-height: 18px;
	}

	.catalog-2026 .smart-filter-section--alt {
		border-bottom: none;
	}

	.catalog-2026__catalog-element-list {
		flex: 0 0 100%;
		padding: 0;
	}

	.catalog-2026 .catalog-section-card-holder {
		grid-template-columns: repeat(2, 1fr);
	}

	.show-per-page__text {
		font-size: 12px;
	}

	.catalog-sort-by__current-value {
		display: none;
	}

	.catalog-sort-by__list {
		width: 150px;
		padding: 0;
		top: 32px;
		overflow: hidden;
	}

	.catalog-sort-by__icon,
	.catalog-filter-mob-call-btn  {
		width: 32px;
		height: 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(93, 96, 95, 1);
		border-radius: 2px;
	}

	.catalog-sort-by__list-item {
		margin: 0;
		padding: 8px;
	}

	.catalog-sort-by__list-item.active {
		background: rgba(232, 232, 232, 1);
	}

	.pre-section-block__wrapper {
		display: flex;
		align-items: center;
		gap: 12px;
	}

	.catalog-2026 .product-item--project .product-item-title a {
		line-height: 20px;
		display: -webkit-box;
		-webkit-line-clamp: 2;      
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.catalog-2026 .label-box {
		top: 0;
		left: 0;
	}

	.catalog-2026__description p,
	.catalog-2026__description ul li {
		font-size: 14px;
	}

	.catalog-2026__description h2, 
	.catalog-2026__description h3 {
		font-size: 20px;
	}

	.catalog-2026__description ul li::before {
		top: 7px;
	}
}

/* новые стили для каталога 2026 - конец */


