.sts_order_sect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 0 10em;
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
}
.sts_order_sect .order_form {
    padding: 1.5em calc(50vw - 50%) 0;
    margin: 0 calc(50% - 50vw);
}
.sts_order_sect .car {
    background-color: #000000;
    color: #ffffff;
    background-image: linear-gradient(141deg, #FFF -81.8%, #000 100%);
    box-sizing: border-box;
    padding: 4em calc(50vw - 50%) 1.5em;
    margin: 0 calc(50% - 50vw);
    position: relative;
}
.sts_order_sect .back_butt {
    color: inherit;
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
    background-color: transparent;
    padding: 0 0 0 1.5em;
    background-position: left center;
    background-size: 0.5em auto;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: none;
    background-image: url(../../img/icons/chevron-left-fff.svg);
    font-family: Montserrat, sans-serif;
    z-index: 101;
    position: fixed;
    min-height: 2.5em;
    top: 2em;
    left: 0.5em;
}
.sts_order_sect .close_butt {
    display: none;
}
.sts_order_sect .car .car_head,
.sts_order_sect .car .car_attrs {
    display: none;
}
.sts_order_sect .car_info_mobile {
    padding: 1.625em calc(50vw - 50%) 1.75em;
    margin: 0 calc(50% - 50vw);
    background-color: rgba(217, 217, 217, 0.4);
}
.sts_order_sect .car_head {
}
.sts_order_sect .car_head:not(:last-child) {
    margin-bottom: 0.75em;
}
.sts_order_sect .car_name {
    margin: 0;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 600;
}
.sts_order_sect .car_desc {
    opacity: 0.4;
    font-weight: 500;
    font-size: 0.875em;
}
.sts_order_sect .car_image_container {
    position: relative;
}
.sts_order_sect .car_image_container:before {
    content: '';
    display: block;
    padding: 20% 0;
}
.sts_order_sect .car_image_container:not(:last-child) {
    margin-bottom: 1em;
}
.sts_order_sect .car_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}



.sts_order_sect .car_more {
    font-weight: 500;
    font-size: 0.875em;
}
.sts_order_sect .car_more:not(:last-child) {
    margin-bottom: 1em;
}
.sts_order_sect .car_more a {
    text-decoration: underline;
    transition-property: color;
    transition-duration: 0.3s;
}
.sts_order_sect .car_more a:hover {
    color: #FF5F25;
}



.sts_order_sect .car_attrs {
    display: flex;
    flex-wrap: wrap;
    margin: -0.125em;;
}
.sts_order_sect .car_attrs:not(:last-child) {
    margin-bottom: 0.875em;
}
.sts_order_sect .car_attr {
    min-height: 1.625em;
    box-sizing: border-box;
    padding: 0.25em 0.5em;
    border-radius: 0.625em;
    background-color: rgba(0, 0, 0, 0.09);
    display: flex;
    align-items: center;
    max-width: calc(100% - 0.25em);
    font-weight: 500;
    margin: 0.125em;
}
.sts_order_sect .car_attr_icon {
    max-width: 1em;
    max-height: 1em;
    filter: brightness(0);
}
.sts_order_sect .car_attr_icon:not(:last-child) {
    margin-right: 0.25em;
}
.sts_order_sect .car_attr_label {
    font-size: 0.625em;
}
.sts_order_sect .transmission_attr {
    background-color: #4B9600;
    color: #ffffff;
}
.sts_order_sect .transmission_attr .car_attr_icon {
    filter: none;
}
.sts_order_sect .minimum_age {
    display: flex;
    align-items: center;
    color: #FF5F25;
    font-weight: 500;
}
.sts_order_sect .minimum_age_icon {
    max-width: 1em;
    max-height: 1em;
    margin-right: 0.25em;
}
.sts_order_sect .minimum_age_label {
    font-size: 0.75em;
    max-width: calc(100% - 2em);
}
.sts_order_sect .car_new {
    max-width: 4.125em;
    max-height: 4.125em;
    position: absolute;
    right: 1.25em;
    top: 1em;
}


