

/* Start:/local/templates/rb-page/components/bitrix/system.pagenavigation/pagination/style.css?1728917790988*/
/*---------------------------
	PAGINATION
---------------------------*/

.pagination {
	align-items: center;
	display: flex;
	flex-direction: row;
	min-height: 40px;
	width: 100%;
}

.pagination-title {
	color: #696968;
	font-size: 14px;
	font-weight: 400;
	padding-right: 15px;
}

.pagination-link {
	align-items: center;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #111;
	font-family: "ALS Hauss", sans-serif;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	text-decoration: none;
	min-height: 40px;
	max-height: 40px;
	min-width: 40px;
	max-width: 40px;
}

.pagination-link.--active {
	border-color: #dfdfdf;
	color: #111;
	font-weight: 500;
}

.pagination-link.--prev {
	color: #aaa;
}


.pagination-link.--next {
	color: #aaa;
}

@media(max-width: 575px) {

	.pagination {
		justify-content: center;
	}

	.pagination-title {
		display: none;
	}

}
/* End */


/* Start:/local/templates/rb-page/components/bitrix/news.list/rb-registry/style.css?17289177903710*/
/*	BEGIN RB DEVICES LIST	*/

.rb-registry-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.rb-registry-list-header {
	display: flex;
	flex-direction: row;
	padding: 0 20px;
}

.rb-registry-list-header span {
	color: #696968;
	font-size: 14px;
	font-weight: 400;
}

.rb-registry-list-header span > a {
	color: #696968;
	font-family: "ALS Hauss", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.rb-registry-list-header span > a > i {
	padding-left: 5px;
}


.rb-registry-list-header span[data-item = "1"] {
	flex: 1;
	text-align: left;
	max-width: 380px;
}

.rb-registry-list-header span[data-item = "2"] {
	flex: 1;
	padding-left: 20px;
	text-align: left;
	width: 200px;
}

.rb-registry-list-header span[data-item = "3"] {
	text-align: center;
	width: 100px;
}

.rb-registry-list-header span[data-item = "4"] {
	text-align: center;
	width: 200px;
}

.rb-registry-list-body {
	display: flex;
	flex-direction: column;
}

.rb-registry-list-item {
	align-items: center;
	display: flex;
	flex-direction: row;
	padding: 0 20px;
	min-height: 60px;
}

.rb-registry-list-item.--bg {
	background-color: #f7f8fa;
}

.rb-registry-list-item span {
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

.rb-registry-list-item span > a {
	color: #111;
	font-family: "ALS Hauss", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: underline;
}

.rb-registry-list-item span[data-item = "1"] {
	flex: 1;
	text-align: left;
	max-width: 380px;
}

.rb-registry-list-item span[data-item = "2"] {
	flex: 1;
	padding-left: 20px;
	text-align: left;
	width: 200px;
}

.rb-registry-list-item span[data-item = "3"] {
	text-align: center;
	width: 100px;
}

.rb-registry-list-item span[data-item = "4"] {
	text-align: center;
	width: 200px;
}

.rb-registry-list-item-detail {
	border-bottom: 1px solid #dfdfdf;
	display: none;
	padding: 5px 0 15px;
	transform: translateY(-10px);
	transition: transform .4s ease;
}

.rb-registry-list-item-detail-layout {
	display: flex;
	flex-direction: row;
	gap: 5px;
	width: 100%;
}

.rb-registry-list-item-detail-layout span {
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

.rb-registry-list-item-detail-layout span:nth-child(1) {
	color: #9b9b9b;
}

.rb-registry-list-item-detail-layout span > a {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}

@media(max-width: 767px) {

	.rb-registry-list-header {
		padding: 0;
		width: 100%;
	}

	.rb-registry-list-header span[data-item = "1"] {
		text-align: left;
		max-width: 100%;
		width: 100%;
	}

	.rb-registry-list-header span[data-item = "2"] {
		display: none;
	}

	.rb-registry-list-header span[data-item = "3"] {
		display: none;
	}

	.rb-registry-list-header span[data-item = "4"] {
		display: none;
	}

	.rb-registry-list-item {
		border-bottom: 1px solid #dfdfdf;
		padding: 0;
		width: 100%;
	}

	.rb-registry-list-item.--bg {
		background-color: #fff;
	}

	.rb-registry-list-item.--open {
		border: none;
	}

	.rb-registry-list-item span[data-item = "1"] {
		cursor: pointer;
		text-decoration: underline;
		text-align: left;
		max-width: 100%;
		width: 100%;
	}

	.rb-registry-list-item span[data-item = "2"] {
		display: none;
	}

	.rb-registry-list-item span[data-item = "3"] {
		display: none;
	}

	.rb-registry-list-item span[data-item = "4"] {
		display: none;
	}

	.rb-registry-list-item.--open + .rb-registry-list-item-detail {
		display: initial;
		transform: translateY(0);
	}

}


/*	END RB DEVICES LIST	*/
/* End */
/* /local/templates/rb-page/components/bitrix/system.pagenavigation/pagination/style.css?1728917790988 */
/* /local/templates/rb-page/components/bitrix/news.list/rb-registry/style.css?17289177903710 */
