

/* Start:/local/templates/roso/components/bitrix/news.list/mortgage_v2/style.css?17147290913671*/

    .ipoteka_modal {
        display: none;
    }

    .ipoteka_modal.open {
        display: flex;
        z-index: 10;
        position: fixed;
        top: 0px;
        left: 0px;
        justify-content: center;
        align-items: end;
        width: 100%;
        height: 100%;
		padding-bottom: 5%;
		background: rgba(0, 0, 0, 0.7);
    }

    .ipoteka_popap {
        background: #fff;
        position: relative;
        display: block;
        overflow: inherit !important;
        width: 50%;
        height: 70%;
    }

    .ipoteka_popap .left-tabs__tabs__tab__title::before {
        content: none;
    }

    .ipoteka_popap .left-tabs__tabs__tab__title {
        display: block;
    }

    .ipoteka_popap .left-tabs__tabs__tab__content {
        overflow-y: scroll;
        height: 80%;
    }

    .ipoteka_popap .left-tabs__tabs__tab__content {
        /* Для WebKit-браузеров (Chrome, Safari) */
        scrollbar-width: thin;
        scrollbar-color: #34B553 #E5F5E9;
    }

    .ipoteka_popap .left-tabs__tabs__tab__content::-webkit-scrollbar {
        width: 4px;
        height: 100px;
    }

    .ipoteka_popap .left-tabs__tabs__tab__content::-webkit-scrollbar-thumb {
        background-color: #34B553;
    }

    .ipoteka_popap .left-tabs__tabs__tab__content::-webkit-scrollbar-track {
        background-color: #E5F5E9;
        border-radius: 4px;
    }

    /* Для Firefox */
    .ipoteka_popap .left-tabs__tabs__tab__content {
        scrollbar-width: thin;
        scrollbar-color: #34B553 #E5F5E9;
    }

    .ipoteka_popap .left-tabs__tabs__tab__content::-webkit-scrollbar-thumb {
        background-color: #34B553;
        border-radius: 4px;
    }

    .ipoteka_popap .left-tabs__tabs__tab__content::-webkit-scrollbar-track {
        background-color: #E5F5E9;
        border-radius: 4px;
    }

    .ipoteka_popap .close {
        position: absolute;
        display: flex;
        padding: 16px;
        align-items: flex-start;
        gap: 8px;
        position: absolute;
        right: -16px;
        top: -16px;
        border-radius: 100px;
        border: 1px solid rgba(52, 181, 83, 0.30);
        background: #FFF;
    }

    .ipoteka_popap .close svg {
        width: 24px;
        height: 24px;
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .left-tabs__tabs__tab__content {
            padding: 32px;
        }

        .left-tabs__tabs__tab__title.slide-down-item--active {
            padding: 32px;
            padding-bottom: 0px;
        }

        .ipoteka_modal.open {
            align-items: end;
        }

        .ipoteka_popap {
            height: 92%;
            width: 100%;
        }

        .left-tabs__tabs__tab {
            border-radius: 0px;
            border: none;
        }

        .ipoteka_popap .close {
            border-radius: 0px;
            border: none;
            right: 0px;
            top: 14px;
        }
    }

    @media (max-width: 767px) {
        .left-tabs__tabs__tab__content {
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 48px;
            padding-top: 0px;
        }

        .left-tabs__tabs__tab__title.slide-down-item--active {
            padding-left: 24px;
            padding-right: 24px;
            padding-bottom: 16px;
            padding-top: 48px;
        }

        .ipoteka_modal.open {
            align-items: end;
        }

        .ipoteka_popap {
            height: 100%;
            width: 100%;
        }

        .ipoteka_popap .close {
            border-radius: 0px;
            border: none;
            right: 0px;
            top: 29px;
        }
    }
/* End */


/* Start:/local/templates/roso/components/bitrix/news.list/good_info/style.css?17147290917311*/
.about-section .info-container {
	width: 100%;
}

.about-section .stages-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.about-section .card_wrapper {
	display: flex;
	padding: 32px;
	align-items: center;
	gap: 32px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 32px;
	border: 1px solid rgba(52, 181, 83, 0.30);
	background: #fff;
}

