.start_calculator button, .start_calculator textarea, .start_calculator select, .start_calculator input {
	font-family: 'DIN Pro';
	font-size: 18px;
	line-height: 12.6px;
	font-weight: 500;
	color: var(--color-dark-green);
	outline: none !important;
	text-transform: uppercase;
}

.start_calculator button, .start_calculator input[type="button"], .start_calculator input[type="submit"] {
	-webkit-appearance: none;
	box-shadow: none;
}

.start_calculator ul, .start_calculator ol, .start_calculator li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.start_calculator a, .start_calculator a:focus, .start_calculator a:hover {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.start_calculator .button {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
	border: 0;
	margin: 0;
	line-height: 1.0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .button:hover {
	cursor: pointer;
}

.start_calculator .hidden {
	display: none !important;
}

.start_calculator .phone {
	white-space: nowrap;
}

.start_calculator .phone:hover {
	cursor: default;
}

.start_calculator .spacer {
	clear: both;
}

.start_calculator ::-webkit-input-placeholder {
	color: #7e818c;
	line-height: 1.0;
	font-size: 10px;
}

.start_calculator :-ms-input-placeholder {
	color: #7e818c;
	line-height: 1.0;
	font-size: 10px;
}

.start_calculator :-moz-placeholder {
	color: #7e818c;
	line-height: 3.3;
	font-size: 10px;
}

.start_calculator ::-moz-placeholder {
	color: #7e818c;
	line-height: 3.3;
	font-size: 10px;
}
.start_calculator input:focus::placeholder {
	color: transparent;
}
.start_calculator input:focus::-webkit-input-placeholder {
	color: transparent;
}
.start_calculator input:focus:-ms-input-placeholder {
	color: transparent;
}
.start_calculator input:focus:-moz-placeholder {
	color: transparent;
}
.start_calculator input:focus::-moz-placeholder {
	color: transparent;
}
.start_calculator header {
	position: static;
	height: auto;
	width: auto;
	min-height: auto;
	padding: 0;
	margin: 0;
}

.start_calculator .ui-helper-hidden {
	display: none;
}

.start_calculator .ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.start_calculator .ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

.start_calculator .ui-helper-clearfix:before,
.start_calculator .ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}

.start_calculator .ui-helper-clearfix:after {
	clear: both;
}

.start_calculator .ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}

.start_calculator .ui-front {
	z-index: 100;
}

.start_calculator .ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}

.start_calculator .ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.start_calculator .ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

.start_calculator .ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.start_calculator .calc_slider .ui-slider {
	position: relative;
	text-align: left;
}

.start_calculator .calc_slider .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 994;
	width: 16px;
	height: 16px;
	border: 2px solid #FFF;
	cursor: default;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.11) !important;
	-ms-touch-action: none;
	touch-action: none;
	border-radius: 50%;
	outline: none !important;
}

.start_calculator .calc_slider .ui-slider .ui-slider-handle:before {
	display: none !important;
}

.start_calculator .calc_slider .ui-slider .ui-slider-handle:hover {
	cursor: pointer;
}

.start_calculator .calc_slider .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 991;
	margin-top: -1px;
	margin-left: -1px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.start_calculator .calc_slider .ui-slider.ui-state-disabled .ui-slider-handle,
.start_calculator .calc_slider .ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.start_calculator .calc_slider .ui-slider-horizontal {
	height: 8px;
}

.start_calculator .calc_slider .ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -10px;
}

