
.sts_car_sect .container {
    display: flex;
    flex-direction: column;
}
.sts_car_sect .info:not(:last-child) {
    margin-bottom: 2.25em;
}
.sts_car_sect .sect_title {
    font-size: 1.5em;
}
.sts_car_sect .sect_title:not(:last-child) {
    margin-bottom: 1.58em;
}
.sts_car_sect .attrs_table {
    font-weight: 500;
    width: 100%;
}
.sts_car_sect .attrs_table:not(:last-child) {
    margin-bottom: 1.5em;
}
.sts_car_sect .attrs_table td {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 1em 0 0.25em;
}
.sts_car_sect .attrs_table td:first-child {
    opacity: 0.5;
}
.sts_car_sect .price_container {
    max-width: 100%;
    width: max-content;
    box-sizing: border-box;
    font-size: 1.25em;
    font-weight: 500;
    padding: 0.6em 2em 0.6em 1.1em;
    border-radius: 1em;
    background-color: rgba(255, 95, 37, 0.3);
    text-decoration: none;
    display: block;
}
.sts_car_sect .price_container b {
    font-weight: 600;
    font-size: 1.5em;
    vertical-align: middle;
}


.sts_car_sect .gallery_images.slick-slider {
    margin: 0 -0.25em;
}
.sts_car_sect .gallery_images:not(:last-child) {
    margin-bottom: 0.75em;
}
.sts_car_sect .gallery_image_slide {
    display: block !important;
    border-radius: 1.125em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #000000;
}
.sts_car_sect .gallery_image_slide:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 59.65%, rgba(0, 0, 0, 0.80) 100%);
}
.sts_car_sect .gallery_image {
    height: 20.375em;
    display: block !important;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.sts_car_sect .slick-slide {
    margin: 0 0.25em;
}
.sts_car_sect .gallery_thumb_slide {
    display: block !important;
    border-radius: 0.75em;
    overflow: hidden;
    cursor: pointer;
    background-color: #000000;
}
.sts_car_sect .gallery_thumb {
    width: 4.5em;
    display: block;
    height: 4.25em;
    object-position: center;
    object-fit: cover;
}
.sts_car_sect .slick-arrow {
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.sts_car_sect .slick-prev {
    left: 0.875em;
    transform: translateY(-50%) scaleX(-1);
}
.sts_car_sect .slick-next {
    right: 0.875em;
}