

/* Start:/local/templates/pprolled/assets/css/dilers.css?178299231412022*/
.dilers-v2 .header-center__btn {
	padding-top: 50px;
}

.dilers-v2-hero {
	background: #011c2c;
	position: relative;
	min-height: 600px;
	overflow: hidden;
	display: flex;
}
.dilers-v2-hero .row {
	align-items: center;
}
.dilers-v2-hero .header-center__btn {
	padding-top: 100px;
}
.dilers-v2-hero:before {
	content: '';
	width: 500px;
	height: 600px;
	left: 0;
	top: 0;
	position: absolute;
	background-image: url('/images/dilers/v2/hero-back-left.png');
	background-size: contain;
}
.dilers-v2-hero:after {
	content: '';
	width: 500px;
	height: 600px;
	right: 0;
	top: 0;
	position: absolute;
	background-image: url('/images/dilers/v2/hero-back-right.png');
	background-size: cover;
}
.dilers-v2-hero__text {
	position: relative;
	z-index: 2;
	padding: 100px 0;
}
.dilers-v2-hero__title {
	font-size: 44px;
	line-height: 130%;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-bottom: 20px;
	font-weight: 500;
}
.dilers-v2-hero__chain {
	transform: scaleX(-1);
	position: absolute;
	right: -160px;
	bottom: -170px;
	width: 1000%;
	max-width: 680px;
	height: 100%;
	object-fit: contain;
	object-position: right bottom;
	z-index: 1;
}

