/*
Theme Name: Axis-Nobil
Theme URI: https://nobilauto.md
Author: Axis Studio
Author URI: https://nobilauto.md
Description: Современная тема для автосалона NobilAuto с поддержкой мультиязычности (ro/ru/en), AJAX-фильтрами, интеграцией с Битрикс24 и полным управлением через настройки темы.
Version: 1.2.0
License: GPL v2 or later
Text Domain: axis-nobil
Domain Path: /languages
*/

body {
    overflow-x: hidden;
    max-width: 100%;
}
/* ========== ПЕРЕМЕННЫЕ ========== */
:root {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
/*    --e-global-typography-primary-font-family: "Nimbus", "Inter", sans-serif;
    --e-global-typography-primary-font-size: 22px;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Nimbus", "Inter", sans-serif;
    --e-global-typography-secondary-font-size: 19px;
    --e-global-typography-secondary-font-weight: 300;
    --e-global-typography-text-font-family: "Nimbus", "Inter", sans-serif;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Nimbus", "Inter", sans-serif;
    --e-global-typography-accent-font-weight: 500;*/
    
    --bg-dark: #222732;
    --bg-card: #222732;
    --bg-light: #f8f8f8;
    --text-white: #ffffff;
    --text-dark: #222222;
    --accent-orange: #fc7926;
    --accent-hover: #d94a1a;
    --border-light: #eaeaea;
    --header-height: 85px;
    --shadow-sm: 0 8px 20px rgba(0,0,0,0.06);
    --shadow-md: 0 12px 28px rgba(0,0,0,0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--text-dark);
    background-color: #ffffff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1406px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========== HEADER ========== */
.header-wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: transparent;
    transition: all 0.3s ease;
}
body.home .header-wrapper {
    background: transparent;
}
body:not(.home) .header-wrapper {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
}
.header-wrapper.scrolled {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.header-wrapper.scrolled .logo img {
    filter: brightness(0);
}
.header-wrapper.scrolled nav a,
.header-wrapper.scrolled .phone,
.header-wrapper.scrolled .lang-btn {
    color: #222;
}
.header-wrapper.scrolled .phone span {
    color: var(--accent-orange);
}
.header-wrapper.scrolled .lang-btn {
    border-color: #ddd;
    background: rgba(0,0,0,0.04);
}

.header-inner {
 
    height: 54px!important;
  
    top: 60px;
    background: rgba(255, 255, 255, 0.8);
		border-radius: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--header-height);
}
.logo img {
    height: 17px;
    width: auto;
    display: block;
    transition: filter 0.2s;
}
nav ul {
    display: flex;
    gap: 32px;
}
nav a {
    color: white;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    transition: color 0.2s;
}
body:not(.home) nav a {
    color: black;
}
.header-wrapper.scrolled nav a {
    color: #222;
}
nav a:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-orange);
    transition: width 0.2s;
}
nav a:hover:after,
nav a.active:after {
    width: 100%;
}
nav a:hover,
nav a.active {
    color: var(--accent-orange);
}
.header-right {
    display: flex;
    align-items: center;
    gap: 24px;
}
.phone a {
    font-size: 20px;
    text-decoration: none;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    color: #000000;
}
.phone span {
    color: var(--accent-orange);
}
.lang-dropdown {
    position: relative;
}
.lang-btn {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.25);
    color: white;
    padding: 8px 18px;
    border-radius: 40px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lang-menu {
    position: absolute;
    top: 115%;
    right: 0;
    background: #1f2937;
    border-radius: 16px;
    overflow: hidden;
    min-width: 150px;
    box-shadow: var(--shadow-md);
    display: none;
    z-index: 100;
}
.lang-menu.show {
    display: block;
background: rgba(255, 255, 255, 0.8);
    border-radius: 27px;
}
.lang-menu li {
    padding: 12px 20px;
    color: white;
    cursor: pointer;
    font-size: 14px;
}
.lang-menu li:hover {
    background: var(--accent-orange);
}
.lang-menu a {
    color: black;
    text-decoration: none;
    display: block;
}

/* ========== HERO ========== */
.hero {
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)), url('../img/back.webp') center/cover no-repeat;
    color: white;
    text-align: center;
    padding: 140px 0 120px;
    margin-top: calc(-1 * var(--header-height));
}
.hero h1 {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}
.hero h1 span {
    color: var(--accent-orange);
}