.about-section .card_wrapper .card_logo {
	display: flex;
	width: 56px;
	height: 56px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	border: 1px solid rgba(52, 181, 83, 0.30);
	flex-shrink: 0;
}

.about-section .card_wrapper .card_logo span {
	color: #34B553;
	font-family: "Euclid Square";
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 33.6px */
}

.about-section .card_wrapper .content {}

.about-section .card_wrapper .content .title {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 24px */
}

.about-section .card_wrapper .content .text {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	/* 19.6px */
	opacity: 0.7;
}

.about-section .info-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	width: 100%;
}

.about-section .info-wrapper .info-card {
	display: flex;
	padding: 32px;
	align-items: center;
	gap: 32px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 32px;
	background: #FFF;
	justify-content: space-between;
	cursor: pointer;
}


.about-section .info-wrapper .info-card .title {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 21.6px */
}


.about-section .info-wrapper .info-card .icon {}



.about-section .info-modal {
	position: fixed;
	z-index: 10;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
}

.about-section .info-popup {
	display: inline-flex;
	padding: 48px;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	border-radius: 48px;
	background: #FFF;
	position: relative;
	width: 50%;
}

.about-section .info-popup .title {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 33.6px */
}

.about-section .info-popup .text {
	padding-left: 8px;
	text-align: start;
}

.about-section .info-popup .text ol {
	list-style: conic-gradient;
	width: fit-content;
	padding-left: 1.5rem;
}

.about-section .info-popup .text ol li {
	color: #34B553;
	text-align: center;
	font-family: "Euclid Square";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	/* 32px */
	width: fit-content;
	text-align: start;
}

.about-section .info-popup .text ol li span {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 28.8px */
}

.about-section .info-popup .text .sub_title {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 24px */
	margin-top: 40px;
	margin-bottom: 16px;
}

.about-section .info-popup .text .basic_text {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 28.8px */
	margin-bottom: 16px;
}

.about-section .info-popup .close {
	display: flex;
	padding: 16px;
	align-items: flex-start;
	gap: 8px;
	position: absolute;
	right: -16px;
	top: -16px;
	border-radius: 100px;
	border: 1px solid rgba(52, 181, 83, 0.30);
	background: #FFF;
	cursor: pointer;
}

