/*html {*/
/*	font-size: var(--font-size);*/
/*}*/

body {
	background: var(--color-gray-7) url('/images/app/bg.body.png') repeat scroll;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	width: 100%;
}

.blockContainer > div {
	padding: 40px 25px 0;
	color: var(--dark);
}

.blockContainer.blockType-media_googlemap > div {
	padding: 40px 25px 40px;
}

.blockContainer.blockColor-0.firstBlock > div {
	padding-top: 0;
}

.blockContainer.blockColor-0.blockType-media_googlemap > div {
	padding: 0;
}

.iz-icon.el-map-marker.colorless {
	color: var(--dark);
}

.blockContainer:has(.blockitems[data-count="1"]):has(.blockItemType-media_file) > div {
	padding-left: 0;
	padding-right: 0;
}

.articleBlock .blockContainer > div {
	padding: 0;
}

.blockColor-0 > div {
	background-color: transparent;
}

.blockColor-2 > div,
.empty-cart > div {
	background-color: var(--color-white);
}

.empty-cart > div {
	padding-bottom: 20px;
}

.blockColor-1 > div {
	background-color: var(--light);
	color: var(--color-white);
}

.stickySideBar .blockContainer > div {
	padding: 0;
}

#content:not([data-quick="false"]) {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: auto 32%;
}

.content.contentCenter {
	display: grid;
}

header {
	position: sticky;
	top: 0;
	z-index: 1000;
}

.breadcrumb,
.breadcrumb a {
	color: var(--light);
}

section.content {
	margin-bottom: 35px;
	margin-top: 35px;
}
#content {
	position: sticky;
}

#content,
.header-container > div,
footer {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 1220px;
}

.header-slider-container {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 0;
}

.swiper-container.header-slider.high {
	padding-bottom: 40%;
}

.header-slider-container .swiper-pagination {
	left: 50%;
	margin: 0 auto;
	max-width: 1220px;
	padding-right: 25px;
	text-align: right;
	transform: translateX(-50%);
	z-index: 100;
	bottom: 100px;
}

.header-slider-container .slider-waves {
	background-image: url('/images/app/bg.slider.png');
	bottom: 0;
	height: 50px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.category-buttons {
	bottom: 0;
	box-sizing: border-box;
	color: var(--color-white);
	font-size: 2.5rem;
	left: 50%;
	line-height: 130%;
	margin: 0 auto;
	max-width: 1220px;
	padding: 50px 25px;
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
	width: 100%;
	z-index: 10;
}

.category-buttons > div {
	float: right;
	width: 240px;
}

.allContent .category-buttons h2 {
	color: var(--dark);
	margin-bottom: 35px;
}

.category-buttons .button {
	background-color: var(--light);
	border: none;
	display: block;
	margin-bottom: 6px;
	padding: 12px 11px;
	position: relative;
	text-align: left;
	width: 100%;
}

.category-buttons .button:hover {
	background-color: var(--dark);
	border: none;
	color: var(--color-white);
}

.category-buttons .button .iz-icon {
	float: right;
}

.header-slider-container .swiper-pagination-bullet {
	background: transparent;
	border: 2px solid var(--color-white);
}

.header-slider-container .swiper-pagination-bullet-active {
	background-color: var(--color-white);
}

.header-slider-container .swiper-button-next,
.header-slider-container .swiper-button-prev {
	display: none;
}

.header-slider-container .swiper-slide .caption {
	position: relative;
	margin: 0 auto;
	max-width: 1220px;
	padding: 60px 0 0 25px;
	font: var(--font-medium);
	font-size: 2.6rem;
	line-height: 100%;
	color: var(--color-white);
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-out;
	z-index: 20;
}

.header-slider-container .swiper-slide .caption span {
	font: var(--font-serif-bold);
	font-size: 2.6rem;
	line-height: 120%;
}

.header-slider-container .caption.active {
	opacity: 1;
	transition: opacity 1s ease-in;
}

.header-slider-container .caption.dark {
	color: var(--color-black);
}

.header-slider-container .swiper-slide:before {
	content: attr(data-text);
	display: block;
	left: 40px;
	position: absolute;
}

.footer-container {
	background-color: var(--bg-footer);
	color: var(--color-white);
	min-height: 0;
	padding: 20px 0 50px;
}

.footer-container .footer-logo {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 85px;
}

.footer-container .footer-logo img {
	position: absolute;
	left: 0;
	top: 15px;
	max-width: initial;
}

footer {
	margin-top: 25px;
}

.footer-container:has(.footer-logo img) footer {
	margin-top: 0;
}

footer .blockitems .blockitem {
	border-left: 1px solid var(--color-white);
	padding-left: 45px;
}

footer .blockitems .blockitem:first-child {
	border-left: none;
}

footer,
footer h2,
footer p,
footer .blockContainer h2,
footer .blockContainer li,
footer .blockContainer p {
	font-size: 0.85rem;
	color: var(--color-white);
}

footer p,
footer .blockContainer p {
	padding: 0 0 10px 0;
	margin: 0;
}

footer h2 {
	margin-top: 0;
	padding-top: 0;
}

footer .footer-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
}

