.product_list_selected_parametr {
	white-space: nowrap;
}

.product_list_selected_parametr.current_selected_colors p {
	border: 1px solid #d1d6dc;
	border-radius: 2px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.product_list_selected_parametr.current_selected_colors .inside_color {
	position: relative;
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_list_selected_parametr.current_selected_colors .inside_color button {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.product_list_selected_parametrs_slider_wrapper {
	position: relative;
}
.product_list_selected_parametrs_slider_flex {
	display: flex;
	gap: 12px;
}
.product_list_selected_parametrs_slider_flex:empty {
	display: none;
}
.product_list_selected_parametrs_slider_wrapper .hover-span {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px 8px;
	background: #2d343b;
	opacity: 0.8;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}

.product_list_selected_parametrs_slider_wrapper .hover-span::after {
	width: 0;
	content: '';
	position: absolute;
	height: 0;
	bottom: -6px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #2d343b;
}

/*fix front-end bugs*/

body .megamenu {
	/* z-index: 21; */
	z-index: 26;
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base,
.noUi-connects {
	width: 244px;
	height: 100%;
	position: relative;
	left: 1px;
	z-index: 1;
}
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}
.noUi-vertical .noUi-origin {
	top: -100%;
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.noUi-touch-area {
	height: 100%;
	width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-horizontal {
	height: 3px;
}
.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	right: -18px;
	top: -8px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}
.noUi-target {
	background: #fafafa;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-connects {
	border-radius: 3px;
}
.noUi-connect {
	background: #22445f;
}
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border-radius: 18px;
	background: #267af2;
	cursor: default;
}
.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}
[disabled] .noUi-connect {
	background: #b8b8b8;
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
	cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
.noUi-marker {
	position: absolute;
	background: #ccc;
}
.noUi-marker-sub {
	background: #aaa;
}
.noUi-marker-large {
	background: #aaa;
}
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	display: block;
	position: absolute;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}

.product_list_page {
	padding: 0 8px;
}
@media only screen and (min-width: 720px) {
	.product_list_page {
		padding: 0 12px;
	}
	.product_list_selected_parametrs_slider {
		min-width: 400px;
	}
}
@media only screen and (min-width: 992px) {
	.product_list_page {
		padding: 0 36px;
	}
	.single-tools .product_list_page {
		padding-right: 0;
	}
}
@media only screen and (min-width: 1440px) {
	.product_list_page {
		padding: 0 48px 48px 48px;
	}
}
.product_list_navigation_list {
	margin: 24px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
@media only screen and (min-width: 720px) {
	.product_list_navigation_list {
		margin-top: 36px;
		margin-bottom: 48px;
	}
}
@media only screen and (min-width: 1440px) {
	.product_list_navigation_list {
		margin-top: 24px;
		margin-bottom: 24px;
	}
}
.product_list_navigation_list li {
	color: #092c47;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}
.product_list_navigation_list li a {
	color: #0e6aed;
	cursor: pointer;
}
.product_list_navigation_list .home-svg {
	width: 12px;
	height: 10px;
}
.product_list_main_section {
	margin-bottom: 80px;
}

@media only screen and (min-width: 992px) {
	.product_list_main_section {
		margin-bottom: 120px;
	}
}
@media only screen and (min-width: 1440px) {
	.product_list_main_section {
		margin-bottom: 0;
	}
}
.product_list_main_section h1 {
	margin-bottom: 24px;
	text-align: center;
}
@media only screen and (max-width: 576px) {
	.product_list_main_section h1 {
		text-align: left;
	}
}
.product_list_main_section .horizontal-cards {
	padding: 0;
}
.product_list_selection_mobile {
	display: none;
	position: sticky;
	bottom: 0;
	left: 0;

	flex-direction: row;
	gap: 36px;
	width: 100%;
	padding: 20px 18px;
	align-items: stretch;
	justify-content: center;
	background: #fff;
	box-shadow: -1px -6px 22px 0 rgba(0, 0, 0, 0.13);
	z-index: 2;
}
@media only screen and (min-width: 720px) {
	.product_list_selection_mobile {
		padding: 20px 18px;
		padding: 10px 12px 10px 245px;
		justify-content: space-between;
		background-color: transparent;
		box-shadow: none;
	}
}
@media only screen and (min-width: 992px) {
	.product_list_selection_mobile {
		display: none;
	}
}
.btn_start_over {
	padding: 4px 8px;
	cursor: pointer;
	width: fit-content;
	display: flex;
	align-items: center;
	line-height: 24px;
	transition: 0.3s;
}
.btn_start_over svg {
	margin-right: 4px;
}
.mobile-start-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6f9ff;
	box-shadow: 0px 4px 4px 0px #0000001a;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: fixed;
	bottom: 72px;
	right: 85px;
	z-index: 9;
}
.product_list_selection_button {
	border-radius: 3px;
	background: #0e6aed;
	border: none;
	display: flex;
	padding: 4px 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	width: fit-content;
}

@media only screen and (min-width: 992px) {
	.product_list_selection_button {
		padding: 3px 8px;
		gap: 4px;
		font-size: 16px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 1399px) {
	.btn_start_over_desktop {
		display: none;
	}
}
@media only screen and (min-width: 1440px) {
	.product_list_selection_button,
	.btn_start_over_mobile {
		display: none;
	}
}
.product_list_selection_button img {
	width: 20px;
	height: 20px;
}
.product_list_open_sidebar_button {
	background-color: transparent;
	border: none;
	width: 32px;
	height: 32px;
}
@media only screen and (min-width: 720px) {
	.product_list_open_sidebar_button {
		width: 52px;
		height: 52px;
		background-color: #0e6aed;
		border-radius: 50%;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
		padding: 10px;
	}
}
.product_list_open_sidebar_button img {
	width: 32px;
	height: 32px;
}
@media only screen and (min-width: 720px) {
	.product_list_open_sidebar_button img {
		content: url(../images/product-list-icon/plus-white.svg);
	}
}
.product_list_open_sidebar_button.close_button img {
	content: url(../images/product-list-icon/delete.svg);
}
.product_list_selected_parametrs {
	display: none;
}
.product_list_selected_parametrs_mobile {
	display: block;
}
.product_list_selected_parametrs_mobile
	.product_list_selected_parametrs_slider {
	flex-wrap: wrap;
	position: static;
	padding: 0 16px;
}
@media only screen and (min-width: 992px) {
	.product_list_main_section h1 {
		margin-bottom: 12px;
	}
	.product_list_selected_parametrs.product_list_selected_parametrs_mobile {
		display: none;
	}
	.product_list_selected_parametrs {
		padding-top: 36px;
		display: flex;
		flex-direction: column;
		margin-bottom: 34px;
		position: sticky;
		z-index: 25;
		background: #fff;
		top: 0;
	}
	body.admin-bar .product_list_selected_parametrs {
		top: 32px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
	.product_list_selected_parametrs {
		margin-left: -36px;
		padding-left: 36px;
		padding-right: 36px;
		width: calc(100% + 72px);
		z-index: 5;
	}
	.product_list_selected_parametrs_second_line {
		border-bottom: 1px solid #e6e9ec;
	}
	.sidebar_sticky {
		z-index: 6;
	}
}
.product_list_selected_parametrs_first-line {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}
.product_list_selected_parametrs_first-line p {
	color: #8495a3;
	font-size: 14px;
	line-height: 20px;
}
.product_list_selected_parametrs_second_line {
	padding: 34px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}
@media only screen and (min-width: 1440px) {
	.product_list_selected_parametrs_second_line {
		padding-top: 14px;
		border-bottom: 1px solid #e6e9ec;
	}
}
.product_list_selected_parametrs_clear {
	min-width: 117px;
	padding: 5px 7px;
	border-radius: 4px;
	background-color: transparent;
	border: 1px solid #0e6aed;
	color: #0e6aed;
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
}
.product_list_selected_parametrs_slider_wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	position: relative;
}
.product_list_selected_parametrs_slider_wrapper button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 8px;
	border-radius: 50%;
	border: none;
	background-color: #0e6aed;
}
.product_list_selected_parametrs_slider_wrapper #turn-left {
	margin-right: 12px;
}

@media only screen and (min-width: 1440px) {
	.product_list_selected_parametrs_slider_wrapper #turn-left {
		margin-right: 16px;
	}
}
.product_list_selected_parametrs_slider_wrapper #turn-right {
	margin-left: 12px;
}
@media only screen and (min-width: 1440px) {
	.product_list_selected_parametrs_slider_wrapper #turn-right {
		margin-left: 16px;
	}
}
.product_list_selected_parametrs_slider_wrapper button.disable {
	pointer-events: none;
	opacity: 0.35;
}
.product_list_selected_parametrs_slider {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	/* min-width: 644px;
	max-width: 644px; */
	overflow-x: hidden;
	position: absolute;
	left: 42px;
	padding: 34px 0;
}
@media only screen and (min-width: 1440px) {
	.product_list_selected_parametrs_slider {
		/* min-width: 1052px; */
		/* max-width: 1052px; */
	}
}
.product_list_selected_parametr {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	height: 30px;
	padding: 6px 8px;
	border-radius: 3px;
	border: 1px solid #0e6aed;
	background: #f6f9ff;
}
.product_list_selected_parametr.current_selected_colors:empty {
	display: none;
}
.product_list_selected_parametr p {
	white-space: nowrap;
	color: #092c47;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}
.product_list_selected_parametr button {
	width: 14px;
	height: 14px;
	padding: 0;
	background-color: transparent;
	border: none;
}
.product_list_main_section_wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
	/* gap: 48px; */
}
.product_list_selection_menu_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 400px;
	height: 100%;
	overflow-y: auto;
	background-color: #fff;
	transition: all 0.3s ease;
}
.product_list_selection_menu_wrapper.open {
	transform: translateX(0);
}
.modal-background {
	transition: all 0.3s ease;
	position: absolute;
}
.product_list_selection_menu_wrapper.open + .modal-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2d343b33;
	z-index: 16;
}
@media only screen and (min-width: 1440px) {
	.product_list_selection_menu_wrapper {
		height: auto;
		position: static;
		display: block;
		min-width: 311px;
		opacity: 1;
		pointer-events: all;
		padding: 0;
		padding-right: 48px;
		overflow-y: auto;
		position: sticky;
		top: 134px;
		height: fit-content;
		max-height: calc(100vh - 134px);
	}
	body.admin-bar .product_list_selection_menu_wrapper {
		top: 165px;
		max-height: calc(100vh - 165px);
	}
	.product_list_selection_menu_wrapper::-webkit-scrollbar {
		width: 0;
	}
}