/* ========== БРЕНДЫ ========== */
.brands-section {
    padding: 40px 0;
    background: var(--bg-light);
    border-bottom: 1px solid var(--border-light);
}
.brands-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.brand-link {
    display: inline-block;
    transition: transform 0.2s;
}
.brand-logo {
    height: auto;
    width: auto;
    max-height: 80px;
    filter: grayscale(100%) brightness(0.8);
    opacity: 0.7;
    transition: all 0.2s;
}
.brand-link:hover .brand-logo {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
    transform: scale(1.05);
}

/* ========== ФИЛЬТР ========== */
.filter-section {
    padding: 32px 0;
    background: white;
    border-bottom: 1px solid var(--border-light);
}
.filter-form {
  /*  display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    background: #fff;
    padding: 20px;
    border-radius: 60px;
   /* box-shadow: 0 8px 20px rgba(0,0,0,0.08);*/
    margin-bottom: 20px;
}
.filter-input, .filter-select {
    padding: 10px 34px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: #f9f9f9;
    font-size: 24px;
    font-family: inherit;
    transition: all 0.2s;
    max-width: 225px;
    width: 215px;
    height: 55px;
    margin-right: 10px;
    margin-top: 40px;
}
.filter-input:focus, .filter-select:focus {
    border-color: #fc7926;
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(252,121,38,0.1);
}
.btn-search {
    background: linear-gradient(135deg, #fc7926, #e55a1a);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    cursor: pointer;
	width: 215px;
    max-width: 225px;
    height: 55px;
margin-left: 15px;
    font-weight: 700;
    transition: transform 0.1s, box-shadow 0.2s;
}
.btn-search:hover {
    background: linear-gradient(135deg, #e55a1a, #c4450c);
    transform: scale(1.02);
    box-shadow: 0 5px 12px rgba(252,121,38,0.3);
}
.btn-reset {
        background: linear-gradient(135deg, #fc7926, #e55a1a);
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: transform 0.1s, box-shadow 0.2s;
    width: 215px;
    max-width: 225px;
    height: 56px;
}
.btn-reset:hover {
    background: linear-gradient(135deg, #e55a1a, #c4450c);
    transform: scale(1.02);
    box-shadow: 0 5px 12px rgba(252,121,38,0.3);
}

/* ========== ИНВЕНТАРЬ (сортировка) ========== */
.inventory-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 24px;
}
.cars-count {
    font-size: 18px;
    font-weight: 600;
}
.sorting-tools {
    display: flex;
    align-items: center;
    gap: 20px;
}
.view-buttons {
    display: flex;
    gap: 8px;
}
.view-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}
.view-btn-active svg rect {
    fill: var(--accent-orange);
}
.sort-select {
    display: flex;
    align-items: center;
    gap: 8px;
}
.sort-label {
    font-size: 14px;
    color: var(--e-global-color-text);
}
.custom-select {
    padding: 8px 32px 8px 16px;
    border: 1px solid #ddd;
    border-radius: 40px;
    background: white;
    font-size: 14px;
    font-family: inherit;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c6c6c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

/* ========== СЕТКА АВТОМОБИЛЕЙ ========== */
.car-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}
.car-card {
   background: #F9F9F9;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}
.car-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}
.car-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.car-info {
    padding: 20px;
}
.car-title {
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #000000;
    margin-bottom: 8px;
}
.car-price {
    left: 434px;
    top: 2487px;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    color: #F17E2D;
}
.car-specs {
    font-size: 13px;
    color: #b0b0b0;
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #929292;
    padding-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 12px;
    padding-top: 14px;
}
.car-specs span {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
/*.year-badge {
    background: var(--accent-orange);
    padding: 3px 10px;
    border-radius: 30px;
    font-weight: 600;
 font-size: 12px;
    color: white;
}*/
.sold-badge-orange {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fc7926;
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-weight: bold;
    z-index: 2;
}
.car-card {
    position: relative;
}

/* ========== УСЛУГИ ========== */
.services {
    padding: 80px 0;
    text-align: center;
    background: white;
}
.services h2 {
    font-family: var(--e-global-typography-primary-font-family);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 40px;
}
.service-item {
   /* opacity: 0;*/
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    background: white;
    padding: 32px 20px;
    border-radius: 28px;
   /* box-shadow: var(--shadow-sm);*/
}
.service-item.animated {
    opacity: 1;
    transform: translateY(0);
}
.service-icon {
    width: 80px;
    height: 80px;
    background: rgba(240,90,40,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin: 0 auto 20px;
    color: var(--accent-orange);
}

/* ========== СТРАНИЦА АВТОМОБИЛЯ ========== */
.breadcrumbs {
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 14px;
    color: var(--e-global-color-text);
}
.product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
}
.left-col {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.right-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.main-image {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.thumbnails {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.thumb {
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumb.active {
    border-color: var(--accent-orange);
}
.img-count {
    position: absolute;
    bottom: 12px;
    right: 12px;
    background: rgba(0,0,0,0.6);
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
}
.contact-form-box {
    background: var(--bg-light);
    padding: 24px;
    border-radius: 20px;
}
.contact-form-box h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
.contact-form-box .form-group {
    margin-bottom: 15px;
}
.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    font-family: inherit;
}
.contact-form-box .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 15px 0;
    font-size: 13px;
}

.contact-form-box .btn-submit {
    background: linear-gradient(135deg, #fc7926, #e55a1a);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: transform 0.1s, box-shadow 0.2s;
}
.manager-card {
    background: var(--bg-dark);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
}
.manager-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #333;
    object-fit: cover;
}
.manager-info h4 {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 4px;
}
.manager-phone {
    font-size: 18px;
    font-weight: bold;
    color: var(--accent-orange);
}
.product-title {
    font-size: 32px;
    font-weight: 700;
}
.product-meta {
    color: var(--e-global-color-text);
    font-size: 14px;
}
.product-price {
    font-size: 32px;
    font-weight: 800;
    color: var(--accent-orange);
}
.specs-table {
    background: var(--bg-light);
    border-radius: 20px;
    padding: 20px;
}
.spec-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}
.spec-row:last-child {
    border-bottom: none;
}
.product-id {
    text-align: center;
    font-size: 12px;
    color: #999;
}
.similar-section {
    margin-top: 60px;
}
.section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* ========== СТРАНИЦА О НАС ========== */
.about-section {
    padding: 80px 0;
}
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.stats-section {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    text-align: center;
    margin: 70px 0;
    padding: 50px 0;
    border-top: 1px solid var(--border-light);
    border-bottom: 1px solid var(--border-light);
}
.stat-number {
    font-size: 52px;
    font-weight: 800;
    color: var(--accent-orange);
}
.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.faq-item {
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}
.faq-question {
    padding: 20px 24px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: white;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 24px;
    color: var(--e-global-color-text);
}
.faq-item.open .faq-answer {
    max-height: 180px;
    padding: 0 24px 24px 24px;
}

/* ========== КОНТАКТЫ ========== */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 80px 0;
}
.contact-info h1 {
    font-size: 42px;
    margin-bottom: 24px;
}
.contact-form {
    background: var(--bg-light);
    padding: 40px;
    border-radius: 32px;
}
.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 16px;
    font-family: inherit;
}
.contact-form .btn-submit {
     background: linear-gradient(135deg, #fc7926, #e55a1a);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: transform 0.1s, box-shadow 0.2s;
}

/* ========== ПОДВАЛ ========== */
footer {
    background: #1E1E1E;
    color: #ccc;
    padding: 60px 0 40px;
    font-family: var(--e-global-typography-secondary-font-family);
}
.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}
.footer-logo img {
    height: 17px;
    width: auto;
    /*filter: brightness(0) invert(1);*/
}
.footer-contact {
    text-align: right;
}
.footer-phone a {
    font-size: 26px;
    font-weight: 700;
    color: var(--accent-orange);
    text-decoration: none;
}
.footer-contact p a {
    color: #ccc;
    text-decoration: none;
}
.footer-addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
    justify-content: space-between;
}
.footer-addresses a {
    display: inline-block;
    padding: 8px 12px;
    background: rgba(255,255,255,0.05);
    border-radius: 30px;
    transition: 0.2s;
    color: #ccc;
    text-decoration: none;
}
.footer-addresses a:hover {
    background: var(--accent-orange);
    color: white;
}
.copyright {
    border-top: 1px solid #2a2a2a;
    padding-top: 30px;
 /*   display: flex;*/
    justify-content: space-between;
    font-size: 14px;
}

/* Общая обёртка пагинации */
.pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    list-style: none;
    margin: 30px 0;
}