footer ul:not(.links) li::before {
	content: "";
	border-color: transparent var(--color-white);
	border-style: solid;
	border-width: 6px 0 6px 5px;
	display: block;
	height: 0;
	left: -17px;
	position: relative;
	top: 18px;
	width: 0;
}

footer ul {
	list-style: none;
}

footer .blockContainer ul {
	padding: 0;
	margin: 0;
}

footer ul:not(.links) {
	margin: -10px 0 0 20px;
}

footer ul.links,
footer p {
	margin: 0;
}

footer ul li {
	margin: 0 0 5px 0;
}

footer a,
footer h2,
footer li,
footer .blockContainer h2,
footer .blockContainer a,
footer .blockContainer li {
	color: var(--color-white) !important;
}

footer a {
	text-decoration: none;
}

footer ul li a {
	line-height: normal;
}

.blockitem a {
	text-decoration: underline;
}

.footer-links a {
	text-decoration: none;
}

.articleBlock.layout1 a:not(.button),
.blockitem a:hover {
	text-decoration: underline;
}

footer a:hover,
footer .blockitem a:hover {
	color: var(--light);
	text-decoration: none;
}

footer .iz-icon {
	font-size: 30px;
	margin-right: 9px;
}

.footer-columns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

#content .quick-order,
#content .small-cart,
#content .big-cart {
	background-color: var(--color-white);
	padding: 20px;
}



#content .stickySideBar {
	position: sticky;
	top: 150px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 20px;
}

.header-container {
	background-color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
	width: 100%;
}

header .top-bar {
	align-items: center;
	display: flex;
	justify-content: right;
	padding: 25px 25px 0;
}

header .top-bar a {
	color: var(--light);
}

header .top-bar ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

header .top-bar ul li {
	margin-left: 8px;
}

header .bottom-bar {
	display: grid;
	grid-column-gap: 50px;
	grid-template-columns: 200px auto 240px;
	padding: 0 25px;
	align-items: center;
	height: 100px;
}

header .bottom-bar h1 {
	margin: 0;
}

header .bottom-bar img {
	width: 100%;
	height: auto;
}

header .bottom-bar nav ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: 8px;
}

header .bottom-bar nav ul li {
	margin-left: 10px;
}

header .top-bar ul li:not(:first-child):before,
header .bottom-bar nav ul li:not(:first-child):before {
	content: "|";
	padding-right: 4px;
}

header .top-bar ul li:not(:first-child):before {
	padding-right: 8px;
}

header .mobile-bar {
	border-bottom: 1px solid var(--light);
	display: none;
	grid-template-columns: 400px auto 150px;
	padding: 15px 25px 0;
}

header .mobile-bar img {
	width: 250px;
}

#mobile-nav {
	background-color: var(--color-white);
	height: 0;
	overflow: hidden;
	position: sticky;
	top: 76px;
	transition: height .3s;
	z-index: 1000;
}

#mobile-nav .siteSearch {
	background-color: var(--light);
	padding: 15px 0;
}

#mobile-nav .siteSearch form {
	position: relative;
}

.siteSearch input {
	width: 100%;
}

#mobile-nav .siteSearch input {
	font-size: 1rem;
	padding: 12px 12px;
}

#mobile-nav .siteSearch .iz-icon {
	font-size: 1.5rem;
	right: 39px;
	top: 11px;
}

#mobile-nav > ul li {
	border-bottom: 1px solid var(--medium);
	padding: 13px 0;
}

#mobile-nav > ul li a {
	color: var(--medium);
}

#mobile-nav .siteSearch form,
#mobile-nav > ul,
.mobile-navigation-top {
	margin: 0 auto;
	padding: 0 25px;
	max-width: 600px;
	width: 100%;
}

#mobile-nav > ul {
	list-style: none;
	margin-top: 20px;
}

