


b,
fieldset,
form,
label,
tfoot,
thead,
article,
aside,
canvas,
section {
	font-weight: 400;
	vertical-align: baseline;
	padding: 0;
	margin: 0
}





table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}




input,
select {
	outline: none
}

select {
	cursor: pointer
}

.form_half-widget {
	max-width: 50%
}

.form_horizontal {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.form_column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.form__column_46 {
	width: 48%
}

.form__column_inline .form__block_46 {
	width: 100%
}

.form__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.form__block {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px
}

.form__block_46 {
	width: 48%
}

.form__sublevel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 25px
}

.form__sublevel-title {
	margin-top: 15px;
	margin-bottom: 8px
}

.form__title {
	font-size: 18px;
	margin-bottom: 10px
}

.form__title_heightfix {
	min-width: 1px;
	height: 16px
}

.form__title_font14 {
	font-size: 1.4rem
}

.form__block_inline {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 25px
}

.form__radio-group {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px
}

.form__checkbox-group {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px
}

.field {
	width: 100%;
	border: 0
}

.field__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.field_grey {
	height: 50px;
	border: 2px solid #b5c0cc;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.field_grey-md {
	height: 40px;
	padding: 0 10px
}

.field_grey-light {
	border: 1px solid #dde2e5;
	-webkit-border-radius: 3px;
	border-radius: 3px
}

.field_pad {
	padding: 0 13px
}

.field_left-pad {
	padding-left: 13px
}

.field_right-pad {
	padding-right: 13px
}

