

/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1665733522683*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item div {
    display: inline-block;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.search/.default/style.css?1510980241183*/
body .b_white{
    background: transparent;
}
.nice-select .option.selected {
	color: #ff4848;
}
.selectize-dropdown .option.selected {
	color: #ff4848;
	font-weight: bold;
}
/* End */


/* Start:/local/templates/rds_catalog/plagins/selectize/selectize.css?15109802428931*/
/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  /*display: inline-block;*/
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  /*display: inline-block;*/
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  /*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);*/
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}


/* End */


/* Start:/local/templates/rds_catalog/css/search.css?16584900114494*/
.search-desc {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}
.search-page {
	margin-bottom: 20px;
}
.search-page form {
	float: left;
	position: relative;
	width: 600px;
	height: 300px;
	padding: 35px 30px 40px;
	background: url(/local/templates/rds_catalog/css/images/search_form.jpg) no-repeat 0 0;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
.search-page form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 7px 0;
}
.search-page form .row > div {
	width: 462px;
}
.search-page form .row > div:first-child {
	width: 138px;
}
.search-page .search-right {
	float: left;
	position: relative;
	margin: 22px 0 0 35px;
	width: 210px;
	height: 300px;
	padding-top: 44px;
	font-size: 14px;
	line-height: 20px;
}
.search-page .search-right:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 33px;
	height: 33px;
	content: "";
	display: inline-block;
	background: url(/local/templates/.default/images/sprite.png) no-repeat -261px -151px;
	background-color: rgba(255, 72, 72, 1);
	border-radius: 33px;
	box-shadow: 0px 3px 5px 0px rgba(255, 72, 72, 0.4);
}
.search-page .search-right p {
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 20px;
}
.search-page .search-right a {
	font-size: 16px;
	color: #ff4848;
}
.search-page input[type=text] {
    box-sizing: border-box;
    width: 462px;
    padding: 6px 10px;
	font-family: "PT Sans";
    font-size: 16px;
    border: 2px solid #e4e4e4;
	outline: none;
}
.search-page input[type=text]:focus {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}
.search-page input[type=text]::-webkit-input-placeholder{
    color: #989898;
    font-size: 16px;
    font-family: "PT Sans";
    font-style: italic;
}
.search-page input[type=text]:-ms-input-placeholder{
    color: #989898;
    font-size: 16px;
    font-family: "PT Sans";
    font-style: italic;
}
.search-page input[type=text]:-moz-placeholder
{
    color: #989898;
    font-size: 16px;
    font-family: "PT Sans";
    font-style: italic;
}
.search-page input[type=text]::-moz-placeholder
{
    color: #989898;
    font-size: 16px;
    font-family: "PT Sans";
    font-style: italic;
}
.search-page select {
	display: none;
}
.search-page .nice-select {
	font-size: 16px;
}
.search-page .nice-select::after {
	right: 12px;
	border-bottom: 2px solid #848484;
	border-right: 2px solid #848484;
}
.search-page .nice-select .list {
	overflow-y: scroll;
	max-width: 700px;
	max-height: 300px;
}
.search-page .nice-select .current {
    box-sizing: border-box;
	display: inline-block;
    width: 462px;
	height: 38px;
    padding: 6px 10px;
	color: #989898;
	background: #fff;
    border: 2px solid #e4e4e4;
}
.search-page .nice-select.active .current {
	color: #000;
}
.search-page .nice-select::after {
	right: 12px;
	border-bottom: 2px solid #848484;
	border-right: 2px solid #848484;
}
.search-page .row .checkbox {
	display: inline-block;
	vertical-align: middle;
}
.search-page .row label{
	padding: 5px 10px 5px 30px;
	margin: 4px 0 0;
	font-size: 14px;
	color: #232221;
	/*background: #f3f3f3;*/
	display: inline-block;
	position: relative;
}
.search-page .row label input{
	visibility: hidden;
	z-index: -1;
	position: absolute;
}
.search-page .row label span:after{
	content:"";
	position: absolute;
	left: 7px;
	top: 7px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 4px;
	background: #FFF url(/local/templates/rds_catalog/images/sprite.png) -541px -284px no-repeat
}
.search-page .row input:checked+span:after {
	background-position: -541px -308px;
}
.search-page input[type=submit] {
	position: absolute;
	bottom: 38px;
	right: 30px;
	width: auto;
	padding: 11px 30px;
	color: #fff;
	font-size: 19px;
	text-transform: uppercase;
	background: #ff4848;
	border: none;
	cursor: pointer;
	outline: none;
}
.search-page input[type=submit]:hover {
	background: #d33030;
}
.wrapp-catalog.catalog-search {
	width: 905px;
}
.catalog-search hr.wave {
	margin: 50px 0 30px;
	height: 12px;
}
.catalog-search .catalog_search_str {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.catalog-search .addition-props-filter label {
	margin: 3px 0 4px;
}
.catalog-search .row.sort .r_col {
	/*margin-top: 8px;*/
}
/* End */


/* Start:/local/templates/rds_catalog/plagins/nice-select/nice-select.css?15385697393366*/
.nice-select {
	outline: 0;
	position: relative;
	white-space: nowrap;
	width: auto;
	padding-right: 30px;
	cursor: default;

}
	.nice-select:active, .nice-select.open, .nice-select:focus {
		border-color: #999;
	}
	.nice-select:after {
		border-bottom: 2px solid #ff4848;
		border-right: 2px solid #ff4848;
		content: '';
		display: block;
		height: 5px;
		margin-top: -4px;
		pointer-events: none;
		position: absolute;
		right: 12px;
		top: 50%;
		-webkit-transform-origin: 66% 66%;
				-ms-transform-origin: 66% 66%;
						transform-origin: 66% 66%;
		-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
						transform: rotate(45deg);
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
		width: 5px; }
	.nice-select.open:after {
		-webkit-transform: rotate(-135deg);
				-ms-transform: rotate(-135deg);
						transform: rotate(-135deg); }
	.nice-select.open .list {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: scale(1) translateY(0);
				-ms-transform: scale(1) translateY(0);
						transform: scale(1) translateY(0); }
	.nice-select.disabled {
		border-color: #ededed;
		color: #999;
		pointer-events: none; }
		.nice-select.disabled:after {
			border-color: #cccccc; }
	.nice-select.wide {
		width: 100%; }
		.nice-select.wide .list {
			left: 0 !important;
			right: 0 !important; }
	.nice-select.right {
		float: right; }
		.nice-select.right .list {
			left: auto;
			right: 0; }
	.nice-select.small {
		font-size: 12px;
		height: 36px;
		line-height: 34px; }
		.nice-select.small:after {
			height: 4px;
			width: 4px; }
		.nice-select.small .option {
			line-height: 34px;
			min-height: 34px; }
	.nice-select .list {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
		box-sizing: border-box;
		margin-top: 4px;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		pointer-events: none;
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform-origin: 50% 0;
				-ms-transform-origin: 50% 0;
						transform-origin: 50% 0;
		-webkit-transform: scale(0.75) translateY(-21px);
				-ms-transform: scale(0.75) translateY(-21px);
						transform: scale(0.75) translateY(-21px);
		-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
		transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
		z-index: 9; }
		.nice-select .list:hover .option:not(:hover) {
			background-color: transparent !important; }
	.nice-select .option {
		cursor: pointer;
		font-weight: 400;
		line-height: 40px;
		list-style: none;
		min-height: 40px;
		outline: none;
		padding-left: 18px;
		padding-right: 29px;
		text-align: left;
		-webkit-transition: all 0.2s;
		transition: all 0.2s; }
		.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
			background-color: #f6f6f6; }
		.nice-select .option.selected {
			font-weight: bold; }
		.nice-select .option.disabled {
			background-color: transparent;
			color: #999;
			cursor: default; }
		.nice-select li.option:before {
			content: none;
		}
		.nice-select .option + .option {
			margin-top: -1px;
			border-top: 1px solid rgba(68, 68, 68, 0.11);
		}

.no-csspointerevents .nice-select .list {
	display: none; }

.no-csspointerevents .nice-select.open .list {
	display: block; }
.nice-select .current{
	color: #ff4848;
}
/* End */


/* Start:/local/templates/.default/components/rds/catalog.section.list/tiles/style.css?16352478411822*/
.section-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px 0 0 -35px;
}
.section-item {
	position: relative;
	margin: 0 0 20px 35px;
	width: 200px;
	height: 200px;
	text-decoration: none !important;
	background: no-repeat center / cover;
	background-image: none;
	overflow: hidden;
}
.section-item:nth-child(n + 9) {
	display: none;
}
.section-list.on .section-item {
	display: block;
}
.section-list-more {
	display: none;
	float: right;
	margin: 5px 10px 20px 0;
	font-size: 14px;
	color: #848484;
	cursor: pointer;
}
.catalog-search .section-list-more {
	margin-bottom: 0;
}
.section-list-more:before {
	content: "";
	display: inline-block;
	margin-right: 3px;
	width: 12px;
	height: 13px;
	vertical-align: middle;
	background: url(/local/templates/rds_catalog/images/tags_arr.png) 0 0 no-repeat;
}
.section-list-more.on:before {
	margin-top: -3px;
	-webkit-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	        transform: scaleY(-1);
}
.section-list-more.on span:first-child, .section-list-more span:last-child {
	display: none;
}
.section-list-more.on span:last-child {
	display: inline;
}
.section-list-more:hover {
	text-decoration: underline;
}
.section-item:hover {
	box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.15)
}
.section-item-head {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 32px);
	padding: 8px 16px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	background: rgba(0, 0, 0, 0.78);
	text-shadow: 2px -1px #000;
}
.section-item-head div {
	overflow: hidden;
	height: 59px;
	transition: height 0.5s;
}
.section-item img {
	max-width: 100%;
}
/* End */


