

/* Start:/include/exide-promo/style.css?178636574416492*/
.exide-promo {
    --exide-promo-primary: #4DC0EE;
    --exide-promo-primary-rgb: 77, 192, 238;
    --exide-promo-text: #102a3a;
    width: calc(100% - 40px);
    max-width: 1550px;
    /* Отделяем промо-блок от навигации в шапке. */
    margin: 20px auto 0;
    color: var(--exide-promo-text);
    font-family: inherit;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(var(--exide-promo-primary-rgb), 0.09);
    box-shadow: 0 18px 52px rgba(16, 42, 58, 0.11);
    isolation: isolate;
}

.exide-promo,
.exide-promo * {
    box-sizing: border-box;
}

.exide-promo__main {
    position: relative;
    z-index: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: 380px;
    overflow: hidden;
    background: linear-gradient(120deg, #ffffff 0%, #f5fcff 45%, rgba(var(--exide-promo-primary-rgb), 0.20) 100%);
}

.exide-promo__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.exide-promo__circle {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.exide-promo__circle--one {
    width: 520px;
    height: 520px;
    right: -135px;
    top: -240px;
    background: rgba(var(--exide-promo-primary-rgb), 0.10);
}

.exide-promo__circle--two {
    width: 390px;
    height: 390px;
    right: -55px;
    top: -85px;
    background: rgba(var(--exide-promo-primary-rgb), 0.16);
}

.exide-promo__circle--three {
    width: 270px;
    height: 270px;
    right: 55px;
    top: 45px;
    background: rgba(var(--exide-promo-primary-rgb), 0.24);
}

.exide-promo__circle--accent {
    width: 68px;
    height: 68px;
    right: 43%;
    bottom: -24px;
    background: var(--exide-promo-primary);
    opacity: 0.9;
}

.exide-promo__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    padding: 36px 20px 36px 44px;
    animation: exide-promo-content-in 420ms ease-out both;
}

.exide-promo__badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    max-width: 100%;
    margin: 0 0 12px;
    padding: 6px 11px;
    border: 1px solid rgba(var(--exide-promo-primary-rgb), 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--exide-promo-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
}

.exide-promo__badge-dot {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--exide-promo-primary);
    box-shadow: 0 0 0 4px rgba(var(--exide-promo-primary-rgb), 0.10);
}