.mobile-navigation-top {
	display: none;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 20px;
}

.mobile-navigation-top a {
	color: var(--light);
}

.mobile-navigation-top > div {
	width: 100%
}

.mobile-navigation-top .account {
	text-align: left;
}

.mobile-navigation-top .basket {
	text-align: right;
}

body.menuOpen #mobile-nav {
	height: calc(100vh - 76px);
}

.search-wrapper {
	background-color: var(--color-white);
	padding: 20px;
}

.search-wrapper .searchResultsHeader h1 {
	color: var(--light);
	font: var(--font-medium);
	font-size: 1.25rem;
	font-stretch: normal;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 0;
	padding-top: 0;
}

.search-wrapper .tabs .tab {
	background-color: var(--color-white);
	border: 1px solid var(--light);
}

.search-wrapper .tabs .tab.active,
.search-wrapper .tabs .tab:hover {
	background-color: var(--light);
	color: var(--color-white);
}

.search-results[data-type="product"] {
	display: grid;
	grid-gap: 25px;
	grid-template-columns: repeat(3, 1fr);
}

.pagination .item {
	padding: 6px 15px;
}

.shop-counter-span {
	align-items: center;
	background-image: var(--cake);
	background-size: 32px 32px;
	color: var(--color-white);
	display: flex;
	float: right;
	height: 32px;
	justify-content: center;
	margin-left: 15px;
	margin-top: -5px;
	width: 32px;
}

header .mobile-bar .logo {
	margin-top: 2px;
}

header .mobile-bar .shop-counter-span {
	margin-top: 10px;
}

header nav a {
	color: var(--color-black);
}

header nav a:hover,
header nav li.active a {
	color: var(--light);
}

.hamburger {
	height: 36px;
	margin-top: 21px;
	position: absolute;
	right: 25px;
	top: 0;
	transition-duration: .4s;
	width: 26px;
}

.hamburger:after {
	color: var(--light);
	left: 35px;
	position: absolute;
	top: 11px;
}

.hamburger .icon-circle {
	background: transparent;
	border: 4px solid black;
	border-radius: 100%;
	height: 36px;
	left: -15px;
	position: absolute;
	top: 2px;
	transition-duration: .4s;
	width: 36px;
}

.hamburger .icon {
	background-color: var(--light);
	border-radius: 4px;
	height: 3px;
	position: absolute;
	top: 27px;
	transition-duration: .4s;
	width: 26px;
}

.hamburger .icon:before {
	background-color: var(--light);
	border-radius: 4px;
	content: "";
	height: 3px;
	position: absolute;
	top: -10px;
	transition-duration: .4s;
	width: 26px;
}

.hamburger .icon:after {
	background-color: var(--light);
	border-radius: 4px;
	content: "";
	height: 3px;
	position: absolute;
	top: 10px;
	transition-duration: .4s;
	width: 26px;
}

body.menuOpen .hamburger .icon-circle {
	background: var(--light);
}

body.menuOpen .hamburger .icon {
	background: transparent;
	transition-duration: .4s;
}

body.menuOpen .hamburger .icon:before {
	transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}

