.tools__mortgage--grid .tools__mortgage-wrapper {
	/* flex-direction: row !important; */
	display: grid;
	/* grid-template-columns: 1fr 1fr; */
}
.tools__mortgage--grid .tools__mortgage-block {
	/* flex-direction: row !important; */
	display: grid;
	/* grid-template-columns: 1fr 1fr; */
	margin-top: 20px;
}
@media (min-width: 961px) {
	.tools__mortgage--grid .tools__mortgage-block {
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
		margin-top: 40px;
	}
}
@media (min-width: 1280px) {
	.tools__mortgage--grid .tools__mortgage-block {
		grid-template-columns: 1fr 1fr;
		grid-gap: 45px;
	}
}
@media (min-width: 1590px) {
	.tools__mortgage--grid .tools__mortgage-block {
		grid-template-columns: 2fr 3fr;
		grid-gap: 60px;
	}
}
.tools__mortgage--grid .tools__calculator {
	/* flex: 0 0 630px; */
}

.tools__mortgage--grid .tools__mortgage-block {
	padding: 20px;
}
@media (min-width: 1280px) {
	.tools__mortgage--grid .tools__mortgage-block {
		padding: 40px;
	}
}
.tools__mortgage--grid .tools__mortgage-block .nav>li>a {
	padding: 10px 10px;
}
.tools__mortgage--grid .tools__mortgage-block .tab-content {
	margin-top: 30px;
}

.tools__mortgage--grid .tools__mortgageitem-description {
	font-size: 14px;
}
.nicescroll-rails {
	background: rgb(95 92 92 / 20%);
}
.tools__mortgage--grid input.form_slider-text {
	font-size: 14px;
	padding: 12.5px 15px;
	width: 100%;
	border: 1px solid rgba(87, 87, 87, 0.1);
	border-radius: 5px;
	height: initial;
}

@media (min-width: 961px) {
	.tools__mortgage--grid input.form_slider-text {
		font-size: 18px;
		padding: 11.5px 15px;
	}
}

.tools__mortgage--grid .tools__mortgage-grid {
	margin-bottom: 30px;
	margin-top: 30px;
	grid-gap: 20px;
}

.tools__mortgage--grid .tools__mortgageitem-value {
	font-size: 24px;
    font-weight: 500;
    padding-top: 6.5px;	
}