.dilers-v2-avantages {
	margin-top: 80px;
	padding-bottom: 80px;
}
.dilers-v2-avantages__top {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-top: 50px;
	padding-bottom: 50px;
}
.dilers-v2-avantages__stat {
	padding: clamp(16px,3vw,36px) clamp(16px,2.5vw,30px);
	border-left: 1px solid rgba(255,255,255,0.15);
}
.dilers-v2-avantages__stat-val {
	font-size: clamp(14px,2vw,22px);
	font-weight: 900;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 6px;
}
.dilers-v2-avantages__stat-label {
	font-size: clamp(9px,1vw,11px);
	color: #7a8fa8;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 150%;
	margin-top: 20px;
}
.dilers-v2-avantages__bottom {
	position: relative;
	background-image: url('/images/dilers/v2/maps-v2.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 200px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.dilers-v2-avantages__mega {
	font-size: 64px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	line-height: 0.92;
	margin-bottom: 30px;
	color: #fff;
}
.dilers-v2-avantages__mega-row {
	display: flex;
	align-items: center;
	gap: clamp(12px,2vw,30px);
	flex-wrap: wrap;
	margin-top: 4px;
}
.dilers-v2-avantages__aside {
	font-weight: 500;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	line-height: 1.4;
	max-width: 320px;
	position: relative;
	top: -15px;
}

.dilers-v2-catalog {
	background: var(--main-color);
	padding: 80px 0;
}
.dilers-v2-catalog__header {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
}
.dilers-v2-catalog__arrow-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1.5px solid rgba(255,255,255,0.3);
	background: transparent;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s, background 0.2s;
}
.dilers-v2-catalog__arrow-btn:hover {
	border-color: #fff; 
	background: rgba(255,255,255,0.1);
}
.dilers-v2-catalog-swiper {
	overflow: hidden;
}
.dilers-v2-catalog__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: clamp(4px,0.7vw,10px);
}
.dilers-v2-catalog__card {
	position: relative;
	height: 300px;
	border-radius: 25px;
	overflow: hidden;
	background: #FFF;
}
.dilers-v2-catalog__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.dilers-v2-catalog__card-label {
	background-color: #fff;
	box-shadow: 0px 0px 3px #ccc;
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 10px 20px;
	font-size: clamp(9px,1.2vw,13px);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #000;
	width: fit-content;
	border-radius: 20px;
}
.dilers-v2-catalog__footer {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-end;
}
.dilers-v2-catalog__footer-title {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	line-height: 120%;
}
.dilers-v2-catalog__footer-sub {
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 4px;
	font-size: 18px;
	font-weight: 300;
}
.dilers-v2-catalog .section-title {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.dilers-v2-gallery {
	padding: 80px 0 100px;
}
.dilers-v2-gallery-swiper {
	overflow: hidden;
}
.dilers-v2-gallery__slide1 {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: clamp(16px,3vw,48px);
	align-items: center;
}
.dilers-v2-gallery__title {
	font-weight: 300;
	text-transform: uppercase;
	line-height: 160%;
	color: #fff;
	max-width: 260px;
	font-size: 36px;
	letter-spacing: 3px;
}
.dilers-v2-gallery__photos1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: clamp(4px,0.7vw,10px);
	height: clamp(220px,36vw,480px);
}
.dilers-v2-gallery__ph-left {
	grid-column: 1;
	grid-row: 1 / 3;
	display: flex;
	flex-direction: column;
	gap: clamp(4px,0.7vw,10px);
}
.dilers-v2-gallery__ph-left-img {
	flex: 1;
	border-radius: 25px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.dilers-v2-gallery__ph-left-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dilers-v2-gallery__ph-right {
	grid-column: 2;
	grid-row: 1 / 3;
	border-radius: 25px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.dilers-v2-gallery__ph-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dilers-v2-gallery__slide2 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(8px,1.2vw,20px);
	height: clamp(200px,34vw,460px);
}
.dilers-v2-gallery__ph3 {
	border-radius: 25px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.dilers-v2-gallery__ph3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dilers-v2-gallery__pag {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: clamp(12px,2vw,24px);
}
.dilers-v2-gallery__dot {
	width: 32px;
	height: 4px;
	border-radius: 2px;
	background: rgba(255,255,255,0.25);
	cursor: pointer;
	transition: all 0.2s;
}
.dilers-v2-gallery__dot.active {
	background: #fff; 
	width: 48px;
}

@media (max-width: 900px) {
	.dilers-v2-avantages__top {
		grid-template-columns: 1fr 1fr;
	}
	.dilers-v2-avantages__stat:nth-child(2) {
		border-right: none;
	}
	.dilers-v2-avantages__stat:nth-child(3) {
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	.dilers-v2-avantages__stat:nth-child(4) {
		border-top: 1px solid rgba(255,255,255,0.15); 
		border-right: none;
	}

	.dilers-v2-gallery__slide1 {
		grid-template-columns: 1fr;
	}
	.dilers-v2-gallery__title {
		max-width: 100%;
	}
	.dilers-v2-gallery__photos1 {
		height: clamp(200px,50vw,400px);
	}
}

@media (max-width: 640px) {
	.dilers-v2-hero__text {
		max-width: 80%;
	}
	.dilers-v2-hero__chain {
		width: 70%; 
		opacity: 0.4;
	}

	.dilers-v2-avantages__top {
		grid-template-columns: 1fr;
	}
	.dilers-v2-avantages__stat {
		border-right: none !important; 
		border-top: 1px solid rgba(255,255,255,0.15);
	}
	.dilers-v2-avantages__stat:first-child {
		border-top: none;
	}

	.dilers-v2-catalog__grid {
		grid-template-columns: 1fr 1fr;
	}

	.dilers-v2-gallery__slide2 {
		grid-template-columns: 1fr; 
		height: auto; 
		gap: 8px;
	}
	.dilers-v2-gallery__ph3 {
		aspect-ratio: 16/9;
	}

	.b5__card {
		grid-template-columns: 1fr;
	}
	.b5__thumb {
		width: 100%;
	}
}

.main-page__slider {
	position: relative;
	z-index: 1;
}

.loyalty-program-orders-inc-name {
	text-transform: uppercase;
}
.dilers-v2 .loyalty-program-orders-inc-title {
	padding-bottom: 40px;
}

.about-clients-name {
	font-size: 28px;
	text-transform: uppercase;
}
.about-clients-name a {
	color: #fff;
	text-decoration: none;
}
.dilers-v2 .about-clients-item-text {
	font-size: 16px;
	line-height: 27px;
	padding-bottom: 0;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
	letter-spacing: 0.2px;
}

.dilers-v2 .loyalty-program-orders-inc {
	padding-bottom: 80px;
}
.dilers-v2 .loyalty-program-why-item-description {
	color: rgba(255, 255, 255, 0.5);
	margin-top: 10px;
	letter-spacing: 0.3px;
	font-size: 16px;
	font-weight: 300;
}
.dilers-v2 .loyalty-program-why-item-text {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}
.dilers-v2 .loyalty-program-orders-inc-text {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.5);
	padding-bottom: 0;
}
.dilers-v2 .loyalty-program-orders-inc-item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.dilers-v2 .loyalty-program-orders-inc {
	padding-top: 80px;
}

.dilers-v2-catalog .section-panel a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.dilers-v2-catalog .section-panel a:hover svg path {
	fill: rgba(255, 255, 255, 0.7);
}

.dilers-v2 .feedback {
	margin-bottom: 20px;
}
.dilers-v2 .loyalty-program-orders-inc .owl-nav {
	padding: 0;
}

.dilers-v2 .loyalty-program-why-item {
	background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1170px) {
	.dilers-v2-catalog__card {
		height: 240px;
	}
	.dilers-v2-catalog__card-label {
		padding: 5px 10px;
		font-size: 12px;
	}	
}

@media screen and (max-width: 992px) {
	.dilers-v2-avantages {
		margin-top: 20px;
	}
	.dilers-v2-avantages__bottom {
		padding: 100px 0;
	}
	.dilers-v2-avantages__mega {
		font-size: 42px;
		margin-bottom: 10px;
	}
	.dilers-v2-avantages__mega-row {
		display: block;
	}
	.dilers-v2-avantages__aside {
		font-size: 14px;
		text-align: center;
		max-width: 100%;
		top: 0;
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	.dilers-v2 .about-clients-item {
    	padding-left: 15px;
		margin-bottom: 15px;
		background: rgba(255, 255, 255, 0.05);
		padding: 20px;
	}
	.dilers-v2 .about-clients-name {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 24px;
	}
	.dilers-v2 .about-clients-item-text {
		font-size: 14px;
	}
	.dilers-v2-avantages {
    	margin-top: 40px;
    }
	
	.dilers-v2-avantages__bottom {
		padding: 0;
	}
	.dilers-v2-avantages {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	.dilers-v2-avantages__mega {
    	font-size: 24px;
		margin-bottom: 15px;
	}
	
	.dilers-v2 .about-clients-item:before {
		width: 5px;
		left: -6px;
	}
	
	.dilers-v2-catalog {
		padding: 40px 0;
	}
	.dilers-v2-catalog .section-panel a {
		display: none;
	}
	.dilers-v2-catalog .section-title {
		padding-bottom: 10px;
	}
	.dilers-v2-catalog__card {
    	height: 180px;
    }
    .dilers-v2-catalog__card-label {
    	padding: 5px 10px;
		font-size: 9px;
		letter-spacing: 1px;
		line-height: 15px;
		max-width: 160px;
	}
	.dilers-v2-catalog__footer {
		align-items: flex-start;
	}
	.dilers-v2-catalog__footer-title {
		font-size: 20px;
	}
	.dilers-v2-catalog__footer-sub {
		font-size: 13px;
	}
	
	.dilers-v2-gallery {
		padding: 40px 0 40px;
	}
	.dilers-v2-gallery__title {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 10px;
	}
	.dilers-v2-gallery__photos1 {
		display: block;
	}
	.dilers-v2-gallery__ph-left {
		gap: 10px;
		margin-bottom: 10px;
	}
	.dilers-v2-gallery__ph-left-img {
		height: 240px;
		flex: none;
	}
	.dilers-v2-gallery__ph-right {
		height: 240px;
		border-radius: 25px;
	}
	.dilers-v2-gallery__photos1 {
		height: auto;
	}
	.dilers-v2-gallery__ph3 {
		border-radius: 25px;
	}
	.dilers-v2-gallery__ph3 {
    	border-radius: 25px;
		height: 265px;
		width: 100%;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
	}
	.dilers-v2-gallery__ph3 img {
		position: absolute;
	}
	.dilers-v2-gallery__slide2 {
		gap: 10px;
		display: block;
	}
	
	.dealers-v2-video .section-title {
		padding-bottom: 0px;
	}
	
	.dilers-v2 .loyalty-program-orders-inc {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	
	.dilers-v2 .loyalty-program-orders-inc-text {
		font-size: 10px;
		line-height: 22px;
	}
}
/* End */


/* Start:/local/templates/pprolled/components/pp/main.feedback/dealers/style.css?1782906091324*/
div.mf-ok-text {
    color: #00d200;
    font-weight: normal;
    text-align: center;
    border: 1px solid #1def1d;
    margin-bottom: 20px;
    padding: 10px;
}
div.errortext {
    color: #ff0000;
    font-weight: normal;
    text-align: center;
    border: 1px solid #ff0000;
    margin-bottom: 20px;
    padding: 10px;
}
/* End */
/* /local/templates/pprolled/assets/css/dilers.css?178299231412022 */
/* /local/templates/pprolled/components/pp/main.feedback/dealers/style.css?1782906091324 */
