

/* Start:/local/templates/.default/components/bitrix/news.list/plans__flats/style.css?17848668848476*/
.flat-card__button {
    display: flex;
    width: 100%;
	height: 40px;
}
.flat-card__list{
    display: flex;
    width: 100%;
	height: 40px;
	justify-content: space-between;
	gap: 10px;
}

.catalog .flat-card__button .button {
    margin: 0px;
    width: 100%;
	    max-width: calc(100% - 50px);
    font-size: 14px;
}

.flatPlans_h2{
	font-weight: 400;
	font-size: 60px;
	leading-trim: NONE;
	line-height: 40px;
	letter-spacing: 0%;
	vertical-align: middle;
	    font-family: var(--font-family);

}

.favorite-btn {
    width: 40;
    height: 40;
    opacity: 1;
    border-radius: 4px;
    background: #EDF1F7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flat-card__button {
    display: flex;
    justify-content: space-between;
	gap: 10px;
}

.flat-card__title{
	font-family: Open Sans;
font-weight: 700;
font-size: 16px;
leading-trim: NONE;
line-height: 19px;
letter-spacing: 0%;
vertical-align: middle;
}
.flat-card__list.flat-card__title{
margin-bottom: 25px;

}
.flat-card_imgBg {
    width: 100%;
    height: 100%;
    background-size: cover;
}

.favorite-btn._active{
	    background: #FDEBC9;
}

.favorite-btn._active path{
    fill: #AA7A15;
}
/*
.flat-card.flat-card_main {
  flex: 1 1 23%; 
  width: 23%;
}
.flat-card_img.w1 {
    display: block;
    height: 100%;
    flex: 1 1 69%;
    max-width: 73%;
}

*/
.buttonsMore-block__content{
	    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
	margin: 20px 0;
}

.buttonsMore-block__content .button {
    font-family: "Onest", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 10px;
    transition: linear 0.2s;
	height: 96px;
	text-transform:unset;
	text-align:center;
}

.content-text,
.content-text li,
.content-text p,
.bottom_description,
.top_description,
.catalog__subtext,
.buttonsMore-block__content .button{
	font-size: 20px;
    color: #503930;
}
.content-text li {
    color: #503930;
}

        section.block-pb {
            padding-bottom: 20px;
        }
		section.block-pt {
            padding-top: 10px;
        }
    @media (max-width: 1600px) {
        section.block-pb {
            padding-bottom: 20px;
        }
    }
@media (max-width: 1200px) {
		
	.buttonsMore-block__content{
			display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin: 20px 0;
	}

	.buttonsMore-block__content .button {
		font-size: 24px;
	}
}




.card_main.card_four_block {
    width: calc(25% - 23px);
}

.card_main.card_four_block .card__wrapper {
    position: relative;
    padding-bottom: 117px;
}

.card_main.card_four_block:nth-child(4) .card__wrapper {
    background: rgba(196, 184, 164, 0.3019607843);
    border-color: rgba(196, 184, 164, 0.3019607843);
}

.card__top.card__left {
    margin: 0 0 0 0;
    display: grid;
    justify-items: end;
}

.card__bottom.banks.card__left {
    position: absolute;
    bottom: 40px;
    margin: 0 0 0 0;
    display: grid;
    justify-items: end;
    right: 40px;
}

section.block-bg-color.block-pb.important {
    margin-top: 20px;
}
.title-container .subtitle p {
    margin: 10px 0;
    line-height: 1.4;
}

.top_description {
    margin-bottom: 20px;
}
.bottom_description {
    opacity: 1;
    margin: 10px 0;
}
h2.title {
    font-weight: normal;
	font-size:60px;
}

@media (max-width: 1200px) {
    .card_main.card_four_block {
        width: calc(50% - 15px);
    }

	section.block-bg-color.block-pb.important {
		margin-top: 20px;
	}

}


