/*-----------------------------------------------------------------------------------
Theme Name:cars
Theme URI:https://optima-design.pro
Description:Web Studio Optima Design
Author:Sergey D.
Author URI:https://optima-design.pro/
-----------------------------------------------------------------------------------*/

body {
    margin: 0;
    line-height: inherit;
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	color:#555;
	font-size:15px;
	line-height:25px;
}
::-webkit-scrollbar {width: 6px; height:2px; border-radius:4px;}
::-webkit-scrollbar-track {background-color: #eee;box-shadow: 0 0 1px 1px #fff inset;}
::-webkit-scrollbar-thumb {background-color: #777;}
::-webkit-scrollbar-thumb:hover {background-color: #555;}

h1,h2 {font-weight: 700;color: #222}
h3,h4 {font-weight: 600;color: #222}
strong, b {color: #222}
img {max-width:100%; height: auto;}


header {background: #111}

.car__item a {text-decoration:none; color: #222}
.car__item_content {padding: 15px;border: 1px solid #ddd;}
.car__item_title {font-size: 18px;font-weight: 700;margin-bottom: 10px;}
.car__item_description {display: flex;align-items: center;justify-content: space-between;}
.car__item_price {font-size: 20px;font-weight: 800;}


footer {margin-top:90px; padding:60px 0; border-top: 1px solid #eee}


@media (max-width: 1024px) {

    }


@media (max-width: 768px) {
}

       

@media (max-width: 440px) {
}      