.start_calculator .calc_slider .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.start_calculator .calc_slider .ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.start_calculator .calc_slider .ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.start_calculator .calc_slider .ui-slider.ui-widget-content {
	border: 1px solid #e0e0e0;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}

.start_calculator .calc_slider.calc_number .ui-slider {
	display: none;
}

.start_calculator .calc_spinner .ui-spinner {
	position: relative;
	display: block;
	width: 150px;
	background: none;
}

.start_calculator .calc_spinner .ui-spinner-input {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	padding: 0 0 1px;
	background: #f7f7f7;
	font-size: 15px;
	color: #000;
	text-align: center;
	border: 1px solid #e0e0e0;
	border-left: 0;
	border-right: 0;
	box-sizing: border-box;
}

.start_calculator .calc_spinner .ui-button {
	position: absolute;
	width: 50px;
	height: 50px;
}

.start_calculator .calc_spinner .ui-button:before {
	position: absolute;
	color: #FFF;
	font-family: 'Arial';
}

.start_calculator .calc_spinner .ui-button:hover {
	cursor: pointer;
}

.start_calculator .calc_spinner .ui-spinner-down {
	left: 0;
	top: 0;
	-moz-border-radius: 50px 0 0 50px;
	-webkit-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
}

.start_calculator .calc_spinner .ui-spinner-down:before {
	content: "";
	left: 50%;
	top: 50%;
	width: 7px;
	height: 2px;
	margin: -1px 0 0 -2px;
	background: #FFF;
}

.start_calculator .calc_spinner .ui-spinner-up {
	right: 0;
	top: 0;
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
}

.start_calculator .calc_spinner .ui-spinner-up:before {
	content: "+";
	font-size: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -5px;
	font-weight: 700;
}

.start_calculator .selectize-dropdown-header {
	position: relative;
}

.start_calculator .selectize-dropdown, .start_calculator .selectize-input, .start_calculator .selectize-input input {
	color: #000;
	font-family: inherit;
	font-size: 13px;
	line-height: 1.0;
}

.start_calculator .selectize-input input {
	height: 48px;
	box-sizing: border-box;
	width: 100% !important;
	display: block;
	padding: 0 0 3px;
}

.start_calculator .selectize-input, .start_calculator .selectize-control.single .selectize-input.input-active {
	background: #f7f7f7;
	cursor: text;
	display: block;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .selectize-input {
	border: 1px solid #e0e0e0;
	padding: 0 40px 0 15px;
	box-sizing: border-box;
	height: 50px;
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 994;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.start_calculator .selectize-input.disabled,
.start_calculator .selectize-input.disabled * {
	cursor: default !important;
}

.start_calculator .selectize-input.dropdown-active {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	z-index: 999;
}

.start_calculator .selectize-input > * {
	vertical-align: baseline;
	border: 0;
	padding: 0;
	margin: 0;
	background: transparent;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.start_calculator .selectize-input::after {
	content: "";
	display: block;
	clear: left;
}

.start_calculator .selectize-input.dropdown-active {
	z-index: 999;
	background: #f7f7f7;
}

.start_calculator .selectize-input.dropdown-active::before {
	content: "";
	display: block;
	position: absolute;
	background: #f7f7f7;
	height: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.start_calculator .selectize-dropdown {
	position: absolute;
	z-index: 999;
	background: #FFF;
	border: 1px solid #e0e0e0;
	margin: -1px 0 0 0;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.start_calculator .selectize-dropdown [data-selectable] {
	cursor: pointer;
	border: 0;
	border-top: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.start_calculator .selectize-dropdown [data-selectable] .highlight {
	background: #f7f7f7;
}

.start_calculator .selectize-dropdown [data-selectable] {
	padding: 16px 15px 18px;
}

.start_calculator .selectize-dropdown [data-selectable]:last-of-type {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

.start_calculator .selectize-dropdown .active {
	background-color: #f7f7f7;
}

.start_calculator .selectize-dropdown .active.create {
	color: #000;
}

.start_calculator .selectize-dropdown-content {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
	-webkit-overflow-scrolling: touch;
}

.start_calculator .selectize-control .selectize-input .item {
	position: absolute;
	left: 15px;
	top: 16px;
}

.start_calculator .selectize-control .selectize-input,
.start_calculator .selectize-control .selectize-input input {
	cursor: pointer;
}

.start_calculator .selectize-control .selectize-input.input-active,
.start_calculator .selectize-control .selectize-input.input-active input {
	cursor: text;
}

.start_calculator .selectize-control .selectize-input:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	margin-top: -3px;
	width: 8px;
	height: 6px;
	background: url('images/arrow.svg') 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 992;
	border: none;
	transform: none;
}

.start_calculator .selectize-control .selectize-input.dropdown-active:after {
	transform: rotate(180deg);
	margin-top: -4px;
}

.start_calculator .selectize-input:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: #f7f7f7;
	z-index: 992;
}

.start_calculator .selectize-control ::-webkit-input-placeholder {
	color: #36394c;
	line-height: 1.0;
}

.start_calculator .selectize-control :-ms-input-placeholder {
	color: #36394c;
	line-height: 1.0;
}

.start_calculator .selectize-control :-moz-placeholder {
	color: #36394c;
	line-height: 3.6;
}

.start_calculator .selectize-control ::-moz-placeholder {
	color: #36394c;
	line-height: 3.6;
}

.calc_container {
	margin: 0 auto;
	position: relative;
	font-family: 'DIN Pro';
	font-weight: 400;
	font-size: 15px;
	line-height: 1.0;
	color: #36394c;
	padding: 0 !important;
}

.start_calculator .calc_header {
	position: relative;
	padding: 34px 32px 70px;
}

.start_calculator .calc_header .calc_header_box {
	position: relative; /*padding: 0 0 0 60px;*/
	padding: 0;
	min-height: 59px;
}

.start_calculator .calc_header img {
	position: absolute;
	left: 0;
	top: 5px;
	width: 40px;
}

.start_calculator .calc_header .calc_header_title {
	position: relative;
	font-size: 28px;
	line-height: 1.2;
	color: #FFF;
	font-weight: 700;
	margin: 0 0 6px;
}

.start_calculator .calc_header .calc_header_subtitle {
	position: relative;
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: 0.03em;;
	color: #fff;
}

.start_calculator .calc_header .calc_header_subtitle a, .start_calculator .calc_header .calc_header_subtitle span {
	white-space: nowrap;
	position: relative;
	color: #FFF;
}

.start_calculator .calc_header .calc_header_subtitle a:before, .start_calculator .calc_header .calc_header_subtitle span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #c9c9ec;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_header .calc_header_subtitle a:hover, .start_calculator .calc_header .calc_header_subtitle span:hover {
	cursor: pointer;
}

.start_calculator .calc_header .calc_header_subtitle a:hover:before, .start_calculator .calc_header .calc_header_subtitle span:hover:before {
	opacity: 0;
}

.start_calculator .calc_fields {
	position: relative;
	padding: 0;
	margin: 0 0 20px;
	background: #FFF; /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.12);*/
}

.start_calculator .calc_row {
	position: relative;
	border: 1px solid #EAEAEA;
	border-bottom: 0;
	padding: 16px 32px 16px;
}

.start_calculator .calc_row.calc_row_main {
	padding-right: 320px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.start_calculator .calc_row.calc_row_last {
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}

.start_calculator .calc_row_price {
	position: absolute;
	right: 50px;
	top: 50%;
	height: 16px;
	font-weight: 700;
	margin-top: -8px;
	font-size: 16px;
}

.start_calculator .calc_row_price:before {
	content: "+ ";
}

.start_calculator .calc_row_price i {
	font-style: normal;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: inherit;
	background: none;
	line-height: normal;
}

.start_calculator .calc_row_price.price_main {
	height: 26px;
	margin-top: -13px;
	font-size: 26px;
}

.start_calculator .calc_row_price.price_main:before {
	display: none;
}

.start_calculator .calc_row_label {
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0;
}
.start_calculator .calc_row_instruction-tool, .text_option_disabled {
	/*position: absolute;
	left: 0;
	top: 100%;*/
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    color: #7e818c;
    margin: 0;
	padding-top: 10px;
}
.text_option_disabled {
	padding: 34px;
}
.start_calculator .calc_row_instruction {
	width: 50%;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	color: #949494;
}

.start_calculator .calc_row_instruction a {
	white-space: nowrap;
	position: relative;
	color: #5050c3;
}

.start_calculator .calc_row_instruction a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: #8686d6;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_row_instruction a:hover {
	cursor: pointer;
}

.start_calculator .calc_row_instruction a:hover:before {
	opacity: 0;
}

.start_calculator .calc_row_instruction.calc_row_instruction_for_checkbox {
	margin-bottom: 0px;
	top: 5px;
}

.start_calculator .calc_radio_button {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	position: relative;
}

.start_calculator .calc_radio_button input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0;
	margin: 0;
	z-index: 991;
}

.start_calculator .calc_radio_button input:hover {
	cursor: pointer;
}

.start_calculator .calc_radio_button button {
	font-size: 18px;
	line-height: 12.6px;
	padding: 10px 20px;
	height: auto;
	color: #000;
	z-index: 990;
	background: transparent;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_radio {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	width: 250px;
	margin: 0 0 15px;
	padding: 0 20px 0 30px;
}

.start_calculator .calc_radio input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0;
	margin: 0;
	z-index: 991;
}

.start_calculator .calc_radio input:hover {
	cursor: pointer;
}

.start_calculator .calc_radio .calc_radio_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: fff;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.start_calculator  .special_tabs .calc_radio .calc_radio_icon {
	border-radius: 0;
}
/*.start_calculator .calc_radio .calc_radio_icon {background: attr(color);}*/
/*.start_calculator .calc_radio .calc_radio_icon:before {content:""; position: absolute; left: 50%; top: 50%; width: 25px; height: 26px; margin: 0; opacity: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: 0.2s; transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transform: translate(-50%, -50%);}*/
.start_calculator .calc_radio .calc_radio_label {
	font-size: 20px;
	position: relative;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #949494;
}

.start_calculator .calc_radio.checked .calc_radio_icon:before {
	opacity: 1;
}

.start_calculator .calc_checkbox {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	width: 250px;
	margin: 0 0 15px;
	padding: 0 20px 0 30px;
}

.start_calculator .calc_checkbox.calc_checkbox_single {
	margin: 0;
	top: 3px;
	width: auto;
}

.start_calculator .calc_checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0;
	margin: 0;
	z-index: 991;
}

.start_calculator .calc_checkbox input:hover {
	cursor: pointer;
}

.start_calculator .calc_checkbox .calc_checkbox_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_checkbox .calc_checkbox_icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 9px;
	margin: -4px 0 0 -5px;
	background: url('images/check.svg') 0 0 no-repeat;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_checkbox .calc_checkbox_label {
	font-size: 14px;
	position: relative;
	line-height: 1.4;
}

.start_calculator .calc_checkbox .calc_checkbox_label.checkbox_label_large {
	font-weight: 700;
	font-size: 16px;
}

.start_calculator .calc_checkbox.checked .calc_checkbox_icon:before {
	opacity: 1;
}

.start_calculator .calc_slider {
	position: relative;
}

.start_calculator .calc_slider .calc_slider_outputs {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.start_calculator .calc_slider .calc_slider_field {
	display: inline-block;
	vertical-align: top;
	width: 140px;
	padding: 0;
	margin: 0;
	height: 40px;
	border: 1px solid #EAEAEA;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: lowercase;
}

.start_calculator .calc_slider .calc_slider_field::placeholder {
	font-size: 12px;
}

.start_calculator .calc_slider .calc_slider_field_label {
	display: inline-block;
	position: relative;
	vertical-align: top;
	top: 19px;
	font-size: 13px;
}

.start_calculator .calc_slider .calc_form_slider {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 22px;
}

.start_calculator .calc_text .calc_text_field {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 10px 1px;
	margin: 0 12px 0 0;
	font-size: 14px;
	height: 50px;
	border: 1px solid #e0e0e0;
	background: #f7f7f7;
	color: #000;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
}

.start_calculator .calc_customselect {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.start_calculator .calc_customselect_output {
	top: 10px;
	position: relative;
}

.start_calculator .calc_customselect_output button {
	height: 30px;
	display: none;
	margin: 0 5px 10px 0;
	padding: 0 35px 1px 10px;
	white-space: nowrap;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.start_calculator .calc_customselect_output button:hover {
	cursor: pointer;
}

.start_calculator .calc_customselect_output button:before {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	width: 7px;
	height: 7px;
	background: url('images/close.svg') 0 0 no-repeat;
	margin-top: -3px;
	background-size: 100% auto;
}

.start_calculator .calc_customselect_output button.checked {
	display: inline-block;
}

.start_calculator .calc_totals {
	position: relative;
	height: 100px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.start_calculator .calc_totals_top {
	margin-bottom: 20px;
}

.start_calculator .calc_totals_top + .calc_totals_hint {
	padding-top: 0;
	margin-bottom: 10px;
}

.start_calculator .calc_totals .calc_totals_title {
	position: absolute;
	left: 30px;
	top: 42px;
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
}

.start_calculator .calc_totals .calc_total {
	position: absolute;
	right: 50px;
	top: 38px;
	color: #FFF;
	font-size: 26px;
	font-weight: 700;
}

.start_calculator .calc_totals .calc_total i {
	font-style: normal;
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: inherit;
	background: none;
	line-height: normal;
}

.start_calculator .calc_totals .calc_total u {
	position: relative;
	text-decoration: none;
	top: -10px;
	font-size: 14px;
}

.start_calculator .select_bowl .calc_row_instruction {
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	color: #7e818c;
	margin: 0;
	padding: 18px 0 15px;
}

.start_calculator .calc_totals_hint {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 500;
	margin: 0;
	padding: 18px 0 15px;
	color: #7e818c;
}

.start_calculator .form_wrap {
	position: relative;
}

.start_calculator .contact_fields {
	position: relative;
	border: 1px solid #e0e0e0;
	padding: 44px 40px 22px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}

.start_calculator .contact_fields_title {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: 700;
}

.start_calculator .form_left {
	position: relative;
	float: left;
	width: 73.771%;
}

.start_calculator .contact_fields .field_wrap {
	float: left;
	width: 30.93333%;
	margin-bottom: 18px;
}

.start_calculator .contact_fields .field_wrap2 {
	margin: 0 3.6% 10px;
}

.start_calculator .contact_fields .field_label {
	margin: 0 0 8px;
	font-size: 13px;
	position: relative;
}

.start_calculator .contact_fields .form_field {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px 2px;
	height: 50px;
	font-size: 14px;
	line-height: 1.0;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.start_calculator .contact_fields .field_wrap_textarea {
	width: 100%;
}

.start_calculator .contact_fields textarea.form_field {
	padding-top: 8px;
	line-height: 1.6;
	height: 70px;
}

.start_calculator .contact_fields .field_wrap_file {
	position: relative;
}

.start_calculator .contact_fields .field_wrap_file .field_label {
	cursor: pointer;
	font-size: 15px;
	color: #504fc4;
	z-index: 2;
	border-bottom: 2px dotted #504fc4;
	line-height: 1.1;
	display: inline-block;
	transition: .4s;
}

.start_calculator .contact_fields .field_wrap_file .field_label:hover {
	opacity: .7;
	border-bottom: 2px dotted transparent !important;
}

.start_calculator .contact_fields .field_wrap_file input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.start_calculator .form_right {
	position: relative;
	float: right;
	width: 21.858%;
}

.start_calculator .form_agreement {
	position: relative;
	padding: 17px 0 0 35px;
	margin: 0 0 21px;
	text-align: left;
}

.start_calculator .form_agreement .checkbox_icon {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 20px;
	width: 18px;
	height: 18px;
	background: #f7f7f7;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .form_agreement .checkbox_icon:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 9px;
	margin: -4px 0 0 -5px;
	background: url('images/check.svg') 0 0 no-repeat;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .form_agreement input {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 991;
	opacity: 0;
	padding: 0;
	margin: 0;
}

.start_calculator .form_agreement input:hover {
	cursor: pointer;
}

.start_calculator .form_agreement .checkbox_label {
	font-size: 13px;
	line-height: 1.4;
	z-index: 990;
	position: relative;
}

.start_calculator .form_agreement .checkbox_label:hover {
	cursor: default;
}

.start_calculator .form_agreement a .checkbox_label:hover {
	cursor: pointer;
	color: #36394c;
}

.start_calculator .form_agreement a .checkbox_label {
	color: #36394c;
}

.start_calculator .form_agreement.checked .checkbox_icon:before {
	opacity: 1;
}

.start_calculator .button_wrap {
	position: relative;
}

.start_calculator .submit {
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	border: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .submit:hover {
	opacity: 0.8;
}

.start_calculator .form_cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 995;
}

.start_calculator .form_cover:hover {
	cursor: default;
}

.with_sidebar .sidebar {
	position: absolute;
	left: 0;
	top: 100px;
	width: 278px;
	height: 400px;
	background: #f3f3fd;
}

.with_sidebar .start_calculator {
	margin-left: 300px;
}

.with_sidebar .start_calculator .calc_row {
	padding-right: 160px;
}

.with_sidebar .start_calculator .calc_row.calc_row_main {
	padding-right: 200px;
}

.start_calculator .calc_form_hint {
	color: #7e818c;
}

.start_calculator .calc_open_form {
	width: 200px;
	margin: 0 auto;
}

.start_calculator input[type=number]::-webkit-inner-spin-button, .start_calculator input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.start_calculator input[type=number] {
	-moz-appearance: textfield;
}

.start_calculator .calc_radio_button button {
	position: static;
	border: 1px solid var(--color-dark-white);
}

.start_calculator .calc_radio_button:hover, .start_calculator .calc_radio:hover {
	z-index: 994;
}

.start_calculator .calc_customselect_output {
	white-space: nowrap;
}

.start_calculator .selectize-input .item {
	display: none;
}

.start_calculator .selectize-input .item:last-of-type {
	display: block;
}

.start_calculator .calc_popup_back {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #36394c;
	opacity: 0.7;
	z-index: 998;
}

.start_calculator .calc_popup_back:hover {
	cursor: pointer;
}

.start_calculator .calc_popup {
	position: fixed;
	display: none;
	left: 50%;
	top: 50%;
	width: 380px;
	height: 220px;
	margin: -110px 0 0 -190px;
	box-shadow: -10px 10px 16px 1px rgba(0, 0, 0, 0.12);
	background: #FFF;
	z-index: 999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.start_calculator .calc_popup:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.start_calculator .calc_popup .calc_popup_close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 22px;
	height: 22px;
	background: url('/bitrix/components/star/calculatorpro/templates/.default/images/close2.svg') 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 992;
}

.start_calculator .calc_popup .calc_popup_close:hover {
	cursor: pointer;
}

.start_calculator .calc_popup .calc_popup_content {
	position: relative;
	padding: 0 40px;
	z-index: 991;
}

.start_calculator .calc_popup .pseudo_table {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.start_calculator .calc_popup .pseudo_td {
	display: table-cell;
	vertical-align: middle;
	height: 220px;
}

.start_calculator .calc_popup .calc_popup_title {
	font-size: 24px;
	font-weight: bold;
	color: #36394c;
	text-align: center;
}

.start_calculator .calc_popup .calc_popup_subtitle {
	font-size: 13px;
	line-height: 1.5;
	color: #36394c;
	text-align: center;
}

.start_calculator .calc_popup_alert:before {
	border: 8px solid #f28379;
}

.start_calculator .calc_popup_alert .calc_popup_title {
	padding: 13px 0 28px;
}

.start_calculator .calc_popup_alert .calc_popup_errors {
	font-size: 13px;
	padding: 15px 20px 16px;
	background: #ffe8e5;
	line-height: 1.5;
	color: #36394c;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.start_calculator .calc_popup_success:before {
	border: 8px solid #5050c3;
}

.start_calculator .calc_popup_success .calc_popup_title {
	padding: 5px 0 0;
}

.start_calculator .calc_popup_success .calc_popup_subtitle {
	padding: 11px 0 0 0;
}

.start_calculator .calc_hint {
	position: relative;
	display: inline;
	z-index: 991;
}

.start_calculator .calc_hint:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	z-index: 990;
	display: none;
}

.start_calculator .calc_hint .calc_hint_in {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
	color: #FFF;
	font-size: 11px;
	padding: 2px 0 0 0;
	z-index: 991;
	box-sizing: border-box;
	line-height: 1.0;
	text-align: center;
	background: #acace6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.start_calculator .calc_hint .calc_hint_in:hover {
	cursor: pointer;
}

.start_calculator .calc_hint .calc_hint_in:before {
	content: "?";
	-webkit-font-smoothing: subpixel-antialiased;
}

.start_calculator .calc_hint .calc_hint_content {
	position: absolute;
	display: none;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	left: 0;
	bottom: 100%;
	margin-bottom: 10px;
	width: 240px;
	z-index: 992;
	padding: 12px 15px 11px;
	font-size: 11px;
	line-height: 1.4;
	color: #585b68;
	box-sizing: border-box;
	background: #fcfcfc;
	-moz-border-radius: 10px 10px 10px 0;
	-webkit-border-radius: 10px 10px 10px 0;
	border-radius: 10px 10px 10px 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_hint:hover {
	z-index: 991;
}

.start_calculator .calc_hint:hover .calc_hint_content {
	display: block;
}

.start_calculator .contact_fields_subtitle {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
	position: relative;
	top: -17px;
}

.start_calculator .contact_fields_short .field_wrap {
	width: 23.125%;
	margin: 0;
}

.start_calculator .contact_fields_short .field_wrap1,
.start_calculator .contact_fields_short .field_wrap2,
.start_calculator .contact_fields_short .field_wrap3 {
	margin-right: 2.5%;
}

.start_calculator .contact_fields_short .field_wrap4 {
	margin-right: 0;
}

.start_calculator .contact_fields_short .form_agreement {
	padding: 13px 0 0 35px;
	top: -6px;
}

.start_calculator .contact_fields_short .submit {
	height: 50px;
}

.start_calculator .calc_img_options {
	position: relative;
}

.start_calculator .calc_img_options:after {
	content: "";
	position: relative;
	clear: both;
	display: block;
}

.start_calculator .calc_img_radio {
	margin: 15px 1.617% 0 0;
	padding: 0;
	float: left;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.start_calculator .calc_img_radio:before {
	content: "";
	position: absolute;
	opacity: 0;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 991;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_img_radio_imgbox {
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.start_calculator .calc_img_radio_imgbox img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.start_calculator .calc_img_radio_labelbox {
	position: relative;
	padding: 0 0 0 30px;
	margin: 12px 9px 12px;
	z-index: 992;
	box-sizing: border-box;
}

.start_calculator .calc_img_radio .calc_hint {
	top: 2px;
	margin: 0 0 0 5px;
}

.start_calculator .calc_img_radio:hover {
	cursor: pointer;
}

.start_calculator .calc_img_radio:hover:before {
	opacity: 1;
}

.start_calculator .calc_img_options.in_row_2 .calc_img_radio {
	width: 41.22%;
}

.start_calculator .calc_img_options.in_row_3 .calc_img_radio {
	width: 26.94%;
}

.start_calculator .calc_img_options.in_row_4 .calc_img_radio {
	width: 19.81%;
}

.start_calculator .calc_img_checkboxes {
	position: relative;
}

.start_calculator .calc_img_checkboxes:after {
	content: "";
	position: relative;
	clear: both;
	display: block;
}

.start_calculator .calc_img_checkbox {
	margin: 21px 2.3% 0 0;
	padding: 0;
	float: left;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.start_calculator .calc_img_checkbox:before {
	content: "";
	position: absolute;
	opacity: 0;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 991;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.start_calculator .calc_img_checkbox_imgbox {
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.start_calculator .calc_img_checkbox_imgbox img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.start_calculator .calc_img_checkbox_labelbox {
	position: relative;
	padding: 0 0 0 30px;
	margin: 12px 9px 12px;
	z-index: 992;
	box-sizing: border-box;
}

.start_calculator .calc_img_checkbox .calc_hint {
	top: 2px;
	margin: 0 0 0 5px;
}

.start_calculator .calc_img_checkbox:hover {
	cursor: pointer;
}

.start_calculator .calc_img_checkbox:hover:before {
	opacity: 1;
}

.start_calculator .calc_img_checkboxes.in_row_2 .calc_img_checkbox {
	width: 41.1%;
}

.start_calculator .calc_img_checkboxes.in_row_3 .calc_img_checkbox {
	width: 26.65%;
}

.start_calculator .calc_img_checkboxes.in_row_4 .calc_img_checkbox {
	width: 19.397%;
}

.start_calculator .calc_radio .calc_hint {
	top: 2px;
	margin: 0 0 0 4px;
}

.start_calculator .calc_switches .calc_hint {
	top: 2px;
	margin: 0 0 0 4px;
}

.start_calculator .calc_radio_button .calc_hint {
	top: 0;
	margin: 0 0 0 11px;
	right: -3px;
}

.start_calculator .calc_radio_button.checked .calc_hint .calc_hint_in {
	color: #504fc4;
}

.start_calculator .calc_checkbox .calc_hint {
	top: 2px;
	margin: 0 0 0 6px;
}

.start_calculator .calc_customselect {
	position: relative;
}

.start_calculator .calc_customselect .calc_customselect_output {
	position: static;
	padding: 10px 0 0 0;
}

.start_calculator .calc_customselect .button {
	position: static;
}

.start_calculator .calc_customselect .calc_hint {
	position: absolute;
	left: 100%;
	margin: 0 0 0 10px;
	top: 18px;
}

.start_calculator .calc_customselect_output button {
	padding: 0 10px 1px 10px;
}

.start_calculator .calc_customselect_output button:before {
	position: relative;
	right: 0;
	top: auto;
	margin: 3px 4px 0 15px;
	float: right;
}

.start_calculator .calc_customselect.single_option .calc_customselect_output {
	top: 0;
	padding: 0;
	height: 1px;
}

.start_calculator .calc_customselect.single_option .calc_customselect_output button {
	font-size: 0;
	height: 1px;
	background: transparent;
	padding: 0;
	margin: 0;
}

.start_calculator .calc_customselect.single_option .calc_customselect_output button:before {
	display: none;
}

.start_calculator .alert_in {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 130px;
}

.start_calculator .alert_in:hover {
	cursor: pointer;
}

.start_calculator .success_in {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 130px;
}

.start_calculator .success_in:hover {
	cursor: pointer;
}

.start_calculator .calc_switch {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	width: 49%;
	margin: 8px 0 10px;
	padding: 0 10px 0 100px;
}

.start_calculator .calc_switch .calc_switch_icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 50px;
	box-sizing: border-box;
	box-shadow: inset 3px 3px 6px -1px rgba(63, 63, 153, 0.3);
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.start_calculator .calc_switch .calc_switch_button {
	position: absolute;
	width: 38px;
	height: 38px;
	top: 5px;
	left: 5px;
	background: #f7f7f7;
	box-shadow: 0 2px 5px 1px rgba(63, 63, 153, 0.35);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
}

.start_calculator .calc_switch .calc_switch_label_wrap {
	display: table;
	width: 100%;
	border-collapse: collapse;
	position: relative;
	top: -1px;
}

.start_calculator .calc_switch .calc_switch_label {
	font-size: 13px;
	position: relative;
	line-height: 1.4;
	color: #36394c;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}

.start_calculator .calc_switch input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	padding: 0;
	margin: 0;
	z-index: 991;
}

.start_calculator .calc_switch input:hover {
	cursor: pointer;
}

.start_calculator .calc_switch.switch_bold {
	margin: 6px 0 0 0;
}

.start_calculator .calc_switch.switch_bold .calc_switch_label {
	font-size: 16px;
	font-weight: bold;
}

.start_calculator .calc_switch.checked .calc_switch_button {
	background: #5050c3;
	left: auto;
	right: 5px;
}

.start_calculator .options__cancel {
	font-size: 15px;
	line-height: 1;
}
.start_calculator .options__cancel svg {
	width: 14px;
	height: 12px;
}

@media screen and (max-width: 1025px) {
	.start_calculator .calc_switch {
		display: block;
		width: 100%;
		margin: 8px 0 5px;
		padding: 0 0 0 80px;
	}

	.start_calculator .calc_switch .calc_switch_icon {
		width: 64px;
		height: 38px;
		box-shadow: inset 2px 2px 4px -1px rgba(63, 63, 153, 0.3);
	}

	.start_calculator .calc_switch .calc_switch_button {
		width: 26px;
		height: 26px;
		box-shadow: 0 1px 3px 1px rgba(63, 63, 153, 0.35);
	}

	.start_calculator .calc_switch .calc_switch_label {
		height: 38px;
	}
}

@media screen and (max-width: 1250px) {
	.calc_container {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 1100px) {
	body {
		-webkit-text-size-adjust: none;
		text-size-adjust: none;
		-ms-text-size-adjust: none;
	}

	.start_calculator .calc_header {
		padding: 28px 50px 30px;
	}

	.start_calculator .form_left {
		width: 71%;
	}

	.start_calculator .form_right {
		width: 25%;
	}

	.start_calculator .form_agreement {
		padding: 17px 0 0 30px;
	}

	.start_calculator .form_agreement .checkbox_label {
		font-size: 12px;
		line-height: 1.4;
	}

	.with_sidebar .start_calculator .calc_slider .calc_slider_outputs {
		width: 180px;
	}

	.with_sidebar .start_calculator .calc_slider .calc_form_slider {
		width: 220px;
	}

	.with_sidebar .start_calculator .calc_radio,
	.with_sidebar .start_calculator .calc_checkbox {
		width: 49.5%;
	}

	.with_sidebar .start_calculator .form_left {
		width: 100%;
		float: none;
	}

	.with_sidebar .start_calculator .form_right {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}
}

@media screen and (max-width: 1025px) {
	.calc_container {
		padding: 50px 0;
	}

	.start_calculator .calc_row {
		padding: 24px 30px 30px;
	}

	.start_calculator .calc_row.calc_row_main {
		padding-right: 30px;
	}

	.start_calculator .calc_row_price {
		position: relative;
		right: auto;
		top: auto;
		height: auto;
		margin-top: 0;
		padding: 22px 0 0 0;
		display: inline-block;
		vertical-align: top;
	}

	.start_calculator .calc_row_price.price_main {
		height: auto;
		margin-top: 0;
		padding: 14px 0 0 0;
	}

	.start_calculator .calc_radio_button button {
		padding: 0 12px 2px;
	}

	.start_calculator .calc_row_single .calc_row_price {
		padding: 8px 0 0 0;
	}

	.start_calculator .calc_row_single .calc_spinner,
	.start_calculator .calc_row_single .calc_customselect,
	.start_calculator .calc_row_single .calc_checkboxes {
		display: inline-block;
		vertical-align: top;
		margin: 0 30px 0 0;
	}

	.start_calculator .calc_slider .calc_slider_outputs, .with_sidebar .start_calculator .calc_slider .calc_slider_outputs {
		width: 80px;
	}

	.start_calculator .calc_slider .calc_form_slider, .with_sidebar .start_calculator .calc_slider .calc_form_slider {
		width: 250px;
	}

	.start_calculator .calc_radio, .start_calculator .calc_checkbox, .with_sidebar .start_calculator .calc_radio, .with_sidebar .start_calculator .calc_checkbox {
		width: 32%;
	}

	.start_calculator .form_left {
		width: 100%;
		float: none;
	}

	.start_calculator .form_right {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	.with_sidebar .sidebar {
		display: none;
	}

	.with_sidebar .start_calculator {
		margin-left: 0;
	}

	.with_sidebar .start_calculator .calc_row,
	.with_sidebar .start_calculator .calc_row.calc_row_main {
		padding-right: 30px;
	}
}

@media screen and (max-width: 1025px) {
	.start_calculator .ui-spinner {
		width: 120px;
	}

	.start_calculator .ui-spinner-input {
		width: 40px;
		height: 40px;
	}

	.start_calculator .ui-button {
		width: 40px;
		height: 40px;
	}

	.calc_container {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}

	.start_calculator .calc_header {
		padding: 16px 12px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.start_calculator .calc_header .calc_header_box {
		padding: 0;
	}

	.start_calculator .calc_header img {
		top: 4px;
		width: 31px;
		float: left;
		position: relative;
		margin: 0 16px 0 0;
	}

	.start_calculator .calc_header .calc_header_title {
		font-size: 20px;
		margin: 0 0 6px;
	}

	.start_calculator .calc_header .calc_header_subtitle {
		font-size: 14px;
		line-height: 1;
	}

	.start_calculator .calc_fields {
		width: 100%;
		padding: 0;
		margin: 0;
		box-shadow: none;
	}

	.start_calculator .calc_row {
		padding: 12px;
		border-left: 0;
		border-right: 0;
	}

	.start_calculator .calc_row.calc_row_main {
		padding-right: 16px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.start_calculator .calc_row.calc_row_last {
		margin: 0;
		border-bottom: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.start_calculator .calc_row_label {
		font-size: 14px;
		margin: 0 0 12px;
	}

	.start_calculator .calc_row_instruction {
		font-size: 10px;
		line-height: 1;
		margin: 0;
	}

	.start_calculator .calc_radio_button button {
		padding: 0 0 2px;
		height: 36px;
		display: block;
		width: 100%;
	}

	.start_calculator .calc_text .calc_text_field {
		height: 36px;
	}

	.start_calculator .calc_slider .calc_slider_field {
		width: 80px;
		height: 32px;
		font-size: 12px;
		line-height: 1;
	}

	.start_calculator .calc_slider .calc_slider_field::placeholder {
		font-size: 10px;
	}

	.start_calculator .calc_slider .calc_slider_field_label {
		top: 12px;
	}

	.start_calculator .calc_slider .calc_form_slider {
		top: auto;
	}

	.start_calculator .calc_radio, .start_calculator .calc_checkbox, .with_sidebar .start_calculator .calc_radio, .with_sidebar .start_calculator .calc_checkbox {
		width: auto;
		display: block;
	}

	.with_sidebar .start_calculator .calc_row, .with_sidebar .start_calculator .calc_row.calc_row_main {
		padding-right: 16px;
	}

	.start_calculator .calc_slider .calc_form_slider, .with_sidebar .start_calculator .calc_slider .calc_form_slider {
		width: 100%;
	}

	.start_calculator .calc_totals {
		height: auto;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		text-align: center;
		padding: 22px 0 18px;
	}

	.start_calculator .calc_totals .calc_totals_title {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 0 10px;
	}

	.start_calculator .calc_totals .calc_total {
		position: relative;
		right: auto;
		top: auto;
	}

	.start_calculator .select_bowl .calc_row_instruction {
		font-size: 12px;
		line-height: 1;
		margin: 0;
		padding: 4px 0;
	}

	.start_calculator .calc_totals_hint {
		font-size: 12px;
		line-height: 1;
		margin: 0;
		padding: 16px 0;
		text-align: center;
	}

	.start_calculator .calc_row_single .calc_row_price {
		padding: 6px 0 0 0;
	}

	.start_calculator .calc_row_single .calc_spinner, .start_calculator .calc_row_single .calc_customselect, .start_calculator .calc_row_single .calc_checkboxes {
		margin: 0 20px 15px 0;
	}

	.start_calculator .contact_fields {
		padding: 20px 16px 22px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.start_calculator .contact_fields_title {
		margin: 0 0 12px;
		font-size: 20px;
		text-align: center;
	}

	.start_calculator .contact_fields .field_wrap {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

	.start_calculator .contact_fields .field_wrap2 {
		margin: 0 0 10px;
	}

	.start_calculator .contact_fields .form_field {
		padding: 0 10px 1px;
		height: 36px;
	}

	.start_calculator .form_agreement {
		padding: 5px 0 0 32px;
		margin: 0 0 16px
	}

	.start_calculator .form_agreement .checkbox_icon {
		top: 8px;
	}

	.start_calculator .submit {
		height: 50px;
	}

	.calc_row img {
		width: 100%;
	}
}

@media screen and (max-width: 1150px) {
	.start_calculator .calc_hint:before {
		display: block;
	}

	.start_calculator .contact_fields_short .field_wrap1 {
		width: 23.75%;
	}

	.start_calculator .contact_fields_short .field_wrap2 {
		width: 23.75%;
	}

	.start_calculator .contact_fields_short .field_wrap3 {
		width: 25%;
	}

	.start_calculator .contact_fields_short .field_wrap4 {
		width: 20%;
	}

	.start_calculator .calc_img_radio {
		margin: 15px 2.3% 0 0;
	}

	.start_calculator .calc_img_options.in_row_4 .calc_img_radio {
		width: 22.7%;
	}

	.start_calculator .calc_img_checkboxes.in_row_4 .calc_img_checkbox {
		width: 22.3%;
	}
}

@media screen and (max-width: 1025px) {
	.start_calculator .contact_fields_short .field_wrap1 {
		width: 48%;
		margin-right: 4%;
	}

	.start_calculator .contact_fields_short .field_wrap2 {
		width: 48%;
		margin-right: 0;
	}

	.start_calculator .contact_fields_short .field_wrap3 {
		width: 48%;
		margin-right: 4%;
		margin-top: 16px;
	}

	.start_calculator .contact_fields_short .field_wrap4 {
		width: 48%;
		margin-right: 0;
		margin-top: 16px;
	}

	.start_calculator .contact_fields_short .form_agreement {
		padding: 17px 0 0 35px;
		top: -9px;
	}

	.start_calculator .calc_img_options.in_row_4 .calc_img_radio {
		width: 26.94%;
	}

	.start_calculator .calc_img_checkboxes.in_row_4 .calc_img_checkbox {
		width: 26.65%;
	}
}

@media screen and (max-width: 1025px) {
	.start_calculator .calc_popup {
		width: 320px;
		margin-left: -160px;
	}

	.start_calculator .calc_popup .calc_popup_close {
		width: 18px;
		height: 18px;
	}

	.start_calculator .calc_popup .calc_popup_content {
		padding: 0 25px;
	}

	.start_calculator .calc_popup .calc_popup_title {
		font-size: 20px;
	}

	.start_calculator .calc_popup_alert:before {
		border: 6px solid #f28379;
	}

	.start_calculator .calc_popup_alert .calc_popup_title {
		padding: 8px 0 20px;
	}

	.start_calculator .calc_popup_success:before {
		border: 6px solid #5050c3;
	}

	.start_calculator .calc_hint .calc_hint_content {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		margin-bottom: 0;
		width: auto;
		background: #504fc4;
		box-shadow: none;
		color: #FFF;
		font-size: 12px;
		padding: 20px 16px 18px;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.start_calculator .calc_customselect_output {
		white-space: normal;
	}

	.start_calculator .contact_fields_subtitle {
		margin: 0 0 20px;
		top: -2px;
	}

	.start_calculator .contact_fields_short .field_wrap1, .start_calculator .contact_fields_short .field_wrap2, .start_calculator .contact_fields_short .field_wrap3, .start_calculator .contact_fields_short .field_wrap4 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.start_calculator .contact_fields_short .form_agreement {
		padding: 5px 0 0 32px;
		top: 0;
	}

	.start_calculator .calc_img_radio {
		margin: 15px 4% 0 0;
	}

	.start_calculator .calc_img_radio .calc_radio_label {
		font-size: 13px;
	}

	.start_calculator .calc_img_options.in_row_2 .calc_img_radio, .start_calculator .calc_img_options.in_row_3 .calc_img_radio, .start_calculator .calc_img_options.in_row_4 .calc_img_radio {
		width: 45.67%;
	}

	.start_calculator .calc_img_checkbox {
		margin: 15px 4% 0 0;
	}

	.start_calculator .calc_img_checkbox .calc_radio_label {
		font-size: 13px;
	}

	.start_calculator .calc_img_checkboxes.in_row_2 .calc_img_checkbox, .start_calculator .calc_img_checkboxes.in_row_3 .calc_img_checkbox, .start_calculator .calc_img_checkboxes.in_row_4 .calc_img_checkbox {
		width: 45.67%;
	}

	.start_calculator .calc_radio_button .calc_hint {
		margin: 0 0 0 3px;
		right: 0;
	}

	.start_calculator .calc_img_options_row {
		padding-right: 0;
	}

	.start_calculator .calc_img_options_row .calc_row_label, .start_calculator .calc_img_options_row .calc_row_instruction {
		margin-right: 16px;
	}

	.start_calculator .calc_img_checkboxes_row {
		padding-right: 0;
	}

	.start_calculator .calc_img_checkboxes_row .calc_row_label, .start_calculator .calc_img_checkboxes_row .calc_row_instruction {
		margin-right: 16px;
	}

	.start_calculator .calc_customselect .calc_hint {
		left: 0;
		margin: 0;
		top: auto;
		bottom: -24px;
	}

	.start_calculator .selectize-input {
		z-index: 990;
	}

	.content_tabs__items img {
		width: 100%;
	}
}

.start_calculator .calc_popup_errors span {
	font-weight: bold;
}

.star_calculator_error {
	display: block;
	background: #fff;
	border: 2px solid red;
	padding: 20px 40px;
}

.star_calculator_error span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: black;
}

.star_calculator_error span.star_calculator_attention {
	background-color: red;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	padding: 20px;
	margin-right: 40px;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.start_calculator .calc_row_text {
	line-height: 1.6;
}

.start_calculator .calc_row_text p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 5px 0;
}

.start_calculator .calc_row_text ol, .start_calculator .calc_row_text ul {
	list-style-position: initial;
	list-style-image: initial;
	margin: 0 0 10px 20px;
	padding: 0;
}

.start_calculator .calc_row_text ul {
	list-style-type: disc;
}

.start_calculator .calc_row_text ol {
	list-style-type: decimal;
}

.start_calculator .calc_row_text ul li, .start_calculator .calc_row_text ol li {
	font-size: 16px;
	line-height: 1.6;
	padding: 0;
	margin: 0 0 5px 0;
	list-style-position: inside;
}

.start_calculator .calc_row_text ol li:before, .start_calculator .calc_row_text ul li:before {
	display: none;
}

.start_calculator .calc_row_text ul li {
	list-style-type: disc;
}

.start_calculator .calc_row_text ol li {
	list-style-type: decimal;
}

.start_calculator .no_border {
	border-top: none;
}

/* .start_calculator .calc_row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.title_group {
	width: 100%;
} */
.relative {
	position: relative;
}
.mb24 {
	margin-bottom: 20px;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}
.fcolumn {
	flex-direction: column;
	align-items: flex-start;
}
.flex_row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ai_center{
	align-items: center !important;
} 

.calc_row img {
	margin-top: 24px;
	width: 100%;
}

.title_group, .start_calculator .calc_row_label {
	color: var(--3, #02343B);
	font-feature-settings: 'liga' off;
	font-family: "DIN Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.03em;
}

.title_group {
	margin-bottom: 24px;
}

.flex_row .calc_row_label {
	color: #949494;
	font-feature-settings: 'liga' off;
	font-family: "DIN Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
}


/* region visualization */
.visualization, .visualization-popup {
	display: none;
}

@media(max-width: 767px){
	.visualization {
		display: block;
	}
}
.input-file, .visualization-block {
	position: relative;
	/*display: inline-block;*/
	display: block;
	margin-bottom: 20px;
}

.input-file span, .visualization-block span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
	background-color: #A66731;
	padding: 39px 0;
	box-sizing: border-box;
	border: none;
	margin: 0;
	transition: background-color 0.2s;
	color: #DCDCDC;
	font-family: "DIN Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 24px */
	letter-spacing: 0.12px;
}

.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}

.calc_row .colors-download {
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0.035em;
}

.calc_row.COUNT_BOWL .calc_radios {
	width: 90%;
}
.calc_row.COUNT_BOWL .mx50 {
	width: 50%;
}
.calc_row.MATERIAL_TABLE_TOP .mx50 {
	width: 60%;
}
/* Focus */
/* .input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
} */

/* Hover/active */
.input-file:hover span, .visualization-block:hover span {
	background-color: #a66731;
}

.input-file:active span, .visualization-block:active span {
	background-color: #A66731;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
	background-color: #eee;
}

.icon_before {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 25px;
	height: 26px;
	margin: 0;
	opacity: 1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transform: translate(-50%, -50%);
}

.start_calculator .select_color .calc_radios {
	display: flex;
	align-items: center;
}

.start_calculator .select_color .ral {
	margin: 0;
	width: 100%;
}

.start_calculator .select_color .calc_radio {
	margin: 0;
}

.start_calculator .select_color .calc_radio .calc_radio_label {
	display: none;
}

.start_calculator .calc_radios {
	display: flex;
	justify-content: space-between;
}

.start_calculator .calc_radio .calc_radio_label {
	padding-left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.start_calculator .special_tabs .calc_radio .calc_radio_label {
	padding-left: 25px;
}
.start_calculator .calc_radio {
	min-width: 40px;
	width: auto;
	height: 40px !important;
}

.ral {
	margin-top: 1.25rem;
}

.form-item {
	position: relative;
	z-index: 0;
}

.ral .form-new-configurator {
	padding: .75rem 1rem;
	background: #fff;
	border: 1px solid #eaeaea;
	/*font-size: 1.2rem;*/
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.ral .form-item__placeholder {
	color: #949494;
	top: .75rem;
	left: 1.2rem;
	font-size: 1.2rem;
	line-height: 1.2rem;
}

.ral .form-input--active ~ .form-item__placeholder {
	display: none;
}

.ral > .form-input:focus ~ .form-item__placeholder {
	display: none;
}

.border_red {
	border: 1px solid rgb(252, 107, 107) !important;
}

.file_project {
	padding: 1.5rem 2rem;
    border-bottom: 1px solid #ededed;
}
.file_project a {
	font-weight: 500;
	color: var(--color-brown);
}

#form_calc {
	display: flex;
	gap: 24px;
	background: #fff;
	align-items: stretch;
}

.w50 {
	width: 50%;
}

.hide {
	display: none !important;
}

.wrapper-addition_options {
	background: rgb(241, 241, 241);
}

.wrapper-addition_options > div:first-child {
	height: 400px;
	background: #fff;
	padding-bottom: 24px;
}
.addition_options-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.addition_options-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.addition_options {
	padding: 34px;
}

/**/
.option_tabs {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin-bottom: 27px;
	margin-top: 20px;
}

.option_tabs__items {
	font-size: .875rem;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.28px;
	border: none;
	text-transform: uppercase;
	white-space: nowrap;
	padding: .625rem 1.125rem;
	background: #fff;
	border: 1px solid var(--color-dark-white);
	border-radius: 3.125rem;
	color: var(--color-dark-green);
	cursor: pointer;

}

.option_tabs__items.active {
	background: #A66731;
	border: 1px solid #A66731;
	color: #fff;
}

.content_tabs__items {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}


.content_tabs__items .element_item-info {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.element_item-info .element_item-info-bottom {
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.content_tabs__items a {
	width: 17.625rem;
	flex: none;
}

.content_tabs__items p {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: var(--color-dark-green);
}

.content_tabs__items:hover img {
	transform: scale(1.05);
}

.content_tabs__items img {
	transition: .3s cubic-bezier(0.33, 1, 0.68, 1);
	width: 17.625rem;
	flex: none;
}

.dop-options-modal-list__img {
	width: 17.625rem;
	flex: none;
}

.content_tabs__items .element_item-info-title {
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 20px */
	letter-spacing: 0.6px;
}

.content_tabs__items:hover .element_item-info a {
	color: var(--color-brown);
}

.element_item-info-desc {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.element_item-info-bottom-button .options__submit {
	display: flex;
	align-items: center;
	gap: .75rem;
	padding: .75rem 0;
	border-top: 1px solid var(--color-brown);
	border-bottom: 1px solid var(--color-brown);
	cursor: pointer;
	transition: .3s cubic-bezier(0.33, 1, 0.68, 1);
	border-color: var(--color-brown-hover);
	justify-content: flex-end;
}

.element_item-info-bottom-button .options__submit span {
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.38px;
	text-transform: uppercase;
	color: var(--color-dark-green);
}

.element_item-info-bottom-price {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
	color: var(--color-dark-green);
}

.start_calculator .special_tabs .calc_radio .calc_radio_icon {
	background: #fff;
}

.start_calculator .special_tabs .calc_radio.checked .calc_radio_icon .icon_before {
	background: #A66731;
	background-size: cover;
	background: url('data:image/svg+xml,<svg viewBox="0 -90 497.33333 497" xmlns="http://www.w3.org/2000/svg"><path d="m195.332031 317.234375-195.332031-195.199219 15.199219-15.203125 180.132812 180.269531 286.933594-286.933593 15.066406 15.066406zm0 0" fill="%23000000" style="fill: rgb(166, 103, 48);"></path></svg>');
	
}
.start_calculator .select-table-top-block {
	display: flex !important;
	/*flex-wrap: wrap;*/
	gap: 5px;
}
@media(max-width: 420px){
	.start_calculator .select-table-top-block {
		flex-direction: column;
	}
}
.start_calculator .select-table-top {
	margin-bottom: 0;
}
.start_calculator .select-table-top-block .checked .calc_radio_icon .icon_before,  .start_calculator .select_material_tt .checked .calc_radio_icon .icon_before{
	background: #A66731;
}
.special_tabs {
	flex-direction: column;
	gap: 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: none;
}

.content_special_tabs {
	width: 100%;
}

.special_tabs .content_tabs__items {
	flex-direction: column;
}

.special_tabs .content_tabs__items .flex_row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.options-block .added_option .added_option_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 15px;
	line-height: 1.3;
	padding: 12px 0;
	border-top: 1px solid #eaeaea;
}

.options-block .added_option .added_option_item:last-child {
	border-bottom: 1px solid #eaeaea;
}
.down_file span {
	padding: 34px 0;
}

.start_calculator .calc_row.WIDTH_TABLE_LEFT .flex_row,
.start_calculator .calc_row.DEPTH_TABLE_BEFORE .flex_row {
	align-items: start;
}
.start_calculator .calc_row.WIDTH_TABLE_LEFT .flex_row .flex,
.start_calculator .calc_row.DEPTH_TABLE_BEFORE .flex_row .flex {
	flex-direction: column;
	align-items: start;
}

@media (max-width: 1025px) {
	#form_calc {
		flex-direction: column;
		gap: 20px;
	}
	.title_group {
		margin-bottom: 10px !important;
	}
	.title_group, .start_calculator .calc_row_label {
		font-size: 18px;
		line-height: 1;
		margin-bottom: 0;
	}
	.start_calculator button, .start_calculator textarea, .start_calculator select, .start_calculator input {
		font-size: 12px;
		line-height: 8px;
	}
	.start_calculator .calc_radio_button button {
		font-size: 12px;
		line-height: 8px;
		height: 24px;
		padding: 8px 12px;
	}
	.start_calculator .calc_row {
		padding-right: 12px !important;
	}
	.start_calculator .calc_row .flex_row .flex.mb24 {
		margin-bottom: 0;
	}
	.title_group, .start_calculator .calc_row_label.calc_elem_name {
		font-size: 14px;
		line-height: 1;
	}
	.hint_table-top {
		font-size: 14px;
	}
	.start_calculator .calc_radio .calc_radio_label {
		font-size: 14px;
		line-height: 1;
		padding-left: 4px;
	}
	.calc_row.COUNT_BOWL .calc_radios {
		width: 100%;
	}
	.calc_row.COUNT_BOWL .mx50 {
		width: 50%;
	}
	.start_calculator .calc_radio .calc_radio_icon {
		width: 32px;
		height: 32px;
		top: 4px;
	}
	.start_calculator .calc_radio .calc_radio_icon .icon_before {
		width: 20px;
		height: 21px;
	}

	.start_calculator .calc_radio {
		padding: 0 0 0 36px;
	}

	.ral .form-item__placeholder {
		font-size: 12px;
		line-height: 1;
	}

	.start_calculator .calc_row.COLOR .calc_radio {
		padding: 0 10px 0 30px;
	}
	.start_calculator .calc_row.COLOR .ral .form-new-configurator {
		font-size: 12px;
		padding: 10px 16px;
	}
	.calc_row .colors-download {
		font-size: 12px;
		line-height: 18px;
	}
	.input-file span, .visualization-block span {
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0.05em;
		gap: 8px;
		padding: 19px 0;
	}
	.input-file span svg,  .visualization-block span svg{
		width: 16px;
		height: 16px;
	}
	.start_calculator .wrapper-addition_options {
		width: 100%;
	}
	.wrapper-addition_options > div:first-child {
		padding-bottom: 20px;
	}
	.addition_options-img img {
		width: 100%;
	}
	.addition_options {
		padding: 20px 12px;
	}
	.option_tabs {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.option_tabs__items {
		font-size: 12px;
		line-height: 8px;
		padding: 8px 12px;
		letter-spacing: unset;
	}
	.content_tabs__items {
		flex-direction: column;
		gap: 12px;
	}
	.content_tabs__items img {
		width: 100%;
	}
	.content_tabs__items .element_item-info-title {
		font-size: 16px;
	}
	.content_tabs__items .element_item-info,
	.element_item-info .element_item-info-bottom {
		gap: 16px;
	}
	.element_item-info-desc,
	.element_item-info-bottom-button .options__submit span {
		font-size: 14px;
	}
	.content_tabs__items {
		border-top: 1px solid #d7d7d7;
		border-bottom: none;
	}
	.content_tabs__items .flex_row .flex {
		margin-bottom: 0;
	}
	.content_tabs__items p {
		font-size: 18px;
	}
	.text_option_disabled {
		padding: 12px;
	}
}
@media (max-width: 600px) {
	.wrapper-addition_options > div:first-child {
		display: none;
	}
	.start_calculator .calc_row_instruction-tool {
		padding-top: 4px;
	}
}

.visualization-popup-title, .visualization_item {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

/*popup*/
.fancybox-container .visualization-popup {
	height: 100%;
	padding: 20px 12px;
	font-family: Moniqa;
	width: 100%;
}
.visualization-popup-title span {
	color: #02343B;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
}
.visualization-popup-title {
	margin-bottom: 32px;
}
.visualization-popup-content {
	font-family: "DIN Pro";
	display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.visualization-popup-content .visualization_item span {
	color: #02343B;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 18px */
}
.visualization-popup-content .visualization_item .title {
	color: #949494;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 
}
.visualization-popup-content .visualization-popup-content-char .clear .title,
.visualization-popup-content .visualization-popup-content-option .clear .title {
	letter-spacing: 0.07px;
	font-size: 14px;
}
.visualization-popup-content .visualization-popup-content-char, .visualization-popup-content .visualization-popup-content-option {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}
.visualization-popup-content .visualization-popup-content-char .visualization_item:first-child,  .visualization-popup-content .visualization-popup-content-option .visualization_item:first-child{
	margin-bottom: 8px;
}

.start_calculator .calc_row .corner-button {
	position: unset;
}


/**disabled options**/

.disabled {
	background: #c8c8c8;
	/*pointer-events: none;*/
}

@media (max-width: 1250px) and (min-width: 1026px) {
	.start_calculator .calc_header {
		padding: 22px 32px 34px;
	}
	.start_calculator .calc_header .calc_header_subtitle {
		font-size: 16px;
	}
	.start_calculator .calc_radio_button button {
		font-size: 14px;
		line-height: 10px;
		padding: 9px 16px;
	}
	.start_calculator .calc_radio {
		padding: 0 0 0 45px;
	}
	.start_calculator .calc_radio .calc_radio_label {
		font-size: 16px;
		padding-left: 0 !important;
	}
	.flex_row .calc_row_label {
		font-size: 16px;
	}
	.start_calculator .calc_row .flex_row .flex.mb24 {
		margin-bottom: 0;
	}
	.start_calculator .calc_row_instruction-tool {
		font-size: 11px;
	}
	.start_calculator .select_bowl .calc_row_instruction {
		font-size: 14px;
		padding: 12px 0 12px;
	}
	.calc_row .colors-download {
		font-size: 12px;
		line-height: 1;
	}
	.down_file span {
		padding: 18px 0;
	}
	.input-file span {
		font-size: 18px;
		line-height: 1;
	}
	.start_calculator .calc_totals_hint {
		font-size: 14px;
	}
	
}

/*всплывашка*/
.start_calculator .calc_row {
	position: static;
}
.calc_hint_content{
	position: absolute;
    top: 2rem;
    left: -30px;
    background: var(--color-white);
    color: var(--color-dark-green);
    border-radius: .5rem;
    font-size: .875rem;
    line-height: 1;
    white-space: wrap;
    padding: .5rem .625rem;
    margin-top: .25rem;
    opacity: 0;
    visibility: hidden;
    transition: .3s cubic-bezier(0.33, 1, 0.68, 1);
}
.calc_radio.height_item:hover >.calc_radio_label .calc_hint_content {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1025px){
	.calc_hint_content{
		left: -300%;
	}
	.calc_radio.no_hover >.calc_radio_label .calc_hint_content {
		opacity: 0 !important;
		visibility: hidden !important;
	}
}

@media(max-width: 1023px){
	.card-anchors__order .card-order__container  .card-order{
		font-size: 1rem;
	}
}
.content_tabs__items .counter{
	display: flex;
 }
 .content_tabs__items .counter .btn_counter_nc {
	 position: relative;
	 width: 35px;
	 height: 35px;
	 border: 1px solid #02343B;
 }
 .content_tabs__items  .counter--minus::before {
   content: "";
   position: absolute;
   display: flex;
   top: 50%;
   left: 50%;
   width: 28px;
   height: 28px;
   transform: translate(-50%, -50%);
   background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M19.3896 14H15.7406L9 14" stroke="%2302343B" stroke-width="1.5" stroke-linecap="square"/></svg>');
 }
 .content_tabs__items  .counter--plus{
   background: #02343B;
 }
 .content_tabs__items  .counter--plus::before {
   content: "";
   position: absolute;
   display: flex;
   top: 50%;
   left: 50%;
   width: 28px;
   height: 28px;
   transform: translate(-50%, -50%);
   background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M14.1948 9L14.1948 12.5122M14.1948 15.4878V19M19.3896 14H15.7406M12.649 14L9 14" stroke="%23F1F1F1" stroke-width="1.5" stroke-linecap="square"/></svg>');
 }
 .content_tabs__items  .counter .counter__count {
   display: flex;
   justify-content: center;
   align-items: center;
   background: transparent;
   font-size: 0.8rem;
   line-height: 1.3;
   font-weight: 500;
   width: 35px;
   height: 35px;
 }
 @media(max-width: 768px){
	.content_tabs__items  .counter .btn_counter_nc {
	 width: 35px;
	 height: 35px;
   }
   .content_tabs__items .counter .counter__count {
	 width: 35px;
	 height: 35px;
   }
 }

.start_calculator .select_color .calc_radios.warn-show{
	align-items: flex-start;
}
span[data-fname-material] {
	text-transform: capitalize;
}

@media (max-width: 1025px) {
    .options-block #dynamic-name {
        padding: 12px !important;
    }
}
.hide_dependece {
	display: none !important;
}

/*подсказка при выборе цвета*/

.color_hint {
	font-size: .9125rem;
    line-height: 1.4;
    font-weight: 500;
    color: #7e818c;
    margin-top: 2rem;
}

.color_hint span {
	color: #A66731
}
@media (max-width: 1023px) {
    .color_hint {
        font-size: .75rem;
        line-height: 1;
        margin-top: 1rem;
    }
}
.hint_table-top {
	padding-bottom: 10px;
}

.hint_dis-tablea-top {
	display: none;
	background: var(--color-white);
    color: var(--color-dark-green);
    border-radius: .5rem;
    font-size: .875rem;
    line-height: 1;
    white-space: nowrap;
    padding: .5rem .625rem;
}
.MATERIAL_TABLE_TOP .calc_radio_label {
	text-transform: uppercase;
}