

/* Start:/local/templates/rb-page/components/bitrix/catalog.sections.top/rb-catalog-top/style.css?173711092813309*/
/*---------------------------
	RB CATALOG TOP
---------------------------*/

.rb-catalog-top {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding: 0 30px 70px;
	width: 75%;
}

.rb-catalog-top-section-title-wrap {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
}

.rb-catalog-top-section-title h3 {
	color: #111;
	font-size: 25px;
	font-weight: 500;
}

.rb-catalog-top-section-link a {
	color: #696968;
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-top-list {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
	padding-bottom: 50px;
	width: 100%;
}

.rb-catalog-top-list:last-child {
	padding-bottom: 0;
}

.rb-catalog-top-item {
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.rb-catalog-top-item-empty {
	border: 1px solid #dfdfdf;
	border-radius: 12px;
	border: none;
	display: none;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

.rb-catalog-top-item-image {
	position: relative;
	text-decoration: none;
}

.rb-catalog-top-item-image picture {
	display: flex;
}

.rb-catalog-top-item-image img {
	object-fit: cover;
	width: 100%;
}

.rb-catalog-top-item-sale-option {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: center;
	position: absolute;
	bottom: 15px;
	left: 15px;
	min-height: 50px;
	z-index: 10;
}

.rb-catalog-top-item-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: 8px;
	font-weight: 500;
	line-height: 1.25;
	margin-right: 10px;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;*/
	height: 50px;
	width: 50px;
}

.rb-catalog-top-item-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: 8px;
	font-weight: 500;
	line-height: 1.25;
	margin-right: 10px;
	padding-top: 3px;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;*/
	height: 50px;
	width: 50px;
}

.rb-catalog-top-item-sale-percent {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 20px;
	left: 15px;
	height: 48px;
	width: 48px;
}

.rb-catalog-top-item-sale-percent::before {
	align-items: center;
	color: #111;
	content: "\e917";
	display: flex;
	font-family: "rb-icomoon";
	font-size: 48px;
	line-height: 1;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
}

.rb-catalog-top-item-sale-percent span {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	position: relative;
	z-index: 5;
}

.rb-catalog-top-item-info {
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
	padding: 35px 20px 35px;
	height: 100%;
	text-align: center;
	width: 100%;
}

.rb-catalog-top-item-name {
	color: #111;
	display: block;
	font-family: "ALS Hauss", sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 8px;
	text-decoration: none;
}

.rb-catalog-top-item-model {
	padding-bottom: 10px;
}

.rb-catalog-top-item-model span {
	/*	color: #9b9b9b;*/
	color: #606060;
	font-size: 14px;
	font-weight: 400;
}

.rb-catalog-top-item-colors {
	display: flex;
	justify-content: center;
	margin: 10px 0;
	width: 100%;
}

.rb-catalog-top-item-colors span:nth-child(1) {
	color: #111;
	display: flex;
	font-size: 14px;
	font-weight: 400;
	margin-right: 5px;
}

.rb-catalog-top-item-colors ul {
	align-items: center;
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
}

.rb-catalog-top-item-colors li {
	border: 1px solid #cacbd0;
	border-radius: 50%;
	height: 14px;
	width: 14px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	margin: 0 5px;
}

.rb-catalog-top-item-description {
	color: #111;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 0 0;
}

.rb-catalog-top-item-all {
	align-items: center;
	border: none;
	box-shadow: none;
	display: none;
	flex-basis: 310px;
	justify-content: center;
	margin: 0 15px 40px 0;
	min-height: auto;
	max-height: 100%;
	min-width: 200px;
	width: 200px;
}

.rb-catalog-top-item-all-link {
	align-items: center;
	background-color: transparent;
	border: 1px solid #cacbd0;
	border-radius: 50%;
	color: #111;
	display: flex;
	font-family: "ALS Hauss", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	justify-content: center;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
	height: 100px;
	width: 100px;
}

.rb-catalog-top-item-price-block {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
	height: 60px;
}

.rb-catalog-top-item-price-block-layout {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 5px;
	position: relative;
	text-align: left;
}

.rb-catalog-top-price {
	color: #9b9b9b;
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	margin-left: -3px;
	padding: 0 3px;
}

.rb-catalog-top-price-sale {
	color: #111;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
}

.rb-catalog-top-item-btn-preorder {
	align-items: center;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 35px;
	color: #111;
	cursor: pointer;
	display: flex;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	justify-content: center;
	margin: 0 auto;
	padding-bottom: 3px;
	text-align: center;
	height: 60px;
	max-width: 180px;
	width: 100%;
}

.rb-btn-2-basket {
	align-items: center;
	background-color: #fdbd31;
	background-image: url("/local/assets/img/icons/basket.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	border-radius: 60px;
	border: none;
	color: transparent;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	overflow: hidden;
/*	transition: width, color .4s, 8s ease;*/
	white-space: nowrap;
	height: 60px;
	width: 60px;
}

.rb-adv-text-sale {
	color: #fb4b4f;
	font-size: 13px;
	font-weight: 500;
	position: absolute;
	bottom: -20px;
	white-space: nowrap;
}

@media(min-width: 1921px) {

	.rb-catalog-top-item-empty {
		display: flex;
	}

}

@media(min-width: 1200px) {

	.rb-btn-2-basket:hover {
		background-image: none;
		color: #111;
		text-indent: initial;
		max-width: 130px;
		width: 100%;
	}

	.rb-btn-2-basket:hover::before {
		opacity: 0;
	}

}

@media(max-width: 1920px) {

	.rb-catalog-top-item:nth-child(n+4) {
		display: none;
	}

	.rb-catalog-top-item-info {
		padding: 35px 25px;
	}

}

@media(max-width: 1440px) {

	.rb-catalog-top {
		width: 1200px;
	}

}

@media(max-width: 1200px) {

	.rb-catalog-top {
		width: 100%;
	}

	.rb-catalog-top-list:last-child {
		padding-bottom: 30px;
	}

}

@media(max-width: 991px) {

	.rb-catalog-top {
		align-items: flex-start;
		justify-content: flex-start;
		padding: 0 0 30px;
	}

	.rb-catalog-top-section-title-wrap {
		gap: 0;
		padding: 0 15px 30px;
	}

	.rb-catalog-top-list {
		gap: 15px;
		clip-path: inset(0 0 30px 0);
		flex-wrap: nowrap;
		overflow-x: auto;
		margin: 0 0 -30px;
		padding: 0 15px 65px;
	}

	.rb-catalog-top-item {
		width: 100%;
		min-width: 310px;
		max-width: 310px;
	}

	.rb-catalog-top-item:nth-child(n+4) {
		display: flex;
	}

	.rb-catalog-top-item-info {
		padding: 35px 15px 35px;
	}

	.rb-catalog-top-item-price-block {
		padding: 0 5px;
	}

	.rb-catalog-top-item-description {
		display: block;
	}

	.rb-catalog-top-item-btn-preorder {
		height: 53px;
	}

	.rb-btn-2-basket {
		background-size: 25px;
		height: 53px;
		width: 53px;
	}

	.rb-catalog-top-item-all {
		display: flex;
	}

}

@media(max-width: 575px) {

	.rb-catalog-top-section-title-wrap {
		text-align: left;
	}

	.rb-catalog-top-item-sale-percent span {
		padding-top: 3px;
	}

}


/*	BEGIN RB CATALOG TOP NAV	*/

.rb-catalog-top-nav {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding: 20px 30px 65px;
	width: 75%;
}

.rb-catalog-top-nav-title {
	padding: 0 15px 25px;
	text-align: center;
}

.rb-catalog-top-nav-title span {
	color: #111;
	font-size: 25px;
	font-weight: 500;
	padding: 0 15px 25px;
	text-align: center;
}

.rb-catalog-top-nav > ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.rb-catalog-top-nav > ul > li > a {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	text-decoration: none;
}

.rb-catalog-top-nav > ul > li > a > i {
	align-items: center;
	background-color: transparent;
	border-radius: 50%;
	color: #111;
	display: flex;
	font-size: 26px;
	justify-content: center;
	transition: all .6s ease;
	min-height: 48px;
	max-height: 48px;
	min-width: 48px;
	max-width: 48px;
}

.rb-catalog-top-nav > ul > li > a > i[class = "rb-icon-nav-9"] {
	color: #d457fd;
}

.rb-catalog-top-nav > ul > li > a:hover > i {
	background-color: #fdb71e;
}

.rb-catalog-top-nav > ul > li > a:hover > i[class = "rb-icon-nav-9"] {
	background-color: #d457fd;
	color: #fff;
}

.rb-catalog-top-nav > ul > li.--active a > i {
	background-image: linear-gradient(43deg, #fedc32 -6%, #fbb636 118%);
}

.rb-catalog-top-nav > ul > li.--active a > i.rb-nav-3 {
	font-size: 32px;
}

.rb-catalog-top-nav > ul > li > a > span {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.rb-catalog-top-nav > ul > li.--active > a > span {
	font-weight: 500;
}

.rb-catalog-top-nav > ul > li.--active > a > i[class = "rb-icon-nav-9"] {
	background-color: #d457fd;
	background-image: none;
	color: #fff;
}

@media(max-width: 1440px) {

	.rb-catalog-top-nav {
		width: 100%;
	}

	.rb-catalog-top-nav > ul {
		max-width: 1140px;
		width: 100%;
	}

}

@media(max-width: 1200px) {

	.rb-catalog-top-nav {
		display: none;
	}

}

/*	END RB CATALOG TOP NAV	*/

/*	BEGIN RB CATALOG TOP NAV MOBILE	*/

.rb-catalog-top-nav-mobile {
	display: none;
	flex-direction: column;
	padding: 0 15px 40px;
}

.rb-catalog-top-nav-mobile-title {
	padding: 0 0 25px;
	text-align: center;
}

.rb-catalog-top-nav-mobile-title span {
	color: #111;
	display: flex;
	font-size: 25px;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.rb-catalog-top-nav-mobile > ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.rb-catalog-top-nav-mobile > ul > li > a {
	align-items: center;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	color: #111;
	display: flex;
	padding: 3px 25px 0;
	justify-content: center;
	text-decoration: none;
	white-space: nowrap;
	min-height: 40px;
}

.rb-catalog-top-nav-mobile > ul > li > a[href = "/catalog/sale/"] {
	background-color: #fff;
	border-color: #d457fd;
	color: #d457fd;
}

@media(max-width: 1200px) {

	.rb-catalog-top-nav-mobile {
		display: flex;
	}

}

@media(max-width: 575px) {

	.rb-catalog-top-nav-mobile-title span {
		justify-content: flex-start;
	}

}


/*	END RB CATALOG TOP NAV MOBILE	*/

/*	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.sections.top/rb-catalog-top/style.css?173711092813309 */
