

/* Start:/bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/style.css?175118549954964*/
.catalog-filter__group-value.hide {
	display: none;
}

/*
page title
*/

h1.page-title {
	padding: 0 45px 0 0;
	font-size: 16px;
	line-height: 22px;
}

/*
loader
*/

#pdp_loader {
	display: none;
}

#pdp_loader.on {
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
}

#pdp_loader.on > span {
	background: rgba(255,255,255,0.15);
	display: block;
	height: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#pdp_loader.on span:after {
	animation: pdploader 5s linear infinite alternate;
	background: #EE4B2B;
	box-sizing: border-box;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 96px;
}

@keyframes pdploader {
	0% {
		left: 0;
		transform: translateX(-1%);
	}
	100% {
		left: 100%;
		transform: translateX(-99%);
	}
}

/*
link copy clipboard
*/

.p-link-copy-clipboard {
	position: absolute;
	right: 0;
	top: -6px;
}

.p-link-copy-clipboard button {
	background: transparent url(/bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/images/share-icon.svg) no-repeat center center;
	border: 0 transparent;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0 none;
	padding: 0;
	position: relative;
	width: 40px;
}

.p-link-copy-clipboard button:hover,
.p-link-copy-clipboard.active button {
	background-color: #e2e2e2;
}

.tp {
	position: relative;
}

.tpt {
	background-color: #555;
	border-radius: 6px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	opacity: 0;
	padding: 5px 8px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: none;
	top: 8px;
	transition: opacity .6s;
	visibility: hidden;
	z-index: 1;
}

.p-link-copy-clipboard.active .tpt {
	opacity: 1;
	visibility: visible;
}

.tpt:after {
	border-color: transparent transparent #555;
	border-style: solid;
	border-width: 5px;
	bottom: 100%;
	content: "";
	margin: 0 0 0 -5px;
	position: absolute;
	right: 8%;
}

/*
utils
*/

.fw-bold {
	font-weight: 700 !important;
}

/*
pdp
*/

.pdp {
}

.pdp__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 15px;
}

@media only screen and (min-width: 768px) {
	.pdp__row.row-top {
		box-shadow: 0 1px 2px #00000029;
		border-radius: 2px;
	}
}

.pdp__box {
	background: #fff;
	flex: 0 1 auto;
	width: 100%;
	position: relative;
}

.pdp__box.lock:after {
	background: #ddd;
	bottom: 0;
	content: "";
	cursor: wait;
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
}

.pdp__box.box-advantages,
.pdp__box.box-joystick,
.pdp__box.box-applicability,
.pdp__box.box-list-offers,
.pdp__box.box-oem,
.pdp__box.box-accessory,
.pdp__box.box-kit,
.pdp__box.box-present_kits,
.pdp__box.box-description,
.pdp__box.box-analogs,
.pdp__box.box-faq,
.pdp__box.box-related-sections {
	box-shadow: 0 1px 2px #00000029;
	border-radius: 2px;
}

.pdp__box.box-offer {
	order: 1;
	padding: 12px;
	margin: 0 0 24px;
}

.pdp__box.box-properties {
	padding: 12px;
	order: 3;
}

.pdp__box.box-media {
	order: 2;
	padding: 12px;
	margin: 0 0 24px;
}

.pdp__box.box-advantages {
	padding: 12px 12px 0;
}

.pdp__box.box-applicability {
	padding: 12px;
}

.pdp__box.box-list-offers {
	padding: 12px 0;
}

.pdp__box.box-description {
	padding: 12px;
}

.pdp__box.box-joystick,
.pdp__box.box-faq,
.pdp__box.box-related-sections {
	padding: 12px 12px 7px;
}

@media only screen and (min-width: 768px) {
	.pdp__box.box-offer {
		width: 25%;
		order: 3;
		margin: 0;
	}

	.pdp__box.box-properties {
		width: 38%;
		order: 2;
		border-left: 2px solid #ddd;
		border-right: 2px solid #ddd;
	}

	.pdp__box.box-media {
		width: 37%;
		order: 1;
		margin: 0;
	}

	.pdp__box.box-list-offers {
		padding: 12px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.pdp__box.box-media,
	.pdp__box.box-properties,
	.pdp__box.box-offer {
		box-shadow: 0 1px 2px #00000029;
		border-radius: 2px;
	}
}

@media only screen and (min-width: 768px) {
}

.pdp__header {
	background: #f6f6f6;
	font-size: 20px;
	font-weight: 600;
	left: 0;
	line-height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 8px 12px;
	position: sticky;
	right: 0;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	top: 44px;
	white-space: nowrap;
	z-index: 993;
}

@media only screen and (min-width: 768px) {
	.pdp__header {
		top: 34px;
	}
}

.pdp__subheader {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 10px;
	padding: 0;
}

.pdp__description {
	background:#fff;
	border-radius:2px;
	box-shadow:0 1px 2px #00000029;
	margin:0 0 12px;
	padding:12px;
}

.pdp__description p {
	margin: 0;
	padding: 0;
}

.pdp__list {
	padding: 6px 0 0;
}

/*
price
*/

.pdp__price {
}

/*
brand rating
*/

.pdp__brand {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 7px;
}

.pdp__brand-name {
	flex: 0 1 auto;
	margin: 0 7px 0 0;
	overflow: hidden;
}

.pdp__brand-name a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}

.pdp__brand-rating {
	flex: 0 1 auto;
	height: 16px;
	overflow: hidden;
	position: relative;
	width: 100px;
}

.pdp__brand-rating-bg,
.pdp__brand-rating-value {
	background-color: transparent;
	background-position: 0;
	background-repeat: no-repeat;
	background-size: auto 16px;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
}

.pdp__brand-rating-bg {
	background-image: url(/bitrix/templates/autocompas_2025/images/catalog/rating-bg.svg);
	width: 100%;
	z-index: 1;
}

.pdp__brand-rating-value {
	background-image: url(/bitrix/templates/autocompas_2025/images/catalog/rating-val.svg);
	z-index: 2;
}

.pdp__brand-logo {
	flex: 0 0 auto;
	margin: 0 0 0 auto;
}

.pdp__brand-logo > img {
	height: 36px;
	width: auto;
}

/*
features
*/

