/* Подбор авто (body.podbor на /cars_search/). */

body.podbor .article > h1 {
    color: #0e2438;
    font-weight: 700;
    letter-spacing: -0.03em;
}

body.podbor .article > h2 {
    color: #0e2438;
    font-size: 20px;
    font-weight: 600;
    margin: 4px 0 18px;
}

body.podbor #result {
    display: block;
    scroll-margin-top: 64px;
}

body.header-compact.podbor #result {
    scroll-margin-top: 48px;
}

body.podbor #up-search {
    scroll-margin-top: 64px;
}

body.header-compact.podbor #up-search {
    scroll-margin-top: 48px;
}

body.podbor .crumbs-wrap {
    margin-bottom: 8px;
}

body.podbor .crumbs a {
    color: #8aa0b5;
}

body.podbor .crumbs a:hover {
    color: #1488c4;
}

body.podbor .search-start-wrap {
    background: #f4f7fa;
    border: 1px solid #e2eaf0;
    border-radius: 8px;
    padding: 20px 20px 18px;
    margin-top: 12px;
    margin-bottom: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body.podbor .search-start-wrap input[type="text"] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

body.podbor .row-fs {
    border-bottom-color: #e2eaf0;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

body.podbor .row-fs .header {
    color: #0e2438;
}

body.podbor .row-fs .header:has(.range-unit) {
    width: auto;
    min-width: 80px;
    padding-right: 16px;
    white-space: nowrap;
}

body.podbor .select-more-options .options > div > span:has(.range-unit) {
    white-space: nowrap;
}

body.podbor .row-fs .reset > span:hover {
    color: #1488c4;
}

body.podbor .row-fs ul.search-choise > li .select-item {
    border-bottom: none;
    border: 1px solid #d5dee6;
    border-radius: 4px;
    padding: 6px 10px 5px;
    margin: 2px 4px;
    background: #fff;
    color: #0e2438;
}

body.podbor .row-fs ul.search-choise > li .select-item:hover {
    color: #0e2438;
    border-color: #5ec4f2;
}

body.podbor .row-fs ul.search-choise > li .select-item.check {
    background: #0e2438;
    color: #fff;
    border-color: #0e2438;
    padding: 6px 10px 5px;
}

body.podbor .row-fs input.price {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    max-width: 160px;
    margin: 0 6px;
    padding: 0 10px;
    border: 1px solid #c5d4e0;
    border-radius: 4px;
    color: #0e2438;
    background: #fff;
    box-sizing: border-box;
}

body.podbor .row-fs .price-pair {
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0 12px 8px 0;
}

body.podbor .row-fs .price-pair .ot-do {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
}

body.podbor .row-fs .price-pair input.price {
    margin: 0;
    vertical-align: middle;
    top: 0;
}

body.podbor .row-fs .price-pair input.price:focus {
    outline: none;
    border-color: #5ec4f2;
    box-shadow: 0 0 0 3px rgba(94, 196, 242, 0.22);
}

body.podbor .suggest {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
}

body.podbor .suggest:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto 0;
    border-right: 2px solid #8aa0b5;
    border-bottom: 2px solid #8aa0b5;
    -webkit-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg);
    pointer-events: none;
    z-index: 1;
}

body.podbor .suggest.open:after {
    border-color: #5ec4f2;
    -webkit-transform: translateY(1px) rotate(-135deg);
    transform: translateY(1px) rotate(-135deg);
}

body.podbor .suggest input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-right: 28px;
    font-size: 16px;
    line-height: 38px;
}

body.podbor .suggest input::-webkit-calendar-picker-indicator,
body.podbor .suggest input::-webkit-list-button {
    display: none;
    opacity: 0;
}

body.podbor .suggest.open {
    z-index: 160;
}

body.podbor .suggest.open input {
    border-color: #5ec4f2;
    box-shadow: 0 0 0 3px rgba(94, 196, 242, 0.22);
}

body.podbor .row-fs:has(.suggest.open),
body.podbor .select-more-options .options:has(.suggest.open) {
    z-index: 160;
}

body.podbor .select-more-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0 28px;
}

body.podbor .smo-col {
    float: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0;
}

body.podbor .select-more-options .options {
    position: relative;
    padding-right: 0;
}

body.podbor .suggest-list {
    position: absolute;
    left: 0;
    top: 100%;
    width: -webkit-max-content;
    width: max-content;
    min-width: 100%;
    max-height: 280px;
    margin: 6px 0 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d5dee6;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(14, 36, 56, 0.08), 0 18px 40px rgba(14, 36, 56, 0.22);
    z-index: 150;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
}

