

/* Start:/bitrix/components/allsites/api2.tradein.cars.filter/templates/uservice2025/style.css?17568962079934*/
/*#models {
	display: block;
}
.tradein-hidden-count {
	display: none;
}
.main-filter {
	font-family: 'FGB', Arial, sans-serif;
}
.catalog-title {
	padding: 0 20px;
}
.common-wrapper .main-filter input,
.common-wrapper .main-filter select {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
	color:#535355;
	font-size: 14px;
	width: 100%;
	height: 40px;
	padding: 0 15px 0 10px;
}
.common-wrapper .main-filter select {
	-webkit-appearance: none;
	     appearance: none;
	background: url('/bitrix/components/allsites/api2.tradein.cars.filter/templates/uservice2025/pics/arrow-down-select.svg') no-repeat #ffffff;
	background-position: right 9px center;

	min-width: auto;
}
.main-filter label {
	color:#000;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
}
.main-page-form .filter-select input::-webkit-input-placeholder {
	color: #B7B7B7;
}
.main-page-form .filter-select input:-ms-input-placeholder {
	color: #B7B7B7;
}
.main-page-form .filter-select input::-ms-input-placeholder {
	color: #B7B7B7;
}
.main-page-form .filter-select input::placeholder {
	color: #B7B7B7;
}
.main-page-form .filter-select,
.main-page-form .filter-input,
.main-page-form .filter-submit {
	margin: 10px 0 0;
}
.main-page-form label {
	display: block;
}
.filter-submit {
	margin-top: 10px;
}
.common-wrapper .filter-submit button[type="submit"] {
	background: #034694;

	font-family: 'FGB', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 39px;
	
	margin-top: 16px;
	width: 100%;	
}
.from-to {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.from-to div:not(.field-separator) {
	width: 44.61%;
}
.main-filter .from-to input,
.main-filter .from-to select {
	width: 100%;
}
.main-filter select:focus-visible {
	outline: 1px solid #034694;
}
.main-filter input:focus-visible {
	outline: 2px solid #034694;
}

.filter-select.from-to {
	width: 100%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.field-separator {
	position: relative;
	width: 0;
	height: 100%;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.field-separator::before {
	content: ' ';
	background: #000;
	position: absolute;
	display: block;
	right: -7px;
	bottom: 19.5px;
	width: 14px;
	height: 1px;
}
.field-to {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}
.checkbox-block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 10px 0 0 7px;
}
.filter-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 8px;
}
.filter-checkbox input {
	margin-right: 5px;
}
.filter-checkbox label {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0 0 0 28px;
}
.main-filter .filter-checkbox input {
	position: absolute;
	cursor: pointer;
	opacity: 0;
	height: 0;
	width: 0;
	top: 0;
	left: 0;
}
.filter-checkbox .checkmark {
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.filter-checkbox .checkmark::after {
	content: '';
	position: absolute;
	left: 6px;
	top: -2px;
}
.filter-checkbox input:checked ~ .checkmark:after {
	content: url('/bitrix/components/allsites/api2.tradein.cars.filter/templates/uservice2025/pics/checkbox.svg');
}
.form-show-more {
	background-color: #F8F8F8;
	color:#000;
	font-size: 16px;
	line-height: 18px;
	margin: 12px 0 0 5px;
}
.show-more-button,
.resetform {
	cursor: pointer;
}
.show-more-button {
	margin: 0 0 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.show-more-fields {
	position: relative;
}
.show-more-button span.show-more-arrow {
	background-color: #454545;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	z-index: 1;
	margin: 0 9px 0 0;
}
.show-more-button span.show-more-arrow::before {
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.show-more-button span.show-more-arrow::after {
	content: '';
	background: url('/bitrix/components/allsites/api2.tradein.cars.filter/templates/uservice2025/pics/icon_advanced_open.svg') center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	z-index: 3;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.show-more-button.opened span.show-more-arrow::after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.resetform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.resetform-x {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	z-index: 1;
	margin: 0 9px 0 0;
}
.resetform-x::before {
	background-color: #454545;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.resetform-x::after {
	content: '';
	background: url('/bitrix/components/allsites/api2.tradein.cars.filter/templates/uservice2025/pics/icon_cross.svg') center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	height: 22px;
	z-index: 3;
}
.resetform-txt {
	display: inline-block;
	position: relative;
}
.resetform-txt::before,
.show-more-fields::before {
	border-bottom: 2px dotted #000;
	content: '';
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.hidden-filter-fields {
	display: none;
}

.hidden-filter-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.common-wrapper .hidden-filter-flex .filter-select:not(.from-to) {
	width: 46%;
}
.common-wrapper .hidden-filter-flex .filter-select:first-child {
	width: 100%;
}
.gb-block {
	width: 100%;
	margin-top: 10px;
}
.gb-header {font-size: 16px}
.gb-items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;

}
.gb-items > div {
	width: 43%;
	box-sizing: border-box;
}
@media only screen and (min-width: 1160px) {
	.main-page-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.common-wrapper .main-page-form .filter-select,
	.common-wrapper .main-page-form .filter-input,
	.common-wrapper .main-page-form .filter-submit {
		margin: 10px 0 0;
	}
	.visible-filter-fields {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.visible-filter-fields .filter-select,
	.visible-filter-fields .filter-input {
		width: 214px;
	}
	.hidden-filter-flex {
		padding: 10px 0 0;
	}
	.common-wrapper .hidden-filter-flex .filter-select:first-child,
	.common-wrapper .hidden-filter-flex .filter-select:not(.form-to):first-child,
	.common-wrapper .hidden-filter-flex .filter-select.from-to,
	.common-wrapper .hidden-filter-flex .filter-input.from-to {
		width: 214px;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.common-wrapper .hidden-filter-flex .filter-select:not(.from-to) {
		width: 96px;
	}
	.main-page-form label {
		white-space: nowrap;
	}
	.checkbox-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		margin: 0;
	}
	.filter-checkbox {
		margin: 23px 30px 0 0;
	}
	.main-filter .filter-checkbox input {
		margin: 0 5px 0 0;
	}
	.form-show-more {
		margin: 16px 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.show-more-button {
		margin: 0 35px 0 0;
	}
	.common-wrapper .filter-submit button[type="submit"] {
		margin: 16px 0 0;
		width: 214px;
	}
	.catalog-title {
		padding: 0;
	}
}*/
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/tradein-circle2/style.css?16552070591259*/
.bx-pagination {
    margin: 0 0 58px;
}
.bx-pagination,
.bx-pagination-container {
    display: block;
}
.bx-pagination-container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}
.bx-pagination-container ul li.bx-pag-prev,
.bx-pagination-container ul li.bx-pag-next,
.bx-pagination-container ul li::before,
.bx-pagination-container ul li::after {
    display: none;
}
.bx-pagination-container ul li {
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    margin: 0 5px 0 0;
	transition: border ease-in-out .2s;
}
.bx-pagination-container ul li:hover {
	border: 1px solid #535355;
}
.bx-pagination-container ul li.bx-active {
    border: 1px solid #000000;
    color: #000;
}
.bx-pagination-container ul li.bx-pag-all {
    width: 143px;
    height: 42px;
}
.bx-pagination-container ul li a {
    color: #535355;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* End */


/* Start:/bitrix/components/allsites/api2.tradein.cars.list/templates/uservice2025/style.css?171569097411063*/
.instock-cars-list-wrapper {
    margin: 0;
}
.instock-cars-list-wrapper h1 {
    margin: 10px 0 15px;
}
.instock-cars {
	font-family: 'FGB', Arial, sans-serif;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.instock-cars .instock-car {
    border: 1px solid #fff;
    outline: 1px solid #e5e5e5;
    width: max-content;
    margin: 0 0 20px;
}
.instock-cars .instock-car:last-child {
    margin: 0;
}
.instock-car-image a {
    color: inherit;
    display: block;
    text-decoration: none;
    position: relative;
}
.instock-car-image img {
    object-fit: cover;
}
.instock-car-info {
    background-image: url('data:image/png;base64,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');
    background-position: bottom right;
    background-repeat: no-repeat;

    margin: 0 0 auto;
}
.instock-car-info a {
    text-decoration: none;

    display: flex;
    flex-direction: column;
    padding: 10px 18px 0;
    height: auto;
    overflow: hidden;
}
.instock-car-title {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
}
.instock-car-tech {
    color: #535355;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 7px;
}
.instock-car-price {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    margin: 0;
    padding: 0 0 30px;
}
.previous-price {
    color: #535355;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    margin: 0 0 3px;
    order: 2;
}
.actual-price {
    font-size: 20px;
    line-height: 23px;
    width: 100%;
    order: 1;
}
/* specprogram */
.specialprogram-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 100px;
    z-index: 10;
}
.model-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.model-links a {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    text-decoration: none;
    transition: border ease-in-out .2s;
}
.model-links a:hover {
    border: 1px solid #535355;
}
.model-links a span {
    color: #a6a6a6;
    font-size: 14px;
}
.cars-list-prologue-icons {
    display: flex;
    flex-direction: column;
    margin: 25px 0 0;
}
.prologue-icon-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    margin: 0 0 20px;
    width: 100%;
}
.prologue-icon-item::before {
    content: '';
    border-radius: 50%;
    background: #e5e5e5;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    z-index: -1;
}
.prologue-icon-item svg {
    margin: 0 0 15px 22px;
}
.prologue-item-title {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    margin-bottom: 30px;
}
.prologue-item-title::after {
    content: '';
    background: #15418C;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.prologue-item-text {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 360px;
    margin: 0 0 5px;
}
.prologue-item-link {
    color: #535355;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.prologue-item-link::before {
    content: '';
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-radius: 1px;
    border-color: #535355;
    transform: rotate(-45deg);
    position: absolute;
    left: 80px;
    bottom: calc(50% - 5px);
    width: 8px;
    height: 8px;
}
.prologue-item-title,
.prologue-item-link,
.prologue-svg,
.prologue-svg-stroke {
    transition: all ease-in-out .2s;
}
.prologue-svg {
    fill: #202020;
}
.prologue-svg-stroke {
    stroke: #202020;
}
.prologue-icon-item:hover .prologue-item-title {
    color: #15418C;
}
.prologue-icon-item:hover .prologue-item-link {
    color: #000;
}
.prologue-icon-item:hover .prologue-svg {
    fill: #15418C;
}
.prologue-icon-item:hover .prologue-svg-stroke {
    stroke: #15418C;
}