.pdp__features {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pdp__feature {
	color: #747679;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.pdp__feature:after {
	background-image: radial-gradient(circle,rgba(0,0,0,.5) 1px,transparent 0);
	background-position-x: 50%;
	background-position-y: 100%;
	background-repeat: space no-repeat;
	background-size: 7.15px 4.5px;
	content: "";
	flex-grow: 1;
	height: 17px;
	margin: 0 3px;
	order: 2;
}

.pdp__feature .n, .pdp__feature .v {
	align-self: flex-end;
	flex: 0 1 auto;
}

.pdp__feature .n {
	word-wrap: normal;
	order: 1;
}

.pdp__feature .v {
	word-wrap: break-word;
	order: 3;
	text-align: right;
	white-space: pre-wrap;
}

.pdp__feature.feature-article-id {
	font-weight: 700;
	color: #000;
	margin: 0 0 4px;
}

/*
compatibility check
*/

.pdp__applicability-check {
	margin: 20px 0 8px;
}

.pdp__applicability-check-sv {
	background: #fffcf2;
	border-bottom: 2px solid #ffc600;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 8px;
	text-align: center;
}

.pdp__applicability-check-sv span {
	text-decoration: underline;
}

.pdp__applicability-check-no {
	background-color: #fbf2f2;
	border-bottom: 2px solid #b30000;
	color: #d52b1e;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 8px;
	text-align: center;
}

.pdp__applicability-check-no span {
	text-decoration: underline;
}

.pdp__applicability-check-yes {
	background-color: #f3f8f2;
	border-bottom: 2px solid #1f7400;
	color: #157400;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 8px;
	text-align: center;
}

.pdp__applicability-check-yes span {
	text-decoration: underline;
}

.pdp__applicability-check-v {
	background: #e8eeff;
	border: 1px solid #0052bd;
	margin: 10px 0 0;
	padding: 5px 8px;
}

/*
advantages
*/

.pdp__advantages {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 -12px;
}

.pdp__advantage {
	display: flex;
	flex: 0 0 auto;
	height: 100%;
	margin: 0 0 12px;
	padding: 0 12px;
	width: 100%;
}

.pdp__advantage span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	padding: 0 0 0 40px;
	position: relative;
}

.pdp__advantage span:before {
	content: "";
	display: block;
	height: 31px;
	left: 0;
	position: absolute;
	top: -4px;
	width: 31px;
}

.pdp__advantage.advantage-2 span:before {
	background: transparent url(/bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/images/advantage-2.svg) no-repeat 50%;
}

.pdp__advantage.advantage-5 span:before {
	background: transparent url(/bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/images/advantage-5.svg) no-repeat 50%;
}

.pdp__advantage.advantage-1 span:before {
	background: transparent url(/bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/images/advantage-1.svg) no-repeat 50%;
}

.pdp__advantage.advantage-3 span:before {
	background: transparent url(/bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/images/advantage-3.svg) no-repeat 50%;
}

.pdp__advantage.advantage-4 span:before {
	background: transparent url(/bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/images/advantage-4.svg) no-repeat 50%;
}

@media only screen and (min-width : 320px) {
}
 
@media only screen and (min-width : 480px) {
	.pdp__advantage {
		width: 50%;
	}
}
 
@media only screen and (min-width : 768px) {
	.pdp__advantage {
		width: 33.33%;
	}
}

@media only screen and (min-width : 992px) {
	.pdp__advantage {
		width: 20%;
	}
}

/*
nav
*/

.pdp__nav {
	overflow: hidden;
}

.pdp__nav-wrap {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 -12px;
	overflow: hidden;
	padding: 0;
}

.pdp__nav-item {
	flex: 0 0 auto;
	margin: 0 0 6px;
	padding: 0 6px;
	width: 100%;
}

.pdp__nav-item > button,
.pdp__nav-item > a {
	background: transparent;
	border: 0 none;
	color: #444;
	cursor: pointer;
	display: block;
	font-weight: 700;
	padding: 0 6px;
	text-align: left;
}

.pdp__nav-item > button:hover {
	color: #ffa218;
}

@media only screen and (min-width : 480px) {
	.pdp__nav-item {
		width: 50%;
	}
}
 
@media only screen and (min-width : 768px) {
	.pdp__nav-item {
		width: 33.33%;
	}
}

@media only screen and (min-width : 992px) {
	.pdp__nav-wrap {
		flex-wrap: nowrap;
		overflow-x: auto;
		overscroll-behavior: contain;
		scrollbar-color: #d3d3d3 #f5f5f5;
		scrollbar-width: thin;
	}

	.pdp__nav-item {
		width: auto;
	}
}

/*
offer
*/

.offer {
}

.offer__delivery {
	color: #575757;
	font-size: .975em;
	line-height: 1.5;
	margin: 0 0 5px;
	word-break: normal;
}

.offer.offer-delivery-today .offer__delivery,
.offer.offer-delivery-tomorrow .offer__delivery {
	color: green;
}

.offer.offer-delivery-after-tomorrow .offer__delivery {
	color: blue;
}

.offer__price {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 7px;
}

.offer__discount {
	align-self: auto;
	flex: 0 1 auto;
	order: 2;
	width: auto;
}

@media only screen and (min-width : 992px) {
	.offer__discount {
		margin: 0 5px 0 0;
		order: 2;
		width: auto;
	}
}

.offer__discount-old-price {
	color: #575757;
	display: inline-block;
	font-size: 14px;
	margin: 0 5px 4px 0;
	text-decoration: line-through;
	white-space: nowrap;
}

