.product-card__head{display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:15px;padding:15px}@media only screen and (min-width:768px){.product-card__head{flex-direction:row}}@media only screen and (min-width:1280px){.product-card__head{flex-wrap:nowrap;margin-bottom:30px;padding:30px}}.product-card__search{width:100%;margin-bottom:15px}@media only screen and (min-width:1280px){.product-card__search{flex:none;width:280px;margin-bottom:0;padding-inline-end:25px}}@media only screen and (max-width:767px){.product-card__info table{width:100%!important}}.product-card__seo-text{display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:15px;padding:15px}@media only screen and (min-width:768px){.product-card__seo-text{flex-direction:row}}@media only screen and (min-width:1280px){.product-card__seo-text{flex-wrap:nowrap;margin-bottom:30px;padding:30px}}.product-card__search-error{display:block;padding-top:10px;color:var(--color-error);font-size:12px}.product-card__head{background-color:var(--color-bg-secondary)}.product-card__seo-text{border:1px solid var(--color-line)}.product-card-table{width:100%;margin-bottom:30px}.product-card-table__to-card{display:flex;justify-content:center;align-items:center;padding-inline-end:20px;color:var(--color-accent);background-repeat:no-repeat;background-position:right;transition:all 200ms}.product-card-table__to-card svg{width:24px;height:24px;padding-inline-start:5px;transition:all 200ms;fill:var(--color-accent)}@media only screen and (max-width:767px){.product-card-table__to-card svg{padding-inline-start:0}}.product-card-table__to-card:hover{padding-inline-end:12px;padding-inline-start:8px;color:var(--color-text)}.product-card-table__to-card:hover svg{fill:var(--color-text)}@media only screen and (max-width:767px){.product-card-table__to-card:hover{padding-inline-end:0;padding-inline-start:0}.product-card-table__to-card{padding-inline-end:0}}.product-card-table__row{display:grid;grid-template-columns:repeat(4,1fr)}.product-card-table__col{min-width:72px;padding:7px 0;padding-inline-end:20px;word-wrap:break-word}@media only screen and (max-width:767px){.product-card-table__col{padding:7px 0;padding-inline-end:4px;font-size:12px;word-wrap:break-word}}@media (min-width:768px) and (max-width:1279px){.product-card-table__col{min-width:184px}}@media only screen and (max-width:767px){.product-card-table__col--card{min-width:85px;overflow:inherit;white-space:normal;text-align:start;word-wrap:normal}}@media only screen and (min-width:1280px){.product-card-table__col--card{width:auto;padding-inline-start:42%}}@media only screen and (max-width:767px){.product-card-table__col--article,.product-card-table__col--producer{overflow:inherit;white-space:normal}}.product-card-table__header{display:table-row}.product-card-table__th{height:60px;padding-inline-start:30px;vertical-align:middle}.product-card-table__th--years{width:150px}.product-card-table__th--engine{width:150px;text-align:center}.product-card-table__col{border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line);font-size:14px;line-height:18px}@media only screen and (max-width:767px){.product-card-table__col{font-size:12px}}.product-info{width:100%}.product-info__container{display:flex;flex-direction:column;align-items:center}@media only screen and (min-width:1280px){.product-info__container{flex-direction:row;align-items:stretch}}.product-info__images{flex-shrink:0;justify-content:center}.product-info__params{width:100%}.product-info__search-link{color:var(--color-accent);background-repeat:no-repeat;background-position:right;background-size:17px 17px;border-bottom:1px dotted}.product-info__search-link:hover{color:var(--color-accent-light)}.product-info__prices-block{margin-bottom:50px}.product-info .search-row:nth-child(even),.product-info-table_replaces tbody tr :nth-child(odd){background-color:var(--color-bg-primary)}.product-info .search-col_type-price{font-weight:800}.product-info__price-block{display:flex;justify-content:space-between;margin-bottom:32px;padding:32px 0 24px;padding-inline:25px 29px;background-color:var(--color-bg-secondary)}.product-info__price{position:relative;display:none}.product-info .search-row--stripy:nth-child(odd){background-color:var(--color-bg-secondary)}.product-info__search-link{font-weight:500;font-size:14px;line-height:17px}.product-info-applies{font-size:14px;line-height:18px}.product-info-applies__label{display:block;width:100%;margin-bottom:5px;font-weight:400}.product-info-applies__brands,.product-info-applies__models{display:flex;flex-wrap:wrap;padding:5px 0}.product-info-applies__brands{margin-bottom:20px}.product-info-applies__brand,.product-info-applies__model{display:block;margin:0 0 5px;margin-inline-end:5px;padding:6px 15px;border:0;cursor:pointer;transition:color .15s linear,background-color .15s linear}.product-info-applies__brand:hover,.product-info-applies__model:hover{color:var(--color-text);transition:color .15s linear,background-color .15s linear}.product-info-applies__brand:focus,.product-info-applies__model:focus{transition:color .15s linear,background-color .15s linear}.product-info-applies__brand_active,.product-info-applies__model_active{transition:color .15s linear,background-color .15s linear}.product-info-applies__brand,.product-info-applies__model{color:var(--color-text);background-color:var(--color-bg-secondary)}.product-info-applies__brand:focus,.product-info-applies__model:focus{color:var(--color-text-contrast)}.product-info-applies__brand_active,.product-info-applies__model_active{color:var(--color-text-contrast);background-color:var(--color-accent)}.product-info-gallery__background{background-color:var(--color-bg-secondary-contrast)}.product-info-gallery__arrow,.product-info-gallery__close{position:absolute;color:var(--color-text-contrast);background-color:transparent;border:0}.product-info-gallery__close{top:15px;inset-inline:auto 15px;font-size:30px;line-height:30px;opacity:.8}.product-info-gallery__close:hover{color:var(--color-text-contrast);opacity:1}.product-info-gallery__arrow svg,.product-info-gallery__close svg{width:24px;height:24px;pointer-events:none;fill:currentColor}.product-info-gallery__arrow{top:50%;width:20px;height:60px;cursor:pointer}.product-info-gallery__arrow:hover{opacity:1}.product-info-gallery__arrow_prev{inset-inline-start:10px}.product-info-gallery__arrow_next{inset-inline-end:10px}.product-info-tabs::before,.pswp__ui--one-slide .product-info-gallery__arrow{display:none}.product-info-images{flex-shrink:0;width:260px;margin-bottom:30px}@media only screen and (min-width:768px){.product-info-images{width:360px}}@media only screen and (min-width:1280px){.product-info-images{width:390px;margin-inline-end:30px;margin-bottom:0}}.product-info-images__item{display:flex;justify-content:center;align-items:center;width:100%;height:390px;margin-bottom:5px;text-align:center;border:1px solid var(--color-line-border)}.product-info-images__image{max-width:100%;max-height:100%}.product-info-images__image_empty{background-color:var(--color-line-border);background-image:url(/_sysimg/modules/product-card/empty-image.png);background-repeat:no-repeat;background-position:center;background-size:100%}.product-info-table{overflow:hidden;white-space:initial}.product-info-table td,.product-info-table th{width:auto}.product-info-table_col-2 td,.product-info-table_col-2 th{width:50%}.product-info-table_apply td,.product-info-table_apply th,.product-info-table_replaces td,.product-info-table_replaces th{text-align:center}.product-info-table_replaces td,.product-info-table_replaces th{text-align:start}.product-info-table thead tr{background-color:var(--color-line-border);border-bottom:1px solid var(--color-line-border)}.product-info-table thead th{padding:10px 15px;color:var(--color-text-tertiary-contrast);font-weight:400;font-size:12.5px;vertical-align:middle}.product-info-table_bordered tbody td{border:1px solid var(--color-line-border)}.product-info-table_apply td:first-child,.product-info-table_apply th:first-child,.product-info-table_replaces td:first-child,.product-info-table_replaces th:first-child{text-align:start}.product-info-table_apply tbody td:first-child,.product-info-table_replaces tbody td:first-child{color:var(--color-text)}.product-info-table tbody tr.subhead{background-color:var(--color-bg-primary);border-width:1px 0;border-style:solid;border-color:var(--color-line-border)}.product-info-table tbody tr.subhead:first-child{border-top-width:0}.product-info-table tbody tr.subhead td{color:var(--color-text-secondary);font-weight:500;text-align:start}.product-info-table.z-table tbody tr:nth-child(odd),.product-info-table_replaces tbody tr:nth-child(even){background-color:var(--color-bg-secondary)}.product-info-tabs__area-content{padding-top:40px;overflow-x:auto;white-space:initial;background-color:var(--color-bg-primary)}.product-info-tabs__area-content_description{padding-inline:15px;padding-bottom:15px}.product-info-tabs__table tr td:first-child,.product-info-tabs__table tr th:first-child{border-inline-start:none}.product-info-tabs__table tr td:last-child,.product-info-tabs__table tr th:last-child{border-inline-end:none}.product-info-tabs__table tr:last-child td{border-bottom:none}.product-info-thumbnails{display:flex;flex-wrap:wrap}.product-info-thumbnails__item{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:126px;height:126px;margin:0 0 2px;margin-inline-end:2px;padding:10px;text-align:center;border:1px solid var(--color-line-border)}.product-info-thumbnails__item:last-child{margin-inline-end:0}.product-info-thumbnails__item_active{border-color:var(--color-text-tertiary-contrast)}.search-area__outer{position:relative}.search-area input[type=text]{width:100%;height:50px;padding-inline-start:15px}.search-area input[type=submit]{position:absolute;top:0;inset-inline-end:0;bottom:0;width:48px;text-indent:-9999px;background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%235c5c5c'%3E %3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.996 -3.8743e-10C3.58 -3.8743e-10 -3.8743e-10 3.581 -3.8743e-10 7.999C-3.8743e-10 12.417 3.58 15.996 7.996 15.996C12.412 15.996 15.992 12.417 15.992 7.999C15.992 3.581 12.412 -3.8743e-10 7.996 -3.8743e-10ZM7.996 13.997C4.689 13.997 1.999 11.306 1.999 7.999C1.999 4.691 4.689 2 7.996 2C11.303 2 13.993 4.691 13.993 7.999C13.993 11.306 11.303 13.997 7.996 13.997ZM19.99 18.583L18.577 19.996L14.336 15.754L15.75 14.341L19.99 18.583Z'/%3E %3C/svg%3E");background-repeat:no-repeat;background-position:center;border:0}.vendors__inner{margin-bottom:40px;padding:0 30px 30px;line-height:30px;-moz-column-count:4;column-count:4}@media only screen and (max-width:1279px){.vendors__inner{-moz-column-count:3;column-count:3}}@media only screen and (max-width:767px){.vendors__inner{-moz-column-count:2;column-count:2}}.vendors__link{display:inline-block;padding:0 12px;color:var(--color-text-tertiary-contrast);font-size:14px}.vendors__link:hover{color:var(--color-accent);background-color:var(--color-bg-secondary)}.vendors__item{display:inline-block;width:100%}.vendors__count{color:var(--color-text-tertiary-contrast);font-size:14px}.vendors__inner{border-bottom:1px solid var(--color-line)}
