

/* Start:/local/assets/css/pages/b2b/style.css?172891779016053*/
/*---------------------------
	RB PAGE B2B
---------------------------*/

.rb-page-b2b {
	background-color: #161616;
}

.rb-page-b2b-header {
	align-items: center;
	background-image: url("/local/assets/img/pages/b2b/bg/header.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	padding: 150px 30px 0;
	min-height: 680px;
}

.rb-page-b2b-header-title {
	padding-bottom: 25px;
	text-align: center;
}

.rb-page-b2b-header-title h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 500;
}

.rb-page-b2b-header-title h1 span {
	color: #fdb71e;
}

.rb-page-b2b-header-subtitle {
	margin: 0 auto;
	padding-bottom: 45px;
	text-align: center;
	max-width: 768px;
}

.rb-page-b2b-header-subtitle span {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}

.rb-page-b2b-header-buttons {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.rb-page-b2b-header-buttons a {
	text-align: center;
	width: 210px;
}

.rb-page-b2b-header-buttons span {
	text-align: center;
	width: 210px;
}

.rb-page-b2b-content {
	margin: 0 auto;
	padding: 50px 0 0;
	max-width: 1110px;
	width: 100%;
}

.rb-page-b2b-list-title {
	padding-bottom: 30px;
	text-align: center;
}

.rb-page-b2b-list-title h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}

.rb-page-b2b-list-title h3 span {
	color: #fdb71e;
}

.rb-page-b2b-list-subtitle {
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
	max-width: 920px;
}

.rb-page-b2b-list-subtitle span {
	color: #cacbd0;
	font-size: 17px;
	font-weight: 400;
}

.rb-page-b2b-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 100px;
}

.rb-page-b2b-list-top {
	display: grid;
	grid-template-columns: 2fr 2fr;
	grid-gap: 10px;
}

.rb-page-b2b-list-middle {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	grid-gap: 10px;
}

.rb-page-b2b-list-bottom {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	grid-gap: 10px;
}

.rb-page-b2b-list-item {
	align-items: flex-end;
	display: flex;
	overflow: hidden;
	position: relative;
	transition: all .4s ease;
	height: 250px;
	width: 100%;
}

.rb-page-b2b-list-item::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .4s ease;
	height: 100%;
	width: 100%;
}

.rb-page-b2b-list-item[data-item = "1"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/1.jpg");
}

.rb-page-b2b-list-item[data-item = "2"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/2.jpg");
}

.rb-page-b2b-list-item[data-item = "3"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/3.jpg");
}

.rb-page-b2b-list-item[data-item = "4"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/4.jpg");
}

.rb-page-b2b-list-item[data-item = "5"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/5.jpg");
}

.rb-page-b2b-list-item[data-item = "6"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/6.jpg");
}

.rb-page-b2b-list-item[data-item = "7"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/7.jpg");
}

.rb-page-b2b-list-item[data-item = "8"]::before {
	background-image: url("/local/assets/img/pages/b2b/content/catalog/8.jpg");
}

.rb-page-b2b-list-item:hover::before {
	transform: scale(1.1);
}

.rb-page-b2b-list-item a {
	align-items: flex-end;
	background-color: transparent;
	color: #fff;
	display: flex;
	font-family: "ALS Hauss", sans-serif;
	font-size: 17px;
	font-weight: 500;
	justify-content: flex-start;
	padding: 35px 30px;
	position: relative;
	text-decoration: none;
	height: 100%;
	width: 100%;
	z-index: 5;
}

.rb-page-b2b-objects {
	padding-bottom: 100px;
}

.rb-page-b2b-objects-title {
	padding-bottom: 25px;
	text-align: center;
}

.rb-page-b2b-objects-title h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}

.rb-page-b2b-objects-subtitle {
	text-align: center;
	padding-bottom: 50px;
}

.rb-page-b2b-objects-subtitle span {
	color: #cacbd0;
	font-size: 17px;
	font-weight: 400;
}

.rb-page-b2b-objects-subtitle span span {
	color: #fdb71e;
	font-weight: 500;
}

.rb-page-b2b-objects-list-wrap {
	margin: 0 auto;
	position: relative;
	max-width: 920px;
}

.rb-page-b2b-objects-list {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	overflow: hidden;
	margin: 0 -5px;
	padding-bottom: 40px;
}

