/****** section class="mortgage" *******/
#mortgage {
	padding: 60px 0 50px 0;
}

.mortgage-block {
	padding: 32px 37px;
	border-radius: 8px;
	box-shadow: 0px 0px 14px -1px rgba(57, 56, 57, 0.2);
	cursor: pointer;
}

.mortgage-calculator-wrap {
	padding: 28px 12px 28px 12px;
	border: 1px solid #d1d7dc;
}

.mortgage-block {
	margin-bottom: 30px;
	position: relative;
}

.mortgage-block img {
	max-width: 192px;
	max-height: 84px;
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 0;
}

.mortgage-info-flex {
	justify-content: space-between;
	z-index: 10;
	margin-top: 85px;
}

/***** .best-deals-wrap:hover *******/
.mortgage-block {
	position: relative;
}

.mortgage-block:hover img {
	opacity: 40%;
}

/***** //:hover *******/

.mortgage-calculator-wrap .form-group {
	border: 1px solid #e1e6ee;
	border-bottom: none;
	padding-top: 16px;
	position: relative;
}

.mortgage-calculator-wrap .form-control {
	border-radius: 0px;
	height: 60px;
	border: 1px solid #e1e6ee;
	font-size: 14px;
	line-height: 28px;
	color: #202020;
}

/** mortgage-calculator-dropdown **/
.dropdown.mortgage-calculator-dropdown {
	position: relative;
	border: 1px solid #e1e6ee;
	padding: 16px 16px 10px 16px;
	font-family: raleway-medium;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #202020;
}

.dropdown.mortgage-calculator-dropdown input,
.dropdown ul {
	display: none;
}

.dropdown.mortgage-calculator-dropdown label {
	cursor: pointer;
	width: 100%;
}

.mortgage-calculator-dropdown label span svg {
	position: absolute;
	right: 16px;
	top: 27px;
}

.mortgage-programm {
	margin-bottom: 33px;
}

.mortgage-programm label {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: var(--black);
}

.dropdown.mortgage-calculator-dropdown ul {
	position: absolute;
	top: 63px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 16px;
	margin: 0;
	list-style: none;
	background: #fff;
	z-index: 100;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);

	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: var(--black);
}

.dropdown.mortgage-calculator-dropdown a {
	color: #202020;
	text-decoration: none;
}

.dropdown.mortgage-calculator-dropdown :checked~ul {
	display: inline-block;
}

/** //mortgage-calculator-dropdown **/

.form-control:focus {
	box-shadow: none;
}

.mortgage-calculator-form form {
	margin-bottom: 24px;
}

/***************/

.mortgage-logo-img img {
	width: 100%;
}

.mortgage-price {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
}

.monthly {
	color: var(--accent);
}

.price-border {
	border-top: 1px solid #e1e6ee;
}

.mortgage-block-price>div {
	padding-left: 28px;
}

@media (max-width: 991px) {
	.mortgage-block-price>div {
		padding-left: 0;
	}

	.mortgage-calculator-wrap {
		padding: 28px 12px 28px 12px;
	}
}

@media (max-width: 470px) {
	.mortgage-block-price {
		font-size: 20px;
	}

	.mortgage-calculator-wrap {
		padding: 10px 0px;
	}

	.mortgage-calculator-wrap label.group-label>div {
		font-size: 12px;
	}

	#mortgage {
		padding: 0 0 50px 0;
	}
}

.calculator_range {
	border: 1px solid #e1e6ee;
	border-radius: 8px;
	margin-bottom: 33px;
	width: 100%;
	padding: 15px 16px;
	position: relative;
}

.calculator_range .tit {
	color: #161517;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
}

.calculator_range .range-slider {
	position: absolute;
	width: 100%;
	bottom: -12px;
	left: 0;
	padding: 0 16px;
}

.calculator__rezult {
	width: 375px;
	padding: 40px;
}

.calculator__rezult .tit {
	color: #302e3c;
	letter-spacing: 0.02em;
	font-size: 14px;
	font-weight: 500;
	line-height: 166%;
}

.calculator__rezult-sum {
	font-size: 24px;
	line-height: 38px;
	color: #212121;
	margin-top: 33px;
}

.calculator__rezult-sum .sum {
	color: var(--accent);

	font-size: 33px;
	line-height: 38px;
}

.rezult-range {
	letter-spacing: 0.02em;
	text-align: right;
	width: 65%;
	font-size: 14px;
	line-height: 166%;
	border: 0;
	color: #302e3c;
	font-weight: 500;
	margin-left: auto;
}

.rub {
	font-size: 14px;
	line-height: 166%;
	border: 0;
	color: #302e3c;
	font-weight: 500;
}

.input__box {
	display: flex;
	align-items: center;
	width: calc(100% - 180px);
}

@media (max-width: 700px) {
	#news-page-images {
		padding: 44px 0 50px 0;
	}

	.input__box {
		display: flex;
		align-self: flex-end;
		width: 100%;
	}
}

.mortgage-calculator-form .custom-select {
	background: #fff url("../images/mortgage-page/select.png") no-repeat right 0.75rem center/13px 8px;
	padding: 15px !important;
	height: unset !important;
	color: var(--black);
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	cursor: pointer;
}

.mortgage-calculator-form .custom-select option {
	color: var(--black);
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
}

.mortgage-calculator-form .custom-select:focus {
	box-shadow: none !important;
	border: 1px solid #e1e6ee;
}

.multi-select {
	width: 100%;
	border: 1px solid #e1e6ee;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	/* height: 40px; */
	/* max-width: 330px; */
	/* background: #f6f9fb; */
}

@media (max-width: 1250px) {
	.multi-select {
		max-width: unset;
	}
}

.multi-select_open {
	border-bottom: none;
	border-bottom-left-radius: none;
	border-bottom-right-radius: none;
}

.multi-select__arrow {
	position: absolute;
	right: 10px;
	top: 13px;
}

.multi-select__field {
	display: flex;
	justify-content: space-between;
	padding: 2px;
	height: 100%;
}

.multi-select__input {
	/* max-width: 200px; */
	width: 95%;
	border: none;
	background: transparent;
	outline: none;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	color: #161517;
	cursor: pointer;
}

.multi-select__parameters {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #3a374f;
	background: rgba(55, 57, 190, 0.25);
	border-radius: 4px;
	padding: 2px;
	/* display: flex; */
	display: none;
	align-items: center;
	min-width: 30px;
	justify-content: center;
}

.multi-select__list {
	background: rgba(233, 237, 238);
	position: absolute;
	border: 1px solid #e1e6ee;
	border-top: unset;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	left: -1px;
	top: 50px;
	display: none;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
	width: calc(100% + 2px);
	z-index: 10;
}

.multi-select_open .multi-select__list {
	display: block;
	max-height: 230px;
	overflow: auto;
}

.multi-select__item {
	padding: 5px 10px;
	cursor: pointer;
	user-select: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	color: #161517;
}

.multi-select__item_active,
.multi-select__item:hover {
	background: var(--accent);
	color: #fff;
}

.irs--round .irs-bar {
	background-color: #EB6753 !important;
}

.irs--round .irs-handle {
	border: 4px solid #EB6753 !important;
	background-color: #EB6753 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
	display: none !important;
}

.result {
	margin-top: auto;
}

.result .button {
	max-width: 214px;
}