body.podbor .suggest.open .suggest-list {
    visibility: visible;
    pointer-events: auto;
}

body.podbor .suggest-list li {
    padding: 8px 14px;
    font-size: 14px;
    line-height: 1.3;
    color: #0e2438;
    cursor: pointer;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

body.podbor .suggest-list li:hover {
    background: #eef6fb;
}

body.podbor .suggest-list li.on {
    background: #0e2438;
    color: #fff;
}

body.podbor .suggest-list::-webkit-scrollbar {
    width: 8px;
}

body.podbor .suggest-list::-webkit-scrollbar-thumb {
    background: #c5d4e0;
    border-radius: 4px;
}

body.podbor .range-unit {
    display: inline-block;
    color: #5a7186;
    font-weight: 400;
    margin: 0 0 0 8px;
    vertical-align: middle;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

body.podbor .select-more-options .options > div {
    white-space: nowrap;
}

body.podbor .select-more-options .price-pair {
    margin: 0 8px 4px 0;
}

body.podbor .row-fs:not(#dop_par) .price-pair .suggest {
    width: 168px;
}

body.podbor .select-more-options .suggest {
    width: 96px;
}

body.podbor .row-fs .price-pair .suggest input.price {
    display: block;
    width: 100%;
    max-width: none;
    font-size: 16px;
    line-height: 38px;
}

body.podbor .row-fs .show-arhiv {
    color: #5a7186;
}

body.podbor input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    border: 1px solid #5ec4f2;
    border-radius: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
}

body.podbor input[type="checkbox"]:checked {
    background-color: #0e2438;
    border-color: #0e2438;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2l2.4 2.4 4.6-5'/%3E%3C/svg%3E");
}

body.podbor .row-fs .show-arhiv input {
    position: relative;
    margin: 0 8px 0 0;
    top: -2px;
}

body.podbor .select-more-options .options ul li > label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    cursor: pointer;
}

body.podbor .select-more-options .options ul li > label > input {
    position: static;
    left: auto;
    top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 2px 8px 0 0;
}

body.podbor .select-more-options .options ul > div {
    width: 80px !important;
    vertical-align: top;
}

body.podbor li.spec-checkbox div.compare_check_div {
    background: transparent;
    width: 16px;
    height: 16px;
    overflow: visible;
}

body.podbor li.spec-checkbox input[type="checkbox"] {
    display: block;
    margin-top: 2px;
}

body.podbor .spec-list-search {
    position: relative;
    overflow: visible;
}

body.podbor .spec-list-search > li {
    overflow: visible;
}

body.podbor .spec-list-search:hover {
    z-index: 30;
}

body.podbor #compare_check_go,
body.podbor li.spec-checkbox div.compare_check_div #compare_check_go {
    position: absolute;
    left: 20px;
    right: auto;
    top: -4px;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    z-index: 90;
    white-space: nowrap;
}

body.podbor #compare_check_go > div {
    background: #0e2438;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(14, 36, 56, 0.22);
}

body.podbor #compare_check_go > div a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    text-decoration: none;
}

body.podbor #compare_check_go > div a:hover {
    color: #5ec4f2;
}

body.podbor .row-fs .header.spoiler,
body.podbor .row-fs.make__model span.header.spoiler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body.podbor .row-fs .header.spoiler:hover {
    color: #1488c4;
}

body.podbor .row-fs .header.spoiler.open:after,
body.podbor .row-fs .header.spoiler.closed:after {
    background: #fff;
    border-color: #5ec4f2;
    color: #0e2438;
    box-sizing: border-box;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 13px;
}

body.podbor .row-fs .search-choise-wrap > span {
    color: #0e2438;
}

body.podbor .select-more-options .options > span,
body.podbor .select-more-options .options > div > span {
    color: #0e2438;
}

body.podbor .select-more-options .options ul li > label:hover {
    color: #1488c4;
}

body.podbor .select-more-options .options > div input.dop_input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 34px;
    font-size: 15px;
    border: 1px solid #c5d4e0;
    border-radius: 4px;
    padding: 0 28px 0 10px;
    color: #0e2438;
    background: #fff;
    box-sizing: border-box;
}

body.podbor .select-more-options .options > div input.dop_input[type="text"]:focus {
    outline: none;
    border-color: #5ec4f2;
    box-shadow: 0 0 0 3px rgba(94, 196, 242, 0.22);
}

