

/* 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-devices/style.css?17289177908963*/
/*.rb-devices-page {
	display: flex;
	flex-direction: column;
	gap: 30px;
}*/

.rb-devices-header {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding-bottom: 30px;
}

.rb-devices-header-left {
	display: flex;
	flex-direction: column;
	width: 50%;
}

.rb-devices-header-right {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 50%;
}

.rb-devices-body {
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
}

@media(max-width: 767px) {

	.rb-devices-header {
		flex-direction: column;
		gap: 15px;
	}

	.rb-devices-header-left {
		width: 100%;
	}

	.rb-devices-header-right {
		width: 100%;
	}

}

/*	BEGIN RB DEVICES	*/

/*	BEGIN RB DEVICES SEARCH	*/

.rb-devices-search {
	display: flex;
	flex-direction: row;
	gap: 10px;
	height: 44px;
}

.rb-devices-search > input[type = "text"] {
	border: 1px solid #dfdfdf;
	border-radius: 24px;
	color: #111;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 18px 0;
	width: 280px;
}

.rb-devices-search > input[type = "text"]::-webkit-input-placeholder {
	color: #696968;
}

.rb-devices-search > input[type = "text"]::-moz-placeholder {
	color: #696968;
}

.rb-devices-search > input[type = "text"]:-ms-input-placeholder {
	color: #696968;
}

.rb-devices-search > input[type = "text"]:-moz-placeholder {
	color: #696968;
}

.rb-devices-search > button {
	align-items: center;
	background-color: transparent;
	border: none;
	color: #111;
	cursor: pointer;
	font-size: 25px;
	display: flex;
	justify-content: center;
	height: 100%;
	width: 25px;
}

@media(max-width: 767px) {

	.rb-devices-search > input[type = "text"] {
		flex: 1;
		width: auto;
	}

}

@media(max-width: 575px) {

	.rb-devices-search {
		gap: 15px;
		margin-bottom: 5px;
		width: 100%;
	}

}

/*	END RB DEVICES SEARCH	*/

/*	BEGIN RB DEVICES FILTER	*/

.rb-devices-filter {
	position: relative;
	width: 280px;
}

.rb-devices-filter-title {
	align-items: center;
	border: 1px solid #cacbd0;
	border-radius: 8px;
	color: #111;
	display: flex;
	padding: 5px 45px 0 15px;
	position: relative;
	cursor: pointer;
	position: relative;
	height: 44px;
	width: 100%;
}

.rb-devices-filter.--open .rb-devices-filter-title {
	border-radius: 8px 8px 0 0;
}

.rb-devices-filter-title::before {
	align-items: center;
	color: #9b9b9b;
	content: '\e909';
	display: flex;
	font-family: "rb-icomoon";
	font-size: 14px;
	margin: auto 0;
	position: absolute;
	top: 5px;
	right: 20px;
	bottom: 0;
	transition: transform .4s ease;
}

.rb-devices-filter.--open .rb-devices-filter-title::before {
	transform: rotate(180deg);
}

.rb-devices-filter-list {
	background-color: #fff;
	border: 1px solid #cacbd0;
	border-radius: 0 0 8px 8px;
	list-style: none;
	opacity: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 43px;
	left: 0;
	transform: translateY(-10px);
	transition: transform .4s ease;
	visibility: hidden;
	height: 0;
	max-height: 0;
	width: calc(100%);
	z-index: -1;
}

.rb-devices-filter.--open .rb-devices-filter-list {
	opacity: 1;
	overflow: hidden;
	transform: translateY(0);
	height: auto;
	max-height: 500px;
	visibility: visible;
	z-index: 10;
}

.rb-devices-filter-list > li {
	background-color: #fff;
	color: #373d48;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 15px;
	transition: all .4s ease;
}

.rb-devices-filter-list > li:hover {
	background-color: #f7f8fa;
}

.rb-devices-filter-list > li.--selected {
	color: #111;
	font-weight: 500;
}

.rb-devices-filter[data-filter = "purpose"] {
	display: none;
}

@media(max-width: 767px) {

	.rb-devices-filter {
		width: 100%;
	}

}

@media(max-width: 575px) {

	.rb-devices-filter[data-filter = "purpose"] {
		display: flex;
	}

}

/*	END RB DEVICES FILTER	*/

/*	BEGIN RB DEVICES LIST	*/

.rb-devices-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.rb-devices-list-header {
	display: flex;
	flex-direction: row;
	padding: 0 20px;
}

.rb-devices-list-header span {
	color: #696968;
	font-size: 14px;
	font-weight: 400;
}

