

/* Start:/local/templates/ffabrique/components/bitrix/catalog/catalog/style.min.css?1774442752959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/local/templates/ffabrique/components/bitrix/breadcrumb/ffabriq_with_container/style.min.css?1774442752467*/
.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 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:0}
/* End */


/* Start:/local/templates/ffabrique/components/bitrix/catalog.element/main/style.css?17869722674905*/
.product-info__size.notallowed,
.sku_button.notallowed
{
	pointer-events: none;
	cursor: default;
}

.product-info .product-info__size{
    width:max-content;
    overflow: visible;
}
.sku_button{
    cursor: pointer;
}
.ya-share2__link.ya-share2__link_more{
    opacity: 0;
    visibility: hidden;
}
.ya-share2{
    position: absolute;
}

.text-block.prewrap {
     white-space: pre-wrap;
}

.product-info__offline-note {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	background-color: #f0f0f0;
	padding: 5px 10px;
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.product-info__offline-note-btn {
	appearance: none;
	margin: 0;
	padding: 4px 10px;
	border: 1px solid #121212;
	background: #fff;
	font: inherit;
	font-size: 12px;
	line-height: 1.2;
	color: #121212;
	cursor: pointer;
	transition: opacity .2s linear;
}

.product-info__offline-note-btn:hover {
	opacity: 0.7;
}

.product-info__sizes-flex {
	overflow: visible;
}

.product-info__size {
	position: relative;
	overflow: visible;
}

.product-info__size-label {
	position: relative;
	display: inline-block;
	padding: 0 4px;
	/* padding-right: 9px; */
}

.product-info__size-info {
	display: none;
	position: absolute;
	top: -5px;
	right: -9px;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	border: 1px solid #b0b0b0;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 8px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #8a8a8a;
	cursor: pointer;
	background: #fff;
	text-transform: none;
}

.product-info__size._offline-only .product-info__size-info {
	display: inline-flex;
}

.product-info__size-hint {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	z-index: 6;
	transform: translateX(-50%);
	padding: 7px 10px;
	background: #f3f3f3;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #121212;
	white-space: nowrap;
	text-transform: none;
	transition: opacity .15s ease;
}

.product-info__size-hint::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-bottom-color: #f3f3f3;
}

.product-info__size._offline-only:hover .product-info__size-hint,
.product-info__size._offline-only:focus-within .product-info__size-hint {
	visibility: visible;
	opacity: 1;
}

.product-info__size._offline-only {
	pointer-events: auto;
	cursor: pointer;
}

.product-info__stores {
	max-width: 600px;
}

.product-info__store {
	margin-top: 22px;
}

.product-info__store:first-child {
	margin-top: 0;
}

.product-info__store-city {
	font-size: 14px;
	line-height: 1.4;
	color: #999;
}

.product-info__store-address {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	color: #999;
	text-decoration: underline;
	text-underline-offset: 2px;
}

a.product-info__store-address:hover {
	opacity: 0.7;
}

.product-info__store-sizes {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 10px 18px;
	margin-top: 8px;
}

.product-info__store-size {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #121212;
}

.product-info__store-size-label {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}

.product-info__store-size-info {
	position: absolute;
	top: -4px;
	right: -2px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 12px;
	height: 12px;
	border: 1px solid #b0b0b0;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 8px;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #8a8a8a;
	cursor: default;
	background: #fff;
}

.product-info__store-size-hint {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	z-index: 5;
	transform: translateX(-50%);
	padding: 7px 10px;
	background: #f3f3f3;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	color: #121212;
	white-space: nowrap;
	transition: opacity .15s ease;
}

.product-info__store-size-hint::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
	border: 6px solid transparent;
	border-bottom-color: #f3f3f3;
}

.product-info__store-size._last:hover .product-info__store-size-hint,
.product-info__store-size._last:focus-within .product-info__store-size-hint {
	visibility: visible;
	opacity: 1;
}

.product-info__stores-help {
	margin-top: 28px;
	font-size: 14px;
	line-height: 1.4;
	color: #999;
}

.product-info__stores-help a {
	color: #999;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.product-info__stores-help a:hover {
	opacity: 0.7;
}

.product-info__accord-item[data-entity="offline-stores-accord"] .product-info__data {
	overflow: visible;
}

/* End */


/* Start:/bitrix/components/yandex/yandexpay.badge/templates/.default/yandex_pay_badge.css?1772693973187*/
#yandex-pay-badge-split:empty{
    display: none;
}

#yandex-pay-badge-ultimate:empty{
    display: none;
}

#yandex-pay-badge-split + #yandex-pay-badge-ultimate {
    margin-top: 1rem;
}
/* End */


/* Start:/local/templates/ffabrique/components/bitrix/catalog.section/slider/style.min.css?17744427523212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */
/* /local/templates/ffabrique/components/bitrix/catalog/catalog/style.min.css?1774442752959 */
/* /local/templates/ffabrique/components/bitrix/breadcrumb/ffabriq_with_container/style.min.css?1774442752467 */
/* /local/templates/ffabrique/components/bitrix/catalog.element/main/style.css?17869722674905 */
/* /bitrix/components/yandex/yandexpay.badge/templates/.default/yandex_pay_badge.css?1772693973187 */
/* /local/templates/ffabrique/components/bitrix/catalog.section/slider/style.min.css?17744427523212 */
