

/* Start:/local/templates/main/components/bitrix/news/calculators/bitrix/news.detail/.default/style.css?17684847503049*/
.calculator__wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.calculator__chapter p {
	text-align: left;
}
.calculator__description {
	width: 60%;
	margin-right: 25px;
}
@media (max-width: 992px) {
	.calculator__description {
		width: 100%;
		margin-right: 0;
	}
}
.calculator__chapter {
	margin-bottom: 40px;
}
.calculator__chapter:last-child {
	margin-bottom: 0;
}
.calculator__chapter-title {
	font-size: 24px;
	margin-bottom: 25px;
}

.calculator__chapter p {
	font-size: 16px;
	line-height: 140%;
	color: #1a222c;
}

.calculator__form {
	width: 40%;
	border: 1px solid #ececec;
}



.calculator__form-wrapper {
	padding: 35px;
}

@media (max-width: 992px) {
	.calculator__form {
		margin-bottom: 30px;
	}
	.calculator__form {
		width: 100%;
	}
	.calculator__wrapper {
		flex-direction: column-reverse;
	}
}

.calculator__form-title {
	font-size: 18px;
	margin-bottom: 25px;
}
.calculator__form-row {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.calculator__form-row.fw {
	flex-wrap: wrap;
}

.calculator__form-col {
	display: flex;
	flex-direction: column;
	margin-right: 25px;
	width: 45%;
}
.calculator__form-col:last-child {
	margin-right: 0;
}
.calculator__form-col_sm {
	width: 30%;
}

@media (max-width: 1550px) {
	.calculator__form-wrapper {
    padding: 16px;
	}
	.calculator__form-col_sm {
		width: 46%;
		margin-bottom: 10px;
	}
}

@media (max-width: 992px) {
	.calculator__form-col_sm {
    width: 100%;
		margin-right: 0;
	}
}

.calculator__form-col label {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
	white-space: nowrap;
	font-weight: 500;
	line-height: 120%;
}

.calculator__form input:not([type="radio"]), select {
	padding: 15px 20px;
	height: 54px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #E7EAEC;
}


.colored_table {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
}

.calculator__table-form {
	max-width: 100%;
	table-layout: fixed;
	overflow: hidden;
	word-break: break-word;
}
.colored_table thead {
	border: 1px solid #ececec;
}
.colored_table thead tr {
	background: #F7F7F7;
}
.calculator__table th {
	border-right: 1px solid #ececec;
}
.colored_table th {
	text-align: left;
}
table.colored_table>thead>tr>th, table.colored_table>thead>tr>td {
	padding: 11px 21px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.4;
}
.colored_table tbody {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

table.colored_table>tbody>tr>th, table.colored_table>tfoot>tr>th, table.colored_table>tbody>tr>td, table.colored_table>tfoot>tr>td {
	padding: 14px 20px 15px;
	border-bottom: 1px solid #ececec;
	line-height: 1.4;
	border-right: 1px solid #ececec;
}

.df-c {
	display: flex;
	align-items: center;
}
/* End */
/* /local/templates/main/components/bitrix/news/calculators/bitrix/news.detail/.default/style.css?17684847503049 */