.rb-page-b2b-objects-list-item.slick-slide {
	background-color: #262626;
	display: flex !important;
	flex-direction: column;
	gap: 20px;
	margin: 0 5px;
	padding: 30px 30px 70px;
	position: relative;
	min-height: 510px;
	width: 300px;
}

.rb-page-b2b-list-item.--show-tablet {
	display: none;
}

.rb-page-b2b-objects-list-item-name {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}

.rb-page-b2b-objects-list-item-picture {
	position: relative;
}

.rb-page-b2b-objects-list-item-picture span {
	align-items: center;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 15px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	justify-content: center;
	position: absolute;
	top: 5px;
	left: 10px;
	height: 30px;
	width: 90px;
}

.rb-page-b2b-objects-list-item-picture span sup {
	font-size: 10px;
}

.rb-page-b2b-objects-list-item-text {
	color: #cacbd0;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
	min-height: 158px;
}

.rb-page-b2b-objects-list-item-link {
	color: #696968;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	left: 30px;
	bottom: 30px;
	transition: color .4s ease;
	text-decoration: underline;
}

.rb-page-b2b-objects-list-item-link:hover {
	color: #fff;
}

.rb-page-b2b-objects-list .slick-dots {
	display: flex;
	list-style: none;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.rb-page-b2b-objects-list .slick-dots li {
	background-color: transparent;
	border: 1px solid #696968;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 8px;
	text-indent: -9999px;
	height: 10px;
	width: 10px;
}

.rb-page-b2b-objects-list .slick-dots li.slick-active {
	background-color: #fdbd31;
	border-color: #fdbd31;
}

.rb-page-b2b-objects-list .slick-dots li button {
	display: none;
}

.rb-page-b2b-objects-list-prev {
	color: #696968;
	cursor: pointer;
	font-size: 32px;
	position: absolute;
	top: 240px;
	left: -60px;
	transition: color .4s ease;
}

.rb-page-b2b-objects-list-prev:hover {
	color: #fff;
}

.rb-page-b2b-objects-list-next {
	color: #696968;
	cursor: pointer;
	font-size: 32px;
	position: absolute;
	top: 240px;
	right: -60px;
	transition: color .4s ease;
}

.rb-page-b2b-objects-list-next:hover {
	color: #fff;
}

.rb-page-b2b-catalog {
	padding-bottom: 70px;
}

.rb-page-b2b-catalog-title {
	padding-bottom: 30px;
	text-align: center;
}

.rb-page-b2b-catalog-title h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}

.rb-page-b2b-catalog-subtitle {
	padding-bottom: 50px;
	text-align: center;
}

.rb-page-b2b-catalog-subtitle span {
	color: #cacbd0;
	font-size: 17px;
	font-weight: 400;
}

.rb-page-b2b-catalog-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding-bottom: 50px;
}

.rb-page-b2b-catalog-list-item {
	background-color: #262626;
	border-radius: 20px;
	transition: background-color .4s ease;
	min-width: 170px;
	max-width: 170px;
}

.rb-page-b2b-catalog-list-item:hover {
	background-color: #4f4f51;
}

.rb-page-b2b-catalog-list-item a {
	align-items: center;
	display: flex;
	flex-direction: column;
	padding: 20px 15px 0;
	text-align: center;
	text-decoration: none;
	height: 160px;
	width: 100%;
}

.rb-page-b2b-catalog-list-item a:hover {
	text-decoration: none;
}

.rb-page-b2b-catalog-list-item i {
	align-items: center;
	color: #fdb71e;
	font-size: 30px;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
	transition: color .4s ease;
	height: 40px;
	width: 40px;
}

.rb-page-b2b-catalog-list-item span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	transition: color .4s ease
}

.rb-page-b2b-catalog-button {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.rb-page-b2b-catalog-button a {
	text-align: center;
	max-width: 220px;
	width: 100%;
}

.rb-page-b2b-footer {
	background-color: #262626;
}

.rb-b2b-form-wrap {
	background-color: #262626;
	padding: 50px 30px 70px;
}

.rb-b2b-form-title {
	padding-bottom: 30px;
	text-align: center;
}

.rb-b2b-form-title h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
}

