

/* Start:/local/templates/velosalon/components/bitrix/catalog/main/style.css?17743620746193*/
.catalog {
	display: flex;
  flex-direction: column;
	margin-bottom: 48px;
}

.catalog__list-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
}

.catalog__top-tools {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.catalog__title {
	margin: 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.375;
	color: #000000;
}

.catalog__top-tools-item {
	position: relative;
}

.catalog-sort {
	margin-left: auto;
}

.catalog__filter-trigger {
	display: none;
}

.catalog__top-tools-btn {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #262626;
	background-color: transparent;
	border: none;
	transition: color 0.2s ease;
}

.catalog__top-tools-btn:hover,
.catalog__top-tools-btn:focus {
	color: #ff7537;
}

.catalog__top-tools-btn:focus {
	outline: none;
}

.catalog__top-tools-btn:focus-visible {
	outline: auto;
}

.catalog__top-tools-btn:active {
	color: #ff984a;
}

.catalog__top-tools-icon {
	margin-right: 4px;
}

.catalog__top-tools-icon--reverce {
	transform: rotate(180deg);
}

.catalog__top-tools-icon path {
	fill: currentColor;
}

.catalog-sort__list {
	z-index: 20;
	position: absolute;
	top: 32px;
	right: 0;
	display: flex;
	flex-direction: column;
	min-width: 182px;
	padding: 8px 24px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-10px);
	transition: all 0.2s ease;
}

.catalog-sort__list--show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.catalog-sort__list-item {
	padding: 8px 0;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.39;
	color: #262626;
	text-decoration: none;
	transition: color 0.2s ease;
}

.catalog-sort__list-item:hover,
.catalog-sort__list-item:focus {
	color: #ff7537;
	text-decoration: none;
}

.catalog-sort__list-item--hidden {
	display: none;
}

.catalog__filter {
	position: relative;
	flex-shrink: 0;
	width: 308px;
	margin-right: 24px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.catalog__list {
	flex-grow: 1;
	width: 100%;
}

.catalog-sort__list-header {
	display: none;
}

.catalog-search__result {
	margin-bottom: 48px;
}

@media screen and (max-width: 1023px) {
	.catalog__top-tools {
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.catalog__title {
		flex-shrink: 0;
		flex-basis: 100%;
		margin-bottom: 12px;
	}
	
	.catalog__filter-trigger {
		display: block;
	}
	
	.catalog-sort {
		margin-left: 0;
	}
	
	.catalog__filter {
		z-index: 501;
	  position: fixed;
	  top: 0;
	  right: 0;
	  left: 0;
	  bottom: 0;
	  width: 100%;
  	height: 100vh;
	  margin: 0;
	  padding-bottom: 100px;
	  box-shadow: unset;
  	border-radius: 0;
  	opacity: 0;
	  visibility: hidden;
	  pointer-events: none;
	  overflow-y: auto;
	  transform: translateX(-15px);
	  transition: all 0.2s ease;
	}
	
	.catalog__filter--show {
		opacity: 1;
	  visibility: visible;
	  pointer-events: auto;
	  transform: translateX(0);
	}
	
	.catalog-sort__list {
		z-index: 101;
	  position: fixed;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  min-width: unset;
	  padding: 0;
	  box-shadow: unset;
  	border-radius: 0;
	  transform: translateX(-15px);
	}
	
	.catalog-sort__list--show {
		transform: translateX(0);
	}
	
	.catalog-sort__list-header {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	  padding: 16px 15px;
	  border-bottom: 1px solid #f5f5f5;
	}
	
	.catalog-sort__btn-back {
		display: flex;
		justify-content: center;
	  align-items: center;
	  width: 40px;
	  height: 40px;
	  margin: 0 16px 0 0;
	  padding: 0;
	  color: #939393;
	  background-color: #ffffff;
	  border: 1px solid #eeeeee;
	  border-radius: 4px;
	  transition: all 0.2s ease;
	}
	
	.catalog-sort__btn-back:hover,
	.catalog-sort__btn-back:focus {
		color: #000000;
	}
	
	.catalog-sort__btn-back:focus {
		outline: none;
	}
	
	.catalog-sort__btn-back svg {
		margin-right: 2px;
	}
	
	.catalog-sort__btn-back path {
		fill: currentColor;
	}
	
	.catalog-sort__list-header-title {
		margin: 0;
	  font-weight: bold;
	  font-size: 17px;
	  line-height: 1.35;
	  color: #262626;
	}
	
	.catalog-sort__list-item {
		padding: 16px 15px;
		border-bottom: 1px solid #f5f5f5;
	}
}

 .faq__title {
	 font-size: 32px;
	 font-weight: 700;
	 margin-bottom: 30px;
	 text-align: center;
 }

.faq__item {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	margin-bottom: 16px;
	overflow: hidden;
	border: 1px solid #e8edf5;
}

.faq__question {
	width: 100%;
	border: none;
	background: transparent;
	padding: 22px 60px 22px 24px;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	color: #1d2a3a;
	cursor: pointer;
	position: relative;
	transition: background 0.3s ease;
}

.faq__question:hover {
	background: #f8fbff;
}

.faq__question::before,
.faq__question::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 16px;
	height: 2px;
	background: #188450;
	transition: transform 0.3s ease;
}

.faq__question::after {
	transform: translateY(-50%) rotate(90deg);
}

.faq__question::before {
	transform: translateY(-50%);
}

.faq__item.active .faq__question::after {
	transform: translateY(-50%) rotate(0deg);
}

.faq__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
	padding: 0 24px;
}

