

/* Start:/local/components/nexlab/calc/templates/.default/css/styles.css?17658991224690*/
/* Author Igor Veynik | Site: NexusLab.ru | Telegram: @thenexus */

.calc-debug {
	border: #c00 1px solid;
	background: #fff;
	padding: 15px;
	font: 12px Arial;
	color: #000;
	position: fixed;
	z-index: 99999999999;
	left: 20px;
	top: 20px;
}
.calc-debug b {
	display: inline-block;
	width: 250px;
}
.calc {
	clear: both;
}
.calc-top {
	padding-top: 40px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.calc-form {
	width: 100%;
	max-width: 675px;
	padding-right: 20px;
}
.calc-form-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.calc-form-item > span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Esqadero';
	color: #081F34;
}
.calc-form-select {
	width: 100%;
	max-width: 310px;
}
.calc-form-select .jq-selectbox__select {
	padding: 0 50px 0 10px;
	background: transparent;
	font-size: 16px;
	height: 42px;
	line-height: 38px;
	border: 2px solid #081F34;
	color: #000;
}
.calc-form-select .jq-selectbox__trigger {
	width: 50px;
	background: transparent;
}
.calc-form-select .jq-selectbox__trigger-arrow {
	width: 20px;
	height: 13px;
	background-image: url(/local/components/nexlab/calc/templates/.default/css/images/select-arrow-bg.svg) !important;
	top: 13px;
	right: 13px;
}
.calc-form-select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform: rotate(180deg);
}
.calc-form-select .jq-selectbox__dropdown {
	background: #fff;
	border: 1px solid #C4C4C4;
	border-top: 0;
}
.calc-form-select .jq-selectbox li {
	padding: 10px;
	color: #000;
	border-bottom: 1px solid #C4C4C4;;
}
.calc-form-select .jq-selectbox li:last-child {
	border-bottom: 0;
}
.calc-form-select .jq-selectbox li:hover,
.calc-form-select .jq-selectbox li.selected {
	color: #fff;
	background: #081F34;
}
.calc-form-input {
	width: 100%;
	max-width: 310px;
}
.calc-form-input input {
	width: 100%;
	height: 42px;
	border: 2px solid #081F34;
	padding: 10px;
	font-size: 16px;
	color: #000;
}
.calc-form-disabled {}
.calc-form-radio {
	width: 100%;
	max-width: 310px;
	padding: 10px 0;
}
.calc-form-radio label {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	color: #000;
	font-size: 16px;
	font-family: 'Esqadero';
	cursor: pointer;
}
.calc-form-radio .jq-radio {
	width: 30px;
	height: 30px;
	top: 0;
	left: 0;
	box-shadow: none;
	background: #fff;
	border: 2px solid #53A1DD;
	margin: 0 5px 0 0;
}
.calc-form-radio label span {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
}
.calc-form-radio .jq-radio.checked {
	border-width: 8px;
}
.calc-form-radio .jq-radio.checked .jq-radio__div {
	display: none;
	box-shadow: none;
	background: none;
	margin: 0;
}
.calc-form-radio input {}
.calc-image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(/local/components/nexlab/calc/templates/.default/css/../images/scheme.png);
	padding: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}

.calc-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding: 40px 0;
}
.calc-item {
	width: calc(33.33% - 20px);
	margin: 0 10px 20px;
	border: 3px solid #081F34;
	padding: 30px 20px 40px;
	position: relative;
}
.calc-item > span {
	display: block;
	min-height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 30px;
}
.calc-item-img { margin-bottom: 20px; }
.calc-item ul {
	list-style: none;
	padding: 0 0 10px;
	margin: 0;
}
.calc-item ul li {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 10px;
}
.calc-item-label {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 10px;
	background: #53A1DD;
	position: absolute;
	bottom: -3px;
	left: -3px;
	z-index: 2;
	width: calc(100% + 6px);
	text-align: center;
}
.calc-item.calc-stage-normal .calc-item-label {
	background: #7CBA38;
}
.calc-item.calc-stage-normal {
	border-color: #7CBA38;
}
.calc-item.calc-stage-bad .calc-item-label {
	background: #B22418;
}
.calc-item.calc-stage-bad {
	border-color: #B22418;
}

@media (max-width: 991px) {
	.calc-form {
		width: 50%;
	}
	.calc-form-item {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.calc-form-item > span {
		margin-bottom: 5px;
	}
	.calc-form-input,
	.calc-form-select {
		max-width: 100%;
	}
	.calc-image {
		width: 50%;
		padding: 30px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 350px;
		display: flex;
	}
	.calc-item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 767px) {
	.calc-top {
		flex-direction: column;
	}
	.calc-form, .calc-image {
		width: 100%;
	}
	.calc-form {
		padding-right: 0;
		margin-bottom: 30px;
	}
	.calc-items {
		margin: 0;
	}
	.calc-item {
		width: 100%;
		margin: 0 0 20px;
	}
}




/* End */
/* /local/components/nexlab/calc/templates/.default/css/styles.css?17658991224690 */
