.sts_order_sect {
    background-color: #D9D9D9;
    width: 100vw;
}
.sts_order_sect .row1 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sts_order_sect .close_butt {
    position: absolute;
    z-index: 4;
    right: 0.75em;
    top: 0.75em;
    font-size: inherit;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    color: inherit;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    background-image: url(../../img/icons/menu-close-000.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 0.3s;
}
.sts_order_sect .close_butt:hover {
    opacity: 1;
}
.sts_order_sect .back_butt,
.sts_order_sect .car_info_mobile {
    display: none;
}
.sts_order_sect .car {
    width: 43.42%;
    background-color: #000000;
    color: #ffffff;
    border-radius: 1.125em;
    background-image: linear-gradient(141deg, #FFF -81.8%, #000 100%);
    box-sizing: border-box;
    padding: 1.25em 1.25em 1.75em;
    position: relative;
}
.sts_order_sect .forms {
    width: 55.5%;
    box-sizing: border-box;
}
.sts_order_sect .forms .order_form {
    min-height: 100%;
}
.sts_order_sect .car_head {
    display: flex;
    align-items: center;
}
.sts_order_sect .car_head:not(:last-child) {
    margin-bottom: 1em;
}
.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;
    margin-left: 1em;
}
.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(255, 255, 255, 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;
}
.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;
}
.sts_order_sect .minimum_age {
    display: flex;
    align-items: center;
    color: #FF5F25;
    font-weight: 500;
}
.sts_order_sect .minimum_age_icon {
    max-width: 1.5em;
    max-height: 1.5em;
    margin-right: 0.25em;
}
.sts_order_sect .minimum_age_label {
    font-size: 0.75em;
    max-width: calc(100% - 2.34em);
}
.sts_order_sect .car_new {
    max-width: 4.125em;
    max-height: 4.125em;
    position: absolute;
    right: 0.75em;
    top: 13em;
}