.houses.houses_pb {
	padding-bottom: 60px;
}
.houses__wrap {
    margin-top: 30px;
    grid: none/1.1321fr 1fr;
    gap: 0 40px;
}
.houses__subtext {
    margin-bottom: 30px;
}
.houses.houses_pb .houses__subtext:last-child {
	margin-bottom: 0px;
}
.houses__subtext-item {
    margin-bottom: 20px;
}
.houses__subtext-item:last-of-type {
    margin-bottom: 0;
}
.houses__list {
    grid: none/repeat(2, 1fr);
    gap: 30px 0;
}
.houses__item {
    display: flex;
    align-items: center;
}
.houses__icon {
    width: 58px;
}
.houses__icon img {
	margin-left: auto;
	margin-right: auto;
}
.houses__img img {
	border-radius: 4px;
}
.houses__desc {
    width: calc(100% - 58px);
    padding-left: 20px;
    color: #000;
    font-weight: 500;
}
.houses__subtext-item.t4 p, 
.houses__subtext-item.t5 p {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.houses__subtext-item.t4 p:first-child, 
.houses__subtext-item.t5 p:first-child {
	margin-top: 0px;
}
.houses__subtext-item.t4 ul, 
.houses__subtext-item.t5 ul {
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.houses__subtext-item.t4 ul:first-child, 
.houses__subtext-item.t5 ul:first-child {
	margin-top: 0px;
}
.houses__subtext-item.t4 ul li, 
.houses__subtext-item.t5 ul li {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	position: relative;
}
.houses__subtext-item.t4 ul li:first-child, 
.houses__subtext-item.t5 ul li:first-child {
	margin-top: 0px;
}
.houses__subtext-item.t4 ul li:before, 
.houses__subtext-item.t5 ul li:before {
	content: "";
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 9px;
	left: 0px;
	width: 7px;
	height: 7px;
	border: 1px solid #0066cc;
	border-radius: 50%;
	box-sizing: border-box;
}
.houses__subtext-item.t5 ul li:before {
	top: 10px;
}
.houses__subtext-item.t4 ul li b, 
.houses__subtext-item.t5 ul li b {
	font-weight: 500;
	color: #000;
}
.houses__desc a {
	color: var(--primary-color);
	border-color: var(--primary-color);
}
.houses__desc a:hover {
	color: var(--primary-color-active);
	border-color: transparent;
}
@media screen and (min-width: 1576px) {
	.houses__wrap {
		grid: none/1fr 1.175fr;
	}
	.houses__subtext {
		margin-bottom: 35px;
	}
	.houses.houses_pb .houses__subtext:last-child {
		margin-bottom: 0px;
	}
	.houses__list {
		gap: 35px 0;
	}
}
@media screen and (max-width: 1220px) {
    .houses__img {
        display: flex;
        align-items: flex-start;
    }
    .houses__img img {
		width: auto;
		height: auto;
		image-rendering: -moz-crisp-edges;
		image-rendering: -o-crisp-edges;
		image-rendering: -webkit-optimize-contrast;
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
    }
    .houses__text p {
        margin-bottom: 10px;
    }
    .houses__text p.--fz {
        font-size: 15px;
        line-height: 24px;
    }
}
@media screen and (max-width: 992px) {
	.houses.houses_pb {
		padding-bottom: 50px;
	}
	.houses__wrap {
		gap: 0 30px;
    }
    .houses__img {
        align-items: flex-start;
    }
	.houses__desc br {
		display: none;
	}
    .houses__text {
        margin-bottom: 0;
    }
    .houses__text p {
        font-size: 14px;
        line-height: 24px;
    }
    .houses__text p.--fz {
        font-size: 14px;
        line-height: 24px;
    }
	.houses__subtext-item.t4 ul li:before, 
	.houses__subtext-item.t5 ul li:before {
		top: 8px;
	}
	.houses__subtext-item.t5 ul li:before {
		top: 9px;
	}
    .houses__list {
        gap: 20px 20px;
    }
}
@media screen and (max-width: 767px) {
    .houses__wrap {
        display: flex;
        flex-direction: column;
    }
    .houses__img {
        margin-bottom: 20px;
    }
    .houses__list {
        grid: none/repeat(1, 1fr);
    }
    .houses__desc {
        font-size: 15px;
    }
}
@media screen and (max-width: 480px) {
	.houses.houses_pb {
		padding-bottom: calc(40px + 5px);
	}
	.houses__subtext {
		margin-bottom: 25px;
	}
	.houses.houses_pb .houses__subtext:last-child {
		margin-bottom: 0px;
	}
}