.vehicles-page-hero {
    position: relative;
    min-height: 215px;
    overflow: hidden;
    color: #ffffff;
    background: #0a0a0a;
}

.vehicles-page-hero-background,
.vehicles-page-hero-overlay {
    position: absolute;
    inset: 0;
}

.vehicles-page-hero-background {
    background-image:
        url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&w=2200&q=88");
    background-repeat: no-repeat;
    background-position: center 54%;
    background-size: cover;
    filter: grayscale(0.15);
}

.vehicles-page-hero-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.91) 0%,
            rgba(0, 0, 0, 0.72) 47%,
            rgba(0, 0, 0, 0.34) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.06),
            rgba(0, 0, 0, 0.6)
        );
}

.vehicles-page-hero-container {
    position: relative;
    z-index: 2;
    min-height: 215px;
    padding-top: 32px;
    padding-bottom: 31px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
}

.vehicles-page-hero-content {
    max-width: 720px;
}

.vehicles-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.21em;
    text-transform: uppercase;
}

.vehicles-page-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: rgba(255, 255, 255, 0.72);
}

.vehicles-page-hero h1 {
    margin-top: 10px;
    color: #ffffff;
    font-size: clamp(38px, 3.5vw, 51px);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.055em;
}

.vehicles-page-hero p {
    max-width: 630px;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.65;
}

.vehicles-breadcrumb {
    flex: 0 0 auto;
    min-height: 43px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.63);
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.vehicles-breadcrumb a {
    transition: color 0.3s ease;
}

.vehicles-breadcrumb a:hover {
    color: #ffffff;
}

.vehicles-breadcrumb svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.vehicles-breadcrumb span {
    color: #ffffff;
}

.vehicles-catalog {
    padding: 42px 0 70px;
    color: #171717;
    background:
        linear-gradient(
            180deg,
            #f5f5f4 0%,
            #ffffff 240px
        );
}

.vehicles-layout {
    position: relative;
    display: grid;
    grid-template-columns: 275px minmax(0, 1fr);
    align-items: start;
    gap: 24px;
}

.vehicle-filter-panel {
    position: relative;
    align-self: start;
    width: 275px;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.045);
}

.vehicle-filter-panel.is-fixed {
    position: fixed;
    top: 145px;
    z-index: 50;
}

.vehicle-filter-panel.is-bottom {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.vehicle-filter-heading {
    min-height: 82px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #0b0b0b,
            #171717
        );
}

.vehicle-filter-heading > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vehicle-filter-heading span {
    color: rgba(255, 255, 255, 0.52);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.vehicle-filter-heading h2 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2;
}

.vehicle-filter-heading > svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: rgba(255, 255, 255, 0.7);
    stroke-width: 1.5;
}

.vehicle-filter-form {
    display: block;
    padding: 20px;
}

.vehicle-filter-group {
    min-width: 0;
    margin: 0 0 17px;
}

