

/* Start:/local/components/rcparty/silo.calculator/templates/.default/style.css?16544997991406*/
.calculator-results {
	display: flex;
	margin: 30px 0 30px;
}
.calculator-result-sum-button {
	width: 100%;
	padding: 25px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	background: #3dbdac;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	justify-content: space-between;
}
.calculator-result-sum {
	font-size: 32px;
	font-weight: bold;
	line-height: 32px;
}
.calculator-button {
	width: 180px;
}
.calculator-result {
	width: calc(100% - 210px);
	display: flex;
	align-items: center;
}
.calculator-result-label {
	margin-right: 10px;
	white-space: nowrap;
}
.calculator-results .btn {
	background-color: #ffa000;
	padding: 11px 21px;
}
.calculator-fields .control-label {
	display: flex;
	line-height: 19px;
	height: calc(19px * 2);
	align-items: center;
}
.calculator-fields .form-group {
    margin-bottom: 10px;
}
.calculator-description {
	font-size: 15px;
	line-height: 25px;
}
.calculator-description ul:not([class]) > li:before {
	top: .7em;
}
@media (max-width:767px){
	.calculator-result-sum-button {
		padding: 20px;
	}
	.calculator-result,
	.calculator-result-sum-button {
		flex-direction: column;
	}
	.calculator-button,
	.calculator-result {
		width: 100%;
		text-align: center;
	}
	.calculator-result-label {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.calculator-button {
		margin-top: 20px;
	}
}
/* End */
/* /local/components/rcparty/silo.calculator/templates/.default/style.css?16544997991406 */
