.parts .attributes{
    display: none;
    font-size: 13px;
    word-break: break-all;
    margin-top: 10px;
    border-top: 1px solid #212529;
}
.parts .attributes>div{
    border-bottom: 1px dashed #bab9b9;
}
.parts .attributes>div:nth-last-child(1),.parts .attributes>div:nth-last-child(2) {
    border-bottom: unset;
}
.parts .itm_card:hover{
    height: initial;
    position: absolute;
    right: 5px;
    left: 5px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .11);
    transition: .25s ease-in-out;
    z-index: 2;
}

.parts .itm_card:hover .attributes{
    display: flex;
}

.cat_list {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-color: #ddd;
    padding: 15px 0;
    float: left;
    width: 100%;
    min-height: 355px;
    height: 355px;
}

.w_select select, .w_select select.form-control:disabled {
    background-color: #fff;
    padding-left: 47px;
    padding-top: 8px;
    border: none;
    position: relative;
    appearance: none;
}

.w_select .current_step select{
    background-color: #0167d0;
    color: #fff;
}

/*.w_select select:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    background-color: #e9ecef;
    border-radius: 50%;
    z-index: 2 !important;
}*/

.w_select select:disabled {
    color: #9d9d9d;
}


.current_step .select2-container {
    background-color: #0167d0 !important;
}

.current_step .select2-container .select2-selection.select2-selection--single {
    background-color: #0167d0 !important;
}

.current_step .select2-container .select2-selection__rendered {
    color: #fff !important;
}

.w_select #marka_container.current_step.loading:after,
.w_select #model_container.current_step.loading:after,
.w_select #year_container.current_step.loading:after,
.w_select #type_container.current_step.loading:after {
    background-color: #0167d0 !important;
}

.w_select .current_step .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
}

.w_select .current_step .select2-selection__arrow::before {
    background-color: #3182d5 !important;
}


.wizzard_dropdown_reference .popular-option {
    font-weight: 700 !important;
}

.cat_name {
    font-size: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 8px;
}

.sub_tree {
    height: 280px;
    overflow-x: hidden;
}

.sub_tree ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 0;
}

.sub_tree li {
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sub_tree li a{
    color: #065da2;
    text-decoration: unset;
    font-size: 16px;
}

.car_info>div{
    display: inline-block;
}

.car_img{
    height: 91px;
}

.car_inf_bl{
    /*position: absolute;*/
    margin-left: 15px;
}

.car_img>img{
    max-height: 100%;
}

.w_button{
    float: right;
}

.widget{
    /*border: 1px solid #ebebeb;*/
    padding: 10px;
    /*border-radius: 3px;*/
    /*box-shadow: rgb(0 0 0 / 50%) 0 2px 15px;*/
}

.show_full_table{
    cursor: pointer;
}

.w_select>div>span{
    width: 100%!important;
}

.w_select .col-3{
    padding-right: 0px;
    padding-left: 0px;
}

.w_button{
    vertical-align: middle;
    line-height: 91px;
}

.parts{
    min-height: 390px;
}
.sub_cat{
    padding-left: 30px;
}
.show_other_cat{
    color: #065da2;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.marks .itm_card,.models .itm_card, .categories .itm_card{
    transition: .2s ease-in-out;
    border-bottom: 1px solid #ebebeb;
}
/*.models .img_div {
    height: 134px;
    position: relative;
}
.models .img_div img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    max-height: 100%;
    mix-blend-mode: multiply;
}*/
.car_inf_bl>p {
    line-height: 16px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 9px;
}
.car_inf_bl>p:last-child{
    margin-bottom: 0;
}
.parts .card_m_hits{
    height: 403px;
}
.cat_img>img{
    padding-right: 10px;
}
.marks .itm_card:hover, .models .itm_card:hover{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .11);
}
.marks .itm_card:hover img,.models .itm_card:hover img, .categories .itm_card:hover img {
    transform: scale(0.9);
}
.parts .img_div{
    overflow: hidden;
    height: 248px;
    /*margin-right: -10px;*/
    /*margin-left: -10px;*/
    margin-top: -10px;
}