.catalog .catalog__list {
    margin-top: 0px;
}


	.accordion-item {
        background-color: #EAE4DB;
        margin-bottom: 10px;
    }
    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        cursor: pointer;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		vertical-align: middle;
		color: #503930;

    }
    .accordion-header span svg {
        transition: transform 0.3s ease;
    }
    .accordion-header.active span svg {
        transform: rotate(180deg);
    }
    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.3s ease;
        font-size: 16px;
        line-height: 1.5;
    }
	.accordion-content__inner {
		background-color: #f8f5f1;
		padding: 15px;
		font-weight: 400;
    	font-size: 20px;
    	line-height: 28px;
    	vertical-align: middle;
		color: #503930;
    	margin: 0px 30px 30px 30px;
	}
    .accordion-content.open {
		max-height: 1000px;
    }
	.accordion-header span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45px;
		height: 45px;
		background: #FFFFFF;
	}
	.accordion-header.active span {
		background: #041F3D;
	}
	.accordion-header.active span svg path {
		stroke: #FFFFFF;
	}
	.title-container {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.important .left-title {
		max-width: 1288px;
		width: 100%;
	}
	.subtitle p {
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		vertical-align: middle;
		color: #503930;
		margin: 0;
	}
	.important__content {
		display: flex;
		justify-content: space-between;
		gap: 60px;
		margin-top: 60px;
	}
	.important__title span {
		font-family: Forum;
		font-weight: 400;
		font-size: 100px;
		line-height: 100%;
		vertical-align: middle;
		text-transform: uppercase;
		color: #B5A68E;
	}
	.important__content--right {
		max-width: 1208px;
		width: 100%;
	}
	.important__content--grids {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 30px;
	}
	.important__content--card {
		padding: 40px 25.5px;
		border: 1px solid #B5A68E;
	}
	.important__content--card--text {
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		vertical-align: middle;
		color: #503930;
	}
	.important__content--text {
		margin-top: 30px;
		font-weight: 400;
		font-size: 24px;
		line-height: 28px;
		color: #503930;
		vertical-align: middle;
	}
	.newHouse__content {
		display: flex;
    	gap: 100px;
	}
	.newHouse__text p {
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		text-align: justify;
		vertical-align: middle;
		color: #503930;
		margin-top: 0px;
		margin-bottom: 25px;
	}
    @media (max-width: 1600px) {
        .left-title .title br {
			display: none;
        }
		.newHouse__content {
			gap: 30px;
		}
		.newHouse__img {
			max-width: 65%;
		}
		.newHouse__img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.newHouse__text {
			max-width: 35%;
		}
    }
	@media (max-width: 1050px) {
		.important__content {
			flex-direction: column;
			gap: 30px;
		}
		.important__title span br {
			display: none;
		}
		.important__title span {
			font-size: 64px;
		}
		.important__content--text {
			font-size: 20px;
		}
		.newHouse__content {
			flex-direction: column;
		}
		.newHouse__text {
			max-width: 100%;
		}
		.newHouse__img {
			max-width: 100%;
		}
		.catalog .catalog__lis {
			margin-top: 70px;
		}
	}
	@media (max-width: 650px) {
		.left-title .title {
			font-size: 30px;
		}
		.subtitle p {
			font-size: 16px;
		}
		.important__content {
			margin-top: 20px;
		}
		.important__title span {
			font-size: 40px;
		}
		.important__content--grids {
			grid-template-columns: repeat(1, 1fr);
			grid-template-rows: repeat(4, auto);
			gap: 15px;
		}
		.important__content--card {
			padding: 20px;
		}
		.important__content--card--text {
			font-size: 16px;
		}
		.important__content--text {
			margin-top: 20px;
			font-size: 16px;
		}
		.newHouse__text p {
			font-size: 16px;
			margin-bottom: 15px;
		}
		.accordion-header {
			padding: 15px;
			font-size: 18px;
		}
		.accordion-content__inner {
			font-size: 16px;
		}
		.accordion-header span {
			min-width: 30px;
			width: 30px;
			min-height: 30px;
			height: 30px;
		}
		.accordion-header span svg {
			width: 20px;
		}
		
		.catalog .catalog__lis {
			margin-top: 100px;
		}
	}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/faq/style.css?17848669054298*/
.accordion-item {
        background-color: #EAE4DB;
        margin-bottom: 10px;
    }
    .accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px;
        cursor: pointer;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		vertical-align: middle;
		color: #503930;

    }
    .accordion-header span svg {
        transition: transform 0.3s ease;
    }
    .accordion-header.active span svg {
        transform: rotate(180deg);
    }
    .accordion-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.3s ease;
        font-size: 16px;
        line-height: 1.5;
    }
	.accordion-content__inner {
		background-color: #f8f5f1;
		padding: 15px;
		font-weight: 400;
    	font-size: 20px;
    	line-height: 28px;
    	vertical-align: middle;
		color: #503930;
    	margin: 0px 30px 30px 30px;
	}
    .accordion-content.open {
		max-height: 1000px;
    }
	.accordion-header span {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 45px;
		height: 45px;
		background: #FFFFFF;
	}
	.accordion-header.active span {
		background: #041F3D;
	}
	.accordion-header.active span svg path {
		stroke: #FFFFFF;
	}
	.title-container {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.important .left-title {
		max-width: 1288px;
		width: 100%;
	}
	.subtitle p {
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		vertical-align: middle;
		color: #503930;
		margin: 0;
	}
	.important__content {
		display: flex;
		justify-content: space-between;
		gap: 60px;
		margin-top: 60px;
	}
	.important__title span {
		font-family: Forum;
		font-weight: 400;
		font-size: 100px;
		line-height: 100%;
		vertical-align: middle;
		text-transform: uppercase;
		color: #B5A68E;
	}
	.important__content--right {
		max-width: 1208px;
		width: 100%;
	}
	.important__content--grids {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 30px;
	}
	.important__content--card {
		padding: 40px 25.5px;
		border: 1px solid #B5A68E;
	}
	.important__content--card--text {
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		vertical-align: middle;
		color: #503930;
	}
	.important__content--text {
		margin-top: 30px;
		font-weight: 400;
		font-size: 24px;
		line-height: 28px;
		color: #503930;
		vertical-align: middle;
	}
	.newHouse__content {
		display: flex;
    	gap: 100px;
	}
	.newHouse__text p {
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		text-align: justify;
		vertical-align: middle;
		color: #503930;
		margin-top: 0px;
		margin-bottom: 25px;
	}
    @media (max-width: 1600px) {
        .left-title .title br {
			display: none;
        }
		.newHouse__content {
			gap: 30px;
		}
		.newHouse__img {
			max-width: 65%;
		}
		.newHouse__img img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.newHouse__text {
			max-width: 35%;
		}
    }
	@media (max-width: 1050px) {
		.important__content {
			flex-direction: column;
			gap: 30px;
		}
		.important__title span br {
			display: none;
		}
		.important__title span {
			font-size: 64px;
		}
		.important__content--text {
			font-size: 20px;
		}
		.newHouse__content {
			flex-direction: column;
		}
		.newHouse__text {
			max-width: 100%;
		}
		.newHouse__img {
			max-width: 100%;
		}
	}
	@media (max-width: 650px) {
		.left-title .title {
			font-size: 30px;
		}
		.subtitle p {
			font-size: 16px;
		}
		.important__content {
			margin-top: 20px;
		}
		.important__title span {
			font-size: 40px;
		}
		.important__content--grids {
			grid-template-columns: repeat(1, 1fr);
			grid-template-rows: repeat(4, auto);
			gap: 15px;
		}
		.important__content--card {
			padding: 20px;
		}
		.important__content--card--text {
			font-size: 16px;
		}
		.important__content--text {
			margin-top: 20px;
			font-size: 16px;
		}
		.newHouse__text p {
			font-size: 16px;
			margin-bottom: 15px;
		}
		.accordion-header {
			padding: 15px;
			font-size: 18px;
		}
		.accordion-content__inner {
			font-size: 16px;
		}
		.accordion-header span {
			min-width: 30px;
			width: 30px;
			min-height: 30px;
			height: 30px;
		}
		.accordion-header span svg {
			width: 20px;
		}
	}
/* End */
/* /local/templates/.default/components/bitrix/news.list/plans__flats/style.css?17848668848476 */
/* /bitrix/templates/.default/components/bitrix/news.list/faq/style.css?17848669054298 */
