BODY, HTML
{
	overflow-x: hidden;
}
BODY
{
	overflow: hidden;
}
#kt-contact-target
{
	position: fixed;
	right: -108px;
	top: 50%;
	background: #1A1A1A;
	color: white;
	padding: 15px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	font-size: 16px;
	/*+box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);*/
	-moz-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);
	-webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);
	box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);
	border: 1px solid #383434;
	cursor: pointer;
	/*+transition: right 0.25s ease 0s;*/
	-webkit-transition: right 0.25s ease 0s;
	-moz-transition: right 0.25s ease 0s;
	-o-transition: right 0.25s ease 0s;
	transition: right 0.25s ease 0s;
	z-index: 2;
}
#kt-contact-target I
{
	margin-right: 10px;
	/*+box-shadow: 0 0;*/
	-moz-box-shadow: 0 0;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
}
#kt-contact-target.active
{
	display: none;
}
#kt-contact-target:hover
{
	right: 0;
}
.kt-popup
{
	position: fixed;
	bottom: -100%;
	right: 5px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	/*min-width: 300px;*/
	/*+box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);*/
	-moz-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);
	-webkit-box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);
	box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.256);
	overflow: hidden;
	z-index: 100;
	background: white;
	border: 1px solid #606060;
	/*+transition: bottom 0.25s ease 0s;*/
	-webkit-transition: bottom 0.25s ease 0s;
	-moz-transition: bottom 0.25s ease 0s;
	-o-transition: bottom 0.25s ease 0s;
	transition: bottom 0.25s ease 0s;
}
.kt-popup.active
{
	bottom: 5px;
}
.kt-popup .kt-header
{
	background: #1A1A1A;
	position: relative;
	text-align: center;
	height: 50px;
	line-height: 50px;
	/*+border-radius: 5px 5px 0 0;*/
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
}
.kt-popup .wpcf7-response-output
{
	margin: 0 15px 15px !important;
	display: none !important;
}
.kt-popup .kt-header .kt-close
{
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	cursor: pointer;
}
.kt-popup .kt-body
{
	min-height: 300px;
	background: white;
	padding: 15px;
	margin-bottom: 0;
	/*max-height: calc(100vh - 10px);*/
	max-height: 400px;
	overflow-y: auto;
}
.kt-popup .kt-field
{
	margin-bottom: 15px;
	/*min-height: 78px;*/
}
.kt-popup .kt-field LABEL
{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.kt-popup .kt-field BR
{
	display: none;
}
.kt-popup DIV.wpcf7 .ajax-loader
{
	position: absolute;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.752) !important;
	left: -4px;
	background-repeat: no-repeat;
	background-position: center;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	width: auto;
	height: auto;
}
.kt-popup .kt-footer
{
	text-align: right;
	padding: 15px;
	border-top: 1px solid #DDDDDD;
	/*+box-shadow: 0px -3px 5px #EBEBEB;*/
	-moz-box-shadow: 0px -3px 5px #EBEBEB;
	-webkit-box-shadow: 0px -3px 5px #EBEBEB;
	box-shadow: 0px -3px 5px #EBEBEB;
	/*position: relative;*/
}
.kt-popup .kt-footer .wpcf7-submit
{
	width: 100%;
}
.kt-popup .kt-field .wpcf7-not-valid-tip
{
	font-size: 12px;
	margin-top: 5px;
}
#site-menu
{
	right: -101%;
	/*+transition: right 0.25s ease 0s;*/
	-webkit-transition: right 0.25s ease 0s;
	-moz-transition: right 0.25s ease 0s;
	-o-transition: right 0.25s ease 0s;
	transition: right 0.25s ease 0s;
	top: 0;
	z-index: 99;
	background:var( --e-global-color-accent );
	border-left:1px solid var( --e-global-color-accent );
	/*+box-shadow: -1px 0px 5px rgba(95, 14, 14, 0.880);*/
	-moz-box-shadow: -1px 0px 5px rgba(95, 14, 14, 0.880);
	-webkit-box-shadow: -1px 0px 5px rgba(95, 14, 14, 0.880);
	box-shadow: -1px 0px 5px rgba(95, 14, 14, 0.880);
}
#site-menu LI
{
	/*padding-right: 30px;*/
}
#site-menu LI A:hover
{
	color: #FFFFFF;
}
#site-menu LI:hover
{
	background:var( --e-global-color-text );
}
#site-menu .kt-close A:before
{
	content: "x";
	display: inline-block !important;
	vertical-align: middle !important;
	color: white !important;
	position: static !important;
	opacity: 1;
	margin-right: 5px;
	background: transparent !important;
}
#site-menu.active
{
	right: 0;
}
#site-menu .site-menu-header
{
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 30px 15px 0;
}
.kt-close-btn
{
	position: absolute;
	top: 0px;
	left: -1px;
	background: #000000;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-bottom-right-radius: 9px;
	cursor: pointer;
}
.bc-vip
{
	position: relative;
}
.bc-vip:after
{
	content: "\f005";
	position: absolute;
	right: 20px;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	z-index: 1;
	color: white;
}
#site-menu .bc-vip:after
{
	display: none;
}
.popup-bc-vip .wpcf7-response-output
{
	text-align: center;
	color: white;
	margin-top: 0 !important;
}
.popup-bc-vip .ajax-loader
{
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 0;
	top: 0;
	background-color: rgba(205, 14, 45, 0.709) !important;
	background-image: url(./assets/images/loading.gif) !important;
	background-size: 30px;
	display: block !important;
	width: auto !important;
	height: auto !important;
	background-repeat: no-repeat;
	background-position: center;
}
.popup-bc-vip .ajax-loader:nth-child(3)
{
	display: none !important;
}
.grecaptcha-badge
{
	display: none !important;
}
.kt-map-w
{
	display: flex;
}
.kt-map-w .kt-right
{
	flex: 1;
	display: flex;
}
.kt-map-w .kt-left
{
	min-width: 300px;
	background:var( --e-global-color-accent );
}
.kt-map-w .kt-map-list
{
	height: 550px;
	color: white;
	font-weight: 300;
}
.kt-map-w .kt-map-list .kt-item
{
	padding: 30px 15px;
	cursor: pointer;
}
.kt-map-w .kt-map-list .kt-item:hover
{
	background: rgba(0, 0, 0, 0.068);
}
.kt-map-w .kt-item .kt-title
{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 20px;
}
.kt-map-w .kt-item .kt-title I
{
	margin-right: 5px;
	font-size: 16px;
}
.kt-map-w .kt-item .kt-address
{
	font-size: 14px;
}
.kt-map-w .kt-body
{
	padding-left: 15px;
}
.kt-map-w .kt-phone
{
	font-size: 14px;
	margin-top: 10px;
}
.kt-map-w .kt-buttons
{
	margin-top: 15px;
}
.kt-map-w .kt-buttons A
{
	display: inline-block;
	background:var( --e-global-color-text );
	padding: 0px 15px;
	line-height: 40px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	color: white !important;
}
#kt-map
{
	flex: 1;
}
.kt-map-w .kt-info-item
{
	margin: 5px;
}
.kt-map-w .kt-info-item.kt-bold
{
	font-weight: bold;
}
.kt-map-w .kt-info-item A
{
	font-weight: bold;
	color:var( --e-global-color-accent );
	display: inline-block;
	margin-top: 10px;
}
.kt-mobile-map-nav
{
	display: none;
}
.kt-mobile-map-nav > DIV
{
	flex: 1;
	text-align: center;
	padding: 15px 5px;
	background:var( --e-global-color-accent );
	color: white;
	font-size: 14px;
}
.kt-mobile-map-nav > DIV.active
{
	background:var( --e-global-color-text );
}
#kt-menu-cats
{
	max-width: 1440px;
	margin: 50px auto;
}
#kt-menu-cats .kt-cat-title
{
	text-align: center;
	margin-bottom: 30px;
}
#kt-menu-cats .kt-menu-cat
{
	padding: 50px 15px;
}
#kt-menu-cats .kt-cat-title IMG
{
	display: inline-block;
	text-align: center;
	width: 80px;
}
#kt-menu-cats .kt-items
{
	display: flex;
	flex-wrap: wrap;
}
#kt-menu-cats .kt-item
{
	width: calc(50% - 60px);
	border-bottom:3px double var( --e-global-color-accent );
	margin: 0 30px;
	padding: 30px 0;
	cursor: pointer;
}
#kt-menu-cats .kt-item .kt-item-wrap
{
	padding: 30px 0;
	display: flex;
}
#kt-menu-cats .kt-item .kt-item-wrap .kt-item-body
{
	flex: 1;
}
#kt-menu-cats .kt-item DIV .kt-item-image
{
	width: 220px;
	height: 150px;
	/*(*+border-radius: 50%;*)
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;*/
	background: center / cover;
	margin-left: 15px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#kt-menu-cats .kt-item-title
{
	font-weight: bold;
	color:var( --e-global-color-accent );
	font-size: 20px;
}
#kt-menu-cats .kt-item-price
{
	margin: 15px 0;
	font-size: 20px;
	font-weight: 500;
}
#kt-menu-cats .kt-item-desc
{
	font-size: 16px;
	color:var( --e-global-color-text );
	font-weight: 300;
}
#kt-menu-cats .kt-item-tags
{
	margin-top: 15px;
	font-size: 14px;
}
#kt-menu-cats .kt-item-tag IMG
{
	height: 24px;
	vertical-align: middle;
}
#kt-menu-cats .kt-item-tag
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 5px;
}
.kt-menu-cat .kt-cat-desc
{
	text-align: center;
	max-width: 1024px;
	margin: 0 auto;
	color: #7A7A7A;
}
#popup-menu
{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	/*+transition: all 0.25s ease 0s;*/
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
	/*+opacity: 0;*/
	-filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	visibility: hidden;
}
#popup-menu.active
{
	/*+opacity: 1;*/
	-filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
}
#popup-menu .kt-wrap
{
	flex: 1;
	display: flex;
	flex-direction: column;
	margin: 30px;
	background: white;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
#popup-menu .kt-wrap .kt-close
{
	position: absolute;
	top: 5px;
	right: 5px;
	height: 24px;
	width: 24px;
	text-align: center;
	line-height: 25px;
	background:var( --e-global-color-text );
	/*+border-radius: 50%;*/
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	color: white;
	font-size: 14px;
	cursor: pointer;
	z-index: 2;
}
#popup-menu .kt-wrap .kt-main
{
	display: flex;
	flex: 1;
	padding: 50px 15px 15px;
	overflow-y: auto;
}
#popup-menu .kt-wrap .kt-main > .kt-left
{
	flex: 1;
}
#popup-menu .kt-wrap .kt-main > .kt-right
{
	flex: 1;
}
#popup-menu .kt-bottom
{
	background:var( --e-global-color-accent );
	height: 50px;
	display: flex;
	color: white;
	justify-content: space-between;
}
#popup-menu .kt-bottom > DIV
{
	text-align: left;
	padding: 0 15px;
	display: flex;
}
#popup-menu .kt-bottom > DIV I
{
	margin: 0 5px;
}
#popup-menu .kt-bottom .kt-nav-right
{
	text-align: right;
	padding: 0 15px;
	justify-content: flex-end;
}
#popup-menu .kt-btn
{
	display: flex;
	align-items: center;
	cursor: pointer;
}
#popup-menu .kt-image-big
{
	height: 25vw;
	background: center / cover no-repeat #000000;
	margin: 0 5px 5px;
	/*+transition: all 0.25s ease 0s;*/
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	transition: all 0.25s ease 0s;
}
#popup-menu .kt-thumbs
{
	display: flex;
	flex-wrap: wrap;
}
#popup-menu .kt-thumb
{
	width: calc(20% - 10px);
	background: center / cover #E3E3E3;
	cursor: pointer;
	margin: 5px;
	height: 5vw;
}
#popup-menu .kt-cat
{
	font-weight: bold;
	color:var( --e-global-color-accent );
	line-height: 0.6;
	text-transform: uppercase;
	font-size: 12px;
}
#popup-menu .kt-title
{
	font-weight: bold;
	color:var( --e-global-color-text );
	font-size: 30px;
	text-transform: uppercase;
}
#popup-menu .kt-right
{
	padding: 5px 15px 0 30px;
}
#popup-menu .kt-tags .kt-tag
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 14px;
	color:var( --e-global-color-text );
}
#popup-menu .kt-tags .kt-tag IMG
{
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
#popup-menu .kt-desc
{
	margin-top: 15px;
	font-size: 14px;
}
#popup-menu .kt-price
{
	font-size: 24px;
	margin-top: 15px;
}
#popup-menu .kt-order-online
{
	margin-top: 30px;
	font-weight: bold;
	cursor: pointer;
}
#popup-menu .kt-order-online .kt-stores
{
	display: flex;
	/*background: #3A3A3A;*/
	/*+border-radius: 5px 5px 0 0;*/
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #8B8B8B;
}
#popup-menu .kt-order-online .kt-store
{
	flex: 1;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	/*+border-radius: 5px 5px 0 0;*/
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #C1C1C1;
}
#popup-menu .kt-order-online .kt-store.active
{
	/*background:var( --e-global-color-text );*/
	color:var( --e-global-color-accent );
	border-bottom:1px solid var( --e-global-color-accent );
}
#popup-menu .kt-store-content
{
	display: none;
}
#popup-menu .kt-store-content.active
{
	display: block;
}
#popup-menu .kt-store-content-wrap
{
	padding: 15px;
	text-align: center;
	/*border:1px solid var( --e-global-color-text );*/
	/*+border-radius: 0 0 5px 5px;*/
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	/*background: var( --e-global-color-text );*/
}
#popup-menu .kt-store-content-wrap A
{
	display: block;
	background:var( --e-global-color-accent );
	color: white;
	width: 350px;
	margin: 15px auto;
	line-height: 45px;
	/*+border-radius: 5px;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	max-width: 100%;
}
#popup-menu .kt-mobile
{
	display: none;
}
HTML.active-popup
{
	overflow: hidden;
}
@media (max-width: 767px)
{
	#kt-contact-target
	{
		top: auto;
		bottom: 0;
		border-bottom-left-radius: 0;
		padding: 8px 15px;
	}
	#site-menu
	{
		width: 100% !important;
		max-width: none;
	}
	.kt-map-w .kt-left
	{
		display: none;
	}
	.kt-map-w
	{
		display: block;
	}
	.kt-map-w .kt-right
	{
		flex: none;
		display: block;
	}
	#kt-map
	{
		flex: none;
		height: calc(100vh - 121px);
	}
	.kt-mobile-map-nav
	{
		display: flex;
	}
	#kt-menu-cats .kt-item
	{
		width: 100%;
		margin: 0;
		padding: 30px 0;
	}
	#menu-nav-stick.elementor-sticky--active
	{
		top: 60px !important;
		z-index: 1;
	}
	#kt-menu-cats .kt-item .kt-item-wrap
	{
		padding: 0px 0;
	}
	#kt-menu-cats .kt-menu-cat
	{
		padding: 30px 15px;
	}
	#kt-menu-cats
	{
		margin: 15px auto;
	}
	#kt-menu-cats .kt-cat-title IMG
	{
		width: 50px;
	}
	#kt-menu-cats .kt-item DIV .kt-item-image
	{
		width: 150px;
		height: 100px;
	}
	#kt-menu-cats .kt-cat-title
	{
		margin-bottom: 0;
	}
	#kt-menu-cats .kt-cat-title H2
	{
		font-size: 24px;
	}
	#popup-menu .kt-mobile
	{
		display: block;
		position: absolute;
		background: #000000;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1;
		height: 60px;
		padding: 20px;
	}
	#popup-menu .kt-wrap
	{
		margin: 0;
		/*+border-radius: 0;*/
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
	}
	#popup-menu .kt-mobile .kt-cat
	{
		font-size: 10px;
	}
	#popup-menu .kt-mobile .kt-title
	{
		font-size: 20px;
		color: white;
	}
	#popup-menu .kt-right .kt-cat
	{
		display: none;
	}
	#popup-menu .kt-right .kt-title
	{
		display: none;
	}
	#popup-menu .kt-wrap .kt-main
	{
		display: block;
		padding: 65px 0 15px;
	}
	#popup-menu .kt-thumb
	{
		width: calc(20% - 10px);
		height: 8.9vw;
	}
	#popup-menu .kt-image-big
	{
		height: 40vw;
	}
	#popup-menu .kt-right
	{
		padding: 5px 10px 0 5px;
	}
	#popup-menu .kt-order-online .kt-store
	{
		font-size: 10px;
		padding: 5px;
	}
	#popup-menu .kt-bottom .kt-nav-title
	{
		font-size: 10px;
	}
	.kt-mobile-map-nav > DIV
	{
		font-size: 12px;
	}
	.kt-mobile-map-nav > DIV I
	{
		font-size: 10px;
	}
}