body.menuOpen .hamburger .icon:after {
	transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.hamburger:hover {
	cursor: pointer;
}


.siteSearch form {
	margin-top: 3px;
	position: relative;
}

.siteSearch input {
	background-color: var(--color-gray-7);
	border: var(--color-gray-3) 1px solid;
	padding: 7px 9px 7px 8px;
	transition: border 0.3s ease-in;
}

.siteSearch .iz-icon {
	position: absolute;
	right: 7px;
	top: 8px;
	z-index: 10;
}

.articleBlock.layout1 .articles {
	display: grid;
	grid-gap: 20px;
	grid-template-areas: "area0 area1 area2"
						 "area3 area4 area2";
	grid-template-columns: repeat(3, 1fr);
}

.stickySideBar .articleBlock.layout2 .articles {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 0;
	grid-template-columns: repeat(1, 1fr);
	grid-template-areas: none;
}

.articleBlock.layout1 .articles .article {
	background-color: var(--color-white);
	background-position: right;
	background-size: cover;
	padding: 25px 20px;
	position: relative;
}

.articleBlock.layout1 .articles .article.bgColor-1 {
	background-color: var(--light);
}

.articleBlock.layout1 .articles .article,
.articleBlock.layout1 .articles .article p,
.articleBlock.layout1 .articles .article h1,
.articleBlock.layout1 .articles .article h2,
.articleBlock.layout1 .articles .article h3,
.articleBlock.layout1 .articles .article h4,
.articleBlock.layout1 .articles .article ul,
.articleBlock.layout1 .articles .article a:not(.button) {
	color: var(--dark);
}

.articleBlock.layout1 .articles .article h2.custom-color {
	color: var(--dark2);
}

.articleBlock.layout1 .articles .article.bgColor-1,
.articleBlock.layout1 .articles .article.bgColor-1 p,
.articleBlock.layout1 .articles .article.bgColor-1 h1,
.articleBlock.layout1 .articles .article.bgColor-1 h2,
.articleBlock.layout1 .articles .article.bgColor-1 h3,
.articleBlock.layout1 .articles .article.bgColor-1 h4,
.articleBlock.layout1 .articles .article.bgColor-1 ul,
.articleBlock.layout1 .articles .article.bgColor-1 a:not(.button) {
	color: var(--color-white);
}

.articleBlock.layout1 .articles .article .articleContent {
	position: relative;
}

.articleBlock.layout1 .articles .article .articleContent > div {
	position: inherit;
	z-index: 11;
}

.articleBlock.layout1 .articles .article .sticker {
	position: absolute;
	z-index: 10;
	background: url('/images/app/price.circle.svg');
	background-size: 140px 140px;
	box-sizing: border-box;
	color: var(--color-black);
	font-size: 0.85rem;
	width: 140px;
	height: 140px;
	padding-top: 45px;
	right: 0;
	text-align: center;
	top: 0;
	rotate: 10deg;
}

.articleBlock.layout1 .articles .article .sticker:not(:has(label)) {
	padding-top: 55px;
}

.articleBlock.layout1 .articles .article .sticker label {
	display: block;
}

.articleBlock.layout1 .articles .article .sticker span {
	display: block;
	font-size: 1.75rem;
}

.articleBlock.layout1 .articles .articleContent h1,
.articleBlock.layout1 .articles .articleContent h2,
.articleBlock.layout1 .articles .articleContent h3 {
	font-size: 1.5rem;
}

.articleBlock.layout1 .articles .articleContent h3 {
	font-size: 1rem;
	margin-bottom: 10px;
}

.articleBlock.layout1 .articles .articleContent .content .pageTitle {
	display: none;
}

.most-ordered {
	max-width: 1170px;
	overflow: hidden;
	position: relative;
	width: calc(100vw - 50px);
}

.most-ordered .product {
	display: block;
}

.most-ordered .product .square-box {
	background-color: var(--color-white);
	position: relative;
	overflow: hidden;
}

.square-box:before{
	content: '';
	display: block;
	padding-top: 100%;
}

.square-content{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	color: white;
	text-align: center;
}

.most-ordered .product:hover {
	cursor: pointer;
	text-decoration: none;
}

.most-ordered .product .image img {
	width: 100%;
}

.most-ordered .product .product-image {
	padding: 10px 50px 20px;
}

.most-ordered .product .product-info {
	position: absolute;
	bottom: 20px;
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.most-ordered .product .product-name {
	font-size: 0.85rem;
	color: var(--dark);
}

.most-ordered .product .product-price {
	color: var(--light);
}

.most-ordered .product .product-name,
.most-ordered .product .product-price {
	text-align: left;
	width: calc(100% - 40px);
}

.product-price .special-offer,
.sub-product-price .special-offer {
	text-decoration: line-through;
	margin: 0 8px;
	font: var(--font-bold);
}

.most-ordered .product .iz-icon {
	color: var(--light);
	cursor: pointer;
	font-size: 36px;
	position: absolute;
	right: 12px;
	bottom: 5px;
	z-index: 100;
}

.most-ordered .product .jam-plus-circle-f:hover::before {
	mask-image: var(--icon-jam-plus-circle);
	-webkit-mask-image: var(--icon-jam-plus-circle);
}

.most-ordered .product .jam-chevron-circle-right-f:hover::before {
	mask-image: var(--icon-jam-chevron-circle-right);
	-webkit-mask-image: var(--icon-jam-chevron-circle-right);
}

.most-ordered .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--color-white);
	border: 1px solid var(--light);
}

.most-ordered .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--light);
	border: 1px solid var(--light);
}

.shop-categories .shop-category {
	display: inline-block;
}

