html,
body {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    font-family: "Open Sans", sans-serif;
    line-height: 1.15;
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    box-sizing: border-box;
}

label {
    display: unset !important;
    margin-bottom: unset !important;
}

.input.vin-search {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100% - 20px);

}

.wdgt-selection__heading {
    color: #000;
    display: block;
    font-size: 32px;
    margin-bottom: 35px;
    margin-top: 0;
}

.wdgt-module {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
}

.wdgt-module--result {
    background-color: #f3f0f0;
}

.wdgt-module+.wdgt-module {
    margin-top: 23px;
}

.wdgt-recommend .wdgt-module:first-child {
    margin-top: 23px;
}

.wdgt-module__header {
    background-color: #0073b2;
    cursor: pointer;
    padding: 15px 64px 13px 38px;
    position: relative;
    transition: all .2s;
}

.wdgt-module__header::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 29px;
    top: 0;
    transform: rotate(-45deg);
    transition: all .1s;
    width: 7px;
}

.wdgt-module--opened .wdgt-module__header::after {
    top: 7px;
    transform: rotate(135deg);
}

.wdgt-module__header:hover {
    background-color: #01679f;
}

.wdgt-module__header2 {
    background-color: #0073b2;
    cursor: pointer;
    padding: 15px 64px 13px 38px;
    position: relative;
    transition: all .2s;
}

.wdgt-module__header2::after {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    content: "";
    display: block;
    height: 7px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 29px;
    top: 0;
    transform: rotate(-45deg);
    transition: all .1s;
    width: 7px;
}

.wdgt-module--opened .wdgt-module__header2::after {
    top: 7px;
    transform: rotate(135deg);
}

.wdgt-module__header2:hover {
    background-color: #01679f;
}

.wdgt-module__content {
    padding: 32px 41px 34px 38px;
}

.wdgt-module--rolling .wdgt-module__content {
    display: block;
}

.wdgt-module--result .wdgt-module__content {
    padding-bottom: 44px;
    padding-top: 33px;
}

.wdgt-module__section--categories {
    padding-bottom: 37px;
}

.wdgt-module__section--selects {
    padding-bottom: 44px;
    padding-top: 31px;
}

.wdgt-module__section--footnote {
    padding-top: 33px;
}

.wdgt-module__section+.wdgt-module__section {
    border-top: 1px solid #dbdbdb;
}

.wdgt-module__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8125;
    /* 29/16 */
    margin-bottom: 31px;
    margin-top: 0;
}

.wdgt-module__header .wdgt-module__title {
    color: #fff;
    margin-bottom: 0;
}

.wdgt-module__header2 .wdgt-module__title {
    color: #fff;
    margin-bottom: 0;
}

.wdgt-module__section--selects .wdgt-module__title {
    margin-bottom: 8px;
}

.wdgt-module--result .wdgt-module__title {
    margin-bottom: 34px;
}

.wdgt-module__footnote {
    color: #8e8e8e;
    font-size: 11px;
    line-height: 1.4;
    /* 15.4 / 11 */
}

.wdgt-module__row {
    display: flex;
    width: 100%;
}

.wdgt-module__row--buttons {
    justify-content: center;
    position: relative;
}

.wdgt-module__row+.wdgt-module__row {
    margin-top: 41px;
}

.wdgt-module__col {
    flex: 1 1 0;
}

.wdgt-module__col+.wdgt-module__col {
    margin-left: 3.744493392070485%;
}

.wdgt-module__button {
    background-color: #0073b2;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8125;
    /* 29/16 */
    padding: 14px 61px 11px 60px;
    text-transform: uppercase;
    transition: all .2s;
}

.wdgt-module__button:disabled {
    background-color: #555555;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8125;
    /* 29/16 */
    padding: 14px 61px 11px 60px;
    text-transform: uppercase;
    transition: all .2s;
}

