.sts_popular_sect {
    background-color: rgba(217, 217, 217, 0.4);
}
.sts_popular_sect .info:not(:last-child) {
    margin-bottom: 1.75em;
}
.sts_popular_sect .slick-list {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
}
.sts_popular_sect .popular_car_card {
    box-sizing: border-box;
    width: 18em !important;
    border-radius: 1.125em;
    border: 0.125em solid #DCDCDC;
    background-color: #ffffff;
    color: #000000;
    display: flex !important;
    flex-direction: column;
    padding: 1em 1em 0.75em;
    min-height: 19.25em;
    transition-property: background-color, background-image, color, border-color;
    transition-duration: 0.3s;
}
.sts_popular_sect .popular_car_card:hover {
    background-image: linear-gradient(141deg, #FFF -81.8%, #000 100%);
    color: #ffffff;
    border-color: #FF5F25;
}
.sts_popular_sect .popular_car_card_title {
    font-size: 1.25em;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.sts_popular_sect .popular_car_card_type {
    opacity: 0.4;
    font-weight: 500;
}
.sts_popular_sect .popular_car_card_body {
    height: 8.75em;
    margin: auto 0 0;
    display: flex;
}
.sts_popular_sect .popular_car_card_thumbnail {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.sts_popular_sect .popular_car_card_price {
    font-weight: 500;
}
.sts_popular_sect .popular_car_card_price:not(:last-child) {
    margin-bottom: 1.5em;
}
.sts_popular_sect .popular_car_card_price b {
    font-weight: 600;
    font-size: 1.5em;
}
.sts_popular_sect .popular_car_card_actions {
    display: flex;
    margin: -0.25em;
}
.sts_popular_sect .popular_car_card_action {
    margin: 0.25em;
    padding: 0 1.125em;
    height: 2.25em;
    border-radius: 0.5em;
}
.sts_popular_sect .popular_car_card_action .butt_label {
    font-size: 0.875em;
}
.sts_popular_sect .popular_car_card_book_butt {
    flex-grow: 1;
    background-color: transparent;
    color: #000000;
    font-weight: 500;
    border: 0.125em solid #B5B5B5;
}
.sts_popular_sect .popular_car_card:hover .popular_car_card_book_butt {
    background-color: #FF5F25;
    border-color: #FF5F25;
    color: #ffffff;
}
.sts_popular_sect .popular_car_card_more_butt {
    border: 0.125em solid #BEBEBE;
    color: #636363;
    background-color: transparent;
    padding: 0 0.25em;
}
.sts_popular_sect .popular_car_card:hover .popular_car_card_more_butt {
    color: #ffffff;
    border-color: #ffffff;
}
.sts_popular_sect .slick-slide {
    margin: 0 0.625em;
}
.sts_popular_sect .cars:not(:last-child) {
    margin-bottom: 3.25em;
}
.sts_popular_sect .view_all_butt {
    width: 100%;
}
.sts_popular_sect .link_card {
    min-height: 17.5em;
    padding: 0.75em;
    box-sizing: border-box;
    border-radius: 1.125em;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(180deg, #2C2C2C 0%, #1A1A1A 100%);
    position: relative;
    z-index: 1;
}
.sts_popular_sect .link_card:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-sizing: border-box;
    border: 0.125em solid #FF5F25;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
    z-index: 1;
}
.sts_popular_sect .link_card:hover:after {
    opacity: 1;
}
.sts_popular_sect .link_card_image {
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sts_popular_sect .link_card .butt {
    width: 100%;
}
.sts_popular_sect .slick-slider:not(:last-child) {
    margin-bottom: 1.25em;
}
.sts_popular_sect .after_text {
    font-size: 1em;
    font-weight: 500;
}