/* Start:/local/templates/.default/components/rds/catalog.section/.default/style.css?16243543131532*/
body .b_white{
    background: transparent;
}
.bx_catalog_item_container img{
    width: 150px;
}
.bx_catalog_item_container .r_col,
.bx_catalog_item_container .l_col{
    vertical-align: top;
}
.bx_catalog_item_container .l_col{
    margin-right: 10px;
}
div.bx_catalog_item_container[id*="bx_"] {
    margin-bottom: 10px;
    background: #FFF;
    display: block;
    padding: 15px 20px;
}
.bx_catalog_item_title{
    font-size: 14px;
    color: #252423;
    text-align: left;
    letter-spacing: 0.01em;
    line-height: 20px;
    font-weight: 600;
    width: 272px;
}
.count-3 .element:last-child{
    margin: 0 !important;
}

/* load more */
.wrapp-catalog .load_more_wrapper{
    margin: -29px 0 30px 0;
}
.wrapp-catalog.list .load_more_wrapper{
    margin: 0;
}
.catalog-elements .load_more{
    border: 2px solid #dbdbdb;
    display: flex;
}
.catalog-elements .load_more:hover{
    background: white;
    cursor:pointer;
}
.catalog-elements .load_more span{
    margin: auto;
    padding: 15px;
    font-size: 14px;
    font-weight: normal;
}
.catalog-elements.load-more .load_more_wrapper {
    position: relative;
}
.catalog-elements.load-more .load_more_wrapper::after {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 32px;
    background: url(/local/templates/rds_catalog/images/small_loader.gif) no-repeat center;
    content: "";
}
.catalog-elements.load-more .load_more_wrapper .load_more{
    visibility: hidden;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/visual/style.css?15109802414322*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	margin-top: 20px;
	color: #8d8d8d;
	font-size:11px;
}
.catalog-elements .bx_pagination_bottom{
	margin-top: -10px;
}
.list .catalog-elements .bx_pagination_bottom{
	margin-top: 20px;
}
.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: block;
	height: 30px;
	vertical-align: top;
	line-height: normal;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/.default/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	display: block;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height:30px;
	background: #FFF;
	color: #cacaca;
	font-weight: bold;
	text-align: center;
	margin-right: 7px;
}
.bx_pagination_bottom .bx_pagination_page li.arrow{
	background: none;
}
.bx_pagination_bottom .bx_pagination_page li:before{
	display: none;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	color:#ff4848;
	background: #FFF;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?1665733522683 */
/* /local/templates/.default/components/bitrix/catalog.search/.default/style.css?1510980241183 */
/* /local/templates/rds_catalog/plagins/selectize/selectize.css?15109802428931 */
/* /local/templates/rds_catalog/css/search.css?16584900114494 */
/* /local/templates/rds_catalog/plagins/nice-select/nice-select.css?15385697393366 */
/* /local/templates/.default/components/rds/catalog.section.list/tiles/style.css?16352478411822 */
/* /local/templates/.default/components/rds/catalog.section/.default/style.css?16243543131532 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/visual/style.css?15109802414322 */