@media (min-width: 420px) {
	.tools__mortgage--grid .tools__mortgage-grid {
		margin-top: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 961px) {
	.tools__mortgage--grid .tools__mortgage-grid {
		grid-gap: 40px;
	}
}

.tools__mortgage--grid .tools__calculator .selectric {
	margin-top: 10px;
    padding: 0;
}
.tools__mortgage--grid .tools__mortgageitem .label {
	font-size: 14px;
	line-height: initial;
	padding: 11.5px 15px;
}

.tools__mortgage--grid .first-pay__tooltip {
	font-size: 10px;
	color: #ABABAB;
}
.tools__mortgageitem--with-select {
	position: relative;
}
.tools__mortgageitem--with-select .percent_pay__abs {
	position: absolute;
    top: 3px;
    right: 1px;
    width: 105px;
    height: 40px;
    display: flex;
    align-items: center;
}
.percent_pay__selectric {
	width: 100%;
	height: 100%;
}
.percent_pay__selectric .selectric {
	margin: 0;
	border: 0;
}
.percent_pay__selectric .label {
	opacity: 0;
}
.percent_pay__abs .percent_pay {
	position: absolute;
    top: 21px;
    right: 10px;
	z-index: 110;
	cursor: pointer;
}
.js-selectric-first-pay__mobile {
    position: absolute;
    top: 18px;
    right: 14px;
}
.js-selectric-first-pay__mobile option:disabled {
	opacity: 0;
	display: none;
}
.icon__question {
	padding-left: 8px;
	padding-right: 8px;
	cursor: pointer;
}
.tools__mortgage--grid .tools__mortgageitem_center-dot {
	padding-bottom: 0px;
}
.title--with-icon .tooltip.in {
	opacity: 1;
}
.title--with-icon .tooltip.top .tooltip-arrow {
	/* bottom: -5px; */
    left: 50%;
    /* margin-left: -10px; */
    /* border-width: 15px 10px 0px; */
	border-top-color: #ffffff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}
.title--with-icon .tooltip .tooltip-inner {
	background: #ffffff;
	padding: 15px;
	/* margin-top: -15px; */
	max-width: 390px;
	color: #474747;
	border: 1px solid #EFEFEF;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
}


.banks-offers {
    height: auto;
}
@media (min-width: 961px) {
	.banks-offers {
		height: 600px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}
.banks-offers__list {
	display: grid;
    grid-gap: 15px;
}
.offer-item {
	padding: 25px 20px;
	background: #F9F9F9;
	border-radius: 12px;
	display: grid;
	grid-gap: 20px;
	position: relative;
}
.offer-item__hidden {
	display: none;
	visibility: hidden;
}
.offer-item--hidden .offer-item__hidden {
	display: block;
	visibility: visible;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-item__hidden-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 12px;
	border: 1px solid #EFEFEF;
	background: #fff;
	opacity: 0.75;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}
.offer-item__hidden-text {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}
@media (min-width: 1590px) {
	.offer-item {
		grid-template-columns: 2fr 5fr;
	}
}
.offer-item__header {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.offer-item__title {
	font-size: 18px;
    font-weight: 500;
}
@media (min-width: 1590px) {
	.offer-item__header {
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.offer-item__title {
		margin-bottom: 20px;
	}
}
.title--with-icon {
	display: flex;
	align-items: center;
}
.btn.offer-item__btn {
	font-size: 10px;
	background: var(--kanye-brown-color);
	color: #ffffff;
	border-radius: 5px;
	padding: 8px 12px;
}
.offer-item__body {
	background-color: #ffffff;
	padding: 16px;
}
.offer-item__table {

}
.offer-item__bottom {
	color: #ABABAB;
	font-size: 10px;
	text-align: center;
}
.offer-item__row {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.offer-item__row.offer-item__row--hidden {
	opacity: 0.5;
}
.offer-item__row.offer-item__row--hidden .offer-item__table-item:last-child {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.offer-item__row:not(:nth-of-type(1)) {
	border-top: 1px solid #EFEFEF;
}
.offer-item__row--head {
	
}
.offer-item__table-head {
	margin-bottom: 10px;
}
.offer-item__table-item {
	display: flex;
	flex-direction: column;
	line-height: 120%;
}
.offer-item__table-item span:nth-child(1) {
	font-size: 14px;
	font-weight: 600;
}
.offer-item__table-item span:nth-child(2) {
	color: #ABABAB;
	font-size: 12px;	
}
.offer-item--hidden .offer-item__row .offer-item__table-item:last-child {
	filter: blur(3px);
	-webkit-filter: blur(3px);
}
.btn.tools__offer {
	background: #ECE2D2;
	border-radius: 5px;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
}
@media (min-width: 1280px) {
	.btn.tools__offer {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}
.tools__text--under {
	color: #ABABAB;
	font-size: 10px;
	text-align: center;
	margin-bottom: 40px;
}
.button_tooltip {
	margin-bottom: 15px;
}
.banks-offers__list .offer-item:nth-child(1) {
  /* background-color: rgba(220, 225, 216, 1); */
  background-color: rgb(191 194 184);
}
.banks-offers__list .offer-item:nth-child(2) {
  /* background-color: rgba(232, 228, 217, 1); */
  background-color: rgb(230 229 218);
}
.banks-offers__list .offer-item:nth-child(3) {
  /* background-color: rgba(238, 238, 215, 1); */
  background-color: rgb(211 214 207);
}
.banks-offers__list .offer-item:nth-child(4) {
  background-color: rgba(216, 222, 225, 1);
}
.banks-offers__list .offer-item:nth-child(5) {
  background-color: rgba(233, 233, 233, 1);
}
.selectric-scroll [data-index="0"] {
	display: none;
}