.rb-b2b-form-subtitle {
	padding-bottom: 30px;
	text-align: center;
}

.rb-b2b-form-subtitle span {
	color: #cacbd0;
	font-size: 15px;
	font-weight: 400;
}

.rb-b2b-form-layout {
	margin: 0 auto;
	max-width: 730px;
}

.rb-b2b-form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 30px;
}

.rb-b2b-form-left {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 15px);
}

.rb-b2b-form-right {
	display: flex;
	flex-direction: column;
	width: calc(50% - 15px);
}

.rb-b2b-form-bottom {
	display: flex;
	flex-direction: column;
	flex: 1;
	flex-basis: 100%;
	gap: 30px;
	margin-top: -15px;
	text-align: center;
}

.rb-b2b-form-send {
	margin: 0 auto;
	max-width: 180px;
	width: 100%;
}

.rb-b2b-form .rb-input-checkbox input[type = "checkbox"] + span {
	background-color: #fff;
}

.rb-b2b-form .rb-input-checkbox label {
	color: #cacbd0;
}

.rb-b2b-form .rb-input-checkbox label a {
	/*	color: #696968;*/
	color: #9b9b9b;
}

@media(max-width: 1199px) {

	.rb-page-b2b-objects-list-nav {
		display: none;
	}

}


@media(max-width: 991px) {

	.rb-page-b2b-header {
		justify-content: center;
		padding-top: 0;
		min-height: 500px;
	}

	.rb-page-b2b-header-title h1 {
		font-size: 32px;
		font-weight: 500;
	}

	.rb-page-b2b-header-subtitle span {
		font-size: 15px;
	}

	.rb-page-b2b-list {
		padding-bottom: 60px;
	}

	.rb-page-b2b-objects {
		padding-bottom: 60px;
	}

	.rb-page-b2b-objects-list {
		padding-left: 30px;
		left: -30px;
		width: calc(100% + 60px);
	}

	.rb-page-b2b-list-title h3 {
		font-size: 25px;
	}

	.rb-page-b2b-list-subtitle span {
		font-size: 15px;
	}

	.rb-page-b2b-objects-title h3 {
		font-size: 25px;
	}

	.rb-page-b2b-objects-subtitle span {
		font-size: 15px;
	}

	.rb-page-b2b-catalog {
		padding-bottom: 60px;
	}

	.rb-page-b2b-catalog-title h3 {
		font-size: 25px;
	}

	.rb-page-b2b-catalog-subtitle span {
		font-size: 15px;
	}

	.rb-page-b2b-content {
		padding: 40px 30px;
	}

	.rb-page-b2b-content {
		padding: 30px 15px 50px;
	}

	.rb-b2b-form-wrap {
		padding: 40px 30px 50px;
	}

	.rb-b2b-form-title h3 {
		font-size: 25px;
	}

}

@media(max-width: 767px) {

	.rb-page-b2b-content {
		padding: 30px 15px 40px;
	}

	.rb-page-b2b-list-title {
		padding-bottom: 15px;
	}

	.rb-page-b2b-list-subtitle {
		padding-bottom: 40px;
	}

	.rb-page-b2b-list {
		padding-bottom: 60px;
	}

	.rb-page-b2b-list-top {
		grid-template-columns: 1fr;
	}

	.rb-page-b2b-list-middle {
		grid-template-columns: 2fr 2fr;
		grid-template-rows: 2fr 2fr;
	}

	.rb-page-b2b-list-bottom {
		grid-template-columns: 2fr 2fr;
	}

	.rb-page-b2b-list-item.--hide-tablet {
		display: none;
	}

	.rb-page-b2b-list-item.--show-tablet {
		display: flex;
	}

	.rb-page-b2b-list-item a {
		padding: 20px;
	}

	.rb-page-b2b-objects-title {
		padding-bottom: 15px;
	}

	.rb-page-b2b-objects-subtitle {
		padding-bottom: 40px;
	}

	.rb-page-b2b-objects-list {
		padding-left: 0;
		left: -15px;
		width: calc(100% + 30px);
	}

	.rb-page-b2b-catalog-title {
		padding-bottom: 15px;
	}

	.rb-page-b2b-catalog-subtitle {
		padding-bottom: 40px;
	}

	.rb-b2b-form-wrap {
		padding: 40px 15px 50px;
	}

	.rb-b2b-form-title {
		padding-bottom: 20px;
	}

	.rb-b2b-form-subtitle {
		padding-bottom: 20px;
	}

}

