

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

.bx-breadcrumb {
	/*display: none;*/
}

.cars-content {
	position: relative;
	overflow: hidden
}


.cars-menu__section {
	border-top: 1px solid #d9dada;
	border-bottom: 1px solid #d9dada;
}

.cars-menu__items {
	border-bottom: 1px solid #d9dada;
	height: 115px;
}

.cars-menu__section ul {
	display: block;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.cars-menu__section ul li {
	padding: 0 ;
	margin: 0;
	list-style-type: none;
	line-height: 52px;
	margin-right: 30px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	-o-transition: color .3s ease-out;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    white-space: nowrap;
}
.cars-menu__section ul li a {
	color: #2b2b2b;
	border-bottom: none;
} 

.cars-menu__section ul li.active {
	color: #514ea1;
}

.cars-menu__section ul li.active::after {
	content: '';
	width: 100%;
	height: 3px;
	background: #514ea1;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.cars-menu__section ul li:last-child{
	margin-right: 0;
}

@media all and (min-width: 1200px) {
	.cars-menu__section ul li:hover,
	.cars-menu__section ul li a:hover {
		color: #514ea1;
	}
}

.cars-menu__section--js-click:not(.active), .cars-menu__section--js-click:not(.active):hover {
	color:  #ff8351 !important;
}

.cars-menu__items ul {
	margin: 0;
	padding: 0;
	display: block;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.cars-menu__items ul li {
	padding: 10px 0 0 0 ;
	margin: 0;
	list-style-type: none;
	font-size: 16px;
	font-weight: 500;
	color: #2b2b2b;
	display: inline-block;
	margin-right: 25px;
	white-space: nowrap;
}

.cars-menu__items ul li:last-child {
	margin-right: 0;
}

.cars-menu__items ul li a {
	border-bottom: unset;
	color: #2b2b2b;
}

.cars-menu__items .cars-menu__item__name {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	white-space: nowrap;
}

.cars-menu__item {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
}

.cars-menu__item img {
	max-height: 44px;
	margin-top: 12px;
}

.cars-menu__item.cars-menu__item--active, .cars-menu__item.cars-menu__item--js-active {
	visibility: visible;
	opacity: 1;
}

.cars-menu__item li.active .cars-menu__item__name {
	color: #514ea1;
}

.cars-menu__items li.active .cars-menu__item__name:before{
	content: '';
	width: 100%;
	height: 3px;
	background: #514ea1;
	position: absolute;
	left: 0;
	bottom: 0px;
}

@media all and (min-width: 1200px) {
	.cars-menu__items li:hover a{
		color: #514ea1;
	}

	.cars-menu__item img {
		max-height: 40px;
		margin-top: 14px;
	}
}


@media all and (max-width: 575px) {
	.cars-menu__section {
		overflow-x: scroll;
		max-width: 100%;
	}

	.cars-menu__items ul  {
		overflow-x: scroll;
		max-width: 100%;
	}

	.cars-menu li {
		font-size: 14px !important;
	}

	.cars-menu__items  {
		border-bottom: unset;
	}

	.cars-menu__item img {
		max-height: 30px
	}

	.cars-menu__items ul li {
		margin-right: 15px;
	}

	.cars-menu__items li.active .cars-menu__item__name:before{
		display: none;
	}

	.cars-menu__section ul li  {
		margin-right: 15px;
		line-height: 40px;
	}
}


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

	.cars-menu__section {
		overflow-x: scroll;
		max-width: 100%;
	}

	.cars-menu__items ul  {
		overflow-x: scroll;
		max-width: 100%;
	}

	.cars-menu__item img {
		max-height: 44px
	}

	.cars-menu__items {
		height: 99px;
	}

	.cars-menu li {
		font-size: 14px !important;
	}

	.cars-menu__section ul li  {
		margin-right: 15px;
		line-height: 40px;
	}

}

@media all and (max-width: 660px) {
	.cars-menu__section {
		border-top: unset;
	}
}


.cars-menu__back-top {
	position: absolute;
	top: 0;
	left: 67%;
	z-index: 100;
	height: 260px;
	width: auto;
	pointer-events: none;
}



/* @media all and (max-width: 1600px) {
	.cars-menu__back-top {
		right: -80px;
	}
}

@media all and (max-width: 1500px) {
	.cars-menu__back-top {
		right: -100px;
	}
}

@media all and (max-width: 1400px) {
	.cars-menu__back-top {
		right: -120px;
	}
}
*/


@media all and (max-width: 1300px) {
	.cars-menu__back-top {
		display: none;
	}
} 

@media all and (max-width: 991px) {
	.cars-menu__items {
		height: 94px;
	}
}


/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.detail/model-main/style.css?174712674213097*/

.model-showcase__container {
	display: flex !important;
	line-height: 1 !important;
	margin-bottom: 30px;
	gap: 10px;
	align-items: center;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #EE6723;
}

.model-showcase__icon-wrapper {
	color: #fff;
	background-color: #EE6723;
	padding: 6px 8px 4px 8px;
	border-radius: 20px;
	display: inline-flex;
	position: relative;
}

.model-showcase__icon {
	background-image: url("/local/templates/brightpark/components/bitrix/news.detail/model-main/img/fire.png");
	position: absolute;
	width: 50px;
	height: 53px;
	left: -12px;
	top: calc(50% - -1px);
	transform: translateY(-50%);
	background-position: center;
	background-size: cover;
}

.model-showcase__count {
	margin-left: 18px;
}

.model-showcase__text {
	padding-top: 4px;
}

.model-showcase__container i {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1.5L8 5.5M8 5.5L4 9.5M8 5.5H0' stroke='%23EE6723' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	width: 10px;
	height: 11px;
}

.model-detail {
	margin:  30px 0 50px 0;
}

.model-detail h1 {
	margin-bottom: 20px;
}

.model-detail__prices {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	column-gap: 20px;
	font-weight: 500;
	font-size: 32px;
	/* margin-bottom: 20px; */
}

/* .model-detail__prices a {
	width: 100%;
} */

.model-credit-price {
	margin-bottom: 25px;
}

.model-detail__prices  .old-price {
	opacity: 0.35;
	font-weight: 400;
	font-size: 26px;
	white-space: nowrap;
}

.model-detail__prices  .current-price  {
	margin-right: 20px;
	white-space: nowrap;
}

.model-detail__prices-title {
	display: inline-flex;
	justify-content: center;
	font-weight: 700;
	font-size: 8px;
	line-height: 18px;
	height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #514EA1;
	border: 1px solid rgba(81, 78, 161, 0.25);
	border-radius: 24px;
	padding: 0 8px;
	margin-bottom: 3px;
	user-select: none;
}

.model-detail__prices-item .h2 {
	margin: 0;
}

.model-detail__prices-item {
	margin-bottom: 14px;
	line-height: 1;
}

.model-detail__prices-item:last-of-type {
	margin-bottom: 30px;
}

.model-credit-price-btn {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 5px;
	border: 1px solid rgba(81,78,161,.25);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.model-credit-price-btn:hover {
	background: rgba(81, 78, 161, .12);
	border: 1px solid rgba(81,78,161,.0);;
}

.model-credit-price-btn--icon {
	display: block;
	width: 58px;
	height: 58px;
	position: relative;
	border-right: 1px solid rgba(81,78,161,.25);
}

.model-credit-price-btn--text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	font-family: 'Factor A';
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	padding: 15px 20px 10px;
	height: 100%;
}

.model-credit-price-btn--icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1.5V8.5M1.5 5H8.5' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 18L5 21M5 21L2 24M5 21L2 18M5 21L8 24' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 5H24' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 19H24M18 23H24' stroke='%23514EA1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

.model-detail__holder {
	width: 100%;
	min-height: 420px;
	height: auto;
	padding-top: 80px;
}

.model-detail__holder > svg {
	position: absolute;
	right: 60px;
	top: 0;
	width: calc(100% - 40px);
	height: 100%;
	z-index: 10;
}

.model-detail__action-hint {
	-webkit-animation: anim 5s ease-in-out infinite;
	        animation: anim 5s ease-in-out infinite;
	width: 150px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.model-detail__action-hint.not-square {
	width: 240px;
}

@-webkit-keyframes anim {
	0% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	6% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	12% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	18% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	24% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	100% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@keyframes anim {
	0% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	6% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	12% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	18% {-webkit-transform: rotate(5deg);transform: rotate(5deg);}
	24% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
	100% {-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}

#model-color-slider {
	position: relative;
	z-index: 300;
}

.model-color-slider .swiper-slide {
	overflow: hidden;
}

.model-color-slider .swiper-slide img {
	max-width: 100%;
	pointer-events: none;
	opacity: 0;
	-o-transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.model-color-slider  .swiper-slide-active img {
	opacity: 1;
}

.model-colors {
	position: relative;
    z-index: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 0 6%;
    top: -50px;
}

.model-colors__item {
	display:  block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 0 5px;
	position: relative;
}

.model-colors__item--active{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.model-colors__item--active:before{
	content: "";
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgN0wzIDlMMTEgMSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: cover;
    width: 10px;
    height: 8px;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

@media all and (min-width: 1200px) {
	.btn.current-bg-1:hover {
 		-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%);
	}
}


@media all and (max-width: 991px) {
	.model-detail h1 br {
		display: none;
	}
}


@media all and (max-width: 767px) {
	.model-detail__prices {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 30px;
		-webkit-box-align: self-start;
		    -ms-flex-align: self-start;
		        align-items: self-start;
	}

	.model-detail__prices  .old-price {
		margin-bottom: 0;
	}
	
	.model-detail__prices  .current-price  {
		margin-bottom: 0;
	}
	

	.model-colors {
		top:  -35px;
	}

	.model-detail__holder > svg {
		right: 0;
		width: 100%;
	}

	.model-detail__action-hint {
		right: -50px;
	}

	.model-detail__action-hint {
		max-width: 120px;
		height: auto;
	}

}

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

	.model-detail__action-hint {
		right: -20px;
	}

	.model-color-slider .swiper-slide img {
		max-width: 100%;
	    position: relative;
	    right: 0px;
	}

	.model-colors {
		display: none;
	}

	.model-detail__prices {
		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: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		margin-bottom: 20px;
	}

	.model-detail__prices .old-price {
		margin: 0;
	}
	
	.model-detail__prices .current-price  {
		
	}
}



@media all and (max-width: 500px) {
	.model-color-slider {
		max-width: 90%;
	}

	.model-detail__holder {
		padding-top: 80px ;
	}
}

.mobile-model-colors {
	position: relative;
	z-index: 800;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.mobile-model-color {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 12px;
}

a.mobile-model-color__link {
	color:  white !important;
	line-height: 32px;
	text-transform: uppercase;
}

a.mobile-model-color__link span {
	border-bottom: 1px dashed currentcolor;
}


@media all and (max-width: 575px) {
	.mobile-model-colors {
		top: -40px;
	}
}

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

	.model-detail__holder {
		min-height: unset;
		padding-top: 50px;
	}

	.model-detail h1 {
		margin-top: 30px;
	}
}

@media all and (max-width: 500px) {
	.mobile-model-colors {
		top: -25px;
	}
}

.model-utp {
	margin: 50px 0;
}

.model-utp__wrap {
	padding: 30px 30px 30px 0;
	border-radius: 10px;
	color: white;
	overflow: hidden;
}

.model-utp .h2 {
	margin-bottom: 0;
}

.model-utp .h2 + p {
	margin: 0;
}

.model-utp__picture {
	max-height: 105px;
}

@media all and (min-width: 768px) {
	.model-utp__picture {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
		
	}
}
@media all and (max-width: 767px) {
	.model-utp__wrap {
		margin: 0 -16px;
		padding: 15px;
		border-radius: 0px;
		color: white;
		overflow: hidden;
	}

	.model-utp--mobile-offset {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}


.choose-color__list {
	margin: 20px 0 0 0 ;
	padding: 0;
}

.choose-color__list__item {
	list-style-type: none;
	margin: 15px 0;
	white-space: nowrap;
}

.choose-color__list__color {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: inline-block;
	border: 1px solid #b4b2ae;
	margin-right: 10px;
}

.choose-color__list__name {
	display: inline-block;
	color: #2b2b2b;
	line-height: 63px;
}

.choose-color__list__item  a {
	border: unset;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	outline: none !important;
}

.model-detail-teasers {
	margin: 60px 0 0 0;
}

.model-detail-teasers-list  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 -15px;
}

.model-detail-teasers__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 15px;
}

.model-detail-teasers__item-text {
	font-weight: 500;
	font-size: 18px;
}

.model-detail-teasers__item img {
	margin-right: 25px;
}

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

	.model-detail-teasers-list  {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: -20px -15px;
	}

	.model-detail-teasers__item {
		width: 300px;
		margin: 10px 0px;
	}

	.model-detail-teasers__item img {
		margin-right: 25px;
		max-width: 60px;
	}
	.model-showcase__container {
		justify-content: center;
	}
}

@media all and (max-width: 576px) {
	.model-detail-teasers {
		margin: 50px 0 0 0;
	}

	.model-detail-teasers__item img {
		margin-right: 20px;
		max-width: 50px;
	}
	.model-showcase__container {
		gap: 5px;
	}
	.model-showcase__text {
		font-size: 10px;
	}
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/banner-car-detail/style.css?17539458108752*/

.banner-car-detail__item-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

#banner-car-detail {
    margin-top: 50px;
}

.section-banner-car-detail {
    background-color: #F1F1F8;
}

.section-banner-car-detail h2 span {
    display: inline-block;
}

.section-banner-car-detail h2 span::first-letter {
    text-transform: uppercase;
}

.banner-car-detail__inner {
    padding: 60px 60px 0 60px;
}

.banner-car-detail__item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.banner-car-detail__item-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-position: right;
    object-position: right;
}

.banner-car-detail__item-img._mobile {
    display: none;
}

.banner-car-detail__item-title.h2 {
    margin-bottom: 0;
    line-height: 1;
}

.banner-car-detail__item-sub-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    color: #fff;
    margin-bottom: 25px;
}

