

/* 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 */
/* /local/templates/velosalon/components/bitrix/catalog/main/style.css?17743620746193 */
/* /local/components/rasa/catalog.section.list/templates/main_switch_list/style.css?17106668647563 */