.field_growed {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.field_14 {
	font-size: 1.4rem
}

.field_12 {
	font-size: 1.2rem
}

.field:disabled {
	background-color: #f0f3f4;
	color: #b5c0cc
}

.field-group {
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 13px
}

.field-group__label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.field-group__label_sm {
	width: 100%;
	max-width: 37%
}

.field-group__symbol-sep {
	width: 1px;
	height: 100%;
	display: block;
	margin-right: 6px
}

.field-group__sep {
	width: 1px;
	min-width: 1px;
	max-width: 1px;
	margin: 0 5px
}

.field-group__sep_grey {
	background-color: #b5c0cc
}

.field-group__symbol {
	color: #b5c0cc;
	line-height: 2.1
}

.field-group_grey {
	border: 2px solid #b5c0cc;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.select-group {
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.select-group_grey {
	border: 2px solid #b5c0cc;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.checkbox-group {
	cursor: pointer;
	position: relative;
	padding-left: 25px
}

.checkbox-group__input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.checkbox-group__span {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #dde2e5;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	position: absolute;
	left: 0;
	top: -1px
}

.checkbox-group__span::after {
	content: "";
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: none;
	position: absolute;
	top: 2px;
	left: 6px
}

.checkbox-group__input:checked~.checkbox-group__span {
	background-color: #09f;
	border: 0
}

.checkbox-group__input:checked~.checkbox-group__span_red {
	background-color: #f76081
}

.checkbox-group__input:checked~.checkbox-group__span_orange {
	background-color: #f89f3f
}

.checkbox-group__input:checked~.checkbox-group__span_yellow {
	background-color: #facd59
}

.checkbox-group__input:checked~.checkbox-group__span_green {
	background-color: #5dc0c1
}

.checkbox-group__input:checked~.checkbox-group__span_blue {
	background-color: #4ca1f3
}

.checkbox-group__input:checked~.checkbox-group__span:after {
	display: block
}

.radio-group {
	cursor: pointer;
	display: block;
	position: relative;
	padding-left: 25px
}

.radio-group__input {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	opacity: 0
}

.radio-group__span {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #dde2e5;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: -1px
}

.radio-group__span::after {
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: none;
	position: absolute;
	top: 5px;
	left: 5px
}

.radio-group__input:checked~.radio-group__span {
	background-color: #09f;
	border: 0
}

.radio-group__input:checked~.radio-group__span:after {
	display: block
}

[data-wset-group=false] .form__sublevel {
	color: #dde2e5;
	cursor: not-allowed
}

[data-wset-group=false] .checkbox-group__input:checked~.checkbox-group__span {
	background-color: #dde2e5
}

[data-field] {
	-webkit-transition: font-size .3s ease;
	-o-transition: font-size .3s ease;
	transition: font-size .3s ease
}

[data-active-field="%"] [data-field=num],
[data-fakeactive-field="%"] [data-field=num] {
	font-size: 18px;
	color: #b5c0cc;
	padding-top: 3px
}

[data-active-field=num] [data-field="%"],
[data-fakeactive-field=num] [data-field="%"] {
	font-size: 18px;
	color: #b5c0cc;
	padding-top: 3px
}

@media(max-width:991px) {
	.form__block {
		margin-bottom: 20px
	}
	.form__block_46 {
		width: 47%
	}
}

@media(max-width:767px) {
	.form__block {
		margin-bottom: 20px
	}
	.form__block_46 {
		width: 48%
	}
}

@media(max-width:649px) {
	.form__column_46 {
		width: 100%
	}
	.form__column_inline {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.form__column_inline .form__block_46 {
		width: 48%
	}
	.form__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.form__row_inline {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.form__row_inline .form__block_46 {
		width: 48%
	}
	.form__block_46 {
		max-width: 100%
	}
	.field-group__label_sm {
		max-width: 51%
	}
}

@media(max-width:500px) {
	.field-group_grey {
		height: 45px
	}
	.field-group__symbol {
		line-height: 2.6
	}
	.field_grey {
		max-height: 45px
	}
	.form__title {
		font-size: 1.4rem;
		margin-bottom: 5px
	}
	.form__block {
		margin-bottom: 15px
	}
}

.tooltip-icon {
	width: 18px;
	height: 18px;
	background-image: url(../assets/img/tooltip-icon.svg);
	cursor: default;
	display: inline-block;
	vertical-align: middle;
	z-index: 10000;
	margin: -8px 0 0 3px
}

.btn {
	text-align: center;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: inline-block
}

.btn_blue {
	width: 100%;
	height: 50px;
	font-size: 1.6rem;
	line-height: 3.2;
	color: #fff;
	background-color: #09f;
	text-transform: uppercase
}

.btn_grey {
	background-color: #b5c0cc
}

.btn_border-grey {
	color: #6b7177;
	border: 1px solid #b5c0cc
}

.btn_sm {
	height: 30px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 5px 20px
}

.btn_160 {
	width: 160px
}

.btn_180 {
	width: 180px
}

.btn_240 {
	width: 240px
}

.btn_link {
	font-size: 1.6rem;
	color: #333;
	text-decoration: underline;
	display: block;
	margin: 60px auto 0
}

.btn_input {
	width: 100%;
	max-width: 320px
}

@media(max-width:500px) {
	.btn_blue {
		height: 45px;
		font-size: 1.5rem
	}
}

.adverts-main {
	width: 300px;
	height: 600px;
	margin-left: 40px;
	display: none
}

@media(max-width:1199px) {
	.adverts-main {
		display: none
	}
}

.grey-block {
	background-color: #f6f9fc
}

.white-block {
	background-color: #fff
}

.datepicker {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	direction: ltr
}

.datepicker-inline {
	width: 220px
}

.datepicker-rtl {
	direction: rtl
}

.datepicker-rtl.dropdown-menu {
	left: auto
}

.datepicker-rtl table tr td span {
	float: right
}

.datepicker-dropdown {
	top: 0;
	left: 0;
	padding: 4px
}

.datepicker-dropdown:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, .15);
	border-top: 0;
	border-bottom-color: rgba(0, 0, 0, .2);
	position: absolute
}

.datepicker-dropdown:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-top: 0;
	position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
	left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
	left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
	right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
	right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
	top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
	top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
	bottom: -7px;
	border-bottom: 0;
	border-top: 7px solid rgba(0, 0, 0, .15)
}

.datepicker-dropdown.datepicker-orient-top:after {
	bottom: -6px;
	border-bottom: 0;
	border-top: 6px solid #fff
}

.datepicker table {
	margin: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
	text-align: center;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
	background-color: transparent
}

.datepicker table tr td.old,
.datepicker table tr td.new {
	color: #777
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
	background: #eee;
	cursor: pointer
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default
}

.datepicker table tr td.highlighted {
	color: #000;
	background-color: #d9edf7;
	border-color: #85c5e5;
	-webkit-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
	color: #000;
	background-color: #afd9ee;
	border-color: #298fc2
}

.datepicker table tr td.highlighted:hover {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
	color: #000;
	background-color: #afd9ee;
	border-color: #52addb
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
	color: #000;
	background-color: #91cbe8;
	border-color: #298fc2
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
	background-color: #d9edf7;
	border-color: #85c5e5
}

.datepicker table tr td.highlighted.focused {
	background: #afd9ee
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
	background: #d9edf7;
	color: #777
}

.datepicker table tr td.today {
	color: #000;
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
	color: #000;
	background-color: #ffc966;
	border-color: #b37400
}

.datepicker table tr td.today:hover {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
	color: #000;
	background-color: #ffc966;
	border-color: #f59e00
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
	color: #000;
	background-color: #ffbc42;
	border-color: #b37400
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
	background-color: #ffdb99;
	border-color: #ffb733
}

.datepicker table tr td.today.focused {
	background: #ffc966
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
	background: #ffdb99;
	color: #777
}

.datepicker table tr td.range {
	color: #000;
	background-color: #eee;
	border-color: #bbb;
	-webkit-border-radius: 0;
	border-radius: 0
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
	color: #000;
	background-color: #d5d5d5;
	border-color: #7c7c7c
}

.datepicker table tr td.range:hover {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
	color: #000;
	background-color: #d5d5d5;
	border-color: #9d9d9d
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
	color: #000;
	background-color: #c3c3c3;
	border-color: #7c7c7c
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
	background-color: #eee;
	border-color: #bbb
}

.datepicker table tr td.range.focused {
	background: #d5d5d5
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
	background: #eee;
	color: #777
}

.datepicker table tr td.range.highlighted {
	color: #000;
	background-color: #e4eef3;
	border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
	color: #000;
	background-color: #c1d7e3;
	border-color: #4b88a6
}

.datepicker table tr td.range.highlighted:hover {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
	color: #000;
	background-color: #c1d7e3;
	border-color: #73a6c0
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
	color: #000;
	background-color: #a8c8d8;
	border-color: #4b88a6
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
	background-color: #e4eef3;
	border-color: #9dc1d3
}

.datepicker table tr td.range.highlighted.focused {
	background: #c1d7e3
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
	background: #e4eef3;
	color: #777
}

.datepicker table tr td.range.today {
	color: #000;
	background-color: #f7ca77;
	border-color: #f1a417
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
	color: #000;
	background-color: #f4b747;
	border-color: #815608
}

.datepicker table tr td.range.today:hover {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
	color: #000;
	background-color: #f4b747;
	border-color: #bf800c
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
	color: #000;
	background-color: #f2aa25;
	border-color: #815608
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
	background-color: #f7ca77;
	border-color: #f1a417
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
	background: #f7ca77;
	color: #777
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
	color: #fff;
	background-color: #777;
	border-color: #555;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #161616
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
	color: #fff;
	background-color: #5e5e5e;
	border-color: #373737
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #161616
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
	background-color: #777;
	border-color: #555
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
	background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
	color: #777
}

.datepicker .datepicker-switch {
	width: 145px
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
	cursor: pointer
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
	background: #eee
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
	visibility: hidden
}

.datepicker .cw {
	font-size: 10px;
	width: 12px;
	padding: 0 2px 0 5px;
	vertical-align: middle
}

.input-group.date .input-group-addon {
	cursor: pointer
}

.input-daterange {
	width: 100%
}

.input-daterange input {
	text-align: center
}

.input-daterange input:first-child {
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
	width: auto;
	min-width: 16px;
	padding: 4px 5px;
	line-height: 1.42857143;
	border-width: 1px 0;
	margin-left: -5px;
	margin-right: -5px
}

.datepicker.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color: #333;
	font-size: 13px;
	line-height: 1.42857143
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
	padding: 0 5px
}