.banner-car-detail__item-text {
    margin-top: 30px;
    margin-bottom: 40px;
}

.banner-car-detail__item-terms-wrapper {
    position: relative;
    padding: 35px 140px 35px 0;
    display: inline-block;
    margin: 0 0 30px 60px;
}

.banner-car-detail__item-terms-pattern {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    left: -60px;
}

.banner-car-detail__item-terms-pattern._mobile {
    display: none;
}

.banner-car-detail__item-terms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-bottom: 25px;
}

.banner-car-detail__item-terms-item__title {
    font-family: 'Bright Park Display';
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-bottom: 12px;
}

.banner-car-detail__item-terms-item__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.banner-car-detail__item-btn.btn {
    line-height: 24px;
    padding: 18px 30px;
}

.banner-car-detail__item-text span {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.03em;
    display: block;
    margin-bottom: 10px;
}

.banner-car-detail__item-text ul {
    margin: 0;
    padding: 0;
}

.banner-car-detail__item-text ul li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 15px 0px;
    position: relative;
    padding-left: 14px;
    text-align: left;
}

.banner-car-detail__item-text ul li b {
    color: #EE6723;
}

.banner-car-detail__item-text ul li:before {
    content: '';
    mask-image: url("data:image/svg+xml,%3Csvg width='4' height='5' viewBox='0 0 4 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2.86426' r='2' fill='%23EE6723'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    height: 5px;
    background: #EE6723;
}

.banner-car-detail__item-text ul.text-white li:before {
    background: #FFF;
}

.banner-car-detail__item-text ul.text-white li b {
    color: #fff;
}

.banner-car-detail__item-disclaimer {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    position: relative;
    margin: 15px 0 0 60px;
    padding-bottom: 30px;
}

.banner-car-detail__item-disclaimer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -8px;
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='5' viewBox='0 0 6 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.992 4.358L4.238 4.904L3.185 3.266L2.145 4.878L1.404 4.332L2.639 2.824L0.78 2.33L1.066 1.459L2.873 2.148L2.769 0.249999H3.692L3.575 2.187L5.369 1.498L5.655 2.382L3.783 2.876L4.992 4.358Z' fill='white'/%3E%3C/svg%3E%0A");
    width: 6px;
    height: 5px;
}

.section-banner-car-detail .swiper-navigation {
    margin-top: 30px;
    position: relative;
}

.section-banner-car-detail .swiper-arrows {
    height: 50px;
    border-radius: 5px;
    background: #514EA1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 20;
}

.section-banner-car-detail .swiper-arrows-hr {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
}

.section-banner-car-detail .swiper-btn-prev,
.section-banner-car-detail .swiper-btn-next {
    height: 100%;
    width: 50px;
    position: relative;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.section-banner-car-detail .swiper-btn-prev::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9L9 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 18px;
}

