

/* Start:/local/templates/savingsim_new/components/bitrix/breadcrumb/breadcrumb/style.css?1756225781984*/
.bx-breadcrumb {
	margin: 30px 0 60px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: 600;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	vertical-align: middle;
	margin-right: 10px;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	text-decoration: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	color: #898888;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #151515;
}
.breadcrumb-home{
	width: 16px;
	height: 16px;
	display: flex;
	background: url("/local/templates/savingsim_new/components/bitrix/breadcrumb/breadcrumb/../breadcrumb/images/home.svg") no-repeat center;
	background-size: cover;
	margin-top: 2px;
}
@media (max-width: 1169px) {
	.bx-breadcrumb {
		margin: 15px 0 30px 0;
	}
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news.list/about_info/style.css?17562257811268*/
.about-info-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin-bottom: 140px;
}
.info-item {
    background-color: #F8F8F8;
    text-decoration: none;
    padding: 24px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 39px;
}
.info-item-ico {
    width: 50px;
    height: 50px;
    display: flex;
    background-size: contain!important;
}
.info-item-name {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    vertical-align: middle;
    color: #151515;
}

.w-30 {
    flex: 0 0 calc((100% - 6 * 40px) / 3);
}
.w-50 {
    flex: 0 0 calc((100% - 4 * 40px) / 2);
}
.w-100 {
    flex: 0 0 100%;
}

@media (max-width: 1169px) {
    .info-item {
        flex: 0 100%;
        gap: 19px;
        align-items: center;
        flex-direction: row;
        justify-content: flex-start;
    }
    .info-item-ico {
        width: 34px;
        height: 34px;
        min-width: 34px;
        min-height: 34px;
        background-size: contain !important;
    }
    .about-info-items {
        gap: 10px;
    }
    .info-item-name {
        font-size: 16px;
    }
}

/* End */
/* /local/templates/savingsim_new/components/bitrix/breadcrumb/breadcrumb/style.css?1756225781984 */
/* /local/templates/savingsim_new/components/bitrix/news.list/about_info/style.css?17562257811268 */