.wdgt-module__button--text {
    background-color: transparent;
    border-bottom: 1px dashed;
    border-radius: 0;
    color: #0073b2;
    font-size: 14px;
    line-height: 1.285714285714286;
    text-transform: none;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 0;
}

.wdgt-module__button:hover {
    background-color: #01679f;
}

.wdgt-module__button:disabled:hover {
    background-color: #555555;
}

.wdgt-module__button--text:hover {
    background-color: transparent;
    color: #01679f;
}

.wdgt-module__params {
    display: flex;
}

.wdgt-module__params-col {
    position: relative;
}

.wdgt-module__params-col--cat {
    padding-right: 55px;
    width: 28.45814977973568%;
}

.wdgt-module__params-col--brand {
    padding-left: 63px;
    padding-right: 60px;
    width: 42.02643171806167%;
}

.wdgt-module__params-col--year {
    padding-left: 58px;
    width: 29.51541850220264%;
}

.wdgt-module__params-col::before {
    background-color: #d5d3d3;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 1px;
}

.wdgt-module__params-col:first-child::before {
    display: none;
}

.wdgt-module__param {
    color: #696969;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 15px;
    margin-left: 10px;
}

.wdgt-module__param:last-child {
    margin-bottom: 0;
}

.wdgt-module__param-title {
    font-weight: bold;
}

.wdgt-module__categories {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.wdgt-module__category {
    flex-basis: 9.60352422907489%;
    min-width: 0;
    text-align: center;
}

.wdgt-module__category-input {
    display: none;
}

.wdgt-module__category-label {
    cursor: pointer;
}

.wdgt-module__category-icon {
    display: block;
    padding-top: 100%;
    position: relative;
}

.wdgt-module__category-icon::before {
    border: 1px solid #acacac;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all .2s;
}

.wdgt-module__category-icon::after {
    background-image: url("categories_sprite.png");
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.wdgt-module__category--car .wdgt-module__category-icon::after {
    background-position: 0 73.088685%;
    background-size: 112.698413%;
    height: 24.77064220183486%;
    /* 27px */
    width: 57.79816513761468%;
    /* 63px */
}

.wdgt-module__category--retro .wdgt-module__category-icon::after {
    background-position: 0 19.571865%;
    background-size: 101.428571%;
    height: 24.77064220183486%;
    /* 27px */
    width: 64.22018348623853%;
    /* 70px */
}

.wdgt-module__category--van .wdgt-module__category-icon::after {
    background-position: 0 44.409938%;
    background-size: 112.698413%;
    height: 33.94495412844037%;
    /* 37px */
    width: 57.79816513761468%;
    /* 63px */
}

.wdgt-module__category--truck .wdgt-module__category-icon::after {
    background-position: 0 31.36646%;
    background-size: 105.970149%;
    height: 33.94495412844037%;
    /* 37px */
    width: 61.46788990825688%;
    /* 67px */
}

.wdgt-module__category--moto .wdgt-module__category-icon::after {
    background-position: 0 100%;
    background-size: 129.090909%;
    height: 30.27522935779817%;
    /* 33px */
    width: 50.45871559633028%;
    /* 55px */
}

.wdgt-module__category--agro .wdgt-module__category-icon::after {
    background-position: 0 88.050314%;
    background-size: 124.561404%;
    height: 41.28440366972477%;
    /* 45px */
    width: 52.29357798165138%;
    /* 57px */
}

.wdgt-module__category--industrial .wdgt-module__category-icon::after {
    background-position: 0 61.722488%;
    background-size: 112.698413%;
    height: 49.54128440366972%;
    /* 54px */
    width: 57.79816513761468%;
    /* 63px */
}

.wdgt-module__category--boat .wdgt-module__category-icon::after {
    background-position: 0 7.523511%;
    background-size: 100%;
    height: 39.44954128440367%;
    /* 43px */
    width: 57.79816513761468%;
    /* 63px */
}

.wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::before {
    border-color: #005aab;
}

.wdgt-module__category--car .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 68.195719%;
}

.wdgt-module__category--retro .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 14.678899%;
}

