

/* Start:/local/templates/rb-page/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/style.css?174005530139223*/
/*---------------------------
	RB CATALOG ELEMENT
---------------------------*/

.rb-catalog-element {
/*	overflow: hidden;*/
	margin: 0 auto;
	padding: 10px 30px 50px;
	position: relative;
	width: 75%;
}

.rb-catalog-element-loader {
	background-color: rgba(255, 255, 255, .95);
	display: flex;
	justify-content: center;
	opacity: 0;
	padding-top: 20%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .4s ease;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.rb-catalog-element-loader.--active {
	opacity: 1;
	z-index: 100;
}

.rb-catalog-element-loader-spiner {
	animation: loader-spiner 1s linear infinite;
	border: 5px solid #e4e4e4;
	border-bottom-color: #fdb71e;
	border-radius: 50%;
	display: inline-block;
	height: 48px;
	width: 48px;
}


@keyframes loader-spiner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


@media (max-width: 1440px) {

	.rb-catalog-element {
		max-width: 1200px;
		width: 100%;
	}

}

@media (max-width: 767px) {

	.rb-catalog-element {
		padding: 10px 15px 50px;
	}

}

/*	BEGIN RB CATALOG ELEMENT HEADER	*/

.rb-catalog-element-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	padding-bottom: 50px;
	position: relative;
}

.rb-catalog-element-header-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	max-height: 100%;
	max-width: 540px;
	width: 100%;
}

.rb-catalog-element-header-right {
	display: flex;
	flex: 1;
	flex-direction: column;
	max-width: 100%;
	width: 100%;
}

.rb-catalog-element-header-layout {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: flex-start;
}

.rb-catalog-element-header-mobile {
	/*	display: flex;*/
	display: none;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	text-align: center;
}

.rb-catalog-element-header-section-mobile {
	color: #696968;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.rb-catalog-element-header-title-mobile {
	color: #111;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.5;
}

