

/* Start:/local/templates/kafel/styles.css?176942989519743*/
@font-face {
	font-family: "Montserrat";
	src: url('/upload/fonts/MontserratAlternates-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url('/upload/fonts/MontserratAlternates-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url('/upload/fonts/MontserratAlternates-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	src: url('/upload/fonts/MontserratAlternates-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

* {
    font-family: "Montserrat" !important;
}

*::marker {
	font-size: 32px;
	color: #ED6D00;
}

@keyframes sandwich-menu-animation1 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

ul {
	margin: 0 !important;
	margin-block-end: 0 !important;
}

a {
	text-decoration: none;
	transition: 0.2s all;
}

a:hover {
	color: #ED6D00 !important;
}

.block-wrapper {
	width: 100%;
	margin-top: 120px;
}

.block-wrapper.without-margin {
	margin-top: 0px;
}

.button-orange {
	width: fit-content;
	padding: 16px 24px;
	background-color: #ED6D00;
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	color: #FFFFFF;
	border-top-left-radius: 16px 14px;
	border-top-right-radius: 16px 14px;
	border-bottom-left-radius: 16px 14px;
	border-bottom-right-radius: 16px 14px;
	border: none;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s all;
	cursor: pointer;
}

.button-orange:hover {
	color: #FFFFFF !important;
	background-color: #F7770A;
}

.button-orange:focus {
	color: #FFFFFF !important;
	background-color: #E36300;
}

.button-white-dark {
	width: fit-content;
	padding: 16px 24px;
	background-color: #353535;
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	color: #FFFFFF;
	border-top-left-radius: 16px 14px;
	border-top-right-radius: 16px 14px;
	border-bottom-left-radius: 16px 14px;
	border-bottom-right-radius: 16px 14px;
	border: 1px solid #FFFFFF;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s all;
	cursor: pointer;
}

.button-white-dark:hover {
	color: #FFFFFF !important;
}

.button-white-orange,
.btn-primary {
	width: fit-content !important;
	padding: 16px 24px;
	background-color: #FFFFFF !important;
	font-family: "Montserrat" !important;
	font-weight: 600;
	font-style: normal;
	color: #ED6D00 !important;
	border-top-left-radius: 16px 14px;
	border-top-right-radius: 16px 14px;
	border-bottom-left-radius: 16px 14px;
	border-bottom-right-radius: 16px 14px;
	border: 1px solid #ED6D00 !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.2s all;
	cursor: pointer;
}

.button-white-orange:hover,
.btn-primary:hover {
	color: #FFFFFF !important;
	background-color: #F7770A !important;
}

.button-white-orange:focus {
	color: #FFFFFF !important;
	background-color: #E36300;
}

button:focus {
	outline: none !important;
}

input {
	outline: none !important;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

.article {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.block-title {
	line-height: 36px;
}

.title32_500 {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 32px;
}

.title32 {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 32px;
}

.text20 {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 20px;
}

.text16 {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 16px;
}

.text16 {
	font-family: "Montserrat";
	font-weight: 500;
	font-size: 14px;
}

.subtitle24 {
	font-family: "Montserrat";
	font-weight: 600;
	font-size: 24px;
}

.text-white {
	color: #FFFFFF;
}

.text-dark {
	color: #2C2C2C;
}

.text-gray {
	color: #4E4E4E;
}

.text-orange {
	color: #ED6D00;
}

.text-center {
	text-align: center;
}

header {
	width: 100%;
	height: 130px;
	margin-bottom: 40px;
}

.wrapper {
	width: 1280px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.header-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.header-container.mobile {
	display: none;
}

.header__top {
	width: 100%;
	height: 40%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.header__top__left {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #4E4E4E;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
}

.header__top__right {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

.header__top__right__menu-item {
	color: #4E4E4E;
	font-family: "Montserrat";
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
}

.header__bottom {
	display: flex;
	flex: 1;
	justify-content: space-between;
	align-items: center;
}

.header__botom__menu {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header__botom__menu__main-menu {
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 16px 32px;
	background-color: #F4F4F4;
	border-top-left-radius: 16px 14px;
	border-top-right-radius: 16px 14px;
	border-bottom-left-radius: 16px 14px;
	border-bottom-right-radius: 16px 14px;
	border: 1px solid #EAEAEA;
}

.header__botom__menu__main-menu__item {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	color: #2C2C2C;
	text-decoration: none;
}

.header__botom__menu__main-menu__item.active {
	color: #ED6D00;
	text-decoration: underline;
}

.basket {
	position: relative;
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 16px;
	background-color: #F4F4F4;
	border-top-left-radius: 16px 14px;
	border-top-right-radius: 16px 14px;
	border-bottom-left-radius: 16px 14px;
	border-bottom-right-radius: 16px 14px;
	border: 1px solid #EAEAEA;
}

.basket path {
	transition: 0.2s all;
}

.basket:hover path {
	fill: #ED6D00;
}

.basket:hover {
	background: #FFFFFF;
}

.basket:focus path {
	fill: #E36300;
}

.basket-items {
	position: absolute;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ED6D00;
	border-radius: 50%;
	top: 0%;
	right: 0%;
	border: 1px solid #F4F4F4;
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Montserrat";
	font-weight: 700;
	transform: translate(25%, -25%);
}

.header__botom__menu__catalog-button {
	position: relative;
}

.header__botom__menu__catalog-button__dropdown {
	position: absolute;
	width: max-content;
	display: flex;
	flex-direction: column;
	gap: 10px;
	left: 0;
	top: 110%;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	border-radius: 12px;
	padding: 16px;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all;
}

.smart-filter-parameters-box-container{
	gap: 10px;
}

#set_filter.button-white-orange.me-3 {
	padding: 7px 8px !important;
}

.header__botom__menu__catalog-button__dropdown__item {
	text-decoration: none;
	text-transform: none;
	color: #2C2C2C;
}

.header__botom__menu__catalog-button:hover > .header__botom__menu__catalog-button__dropdown {
	visibility: visible;
	opacity: 1;
}

.banner-swiper {
	width: 100%;
	height: 440px;
	border-radius: 16px;
	overflow: hidden;
}

.swiper-wrapper__swiper-slide__inner {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	width: 100% !important;
	height: 100%;
}

.swiper-wrapper__swiper-slide__inner__left-block {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: brightness(0.5);
	padding-left: 15%;
	padding-right: 15%;
}

.swiper-wrapper__swiper-slide__inner__left-block__content {
	width: 80%;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.banner-swiper .swiper-pagination-bullet {
	opacity: 1 !important;
	background: none !important;
	border: 1px solid #FFFFFF !important;
	transition: 0.2s all;
}

.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FFFFFF !important;
}

.catalog-sections {
	width: 100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}

.catalog-sections__item {
	width: 32%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
	background-size: 120%;
	transition: 0.5s all;
}

.catalog-sections__item:hover {
	background-size: 122%;
}

.catalog-sections__item__inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	backdrop-filter: brightness(0.6) blur(0.7px);
}

.about-delivery-block {
	width: 100%;
	height: auto;
	display: flex;
	gap: 124px;
}

.about-delivery-block__left-block {
	width: 50%;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	gap: 24px;
}

.about-delivery-block__left-block__to-delivery {
	text-transform: none;
}

.about-delivery-block__right-block {
	position: relative;
	flex: 1;
	height: auto;
}

.about-delivery-block__right-block img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 90%;
	border-radius: 16px;
}

footer {
	width: 100%;
	margin-top: 120px;
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
	padding-bottom: 24px;
}

.footer-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-bottom: 24px;
}

.footer__top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__top__right {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
}

footer .header__botom__menu__main-menu {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.image-swiper {
	width: 100%;
	height: 80%;
	flex-shrink: 0;
	border-radius: 16px;
	overflow: hidden;
}

.image-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 0px;
}

.slider-with-images {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.index-images {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

.index-images__item {
	width: 19%;
	height: 100%;
	user-select: none;
	border-radius: 16px;
	transition: 0.2s all;
	cursor: pointer;
}

.index-images__item.active {
	border: 1px solid #2C2C2C;
}

.index-images__item img {
	position: static;
	width: 100%;
	height: 100%;
}

.swiper-navigation-btn {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s all;
}

.swiper-navigation-btn.swiper-button-disabled {
	filter: opacity(0.5);
}

.image-swiper:hover .swiper-navigation-btn {
	visibility: visible;
	opacity: 1;
}

.swiper-navigation-btn path {
	transition: 0.2s all;
}

.swiper-navigation-btn:hover path {
	fill: #ED6D00;
}

.swiper-navigation-btn svg {
	width: auto;
	height: auto;
}

.footer__top.mobile {
	display: none;
}

.footer__subtop.mobile {
	display: none;
}

.footer__subbottom.mobile {
	display: none;
}

.sandwich-menu {
	display: none;
}

.trends-swiper-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.trends-swiper-block__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.trends-swiper-block__top__arrows {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 24px;
}

.swiper-arrow__next {
	transform: rotate(180deg);
}

.swiper-arrow {
	cursor: pointer;
}

.swiper-arrow.swiper-button-disabled {
	filter: opacity(0.5);
}

.trends-swiper {
	width: 100%;
}

.swiper-slide.trend {
	max-width: 400px;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.trend__image {
	width: 100%;
	height: 230px;
	border-radius: 16px;
	overflow: hidden;
}

.trend__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-breadcrumb {
	padding-left: 0;
	font-family: "Montserrat";
	font-weight: 500;
	background: none !important;
}

.breadcrumb-item,
.breadcrumb-item a {
	color: #9A9999 !important;
}

.breadcrumb-item.active {
	color: #ED6D00 !important;
}

.catalog-section-title {
	display: none;
	font-weight: 700;
}

.catalog-section-title.desktop {
	display: block;
}

.right-block__small-banner {
	width: 100%;
	height: 300px;
	border-radius: 16px;
	overflow: hidden;
}

.right-block__small-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background-color: #ED6D00;
}

.product-item-button-container {
	display: flex;
	justify-content: space-around;
}

.popup-window-buttons {
	display: flex;
	justify-content: space-around;
}

.popup-window-content div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.popup-window-content div img {
	object-fit: contain;
}

.search-form {
	width: 100%;
	display: flex;
	gap: 12px;
}

.search-input {
	flex: 1;
	min-width: 0px !important;
	border-radius: 12px;
	border: 1px solid #4E4E4E;
	padding: 12px;
	transition: 0.2s all;
}

.search-input:focus {
	border: 1px solid #E36300;
}

.popup-window {
	max-width: 90vw;
	border-radius: 8px;
}

.bx-soa-cart-total {
	margin: 0 !important;
	padding: 20px !important;
}

@media screen and (max-width: 1320px) {
	.wrapper {
		position: relative;
		width: 100%;
		padding: 0px 40px;
		margin-top: 120px;
	}

	header {
		position: fixed;
		width: 100%;
		padding: 24px 40px;
		background-color: #FFFFFF;
		top: 0;
		height: auto;
		left: 0;
		z-index: 1000;
		box-shadow: 0px 0px 10px 5px #2c2c2c81;
	}

	.header__top {
		padding-top: 0px;
	}

	.header-container.desktop {
		display: none;
	}
	
	.header-container.mobile {
		display: flex;
	}

	.sandwich-button {
		width: 48px;
		height: 48px;
		display: flex;
		flex-direction: column;
		gap: 4px;
		justify-content: center;
		align-items: center;
		background-color: #F4F4F4;
		border: 1px solid #EAEAEA;
		border-radius: 12px;
	}

	.sandwich-button__line {
		width: 20px;
		height: 2px;
		background-color: #2C2C2C;
	}

	.sandwich-button__line {
		transition: all 0.2s ease;
		transform-origin: center;
	}

	.sandwich-button.active .sandwich-button__line:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}
	
	.sandwich-button.active .sandwich-button__line:nth-child(2) {
		opacity: 0;
		transform: scaleX(0);
	}
	
	.sandwich-button.active .sandwich-button__line:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	footer .footer__top:first-child {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.about-delivery-block {
		gap: 24px;
	}

	.sandwich-menu {
		position: absolute;
		width: 500px;
		background-color: #FFFFFF;
		right: 0px;
		display: none;
		z-index: 1000;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.493)
	}

	.sandwich-menu.active {
        position: fixed;
        top: 0;
        right: 0;
        width: 500px;
        height: 100vh;
        display: flex;
		flex-direction: column;
		gap: 24px;
		padding: 16px;
        background-color: #ffffff;
        z-index: 1001;
        overflow-y: auto;
    }

	.footer__top.desktop {
		display: none;
	}

	.footer__top.mobile {
		display: flex;
	}

	.footer__subtop.mobile {
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: 12px 24px;
		background-color: #F4F4F4;
		border-top-left-radius: 16px 14px;
		border-top-right-radius: 16px 14px;
		border-bottom-left-radius: 16px 14px;
		border-bottom-right-radius: 16px 14px;
		border: 1px solid #EAEAEA;
	}

	.sandwich-menu .header__botom__menu__main-menu {
		flex-direction: column;
		align-items: flex-start;
		background: none;
		border-radius: 0px;
		border: none;
		padding: 0px;
		gap: 16px;
	}

	.sandwich-menu__bottom {
		display: flex;
		gap: 12px;
	}

	.sandwich-menu .header__botom__menu__catalog-button {
		flex: 1;
		justify-content: center;
	}
}

@media screen and (max-width: 991px) { 
	.title32 {
		font-size: 24px;
	}

	.title32_500 {
		font-size: 24px;
	}

	.text20 {
		font-size: 16px;
	}

	.subtitle24 {
		font-size: 16px;
	}

	.catalog-sections {
		height: 100px;
	}

	.about-delivery-block {
		flex-direction: column;
	}

	.image-swiper {
		height: 400px;
	}

	.image-swiper img {
		object-position: top;
	}

	.index-images {
		height: 90px;
		flex: none;
	}

	.about-delivery-block__left-block {
		width: 100%;
	}

	.about-delivery-block.delivery {
		flex-direction: column-reverse;
	}

	.about-delivery-block__right-block {
		height: 400px;
	}

	.delivery .about-delivery-block__right-block {
		flex: none;
	}
	
	.header__botom__menu__main-menu {
		flex-direction: column;
		align-items: flex-start;
		background: none;
		border-radius: 0px;
		border: none;
		padding: 0px;
		gap: 16px;
	}

	.footer-container {
		gap: 32px;
	}

	.header__botom__menu__main-menu__item {
		width: 100%;
		display: block;
		padding-bottom: 16px;
		border-bottom: 1px solid #EAEAEA;
	}

	footer .footer__top:last-child a:nth-child(2) {
		display: none;
	}

	.footer__subbottom.mobile {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 12px 24px;
		background-color: #F4F4F4;
		border-top-left-radius: 16px 14px;
		border-top-right-radius: 16px 14px;
		border-bottom-left-radius: 16px 14px;
		border-bottom-right-radius: 16px 14px;
		border: 1px solid #EAEAEA;
	}

	.trends-swiper-block__top__arrows {
		display: none;
	}
}

@media screen and (max-width: 746px) {

	.swiper-wrapper__swiper-slide__inner__left-block {
		padding-right: 5%;
		padding-left: 5%;
	}

	.catalog-sections {
		height: auto;
		flex-direction: column;
		gap: 8px;
	}

	.catalog-sections__item {
		width: 100%;
		height: 70px;
	}

	.footer__top {
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.catalog-section-title {
		display: block;
	}
	
	.catalog-section-title.desktop {
		display: none;
	}
}

@media screen and (max-width: 600px) {

	header {
		padding: 12px 16px;
	}

	.title32 {
		font-size: 20px;
	}

	.title32_500 {
		font-size: 20px;
	}

	.text20 {
		font-size: 16px;
	}

	.subtitle24 {
		font-size: 16px;
	}

	.wrapper {
		padding: 0px 16px;
	}

	.block-wrapper {
		margin-top: 80px;
	}

	.header__bottom__logo {
		width: 154px;
	}

	.header__bottom__logo img {
		width: 100%;
	}

	.swiper-wrapper__swiper-slide__inner__left-block {
		width: 100%;
		padding: 0px 10px;
	}

	.swiper-wrapper__swiper-slide__inner__left-block .button-white-dark {
		width: 100%;
		background: none;
		display: flex;
		justify-content: center;
	}

	.image-swiper {
		height: 280px;
	}

	.index-images {
		height: 60px;
	}

	.about-delivery-block__left-block {
		gap: 20px;
	}

	.footer__subtop.mobile {
		flex-direction: column;
		gap: 8px;
		border: none;
		border-radius: 0px;
		background: none;
		padding: 0px;
	}

	.footer__subtop.mobile a {
		display: flex;
		justify-content: center;
		background-color: #F4F4F4;
		border-top-left-radius: 16px 14px;
		border-top-right-radius: 16px 14px;
		border-bottom-left-radius: 16px 14px;
		border-bottom-right-radius: 16px 14px;
		border: 1px solid #EAEAEA;
		padding: 12px 24px;
	}

	.about-delivery-block__right-block {
		height: 280px;
	}

	.sandwich-menu.active {
		width: 100vw;
	}

	.search-form {
		flex-direction: column;
	}

	.popup-window-buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}

	.popup-window-buttons .btn {
		margin: 0 !important;
	}
}


@media screen and (max-width: 600px) {
	.basket-item-property-custom.basket-item-property-custom-photo {
		display: block !important;
	}
}
/* End */


/* Start:/local/templates/kafel/template_styles.min.css?17691631618037*/
.bx-yellow,.bx-theme-yellow{--primary:#f9a91d;--theme-color-primary:#f9a91d;--theme-color-second:#faba4a;--theme-color-light:#fff;--theme-b-link:#f9a91d;--theme-b-link-hover:#faba4a;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#f9a91d;--theme-b-bd-primary:#f9a91d;--theme-b-sd-primary:rgba(249,169,29,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#faba4a;--theme-b-bd-primary-hover:#daa53e;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#faba4a;--theme-b-bd-primary-active:#daa53e;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#daa53e;--theme-b-bd-primary-disabled:#b7853b}.bx-blue,.bx-theme-blue{--primary:#0083d1;--theme-color-primary:#0083d1;--theme-color-second:#5ca6e4;--theme-color-light:#f0f6f8;--theme-b-link:#44b1c9;--theme-b-link-hover:#5cc3d1;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#0083d1;--theme-b-bd-primary:#0083d1;--theme-b-sd-primary:rgba(0,131,209,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#5ca6e4;--theme-b-bd-primary-hover:#5599d2;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#5ca6e4;--theme-b-bd-primary-active:#5599d2;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#5599d2;--theme-b-bd-primary-disabled:#4d8bbf}.bx-red,.bx-theme-red{--primary:#e22b2b;--theme-color-primary:#e22b2b;--theme-color-second:#e95c5c;--theme-color-light:#f0f0f0;--theme-b-link:#e22b2b;--theme-b-link-hover:#e95c5c;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#e22b2b;--theme-b-bd-primary:#e22b2b;--theme-b-sd-primary:rgba(226,43,43,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#e95c5c;--theme-b-bd-primary-hover:#d05454;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#e95c5c;--theme-b-bd-primary-active:#d05454;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#d05454;--theme-b-bd-primary-disabled:#c04e4e}.bx-green,.bx-theme-green{--primary:#63aa28;--theme-color-primary:#63aa28;--theme-color-second:#5b9f0b;--theme-color-light:#a8d95b;--theme-b-link:#44b1c9;--theme-b-link-hover:#5cc3d1;--theme-b-tx-primary:#fff;--theme-b-bg-primary:#63aa28;--theme-b-bd-primary:#63aa28;--theme-b-sd-primary:rgba(99,170,40,0.5);--theme-b-tx-primary-hover:#fff;--theme-b-bg-primary-hover:#5b9f0b;--theme-b-bd-primary-hover:#56940b;--theme-b-tx-primary-active:#fff;--theme-b-bg-primary-active:#5b9f0b;--theme-b-bd-primary-active:#56940b;--theme-b-tx-primary-disabled:#fff;--theme-b-bg-primary-disabled:#56940b;--theme-b-bd-primary-disabled:#497c09}body{background-attachment:fixed;background-size:cover;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}#pagetitle{margin-bottom:35px}h1,h2,h3,h4,h5{font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}.bx-content-section,.bx-header-section{padding-bottom:2px;background-color:rgba(255,255,255,.95)}.bx-header-logo{order:1}.bx-header-personal{order:3}.bx-header-contact{order:2}.bx-logo-block{display:block;height:50px;border-bottom:0}.bx-logo-block img{max-height:50px;width:auto}@media(max-width:767px){.bx-logo-block img{max-width:100%;max-height:45px;width:auto;height:auto}.bx-header-logo{padding:5px 50px;height:55px;background-color:var(--theme-color-primary)}.bx-logo-block{height:auto}body.bx-theme-green .bx-store-logo{background:#33b111}}.bx-header-phone-block{display:flex;align-items:center}.bx-header-phone-number{color:#000;white-space:nowrap;font:21px/28px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);transition:250ms linear all}.bx-header-phone-icon{display:block;margin-right:10px;width:26px;height:26px;	background: no-repeat center url(/local/templates/kafel/images/phone.svg);}@media(max-width:991px){.bx-header-phone-number{font:15px/18px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}}.bx-header-worktime{color:#000;font:16px/22px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600);transition:250ms linear all}.bx-worktime-title{color:#adadad;font:12px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}.bx-worktime-schedule{color:#000;font:12px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}@media(max-width:991px){.bx-header-worktime{font:15px/18px var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-regular,400)}}.sidebar-block-title{color:#343434;text-transform:uppercase;font-size:14px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}.bx-footer-bg{background-color:#1f496a}.bx-footer-logo{border-bottom:none !important;text-decoration:none !important}.bx-footer-logo img{max-width:100%;height:auto}.bx-inclinkspersonal-item.bx-theme-blue:hover{background:#0083d1}.bx-theme-blue.bx-inclinkspersonal-selected{background:#3398d7}.bx-inclinkspersonal-item.bx-theme-black:hover{background:#303030}.bx-theme-black.bx-inclinkspersonal-selected{background:#484848}.bx-inclinkspersonal-item.bx-theme-green:hover{background:#44b1c9}.bx-theme-green.bx-inclinkspersonal-selected{background:#5cc3d1}.bx-inclinkspersonal-item.bx-theme-red:hover{background:#e63c3c}.bx-theme-red.bx-inclinkspersonal-selected{background:#e95c5c}.bx-inclinkspersonal-item.bx-theme-yellow:hover{background:#f4a52e}.bx-theme-yellow.bx-inclinkspersonal-selected{background:#fbb859}.btn-primary,.list-group-item.active{border-color:var(--theme-b-bd-primary);background-color:var(--theme-b-bg-primary);color:var(--theme-b-tx-primary)}.btn-primary:hover{border-color:var(--theme-b-bd-primary-hover);background-color:var(--theme-b-bg-primary-hover);color:var(--theme-b-tx-primary-hover)}.btn-primary:focus,.btn-primary.focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}.btn-primary.disabled,.btn-primary:disabled{border-color:var(--theme-b-bg-primary);background-color:var(--theme-b-bg-primary);color:var(--theme-b-tx-primary)}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{border-color:var(--theme-b-bd-primary-active);background-color:var(--theme-b-bg-primary-active);color:var(--theme-b-tx-primary-active)}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}.form-control:focus{border-color:var(--theme-color-primary);box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}a,.btn-link{color:var(--theme-b-link)}a:hover,.btn-link:hover{color:var(--theme-b-link-hover)}.g-font-size-15{font-size:15px}.g-font-size-17{font-size:17px}.g-font-size-20{font-size:20px}.text-primary{color:var(--primary) !important}.bg-primary{background:var(--primary) !important}.border-primary{border-color:var(--primary) !important}.sidebar h2,.sidebar h3,.sidebar h4,.sidebar h5{text-transform:uppercase;font-size:14px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}.sidebar li{font-size:12px;font-family:var(--ui-font-family-secondary,var(--ui-font-family-open-sans));font-weight:var(--ui-font-weight-semi-bold,600)}.sidebar-icon{width:27px;height:27px;margin-right:5px;border-radius:50%;background-color:var(--theme-color-primary);background-repeat:no-repeat;background-position:center;}

.sidebar-icon-label {
	background-image:  url(/local/templates/kafel/images/label.svg); background-size:19px auto;}

.sidebar-icon-delivery {
	background-image: url(/local/templates/kafel/images/delivery.svg); background-size:17px auto;}

.sidebar-icon-sale {
	background-image: url(/local/templates/kafel/images/sale.svg); background-size:auto 17px;}

.sidebar-icon-self {
	background-image: url(/local/templates/kafel/images/self.svg); background-size:auto 17px;}

.sidebar-icon-phone {
	background-image: url(/local/templates/kafel/images/phone_white.svg); background-size:auto 21px}
/* End */
/* /local/templates/kafel/styles.css?176942989519743 */
/* /local/templates/kafel/template_styles.min.css?17691631618037 */
