

/* Start:/local/components/forwww/fast.search/templates/.default/style.css?1740361232514*/
.qs-generation {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	white-space: nowrap;
	margin-bottom: 1em;
	transition: .3s cubic-bezier(.25, .46, .45, .94);
	padding-bottom: 5px;
}

.qs-generation::-webkit-scrollbar {
	display: none
}

.qs-link {
	font-size: 14px;
	border-radius: 4px;
	text-decoration: none;
	margin: 0 1em;
	touch-action: manipulation;
	transition: inherit;
	color: #828282;
}

.qs-link:hover {
	color: #424242;
}

.qs-link:first-child {
	margin-left: 0;
}
/* End */


/* Start:/local/templates/magnet/components/bitrix/catalog.item/main/style.css?16456668581567*/
.q_custom{
	font-size: 12px;
	margin-right: 10px;
	/* margin-top: -2px; */
}

.q_custom span{
	display: inline-block;
	background: #f5f5f5;
	height: 14px;
	padding: 2px 2px 0;
	vertical-align: middle;
	border-radius: 20px;
	margin-left: 3px;
	border: 1px solid #e4e4e4;
}

.static .store-wrap {
	padding-left: 13px;
	line-height: 16px;
}

.q_custom span.q_qustom_mes{
	display: inline-block;
	background: none;
	height: auto;
	padding: 0;
	vertical-align: middle;
	border-radius: 0;
	margin-left: 3px;
	border: 0 ;
}

.q_custom span div{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #b6b6b6;
	border-radius: 50%;
	vertical-align: top;
}

.q_custom span.red div:nth-child(-n+1){
	background: #ef1102;
}

.q_custom span.orange div:nth-child(-n+2){
	background: #f09100;
}

.q_custom span.yellow div:nth-child(-n+3){
	background: #f6d402;
}

.q_custom span.green div{
	background: #8eb828;
}

.order-btn {
	margin-left: 7px !important;
}

@media(max-width: 480px) {
	.q_custom {
		margin-right: 0 !important;
	}
	.static .store-wrap {
		padding-left: 0 !important;
	}
	body .products .swiper-container .swiper-slide {
		width: calc(50% - 5px) !important;
	}
	body .products .swiper-container .swiper-slide:nth-child(odd) {
		margin-right:9px !important;
	}
	.product-card .hover-content {
		margin: 0 !important;
	}
	.products .swiper-container .product-card {
		border-radius: 8px !important;
	}

	.product-card.ready:hover {
		border-radius: 8px !important;
	}
}

@media(max-width: 340px) {
	.bxm-quantity-wrap {
		font-size: 10px !important;
	}
}
/* End */


/* Start:/local/components/forwww/faq.block/templates/.default/style.css?1740361232887*/
.faq-block {
	margin: 20px 0 50px 0;
}

.faq-item {
	margin-bottom: 10px;
}

/* .faq-question::before {
	content: '\0047';
	font-family: 'Icon Custom';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transition: transform 0.3s ease;
}

.faq-question.open::before {
	transform: translateY(-50%) rotate(90deg);
} */


.faq-question {
	cursor: pointer;
	padding: 15px;
	background: #fff;
	position: relative;
	font-weight: 400;
	font-size: 15px;
}

.faq-answer {
	padding: 15px;
	font-size: 14px;
	background: #fff;
	border-top: 1px solid #eee;
	/* display: none; */
}

@media (max-width: 767px) {
	.faq-block {
		margin-bottom: 20px;
	}
	.faq-question {
		padding-right: 40px;
	}
	.faq-question::before {
		right: 10px;
	}
}

@media (max-width: 480px) {
	.faq-block {
		margin-top: 0;
	}
}
/* End */


/* Start:/local/components/forwww/footer.menu/templates/.default/style.css?17543855623533*/
.product_bottom_links {
	/* margin: 2rem 0 3rem; */
	margin-top: 30px;
}

.nav {
	display: flex;
	/* flex-wrap: wrap; */
	padding-left: 0;
	list-style: none;
}

.nav-tabs-container .nav-item::before {
	display: none;
}

.nav-tabs-container .nav-item:first-child {
	padding-left: 0;
}

.tab-link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	padding: 0 5px;
	text-align: center;
	background-color: inherit;
	border: 0;
	margin-bottom: -1px;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	display: block;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	color: #6B7280;
	border-bottom: 2px solid #D0D5DD;
	cursor: pointer;
}

.tab-link:hover {
	color: #000;
}

.tab-link.active {
	color: #15171A;
	border-bottom: 3px solid #8cba25;
	font-weight: 700;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.tab-pane {
	padding: 10px 10px 15px 15px;
	background-color: #fff;
}

.fade-transition {
	transition: opacity .15s linear;
}

.tab-content > .active .tab-pane-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.tab-pane-link {
	color: #000;
	text-decoration: none;
	padding: 5px 12px;
	text-align: left;
	font-size: .875rem;
	border-radius: .2rem;
	font-weight: 400;
	line-height: 1.25;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	display: inline-block;
}

.tab-pane-link:hover {
	color: #000;
	opacity: .8;
	text-decoration: underline;
}

.flex-column-container {
	flex-direction: column;
	margin-right: 1rem;
	gap: 5px;
}

.pill-link {
	border-bottom: 2px solid #D0D5DD !important;
	text-align: left;
	line-height: 1.25;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	padding: 7px 5px;
	font-size: .875rem;
	border-radius: 0;
	cursor: pointer;
}

.pill-link.active {
	border-bottom: 3px solid #8cba25 !important;
	font-weight: 700;
	border-radius: 0;
}

.w-100 {
	width: 100%;
}

body .tab-pane-wrapper.two-cols.tab-pane-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tab-pane-wrapper.two-cols .tab-pane-link {
	flex: 0 0 calc(50% - 5px); 
	box-sizing: border-box;
}

@media (min-width: 765px) {
	.nav-tabs-container .nav-item {
		padding-left: 23px;
	}
}

@media (max-width: 767px) {
	.nav-tabs-container .nav-item {
		width: 100%;
		padding-left: inherit;
	}
	.tab-pane-link {
		flex: 0 0 40%;
	}
	.tab-content > .active .tab-pane-wrapper {
		gap: 0px;
	}
	#pills-tab {
		display: block;
	}
	.tab-link {
		width: 100%;
		text-align: left;
	}
	.nav-item {
		margin: 10px 0 !important;
	}
	.nav-item:last-child {
		margin-bottom: 0 !important;
	}
	.tab-pane-wrapper.two-cols .tab-pane-link {
		flex: 0 0 100%;
	}
	.nav-tabs-container {
		display: block;
	}
}

@media (min-width: 768px) {
	.tab-pane-link {
		flex: 0 0 calc((100% - 150px) / 3);
	}
}

@media (min-width: 1246px) {
	.tab-pane-link {
		flex: 0 0 calc((100% - 150px) / 10);
	}
	.pill-link {
		width: 140px;
	}
}

/* End */
/* /local/components/forwww/fast.search/templates/.default/style.css?1740361232514 */
/* /local/templates/magnet/components/bitrix/catalog.item/main/style.css?16456668581567 */
/* /local/components/forwww/faq.block/templates/.default/style.css?1740361232887 */
/* /local/components/forwww/footer.menu/templates/.default/style.css?17543855623533 */
