

/* Start:/local/templates/transopt/css/specialElement.css?17580254492180*/
.specialElement {
    position: relative;

    box-sizing: border-box;
    border-radius: 24px;
    background: #222222;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
    text-decoration: none;
    overflow: hidden;
}
.specialElement_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}
.specialElement_imageContainer {
    flex: 1;
    min-height: 0;
}
.specialElement_image {
    min-height: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.specialElement_content {
    padding: 16px 24px 72px;
}
.specialElement_name {
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 0;
}
.specialElement_text {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 8px;
}
.specialElement_link {
    position: absolute;
    bottom: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    max-width: 100%;
    height: 48px;
    padding: 0 24px;
    border-radius: 0 32px 0 0;

    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    background: #28B571;
    color: #FFFFFF;
    transition: 0.3s background;
}
.specialElement:hover .specialElement_link {
    background: #2ECF81;
}

@media (max-width: 1279px) {
    .specialElement {
        border-radius: 16px;
    }
    .specialElement_content {
        padding: 16px 16px 48px;
    }
    .specialElement_name {
        font-size: 14px;
        line-height: 140%;
    }
    .specialElement_link {
        height: 40px;
        padding: 0 16px;
        font-size: 12px;
        line-height: 14px;
        border-radius: 0 16px 0 0;
    }
}

@media (max-width: 767px) {
    .specialElement_content {
        padding: 16px 8px 40px;
    }
    .specialElement_name {
        font-size: 14px;
        line-height: 20px;
    }
    .specialElement_text {
        display: none!important;
    }
    .specialElement_link {
        height: 32px;
        padding: 0 8px;
        font-size: 12px;
        line-height: 14px;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/catalog/main/bitrix/catalog.filter/.default/style.css?17580254496251*/
.filter {
    position: relative;
}
.filter_form {
    position: relative;

    display: flex;
    flex-flow: column nowrap;

    box-sizing: border-box;
    padding: 0 16px;

    max-height: calc(100vh - 96px);
    max-width: 100%;

    overflow-y: auto;
    overflow-x: hidden;
}
.filter_elementsWrapper {
    display: flex;
    flex-flow: column;
}
.filter_buttonsContainer {
    display: flex;
    flex-flow: column;
}
.filter_element {
    position: relative;
    box-sizing: border-box;
    padding: 24px 0;
    border-bottom: 1px solid #F0F5F7;
}
.filter_elementBtn {
    width: 100%;
}
.filter_elementClear {
    position: absolute;
    top: -8px;
    right: -4px;
    padding: 2px;
    display: flex;
    border-radius: 50%;
    background: #ffffff;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
}
.filter_element.filled .filter_elementClear {
    pointer-events: initial;
    opacity: 1;
}
.filter_elementClearIcon {
    width: 24px;
    height: 24px;
    fill: #6E8A9E;
}
.filter_label {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.filter_checkbox {
    margin-bottom: 16px;
}
.filter_checkbox:last-child {
    margin-bottom: 0;
}
.checkbox.filter_transopt label {
    margin-right: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.filter_element input {
    width: 100%;
}

.btn.filter_btn {
    font-size: 14px;
    line-height: 17px;
}
.btn.filter_btn.filter_btnSubmit {
    flex: 1 0 56px;
    margin-top: 24px;
}
.btn.filter_btn.filter_btnClean {
    flex: 1 0 56px;
    margin: 16px 0px;
}

.filter_floatBlock {
    position: absolute;
    left: calc(100% - 16px);
    display: none;
    transition: top 0.3s;
}
.filter_floatBg {
    position: absolute;
    top: calc(50% - 1px);
    z-index: 0;
    display: flex;
    width: 100%;
    height: 2px;
    overflow: visible;
    align-items: center;
}
.filter_floatBg img {
    width: 100%;
    position: absolute;
    pointer-events: none;
}
.btn.filter_floatBtn {
    position: relative;
    height: 48px;
    margin-right: 8px;
    margin-left: 16px;
    min-width: 248px;
}


.filter_count {
    white-space: break-spaces;
}

.options_container {
    cursor: pointer;
}


.filterRevealElement {
    display: none;
}
.catalog_revFilter .filterRevealElement {
    display: block;
}
/* ==== REVEAL FILTER ==== */
/*@media (min-width: 1380px) {*/
/*    .catalog_revFilter {*/
/*        display: none!important; !* Отключение модалки фильтра на десктопах *!*/
/*    }*/
/*}*/
.catalog_revFilterContainer {
    justify-content: flex-end;
}
.catalog_revFilterInner {
    box-sizing: border-box;
    width: 384px;
    height: 100vh;
    padding-top: 24px;
    border-radius: 40px 0 0 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
    overflow: hidden;
}

.filter_title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.filter_closer {
    position: absolute;
    left: 32px;
    z-index: 10;
    cursor: pointer;
}
.filter_closer svg {
    width: 16px;
    height: 12px;

}

.catalog_revFilter .filter {
    height: 100%;
    max-height: none;
}
.catalog_revFilter .filter_form {
    height: 100%;
    max-height: none;
    padding: 0 0 60px;
    overflow: hidden;
}
.catalog_revFilter .filter_elementsWrapper {
    height: 100%;
    background: #ffffff;
    z-index: 1;
    border-radius: 0 0 40px 40px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.catalog_revFilter .filter_element {
    padding: 24px 32px;
}

.catalog_revFilter .filter_buttonsContainer {
    display: none;
}
.catalog_revFilter .filter_revealButtons {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
}
.btn.filter_revealBtnClean {
    min-width: auto;
    width: 33.3%;
    height: 100px;
    padding-top: 40px;
    border-radius: 0;
}
.btn.filter_revealBtnSubmit {
    min-width: auto;
    width: 66.7%;
    height: 100px;
    padding-top: 40px;
    border-radius: 0;
}

.catalog_revFilter .filter_floatBlock {
    display: none!important;
}



@media (max-width: 1279px) {
    .filter_label {
        font-size: 14px;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .catalog_revFilter .filter_element {
        padding: 16px;
    }
}
@media (max-width: 479px) {
    .catalog_revFilter {
        width: 100%;
        border-radius: 0;
    }
}




.marksFilter .reveal_block {
    width: 880px;
    max-width: 100%;
}
.marksFilter .marksFilter_titleRow {
    display: none;
    margin: 24px 0 16px;
}
.marksFilter[data-options-step="3"] .marksFilter_titleRow {
    display: flex;
}
.marksFilter .marksFilter_titleRowItem {
    text-transform: uppercase;
    color: #6E8A9E!important;
    font-size: 14px;
}
.marksFilter .options_optionItem:first-child {
    flex: 0 0 100px;
}
.options_optionItem:nth-child(1)::before {
    content: 'Год:';
}
.options_optionItem:nth-child(2)::before {
    content: 'Двигатель:';
}
.options_optionItem:nth-child(3)::before {
    content: 'Примечание:';
}
.options_optionItem:nth-child(4)::before {
    content: 'Модель АКПП:';
}
.marksFilter[data-options-step="3"] .options_optionItem::before {
    display: none;
    width: 90px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #6E8A9E;
}

@media (max-width: 900px) {
    .marksFilter[data-options-step="3"] .marksFilter_titleRow {
        display: none;
    }
    .marksFilter[data-options-step="3"] .options_option:last-child {
        border-bottom: 0;
    }
    .marksFilter[data-options-step="3"] .options_optionItem::before {
        display: inline;
    }
    .marksFilter[data-options-step="3"] .options_optionInner {
        flex-wrap: wrap;
    }
    .marksFilter[data-options-step="3"] .options_optionItem {
        display: flex;
        align-items: center;
        width: calc(50% - 4px);
        flex: none;
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .marksFilter .reveal_block {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 600px) {
    .marksFilter[data-options-step="3"] .options_optionItem {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/system.pagenavigation/catalog/style.css?1758025449471*/
.pageSeparator {
    margin: 24px 0 64px;
    width: 100%;
}
.pageSeparator_wrap {
    display: none;
    width: 100%;
}
.pageSeparator_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pageSeparator_line {
    width: 100%;
    height: 1px;
    background: #DAE2E8;
}
.pageSeparator_text {
    padding: 0 16px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
    color: #6E8A9E;
}

/* End */


/* Start:/local/templates/transopt/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?175802544912107*/
/* ===== CATALOG ===== */
.catalog {
    display: flex;
    width: calc(100% - 32px);
    min-height: calc(100vh - 96px);
}
.catalog_filter {
    position: sticky;
    top: 96px;
    z-index: 30;
    box-sizing: border-box;
    width: 336px;
    height: 100%;
    padding-right: 24px;
}
.catalog_main {
    flex: 1;
    box-sizing: border-box;
    height: 100%;
    padding: 64px 0 80px 0;
    border-radius: 40px;
    background: #F0F5F7;
}

.catalog_panel {
    position: sticky;
    top: 87px;
    z-index: 20;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 64px 32px 80px;
    background: linear-gradient(180deg, #F0F5F7 92.34%, rgba(240, 245, 247, 0) 100%);
}
.catalog_search {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    border: 2px solid #222222;
    border-radius: 32px;
    background: #222222;
}


.catalog_searchSection {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 232px;
    height: calc(100% - 1px);
    padding: 0 8px 0 24px;

    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    color: #ffffff;
}
.catalog_searchSectionText {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog_sectionIcon {
    width: 24px;
    height: 16px;
    margin-right: 16px;
    fill: #ffffff;
    transition: all 0.3s;
}
.catalog_sectionIconLine2 {
    transition: width 0.3s;
}
.catalog_searchSection:hover .catalog_sectionIcon {
    fill: #2ECF81;
}
.catalog_searchSection:hover .catalog_sectionIconLine2 {
    width: 24px;
}



.catalog_searchName {
    width: calc(100% - 232px);
    height: 100%;
    border-radius: 32px;
}
.catalog_searchCity {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(18% + 198px);
    height: 100%;
}
.catalog_searchCity .catalog_searchInput {
    box-shadow: -4px 0 32px rgba(110, 138, 158, 0.16);
    padding-right: 206px;
}
.catalog_searchInput {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    border-radius: 32px;
    border: none;
    margin-right: 2px;
    background: #FFFFFF;
    color: #222222;
}
.catalog_searchInput::placeholder {
    color: #DAE2E8;
}


/*=== Быстрый поиск ===*/
.fastSearch.catalog_fastSearch.opened input {
    border-radius: 16px 32px 32px 0;

}
.catalog_fastSearch.catalog_searchName .fastSearch_listWrapper {
    position: relative;
    width: 100%;
}
.catalog_fastSearch.catalog_searchName .fastSearch_listWrapper ul {
    /*max-width: calc(100% - (0.18 * (100% + 232px) + 198px));*/
    max-width: calc(82% - 240px);
}
.catalog_fastSearch.catalog_searchCity .fastSearch_listWrapper ul {
    max-width: calc(100% - 198px);
}
.catalog_fastSearch .fastSearch_listWrapper ul {
    border-top: 2px solid #F0F5F7;
    border-radius: 0 0 16px 16px;
}



.btn.catalog_searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 198px;
    height: 100%;
    min-width: auto;
}
.catalog_searchBtn svg {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    fill: #ffffff;
}


/* ===== CATALOG SECTIONS LIST ===== */
.catalog_revealContainer {
    position: relative;
    z-index: 1;
    width: 100%;
}
.reveal.catalog_panelReveal {
    height: auto;
}
.catalog_sections {
    display: flex;
    box-sizing: border-box;
    max-height: 640px;
    padding-top: 56px;
    border-radius: 32px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(110, 138, 158, 0.24);
    overflow: hidden;
}
.catalog_sectionsColumn {
    box-sizing: border-box;
    width: 25%;
    padding: 32px 0 24px;
    /*border-right: 2px solid #F0F5F7;*/
    overflow-y: scroll;
}
.catalog_sectionsColumn:nth-child(4) {
    border-right: none;
    overflow-y: auto;
}



.catalog_sectionsColumn::-webkit-scrollbar {
    width: 2px;
}
.catalog_sectionsColumn::-webkit-scrollbar-track {
    background: #F0F5F7;
    opacity: 0;
}
.catalog_sectionsColumn::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #28B571;
}



.catalog_section {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 48px 10px 24px;
    /*padding-left: 24px;*/

    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #222222;
    transition: all 0.3s;
}
.catalog_section:hover {
    color: #2ECF81;
    background: #F0F5F7;
}
.catalog_section svg {
    position: absolute;
    top: calc(50% - 12px);
    right: 24px;
    width: 24px;
    height: 24px;
    fill: #6E8A9E;
    transition: all 0.3s;
}
.catalog_section.chosen {
    color: #2ECF81;
    background: #F0F5F7;
}
.catalog_section.chosen svg {
    fill: #2ECF81;
    right: 16px;
}
.catalog_section.hiddenSection {
    display: none;
}


.js_catalogSectionGroup.hiddenGroup {
    display: none;
}

.catalog_sectionBack {
    position: relative;
    display: none;
    justify-content: left;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 48px 10px 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    color: #6E8A9E;
    transition: all 0.3s;

}

.catalog_sectionBack svg {
    position: absolute;
    top: calc(50% - 12px);
    left: 24px;
    width: 16px;
    height: 24px;
    fill: #DAE2E8;
    transition: all 0.3s;
}



/* ===== CATALOG LIST ===== */
.catalog_list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 64px 0 80px;
}
.catalog_listPage {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.catalog_offerCard {
    width: calc(25% - 30px);
    margin: 0 0 40px 40px;
}
.catalog_offerCard:nth-child(4n + 1) {
    margin-left: 0;
}

.catalog_notFound {
    display: flex;
    flex-flow: nowrap column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.catalog_notFound .catalog_notFoundHeader {
    margin: 32px 0 16px;
}


.catalog_header {
    position: relative;
    margin: 0 64px 0 80px;
}
.catalog h1 {
    margin: 0 48px 0 0;
    font-size: 48px;
    line-height: 58px;
}
.catalog_filterIcon {
    position: absolute;
    top: 8px;
    right: 0;
    display: none;
}
.catalog_filterIcon svg {
    width: 48px;
    height: 48px;
    fill: #222222;
}


.btn.catalog_chooserBtn {
    display: none;
    align-items: center;
    height: 56px;
    border-radius: 16px;
}
.btn.catalog_chooserBtn svg {
    height: 16px;
    width: 16px;
    fill: #ffffff;
}

@media (max-width: 1537px) {
    .catalog_offerCard {
        width: calc(33.3% - 28px);
    }
    .catalog_offerCard:nth-child(4n + 1) {
        margin-left: 40px;
    }
    .catalog_offerCard:nth-child(3n + 1) {
        margin-left: 0;
    }
}
@media (min-width: 1380px) {
    .catalog_revFilter {
        display: none!important;
    }
}
@media (max-width: 1379px) {
    .catalog_filter {
        display: none;
    }
    .catalog_filterIcon {
        display: block;
    }
}
@media (max-width: 1279px) {
    body[data-ajax-page="catalog"] header {
        display: none!important;
    }
    body[data-ajax-page="catalog"] main {
        margin-bottom: 0!important;
        padding-bottom: 80px;
        background: #F0F5F7;
    }
    .catalog.container {
        margin: 0;
        padding: 0;
        width: 100%;
    }


    .catalog_main {
        padding: 32px 0 40px 0;
    }
    .catalog_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 32px 32px 32px;
    }
    .catalog h1 {
        margin: 0 32px 0 0;
        font-size: 32px;
        line-height: 39px;
    }
    .btn.catalog_chooserBtn {
        width: 352px;
    }
    .catalog_filterIcon {
        top: 8px;
    }
    .catalog_filterIcon svg {
        width: 32px;
        height: 32px;
    }
    .catalog_panel {
        padding: 32px;
        top: 80px;
    }
    .btn.catalog_searchBtn {
        position: absolute;
        z-index: 0;
        visibility: hidden;
        width: 0;
        height: 0;
        left: 0;
    }
    .catalog_searchCity {
        width: calc(30%);
    }
    .catalog_searchCity .catalog_searchInput {
        padding-right: 16px;
    }
    .fastSearch.catalog_fastSearch.opened input {
        border-radius: 16px 32px 0 0;

    }
    .catalog_fastSearch .fastSearch_listWrapper ul {
        width: 100%!important;
        max-width: none!important;
        max-height: calc(100vh - 240px);
    }

    .catalog_list {
        margin: 0 32px;
    }

    .catalog_offerCard {
        width: calc(33.3% - 11px);
        margin: 0 0 16px 16px;
    }
    .catalog_offerCard:nth-child(4n + 1) {
        margin-left: 16px;
    }
    .catalog_offerCard:nth-child(3n + 1) {
        margin-left: 0;
    }

    .catalog_filterIcon {
        display: none;
    }

    .catalog_chooserBtn {
        display: flex!important;
    }



    /* SECTION CHOOSER */
    .catalog_sections {
        display: block;
        overflow-y: auto;
        max-height: calc(100vh - 240px);
        padding: 128px 0 16px;
    }
    .catalog_sectionsColumn {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .catalog_sectionsColumn.chosen .catalog_section:not(.chosen) {
        display: none!important;
    }

    .catalog_sectionsColumn.chosen:not(.current) .catalog_section.chosen {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        text-decoration: none;
        color: #6E8A9E;
        background: #ffffff;
    }
    .catalog_sectionsColumn.chosen:not(.current) .catalog_section.chosen svg {
        top: calc(50% - 12px);
        left: 24px;
        fill: #DAE2E8;
        transform: rotate(180deg);
    }
    .catalog_sectionsColumn.chosen:not(.current) .catalog_section.chosen:hover {
        color: #2ECF81;
    }


    .catalog_section {
        padding-left: 64px;
        font-weight: 500;
    }
    .catalog_section svg {
        width: 16px;
    }
    .catalog_sectionBack {
        padding-left: 64px;
    }
    .catalog_sectionsColumn.chosen .catalog_sectionBack {
        display: flex;
    }
}
@media (max-width: 767px) {
    .catalog_main {
        padding: 16px 0 40px 0;
    }
    .catalog_header {
        flex-wrap: wrap;
        margin: 0 8px 16px;
        min-height: 24px;
    }
    .catalog h1 {
        margin: 0 32px 0 8px;
        font-size: 18px;
        line-height: 22px;
    }
    .catalog_filterIcon {
        top: 0;
        right: 8px;
    }
    .catalog_filterIcon svg {
        width: 24px;
        height: 24px;
    }


    .btn.catalog_chooserBtn {
        width: 100%;
        height: 40px;
        margin-top: 16px;
    }
    .btn.catalog_chooserBtn .catalog_searchSectionText {
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        white-space: initial;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .catalog_panel {
        padding: 8px 8px 16px;
        top: 56px;
    }
    .catalog_searchName {
        width: 100%;
    }
    .fastSearch.catalog_fastSearch.opened input {
        border-radius: 24px 24px 0 0;
    }
    .catalog_searchCity {
        min-width: 120px;
    }

    .catalog_searchInput {
        padding-left: 16px;
    }
    .catalog_list {
        margin: 0 8px;
    }


    /* SECTION CHOOSER */
    .catalog_sections {
        padding: 72px 0 8px;
    }
    .catalog_section, .catalog_sectionBack {
        padding: 8px 48px 8px 32px;
    }
    .catalog_sectionBack svg,
    .catalog_sectionsColumn.chosen:not(.current) .catalog_section.chosen svg {
        left: 8px;
    }

}

@media (max-width: 559px) {
    .catalog_offerCard {
        width: calc(50% - 4px);
        margin: 0 0 8px 8px;
    }
    .catalog_offerCard:nth-child(4n + 1) {
        margin-left: 8px;
    }
    .catalog_offerCard:nth-child(3n + 1) {
        margin-left: 8px;
    }
    .catalog_offerCard:nth-child(2n + 1) {
        margin-left: 0;
    }
}

/* End */
/* /local/templates/transopt/css/specialElement.css?17580254492180 */
/* /local/templates/transopt/components/bitrix/catalog/main/bitrix/catalog.filter/.default/style.css?17580254496251 */
/* /local/templates/transopt/components/bitrix/system.pagenavigation/catalog/style.css?1758025449471 */
/* /local/templates/transopt/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?175802544912107 */