.section-banner-car-detail .swiper-btn-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 10px;
    height: 18px;
}

.section-banner-car-detail .swiper-button-disabled {
    opacity: .35;
    cursor: default;
}

.section-banner-car-detail .swiper-nav {
    position: absolute;
    left: 50% !important;
    top: 50%;
    bottom: unset !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-banner-car-detail .swiper-pagination-bullet {
    background: rgba(43, 43, 43, .5) !important;
    margin: 0 10px !important;
}

.section-banner-car-detail .swiper-pagination-bullet-active {
    background: #514EA1 !important;
}

@media all and (min-width: 768px) {
    .banner-car-detail__item-terms-wrapper {
        background-color: unset !important;
    }
}

@media all and (max-width: 767px) {
    .banner-car-detail__item-btns .btn {
        width: 100%;
    }
    #banner-car-detail {
        margin-top: 25px;
    }
    .banner-car-detail__item-terms-pattern._pc {
        display: none;
    }
    .banner-car-detail__item-terms-pattern._mobile {
        display: block;
        top: -25px;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        width: 100%;
        left: 0;
    }
    .banner-car-detail__item-img._pc {
        display: none;
    }
    .banner-car-detail__item-img._mobile {
        display: block;
        -o-object-position: top left;
        object-position: top left;
    }
    .banner-car-detail__item {
        text-align: center;
/*        padding-top: 230px;*/
        padding-top: 0;
        height: 585px;
    }
    .banner-car-detail__inner {
        padding: 0 10px;
        position: absolute;
        bottom: 110px;
        left: 0;
        right: 0;
    }
    .banner-car-detail__item-title.h2 {
        margin-bottom: 15px;
        line-height: 24px;
    }
    .banner-car-detail__item-text {
        margin: 30px 0;
    }
    .banner-car-detail__item-text span {
        text-transform: uppercase;
    }

    .banner-car-detail__item-terms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
    }
    .banner-car-detail__item-terms-wrapper {
        padding: 0 30px 30px 30px;
        margin: 0;
        width: 100%;
        margin-top: 25px;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }
    .banner-car-detail__item-terms-item__title {
        font-size: 28px;
    }
    .banner-car-detail__item-disclaimer {
        text-align: left;
        padding-bottom: 11px;
        margin: 13px 15px 0 23px;
    }
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.detail/props/style.css?17388241471995*/

.model-props {
	padding: 120px 0 80px 0;
	position: relative;
	overflow: hidden;
}

.model-props-bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: 110%;
	height: 150%;
	background-image: url("data:image/svg+xml,%3Csvg width='1305' height='386' viewBox='0 0 1305 386' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.15' d='M27.1223 54.6603C28.4209 39.6642 40.8015 28.0507 55.8499 27.7127L1239.79 1.11969C1255.12 0.775181 1268.17 12.2443 1269.78 27.5003L1303.99 349.944C1305.84 367.35 1292.21 382.526 1274.7 382.555L30.764 384.629C13.4478 384.657 -0.169135 369.835 1.32471 352.584L27.1223 54.6603Z' stroke='black'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	top: -135px;
	transform: translateX(-50%);
	z-index: -1;
}

.model-props-bg._no-btn {
	top: -94px;
}

.model-props-list__item  {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	margin: 25px 0;
}

.model-props-list__item  img {
	margin-right: 20px;
}

.model-props-list__item__name {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.5;
	font-weight: 600;
	white-space: nowrap;
	text-align: left;
}

.model-props-list__item__text {
	font-size: 20px;
	font-weight: 600;
	white-space: nowrap;
	text-align: left;
}

/* model-props-list */

@media all and (max-width:767px) {
	.cars-content .model-props {
		padding-top: 20px;
	}

	.model-props-list {
		padding: 0 20px;
	}
}


@media all and (max-width:480px) {
	.model-props-list__item__name {
		font-size: 10px;
		white-space: normal;
	}
	.model-props-list__item__text {
		font-size: 16px;
		white-space: normal;
	}

	.model-props-list__item  {
		margin:  15px 0;
	}
}

.model-props-button {
	margin-top: 30px;
}

@media all and (max-width: 1199px) {
	.model-props-bg {
		display: none;
	}

	.model-props {
		padding: 60px 0;
	}
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/model-prices/style.css?174185545215041*/

.vesta-prices__wrapper._dark {

}

.vesta-prices__wrapper._dark h2 {
    text-transform: uppercase;
}

.complectation--wrapper {
    margin-top: 20px;
    overflow: unset !important;
    display: none;
}

.complectation--wrapper.swiper-initialized {
    display: block;
}

.complectation {
    position: relative;
    opacity: 0 !important;
    z-index: 0;
}

.complectation.swiper-slide-active {
    opacity: 1 !important;
    pointer-events: all !important;
    z-index: 1;
}

.complectation-item--wrapper {
    position: relative;
    padding-bottom: 30px !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 15px !important;
}

.complectation-item {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px 0px #00000014;
    border-radius: 20px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    padding: 24px;
    pointer-events: all !important;
}

.complectation-item.complectation-item--best {
    border-width: 1px;
    border-style: solid;
}

.complectation-item.complectation-item--best svg {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: 17px;
    display: block;
}

.complectation-item.complectation-item--best svg + i {
    font-style: normal;
    position: absolute;
    left: 29px;
    top: 0;
    transform: translateY(-100%);
    font-size: 8px;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    display: block;
    line-height: 10px;
}

.complectation-item--title {
    display: flex;
    justify-content: space-between;
}

.complectation-item--title .complectation-item--title-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.complectation-item--photo {
    position: relative;
    padding-top: 46%;
    margin: 20px 0 24px;
}

.complectation-item--photo img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(15%);
}