.vehicle-filter-group > label {
    margin: 0 0 8px;
    display: block;
    color: #3f3f46;
    font-size: 10.5px;
    line-height: 1.2;
    font-weight: 750;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vehicle-filter-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.vehicle-filter-row .vehicle-filter-group {
    margin: 0;
}

.vehicle-filter-row .vehicle-filter-group > label {
    margin: 0 0 8px;
}

.vehicle-filter-search,
.vehicle-select {
    position: relative;
    width: 100%;
    height: 44px;
    min-height: 44px;
}

.vehicle-filter-group input,
.vehicle-filter-group select {
    width: 100%;
    height: 44px;
    min-height: 44px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    outline: none;
    color: #18181b;
    background: #ffffff;
    font-size: 12.5px;
    line-height: 44px;
    font-weight: 500;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.vehicle-filter-group input {
    padding: 0 13px;
}

.vehicle-filter-group select {
    padding: 0 36px 0 13px;
    appearance: none;
    cursor: pointer;
}

.vehicle-filter-search input {
    padding-right: 41px;
}

.vehicle-filter-group input::placeholder {
    color: #737373;
    font-size: 12.5px;
    opacity: 1;
}

.vehicle-filter-group input:focus,
.vehicle-filter-group select:focus {
    border-color: #111111;
    box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.06);
}

.vehicle-filter-search svg {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    fill: none;
    stroke: #555555;
    stroke-width: 1.7;
    pointer-events: none;
}

.vehicle-select > svg {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    fill: none;
    stroke: #555555;
    stroke-width: 1.8;
    pointer-events: none;
}

.vehicle-filter-submit {
    width: 100%;
    min-height: 44px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #111111;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.vehicle-filter-submit:hover {
    color: #111111;
    background: #e9e9e9;
}

.vehicle-filter-submit svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.vehicle-filter-submit:hover svg {
    transform: translateX(4px);
}

.vehicle-filter-reset {
    width: 100%;
    min-height: 42px;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d8d8d8;
    color: #292929;
    background: #fafafa;
    font-size: 10.5px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.vehicle-filter-reset:hover {
    color: #ffffff;
    background: #111111;
    border-color: #111111;
}

.vehicle-filter-contact {
    padding: 20px;
    border-top: 1px solid #e4e4e4;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #111111,
            #080808
        );
}

.vehicle-filter-contact > span {
    display: block;
    color: rgba(255, 255, 255, 0.52);
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vehicle-filter-contact strong {
    margin-top: 7px;
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.vehicle-filter-contact p {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11.5px;
    line-height: 1.6;
}

.vehicle-filter-contact a {
    min-height: 40px;
    margin-top: 15px;
    padding: 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.vehicle-filter-contact a:hover {
    border-color: #ffffff;
    color: #111111;
    background: #ffffff;
}

.vehicle-filter-contact a svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
}

.vehicles-results {
    min-width: 0;
    grid-column: 2;
}

.vehicles-toolbar {
    min-height: 89px;
    margin-bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.vehicles-toolbar-content > span {
    display: block;
    color: #777777;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.vehicles-toolbar-content h2 {
    margin-top: 4px;
    color: #171717;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.vehicles-toolbar-content p {
    margin-top: 5px;
    color: #686868;
    font-size: 12px;
}

.vehicles-toolbar-content p strong {
    color: #171717;
    font-weight: 700;
}

.vehicles-sort {
    min-width: 215px;
}

.vehicles-sort > label {
    margin-bottom: 6px;
    display: block;
    color: #737373;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.vehicles-sort select {
    width: 100%;
    height: 44px;
    min-height: 44px;
    padding: 0 36px 0 12px;
    appearance: none;
    border: 1px solid #dddddd;
    border-radius: 0;
    outline: none;
    color: #313131;
    background: #ffffff;
    font-size: 12.5px;
    line-height: 44px;
    font-weight: 600;
    cursor: pointer;
}

.vehicles-sort select:focus {
    border-color: #111111;
}

.vehicles-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.catalog-vehicle-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    background: #ffffff;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.catalog-vehicle-card:hover {
    border-color: #c6c6c6;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
}

.catalog-vehicle-image {
    position: relative;
    height: 205px;
    display: block;
    overflow: hidden;
    background: #dddddd;
}

.catalog-vehicle-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.03) 40%,
            rgba(0, 0, 0, 0.52) 100%
        );
    pointer-events: none;
}

.catalog-vehicle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.catalog-vehicle-card:hover .catalog-vehicle-image img {
    transform: scale(1.05);
}

.catalog-vehicle-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 3;
    min-height: 26px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    color: #111111;
    background: rgba(255, 255, 255, 0.95);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-vehicle-code {
    display: none;
}

.catalog-vehicle-price {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    min-height: 39px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    color: #111111;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.catalog-vehicle-content {
    padding: 18px;
}

.catalog-vehicle-brand {
    color: #797979;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.catalog-vehicle-content h3 {
    min-height: 52px;
    margin-top: 6px;
    color: #171717;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: -0.025em;
}

.catalog-vehicle-type {
    margin-top: 2px;
    color: #7f7f7f;
    font-size: 11px;
    font-weight: 600;
}

