.vm_model_detail {
    margin-bottom: 6px;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    line-height: normal;
}

.vm_car_price {
    margin-bottom: 6px;
    font-size: 40px;
    font-weight: 700;
    color: #1b2831;
    text-transform: uppercase;
    display: block;
    line-height: normal;
    text-align: right;
}

.vm_detail_kilometre,
.vm_detail_fuel,
.vm_detail_gear {
    font-size: 24px;
    font-weight: 300;
    color: #777;
    margin-bottom: 6px;
    display: block;
}

.vm_detail_fuel,
.vm_detail_gear {
    text-transform: capitalize;
}

.vm_car_slideshow .uk-slidenav {
    color: white;
    background: rgba(51, 71, 85, 0.75);
    padding: 12px;
}

.vm_car_slideshow .uk-slidenav:hover {
    color: white;
    background: #1b2831;
}

.vm_car_slideshow .uk-thumbnav img {
    aspect-ratio: 16/9;
}

.vm_car_options {
    padding: 20px;
    color: rgba(255, 255, 255, .7);
}

.vm_car_options_header {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .7);
    margin-top: 20px;
}

.vm_car_options_header li.uk-active > a,
.vm_car_options {
    background: #1b2831;
}

.vm_car_options_header li > a {
    color: black;
    background: #cbcbcb;
}

.vm_car_options_header li.uk-active > a {
    color: white;
    border-color: rgba(255, 255, 255, .7);
    background: #0b1014;
}

.vm_car_options_header li:hover > a {
    border-color: rgba(255, 255, 255, .7);
    color: white;
    background: #0b1014;
}

.vm_car_options td span,
.vm_details span {
    display: inline-block;
}

.vm_car_options td span:first-letter,
.vm_details span:first-letter {
    text-transform: capitalize;
}

.vm_doc_button {
    color: #334755;
}

.vm_doc_button:hover {
    color: #293a45;
}

.vm_car_options ul.vm_car_info {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.vm_car_options ul.vm_car_info li > span:nth-child(2) {
    color: white;
}

.vm_car_options ul.vm_car_info li {
    padding: 5px 15px;
}

@media (min-width: 960px) {
    .vm_car_options ul.vm_car_info li {
        width: calc(33% - 30px);
    }

    .vm_car_options ul.vm_car_info li:nth-of-type(3n+1),
    .vm_car_options ul.vm_car_info li:nth-of-type(3n+2),
    .vm_car_options ul.vm_car_info li:nth-of-type(3n+3) {
        background: #00000099;
    }

    .vm_car_options ul.vm_car_info li:nth-of-type(6n+1),
    .vm_car_options ul.vm_car_info li:nth-of-type(6n+2),
    .vm_car_options ul.vm_car_info li:nth-of-type(6n+3) {
        background: #1b2831;
    }
}

@media (max-width: 959px) {
    .vm_car_options ul.vm_car_info li {
        width: calc(50% - 30px);
    }

    .vm_car_options ul.vm_car_info li:nth-of-type(2n+1),
    .vm_car_options ul.vm_car_info li:nth-of-type(2n+2) {
        background: #00000099;
    }

    .vm_car_options ul.vm_car_info li:nth-of-type(4n+1),
    .vm_car_options ul.vm_car_info li:nth-of-type(4n+2) {
        background: #1b2831;
    }
}

@media (max-width: 639px) {
    .vm_car_options ul.vm_car_info li {
        width: 100%;
    }

    .vm_car_options ul.vm_car_info li:nth-of-type(2n+1) {
        background: #00000099;
    }

    .vm_car_options ul.vm_car_info li:nth-of-type(2n+2) {
        background: #1b2831;
    }
}

.vm_viewlist {
    background: white;
    text-align: center;
    padding: 0;
}

.vm_viewlist a {
    color: white;
    font-size: 20px;
    padding: 10px;
    display: block;
}

.okno_V .textvehicle {
    padding: 0 10px 10px;
}

.okno_V {
    border: 1px solid #DDD;
}

.okno_V .vm_viewlist a:hover,
#gallery .okno_V .vm_viewlist a:hover {
    color: white;
    background: black !important;
}

.titlevehicle a {
    font-size: 15px;
}

