.sts_popular_sect {
    background-color: rgba(217, 217, 217, 0.4);
    position: relative;
}
.sts_popular_sect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
}
.sts_popular_sect.loading:before {
    opacity: 1;
    visibility: visible;
}
.sts_popular_sect .info {
}
.sts_popular_sect .info:not(:last-child) {
    margin-bottom: 3.5em;
}
.sts_popular_sect .sect_title {
    margin: 0;
}
.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: 27.75em !important;
    border-radius: 1.125em;
    border: 0.125em solid #DCDCDC;
    background-color: #ffffff;
    color: #000000;
    display: flex !important;
    flex-direction: column;
    padding: 2.25em 0.75em 1.25em;
    min-height: 29.75em;
    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.5em;
    font-weight: 600;
    margin: 0;
}
.sts_popular_sect .popular_car_card_type {
    opacity: 0.4;
    font-weight: 500;
    font-size: 1.25em;
}
.sts_popular_sect .popular_car_card_body {
    height: 14.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-size: 1.25em;
    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.625em;
}
.sts_popular_sect .popular_car_card_action {
    margin: 0.625em;
    padding: 0 1.25em;
}
.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_book_butt .butt_label {
    font-size: 1.375em;
}
.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 .popular_car_card_more_butt .butt_label {
    font-size: 1.125em;
}
.sts_popular_sect .slick-slide {
    margin: 0 0.875em;
}

.sts_popular_sect .view_all_butt {
    margin-top: -2.4375em;
    display: flex;
    width: 18em;
    position: relative;
    z-index: 2;
    padding: 0 1em;
}
.sts_popular_sect.has_view_all_butt .slick-dots {
    max-width: calc(100% - 36em);
    margin: 3.25em auto -0.25em;
    justify-content: center;
}

.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: 2.5em;
}
.sts_popular_sect .after_text {
    font-size: 1.25em;
    font-weight: 500;
}