.exide-promo__title {
    max-width: 680px;
    margin: 0;
    color: var(--exide-promo-text);
    font-size: clamp(38px, 3vw, 46px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.038em;
}

.exide-promo__description {
    max-width: 540px;
    margin: 16px 0 0;
    color: rgba(16, 42, 58, 0.76);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
}

.exide-promo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.exide-promo__button {
    display: inline-grid;
    place-items: center;
    min-height: 48px;
    padding: 11px 20px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: transform 200ms ease, background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.exide-promo__button-viewport {
    display: grid;
    place-items: center;
    min-width: 0;
    overflow: hidden;
}

.exide-promo__button-face {
    grid-area: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.exide-promo__button-label {
    transform: translateY(0);
}

.exide-promo__button-icon {
    transform: translateY(calc(100% + 14px));
}

.exide-promo__button-icon svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.exide-promo__button--primary {
    background: var(--exide-promo-primary);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(var(--exide-promo-primary-rgb), 0.34);
}

.exide-promo__button--picker {
    grid-template-columns: minmax(0, auto) 38px;
    gap: 12px;
    min-height: 56px;
    padding: 8px 9px 8px 21px;
    border-radius: 999px;
    font-size: 16px;
    animation: exide-promo-picker-float 2.8s ease-in-out infinite;
    will-change: transform;
}

.exide-promo__button-main-label {
    white-space: nowrap;
}

.exide-promo__cta-circle {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    overflow: hidden;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: var(--exide-promo-primary);
}

.exide-promo__cta-arrow {
    position: absolute;
    display: block;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
    transform: rotate(-45deg);
    transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.exide-promo__cta-arrow--copy {
    transform: translate(-155%, 155%) rotate(-45deg);
}

.exide-promo__button--secondary {
    border-color: rgba(var(--exide-promo-primary-rgb), 0.42);
    background: rgba(255, 255, 255, 0.72);
    color: var(--exide-promo-text);
}

@media (hover: hover) and (pointer: fine) {
    .exide-promo__button:hover {
        transform: translateY(-1px);
        text-decoration: none;
    }

    .exide-promo__button--primary:hover {
        animation: none;
        background: var(--exide-promo-primary);
        color: #ffffff;
        transform: translateY(-3px) scale(1.025);
        box-shadow: 0 16px 34px rgba(var(--exide-promo-primary-rgb), 0.46);
    }

    .exide-promo__button--secondary:hover {
        border-color: rgba(var(--exide-promo-primary-rgb), 0.72);
        background: rgba(255, 255, 255, 0.94);
        color: var(--exide-promo-text);
    }

    .exide-promo__button:hover .exide-promo__button-label {
        transform: translateY(calc(-100% - 14px));
    }

    .exide-promo__button:hover .exide-promo__button-icon {
        transform: translateY(0);
    }

    .exide-promo__button--picker:hover .exide-promo__cta-arrow:first-child {
        transform: translate(155%, -155%) rotate(-45deg);
    }

    .exide-promo__button--picker:hover .exide-promo__cta-arrow--copy {
        transform: translate(0, 0) rotate(-45deg);
    }
}

.exide-promo__button:focus-visible .exide-promo__button-label {
    transform: translateY(calc(-100% - 14px));
}

.exide-promo__button:focus-visible .exide-promo__button-icon {
    transform: translateY(0);
}

.exide-promo__button--picker:focus-visible .exide-promo__cta-arrow:first-child {
    transform: translate(155%, -155%) rotate(-45deg);
}

.exide-promo__button--picker:focus-visible .exide-promo__cta-arrow--copy {
    transform: translate(0, 0) rotate(-45deg);
}

.exide-promo__button:focus-visible,
.exide-promo__category:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: -5px;
    box-shadow: 0 0 0 3px var(--exide-promo-primary);
}

.exide-promo__visual {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 22px 34px 20px 8px;
}

.exide-promo__product {
    display: block;
    width: min(100%, 400px);
    height: auto;
    max-height: 345px;
    object-fit: contain;
    filter: drop-shadow(0 22px 28px rgba(16, 42, 58, 0.16));
    animation: exide-promo-product-in 440ms 60ms ease-out both;
}

.exide-promo__categories {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-height: 76px;
    background: var(--exide-promo-primary);
}

.exide-promo__category {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-width: 0;
    min-height: 76px;
    padding: 12px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    text-decoration: none;
    transition: background-color 500ms ease;
}

.exide-promo__category:last-child {
    border-right: 0;
}

@media (hover: hover) and (pointer: fine) {
    .exide-promo__category:hover {
        z-index: 1;
        background: rgba(255, 255, 255, 0.10);
        color: #ffffff;
        text-decoration: none;
    }

    .exide-promo__category:hover .exide-promo__category-title {
        padding-right: 15px;
    }

    .exide-promo__category:hover .exide-promo__category-title::after {
        right: 0;
        opacity: 1;
    }
}

.exide-promo__category:focus-visible {
    z-index: 1;
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    text-decoration: none;
}

.exide-promo__category:focus-visible .exide-promo__category-title {
    padding-right: 15px;
}

.exide-promo__category:focus-visible .exide-promo__category-title::after {
    right: 0;
    opacity: 1;
}

.exide-promo__category-icon {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.exide-promo__category-title {
    position: relative;
    display: inline-block;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    padding-right: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    text-overflow: clip;
    white-space: nowrap;
    transition: padding-right 500ms ease;
}

.exide-promo__category-title::after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: "\00BB";
    opacity: 0;
    transform: translateY(-52%);
    pointer-events: none;
    transition: right 500ms ease, opacity 500ms ease;
}

@keyframes exide-promo-content-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes exide-promo-product-in {
    from { opacity: 0; transform: translateX(16px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes exide-promo-picker-float {
    0%, 100% {
        transform: translateY(0) rotate(-0.35deg);
        box-shadow: 0 10px 24px rgba(var(--exide-promo-primary-rgb), 0.30);
    }
    50% {
        transform: translateY(-7px) rotate(0.35deg);
        box-shadow: 0 18px 34px rgba(var(--exide-promo-primary-rgb), 0.46);
    }
}

@media (max-width: 1100px) {
    .exide-promo {
        width: calc(100% - 32px);
    }

    .exide-promo__main {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
        min-height: 355px;
    }

    .exide-promo__content {
        padding: 30px 10px 30px 30px;
    }

    .exide-promo__title {
        max-width: 540px;
        font-size: clamp(32px, 4vw, 40px);
    }

    .exide-promo__description {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.42;
    }

    .exide-promo__actions {
        gap: 8px;
        margin-top: 18px;
    }

    .exide-promo__visual {
        padding: 20px 22px 18px 4px;
    }

    .exide-promo__product {
        width: min(100%, 330px);
        max-height: 295px;
    }

    .exide-promo__categories {
        min-height: 70px;
    }

    .exide-promo__category {
        gap: 8px;
        min-height: 70px;
        padding-inline: 10px;
    }

    .exide-promo__category-icon {
        width: 29px;
        height: 29px;
    }

    .exide-promo__category-title {
        font-size: 12px;
    }
}

@media (max-width: 850px) {
    .exide-promo {
        border-radius: 26px;
    }

    .exide-promo__main {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        min-height: 345px;
    }

    .exide-promo__content {
        padding: 27px 8px 27px 24px;
    }

    .exide-promo__title {
        font-size: 34px;
    }

    .exide-promo__description {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.42;
    }

    .exide-promo__actions {
        gap: 9px;
        margin-top: 18px;
    }

    .exide-promo__button {
        min-height: 44px;
        padding: 10px 13px;
        font-size: 12.5px;
    }

    .exide-promo__button--picker {
        min-height: 50px;
        padding: 6px 7px 6px 16px;
        font-size: 13.5px;
    }

    .exide-promo__cta-circle {
        width: 36px;
        height: 36px;
    }

    .exide-promo__visual {
        padding: 18px 18px 16px 4px;
    }

    .exide-promo__product {
        width: min(100%, 300px);
        max-height: 280px;
    }

    .exide-promo__circle--three {
        right: -20px;
    }
}

@media (max-width: 767px) {
    .exide-promo {
        width: calc(100% - 24px);
        margin-top: 16px;
        border-radius: 20px;
    }

    .exide-promo__main {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .exide-promo__content {
        padding: 26px 18px 10px;
    }

    .exide-promo__badge {
        margin-bottom: 16px;
        padding: 7px 11px;
        font-size: 12px;
    }

    .exide-promo__title {
        max-width: 600px;
        font-size: clamp(28px, 8.5vw, 34px);
        line-height: 1.04;
        letter-spacing: -0.035em;
    }

    .exide-promo__description {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.42;
    }

    .exide-promo__actions {
        width: 100%;
        margin-top: 18px;
    }

    .exide-promo__button {
        flex: 1 1 190px;
        min-height: 46px;
        padding: 11px 15px;
        font-size: 13px;
    }

    .exide-promo__button--picker {
        min-height: 54px;
        padding: 7px 8px 7px 18px;
        font-size: 15px;
    }

    .exide-promo__visual {
        min-height: 215px;
        padding: 6px 14px 16px;
    }

    .exide-promo__product {
        width: min(90%, 300px);
        max-height: 225px;
    }

    .exide-promo__circle--one {
        width: 470px;
        height: 470px;
        right: -230px;
        top: auto;
        bottom: -180px;
    }

    .exide-promo__circle--two {
        width: 360px;
        height: 360px;
        right: -145px;
        top: auto;
        bottom: -118px;
    }

    .exide-promo__circle--three {
        width: 250px;
        height: 250px;
        right: -55px;
        top: auto;
        bottom: -54px;
    }

    .exide-promo__circle--accent {
        width: 54px;
        height: 54px;
        right: auto;
        left: -20px;
        bottom: 125px;
    }

    .exide-promo__categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .exide-promo__category {
        flex-direction: column;
        gap: 7px;
        min-height: 68px;
        padding: 11px 8px;
    }

    .exide-promo__category:nth-child(2) {
        border-right: 0;
    }

    .exide-promo__category:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .exide-promo__category-icon {
        width: 27px;
        height: 27px;
    }

    .exide-promo__category-title {
        font-size: 11.5px;
    }
}

@media (max-width: 430px) {
    .exide-promo {
        width: calc(100% - 16px);
        margin-top: 12px;
        border-radius: 18px;
    }

    .exide-promo__content {
        padding-inline: 20px;
    }

    .exide-promo__actions {
        flex-direction: column;
    }

    .exide-promo__button {
        flex: 0 0 auto;
        width: 100%;
    }

    .exide-promo__visual {
        min-height: 195px;
        padding: 4px 10px 14px;
    }

    .exide-promo__product {
        width: min(92%, 280px);
        max-height: 205px;
    }
}

@media (max-width: 370px) {
    .exide-promo__content {
        padding-inline: 18px;
    }

    .exide-promo__title {
        font-size: 28px;
    }

    .exide-promo__description {
        font-size: 14px;
    }

    .exide-promo__category-title {
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .exide-promo__content,
    .exide-promo__product,
    .exide-promo__button--picker {
        animation: none;
    }

    .exide-promo__button,
    .exide-promo__button-face,
    .exide-promo__cta-arrow,
    .exide-promo__category,
    .exide-promo__category-title,
    .exide-promo__category-title::after {
        transition: none;
    }
}

/* End */


/* Start:/bitrix/templates/prymery.auto/components/bitrix/catalog.section/exide_products_slider/style.css?177806726513357*/
.exide-products-slider {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	--exide-items-per-view: 3;
	--exide-card-basis: calc((100% - 36px) / 3);
	padding: 28px 28px 30px;
	overflow: hidden;
	background: #fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 48px rgba(11, 31, 58, 0.08);
	color: #0b1f3a;
}

.exide-products-slider *,
.exide-products-slider *::before,
.exide-products-slider *::after {
	box-sizing: border-box;
}

.exide-products-slider__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 22px;
}

.exide-products-slider__title {
	margin: 0;
	color: #0b1f3a;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: 0;
}

.exide-products-slider__all {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex: 0 0 auto;
	color: #0b67d1;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: color 0.2s ease;
}

.exide-products-slider__all:hover,
.exide-products-slider__all:focus {
	color: #084f9f;
	text-decoration: none;
}

.exide-products-slider__body {
	position: relative;
}

.exide-products-slider__track:not(.owl-loaded) {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	padding: 2px 2px 8px;
}

.exide-products-slider__track:not(.owl-loaded)::-webkit-scrollbar {
	display: none;
}

.exide-products-slider__track:not(.owl-loaded) {
	scrollbar-width: none;
}

.exide-products-slider__track:not(.owl-loaded) .exide-product-card {
	flex: 0 0 var(--exide-card-basis);
	scroll-snap-align: start;
}

.exide-products-slider__track.owl-loaded .owl-stage {
	display: flex;
}

.exide-products-slider__track.owl-loaded .owl-item {
	display: flex;
}

.exide-products-slider__track.owl-loaded .exide-product-card {
	width: 100%;
}

.exide-products-slider__nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 50%;
	background: #fff;
	color: #0b1f3a;
	box-shadow: 0 12px 28px rgba(11, 31, 58, 0.14);
	cursor: pointer;
	transform: translateY(-50%);
	transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.exide-products-slider__nav:hover,
.exide-products-slider__nav:focus {
	color: #0b67d1;
	box-shadow: 0 16px 34px rgba(11, 31, 58, 0.18);
	transform: translateY(-50%) scale(1.04);
}

.exide-products-slider__nav.is-disabled {
	opacity: 0.38;
	cursor: default;
	pointer-events: none;
}

.exide-products-slider__nav--prev {
	left: -24px;
}

.exide-products-slider__nav--next {
	right: -24px;
}

.exide-products-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 12px;
	margin-top: 26px;
}

.exide-products-slider__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d8dee8;
	cursor: pointer;
	transition: width 0.2s ease, background 0.2s ease;
}

.exide-products-slider__dot.is-active {
	width: 12px;
	background: #0b67d1;
}

.exide-product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 456px;
	padding: 18px 18px 20px;
	overflow: hidden;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--exide-card-accent, #ffffff) 12%, #ffffff), #ffffff 46%),
		#fff;
	border: 1px solid rgba(11, 31, 58, 0.08);
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(11, 31, 58, 0.06);
	color: #0b1f3a;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.exide-product-card:hover {
	border-color: rgba(11, 103, 209, 0.2);
	box-shadow: 0 18px 40px rgba(11, 31, 58, 0.1);
	transform: translateY(-2px);
}

.exide-product-card__label {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 2;
	max-width: calc(100% - 72px);
	padding: 6px 10px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(11, 103, 209, 0.1);
	color: #0b67d1;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.exide-product-card__favorite {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #7b8aa2;
	box-shadow: 0 8px 18px rgba(11, 31, 58, 0.08);
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

.exide-product-card__favorite:hover,
.exide-product-card__favorite:focus {
	background: #fff;
	color: #ed1c24;
}

.exide-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 168px;
	margin-bottom: 18px;
	padding: 20px 10px 8px;
	text-decoration: none;
}

.exide-product-card__image img {
	display: block;
	max-width: 100%;
	max-height: 148px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

.exide-product-card:hover .exide-product-card__image img {
	transform: scale(1.035);
}

.exide-product-card__image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 18px;
	background: linear-gradient(135deg, #edf6ff 0%, #ffffff 54%, #f5f9ff 100%) !important;
	border: 1px solid #d7e9ff;
	border-radius: 22px;
	color: #0b67d1;
}

.exide-product-card__placeholder-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-width: 170px;
	min-height: 112px;
	padding: 22px 24px;
	border: 1px solid rgba(11, 103, 209, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.74);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.exide-product-card__placeholder-logo {
	color: #0b67d1;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.exide-product-card__placeholder-subtitle {
	margin-top: 8px;
	color: #5e6c84;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.exide-product-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.exide-product-card__title {
	display: -webkit-box;
	min-height: 44px;
	overflow: hidden;
	color: #0b1f3a;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.exide-product-card__title:hover,
.exide-product-card__title:focus {
	color: #0b67d1;
	text-decoration: none;
}

.exide-product-card__props {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 58px;
	margin-top: 14px;
}

.exide-product-card__prop {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #5e6c84;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.25;
}

.exide-product-card__prop-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(11, 103, 209, 0.1);
	color: #0b67d1;
}

.exide-product-card__prop-icon::before {
	display: block;
	color: #0b67d1;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.exide-product-card__prop--capacity .exide-product-card__prop-icon::before {
	content: "V";
}

.exide-product-card__prop--cca .exide-product-card__prop-icon::before {
	content: "A";
}

.exide-product-card__bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: auto;
	padding-top: 18px;
}

.exide-product-card__price {
	min-height: 30px;
	color: #0b1f3a;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: 0;
}

.exide-product-card__action {
	display: flex;
	flex-direction: column;
	width: 100%;
	visibility: visible !important;
	opacity: 1 !important;
}

.exide-product-card__qty {
	display: flex !important;
	align-items: center;
	width: 118px;
	max-width: 100%;
	min-height: 36px;
	margin: 0;
	visibility: visible !important;
}

.exide-product-card__qty .quantity-controller {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #dbe3ee;
	background: #fff;
	color: #0b1f3a;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.exide-product-card__qty .quantity__value {
	width: 46px;
	height: 34px;
	border-top: 1px solid #dbe3ee;
	border-bottom: 1px solid #dbe3ee;
	border-left: 0;
	border-right: 0;
	color: #0b1f3a;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.exide-product-card__basket {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 48px;
	padding: 12px 16px;
	border: 1px solid #ed1c24 !important;
	border-radius: 12px;
	background: #ed1c24 !important;
	color: #fff !important;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 12px 22px rgba(237, 28, 36, 0.22);
	opacity: 1 !important;
	visibility: visible !important;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.exide-product-card__basket:hover,
.exide-product-card__basket:focus {
	background: #d5131b;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 14px 26px rgba(237, 28, 36, 0.28);
	transform: translateY(-1px);
}

.exide-product-card__basket.is-loading {
	pointer-events: none;
	opacity: 0.82 !important;
}

.exide-product-card__basket.is-added {
	border-color: #16a34a !important;
	background: #16a34a !important;
	box-shadow: 0 12px 22px rgba(22, 163, 74, 0.22);
}

.exide-product-card__basket-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
}

.exide-products-slider.is-compact {
	padding: 24px 22px 26px;
}

.exide-products-slider.is-compact .exide-products-slider__head {
	gap: 12px;
	margin-bottom: 18px;
}

.exide-products-slider.is-compact .exide-products-slider__title {
	font-size: 24px;
	line-height: 1.16;
}

.exide-products-slider.is-compact .exide-products-slider__all {
	font-size: 14px;
}

.exide-products-slider.is-compact .exide-products-slider__nav {
	width: 44px;
	height: 44px;
	top: 150px;
}

.exide-products-slider.is-compact .exide-products-slider__nav--prev {
	left: -22px;
}

.exide-products-slider.is-compact .exide-products-slider__nav--next {
	right: -22px;
}

.exide-products-slider.is-compact .exide-product-card {
	min-height: 416px;
	padding: 16px;
}

.exide-products-slider.is-compact .exide-product-card__image {
	height: 140px;
	margin-bottom: 14px;
	padding-top: 16px;
}

.exide-products-slider.is-compact .exide-product-card__image img {
	max-height: 122px;
}

.exide-products-slider.is-compact .exide-product-card__placeholder-brand {
	min-width: 148px;
	min-height: 96px;
	padding: 18px 20px;
}

.exide-products-slider.is-compact .exide-product-card__placeholder-logo {
	font-size: 25px;
}

.exide-products-slider.is-compact .exide-product-card__placeholder-subtitle {
	font-size: 10px;
	letter-spacing: 4px;
}

.exide-products-slider.is-compact .exide-product-card__title {
	min-height: 40px;
	font-size: 15px;
	line-height: 1.3;
}

.exide-products-slider.is-compact .exide-product-card__props {
	gap: 7px;
	min-height: 54px;
	margin-top: 12px;
}

.exide-products-slider.is-compact .exide-product-card__prop {
	font-size: 12px;
}

.exide-products-slider.is-compact .exide-product-card__price {
	font-size: 20px;
}

.exide-products-slider.is-narrow .exide-products-slider__head {
	flex-direction: column;
	align-items: flex-start;
}

.exide-products-slider.is-narrow .exide-products-slider__title {
	font-size: 22px;
}

.exide-products-slider.is-narrow .exide-products-slider__nav {
	top: 156px;
}

.exide-products-slider.is-narrow .exide-product-card {
	min-height: 430px;
}

.exide-products-slider.is-narrow .exide-product-card__image {
	height: 160px;
}

.exide-products-slider.is-narrow .exide-product-card__image img {
	max-height: 142px;
}

@supports not (color: color-mix(in srgb, #fff, #000)) {
	.exide-product-card {
		background: #fff;
	}
}

@media (max-width: 1199px) {
	.exide-products-slider {
		padding: 24px;
	}

	.exide-products-slider__track:not(.owl-loaded) .exide-product-card {
		flex-basis: var(--exide-card-basis);
	}

	.exide-products-slider__title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.exide-products-slider {
		padding: 20px 16px 22px;
		border-radius: 18px;
	}

	.exide-products-slider__head {
		align-items: flex-start;
		margin-bottom: 18px;
	}

	.exide-products-slider__title {
		font-size: 21px;
	}

	.exide-products-slider__all {
		font-size: 14px;
	}

	.exide-products-slider__track:not(.owl-loaded) {
		gap: 14px;
		margin-right: -16px;
		padding-right: 16px;
	}

	.exide-products-slider__track:not(.owl-loaded) .exide-product-card {
		flex-basis: min(86%, 310px);
	}

	.exide-products-slider__nav {
		display: none;
	}

	.exide-products-slider__dots {
		margin-top: 18px;
	}

	.exide-product-card {
		min-height: 430px;
		padding: 16px;
	}

	.exide-product-card__image {
		height: 152px;
	}

	.exide-product-card__image img {
		max-height: 132px;
	}
}

@media (max-width: 420px) {
	.exide-products-slider__head {
		flex-direction: column;
		gap: 10px;
	}

	.exide-product-card {
		min-height: 420px;
	}
}

/* End */
/* /include/exide-promo/style.css?178636574416492 */
/* /bitrix/templates/prymery.auto/components/bitrix/catalog.section/exide_products_slider/style.css?177806726513357 */
