

/* Start:/local/templates/brightpark/components/bitrix/news.list/main-slider/style.css?175075973310946*/
.main-slider {
/*	max-width: 1440px;*/
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.main-slide-section {
	margin-bottom: 60px;
}

.main-slider__slide {
	position: relative;
}

.main-slider__slide > picture {
	width: 100%;
	position: relative;
	padding-bottom: 45%;
	display: block;
}

.main-slider__slide > picture img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


#main-slider .swiper-pagination {
	background-color: rgb(255 255 255 / 20%);
	border-radius: 20px;
	width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 4vh;
    padding: 5px 10px;
    border-radius: 20px;
    z-index: 10;
    height: 30px;
}

#main-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
    opacity: .6;
    margin: 3px 10px;
}

#main-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}


.main-slider-button-next, .main-slider-button-prev {
    color: #fff;
    width: 55px;
    height: 55px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 40px;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    transition: background-color .15s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 200;
}

.main-slider__button {
	position: absolute;
	bottom: 15%;
	left: 50%;
	padding: 0 7%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 300;
	width: 100%;
}

.main-slider__buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media all and (min-width: 1200px) {
	.main-slider-button-next:hover, .main-slider-button-prev:hover  {
		background-color: rgb(255 255 255 / 60%);
	}
}

@media all and (min-width: 1200px) {
	.main-slider-button-next {
		right: 25px;
	}

	.main-slider-button-prev {
		left: 25px;
	}

	.main-slider-button-next:after{
		content: 'next';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 30px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    right: 17px;
	}


	.main-slider-button-prev:after{
		content: 'prev';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 30px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    left: 17px;
	}
}

@media all and (max-width: 1200px) {

	.main-slider-button-next, .main-slider-button-prev {
		width: 40px;
		height: 40px;
	}

	.main-slider-button-next {
		right: 15px;
	}

	.main-slider-button-prev {
		left: 15px;
	}

	.main-slider-button-next:after{
		content: 'next';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 15px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    right: 15px;
	}


	.main-slider-button-prev:after{
		content: 'prev';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 15px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    left: 15px;
	}
}

@media all and (max-width: 991px) {
	.main-slider__button {
		bottom: 5%;
		padding: 0 3%;
	}

	.main-slider__buttons-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		gap: 6px;
	}

	.main-slider__buttons-container .btn__big {
		padding: 18px 26px 14px;
		font-size: 14px;
	}

}

@media all and (max-width: 768px) {
	.main-slider__buttons-container .btn__big {
		padding: 12px 20px 10px;
		font-size: 12px;
	}

	.main-slider__button {
		bottom: 3%;
	}
}