body.podbor .search-start-wrap .btn-wrap {
    margin-top: 8px;
}

body.podbor .search-start-wrap .btn-wrap input {
    -webkit-appearance: none;
    appearance: none;
    height: 42px;
    width: auto;
    min-width: 132px;
    padding: 0 24px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    vertical-align: middle;
}

body.podbor #search_go {
    background: #0e2438;
    color: #fff;
    border: 0;
}

body.podbor #search_go:hover {
    background: #16344d;
}

body.podbor #clear_all {
    background: #fff;
    color: #0e2438;
    border: 1px solid #c5d4e0;
    font-weight: 500;
}

body.podbor #clear_all:hover {
    border-color: #5ec4f2;
    color: #1488c4;
}

body.podbor .options-up {
    top: 64px;
    z-index: 80;
}

body.header-compact.podbor .options-up {
    top: 48px;
}

body.podbor .options-up > a {
    position: relative;
    display: inline-block;
    background: #0e2438;
    color: #fff;
    border-radius: 4px;
    padding: 6px 28px 6px 12px;
    margin-right: 0;
    text-decoration: none;
}

body.podbor .options-up > a:hover {
    color: #fff;
    background: #16344d;
}

body.podbor .options-up span {
    color: #5ec4f2;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}

body.podbor .options-up > a:hover span {
    color: #5ec4f2;
}

body.podbor .number-search-result {
    color: #0e2438;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 14px;
}

body.podbor .filter-wrap {
    font-size: 13px;
    color: #5a7186;
}

body.podbor .filter-wrap > ul > li > a {
    color: #0e2438;
}

body.podbor .filter-wrap > ul > li > a:hover {
    color: #1488c4;
}

body.podbor .filter-wrap > ul > li > div {
    background: #0e2438;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px 2px;
}

body.podbor .cars-search-result-wrap {
    margin-top: 8px;
    padding-top: 32px;
}

body.podbor .sort-search-result {
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
    padding-left: 12px;
    margin: 0;
    display: block;
}

body.podbor .sort-search-result > li > a {
    display: inline-block;
    color: #0e2438;
    padding: 2px 6px 1px;
    margin-left: -6px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

body.podbor .sort-search-result > li > a:hover {
    background: #eef6fb;
}

body.podbor .sort-search-result > li.sort_selected > a {
    background: #0e2438;
    color: #fff;
}

body.podbor .cars-search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #e2eaf0;
    border-bottom: 1px solid #e2eaf0;
    border-radius: 8px;
    padding: 16px 16px 12px 12px;
    margin-bottom: 12px;
    background: #fff;
}

body.podbor .cars-search-item:after {
    display: none;
}

body.podbor .cars-search-result .number {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 8px 0 0;
    letter-spacing: 0;
    color: #8aa0b5;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

body.podbor .cars-search-result .img-link {
    float: none;
}

body.podbor .spec-list-search-wrap,
body.podbor .cars-search-result.no-group .spec-list-search-wrap,
body.podbor .spec-list-search-wrap.family {
    float: none;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

body.podbor .cars-search-result .img-link > a > img {
    border: 0;
    padding: 0;
    border-radius: 6px;
    background: #f4f7fa;
}

body.podbor .spec-list-search-wrap .name-car a {
    color: #0e2438;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

body.podbor .spec-list-search-wrap .name-car a:hover {
    color: #1488c4;
}

body.podbor .spec-list-search {
    border-radius: 4px;
}

body.podbor .spec-list-search:hover {
    background: #f4f8fb;
}

body.podbor .spec-list-search > li.spec-name a {
    color: #0e2438;
}

body.podbor .spec-list-search > li.spec-name a:hover {
    color: #1488c4;
}

body.podbor .spec-list-search > li.spec-price {
    color: #0e2438;
    font-weight: 500;
}

body.podbor .spec-list-search > li.spec-price > span,
body.podbor .spec-list-search > li.spec-power > span,
body.podbor .spec-list-search > li.spec-economy > span {
    color: #8aa0b5;
}

body.podbor .pagination-company-wrap {
    font-size: 0;
}

body.podbor .pagination-company-wrap .prev,
body.podbor .pagination-company-wrap .next {
    display: inline-block;
    margin: 0 8px 0 0;
    font-size: 14px;
}

body.podbor .pagination-company-wrap .prev:before,
body.podbor .pagination-company-wrap .next:after {
    content: none;
}

body.podbor .pagination-company-wrap .prev a,
body.podbor .pagination-company-wrap .next a {
    display: inline-block;
    padding: 6px 14px 5px;
    border: 1px solid #c5d4e0;
    border-radius: 4px;
    color: #0e2438;
    background: #fff;
    text-decoration: none;
}

body.podbor .pagination-company-wrap .prev a:before {
    content: '‹\00a0';
}

body.podbor .pagination-company-wrap .next a:after {
    content: '\00a0›';
}

body.podbor .pagination-company-wrap .prev:not(.disable) a:hover,
body.podbor .pagination-company-wrap .next:not(.disable) a:hover {
    border-color: #5ec4f2;
    background: #eef6fb;
    color: #1488c4;
}

body.podbor .pagination-company-wrap .prev.disable a,
body.podbor .pagination-company-wrap .next.disable a {
    color: #8aa0b5;
    border-color: #e2eaf0;
    background: #f4f7fa;
    pointer-events: none;
}

body.podbor .pagination-company-wrap > ul {
    font-size: 14px;
}

body.podbor .pagination-company-wrap > ul > li > a,
body.podbor .pagination-top-fwc > ul > li > a {
    display: block;
    padding: 3px 8px 2px;
    border-radius: 4px;
    color: #0e2438;
}

body.podbor .pagination-company-wrap > ul > li > a:hover,
body.podbor .pagination-top-fwc > ul > li > a:hover {
    background: #eef6fb;
    color: #1488c4;
}

body.podbor .pagination-company-wrap > ul > li > span,
body.podbor .pagination-top-fwc > ul > li > span {
    display: block;
    padding: 3px 8px 2px;
}

body.podbor .pagination-company-wrap > ul > li > span.checked,
body.podbor .pagination-top-fwc > ul > li > span.checked {
    background: #0e2438;
    color: #fff;
    border-radius: 4px;
}

body.podbor .pagination-top-fwc {
    font-size: 14px;
}

body.podbor .filter-wrap.categories.search-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px 16px;
}

body.podbor .filter-wrap.categories > ul > li.pagination-top-fwc {
    position: static;
    width: auto;
    white-space: nowrap;
    z-index: auto;
    text-align: right;
}

body.podbor .filter-wrap.categories.search-result > ul:has(.pagination-top-fwc) {
    margin-left: auto;
}

body.podbor .filter-wrap.categories .views-fwc {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media only screen and (max-width: 1023px) {
    body.podbor .select-more-options {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 20px;
    }

    body.podbor .smo-col {
        -ms-flex: 1 1 46%;
        flex: 1 1 46%;
    }
}

@media only screen and (max-width: 700px) {
    body.podbor .smo-col {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    body.podbor .search-start-wrap {
        padding: 14px 14px 16px;
    }

    body.podbor .search-start-wrap .btn-wrap input {
        width: 100%;
        min-width: 0;
        margin-right: 0;
    }

    body.podbor .sort-search-result {
        position: static;
        width: auto;
        padding-left: 0;
        top: auto;
        right: auto;
        margin: 0 0 10px;
    }

    body.podbor .cars-search-result-wrap {
        padding-top: 0;
    }

    body.podbor .cars-search-item {
        display: block;
        padding: 12px 0;
    }

    body.podbor .options-up {
        top: auto;
    }

    body.podbor .row-fs:not(#dop_par) .price-pair {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 0 10px 0;
    }

    body.podbor .row-fs:not(#dop_par) .price-pair .ot-do {
        min-width: 22px;
        margin: 0 8px 0 0;
    }

    body.podbor .row-fs:not(#dop_par) .price-pair input.price {
        width: 100%;
        max-width: none;
    }

    body.podbor .row-fs:not(#dop_par) .price-pair .suggest {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 0;
        width: auto;
        max-width: none;
        display: block;
    }

    body.podbor .row-fs:not(#dop_par) .price-pair .suggest input {
        width: 100%;
        max-width: none;
    }

    body.podbor .cars-search-result .img-link {
        float: none;
        width: 100%;
        max-width: none;
        text-align: center;
        margin-bottom: 8px;
    }

    body.podbor .cars-search-result .img-link > a {
        display: inline-block;
    }

    body.podbor .cars-search-result .img-link > a > img {
        margin: 0 auto;
    }

    body.podbor .spec-list-search-wrap .name-car {
        text-align: center;
    }

    body.podbor .spec-list-search {
        padding-left: 16px;
        padding-right: 8px;
    }
}
