.car-params {}
.car-params .center { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 10px; }
.car-params .center div { position: relative; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; padding: 14px 10px 14px 54px; color: var(--text); user-select: none; background-color: var(--bg-gray); border-radius: 12px; }
.car-params b { font-size: 15px; font-weight: bold; }
.car-params span { font-size: 13px; }
.car-params .ico { position: absolute; width: 24px; height: 24px; top: 50%; margin-top: -12px; left: 16px; font-family: siteicons; font-size: 24px; font-style: normal; }
.car-params .ico.ico-body:before { content: '\006a'; }
.car-params .ico.ico-fuel:before { content: '\006e'; }
.car-params .ico.ico-gearbox:before { content: '\006f'; }
.car-params .ico.ico-wheel-drive:before { content: '\006c'; }
.car-params .ico.ico-mileage:before { content: '\006b'; }
.car-params .ico.ico-capacity:before { content: '\006d'; }
.car-params .ico.ico-year:before { content: '\0069'; }
.car-params .ico.ico-price:before { content: '\005a'; }