.sts_cars_sect {
    position: relative;
}
.sts_breadcrumbs_sect + .sts_cars_sect {
    padding-top: 1.125em;
}
.sts_cars_sect .mobile_filter_preview {
    display: none;
}
.sts_cars_sect .filter {
    border-top: 0.125em solid #D9D9D9;
    border-bottom: 0.125em solid #D9D9D9;
    padding: 2.75em 0;
    display: flex;
}
.sts_cars_sect .filter:not(:last-child) {
    margin-bottom: 2.75em;
}
.sts_cars_sect .filter_head {
    display: none;
}
.sts_cars_sect .filter_foot {
    width: 15.5em;
    margin-left: 1.25em;
}
.sts_cars_sect .filter_apply {
    display: none;
}
.sts_cars_sect .filter_clear {
    font-size: inherit;
    box-sizing: border-box;
    padding: 0 1em;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
    height: 4.25em;
    width: 15.5em;
    border-radius: 1.625em;
    background-color: transparent;
    border: 0.125em solid #DDD;
    cursor: pointer;
}
.sts_cars_sect .filter_clear:hover {
    border-color: #FF5F25;
}
.sts_cars_sect .filter_clear:active {
    background-color: #FF5F25;
    color: #ffffff;
}
.sts_cars_sect .filter_fields {
    display: flex;
    width: calc(100% - 16.75em);
}
.sts_cars_sect .filter_field {
    box-sizing: border-box;
    padding: 0;
    flex-grow: 1;
    position: relative;
}
.sts_cars_sect .filter_field:not(:first-child) {
    margin-left: -0.125em;
}
.sts_cars_sect .filter_field_butt {
    font-size: inherit;
    font-weight: 600;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #E7E7E7;
    border: 0.125em solid #E7E7E7;
    height: 4.25em;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
    cursor: pointer;
}
.sts_cars_sect .filter_field:first-child .filter_field_butt {
    border-top-left-radius: 1.625em;
    border-bottom-left-radius: 1.625em;
}
.sts_cars_sect .filter_field:last-child .filter_field_butt {
    border-top-right-radius: 1.625em;
    border-bottom-right-radius: 1.625em;
}
.sts_cars_sect .filter_field:not(:first-child) .filter_field_butt:not(:hover) {
    border-left-color: rgba(0, 0, 0, 0.1);
}
.sts_cars_sect .filter_field_butt:hover {
    position: relative;
    z-index: 1;
    border-color: #FF5F25;
}
.sts_cars_sect .filter_field.opened .filter_field_butt,
.sts_cars_sect .filter_field_butt:active {
    position: relative;
    z-index: 1;
    border-color: #FF5F25;
    background-color: #FF5F25;
    color: #ffffff;
}
.sts_cars_sect .filter_field_popup {
    position: absolute;
    z-index: 6;
    top: calc(100% + 0.75em);
    box-shadow: 0 0.25em 1.625em 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 1.125em;
    padding: 0.625em;
    box-sizing: border-box;
    width: 12.5em;
    color: #000000;
    left: calc((100% - 12.5em)/2);
    transform: translateY(1em);
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.3s;
}
.sts_cars_sect .filter_field.opened .filter_field_popup {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.sts_cars_sect .filter_field_option {
    display: block;
}
.sts_cars_sect .filter_field_option:not(:last-child) {
    margin-bottom: 0.5em;
}
.sts_cars_sect .filter_field_option_input {
    display: none;
}
.sts_cars_sect .filter_field_option_butt {
    display: flex;
    align-items: center;
    padding: 0 1em;
    box-sizing: border-box;
    font-size: inherit;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    background-color: #F3F3F3;
    height: 2.75em;
    border-radius: 1.125em;
    cursor: pointer;
}
.sts_cars_sect .filter_field_option_butt:hover {
    background-color: #CCCCCC;
}
.sts_cars_sect .filter_field_option_input:checked + .filter_field_option_butt,
.sts_cars_sect .filter_field_option_butt:active {
    background-color: #FF5F25;
    color: #ffffff;
}
.sts_cars_sect .filter_field_option_butt_label {
    font-size: 0.875em;
}
.sts_cars_sect .filter_field_qty_change_butts {
    display: flex;
    justify-content: center;
    margin: -0.5em;
}
.sts_cars_sect .filter_field_qty_change_butts:not(:last-child) {
    margin-bottom: 0;
}
.sts_cars_sect .filter_field_qty_change_butt {
    width: 1.08em;
    height: 1.08em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 3em;
    font-weight: 300;
    margin: 0.17em;
    line-height: 1;
    font-family: Montserrat, sans-serif;
    cursor: pointer;
    color: #000000;
    padding: 0;
    border-radius: 0.375em;
    border: 0.04em solid rgba(255, 255, 255, 0.64);
    background-color: rgba(0, 0, 0, 0.09);
}
.sts_cars_sect .filter_field_qty_change_butt:hover {
    background-color: #CCC;
}
.sts_cars_sect .filter_field_qty_change_butt:active {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.64);
    background-color: #FF5F25;
}
.sts_cars_sect .filter_field_qty_change_text {
    font-weight: 500;
    font-size: 1.25em;
    text-align: center;
}
.sts_cars_sect .title_and_disabled_text:not(:last-child) {
    margin-bottom: 2.75em;
}
.sts_cars_sect .title {
    margin: 0;
    font-weight: 600;
    font-size: 2.375em;
    text-transform: uppercase;
}
.sts_cars_sect .disabled_text {
    font-weight: 500;
    color: #F00;
}
.sts_cars_sect .car_cards {
    display: flex;
    flex-wrap: wrap;
    margin: -1em -0.625em;
    position: relative;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.sts_cars_sect .car_cards:not(:last-child) {
    margin-bottom: 1em;
}
.sts_cars_sect .car_cards:before {
    content: '';
    display: block;
    z-index: 5;
    position: absolute;
    background-color: rgba(245, 245, 245, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
}
.sts_cars_sect .car_cards.loading:before,
.sts_cars_sect .car_cards.disabled:before {
    opacity: 1;
    visibility: visible;
}
.sts_cars_sect .car_card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 1em 0.625em;
    width: calc(100%/3 - 1.25em);
    background-color: #000000;
    background-image: linear-gradient(141deg, #FFF -81.8%, #000 100%);
    color: #ffffff;
    padding: 1.5em 1.25em;
    border-radius: 1.125em;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition-property: background-image, opacity;
    transition-duration: 0.3s;
}
.sts_cars_sect .car_card:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: inherit;
    border: 0.125em solid #FF5F25;
    z-index: -1;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.sts_cars_sect .car_card:hover {
    background-image: linear-gradient(141deg, #FF5F25 -13.81%, #000 93.46%);
}
.sts_cars_sect .car_card.active:before {
    opacity: 1;
}

.sts_cars_sect .car_cards.has_order_sect:not(.loading) .car_card:not(:hover) {
    opacity: 0.5;
}

.sts_cars_sect .car_card_head {
    display: flex;
    justify-content: space-between;
}
.sts_cars_sect .car_card_head:not(:last-child) {
    margin-bottom: 1em;
}
.sts_cars_sect .car_card_name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25em;
}
.sts_cars_sect .car_card_type {
    font-weight: 500;
}
.sts_cars_sect .car_card_price {
    text-align: right;
}
.sts_cars_sect .car_card_price:not(:first-child) {
    margin-left: 0.5em;
}
.sts_cars_sect .car_card_price_value {
    font-weight: 600;
    font-size: 1.875em;
    white-space: nowrap;
}
.sts_cars_sect .car_card_price_suffix {
    font-weight: 600;
    font-size: 0.75em;
}
.sts_cars_sect .car_card_price_suffix:not(:first-child) {
    margin-top: -0.5em;
}
.sts_cars_sect .car_card_image_container {
    position: relative;
    height: 12em;
}
.sts_cars_sect .car_card_image_container:not(:last-child) {
    margin-bottom: 1em;
}
.sts_cars_sect .car_card_image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.sts_cars_sect .car_card_foot {
    margin-top: auto;
}
.sts_cars_sect .car_card_more {
    font-weight: 500;
    font-size: 0.875em;
}
.sts_cars_sect .car_card_more:not(:last-child) {
    margin-bottom: 1em;
}
.sts_cars_sect .car_card_more a {
    text-decoration: underline;
    transition-property: color;
    transition-duration: 0.3s;
}
.sts_cars_sect .car_card_more a:hover {
    color: #FF5F25;
}
.sts_cars_sect .car_card_attrs {
    display: flex;
    flex-wrap: wrap;
    margin: -0.125em;
}
.sts_cars_sect .car_card_attrs:not(:last-child) {
    margin-bottom: 0.875em;
}
.sts_cars_sect .car_card_attr {
    min-height: 1.625em;
    box-sizing: border-box;
    padding: 0.25em 0.5em;
    border-radius: 0.625em;
    background-color: rgba(255, 255, 255, 0.09);
    display: flex;
    align-items: center;
    max-width: calc(100% - 0.25em);
    font-weight: 500;
    margin: 0.125em;
}
.sts_cars_sect .car_card_attr.transmission {
    color: #51FF22;
}
.sts_cars_sect .car_card_attr_icon {
    max-width: 1em;
    max-height: 1em;
}
.sts_cars_sect .car_card_attr_icon:not(:last-child) {
    margin-right: 0.25em;
}
.sts_cars_sect .car_card_attr_label {
    font-size: 0.625em;
}
.sts_cars_sect .car_card_unlimited_mileage {
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #FF5F25;
}
.sts_cars_sect .car_card_unlimited_mileage_icon {
    max-width: 1em;
    max-height: 1em;
}
.sts_cars_sect .car_card_unlimited_mileage_icon:not(:last-child) {
    margin-right: 0.5em;
}
.sts_cars_sect .car_card_unlimited_mileage_label {
    font-size: 0.75em;
}
.sts_cars_sect .car_card_new {
    position: absolute;
    max-width: 4.125em;
    max-height: 4.125em;
    bottom: -1em;
    z-index: 1;
    right: 0;
}

.sts_cars_sect:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
}
.sts_cars_sect.loading:before {
    opacity: 1;
    visibility: visible;
}

.sts_cars_sect .order_form_call {
    display: none;
}