

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17285431432443*/
.catalog__section_bottom {
    overflow: hidden;
}

.catalog__section_more_container{
    display: flex;
    justify-content: center;
    margin-bottom: 57px;
}

.catalog__section_pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

.catalog__section_pagination_list{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.catalog__section_pagination_item{
    list-style: none;
    padding: 0 6px;
}

.catalog__section_pagination_item-current{
    position: relative;
    padding: 0 44px;
    margin: 0 6px;
}

.catalog__section_pagination_item-current:not(:first-child)::before{
    content: '';
    background-color: var(--color-crimson-200);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 2px;
}

.catalog__section_pagination_item-current:not(:last-child)::after{
    content: '';
    background-color: var(--color-crimson-200);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 32px;
    height: 2px;
}

.catalog__section_pagination_link{
    text-decoration: none;
    line-height: 1;
    display: block;
    color: inherit;
}

.catalog__section_pagination_item-current .catalog__section_pagination_link{
    font-weight: 700;
}

.catalog__section_pagination_arrow-prev{
    padding-right: 58px;
}

.catalog__section_pagination_arrow-next{
    padding-left: 58px;
}

.catalog__section_pagination_arrow svg{
    fill: var(--color-darkslategray-100);
    stroke: var(--color-white);
    transition: all .3s;
}

.catalog__section_pagination_arrow:hover svg {
    fill: var(--color-crimson-200);
}

.catalog__section_pagination_arrow-next svg{
    transform: rotate(180deg);
}

@media(max-width:480px) {
    .catalog__section_more_container{
        margin-bottom: 39px;
    }

    .catalog__section_pagination_arrow-prev{
        padding-right: 28px;
    }

    .catalog__section_pagination_arrow-next{
        padding-left: 28px;
    }

    .catalog__section_pagination_arrow svg{
        width: 46px;
    }
}

@media(max-width:360px){
    .catalog__section_more_container {
        margin-bottom: 26px;
    }

    .catalog__section_pagination_arrow svg {
        width: 34px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/helpful-information/bitrix/news.list/.default/style.css?17764182606332*/
.section_news_filter {
	position: relative;
	padding-bottom: 40px;
	z-index: 1;
}

.section_news_filter .filters {
    display: flex;
    flex-direction: column;
    gap: 12px; 
}

.section_news_filter .filters .filter {
	display: flex;
	align-items: center;
	gap: 15px; 
	width: 100%;
}

.section_news_filter .filters .filter.open .select .customSelect .customSelect-header {
	z-index: 152;
}

.section_news_filter .filters .filter .select {
	width: 100%;
}

.section_news_filter .filters .filter .select select {
	min-width: 260px; 
}

.section_news_filter .filters .filter .select .customSelect {
	position: relative;
}

.section_news_filter .filters .filter .select .customSelect.open .customSelect-header .customSelect-header-arrow {
	transform: rotate(90deg); 
}

.section_news_filter .filters .filter .select .customSelect.open .customSelect-dropdown {
	padding-top: 15px; 
}

.section_news_filter .filters .filter .select .customSelect .customSelect-header {
	cursor: pointer;
	background: #F3F3F3;
	color: var(--color-darkslategray-200);
	line-height: 55px;
	border-radius: 15px;
	display: flex;
	height: 55px;
	user-select: none;
	position: relative;
	z-index: 150;
	border: 2px solid #DADADA; 
}

.section_news_filter .filters .filter .select .customSelect .customSelect-header .customSelect-header-value {
	flex: 1 0;
	display: flex;
	align-items: center;
	padding: 0 15px;
	font-size: 14px; 
}

.section_news_filter .filters .filter .select .customSelect .customSelect-header .customSelect-header-arrow {
	aspect-ratio: 1 / 1;
	background: url("/dealers-service-centers/images/custom_select_arrow.png") no-repeat center;
	transition: all 0.2s linear 0s; 
}

.section_news_filter .filters .filter .select .customSelect .customSelect-dropdown {
	display: flex;
	position: absolute;
	top: calc(100% - 15px);
	padding-top: 15px;
	border: 2px solid #DADADA;
	z-index: 149;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	color: black;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	align-items: self-end; 
}

.section_news_filter .filters .filter.open .select .customSelect .customSelect-dropdown {
	z-index: 151;
}

.section_news_filter .filters .filter .select .customSelect .customSelect-dropdown .customSelect-dropdown-options {
	flex: 1 0;
	height: fit-content;
	bottom: 0;
	padding: 16px 21px; 
}

.section_news_filter .filters .filter .select .customSelect .customSelect-dropdown .customSelect-dropdown-options .customSelect-dropdown-options-wrap {
	max-height: 250px; 
}

.section_news_filter .filters .filter .select .customSelect .customSelect-dropdown .customSelect-dropdown-options .customSelect-dropdown-options-wrap .customSelect-dropdown-option {
	font-size: 14px;
	line-height: 1.4;
	cursor: pointer; 
}

.section_news_filter .filters .filter .select .customSelect .customSelect-dropdown .customSelect-dropdown-options .customSelect-dropdown-options-wrap .customSelect-dropdown-option:hover {
	color: #D62327; 
}

@media (min-width: 480px) {
	.section_news_filter .filters {
		flex-direction: row;
		gap: 30px;
	}
}

@media (min-width: 768px) {
	.section_news_filter {
		padding-bottom: 50px;
	}

	.section_news_filter .filters .filter .select .customSelect {
    	width: 259px;
	}
}

@media (min-width: 1280px) {
	.section_news_filter {
		padding-bottom: 50px;
	}

	.section_news_filter .filters {
	    gap: 12px 58px; 
	}

	.section_news_filter .filters .filter {
		width: auto;
	}
}

@media (min-width: 1620px) {
	.section_news_filter .filters {
	    gap: 12px 44px; 
	}
}

.section_articles {
	padding-bottom: 65px;
}

.articles_list {
	display: grid;
	gap: 20px 30px;
}

.articles_item {
	display: flex!important;
	flex-direction: column;
	padding: 30px 20px;
	border-radius: 10px;
	background-color: #F3F3F3;
	color: var(--color-darkslategray-200);
	height: auto;
}

.articles_item_title {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 120%;
	color: var(--color-darkslategray-200);
	text-transform: uppercase;
	margin-bottom: 20px;
}

.articles_item_text {
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 25px;
}

.articles_item_box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.article_section_name{
	color: #999;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: auto;
}
.articles_item_img {
	height: 100px;
	margin-bottom: 30px;
}

.articles_item_img_link {
	display: block;
	height: 100%;
}

.articles_item_img img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;    
    border-radius: 10px;
}

.articles_item_more {
	display: flex;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: var(--color-darkslategray-200);
	align-items: center;
	justify-content: flex-end;
	transition: .25s;
}

.articles_item_more > span {
	line-height: 1;
	display: inline-block;
    border: 1px solid transparent;
}

.articles_item_more_icon {
    margin-left: 10px;
}

.articles_item_more_icon svg {
	transition: .25s;
}

.articles_item_more:hover span {
	border-bottom-color: var(--color-darkslategray-200);
}

.articles_item_more:hover svg {
	fill: var(--color-crimson-200);
}

@media (min-width: 480px) {
	.articles_item_title {
		font-size: 16px;
	}

	.articles_item_text {
		font-size: 14px;
		margin-bottom: 35px;
	}

	.articles_item_img {
		height: 120px;
	}

	.articles_item_more {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.section_articles {
		padding-bottom: 90px;
	}

	.articles_list {
		grid-template-columns: 1fr 1fr;
		gap: 25px 30px;
	}

	.articles_item {
		padding: 35px 25px;
	}

	.articles_item_text {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.articles_item_img {
		height: 130px;
	}
}

@media (min-width: 1280px) {
	.section_articles {
		padding-bottom: 100px;
	}

	.articles_item_text {
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 3;
		margin-bottom: 25px;
	}

	.articles_item_box {
		flex: 0 0 auto;
		flex-direction: row;
	}

	.articles_item_img {
		height: 150px;
		margin-bottom: 0;
	}

	.articles_item_more {
		align-self: flex-end;
	}
}

@media (min-width: 1620px) {
	.articles_list {
		grid-template-columns: repeat(3, 1fr);
	}

	.articles_item {
		padding: 35px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?17285431432443 */
/* /local/templates/main/components/bitrix/news/helpful-information/bitrix/news.list/.default/style.css?17764182606332 */
