

/* Start:/bitrix/templates/.default/components/bitrix/news.list/ipoteka/style.css?17848669059480*/
h1.title, h2.title {
    margin: 0;
    font-weight: normal;
    margin-bottom: 30px;
}

.block-pb p {
    margin-bottom: 25px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #000000;
}
.block-pb {
    padding-bottom: 60px;
}

.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;
}

.listBlock__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.listBlock__listItem {
    display: flex;
    border-bottom: 1px solid var(--coffe);
    align-items: center;
    padding: 15px 0;
}

.listBlock__listMark {
    width: 70px;
    margin-right: 10px;
    align-items: anchor-center;
}

.listBlock__listItemText {
    max-width: 500px;
    font-family: Forum;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    vertical-align: middle;
}

.listBlock__listMark {
    font-family: Forum, sans-serif;
    color: var(--coffe);
    font-size: 70px;
    line-height: 40px;
    font-weight: 400;
}

.listBlock__content h2 {
    font-family: Forum;
    font-weight: 400;
    font-size: 70px;
    vertical-align: middle;
    margin: 0;
}

@media (max-width: 1600px) {
    .block-pb.ListBlock {
        padding-top: 80px;
    }
	.news-item .block-pb {
	    padding-bottom: 60px;
	}
	.news-item .block-pb.ListBlock {
	        padding-top: 20px;
	}
}

@media (max-width: 1200px) {
    .card_main.card_four_block {
        width: calc(50% - 15px);
    }

    .listBlock__content {
        display: block;
    }
}


/*hypothec*/

.payment-per-month {
    display: block;
    padding: 25px 15px;
    width: 100%;
    opacity: 1;
    background: #C4B8A44D;
    margin: 48px 0 10px;
}

.payment-per-month-title {
    font-family: Forum;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

.payment-per-month-price {
    font-family: Onest;
    font-weight: 500;
    font-size: 32px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
}

.hypothec__block-button .light {
    width: 100%;
    height: 75px;
}

#hyphotec_notice {
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #958468;
    margin: 5px 0;
}

#hypothec__infoblock {
}

#hyphotec_notice {
    font-size: 14px;
}

#hypothec-wrapper {
    display: block;
}
.hypothec__calculator-block-title.__initialPayment {
    display: flex;
    justify-content: space-between;
}
.hypothec__calculator-block-title {
    font-family: Forum;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle;
}
.hypothec__calculator-percentValue {
    font-size: 30px;
    color: #AA7A15;
}

.hypothec__calculator-block {
  margin-bottom: 45px;
}

.hypothec__consultation {
    margin: 10px 0;
}

@media (min-width: 769px) {
    #hypothec-wrapper {
        display: flex;
        gap: 40px;
    }

    .hypothec__calculator {
        width: 844;
        max-width: 70%;
    }

    #hypothec__infoblock {
        max-width: 30%;
    }
}

@media (min-width: 1600px) {
    #hypothec-wrapper {
        display: flex;
        gap: 80px;
        padding: 0 38px;
    }

    .hypothec__calculator {
        width: 844px;
        max-width: initial;
    }

    #hypothec__infoblock {
        width: 600px;
        max-width: initial;
    }
}

.hypothec__input-text {
    width: 100%;
    height: 48px;
    opacity: 1;
    gap: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 10px 0;
    background: #C4B8A44D;
    border-color: var(--coffe);
}

.slidecontainer {
    width: 100%;
    margin: 10px 0 15px;

}

/* Сам ползунок */
.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 2px;
    outline: none;
    background: #C4B8A4;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

/* Эффекты наведения курсора мыши */
.slider:hover {
    opacity: 1;
}

/*Ползунок обработчик (использовать -webkit- (Chrome, Opera, Safari, Edge) и -moz- (Firefox) чтобы переопределить внешний вид по умолчанию ) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: var(--light-back);
    cursor: pointer;
    border: 5px solid var(--header-main-color);
    border-radius: 0px;
    box-sizing: border-box;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: var(--light-back);
    cursor: pointer;
    border: 5px solid var(--header-main-color);
    border-radius: 0px;
    box-sizing: border-box;
}


/*specialProgramm*/
.step-block__inner {
    position: relative;
}

.step-block__content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.step-block__subtitle {
    margin-top: 25px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #503930;
}

.step-block__img {
    width: 100%;
}

.step-block__img img {
    width: 100%;
}

.photoPlan-block__content {
    margin-top: 50px;
    display: flex;
    gap: 35px;
}

.photoPlan-block__text {
    width: 467px;
    min-width: 467px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.photoPlan-block__text--one {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #503930;
}

.photoPlan-block__text--two {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #958468;
}

.photoPlan-block__grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.photoPlan-block__card {
    border: 1px solid #B5A68E;
    text-align: center;
    padding: 20px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #503930;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.photoPlan-block__card {
    text-transform: uppercase;
    color: #FFFFFF;
    background: #B5A68E;
}

.specialProgramm__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.specialProgramm__card {
    display: flex;
    flex-direction: column;
}

.specialProgramm__card--img {
    margin-bottom: 40px;
    aspect-ratio: 1 / 1;
}

.specialProgramm__card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specialProgramm__card--title {
    margin-bottom: 20px;
    font-family: Forum;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    vertical-align: middle;
    color: #2B1F1E;
}

.specialProgramm__bottomText {
    margin-top: 30px;
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
}

.specialProgramm__card--text {
    font-family: Onest;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #503930;
}

@media (max-width: 1500px) {
    .specialProgramm__card--img {
        margin-bottom: 20px;
    }

    .specialProgramm__card--title {
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 15px;
    }

    .specialProgramm__card--text {
        font-size: 16px;
        line-height: 140%;
    }
}

@media (max-width: 1100px) {
    .step-block__img {
        padding-top: 30px;
    }

    .photoPlan-block__content {
        margin-top: 30px;
    }

    .photoPlan-block__text {
        min-width: 350px;
    }

    .photoPlan-block__text br {
        display: none;
    }

    .photoPlan-block__card {
        font-size: 16px;
        line-height: 22px;
    }

    .photoPlan-block__grid {
        gap: 15px;
    }

    .specialProgramm__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 850px) {
    .step-block__img {
        padding-top: 70px;
    }

    .photoPlan-block__content {
        flex-direction: column;
    }

    .photoPlan-block__text {
        min-width: 0px;
        width: 100%;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .step-block__img {
        padding-top: 250px;
    }

    .specialProgramm__content {
        grid-template-columns: repeat(1, 1fr);
    }

    .photoPlan-block__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}






@media (max-width: 768px) {
    .card_main.card_four_block {
        width: 100%;
    }

    .block-pb.ListBlock {
        padding-top: 50px;
    }

    h1.title, h2.title {
       font-size: 40px;
    }
    .hypothec__calculator-block-title {
       font-size: 30px;
       line-height: 30px;
    }
	.block-pb._firstBlock{
		padding-top: 125px;
	}
}

/* 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 */
/* /bitrix/templates/.default/components/bitrix/news.list/ipoteka/style.css?17848669059480 */
/* /bitrix/templates/.default/components/bitrix/news.list/faq/style.css?17848669054298 */