.catalog-vehicle-features {
    margin-top: 14px;
    padding: 14px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.catalog-vehicle-feature {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #505050;
    font-size: 11.8px;
    font-weight: 600;
}

.catalog-vehicle-feature svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
    fill: none;
    stroke: #1e1e1e;
    stroke-width: 1.6;
}

.catalog-vehicle-feature span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11.8px;
}

.catalog-vehicle-footer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.catalog-vehicle-representative {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.catalog-vehicle-representative span {
    color: #858585;
    font-size: 9.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.catalog-vehicle-representative strong {
    color: #343434;
    font-size: 12px;
    font-weight: 700;
}

.catalog-vehicle-link {
    min-height: 37px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #d8d8d8;
    color: #1b1b1b;
    font-size: 9.8px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    transition:
        color 0.3s ease,
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.catalog-vehicle-link:hover {
    border-color: #111111;
    color: #ffffff;
    background: #111111;
}

.catalog-vehicle-link svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    transition: transform 0.3s ease;
}

.catalog-vehicle-link:hover svg {
    transform: translateX(3px);
}

.vehicles-loading {
    min-height: 110px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.vehicles-loading[hidden] {
    display: none;
}

.vehicles-loading-spinner {
    width: 30px;
    height: 30px;
    border: 2px solid #dedede;
    border-top-color: #111111;
    border-radius: 50%;
    animation: vehicleLoadingSpin 0.72s linear infinite;
}

.vehicles-loading strong {
    color: #676767;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

@keyframes vehicleLoadingSpin {
    to {
        transform: rotate(360deg);
    }
}

.vehicles-completed {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.vehicles-completed[hidden] {
    display: none;
}

.vehicles-completed span {
    width: 60px;
    height: 1px;
    background: #d9d9d9;
}

.vehicles-completed p {
    color: #777777;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.vehicles-empty {
    min-height: 360px;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid #dddddd;
    background: #ffffff;
}

.vehicles-empty[hidden] {
    display: none;
}

.vehicles-empty-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    color: #555555;
}

.vehicles-empty-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.vehicles-empty h3 {
    max-width: 470px;
    margin-top: 21px;
    color: #222222;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.35;
}

.vehicles-empty p {
    max-width: 430px;
    margin-top: 10px;
    color: #666666;
    font-size: 12px;
    line-height: 1.65;
}

.vehicles-empty button {
    min-height: 42px;
    margin-top: 20px;
    padding: 0 17px;
    color: #ffffff;
    background: #111111;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.vehicles-load-trigger {
    width: 100%;
    height: 2px;
}

.mobile-filter-button {
    width: 100%;
    min-height: 50px;
    margin-bottom: 15px;
    padding: 0 16px;
    display: none;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    background: #111111;
}

.mobile-filter-button > span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mobile-filter-button > span svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
}

.mobile-filter-arrow {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform 0.3s ease;
}

.mobile-filter-button.active .mobile-filter-arrow {
    transform: rotate(180deg);
}

@media (max-width: 1260px) {
    .vehicles-layout {
        grid-template-columns: 265px minmax(0, 1fr);
        gap: 20px;
    }

    .vehicle-filter-panel {
        width: 265px;
    }

    .vehicles-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-vehicle-image {
        height: 230px;
    }
}

@media (max-width: 1024px) {
    .vehicles-page-hero {
        min-height: 205px;
    }

    .vehicles-page-hero-container {
        min-height: 205px;
    }

    .mobile-filter-button {
        display: flex;
    }

    .vehicles-layout {
        display: block;
    }

    .vehicle-filter-panel,
    .vehicle-filter-panel.is-fixed,
    .vehicle-filter-panel.is-bottom {
        position: static;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        max-height: 0;
        margin-bottom: 0;
        visibility: hidden;
        overflow: hidden;
        opacity: 0;
        transform: translateY(-8px);
        transition:
            max-height 0.45s ease,
            margin-bottom 0.35s ease,
            visibility 0.35s ease,
            opacity 0.35s ease,
            transform 0.35s ease;
    }

    .vehicle-filter-panel.mobile-open,
    .vehicle-filter-panel.is-fixed.mobile-open,
    .vehicle-filter-panel.is-bottom.mobile-open {
        max-height: 1800px;
        margin-bottom: 22px;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .vehicle-filter-form {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 16px;
    }

    .vehicle-filter-submit,
    .vehicle-filter-reset {
        grid-column: 1 / -1;
    }

    .vehicle-filter-contact {
        display: none;
    }

    .vehicles-results {
        grid-column: auto;
    }

    .vehicles-toolbar {
        margin-top: 0;
    }

    .catalog-vehicle-image {
        height: 255px;
    }
}

@media (max-width: 768px) {
    .vehicles-page-hero {
        min-height: 210px;
    }

    .vehicles-page-hero-container {
        min-height: 210px;
        padding-top: 28px;
        padding-bottom: 27px;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column;
        gap: 17px;
    }

    .vehicles-page-hero h1 {
        font-size: 39px;
    }

    .vehicles-page-hero p {
        font-size: 12px;
    }

    .vehicles-breadcrumb {
        min-height: 38px;
        padding: 0 13px;
        font-size: 9px;
    }

    .vehicles-catalog {
        padding: 34px 0 52px;
    }

    .vehicle-filter-form {
        display: block;
    }

    .vehicles-toolbar {
        min-height: auto;
        padding: 18px;
        align-items: stretch;
        flex-direction: column;
        gap: 17px;
    }

    .vehicles-sort {
        width: 100%;
        min-width: 0;
    }

    .vehicles-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .catalog-vehicle-image {
        height: 275px;
    }

    .catalog-vehicle-content h3 {
        min-height: auto;
        font-size: 21px;
    }

    .vehicle-filter-group input,
    .vehicle-filter-group select {
        font-size: 13px;
    }

    .vehicle-filter-group input::placeholder {
        font-size: 13px;
    }

    .vehicles-completed span {
        width: 30px;
    }
}

@media (max-width: 480px) {
    .vehicles-page-hero {
        min-height: 200px;
    }

    .vehicles-page-hero-container {
        min-height: 200px;
        padding-top: 25px;
        padding-bottom: 24px;
    }

    .vehicles-page-hero h1 {
        font-size: 35px;
    }

    .vehicles-page-hero p {
        margin-top: 12px;
        line-height: 1.6;
    }

    .vehicle-filter-form,
    .vehicle-filter-heading {
        padding-right: 16px;
        padding-left: 16px;
    }

    .vehicle-filter-row {
        gap: 7px;
    }

    .catalog-vehicle-image {
        height: 225px;
    }

    .catalog-vehicle-content {
        padding: 17px;
    }

    .catalog-vehicle-content h3 {
        font-size: 19px;
    }

    .catalog-vehicle-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-vehicle-link {
        width: 100%;
        justify-content: space-between;
    }

    .vehicles-empty {
        min-height: 320px;
        padding: 40px 18px;
    }

    .vehicles-empty h3 {
        font-size: 19px;
    }
}
.vehicle-filter-form > .vehicle-filter-row{
    width:100%;
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:12px;
    align-items:start;
    margin:0 0 14px;
}

.vehicle-filter-form > .vehicle-filter-group{
    width:100%;
    margin:0 0 14px;
}

.vehicle-filter-form > .vehicle-filter-group > .vehicle-filter-row{
    margin:0;
}

.vehicle-filter-row .vehicle-filter-group{
    width:100%;
    min-width:0;
    margin:0;
}

.vehicle-filter-label{
    display:block;
    margin:0 0 6px;
    color:#2f3338;
    font-size:11.5px;
    font-weight:800;
    line-height:1.15;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.vehicle-filter-select,
.vehicle-filter-input,
.vehicle-filter-search{
    width:100%;
    height:52px;
    min-height:52px;
    margin:0;
    box-sizing:border-box;
}

.vehicle-filter-select select,
.vehicle-filter-input input,
.vehicle-filter-search input{
    width:100%;
    height:52px;
    min-height:52px;
    margin:0;
    box-sizing:border-box;
}

.vehicle-filter-group + .vehicle-filter-group,
.vehicle-filter-row + .vehicle-filter-group,
.vehicle-filter-group + .vehicle-filter-row{
    margin-top:0;
}
