nav.calculator_breadcrumbs > div {
	float: left;
}

nav.calculator_breadcrumbs > div > img {
	margin-right: 12px;
	margin-top: -3px;
}

nav.calculator_breadcrumbs > div > a {
	color: #3167cb;
	text-decoration: underline;
	font-size: 20px !important;
}

nav.calculator_breadcrumbs > div:first-child:before {
	content: "";
	margin-left: 0px;
	margin-right: 0px;
}

nav.calculator_breadcrumbs > div:before {
	content: "/";
	margin-left: 10px;
	margin-right: 6px;
	font-size: 20px !important;
}

nav.calculator_breadcrumbs > div.calculator_breadcrumbs_index {
	float: right;
}

nav.calculator_breadcrumbs > div.calculator_breadcrumbs_index:before {
	content: "" !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

nav.calculator_breadcrumbs a:hover {
	color: #3167cb;
	text-decoration: none;
}

div.calculator_header {
	margin-top: 25px;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial;
	font-size: 28px;
}

div.calculator_categories {
	margin-top: 10px;
}

div.calculator_categories > div.calculator_caption {
	font-family: "Arial Narrow", Arial;
	font-size: 18px;
	margin-bottom: 20px;
	color: #e40000;
	font-weight: bold;
}

div.calculator_categories > div.calculator_item {
	width: 220px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

div.calculator_categories > div.calculator_item:last-child {
	margin-right: 0px;
}

div.calculator_categories > div.calculator_item > div.calculator_item_name {
	text-align: center;
	margin-top: 7px;
	font-family: "Arial Narrow", Arial;
}

div.calculator_categories > div.calculator_item > div.calculator_item_name a {
	font-size: 18px !important;
	font-weight: bold;
}

div.no_items {
	margin-top: 20px;
}

#selectMaterial .calc_comment,
#blokVars2 .calc_comment {
	font-weight: bold;
	font-style: italic;
	color: #269326;
}
.scheme_err_mess2 {
	padding-left: 40px;
	text-align: center;
}

/* ================================== */

div.calculator_wrapper {
	display: flex;
	margin-top: 25px;
}

@media (max-width: 992px) {
	div.calculator_wrapper {
		display: block;
	}
/*	div.calculator_kit_analog {
		display: none !important;
	}*/
	div#calculator_kit_photo {
		margin-bottom: 25px;
	}
}

@media (max-width: 1200px) {
	.container {
		width: auto !important;
	}
}

div#calculator_kit_photo {
	display: inline-table;
	width: 490px;
	margin-right: 10px;
	text-transform: none;
	font-size: 16px;
}

div#calculator_kit_features {
	display: inline-table;
	width: 100%;
	text-transform: none;
	font-size: 16px;
}

div#calculator_kit_features > div.calculator_kit_analog {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

div#calculator_kit_features > div.calculator_kit_analog label {
	width: 90px;
	font-size: 18px;
}

div#calculator_kit_features > div.calculator_kit_analog select {
	width: 100%;
	font-size: 18px;
	padding: 4px 6px;
	display: flex;
	margin-left: 15px;
	margin-top: -3px;
	background-color: #ccd3ff;
	border-color: #ced1ea;
	border-radius: 4px;
}

div#calculator_kit_features div.kit_part,
div#calculator_kit_features > div.kit_group {
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

div#calculator_kit_features div.kit_part > div.kit_part_name,
div#calculator_kit_features > div.kit_group > div.kit_part_name {
	background-color: #4261d5;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fffeff;
	padding: 5px 10px;
	margin-bottom: 5px;
}

table.kit_part_table,
table.kit_group_table {
	background-color: #f1eff0;
	border-color: white;
	width: 100%;
	border-radius: 6px;
}

table.kit_part_table td,
table.kit_group_table td {
	font-size: 15px;
	padding: 3px 5px;
	text-align: center;
}

table.kit_part_table td:nth-child(2),
table.kit_group_table td:nth-child(2) {
	text-align: left !important;
}

table.kit_part_table td:nth-child(1) img,
table.kit_group_table td:nth-child(1) img {
	max-width: 50px;
	transition: 0.5s;
	z-index: 10;
	position: relative;
}

table.kit_part_table td:nth-child(1) img:hover,
table.kit_group_table td:nth-child(1) img:hover {
	transform: scale(3.5);
	z-index: 11;
}

table.kit_part_table td.change a,
table.kit_group_table td.change a {
	display: block;
	width: 100%;
	border: none;
	border-radius: 10px;
	outline: none;
	padding: 3px 0px;
	background-color: #3364ca;
	color: #fffffd;
}
table.kit_group_table td.change {
	width: 180px;
}
@media (min-width: 993px) and (max-width: 1200px) {
	table.kit_group_table td.change {
		width: 120px;
	}
}

table.kit_part_table td.change span {
	display: block;
	font-size: 13px;
}

