

/* Start:/local/templates/supertex/components/bitrix/catalog/bootstrap_v4/style.css?17585240252485*/
.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;
}


/* простые вкладки */
.stx-tabs {
	display: flex;
	gap: 16px;
}

.stx-tab {
	cursor: pointer;
	font-weight: 500;
	color: #3B3C3B;
	text-decoration: none;
	transition: color 0.2s ease;
	background: transparent;
}

.stx-tab.active {
	color: #EF7736;
	opacity: 1;
}

.stx-tabpane {
	display: none;
}

.stx-tabpane.active {
	display: block;
}

/* выравнивание заголовка и стрелок как в макете */
.stx-similar-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;

}

.stx-similar-title {
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
	color: #3171C6;
	text-transform: uppercase;
}



@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%;
	}

	.stx-chip {

		margin: -6px 0 6px 0;
	}

	.stx-tabs {
		margin: 16px 0 0 0;
		display: flex;
		gap: 16px;
	}

	.similar {
		
	}
}
















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

	.stx-toolbar {
		margin-bottom: -28px !important;
	}

	.mb-mobile--n10 {
		margin-bottom: -10px !important;
	}
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #3B3C3B;
}

#stx-sort-select {
	color: #3B3C3B;
}


.stx-composition {
	margin: 12px 0 24px;
}

.stx-chips {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.stx-chip {
	display: inline-block;
	padding: 10px 16px;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	background: #fff;
	color: #3B3C3B;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
	margin-top: -12px;
}

.stx-chip:hover {
	box-shadow: 0 6px 24px rgba(20, 31, 51, .06);
}

.stx-chip.is-active {
	background: #EF7736;
	color: #fff;
	border-color: #EF7736;
}

.smart-filter-popup-result {
	display: none !important;
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175520816651*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/supertex/components/bitrix/catalog/bootstrap_v4/style.css?17585240252485 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175520816651 */