.filter_block {
    color: #535355;
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}
.filter_block ul.filter_type {
    color: #535355;
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
}
.filter_header {
    font-size: 18px;
    line-height: 23px;
    margin: 0 21px 0 0;
}
.filter_block ul.filter_type li::before {
    display: none;
}
.content .filter_list_item {
    margin: 0;
}
.filter_type .filter_list_item a {
    color: #535355;
    position: relative;
    padding-right: 22px;
    font-size: 18px;
    line-height: 23px;
}
.filter_type .filter_list_item a::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(-45deg);
    position: absolute;
    right: 8px;
    bottom: calc(50% - 7px);
    width: 7px;
    height: 7px;
}
.filter_type .filter_list_item.active-sort a {
    text-decoration: none;
    padding-right: 35px;
}
.filter_type .filter_list_item.active-sort a::after {
    content: '';
    right: 20px;
}
.filter_type .filter_list_item.active-sort.active-sort-re_o a::after {
    border-width: 0 0 1px 1px;
    bottom: calc(50% - 3px);
}
.cars-list-prologue-wrapper {
    padding: 0 20px;
}

.btn__back-to-catalog {
    color: #535355;
    position: relative;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.btn__back-to-catalog::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='-272 195 22 22' style='enable-background:new -272 195 22 22;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M-259.9,209.9l-3.8-4.6c-0.2-0.3-0.2-0.6,0.1-0.8c0.3-0.2,0.6-0.2,0.8,0.1l2.9,3.4l2.9-3.4c0.2-0.3,0.6-0.3,0.8-0.1c0.3,0.2,0.3,0.6,0.1,0.8L-259.9,209.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23535355' d='M-260.7,209l-3.8-4.6c-0.2-0.3-0.2-0.6,0.1-0.8c0.3-0.2,0.6-0.2,0.8,0.1l2.9,3.4l2.9-3.4c0.2-0.3,0.6-0.3,0.8-0.1s0.3,0.6,0.1,0.8L-260.7,209z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 22px;
    height: 22px;
    transform: rotate(90deg);
    z-index: 3;
    transition: all ease-out .2s;
}
.btn__back-to-catalog::before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #535355;
    margin-right: 9px;
    width: 22px;
    height: 22px;
    z-index: 2;
}

