

/* Start:/local/templates/velosalon/components/bitrix/catalog/main/style.css?17106668644827*/
.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;
	}
}

@media screen and (max-width: 767px) {
	.catalog {
		margin-bottom: 24px;
	}

	.catalog__list {
		flex-shrink: 0;
		width: 100vw;
  	margin-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/catalog.search/.default/style.css?1710666864163*/
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */
/* /local/templates/velosalon/components/bitrix/catalog/main/style.css?17106668644827 */
/* /local/templates/velosalon/components/bitrix/catalog.compare.list/catalog/style.css?17106668641265 */
/* /local/templates/velosalon/components/bitrix/catalog.search/.default/style.css?1710666864163 */
