:root{
	--panel-admin-height: 0;
}

.r-text{
	max-width: 1024px;
	margin-left:auto;
	margin-right:auto;
}

.grecaptcha-badge{
	display: none !important;
}
/*.is-loading .fancybox__content{
	opacity: 1 !important;
}*/
body #bx-panel.bx-panel-fixed{
	z-index: 999999 !important;
}
.item.is-disabled .item__counter{
	display: none !important;
}
.r-flex-just-between{
	display: flex;
	justify-content: space-between;
}


.cp-error-pay{
	color:red;
	text-align: center;
	padding:20px;
}
.cp-success-pay{
	padding:20px;
	text-align: center;
	color:green;
}
.catalog__item div.bx-component-debug{
	position: absolute;
}
.r-has-panel .info-tooltip{
	top:var(--panel-admin-height);
}
.r-has-panel .header,
.r-has-panel .mob-header,
.r-has-panel .mob-menu,
.r-has-panel .checkout-header{
	top:var(--panel-admin-height);
}
.r-export-page{

}
.r-export-page .hide-export{
	display: none !important;
}
.r-popup-error{
	width: 420px;
}
.r-popup-error .popup-block__content{
	color:red;
}
.info-tooltip[data-direction="bottom"]{
	top:100% !important;
}
.info-tooltip.click{
	cursor: pointer;
}
.js-error-place{
	color: var(--red-main-color) !important;
	font-size: 12px;
}
.distributors-popup .r-popup-content{
	height: 100%;
}