.faq__answer-inner {
	padding-bottom: 22px;
	font-size: 16px;
	line-height: 1.6;
	color: #4b5563;
}

.faq__item.active .faq__answer {
	max-height: 300px;
	padding: 0 24px;
}

@media screen and (max-width: 767px) {
	.catalog {
		margin-bottom: 24px;
	}

	.catalog__list {
		flex-shrink: 0;
		width: 100vw;
  	margin-left: -15px;
	}
}



/* End */


/* Start:/local/components/rasa/catalog.section.list/templates/main_switch_list/style.css?17106668647563*/
.root-sections {
	display: flex;
	align-items: center;
	margin: 0 0 24px 0;
	padding: 0;
	list-style: none;
}

.root-sections__item-wrap {
	flex-grow: 1;
  	width: 100%;
	margin-right: 16px;
}

.root-sections__item-wrap:last-child {
	margin-right: 0;
}

.root-sections__item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	text-decoration: none;
	background-color: #f8f8f8;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	transition: all 0.2s ease;
}

.root-sections__item:hover,
.root-sections__item:focus,
.root-sections__item--active {
	color: #ffffff;
	background-color: #1c6643;
}

.root-sections__icon-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin-right: 8px;
}

.root-sections__icon-wrap path {
	fill: currentColor;
}

