.top-nav {
    height: 0;
    background: #fff;
    overflow: hidden;
}

.top-nav__list,
.top-nav .menu {
    display: flex;
    align-items: center;
    height: 44px;
    margin: 0;
    padding: 0 8px;
    list-style: none;
    overflow-x: auto;
    scrollbar-width: none;
}

.top-nav__list::-webkit-scrollbar,
.top-nav .menu::-webkit-scrollbar {
    display: none;
}

.top-nav li {
    flex: 0 0 auto;
    min-width: 70px;
    text-align: center;
}

.top-nav a {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 44px;
    white-space: nowrap;
}

.top-nav .current-menu-item > a,
.top-nav a:hover {
    color: var(--main-green);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: 52px 1fr 110px;
    align-items: center;
    height: 62px;
    padding: 0 20px 0 32px;
    background: #fff;
}

.header-logo {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    overflow: hidden;
}

.header-logo img,
.custom-logo {
    width: 34px;
    height: 34px;
    object-fit: cover;
    object-position: center bottom;
    transform: scale(1.32);
}

.custom-logo-link {
    display: block;
    width: 34px;
    height: 34px;
}

.header-title {
    margin: 0;
    overflow: hidden;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-actions {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
}

.header-actions a,
.header-actions button {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #202b34;
}

.header-actions svg {
    width: 34px;
    height: 34px;
    stroke-width: 1.6;
}

.language-panel {
    position: absolute;
    top: 50px;
    right: 8px;
    z-index: 20;
    width: 108px;
    border: 1px solid #e8e8e8;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.language-panel a {
    display: block;
    padding: 8px 10px;
    color: #444;
    font-size: 13px;
}

.search-module {
    height: 81px;
    margin-top: 13px;
    padding: 23px 24px 0;
    background: #fff;
}

.search-box {
    display: flex;
    align-items: center;
    height: 50px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.search-box input {
    flex: 1;
    min-width: 0;
    height: 50px;
    padding: 0 0 0 18px;
    outline: 0;
    color: #999;
    font-size: 16px;
}

.search-box button {
    display: grid;
    place-items: center;
    width: 58px;
    height: 50px;
    color: var(--main-green);
    cursor: pointer;
}

.search-box svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: var(--main-green);
    stroke-width: 1.6;
}

.category-guide {
    position: relative;
    height: 92px;
    margin-top: 14px;
    padding: 6px 0 0;
    background: #fff;
    overflow: hidden;
}

.category-guide a {
    position: absolute;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.category-guide a:nth-child(1) {
    left: 4px;
    top: 6px;
}

.category-guide a:nth-child(2) {
    left: 190px;
    top: 6px;
}

.category-guide a:nth-child(3) {
    left: 5px;
    top: 50px;
}

.category-guide a:nth-child(4) {
    left: 90px;
    top: 50px;
}

.category-guide a:nth-child(5) {
    left: 188px;
    top: 50px;
}

.category-guide a:nth-child(6) {
    right: 3px;
    top: 50px;
}

.module-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    padding: 0 12px;
    color: #353535;
    font-size: 16px;
    font-weight: 700;
}

.module-title a {
    color: #777;
    font-size: 13px;
    font-weight: 400;
}

.brand-module {
    min-height: 1106px;
    margin-top: 14px;
    background: #fff;
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 13px;
    padding: 2px 6px 14px;
}

.brand-item {
    display: block;
    min-width: 0;
    text-align: center;
}

.brand-logo {
    width: 54px;
    height: 54px;
    margin: 0 auto 4px;
    object-fit: contain;
}

.brand-item span {
    display: block;
    overflow: hidden;
    color: var(--blue);
    font-size: 12px;
    line-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products-module {
    padding-top: 8px;
    background: #fff;
}

.products-module .module-title span,
.more-options-module .module-title span {
    color: var(--main-green);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
    row-gap: 12px;
    padding: 0 8px 16px;
}

.more-options-module {
    padding-top: 4px;
    background: #fff;
}

.product-card {
    min-width: 0;
    background: #fff;
}

.product-card a {
    display: block;
}

.product-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #fff;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 5px 3px 7px;
    text-align: center;
}

.product-name {
    min-height: 34px;
    margin: 0;
    overflow: hidden;
    color: #333;
    font-size: 13px;
    line-height: 17px;
}

.product-param {
    margin: 2px 0 0;
    overflow: hidden;
    color: #777;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-price {
    margin: 4px 0 5px;
    color: var(--main-green);
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
}

.product-price span,
.product-price em {
    font-size: 12px;
    font-style: normal;
}

.product-btn {
    display: inline-block;
    min-width: 82px;
    height: 25px;
    padding: 0 10px;
    border-radius: 3px;
    background: var(--main-green);
    color: #fff;
    font-size: 12px;
    line-height: 25px;
}

.bottom-nav {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: min(100%, var(--site-width));
    height: 56px;
    transform: translateX(-50%);
    border-top: 1px solid #eee;
    background: var(--footer-green);
}

.bottom-nav__item,
.bottom-nav__menu > li > a {
    display: grid;
    place-items: center;
    align-content: center;
    gap: 2px;
    height: 56px;
    color: #333;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
}

.bottom-nav svg {
    width: 21px;
    height: 21px;
    color: #202b34;
}

.bottom-nav__item.is-active,
.bottom-nav__item.is-active svg,
.bottom-nav__menu .current-menu-item > a,
.bottom-nav__menu .current-menu-item > a svg {
    color: var(--main-green);
    stroke: var(--main-green);
}

.bottom-nav__menu {
    display: contents;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-nav__menu li {
    display: contents;
}

.archive-head,
.single-vehicle__summary,
.not-found,
.content-module {
    padding: 14px 12px;
    background: #fff;
}

.search-module--archive {
    margin-top: 0;
    border-top: 22px solid #f7f7f7;
}

.product-classification {
    margin-top: 23px;
    background: #fff;
    border-top: 1px solid #eee;
}

.classification-title {
    width: 228px;
    height: 60px;
    padding-left: 28px;
    border-radius: 0 30px 30px 0;
    background: var(--main-green);
    color: #fff;
    font-size: 28px;
    line-height: 60px;
}

.classification-list {
    padding: 16px 31px 38px 22px;
    border-top: 1px solid #eee;
}

.classification-row {
    position: relative;
    display: block;
    height: 96px;
    padding-left: 26px;
    color: #3d3d3d;
    font-size: 34px;
    line-height: 96px;
}

.classification-row::before {
    position: absolute;
    left: 0;
    top: 43px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #9a9a9a;
    content: "";
}

.classification-row::after {
    position: absolute;
    right: 0;
    top: 32px;
    width: 19px;
    height: 19px;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    transform: rotate(45deg);
    content: "";
}

.product-list-module {
    margin-top: 21px;
    background: #fff;
}

.archive-filter-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    height: 83px;
    border-bottom: 1px solid #eee;
    color: #111;
    font-size: 26px;
    text-align: center;
}

.archive-filter-row a,
.archive-filter-row button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 83px;
    color: inherit;
}

