.sts_cars_sect {
    position: relative;
}
.sts_breadcrumbs_sect + .sts_cars_sect {
    padding-top: 1.5em;
}
.sts_cars_sect > .wrap:before {
    height: 0.125em;
    content: '';
    display: block;
    background-color: #D9D9D9;
    margin-bottom: 1.75em;
}
.sts_cars_sect .mobile_filter_preview {
    padding: 1.25em calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    background-color: #D9D9D9;
}
.sts_cars_sect .mobile_filter_preview:not(:last-child) {
    margin-bottom: 1.125em;
}
.sts_cars_sect .mobile_filter_preview_info {
    width: calc(100% - 9.375em);
}
.sts_cars_sect .mobile_filter_preview_text {
    font-size: 0.875em;
    color: #666666;
    font-weight: 500;
}
.sts_cars_sect .mobile_filter_preview_text:not(:last-child) {
    margin-bottom: 1em;
}
.sts_cars_sect .mobile_filter_preview_values {
    color: #000000;
    font-weight: 600;
}
.sts_cars_sect .mobile_filter_preview_clear {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: 600;
    font-size: inherit;
    text-decoration: underline;
    background-color: transparent;
}
.sts_cars_sect .filter_open_butt {
    font-size: inherit;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 1em;
    justify-content: center;
    background-color: transparent;
    height: 4.125em;
    border: 0.125em solid #B2B2B2;
    border-radius: 1.125em;
    width: 8.75em;
    font-weight: 600;
    color: #000000;
}
.sts_cars_sect .filter_open_butt_icon {
    max-width: 1em;
    max-height: 1em;
    margin-right: 0.75em;
}




.sts_cars_sect .filter {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    transform: translateY(1em);
    opacity: 0;
    visibility: hidden;
    transition-property: transform, opacity, visibility;
    transition-duration: 0.3s;
}
.sts_cars_sect .filter.opened {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.admin-bar .sts_cars_sect .filter {
    top: 46px;
    height: calc(100% - 46px);
}
.sts_cars_sect .filter_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2em 0.5em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 2;
    box-sizing: border-box;
}
.sts_cars_sect .filter_head_logo {
    max-height: 2.5em;
    max-width: 7.5em;
}
.sts_cars_sect .filter_foot {
    padding: 1.75em 0.5em;
    box-sizing: border-box;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}
.sts_cars_sect .filter_fields {
    padding: 6.75em 0.5em 8.25em;
    overflow-y: auto;
    box-sizing: border-box;
    max-height: 100%;
}
.sts_cars_sect .filter_close {
    font-size: inherit;
    background-color: transparent;
    width: 1.5em;
    height: 1.5em;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    background-image: url(../../img/icons/close-a5a5a5.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sts_cars_sect .filter_field:not(:last-child) {
    border-bottom: 0.125em solid rgba(0, 0, 0, 0.2);
    margin-bottom: 2em;
    padding-bottom: 2em;
}
.sts_cars_sect .filter_field_butt {
    border: none;
    background-color: transparent;
    font-family: inherit;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #000000;
}
.sts_cars_sect .filter_field_butt:not(:last-child) {
    margin-bottom: 1em;
}
.sts_cars_sect .filter_field_popup {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
}
.sts_cars_sect .filter_field_option {
    margin: 0.5em;
    width: 13.25em;
    box-sizing: border-box;
    max-width: calc(50% - 1em);
    position: relative;
}
.sts_cars_sect .filter_field_option_input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.sts_cars_sect .filter_field_option_butt {
    display: flex;
    height: 2.75em;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #F3F3F3;
    color: #000000;
    font-weight: 500;
    border-radius: 1.125em;
    position: relative;
    z-index: 1;
}
.sts_cars_sect .filter_field_option_input:checked + .filter_field_option_butt {
    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 0;
}
.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;
    width: 100%;
    padding: 0 0.4em;
    box-sizing: border-box;
    text-align: left;
}
.sts_cars_sect .filter_clear {
    text-decoration: underline;
    font-weight: 600;
    font-size: 1.25em;
    font-family: inherit;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    color: #000000;
}
.sts_cars_sect .filter_apply {
    width: 16.5em;
}





.sts_cars_sect .title_and_disabled_text:not(:last-child) {
    margin-bottom: 1.5em;
}
.sts_cars_sect .title {
    margin: 0;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
}
.sts_cars_sect .title:not(:last-child) {
    margin-bottom: 0.5em;
}
.sts_cars_sect .disabled_text {
    font-size: 0.875em;
    font-weight: 500;
    color: #FF0000;
}
.sts_cars_sect .car_cards {
    display: flex;
    flex-wrap: wrap;
    margin: -0.25em;
    justify-content: center;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.sts_cars_sect .car_cards:not(:last-child) {
    margin-bottom: 0.25em;
}
.sts_cars_sect .car_cards.loading {
    opacity: 0.5;
}
.sts_cars_sect .car_card {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0.25em;
    max-width: calc(100% - 0.5em);
    width: 26em;
    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;
    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_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: flex;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 1em 1em 1em 4.5em;
    box-sizing: border-box;
    border-radius: 1.125em;
    background-color: rgba(187, 187, 187, 0.24);
    backdrop-filter: blur(0.875em);
}
.sts_cars_sect .order_form_call:not(:last-child) {
    margin-bottom: 1.75em;
}
.sts_cars_sect .order_form_call:not(.required):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 0.125em solid #FF5F25;
    border-radius: inherit;
    box-sizing: border-box;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.sts_cars_sect .order_form_call:hover:before,
.sts_cars_sect .order_form_call.opened:before {
    opacity: 1;
}
.sts_cars_sect .order_form_call.opened {
    z-index: 12;
}
.sts_cars_sect .order_form_call_icon {
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
    max-width: 2em;
    max-height: 2em;
}
.sts_cars_sect .order_form_call_delivery {
    font-size: 1.125em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sts_cars_sect .order_form_call_date {
    opacity: 0.4;
    font-size: 0.875em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sts_cars_sect .order_form_call .order_form {
    position: absolute;
    left: 0;
    z-index: 5;
    top: calc(100% + 0.5em);
    width: 100%;
    opacity: 0;
    transform: translateY(1em);
    visibility: hidden;
    transition-property: opacity, transform, visibility;
    transition-duration: 0.3s;
}
.sts_cars_sect .order_form_call.opened .order_form {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/*
.sts_cars_sect .order_form_call.required {
    background-color: #F00;
    color: #ffffff;
}
 */
.sts_cars_sect .order_form_call_info {
    max-width: 100%;
}



.sts_cars_sect:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 40, 40, 0.57);
    z-index: 11;
    visibility: hidden;
    opacity: 0;
    transition-property: visibility, opacity;
    transition-duration: 0.3s;
}
.sts_cars_sect.order_form_opened:before {
    visibility: visible;
    opacity: 1;
}

.sts_cars_sect .show_more {
    width: 100%;
}