.rb-catalog-element-header-model-mobile {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-element-picture {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #dedfe0;
	display: flex;
	padding-top: 100%;
	position: relative;
	width: 100%;
}

.rb-catalog-element-sale-percent {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 56px;
	width: 56px;
}

.rb-catalog-element-sale-percent::before {
	align-items: center;
	color: #111;
	content: "\e917";
	display: flex;
	font-family: "rb-icomoon";
	font-size: 56px;
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.rb-catalog-element-sale-percent span {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	z-index: 5;
}

.rb-catalog-element-sale-option {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 15px;
	justify-content: center;
	opacity: 0;
	position: absolute;
	bottom: 15px;
	left: 15px;
	transition: all .4s ease;
	min-height: 50px;
	visibility: hidden;
	z-index: 10;
}

.rb-catalog-element-picture[data-count = "0"] .rb-catalog-element-sale-option {
	opacity: 1;
	visibility: visible;
}

.rb-catalog-element-sale-option .--hit {
	background-image: url("/local/assets/img/icons/hit.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*align-items: center;
	background-color: #fb4b4f;
	border-radius: 50%;
	display: inline-flex;
	color: #fff;
	font-family: "ALS Hauss", sans-serif;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.25;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;*/
	height: 56px;
	width: 56px;
}

.rb-catalog-element-sale-option .--new {
	background-image: url("/local/assets/img/icons/new.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*align-items: center;
	background-color: #59a33f;
	border-radius: 50%;
	display: inline-flex;
	color: #fff;
	font-family: "ALS Hauss", sans-serif;
	font-size: 9px;
	font-weight: 500;
	line-height: 1.25;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;*/
	height: 56px;
	width: 56px;
}

.rb-catalog-element-header-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	justify-content: space-between;
	padding: 5px 0 25px;
	max-width: 470px;
	width: 100%;
}

.rb-catalog-element-header-icons-item {
	align-items: flex-start;
	display: flex;
}

.rb-catalog-element-header-icons-item a {
	align-items: center;
	color: #696968;
	display: flex;
	flex-direction: row;
	gap: 10px;
	text-decoration: none;
	transition: color .4s ease;
	min-height: 40px;
}

.rb-catalog-element-header-icons-item a:hover {
	color: #111;
}

.rb-catalog-element-header-icons-item i.rb-icon-car {
	font-size: 36px;
}

.rb-catalog-element-header-icons-item i.rb-icon-calendar-emp {
	font-size: 25px;
}

.rb-catalog-element-header-icons-item span {
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-element-header-title {
	padding-bottom: 1px;
}

.rb-catalog-element-header-title h1 {
	color: #111;
	font-size: 32px;
	font-weight: 500;
	text-wrap: pretty;
}

.rb-catalog-element-header-model {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 30px;
}

.rb-catalog-element-header-text {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 40px;
}

.rb-catalog-element-header-colors {
	align-items: center;
	display: flex;
	gap: 10px;
	margin: 10px 0;
}

.rb-catalog-element-header-colors span {
	color: #111;
	font-family: "ALS Hauss Regular", sans-serif;
	font-size: 14px;
	font-weight: 400;
	min-width: 95px;
}

.rb-catalog-element-header-colors ul {
	display: flex;
	flex-direction: row;
	/*	flex-wrap: nowrap;*/
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.rb-catalog-element-header-colors li {
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	transition: border-color .4s ease;
	height: 40px;
	width: 40px;
}

.rb-catalog-element-header-colors li::before {
	align-items: center;
	color: transparent;
	content: '';
	display: flex;
	font-family: "rb-icomoon";
	font-size: 18px;
	opacity: 0;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .4s ease;
	height: 100%;
	width: 100%;
}

.rb-catalog-element-header-colors li.--active {
	border-color: #fdb71e;
}

.rb-catalog-element-header-colors li.--active::before {
	color: #fdb71e;
	content: '\e90c';
	opacity: 1;
}

.rb-catalog-element-header-colors li > a {
	display: block;
	position: relative;
	text-decoration: none;
	height: 100%;
	width: 100%;
	z-index: 5;
}

.rb-catalog-element-header-amount-block-layout {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}

.rb-catalog-element-header-amount-block-title {
	color: #111;
	font-family: "ALS Hauss Regular", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-element-header-amount-block {
	align-items: center;
	border: 1px solid #d4d4d4;
	border-radius: 40px;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	height: 48px;
	min-width: 120px;
	max-width: 120px;
	width: 100%;
}

.rb-catalog-element-header-amount-minus {
	align-items: center;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 25px;
	font-weight: 500;
	line-height: 38px;
	justify-content: center;
	position: relative;
	top: -2px;
	left: 0;
	text-size-adjust: none;
	height: 100%;
	max-width: 45px;
	width: 100%;
	z-index: 10;
}

.rb-catalog-element-header-amount-field {
	align-items: center;
	border: none;
	display: inline-flex;
	flex: 1;
	font-size: 17px;
	font-weight: 500;
	justify-content: center;
	padding: 0 2px;
	text-align: center;
	min-height: 44px;
	width: 48px;
}


.rb-catalog-element-header-amount-plus {
	align-items: center;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 25px;
	font-weight: 500;
	line-height: 38px;
	justify-content: center;
	position: relative;
	top: -2px;
	right: 0;
	text-size-adjust: none;
	height: 100%;
	max-width: 45px;
	width: 100%;
	z-index: 10;
}

.rb-catalog-element-header-price-layout {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 0;
}

.rb-catalog-element-header-price-layout-wrap {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 12px;
	justify-content: flex-start;
}

.rb-catalog-element-header-price-block {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
}

.rb-catalog-element-header-price-block-title {
	color: #111;
	font-family: "ALS Hauss Regular", sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-element-header-sale {
	color: #9b9b9b;
	display: inline-flex;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	padding: 0 3px;
	position: relative;
}

.rb-catalog-element-header-sale::before {
	background-color: #9b9b9b;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
}

.rb-catalog-element-header-price {
	color: #111;
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}

.rb-catalog-element-header-buy {
	align-self: flex-start;
	max-width: 160px;
	width: 100%;
}

.rb-catalog-element-header-preorder {
	align-self: flex-start;
	max-width: 180px;
	width: 100%;
}

@media(min-width: 1921px) {

	.rb-catalog-element-header-left {
		max-width: 45%;
	}

}

@media(max-width: 1200px) {

	.rb-catalog-element-header {
		padding-bottom: 30px;
	}

	.rb-catalog-element-header-left {
		max-width: 50%;
	}

	.rb-catalog-element-header-right {
		max-width: 50%;
	}

	.rb-catalog-element-header-icons {
		padding: 5px 0 20px;
	}

	.rb-catalog-element-header-model {
		padding-bottom: 20px;
	}

	.rb-catalog-element-header-text {
		padding-bottom: 20px;
	}

	.rb-catalog-element-header-layout {
		align-items: flex-start;
		flex-direction: column;
	}

	.rb-catalog-element-header-colors {
		border-bottom: 1px solid #dfdfdf;
		margin: 0;
		padding-bottom: 20px;
		width: 100%;
	}

	/*.rb-catalog-element-header-price-layout {
		flex-direction: row;
		gap: 30px;
	}*/

}

@media(max-width: 991px) {

	/*.rb-catalog-element-header {
		flex-direction: column;
	}

	.rb-catalog-element-header-left {
		max-width: 575px;
	}

	.rb-catalog-element-header-right {
		max-width: 575px;
	}*/

	.rb-catalog-element-header-icons {
		display: none;
	}

	.rb-catalog-element-header-title h1 {
		font-size: 25px;
	}

	.rb-catalog-element-header-buy.rb-btn.--big {
		font-size: 15px;
		font-weight: 500;
		padding: 15px 30px;
		max-height: 48px;
	}

}

@media(max-width: 820px) {

/*	.rb-catalog-element-header {
		align-items: center;
		flex-direction: column;
		padding-bottom: 50px;
	}

	.rb-catalog-element-header-left {
		max-width: 100%;
	}

	.rb-catalog-element-header-right {
		max-width: 100%;
	}*/

	.rb-catalog-element-header-sku-container {
		min-width: 100%;
	}

	.rb-catalog-element-header-price {
		font-size: 25px;
	}

}


@media (max-width: 680px) {

/*	.rb-catalog-element-header {
		padding-bottom: 130px;
		position: relative;
	}*/

	.rb-catalog-element-loader {
		align-items: center;
	}

	.rb-catalog-element-header {
		align-items: center;
		flex-direction: column;
		padding-bottom: 50px;
	}

	.rb-catalog-element-header-left {
		max-width: 100%;
	}

	.rb-catalog-element-header-right {
		max-width: 100%;
	}

	.rb-catalog-element-header-amount-block-layout {
		padding-bottom: 10px;
	}

	.rb-catalog-element-header-price-layout {
		border-top: 1px solid #dfdfdf;
		flex-direction: row;
		justify-content: center;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
	}

}


@media (max-width: 575px) {

	.breacrumbs {
		display: none;
	}

	.rb-catalog-element {
		padding: 20px 15px 50px;
	}

	/*.rb-catalog-element-header {
		align-items: center;
		flex-direction: column;
		padding-bottom: 50px;
	}

	.rb-catalog-element-header-left {
		max-width: 100%;
	}

	.rb-catalog-element-header-right {
		max-width: 100%;
	}*/

	.rb-catalog-element-header-mobile {
		display: flex;
	}

	.rb-catalog-element-header-title {
		display: none;
	}

	.rb-catalog-element-header-model {
		display: none;
	}

	.rb-catalog-element-header-layout {
		gap: 15px;
	}

	.rb-catalog-element-header-amount-block-layout {
		justify-content: space-between;
		width: 100%;
	}

	.rb-catalog-element-header-amount-block {
		height: 40px;
		min-width: 100px;
		max-width: 100px;
	}

	.rb-catalog-element-header-price-layout {
		border: none;
		flex-direction: column;
		gap: 35px;
		padding: 20px 3px 0;
		position: relative;
		left: initial;
		right: initial;
		bottom: initial;
	}

	.rb-catalog-element-header-price-layout-wrap {
		justify-content: space-between;
		width: 100%;
	}

	.rb-catalog-element-header-price-block {
		align-items: flex-end;
	}

	.rb-catalog-element-header-buy.rb-btn.--big {
		max-width: 100%;
	}

}

/*	END RB CATALOG ELEMENT HEADER	*/

/*	BEGIN RB CATALOG ELEMENT HEADER	SKU	*/

.rb-catalog-element-header-sku {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 25px;
	min-width: 100%;
	width: 100%;
}

.rb-catalog-element-header-sku-container[data-item = "3"] {
	display: flex;
	flex: 1;
	min-width: 100%;
	width: 100%;
}


.rb-catalog-element-header-sku-colors {
	align-items: center;
	display: flex;
	gap: 10px;
}

.rb-catalog-element-header-sku-colors span {
	color: #111;
	font-family: "ALS Hauss Regular", sans-serif;
	font-size: 14px;
	font-weight: 600;
	min-width: 95px;
	white-space: nowrap;
}

.rb-catalog-element-header-sku-colors ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.rb-catalog-element-header-sku-colors li {
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	transition: border-color .4s ease;
	height: 40px;
	width: 40px;
}

.rb-catalog-element-header-sku-colors li::before {
	align-items: center;
	color: transparent;
	content: '';
	display: flex;
	font-family: "rb-icomoon";
	font-size: 18px;
	opacity: 0;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .4s ease;
	height: 100%;
	width: 100%;
}

.rb-catalog-element-header-sku-colors li.--active {
	border-color: #fdb71e;
}

.rb-catalog-element-header-sku-colors li.--active::before {
	color: #fdb71e;
	content: '\e90c';
	opacity: 1;
}

.rb-catalog-element-header-sku-list {
	align-items: center;
	display: flex;
	gap: 10px;
}

.rb-catalog-element-header-sku-list span {
	color: #111;
	font-family: "ALS Hauss Regular", sans-serif;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}

.rb-catalog-element-header-sku-list ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.rb-catalog-element-header-sku-list li {
	align-self: center;
	align-items: center;
	border: solid 1px #dfdfdf;
	border-radius: 5px;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	justify-content: center;
	padding: 0 15px;
	height: 40px;
}

.rb-catalog-element-header-sku-list li.--active {
	border-width: 2px;
	border-color: #fdb71e;
}

@media(max-width: 1200px) {

	.rb-catalog-element-header-sku {
		border-bottom: 1px solid #dfdfdf;
		gap: 15px;
		margin: 0;
		padding-bottom: 20px;
		width: 100%;
	}

	.rb-catalog-element-header-sku-colors {
		display: inline-grid;
	}

	.rb-catalog-element-header-sku-list {
		display: inline-grid;
	}

}

/*	END RB CATALOG ELEMENT HEADER	SKU	*/

/*	BEGIN RB CATALOG ELEMENT SLIDER	*/

.rb-catalog-element-slider {
	/*align-items: center;
	display: flex;*/
	padding: 0 30px;
	position: relative;
}

/*.rb-catalog-element-slider-list {
	overflow: hidden;
	padding: 0 28px;
	margin: 0 -5px;
	min-height: 80px;
	min-width: 100%;
}*/

.rb-catalog-element-slider-list.--thumb .rb-catalog-element-slider-item {
	height: 80px;
	width: 80px;
}

.rb-catalog-element-slider .rb-catalog-element-slider-item {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #dfdfdf;
	cursor: pointer;
	margin: 0 8px;
	/*padding-top: 2.5%;*/
	position: relative;
	transition: border .2s;
	/*min-height: 80px;
	min-width: 80px;*/
}

.rb-catalog-element-slider .rb-catalog-element-slider-item {
	opacity: 0;
}

.rb-catalog-element-slider .rb-catalog-element-slider-item.slick-slide {
	opacity: 1;
}

.rb-catalog-element-slider-item.slick-current::before {
	background-color: rgba(253, 183, 30, .5);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: background-color .2s;
	height: 100%;
	width: 100%;
}

/*.rb-catalog-element-slider .rb-catalog-element-slider-item img {
	max-height: 80px;
}*/

.rb-catalog-element-slider-nav {
	/*align-items: center;
	position: relative;
	display: flex;
	position: absolute;
	top: 0;
	height: 80px;
	width: 100%;*/
}

.rb-catalog-element-slider-next,
.rb-catalog-element-slider-prev {
	align-items: center;
	cursor: pointer;
	display: flex;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 14px;
}

.rb-catalog-element-slider-next {
	right: 0;
}

.rb-catalog-element-slider-prev {
	left: 0;
}

.rb-catalog-element-slider-next i,
.rb-catalog-element-slider-prev i {
	color: #696968;
	font-size: 18px;
	transition: color .4s ease;
}

.rb-catalog-element-slider-next:hover i,
.rb-catalog-element-slider-prev:hover i {
	color: #111;
}

@media(max-width: 575px) {

	.rb-catalog-element-slider {
		overflow: hidden;
	}

/*	.rb-catalog-element-slider .rb-catalog-element-slider-item {
		min-width: 82px;
	}*/

}

/*	END RB CATALOG ELEMENT SLIDER	*/

/*	BEGIN RB CATALOG ELEMENT 3D	*/

.rb-catalog-element-3d {
	background-color: #fff;
	cursor: ew-resize;
	opacity: 0;
	transition: opacity .8s ease;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.rb-catalog-element-3d.--active {
	opacity: 1;
	z-index: 10;
}

.rb-catalog-element-3d iframe {
	border: none;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	max-height: 100%;
}

/*	END RB CATALOG ELEMENT 3D	*/

/*	BEGIN RB CATALOG ELEMENT CONTENT	*/

.rb-catalog-element-content {
	display: flex;
	flex-direction: column;
}

/*	END RB CATALOG ELEMENT CONTENT	*/

/*	BEGIN RB CATALOG ELEMENT TABS	*/

.rb-catalog-element-tabs {
	align-items: center;
	border-bottom: 1px solid #dfdfdf;
	/*display: grid;
	grid-template-columns: repeat(8, minmax(0, 170px));*/
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.rb-catalog-element-tabs-item {
	align-items: center;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	justify-content: center;
	transition: background-color .4s ease;
	padding: 0 35px;
	min-height: 78px;
}

.rb-catalog-element-tabs-item.--active {
	background-color: #f7f8fa;
/*	text-shadow: 0 0 .65px #333, 0 0 .65px #333;*/
	font-weight: 500;
}

.rb-catalog-element-tab-content-open {
	align-items: center;
	background-color: #f7f8fa;
	border-top: 1px solid #dfdfdf;
	color: #111;
	cursor: pointer;
	display: none;
	font-size: 15px;
	font-weight: 600;
	padding: 0 15px;
	position: relative;
	margin-left: -15px;
	height: 64px;
	width: calc(100% + 30px);
}

.rb-catalog-element-tab-content-open::before {
	align-items: center;
	color: #111;
	content: '\e909';
	display: flex;
	font-family: "rb-icomoon";
	font-size: 18px;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	transition: transform .95s ease;
}

.rb-catalog-element-tab-content-open.--active::before {
	transform: rotate(180deg);
}

.rb-catalog-element-tab-content {
	display: none;
	padding: 30px 0 0;
}

.rb-catalog-element-tab-content.--active {
	display: block;
}

/*.rb-catalog-element-tab-content {
	opacity: 0;
	display: flex;
	flex-direction: column;
	max-height: 0;
	height: 0;
	transform: translateY(-10px);
	transition: translateY .4s ease;
	visibility: hidden;
	z-index: -10;
}

.rb-catalog-element-tab-content.--active {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	max-height: 10000px;
	height: auto;
	z-index: 5;
}*/

.rb-catalog-element-tab-content h3 {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 10px !important;
	padding: 0;
}

.rb-catalog-element-tab-content p {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding-bottom: 30px;
}

.rb-catalog-element-tab-content ul {
	padding-left: 20px;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 30px;
}


.rb-catalog-element-tab-content a {
	color: #696968 !important;
	font-size: 15px;
}

.rb-catalog-element-tab-content-equipment {
	padding-top: 20px;
}

.rb-catalog-element-tab-content-equipment-title {
	color: #111;
	display: block;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 10px;
}

.rb-catalog-element-tab-content-equipment-item {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 5px;
}

.rb-catalog-element-tab-content-char {
	max-width: 65%;
	width: 100%;
}

.rb-catalog-element-tab-content-char table {
	border: none;
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
}

.rb-catalog-element-tab-content-char table tr:nth-child(2n) {
	background-color: #f7f8fa;
}

.rb-catalog-element-tab-content-char table tr.--hide {
	display: none;
}

.rb-catalog-element-tab-content-char table.--open tr.--hide {
	display: table-row;
}

.rb-catalog-element-tab-content-char td {
	border: none;
	color: #111;
	/*	display: inline-block;*/
	display: table-cell;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	padding: 20px;
	width: 50%
}

.rb-catalog-element-tab-content-char td:first-child {
	text-align: left;
}

.rb-catalog-element-tab-content-char td:last-child {
	text-align: right;
}

.rb-catalog-element-tab-content-char-table-more {
	display: inline-block;
	margin: 20px 20px 0;
}

.rb-catalog-element-tab-content-char-tooltip {
	display: inline-block;
	padding-left: 5px;
	position: relative;
}

.rb-catalog-element-tab-content-char-tooltip-icon {
	color: #111;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	top: 2px;
}

.rb-catalog-element-tab-content-char-tooltip-text {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(79,95,111,.15);
	border-radius: 3px;
	color: #111;
	font-size: 14px;
	line-height: 1.3;
	opacity: 0;
	margin-left: -108px;
	padding: 15px;
	position: absolute;
	bottom: 65px;
	left: 50%;
	text-align: center;
	transition: all .2s;
	visibility: hidden;
	width: 220px;
}

.rb-catalog-element-tab-content-char-tooltip-text::before {
	border-top: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: '';
	display: block;
	margin-left: -12px;
	position: absolute;
	bottom: -12px;
	left: 50%;
	height: 0;
	width: 0;
}

.rb-catalog-element-tab-content-char-tooltip:hover .rb-catalog-element-tab-content-char-tooltip-text {
	bottom: 35px;
	opacity: 1;
	visibility: visible;
}

.rb-catalog-element-tab-content-char-prop {
	width: 100%;
}

.rb-catalog-element-tab-content-char-prop-title {
	align-items: center;
	border-bottom: 1px solid #dfdfdf;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 400;
	position: relative;
	min-height: 50px;
	width: 100%;
}

.rb-catalog-element-tab-content-char-prop-title::before {
	align-items: center;
	color: #9b9b9b;
	content: '\e909';
	display: flex;
	font-family: "rb-icomoon";
	font-size: 14px;
	margin: auto 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	transition: transform .4s ease;
}

.rb-catalog-element-tab-content-char-prop-title + div {
	padding: 0 0 20px;
	position: absolute;
	bottom: 100px;
	transform: translateY(30px);
	transition: max-height, transform .4s ease-in-out;
	height: 0;
	max-height: 0;
	visibility: hidden;
	z-index: -10;
}

.rb-catalog-element-tab-content-char-prop-title.--open {
	font-weight: 500;
}

.rb-catalog-element-tab-content-char-prop-title.--open::before {
	transform: rotate(180deg);
}

.rb-catalog-element-tab-content-char-prop-title.--open + div {
	position: relative;
	bottom: 0;
	transform: translateY(0);
	height: auto;
	max-height: 10000px;
	visibility: visible;
	z-index: initial;
}

.rb-catalog-element-tab-content-documentation-item {
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	padding-left: 55px;
	position: relative;
	min-height: 55px;
}

.rb-catalog-element-tab-content-documentation-item:last-child {
	margin-bottom: 0;
}

.rb-catalog-element-tab-content-documentation-item::before {
	content: '';
	background-image: url(/local/templates/rb-page/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/img/pdf.svg);
	background-position: 0 15px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: 0;
	height: 100%;
	width: 36px;
}

.rb-catalog-element-tab-content-documentation-item a {
	color: #696968;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

.rb-catalog-element-tab-content-documentation-item span {
	color: #838e94;
	display: block;
	font-size: 15px;
	font-weight: 400;
}

.rb-catalog-element-tab-content-video {
	cursor: pointer;
	display: flex;
	position: relative;
	height: 330px;
	max-width: 590px;
	width: 100%;
	z-index: 10;
}

.rb-catalog-element-tab-content-video-layout {
	align-items: center;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #dfdfdf;
	border-radius: 20px;
	display: flex;
	cursor: pointer;
	flex: 1;
	justify-content: center;
	overflow: hidden;
	position: relative;
	transition: box-shadow .4s ease;
	height: 100%;
	width: 100%;
	z-index: 5;
}

.rb-catalog-element-tab-content-video.not-play .rb-catalog-element-tab-content-video-layout::before {
	background-color: #000;
	content: "";
	opacity: .65;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.rb-catalog-element-tab-content-video.not-play::before {
	background: transparent;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	content: "";
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
	z-index: 20;
}

.rb-catalog-element-tab-content-video.not-play::after {
	border: 2px solid #fff;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	height: 82px;
	width: 82px;
	z-index: 20;
}

.rb-catalog-element-tab-content-video:hover .rb-catalog-element-tab-content-video-layout {
	box-shadow: 0 0 10px 0 rgba(79, 79, 81, 0.1);
}

.rb-catalog-element-tab-content-video iframe {
	height: 100%;
	width: 100%;
}

@media (max-width: 1440px) {

	.rb-catalog-element-tab-content-char {
		max-width: 100%;
	}

}

@media (max-width: 991px) {

	.rb-catalog-element-tabs-item {
		padding: 0 25px;
	}

}

@media (max-width: 767px) {

	/*.rb-catalog-element-tabs-wrap {
		padding: 20px 0 0;
	}*/

	.rb-catalog-element-tabs {
		display: none;
	}

	.rb-catalog-element-tab-content-open {
		display: flex;
	}

	.rb-catalog-element-tab-content {
		opacity: 0;
		transform: translateY(-10px);
		height: 0;
		visibility: hidden;
	}

	.rb-catalog-element-tab-content.--active {
		opacity: 1;
		padding-bottom: 30px;
		transform: translateY(0);
		height: auto;
		visibility: visible;
	}

	.rb-catalog-element-tab-content.--active:last-child {
		padding-bottom: 0;
	}

}

/*	END RB CATALOG ELEMENT TABS	*/

/*	BEGIN RB CATALOG ELEMENT PRODUCTS	*/

.rb-catalog-element-products {
	margin: 0 auto;
	padding: 0 30px 50px;
	width: 75%;
}

@media (max-width: 1440px) {

	.rb-catalog-element-products {
		max-width: 1200px;
		width: 100%;
	}

}

@media (max-width: 767px) {

	.rb-catalog-element-products {
		padding: 0 15px 50px;
	}

}


/*	END RB CATALOG ELEMENT PRODUCTS	*/

/*	BEGIN RB CATALOG ELEMENT RICH	*/

.rb-catalog-element-rich {
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding-top: 20px;
	position: relative;
	width: 100%;
}

.rb-catalog-element-rich::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
	display: none;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 200px;
	width: 100%;
}

.rb-catalog-element-rich.--open::before {
	display: none;
}

.rb-catalog-element-rich-block {
	display: flex;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.rb-catalog-element-rich-block[data-order = "1"] {
	order: 1;
}

.rb-catalog-element-rich-block[data-order = "2"] {
	order: 2;
}

.rb-catalog-element-rich-block[data-order = "3"] {
	order: 3;
}

.rb-catalog-element-rich-block[data-order = "4"] {
	order: 4;
}

.rb-catalog-element-rich-block[data-order = "5"] {
	order: 5;
}

.rb-catalog-element-rich-block[data-order = "6"] {
	order: 6;
}
.rb-catalog-element-rich-block[data-order = "7"] {
	order: 7;
}

.rb-catalog-element-rich-block[data-order = "8"] {
	order: 8;
}

.rb-catalog-element-rich-block[data-order = "9"] {
	order: 9;
}

.rb-catalog-element-rich-block[data-order = "10"] {
	order: 10;
}

.rb-catalog-element-rich-block[data-order = "11"] {
	order: 11;
}

.rb-catalog-element-rich-block[data-order = "12"] {
	order: 12;
}

.rb-catalog-element-rich-block[data-order = "13"] {
	order: 13;
}

.rb-catalog-element-rich-block[data-order = "14"] {
	order: 14;
}

.rb-catalog-element-rich-block[data-order = "15"] {
	order: 15;
}

.rb-catalog-element-rich-block-row {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 30px;
	width: 100%;
}

.rb-catalog-element-rich-block-column {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 50%;
	width: 100%;
}

.rb-catalog-element-rich-block-text {
	color: #111;
	font-size: 15px;
	font-weight: 400;
}

.rb-catalog-element-rich-block-text p {
	color: #111;
	font-size: 15px;
	font-weight: 400;
}

.rb-catalog-element-rich-block-text ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-bottom: 0;
	width: 100%;
}

.rb-catalog-element-rich-block-text li {
	color: #111;
	font-size: 15px;
	font-weight: 400;
}

.rb-catalog-element-rich-block-text.text-center {
	text-align: center;
}

.rb-catalog-element-rich-block-title {

}

.rb-catalog-element-rich-block-title h3 {
	color: #111;
	font-size: 32px;
	font-weight: 500;
	margin: 0 !important;
}

.rb-catalog-element-rich-block-image {
	max-width: 100%;
}

.rb-catalog-element-rich-block-image img {
	object-fit: cover;
	max-width: 100%;
}

.rb-catalog-element-rich-block-image-mobile {
	display: none;
}

.rb-catalog-element-rich-info {
	background-color: #f7f8fa;
	display: flex;
	flex-direction: column;
	order: 18;
	padding: 35px 0 50px;
	position: relative;
	min-height: 400px;
}

.rb-catalog-element-rich-info::before {
	background-color: #f7f8fa;
	content: '';
	position: absolute;
	top: 0;
	left: -5000px;
	height: 100%;
	width: 10000px;
}

.rb-catalog-element-rich-info-layout {
	display: flex;
	flex-direction: column;
	gap: 50px;
	position: relative;
	z-index: 5;
}

.rb-catalog-element-rich-info-icons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
}

.rb-catalog-element-rich-info-icons-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: flex-start;
	text-align: center;
	max-width: 330px;
	width: 100%;
}

.rb-catalog-element-rich-info-icons-item i {
	align-items: center;
	color: #9b9b9b;
	display: flex;
	font-size: 35px;
	justify-content: center;
	margin: 0 auto;
	height: 40px;
	width: 40px;
}

.rb-catalog-element-rich-info-icons-item i[class *= "car"] {
	font-size: 45px;
}

.rb-catalog-element-rich-info-icons-item span {
	color: #111;
	font-size: 15px;
	font-weight: 500;
	padding-top: 20px;
}

.rb-catalog-element-rich-info-icons-item p {
	color: #696968;
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-element-rich-info-product {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
}

.rb-catalog-element-rich-info-product-left {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: row;
	gap: 15px;
	min-height: 95px;
}

.rb-catalog-element-rich-info-product-right {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 30px;
}

.rb-catalog-element-rich-info-product-image {
	border: 1px solid #9b9b9b;
	height: 95px;
	max-width: 95px;
	width: 100%;
}

.rb-catalog-element-rich-info-product-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rb-catalog-element-rich-info-product-name {
	color: #111;
	font-size: 17px;
	font-weight: 500;
}

.rb-catalog-element-rich-info-product-model {
	color: #9b9b9b;
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-element-rich-info-product-colors {
	align-items: center;
	display: flex;
	gap: 10px;
}

.rb-catalog-element-rich-info-product-colors span {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	min-width: 95px;
}

.rb-catalog-element-rich-info-product-colors ul {
	display: flex;
	flex-direction: row;
	 flex-wrap: nowrap; 
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.rb-catalog-element-rich-info-product-colors li {
	border: 1px solid #dfdfdf;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	transition: border-color .4s ease;
	height: 28px;
	width: 28px;
}

.rb-catalog-element-rich-info-product-colors li.--active {
	border-color: #fdb71e;
}

.rb-catalog-element-rich-info-product-colors li::before {
	align-items: center;
	color: transparent;
	content: '';
	display: flex;
	font-family: "rb-icomoon";
	font-size: 12px;
	opacity: 0;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .4s ease;
	height: 100%;
	width: 100%;
}

.rb-catalog-element-rich-info-product-colors li.--active::before {
	color: #fdb71e;
	content: '\e90c';
	opacity: 1;
}

.rb-catalog-element-rich-info-product-buy {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 8px;
}

.rb-catalog-element-rich-info-product-price {
	color: #111;
	font-size: 32px;
	font-weight: 600;
	line-height: 1;
}

.rb-catalog-element-rich-info-product-sale {
	color: #9b9b9b;
	display: inline-flex;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	padding: 0 3px;
	position: relative;
}

.rb-catalog-element-rich-info-product-sale::before {
	background-color: #9b9b9b;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
}

.rb-catalog-element-rich-open-layout {
	align-items: center;
	display: none;
	flex-direction: column;
	justify-content: center;
	order: 20;
	position: relative;
	z-index: 10;
}

.rb-catalog-element-rich-open {
	max-width: 210px;
}

@media(max-width: 991px) {

	.rb-catalog-element-rich-block-title h3 {
		font-size: 25px;
	}

	.rb-catalog-element-rich-info {
		display: none;
	}

}

@media(max-width: 575px) {

	.rb-catalog-element-rich {
		display: block;
		padding-top: 0;
		gap: 0;
	}

	.rb-catalog-element-rich::before {
		display: initial;
	}

	.rb-catalog-element-rich-block {
		display: none;
		gap: 0;
	}

	.rb-catalog-element-rich-block:nth-child(-n+3) {
		display: flex;
	}

	.rb-catalog-element-rich.--open .rb-catalog-element-rich-block {
		display: flex;
	}

	.rb-catalog-element-rich-block-row {
		flex-direction: column;
		gap: 0;
	}

	.rb-catalog-element-rich-block-column {
		gap: 0;
		max-width: 100%;
	}

	.rb-catalog-element-rich-block-title {
		padding-bottom: 30px;
		text-align: center;
	}

	.rb-catalog-element-rich-block-text {
		padding-bottom: 30px;
		text-align: center;
	}

	.rb-catalog-element-rich-block-text li {
		text-align: left;
	}

	.rb-catalog-element-rich-block-image {
		display: none;
	}

	.rb-catalog-element-rich-block-image-mobile {
		display: flex;
		padding-bottom: 30px;
	}

	.rb-catalog-element-rich-open-layout {
		display: flex;
	}

	.rb-catalog-element-rich.--open .rb-catalog-element-rich-open-layout {
		display: none;
	}

}

/*	END RB CATALOG ELEMENT RICH	*/

/*	BEGIN RB CATALOG ELEMENT PREORED MODAL	*/

#rb-fancy-catalog-element-preorder-modal {
	display: none;
	padding: 40px 30px 45px;
	position: relative;
	max-width: 450px;
	width: 100%;
}

.rb-catalog-element-preorder-modal-title {
	color: #111;
	display: flex;
	font-size: 25px;
	font-weight: 500;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	max-width: 620px;
}

.rb-catalog-element-preorder-modal-close {
	color: #111;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.rb-catalog-element-preorder-modal .fancybox-close-small {
	display: none;
}

.rb-catalog-element-preorder-modal-layout {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	width: 100%;
}

.rb-catalog-element-preorder-modal-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.rb-catalog-element-preorder-modal-send {
	margin: 0 auto;
	max-width: 180px;
	width: 100%;
}

/*	END RB CATALOG ELEMENT PREORED MODAL	*/

/* End */


/* Start:/local/templates/rb-page/components/bitrix/catalog/catalog/bitrix/catalog.section/element/style.css?17593965421128*/
.rb-catalog-section-item-btn-preorder {
	cursor: pointer;
}

.rb-catalog-section {
	padding-top: 40px;
}

/*	BEGIN RB CATALOG ELEMENT PREORED MODAL	*/

#rb-fancy-catalog-preorder-modal {
	display: none;
	padding: 40px 30px 45px;
	position: relative;
	max-width: 450px;
	width: 100%;
}

.rb-catalog-preorder-modal-title {
	color: #111;
	display: flex;
	font-size: 25px;
	font-weight: 500;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	max-width: 620px;
}

.rb-catalog-preorder-modal-close {
	color: #111;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.rb-catalog-preorder-modal .fancybox-close-small {
	display: none;
}

.rb-catalog-preorder-modal-layout {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
	width: 100%;
}

.rb-catalog-preorder-modal-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.rb-catalog-preorder-modal-send {
	margin: 0 auto;
	max-width: 180px;
	width: 100%;
}

/*	END RB CATALOG ELEMENT PREORED MODAL	*/

/* End */
/* /local/templates/rb-page/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/style.css?174005530139223 */
/* /local/templates/rb-page/components/bitrix/catalog/catalog/bitrix/catalog.section/element/style.css?17593965421128 */