.w_select span.select2,.select2-search__field{
    outline: unset;
    border-color: #ced4da;
    height: 72px;

    padding-left: 47px;
    padding-top: 8px;
}
.oem_list>.propitem>.row>div,.applicability_list>.propitem>.row>div,.oem_list>h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.oem_list>.propitem,.applicability_list>.propitem{
    max-height: 300px;
    overflow-y: scroll;
}
.cat_pagin{
    margin-left: -10px;
}
.par{
    font-size: 14px;
    font-weight: bold;
}
.categoryListHead .col-3{
    border-right: 1px solid rgba(0,0,0,.1);
}
.categoryListHead .col-3:last-child{
    border-right: unset;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .w_select>div {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .w_select>div:last-child{
        margin-bottom: 0;
    }
    .car_info>div.car_img{
        display: none;
    }
    .car_inf_bl{
        position: unset;
        margin-left: 0;
        width: calc(100% - 10px);
    }
    .car_info{
        height: 77px;
    }
    .car_inf_bl>p{
        margin-bottom: 3px;
    }
    .w_button{
        line-height: 77px;
    }
    .cat_img>img{
        padding-right: 5px;
    }
}

.widget .loading:after {
    content: "\f110";
    position: absolute;
    right: 12px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px !important;
    background: #fff;
    animation: fa-spin 2s infinite linear;
    z-index: 1;
    top: calc(50% - 11px);
    color: #444;
}

.w_select .selection, .w_select .select2-selection__rendered, .w_select .select2-selection--single {
    outline: initial !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 57px !important;
}

.w_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 130% !important;
    left: -18.7px !important;
    z-index: 3 !important;
}

.select2-container--open {
    background-color: #0167d0;
}

.select2-container--open .select2-selection.select2-selection--single {
    background-color: #0167d0;
}

.select2-container--open .select2-selection__rendered {
    color: #fff !important;
}

.w_select .col-3 {
    height: 72px;
}
.w_select .col-3 .form-control {
    height: 72px;
}

.wizzard_select_panel_pc {
    display: none;
}

.w_select .col-3 {
    position: static;
}

.w_select {
    position: relative;
}

.wizzard_dropdown_reference:not(.sel_inactive) {
    position: relative;
    /*margin-bottom: calc(300px + 3rem);*/
    width: calc(100% + 5px);
}

.wizzard_dropdown_reference.loading_data {
    top: -26px;
    width: 100%;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .11);
    min-height: 302.5px;
    margin-bottom: calc(2rem + 1px);
    border-top: 3px solid #0167d0 !important;
}

.wizzard_dropdown_reference.sel_inactive .select2-dropdown {
    display: none;
}

.wizzard_dropdown_reference .select2-container {
    width: calc(100% - 5px) !important;
    left: 0 !important;
    top: -26px !important;
}

.wizzard_dropdown_reference .select2-search__field {
    display: none !important;
}

.wizzard_dropdown_reference ul.select2-results__options {
    display: flex;
    flex-wrap: wrap;
}

.wizzard_dropdown_reference li.select2-results__option {
    flex: 0 0 10%;
    cursor: pointer;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    height: 60px;
}

.w_select .select2-container {
    border: none !important;
}

.wizzard_dropdown_reference .select2-container--default .select2-results>.select2-results__options {
    max-height: 300.5px;
}

.wizzard_dropdown_reference .select2-dropdown {
    border: none !important;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .11);
}

.wizzard_dropdown_reference .select2-dropdown {
    width: 100% !important;
    padding: 0 !important;
    border-top: 3px solid #0167d0 !important;
}


.widget.mb-3:not(.car_sel) {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .11);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
    margin-right: 5px;
}

.wizzard_dropdown_reference .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #212529 !important;
    background-color: #e9ecef !important;
}

.wizzard_dropdown_reference .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
    background-color: #e9ecef !important;
}

.wizzard_dropdown_reference .select2-search.select2-search--dropdown {
    padding: 0 !important;
}

.w_select .select2-selection__arrow::before {
    content: '';
    position: absolute;
    top: 130%;
    right: 10px;
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    background-color: #e9ecef;
    border-radius: 50%;
    z-index: 2 !important;
}

.w_select .select2.select2-container.select2-container--default.form-control.select2-container--open .select2-selection__arrow::before {
    background-color: #3182d5;
}

.w_select .select2.select2-container.select2-container--default.form-control:after {
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    bottom: 19px;
    width: 1px;
    background: #ececec;
}

.w_select .select2.select2-container.select2-container--default.form-control.select2-container--open:after {
    display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff !important;
}

#select2-TypeTecDoc-results li {
    flex: 0 0 33.3333333%;
}

.wizzard_dropdown_reference ul.select2-results__options li.select2-results__option:first-child {
    display: none !important;
}

.widget.car_sel.mb-3 {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .11);
}

.wizz_car_link {
    text-transform: uppercase;
}

.car_info {
    display: flex;
}

.car_inf_bl {
    align-items: center;
    display: flex !important;
}

.widget.car_sel.mb-3 {
    border-bottom: 2px solid #0167d0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.wizz_tec_info {
    font-size: 13px;
    color: #9d9d9d;
}

.wizzard_dropdown_reference .select2-dropdown {
    z-index: 2 !important;
}

.wizzard_dropdown_reference .select2-container.select2-container--default {
    position: relative !important;
    margin-bottom: 2rem;
}



.wizzard_dropdown_reference .select2-dropdown {
    position: relative;
}