.about-section .info-popup .close svg {
	width: 24px;
	height: 24px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-section {
		padding: 48px 32px !important;
		gap: 24px !important;
	}

	.about-section .section-title {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.about-section .block-title {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.about-section .stages-wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 16px !important;
	}

	.about-section .card_wrapper {
		padding: 24px !important;
		flex-direction: column 24px !important;
		align-items: flex-start 24px !important;
		gap: 16px 24px !important;
		flex: 1 0 0 24px !important;
		align-self: stretch 24px !important;
	}

	.about-section .card_wrapper .content .title {
		font-size: 18px;
		font-style: normal;
		font-weight: 300;
		line-height: 120%;
		margin-bottom: 8px;
	}

	/* .mortage .swiper-wrapper {
		height: 290px;
	} */

	.about-section .info-wrapper .info-card {
		display: flex !important;
		padding: 24px !important;
		align-items: center !important;
		gap: 24px !important;
		flex: 1 0 0 !important;
		align-self: stretch !important;
	}

	.about-section .info-wrapper .info-card .title {
		color: #2F3F4A !important;
		font-family: "Euclid Square" !important;
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: 120% !important;
		/* 19.2px */
	}

	.about-section .info-modal {
		align-items: end;
	}

	.about-section .info-popup {
		padding: 32px;
		width: 100%;
		height: 92%;
		border: none;
		border-radius: 0px;
	}

	.about-section .info-popup .close {
		border: none;
		border-radius: 0px;
		right: 0px;
		top: 23px;
	}
}

@media (max-width: 767px) {
	.about-section {
		padding: 48px 24px !important;
		border-radius: 32px !important;
		gap: 24px !important;
	}

	.about-section .section-title {
		padding: 0px !important;
		font-size: 28px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 120% !important;
	}

	.about-section .block-title {
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 160% !important;
		padding: 0px !important;
	}

	.about-section .stages-wrapper {
		gap: 16px !important;
		grid-template-columns: repeat(1, 1fr) !important;
		flex-wrap: wrap !important;
	}

	.about-section .card_wrapper {
		border-radius: 24px !important;
		gap: 16px !important;
		padding: 24px !important;
		flex-wrap: wrap !important;
	}

	.about-section .card_wrapper .content {
		width: 100% !important;
	}

	.about-section .card_wrapper .content .title {
		font-size: 18px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 140% !important;
		margin-bottom: 16px !important;
	}

	.about-section .card_wrapper .content .text {
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 160% !important;
	}

	.about-section .info-wrapper {
		grid-template-columns: repeat(1, 1fr) !important;
		gap: 16px !important;
	}

	.about-section .info-wrapper .info-card {
		gap: 24px !important;
		padding: 24px !important;
		border-radius: 24px !important;
	}

	.about-section .info-modal {
		align-items: end;
	}

	.about-section .info-popup {
		padding: 32px;
		width: 100%;
		height: 92%;
		border: none;
		border-radius: 0px;
	}

	.about-section .info-popup .close {
		border: none;
		border-radius: 0px;
		right: 0px;
		top: 23px;
	}
}
/* End */


/* Start:/local/templates/roso/components/bitrix/news.list/faq_ipoteka/style.css?17147290913447*/
.faq-section .section_title {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 48px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%;
	/* 57.6px */
	margin-bottom: 48px;
}

.faq-section .faq-wrapper {
	display: flex;
	/* padding: 0px 112px; */
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	align-self: stretch;

}

.faq-section .faq-wrapper .faq-card {
	display: flex;
	padding: 48px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius: 48px;
	border: 1px solid rgba(52, 181, 83, 0.30);
}

.faq-section .faq-wrapper .faq-card.open {
	background: rgba(52, 181, 83, 0.10);
}

.faq-section .faq-wrapper .faq-card .question .icon.open {
	transform: rotate(180deg);
}

.faq-section .faq-wrapper .faq-card .question {
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.faq-section .faq-wrapper .faq-card .question .title {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	/* 25.2px */
}


.faq-section .faq-wrapper .faq-card .answer {
	color: #2F3F4A;
	font-family: "Euclid Square";
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 160%;
	/* 28.8px */
	display: none;
}

.faq-section .faq-wrapper .faq-card .answer.open {
	display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
	.faq-section {
		display: flex;
		padding: 32px;
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
		align-self: stretch;
	}

	.faq-section .section_title {
		font-size: 28px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 120% !important;
		/* 33.6px */
		margin-bottom: 32px !important;
	}

	.faq-section .faq-wrapper {
		padding: 0px !important;
	}

	.faq-section .faq-wrapper .faq-card {
		padding: 24px !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-items: flex-start !important;
		gap: 16px !important;
		align-self: stretch !important;
		border-radius: 24px !important;
	}

	.faq-section .faq-wrapper .faq-card .question .title {
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: 140% !important;
		margin-bottom: 0px !important;
	}

	.faq-section .faq-wrapper .faq-card .question .title svg {
		width: 24px !important;
		height: 24px !important;
	}

	.faq-section .faq-wrapper .faq-card .answer {
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 160% !important;
		/* 25.6px */
	}
}

@media (max-width: 767px) {
	.faq-section .section_title {
		font-size: 28px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 120% !important;
		margin-bottom: 32px !important;
	}

	.faq-section .faq-wrapper {
		padding: 0px !important;
	}

	.faq-section .faq-wrapper .faq-card {
		border-radius: 24px !important;
		gap: 16px !important;
		padding: 24px !important;
	}

	.faq-section .faq-wrapper .faq-card .question .title {
		font-size: 14px !important;
		font-style: normal !important;
		font-weight: 500 !important;
		line-height: 140% !important;
		margin-bottom: 0px !important;
	}

	.faq-section .faq-wrapper .faq-card .answer {
		font-size: 16px !important;
		font-style: normal !important;
		font-weight: 300 !important;
		line-height: 160% !important;
	}
}
/* End */
/* /local/templates/roso/components/bitrix/news.list/mortgage_v2/style.css?17147290913671 */
/* /local/templates/roso/components/bitrix/news.list/good_info/style.css?17147290917311 */
/* /local/templates/roso/components/bitrix/news.list/faq_ipoteka/style.css?17147290913447 */
