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

.characteristics__item {
    font-size: 15px;
    color: #3B3B3B;
}

.modules__used-cars .btn-bg {
    padding: 7px;
    text-transform: uppercase;
    border-radius: 2px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.modules__used-cars .btn-bg:hover {
    text-decoration: none;
    background: transparent;
}

.modules__used-cars .btn-transparent-bg {
    padding: 7px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
    width: 100%;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
}

.modules__used-cars .btn-transparent-bg:hover {
    text-decoration: none;
    color: #fff;
}

.modules__used-cars .btn-no-bg {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.modules__used-cars .btn-no-bg::after {
    content: '';
    background-color: transparent;
    width: 8px;
    height: 9px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 6px;
}

.modules__used-cars .btn-no-bg:focus {
    outline: none;
    box-shadow: none;
}

.modules__used-cars .btn-no-bg:hover {
    opacity: 0.7;
}

.modules__used-cars {
    /*padding: 50px 0;*/
}

.modules__used-cars-title {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 48px;
    color: #292929;
    margin-bottom: 20px;
    display: block;
}

.modules__used-cars-models-btn.radios__btn input:checked ~ span {
    padding-bottom: 3px;
}

.modules__used-cars-models {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 30px;
}

.modules__used-cars-models-img {
    min-height: 191px;
    max-height: 191px;
    margin-bottom: 15px;
    position: relative;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.modules__used-cars-models-img a {
    width: 100%;
}

.modules__used-cars-models-img img {
    width: 100%;
    height: auto;
}

.modules__used-cars-models-title {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #292929;
    margin-bottom: 5px;
    display: block;
    height: 28px;
    overflow: hidden;
}

.modules__used-cars-models-price {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #292929;
    display: block;
    margin-bottom: 10px;
}

.modules__used-cars-models-btn {

}

.modules__used-cars-filter {
    /*background: #F7F7F7;*/
    border-radius: 10px;
    margin: 15px 0px;
}

.modules__filter-car {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    padding: 22px 22px 30px;
    max-width: 370px;
    margin: 0 auto 20px;
}

.modules__used-cars-filter-btn {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #292929;
    background: transparent;
    border: none;
    padding: 0;
}

.filter-btn-all-paremetrs:focus, .filter-btn-reset:focus {
    outline: none;
    box-shadow: none;
}

.filter-btn-reset {
    position: relative;
    margin-bottom: 20px;
}

.filter-btn-reset .close-icon {
    margin-left: 7px;
    width: 12px;
}

/*.filter-btn-reset .close-icon:after {*/
/*    content: ' ';*/
/*    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADFSURBVHgBhVK9DsIgEOYn3To0adN07Nh26uhYN0ffqPgWjr6Bo6sdfQFwdAcS3wAPUxJsAC8hHHffd38cbdu2qOv6oLV+ooR0XTflef6mTdPsCCE3ICEp5RIBzxjjS5ZlD6qUelVVhcHOQqQVzOCchBBn38H6vjfDMMw+eLUxZ6NOgUx3P1NZlpOLzDlnqea+mbaRnZAAx0T035K2DRpjltggog2GBhEFx0gYHke4r6lpWBL4Zyhzj8ZxLOy3oz9iA9s1+gALIVX9ZiGjJAAAAABJRU5ErkJggg==') no-repeat;*/
/*    display: inline-block;*/
/*    height: 12px;*/
/*    width: 12px;*/
/*    color: #E4022B;*/
/*}*/

.filter-btn-all-paremetrs::after {
    content: '';
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: solid #292929;
    border-width: 0 2px 2px 0;
    display: inline-block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
    margin-bottom: 3px;
}

.modules__used-cars-filter-label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #848484;
    display: block;
    margin-bottom: 18px;
}

.modules__used-cars-filter .checkbox__btn {
    flex-wrap: wrap;
    justify-content: space-between;
}

.modules__used-cars-filter .checkbox__btn label {
    max-width: 47%;
    width: 100%;
    margin-right: 15px;
}

.modules__used-cars-filter .checkbox__btn label:nth-child(2n) {
    margin-right: 0;
}

.modules__used-cars-filter .checkbox__btn .checkbox__item {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: #292929;
    margin-bottom: 20px;
    text-transform: none;
    text-align: left;
}

.modules__used-cars-filter .checkbox__btn .checkbox__item .checkmark {
    border: 1px solid #E2E2E2;
}

.modules__filter-car-img {
    width: 100%;
    max-width: 320px;
    height: 227px;
    /*background: #E5E5E5;*/
    overflow: hidden;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modules__filter-car-img a {
    /*width: 100%;*/
}

.modules__filter-car-img img {
    /*width: 100%;*/
}

.modules__filter-car-title {
    height: 30px;
    overflow: hidden;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #292929;
    display: block;
    margin-bottom: 4px;
}

.modules__filter-car-compelctation {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #848484;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}

.modules__filter-car-desc span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #292929;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.modules__filter-car-desc span span {
    margin-bottom: 0;
}

.modules__filter-car-desc svg {
    margin-right: 10px;
}

.modules__filter-car-price {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.modules__filter-car-price-instock {
    justify-content: space-between;
    margin-top: auto;
}


.first-price {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.second-price {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-decoration-line: line-through;
    color: #292929;
}

.first-price-black {
    color: #292929;
}

.modules__used-cars-filter-more-info {
    /*display: none;*/
    margin-bottom: 20px;
}

.modules__filter-car-img a {
    position: relative;
}

.modules__filter-car-img-video {
    position: absolute;
    right: 14px;
    top: 14px;
}

.modules__filter-car-img-video:after {
    content: '';
    background: url('data:image/png;base64,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') no-repeat;
    display: inline-block;
    width: 54px;
    height: 46px;
}

/*PLASHKA*/
.modules__filter-car-instock {
    background: #eaeaea;
    color: #000;
    display: inline-block;
    padding: 7px 15px;
    font-size: 13px;
    margin-bottom: 10px;
}

/*-------------NEW------------------------*/

.filter__selected__flex__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filter__selected__box {
    width: 20%;
    margin-right: 20px;
}

.counter__item__car {
    font-weight: 400;
    font-size: 16px;
    color: #A6A9AC;
    margin: 10px 0px;
}

.test__delete {
    padding: 40px 0px;
    background-color: rgba(128, 128, 128, 0.521);
}


.module__car__in__stock__benefits {
    margin: 20px 0px;
}

.module__car__in__stock__benefits__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.module__car__in__stock__benefits__box {
    margin: 2% 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module__car__in__stock__benefits__box__svg {
    margin-bottom: 15px;
}

.module__car__in__stock__benefits__name {
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}

/* Секція з автомобілями */

.section__module__car__in__stock {
    padding-bottom: 35px;
}

.in__stock__categories__car__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.in__stock__categories__car__box {
    width: 48%;
    display: flex;
    margin: 10px;
    padding: 15px 15px 15px 0px;
}

.in__stock__categories__car__box:hover {
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.in__stock__categories__car__img {
    width: 270px;
    height: 190px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.in__stock__categories__car__info__wrapper {
    width: 45%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
}

.in__stock__categories__car__name {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #3B3B3B;
    margin-bottom: 5px;
}

.in__stock__categories__car__equipment {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #898D90;
    margin-bottom: auto;
}

.in__stock__categories__car__status {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin: 5px 0px;
}

/*На складі*/
.in__stock__categories__car__status-has-storage {
    color: #000000;
}

/*В поставці*/
.in__stock__categories__car__status-in-delivery {
    color: #000000;
}


.in__stock__categories__car__characteristics__wrapper {
    margin-bottom: 10px;
    margin-top: auto;
}

.in__stock__categories__car__characteristics__fuel__type {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

}

.in__stock__categories__car__characteristics__transmission__wrapper {
    display: flex;
    align-items: center;
}

.in__stock__categories__car__characteristics__transmission {
    display: flex;
    align-items: center;
}

.in__stock__categories__car__characteristics__transmission:first-child {
    margin-right: 10px;
}

.in__stock__categories__car__characteristics__fuel__type > svg,
.in__stock__categories__car__characteristics__transmission > svg {
    margin-right: 10px;
}

.in__stock__categories__car__price__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.in__stock__categories__car__price {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.015em;
    color: #3B3B3B;
}

.characteristics__item {
    font-size: 12px;
    margin: 0px;
}

.in__stock__categories__car__booked {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #000000;
}

.in__stock__categories__car__new__price {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.015em;
    color: #000000;
}

.in__stock__categories__car__old__price {
    font-size: 12px;
    margin-left: 10px;
    text-transform: uppercase;
    color: #252525;
    position: relative;
}

.in__stock__categories__car__old__price::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #000000;
}


.in__stock__categories__car__price__button {
    width: 100%;
    display: none;
}

.in__stock__categories__car__price__button__hover {
    background-color: #E4022B;
    color: #fff;
    padding: 10px 10px 10px 20px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.in__stock__categories__car__price__button__hover > svg {
    margin: 2px 0px 0px 10px;
}

/* END Секція з автомобілями */

.in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > .in__stock__categories__car__price__button {
    display: block;
}

.in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > div > .in__stock__categories__car__price,
.in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > div > .in__stock__categories__car__old__price,
.in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > div > .fin__stock__categories__car__price,
.in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > div > .modules__filter-car-wrapp,
.in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > div > .in__stock__categories__car__booked {
    display: none;
}

.in__stock__categories__car__price-dealer {
    color: #000000;
}

.fin__stock__categories__car__price {
    color: #000000;
}

@media (max-width: 1200px) {
    .in__stock__categories__car__box {
        flex-direction: column;
    }

    .in__stock__categories__car__info__wrapper {
        margin-left: 0px;
    }

    .in__stock__categories__car__wrapper {
        justify-content: center;
    }

    .in__stock__categories__car__name {
        margin: 10px 0px;
    }

    .in__stock__categories__car__equipment {
        margin-bottom: 10px;
    }

    .in__stock__categories__car__status {
        margin-bottom: 10px;
    }

    .in__stock__categories__car__characteristics__wrapper {
        margin-bottom: 10px;
    }

    .in__stock__categories__car__box {
        width: 45%;
    }

    .in__stock__categories__car__info__wrapper {
        width: 100%;
    }

    .in__stock__categories__car__img {
        background-size: contain;
    }
}


@media (max-width: 991px) {
    .filter__selected__box {
        width: 100%;
    }

    .in__stock__categories__car__box {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .in__stock__categories__car__box {
        width: 100%;
        background: #FFFFFF;
        box-shadow: -2px 1px 20px 0px rgb(0 0 0 / 15%);
    }

    .in__stock__categories__car__img {
        width: 100%;
        height: 65vw;
    }

    .in__stock__categories__car__name {
        font-size: 24px;
    }

    .in__stock__categories__car__equipment {
        font-size: 16px;
    }

    .in__stock__categories__car__status {
        font-size: 20px;
    }

    .in__stock__categories__car__characteristics__wrapper > div {
        font-size: 22px;
    }


    /*Кнопка по ховері*/
    /*.in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > .in__stock__categories__car__price__button {*/
    /*    display: none;*/
    /*}*/
    .in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > .in__stock__categories__car__price,
    .in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > .in__stock__categories__car__old__price,
    .in__stock__categories__car__box:hover > .in__stock__categories__car__info__wrapper > .in__stock__categories__car__price__wrapper > .in__stock__categories__car__booked {
        display: block;
    }

    .in__stock__categories__car__info__wrapper {
        width: 100%;
    }

    .in__stock__categories__car__info__wrapper {
        height: auto;
    }
}

@media (max-width: 500px) {
    .module__car__in__stock__benefits__wrapper {
        justify-content: space-between;
    }

    .module__car__in__stock__benefits__name {
        font-size: 10px;
    }
}