table.kit_part_table td:nth-child(7) img {
	cursor: pointer;
}

.custom-switch > select {
	margin-left: 20px;
	margin-top: -3px;
	color: #4B4B4B;
	padding: 4px 20px 4px 4px;
	font-weight: normal;
}

div#summary {
	text-align: right;
	font-size: 18px;
	padding-left: 15px;
	padding-right: 15px;
}

div#summary span {
	font-size: 22px;
	font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px !important;
}
.select2-container--default .select2-selection--single {
	height: 34px !important;
	padding-top: 3px !important;
}

.customer_mess {
	color: #349800;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.customer_mess a {
	font-size: 16px;
	color: #349800;
	text-decoration: underline;
}
.customer_mess a:hover {
	text-decoration: none;
}
.customer_order {
	text-align: right;
}
.customer_order button {
	background-color: #349800;
	border: none;
	border-radius: 10px;
	outline: none;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 5px 30px;
	margin-bottom: 10px;
}

.customer_order button:disabled {
	background-color: #C9C9C9;
}

.scheme_err_mess, .customer_err_mess {
	color: red;
	font-weight: bold;
	margin-top: 5px;
}

/* ================================== */

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem;
	margin-bottom: 10px;
	font-weight: bold;
	z-index: 1;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}

.custom-control-input {
	position: absolute;
	z-index: 1;
	opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #00CC1D;
	background-color: #00CC1D;
	outline: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	outline: none;
}

.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
	outline: none;
}

.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
	outline: none;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	z-index: 1;
}

.custom-control-label::before {
	position: absolute;
	top: 0.2rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 2rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
	outline: none;
}

.custom-control-label::after {
	position: absolute;
	top: 0.2rem;
	left: -1.5rem;
	display: block;
	width: 2rem;
	height: 2rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	outline: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
	border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
	padding-left: 4.25rem;
}

.custom-switch .custom-control-label::before {
	left: -4.25rem;
	width: 3.75rem;
	pointer-events: all;
	border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
	top: calc(0.2rem + 2px);
	left: calc(-4.25rem + 2px);
	width: calc(2rem - 4px);
	height: calc(2rem - 4px);
	background-color: #adb5bd;
	border-radius: 1.5rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
	.custom-switch .custom-control-label::after {
		transition: none;
	}
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
	background-color: #fff;
	-webkit-transform: translateX(1.75rem);
	transform: translateX(1.75rem);
}

#makeChange {
	width: 1000px;
	max-width: 100%;
}

#makeChange .change_header {
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

#makeChange .change_table {
	border: solid 1px #A3A3A3;
	border-radius: 10px;
	padding: 25px;
	position: relative;
}

#makeChange .change_table table {
	border: solid 1px #A3A3A3;
	width: 100%;
}

#makeChange .change_table table tr td {
	border-bottom: solid 1px #A3A3A3;
}

#makeChange .change_table table tr:last-child td {
	border-bottom: none;
}

#makeChange .change_table table td:nth-child(1) {
	width: 62px;
	padding: 3px;
}

#makeChange .change_table table td:nth-child(1) img {
	max-width: 50px;
	transition: 0.5s;
	z-index: 10;
	position: relative;
	border: solid 1px #A3A3A3;
}

#makeChange .change_table table td:nth-child(1) img:hover {
	transform: scale(2.2);
	z-index: 11;
	border: solid 1px #EDA70E;
}

#makeChange .change_table table td:nth-child(2) {
	font-size: 13px;
	padding-right: 25px;
}

#makeChange .change_table table td:nth-child(3) {
	width: 1px;
	font-size: 13px;
	white-space: nowrap;
	padding-right: 25px;
}

#makeChange .change_table table td:nth-child(4) {
	width: 1px;
	font-size: 13px;
	white-space: nowrap;
	padding-right: 25px;
}

#makeChange .change_table table td:nth-child(5) {
	width: 1px;
	font-size: 13px;
	white-space: nowrap;
	padding-right: 25px;
}

#makeChange .change_table table td:nth-child(6) {
	width: 1px;
	white-space: nowrap;
	padding-right: 10px;
}

#makeChange .change_table table td:nth-child(6) button {
	border-radius: 4px;
	border-color: #4daf4c;
	background-color: #5bb95b;
	padding: 3px 8px;
	color: #fff;
	font-size: 13px;
	outline: none;
	user-select: none;
}
.calculator_header .calculator_text {
	all: initial;
}

.calculator-slider-wrap {
	position: relative;
	margin-bottom: 30px;
}
.calculator-slider-wrap .calculator-slider .slick-dots {
	bottom: -30px;
}
.calculator-slider-wrap .calculator-slider > button {
	top: calc(100% / 2);
}
.calculator-slider-wrap .calculator-slider .slick-slide {
	display: flex !important;
	justify-content: center;
	align-items: center;
}