.datepicker th {
	font-weight: 400
}

.another-calc__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 100px 0
}

.another-calc__content_vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.another-calc__icon-block {
	margin: 0 15px
}

@media(max-width:767px) {
	.another-calc__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 40px
	}
}

@media(max-width:500px) {
	.another-calc__content {
		margin: 40px 0
	}
}

.icon-block {
	width: 33%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.icon-block__link {
	width: 100%;
	text-decoration: none;
	cursor: pointer
}

.icon-block__link-text {
	color: #09f;
	text-align: center;
	line-height: 1.4;
	display: block;
	margin: 20px 0
}

.icon-block__icon {
	text-align: center;
	border: 0
}

.icon-block__icon .icon-block__img {
	width: 100%;
	height: 130px;
	max-width: 130px;
	max-height: 130px;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #fff;
	background: -webkit-gradient(linear, left bottom, left top, from(#76f), to(#5650e9));
	background: -webkit-linear-gradient(bottom, #76f, #5650e9);
	background: -o-linear-gradient(bottom, #76f, #5650e9);
	background: linear-gradient(360deg, #76f, #5650e9);
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #ccc;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-webkit-box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 3px 32px 0 rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px auto
}

.icon-block__icon img {
	width: 100%;
	max-width: 130px;
	border: 0
}

.icon-block__icon_vertical img {
	max-width: 70px
}

.icon-block__text {
	width: 100%;
	text-align: center;
	line-height: 1.4
}

@media(max-width:767px) {
	.icon-block {
		width: 100%
	}
}

.nav-states-mortgage__content {
	border-top: 1px solid #dde2e5;
	padding: 15px 0;
	margin: 60px 0 30px
}

.nav-states-mortgage__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.nav-states-mortgage h3 {
	text-align: center;
	margin-top: 35px
}

.nav-states-mortgage a {
	color: #838c96;
	font-size: 1.4rem;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	margin: 15px 0
}

@media(max-width:991px) {
	.nav-states-mortgage__list {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.nav-states-mortgage__column {
		width: 50%
	}
	.nav-states-mortgage__column:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.nav-states-mortgage__column:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.nav-states-mortgage__column:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.nav-states-mortgage__column:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
}

@media(max-width:991px) {
	.nav-states-mortgage__column {
		width: 100%;
		text-align: center
	}
	.nav-states-mortgage__column:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}
	.nav-states-mortgage__column:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}
	.nav-states-mortgage__column:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.nav-states-mortgage__column:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}
}

.wrap__section {
	margin: 20px 0
}

.white-text {
	color: #fff
}

.bold {
	font-weight: 700
}

.center {
	text-align: center
}

.right {
	text-align: right!important
}

.left {
	text-align: left!important
}

.mao-clear {
	clear: both
}

.mao-nowrap {
	white-space: nowrap
}

.mao-block {
	display: block
}

.grow1 {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.grow2 {
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2
}

.grow3 {
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3
}

.grow4 {
	-webkit-box-flex: 4;
	-webkit-flex-grow: 4;
	-ms-flex-positive: 4;
	flex-grow: 4
}

.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.box {
	background-color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 70px 0 rgba(46, 46, 46, .15);
	box-shadow: 0 1px 70px 0 rgba(46, 46, 46, .15)
}

.box2 {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	padding: 60px
}

.change-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.change-block__arrow {
	margin-right: 7px
}

.change-block__arrow svg {
	width: 19px;
	height: 14px
}

.change-block__arrow_red svg {
	fill: #f76081;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.change-block__arrow_green svg {
	fill: #5dc0c1;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media(max-width:767px) {
	.box {
		-webkit-border-radius: 5px;
		border-radius: 5px
	}
}


@media(max-width:499px) {
	.widget .mobile-nav-toggler {
		top: 2px
	}
	.widget .mobile-nav-toggler.fix {
		top: 12px
	}
}




.header_sm {
	background: -webkit-gradient(linear, right top, left top, from(#76f), to(#5650e9));
	background: -webkit-linear-gradient(right, #76f, #5650e9);
	background: -o-linear-gradient(right, #76f, #5650e9);
	background: linear-gradient(to left, #76f, #5650e9);
	position: relative;
	padding: 10px 0
}

@media(min-width:650px) {
	.header__h1 header__h1-desktop-hide {
		display: none
	}
}

@media(max-width:649px) {
	.header__h1 {
		margin-top: 15px
	}
	.h1.header__h1-widget {
		font-size: 1.6rem;
		margin-top: 9px
	}
}

@media(max-width:500px) {
	.header__h1.h1 {
		font-size: 1.6rem;
		margin: -15px 0 0
	}
	.header__h1_vertical-center {
		margin-top: -6px!important
	}
	.header_lg {
		height: 450px
	}
	.h1.header__h1-widget {
		font-size: 1.6rem;
		margin-top: 9px
	}
}

@-webkit-keyframes headerAnim {
	0% {
		padding-top: 25px
	}
	100% {
		padding-top: 10px
	}
}

@keyframes headerAnim {
	0% {
		padding-top: 25px
	}
	100% {
		padding-top: 10px
	}
}

.doughnut-container {
	width: 100%;
	max-width: 200px;
	position: relative;
	margin: 0 60px 0 0
}

@media(max-width:649px) {
	.doughnut-container {
		margin: 20px 0
	}
}

.chart2 {
	display: none
}

.chart2__content {
	margin: 80px 0
}

.chart2 img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}

.amortization-schedule {
	max-width: 950px;
	display: none;
	margin: 60px auto
}

.amortization-schedule.opened {
	display: block
}

.amortization-schedule__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.amortization-schedule__block {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.amortization-schedule__h {
	font-size: 1.2rem;
	margin-bottom: 10px;
	font-weight: 600;
}

.amortization-schedule__date-input {
	width: 100%;
	max-width: 450px;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	padding: 0 20px
}

.amortization-schedule__payoff-date {
	font-size: 2rem;
	text-align: right;
}

.amortization-schedule__h2 {
	margin: 25px 0
}




/* .amortization-schedule thead tr {
	height: 40px;
	font-size: 18px;
	text-align: right;
	border-bottom: 1px solid #eee;
	vertical-align: middle
}

.amortization-schedule tbody tr {
	height: 35px;
	text-align: right;
	border-bottom: 1px solid #eee;
	vertical-align: middle
}

@media(max-width:991px) {
	.amortization-schedule__date-input {
		max-width: 260px;
		height: 45px
	}
}

@media(max-width:767px) {
	.amortization-schedule {
		font-size: 1.5rem;
		padding: 15px
	}
	#additionalPaymentTableHeader {
		max-width: 75px
	}
}

@media(max-width:599px) {
	.amortization-schedule {
		padding: 15px 10px;
		margin-left: -15px;
		margin-right: -15px
	}
	.th-annuent,
	.td-annuent {
		display: none
	}
	.th-total-interest,
	.td-total-interest {
		display: none
	}
}

@media(max-width:499px) {
	.amortization-schedule__payoff-date {
		font-size: 1.8rem;
		margin-top: 15px
	}
	.amortization-schedule__date-input {
		max-width: 120px;
		height: 40px;
		text-align: center;
		padding: 0 10px;
		margin-top: 10px
	}
	.amortization-schedule__h {
		font-size: 1.5rem;
		margin-bottom: 0
	}
	.amortization-schedule__header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.amortization-schedule__block {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.amortization-schedule__h2 {
		text-align: center;
		margin-top: 40px
	}
}
*/





@media(max-width:450px) {
	.th-additional-payments,
	.td-additional-payments {
		display: none
	}
}

.mg-result {
	margin-top: 40px
}

.mg-result__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.mg-result__mg-result__row {
	margin-top: 40px
}

.mg-result-table tr {
	height: 40px;
	border-bottom: 1px solid #b5c0cc
}

.mg-result-table_top-border {
	border: 0!important
}

.mg-result-table__total-payment-text {
	text-transform: uppercase
}

.mg-result-table__total-payment-value {
	font-size: 1.5rem
}

.mg-result-table__total-payment-value span {
	font-size: 1.5rem
}

.square {
	width: 18px;
	height: 14px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.square_red {
	background-color: #f76081
}

.square_orange {
	background-color: #f89f3f
}

.square_yellow {
	background-color: #facd59
}

.square_green {
	background-color: #5dc0c1
}

.square_blue {
	background-color: #4ca1f3
}

@media(max-width:649px) {
	.mg-result__mg-result__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0
	}
}

@media(max-width:500px) {
	.mg-result {
		margin-top: 30px
	}
	.mg-result-table {
		font-size: 1.4rem
	}
	.mg-result-table__total-payment-text {
		text-transform: none
	}
	.mg-result-table__total-payment-value {
		font-size: 2rem;
		padding-top: 0!important
	}
	.mg-result-table__total-payment-value span {
		font-size: 2rem
	}
}

.terms {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.terms__block {
	width: 30%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .1);
	padding: 25px;
	margin: 15px
}

.terms__text {
	line-height: 1.3
}

@media(max-width:991px) {
	.terms__block {
		width: 48%;
		margin: 15px 0
	}
}

@media(max-width:767px) {
	.terms__block {
		width: 49%;
		margin: 5px 0
	}
}

@media(max-width:649px) {
	.terms__block {
		width: 100%
	}
}

@media(max-width:500px) {
	.terms__block {
		padding: 15px
	}
	.terms__text {
		font-size: 1.5rem
	}
}

.mg-help {
	padding: 60px 0
}

.mg-help__h2 {
	text-align: center;
	display: block;
	padding-bottom: 30px
}

.mg-help__h3 {
	margin: 0 0 10px
}

.box_mg {
	max-width: 950px;
	padding: 40px 60px;
	margin-top: -565px;
	margin-left: auto;
	margin-right: auto
}

.mg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.mg__content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.mg__content_center {
	max-width: 1000px;
	margin: 0 auto
}

.more-calc__icon-block {
	max-width: 25%
}

.right-aside__more-calc {
	margin: 40px 0
}

.right-aside__icon-block {
	margin: 20px 0
}

.right-aside__icon-block__link-text {
	margin: 10px 0
}

.extra-payments__content {
	display: none
}

.extra-payments__content.opened {
	display: block
}

.extra-payments__h3 {
	margin: 35px 0 15px
}

.extra-payments__text {
	margin-bottom: 35px
}

.extra-payments__opener {
	text-align: left;
	margin-top: 25px
}

.showSchedule-link {
	margin-left: 0;
	margin-right: 0
}

.showSchedule-link_center {
	max-width: 100%
}

.calc-links {
	position: relative;
	margin-top: 50px
}

.calc-links__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative
}

.calc-links__item {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 1
}

.calc-links__soc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 56px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.calc-links__fb {
	margin-right: 15px
}

.calc-links__share {
	margin: 0
}

.calc-links__schedule {
	margin: 0 20px
}

.calc-links__pdf {
	margin: 0
}

.calc-links__share-field {
	width: 100%;
	max-width: 640px;
	height: 100%;
	max-height: 30px;
	font-size: 1.4rem;
	background-color: #fff;
	border: 1px solid #b5c0cc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 10px
}

.calc-links__share-field.visible {
	opacity: 1;
	z-index: 10
}

@media(max-width:991px) {
	.box_mg {
		padding: 40px
	}
	.calc-links__container {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media(max-width:767px) {
	.box_mg {
		padding: 20px
	}
	.mg-more-calc__icon-block {
		margin: 20px 10px
	}
	.calc-links__schedule {
		margin-left: 0;
		margin-right: 0
	}
	.showSchedule-link {
		margin: 0 0 20px
	}
	.btn_180 {
		width: 170px;
		font-size: 1.3rem
	}
	.btn_240 {
		font-size: 1.3rem
	}
	.calc-links__soc {
		top: 62px
	}
}

@media(max-width:649px) {
	.box_mg {
		margin-top: -630px
	}
	.mg-result__row {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.doughnut-container {
		margin-left: auto;
		margin-right: auto
	}
	.calc-links__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	.calc-links__item {
		margin-left: 0;
		margin-right: 0
	}
	.calc-links__schedule,
	.calc-links__pdf {
		opacity: 1!important
	}
	.showSchedule-link {
		margin-top: 20px
	}
	.btn_180,
	.btn_240 {
		width: 100%;
		font-size: 1.4rem
	}
	.calc-links__soc {
		top: 155px
	}
}

@media(max-width:500px) {
	.box_mg {
		padding: 15px;
		margin-top: -400px
	}
	.btn_180,
	.btn_240 {
		font-size: 1.3rem
	}
	.icon-block__icon img {
		max-width: 110px
	}
	.extra-payments__opener {
		font-size: 1.5rem;
		margin-top: 15px
	}
}

@media(max-width:450px) {
	.icon-block__text {
		display: none
	}
	.icon-block__icon img {
		max-width: 90px
	}
	.mg-more-calc__icon-block {
		margin: 5px 10px
	}
	.icon-block__link-text {
		max-width: 280px;
		text-align: center;
		margin: 10px auto
	}
}

@media(max-width:350px) {
	.box_mg {
		margin-left: -15px;
		margin-right: -15px
	}
}

.rates__content {
	max-width: 950px;
	margin: 0 auto 60px
}

.rates__h2 {
	text-align: center;
	margin-bottom: 50px
}

.rates__h3 {
	text-align: center;
	margin-bottom: 30px
}

.rates-table-container {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 40px 25px;
	margin-bottom: 60px
}

.rates-table {
	font-size: 1.6rem
}

.rates-table tr {
	height: 30px;
	border-bottom: 1px solid #b5c0cc
}

.rates-table tr th:first-child,
.rates-table tr td:first-child {
	text-align: left
}

.rates-table th,
.rates-table td {
	text-align: right
}

.rates-table tfoot tr {
	height: 40px;
	font-size: 1.4rem;
	color: #b5c0cc;
	vertical-align: bottom;
	border-bottom: 0
}

.rates-table tfoot td {
	text-align: left
}

.rates-table__program {
	width: 30%
}

.rates-table__rate {
	width: 15%
}

.rates-table__change {
	width: 20%
}

.rates-table__apr {
	width: 15%
}

.rates-chart__options {
	font-size: 1.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.rates-chart__option-label {
	margin-right: 5px
}

.rates-chart select {
	height: 28px;
	border: 1px solid #b5c0cc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 6px
}

.rates-chart__program-options {
	font-size: 1.4rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	padding: 20px 0
}

.rates-chart__program-options .checkbox-group__span {
	top: -2px
}

.rates-zl {
	font-size: 1.4rem;
	color: #b5c0cc;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px auto 0
}

.rates-zl__image-container img {
	margin-right: -32px
}

@media(max-width:649px) {
	.rates__content {
		margin-bottom: 30px
	}
	.rates-table-container {
		overflow: auto;
		padding-left: 1rem;
		padding-right: 1rem
	}
	.rates-table {
		min-width: 430px;
		font-size: 1.5rem
	}
	.rates-zl {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.rates-zl__image-container {
		margin-top: 15px
	}
}

@media(max-width:500px) {
	.rates__h2 {
		margin-bottom: 30px
	}
	.rates__h3 {
		padding-left: 15px;
		padding-right: 15px
	}
	.rates-chart__options-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px
	}
	.rates-chart__options {
		width: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.rates-chart__option {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 5px 0
	}
	.rates-chart__program-options {
		width: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
	.rates-chart .checkbox-group {
		margin: 5px 0
	}
}

@media(max-width:450px) {
	.rates-table {
		font-size: 1.4rem
	}
	.rates-table th {
		font-size: 1.4rem
	}
}

@media(max-width:400px) {
	.rates .container {
		padding-left: 0;
		padding-right: 0
	}
	.rates-chart__options {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.rates-chart__option {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 5px
	}
	.rates-chart__option-label {
		margin-bottom: 5px
	}
	.rates-chart .checkbox-group {
		margin: 9px 0
	}
}



.article-list-item {
	position: relative;
	padding-left: 12px
}

.article-list-item::after {
	content: "•";
	position: absolute;
	top: 4px;
	left: 0
}

.dl {
	margin-top: 20px
}

dt {
	font-weight: 700;
	margin: 20px 0 8px
}

dd {
	margin-left: 28px
}

.article-link {
	color: #09f
}

.article-link span {
	text-decoration: underline
}

.article-link::after {
	width: 16px;
	height: 16px;
	content: '';
	background: url(../assets/img/external-link-icon.svg);
	display: inline-block;
	margin: 0 3px 0 5px
}

.article__h2 {
	font-size: 3rem;
	text-align: center;
	margin: 40px 0 25px
}

.article__h2_left {
	text-align: left
}

.article__h3 {
	font-size: 1.9rem;
	font-weight: 700;
	margin: 50px 0 25px
}

.article__h4 {
	margin: 45px 0 20px
}

.mg-article {
	margin: 60px 170px
}

.mg-article_below {
	margin-top: 100px
}

.article-list {
	padding-left: 40px;
	margin: 20px 0
}

.article-list__item {
	line-height: 1.5;
	list-style: disc;
	margin-bottom: 10px
}

.article-table {
	max-width: 780px;
	margin: 30px auto
}

.article-table thead td {
	height: 70px
}

.article-table tr {
	height: 35px
}

.article-table td,
.article-table th {
	border: 1px solid #b5c0cc;
	text-align: left;
	vertical-align: middle;
	padding: 0 10px
}

.article-quote {
	max-width: 80%;
	font-style: italic;
	line-height: 1.5;
	background-color: #f5f5f5;
	border-left: 5px solid #dce2e5;
	position: relative;
	padding: 20px 35px 20px 75px;
	margin: 30px 0 40px 40px
}

.article-quote::before {
	color: #ccc;
	content: open-quote;
	font-size: 5rem;
	position: absolute;
	top: -5px;
	left: 20px
}

.article-img {
	max-width: 100%;
	display: block;
	margin: 30px auto
}

.article-img_border {
	border: 1px solid #b5c0cc
}

.author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #dde2e5;
	border-bottom: 1px solid #dde2e5;
	padding: 10px;
	margin: 35px 0
}

.author__photo {
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 25px
}

.author__photo img {
	max-width: 100%
}

.author__name {
	font-size: 1.4rem;
	text-transform: uppercase;
	text-decoration: underline;
	color: #334356;
	cursor: pointer
}

.author-top {
	margin-top: -8px;
	margin-bottom: 35px
}

.author-top__link {
	font-size: 1.3rem;
	color: #b5c0cc;
	text-transform: uppercase;
	cursor: pointer;
	margin: 15px 0
}

.disclaimer {
	font-size: 1.3rem;
	color: #b5c0cc;
	background-color: #f6f9fc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin: 60px 0 0
}

.disclaimer__title {
	font-size: 1.5rem;
	margin-top: 15px
}

@media(max-width:991px) {
	.mg-article {
		margin: 60px 0
	}
}

@media(max-width:649px) {
	.h1 {
		font-size: 2rem
	}
}

@media(max-width:500px) {
	.h1 {
		font-size: 1.6rem
	}
	.h1_span {
		font-size: 1.2rem;
		display: block;
		margin: 3px 0
	}
	.h2 {
		font-size: 2.2rem
	}
	.h3 {
		font-size: 2rem
	}
	.p {
		font-size: 1.5rem
	}
	.article-table {
		font-size: 1.4rem
	}
}

.w-section {
	margin: 60px 0
}

.w-section__column_50 {
	width: 50%;
	max-width: 50%
}

.w-link {
	display: block;
	margin: 0 0 25px
}

.jc-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.m-25 {
	margin: 25px 0
}

.ml-50 {
	margin-left: 50px
}

.mt-0 {
	margin-top: 0
}

.mb-40 {
	margin-bottom: 40px
}

.responsive {
	max-width: 100%
}

.maoOrg__img-wrap {
	max-width: 37%
}

.maoOrg__flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

@media(max-width:767px) {
	.maoOrg .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.flex_column767 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#mortgagecalculatorOrg .ml-50 {
		margin-left: 0
	}
	#themortgagereportsCom .ml-50 {
		margin-left: 0
	}
	#mlcalcCom .flex>div {
		margin: 0 auto 30px
	}
	#mlcalcCom .ml-50 {
		margin-left: 0
	}
	#maoOrg .ml-50 {
		margin-left: 0
	}
	#maoOrg .w-section__column_50 {
		width: 100%;
		max-width: 100%
	}
}

@media(max-width:550px) {
	.maoOrg__flex_img {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.maoOrg__img-wrap {
		max-width: 80%;
		margin: 0 auto 25px
	}
	#piticalcCom .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#piticalcCom .ml-50 {
		margin-left: 0
	}
	#piticalcCom .ml-50>div {
		margin-left: auto!important;
		margin-right: auto!important
	}
	#mortgagecalculatorBiz .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	#mortgagecalculatorBiz .ml-50 {
		margin-left: 0
	}
	#mortgagecalculatorBiz .ml-50>div {
		margin-left: auto!important;
		margin-right: auto!important
	}
}

@media(max-width:450px) {
	.article-list_widget-article {
		padding-left: 15px
	}
	#themortgagereportsCom .ml-50 {
		max-width: 270px;
		overflow-x: auto
	}
	#mortcalcNetWrap {
		max-width: 270px;
		overflow-x: auto
	}
}