.rb-devices-list-header span > a {
	color: #696968;
	font-family: "ALS Hauss", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

.rb-devices-list-header span > a > i {
	padding-left: 5px;
}

.rb-devices-list-header span.--no-sort {
	display: none;
}

.rb-devices-list-header span[data-item = "1"] {
	text-align: left;
	width: 200px;
}

.rb-devices-list-header span[data-item = "2"] {
	flex: 1;
	padding-left: 20px;
	text-align: left;
	min-width: 200px;
}

.rb-devices-list-header span[data-item = "3"] {
	text-align: center;
	width: 245px;
}

.rb-devices-list-header span[data-item = "4"] {
	text-align: center;
	width: 200px;
}

.rb-devices-list-body {
	display: flex;
	flex-direction: column;
}

.rb-devices-list-item {
	align-items: center;
	display: flex;
	flex-direction: row;
	padding: 0 20px;
	height: 44px;
}

.rb-devices-list-item.--bg {
	background-color: #f7f8fa;
}

.rb-devices-list-item span {
	color: #111;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.rb-devices-list-item span[data-item = "1"] {
	text-align: left;
	width: 200px;
}

.rb-devices-list-item span[data-item = "2"] {
	flex: 1;
	padding-left: 20px;
	text-align: left;
	min-width: 200px;
}

.rb-devices-list-item span[data-item = "3"] {
	text-align: center;
	width: 245px;
}

.rb-devices-list-item span[data-item = "4"] {
	text-align: center;
	width: 200px;
}

.rb-devices-list-item-detail {
	border-bottom: 1px solid #dfdfdf;
	display: none;
	padding: 5px 0 15px;
	transform: translateY(-10px);
	transition: transform .4s ease;
}

.rb-devices-list-item-detail-layout {
	display: flex;
	flex-direction: row;
	gap: 5px;
	width: 100%;
}

.rb-devices-list-item-detail-layout span {
	color: #111;
	font-size: 14px;
	font-weight: 400;
}

.rb-devices-list-item-detail-layout span:nth-child(1) {
	color: #9b9b9b;
}


@media(max-width: 767px) {

	.rb-devices-list-header span[data-item = "1"] {
		width: 33.3%;
	}

	.rb-devices-list-header span[data-item = "1"].--sort {
		display: none;
	}

	.rb-devices-list-header span[data-item = "1"].--no-sort {
		display: initial;
	}

	.rb-devices-list-header span[data-item = "2"] {
		padding-left: 0;
		min-width: auto;
		width: 33.3%;
	}

	.rb-devices-list-header span[data-item = "2"].--sort {
		display: none;
	}

	.rb-devices-list-header span[data-item = "2"].--no-sort {
		display: initial;
	}

	.rb-devices-list-header span[data-item = "3"] {
		width: 33.3%;
	}

	.rb-devices-list-header span[data-item = "4"] {
		display: none;
	}

	.rb-devices-list-item span[data-item = "1"] {
		min-width: auto;
		width: 33.3%;
	}

	.rb-devices-list-item span[data-item = "1"].--sort {
		display: none;
	}

	.rb-devices-list-item span[data-item = "1"].--no-sort {
		display: initial;
	}

	.rb-devices-list-item span[data-item = "2"] {
		padding-left: 0;
		min-width: auto;
		width: 33.3%;
	}

	.rb-devices-list-item span[data-item = "2"].--sort {
		display: none;
	}

	.rb-devices-list-item span[data-item = "2"].--no-sort {
		display: initial;
	}

	.rb-devices-list-item span[data-item = "3"] {
		width: 33.3%;
	}

	.rb-devices-list-item span[data-item = "4"] {
		display: none;
	}

}

@media(max-width: 575px) {

	.rb-devices-list {
		gap: 0;
	}

	.rb-devices-list-header {
		border-bottom: 1px solid #dfdfdf;
		padding: 0 0 15px;
	}

	.rb-devices-list-header span {
		font-size: 14px;
	}

	.rb-devices-list-header span[data-item = "1"] {
		display: none !important;
	}

	.rb-devices-list-header span[data-item = "2"] {
		text-align: left;
		width: 50%;
	}

	.rb-devices-list-header span[data-item = "3"] {
		padding-left: 15px;
		text-align: left;
		width: 50%;
	}

	.rb-devices-list-header span[data-item = "4"] {
		display: none;
	}

	.rb-devices-list-item {
		border-bottom: 1px solid #dfdfdf;
		padding: 0;
		min-height: 35px;
	}

	.rb-devices-list-item.--bg {
		background-color: #fff;
	}

	.rb-devices-list-item span {
		font-size: 14px;
	}

	.rb-devices-list-item span[data-item = "1"] {
		display: none;
	}

	.rb-devices-list-item span[data-item = "2"] {
		cursor: pointer;
		text-align: left;
		text-decoration: underline;
		width: 50%;
	}

	.rb-devices-list-item span[data-item = "3"] {
		padding-left: 15px;
		text-align: left;
		width: 50%;
	}

	.rb-devices-list-item span[data-item = "4"] {
		display: none;
	}

	.rb-devices-list-item.--open {
		border: none;
	}

	.rb-devices-list-item.--open + .rb-devices-list-item-detail {
		display: block;
		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-devices/style.css?17289177908963 */
