[data-filter-apply],[data-filter-ifset] {
    display: none;
}
.basic-type {
    cursor: pointer;
}
.swiper-car .swiper-car-title {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.swiper-car .swiper-car-title span {
    font-size: 1.5rem;
}
.swiper-car .swiper-slide-img {
}
.swiper-car .swiper-car-data {
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    margin-top: -50px;
}
.swiper-car .swiper-car-data h4 {
    text-transform: inherit!important;
}
.swiper-car {
    /*opacity: 0.5;*/
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    position: relative;
}
.swiper-car:hover{
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.swiper-car .btn-primary {
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.swiper-car:hover .btn-primary {
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.swiper-car:hover > .swiper-car-data {
    opacity: 0.6;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.swiper-car.swiper-slide-active .swiper-car-data, .swiper-car.swiper-slide-active .btn-primary {
    opacity: 1;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.swiper-car.swiper-slide-active {
    opacity: 1;
}
.swiper-models .swiper-car img {
    transform: scale(1);
    transition: all 0.5s;
}

hr {
    border-top: 1px solid #dee2e6!important;
}
.panel-my {
    margin-top: 20px;
    display: none;
}

.panel-my.active {
    display: block;
}
@media (max-width: 991px) {

    .poly-pararel {
        -webkit-clip-path: none;
        clip-path: none;
    }
}