.wdgt-module__category--van .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 37.888199%;
}

.wdgt-module__category--truck .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 24.84472%;
}

.wdgt-module__category--moto .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 94.135802%;
}

.wdgt-module__category--agro .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 80.188679%;
}

.wdgt-module__category--industrial .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 52.3126%;
}

.wdgt-module__category--boat .wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-icon::after {
    background-position: 0 0%;
}

.wdgt-module__category-text {
    color: #696969;
    display: block;
    font-size: 12px;
    line-height: 1.5625;
    /* 18.75 / 12 */
    margin-top: 16px;
    transition: all .2s;
}

.wdgt-module__category-input:checked+.wdgt-module__category-label .wdgt-module__category-text {
    color: #0073b2;
}

*+.wdgt-module__cards {
    margin-top: 33px;
}

.wdgt-module__card {
    align-items: flex-start;
    border-top: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.wdgt-module__card:last-child {
    padding-bottom: 0;
}

.wdgt-module__card-col--image {
    position: relative;
    width: 25.55066079295154%;
}

.wdgt-module__card-col--image::before {
    content: "";
    display: block;
    padding-top: 90.3448275862069%;
}

.wdgt-module__card-image-box {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.wdgt-module__card-image {
    max-height: 100%;
    max-width: 100%;
}

.wdgt-module__card-col--info {
    width: 72.15859030837004%;
}

.wdgt-module__card-title {
    font-size: 28px;
    line-height: 1.407142857142857;
    margin-top: 0;
}

.wdgt-module__card-title-link {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    transition: all .2s;
}

.wdgt-module__card-title-link:hover {
    color: #0073b2;
}

.wdgt-module__card-title+.wdgt-module__card-descr {
    margin-bottom: 34px;
}

.wdgt-module__card-descr p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 23px;
    margin-top: 0;
}

.wdgt-module__card-descr p:last-child {
    margin-bottom: 0;
}

.wdgt-module__select {
    width: 100% !important;
}

.wdgt-module__select.select2-container--default .select2-selection--single {
    border-color: #dcdcdc;
    border-radius: 0;
    height: auto;
}

.wdgt-module__select.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #696969;
    font-size: 14px;
    line-height: 2.071428571428571;
    /* 29/14 */
    padding: 4px 30px 6px 15px;
}

.wdgt-module__select.select2-container--default .select2-selection--single .select2-selection__arrow {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    height: 8px;
    margin: auto;
    bottom: 0;
    right: 12px;
    transform: rotate(-135deg);
    transition: all .1s;
    width: 8px;
}

.wdgt-module__select.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    top: 6px;
    transform: rotate(45deg);
}

.wdgt-module__select.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.wdgt-module__select .select2-dropdown {
    border-color: #dcdcdc;
    border-radius: 0;
}

.wdgt-module__select .select2-results__option {
    color: #696969;
    font-size: 14px;
    line-height: 1.428571428571429;
    padding-left: 15px;
    padding-right: 15px;
}

.wdgt-module__select.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f3f0f0;
}

.wdgt-module__select.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0073b2;
}


.spinner {
    display: inline-block;
    opacity: 0;
    width: 0;
    -webkit-transition: opacity 0.25s, width 0.25s;
    -moz-transition: opacity 0.25s, width 0.25s;
    -o-transition: opacity 0.25s, width 0.25s;
    transition: opacity 0.25s, width 0.25s;
}

.has-spinner.active {
    cursor: progress;
}

.has-spinner.active .spinner {
    opacity: 1;
    width: auto;
}

.has-spinner.btn.active .spinner {
    min-width: 20px;
}


