/*.secondhand__*/
.secondhand__cards-count {
    margin-top: 27px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
}

.secondhand a.secondhand__link {
    color: initial;
}
.secondhand a.secondhand__link:hover {
    text-decoration: none;
}
.secondhand__card {
    margin-bottom: 25px;
}
.secondhand__card img {
    height: 376px;
}
@media (max-width: 768px) {

    .secondhand__card img {
        height: auto;
    }
}
.secondhand__card-body {
    display: flex;
    flex-direction: column;
    padding: 18px 0;
}
.secondhand__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}
.secondhand__separator {
    margin: 18px 0 15px;
}
.secondhand__info {
    display: flex;
    flex-wrap: wrap;
}
.secondhand__char {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 9px;
}
.secondhand__char span {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
}
.secondhand__btns {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.secondhand__btns .btn {
    flex: 0 0 48%;
    width: 48%;
}
@media (max-width: 768px) {
    .secondhand__btns .btn {
        flex: 0 0 auto;
        width: auto;
    }
}


/*brand styles*/
/*.secondhand__btns {*/
    /*background-color: transparent;*/
/*}*/
/*.secondhand__btn-more {*/
    /*border: 1px solid #000;*/
    /*color: #000000;*/
    /*background-color: #fff;*/
    /*transition: .2s ease;*/
/*}*/
/*.secondhand__btn-more:hover {*/
    /*border: 1px solid #da2728;*/
    /*background-color: #da2728;*/
    /*color: #fff;*/
/*}*/
/*.secondhand__btn-td {*/
    /*border: 1px solid #da2728;*/
    /*color: #fff;*/
    /*background-color: #da2728;*/
    /*transition: .2s ease;*/
/*}*/
/*.secondhand__btn-td:hover {*/
    /*background-color: #fff;*/
    /*color: #da2728;*/
/*}*/
/*.secondhand__title span:last-child {color: #C3C3C3}*/
/*.secondhand__price {color: #c03}*/
/*.secondhand__separator {border-top: 1px solid #E5E5E5}*/
/*.secondhand__char span:first-child {color: rgba(0, 0, 0, 0.4)}*/