.root-sections__name {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

.section-list__body {
	margin-bottom: 48px;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
}

.sub-sections-wrap {
	display: none;
	padding: 48px 24px 0 24px;
	overflow: hidden;
}

.sub-sections-wrap--active {
	display: block;
}

.sub-sections {
	display: flex;
	flex-wrap: wrap;
	margin-right: -21px;
	margin-left: -21px;
}

.sub-sections--center {
	justify-content: center;
}

.sub-sections-col {
	flex: 0 0 16.6%;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	max-width: 16.6%;
	margin: 0 0 48px 0;
	padding: 0 21px;
}

.sub-sections-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	color: #000000;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sub-sections-item:hover,
.sub-sections-item:focus {
	color: #ff7537;
}

.sub-sections-item__img-wrap {
	position: relative;
	flex-shrink: 0;
	width: 100%;
	height: 0;
	margin-bottom: 35px;
	padding-top: 67%;
	overflow: hidden;
}

.sub-sections-item__img {
	position: absolute;
	top: -50%;
	left: -50%;
	right: -50%;
	bottom: -50%;
	width: 100%;
	margin: auto;
	pointer-events: none;
}

.sub-sections-item__name {
	width: 100%;
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.39;
	text-align: center;
	color: currentColor;
}

@media screen and (max-width: 1199px) {
	.root-sections__item-wrap {
		margin-right: 8px;
	}
	
	.root-sections__item {
		padding: 12px 6px;
		font-size: 14px;
	}
	
	.sub-sections-item__name {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
	.root-sections {
		display: none;
	}
	
	.section-list--root .root-sections {
		display: flex;
		flex-wrap: wrap;
		margin-right: -4px;
		margin-left: -4px;
	}
	
	.root-sections__item-wrap {
		flex: 0 0 50%;
		max-width: 50%;
		margin: 0 0 16px 0;
		width: 100%;
		padding-right: 4px;
		padding-left: 4px;
	}
	
	.root-sections__item {
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
		font-weight: 400;
		font-size: 13px;
		line-height: 1.39;
		color: #ff7537;
		background-color: transparent;
		border: none;
		border-radius: 0;
	}
	
	.root-sections__item:hover,
	.root-sections__item:focus {
		color: #ff7537;
		background-color: transparent;
	}
	
	.root-sections__item--active {
		color: #ff7537;
		background-color: transparent;
	}
	
	.root-sections__icon-wrap {
		width: 100%;
		height: 100px;
		margin-bottom: 8px;
		margin-right: 0;
		background-color: #f8f8f8;
		border: 1px solid rgba(0, 0, 0, 0.05);
		border-radius: 8px;
		transition: background-color 0.2s ease;
	}
	
	.root-sections__item:hover .root-sections__icon-wrap,
	.root-sections__item:focus .root-sections__icon-wrap {
		background-color: #ffffff;
	}
	
	.root-sections__icon-wrap svg {
		width: 54px;
		height: 54px;
	}
	
	.root-sections__name {
		color: #262626;
	}
	
	.section-list__body {
		border-radius: 0;
		box-shadow: unset;
	}
	
	.section-list--root .section-list__body {
		display: none;
	}
	
	.sub-sections-wrap {
		padding: 0;
	}
	
	.sub-sections {
		flex-wrap: nowrap;
  		flex-direction: column;
		margin: 0;
	}
	
	.sub-sections-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.sub-sections-item {
		padding: 24px 0;
		border-bottom: 1px solid #f5f5f5;
	}
	
	.sub-sections-col:first-child .sub-sections-item {
		padding-top: 0;
	}
	
	.sub-sections-col:last-child .sub-sections-item {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.sub-sections-item__img-wrap {
		width: 180px;
		padding-top: 120px;
	}
	
	.sub-sections-item__name {
		font-size: 18px;
	}
}



.sub-elements__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -14px 0 -14px;
}

.sub-elements-item {
	flex: 0 0 50%;
	max-width: 50%;
	width: 100%;
	margin-bottom: 24px;
	padding-left: 14px;
	padding-right: 14px;
}

.sub-elements-item__link {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
 	padding-top: 39.265%;
	text-decoration: none;
	background-image: #9ed2e2;
	border-radius: 8px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: box-shadow 0.2s ease;
}

.sub-elements-item__link:hover,
.sub-elements-item__link:focus {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.sub-elements-item__img {
	position: absolute;
	top: -50%;
	left: -50%;
	right: -50%;
	bottom: -50%;
	width: 100%;
	margin: auto;
	border-radius: 8px;
}

.sub-elements-item__content {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding: 24px 24px 17px 24px;
	border-radius: 8px;
}

.sub-elements-item__name {
	margin: 0 0 8px 0;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.38;
	text-transform: uppercase;
	color: #ffffff;
}

.sub-elements-item__desc {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.39;
	color: #ffffff;
}

.sub-elements-item__btn {
	margin-top: auto;
	padding: 10px 26px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	background-color: #188450;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.sub-elements-item__link:hover .sub-elements-item__btn,
.sub-elements-item__link:focus .sub-elements-item__btn {
	background-color: #1ba060;
}

@media screen and (max-width: 1023px) {
	.sub-elements {
		max-width: 633px;
  	margin: 0 auto 24px auto;
	}
	
	.sub-elements-item {
		flex: 0 0 100%;
	  max-width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.sub-elements {
		margin-bottom: 16px;
	}
	
	.sub-elements-item {
		margin-bottom: 16px;
	}
	
	.sub-elements-item__content {
		padding: 14px 16px;
	}
	
	.sub-elements-item__name {
		font-weight: 700;
		font-size: 17px;
		text-transform: none;
	}
	
	.sub-elements-item__desc {
		max-width: 200px;
		font-weight: 500;
		font-size: 13px;
	}
	
	.sub-elements-item__btn {
		padding: 6px 12.5px;
		font-size: 13px;
		font-weight: 500;
	}
}

@media screen and (max-width: 374px) {
	.sub-elements-item__content {
		padding: 10px 16px;
	}
	
	.sub-elements-item__name {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1;
	}
	
	.sub-elements-item__desc {
		margin-bottom: 5px;
		font-size: 12px;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.smart.filter/main/style.css?171066686423150*/
.catalog-filter__header {
	display: none;
}

.bx_filter .bx_filter_section {
	position: relative;
	padding: 24px 16px;
	border-radius: 2px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box {
	display: flex;
  flex-direction: column;
	margin-bottom: 14px;
}

.bx_filter .bx_filter_parameters_box_title {
	position: relative;
	display: block;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.35;
	color: #262626;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.bx_filter .bx_filter_parameters_box_title:focus {
	outline: none;
}

.bx_filter .bx_filter_parameters_box_title::after {
	position: absolute;
	content: "";
	width: 14px;
	height: 7px;
	top: 50%;
	right: 5px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M14 8a1 1 0 01-.64-.23L8 3.29 2.63 7.61a1 1 0 01-1.593-.496A1 1 0 011.37 6.05l6-4.83a1 1 0 011.27 0l6 5a.999.999 0 01.13 1.41A1 1 0 0114 8z' fill='%23262626'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
  background-position: center;
	transform: translateY(-50%) rotate(180deg);
	transition: transform 0.2s ease;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title::after {
	transform: translateY(-50%) rotate(0);
}

.bx_filter .bx_filter_block {
	display: none;
	padding: 0;
}

.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.active .bx_filter_block {
	display: block;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_block i {
	font-size: 15px;
	font-style: normal;
	color: #596b70;
	display: block;
	padding-bottom: 3px;
}

.bx_filter .bx_filter_parameters_box_container_block-wrap {
	display: flex;
	align-items: center;
}

.bx_filter .bx_filter_parameters_box_container_block {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	height: 34px;
	background-color: #ffffff;
	border: 1px solid #cecece;
	border-radius: 5px;
}

.bx_filter_price_separator {
	display: flex;
	width: 10px;
	height: 2px;
	margin: 0 6px;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 0 0 8px;
	border-radius: 5px;
}

.bx_filter_input_remark {
	margin-right: 4px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #cecece;
}

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
	width: 100%;
	height: 100%;
	padding: 0 8px 0 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.33;
	color: #262626;
	border-radius: 5px;
	border: none;
}

.bx_filter_input_container input:focus {
	outline: none;
}

.bx_filter_input_container input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #ffffff inset;
	-webkit-text-fill-color: #262626; 
}

/*Track*/
.bx_filter .bx_ui_slider_track {
	position: relative;
	height: 5px;
	margin: 21px 0 0 0;
	border-radius: 2.5px;
	background-color: #e7e7e7;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
	position: absolute;
	top: 0;
	bottom: 0;
	border-radius: 3px;
}

.bx_filter .bx_ui_slider_range {
	z-index: 110;
}
.bx_filter .bx_ui_slider_pricebar {
	z-index: 100;
}

.bx_filter .bx_ui_slider_pricebar_VD {
	z-index: 60;
	background-color: #188450;
}

.bx_filter .bx_ui_slider_pricebar_VN {
	z-index: 70;
	background-color: #e7e7e7;
}

.bx_filter .bx_ui_slider_pricebar_V {
	z-index: 80;
	top: 0;
	bottom: 0;
	background-color: #188450;
}

.bx_filter .bx_ui_slider_handle {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #188450;
	transform: translateY(-50%);
}

.bx_filter .bx_ui_slider_handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}

.bx_filter .bx_ui_slider_handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}

.bx_filter .bx_ui_slider_handle.left {
	left: 0;
	margin-left: -7.5px;
}

.bx_filter .bx_ui_slider_handle.right {
	right: 0;
	margin-right: -7.5px;
}

/*Select*/
.bx_filter .bx_filter_select_container{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:35px;
	padding:1px;
	border-radius:3px;
	background:#8ca3ae;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjYTNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNmM4ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ca3ae), color-stop(100%,#b6c8d2));
	background:-webkit-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:   -moz-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:    -ms-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:     -o-linear-gradient(top, #8ca3ae 0%,#b6c8d2 100%);
	background:        linear-gradient(top bottom, #8ca3ae 0%,#b6c8d2 100%);
	box-shadow:0 1px 0 0 rgba(255,255,255,.75);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ca3ae', endColorstr='#b6c8d2',GradientType=0 );
}
.bx_filter .bx_filter_select_block{
	position:relative;
	display:block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:33px;
	margin:0;
	padding:0 33px 0 10px;
	border:none;
	border-radius:2px;
	background:#fff;
	box-shadow:inset 0 3px 6px 0 rgba(215,215,215,.75);
}
.bx_filter .bx_filter_select_text{
	font-size:15px;
	line-height:33px;
	overflow:hidden;
	max-width:100%;
	height:33px;
	cursor:pointer;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
}
.bx_filter .bx_filter_select_text.fix{
	min-width:120px;
}
.bx_filter .bx_filter_select_text label{
	cursor:pointer;
}
.bx_filter .bx_filter_select_arrow{
	position:absolute;
	top:0;
	right:0;
	width:34px;
	height:33px;
	cursor:pointer;
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/
.bx_filter_select_popup{padding:0;}
.bx_filter_select_popup ul{
	margin:0;
	padding:0;
	list-style:none;
}
.bx_filter_select_popup ul li{
	display:block;
	text-align: left;
	vertical-align:middle;
}
.bx_filter_select_popup ul li:first-child{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx_filter_select_popup ul li label{
	font-size:14px;
	line-height:26px;
	display:block;
	text-align: left !important;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:26px;
	padding:0 5px;
	cursor:pointer;
	vertical-align:middle;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	color:#575757;
}
.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li label:hover{
	color:#000;
	background:#f3f8fa;
}
.bx_filter_select_popup ul li label.disabled{
	color:#b8b8b8;
	background:transparent;
}
.bx_filter_select_popup ul li .bx_filter_param_text{
	line-height: 26px !important;
}

/*
* TAGS
*
*/
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags{
	width: 100%;
	clear: both
}
.bx_filter .bx_filter_tag{
	padding:18px;
	border:1px solid #aed5e0;
	border-radius:5px;
	background:rgba(151,214,233,.33);
}
.bx_filter .bx_tag_link{
	font-size:12px;
	text-decoration:none;
	color:#68939e;
	border-bottom:1px solid;
	text-shadow:none;
}
.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover{
	color:#1d3d46;
	border-bottom:none;
}

/*LABEL*/
.bx_filter .bx_filter_param_label {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding: 0;
	cursor: pointer;
}

.bx_filter_input_checkbox-wrap .bx_filter_param_label {
	min-width: 42%;
	margin-right: 16px;
}

.bx_filter .bx_filter_param_label:last-child {
	margin-bottom: 0;
}

.bx_filter .bx_filter_param_label.dib{display: inline-block;}

.bx_filter .bx_filter_param_label.disabled {
	pointer-events: none;
}

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text {
	color: #cecece;
}

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text::before {
	background-color: #f8f8fa;
}

.bx_filter_select_popup .bx_filter_param_label.active {
	background: #f3f8fa;
}
/*Checkbox / Radio*/
.bx_filter_input_checkbox-wrap {
	display: flex;
	flex-wrap: wrap;
}

.bx_filter .bx_filter_input_checkbox {
	position: relative;
	display: flex;
	align-items: center;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
	position: relative;
	display: inline-block;
  padding-left: 24px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #262626;
}

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text::before {
	content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #bfc3ce;
  border-radius: 4px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.bx_filter .bx_filter_param_label:not(.disabled) .bx_filter_input_checkbox input:checked + .bx_filter_param_text::before {
	background-color: #188450;
  border: 1px solid #188450;
}

.bx_filter .bx_filter_param_label:not(.disabled) .bx_filter_input_checkbox input:checked + .bx_filter_param_text::after {
	content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 6px;
  background-image: url(/local/templates/velosalon/img/icon/checkbox-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

/*
* 	BTN
*
*/
.bx_filter .bx_filter_param_btn{
	display:inline-block;
	width:34px;
	height:34px;
	text-align:center;
	text-decoration:none;
	color:#000;
	vertical-align: middle;
	border:1px solid #9dbcc3;
	border-radius:3px;
	background:#fbfdfd;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfdfd), color-stop(100%,#cfe1e7));
	background:-webkit-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:   -moz-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:    -ms-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:     -o-linear-gradient(top, #fbfdfd 0%,#cfe1e7 100%);
	background:        linear-gradient(top bottom, #fbfdfd 0%,#cfe1e7 100%);
	background-clip:padding-box;
	box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 0 0 1px rgba(255,255,255,.22);
	text-shadow:0 1px 0 #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfdfd', endColorstr='#cfe1e7',GradientType=0 );
	-webkit-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	transition:border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx_filter .bx_filter_param_btn:hover{border-color:#b4d5de}
.bx_filter .bx_filter_param_btn:active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn{
	border-color:#b4d5de;
	background:#fcfefe;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUyZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#cfe2e7));
	background:-webkit-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:   -moz-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:    -ms-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:     -o-linear-gradient(top, #fcfefe 0%,#feffff 100%);
	background:        linear-gradient(top bottom, #fcfefe 0%,#cfe2e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefe', endColorstr='#feffff',GradientType=0 );
	box-shadow:0 0 0 3px #2995d7,inset 0 2px 3px rgba(0,0,0,.12);
}
/* --- colors */
.bx_filter .bx_filter_param_btn.bx_color_sl{
	/*width:24px;*/
	/*padding:0 1px;*/
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl{
	background: transparent;
	box-shadow: none
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl{position: relative;}
.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl:before{
	position: absolute;
	bottom:0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	/*width: 19px;*/
	/*height:19px;*/
	display: block;
	z-index:100;
	background: url(/local/templates/velosalon/components/bitrix/catalog.smart.filter/main/images/missing_v2.png) no-repeat center;
	opacity: .7;
}

/*
* BTN P/M
*
*/
.bx_filter .bx_filter_param_btn.bx_spm{
	width:23px;
	min-width:23px;
	height:23px;
	padding:0;
	vertical-align: middle;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_minus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 10px,center;
}
.bx_filter .bx_filter_param_btn.bx_spm.bx_plus{
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),	  -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==),		 linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
	background-repeat:no-repeat,repeat;
	background-position:center 6px,center;
}
.bx_filter .bx_filter_param_btn.bx_spm:active{
	outline:none !important;
	box-shadow:inset 0 2px 3px rgba(0,0,0,.12);
}
.bx_filter span.bx_spm{
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	display:inline-block;
	height:23px;
	margin:0 10px;
	vertical-align:middle;
	color:#000;
}

/*
*	icon
*
*/
.bx_filter_select_popup .bx_filter_select_text_icon,
.bx_filter .bx_filter_select_text_icon{
	line-height:33px;
	position:relative;
	display:inline-block;
	width:24px;
	height:24px;
	margin-top:-2px;
	margin-right:2px;
	vertical-align:middle;
	border-radius:2px;
}
.bx_filter_select_popup .bx_filter_btn_color_icon,
.bx_filter .bx_filter_btn_color_icon{
	line-height:24px;
	position:relative;
	top:5px;
	border-radius: 2px;
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
	-webkit-background-size:cover;
	background-size:cover;
}
.bx_filter_select_popup .bx_filter_btn_color_icon{
	width:20px;
	height:20px;
	margin:2px 0;
	top: 0 !important;
}
.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon{
	top:-1px !important;
}
.bx_filter_btn_color_icon.all {
	position: relative;
	border: none;
	box-shadow: none
}

.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before{
	position: absolute;
	width: 60%;
	height:60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.bx_filter_btn_color_icon.all:after{
	right: 0;
	bottom: 0;
}
.bx_filter_btn_color_icon.all:before{
	top:0;
	left: 0;
}
.bx_filter .bx_filter_param_label.disabled .bx_filter_btn_color_icon{
	opacity: .2;
}

/*
* 	BIZ
*
*/
.bx_filter .bx_filter_parameter_biz{
	font-size:15px;
	display:inline-block;
	margin-right:10px;
	text-decoration:none;
	color:#215968;
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz:hover{
	text-decoration:none;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active{
	position:relative;
	padding-left:20px;
	color:#d54a4a;
	border-bottom:1px solid;
}
.bx_filter .bx_filter_parameter_biz.active:hover{
	border-bottom:1px dashed;
}
.bx_filter .bx_filter_parameter_biz.active:before{
	position:absolute;
	top:4px;
	left:1px;
	display:block;
	width:13px;
	height:13px;
	content:' ';
	background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC') no-repeat center left;
}

/*BTN result and reset*/
.bx_filter_button_box .bx_filter_parameters_box_container {
	display: flex;
}

.bx_filter .bx_filter_search_button,
.bx_filter .bx_filter_search_reset {
	flex-grow: 1;
	height: 40px;
	padding: 8px 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.33;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.35);
  cursor: pointer;
  transition: all 0.2s ease;
}

.bx_filter .bx_filter_search_button {
  margin-right: 16px;
  color: #ffffff;
  background-color: #1c6643;
}

.bx_filter .bx_filter_search_reset {
	color: #ffffff;
  background-color: #cecece;
}

.bx_filter .bx_filter_search_button:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
}

.bx_filter .bx_filter_search_button:active {
	background-color: #188450;
}

.bx_filter .bx_filter_search_reset:active {
	background-color: #b6b5b5;
}

.bx_filter .bx_filter_search_button:focus,
.bx_filter .bx_filter_search_reset:focus {
	outline: none;
}

/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result{
	font-size:13px;
	font-weight:normal;
	line-height:33px;
	position:absolute;
	z-index:930;
	display:none;
	height:33px;
	margin-top:-7px;
	margin-left:10px;
	padding:0 10px;
	white-space:nowrap;
	color:#3f3f3f;
	border-top:1px solid #c0d6dc;
	border-right:1px solid #c0d7dd;
	border-bottom:1px solid #c0d6dc;
	border-left:1px solid #c0d7dd;
	border-radius:3px;
	background:#fff;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.1);
}
.bx_filter .bx_filter_popup_result .arrow{
	position:absolute;
	top:50%;
	width:8px;
	height:14px;
	margin-top:-7px;
	background:url(/local/templates/velosalon/components/bitrix/catalog.smart.filter/main/images/arr_left.png) no-repeat center;
}
.bx_filter.bx_horizontal .bx_filter_popup_result{
	position: static !important;
	display: inline-block
}
.bx_filter.bx_horizontal .bx_filter_popup_result .arrow{
	display: none;
}
.bx_filter .bx_filter_popup_result.right{left:102%;}
.bx_filter .bx_filter_popup_result.left{right:102%;}
.bx_filter .bx_filter_popup_result.right .arrow{left: -8px;background:url(/local/templates/velosalon/components/bitrix/catalog.smart.filter/main/images/arr_left.png)  no-repeat center;}
.bx_filter .bx_filter_popup_result.left  .arrow{right:-8px;background:url(/local/templates/velosalon/components/bitrix/catalog.smart.filter/main/images/arr_right.png) no-repeat center;}
.bx_filter .bx_filter_popup_result a{color:#0073a3;}
.bx_filter .bx_filter_popup_result a:hover{text-decoration:none;}
.bx_filter .bx_filter_popup_result_close{display:none;}

@media (max-width:530px){
	.bx-touch .bx_filter .bx_filter_popup_result{
		font-size:12px;
		line-height:14px;
		position:fixed !important;
		z-index:1001;
		top:auto !important;
		right:0 !important;
		bottom:0 !important;
		left:0 !important;
		margin-top: 0;
		margin-left:0;
		width:auto;
		height:auto;
		padding:10px;
		border-radius:0;
		box-shadow:0 -2px 5px 0 rgba(0,0,0,.1);
	}
	.bx_filter .bx_filter_popup_result .arrow{
		display: none;
	}
	.bx-touch .bx_filter .bx_filter_popup_result_close{
		position:absolute;
		top:50%;
		right:10px;
		display:block;
		width:22px;
		height:22px;
		margin-top:-11px;
		background:url(/local/templates/velosalon/components/bitrix/catalog.smart.filter/main/images/x.png) no-repeat center;
		background-size:16px;
	}
}



@media screen and (max-width: 1023px) {
	.catalog-filter__header {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	  padding: 16px 15px;
	  border-bottom: 1px solid #f5f5f5;
	}
	
	.catalog-filter__header-btn {
		display: flex;
		justify-content: center;
	  align-items: center;
	  width: 40px;
	  height: 40px;
	  margin: 0 16px 0 0;
	  padding: 0;
	  color: #939393;
	  background-color: #ffffff;
	  border: 1px solid #eeeeee;
	  border-radius: 4px;
	  transition: all 0.2s ease;
	}
	
	.catalog-filter__header-btn:hover,
	.catalog-filter__header-btn:focus {
		color: #000000;
	}
	
	.catalog-filter__header-btn:focus {
		outline: none;
	}
	
	.catalog-filter__header-btn svg {
		margin-right: 2px;
	}
	
	.catalog-filter__header-btn path {
		fill: currentColor;
	}
	
	.catalog-filter__header-title {
		margin: 0;
	  font-weight: bold;
	  font-size: 17px;
	  line-height: 1.35;
	  color: #262626;
	}
	
	.bx_filter .bx_filter_section {
		box-shadow: unset;
		border-radius: 0;
	}
	
	.bx_filter .bx_ui_slider_track {
		margin: 21px 24px 0 24px;
	}
}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.section.list/line/style.css?17106668641207*/
.sections-inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px 8px -8px;
	padding: 0;
	list-style: none;
}

.sections-inner__item-wrap {
	margin-bottom: 16px;
	padding: 0 8px;
}

.sections-inner__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 6px 20px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	text-align: center;
	color: #262626;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 30px;
	transition: all 0.2s ease;
}

.sections-inner__item-wrap--current .sections-inner__item {
	font-weight: 700;
	color: #ffffff;
	background-color: #188450;
	border-color: #188450;
}

.sections-inner__item:hover,
.sections-inner__item:focus {
	color: #ffffff;
	background-color: #188450;
	border-color: #188450;
}

@media screen and (max-width: 767px) {
	.sections-inner {
		flex-wrap: nowrap;
		margin: 0 0 10px 0;
		padding: 0 0 14px 0;
		overflow-x: auto;
	}
	
	.sections-inner__item-wrap {
		order: 1;
		flex-shrink: 0;
		margin: 0;
	  padding: 0 8px 0 0;
	}
	
	.sections-inner__item-wrap--current {
		order: 0;
		padding-left: 15px;
	}
}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.compare.list/catalog/style.css?17106668641265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/velosalon/components/bitrix/system.pagenavigation/catalog/style.css?17106668641862*/
.page-nav {
	display: flex;
}

.page-nav__prev,
.page-nav__next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	text-decoration: none;
	background-color: #f8f8f8;
	border-radius: 50%;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.page-nav__prev {
	margin-right: 16px;
}

.page-nav__next {
	margin-left: 16px;
}

.page-nav__prev:hover,
.page-nav__next:hover,
.page-nav__prev:focus,
.page-nav__next:focus {
	color: #ffffff;
	background-color: #188450;
}

.page-nav__prev:active,
.page-nav__next:active {
	background-color: #1c6643;
}

.page-nav__prev path,
.page-nav__next path {
	fill: currentColor;
}

.page-nav__prev svg {
	margin-right: 2px;
}

.page-nav__next svg {
	margin-left: 2px;
}

.page-nav__numbers {
	display: flex;
	align-items: center;
	padding: 6px 24px;
	border-radius: 20px;
	background-color: #f8f8f8;
}

.page-nav__item {
	min-width: 27px;
	margin-right: 16px;
	padding: 3px 8px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	text-decoration: none;
	text-align: center;
	background-color: transparent;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.page-nav__current,
.page-nav__item:hover,
.page-nav__item:focus {
	color: #ffffff;
	background-color: #188450;
}

.page-nav__item:last-child {
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	.page-nav__prev,
	.page-nav__next {
		width: 32px;
  	height: 32px;
	}
	
	.page-nav__prev {
		margin-right: 8px;
	}
	
	.page-nav__next {
		margin-left: 8px;
	}
	
	.page-nav__numbers {
		padding: 0;
		background-color: transparent;
		border-radius: 0;
	}
	
	.page-nav__item {
		min-width: 22px;
		margin-right: 8px;
  	padding: 3px 4px;
	}
}





/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.section/.default/style.css?17106668642629*/
.products-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}

.products-list__item-wrap {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
	width: 100%;
	margin-bottom: 16px;
	padding-right: 12px;
	padding-left: 12px;
}

.catalog-section__show-more {
	display: block;
	width: 100%;
	margin: 8px 0 24px 0;
	padding: 16px;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	background-color: #f8f8f8;
	border: none;
	border-radius: 4px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.catalog-section__show-more:hover,
.catalog-section__show-more:focus {
	color: #ffffff;
	background-color: #188450;
}

.catalog-section__show-more:focus {
	outline: none;
}

.catalog-section__show-more:focus-visible {
	outline: auto;
}

.catalog-section__show-more:active {
	color: #ffffff;
	background-color: #1c6643;
}

.catalog-section__page-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}

.banner-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner-item__background {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
	object-position: center;
}

.banner-item__background_desktop {
	display: block;
}

.banner-item__background_mobile {
	display: none;
}

.banner-item__button {
	position: absolute;
	bottom: 64px;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;

	padding: 12px 20px;
	border-radius: 8px;

	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}

.banner-item__button:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.1);
	opacity: 0;
	transition: all .3s;
	border-radius: 8px;
}

.banner-item__button:hover:after {
	opacity: 1;
}

@media screen and (max-width: 1199px) {
	.products-list__item-wrap {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.products-list {
  	margin: 0 0 40px 0;
	}
	
	.products-list__item-wrap {
		margin: 0;
		padding: 0;
	}
	
	.catalog-section__show-more {
		width: 91%;
		margin: 8px auto 24px auto;
	}
	
	.catalog-section__page-nav {
		width: 91%;
		margin: 0 auto;
	}

	.banner-item__background {
		border-radius: 0;
	}

	.banner-item__background_desktop {
		display: none;
	}

	.banner-item__background_mobile {
		display: block;
	}

	.banner-item__button {
		bottom: 16px;
		font-size: 12px;
		padding: 10px 16px;
	}
}



/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.item/.default/style.css?17106668646578*/
.product-item-container {
	position: relative;
	height: 100%;
}

.product-item {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 24px;
	background-color: #ffffff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.product-item__favorite {
	z-index: 15;
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 8px;
	border: none;
	background-color: transparent;
}

.product-item__favorite svg {
	transform: scale(1);
	transition: transform 0.2s ease;
}

.product-item__favorite path {
	fill: transparent;
	stroke: #262626;
	transition: fill 0.2s ease;
}

.product-item__favorite:hover path,
.product-item__favorite.active path {
	fill: #262626;
}

.product-item__favorite:focus {
	outline: none;
}

.product-item__favorite:focus-visible {
	outline: auto;
}

.product-item__favorite:active svg {
	transform: scale(0.9);
}

.product-item__img-wrap {
	position: relative;
	display: block;
	margin-bottom: 25px;
	padding-top: 51.41%;
	width: 100%;
}

.product-item__img-wrap:focus {
	outline: none;
}

.product-item__img-original {
	z-index: 11;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 0.2s ease;
}

.product-item-image-wrapper:hover .product-item__img-original,
.product-item-image-wrapper:focus .product-item__img-original {
	opacity: 0.8;
}

.product-item__label-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-item__label-discount {
	display: flex;
	justify-content: center;
	margin-bottom: 4px;
	padding: 4px 8px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.39;
	color: #ffffff;
	text-decoration: none;
	background-color: #d93f4e;
	border-radius: 3px;
	transition: background-color 0.2s ease;
}

.product-item__label-discount--green {
	background-color: #1c6643;
}

a.product-item__label-discount:hover,
a.product-item__label-discount:focus {
	color: #ffffff;
	background-color: #188450;
}

.product-item__title {
	margin-bottom: 4px;
}

.product-item__title--margin {
	margin-bottom: 24px;
}

.product-item__title-link {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626;
	text-decoration: none;
	transition: color 0.2s ease;
}

.product-item__title-link:hover,
.product-item__title-link:focus {
	color: #ff7537;
}

.product-item__properties {
	display: flex;
	flex-direction: column;
	margin-bottom: 24px;
}

.product-item__properties-item {
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.33;
	color: #525252;
}

.product-item__properties-item:last-child {
	margin-bottom: 0;
}

.product-item__buy-info {
	margin-top: auto;
	color: #d93f4e;
	font-size: 13px;
	font-weight: 700;
}

.product-item__footer {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: auto;
}

.product-item__footer--no-top {
	margin-top: 8px;
}

.product-item__price {
	margin-right: auto;
}

.product-item__price--hidden {
	display: none;
}

.product-item__price--discount {
	display: flex;
	flex-direction: column;
}

.product-item__price-current {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #262626
}

.product-item__price-old {
	position: relative;
	display: none;
	margin-left: 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.33;
	text-decoration: line-through;
	color: #9d9d9d;
}

.product-item__price--discount .product-item__price-current {
	color: #d93f4e;
}

.product-item__price--discount .product-item__price-old {
	display: inline;
}

.product-item__empty-price {
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
	color: #262626;
}

.product-item__buy-btn-wrap {
	margin-left: 8px;
}

.product-item__buy-btn {
	display: block;
	padding: 10px 22px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.33;
	color: #ffffff;
	text-decoration: none;
	background-color: #ff7537;
	border-radius: 4px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	transition: all 0.2s ease;
}

.product-item__buy-btn:hover,
.product-item__buy-btn:focus {
	color: #ffffff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

.product-item__buy-btn:active {
	background-color: #ff984a;
}

.product-item__compare {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 39px;
	height: 39px;
	margin-left: 8px;
	background-color: #f3f3f3;
	border-radius: 4px;
	opacity: 0.5;
	transition: opacity 0.2s ease;
	cursor: pointer;
}

.product-item__compare:hover,
.product-item__compare:focus,
.product-item__compare.active-compare {
	opacity: 1;
}

.product-item__compare-icon-wrap path {
	fill: #262626;
	transition: fill 0.2s ease;
}

.product-item__compare.active-compare .product-item__compare-icon-wrap path {
	fill: #ff7537;
}

@media screen and (max-width: 1299px) {
	.product-item__buy-btn {
		padding: 10px 16px;
	}
}

@media screen and (max-width: 767px) {
	.product-item {
		box-shadow: unset;
		border-radius: 0;
		border: 1px solid #dcdcdc;
		border-top: none;
	}

	.products-list__item-wrap:nth-child(1) .product-item,
	.products-list__item-wrap:nth-child(2) .product-item {
		border-top: 1px solid #dcdcdc;
	}

	.products-list__item-wrap:nth-child(odd) .product-item {
		padding: 16px 8px 16px 15px;
		border-left: none;
	}

	.products-list__item-wrap:nth-child(even) .product-item {
		padding: 16px 15px 16px 8px;
		border-right: none;
		border-left: none;
	}

	.product-item__favorite {
		top: 4px;
		right: 0;
		opacity: 0.5;
	}

	.product-item__img-wrap {
		margin-bottom: 8px;
	}

	.product-item__title {
		margin-bottom: 16px;
	}

	.product-item__title-link {
		font-weight: 500;
		font-size: 13px;
	}

	.product-item__properties {
		display: none;
	}

	.product-item__buy-info {
		font-size: 11px;
	}

	.product-item__footer {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.product-item__price {
		width: 100%;
		margin-bottom: 8px;
		margin-right: 0;
	}

	.product-item__price-current {
		font-size: 15px;
	}

	.product-item__price-old {
		font-size: 13px;
	}

	.product-item__buy-btn-wrap {
		flex-grow: 1;
		margin-left: 0;
	}

	.product-item__buy-btn {
		text-align: center;
		padding: 10px 12px;
	}

	.product-item__label-wrap {
		max-width: calc(100% - 32px);
	}

	.product-item__label-discount {
		padding: 3px 4px;
		font-size: 10px;
		line-height: 1;
	}
}
@media screen and (max-width: 425px) {
	.product-item__label-discount {
		font-size: 2.174vw;
	}
}





/* End */


/* Start:/local/templates/velosalon/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1710666864706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/velosalon/components/bitrix/catalog/main/style.css?17743620746193 */
/* /local/components/rasa/catalog.section.list/templates/main_switch_list/style.css?17106668647563 */
/* /local/templates/velosalon/components/bitrix/catalog.smart.filter/main/style.css?171066686423150 */
/* /local/templates/velosalon/components/bitrix/catalog.section.list/line/style.css?17106668641207 */
/* /local/templates/velosalon/components/bitrix/catalog.compare.list/catalog/style.css?17106668641265 */
/* /local/templates/velosalon/components/bitrix/system.pagenavigation/catalog/style.css?17106668641862 */
/* /local/templates/velosalon/components/bitrix/catalog.section/.default/style.css?17106668642629 */
/* /local/templates/velosalon/components/bitrix/catalog.item/.default/style.css?17106668646578 */
/* /local/templates/velosalon/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1710666864706 */