.btn__back-to-catalog:hover::after {
    transform: rotate(270deg);
}

.btn__back-to-catalog:hover {
    text-decoration: none;
}

@media only screen and (min-width: 540px) {
    .instock-car-price {
        margin: auto 0 0;
    }
    .instock-car-info a {
        height: 100%;
    }
    .instock-cars {
        justify-content: space-between;
    }
    .instock-cars .instock-car {
        width: 48%;
    }
}
@media only screen and (min-width: 1023px) {
    .instock-cars {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        margin-bottom: 25px;
    }
    .instock-cars .instock-car {
        width: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .instock-car-info {
        height: 100%;
    }
    .cars-list-prologue-icons {
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 40px 0 50px;
    }
    .prologue-icon-item {
        width: 33%;
        margin: 0;
    }
    .filter_block {
        align-items: center;
        flex-direction: row;
        margin: 0 0 15px;
    }
    .cars-list-prologue-wrapper {
        padding: 0;
    }
    .btn__back-to-catalog--mobile {
        display: none;
    }
}
@media only screen and (min-width: 1200px) {
    .instock-cars {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* End */


/* Start:/bitrix/components/uservice/light.list/templates/coming-soon2025/style.css?17068618519833*/
.instock-cars-list-wrapper {
    margin: 0;
}
.instock-cars-list-wrapper h1 {
    margin: 10px 0 15px;
}
.instock-cars {
    font-family: 'FGB', Arial, sans-serif;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.instock-cars .instock-car {
    border: 1px solid #fff;
    outline: 1px solid #e5e5e5;
    width: max-content;
    margin: 0 0 20px;
}
.instock-cars .instock-car:last-child {
    margin: 0;
}
.instock-car-image a {
    color: inherit;
    display: block;
    text-decoration: none;
}
.instock-car-image img {
    object-fit: cover;
}
.instock-car-info {
    background-image: url('data:image/png;base64,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');
    background-position: bottom right;
    background-repeat: no-repeat;

    margin: 0 0 auto;
}
.instock-car-info a {
    text-decoration: none;

    display: flex;
    flex-direction: column;
    padding: 10px 18px 0;
    height: auto;
    overflow: hidden;
}
.instock-car-title {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 10px;
}
.instock-car-tech {
    color: #535355;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 7px;
}
.instock-car-price {
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    height: 45px;
    margin: 0;
    padding: 0 0 30px;
}
.previous-price {
    color: #535355;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    margin: 0 0 3px;
    order: 2;
}
.actual-price {
    font-size: 20px;
    line-height: 23px;
    width: 100%;
    order: 1;
}
/* specprogram */
.specialprogram-logo {
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 100px;
    z-index: 10;
}
.model-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.model-links a {
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    padding: 5px 15px;
    margin: 0 5px 5px 0;
    text-decoration: none;
    transition: border ease-in-out .2s;
}
.model-links a:hover {
    border: 1px solid #535355;
}
.model-links a span {
    color: #a6a6a6;
    font-size: 14px;
}
.cars-list-prologue-icons {
    display: flex;
    flex-direction: column;
    margin: 25px 0 0;
}
.prologue-icon-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    margin: 0 0 20px;
    width: 100%;
}
.prologue-icon-item::before {
    content: '';
    border-radius: 50%;
    background: #e5e5e5;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    z-index: -1;
}
.prologue-icon-item svg {
    margin: 0 0 15px 22px;
}
.prologue-item-title {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    margin-bottom: 30px;
}
.prologue-item-title::after {
    content: '';
    background: #15418C;
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.prologue-item-text {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    max-width: 360px;
    margin: 0 0 5px;
}
.prologue-item-link {
    color: #535355;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.prologue-item-link::before {
    content: '';
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-radius: 1px;
    border-color: #535355;
    transform: rotate(-45deg);
    position: absolute;
    left: 80px;
    bottom: calc(50% - 5px);
    width: 8px;
    height: 8px;
}
.prologue-item-title,
.prologue-item-link,
.prologue-svg,
.prologue-svg-stroke {
    transition: all ease-in-out .2s;
}
.prologue-svg {
    fill: #202020;
}
.prologue-svg-stroke {
    stroke: #202020;
}
.prologue-icon-item:hover .prologue-item-title {
    color: #15418C;
}
.prologue-icon-item:hover .prologue-item-link {
    color: #000;
}
.prologue-icon-item:hover .prologue-svg {
    fill: #15418C;
}
.prologue-icon-item:hover .prologue-svg-stroke {
    stroke: #15418C;
}

.filter_block {
    color: #535355;
    display: flex;
    flex-direction: column;
    margin: 0 0 20px;
}
.filter_block ul.filter_type {
    color: #535355;
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter_header {
    font-size: 18px;
    line-height: 23px;
    margin: 0 21px 0 0;
}
.filter_block ul.filter_type li::before {
    display: none;
}
.content .filter_list_item {
    margin: 0;
}
.filter_type .filter_list_item a {
    color: #535355;
    position: relative;
    padding-right: 22px;
    font-size: 18px;
    line-height: 23px;
}
.filter_type .filter_list_item a::after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(-45deg);
    position: absolute;
    right: 8px;
    bottom: calc(50% - 7px);
    width: 7px;
    height: 7px;
}
.filter_type .filter_list_item.active-sort a {
    text-decoration: none;
    padding-right: 35px;
}
.filter_type .filter_list_item.active-sort a::after {
    content: '';
    right: 20px;
}
.filter_type .filter_list_item.active-sort.active-sort-re_o a::after {
    border-width: 0 0 1px 1px;
    bottom: calc(50% - 3px);
}
.cars-list-prologue-wrapper {
    padding: 0 20px;
}
@media only screen and (min-width: 540px) {
    .instock-car-price {
        margin: auto 0 0;
    }
    .instock-car-info a {
        height: 100%;
    }
    .instock-cars {
        justify-content: space-between;
    }
    .instock-cars .instock-car {
        width: 48%;
    }
}
@media only screen and (min-width: 1023px) {
    .instock-cars {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        margin-bottom: 25px;
    }
    .instock-cars .instock-car {
        width: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .instock-car-info {
        height: 100%;
    }
    .cars-list-prologue-icons {
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 40px 0 50px;
    }
    .prologue-icon-item {
        width: 33%;
        margin: 0;
    }
    .filter_block {
        align-items: center;
        flex-direction: row;
        margin: 0 0 15px;
    }
    .cars-list-prologue-wrapper {
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .instock-cars {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* End */
/* /bitrix/components/allsites/api2.tradein.cars.filter/templates/uservice2025/style.css?17568962079934 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/tradein-circle2/style.css?16552070591259 */
/* /bitrix/components/allsites/api2.tradein.cars.list/templates/uservice2025/style.css?171569097411063 */
/* /bitrix/components/uservice/light.list/templates/coming-soon2025/style.css?17068618519833 */
