.not-found{
    padding: 20px;
    margin-top: 20px;
    border-radius: 6px;
}
.offers-block{
    margin-top: 20px;
}
.list-avto{
    display: flex;
    flex-wrap: wrap;
}
.search-avto-name {
    color: #33A558;
    padding-bottom: 10px;
}
.search-avto-text-l {
    padding: 20px;
    display: block;
    cursor: pointer;
}
.search-avto-props-value {
    color: #262626;
}
.search-avto-props-value span {
    color: #7F8C8D;
    margin-right: 5px;
}
.query-block-item-ds{
    margin-top: 10px;
}
.avto-item{
    width: 100%;
    border-bottom: 2px solid #eaeaea;
}
@media screen and (min-width: 480px) {
    .avto-item{
        width: 50%;
        border-right: 2px solid #eaeaea;
    }
}
@media screen and (min-width: 768px) {
    .avto-item{
        width: 33.3333333333333%;
        border-right: 2px solid #eaeaea;
    }
}
@media screen and (min-width: 1240px) {
    .avto-item {
        width: 25%
    }
}
@media screen and (min-width: 1600px) {
    .avto-item{
        width: 20%;
    }
}