.archive-filter-row .is-current {
    color: var(--main-green);
}

.archive-filter-row svg {
    width: 19px;
    height: 19px;
    color: #666;
}

.archive-product-row {
    display: grid;
    grid-template-columns: 216px 1fr;
    gap: 24px;
    min-height: 190px;
    padding: 32px 24px 32px 24px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.archive-row-image {
    display: block;
    width: 216px;
    height: 164px;
    overflow: hidden;
}

.archive-row-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-row-title {
    display: block;
    margin: -4px 0 12px;
    color: #3a3a3a;
    font-size: 30px;
    line-height: 1.2;
}

.archive-row-info p {
    margin: 0;
    color: #666;
    font-size: 26px;
    line-height: 1.35;
}

.archive-row-info .archive-row-price {
    color: var(--main-green);
}

.archive-row-btn {
    display: inline-block;
    height: 54px;
    margin-top: 10px;
    padding: 0 13px;
    background: var(--main-green);
    color: #fff;
    font-size: 26px;
    line-height: 54px;
}

.archive-head h1,
.single-vehicle__summary h1,
.not-found h1,
.page-module h1 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
}

.archive-filter {
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    overflow-x: auto;
}

.archive-filter a {
    color: var(--blue);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.archive-results,
.related-module {
    background: #fff;
}

.pagination {
    padding: 14px 10px 18px;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    margin: 0 2px;
    border: 1px solid #ddd;
    color: #555;
    font-size: 12px;
    line-height: 24px;
}

.pagination .current {
    border-color: var(--main-green);
    background: var(--main-green);
    color: #fff;
}

.single-vehicle__gallery {
    padding: 10px;
    background: #fff;
}

.single-vehicle__image {
    width: 100%;
    height: auto;
}

.single-vehicle__price {
    margin: 8px 0;
    color: var(--main-green);
    font-size: 20px;
    font-weight: 700;
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    margin: 10px 0;
    border: 1px solid #eee;
}

.spec-grid div {
    padding: 8px;
    background: #fafafa;
}

.spec-grid span {
    display: block;
    color: #888;
    font-size: 12px;
}

.spec-grid strong {
    display: block;
    color: #333;
    font-size: 13px;
}

.button-primary,
.button-block {
    display: block;
    width: 100%;
    height: 34px;
    border-radius: 3px;
    background: var(--main-green);
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
}

.entry-content {
    color: #444;
    font-size: 14px;
    line-height: 1.65;
}

.entry-content img {
    height: auto;
}

.empty-state {
    padding: 30px 12px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.simple-panel {
    padding: 14px 12px 80px;
    background: #fff;
}

.source-page-title {
    height: 121px;
    padding: 0 34px;
    border-top: 22px solid #f7f7f7;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: var(--main-green);
    font-size: 34px;
    line-height: 99px;
}

.source-page-title span::before {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 18px 4px 0;
    border-radius: 50%;
    background: var(--main-green);
    content: "";
    vertical-align: middle;
}

.join-source-panel,
.contact-source-panel {
    padding: 34px 35px 86px;
    background: #fff;
}

.join-source-panel h1,
.contact-source-panel h1 {
    margin: 0 0 44px;
    color: #333;
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
}

.join-source-panel h2 {
    margin: 0 0 32px;
    color: #3d3d3d;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
}

.join-source-panel ol {
    margin: 0;
    padding-left: 0;
    color: #999;
    font-size: 30px;
    line-height: 1.82;
    list-style-position: inside;
}

.join-source-panel li {
    margin: 0 0 7px;
}

.contact-lines p {
    margin: 0 0 20px;
    color: #555;
    font-size: 28px;
    line-height: 1.45;
}

.source-form {
    display: grid;
    gap: 13px;
    margin-top: 28px;
}

.source-form input,
.source-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 8px 12px;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 22px;
}

.source-form textarea {
    min-height: 120px;
}

.source-form button {
    height: 48px;
    background: var(--main-green);
    color: #fff;
    font-size: 22px;
}

.simple-panel h1 {
    margin: 0 0 12px;
    color: var(--main-green);
    font-size: 18px;
    line-height: 1.25;
}

.simple-panel p {
    margin: 0 0 14px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.compact-form {
    display: grid;
    gap: 10px;
}

.compact-form input,
.compact-form textarea {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    outline: 0;
    color: #333;
    font-size: 14px;
}

.compact-form textarea {
    min-height: 96px;
    resize: vertical;
}

.compact-form button {
    height: 36px;
    border-radius: 3px;
    background: var(--main-green);
    color: #fff;
    font-size: 14px;
}

@media (min-width: 461px) {
    .site-shell {
        width: var(--site-width);
    }
}

@media (max-width: 380px) {
    .category-guide a {
        font-size: 15px;
    }

    .brand-logo {
        width: 48px;
        height: 48px;
    }
}