@media(max-width: 575px) {

	.rb-page-b2b-header {
		min-height: 400px;
	}

	.rb-page-b2b-header-buttons .rb-btn {
		width: 200px;
	}

	.rb-page-b2b-header-title {
		margin: 0 auto;
		padding-bottom: 15px;
		max-width: 354px;
	}

	.rb-page-b2b-header-subtitle {
		padding-bottom: 40px;
	}

	.rb-page-b2b-header-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.rb-page-b2b-list-item {
		height: 155px;
	}

	.rb-page-b2b-objects-list {
		padding-bottom: 30px;
	}

	.rb-page-b2b-catalog-list {
		display: grid;
		grid-template-columns: 2fr 2fr;
		padding-bottom: 20px;
		max-width: 100%;
	}

	.rb-page-b2b-catalog-list-item {
		min-width: 100%;
		max-width: 50%;
	}

	.rb-b2b-form {
		flex-direction: column;
		gap: 15px;
	}

	.rb-b2b-form-left {
		width: 100%;
	}

	.rb-b2b-form-right {
		width: 100%;
	}

	.rb-b2b-form-bottom {
		margin-top: 0;
		gap: 20px;
		text-align: left;
	}

}

/*	BEGIN RB PAGE SCENARIOS FAQ	*/

.rb-page-b2b-faq {
	padding-bottom: 70px;
	margin: 0 auto;
	max-width: 960px;
}

.rb-page-b2b-faq-title {
	color: #fff;
	font-size: 25px;
	font-weight: 500;
	padding: 0 15px 25px;
	text-align: center;
}

.rb-page-b2b-faq-list {
	display: flex;
	flex-direction: column;
}

.rb-page-b2b-faq-question {
	align-items: center;
	background-color: transparent;
	border-top: 1px solid #696968;
	color: #cacbd0;
	cursor: pointer;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	padding: 0 45px 0 20px;
	position: relative;
	transition: background-color .6s ease;
	min-height: 68px;
}

.rb-page-b2b-faq-question.--open {
	background-color: #262626;
	color: #fff;
	font-weight: 500;
}

.rb-page-b2b-faq-question::before {
	align-items: center;
	color: #cacbd0;
	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-page-b2b-faq-question.--open::before {
	color: #fff;
	transform: rotate(180deg);
}

.rb-page-b2b-faq-answer {
	opacity: 0;
	transform: translateY(20px);
	transition: transform .95s ease;
	height: 0;
	max-height: 0;
	visibility: hidden;
}

.rb-page-b2b-faq-answer p {
	color: #cacbd0;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 20px;
}

.rb-page-b2b-faq-answer p:last-child {
	padding-bottom: 0;
}

.rb-page-b2b-faq-answer p:last-child + ul {
	padding-bottom: 20px;
}

.rb-page-b2b-faq-answer ul {
	padding-left: 20px;
	padding-bottom: 20px;
}

.rb-page-b2b-faq-answer ul > li {
	color: #cacbd0;
	font-size: 15px;
	font-weight: 400;
}

.rb-page-b2b-faq-answer ol > li {
	color: #cacbd0;
	font-size: 15px;
	font-weight: 400;
}

.rb-page-b2b-faq-answer a {
	color: #cacbd0;
	text-decoration: underline;
}

.rb-page-b2b-faq-question.--open + .rb-page-b2b-faq-answer {
	opacity: 1;
	padding: 20px 20px 20px 40px;
	transform: translateY(0);
	height: auto;
	max-height: 1500px;
	visibility: visible;
}

@media(max-width: 767px) {

	.rb-page-b2b-faq {
		padding-bottom: 20px;
	}

}

@media(max-width: 575px) {

	.rb-page-b2b-faq-question {
		padding: 10px 55px 10px 15px;
	}

	.rb-page-b2b-faq-question.--open + .rb-page-b2b-faq-answer {
		padding: 20px 20px 20px 30px;
	}

}

/*	END RB PAGE SCENARIOS FAQ	*/
/* End */
/* /local/assets/css/pages/b2b/style.css?172891779016053 */