.wizzard_dropdown_reference .select2-dropdown {
    border-radius: unset !important;
}

.widget.mb-3.wizz_not_set .select2-container--disabled .select2-selection__rendered {
    color: #9d9d9d;
}

.w_select .select2-container--open .select2-selection__rendered {
    padding-right: 50px !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
}

.wizz_title {
    font-size: 24px;
    margin-bottom: 27px;
    font-weight: 500;
    text-align: center;
    margin-top: 62px;
}

.wizz_subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 42px;
    margin-top: -7px;
    color: #000;
}

.w_select #marka_container, .w_select #model_container, .w_select #year_container, .w_select #type_container {
    position: relative;
}

.w_select #marka_container.loading:after, .w_select #model_container.loading:after, .w_select #year_container.loading:after, .w_select #type_container.loading:after {
    background: #0167d0;
    right: unset;
    left: 15px;
}

.w_select #marka_container.not_active_selection.loading:after, .w_select #model_container.not_active_selection.loading:after, .w_select #year_container.not_active_selection.loading:after, .w_select #type_container.not_active_selection.loading:after {
    background: #fff;
}

@media only screen and (max-width:1313px) {
    .wizzard_dropdown_reference li.select2-results__option {
        flex: 0 0 12.5%;
    }
}

@media only screen and (max-width:1063px) {
    .wizzard_dropdown_reference li.select2-results__option {
        flex: 0 0 16.666666%;
    }
}

@media only screen and (max-width:768px) {
    .wizzard_dropdown_reference li.select2-results__option {
        flex: 0 0 100%;
        justify-content: center;
    }

    .w_select .select2.select2-container.select2-container--default.form-control:after {
        display: none;
    }

    .w_select>div {
        margin-bottom: 0;
    }

    #select2-TypeTecDoc-results li {
        flex: 0 0 100%;
    }

    .wizzard_dropdown_reference .select2-container.select2-container--default {
        margin-bottom: 0;
    }

    /*.w_select .ref_mobile .select2-container.select2-container--default {
        position: relative !important;
        top: 0 !important;
    }

    .w_select .ref_mobile .select2-dropdown.select2-dropdown--below {
        position: relative;
        border: none;
        border-radius: 0;
    }

    .w_select .ref_mobile .select2-search.select2-search--dropdown {
        display: none;
    }*/

    .widget.mb-3:not(.car_sel) {
        padding-bottom: 0 !important;
    }

    .w_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
        z-index: 1 !important;
    }

    .w_select .select2-selection__arrow::before {
        z-index: 1 !important;
    }

    .wizzard_dropdown_reference .select2-container {
        width: 100% !important;
    }

    .w_select .col-3 {
        height: unset !important;
    }

    .wizzard_dropdown_reference .select2-container {
        top: 0px !important;
    }

    .wizzard_dropdown_reference .select2-dropdown {
        box-shadow: 0 -20px 40px 0 rgba(0, 0, 0, 0.11);
    }
}

.categories .itm_card {
    border-bottom: none;
    height: 38px;
}

.categories .itm_card:hover {
    box-shadow: none;
    color: rgba(0,0,0,.7)!important;
}

.row.marks {
    margin-left: -4px;
    margin-right: -4px;
}

.wizzard_dropdown_reference.loading_data:after {
    content: "\f110";
    position: absolute;
    right: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px !important;
    background: rgba(0, 0, 0, 0);
    animation: fa-spin 2s infinite linear;
    z-index: 1;
    top: 40%;
    color: #444;
}

.ref_mobile.wizzard_dropdown_reference .select2-container,
.ref_mobile.wizzard_dropdown_reference .select2-selection__rendered {
    background-color: #0167d0;
}

.ref_mobile.wizzard_dropdown_reference .select2-selection__rendered {
    color: #fff !important;
}

.ref_mobile.wizzard_dropdown_reference .select2.select2-container.select2-container--default.form-control .select2-selection__arrow::before {
    background-color: #3182d5 !important;
}

@media only screen and (max-width:768px) {
    .ref_mobile.wizzard_dropdown_reference .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #fff transparent transparent transparent !important;
    }

    .ref_mobile.wizzard_dropdown_reference .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-color: transparent transparent #fff transparent !important;
    }

    .select2-dropdown.wizzard_dropdown_reference ul.select2-results__options {
        min-height: 240px;
    }

    .wizzard_dropdown_reference .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
        color: #212529;
    }

    .ref_mobile.wizzard_dropdown_reference.loading:after {
        background: #0167d0 !important;
    }

    .wizz_container {
        margin-bottom: 45px !important;
    }

    .select2-container .select2-dropdown.wizzard_dropdown_reference {
        border: none !important;
    }
}

/*.select2-dropdown {
    width: 1400px !important;
}*/
