

/* Start:/local/components/ox8/finder/templates/catalog/style.css?17810943827882*/
.akb-cf-stage{max-width:1196px;margin:24px auto;padding:0 20px;box-sizing:border-box}
.akb-cf{background:#F8F8FC;border-radius:6px;display:flex;flex-direction:column;font-family:'Golos Text',-apple-system,'Segoe UI',Roboto,Arial,sans-serif;color:#222228}
.akb-cf *{box-sizing:border-box}

.akb-cf__tiles{display:flex;gap:10px;padding:14px 24px}
.akb-tile{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:14px;padding:0;margin:0;background:none;border:0;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;font-family:inherit;text-align:center}
.akb-tile__card{position:relative;height:110px;background:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.akb-tile__img{max-width:78%;max-height:78%;object-fit:contain;display:block}
.akb-tile__caption{font-size:14px;font-weight:400;line-height:1.2;color:#222228}

.akb-tile__check{position:absolute;top:10px;left:10px;width:18px;height:18px;border-radius:3px;display:grid;place-items:center;background:rgba(168,168,168,.5)}
.akb-tile__check::before{content:'';grid-area:1/1;width:16px;height:16px;border-radius:2px;background:#fff}
.akb-tile__check-mark{grid-area:1/1;z-index:1;opacity:0}
.akb-tile--selected .akb-tile__check{background:rgba(219,2,12,.5)}
.akb-tile--selected .akb-tile__check::before{background:#DB020C}
.akb-tile--selected .akb-tile__check-mark{opacity:1}

.akb-cf__divider{height:1px;background:#E8E8F4;margin:0 20px}

.akb-cf__tabs{display:flex;gap:12px;padding:14px 20px}
.akb-tab{padding:10px;border:0;outline:none;-webkit-appearance:none;appearance:none;border-radius:6px;background:#E8E8F4;color:#333333;font-family:inherit;font-size:14px;font-weight:500;line-height:1.21;text-transform:none;white-space:nowrap;cursor:pointer}
.akb-tab.is-active{background:#DB020C;color:#fff}

.akb-cf__views{display:block}
.akb-view{display:none;margin:0;padding:0;border:0}
.akb-view.is-active{display:block}

.akb-row{display:flex;align-items:center;gap:14px;padding:14px 20px 20px}
.akb-spec{display:flex;flex-direction:column;gap:24px;padding:14px 20px 20px}
.akb-spec__row{display:flex;align-items:center;gap:14px}

.akb-submit{flex:0 0 auto;width:184px;height:46px;display:inline-flex;align-items:center;justify-content:center;background:#DB020C;border:1px solid #DB020C;border-radius:6px;color:#fff;font-family:inherit;font-size:14px;font-weight:500;line-height:1;text-transform:none;-webkit-appearance:none;appearance:none;cursor:pointer}
.akb-submit[disabled]{opacity:.5;cursor:default}
.akb-submit--ghost{opacity:0;pointer-events:none}

.akb-row--gos{align-items:center}
.akb-plate{flex:0 0 auto;display:flex;align-items:center;gap:14px;width:254px;height:47px;border:1px solid #000;border-radius:6px;padding:0 14px}
.akb-plate__main-input{flex:1 1 auto;min-width:0;width:100%;border:0;outline:none;background:transparent;padding:0;font-family:inherit;font-size:34px;font-weight:600;line-height:1;color:#222228;text-transform:uppercase}
.akb-plate__main-input::placeholder{color:#bdbdc4;opacity:1;text-transform:uppercase}
.akb-plate__div{width:1px;align-self:stretch;background:#000;flex:0 0 auto}
.akb-plate__region{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:44px;flex:0 0 auto}
.akb-plate__region-input{width:44px;border:0;outline:none;background:transparent;padding:0;text-align:center;font-family:inherit;font-size:20px;font-weight:600;line-height:1;color:#222228}
.akb-plate__region-input::placeholder{color:#bdbdc4;opacity:1}
.akb-plate__rus{display:flex;align-items:center;gap:3px}
.akb-flag{display:flex;flex-direction:column;width:19px;flex:0 0 auto}
.akb-flag span{display:block;width:19px;height:4px}
.akb-flag span:nth-child(1){background:#fff;box-shadow:inset 0 0 0 .5px rgba(0,0,0,.25)}
.akb-flag span:nth-child(2){background:#0077FF}
.akb-flag span:nth-child(3){background:#DB020C}
.akb-plate__rus-text{font-size:10px;font-weight:600;line-height:1;color:#222228}
.akb-gos-hint{flex:1 1 auto;margin:0;font-size:15px;font-weight:400;line-height:1.3;color:#747474}

.akb-cf select[data-vehicle-field],.akb-cf select[data-spec-field]{display:none}
.akb-cf .abf-ss{position:relative;flex:1 1 0;min-width:0}
.akb-cf .abf-ss-display{display:flex;align-items:center;height:46px;padding:0 38px 0 18px;border:1px solid #D7D8DA;border-radius:6px;background:#fff;font-size:15px;font-weight:400;line-height:18px;color:#222228;cursor:pointer;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;outline:none;transition:border-color .15s}
.akb-cf .abf-ss-display:hover{border-color:#c4c5c8}
.akb-cf .abf-ss:not(.abf-ss-has-value) .abf-ss-display{color:#747474}
.akb-cf .abf-ss-arrow{position:absolute;right:16px;top:50%;width:8px;height:8px;border-right:1.6px solid #747474;border-bottom:1.6px solid #747474;transform:translateY(-70%) rotate(45deg);pointer-events:none;transition:transform .15s}
.akb-cf .abf-ss-open .abf-ss-arrow{transform:translateY(-30%) rotate(225deg)}
.akb-cf .abf-ss-disabled .abf-ss-display{background:#F3F4F8;color:#9a9aa2;cursor:not-allowed}
.akb-cf .abf-ss-dd{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1050;background:#fff;border:1px solid #D7D8DA;border-radius:6px;box-shadow:0 8px 28px rgba(20,23,29,.12),0 2px 6px rgba(20,23,29,.06);overflow:hidden}
.akb-cf .abf-ss-search{display:block;width:100%;box-sizing:border-box;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:400;color:#222228;background:#fff;border:0;border-bottom:1px solid #D7D8DA;border-radius:0;outline:none}
.akb-cf .abf-ss-search::placeholder{color:#747474;opacity:1}
.akb-cf .abf-ss-list{max-height:240px;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}
.akb-cf .abf-ss-list::-webkit-scrollbar{width:8px}
.akb-cf .abf-ss-list::-webkit-scrollbar-thumb{background:#D9DCE3;border-radius:4px}
.akb-cf .abf-ss-opt{padding:10px 16px;font-size:14px;color:#222228;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.akb-cf .abf-ss-opt:hover{background:#F8F8FC}
.akb-cf .abf-ss-opt.abf-ss-selected{background:#FFF1F2;color:#DB020C;font-weight:600}
.akb-cf .abf-ss-empty{padding:14px 16px;font-size:13px;color:#747474;text-align:center}

.akb-cf__wizard,.akb-cf__catalog-frame{margin:0 20px 20px}
.akb-cf__notice{margin:0 20px 20px;font-size:14px;line-height:1.3;color:#747474}
.akb-cf__notice p{margin:0}

@media (max-width:1195px){
.akb-cf{padding:20px;gap:24px;border-radius:0 6px 6px 6px}
.akb-cf__tiles{padding:0;gap:8px}
.akb-tile{gap:10px}
.akb-tile__card{height:64px}
.akb-tile__caption{font-size:12px;line-height:14px}
.akb-cf__divider{margin:0}
.akb-cf__tabs{padding:0;gap:12px}
.akb-row{padding:0;flex-wrap:wrap}
.akb-spec{padding:0;gap:24px}
.akb-spec__row{flex-wrap:wrap}
.akb-cf .abf-ss{flex:1 1 calc(50% - 7px)}
.akb-row--auto .akb-submit,.akb-spec__row .akb-submit{flex:0 0 100%;width:100%}
.akb-submit--ghost{display:none}
.akb-row--gos{align-items:flex-start}
.akb-plate{flex:0 0 auto}
.akb-row--gos .akb-submit{flex:0 0 auto;width:184px}
.akb-gos-hint{flex:1 1 100%}
.akb-cf__wizard,.akb-cf__catalog-frame,.akb-cf__notice{margin:0}
}

@media (max-width:420px){
.akb-cf-stage{padding:0 12px}
.akb-cf{padding:20px 14px;gap:14px;border-radius:0 0 6px 6px}
.akb-cf__tiles{gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -14px;padding:0 14px}
.akb-cf__tiles::-webkit-scrollbar{display:none}
.akb-tile{flex:0 0 104px}
.akb-cf__tabs{gap:8px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -14px;padding:0 14px}
.akb-cf__tabs::-webkit-scrollbar{display:none}
.akb-tab{flex:0 0 auto}
.akb-cf .abf-ss{flex:1 1 100%}
.akb-row--gos{flex-direction:column;align-items:stretch}
.akb-plate{width:254px;max-width:100%}
.akb-row--gos .akb-submit{width:100%}
.akb-gos-hint{flex:0 0 auto}
}

/* End */


/* Start:/bitrix/templates/aspro-premier/components/bitrix/catalog.smart.filter/main/style.min.css?17502527731213*/
.bx_filter .bx_filter_parameters_box .bx_filter_parameters_box_title{display:inline;}.bx_filter_parameters_box_title .svg{margin-top:-2px;}.bx_filter .bx_filter_parameter_biz{font-size:15px;display:inline-block;margin-right:10px;text-decoration:none;color:#215968;border-bottom:1px dashed;}.bx_filter .bx_filter_parameter_biz:hover{text-decoration:none;border-bottom:1px solid;}.bx_filter .bx_filter_parameter_biz.active{position:relative;padding-left:20px;color:#d54a4a;border-bottom:1px solid;}.bx_filter .bx_filter_parameter_biz.active:hover{border-bottom:1px dashed;}.bx_filter .bx_filter_parameter_biz.active:before{position:absolute;top:4px;left:1px;display:block;width:13px;height:13px;content:' ';background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;}
/* End */


/* Start:/bitrix/templates/aspro-premier/css/conditional/hint.min.css?17502527732107*/
.hint{position:relative;cursor:pointer;}.hint--absolute{position:absolute;top:0;right:-12px;z-index:1;}.hint.hint--absolute2{position:absolute;right:-23px;top:0;z-index:1;}.hint.hint--inline{display:inline-flex;vertical-align:middle;margin-left:3px;}.hint--inline .tooltip{margin-bottom:4px;}.hint__icon{display:inline-block;cursor:pointer;text-align:center;padding:0;height:16px;width:16px;line-height:15px;border:1px solid #e5e5e5;font-size:11px;}@media (any-hover:hover){.hint .hint__icon:hover{color:#fff}}.hint__icon i{font-style:normal;}.hint__icon--absolute{position:absolute;z-index:202;left:-35px;top:-1px;}.hint__text{padding:0 0 0 6px;}.hint .tooltip{position:absolute;left:-19px;top:auto;bottom:100%;line-height:14px;z-index:202;display:none;padding:13px 16px 13px;min-width:200px;max-width:300px;font-size:12px;border-radius:8px;border-radius:var(--theme-button-border-radius);font-weight:400;box-shadow:0 0 15px rgba(0,0,0,.12);background:#fff;background:var(--card_bg_hover_black);}.hint.active .tooltip{opacity:1;z-index:204;cursor:auto;}.hint .tooltip--manual{max-width:232px;opacity:1;}.hint.active .hint__icon{border-color:#9e9e9e;border-color:var(--theme-base-color);background-color:#9e9e9e;background-color:var(--theme-base-color);color:#fff;}.hint.hint--down .tooltip{left:-16px;top:calc(100% + 4px);word-break:normal;bottom:inherit;opacity:1;}.properties_absolute{position:absolute;top:0;padding-right:35px;padding-top:2px;right:100%;bottom:0;width:100%;text-align:left;transition:all .2s ease-in-out;}.properties__item{position:relative;word-break:break-word;}.properties__item--inline{display:inline;}.properties__item.properties__item--compact{margin-top:0;}.properties__hr{margin:0 4px 0px -2px;}@media (min-width:768px){.properties-absolute-outer:hover .properties_absolute{right:0}.properties_absolute.to-top{right:0;top:100%}.properties-absolute-outer:hover .properties_absolute.to-top{top:0}}.properties__title .hint{display:inline-flex;position:relative;margin:0 3px 0 2px;top:-1px;}.properties.list .properties__value{margin-top:3px;overflow:hidden;text-overflow:ellipsis;}
/* End */
/* /local/components/ox8/finder/templates/catalog/style.css?17810943827882 */
/* /bitrix/templates/aspro-premier/components/bitrix/catalog.smart.filter/main/style.min.css?17502527731213 */
/* /bitrix/templates/aspro-premier/css/conditional/hint.min.css?17502527732107 */
