

/* Start:/bitrix/templates/prymery.auto/components/bitrix/catalog.section/popular_slider_modern/style.css?177806739112096*/
.popular-slider-modern {
	position: relative;
	overflow: visible;
	padding: 0 0 22px;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	color: #0B1F3A;
}

.popular-slider-modern,
.popular-slider-modern * {
	box-sizing: border-box;
}

.popular-slider-modern__inner {
	max-width: 1560px;
	margin: 0 auto;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
}

.popular-slider-modern__head {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	gap: 24px;
	position: absolute;
	top: -38px;
	right: 0;
	z-index: 7;
	min-height: 0;
	margin: 0;
	pointer-events: none;
}

.popular-slider-modern__title {
	margin: 0;
	color: #0B1F3A;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0;
}

.popular-slider-modern__line {
	width: 88px;
	height: 5px;
	margin-top: 16px;
	border-radius: 999px;
	background: #4DC0F0;
}

.popular-slider-modern__dots {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 12px;
	padding-top: 0;
	pointer-events: auto;
}

.popular-slider-modern__dots .owl-dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 2px solid #6F849A;
	border-radius: 50%;
	background: transparent;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.popular-slider-modern__dots .owl-dot.active {
	border-color: #4DC0F0;
	background: #4DC0F0;
	transform: scale(1.05);
}

.popular-slider-modern__wrap {
	position: relative;
}

.popular-slider-modern__carousel {
	width: 100%;
}