@media (max-width: 1023px) {
    .wdgt-selection {
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        overflow: hidden;
    }

    .wdgt-selection__heading {
        border-bottom: 1px solid #dcdcdc;
        font-size: 24px;
        line-height: 29px;
        margin: 0;
        padding: 20px 22px 17px;
    }

    .wdgt-module {
        border: 0;
        border-radius: 0;
    }

    .wdgt-module--card {
        background-color: #f3f0f0;
        position: relative;
    }

    .wdgt-module+.wdgt-module {
        margin-top: 0;
    }

    .wdgt-recommend .wdgt-module:first-child {
        margin-top: 0;
    }

    .wdgt-module--card::before {
        background-color: rgba(255, 255, 255, .15);
        content: "";
        display: block;
        height: 1px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .wdgt-module__header {
        padding-left: 23px;
        padding-right: 55px;
    }

    .wdgt-module__header::after {
        right: 24px;
    }

    .wdgt-module__header2 {
        padding-left: 23px;
        padding-right: 55px;
    }

    .wdgt-module__header2::after {
        right: 24px;
    }

    .wdgt-module__content {
        padding: 14px 0 0;
    }

    .wdgt-module--result .wdgt-module__content {
        padding-bottom: 27px;
        padding-top: 25px;
    }

    .wdgt-module--card .wdgt-module__content {
        padding-bottom: 34px;
        padding-top: 26px;
    }

    .wdgt-module__section {
        padding-left: 23px;
        padding-right: 23px;
    }

    .wdgt-module__section--selects {
        padding-bottom: 30px;
        padding-top: 0;
    }

    .wdgt-module__section--footnote {
        padding-bottom: 35px;
        padding-top: 27px;
    }

    .wdgt-module__section+.wdgt-module__section--selects {
        border-top: 0;
    }

    .wdgt-module__title {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .wdgt-module--result .wdgt-module__title {
        margin-bottom: 0;
    }

    .wdgt-module__section--selects .wdgt-module__title {
        margin-bottom: 10px;
    }

    .wdgt-module__row {
        flex-wrap: wrap;
    }

    .wdgt-module__row+.wdgt-module__row {
        margin-top: 28px;
    }

    .wdgt-module__col {
        flex-basis: 100%;
    }

    .wdgt-module__col+.wdgt-module__col {
        margin-left: 0;
        margin-top: 17px;
    }

    .wdgt-module__button {
        flex-basis: 100%;
        text-transform: none;
    }

    .wdgt-module__button--text {
        flex-basis: auto;
        margin-top: 26px;
        position: static;
    }

    .wdgt-module--result .wdgt-module__params {
        display: none;
    }

    .wdgt-module__categories {
        flex-wrap: wrap;
        margin-top: -20px;
    }

    .wdgt-module__category {
        flex-basis: 20.16129032258065%;
        margin-top: 20px;
    }

    .wdgt-module__category-text {
        display: none !important;
    }

    *+.wdgt-module__cards {
        margin-top: 19px;
    }

    .wdgt-module__cards {
        padding-right: 23px;
        padding-left: 23px;
    }

    .wdgt-module__card {
        border-top: 0;
        flex-direction: column;
        margin-bottom: 46px;
        padding: 0;
    }

    .wdgt-module__card:last-child {
        margin-bottom: 0;
    }

    .wdgt-module__card-col {
        width: 100%;
    }

    .wdgt-module__card-col--image {
        background-color: #fff;
        border: 1px solid #ccc;
    }

    .wdgt-module__card-col--image::before {
        padding-top: 100%;
    }

    .wdgt-module__card-image-box {
        bottom: 23px;
        left: 23px;
        right: 23px;
        top: 23px;
    }

    .wdgt-module__card-title {
        font-size: 17px;
        line-height: 1.529411764705882;
    }

    .wdgt-module__card-title+.wdgt-module__card-descr {
        margin-top: 22px;
    }

    .wdgt-module__card-col--info {
        margin-top: 22px;
    }
}
@media (max-width: 570px) {
.wdgt-module__categories {
    justify-content: flex-start;
}
.wdgt-module__category {
    margin-right: 15px;
}
}