

/* 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/system.pagenavigation/main/style.css?17562280274601*/
.pagination-main {
	margin: 30px 0 60px 0;
}
.pagination-main .bx-pagination-container {
	text-align: center;
	position: relative;
}
.pagination-main .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
    justify-content: center;
}
.pagination-main .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 0 15px 1px;
}
.pagination-main .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #fff;
    outline: 1px solid #97A6B9;
	padding: 0 8px;
	display: flex;
    height: 50px;
    min-width: 60px;
	line-height: 32px;
	color: #97A6B9;
	border-radius: 0;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}
.pagination-main .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.pagination-main .bx-pagination-container ul li a:hover span{
	background: #F8F8F8;
}
.pagination-main .bx-pagination-container ul li.bx-active span{
	background: #52648A;
	color: #fff;
    border-radius: 0;
    outline: 1px solid #52648A;
}
.pagination-main .bx-pagination-container ul li.bx-pag-all a span,
.pagination-main .bx-pagination-container ul li.bx-pag-prev a span,
.pagination-main .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.pagination-main .bx-pagination-container ul li.bx-pag-all span,
.pagination-main .bx-pagination-container ul li.bx-pag-prev span,
.pagination-main .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev span,
.pagination-main .bx-pagination-container ul li.bx-pag-next span{
    background: url("/local/templates/savingsim_new/components/bitrix/system.pagenavigation/main/nav-arrow-dis.svg") no-repeat center!important;
    background-size: 13px!important;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev > a > span,
.pagination-main .bx-pagination-container ul li.bx-pag-next > a > span{
	background: url("/local/templates/savingsim_new/components/bitrix/system.pagenavigation/main/nav-arrow.svg") no-repeat center!important;
	background-size: 13px!important;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev span {
    border-radius: 10px 0 0 10px;
}
.pagination-main .bx-pagination-container ul li.bx-pag-next span {
	border-radius: 10px 0 0 10px;
	transform: rotate(180deg);
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev > a > span {
	transform: rotate(180deg);
	border-radius: 0 10px 10px 0;
}
.pagination-main .bx-pagination-container ul li.bx-pag-next > a > span {
	transform: rotate(0deg);
	border-radius: 0 10px 10px 0;
}
.pagination-main .bx-pagination-container ul li.bx-pag-all a:hover span,
.pagination-main .bx-pagination-container ul li.bx-pag-prev a:hover span,
.pagination-main .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	color: #000;
}
.pagination-main .bx-pagination-container ul li.bx-pag-prev a:hover span,
.pagination-main .bx-pagination-container ul li.bx-pag-next a:hover span {
    background-color: #F8F8F8!important;
}

    /*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #52648A;
	color: #fff;
}
@media (max-width: 1023.98px) {
	.pagination-main .bx-pagination-container ul li span {
		font-size: 13px;
		height: 40px;
		min-width: 42px;
	}
	.pagination-main .bx-pagination-container ul li.bx-pag-prev span, .pagination-main .bx-pagination-container ul li.bx-pag-next span {
		background-size: 9px !important;
	}
}

/* End */


/* Start:/local/templates/savingsim_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?17567261054933*/
.news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.news-item {
    background: #F8F8F8;
    border-radius: 14px;
    display: flex;
    flex: 0 1 calc((100% - 28px) / 3);
    flex-direction: column;
    height: 464px;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 0 34px 0;
}

.news-item-big {
    background-position: center !important;
    background-size: cover !important;
    flex: 0 1 100%;
    height: 580px;
    position: relative;
    padding: 15px 0 15px 0;
}

.news-item-big .news-content:before {
    background-color: rgba(24, 46, 75, 0.7);
    content: '';
    height: 550px;
    position: absolute;
    border-radius: 14px;
    width: calc(52% - 43px);
}


.container-date-time {
    display: flex;
    gap: 24px;
    z-index: 2;
}

.small_date {
    color: #898888;
    font-size: 14px;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 18px;
    margin-top: 34px;
    padding-left: 34px;
    padding-right: 34px;
    vertical-align: middle;
    z-index: 2;
}

.small_date:before {
    background-size: contain;
    content: '';
    display: flex;
    height: 19px;
    margin-left: -20px;
    margin-top: -1px;
    position: absolute;
    width: 14px;
    z-index: 2;
}

.news-picture {
    background-size: cover !important;
    display: flex;
    height: 240px;
}

.news-title {
    color: #070E13;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 18px;
    padding-left: 34px;
    padding-right: 34px;
    vertical-align: middle;
    z-index: 2;
}

.news-link {
    color: #151515;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    padding-left: 34px;
    padding-right: 34px;
    vertical-align: middle;
    z-index: 2;
}

.news-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-item-big .news-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    vertical-align: middle;
}

.news-item-big .small_date,
.news-item-big .news-picture,
.news-item-big .news-title,
.news-item-big .news-link,
.news-item-big .news-description {
    color: #fff;
    z-index: 2;
}

.news-description {
    padding-left: 34px;
    padding-right: 34px;
}

.news-item-big .news-link {
    align-items: center;
    border: solid 1px #fff;
    border-radius: 200px;
    height: 50px;
    margin-left: 34px;
    text-decoration: none;
    width: fit-content;
    position: absolute;
    bottom: 45px;
}

.news-load-more-btn {
    background: none;
    border: 1px solid #73A8BA;
    border-radius: 200px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin: 0 auto;
    padding: 20px 32px;
    text-align: center;
    width: fit-content;
}

.news-item-big .news-content {
    display: inline-flex;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    margin-left: 50%;
    width: 50%;
}
@media (max-width: 1239.98px) {
    .news-item-big .news-content {
        margin-left: 40%;
        width: 60%;
    }
    .news-item-big .news-content:before {
        width: calc(60% - 15px);
    }
}
@media (max-width: 1023.98px) {
    .news-item,
    .news-item-big {
        flex: 0 1 100%;
        height: auto;
    }

    .small_date {
        font-size: 13px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .news-title {
        font-size: 15px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .news-link {
        font-size: 13px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .news-item-big .small_date {
        font-size: 13px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .news-item-big .news-title {
        font-size: 15px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .news-picture {
        height: 200px;
    }

    .news-item-big .news-link {
        font-size: 13px;
        height: 40px;
        margin-left: 14px;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-item-big .news-description {
        font-size: 13px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .news-load-more-btn {
        font-size: 13px;
        padding: 10px 25px;
    }
    .news-item-big .news-content {
        margin-left: 15px;
        width: calc(100% - 30px);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .news-item-big .news-content:before {
        display: none;
    }
    .news-item-big .news-content {
        min-height: unset;
        height: auto;
        background-color: rgba(24, 46, 75, 0.7);
        border-radius: 14px;
        padding-bottom: 15px;

    }
    .news-item-big {
        min-height: 533px;
        justify-content: flex-end;

    }
    .news-item-big .news-link {
        position: inherit;
    }
}

/* End */
/* /local/templates/savingsim_new/components/bitrix/breadcrumb/breadcrumb/style.css?1756225781984 */
/* /local/templates/savingsim_new/components/bitrix/system.pagenavigation/main/style.css?17562280274601 */
/* /local/templates/savingsim_new/components/bitrix/news/news/bitrix/news.list/.default/style.css?17567261054933 */