.product_list_selection_menu {
	position: relative;
	width: 100%;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.mobile-filter-block {
	display: none;
	box-shadow: -1px -6px 22px 0 #00000021;
	margin-top: auto;
}
.show-materials-btn {
	background-color: #0e6aed;
	height: 32px;
	padding: 4px 8px 4px 8px;
	border-radius: 3px;
	color: #ffffff;
	display: flex;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}

.show-materials-btn * {
	color: #ffffff;
}

.show-materials-btn svg {
	margin-left: 6px;
}
@media only screen and (min-width: 1440px) {
	.product_list_selection_menu {
		padding: 0 0 50px 0;
	}
}
@media only screen and (max-width: 1439px) {
	.product_list_selection_menu_wrapper {
		transform: translateX(-100%);
	}
	.product_list_selection_menu {
		padding: 48px 0 0 0;
		min-height: 100vh;
		min-height: 100 svh;
	}
	.product_list_selection_menu > section {
		padding-left: 24px;
		padding-right: 24px;
	}

	.mobile-filter-block {
		display: flex;
		align-items: center;
		padding: 12px 16px;
		position: sticky;
		bottom: 0;
		width: inherit;
		background: #fff;
		justify-content: space-between;
		z-index: 1;
	}
	.show-materials-btn {
		height: 100%;
		padding: 8px 12px 8px 12px;
	}
}

.product_list_selection_menu h2 {
	color: #092c47;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: -8px;
}
.product_list_selection_menu .technical_parameters h2 {
	margin-bottom: 2px;
}
.product_list_selection_menu .type_div_border {
	position: relative;
	/* width: 263px; */
	width: 100%;
	height: 40px;
	padding: 10px 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 4px;
	border-radius: 2px;
	border: 1px solid #c1cad1;
	background: #fff;
	cursor: pointer;
}

.technical_parameters {
	cursor: pointer;
}
.product_list_selection_menu .type_div_border.active {
	border: 1px solid #267af2;
	background: #f6f9ff;
}
@media (max-width: 992px) {
	.product_list_selection_menu_wrapper {
		width: 100%;
		max-width: 532px;
	}
	.product_list_selection_menu .type_div_border {
		width: 100%;
	}
	.product_list_selection_menu > section {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.product_list_selection_menu .material_name {
	color: #092c47;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-right: 4px;
}
.product_list_selection_menu .quantity {
	color: #8495a3;
	font-size: 12px;
	line-height: 18px;
}
.product_list_selection_menu .arrow-down {
	/* position: st;
	top: 10px;
	right: 8px; */
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	border: none;
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.material_item_checkbox {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 8px 5px 8px 10px;
	cursor: pointer;
}
.material_type .type_div_border {
	padding: 0 10px 0 0;
}
.product_list_selection_menu .type_div_no_border {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	margin-bottom: 0;
}
.product_list_selection_menu .type_div_no_border.opened_with_margin {
	margin-bottom: 8px;
}
.product_list_selection_menu .type_div_no_border .arrow-down {
	top: 0;
	right: 0;
}
.product_list_selection_menu .checkboxes_list_closed {
	display: none;
}
.product_list_selection_menu .checkboxes_list_opened {
	max-height: 310px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.product_list_selection_menu .search_input_div {
	position: relative;
	width: calc(100% + 24px);
	margin: -12px -12px 0;
	position: sticky;
	top: -12px;
	background: #fff;
	z-index: 1;
}

.product_list_selection_menu .search_input {
	width: 100%;
	height: 44px;
	padding: 8px;
	padding-left: 40px;
	border: none;
	border-bottom: 1px solid #c1cad1;
	background: #fff;
	color: #092c47;
	font-size: 16px;
	line-height: 24px;
}
.product_list_selection_menu .search_img {
	position: absolute;
	top: 10px;
	left: 8px;
}
.product_list_selection_menu .cancel_img {
	position: absolute;
	top: 15px;
	right: 8px;
	cursor: pointer;
}
.product_list_selection_menu .material_item {
	position: relative;
}
.product_list_selection_menu .list_opened {
	position: absolute;
	left: 1px;
	top: 40px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px #00000026;
	max-height: 334px;
	width: 100%;
	overflow-y: auto;
	opacity: 1;
	pointer-events: all;
	transition: 250ms;
}
@media (max-width: 1439px) {
	.product_list_selection_menu .list_opened {
		max-height: 234px;
	}
}
@media (max-width: 992px) {
	.product_list_selection_menu .list_opened {
		max-height: 134px;
	}
}
.product_list_selection_menu .closed {
	opacity: 0;
	pointer-events: none;
}
.product_list_selection_menu .flip {
	transform: scaleY(-1);
}
.product_list_selection_menu .none {
	display: none;
}
.product_list_selection_menu .check-image {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 16px;
	height: 16px;
	display: none;
}

.product_list_selection_menu_close {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}
@media only screen and (min-width: 1440px) {
	.product_list_selection_menu_close {
		display: none;
	}
}
.material_type,
.product_list_requirements,
.bounding_box,
.advanced_parameters_list li,
.advanced_parameters_list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.advanced_parameters_list {
	padding-top: 8px;
}
.advanced_parameters_list .measure_box_thickness {
	gap: 16px;
}
.material_item_icon {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.bounding_box_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin-bottom: -8px;
}
.bounding_box_title h2 {
	margin-right: 50px;
}
.measure {
	cursor: pointer;
	display: inline-block;
	padding: 6px 8px;
	border-radius: 4px;
	border: 1px solid #c1cad1;
	color: #476175;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}
.measure:focus,
.measure:hover,
.measure.active {
	border-radius: 3px;
	border: 1px solid #0e6aed;
	background: #f6f9ff;
	color: #092c47;
}
.xyz {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.xyz_container {
	position: relative;
	width: 81px;
	height: 36px;
}
.xyz_container input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 7px 37px 7px 12px;
	border-radius: 2px;
	border: 1px solid #d1d6dc;
	background: #fff;
	color: #092c47;
	font-size: 14px;
	line-height: 22px;
}
.xyz_value,
.xyz_value_name {
	color: #476175;
	font-size: 14px;
	line-height: 22px;
}
.xyz_value_name {
	margin-right: 2px;
	color: #a9b3bc;
}
.xyz_buttons {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 25px;
	height: 34px;
	border-left: 1px solid #d1d6dc;
}
.xyz_buttons div {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 17px;
	width: 24px;
	border: none;
	background-color: #f6f7f8;
	cursor: pointer;
}
.xyz_buttons div:first-child {
	border-bottom: 1px solid #d1d6dc;
}

.product_list_requirements .requirements_item {
	position: relative;
	display: flex;
	flex-direction: column;
}

.product_list_requirements > .requirements_item:first-child {
	margin-top: 0;
}
.product_list_requirements hr {
	border: none;
	height: 1px;
	background-color: #e6e9ec;
	margin: 0;
}

.product_list_applications .yellow-text + hr {
	margin-top: 24px;
}
.product_list_applications .type_div_no_border .arrow-down {
	top: 3px;
}

.separate {
	border: none;
	height: 1px;
	background-color: #e6e9ec;
	margin: 0;
}
.accordion__separate {
	margin-top: 16px;
}
.product_list_applications .yellow-text {
	color: #ffc118;
	font-size: 12px;
	line-height: 18px;
	margin-top: 14px;
	margin-bottom: 14px;
}

.advanced_parameters_list li h3 {
	color: #092c47;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: -8px;
}
.advanced_parameters_list li p {
	color: #45505a;
	font-size: 14px;
	line-height: 22px;
}
.advanced_parameters_list li .advanced_parameters_sub_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.advanced_parameters_sub_item p {
	font-weight: 600;
}
.custom_checkbox {
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	color: #45505a;
	font-size: 14px;
	line-height: 22px;
}
.custom_checkbox input[type='checkbox'] {
	display: none;
}
.custom_checkbox_input:checked + .checkmark {
	background-color: #0e6aed;
}
.custom_checkbox_input:checked + .checkmark:after {
	display: block;
}
.custom_checkbox .checkmark:after {
	content: '';
	position: absolute;
	display: none;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom_checkbox .checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #d1d6dc;
	background-color: #fff;
	border-radius: 2px;
}
.custom_checkbox .checkmark.black {
	background-color: #000;
}
.custom_checkbox .checkmark.gray {
	background-color: #727272;
}
.custom_checkbox .checkmark.light_gray {
	background-color: #ddd;
}
.custom_checkbox .checkmark.white {
	background-color: #fff;
}
.custom_checkbox .checkmark.brown {
	background-color: #7b4d3e;
}
.custom_checkbox .checkmark.beige {
	background-color: #e4cb8b;
}
.custom_checkbox .checkmark.natural {
	background-color: #ecdfd6;
}
.custom_checkbox .checkmark.ivory {
	background-color: #f5f0dd;
}
.custom_checkbox .checkmark.cream {
	background-color: #f6f3e2;
}
.custom_checkbox .checkmark.blue {
	background-color: #063a8d;
}
.inputs_wrapper {
	display: flex;
	flex-direction: row;
}
.inputs_wrapper input {
	width: 131px;
	height: 36px;
	padding: 7px 43px;
	border: 1px solid #d1d6dc;
	background: #fff;
	color: #a9b3bc;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.inputs_wrapper input:focus {
	color: #092c47;
}
.inputs_wrapper input:first-child {
	border-radius: 2px 0 0 2px;
}
.inputs_wrapper input:last-child {
	border-radius: 0 2px 2px 0;
	border-left: none;
}
.range_inputs {
	margin-bottom: 8px;
}
.visible {
	opacity: 1;
	pointer-events: all;
}

/*# sourceMappingURL=style.min.css.map */
.disable.type_div_border,
.disable.type_div_no_border {
	pointer-events: none;
	opacity: 0.35;
}
.tools-template-single-tools-type-1 .product_list_page {
	max-width: 1814px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 720px) {
	.product_list_open_sidebar_button {
		display: none;
	}
}

.tools_excerpt {
	margin-bottom: 48px;
	text-align: center;
}
@media only screen and (min-width: 992px) {
	.tools_excerpt {
		margin: 24px 0 12px;
		display: block;
	}
}
@media only screen and (max-width: 576px) {
	.tools_excerpt {
		text-align: left;
	}
}

/* start-filtering */
.filter-container {
	width: 100%;
}
.start-filtering {
	border-radius: 4px;
	background: #f6f9ff;
	padding: 48px;
	display: grid;
	grid-template-columns: calc(60% - 32px) 40%;
	gap: 12px 32px;
}

.start-filtering__title {
	margin-bottom: 12px;
	color: #253843;
}
@media (max-width: 992px) {
	.start-filtering__title {
		font-size: 16px;
		margin-bottom: 4px;
	}
	.start-filtering__text * {
		font-size: 14px;
	}
	.start-filtering {
		padding: 12px 16px;
	}
}

@media (max-width: 576px) {
	.start-filtering {
		grid-template-columns: 1fr;
		grid-row-gap: 24px;
	}
	.start-filtering__right {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
span.selected-parameters-count {
	padding: 0 5px;
}
/* start-filtering */
.selected-parameters-count {
	display: none;
}

.mobile-filter-btn {
	display: flex;
	background: #063a8d;
	position: fixed;
	bottom: 72px;
	right: 15px;
	z-index: 9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background-color: #267af2;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.mobile-filter-btn img {
	pointer-events: none;
	width: 32px;
	height: 32px;
	object-fit: contain;
}
@media (min-width: 992px) {
	.mobile-tools-btn,
	.filter-container .product_list_selection_button {
		display: none;
	}
}
.wrap-flex {
	display: flex;
	width: 100%;

	align-items: center;
}
.justify-content-between {
	justify-content: space-between;
}
.custom_switch {
	position: relative;
	font-size: 14px;
}

.custom_switch input {
	opacity: 0;
	width: 0;
	height: 0;
}
.custom_switch_slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	background-color: #8c99a6;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	width: 28px;
	height: 16px;
	border-radius: 16px;
}

.custom_switch_slider:before {
	position: absolute;
	content: '';
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border-radius: 50%;
}

input:checked + .custom_switch_slider {
	background-color: #0e6aed;
}

input:checked + .custom_switch_slider:before {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.other_item.disable {
	pointer-events: none;
	opacity: 0.35;
}
.btn_filter-list {
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	color: #267af2;
	cursor: pointer;
}
.btn_filter-list.disable {
	cursor: default;
	color: #c1cad1;
}
.hiden {
	display: none;
}
.text_blue,
h2.text_blue {
	color: #0e6aed;
}
.parameters__description {
	color: #476175;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}
.inside_color {
	position: relative;
}
@media (min-width: 992px) {
	.inside_color:hover::after {
		content: attr(data-tooltip);
		position: absolute;
		bottom: calc(100% + 6px);
		left: 50%;
		transform: translateX(-50%);
		background: #2d343b;
		color: #fff;
		padding: 5px 8px;
		border-radius: 2px;
		font-size: 14px;
		box-shadow: 0px 2px 8px 0px #00000026;
		white-space: nowrap;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s, visibility 0.3s;
	}

	.inside_color:hover::before {
		content: '';
		position: absolute;
		width: 12px;
		bottom: 100%;
		left: 0;
		right: 0;
		margin: auto;
		transform: rotate(180deg) translateY(-6px);
		border-width: 6px;
		border-style: solid;
		border-color: transparent transparent #2d343b transparent;
		transition: transform 0.3s;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
	}

	.inside_color:hover::after,
	.inside_color:hover::before {
		opacity: 1;
		visibility: visible;
	}
}

@media only screen and (max-width: 992px) {
	.inside_color::after {
		content: attr(data-tooltip);
		position: static;
		font-size: 13px;
		font-weight: 600;
	}
	.product_list_selected_parametr.current_selected_colors .inside_color p {
		width: 15px;
		height: 15px;
		position: static;
		margin-right: 4px;
	}
	.product_list_selected_parametr.current_selected_colors div.inside_color {
		width: fit-content;
		height: 30px;
		padding: 6px 27px 6px 8px;
		border-radius: 3px;
		border: 1px solid #0e6aed;
	}
	.current_selected_colors {
		border: none;
		padding: 0;
		flex-wrap: wrap;
		height: auto;
		background: none;
		gap: 12px;
	}
	.product_list_selected_parametr button {
		display: flex;
		align-items: center;
	}
	.product_list_selected_parametr.current_selected_colors
		.inside_color
		button {
		left: unset;
		right: 8px;
		height: 11px;
		width: 11px;
	}
	.current_selected_colors .inside_color button svg {
		width: 100%;
		height: 100%;
	}
}
@media only screen and (max-width: 1440px) {
	.noUi-base {
		width: calc(100% - 18px);
	}
	.noUi-connects {
		width: 100%;
	}
}
@media (min-width: 548px) and (max-width: 800px) {
	.product_list_selection_menu_wrapper {
		max-height: calc(100vh - 59px);
		max-height: calc(100svh - 59px);
	}
	/* .tools-template-single-tools-type-1 .menu-fixed-mobile {
		z-index: 21;
	} */
	.step-content-item .step-content-item-block__column_img,
	.tools-template-single-tools-type-1 footer {
		display: none;
	}
}
@media only screen and (max-width: 548px) {
	.product_list_selection_menu_wrapper {
		max-height: 85%;
		bottom: 0;
		top: unset;
	}
	.product_list_selection_menu_wrapper {
		transform: translateY(100%);
	}
	.product_list_selection_menu_wrapper.open {
		transform: translateY(0);
	}
}
@media only screen and (max-width: 350px) {
	.show-materials-btn {
		font-size: 14px;
	}
	.product_list_selected_parametrs_clear {
		min-width: fit-content;
		font-size: 12px;
	}
}
.term-description:not(:first-child) {
	padding-top: 24px;
	margin-top: 24px;
	border-top: 1px solid #e6e9ec;
}

.term-title {
	margin-top: -150px;
	padding-top: 150px;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
.term-title__icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 8px;
}
.term-content {
	display: none;
	padding-left: 48px;
	max-width: 688px;
	padding-bottom: 16px;
}
.term-content__text {
	margin-bottom: 24px;
}
.term-content__text p {
	color: #22445f;
}
.term-content__text * {
	font-size: 14px;
	line-height: 20px;
}
.term-content__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}
.term-card {
	border-radius: 3px;
	padding: 8px 16px;
}
.term-card__title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #22445f;
	margin-bottom: 4px;
}
.term-btn {
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	padding-left: 8px;
	color: #267af2;
	line-height: 31.2px;
	align-self: flex-end;
}
.term-card__item {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #22445f;
	position: relative;
	padding-left: 24px;
	margin-bottom: 8px;
}
.term-card__item:last-child {
	margin-bottom: 0;
}
.term-card__item::before,
.term-card__item_advantages::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 4px;
	border-radius: 2px;
}
.term-card_advantages {
	background: #e7f8f3;
}
.term-card__item_advantages::before,
.term-card__item_advantages:after {
	background: #13bf87;
}
.term-card__item_advantages::after {
	transform: rotate(90deg);
}
.term-card_disadvantages {
	background: #fcebe7;
}
.term-card__item_disadvantages::before {
	background: #e63817;
}
@media (max-width: 548px) {
	.tools_excerpt {
		display: none;
	}
	.term-title,
	.term-content__text {
		margin-bottom: 8px;
	}
	.term-title__icon {
		width: 20px;
		height: 20px;
	}
	.term-title h2 {
		font-size: 14px;

		line-height: 20px;
	}
	.term-btn {
		line-height: 20px;
	}
	.term-content {
		padding-left: 0;
	}
	.term-content__grid {
		gap: 4px;
	}
	.term-card {
		padding: 4px 8px;
	}
	.term-card__title {
		font-size: 14px;
		line-height: 20px;
	}
	.term-card__item::before,
	.term-card__item_advantages::after {
		left: 1px;
		width: 10px;
		height: 3.33px;
	}
	.term-card__item {
		padding-left: 16px;
	}
}
.horizontal-cards_list {
	display: grid;
	grid-template-columns: 1fr 84px;
	gap: 8px;
}
body.admin-bar .navigation-tags {
	top: 182px;
}
.navigation-tags {
	position: sticky;
	top: 150px;
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media (max-width: 991px) {
	.navigation-tags {
		top: 12px;
	}
}
.navigation-tag {
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	color: #092c47;
	display: flex;
	padding: 2px 4px 2px 20px;
	position: relative;
	transition: 0.3s;
	border-radius: 2px;
}
.active.navigation-tag::before {
	content: '←';
	color: #0e6aed;
	position: absolute;
	left: 4px;
}
.navigation-tag:hover,
.active.navigation-tag {
	background: #f6f9ff;
}
.navigation-tag__icon {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-right: 4px;
}
html {
	scroll-behavior: smooth;
}
@media (max-width: 1439px) {
	.navigation-tags {
		top: 180px;
	}
	.term-title {
		margin-top: -180px;
		padding-top: 180px;
	}
}
@media (max-width: 991px) {
	.term-title {
		margin-top: -25px;
		padding-top: 25px;
	}
}
@media (max-width: 720px) {
	.term-title {
		margin-top: -55px;
		padding-top: 55px;
	}
	.horizontal-cards_list {
		display: flex;
		flex-direction: column;
	}
	body.admin-bar .navigation-tags {
		top: 0;
	}
	.navigation-tags {
		order: -1;
		flex-direction: row;
		gap: 32px;
		overflow-x: auto;
		top: 0;
		z-index: 3;
		width: calc(100% + 32px);
		margin-left: -16px;
		padding: 4px 16px;
		background: #fff;
	}
	.active.navigation-tag::before {
		display: none;
	}
	.navigation-tag {
		border: 1px solid #c1cad1;
		padding: 6px 8px;
		min-width: max-content;
	}
	.active.navigation-tag {
		background: linear-gradient(0deg, #e6f0fd, #e6f0fd),
			linear-gradient(0deg, #c1cad1, #c1cad1);
	}
}
@media (max-width: 568px) {
	.navigation-tags {
		gap: 8px;
	}
}

.tip-tools {
	display: none;
	z-index: 27;
	position: absolute;
	background: #fff;
	left: 311px;
	max-width: 360px;
	flex-direction: column;
	box-shadow: 0px 21px 40px 0px rgba(0, 0, 0, 0.15);
}
.tip-tools__flex * {
	font-size: 14px;
}
.step-content-item-block__card.tip-tools {
	display: none;
}
.tip-tools__flex {
	display: flex;
	margin-bottom: 8px;
}
.tip-tools__btn {
	max-width: 160px;
	width: 100%;
	margin: auto;
}
.tip-tools::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 14px solid transparent;
	right: 100%;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media (max-width: 1439px) {
	.admin-bar .tip-tools {
		top: 260px;
	}
	.tip-tools {
		position: fixed;
		top: 230px;
		left: 315px;
	}
}

@media (max-width: 991px) {
	.admin-bar .tip-tools {
		top: unset;
	}
	.tip-tools {
		top: unset;
		bottom: 145px;
		left: unset;
		right: 10px;
	}
	.tip-tools::before {
		right: 15px;
		left: unset;
		top: 100%;
		bottom: unset;
		border-bottom: none;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 20px solid #fff;
	}
}
@media (max-width: 767px) {
	.tip-tools {
		max-width: 264px;
	}
	.tip-tools__flex * {
		font-size: 12px;
	}
	.tip-tools.step-content-item-block__card {
		padding: 12px 16px;
	}
}
.input-number::placeholder {
	color: #a9b3bc;
}
li.disable {
	pointer-events: none;
	opacity: 0.5;
}
.product_list_selected_parametr_checkbox p .material_item_icon {
	display: none;
}
