.glass-railings-calculator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding-top: 30px;
	border-top: 1px solid #cccccc;
	margin-bottom: 30px;
}
.glass-railings-calculator-cont.price-to-left {
	position: relative;
}
.glass-railings-calc-image-cont, .glass-railings-calc-image-cont.with-price>div:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42.5%;
	flex: 0 0 42.5%;
	padding: 35px 20px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 25.23px 3.77px rgba(24, 25, 28, 0.05);
	box-shadow: 0px 1px 25.23px 3.77px rgba(24, 25, 28, 0.05);
}
.glass-railings-calc-image-cont.with-price>div+div {
	margin-top: 20px;
}
.glass-railings-calc-image-cont.with-price {
	background-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}
.glass-railings-calculator .glass-railings-calc-image-block {
	position: relative;
	padding-left: 30px;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.glass-railings-calculator .glass-railings-calc-image-block .grc-image {
	position: relative;
}
.glass-railings-calculator .glass-railings-calc-image-block .grc-image:before {
	content: '';
	display: block;
	padding-top: 54.23%;
}
.glass-railings-calculator .glass-railings-calc-image-block .grc-image img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	min-width: 88.85%;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.glass-railings-calculator .range-slider {
	position: absolute;
	border: none;
	border-radius: 0;
}
.glass-railings-calculator .range-slider.vertical {
	left: 0;
	bottom: 20px;
	height: calc(100% - 31px);
	width: 5px;
}
.glass-railings-calculator .range-slider.vertical:before {
	content: '';
	display: block;
	position: absolute;
	top: -11px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6.5px 12px 6.5px;
	border-color: transparent transparent #737373 transparent;
	-webkit-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	transform: translateX(-6px);
}
.glass-railings-calculator .range-slider.vertical:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 21px;
	bottom: -20px;
	background: inherit;
}
.glass-railings-calculator .range-slider.vertical .ui-state-default {
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	transform: translateX(-50%) translateY(20px);
}
.glass-railings-calculator .range-slider.horizontal {
	left: 20px;
	bottom: 0px;
	height: 5px;
	width: calc(100% - 31px);
}
.glass-railings-calculator .range-slider.horizontal:after {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 21px;
	left: -20px;
	background: inherit;
}
.glass-railings-calculator .range-slider.horizontal .ui-state-default {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-20px);
	-ms-transform: translateY(-50%) translateX(-20px);
	transform: translateY(-50%) translateX(-20px);
	right: 10px;
}
.glass-railings-calculator .range-slider.horizontal:before {
	content: '';
	display: block;
	position: absolute;
	right: -11px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 0 6.5px 12px;
	border-color: transparent transparent transparent #737373;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
}
.glass-railings-calculator .ui-state-default, .ui-widget-content .ui-state-default {
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 2px solid #43c0ff;
	background: #fff;
	outline: none;
	margin: 0;
	cursor: pointer;
}
.glass-railings-calculator .ui-widget-content,
.glass-railings-calculator .ui-widget-header {
	background: #737373;
}
.glass-railings-calculator .glass-railings-calc-image-block>span {
	display: block;
	position: absolute;
	color: #3a3939;
	font-size: 14px;
}
.glass-railings-calculator .glass-railings-calc-image-block>span.h-max {
	bottom: 100%;
	left: 0;
}
.glass-railings-calculator .glass-railings-calc-image-block>span.w-min {
	top: calc(100% + 10px);
	left: 0;
}
.glass-railings-calculator .glass-railings-calc-image-block>span.w-max {
	top: calc(100% + 10px);
	right: 0;
}
.glass-railings-calculator .grc-inputs-row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	margin: 0 -5px;
}
.glass-railings-calculator .grc-inputs-row .grc-input-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 0 5px;
}
.glass-railings-calculator .grc-inputs-row .grc-input-col .title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.glass-railings-calculator .grc-inputs-row .grc-input-col input, .glass-railings-calc-parameter-row input {
	display: block;
	height: 45px;
	width: 100%;
	padding-left: 15px;
	border: 1px solid #d6d6d6;
}
.glass-railings-calculator .grc-inputs-row .grc-input-col input:focus {
	border-color: #43c0ff;
}
.glass-railings-calculator .grc-inputs-row .grc-input-col .input-with-label {
	position: relative;
}
.glass-railings-calculator .grc-inputs-row .grc-input-col .input-with-label>label {
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	font-size: 14px;
	color: #737373;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.glass-railings-calculator .glass-railings-calc-parameters-cont {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 30px;
	padding-top: 10px;
}
.select {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 18px;
}
.select-styled {
	position: relative;
	z-index: 2;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	width: 100%;
	height: 45px;
	padding: 0 35px 0 15px;
	font-size: 16px;
	background: #fff;
	border: 1px solid #d6d6d6;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select-styled>span {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.select-styled:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	height: 20px;
	width: 10px;
	background: url('https://disaglass.ru/wp-content/themes/vega/img/right-arrow.svg') center no-repeat;
	-webkit-filter: grayscale(3) brightness(0);
	filter: grayscale(3) brightness(0);
	background-size: auto 100%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.select-styled:hover {
	color: #296589;
}
.select-styled:active, .select-styled.active {
	z-index: 6;
	color: #43c0ff;
	border-color: #43c0ff;
}
.select-styled:active:after, .select-styled.active:after {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	-webkit-filter: none;
	filter: none;
}
.select-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	max-width: -webkit-min-content;
	max-width: -moz-min-content;
	max-width: min-content;
	z-index: 5;
	margin: -1px 0 0;
	padding: 0;
	font-size: 16px;
	list-style: none;
	background-color: #FFF;
	border: 1px solid #43c0ff;
}
.select-options li {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	padding: 3px 15px;
	min-height: 40px;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select-options li.hidden {
	display: none;
}
.select-options li.disabled {
	color: grey;
	background: lightgrey;
}
.select-options li.active {
	font-weight: bold;
	color: #fff;
	cursor: default;
	background-color: #43c0ff;
}
.select-options li:not(.active):hover {
	color: #296589;
	background-color: rgba(0, 0, 0, 0.03);
}
.select-options li[rel="hide"] {
	display: none;
}
.select-hidden {
	display: none;
}
.glass-railings-calculator .glass-railings-calc-parameter-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	position: relative;
	margin-bottom: 20px;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .title-line {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2px;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .title-line .title {
	display: block;
	font-weight: bold;
	font-size: 16px;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .title-line a {
	font-size: 16px;
	font-style: italic;
	color: #43c0ff;
	text-align: right;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .title-line a:hover {
	color: #296589;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .select {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .grc-tooltip {
	position: relative;
	height: 24px;
	width: 24px;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .grc-tooltip .grc-tooltip-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 4;
	border-radius: 50%;
	background-size: contain;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .grc-tooltip .grc-tooltip-btn svg {
	display: block;
	width: 24px;
	height: 24px;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .grc-tooltip:not(.active) .grc-tooltip-btn:hover svg {
	fill: #c5ccd0;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .grc-tooltip.active .grc-tooltip-btn svg {
	fill: #43c0ff;
}
.glass-railings-calculator .glass-railings-calc-parameter-row .grc-tooltip .grc-tooltip-content {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: -10px;
	padding: 10px 40px 10px 10px;
	min-height: 48px;
	width: min(450px, 100vw - 20px);
	background-color: #fff;
	-webkit-box-shadow: 0px 1px 25.23px 3.77px rgba(24, 25, 28, 0.05);
	box-shadow: 0px 1px 25.23px 3.77px rgba(24, 25, 28, 0.05);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.glass-railings-calculator .glass-railings-calc-parameter-row .grc-tooltip:not(.active) .grc-tooltip-content {
	display: none;
}
.glass-railings-calculator .custom-radio, .glass-railings-calculator .custom-checkbox {
	margin-top: 5px;
}
.glass-railings-calculator .custom-radio>input, .glass-railings-calculator .custom-checkbox>input {
	display: none;
}
.glass-railings-calculator .custom-radio>label, .glass-railings-calculator .custom-checkbox>label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	padding-left: 35px;
	min-height: 26px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
.glass-railings-calculator .custom-radio>label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: 0 0 0 1px #d6d6d6;
	box-shadow: 0 0 0 1px #d6d6d6;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.glass-railings-calculator .custom-checkbox>label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: 0 0 0 1px #d6d6d6;
	box-shadow: 0 0 0 1px #d6d6d6;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.glass-railings-calculator .custom-radio>input:checked+label:before, .glass-railings-calculator .custom-checkbox>input:checked+label:before {
	-webkit-box-shadow: 0 0 0 1px #43c0ff;
	box-shadow: 0 0 0 1px #43c0ff;
	background-color: #43c0ff;
}
.glass-railings-calculator .custom-radio>input:not(:checked)+label:hover:before, .glass-railings-calculator .custom-checkbox>input:not(:checked)+label:hover:before {
	-webkit-box-shadow: 0 0 0 1px #43c0ff;
	box-shadow: 0 0 0 1px #43c0ff;
}
.glass-railings-calculator .glass-railings-calc-parameter-total .price {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0.6em;
}
.glass-railings-calculator .glass-railings-calc-parameter-total .price.fs24 {
	font-size: 24px;
}
.note {
	color: #585858;
	font-size: 14px;
	margin: -20px 0 30px;
}
.custom-inputs-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
.custom-inputs-group>div {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding-right: 15px;
}
.custom-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 5px;
}
.custom-number input {
	width: 65px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.custom-number label {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	padding-left: 14px;
	min-height: 26px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	margin: 0;
}
.price-to-left .glass-railings-calc-parameter-total {
	position: absolute;
	left: 0;
	top: 400px;
	width: 42.5%;
	padding: 35px 20px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.one-size .glass-railings-calc-image-block {
	padding-left: 0;
	text-align: center;
}
input[readonly] {
	background-color: #d6d6d629;
}
input[readonly]:focus {
	border-color: inherit;
}
@media screen and (max-width: 720px) {
	.glass-railings-calculator {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.glass-railings-calc-image-cont {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		margin-bottom: 20px
	}
	.glass-railings-calculator .glass-railings-calc-parameters-cont {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		padding-left: 0;
	}
	.price-to-left .glass-railings-calc-parameter-total {
		position: relative;
		top: 0;
		width: inherit;
		padding: inherit;
	}
	.glass-railings-calculator .glass-railings-calc-parameter-total {
		margin-right: -35px
	}
}