.complectation-item--props {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.complectation-item--props .complectation-item--props-item {
    display: flex;
    background: rgb(81 78 161 / 5%);
    border-radius: 3px;
    padding: 6px 10px;
    align-items: center;
}

.complectation-item._dark .complectation-item--props-item {
    background: rgba(226, 118, 57, .05);
}

.complectation-item--props .complectation-item--props-item div:first-child {
    width: 65%;
    font-size: 8px;
    font-weight: 700;
    line-height: 9px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    opacity: .5;
}

.complectation-item--props .complectation-item--props-item div:last-child {
    font-size: 12px;
    line-height: 13px;
}

.complectation-item--props .complectation-item--props-item div:last-child span {
    opacity: .5;
    margin-left: 5px;
}

.complectation-item--price {
    margin: 20px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.complectation-item--price .complectation-item--price-current,
.complectation-item--price__line ._price {
    font-weight: 500;
    line-height: 22px;
    font-size: 20px;
}

.complectation-item--price .complectation-item--price-current {
    color: #514EA1;
}

.complectation-item._dark .complectation-item--price-current,
.complectation-item._dark .complectation-item--price__line ._price,
.complectation-item._dark .complectation-item--price-old {
    color: #E37639;
}

.complectation-item--price .complectation-item--price-old,
.complectation-item--price__line .complectation-item--price-old {
    align-items: baseline;
    opacity: .3;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 16px;
}


.complectation-item--price__wrap {
    margin: 16px 0 8px;
}

.modal-complectation--item-main .complectation-item--price__wrap {
    margin: 0 14px 20px;
}

.complectation-item--price__item {
    margin: 0 0 8px;
    line-height: 1;
}


.complectation-item--price__title {
    display: inline-flex;
    height: 16px;
    line-height: 16px;
    background-color: rgba(81, 78, 161, 0.05);
    border-radius: 24px;
    padding: 0 6px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 8px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
}

.complectation-item--price__line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.modal-complectation--item-main .complectation-item--price__line {
    justify-content: unset;
    column-gap: 30px;
}


.complectation-item--button {
    margin-top: auto;
}

.complectation-item--button a + a {
    margin-top: 12px;
}


.vesta-prices__wrapper._dark .complectation-item--button .btn {
    border-radius: 100px;
}

.complectation-item--navigation .swiper-button-next,
.complectation-item--navigation .swiper-button-prev,
.modal-complectation--item-main--photo__nav .swiper-button-next,
.modal-complectation--item-main--photo__nav .swiper-button-prev {
    width: 32px;
    height: 32px;
    background: rgb(224 224 224);
    border-radius: 5px;
    opacity: 1;
    transition: opacity .3s ease-out;
}

.complectation-item--navigation .swiper-button-next.swiper-button-disabled,
.complectation-item--navigation .swiper-button-prev.swiper-button-disabled,
.modal-complectation--item-main--photo__nav .swiper-button-next.swiper-button-disabled,
.modal-complectation--item-main--photo__nav .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.complectation-item--navigation .swiper-button-prev {
    left: 3px;
}

.complectation-item--navigation .swiper-button-next {
    right: 3px;
}

.complectation-item--navigation .swiper-button-next::after,
.complectation-item--navigation .swiper-button-prev::after,
.modal-complectation--item-main--photo__nav .swiper-button-next::after,
.modal-complectation--item-main--photo__nav .swiper-button-prev::after {
    content: "";
    background-image: url(/local/templates/brightpark/components/bitrix/news.list/model-prices/image/arrow.svg);
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.complectation-item--navigation .swiper-button-prev::after,
.modal-complectation--item-main--photo__nav .swiper-button-prev::after {
    transform: rotate(180deg);
}

@media (max-width: 1240px) {
    .complectation-item--navigation .swiper-button-next {
        right: 25px;
    }

    .complectation-item--navigation .swiper-button-prev {
        left: 25px;
    }
}

@media (max-width: 991px) {
    .complectation-item--wrapper {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (max-width: 767px) {
    .complectation-item--wrapper {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .complectation-item {
        padding: 15px;
        border-radius: 12px;
    }

    .complectation-item--props .complectation-item--props-item {
        padding: 6px 20px;
    }

    .complectation-item--price {
        flex-direction: column;
    }

    .complectation-item--price__line {
        flex-direction: column-reverse;
    }

    .modal-complectation--item-main .complectation-item--price__line {
        flex-direction: row;
    }

    .complectation-item--price .complectation-item--price-current {
        order: 2;
        white-space: nowrap;
    }

    .complectation-item--price .complectation-item--price-old {
        margin-bottom: 3px;
    }

    .complectation-item--button .btn__small {
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .complectation-item--navigation .swiper-button-next,
    .complectation-item--navigation .swiper-button-prev {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #7471B4;
    }

    .vesta-prices__wrapper._dark .complectation-item--navigation .swiper-button-next,
    .vesta-prices__wrapper._dark .complectation-item--navigation .swiper-button-prev {
        background-color: transparent;
        border: 1px solid #E37639;
    }

    .complectation-item--navigation .swiper-button-next::after,
    .complectation-item--navigation .swiper-button-prev::after,
    .modal-complectation--item-main--photo__nav .swiper-button-next::after,
    .modal-complectation--item-main--photo__nav .swiper-button-prev::after {
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L1 13' stroke='%23E37639' stroke-width='2'/%3E%3C/svg%3E%0A");
    }

    .complectation-item--navigation .swiper-button-next {
        right: 0;
    }

    .complectation-item--navigation .swiper-button-prev {
        left: 0;
    }
}

@media all and (max-width:374px) {
    .complectation-item--button .btn__small {
        font-size: 9px;
        padding-left: 6px;
        padding-right: 6px;
    }
    .complectation-item--price .complectation-item--price-current {
        font-size: 18px;
    }
}


.modal-complectation {
    width: calc(100% + 80px);
    margin: -40px !important;
}

.modal-complectation--item-main {
    padding: 30px 34px 40px 50px;
}

.modal-complectation--item-main--title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal-complectation--item-main--photo {

}

.modal-complectation--item-main--photo .swiper-slide {
    display: block;
    padding-top: 47%;
    text-decoration: none;
    border-bottom: none;
    border-radius: 16px;
    margin-bottom: 1px;
}

.modal-complectation--item-main--photo .swiper-slide:focus {
    outline: none !important;
}

.modal-complectation--item-main--photo .swiper-slide:first-child {
    border: 1px solid rgb(52 52 52 / 15%);
}

.modal-complectation--item-main--photo .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 16px;
}

.modal-complectation--item-main--photo .swiper-slide:first-child img {
    object-fit: contain;
}


.modal-complectation--item-main--props {
    padding: 20px 14px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal-complectation--item-main--props .modal-complectation--item-main--props-item {
    display: flex;
}

.modal-complectation--item-main--props .modal-complectation--item-main--props-item div {
    font-size: 14px;
    line-height: 16px;
}

.modal-complectation--item-main--props .modal-complectation--item-main--props-item div:first-child {
    width: 60%;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 700;
    opacity: .5;
}

.modal-complectation--item-main--price {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
    margin-left: 14px;
    margin-right: 14px;
    align-items: baseline;
}

.modal-complectation--item-main--price .modal-complectation--item-main--price-current {
    font-size: 20px;
    line-height: 22px;
    color: #514EA1;
    font-weight: 500;
    white-space: nowrap;
}

.modal-complectation--item-main--price .modal-complectation--item-main--price-old {
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    color: #514EA1;
    opacity: .3;
    white-space: nowrap;
}

.modal-complectation--item-main--price__disc {
    font-size: 10px;
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 14px 20px;
}

.modal-complectation--item-main--button {
    margin: 0 14px;
}

.modal-complectation--item-main--button-compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-complectation--item-info {
    height: 100%;
    background: rgb(81 78 161 / 5%);
    padding: 60px 40px 60px 50px;
}

.modal-complectation--item-info--title {
    font-weight: 500;
    color: #000;
}

.modal-complectation--item-info--compose {
    margin-top: 30px;
    max-height: 310px;
    overflow: auto;
}

.modal-complectation--item-info--compose::-webkit-scrollbar {
    width: 6px;
    background: #ededf5;
    border-radius: 3px;
}

.modal-complectation--item-info--compose::-webkit-scrollbar-thumb {
    background-color: #a8a6d0;
    border: 1px solid #ededf5;
    border-radius: 3px;
}

.modal-complectation--item-info--compose-item {
    padding: 9px 20px;
    font-size: 16px;
    line-height: 17px;
    color: rgb(0 0 0 / 50%);
}

.modal-complectation--item-info--compose-item:nth-child(2n + 1) {
    background: #fff;
    border-radius: 3px;
}

.modal-complectation--nav {

}

.modal-complectation--nav .swiper-button-next,
.modal-complectation--nav .swiper-button-prev {
    opacity: 1;
    transition: opacity .3s ease-out;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #FFCA0D;
}

.modal-complectation--nav .swiper-button-next {
    right: -30px;
    transform: translateX(100%);
}

.modal-complectation--nav .swiper-button-prev {
    left: -30px;
    transform: translateX(-100%);
}

.modal-complectation--nav .swiper-button-next.swiper-button-disabled,
.modal-complectation--nav .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.modal-complectation--nav .swiper-button-next::after,
.modal-complectation--nav .swiper-button-prev::after {
    content: "";
    background-image: url(/local/templates/brightpark/components/bitrix/news.list/model-prices/image/arrow.svg);
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-complectation--nav .swiper-button-prev::after {
    transform: rotate(180deg);
}

.fancybox__content .modal-complectation--nav + .carousel__button.is-close {
    color: rgb(43 43 43 / 35%);
}

@media (max-width: 1199px) {
    .modal-complectation--item-info--compose {
        max-height: 280px;
    }
/*    .modal-complectation--item-main--price { 
        flex-direction: column;
        gap: 10px;
        justify-content: unset;
        align-items: flex-start;
    }*/
}

@media (max-width: 991px) {
    .modal-complectation--item-main {
        padding: 30px 20px 40px 30px;
    }

    .modal-complectation--item-info {
        padding: 60px 30px 40px 40px;
    }

    .modal-complectation--nav .swiper-button-next,
    .modal-complectation--nav .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 767px) {
    .modal-complectation {
        width: calc(100% + 40px);
        margin: -45px -20px !important;
    }

    .modal-complectation--item-main {
        padding: 30px 15px;
    }

    .modal-complectation--item-info {
        padding: 30px 15px;
    }

    .modal-complectation--item-info--compose {
        max-height: 100%;
    }

    .modal-complectation--item-main--button .btn__medium {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 374px) {
    .modal-complectation--item-main--button {
        margin: 0;
    }
}
/* 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 */


/* Start:/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/style.css?175394679616828*/

form .form-group-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group-btns-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

#smart-credit-form .current-bg-1 {
    background-color: #514ea1;
}

#smart-credit-form .current-bg-2 {
    background-color: #5CBE86;
}

#smart-credit-form .swiper-button-next.swiper-button-disabled,
#smart-credit-form .swiper-button-prev.swiper-button-disabled {
      opacity: 0;
  }

.form-title__wrapper {
    position: relative;
}

.form-title__icon {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-title__icon._mobile,
.smart-credit-advantages-title__icon._mobile {
    display: none;
}

.calc-options__container {
    margin: 50px 0;
}

.calc-options__container .calc-credit--result-title {
    display: block !important;
}

.calc-options {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px;
    /*-webkit-box-pack: justify;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    row-gap: 15px;
    column-gap: 20px;
}

.calc-option__item {
    position: relative;
}

.calc-option__item input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.calc-option__item label {
    position: relative;
    color: #FFF;
    font-family: 'Bright Park Display';
    font-size: 20px;
    padding-left: 63px;
    cursor: pointer;
}

.calc-option__item label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid rgba(255, 255, 255, .35);
    border-radius: 16px;
    width: 50px;
    height: 24px;
    background: transparent;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calc-option__item label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.calc-option__item input[type="radio"]:checked + label::before {
    background: #5CBE86;
    border-color: #5CBE86;
}

.calc-option__item input[type="radio"]:checked + label::after {
    left: 30px;
}


.credit-avto-picture {
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/credit_form_bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.credic-list--bg {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDc3IiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDQ3NyAxNzciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIG9wYWNpdHk9IjAuNSIgZD0iTTAuNzk4ODIzIDE0MC40MjlMMTUuOTEzMyAxOS41NzY5QzE2LjUyNzcgMTQuNjY0OSAyMC42NDMzIDEwLjk0MTYgMjUuNTkyIDEwLjgyMDhMNDIwLjc5MiAxLjE3NTg2QzQyNS4wOTUgMS4wNzA4NCA0MjguOTgzIDMuNzMxMzkgNDMwLjQ0MyA3Ljc4MDcxTDQ3NS43MTggMTMzLjMzNUM0NzcuNTQ4IDEzOC40MSA0NzUuMDIzIDE0NC4wMjEgNDcwLjAxMiAxNDYuMDE3TDM5Ny42OTIgMTc0LjgzQzM5NC45MzIgMTc1LjkyOSAzOTEuOTYyIDE3Ni40IDM4OC45OTcgMTc2LjIwOEwxMC4wNzQ4IDE1MS42NDlDNC4zMjkzNiAxNTEuMjc3IDAuMDg0MzI5NSAxNDYuMTQyIDAuNzk4ODIzIDE0MC40MjlaIiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-size: 100% 100%;
    margin: 0 auto;
    padding: 37px 65px;
    width: 500px;
    margin-left: 50px;
}

.credic-list--bg ul.arrow-list li:before {
    -webkit-filter: brightness(10);
    filter: brightness(10);
}

.credit-form--wrapper {
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.input-range {
    display: none;
}

.irs-single {
    visibility: hidden;
}

.irs.irs--round {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
}

.irs--round .irs-line,
.irs--round .irs-bar {
    top: 0!important;
}

.irs--round .irs-line {
    background-color: transparent!important;
    height: 2px!important;
    border-radius: 2px!important;
}

.irs--round .irs-bar {
    height: 2px!important;
    background-color: #FFFFFF!important;
}
.irs--round .irs-bar--single {
    border-radius: 2px 0 0 2px!important;
}

.irs--round .irs-handle {
    top: -15px!important;
    width: 30px!important;
    height: 30px!important;
    border: 10px solid #FFFFFF!important;
    background-color: #514EA1!important;
    border-radius: 50%!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    cursor: pointer;
}
.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
    background-color: #514EA1!important;
}

.initial-payment--percent {
    position: absolute;
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    opacity: .5;
    right: 20px;
    bottom: 7px;
}

.calc-credit--result {
    position: relative;
}

.calc-credit--item {
    background: #FFFFFF;
    border-radius: 10px;
}

.calc-credit--item-header {
    padding: 20px;
    background: rgb(81 78 161 / 10%);
    border-radius: 10px 10px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.calc-credit--item .item-header--period {
    position: relative;
    font-size: 0;
}

.item-header--period input[type="radio"] {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 3;
    opacity: 0;
    cursor: pointer;
}

.item-header--period input[type="radio"] + label {
    position: relative;
    line-height: 18px;
    padding-left: 27px;
    padding-top: 2px;
}

.item-header--period input[type="radio"] + label::before {
    content: ' ';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: 1px solid rgb(81 78 161 / 35%);
    background: transparent;
    border-radius: 50%;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.item-header--period input[type="radio"] + label::after {
    content: ' ';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/check.svg);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.item-header--period input[type="radio"]:checked + label::before {
    background: #514EA1;
    border-color: #514EA1;
}
.item-header--period input[type="radio"]:checked + label::after {
    opacity: 1;
}

.chosen-container-single .chosen-single span sup {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-left: 14px;
    opacity: 0.85;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    position: relative;
}

.calc-credit--result-title {
    margin: 10px 0 20px;
    font-weight: 500;
    font-size: 30px;
    line-height: 33px;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    display: none;
}
.calc-credit--result .swiper-initialized .calc-credit--result-title {
    display: block;
}

.calc-credit--item .item-header--period label,
.calc-credit--item .item-header--percent {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.calc-credit--item .item-header--period label {
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #000000;
}

.calc-credit--item .item-header--percent {
    color: rgb(81 78 161 / 45%);
}

.calc-credit--item-body {
    padding: 20px 25px;
}

.calc-credit--item-body .item-body--item {
    padding: 5px 0;
}

.calc-credit--item-body .item-body--item label:not(.button-radio-group--label) {
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgb(0 0 0 / 35%);
}
.calc-credit--item-body .item-body--item:first-child div {
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    color: #514EA1;
    margin-top: 7px;
}
.calc-credit--item-body .item-body--item:nth-child(2) div {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #514EA1;
}

.calc-credit--item-body .item-body--item .btn {
    width: 100%;
}

.calc-credit--item-body .item-body--item .button-radio-group {
    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;
}

.item-body--item .button-radio-group .button-radio-group--item {
    position: relative;
    width: 18px;
    height: 18px;
    background: rgb(255 255 255 / 35%);
    border-radius: 50%;
    margin-right: 7px;
}
.item-body--item .button-radio-group .button-radio-group--item.active {

}

.item-body--item .button-radio-group .button-radio-group--item::before {
    content: ' ';
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/check.svg);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.item-body--item .button-radio-group .button-radio-group--item.active::before {
    opacity: 1;
}

.item-body--item .button-radio-group .button-radio-group--label {
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-top: 2px;
}

.calc-credit--result .swiper-button-next, .calc-credit--result .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #7471B4;
    top: calc(50% + 32px);
    display: none;
}
.calc-credit--result .swiper-initialized ~ .swiper-button-next,
.calc-credit--result .swiper-initialized ~ .swiper-button-prev {
    display: block;
}

.calc-credit--result .swiper-button-next {
    right: -20px;
}
.calc-credit--result .swiper-button-prev {
    left: -20px;
}

.calc-credit--result .swiper-button-next:after,
.calc-credit--result .swiper-button-prev:after {
    font-size: 0;
    background-image: url(/local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/images/arrow.svg);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.calc-credit--result .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.disclaimer {
    font-size: 14px;
    line-height: 20px;
    opacity: .75;
}

.smart-credit-calc-back {
    position: relative;
    background-image: url('/local/templates/brightpark/assets/img/service_form_back_1.png');
    background-repeat: no-repeat;
    background-position: right top;
}

.smart-credit-calc-back::before,
.smart-credit-calc-back::after {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.smart-credit-calc-back::before {
    background-image: url("data:image/svg+xml,%3Csvg width='95' height='171' viewBox='0 0 95 171' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M91.6407 -18.8005L54.5 -81H-36V170.5L44.2351 144.346C50.6414 142.258 55.5657 137.084 57.335 130.582L93.7673 -3.29534C95.194 -8.53804 94.4263 -14.1356 91.6407 -18.8005Z' fill='%23EE6723'/%3E%3C/svg%3E%0A");
    width: 95px;
    height: 171px;
    top: 0;
    left: 0;
}

.smart-credit-calc-back::after {
    background-image: url("data:image/svg+xml,%3Csvg width='89' height='165' viewBox='0 0 89 165' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.35931 189.301L40.5 251.5H131V0L50.7649 26.154C44.3586 28.2422 39.4343 33.416 37.665 39.9176L1.23274 173.795C-0.193954 179.038 0.573746 184.636 3.35931 189.301Z' fill='%23EE6723'/%3E%3C/svg%3E%0A");
    width: 89px;
    height: 165px;
    right: 0;
    bottom: 0;
}

@media (min-width: 992px){
    .credit-avto-picture img {
        height: 100%;
        position: absolute;
        z-index: 100;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -80px;
    }
}

@media (max-width: 1199px) {

    .smart-credit-calc-back {
        background-position: right -30px top -130px;
    }

    .smart-credit-calc-back::before {
        width: 70px;
        height: 116px;
    }

    .smart-credit-calc-back::after {
        width: 94px;
        height: 110px;
        background-image: url("data:image/svg+xml,%3Csvg width='94' height='110' viewBox='0 0 94 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.35931 189.301L40.5 251.5H131V0L50.7649 26.154C44.3586 28.2422 39.4343 33.416 37.665 39.9176L1.23274 173.795C-0.193954 179.038 0.573746 184.636 3.35931 189.301Z' fill='%23EE6723'/%3E%3C/svg%3E%0A");
    }

    .calc-options {
        row-gap: 20px;
    }
    .calc-option__item {
        width: 50%;
    }
    .credic-list--bg {
        max-width: 100%;
        padding: 37px 35px;
        margin-left: 30px;
    }
}

@media (max-width: 991px) {

    .smart-credit-calc-back {
        background-image: none;
    }

    .calc-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
    .calc-option__item {
        width: 100%;
    }
    .credit-avto-picture {
        background-image: none;
        height: auto;
    }

    .credit-form--wrapper {
        padding: 30px 0;
    }

    .credit-avto-picture {
        margin-top: 30px;
    }
    .credit-avto-picture img {
        max-width: 100%;
    }

    .credic-list--bg {
        background-image: none;
        padding: 0;
        width: auto;
        display: inline-block;
        /*height: 1px;
        width: calc(100vw - 16px);
        margin: 9px 0;
        top: -30px;
        background-color: rgb(255 255 255 / 35%);
        transform: translateX(-18.4%) rotate(-3deg);*/
    }

    .credic-list {
        position: relative;
    }

    .credic-list::before {
        content: ' ';
        height: 1px;
        width: 100vw;
        position: absolute;
        display: block;
        background-color: rgb(255 255 255 / 35%);
        top: 0;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .credit-form--wrapper form {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-group--slider {
        margin-bottom: 20px!important;
    }

    .calc-credit--result {
        margin-left: 10px;
        margin-right: 10px;
    }
    .calc-credit--result .swiper-button-next {
        right: -15px;
    }
    .calc-credit--result .swiper-button-prev {
        left: -15px;
    }
}

@media (max-width: 767px) {
    .form-group-btns-text {
        flex-direction: column;
        text-align: center;
    }

    form .form-group-btns {
        margin-top: 25px !important;
    }

    form .form-group.button-group.text {
        margin: 0 !important;
    }

    .smart-credit-calc-back::before {
        content: none;
    }

    .smart-credit-calc-back::after {
        content: none;
    }
    .calc-credit--result .swiper-button-next,
    .calc-credit--result .swiper-button-prev {
        top: calc(50% + 50px);
    }
}

@media (max-width: 574px) {
    form .form-group-btns {
        flex-direction: column;
    }
}

/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.detail/model_text_new/style.css?171887984213759*/

.model-description {
	padding-bottom: 60px;
}

.model-description__menu {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 50px;
	padding-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 60px;
	-moz-column-gap: 60px;
	column-gap: 60px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.model-description__menu a {
	display: inline-block;
	color: #000000;
	position: relative;
	font-size: 24px;
	line-height: 1.1;
	padding-bottom: 27px;
	border: none;
}

.model-description__menu a::before {
	content: '';
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.model-description__menu a.model-description__link--active::before {
	width: 100%;
}

.model-description__link--active:nth-child(1)::before {
	background-color: #FFCA0D;
}

.model-description__link--active:nth-child(2)::before {
	background-color: #514EA1;
}

.model-description__link--active:nth-child(3)::before {
	background-color: #EE6723;
}

.model-description__link--active:nth-child(4)::before {
	background-color: #5CBE86;
}

.model-description__link--active:nth-child(5)::before {
	background-color: #000;
}

.swiper.swiper-text-nav-slider {
	overflow: visible;
}

.model-description__slide-text {
	margin-top: 40px;
}

.model-description__slide-title {
	font-family: 'Bright Park Display';
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 50px;
}

.model-description__slide-desc {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
}

.model-description__slide picture img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-text-nav-slider-item.swiper-slide-prev,
.swiper-text-nav-slider-item.swiper-slide-next {
	opacity: 0.15;
}

.swiper-slide-prev .model-description__slide-text,
.swiper-slide-next .model-description__slide-text {
	visibility: hidden;
}

.swiper-slide-prev .model-description__slide picture,
.swiper-slide-next .model-description__slide picture {
	height: 520px;
	padding-top: 50px;
}

.swiper-text-nav-slider .swiper-btn-prev,
.swiper-text-nav-slider .swiper-btn-next {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	z-index: 5;
	border-radius: 5px;
}

.swiper-text-nav-slider .swiper-btn-prev {
	left: -125px;
}

.swiper-text-nav-slider .swiper-btn-next {
	right: -125px;
}

.swiper-text-nav-slider[data-id='0'] .swiper-btn-prev,
.swiper-text-nav-slider[data-id='0'] .swiper-btn-next {
	background-color: #FFCA0D;
}

.swiper-text-nav-slider[data-id='1'] .swiper-btn-prev,
.swiper-text-nav-slider[data-id='1'] .swiper-btn-next {
	background-color: #514EA1;
}

.swiper-text-nav-slider[data-id='2'] .swiper-btn-prev,
.swiper-text-nav-slider[data-id='2'] .swiper-btn-next {
	background-color: #EE6723;
}

.swiper-text-nav-slider[data-id='3'] .swiper-btn-prev,
.swiper-text-nav-slider[data-id='3'] .swiper-btn-next {
	background-color: #5CBE86;
}

.swiper-text-nav-slider[data-id='4'] .swiper-btn-prev,
.swiper-text-nav-slider[data-id='4'] .swiper-btn-next {
	background-color: #000;
}

.swiper-text-nav-slider .swiper-button-disabled {
	opacity: .35;
	cursor: default;
}

.swiper-text-nav-slider .swiper-btn-prev::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1 9L9 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 10px;
	height: 18px;
}

.swiper-text-nav-slider .swiper-btn-next::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L9 9L1 17' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 10px;
	height: 18px;
}

.swiper-text-nav-slider .swiper-nav {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	padding-right: 8px;
}

.swiper-text-nav-slider .swiper-counter {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	color: rgba(0, 0, 0, 0.2);
}

.swiper-text-nav-slider .swiper-counter._current {
	color: #000000;
}

.swiper-text-nav-slider .swiper-counter._divider {
	display: none;
}

.swiper-text-nav-slider .swiper-pagination {
	width: 385px;
	height: 2px;
	position: relative;
	background-color: rgba(0, 0, 0, .2);
}

.swiper-text-nav-slider .swiper-pagination i {
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	background-color: #000000;
	max-width: 100%;
}

.model-description__slide picture {
	position: relative;
	width: 100%;
	height: 620px;
	display: block;
}

.model-description__slide-img-wrap._engine svg {
	position: absolute;
	width: 100%;
	height: auto;
}

.model-description__slide-img-wrap._engine {
	background-size: cover;
	min-height: 633px;
}

.model-description__slide-img-wrap._engine picture {
	max-height: 520px;
}

.model-description__slide-img-wrap._engine picture img {
	object-fit: contain;
}

@media all and (min-width: 768px) {
	.model-description__slide {
		min-height: 620px;
	}
}
@media all and (max-width: 1199px) {
	.model-description__slide-img-wrap._engine picture {
		max-height: 360px;
	}
	.model-description__slide-img-wrap._engine {
		min-height: 485px;
	}
}
@media all and (max-width: 991px) {
	.model-description__slide-img-wrap._engine {
		min-height: auto;
	}
}
@media all and (max-width: 767px) {
	.model-description__slide-img-wrap._engine::before {
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='69' height='102' viewBox='0 0 69 102' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M41.322 78.9378L-83.5388 100.878C-95.7812 103.029 -107 93.6094 -107 81.1793V21.1004C-107 8.9155 -96.1969 -0.437691 -84.1374 1.3063L59.1038 22.0213C65.2911 22.9161 69.1495 29.2051 67.144 35.1263L56.8037 65.6556C54.4585 72.5797 48.5222 77.6726 41.322 78.9378Z' stroke='white' stroke-dasharray='2 2'/%3E%3C/svg%3E%0A");
		position: absolute;
		left: 0;
		top: 30%;
		width: 69px;
		height: 102px;
	}
	.model-description__slide-img-wrap._engine::after {
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='77' height='151' viewBox='0 0 77 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M38.2141 34.1102L162.947 1.54145C175.62 -1.76749 188 7.79508 188 20.8927V130.165C188 142.6 176.773 152.021 164.527 149.861L9.6773 122.559C3.57421 121.483 -0.0906907 115.172 1.99978 109.338L24.439 46.7149C26.6673 40.4963 31.8225 35.7791 38.2141 34.1102Z' stroke='white' stroke-dasharray='2 2'/%3E%3C/svg%3E%0A");
		position: absolute;
		right: 0;
		top: 32%;
		width: 77px;
		height: 151px;
	}
	.model-text-specs {
		margin-bottom: 30px;
	}
	.engine-list__nav-spec__title {
		font-size: 8px;
		font-weight: 700;
		line-height: 8.8px;
		letter-spacing: 0.05em;
		color: rgba(52, 52, 52, .4);
		margin-bottom: 2px;
		text-transform: uppercase;
	}
	.engine-list__nav-spec__val {
		font-size: 16px;
		font-weight: 500;
		line-height: 17.6px;
		color: #343434;
	}
	.engine-list__nav-spec__item {
		margin-bottom: 10px;
		position: relative;
		padding-left: 30px;
	}
	.engine-list__nav-spec__item::before {
		position: absolute;
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.5L3.6 11L14 1' stroke='%23EE6723' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		width: 15px;
		height: 12px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.model-description__slide-img-wrap._engine picture img {
		background: none;
	}
	.model-description__slide-img-wrap._engine picture {
		max-height: 240px;
	}
	.model-description__slide-img-wrap._engine svg {
		display: none;
	}
	.model-description__slide-img-wrap._engine {
		background: linear-gradient(180deg, #514EA1 18.08%, #8381BC 41.84%, #9C9AD0 60.68%, #B9B7E5 82.45%, rgba(255, 255, 255, 0.54) 100%);
		min-height: auto;
		padding-top: 90px;
	}
	.model-description {
		padding-bottom: 40px;
	}
	.swiper-text-nav-slider .swiper-counter._divider {
		display: block;
	}
	.model-description__slide-img-wrap {
		margin-left: -10px;
		width: calc(100% + 20px);
	}
	.swiper-slide-prev .model-description__slide picture,
	.swiper-slide-next .model-description__slide picture {
		height: 395px;
		padding-top: 0;
	}
	.model-description__slide picture {
		position: relative;
		height: 395px;
		z-index: 1;
	}
	.model-description__slide-img-wrap {
		position: relative;
	}
	.model-description__slide-img-wrap::before {
		content: '';
		position: absolute;
		background: -webkit-gradient(linear, left bottom, left top, color-stop(1.23%, #FFFFFF), color-stop(25.63%, rgba(255, 255, 255, 0.699438)), color-stop(41.98%, rgba(255, 255, 255, 0.46251)), color-stop(59.62%, rgba(255, 255, 255, 0.259397)), color-stop(75.31%, rgba(255, 255, 255, 0.114089)), color-stop(86.01%, rgba(255, 255, 255, 0.0471036)), color-stop(98.7%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(19.79%, rgba(255, 255, 255, 0.471028)), color-stop(40.19%, rgba(255, 255, 255, 0.180736)), color-stop(51.19%, rgba(255, 255, 255, 0.0828227)), color-stop(66.47%, rgba(255, 255, 255, 0)));
		background: -o-linear-gradient(bottom, #FFFFFF 1.23%, rgba(255, 255, 255, 0.699438) 25.63%, rgba(255, 255, 255, 0.46251) 41.98%, rgba(255, 255, 255, 0.259397) 59.62%, rgba(255, 255, 255, 0.114089) 75.31%, rgba(255, 255, 255, 0.0471036) 86.01%, rgba(255, 255, 255, 0) 98.7%), -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0.471028) 19.79%, rgba(255, 255, 255, 0.180736) 40.19%, rgba(255, 255, 255, 0.0828227) 51.19%, rgba(255, 255, 255, 0) 66.47%);
		background: linear-gradient(0deg, #FFFFFF 1.23%, rgba(255, 255, 255, 0.699438) 25.63%, rgba(255, 255, 255, 0.46251) 41.98%, rgba(255, 255, 255, 0.259397) 59.62%, rgba(255, 255, 255, 0.114089) 75.31%, rgba(255, 255, 255, 0.0471036) 86.01%, rgba(255, 255, 255, 0) 98.7%), linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.471028) 19.79%, rgba(255, 255, 255, 0.180736) 40.19%, rgba(255, 255, 255, 0.0828227) 51.19%, rgba(255, 255, 255, 0) 66.47%);
		width: calc(100% + 20px);
		height: 85px;
		bottom: 0;
		z-index: 5;
		left: -10px;
	}
	.model-description__slide picture img {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(19%, rgba(57, 57, 57, 0.2)), color-stop(51%, rgba(255, 255, 255, 0.126)), color-stop(76.5%, rgba(15, 15, 15, 0.2)), to(rgba(0, 0, 0, 0.2)));
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(57, 57, 57, 0.2) 19%, rgba(255, 255, 255, 0.126) 51%, rgba(15, 15, 15, 0.2) 76.5%, rgba(0, 0, 0, 0.2) 100%);
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(57, 57, 57, 0.2) 19%, rgba(255, 255, 255, 0.126) 51%, rgba(15, 15, 15, 0.2) 76.5%, rgba(0, 0, 0, 0.2) 100%);
		mix-blend-mode: multiply;
	}
	.model-description__menu {
		overflow-x: scroll;
		margin-bottom: 0;
		border-color: rgba(255, 255, 255, .35);
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
		width: 100%;
		left: 0;
		position: absolute;
		z-index: 5;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		padding: 20px 15px 0;
	}
	.model-description__menu a {
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		padding-bottom: 16px;
	}
	.model-description__slide-text {
		margin-top: 10px;
	}
	.model-description__slide-title {
		font-size: 32px;
		margin-bottom: 20px;
	}
	.model-description__slide-desc {
		font-size: 15px;
	}
	.swiper-text-nav-slider .swiper-pagination {
		display: none;
	}
	.swiper-text-nav-slider .swiper-counter {
		font-size: 16px;
		font-weight: 700;
	}
	.swiper-text-nav-slider .swiper-nav {
		padding-right: 0px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-column-gap: 5px;
		-moz-column-gap: 5px;
		column-gap: 5px;
	}
	.model-description__slide {
		padding-bottom: 60px;
	}
	.swiper-text-nav-slider .swiper-btn-prev {
		left: 30px;
		top: 99%;
	}
	.swiper-text-nav-slider .swiper-btn-next {
		right: 30px;
		top: 99%;
	}
}

@media all and (max-width: 575px) {
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.list/model-video-gallery/style.css?172485180612878*/
.model-videos-section {
    overflow: hidden;
}

.model-videos-swiper {
	position:  relative !important;
	width: 100% !important;
	overflow: visible !important;
}

.model-videos-slide {
	position: relative;
	width: 100%;
}

.model-videos-slide-container.swiper-slide-prev,
.model-videos-slide-container.swiper-slide-next {
	opacity: 0.15;
}

.swiper-slide-prev .model-videos-slide-name,
.swiper-slide-prev .model-videos-slide-text,
.swiper-slide-next .model-videos-slide-name,
.swiper-slide-next .model-videos-slide-text {
	visibility: hidden;
}

.swiper-slide-prev .model-videos-photo-container,
.swiper-slide-next .model-videos-photo-container {
	max-height: 450px !important;
	max-width: 670px !important;
}

.swiper-slide-prev .model-videos-photo-container .model-videos-slide-photo,
.swiper-slide-next .model-videos-photo-container .model-videos-slide-photo {
	max-height: 450px !important;
	max-width: 670px !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.swiper-slide-prev .model-videos-photo-container .model-videos-slide-photo-gradient,
.swiper-slide-next .model-videos-photo-container .model-videos-slide-photo-gradient, 
.swiper-slide-prev .model-videos-photo-container .model-videos-slide-btn,
.swiper-slide-next .model-videos-photo-container .model-videos-slide-btn {
	visibility: hidden;
}

.swiper-slide-prev .model-videos-photo-container {
	margin-left: auto;
}

.swiper-slide-next .model-videos-photo-container {
	margin-right: auto;
}

.model-videos-photo-container {
	position: relative;
	padding-bottom: 68%;
	max-height: 660px;
	border-radius: 24px;
}

.model-videos-slide-photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 24px;
	z-index: 0;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='970' height='659' viewBox='0 0 970 659' fill='none' preserveAspectRatio='xMidYMid slice'%3E%3Cpath d='M970 609.612C970 625.94 956.942 639.269 940.618 639.606L40.8247 658.158C18.4153 658.62 6.10352e-05 640.581 6.10352e-05 618.167V30.9459C6.10352e-05 13.6367 14.6078 -0.0813687 31.8829 1.005L941.883 58.2316C957.689 59.2256 970 72.335 970 88.1725V609.612Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

.model-videos-slide-photo-gradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 24px;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='970' height='659' viewBox='0 0 970 659' fill='none' preserveAspectRatio='xMidYMid slice'%3E%3Cpath d='M970 609.612C970 625.94 956.942 639.269 940.618 639.606L40.8247 658.158C18.4153 658.62 6.10352e-05 640.581 6.10352e-05 618.167V30.9459C6.10352e-05 13.6367 14.6078 -0.0813687 31.8829 1.005L941.883 58.2316C957.689 59.2256 970 72.335 970 88.1725V609.612Z' fill='%23D9D9D9'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
	z-index: 1;
	background: -o-linear-gradient(bottom, rgba(43, 43, 43, 0.75) -0.05%, rgba(43, 43, 43, 0.00) 77.36%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(-0.05%, rgba(43, 43, 43, 0.75)), color-stop(77.36%, rgba(43, 43, 43, 0.00)));
	background: linear-gradient(0deg, rgba(43, 43, 43, 0.75) -0.05%, rgba(43, 43, 43, 0.00) 77.36%);
}

.model-videos-slide-name-container {
	position: absolute;
    width: 70%;
	left: 50%;
    top: 44%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

	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-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 50px;
	z-index: 4;
}

.model-videos-slide-btn {
    width: 91px;
    height: 91px;
    border-radius: 24px;
    z-index: 2;
    background: url("data:image/svg+xml,%3Csvg width='90' height='91' viewBox='0 0 90 91' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.933838' width='90' height='90' rx='24' fill='%23514EA1'/%3E%3Cg filter='url(%23filter0_di_5961_2306)'%3E%3Cpath d='M34 34.3602V57.5075C34 61.5178 38.4841 63.8962 41.8042 61.6471L58.8892 50.0734C61.8169 48.0902 61.8168 43.7775 58.8892 41.7942L41.8042 30.2206C38.4841 27.9714 34 30.3499 34 34.3602Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_di_5961_2306' x='22' y='22.3516' width='51.085' height='57.1646' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='5'/%3E%3CfeGaussianBlur stdDeviation='6'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.251849 0 0 0 0 0.242521 0 0 0 0 0.497479 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5961_2306'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5961_2306' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='-1'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.317647 0 0 0 0 0.305882 0 0 0 0 0.631373 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_5961_2306'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") center/contain no-repeat;
}

.model-videos-slide-name {
	margin: 0 !important;

    color: #FFF;
    text-align: center;
    font-family: 'Bright Park Display';
    font-weight: 400;
    line-height: 1;
	z-index: 4;
}

.model-videos-pagination {
	position: absolute;
	bottom: 10% !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 25px;
	   -moz-column-gap: 25px;
	        column-gap: 25px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 2;
}

.model-videos-pagination .swiper-pagination-bullet {
	border: 2px solid rgba(255, 255, 255, 0.5);
	opacity: 1;
	background: transparent;
}

.model-videos-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 2px solid #fff;
	background: #fff;
}

.js-model-video-prev,
.js-model-video-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px 16px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    cursor: pointer;
	-webkit-backdrop-filter: blur(6px);
	        backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.2) center no-repeat;
	border-radius: 5px;
	z-index: 1;
}

.js-model-video-prev {
	left: 50px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00006 1.93384L1.00006 9.93384L9.00006 17.9338' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.js-model-video-next {
	right: 50px;
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.93384L9 9.93384L1 17.9338' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.js-model-video-prev.swiper-button-disabled {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.00006 1.93384L1.00006 9.93384L9.00006 17.9338' stroke='white' opacity='0.5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.js-model-video-next.swiper-button-disabled {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='19' viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.93384L9 9.93384L1 17.9338' stroke='white' stroke-width='2' stroke-linecap='round' opacity='0.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 1199px) {
	.swiper-slide-prev .model-videos-photo-container,
	.swiper-slide-next .model-videos-photo-container {
		max-height: 306px !important;
		max-width: 456px !important;
	}

	.swiper-slide-prev .model-videos-photo-container .model-videos-slide-photo,
	.swiper-slide-next .model-videos-photo-container .model-videos-slide-photo {
		max-height: 306px !important;
		max-width: 456px !important;
		top: 50%;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.model-videos-slide-name-container {
		width: 80%;
		top: 43%;
		gap: 40px;
	}
	
	.model-videos-slide-btn {
		width: 81px;
		height: 81px;
	}
	
}

@media all and (max-width: 992px) {
	.model-videos-slide-name-container {
		top: 42%;
	}

	.model-videos-slide-btn {
		width: 76px;
		height: 76px;
	}

	.js-model-video-prev {
		left: 30px;
	}
	
	.js-model-video-next {
		right: 30px;
	}

	.model-videos-pagination {
		bottom: 10% !important;
	}
}


@media all and (max-width: 768px) {
	.model-videos-swiper {
		overflow: hidden !important;
	}

	.model-videos-slide-name {
		position: relative;
		min-height: 100px;
		margin: 25px 0 !important;
		left: 0;
		bottom: 0;
		-webkit-transform: revert;
		    -ms-transform: revert;
		        transform: revert;
		color: revert;
		width: 100%;
		font-size: 28px !important;
	}

	.model-videos-slide-btn {
		width: 69px;
		height: 69px;
	}

	.js-model-video-prev,
	.js-model-video-next {
		width: 40px;
		height: 40px;
		background-size: 6px 12px;
		top: revert;
		bottom: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		
		-webkit-backdrop-filter: none;
		
		        backdrop-filter: none;
		background: transparent center;
		background-repeat: no-repeat;
		border: 1px solid rgba(81, 78, 161, .5);
	}
	

	.js-model-video-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%0A");
	}
	
	.js-model-video-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-model-video-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%0A");
	}
	
	.js-model-video-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 ");
	}

	.model-videos-navigation-container {
		position: relative;
	}

	.model-videos-pagination {
		width: auto !important;
		bottom: 20px !important;
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}

	.model-videos-pagination .swiper-pagination-bullet {
		border: 2px solid rgba(81, 78, 161, .5);
	}
	
	.model-videos-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		border: 2px solid #514EA1;
		background: #514EA1;
	}
}

@media all and (max-width: 576px) {
	.model-videos-slide-name {
		font-size: 24px !important;
		min-height: 150px;
	}

	.model-videos-pagination {
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
	}
}

@media all and (min-width:1200px) {
	.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
		width: 55%!important;
	}
}
/* End */
/* /local/templates/brightpark/components/bitrix/catalog.section.list/cars-menu/style.css?17319291124612 */
/* /local/templates/brightpark/components/bitrix/news.detail/model-main/style.css?174712674213097 */
/* /local/templates/brightpark/components/bitrix/news.list/banner-car-detail/style.css?17539458108752 */
/* /local/templates/brightpark/components/bitrix/news.detail/props/style.css?17388241471995 */
/* /local/templates/brightpark/components/bitrix/news.list/model-prices/style.css?174185545215041 */
/* /local/templates/brightpark/components/bitrix/news.list/teasers/style.css?171508565325622 */
/* /local/templates/brightpark/components/bitrix/form/smart-credit-calc/bitrix/form.result.new/.default/style.css?175394679616828 */
/* /local/templates/brightpark/components/bitrix/news.detail/model_text_new/style.css?171887984213759 */
/* /local/templates/brightpark/components/bitrix/news.list/model-video-gallery/style.css?172485180612878 */