.offer__discount-value {
	background: #186615;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 4px;
	padding: 0 4px;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

.offer__discount-savings {
	color: #186615;
	display: block;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.offer__discount-savings i {
	font-style: normal;
}

.offer__price-formatted-value {
	align-self: auto;
	color: #000;
	flex: 0 1 auto;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 30px;
	margin: 0 15px 0 0;
	order: 1;
	white-space: nowrap;
	width: auto;
	word-spacing: -2px;
}

@media only screen and (min-width : 992px) {
	.offer__price-formatted-value {
		margin: 0 15px 0 0;
		order: 1;
		width: auto;
	}
}

.offer__add-cart {
	padding: 9px 0 0;
}

.offer__add-cart-btn {
	align-content: stretch;
	align-items: center;
	background: #ffd814;
	border: none;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px #fee7cd;
	color: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	justify-content: center;
	line-height: 20px;
	margin: 0;
	outline: 0;
	padding: 12px 10px;
	text-align: center;
	width: 100%;
}

.offer__add-cart-btn span.r {
	align-self: center;
	flex: 0 1 auto;
	padding: 0 0 0 28px;
	position: relative;
}

.offer__add-cart-btn span.r:before {
	background: url(/bitrix/templates/autocompas_2025/images/catalog/basket-black.svg?v=1) no-repeat 50%;
	background-size: 20px 23px;
	content: "";
	display: block;
	height: 20px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 23px;
}

/*
offer not stock
*/

.offer-out-of-stock {
}

.offer-out-of-stock__text {
	color: #9d0101;
	margin: 0 0 30px;
	padding: 0 0 0 25px;
	position: relative;
}

.offer-out-of-stock__text:before {
	background: url(/bitrix/templates/autocompas_2021/images/sections/catalog/offer-box_0.svg) no-repeat 50%;
	background-size: auto 100%;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 20px;
}

.offer-out-of-stock__btn {
	margin: 0 auto;
}

.offer-out-of-stock__btn a {
	background: #fff;
	border: 0 none;
	box-shadow: inset 0 0 0 1px #444;
	border-radius: 8px;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	line-height: 20px;
	margin: 0;
	outline: 0;
	overflow: hidden;
	padding: 12px 10px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.offer-out-of-stock__btn a:hover {
	box-shadow: inset 0 0 0 1px #ffa218;
	color: #ffa218;
}

.pdp__links {
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 0;
}

.pdp__link {
	flex: 0 0 auto;
	margin: 10px 0 0;
	padding: 0 8px 0 0;
}

.pdp__link-btn {
	background: #e9ecef;
	border: 0;
	border-radius: 4px;
	color: #3f566e;
	font-size: .725rem;
	line-height: 1.143;
	padding: 3px 4px;
	text-align: left;
}

/*
link dolyame
*/

.pdp__link.pdp__link--dolyame {
}

.pdp__link.pdp__link--dolyame .pdp__link-btn {
	background: #f5e7fe;
	color: #9628ef;
}

.pdp__media-wrap {
	display: flex;
	flex-direction: column;
}

@media only screen and (min-width: 768px) {
	.pdp__media-wrap {
		flex-direction: row;
	}
}

/*
thumbnails
*/

.thumbnails {
	display: flex;
	flex: 0 0 auto;
	flex-direction: row;
	order: 2;
	overflow: hidden;
}

@media only screen and (min-width: 768px) {
	.thumbnails {
		flex-direction: column;
		margin: 0 12px 0 0;
		order: 1;
	}
}

.thumbnails__viewport {
	flex: 0 1 auto;
	overflow: hidden;
	padding: 1px;
}

.thumbnails__container {
	display: flex;
	flex-direction: row;
	height: auto;
	touch-action: pan-x pinch-zoom;
}

@media only screen and (min-width: 768px) {
	.thumbnails__container {
		display: flex;
		flex-direction: column;
		max-height: 380px;
		touch-action: pan-y pinch-zoom;
	}
}

.thumbnails__slide {
	border: 1px solid #c9c9c9;
	cursor: pointer;
	flex: 0 0 auto;
	height: 70px;
	margin: 0 6px 0 0;
	overflow: hidden;
	padding: 1px;
	transform: translate3d(0,0,0);
	user-select: none;
	width: 70px;
}

@media only screen and (min-width: 768px) {
	.thumbnails__slide {
		margin: 0 0 6px;
	}
}

.thumbnails__slide:last-child {
	margin: 0;
}

.thumbnails__slide.thumbnails__slide--current {
	border: 1px solid #005bff;
}

.thumbnails__slide:not(.thumbnails__slide--current):hover {
	border: 1px solid #99bdff;
}

.thumbnails__slide > img {
	block-size: auto;
	font-size: 10px;
	height: auto;
	line-height: 14px;
	max-inline-size: 100%;
	max-width: 100%;
	object-fit: contain;
}

.thumbnails__button {
	border: 0 none;
	display: block;
	flex: 0 0 auto;
	height: 70px;
	width: 35px;
}

@media only screen and (min-width: 768px) {
	.thumbnails__button {
		height: 35px;
		width: 70px;
	}
}

.thumbnails__button[disabled="disabled"] {
	display: none;
}

.thumbnails__button.thumbnails__button--prev {
	background: #999 url(/bitrix/templates/autocompas_2025/images/icons/24_arrow_left.svg) no-repeat center center;
	margin: 0 6px 0 0;
}

.thumbnails__button.thumbnails__button--next {
	background: #999 url(/bitrix/templates/autocompas_2025/images/icons/24_arrow_right.svg) no-repeat center center;
	margin: 0 0 0 6px;
}

@media only screen and (min-width: 768px) {
	.thumbnails__button.thumbnails__button--prev {
		background: #999 url(/bitrix/templates/autocompas_2025/images/icons/24_arrow_up.svg) no-repeat center center;
		margin: 0 0 6px;
	}

	.thumbnails__button.thumbnails__button--next {
		background: #999 url(/bitrix/templates/autocompas_2025/images/icons/24_arrow_down.svg) no-repeat center center;
		margin: 6px 0 0;
	}
}

/*
gallery
*/

.pdp__gallery {
	flex: 0 1 auto;
	margin: 0 0 15px;
	order: 1;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.pdp__gallery {
		flex: 1 1 auto;
		margin: 0;
		order: 2;
		position: relative;
	}
}

/*
gallery image
*/

.pdp__gallery-image {
	align-content: center;
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	max-height: 490px;
	min-height: 327px;
	overflow: hidden;
}

.pdp__gallery-image img {
	block-size: auto;
	flex: 0 1 auto;
	font-size: 10px;
	height: auto;
	line-height: 14px;
	max-inline-size: 100%;
	max-width: 100%;
	object-fit: contain;
	width: unset;
}

/*
stickers
*/

.pdp__stickers {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 800;
}

,pdp__sticker {
}

.pdp__sticker + .pdp__sticker {
	margin: 8px 0 0;
}

.pdp__sticker.sticker-top span {
	background-color: #d50020;
	color: #FDEE00;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 24px;
	line-height: 18px;
	padding: 3px 8px;
}

.pdp__sticker.sticker-original span {
	background-color: #0052bd;
	color: #FDEE00;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	height: 24px;
	line-height: 18px;
	padding: 3px 8px;
}

.pdp__sticker.sticker-pickup-today span {
	background-color: #0C7302;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	height: 24px;
	line-height: 18px;
	padding: 3px 8px;
}

/*
applicability
*/

.pdp__applicability {
	background: #FFF;
	overflow-x: auto;
	position: relative;
}

.pdp__applicability table {
	width: 100%;
}

.pdp__applicability table > thead {
	position: relative;
}

.pdp__applicability table > thead:before {
	border-bottom: 2px #aaa solid;
	bottom: 4px;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
}

.pdp__applicability table > thead > tr > th {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 12px 16px 12px 4px;
	vertical-align: bottom;
	text-align: left;
}

.pdp__applicability table > thead > tr > th:last-child {
	padding-right: 4px;
}

.pdp__applicability table > tbody > tr {
	cursor: pointer;
}

.pdp__applicability table > tbody > tr:hover {
	background: #f0f0f0;	
}

.pdp__applicability table a {
	color: #0052bd;
	text-decoration: none;
}

.pdp__applicability table a:hover {
	text-decoration: underline;
}

.pdp__applicability-b {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 6px 16px 6px 4px;
	vertical-align: top;
}

.pdp__applicability-b:last-child {
	padding-right: 4px;
}

.pdp__applicability-h.h-make {
	width: auto;
}

.pdp__applicability-h.h-model {
	width: auto;
}

.pdp__applicability-h.h-modification {
	max-width: 200px;
}

.pdp__applicability-h.h-power {
	max-width: 120px;
}

.pdp__applicability-h.h-cylinder-capacity {
	max-width: 100px;
}

.pdp__applicability-h.h-impulsion-type {
	max-width: 180px;
}

.pdp__applicability-h.h-fuel-type {
	max-width: 200px;
}

.pdp__applicability-h.h-year {
	max-width: 120px;
}

.pdp__applicability-h.h-engine-code {
	width: auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.pdp__applicability-b {
		white-space: nowrap;
	}
}

.pdp__applicability.loading:before {
	background: #fff;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 777;
}

/*
list offers
*/

.pdp__list-offers {
}

/*
list offers header
*/

.pdp__list-offers-header {
	-ms-grid-columns: 25% 25% 25% 25%;
	-ms-grid-rows: auto;
	border-bottom: 1px solid #d9d9d9;
	display: -ms-grid;
	display: grid;
	grid-template-areas: "delivery availability store price";
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: auto;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-header {
		-ms-grid-columns: 58% 8% 8% 12% 9% 1fr;
		-ms-grid-rows: auto;
		grid-template-areas: "name delivery availability store price addcart";
		grid-template-columns: 58% 8% 8% 12% 9% 1fr;
	}
}

.pdp__list-offers-header-col {
	-ms-grid-row-align: center;
	align-self: center;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdp__list-offers-header-col.col-name {
	display: none;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-header-col.col-name {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		display: block;
		grid-area: name;
	}
}

.pdp__list-offers-header-col.col-delivery {
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	grid-area: delivery;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-header-col.col-delivery {
		-ms-grid-column: 2;
	}
}

.pdp__list-offers-header-col.col-availability {
	-ms-grid-column: 2;
	-ms-grid-row: 1;
	grid-area: availability;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-header-col.col-availability {
		-ms-grid-column: 3;
	}
}

.pdp__list-offers-header-col.col-store {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	grid-area: store;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-header-col.col-store {
		-ms-grid-column: 4;
	}
}

.pdp__list-offers-header-col.col-price {
	-ms-grid-column: 4;
	-ms-grid-row: 1;
	grid-area: price;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-header-col.col-price {
		-ms-grid-column: 5;
	}
}

.pdp__list-offers-header-col.col-add-cart {
	display: none;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-header-col.col-add-cart {
		-ms-grid-column: 6;
		-ms-grid-row: 1;
		grid-area: addcart;
	}
}

/*
list offers sort btn
*/

.pdp__list-offers-sort-btn {
	background: none;
	border: 0;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	overflow: hidden;
	padding: 0 15px 0 0;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.pdp__list-offers-sort-btn:after {
	bottom: 0;
	content: "\25BC";
}

.pdp__list-offers-sort-btn:after,
.pdp__list-offers-sort-btn:before {
	display: block;
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	opacity: .125;
	position: absolute;
	right: 0;
	text-align: center;
	width: 10px;
}

.pdp__list-offers-sort-btn[value="asc"]:before,
.pdp__list-offers-sort-btn[value="desc"]:after {
	opacity: .6;
}

.pdp__list-offers-sort-btn:before {
	content: "\25B2";
	top: 0;
}

.pdp__list-offers-header-col.col-price .pdp__list-offers-sort-btn {
	text-align: right;
}

/*
list offers body
*/

.pdp__list-offers-body {
	border-bottom: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pdp__list-offers-offer {
	border-bottom: 1px solid #d9d9d9;
	display: -ms-grid;
	display: grid;
}

.pdp__list-offers-offer[data-status="today"] {
	background-color: #008734 !important;
	color: #fff !important;
}

.pdp__list-offers-offer[data-status="tomorrow"] {
	background-color: #007eb4 !important;
	color: #fff !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.pdp__list-offers-offer {
		-ms-grid-columns: 1fr 1fr 1fr 1fr auto;
		-ms-grid-rows: auto auto;
		grid-template-areas: "name name name name name" "delivery availability store price addcart";
		grid-template-columns: 17% 17% 20% auto 58px;
		grid-template-rows: auto auto;
	}
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-offer {
		-ms-grid-columns: 58% 8% 8% 12% 9% 1fr;
		-ms-grid-rows: auto;
		grid-template-areas: "name delivery availability store price addcart";
		grid-template-columns: 58% 8% 8% 12% 9% 1fr;
		grid-template-rows: auto;
	}
}

#pdp__list-offers:not(.show-more) .pdp__list-offers-offer:nth-child(n+11) {
	display: none;
}

.pdp__list-offers-offer:nth-child(2n+1) {
	background: #f9f9f9;
}

.pdp__list-offers-offer-col {
	-ms-grid-row-align: center;
	align-self: center;
	overflow: hidden;
	padding: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pdp__list-offers-offer-col.col-name {
	-ms-grid-column: 1;
	-ms-grid-column-span: 5;
	-ms-grid-row: 1;
	grid-area: name;
	padding: 5px 5px 2px;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-offer-col.col-name {
		-ms-grid-column-span: 1;
		grid-area: name;
	}
}

.pdp__list-offers-offer-col.col-delivery {
	-ms-grid-column: 1;
	-ms-grid-row: 2;
	grid-area: delivery;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-offer-col.col-delivery {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
}

.pdp__list-offers-offer-col.col-availability {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	grid-area: availability;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-offer-col.col-availability {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}
}

.pdp__list-offers-offer-col.col-store {
	-ms-grid-column: 3;
	-ms-grid-row: 2;
	grid-area: store;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-offer-col.col-store {
		-ms-grid-column: 4;
		-ms-grid-row: 1;
	}
}

.pdp__list-offers-offer-col.col-price {
	-ms-grid-column: 4;
	-ms-grid-row: 2;
	grid-area: price;
	text-align: right;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-offer-col.col-price {
		-ms-grid-column: 5;
		-ms-grid-row: 1;
	}
}

.pdp__list-offers-offer-col.col-add-cart {
	-ms-grid-column: 5;
	-ms-grid-row: 2;
	grid-area: addcart;
	text-align: right;
}

@media only screen and (min-width: 768px) {
	.pdp__list-offers-offer-col.col-add-cart {
		-ms-grid-column: 6;
		-ms-grid-row: 1;
	}
}

.pdp__list-offers-offer-price-old-formatted {
	display: block;
	font-size: 11px;
	font-weight: 400;
	line-height: 15px;
	margin: 0;
	text-decoration: line-through;
}

.pdp__list-offers-offer-price-formatted {
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
}

.pdp__list-offers-offer-col.col-add-cart .add-cart {
	margin: 0 0 0 auto;
	width: 55px;
}

.pdp__list-offers-offer-col.col-add-cart .add-cart button {
	background: #ffe000 url(/bitrix/templates/autocompas_2025/images/catalog/basket-black.svg?v=1) no-repeat 50%;
	border: 0;
	border-radius: 3px;
	margin: 0;
	padding: 5px;
	width: 44px;
	display: block;
}

/*
list offers more
*/

.pdp__list-offers-more {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin: 20px 0 0;
}

.pdp__list-offers-more-btn {
	background: none;
	border: none;
	box-shadow: inset 0 0 0 1px #444;
	color: #444;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: .05rem;
	line-height: 1.5;
	padding: 9px 20px;
	position: relative;
	transition: color .25s .0833333333s;
}

.pdp__offer-sticky {
	box-shadow: 0 -1px 2px rgba(0,0,0,.1019607843);
	display: none;
	height: 0;
}

.pdp__offer-sticky .offer__add-cart-btn {
	justify-content: unset;
}

.pdp__offer-sticky .offer__add-cart-btn span.l {
	flex: 0 0 auto;
	margin: 0 10px;
}

.pdp__offer-sticky .offer__add-cart-btn span.r {
	flex: 0 0 auto;
	margin: 0 10px 0 auto;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.isSticky .pdp__offer-sticky {
		position: fixed;
		bottom: 64px;
		left: 0;
		right: 0;
		background: #fff;
		height: auto;
		display: block;
		z-index: 999;
		padding: 8px;
	}

	.isSticky .pdp__offer-sticky .pdp__links {
		margin-top: 2px;
		flex-wrap: nowrap;
		height: 100%;
	}

	.isSticky .pdp__offer-sticky .pdp__link {
		margin-top: 6px;
		height: 100%;
	}

	.isSticky .pdp__offer-sticky .pdp__link-btn {
		font-size: 3.45vw;
	}
}



/*
*/

.products-list {
}

.catalog-products {
	margin: 0 0 -1px;
}

.catalog-product {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

@media only screen and (min-width : 320px) {
	.catalog-products {
		margin: 0 -1px -1px 0;
	}

	.catalog-products__wrap {
		display: flex;
		flex-wrap: wrap;
	}

	.catalog-product {
		border-right: 1px solid #ddd;
		flex: 0 0 50%;
	}
}
 
@media only screen and (min-width : 480px) {
	.catalog-product {
		flex: 0 0 33.33%;
	}
}
 
@media only screen and (min-width : 768px) {
	.catalog-product {
		flex: 0 0 33.33%;
	}
}
 
@media only screen and (min-width : 992px) {
	.catalog-product {
		flex: 0 0 25%;
	} 
}
 
@media only screen and (min-width : 1200px) {
	.catalog-product {
		flex: 0 0 20%;
	} 
}

/*
*/

@media only screen and (min-width : 320px) {
	.products-list.--sidebar .catalog-products__wrap {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -1px -1px 0;
	}

	.products-list.--sidebar .catalog-product {
		border-right: 1px solid #ddd;
		flex: 0 0 50%;
	}
}
 
@media only screen and (min-width : 480px) {
	.products-list.--sidebar .catalog-product {
		flex: 0 0 33.33%;
	}
}
 
@media only screen and (min-width : 768px) {
	.products-list.--sidebar {
		display: flex;
		flex-wrap: nowrap;
	}

	.catalog-sidebar {
		flex: 0 0 auto;
		width: 33.33%;
		border-right: 1px solid #ddd;
	}

	.products-list.--sidebar .catalog-products {
		flex: 0 0 auto;
		width: 66.67%;
	}

	.products-list.--sidebar .catalog-product {
		flex: 0 0 50%;
	}
}
 
@media only screen and (min-width : 992px) {
	.catalog-sidebar {
		width: 25%;
	}

	.products-list.--sidebar .catalog-products {
		width: 75%;
	}

	.products-list.--sidebar .catalog-product {
		flex: 0 0 33.33%;
	} 
}
 
@media only screen and (min-width : 1200px) {
	.catalog-sidebar {
		width: 20%;
	}

	.products-list.--sidebar .catalog-products {
		width: 80%;
	}

	.products-list.--sidebar .catalog-product {
		flex: 0 0 25%;
	} 
}

.catalog-filter {
	padding: 12px;
}

@media (min-width: 768px) {
	.catalog-filter {
		position: sticky;
		top: 80px;
		z-index: 992;
	}
}

/*
*/

.products-list.--loading .catalog-product__image,
.products-list.--loading .catalog-product__name,
.products-list.--loading .catalog-product__article-id,
.products-list.--loading .catalog-product__brand,
.products-list.--loading .catalog-product__separator,
.products-list.--loading .catalog-product__offer {
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.shimmer-img {
	animation: shimmer 3s;
	animation-iteration-count: infinite;
	background: linear-gradient(to right, rgba(0, 48, 120, .08) 5%, rgba(0, 48, 120, .019) 25%, rgba(0, 48, 120, .08) 35%);
	background-size: 1000px 100%;
	border-radius: 8px;
	height: 196px;
	margin: 0 0 12px;
}

.shimmer-line {
	animation: shimmer 3s;
	animation-iteration-count: infinite;
	background: linear-gradient(to right, rgba(0, 48, 120, .08) 5%, rgba(0, 48, 120, .019) 25%, rgba(0, 48, 120, .08) 35%);
	background-size: 1000px 100%;
	height: 18px;
}

.shimmer-line + .shimmer-line {
	margin: 12px 0 0;
}

@keyframes shimmer {
	from {
		background-position: -1000px 0;
	}
	to {
		background-position: 1000px 0;
	}
}

/*
*/

.catalog-product__wrap {
	padding: 12px;
	word-break: break-all;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.catalog-product__image {
	flex: 0 1 auto;
	align-content: center;
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: opacity .2s;
	transition-timing-function: linear;
	height: 196px;
	margin: 0;
	margin-bottom: 12px;
}

.catalog-product__image img {
	aspect-ratio: auto;
	font-size: 10px;
	height: auto;
	inset: 0;
	line-height: 14px;
	margin: auto;
	max-height: 196px;
	max-width: 100%;
	width: unset;
}

.catalog-product__image-mask {
	background: rgba(0,48,120,.039);
	border-radius: 12px;
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.catalog-product__name {
	flex: 0 1 auto;
	font-size: .875rem;
	line-height: 1.143;
	margin: 0 0 5px;
}

.catalog-product__name a {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #0052bd;
	display: -webkit-box;
	font-size: 1rem;
	line-height: 1.375rem;
	max-height: 3em;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	text-overflow: ellipsis;
	transition: color .1s ease;
}

.catalog-product__name a:hover {
	color: #fc5808;
}

.catalog-product__article-id {
	flex: 0 1 auto;
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin: 0 0 8px;
	word-break: normal;
}

.catalog-product__article-id span {
	font-size: 0.750rem;
	line-height: 1.125rem;
	color: #747679;
}

.catalog-product__brand {
	align-content: center;
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	font-size: .875rem;
	line-height: 1.125rem;
	margin: 0 0 3px;
}

.catalog-product__brand-name {
	flex: 0 1 auto;
	margin: 0 8px 5px 0;
	font-weight: bold;
}

.catalog-product__brand-rating {
	flex: 0 1 auto;
	height: 16px;
	margin: 0 0 5px;
	overflow: hidden;
	position: relative;
	width: 98px;
}

.catalog-product__brand-rating-bg,
.catalog-product__brand-rating-value {
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 16px;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
}

.catalog-product__brand-rating-bg {
	background-image: url(/bitrix/templates/autocompas_2025/images/catalog/rating-bg.svg);
	width: 100%;
	z-index: 1;
}

.catalog-product__brand-rating-value {
	background-image: url(/bitrix/templates/autocompas_2025/images/catalog/rating-val.svg);
	z-index: 2;
}

.catalog-product__separator {
	flex: 1 1 auto;
	margin: 0 0 5px;
}

.catalog-product__offer {
	flex: 0 1 auto;
}

/*
*/

.dialog-container.dialog-pdp-dolyame {
	left: auto;
	right: 0;
	width: 100%;
}

.dialog-container.dialog-pdp-dolyame .dialog-content {
	box-shadow: none;
	width: 100%;
	max-width: none;
	max-height: none;
	height: 100%;
}

.dialog-container.dialog-pdp-dolyame .dialog-header {
	padding: 14px 48px 13px 12px;
	background: rgba(222, 226, 230, 0.5);
}

.dialog-container.dialog-pdp-dolyame .dialog-header h1 {
	text-transform: uppercase;
}

.dialog-container.dialog-pdp-dolyame .dialog-close {
	top: 11px;
	transform: none;
}

.dialog-container.dialog-pdp-dolyame .dialog-body {
	scrollbar-color: #6969dd #e0e0e0;
	scrollbar-width: thin;
	margin: 12px 0;
	padding: 0 12px;
}

@media (min-width: 768px) {
	.dialog-container.dialog-pdp-dolyame {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.dialog-container.dialog-pdp-dolyame {
		width: 35%;
	}
}

@media (min-width: 1200px) {
	.dialog-container.dialog-pdp-dolyame {
		width: 25%;
	}
}

/*
*/

.dialog-container.dialog-pdp-delivery {
	left: auto;
	right: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.dialog-container.dialog-pdp-delivery {
		bottom: 17%;
		top: 17%;
		left: 50%;
		margin-left: -350px;
		width: 700px;
	}
}

@media (min-width: 992px) {
	.dialog-container.dialog-pdp-delivery {
		bottom: 17%;
		top: 17%;
		left: 50%;
		margin-left: -450px;
		width: 900px;
	}
}

@media (min-width: 1200px) {
	.dialog-container.dialog-pdp-delivery {
		bottom: 17%;
		top: 17%;
		left: 50%;
		margin-left: -500px;
		width: 1000px;
	}
}

@media (min-width: 1400px) {
	.dialog-container.dialog-pdp-delivery {
		bottom: 17%;
		top: 17%;
		left: 50%;
		margin-left: -600px;
		width: 1200px;
	}
}

.dialog-container.dialog-pdp-delivery .dialog-content {
	box-shadow: none;
	width: 100%;
	max-width: none;
	max-height: none;
	height: 100%;
}

.dialog-container.dialog-pdp-delivery .dialog-header {
	padding: 14px 48px 13px 12px;
	background: rgba(222, 226, 230, 0.5);
}

.dialog-container.dialog-pdp-delivery .dialog-header h1 {
	text-transform: uppercase;
}

.dialog-container.dialog-pdp-delivery .dialog-close {
	top: 11px;
	transform: none;
}

.dialog-container.dialog-pdp-delivery .dialog-body {
	scrollbar-color: #6969dd #e0e0e0;
	scrollbar-width: thin;
	margin: 12px 0;
	padding: 0 12px;
}

/*
*/

.dialog-container.dialog-pdp-garage {
	left: 0;
	right: 0;
	width: auto;
	outline: none;
}

@media (min-width: 768px) {
	.dialog-container.dialog-pdp-garage {
		bottom: auto;
		top: 20px;
		left: 20px;
		right: 20px;
	}
}

.dialog-container.dialog-pdp-garage .dialog-content {
	box-shadow: none;
	width: 100%;
	max-width: none;
	max-height: 94vh;
	height: 100%;
}

.dialog-container.dialog-pdp-garage .dialog-header {
	padding: 14px 48px 13px 12px;
	background: rgba(222, 226, 230, 0.5);
}

.dialog-container.dialog-pdp-garage .dialog-header h1 {
	text-transform: uppercase;
}

.dialog-container.dialog-pdp-garage .dialog-close {
	top: 11px;
	transform: none;
}

.dialog-container.dialog-pdp-garage .dialog-body {
	scrollbar-color: #6969dd #e0e0e0;
	scrollbar-width: thin;
	margin: 12px 0;
	padding: 0 12px;
}

/*
*/

.invalid-feedback {
	color: #dc3545;
	display: none;
	font-size: .875em;
	margin-top: .25rem;
	width: 100%;
}

.d-none {
	display: none !important;
}

/*
*/

.mgarage {
}

.mgarage__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 14px;
}

.mgarage-add {
	padding: 0 0 5px;
}

.mgarage-add__by-vin {
	margin: 0 0 20px;
}

.mgarage-add__by-vin-input {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	max-width: 300px;
	position: relative;
	width: 100%;
}

.mgarage-add__by-vin-input input[type="text"] {
	appearance: none;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-right: none;
	color: #212529;
	display: block;
	flex: 1 1 auto;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	min-width: 0;
	padding: 6px 12px;
	position: relative;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 1%;
	z-index: 2;
}

.mgarage-add__by-vin-input input[type="text"]:focus {
	background-color: #fff;
	border-color: #86b7fe;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
	color: #212529;
	outline: 0;
}

.mgarage-add__by-vin-input button[type=button] {
	position: relative;
	z-index: 3;
	cursor: pointer;
	appearance: button;
	user-select: none;
	background-color: #fff;
	border: 1px solid #6c757d;
	display: block;
	margin: 0;
	padding: 6px 12px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-left: -1px;
}

.mgarage-add__by-vin-input button[type="button"]:focus {
	background-color: #6c757d;
	color: #fff;
}

.mgarage-add__step.step--makes {
}

.mgarage-add__letters {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.mgarage-add__letters li {
	flex: 0 1 auto;
	margin: 0 7px 5px 0;
}

.mgarage-add__letter {
	color: #0052bd;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	padding: 0;
	margin: 0 5px 0 0;
}

.mgarage-add__letter:hover {
	text-decoration: underline;
}

.mgarage-add__letter.selected {
	color: #f59c04;
	font-weight: bold;
	text-decoration: underline;
}

.mgarage-add__letter.selected:hover {
	text-decoration: none;
}

.garage-add__nav {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 5px;
}

.garage-add__back {
	border: 0 none;
	color: #0052bd;
	cursor: pointer;
	flex: 0 1 auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 20px 5px 0;
	padding: 0;
}

.garage-add__back:hover {
	text-decoration: underline;
}

.garage-add__path {
	color: #0052bd;
	cursor: pointer;
	flex: 0 1 auto;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	margin: 0 20px 5px 0;
	white-space: nowrap;
}

.garage-add__path:last-child {
	margin-right: 0;
}

.garage-add__path:hover {
	text-decoration: underline;
}

.mgarage-add__list.list--cols {
	column-count: 1;
	column-gap: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width : 320px) {
	.mgarage-add__list.list--cols {
		column-count: 2;
	}
}
 
@media only screen and (min-width : 480px) {
	.mgarage-add__list.list--cols {
		column-count: 3;
	}
}

@media (min-width: 768px) {
	.mgarage-add__list.list--cols {
		column-count: 4;
	}
}

@media (min-width: 992px) {
	.mgarage-add__list.list--cols {
		column-count: 5;
	}
}

@media (min-width: 1200px) {
	.mgarage-add__list.list--cols {
		column-count: 6;
	}
}

.mgarage-add__list.list--cols.filtration {
	column-count: 1;
}

.mgarage-add__list.list--cols li {
	-webkit-column-break-inside:avoid;
	break-inside: avoid;
	display: flex;
	margin: 0 5px 10px 0;
	padding: 0;
	page-break-inside: avoid;
}

.mgarage-add__list.list--cols .mgarage-add__item {
	color: #0052bd;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}

.mgarage-add__list.list--cols .mgarage-add__item:hover {
	text-decoration: underline;
}

.mgarage-add__list.list--tags {
	align-content: stretch;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: none;
	margin: 0 -10px;
	padding: 0;
}

.mgarage-add__list.list--tags li {
	margin: 0 0 20px;
	padding: 0 10px;
}

.mgarage-add__list.list--tags .mgarage-add__item {
	border: 1px #0052bd solid;
	border-radius: 4px;
	color: #0052bd;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.mgarage-add__list.list--tags .mgarage-add__item:hover {
	background: #e8eeff;
	text-decoration: underline;
}

.mgarage-add__list.list--table {
	overflow-x: auto;
}

.mgarage-add__list.list--table table {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.mgarage-add__list.list--table thead,
.mgarage-add__list.list--table tbody,
.mgarage-add__list.list--table tr {
	display: contents;
}

.mgarage-add__list.list--table tbody tr {
	cursor: pointer;
}

.mgarage-add__list.list--table tbody tr:hover td {
	background: #e0e0e0;
}

.mgarage-add__list.list--table th {
	background: #e8eeff;
	border-bottom: 2px solid #0052bd;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 5px 6px;
	text-align: left;
}

.mgarage-add__list.list--table [colspan="6"] {
	grid-column: 1 / -1;
}

.mgarage-add__list.list--table tr:nth-child(even) > * {
	background: #e9e9e9;
}

.mgarage-add__list.list--table td {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	padding: 5px 6px;
}

.mgarage-add__list.list--table [colspan="6"] {
	padding-bottom: 0;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
	.mgarage-add__list.list--table th,
	.mgarage-add__list.list--table th {
		white-space: nowrap;
	}
}



@-webkit-keyframes anim1 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 179.025;
	}
}

@keyframes anim1 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 179.025;
	}
}

@-webkit-keyframes anim2 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 119.35;
	}
}

@keyframes anim2 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 119.35;
	}
}

@-webkit-keyframes anim3 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 59.675;
	}
}

@keyframes anim3 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 59.675;
	}
}

@-webkit-keyframes anim4 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes anim4 {
	0% {
		stroke-dashoffset: 238.7;
	}
	to {
		stroke-dashoffset: 0;
	}
}

.mdolyame {
}

.mdolyame__subtitle {
	font-size: 16px;
	line-height: 160%;
	margin: 0 0 40px;
}

.mdolyame__parts {
	margin: 0 0 60px;
}

@media (max-width: 1440px) {
	.mdolyame__parts {
		margin: 0 0 40px;
	}
}

@media (max-width: 1024px) {
	.mdolyame__parts {
		margin: 0 0 30px;
	}
}

.mdolyame__parts-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mdolyame__part {
	display: flex;
	align-items: center;
	margin: 0 0 60px;
}

.mdolyame__part:last-child {
	margin: 0 0 0;
}

@media (max-width: 1440px) {
	.mdolyame__part {
		margin: 0 0 40px;
	}
}

.mdolyame__part-icon {
	position: relative;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	margin: 0 36px 0 0;
	border-radius: 50%;
	padding: 2px;
}

.mdolyame__part-icon svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	stroke: #333;
	stroke-width: 4px;
	stroke-dasharray: 238.7 238.7;
	stroke-dashoffset: 238.7;
}