a.button,
input.button,
.actionBlock .button,
a.button.moreNews,
input.formSubmit,
button[type="submit"],
a.button.button-inverse:hover,
a.button.button-inverse.active,
.shop-categories .shop-category.button.button-inverse.active,
.blockContainer .blockItemType-form form button {
	background-color: var(--light);
	border: 1px solid var(--light);
	bottom: 20px;
	box-sizing: border-box;
	color: var(--color-white);
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
}

a.button,
button.button {
	padding: 10px 16px 12px;
}

a.button:hover,
.ax-main-container .ax-button:hover,
button[type="submit"]:hover,
button.button:hover,
a.button:active,
button[type="submit"]:active,
button.button:active,
a.button:disabled,
button[type="submit"]:disabled,
a.button:focus,
button[type="submit"]:focus,
button.button:focus,
button.button.button-inverse,
a.button.button-inverse,
.shop-categories .shop-category,
.blockContainer .blockItemType-form form button:hover {
	background-color: var(--color-white);
	border: 1px solid var(--light);
	color: var(--dark);
	text-decoration: none;
}

.blockItemType-form .formBlock input[type="text"],
.blockItemType-form .formBlock textarea {
	background-color: var(--color-gray-7);
	border: var(--color-gray-3) 1px solid;
	padding: 7px 9px 7px 8px;
}

.blockItemType-form .formBlock input[type="radio"] {
	margin-right: 5px;
	vertical-align: unset;
}

.blockContainer .blockItemType-form form button {
	bottom: 0;
	position: relative;
}

img.isacert,
img.footerLogo {
	width: 60%;
}

.alert.message {
	margin-bottom: 20px;
}

.alert.message .iz-icon {
	font-size: 2rem;
}

.alert.message.success .iz-icon {
	color: var(--success);
}

.alert.message.error .iz-icon {
	color: var(--error);
}

.targetUploadElement.ax-uploader .ax-browse-text::after {
	content: attr(data-label);
	display: block;
}

.targetUploadElement.ax-uploader.pending .ax-browse-text::after {
	content: attr(data-pending);
	display: block;
}

.targetUploadElement.ax-uploader.processing .progress {
	animation: move 3s infinite;
	width: 100%;
}

@keyframes move {
	50% {width: 0;}
}

.blockContainer .blockitem.blockItemType-media_googlemap .gm-style-iw-chr {
	display: none;
}

.iz-popup {
	background-color: var(--color-white);
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 1000;
}

.iz-popup-button {
	background-color: red;
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 1000;
}

.iz-popup {
	-webkit-box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.6);
	box-shadow: 5px 5px 30px 10px rgba(0, 0, 0, 0.6);
	bottom: 50px;
	display: none;
	max-width: calc(100% - 40px);
	position: fixed;
	right: 50px;
	width: 520px;
	z-index: 100000;
}

.iz-popup .popup-close {
	align-items: center;
	background-color: var(--color-white);
	border: 2px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 44px;
	justify-content: center;
	position: absolute;
	right: 25px;
	top: 20px;
	transition: color .25s, background-color .25s, border .25s;
	width: 44px;
}

.iz-popup .popup-close:hover {
	background-color: var(--light);
	color: var(--color-white);
}

.iz-popup .popup-close .iz-icon {
	color: var(--color-black);
	font-size: 30px;
	transition: color .25s, background-color .25s, border .25s;
}

.iz-popup .popup-close:hover .iz-icon {
	color: var(--color-white);
}

.iz-popup .popup-header {
	background-color: var(--light);
	color: var(--color-white);
	font-size: 2rem;
	line-height: 1.5;
	padding: 15px 30px;
}

.iz-popup .popup-title {
	width: calc(100% - 60px);
}

.iz-popup-button {
	background-color: var(--light);
	border: 1px solid var(--light);
	border-radius: 25px;
	bottom: 50px;
	color: var(--color-white);
	cursor: pointer;
	display: none;
	padding: 8px 16px;
	position: fixed;
	right: 50px;
	transition: color .25s, background-color .25s, border .25s;
	z-index: 10000;
}

.iz-popup-button:hover {
	background-color: var(--color-white);
	border: 1px solid var(--light);
	color: var(--light);
}

.iz-popup .blockContainer > div {
	padding: 0;
}

.iz-popup .popup-content .blockContainer {
	padding: 30px;
}

.iz-popup .blockContainer:not(.withTitle) .blockItemType-text,
.iz-popup .blockContainer:not(.withTitle) .blockItemType-article,
.iz-popup .blockContainer:not(.withTitle) .blockItemType-form {
	padding-bottom: 0;
	padding-top: 0;
}
