

/* 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.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 */


/* 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.detail/model_text/style.css?16957398862570*/
.model-description__menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	position: absolute;
	bottom: -100px;
	text-align: center;
	z-index: 899;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	left: 0;
}

.model-description__menu a {
	display: inline-block;
	border-bottom: unset;
	color:  white;
	margin: 0px 3%;
	padding: 20px 0;
	position: relative;
}

.model-description__link--active:before{
	content: '';
	width: 100%;
	height: 2px;
	background-color: white;
	position: absolute;
	left: 0;
	bottom: 0;
}


.model-description__slide-text{
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 100;
	padding: 150px 0 60px 0;
	color: white;
}

.model-description__slide-desc {
	width: 700px;
	height: auto;
	padding: 40px;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .7);
	position: relative;
	right: -40px;
	float: right;
}

.model-description__slide picture img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media all and (min-width: 768px) {
	.model-description__slide {
		height: 90vh;
		min-height: 600px;
		width: 100%;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.model-description__slide picture {
		position: absolute;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}


}

@media all and (max-width: 767px) {
	.model-description__menu {
		position: relative;
		bottom: 0;
		overflow-x: scroll;
		background: #000;
		margin: 0 -16px;
		width: calc(100% + 32px);
	}

	.model-description__slide picture {
		position: relative;
		max-width: 100%;
		height: auto;
		margin-top: 70px;
	}

	.model-description__slide picture img {
		position: relative;
	}

	.model-description__slide {
		background: #000;
	}

	.model-description__slide-text {
		display: block;
		padding: 0;
		background: #000;
		top: -10px;
		position: relative;
		margin: 0 -16px;
		padding-top: 40px;
		padding-bottom: 20px;
	}

	.model-description__slide {
		height: 100% !important;
	}

	.model-description__slide-desc {
		right: 0;
		float: none !important;
		width: 100%;
		padding:0 20px 20px;
	}
}

@media all and (max-width: 575px) {
	.model-description__menu .h3 {
		font-size: 16px;
		font-weight: 500;
	}

	.model-description__slide-text .h1{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.model-description__menu a {
		margin: 0px 2%;
	}
}
/* End */


/* Start:/local/templates/brightpark/components/bitrix/news.detail/warranty/style.css?1669212885115*/
.shield-mask {
	max-width: 100%;
}

@media all and (max-width: 767px) {
	.shield-mask {
		margin-bottom: 30px;
	}
}
/* 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.list/model-video-gallery/style.css?172485180612878 */
/* /local/templates/brightpark/components/bitrix/news.detail/props/style.css?17388241471995 */
/* /local/templates/brightpark/components/bitrix/news.detail/model_text/style.css?16957398862570 */
/* /local/templates/brightpark/components/bitrix/news.detail/warranty/style.css?1669212885115 */