.popular-slider-modern__carousel:not(.owl-loaded) {
	display: flex;
	gap: 18px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 2px 2px 10px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.popular-slider-modern__carousel:not(.owl-loaded)::-webkit-scrollbar {
	display: none;
}

.popular-slider-modern__carousel:not(.owl-loaded) .popular-card {
	flex: 0 0 calc((100% - 36px) / 3);
	scroll-snap-align: start;
}

.popular-slider-modern__carousel.owl-loaded .owl-stage {
	display: flex;
	padding: 4px 0 18px;
}

.popular-slider-modern__carousel.owl-loaded .owl-item {
	display: flex;
}

.popular-slider-modern__nav {
	position: absolute;
	top: 50%;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #FFFFFF;
	color: #1FA9EF;
	box-shadow: 0 12px 28px rgba(11, 31, 58, .14);
	cursor: pointer;
	transform: translateY(-50%);
	transition: color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.popular-slider-modern__nav:hover {
	color: #0B8DCE;
	box-shadow: 0 20px 44px rgba(11, 31, 58, .18);
	transform: translateY(-50%) scale(1.04);
}

.popular-slider-modern__nav--prev {
	left: -18px;
}

.popular-slider-modern__nav--next {
	right: -18px;
}

.popular-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 430px;
	padding: 12px;
	border: 1px solid #E0ECF7;
	border-radius: 22px;
	background: #FFFFFF !important;
	box-shadow: 0 14px 32px rgba(11, 31, 58, .075);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.popular-slider-modern .popular-card.product-hot {
	display: flex;
	position: relative;
	width: 100%;
	min-height: 430px;
	padding: 12px;
	overflow: hidden;
	border: 1px solid #E0ECF7 !important;
	border-radius: 22px;
	background: #FFFFFF !important;
	box-shadow: 0 14px 32px rgba(11, 31, 58, .075);
}

.popular-card:hover {
	border-color: rgba(77, 192, 240, .45);
	box-shadow: 0 24px 54px rgba(11, 31, 58, .12);
	transform: translateY(-2px);
}

.popular-card__labels {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	max-width: calc(100% - 108px);
}

.popular-card__label {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(77, 192, 240, .14);
	color: #0B8DCE;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
}

.popular-card__actions {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.popular-card__action-wrap,
.popular-card__action-wrap.product-postpone,
.popular-card__action-wrap.product-postpone__compare {
	position: static !important;
	display: block !important;
	width: 42px !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.popular-card__action,
.popular-card__action.add-favorites,
.popular-card__action.add-compare {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 42px !important;
	min-height: 42px !important;
	max-height: 42px !important;
	padding: 0 !important;
	border-radius: 50%;
	background: #FFFFFF;
	color: #0B1F3A;
	box-shadow: 0 10px 24px rgba(11, 31, 58, .14);
	text-decoration: none;
	transition: color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.popular-card__action .icon,
.popular-card__legacy-icon {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	color: inherit;
	font-size: 22px;
	line-height: 1;
}

.popular-card__legacy-icon i {
	display: block;
	color: inherit;
	font-size: 22px;
	line-height: 1;
}

.popular-card__action:hover {
	color: #4DC0F0;
	box-shadow: 0 12px 28px rgba(77, 192, 240, .22);
	transform: translateY(-1px);
}

.popular-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 152px;
	min-height: 152px;
	border-radius: 18px;
	background: linear-gradient(135deg, #EEF9FF 0%, #F8FDFF 55%, #EAF7FF 100%);
	overflow: hidden;
}

.popular-card__image-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 18px 44px 12px;
	text-decoration: none;
}

.popular-card__image-link img {
	display: block;
	max-width: 100%;
	max-height: 118px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.popular-card__image-empty {
	color: #8DA1B5;
	font-size: 14px;
}

.popular-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 14px 10px 4px;
}

.popular-card__title {
	display: -webkit-box;
	min-height: 46px;
	max-height: 46px;
	margin-bottom: 12px;
	overflow: hidden;
	color: #0B1F3A;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.popular-card__title a {
	color: inherit;
	text-decoration: none;
	transition: color .2s ease;
}

.popular-card__title a:hover {
	color: #0B8DCE;
}

.popular-card__specs {
	min-height: 88px;
	margin-bottom: 14px;
	border-top: 1px solid #E6EEF7;
	border-bottom: 1px solid #E6EEF7;
}

.popular-card__spec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-height: 28px;
	border-top: 1px solid #E6EEF7;
	color: #0B1F3A;
	font-size: 13px;
	line-height: 1.3;
}

.popular-card__spec:first-child {
	border-top: 0;
}

.popular-card__spec-name {
	color: #243C56;
}

.popular-card__spec-value {
	flex: 0 0 auto;
	max-width: 45%;
	color: #0B1F3A;
	font-weight: 700;
	text-align: right;
}

.popular-card__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: auto;
}

.popular-card__btn-wrap,
.popular-card__btn-wrap.product-hot__action {
	display: flex;
	flex: 0 0 auto;
	justify-content: flex-end;
	position: static !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.popular-card__price {
	flex: 1 1 116px;
	min-width: 0;
	color: #0B1F3A;
}

.popular-card__price-old {
	margin-bottom: 4px;
	color: #8DA1B5;
	font-size: 14px;
	font-weight: 600;
	text-decoration: line-through;
}

.popular-card__price-current {
	color: #0B1F3A;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
	white-space: nowrap;
}

.popular-card__btn,
.popular-card__btn.adp-btn,
.popular-card__btn.to_basket {
	display: inline-flex;
	position: relative !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	min-width: 124px;
	min-height: 42px;
	padding: 0 15px;
	border: 1px solid #4DC0F0 !important;
	border-radius: 13px;
	background: #4DC0F0 !important;
	color: #FFFFFF !important;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 12px 22px rgba(77, 192, 240, .28);
	white-space: nowrap;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.popular-card__btn:hover,
.popular-card__btn:focus {
	border-color: #26ACE7 !important;
	background: #26ACE7 !important;
	color: #FFFFFF !important;
	box-shadow: 0 14px 28px rgba(77, 192, 240, .34);
	text-decoration: none;
	transform: translateY(-1px);
}

.popular-card__btn-icon {
	display: flex;
	color: #FFFFFF;
}

.popular-card__btn-ripple {
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .58);
	pointer-events: none;
	transform: translate(-50%, -50%) scale(0);
	animation: popularCardRipple .58s ease-out forwards;
}

.popular-card__btn.is-loading {
	pointer-events: none;
	opacity: .84 !important;
}

.popular-card__btn.is-loading .popular-card__btn-icon {
	animation: popularCardCart 1s ease-in-out infinite;
}

.popular-card__btn.is-added {
	border-color: #22C55E !important;
	background: #22C55E !important;
	box-shadow: 0 12px 24px rgba(34, 197, 94, .3);
}

.popular-card__btn.is-added {
	animation: popularCardAdded .34s ease-out;
}

.popular-card__btn.is-added .popular-card__btn-icon {
	animation: none;
}

@keyframes popularCardRipple {
	to {
		opacity: 0;
		transform: translate(-50%, -50%) scale(14);
	}
}

@keyframes popularCardCart {
	0%,
	100% {
		transform: translateX(0);
	}
	45% {
		transform: translateX(4px);
	}
}

@keyframes popularCardAdded {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.04);
	}
	100% {
		transform: scale(1);
	}
}

@media (max-width: 1320px) {
	.popular-slider-modern__inner {
		padding: 0 28px;
	}

	.popular-slider-modern__nav--prev {
		left: -18px;
	}

	.popular-slider-modern__nav--next {
		right: -18px;
	}
}

@media (max-width: 1024px) {
	.popular-slider-modern__title {
		font-size: 34px;
	}

	.popular-card {
		min-height: 430px;
	}

}

@media (max-width: 767px) {
	.popular-slider-modern {
		padding: 30px 0;
	}

	.popular-slider-modern__inner {
		padding: 0 18px;
	}

	.popular-slider-modern__carousel:not(.owl-loaded) .popular-card {
		flex-basis: min(86%, 340px);
	}

	.popular-slider-modern__head {
		align-items: flex-start;
		margin-bottom: 24px;
	}

	.popular-slider-modern__title {
		font-size: 28px;
	}

	.popular-slider-modern__line {
		width: 72px;
		height: 4px;
		margin-top: 14px;
	}

	.popular-slider-modern__dots {
		gap: 8px;
		padding-top: 10px;
	}

	.popular-slider-modern__dots .owl-dot {
		width: 10px;
		height: 10px;
	}

	.popular-slider-modern__nav {
		width: 44px;
		height: 44px;
		top: 50%;
	}

	.popular-slider-modern__nav--prev {
		left: -10px;
	}

	.popular-slider-modern__nav--next {
		right: -10px;
	}

	.popular-card {
		min-height: 0;
		padding: 12px;
	}

	.popular-card__image-wrap {
		height: 148px;
		min-height: 148px;
	}

	.popular-card__image-link {
		padding: 18px 42px 12px;
	}

	.popular-card__image-link img {
		max-height: 116px;
	}

	.popular-card__title {
		min-height: 0;
		max-height: none;
		font-size: 16px;
		-webkit-line-clamp: 3;
	}

	.popular-card__specs {
		min-height: 0;
	}

	.popular-card__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.popular-card__btn,
	.popular-card__btn.adp-btn,
	.popular-card__btn.to_basket {
		width: 100%;
		min-height: 46px;
	}

}

/* End */


/* Start:/bitrix/templates/prymery.auto/components/bitrix/news.list/exide_static_catalog/style.css?17780618758465*/
.exide-static-catalog {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 460px;
    padding: 34px 34px 28px;
    overflow: hidden;
    color: #0B1F3A;
    background:
        radial-gradient(circle at 82% 18%, rgba(11, 103, 209, 0.18) 0, rgba(11, 103, 209, 0) 34%),
        radial-gradient(circle at 12% 86%, rgba(237, 28, 36, 0.08) 0, rgba(237, 28, 36, 0) 28%),
        linear-gradient(135deg, #FFFFFF 0%, #F5FAFF 46%, #EAF4FF 100%);
    border: 1px solid rgba(129, 166, 213, 0.22);
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(11, 31, 58, 0.1);
    box-sizing: border-box;
}

.exide-static-catalog *,
.exide-static-catalog *::before,
.exide-static-catalog *::after {
    box-sizing: border-box;
}

.exide-static-catalog::before,
.exide-static-catalog::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.exide-static-catalog::before {
    inset: 0;
    background:
        linear-gradient(124deg, rgba(255, 255, 255, 0) 48%, rgba(255, 255, 255, 0.7) 49%, rgba(255, 255, 255, 0) 51%),
        linear-gradient(128deg, rgba(11, 103, 209, 0) 58%, rgba(11, 103, 209, 0.18) 59%, rgba(11, 103, 209, 0) 61%);
    opacity: 0.65;
}

.exide-static-catalog::after {
    right: -110px;
    top: -130px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(11, 103, 209, 0.08);
    filter: blur(2px);
}

.exide-static-catalog__content,
.exide-static-catalog__features {
    position: relative;
    z-index: 1;
}

.exide-static-catalog__content {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(260px, 1.08fr);
    gap: 24px;
    align-items: center;
    flex: 1 1 auto;
}

.exide-static-catalog__text {
    min-width: 0;
    max-width: 420px;
}

.exide-static-catalog__logo {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
    color: #0054B8;
    font-size: 34px;
    line-height: 0.86;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.exide-static-catalog__logo span {
    margin-top: 7px;
    color: #0054B8;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 5px;
}

.exide-static-catalog__title {
    max-width: 390px;
    margin: 0;
    color: #0B1F3A;
    font-size: 42px;
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: 0;
}

.exide-static-catalog__description {
    max-width: 390px;
    margin-top: 20px;
    color: #4A5A70;
    font-size: 18px;
    line-height: 1.62;
    font-weight: 400;
}

.exide-static-catalog__description p {
    margin: 0 0 10px;
}

.exide-static-catalog__description p:last-child {
    margin-bottom: 0;
}

.exide-static-catalog__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 100%;
    min-height: 58px;
    margin-top: 30px;
    padding: 0 28px;
    color: #FFFFFF;
    background: linear-gradient(135deg, #F0183A 0%, #ED1C24 100%);
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(237, 28, 36, 0.24);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.exide-static-catalog__button:hover,
.exide-static-catalog__button:focus {
    color: #FFFFFF;
    background: linear-gradient(135deg, #D8102F 0%, #CB1118 100%);
    box-shadow: 0 14px 28px rgba(237, 28, 36, 0.3);
    text-decoration: none;
    transform: translateY(-1px);
}

.exide-static-catalog__button:focus {
    outline: 2px solid rgba(11, 103, 209, 0.45);
    outline-offset: 3px;
}

.exide-static-catalog__button-icon {
    flex: 0 0 auto;
}

.exide-static-catalog__image-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 245px;
}

.exide-static-catalog__image-wrap::before {
    content: "";
    position: absolute;
    left: 10%;
    right: 6%;
    bottom: 7%;
    height: 28%;
    background: radial-gradient(ellipse at center, rgba(11, 31, 58, 0.18) 0, rgba(11, 31, 58, 0) 68%);
    filter: blur(10px);
}

.exide-static-catalog__image {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 330px;
    object-fit: contain;
}

.exide-static-catalog__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 26px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(195, 213, 234, 0.6);
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(11, 31, 58, 0.06);
    backdrop-filter: blur(10px);
}

.exide-static-catalog__feature {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
    padding: 4px 18px;
}

.exide-static-catalog__feature + .exide-static-catalog__feature {
    border-left: 1px solid rgba(129, 166, 213, 0.28);
}

.exide-static-catalog__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    color: #0B67D1;
    background: rgba(11, 103, 209, 0.09);
    border-radius: 16px;
}

.exide-static-catalog__feature-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.exide-static-catalog__feature-text strong {
    color: #0B1F3A;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 800;
}

.exide-static-catalog__feature-text small {
    margin-top: 5px;
    color: #4A5A70;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
}

@media (max-width: 1024px) {
    .exide-static-catalog {
        min-height: 430px;
        padding: 30px 28px 24px;
    }

    .exide-static-catalog__content {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.9fr);
        gap: 18px;
    }

    .exide-static-catalog__title {
        font-size: 36px;
    }

    .exide-static-catalog__description {
        font-size: 16px;
    }

    .exide-static-catalog__feature {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (max-width: 768px) {
    .exide-static-catalog {
        min-height: 0;
        padding: 26px 22px 22px;
        border-radius: 20px;
    }

    .exide-static-catalog__content {
        display: flex;
        flex-direction: column;
        gap: 22px;
        align-items: stretch;
    }

    .exide-static-catalog__text {
        max-width: none;
    }

    .exide-static-catalog__logo {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .exide-static-catalog__title,
    .exide-static-catalog__description {
        max-width: none;
    }

    .exide-static-catalog__title {
        font-size: 32px;
    }

    .exide-static-catalog__description {
        margin-top: 16px;
    }

    .exide-static-catalog__button {
        width: 100%;
        margin-top: 24px;
    }

    .exide-static-catalog__image-wrap {
        min-height: 190px;
    }

    .exide-static-catalog__image {
        max-height: 250px;
    }

    .exide-static-catalog__features {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 22px;
        padding: 16px;
    }

    .exide-static-catalog__feature {
        padding: 0;
    }

    .exide-static-catalog__feature + .exide-static-catalog__feature {
        padding-top: 14px;
        border-top: 1px solid rgba(129, 166, 213, 0.28);
        border-left: 0;
    }
}

@media (max-width: 480px) {
    .exide-static-catalog {
        padding: 22px 16px 18px;
        border-radius: 18px;
    }

    .exide-static-catalog__logo {
        font-size: 25px;
    }

    .exide-static-catalog__logo span {
        font-size: 9px;
        letter-spacing: 4px;
    }

    .exide-static-catalog__title {
        font-size: 27px;
        line-height: 1.18;
    }

    .exide-static-catalog__description {
        font-size: 15px;
        line-height: 1.55;
    }

    .exide-static-catalog__button {
        min-height: 54px;
        padding-right: 18px;
        padding-left: 18px;
        font-size: 16px;
    }

    .exide-static-catalog__image-wrap {
        min-height: 160px;
    }

    .exide-static-catalog__image {
        max-height: 210px;
    }

    .exide-static-catalog__feature-icon {
        flex-basis: 48px;
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
}

/* 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 */
/* /bitrix/templates/prymery.auto/components/bitrix/catalog.section/popular_slider_modern/style.css?177806739112096 */
/* /bitrix/templates/prymery.auto/components/bitrix/news.list/exide_static_catalog/style.css?17780618758465 */
/* /bitrix/templates/prymery.auto/components/bitrix/catalog.section/exide_products_slider/style.css?177806726513357 */