/* Все элементы пагинации – круги с фоном-картинкой */
.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-image: url('https://nobilauto.md/wp-content/uploads/2026/04/Rectangle-9.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    transition: transform 0.2s;
}
.pagination .page-numbers:hover {
    transform: scale(1.05);
}

/* Активная страница – другой фон */
.pagination .page-numbers.current {
    background-image: url('https://nobilauto.md/wp-content/uploads/2026/04/Rectangle-8.webp');
    color: black;            /* текст белым на оранжевом круге */
}

/* Стрелки «Назад» / «Вперёд» – оставляем без круга, но аккуратно */
.pagination .prev,
.pagination .next {
    background: none;
    width: auto;
    height: auto;
    padding: 8px 16px;
    font-size: 20px;
    background-image: none;
    color: var(--accent-orange);
}
.pagination .prev:hover,
.pagination .next:hover {
    background: rgba(0,0,0,0.05);
    border-radius: 40px;
}
/* ========== АДАПТИВ ========== */
@media (max-width: 992px) {
    .product-layout, .about-content, .contact-layout, .faq-grid {
        grid-template-columns: 1fr;
    }
    .hero h1 {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .header-inner {
     /*   flex-wrap: wrap;*/
        height: auto;
     /*   padding: 15px 0;*/
     /*  gap: 15px; */
    }
    nav ul {
        gap: 18px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .inventory-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .car-grid {
        grid-template-columns: 1fr;
    }
    .filter-form {
        flex-direction: column;
        border-radius: 30px;
        padding: 20px;
    }
    .filter-input, .filter-select, .btn-search {
        width: 100%;
    }
    .footer-contact .map-link {
    display: block;
    margin-bottom: 8px;
    padding: 12px 16px;               /* Увеличивает область касания */
    border: 1px solid rgba(255, 255, 255, 0.2);  /* Полупрозрачная рамка */
    border-radius: 8px;               /* Скруглённые углы */
    background-color: rgba(0, 0, 0, 0.05); /* Лёгкий фон для выделения */
    transition: background-color 0.2s ease, border-color 0.2s ease;
    text-decoration: none;            /* Убираем подчёркивание */
    color: inherit;                   /* Цвет наследуется от родителя */
}

/* Эффект при наведении / нажатии */
.footer-contact .map-link:hover,
.footer-contact .map-link:active {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Иконка внутри ссылки */
.footer-contact .map-link i {
    margin-right: 8px;
    width: 1.2em;                     /* Фиксированная ширина для выравнивания */
    text-align: center;
}
/* Соцсети в футере над копирайтом */
.footer-socials {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}
.footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer-socials a:hover {
    
    transform: translateY(-3px);
}

/* Полоска SOLD для карточек и детальной страницы */
.car-img-wrapper {
    position: relative;
    overflow: hidden;
}
.sold-ribbon {
    position: absolute;
    top: 15px;
    left: 0;
    background: #fc7926;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 6px 20px;
    border-radius: 0 30px 30px 0;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.single-sold-ribbon {
    top: 20px;
    font-size: 24px;
    padding: 8px 30px;
}
.btn-similar {
    display: inline-block;
    background: #fc7926;
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    transition: 0.2s;
}
.btn-similar:hover {
    background: #e55a1a;
    transform: translateY(-2px);
}

/* Стрелки изменения цены */
.price-trend {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 5px;
}
.price-trend.down {
    color: #2ecc71;
}
.price-trend.up {
    color: #e74c3c;
}
/* Для карточки авто */
.car-price .price-trend {
    font-size: 1.1em;
    vertical-align: middle;
}
/* Для детальной страницы */
.product-price .price-trend {
    font-size: 0.9em;
    margin-left: 8px;
}
/*гы*/
.filter-select {
  /*  display: inline-block;*/
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236c6c6c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}