@media all and (max-width: 576px) {

	.main-slider .swiper-pagination {
		display: none;
	}

	.main-slider__slide > picture {
		padding-bottom: 0;
	}

	.main-slider__slide > picture img{
		position: unset;
	}

	.main-slide-section {
		margin-bottom: 10px;
	}

	.main-slider__buttons-container {
		position: relative;
		width: 60%;
		left: 50%;
    transform: translateX(-50%);
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.main-slider__buttons-container .btn {
		width: 100%;
	}

	.main-slider__buttons-container .btn__big {
		padding: 16px 28px 14px;
		font-size: 13px;
	}

	.main-slider__button {
		bottom: 5%;
	}
}

@media all and (max-width: 375px) {
	.main-slider__buttons-container .btn__big {
		padding: 14px 26px 10px;
		font-size: 12px;
	}

	.main-slider__buttons-container {
		width: 80%;
	}
}

/* .main-slider {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.main-slide-section {
	margin-bottom: 60px;
}

.main-slider__slide {
	position: relative;
}

.main-slider__slide > picture {
	width: 100%;
	position: relative;
	padding-bottom: 45%;
	display: block;
}

.main-slider__slide > picture img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media all and (max-width: 576px) {

	.main-slider__slide > picture {
		padding-bottom: 0;
	}

	.main-slider__slide > picture img{
		position: unset;
	}

	.main-slide-section {
		margin-bottom: 10px;
	}
}


#main-slider .swiper-pagination {
	background-color: rgb(255 255 255 / 20%);
	border-radius: 20px;
	width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    bottom: 4vh;
    padding: 5px 10px;
    border-radius: 20px;
    z-index: 10;
    height: 30px;
}

#main-slider .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
    opacity: .6;
    margin: 3px 10px;
}

#main-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}


.main-slider-button-next, .main-slider-button-prev {
    color: #fff;
    width: 55px;
    height: 55px;
    background-color: rgb(255 255 255 / 40%);
    border-radius: 40px;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    transition: background-color .15s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 200;
}

@media all and (min-width: 1200px) {
	.main-slider-button-next:hover, .main-slider-button-prev:hover  {
		background-color: rgb(255 255 255 / 60%);
	}
}

@media all and (min-width: 1200px) {
	.main-slider-button-next {
		right: 25px;
	}

	.main-slider-button-prev {
		left: 25px;
	}

	.main-slider-button-next:after{
		content: 'next';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 30px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    right: 17px;
	}


	.main-slider-button-prev:after{
		content: 'prev';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 30px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    left: 17px;
	}
}

@media all and (max-width: 1200px) {

	.main-slider-button-next, .main-slider-button-prev {
		width: 40px;
		height: 40px;
	}

	.main-slider-button-next {
		right: 15px;
	}

	.main-slider-button-prev {
		left: 15px;
	}

	.main-slider-button-next:after{
		content: 'next';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 15px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    right: 15px;
	}


	.main-slider-button-prev:after{
		content: 'prev';
		font-family: swiper-icons;
	    text-transform: none!important;
	    letter-spacing: 0;
	    text-transform: none;
	    -webkit-font-feature-settings: normal,;
	            font-feature-settings: normal,;
	    font-variant: normal;
	    line-height: 1;
	    font-size: 15px;
	    position: absolute;
	    top: 50%;
	    -webkit-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	            transform: translateY(-50%);
	    left: 15px;
	}
}



.main-slider__button {
	position: absolute;
	bottom: 15%;
	left: 50%;
	padding: 0 7%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 300;
	width: 100%;
}

@media all and (max-width: 991px) {
	.main-slider__button {
		bottom: 7%;
	}
}


@media all and (max-width: 575px) {
	.main-slider .swiper-pagination {
		display: none;
	}

	.main-slider__button a {
		font-size: 13px;
	}
} */
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/region-advertiser/style.css?1700466366339*/
.advetiser-text {
    position: relative;
    top: -30px;
    color: #2B2B2B;
    text-align: center;
    font-family: 'Factor A';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
}

@media all and (max-width: 576px) {
	.advetiser-text {
        top: 0;
    }
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/timer-main/style.css?1712743446688*/
.timer-main {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .timer-main .timer-flipchart-top,
    .timer-main .timer-flipchart-front {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 12px !important;
    }

    .timer-main .timer-flipchart-bottom,
    .timer-main .timer-flipchart-back {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-bottom: 12px !important;
    }

    .timer-main .timer-flipchart-bounding {
        padding: 12px 8px !important;
    }

    .timer-main {
        margin-top: 30px;
        margin-bottom: 0px;
    }
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/catalog.section.list/cars/style.css?17470529217315*/

.showcase-action {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	position: relative;
	background: #EE6723;
	border-radius: 10px;
	margin-bottom: 30px;
	height: 62px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 30px;
}

.showcase-action__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
	height: 100%;
}

.showcase-action__cars-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.showcase-action__title {
	font-family: 'Bright Park Display';
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
}

.showcase-action__fire-wrapper {
	position: relative;
	width: 130px;
	height: 100%;
}

.showcase-action__fire-background {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.showcase-action__fire-background::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 130px;
	background: -o-radial-gradient(50% 50%, 50% 50%, #FFCA0D 0%, rgba(255, 222, 104, 0.211538) 71.63%, rgba(255, 227, 129, 0) 100%);
	background: radial-gradient(50% 50% at 50% 50%, #FFCA0D 0%, rgba(255, 222, 104, 0.211538) 71.63%, rgba(255, 227, 129, 0) 100%);
	border-radius: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.showcase-action__fire-icon {
	position: absolute;
	background-image: url("/local/templates/brightpark/components/bitrix/catalog.section.list/cars/images/fire.png");
	width: 84px;
	height: 80px;
	background-size: cover;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.showcase-action__link {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #fff;
}

.showcase-action__link i {
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1.50003L10 6.50003M10 6.50003L5 11.5M10 6.50003H0' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-left: 10px;
}

.showcase-car-left,
.showcase-car-right {
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
	opacity: 0;
}

.showcase-car-left {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.showcase-car-light {
	opacity: 0;
}

.showcase-car-left._animate,
.showcase-car-right._animate {
	opacity: 1;
}

.showcase-car-left._animate {
	-webkit-animation: .7s showcase-car-left ease-in-out 1 forwards;
	animation: .7s showcase-car-left ease-in-out 1 forwards;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.showcase-car-right._animate {
	-webkit-animation: .7s showcase-car-right ease-in-out 1 forwards;
	animation: .7s showcase-car-right ease-in-out 1 forwards;
}

.showcase-car-light:nth-child(2) {
	-webkit-animation-delay: 1.5s !important;
	animation-delay: 1.5s !important;
}

.showcase-car-light._animate {
	-webkit-animation: 3s 1.2s showcase-light ease-in-out infinite;
	animation: 3s 1.2s showcase-light ease-in-out infinite;
}

@-webkit-keyframes showcase-car-left {
	to {
		x: 0;
	}
}

@keyframes showcase-car-left {
	to {
		x: 0;
	}
}

@-webkit-keyframes showcase-car-right {
	to {
		x: 103.877;
	}
}

@keyframes showcase-car-right {
	to {
		x: 103.877;
	}
}

@-webkit-keyframes showcase-light {
	0% {
		opacity: 0%;
	}
	25% {
		opacity: 100%;
	}
	75% {
		opacity: 100%;
	}
	100% {
		opacity: 0%;
	}
}

@keyframes showcase-light {
	0% {
		opacity: 0%;
	}
	25% {
		opacity: 100%;
	}
	75% {
		opacity: 100%;
	}
	100% {
		opacity: 0%;
	}
}

.cars__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 250px;
	position: relative;
	z-index: 800;
	-webkit-box-shadow:  0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
	box-shadow:  0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
	margin: 8px 0;
	border-bottom: unset;
	background-size: auto 60%;
	background-repeat: no-repeat;
	padding: 25px;
	overflow: hidden;
}

.cars__item__name, .cars__item__text  {
	position: relative;
	z-index: 150;
}

.cars__item__name a {
	color:  #2b2b2b;
	border-bottom: unset;
}


.cars__item__text {
	color: #2b2b2b;
}

.cars__item__text strike {
	opacity: .35;
	white-space: nowrap;
}

.cars__item__text span {
	margin-right: 10px;
	white-space: nowrap;
}

.cars__item__pic {
	position: absolute;
	z-index: 100;
	top: 0;
	left: -50px;
	max-height: 175px;
	width: 100%;
	display: block;
	border-bottom: unset;
}

.cars__item__pic img {
	max-height: 175px;
	pointer-events: none;
}

@media all and (min-width: 1200px) {
	.cars__item:hover .cars__item__pic {
		left: 0;
	}

	.cars__item:hover .cars__item__name a {
		color: #e95909;
	}

	.cars__item:hover {
		-webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
		z-index: 10;
	}
}

@media only screen and (max-width: 1199px) {
	.showcase-action {
		height: 82px;
	}

	.showcase-action__wrapper {
		height: auto;
		gap: 7px;
	}

	.showcase-action__fire-wrapper {
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.showcase-action__fire-icon {
		top: 35%;
	}

	.showcase-action__link {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 959px) {
	.showcase-action__cars-wrapper svg {
		max-width: 227px;
		height: auto;
	}
	.showcase-action {
		height: 77px;
	}
	.showcase-action__fire-wrapper {
		width: 110px;
	}
	.showcase-action__fire-icon {
		width: 74px;
		height: 70px;
	}
	.showcase-action__title {
		font-size: 20px;
	}
	.showcase-action__link {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.showcase-action {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		padding-bottom: 25px;
	}
	.showcase-action__cars-wrapper {
		margin-top: -20px;
		margin-bottom: 5px;
	}
	.showcase-action__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.showcase-action__cars-wrapper svg {
		height: auto;
		max-width: 140px;
	}
	.showcase-action__title {
		font-size: 18px;
		text-align: center;
	}
	.showcase-action__fire-wrapper {
		width: 70px;
		height: 70px;
		top: 17%;
		bottom: unset;
		right: -8px;
	}
	.showcase-action__fire-background::before {
		height: 100%;
	}
	.showcase-action__fire-icon {
		width: 54px;
		height: 50px;
		top: 50%;
		left: 57%;
	}
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/region-dealer/style.css?16966048577374*/
.dealer {
    position: relative;
    padding: 130px 0 120px !important;
    background: url("data:image/svg+xml,%3Csvg width='1920' height='812' viewBox='0 0 1920 812' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 90.0023L1920 0V726.015L657.13 811.524C654.694 811.689 652.248 811.63 649.822 811.349L0 736.015V90.0023Z' fill='%23F1F1F8'/%3E%3C/svg%3E ") bottom center/cover no-repeat,
                url("data:image/svg+xml,%3Csvg width='278' height='85' viewBox='0 0 278 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M268.886 35.7772L278 62.3406C186.333 69.7295 0 85 0 85C0 85 8.22016 51.4306 14.7273 29.0283C16.1069 24.2786 19.8865 20.6076 24.6922 19.1966L85.8827 1.23104C90.2373 -0.0474696 94.8298 -0.334755 99.3135 0.390862L257.107 25.9271C262.58 26.8127 267.11 30.6011 268.886 35.7772Z' fill='%23514EA1'/%3E%3C/svg%3E ") top 2% left 5% no-repeat;
}

.dealer-title {
    max-width: 80%;
}

.dealer-text {
    margin-bottom: 6%;
    font-weight: 400;
    font-size: 18px;
    opacity: 0.7;
}

.dealer-text p:not(:last-child) {
    margin-bottom: 4%;
}

.dealer-picture-wrapper {
    position: relative;
    padding-top: 70%;
    margin-bottom: 3%;
    z-index: 1;
}

.dealer-picture-wrapper-container {
    position: relative;
}

.dealer-picture-orange-block {
    padding-top: 70%;
    margin-bottom: 3%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='161' viewBox='0 0 60 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M53.1492 18.7811L26.1538 0.491089L0 160.491L28.5838 154.083C32.6067 153.181 36.1057 150.677 38.2971 147.132L56.857 117.107C58.9106 113.784 60 109.941 60 106.017V31.7904C60 26.5627 57.4292 21.6809 53.1492 18.7811Z' fill='%23EE6723'/%3E%3C/svg%3E%0A") right 0 bottom 35px no-repeat;
}

.dealer-text-container {
    padding-top: 12%;
}

.dealer-contacts-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}

.dealer-contacts-title {
    font-family: 'Factor A';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06;
    text-transform: uppercase;
    opacity: 0.5;
}

.dealer-contacts-text {
    color: #514EA1;
    font-family: 'Bright Park Display';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.dealer-contacts-text a {
    border-bottom: none;
}

@media all and (max-width: 1450px) {
	.dealer {
        padding: 80px 0 100px !important;
        overflow: hidden;
    }	

    .dealer-text-container {
        padding-left: 5%;
    }

    .dealer-contacts-container {
        gap: 25px;
    }
    
    .dealer-contacts-text {
        font-size: 26px;
    }
}


@media all and (max-width: 1200px) {
    .dealer-text-container {
        padding-left: 0;
    }

    .dealer-contacts-container {
        gap: 20px;
    }
    
    .dealer-contacts-text {
        font-size: 24px;
    }
}

@media all and (max-width: 992px) {
	.dealer {
        background: url("data:image/svg+xml,%3Csvg width='1920' height='812' viewBox='0 0 1920 812' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 90.0023L1920 0V726.015L657.13 811.524C654.694 811.689 652.248 811.63 649.822 811.349L0 736.015V90.0023Z' fill='%23F1F1F8'/%3E%3C/svg%3E ") top center/cover no-repeat,
                url("data:image/svg+xml,%3Csvg width='278' height='85' viewBox='0 0 278 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M268.886 35.7772L278 62.3406C186.333 69.7295 0 85 0 85C0 85 8.22016 51.4306 14.7273 29.0283C16.1069 24.2786 19.8865 20.6076 24.6922 19.1966L85.8827 1.23104C90.2373 -0.0474696 94.8298 -0.334755 99.3135 0.390862L257.107 25.9271C262.58 26.8127 267.11 30.6011 268.886 35.7772Z' fill='%23514EA1'/%3E%3C/svg%3E ") top 2% left 5% / 210px 65px no-repeat;
    }

    .dealer-title {
        max-width: 95%;
    }

    .dealer-text {
        width: 95%;
        font-size: 15px;
    }

    .dealer-picture-orange-block {
        display: none;
    }
}

@media all and (max-width: 768px) {
	.dealer {
        background: url("data:image/svg+xml,%3Csvg width='768' height='773' viewBox='0 0 768 773' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 85.7037L1060 0V691.34L367.05 772.266C362.889 772.752 358.676 772.582 354.567 771.76L0 700.861V85.7037Z' fill='%23F1F1F8'/%3E%3C/svg%3E ") top center/cover no-repeat,
                url("data:image/svg+xml,%3Csvg width='278' height='85' viewBox='0 0 278 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M268.886 35.7772L278 62.3406C186.333 69.7295 0 85 0 85C0 85 8.22016 51.4306 14.7273 29.0283C16.1069 24.2786 19.8865 20.6076 24.6922 19.1966L85.8827 1.23104C90.2373 -0.0474696 94.8298 -0.334755 99.3135 0.390862L257.107 25.9271C262.58 26.8127 267.11 30.6011 268.886 35.7772Z' fill='%23514EA1'/%3E%3C/svg%3E ") top 3% left 5% / 210px 65px no-repeat;
    }

    .dealer-title {
        max-width: 85%;
    }

    .dealer-text-container {
        position: relative;
        margin-bottom: 20px;
        padding-top: 50px;
    }

    .dealer-contacts-text {
        font-size: 22px;
    }
}

@media all and (max-width: 675px) {
    .dealer {
        padding: 80px 0 !important;
    }

    .dealer-title {
        max-width: 85%;
    }

    .dealer-text-container {
        padding-top: 30px;
    }

    .dealer-contacts-text {
        font-size: 22px;
    }
}

@media all and (max-width: 576px) {
	.dealer {
        background: url("data:image/svg+xml,%3Csvg width='768' height='773' viewBox='0 0 768 773' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 85.7037L1060 0V691.34L367.05 772.266C362.889 772.752 358.676 772.582 354.567 771.76L0 700.861V85.7037Z' fill='%23F1F1F8'/%3E%3C/svg%3E ") top center/cover no-repeat,
                url("data:image/svg+xml,%3Csvg width='278' height='85' viewBox='0 0 278 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M268.886 35.7772L278 62.3406C186.333 69.7295 0 85 0 85C0 85 8.22016 51.4306 14.7273 29.0283C16.1069 24.2786 19.8865 20.6076 24.6922 19.1966L85.8827 1.23104C90.2373 -0.0474696 94.8298 -0.334755 99.3135 0.390862L257.107 25.9271C262.58 26.8127 267.11 30.6011 268.886 35.7772Z' fill='%23514EA1'/%3E%3C/svg%3E ") top 4% left 5% / 210px 65px no-repeat;
    }

    .dealer-text-container {
        padding: 10% 10px 0;
    }

    .dealer-picture-wrapper {
        margin: 0 0 5%;
    }

    .dealer-title {
        max-width: 100%;
    }

    .dealer-text {
        width: 100%;
    }

    .dealer-contacts-container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .dealer-contacts-item {
        text-align: center;
    }
}

@media all and (max-width: 475px) {
    .dealer-picture-wrapper {
        margin: 0 0 10%;
    }
}

@media all and (max-width: 375px) {
    .dealer-text-container {
        padding: 50px 10px 0;
    }

    .dealer-contacts-container {
        padding: 0 15px;
    }
}

/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/teasers/style.css?171508565325622*/

.service__item {
    box-shadow: 0 10px 30px 0 #00000012;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 25px;
    box-sizing: border-box;
    height: calc(100% - 30px);
    background: #fff;
}

.service__item img {
    margin-bottom: 45px;
}

.service__item-text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
}

@media only screen and (max-width: 767px) {
    .service__item {
        padding: 15px;
        margin-bottom: 15px;
        height: calc(100% - 15px);
        box-shadow: 0 10px 20px 0 #00000012;
    }
    .service__item img {
        max-width: 35px;
        margin-bottom: 25px;
    }
    .service__item-text {
        font-size: 14px;
    }
}

.section-career-list {
    padding-bottom: 0 !important;
}

.career-list {
    display: grid;
    grid-template-rows: repeat(3, 240px);
    grid-template-columns: repeat(3, 32.5%);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.career-list > .career-item:nth-child(1) {
    grid-area: 1 / 1 / 1 / 1;
}

.career-list > .career-item:nth-child(2) {
    grid-area: 1 / 2 / 1 / 2;
}

.career-list > .career-item:nth-child(3) {
    grid-area: 1 / 3 / 1 / 3;
}

.career-list > .career-item:nth-child(4) {
    grid-area: 2 / 1 / 2 / 1;
    margin-top: 90px;
}

.career-list > .career-item:nth-child(5) {
    grid-area: 2 / 2 / 2 / 2;
}


.career-list > .career-item:nth-child(6) {
    grid-area: 2 / 3 / 2 / 3;
    margin-top: 90px;
}

.career-list > .career-item:nth-child(7) {
    grid-area: 3 / 2 / 3 / 2;
}

.career-list > .career-item:nth-child(1),
.career-list > .career-item:nth-child(3),
.career-list > .career-item:nth-child(4),
.career-list > .career-item:nth-child(6) {
    height: 330px;
}


.career-list > .career-item:nth-child(2) .teaser-block.type-career,
.career-list > .career-item:nth-child(5) .teaser-block.type-career,
.career-list > .career-item:nth-child(7) .teaser-block.type-career {
    padding: 0 35px 35px;
}

.teaser-title {
    font-family: 'Bright Park Display';
    font-size: 44px;
    font-weight: 400;
    line-height: 1;
}

.teaser-sub-title {
    margin-top: 14px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.type-icons-with-title-img {
    position: absolute;
    top: 51px;
    transform: translateY(-50%);
    width: calc(100% - 8px);
}

.type-icons-with-title-container {
    margin-top: 95px;
}

.teaser-item.type-icons-with-title {
    position: relative;
    border-radius: 20px;
    background: #FFF;
    padding: 30px 30px 34px 30px;
    height: calc(100% - 16px);
    margin-bottom: 16px;
}

.teaser-item.type-icons-with-title .teaser-item__back-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 20px;
    height: 122px;
}

.teaser-item.type-icons-with-title .teaser-item__back-img._mobile {
    display: none;
}

.teaser-item.type-icons-with-title .teaser-item__icon {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.teaser-item.type-icons-with-title .teaser-item__icon img {
    transition: all .3s ease-in-out;
    max-height: 104px;
    transform-origin: 50% 100%;
}

.teaser-item.type-icons-with-title .teaser-item__title {
    font-family: 'Bright Park Display';
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.teaser-item.type-icons-with-title .teaser-item__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.teaser-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.teaser-block.type-career {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    background: #F1F1F8;
    height: 100%;
    padding: 0 55px 55px;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.teaser-block.type-career .teaser-block__hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #FFF;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Bright Park Display';
    transition: all .3s ease-in-out;
    padding: 50px;
}

.career-list > .career-item:nth-child(2) .teaser-block.type-career .teaser-block__hover,
.career-list > .career-item:nth-child(5) .teaser-block.type-career .teaser-block__hover,
.career-list > .career-item:nth-child(7) .teaser-block.type-career .teaser-block__hover {
    padding: 35px;
}

.teaser-block.type-career .teaser-block__hover-title {
    font-size: 20px;
    line-height: 1.1;
}

.teaser-block.type-career .teaser-block__hover-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.teaser-block.type-career .teaser-block__icon {
    display: flex;
}

.teaser-block.type-career .teaser-block__icon img {
    max-height: 170px;
    transition: all .3s ease-in-out;
}

.teaser-block.type-career .teaser-block__text {
    font-family: 'Bright Park Display';
    color: #2B2B2B;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
}

.teaser-block.type-1 {
    margin: 15px;
}

.teaser-block.type-1 .teaser-block__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}

.teaser-block__text {
    text-align: left;
}

.teaser-block.type-1 .teaser-block__icon img {
    max-height: 55px;
}

.teaser-block.type-1 .teaser-block__text {
    margin: 0px 0px 0 20px;
    font-size: 16px;
}

@media all and (max-width: 575px) {

    .teaser-block.type-1 {
        margin: 10px 15px;
    }

    .teaser-block.type-1 .teaser-block__icon {
        width: 70px;
        max-width: 70px;
        margin-right: 10px;
        height: auto;
    }

    .teaser-block.type-1 .teaser-block__icon img {
        max-width: 100%;
        max-height: 55px;
    }
}


.type-banks a {
    display: block;
    line-height: 1;
    border-bottom: unset;
    font-size: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.type-banks {
    margin: 7px 0px;
}


@media all and (min-width: 1200px) {
    .teaser-item.type-icons-with-title:hover .teaser-item__icon img {
        transform: scale(1.5);
    }

    .type-banks a:hover {
        -webkit-box-shadow: 0 15px 60px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 5%), 0 20px 60px -40px rgb(0 0 0 / 15%);
        box-shadow: 0 15px 60px rgb(0 0 0 / 10%), 0 16px 16px rgb(0 0 0 / 5%), 0 20px 60px -40px rgb(0 0 0 / 15%);
        z-index: 100;
    }

    .type-career:hover .teaser-block__hover {
        opacity: 1;
        visibility: visible;
    }
}


.teaser-block.type-2 {
    margin: 15px;
}

.teaser-block.type-2 .teaser-block__text {
    margin-left: 15px;
    font-weight: 600;
}


.teaser-block.type-3 {
    height: calc(100% - 15px);
    min-height: 300px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 30px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
}

.teaser-block.type-3 .h4 {
    color: #2b2b2b;
}

@media all and (max-width: 575px) {
    .teaser-block.type-3 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-3:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-3:hover .h4 {
        color: #ff8351;
    }
}


@media all and (min-width: 767px) and (max-width: 990px) {
    .teaser-block.type-3 {
        min-height: 250px;
    }

    .type-3 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-3 .h4 {
        max-width: 80%;
    }
}


.teaser-block.type-4 {
    height: calc(100% - 15px);
    min-height: 195px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 22px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
}

.teaser-block.type-4 .h4 {
    color: #2b2b2b;
    font-size: 18px;
}

@media all and (max-width: 575px) {
    .teaser-block.type-4 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-4:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-4:hover .h4 {
        color: #ff8351;
    }
}


@media all and (min-width: 767px) and (max-width: 990px) {
    .teaser-block.type-4 {
        min-height: 250px;
    }

    .type-4 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-4 .h4 {
        max-width: 80%;
    }
}


.teaser-block.type-5 {
    height: calc(100% - 15px);
    min-height: 240px;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%), 1px 1px 16px rgb(0 0 0 / 5%), 0px 1px 60px -40px rgb(0 0 0 / 15%);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 22px;
    z-index: 1;
    margin: 15px 0;
    position: relative;
    border-bottom: unset;
    background-size: contain;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teaser-block.type-5 .h4 {
    color: #2b2b2b;
}

.teaser-block.type-5 p {
    width: 50%;
    font-size: 15px;
    line-height: 1.5;
    color: #4D4D4D;
}

@media all and (max-width: 575px) {
    .teaser-block.type-5 {
        min-height: 275px;
    }
}

@media all and (min-width: 1200px) {
    a.type-5:hover {
        -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.1), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 20px 60px -40px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }

    a.type-5:hover .h4 {
        color: #ff8351;
    }
}

@media all and (max-width: 991px) {
    .teaser-block.type-5 p {
        width: 100%;
        margin-top: 0;
    }

    .teaser-block.type-5 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-size: 60%;
        min-height: 350px;
    }
}

@media all and (max-width: 767px) {
    .teaser-block.type-5 {
        min-height: 310px;
    }
}

@media all and (min-width: 767px) and (max-width: 990px) {
    .type-5 .h4 {
        max-width: 60%;
    }
}

@media all and (max-width: 575px) {
    .type-5 .h4 {
        max-width: 80%;
    }
}


.icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.icons-list img {
    width: calc(100% / 1.5);
}

.teasers-icons-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 110%;
    height: 210%;
    background-image: url('data:image/svg+xml;charset=utf-8, <svg width="1303" height="276" viewBox="0 0 1303 276" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M54.1144 20.0109L1240.07 0.923323C1254.87 0.685086 1267.56 11.4546 1269.73 26.0992L1301.42 240.157C1304.06 257.961 1290.27 273.956 1272.27 273.977L30.8838 275.46C13.1739 275.481 -0.563103 260.002 1.56162 242.42L25.3022 45.9678C27.0709 31.3315 39.3735 20.2481 54.1144 20.0109Z" stroke="%23D9DADA"/> </svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    top: -80px;
}


@media all and (max-width: 1365px) {
    .teasers-icons-bg {
        display: none;
    }
}

@media all and (max-width: 991px) {
    .icons-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icons-list__item {
        margin-bottom: 15px;
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    }
}

@media all and (max-width: 575px) {
    .icons-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .icons-list__item {
        margin-bottom: 15px;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    }

}


.permanent-partners-slider .type-partners-icon {
    width: 100%;
    position: relative;
}

.js-slider-partners-arrows-container {
    position: relative;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 98%;
    margin: 15px auto 0;
}

.js-slider-partners-prev,
.js-slider-partners-next {
    position: absolute;
    bottom: 0;
    border: 1px solid rgba(81, 78, 161, 1);;
    border-radius: 4px;
    position: relative;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.js-slider-partners-prev {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L1 7L7 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.js-slider-partners-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.js-slider-partners-prev.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M7 1L1 7L7 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}

.js-slider-partners-next.swiper-button-disabled {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.35' d='M1 1L7 7L1 13' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}


.partners-pagination {
    width: 50% !important;
    text-align: center;
    position: absolute;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    z-index: 2;
}

.partners-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    background: none;
    border: 2px solid rgba(81, 78, 161, 1);
}


.partners-pagination .swiper-pagination-bullet-active {
    background: rgba(81, 78, 161, 1) !important;
}

@media all and (max-width: 400px) {
    .partners-pagination .swiper-pagination-bullet {
        margin: 0 4px !important;
    }
}


.type-partners-icon-container {
    margin-bottom: 5%;
    border-radius: 10px;
}

.type-partners-icon {
    border-radius: 10px;
}

.type-easy-buy-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.type-easy-buy-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 68px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 5px;
    font-size: 24px;
    line-height: 0.7;
}

.type-easy-buy-button-text {
    border-bottom: 1px dashed rgba(81, 78, 161, 0.35);
}

.type-easy-buy-button-lizing {
    aspect-ratio: 150/68;
    background-image: url("data:image/svg+xml,%3Csvg width='146' height='66' viewBox='0 0 146 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.674 16.0124L146 66H0L10.8555 8.68317C11.7947 3.72394 16.2824 0.242074 21.3195 0.564447L129.419 7.48279C134.131 7.78436 137.99 11.3406 138.674 16.0124Z' fill='%23F1F1F8'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-beznalichnyy-raschet {
    aspect-ratio: 301/68;
    background-image: url("data:image/svg+xml,%3Csvg width='301' height='69' viewBox='0 0 301 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.688 19.1077L301 69H0L9.19628 18.2015C9.97258 13.9134 13.4364 10.6217 17.7586 10.0648L91.1027 0.615602C91.6997 0.538691 92.3024 0.515836 92.9035 0.547314L284.317 10.5715C289.076 10.8207 292.997 14.393 293.688 19.1077Z' fill='%23F1F1F8'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-lizing-active {
    top: 2px;
    font-weight: 700;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='146' height='66' viewBox='0 0 146 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M138.674 16.0124L146 66H0L10.8555 8.68317C11.7947 3.72394 16.2824 0.242074 21.3195 0.564447L129.419 7.48279C134.131 7.78436 137.99 11.3406 138.674 16.0124Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-button-beznalichnyy-raschet-active {
    top: 2px;
    font-weight: 700;
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='301' height='69' viewBox='0 0 301 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M293.688 19.1077L301 69H0L9.19628 18.2015C9.97258 13.9134 13.4364 10.6217 17.7586 10.0648L91.1027 0.615602C91.6997 0.538691 92.3024 0.515836 92.9035 0.547314L284.317 10.5715C289.076 10.8207 292.997 14.393 293.688 19.1077Z' fill='%23514EA1'/%3E%3C/svg%3E%0A");
}

.type-easy-buy-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 1px solid #EAEAEA;
    overflow: hidden;
    width: 100%;
}

.type-easy-buy-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    border: 1px solid #EAEAEA;
    margin: 0 -1px;
}

.type-easy-buy-item-img-container {
    position: relative;
    width: 90px;
    height: 90px;
}

.type-easy-buy-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.type-easy-buy-item-text {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.type-easy-buy-partners-text {
    margin: 25px 0;
    font-size: 16px;
    line-height: 24px;
    opacity: 0.6;
}

@media all and (max-width: 768px) {
    .type-easy-buy-button {
        height: 57px;
        font-size: 18px;
    }

    .type-easy-buy-item {
        padding: 3.91vw;
    }

    .type-easy-buy-item-img-container {
        width: 70px;
        height: 70px;
    }

    .type-easy-buy-item-text {
        font-size: 14px;
        line-height: 20px;
    }
}


@media all and (max-width: 576px) {
    .type-easy-buy-items {
        height: auto !important;
    }

    .type-easy-buy-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .type-easy-buy-button {
        height: 47px;
        font-size: 16px;
    }
}


@media all and (max-width: 370px) {
    .type-easy-buy-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .type-easy-buy-buttons {
        gap: 5px;
    }

    .type-easy-buy-button {
        height: 40px;
        font-size: 14px;
    }
}

@media all and (max-width: 1199px) {

    .type-icons-with-title-img {
        top: 29px;
    }

    .teaser-title {
        font-size: 36px;
    }

    .teaser-sub-title {
        margin-top: 5px;
        font-size: 18px;
    }

    .teaser-item.type-icons-with-title {
        overflow: hidden;
        padding: 44px 20px 43px 20px;
    }

    .teaser-item.type-icons-with-title .teaser-item__title {
        font-size: 20px;
    }

    .type-icons-with-title-container {
        margin-top: 70px;
    }
}

@media all and (max-width: 992px) {

    .teaser-block.type-career .teaser-block__text {
        font-size: 16px;
    }

    .teaser-block.type-career .teaser-block__icon img {
        max-height: 120px;
    }

    .career-list {
        grid-template-rows: repeat(3, 200px);
    }

    .teaser-block.type-career {
        padding: 30px;
    }

    .career-list > .career-item:nth-child(2) .teaser-block.type-career,
    .career-list > .career-item:nth-child(5) .teaser-block.type-career,
    .career-list > .career-item:nth-child(7) .teaser-block.type-career {
        padding: 15px;
    }

    .career-list > .career-item:nth-child(1),
    .career-list > .career-item:nth-child(3),
    .career-list > .career-item:nth-child(4),
    .career-list > .career-item:nth-child(6) {
        height: 290px;
    }

    .site-section-smart-teasers {
        padding: 50px 0 !important;
    }

    .type-icons-with-title-img {
        top: 25px;
    }

    .teaser-title {
        font-size: 32px;
    }

    .teaser-sub-title {
        font-size: 16px;
    }

    .teaser-item.type-icons-with-title .teaser-item__title br {
        display: none;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img {
        max-height: 130px;
    }

    .type-icons-with-title-container {
        margin-top: 60px;
    }
}

@media all and (max-width: 767px) {
    .career-list {
        display: flex;
        flex-wrap: wrap;
        margin-right: var(--gutter-compensation, -8px);
        margin-left: var(--gutter-compensation, -8px);
        grid-column-gap: 0;
    }

    .career-item {
        flex-basis: 50%;
        max-width: 50%;
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: 100%;
        padding-right: var(--half-gutter-width, 8px);
        padding-left: var(--half-gutter-width, 8px);
        height: 230px !important;
    }

    .career-list > .career-item:nth-child(4),
    .career-list > .career-item:nth-child(6) {
        margin-top: 0;
    }

    .teaser-block.type-career {
        padding: 0 30px 30px !important;
    }
    .teaser-block.type-career .teaser-block__icon img {
        max-height: 150px;
    }
}

@media all and (max-width: 575px) {

    .career-item {
        flex-basis: 100%;
        max-width: 100%;
    }

    .site-section-smart-teasers {
        padding-top: 0 !important;
        padding-bottom: 50px;
    }

    .type-icons-with-title-img-mobile {
        width: calc(100% + 8px);
    }

    .type-icons-with-title-img-mobile img {
        width: 100%;
        margin-bottom: 30px;
    }

    .teaser-title,
    .teaser-sub-title {
        text-align: center;
    }

    .type-icons-with-title-container {
        margin-top: 30px;
    }

    .teaser-item.type-icons-with-title {
        padding: 25px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img {
        display: none;
    }

    .teaser-item.type-icons-with-title .teaser-item__back-img._mobile {
        display: block;
        max-height: 100%;
        height: 100%;
        width: auto;
    }

    .teaser-item.type-icons-with-title .teaser-item__icon {
        width: 70px;
        margin-bottom: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .teaser-item.type-icons-with-title .teaser-item__text br {
        display: none;
    }
}
/* End */
/* /local/templates/brightpark/components/bitrix/news.list/main-slider/style.css?175075973310946 */
/* /local/templates/brightpark/components/bitrix/news.list/region-advertiser/style.css?1700466366339 */
/* /local/templates/brightpark/components/bitrix/news.list/timer-main/style.css?1712743446688 */
/* /local/templates/brightpark/components/bitrix/catalog.section.list/cars/style.css?17470529217315 */
/* /local/templates/brightpark/components/bitrix/news.list/region-dealer/style.css?16966048577374 */
/* /local/templates/brightpark/components/bitrix/news.list/teasers/style.css?171508565325622 */