.vm_text_model,
.vm_mileage,
.vm_details {
    color: black;
}

.vm_text_model {
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.vm_car_buttons a {
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vm_car_buttons .uk-card {
    color: white;
    background: #1b2831;
    padding: 10px;
    line-height: 40px;
}

.vm_car_buttons > div:first-child .uk-card {
    background: #334755;
}

.vm_car_details .details {
    text-align: center;
    text-transform: capitalize;
    color: #1b2831;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.vm_car_details .details > div {
    width: 100%;
}

.vm_car_details .details img {
    max-width: 50px;
}

.vm_car_details .border {
    border: 1px solid #ddd;
    padding: 10px;
}

.vm_car_details .icons {
    text-align: center;
    color: #1b2831;
}

.vm_car_details .icons img {
    max-width: 130px;
}

.rsform-block-veh {
    display: none;
}

.componentheading {
    color: rgba(255, 255, 255, .7);
}

.vm_car_title {
    background: #334755;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 33px;
    display: inline-block;
    padding: 10px 35px;
}

.vehiclemanager_mod_search div[uk-grid] {
    max-width: 1200px;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .vehiclemanager_mod_search div[uk-grid] {
        margin: auto;
    }
}

.vehiclemanager_mod_search div[uk-grid] .ui-slider,
.vehiclemanager_mod_search div[uk-grid] select {
    width: 100% !important;
}

@media (max-width: 959px) {
    .vehiclemanager_mod_search > .sliders {
        flex-direction: column;
    }
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 3px solid #aaa;
    border-radius: 25px;
    background-color: #474747;
}

#tm-main {
    padding: 0;
}

.vm_back_button > a.uk-button {
    background-color: #334755;
    color: #fff;
    margin-bottom: 20px;
}

.vm_back_button > a.uk-button:hover {
    background-color: #293a45;
}

.okno_V .maker {
    color: white;
    text-align: center;
    background-color: #293a45;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
}

.okno_V .model {
    padding: 10px;
    text-transform: uppercase;
    color: #1b2831;
    font-weight: 400;
    font-size: 20px;
}

.okno_V div.car_details {
    text-transform: capitalize;
    text-align: center;
}

.okno_V div.car_details img {
    max-width: 40px;
}

.VM_search_batton .button {
    background-color: #293a45;
}

.VM_search_batton .button:hover {
    background-color: black;
}

.levels {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

.levels > div {
    display: flex;
    width: fit-content;
    align-items: center;
}

.levels > div > div {
    padding-top: 3px;
    padding-bottom: 3px
}

.levels .trio {
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.levels .level-label {
    padding-left: 10px;
    padding-right: 12px;
}

.levels .level-A > div {
    background: #019a31;
}

.levels .level-A .trio {
    fill: #019a31;
}

.levels .content {
    height: 26px;
}

.levels svg {
    height: 32px;
}

.levels .level-B > div {
    background: #1eb204;
}

.levels .level-B .content {
    min-width: 30px;
}

.levels .level-B .trio {
    fill: #1eb204;
}

.levels .level-C > div {
    background: #c6d401;
}

.levels .level-C .content {
    min-width: 60px;
}

.levels .level-C .trio {
    fill: #c6d401;
}

.levels .level-D > div {
    background: #ffee00;
}

.levels .level-D .content {
    min-width: 90px;
}

.levels .level-D .trio {
    fill: #ffee00;
}

.levels .level-E > div {
    background: #ffb800;
}

.levels .level-E .content {
    min-width: 120px;
}

.levels .level-E .trio {
    fill: #ffb800;
}

.levels .level-F > div {
    background: #fe5c00;
}

.levels .level-F .content {
    min-width: 150px;
}

.levels .level-F .trio {
    fill: #fe5c00;
}

.levels .level-G > div {
    background: #f50102;
}

.levels .level-G .content {
    min-width: 180px;
}

.levels .level-G .trio {
    fill: #f50102;
}

.levels .active {
    font-size: 150%;
    font-weight: 400;
}

.levels .active .content {
    height: 39px;
}

.levels .active svg {
    height: 44px;
}

.uk-slider-container .okno_img img {
    object-fit: cover;
    aspect-ratio: 4/3;
}