.mdolyame__part-icon:before {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #e4e4e4;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mdolyame__part-icon:after {
	content: "";
	background-color: #cfcfcf;
	position: absolute;
	top: -webkit-calc(100% + 16px);
	top: calc(100% + 16px);
	width: 1px;
	height: 28px;
	left: 40px;
}

.mdolyame__part:last-child .mdolyame__part-icon:after,
.mdolyame__part:last-child .mdolyame__part-icon:before {
	display: none;
}

.mdolyame__part:first-child .mdolyame__part-icon svg {
	-webkit-animation: anim1 1s;
	animation: anim1 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mdolyame__part:nth-child(2) .mdolyame__part-icon svg {
	-webkit-animation: anim2 1s;
	animation: anim2 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mdolyame__part:nth-child(3) .mdolyame__part-icon svg {
	-webkit-animation: anim3 1s;
	animation: anim3 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mdolyame__part:nth-child(4) .mdolyame__part-icon svg {
	-webkit-animation: anim4 1s;
	animation: anim4 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.mdolyame__part-icon-wrap {
	border-radius: 50%;
	border: 1px solid #cfcfcf;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mdolyame__part-detail {
}

.mdolyame__part-value {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
}

@media (max-width: 1440px) {
	.mdolyame__part-value {
		font-size: 24px;
		line-height: 29px;
	}
}

@media (max-width: 1024px) {
	.mdolyame__part-value {
		font-size: 20px;
		line-height: 24px;
	}
}

.mdolyame__part-payment-term {
	font-size: 16px;
	line-height: 20px;
}

.mdolyame__part-icon-end {
	width: 40px;
	height: 40px;
	max-width: 100%;
	max-height: 100%;
}

.mdolyame__part-icon-end svg {
	width: 100%;
	height: 100%;
	stroke: transparent;
	-webkit-transform: none;
	transform: none;
	position: static;
	-webkit-animation: none;
	animation: none;
}

.mdolyame__advantages {
	padding: 24px;
	margin: 0 0 20px;
	background-color:#f4f4f4;
}

.mdolyame__advantages-wrap {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mdolyame__advantage {
	position: relative;
	padding: 0 0 0 36px;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 16px;
}

.mdolyame__advantage:last-child {
	margin-bottom: 0;
}

.mdolyame__advantage:before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(//www.autocompas.ru/bitrix/templates/autocompas_2022/images/icon-check.svg);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*
*/

.mdelivery {
}

.mdelivery__services {
}

.mdelivery__service {
	margin: 0 0 12px;
	padding: 0 0 6px;
	border-bottom: 2px solid #e0e0e0;
}

.mdelivery__service:last-child {
	margin: 0;
}

.mdelivery__service-name {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 6px;
}

.mdelivery__service-description {
}

.mdelivery__points {
}

.mdelivery__points-title {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin: 0 0 12px;
}

.mdelivery__points ul {
	margin: 0;
	padding: 0 0 0 32px;
	list-style-type: disc;
}

.mdelivery__points ul.--columns {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(1, auto);
	grid-gap: 10px;
}

@media only screen and (min-width : 480px) {
	.mdelivery__points ul.--columns {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) {
	.mdelivery__points ul.--columns {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 992px) {
	.mdelivery__points ul.--columns {
		grid-template-columns: repeat(4, 1fr);
	}
}

.mdelivery__points ul > li {
	padding: 0;
	margin: 0 0 12px;
}

.mdelivery__points ul.--columns > li {
	margin: 0;
	-webkit-column-break-inside:avoid;
	break-inside: avoid;
	page-break-inside: avoid;
}

.mdelivery__point {
	display: flex;
	flex-direction: column;
}

.mdelivery__points ul.--columns > li .mdelivery__point {
	background: #f1f1f1;
	display: flex;
	padding: 5px;
	flex-direction: column;
	height: 100%;
}

.mdelivery__point-info p {
	margin: 0;
}

.products-list__page-next {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 12px 0;
}

button.products-list__page-next-btn {
	appearance: none;
	background-color: #0052bd;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	outline: 0;
	padding: 14px 26px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

.catalog-filter {
}

.catalog-filter__title {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.375rem;
	padding: 0 0 10px;
}

.catalog-filter__groups {
}

.catalog-filter__group {
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
}

.catalog-filter__group-search {
	border: 1px solid #ddd;
	display: flex;
	flex-wrap: nowrap;
	margin: 12px 0 0;
}

.catalog-filter__group-search:focus-within {
	border: 1px solid #000;
}

.catalog-filter__group-search input[type="text"] {
	background: transparent;
	border: 0 none;
	flex: 1 1 auto;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	outline: none;
	padding: 6px 8px;
}

.catalog-filter__group-search input[type="text"]:placeholder {
	color: #aaa;
}

.catalog-filter__group-search button[type="reset"] {
	display: none;
}

.catalog-filter__group-search input[type="text"]:required:valid ~ button[type="reset"] {
	background: url(/bitrix/templates/autocompas_2022/images/icon-close-small.svg) 50% no-repeat;
	background-size: 10px 10px;
	border: 0;
	cursor: pointer;
	display: block;
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	width: 26px;
}

.catalog-filter__group-title {
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}

.catalog-filter__group-values {
	margin: 0;
	max-height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 0;
	scrollbar-color: #d3d3d3 #f5f5f5;
	scrollbar-width: thin;
	scroll-snap-type: y mandatory;
}

.catalog-filter__group-value {
	display: block;
	display: flex;
	flex-direction: column;
	scroll-snap-align: start;
}

.catalog-filter__group-value label {
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0 0 0 24px;
	position: relative;
	width: auto;
}

.catalog-filter__group-value input[type="checkbox"] {
	display: none;
}

.catalog-filter__group-value i {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.catalog-filter__group-value i:after {
	border: 2px solid #fff;
	border-right: 0;
	border-top: 0;
	content: "";
	height: 5px;
	left: -21px;
	position: absolute;
	top: 4px;
	transform: rotate(-45deg) scale(0);
	width: 10px;
}

.catalog-filter__group-value i:before {
	background: #ebf7ff;
	border: 1px solid #0052bd;
	border-radius: 1px;
	content: "";
	height: 16px;
	left: -24px;
	position: absolute;
	width: 16px;
}

.catalog-filter__group-value input[type="checkbox"]:checked + i:after {
	transform: rotate(-45deg) scale(1);
}

.catalog-filter__group-value input[type="checkbox"]:checked + i:before {
	background: #0052bd;
	border: 1px solid #0052bd;
}

.catalog-filter__group-value s {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.catalog-filter__group-search-nothing-found {
	background: #717b00;
	border-radius: 2px;
	color: #fff;
	display: none;
	font-style: italic;
	padding: 5px 8px;
}

.catalog-filter__group.nothing_found .catalog-filter__group-search-nothing-found {
	display: block;
}

.offer__dolyame {
	background: #f5e7fe;
	color: #9628ef;
	display: inline-block;
	border-radius: 4px;
	font-size: .725rem;
	line-height: 1.143;
	padding: 3px 4px;
	text-align: left;
}

.noscript {
	background-color: #f8d7da;
	border-color: #f5c2c7;
	color: #842029;
	margin: 0 0 12px;
	padding: 12px;
}

/* End */
/* /bitrix/templates/autocompas_2025/components/autocompas/autoparts.detail/.default/style.css?175118549954964 */
