/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:after { content: " "; display: block; clear: both; }

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */

:root {
    /* Определение переменной внутри корневого элемента */
    --disabledColor: #e5e5e5;
    --fontstyle: 'Lato', sans-serif;
    /* 'Helmet', 'Freesans', 'Source Sans Pro', 'Lato'*/
    --currentColor: #000;
}

body {
    font: 13px var(--fontstyle);
}

/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */

/* We like off-black for text. */
body, select, input, textarea {color: --currentColor;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;}

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/static/assets/fancybox/fancybox_sprite.png?4ca43fe224fc');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/static/assets/fancybox/fancybox_loading.gif?4ca43fe224fc') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/static/assets/fancybox/blank.gif?4ca43fe224fc'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/static/assets/fancybox/fancybox_overlay.png?4ca43fe224fc');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/static/assets/fancybox/fancybox_sprite@2x.png?4ca43fe224fc');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/static/assets/fancybox/fancybox_loading@2x.gif?4ca43fe224fc');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
@charset "UTF-8";

:root {
  /* Определение переменной внутри корневого элемента */
  --disabledColor: #e5e5e5;
  --fontstyle: 'Lato', sans-serif;
    /* 'Helmet', 'Freesans', 'Source Sans Pro', 'Lato'*/
  --currentColor: #000;
}

@font-face{font-family: "Font Awesome 5 Brands";font-display: swap;font-style: normal;font-weight: normal;src: url(/static/webfonts/fa-brands-400.woff2?49af1d6cddca) format("woff2")}
@font-face{font-family: "Font Awesome 5 Free";font-display: swap;font-style: normal;font-weight: 900; src: url(/static/webfonts/fa-solid-900.woff2?a0919f9ac9d7) format("woff2")} 

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.icon-map {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAqCAMAAABbafH9AAAAA3NCSVQICAjb4U/gAAAAV1BMVEX///8AbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISJKAdAkAAAAHXRSTlMAEREiIjMzRERVVWZmiIiZmaqqu7vMzN3d7u7//5WXi0YAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMjUvMTiBpMPPAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAPFJREFUKJFVkNkWwiAMRNNFu4C2Ci0o/P93SiZQcB4gN5BhDkRJy+sTPq+FRJ0JItMBj1B0cMOEKkM08f4YaHhwMdHGCB9ubOTS2olvqhzJFMROzEdmfgjLABxwtF0DBn4LgqhJIVbK7Jo8Ll1TDSuec3/HOXGQtNCWcSsfIBOuy0w38I0uqeJdGy2u72/8vtdMvY0i2wPPWHRyw8YqSzTz/hxpfHIx084IH27s5NPai2+qPMkUxE7MZ2Z+CMsIHHG0XwMWfiuC6FkjVsrsmzw+XdMNa57zf8c5cZS00J5xLx8gE74v/3MH3+uH6eJdGxl/mQ4lv+1a9fgAAAAASUVORK5CYII=') no-repeat top center;
  width: 15px;
  height: 21px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

.icon-list {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAwCAMAAADEtrFmAAAAA3NCSVQICAjb4U/gAAAARVBMVEX///8AbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISIAbjY4ISJPSV6DAAAAF3RSTlMAEREzM0REZmaIiJmZu7vMzN3d7u7///bNllMAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDcvMjUvMTiBpMPPAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAIpJREFUKJHd0V0SwiAMRtG0Chb8Aatk/0s1gQhNOtMF9D5lzuMXAIBb4BwdE7SmVGoB4JkE72VYESxbE9TW0FhJ2i6O09Y7st6J7G3oQxaM1S3CnuhzbvT/5hI5T8csMmesRYBXFnzgMBTErQlqa2gMs7ar57T1jqx3IlsNfcmisbpF3BN9zo94+R/iyDZt0ypwXgAAAABJRU5ErkJggg==') no-repeat top center;
  width: 19px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
}

body {
  max-width: 1450px !important;
  background-color: #f7f7f7;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

a {
  text-decoration: none;
  color: #037C24;
}

a:hover {
  color: #025C14;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

h1, .h1, div.hone {
  font: bold 17px var(--fontstyle);
  color: #3C140B;
  background: url("/static/images/bg-snake.png?4ca43fe224fc") repeat-x 0 12px;
  margin-bottom: 10px;
  position: relative;
  background-color: beige;
}

h1 > span,
div.hone > span {
  display: inline-block;
  background: beige;
  padding: 0 13px 0 20px;
}

.h1 > span {
  display: inline-block;
  background: beige;
  padding: 0 13px 0 10px;
}

h1:after {
  display: inline-block;
}

h2, .h2 {
  font: 17px var(--fontstyle);
  color: #006E36;
  margin: 20px 0 10px 0;
  position: relative;
  line-height: 1.4;
}

h3, .h3 {
  font: 16px var(--fontstyle);
  color: #006E36;
  margin: 10px 0 10px 0;
  position: relative;
  line-height: 1.4;
}

h4,
.h4 {
  font: 14px var(--fontstyle);
  color: #006E36;
  margin: 5px 0 5px 0;
  position: relative;
  line-height: 1.4;
}

h5,
.h5 {
  font: 12px var(--fontstyle);
  color: #006E36;
  margin: 5px 0 5px 0;
  position: relative;
  line-height: 1.4;
}

.btn {
  padding: 13px 20px;
  display: inline-block;
  background: -o-linear-gradient(#006B2B 1px, #00A141 7px, #009141 14px, #006F2D 30px, #006d2A 40px, #006B2B 52px);
  background: linear-gradient(#006B2B 1px, #00A141 7px, #009141 14px, #006F2D 30px, #006d2A 40px, #006B2B 52px);
  border-radius: 5px;
  color: beige;
  font: bold 19px var(--fontstyle);
  text-shadow: 1px -1px 1px #004F20;
  text-align: center;
  position: relative;
  min-width: 177px;
}

.btn:hover {
  color: #271718;
  text-shadow: 1px 1px 0 #FDF60B;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -o-linear-gradient(#fEFC08 3px, #F8d20E 5px, #FDF70A 9px, #fADC1A 25px, #F5BB1A 42px, #f6BF10 10px);
  background: linear-gradient(#fEFC08 3px, #F8d20E 5px, #FDF70A 9px, #fADC1A 25px, #F5BB1A 42px, #f6BF10 10px);
}

/* Форма регистрации */
.register-form h2 {
  color: #3C140B;
  margin-top: 10px;
}

.register-form hr.yellow {
  clear: left;
  margin-top: 20px;
}

.register-form button {
  margin-top: 50px;
}

label {
  font: bold 18px var(--fontstyle);
  vertical-align: middle;
  display: inline-block;
}

.shopcart-form select {
  max-width: 104%;
}

.shopcart-form .phone-field {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.shopcart-form .world-phone-code {
  color: #999999;
  font: normal 16px Verdana;
  margin-top: 5px;
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shopcart-form .phone-code {
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shopcart-form .phone-code select {
  width: 60px;
  min-width: auto;
}

.shopcart-form .phone-number {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.shopcart-form .phone-field-disabled .phone-field {
  display: block;
}

.shopcart-form .phone-field-disabled .world-phone-code {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.shopcart-form .phone-field-disabled .phone-code {
  position: relative;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.shopcart-form .phone-field-disabled .phone-code select {
  width: 60px;
  pointer-events: none;
}

.shopcart-form .phone-field-disabled .phone-code select,
.shopcart-form .phone-field-disabled .phone-code input {
  border: none;
  color: #999999;
  font: normal 16px var(--fontstyle);
  padding: 0;
}

.shopcart-form .phone-field-disabled .phone-code::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: #fff;
}

.shopcart-form .phone-field-disabled .phone-number {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.shopcart-form .phone-field-disabled .phone-number input {
  border: none;
  color: #999999;
  font: normal 16px var(--fontstyle);
  padding: 0;
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
  pointer-events: none;
}

.shopcart-form .field-title {
  font: normal 16px var(--fontstyle);
  color: #333333;
  margin-bottom: 10px;
}

.shopcart-form .errorlist {
  margin-bottom: 20px;
}

.shopcart-form div.error {
  margin-bottom: 20px;
}

.shopcart-form .address-field {
  vertical-align: middle;
}

.shopcart-form .address-field > div {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.shopcart-form .address-field > div input {
  width: 50px;
  vertical-align: middle;
}

.shopcart-form .address-field > div:last-child {
  margin-right: 0;
}

.shopcart-form .address-field > div:last-child input {
  width: 53px;
}

.shopcart-form .address-field .field.place-type select {
  width: 75px;
  min-width: auto;
}

.shopcart-form .address-field .field.place input {
  width: 240px;
}

.shopcart-form label {
  font: bold 19px var(--fontstyle);
  vertical-align: middle;
}

.shopcart-form label input {
  vertical-align: middle;
  margin-right: 5px;
}

.shopcart-form span.required {
  color: #CC0000;
  font: normal 16px var(--fontstyle);
}

.shopcart-form .change-label-color label[for] {
  color: #087E5E;
  font-weight: bold;
}

.shopcart-form label.title {
  color: #087E5E;
  font-weight: bold;
}

.shopcart-form .pay-method > label,
.shopcart-form .delivery-method > label {
  margin-bottom: 20px;
}

.shopcart-form .pay-method .description,
.shopcart-form .delivery-method .description {
  font: normal 17px var(--fontstyle);
  margin-top: 5px;
}

.shopcart-form .pay-method .caution,
.shopcart-form .delivery-method .caution {
  margin-top: 5px;
  font: normal 17px var(--fontstyle);
  display: none;
}

.shopcart-form .pay-method .caution.active,
.shopcart-form .delivery-method .caution.active {
  display: block;
}

.shopcart-form .pay-method .caution .price,
.shopcart-form .delivery-method .caution .price {
  font: inherit;
}

.shopcart-form .pay-method .caution .green,
.shopcart-form .delivery-method .caution .green {
  color: #26814B;
}

.shopcart-form .pay-method .radio label,
.shopcart-form .delivery-method .radio label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.shopcart-form .pay-method .radio label input,
.shopcart-form .delivery-method .radio label input {
  position: absolute;
  left: 0;
  top: 7px;
}

.shopcart-form .pay-method .radio label .label span,
.shopcart-form .delivery-method .radio label .label span {
  font: bold 17px var(--fontstyle);
  font-weight: bold !important;
}

input[type='email'],
input[type='password'],
input[type='text'],
input[type='number'],
textarea,
select,
input[type='text'] {
  padding: 5px 8px;
  border: solid 1px #E6E5E5;
  margin-bottom: 10px;
  min-width: 0;
  border-top: solid 1px #999999;
  border-top: solid 1px #999999;
  font: normal 16px var(--fontstyle);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
}

.required_symbol {
  color: red;
}

.required_description {
  color: #666;
  font-style: italic;
}

input[type='submit'],
button {
  background: -webkit-gradient(linear, left top, left bottom, from(#00A041), to(#006B2B));
  background: -o-linear-gradient(#00A041, #006B2B);
  background: linear-gradient(#00A041, #006B2B);
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  margin: 10px 0;
}

input[type='submit']:hover,
button:hover {
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
  text-shadow: 0 0 1px #333;
  display: inline-block;
}

.shopcart-amount hr {
  margin: 10px !important;
  border-top: solid 2px #FFED00 !important;
  clear: both;
}

.error {
  color: #EE2B31;
}

p {
  font-family: var(--fontstyle);
  font-size: 16px;
  margin-bottom: 16px;
}

.row {
  margin: 0 -10px;
  /*! overflow: hidden; */
  clear: both;
}

.form .yellow_frame {
  border: solid 1px #FFED01;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 40px;
}

.form-field .left-label {
  vertical-align: middle;
}

.form-field .left-label input,
.form-field .left-label select {
  min-width: 400px;
}
.form-field .left-label label {
  width: 110px;
  float: left;
  font: normal 17px var(--fontstyle);
}
.col-sm-6 .left-label label {
  width: 150px;
  float: left;
  line-height: 2;
}

/* Unumbered list */
.field_body ul > li,
.list-stylished li {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 40px;
  min-height: 20px;
  font: normal 19px var(--fontstyle);
  color: #575757;
}

.field_body ul > li:before,
.list-stylished li:before {
  content: "";
  color: #006E36;
  padding-top: 1px;
  display: inline-block;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
  font: normal 17px var(--fontstyle);
  margin-top: -2px;
  border: solid 2px #FFED00;
  position: absolute;
  left: 0;
  top: 0;
}

.field_body ul > li:after,
.list-stylished li:after {
  content: "";
  color: #006E36;
  padding-top: 1px;
  display: inline-block;
  border-radius: 50px;
  width: 9px;
  height: 9px;
  text-align: center;
  margin-right: 10px;
  font: normal 17px var(--fontstyle);
  margin-top: -2px;
  border-radius: 0;
  border: solid 2px #006E5D;
  border-width: 2px 2px 0 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 9px;
  top: 11px;
}

/* Numbered list */
ol {
  margin: 20px 0 20px 0px;
  list-style: none;
}

ol > li {
  font: normal 19px var(--fontstyle);
  position: relative;
  counter-increment: item;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 33px;
  position: relative;
  padding-left: 56px;
  min-height: 20px;
  color: #575757;
}

ol > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(item);
  color: #006E36;
  padding-top: 8px;
  display: inline-block;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  text-align: center;
  margin-right: 10px;
  font: bold 21px var(--fontstyle);
  background: #E6EFE6;
  margin-top: -1px;
}

ol > li h3 {
  display: inline-block;
}

/* form-address */
ol.form-address > li:before {
  content: counter(item);
  color: #333333;
  padding-top: 7px;
  display: inline-block;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  text-align: center;
  margin-right: 10px;
  font: normal 17px var(--fontstyle);
  background: #FFED00;
  margin-top: -20px;
}

ol.form-address {
  margin-top: 50px;
  margin-bottom: 0px;
}

ol.form-address > li {
  font:normal 16px var(--fontstyle);
  margin: 20px 0 44px 20px !important;
  position: relative;
  counter-increment: item;
  border: solid 1px #FFED00;
  padding: 34px 40px 44px;
}

ol.form-address > li label {
  margin-bottom: 6px;
}

ol.form-address > li:last-child {
  margin: 20px 0 9px 20px !important;
}

ol.form-address > li > hr {
  margin-bottom: 50px !important;
  margin-top: 50px !important;
}

ol.form-address > li:before {
  content: counter(item);
  color: #333333;
  padding-top: 7px;
  display: block;
  border-radius: 50px;
  width: 43px;
  height: 43px;
  text-align: center;
  margin-right: 10px;
  font: normal 17px var(--fontstyle);
  background: #FFED00;
  position: absolute;
  margin-top: -20px;
  margin-left: -20px;
}

.orders {
  padding-right: 20px;
}

.orders input[type="checkbox"] {
  opacity: 1;
  pointer-events: all;
  position: static;
}

.orders label {
  margin-bottom: 0;
}

.orders label::before, .orders label::after {
  display: none !important;
}

.orders ol {
  margin-top: 50px;
}

.orders ol > li {
  margin: 20px 0px 20px 0px !important;
  padding-left: 0;
}

.orders ol > li:before {
  position: static;
  display: inline-block;
  background: #006E36;
  color: #fff;
}

.orders ol > li:after {
  content: "";
  display: block;
  border-bottom: solid 1px #DADADA;
  margin-left: 0px;
  bottom: 0;
  margin-top: 10px;
}

.orders ol > li a {
  font: normal 19px var(--fontstyle) ;
  text-decoration: underline;
  margin-right: 15px;
}

.orders ol > li {
  font: normal 18px var(--fontstyle);
}

.orders ol > li span {
  color: #006B2B;
  display: inline-block;
  font: normal 18px "Hypatia Sans Pro Light";
}

.orders ol > li span.delete {
  vertical-align: middle;
}

.orders ol > li span.delete input {
  vertical-align: middle;
  margin-right: 5px;
}

.orders ol > li .price_total {
  font: bold 18px var(--fontstyle);
}

.orders ol > li .delete {
  float: right;
  color: #333;
  font: normal 17px var(--fontstyle) ;
}

.orders ol > li .currency {
  color: #333;
}

div.orders_total_price {
  font: normal 19px var(--fontstyle);
  text-align: right;
  color: #333;
}

div.orders_total_price span {
  display: inline-block;
  margin-left: 10px;
}

div.orders_total_price .price_total {
  color: #006B2B;
}

div.orders_total_price .currency {
  font: normal 18px var(--fontstyle);
}

.order-comment {
  color: #666666;
  font: normal 16px var(--fontstyle);
}

.from_order_not_available {
  margin-bottom: 30px;
  font: normal 17px var(--fontstyle);
  color: #333;
  vertical-align: bottom;
}

.from_order_not_available:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 24px;
  background: url(/static/images/icon-alert.png?4ca43fe224fc) no-repeat;
  vertical-align: bottom;
  margin-right: 10px;
}

.col-sm-1 {
  width: 8.333333333333333%;
}

.col-sm-2 {
  width: 16.66666666666667;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-4 {
  width: 33.333333333333333%;
}

.col-sm-5 {
  width: 41.66666666666667%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-7 {
  width: 58.33333333333333%;
}

.col-sm-8 {
  width: 66.66666666666666%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-10 {
  width: 83.333333333333333%;
}

.col-sm-11 {
  width: 91.66666666666666%;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  float: left;
  padding: 10px 10px 0 10px;
}

.search-error,
.search-message {
  font: normal 18px var(--fontstyle);
  margin-bottom: 20px;
}

.delivery-address-row,
.delivery-place,
.user-address-form {
  display: none;
}

.delivery-address-row.active,
.delivery-place.active,
.user-address-form.active {
  display: block;
}

.delivery-weight {
  float: left;
  border: solid 2px #FEEC02;
  padding: 5px;
  font: normal 17px var(--fontstyle);
  margin-bottom: 20px;
}

.delivery-weight .price {
  display: inline-block;
}

.delivery-weight-helper {
  clear: both;
  font-size: 110%;
  color: #F00;
  padding: 15px 0;
}

.delivery-price {
  background: #FFED00;
  border: dashed 2px #fff;
  padding: 5px;
  font: normal 18px var(--fontstyle);
  color: #006E36;
}

.delivery-price .price {
  display: inline-block;
}

.delivery-price .price .amount,
.delivery-price .price .currency {
  font: bold 18px var(--fontstyle);
}

.delivery-address {
  margin-top: -10px;
}

.delivery-address-link a {
  text-decoration: underline;
}

.lift-checkbox {
  display: none;
}

.lift-checkbox.active {
  display: block;
}

.lift-checkbox strong {
  font-size: 14px;
}

.search-page form {
  margin-bottom: 34px;
}

.search-page input {
  display: inline-block;
  vertical-align: middle;
  min-width: 570px;
  max-width: 100%;
  font: normal 17px var(--fontstyle);
  margin-right: 15px;
}

.search-page button {
  padding: 10px 15px;
  width: auto;
  min-width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  font-size: 17px;
}

.search-page ol li {
  padding: 0 0 10px 54px;
  overflow: hidden;
}

.search-page ol li:before {
  width: 30px;
  height: 30px;
  padding-top: 3px;
  font-size: 19px;
}

.search-page ol li div.image {
  float: left;
  margin-right: 30px;
}

.search-page ol li div.title {
  margin-bottom: 15px;
}

.search-page ol li div.title a {
  font: bold 21px var(--fontstyle);
}

.search-page ol li p.description {
  color: #3C140B;
  font: normal 17px var(--fontstyle);
}

.search-page ol li span.highlighted {
  font: inherit;
  display: inline-block;
  background: #FFED00;
}

table td.amount {
  text-align: right;
  text-transform: uppercase;
}

table tfoot > tr > td {
  border-top: solid 2px #FFED00;
}

.add-one-more:before {
  content: "";
  position: absolute;
  background: url("/static/images/icon-add.png?4ca43fe224fc") no-repeat;
  width: 46px;
  height: 43px;
  top: 0;
  margin: -5px 0 0 -60px;
}

.add-one-more {
  color: #006B2B;
  border-bottom: dotted 1px #006B2B;
  display: inline-block;
  margin: 20px 0 20px 60px;
  position: relative;
  font: normal 19px var(--fontstyle);
  cursor: hand;
  c\ursor: pointer;
}

.fake-input {
  font: normal 17px var(--fontstyle);
  padding: 5px 10px;
  border: solid 1px #E6E5E5;
  border-top: solid 1px #999999;
}

.fake-input.disabled {
  background: #eee;
}

.payer > a {
  display: inline-block;
  margin-right: 30px;
}

.payer > span {
  font: normal 17px var(--fontstyle);
  color: #333333;
  display: inline-block;
}

.payer > span b {
  font-weight: bold;
}

.username {
  font: normal 17px var(--fontstyle);
  color: #999;
  vertical-align: middle;
}

.username:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 35px;
}

.errors {
  color: #ED2B31;
  font: normal 17px var(--fontstyle) ;
  margin-bottom: 20px;
}

.error {
  color: #ED2B31;
}

.unser_helper {
  color: #999;
  font-size: 11px;
}

hr.yellow {
  border: none;
  border-top: solid 1px #FFED01;
  margin: 32px 0 32px;
  width: 100%;
  clear: both;
  display: block;
}

div.helper {
  color: #999999;
  font: normal 14px var(--fontstyle);
}

div.additional-helper {
  background: #FFED00;
  display: inline-block;
  font: normal 15px var(--fontstyle);
  color: #333;
  border-radius: 5px;
  height: 31px;
  position: relative;
  padding: 0 10px 0 0;
  margin-left: 20px;
}

div.additional-helper > span {
  position: relative;
  z-index: 1;
}

div.additional-helper:after {
  content: "";
  display: inline-block;
  height: 31px;
  vertical-align: middle;
}

div.additional-helper:before {
  content: "";
  display: block;
  top: 2px;
  width: 27px;
  height: 27px;
  left: 0;
  margin-left: -13px;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 9px;
  background: #FFED00;
  z-index: 1;
}

.clearfix {
  clear: both;
  display: block;
}

table.storage-balance {
  float: left;
  max-width: 600px;
  width: 100%;
}

table.hidden-xs {
  width: 70%;
  margin-left: 26%;
}

table.products {
  width: 100%;
}

table {
  overflow: scroll;
  margin: 0 auto;
  border-collapse: collapse;
  margin-bottom: 20px;
  border-bottom: solid 2px #FFED00;
}

table th,
table td {
  text-align: left;
  border-right: solid 2px #fff;
  font-family: var(--fontstyle);
  vertical-align: middle;
  border-bottom: 1px solid #FFF;
}

table th {
  background: #FFED00;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #203700;
}

table td {
  padding: 10px 10px;
  font-size: 18px;
}

table tr:nth-child(even) > td {
  padding: 10px 10px;
  background: #E6EFE6;
}

table td.in_cart {
  white-space: nowrap;
}

th.item-photo {
  background: #FFED00 url(/static/images/svg/icon-photo.svg?c221e8d61962) no-repeat center;
  width: 70px;
}

td.item-photo {
  text-align: center;
}

td.item-photo img {
  width: 40px !important;
}

/* Header first block */
header {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  z-index: 20;
}

header > div.first > div {
  text-align: justify;
  width: 20%;
  margin: 0;
  float: left;
  font: normal 18px var(--fontstyle);
}

a.go-to-sale-site {
  display: block;
  font: normal 16px var(--fontstyle);
  text-decoration: underline;
  margin: 14px 0 0 0px;
  white-space: nowrap;
}

a.go-to-sale-site:before {
  content: "";
  display: inline-block;
  background: url(/static/images/icon-guideboard.png?4ca43fe224fc) no-repeat;
  width: 24px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.storage-balance tr:first-child {
  width: 70%;
}

.storage-balance th {
  width: auto;
}


header > div.first {
  box-shadow: 2px 2px 4px dimgrey;
}

header div.slogan {
  line-height: 1;
  text-align: center;
}

header div.logo {
  font-size: 17px !important;
  text-align: center;
}
header div.logo img{
  max-height: 90px;
}

header div.logo div.wrapper {
  display: inline-block;
}

header div.logo .wrapper span {
  position: relative;
  display: block;
  text-align: center;
  margin-top: -0.8rem;
  margin-left: 2rem;
}

header > div.first > div.contact {
  width: 20%;
  margin: auto;
  font: normal 18px var(--fontstyle);
}

header div.contact > a.send-message {
  font: normal 16px var(--fontstyle);
  border-bottom: dotted 1px #037C24;
  position: relative;
  margin-left: 20px;
  margin-top: 4px;
  display: inline;
}

header div.contact > a.send-message:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  margin: 4px 0 0 -22px;
  background: url("/static/images/svg/icon-message.svg?c221e8d61962") no-repeat left center;
}

header > div.first > div.basket-info {
  position: relative;
  padding-top: 20px !important;
  font-size: 17px !important;
}

header div.basket-info div.title {
  height: 33px;
  padding: 10px 0px 0px 55px;
}

/* header div.basket-info div.title > a.basket-link {
  display: none;
  line-height: 0.9;
} 
header div.basket-info div.title > a:after {
  content: "";
  display: block;
  border-bottom: solid 1px #006B2B;
}  
*/

header div.basket-info div.title > a.basket-link.active {
  display: inline-block;
}

header div.basket-info div.title > div.empty-basket {
  display: none;
}

header div.basket-info div.title > div.empty-basket.active {
  display: inline-block;
}

header div.basket-info > span {
  color: #037C24;
}

header div.basket-info > a.basket-link {
  display: block;
  background: url("/static/images/svg/icon-basket.svg?c221e8d61962") no-repeat 0px 8px;
  width: 54px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 10px;
}

header div.basket-info .shop-cart {
  float: left;
} 

header div.basket-info .summary.active {
  display: inline;
}

header div.basket-info a.login.btn {
  clear: left;
}

header div.basket-info a.login,
header div.basket-info a.register {
  display: inline-block;
  border-bottom: dotted 1px #037C24;
  margin-top: 12px;
  font: normal 16px var(--fontstyle);
  margin-left: 15px;
}

header div.basket-info a.login.btn,
header div.basket-info a.register.btn,
.execute-order {
  padding: 5px 15px 5px 32px;
  min-width: auto;
  margin: 0;
  margin-top: 5px;
  font: bold 14px var(--fontstyle);
  display: inline;
}

header div.basket-info a.login.btn:hover,
header div.basket-info a.register.btn:hover {
  border-bottom: 0;
}

header div.basket-info a.login svg {
  position: absolute;
  width: 16px;
  height: 20px;
  margin-left: -18px;
  margin-top: 0px;
}

header div.basket-info a.login:hover svg path {
  fill: #271718;
}

.execute-order {
  display: none;
}

.execute-order.active {
  display: inline-block;
}

.execute-order svg {
  position: absolute;
  width: 16px;
  height: 20px;
  margin-left: -18px;
  margin-top: 1px;
}

.execute-order:hover svg path {
  fill: #271718;
}

header div.basket-info a.register svg {
  content: "";
  position: absolute;
  width: 16px;
  height: 20px;
  margin-left: -19px;
  margin-top: 2px;
}

header div.basket-info a.register:hover svg path {
  fill: #271718;
}

div.basket-info > div.description {
  font: normal 17px var(--fontstyle);
  margin-bottom: 10px;
}

div.basket-info #shopcart_offers_count,
div.basket-info .shopcart_total {
  color: #006B2B;
}

header > hr {
  clear: both;
  background: url("/static/images/bg-header-wrapper.png?173597977a78") repeat-x;
  margin: 0;
  height: 3px;
  position: relative;
  border: none;
}

header > div.second {
  position: relative;
  min-height: 37px;
  box-shadow: 2px 2px 4px dimgrey;
}

header > div.second > nav > ul {
  text-align: justify;
}

/* header > div.second > nav > ul:after {content: ""; display: inline-block; width: 100%; height: 0px; border: solid 1px red; margin: 0} */
header > div.second > nav > ul > li {
  display: block;
  text-align: center;
  vertical-align: bottom;
  font: bold 17px var(--fontstyle);
  color: #fff;
}

header > div.second > nav > ul > li > a {
  color: #fff;
  height: 38px;
  padding: 0px 5px;
  display: inline-block;
  border-radius: 0 0 8px 8px;
  text-shadow: 0 -1px 0px #005622;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A342), to(#006B2B));
  background: -o-linear-gradient(#00A342, #006B2B);
  background: linear-gradient(#00A342, #006B2B);
  -webkit-box-shadow: inset 0 1px 1px #008335;
  box-shadow: inset 0 1px 1px #008335;
  position: relative;
  vertical-align: middle;
}

header > div.second > nav > ul > li > a span {
  font: inherit;
  vertical-align: middle;
  display: inline-block;
  line-height: 0.8;
  width: calc(100% - 10px);
}

header > div.second > nav > ul > li > a:after {
  content: "";
  width: 0;
  display: inline-block;
  height: 42px;
  vertical-align: middle;
}

header > div.second > nav > ul > li.fillet > a:before {
  position: relative;
  background: url("/static/images/icon-fillet.png?4ca43fe224fc") no-repeat center;
  width: 18px;
  height: 20px;
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  margin-top: -7px;
  z-index: 1;
}

header > div.second > nav > ul > li.active.fillet > a:before {
  background-image: url("/static/images/icon-fillet-active.png?4ca43fe224fc");
}

header > div.second > nav > ul > li > ul {
  width: 12.6%;
  min-width: 200px;
  display: none;
  position: absolute;
  padding: 0;
  background: white;
  -webkit-transition: display 5s;
  -o-transition: display 5s;
  transition: display 5s;
  opacity: 0;
  z-index: 1;
  padding: 5px 0;
  box-shadow: 0 0 20px dimgrey;
}

header > div.second > nav > ul {
  vertical-align: top;
}

header > div.second > nav > ul > li {
  vertical-align: top;
  height: 35px;
}

header > div.second > nav > ul > li {
  width: 12.95%;
  display: block;
  float: left;
  padding-right: 5px;
}

header > div.second > nav > ul > li:last-child {
  padding-right: 0;
}

header > div.second > nav > ul > li > a {
  cursor: hand;
  c\ursor: pointer;
  position: relative;
  text-align: center;
  display: block;
}

header > div.second > nav > ul > li.top-menu-level-1-li.catalog > a {
  width: 100%;
  border-radius: 8px 8px 0 0;
}


header > div.second > nav > ul > li.top-menu-level-1-li.catalog {
	width: 21.5%;
  border-radius: 8px 8px 0 0;
  margin-right: 7px;
}

/* header > div.second > nav > ul > li:nth-child(4) > a { padding: 10px 35px; }
header > div.second > nav > ul > li:nth-child(5) > a { padding: 10px 35px; }
header > div.second > nav > ul > li:nth-child(6) > a { padding: 10px 35px; } */
/* go-to-sale-site */
header > div.second > nav > ul > li.has_children:hover > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#005F23), color-stop(#006F2B), color-stop(#00722C), to(#005B22)) !important;
  background: -o-linear-gradient(#005F23, #006F2B, #00722C, #005B22) !important;
  background: linear-gradient(#005F23, #006F2B, #00722C, #005B22) !important;
  height: 35px;
}

header > div.second > nav > ul > li > ul > li {
  margin: 0;
}

header > div.second > nav > ul > li > ul > li:last-child {
  border-bottom: 0;
}

header > div.second > nav > ul > li > ul > li > a {
  display: block;
  background-width: 100%;
  text-align: left;
  padding: 8px 20px;
  font: normal 16px var(--fontstyle);
  color: black;
}

header > div.second > nav > ul > li > span.triangle {
  position: relative;
  display: none;
  opacity: 0;
  z-index: 1;
  height: 18px;
}

header > div.second > nav > ul > li:hover > ul {
  display: block;
  -webkit-transition: display 5s;
  -o-transition: display 5s;
  transition: display 5s;
  opacity: 1;
}

header > div.second > nav > ul > li:hover > span.triangle {
  display: block;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
  z-index: 1;
}

header > div.second > nav > ul > li:hover > a {
  color: #80D32C;
  background: -webkit-gradient(linear, left top, left bottom, from(#005F23), color-stop(#006F2B), color-stop(#00722C), to(#005B22));
  background: -o-linear-gradient(#005F23, #006F2B, #00722C, #005B22);
  background: linear-gradient(#005F23, #006F2B, #00722C, #005B22);
  -webkit-box-shadow: none;
  box-shadow: none;
}

header > div.second > nav > ul > li.active.has_children:hover > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCEC0A), color-stop(#F5B910), to(#FCEC0A)) !important;
  background: -o-linear-gradient(#FCEC0A, #F5B910, #FCEC0A) !important;
  background: linear-gradient(#FCEC0A, #F5B910, #FCEC0A) !important;
}

header > div.second > nav > ul > li.active.has_children:hover > a {
  color: #382122;
}

header > div.second > nav > ul > li.has_children:hover > a {
  /* background: linear-gradient(#005F23, #006F2B, #00722C, #005B22); */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
}

header > div.second > nav > ul > li.active > a span:before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  border-top: solid 1px #FEFC08;
  top: 0;
  margin-top: -5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCEC0A), color-stop(#F5B910), to(#FCEC0A));
  background: -o-linear-gradient(#FCEC0A, #F5B910, #FCEC0A);
  background: linear-gradient(#FCEC0A, #F5B910, #FCEC0A);
  left: 0;
  z-index: 0;
}

header > div.second > nav > ul > li.active > a {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFB09), color-stop(#F7C626), to(#F5B710));
  background: -o-linear-gradient(#FEFB09, #F7C626, #F5B710);
  background: linear-gradient(#FEFB09, #F7C626, #F5B710);
  -webkit-box-shadow: inset 0 1px 3px #F5B910;
  box-shadow: inset 0 1px 3px #F5B910;
  color: #382122;
  text-shadow: none;
}

header > div.second > nav > ul > li > ul > li.active > a {
  background: #FFED00;
  color: #382122;
  text-shadow: none;
  /*     font-weight: bold;  */
}

header > div.second > nav > ul > li > ul > li > a > span.icon {
  width: 32px;
  display: inline-block;
  height: 32px;
  background-position: center 0px;
  vertical-align: middle;
  margin-right: 10px;
}

header > div.second > nav > ul > li > ul > li > a > span.icon.active {
  display: none;
}

header > div.second > nav > ul > li > ul > li > a:hover > span.icon {
  background-position: center 32px;
}

header > div.second > nav > ul > li > ul > li.active > a > span.icon {
  background-position: center 32px;
  display: none;
}

header > div.second > nav > ul > li > ul > li.active > a > span.icon.active {
  display: inline-block;
}

header > div.second div.search {
  float: right;
  margin: 6px 3px;
}

header div.search > form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 10px;
}

header div.search {
  padding: 2px;
}

header div.search > form > input[type='text'] {
  border-radius: 3px;
  border: none;
  background: #1B1010;
  padding: 5px 95px 5px 10px;
  color: #fff;
  font: normal 16px var(--fontstyle);
  margin: 0;
  width: 100%;
}

header div.search > form > input[type='text']::-webkit-input-placeholder {
  color: #fff;
}

header div.search > form > input[type='text']::-moz-placeholder {
  color: #fff;
}

header div.search > form > input[type='text']:-ms-input-placeholder {
  color: #fff;
}

header div.search > form > input[type='text']:-moz-placeholder {
  color: #fff;
}

header div.search > form > input[type='submit'] {
  border: none;
  background: url("/static/images/svg/icon-search.svg?c221e8d61962") no-repeat center center;
  width: 27px;
  height: 27px;
  right: 2px;
  position: absolute;
  top: 2px;
  margin: 0;
}

header div.search > form > input[type='submit']:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

header div.search > form:before {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A442), color-stop(#00742C), to(#026C2B));
  background: -o-linear-gradient(#00A442, #00742C, #026C2B);
  background: linear-gradient(#00A442, #00742C, #026C2B);
  width: 27px;
  height: 27px;
  margin-top: 2px;
  border-radius: 0 3px 3px 0;
  right: 2px;
  content: "";
  display: block;
}

header div.search > form:hover:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#FEED00), color-stop(#F8CF0E), to(#F8CD0E));
  background: -o-linear-gradient(#FEED00, #F8CF0E, #F8CD0E);
  background: linear-gradient(#FEED00, #F8CF0E, #F8CD0E);
}

.tab-switch {
  border-bottom: solid 1px #FFED01;
  margin-bottom: 20px;
}

.tab-switch > li:first-child {
  margin-left: 20px;
}

.tab-switch > li {
  display: inline-block;
  padding: 10px 20px 13px;
  font: bold 16px var(--fontstyle);
  cursor: hand;
  c\ursor: pointer;
  border-radius: 8px 8px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFED00), color-stop(#FFEC01), to(#FBDA08));
  background: -o-linear-gradient(#FFED00, #FFEC01, #FBDA08);
  background: linear-gradient(#FFED00, #FFEC01, #FBDA08);
  margin: 0;
  border: solid 1px #FFED00;
  position: relative;
  color: #3C140B;
}

.tab-switch > li:after {
  content: "";
  border-bottom: solid 1px #fff;
  width: 101%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -1px;
  margin-left: -1px;
}

.tab-switch > li.active {
  background: #FFF;
}

.tab-switch > li.active:after {
  content: "";
  border-bottom: solid 5px #fff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: -5px;
}

.yellow-bracket {
  padding: 20px 30px;
  border: solid 1px #FFED01;
  border-width: 1px 1px 1px 1px;
  margin: 40px 0;
  overflow: hidden;
}

/* .settings > a { border: solid 1px red; display: block; background: #FFED00; height: 33px; } */
div.settings {
  display: inline-block;
  background: #E6EFE6;
  vertical-align: middle;
  padding: 1px 2px 0;
  min-height: 30px;
  margin: 4px 10px 5px;
}

.settings > a {
  text-decoration: underline;
  vertical-align: middle;
  display: inline-block;
}

.settings > a.settings svg {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.settings > a.settings svg path {
  fill: #3C140B;
}

.settings > a.settings {
  display: inline-block;
  padding: 0;
  vertical-align: middle;
  font: normal 15px var(--fontstyle);
  margin: 0 0 0 4px;
  vertical-align: middle;
}

.settings > a.logout {
  border-left: solid 1px #fff;
  display: inline-block;
  padding-left: 3px;
  height: 23px;
  margin-right: 2px;
  vertical-align: middle;
}

.settings > a.logout svg {
  vertical-align: middle;
  margin-top: 3px;
}

/* Social icons on main */
.social-links {
  margin: 0 10px;
  display: block;
  position: absolute;
  z-index: 100;
}

.social-links .title {
  background: #006E36;
  font: normal 18px var(--fontstyle);
  color: beige;
  padding: 18px;
}

.social-links .links {
  text-align: justify;
  background: #E6EFE6;
}

.social-links .links li {
  display: inline-block;
}

.social-links .links ul {
  padding-left: 6px;
  padding-right: 6px;
  line-height: 0;
}

.social-links .links ul:after {
  content: "";
  width: 100%;
  display: inline-block;
}

.social-links .description {
  background: #FFEE12;
  color: #3C140B;
  font: normal 17px var(--fontstyle);
  padding: 20px;
}

.social-links .social-icon, .social-links .icon-ok, .social-links .icon-vk, .social-links .icon-ig, .social-links .icon-fb, .social-links .icon-youtube {
  margin: 12px 4px 6px;
  width: 48px;
  height: 48px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFEE12;
}

.social-links .social-icon svg, .social-links .icon-ok svg, .social-links .icon-vk svg, .social-links .icon-ig svg, .social-links .icon-fb svg, .social-links .icon-youtube svg {
  max-width: 100%;
}

.social-links .social-icon:hover, .social-links .icon-ok:hover, .social-links .icon-vk:hover, .social-links .icon-ig:hover, .social-links .icon-fb:hover, .social-links .icon-youtube:hover {
  background-color: #006E36;
}

.social-links .social-icon:hover svg path, .social-links .icon-ok:hover svg path, .social-links .icon-vk:hover svg path, .social-links .icon-ig:hover svg path, .social-links .icon-fb:hover svg path, .social-links .icon-youtube:hover svg path {
  fill: #FFEE12;
}

.social-links .icon-ok {
  background-image: url(/static/images/social-icon-ok.png?4ca43fe224fc);
}

.social-links .icon-ok:hover {
  background-image: url(/static/images/social-icon-ok-active.png?4ca43fe224fc);
}

.social-links .icon-vk {
  background-image: url(/static/images/social-icon-vk.png?4ca43fe224fc);
}

.social-links .icon-vk:hover {
  background-image: url(/static/images/social-icon-vk-active.png?4ca43fe224fc);
}

.social-links .icon-ig {
  background-image: url(/static/images/social-icon-ig.png?4ca43fe224fc);
}

.social-links .icon-ig:hover {
  background-image: url(/static/images/social-icon-ig-active.png?4ca43fe224fc);
}

.social-links .icon-fb {
  background-image: url(/static/images/social-icon-fb.png?4ca43fe224fc);
}

.social-links .icon-fb:hover {
  background-image: url(/static/images/social-icon-fb-active.png?4ca43fe224fc);
}

.social-links .icon-youtube {
  background-image: url(/static/images/social-icon-youtube.png?9781031581a1);
}

.social-links .icon-youtube:hover {
  background-image: url(/static/images/social-icon-youtube-active.png?9781031581a1);
}

body > .section-categories {
  clear: both;
}

.hidden {
  display: none;
}

.header-login-form {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px #999;
  box-shadow: 0 0 6px #999;
  margin-top: 18px;
}

.header-login-form.visible {
  display: block;
}

.header-login-form > a {
  font: normal 15px Arial;
  text-decoration: underline;
}

.header-login-form > hr {
  margin: 10px 0;
}

a.login {
  position: relative;
  display: block;
}

.login-width {
    margin: 10px 20px;
    width: 35%;
}

div.triangle {
  display: block;
}

.header-login-form > div.triangle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  margin: -11px 0 0 0;
  z-index: 1;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-box-shadow: 2px 2px 4px #bbb;
  box-shadow: 2px 2px 4px #bbb;
  opacity: 1;
  z-index: 10;
  background: #fff;
}

/* Breadcrumbs */
div.breadcrumbs {
  margin: 5px 0 5px;
  width: 100%;
  padding: 0.5% 1%;
  position: relative;
  background-color: white;
  box-shadow: 2px 2px 4px dimgrey;
}

div.breadcrumbs span {
  font: bold 14px var(--fontstyle);
}

div.breadcrumbs li.active {
  font: bold 14px var(--fontstyle);
}

/* Content */
.content.inner-page {
  width: 78%;
  height: auto;
  margin: 5px 0;
  float: right;
  border: 1px solid #d4d3d3;
  box-shadow: 2px 2px 4px dimgrey;
}

.content.inner-page:before, .content.inner-page:after {
  content: " ";
  display: table;
  clear: both;
}

.content.inner-page:after {
  content: " ";
  display: table;
  clear: both;
}

.content.inner-page > div.content {
  padding: 6px;
  border-radius: 8px;
}

.content.inner-page .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 5px 15px 5px;
}

.content.inner-page h1 {
  padding-left: 0;
  background: none;
  margin-bottom: 0;
  display: inline-block;
  background: beige;
  padding: 0 13px 0 10px;
}

.content {
  margin: 0 auto 0;
  width: 100%;
  position: relative;
  background-color: #fff;
}

.main-content-block {
  width: 100%;
  height: auto;
  display: inline-block;
  min-height: 620px;
  position: relative;
  z-index: 5;
}

.left-block {
  display: block;
  width: 21%;
  margin-bottom: 2%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 4px dimgrey;
  border-radius: 0 0 8px 8px;
  background-color: white;
}

.left-block ul {
  width: 100%;
  vertical-align: middle;
  font: normal 13px var(--fontstyle);
  color: #000;
}

.left-block ul.submenu {
  position: absolute;
  width: 200%;
  top: 0;
  left: 98%;
  opacity: 1;
  visibility: visible;
}

.left-block ul.submenu li {
  width: 98%;
}

.left-block-menu-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#00A442), color-stop(#00742C), to(#026C2B));
  background: -o-linear-gradient(#00A442, #00742C, #026C2B);
  background: linear-gradient(#00A442, #00742C, #026C2B);
  text-align: center;
  vertical-align: middle;
  height: 2rem;
  width: 100%;
  border-radius: 8px 8px 0 0;
  padding-top: 3px;
}
.left-block-menu-title span {
  font: bold 19px var(--fontstyle);
  color: #f8f8f8;
  text-shadow: 1px 1px 1px #1B1010;

}
.left-block-menu-li {
  transition: none;
  position: relative;
  padding: 1%;
}
.left-block-menu-li:hover {
  background-color: #0011;
}

.left-block-menu-li.has-children > a::after {
  content: '\f078';
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  position: relative; 
  top: 8px;
  right: 4%;
  float: right;
  width: 10px;
  height: 10px;
}


.left-block-menu-li.has-children:hover > a::after {
  transform: rotate(-90deg);
}

.left-block-menu-li:hover .submenu {
  display: block;
}

.left-block-menu-sub-title {
  width: 90%;
  display: flex;
  align-items: center;
}

.left-block-menu-sub-title p {
  color: #000;
  font: normal 15px var(--fontstyle);
  padding: 5px;
  margin: 0;
}

.left-block-menu-link {
  display: flex;
}

.left-block-menu-link-icon-wrapper {
  position: inherit;
  width: 10%;
  height: 10%;
  display: flex;
  float: left;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}

.submenu {
  display: none;
  box-shadow: 1px 0px 1px 1px dimgrey;
  position: relative;
  top: -30px;
  left: 98%;
  background: #fff;
  min-width: 200px;
  list-style: none;
  z-index: 1;
  columns: 2;
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.two-columns {
  columns: 2;
  column-count: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.submenu .submenu {
  left: 100%;
  top: 0;
}

.submenu a {
  padding: 5px 5px;
}

.content:before, .content:after {
  content: " ";
  display: table;
  clear: both;
}

.content:after {
  content: " ";
  display: table;
  clear: both;
}

.content > div.left-side {
  padding-right: 300px;
  min-width: 300px;
  position: relative;
}

.content > div.left-side:before, .content > div.left-side:after {
  content: " ";
  display: table;
  clear: both;
}

.content > div.left-side:after {
  content: " ";
  display: table;
  clear: both;
}

.content > div.left-side > div {
  padding: 0 0 0 20px;
}

.content > div.left-side div.right-side {
  position: absolute;
  width: 300px;
  right: 0;
  top: 0;
}

div.content-title {
  margin-left: 10px;
  color: #3C140B;
  background: url("/static/images/bg-snake.png?4ca43fe224fc") repeat-x 0 11px;
  background-color: beige;
}

.content.inner-page .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.content.inner-page h1 {
  padding-left: 0;
  background: none;
  margin-bottom: 0;
  display: inline-block;
  background: beige;
  padding: 0 13px 0 10px;
}

header > div.second > nav > ul > li > ul > li > a:hover {
  background: #e2f7e6;
  border: 0;
}

.left-block li > ul > li > a:hover {
  background-color: #e2f7e6;
  color: #000!important;
}

.left-block li > ul > li > a > span.icon {
  width: 32px;
  display: inline-block;
  height: 32px;
  background-position: center 0px;
  vertical-align: middle;
  margin-right: 10px;
}
.left-block li > ul > li > a {
  display: block;
  overflow: hidden;
  text-align: left;
  font: normal 12px var(--fontstyle);
  color: #000;
}
.elem-news-teasers > ul {
  overflow: hidden;
}

.elem-news-teasers > ul > li span.date {
  float: right;
}

/* Contact */
.employees {
  overflow: hidden;
  margin: 0 -3px;
}

.employees > li {
  float: left;
  width: 272px;
  height: 450px;
  border: solid 2px #ffed00;
  margin: 0 3px 20px;
  padding: 20px 15px;
  text-align: center;
  position: relative;
}

.employees div.image {
  min-height: 195px;
}

.employees div.title,
.employees div.position {
  font: normal 18px var(--fontstyle);
  color: #382122;
}

.employees div.position {
  color: #999;
}

.employees .contacts {
  position: absolute;
  top: 300px;
  left: 50px;
  text-align: left;
}

.employees .contacts li {
  margin-bottom: 10px;
  color: #382122;
  font: normal 16px var(--fontstyle);
}

.employees .contacts li a {
  text-decoration: underline;
}

.employees .contacts li.icon {
  padding-left: 29px;
  position: relative;
}

.employees .contacts li.icon:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
}

.employees .contacts li.icon.phone {
  background: url(/static/images/icon-phone-medium.png?4ca43fe224fc) no-repeat left center;
}

.employees .contacts li.icon.phone:before {
  display: none;
}

.employees .contacts li.icon.letter {
  background: url(/static/images/icon-letter.png?4ca43fe224fc) no-repeat left center;
  height: 23px;
}

.form-label label {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font: normal 17px var(--fontstyle);
  color: #333;
}

/* icon-phone-xsmall.png */
.form_login .form-group {
  margin-bottom: 20px;
}

.form_login div.errors {
  margin-bottom: 20px;
}

.form_login .register_or_reset {
  margin-top: 20px;
}

/* News - actions */
.news-actions-teasers, .faqsect-teaser {
  margin: 0 -5px 20px -6px;
}

.news-actions-teasers:before, .faqsect-teaser:before, .news-actions-teasers:after, .faqsect-teaser:after {
  content: " ";
  display: table;
  clear: both;
}

.news-actions-teasers:after, .faqsect-teaser:after {
  content: " ";
  display: table;
  clear: both;
}

.news-actions-teasers li, .faqsect-teaser li {
  float: left;
  width: 274px;
  height: 276px;
  background: #E6EFE6;
  margin: 0 5px 30px;
  position: relative;
  padding: 17px;
}

.page-news .page-head {
  margin-bottom: 40px;
}

.page-news .image {
  margin-right: 20px;
}

.page-news .image,
.page-news .date {
  display: inline-block;
  vertical-align: middle;
}

.news-actions-teasers li:hover, .faqsect-teaser li:hover {
  background: #FFED00;
}

.news-actions-teasers li .image, .faqsect-teaser li .image {
  margin-bottom: 20px;
  width: 240px;
  height: 180px;
  position: relative;
}

.news-actions-teasers li .date, .faqsect-teaser li .date {
  font: normal 16px var(--fontstyle);
  line-height: 0.8;
  position: absolute;
  top: 0;
  background: url(/static/images/surface-light-blue.png?4ca43fe224fc) no-repeat;
  text-align: center;
  width: 121px;
  height: 35px;
  display: block;
  z-index: 1;
  left: 50%;
  margin-left: -60px;
}

.news-actions-teasers li:hover .date, .faqsect-teaser li:hover .date {
  background: url(/static/images/surface-yellow.png?4ca43fe224fc) no-repeat;
}

.news-actions-teasers li .action_offer, .faqsect-teaser li .action_offer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  text-align: center;
}

.news-actions-teasers li .action_offer span, .faqsect-teaser li .action_offer span,
.page-news .action_offer {
  background: #EE2B31;
  display: inline-block;
  padding: 0px 15px 2px;
  font: normal 18px var(--fontstyle);
  color: #fff;
}

.page-news .date {
  font-size: 29px;
  color: #006E36;
}

.page-news .action_offer {
  display: block;
  margin-top: 15px;
  font-size: 22px;
  text-align: center;
}

.news-actions-teasers li .title, .faqsect-teaser li .title {
  text-align: center;
  line-height: 1;
}

.news-actions-teasers li .title a, .faqsect-teaser li .title a {
  font: normal 19px var(--fontstyle);
  text-decoration: underline;
  line-height: 0.9;
}

.news-actions-teasers li:hover .title a, .faqsect-teaser li:hover .title a {
  text-decoration: none;
  color: #3C140B;
}

/* Actionsect */
div.actionsect {
  position: relative;
  margin-top: -20px;
  padding-bottom: 20px;
}

div.actionsect {
  border: solid 1px #FFED03;
  padding: 10px 20px 0 10px;
  display: inline-block;
  vertical-align: middle;
}

div.actionsect a {
  font: normal 18px var(--fontstyle);
  text-decoration: underline;
}

div.actionsect select {
  max-width: 300px;
  min-width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 20px 10px 0;
}

div.actionsect button {
  padding: 8px 15px;
  margin: 0 0 10px 0;
  vertical-align: middle;
  min-width: auto;
  font: bold 17px var(--fontstyle);
}

div.actionsect span.icon {
  height: 57px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

div.actionsect span.icon:before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 53px;
  background: url(/static/images/icon-action_label.png?4ca43fe224fc) no-repeat left top;
  vertical-align: middle;
  margin-right: 10px;
}

/* Goods */
ul.groups-offers {
  margin: 0 0 30px;
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-gap: 30px;
  -ms-grid-columns: calc(25% - 22.5px) 30px calc(25% - 22.5px) 30px calc(25% - 22.5px) 30px calc(25% - 22.5px);
  grid-template-columns: calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 22.5px);
}

ul.groups-offers > li {
  position: relative;
}

ul.groups-offers > li > div.wrapper {
  position: relative;
  margin: 0;
  height: 100%;
}

ul.groups-offers a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.groups-offers a img {
  display: inline-block;
  max-width: 240px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

ul.groups-offers a p {
  color: #000000;
  position: relative;
  width: 100%;
  font: normal 18px var(--fontstyle);
  margin: auto 0 30px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

ul.groups-offers a p:before {
  left: 0;
  background: url("/static/images/bg-snake-2-left.png?4ca43fe224fc") no-repeat center center;
}

ul.groups-offers a p:after {
  right: 0;
  background: url("/static/images/bg-snake-2-right.png?4ca43fe224fc") no-repeat center center;
}

ul.groups-offers a p:before, ul.groups-offers a p:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 85px;
  font: normal 18px var(--fontstyle) !important;
  color: #000;
  position: absolute;
  bottom: 5px;
}

ul.groups-offers a:hover {
  /* outline: 15px solid #FFED00; */
  box-shadow:0 0 20px dimgrey;

}

ul.groups-offers a:hover .title, ul.groups-offers a:hover h2 {
  color: #3C140B;
}

ul.groups-offers a .title {
  font: normal 17px var(--fontstyle);
  width: 100%;
  left: 0;
  padding: 10px;
  top: 190px;
  color: #006E36;
  margin: 0 0 20px;
  line-height: 1.1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

ul.groups-offers a h2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  color: #006E36;
  font: normal 18px var(--fontstyle);
}

table.offers {
  min-width: 100%;
}

table.offers > thead > tr > th {
  background: #FFED00;
  border-right: solid 2px #fff;
  font: normal 17px var(--fontstyle);
  color: #203700;
}

table.offers > thead > tr > th:last-child {
  border-right: none;
}

table.offers > thead > tr > th,
table.offers > tbody > tr > td {
  padding: 5px 15px;
  text-align: left;
}

table.offers > tbody > tr > td {
  padding: 15px;
  color: #666;
  font: normal 18px var(--fontstyle);
}

div.price {
  white-space: nowrap;
  color: #666 !important;
  font: bold 18px var(--fontstyle);
}

div.price svg {
  color: #CDCDCD;
  margin-right: 5px;
  -webkit-transform: translate(0, 6px);
  -ms-transform: translate(0, 6px);
  transform: translate(0, 6px);
}

div.price span.price strike {
  color: #666;
  font-weight: normal;
}

div.price > .oldprice {
  color: #999;
  display: inline-block;
  margin: 0 5px;
}

div.price > span.amount {
  color: #006B2B;
  font-weight: bold;
}

div.price .strike {
  color: #999;
}

table.offers > tbody > tr:nth-child(even) > td {
  background: #E6EFE6;
}

table.offers > tbody > tr:hover > td {
  background: #FFFBC2;
}

div.recount > input {
  width: 51px;
  font: normal 14px var(--fontstyle);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  min-width: auto !important;
}

span.plus,
div.recount > span {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

span.plus.transparent {
  opacity: 0.5;
}

.hidden {
  display: none;
}

div.recount > span:hover {
  cursor: hand;
  c\ursor: pointer;
}

div.recount > span:hover svg path {
  fill: #FFED00;
}

div.recount > span.minus {
  cursor: hand;
  c\ursor: pointer;
}

div.recount > span:hover.minus {
  cursor: hand;
  c\ursor: pointer;
}

a.add-to-cart,
button.add-to-cart {
  display: inline-block;
  color: #201314;
  vertical-align: middle;
  border: none;
  background: none;
  border-radius: 50px;
  margin: 0;
}

div.recount {
  display: inline-block;
}

div.add-to-cart {
  display: inline-block;
}

a.add-to-cart:hover,
button.add-to-cart:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.add-to-cart:before,
a.add-to-cart:before {
  background: url("/static/images/svg/ico-prod-inbox.svg?c221e8d61962") no-repeat left center;
  background-size: 100%;
  display: inline-block;
  color: #201314;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  content: "";
}

.empty-cart a.bascet-link:before {
  display: none;
} 

a.bascet-link:before {
  background: url("/static/images/svg/ico-prod-inbox.svg?c221e8d61962") no-repeat left center;
  background-size: 100%;
  display: inline-block;
  color: #201314;
  width: 44px;
  height: 44px;
  vertical-align: middle;
  content: "";
}

.offers {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teaser-catitem {
  width: 25%;
  position: relative;
 }

.teaser-catitem > div.wrapper {
  margin: 0 10px 5px 0;
  position: relative;
  height: 465px;
  border: 1px solid #d4d3d3;
  background-color: white;
  display: inline-grid;
  width: 98%;
  }

.teaser-catitem:hover > div.wrapper {
  box-shadow:0 0 20px dimgrey;
}

.teaser-catitem div.image {
  text-align: center;
  height: 310px;
  position: relative;
}

.teaser-catitem div.image img {
  display: inline-block;
  max-height: 310px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.teaser-catitem-title {
  font: normal 14px var(--fontstyle);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: underline;
  margin: 3px;
  color: #B2D2BF;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 3px;
  overflow: hidden;
  overflow-wrap: break-word;
  height: 40px;
}

.teaser-catitem-title:hover {
  color: #C3BCBC;
}

.teaser-catitem-title:hover > a {
  color: #382021;
}

.teaser-catitem div.price {
  width: 100%;
  text-align: center;
  white-space: normal;
  padding: 0 20px;
  display: table-row;
}

.teaser-catitem p.description {
  font: normal 17px var(--fontstyle);
  color: #777;
  text-align: center;
  margin-bottom: 2px;
  height: 25px;
}

div.recount {
  text-align: center;
  min-width: 102px;
}

.wrapper-hopcart-add {
  width: 100%;
  text-align: center;
}

.shop-cart {
  display: block;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  margin: 3px 0;
  position: relative;
}

.shop-cart.hidden {
  display: none;
}

div.recountandbascet {
  position: static;
  display: inline-block;
}

.add-shop-cart {
  float: left;
  text-align: center;
  margin: 0 auto;
  margin-left: 1rem;
}

table.products .recountandbascet .recount {
  margin: 9px 5px;
  float: none;
  padding: 0;
  height: auto;
}

.recountandbascet .recount {
  margin: 0 5px;
  float: left;
  padding: 11px 0;
  height: 50px;
}

span.empty-cart2 {
  background: url("/static/images/svg/ico-prod-inbox.svg?c221e8d61962") no-repeat;
  background-color: #fff;
}

span.empty-cart {
  c\ursor: pointer;
  background: url("/static/images/svg/ico-prod-not-inbox.svg?c221e8d61962") no-repeat;
  opacity: 1; 
}

span.empty-cart:hover {
  background-color: green;
}

.teaser-catitem .not_enough {
  position: absolute;
  display: block;
  padding: 0px 20px 2px;
  color: #fff;
  font: normal 18px var(--fontstyle);
  background: #EE2B31;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}

.teaser-catitem .not_enough.big {
  font: bold 69px var(--fontstyle);
  text-transform: uppercase;
  background: none;
  left: 0;
  margin-left: 0;
  width: 100%;
  top: 50%;
  padding: 0;
  line-height: 0;
  margin-top: -20px;
  opacity: 0.6;
}

div.action-fillet,
li.action:before {
  content: '';
  width: 112px;
  height: 109px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/static/images/fillet-action.png?4ca43fe224fc") no-repeat;
  margin: -2px 0 0 -2px;
  z-index: 11;
}

div.description {
  margin-bottom: 20px;
}

li.action {
  /*     border-color: #FFED03 !important; */
}

.additional-offers .teaser-catitem {
  width: auto;
  float: none;
}

.additional-offers .teaser-catitem div.image {
  text-align: center;
}

.additional-offers .teaser-catitem div.image img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.additional-offers .additional-carousel-navigation {
  overflow: hidden;
}

.additional-offers .additional-carousel-navigation .additional-carousel-navigation-wrapper {
  float: right;
  padding: 15px 50px;
  position: relative;
}

.additional-offers .additional-carousel-navigation .owl-dot {
  cursor: hand;
  c\ursor: pointer;
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background: #006E36;
  display: inline-block;
  margin: 0 10px;
}

.additional-offers .additional-carousel-navigation .owl-dot.active {
  background: #FFED00;
}

.additional-offers .additional-carousel-navigation .owl-dot:hover {
  background: #ccbe00;
}

.additional-offers .additional-carousel-navigation .additional-buttons .owl-prev, .additional-offers .additional-carousel-navigation .additional-buttons .owl-next {
  cursor: hand;
  c\ursor: pointer;
  width: 44px;
  height: 44px;
  background: url("/static/images/arrow-carousel.png?4ca43fe224fc") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.additional-offers .additional-carousel-navigation .additional-buttons .owl-prev:hover, .additional-offers .additional-carousel-navigation .additional-buttons .owl-next:hover {
  background-image: url("/static/images/arrow-carousel-active.png?4ca43fe224fc");
}

.additional-offers .additional-carousel-navigation .additional-buttons .owl-next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Headings */
.content-title span.view {
  color: #333333;
  font: normal 16px var(--fontstyle);
  vertical-align: middle;
  background: #fff;
  padding-left: 15px !important;
  vertical-align: middle;
}

.content-title span.view > a {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  vertical-align: middle;
}

.content-title span.view > a.go-to-price-view,
.content-title span.view > a.back-to-defualt-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-title span.view > a.default-view:hover svg path,
.content-title span.view > a.active svg path,
h1 > span.view > a.default-view.active svg path {
  fill: #FFED00;
}

.content-title span.view > a.table-view:hover svg path,
h1 > span.view > a.table-view.active svg path {
  fill: #FFED00;
}

.content-title span.view > a.view-pricelist {
  color: #fff;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  background: -o-linear-gradient(#006B2B, #00A141 5px, #006B2B);
  background: linear-gradient(#006B2B, #00A141 5px, #006B2B);
  height: 40px;
  padding: 0 10px 0 15px;
  font: normal 17px var(--fontstyle);
  text-shadow: 0 -1px 0 #00461C;
  border-radius: 5px;
}

.content-title span.view > a.view-pricelist svg {
  width: 32px;
  height: 32px;
  margin: 5px;
}

.content-title span.view > a.view-pricelist:hover {
  background: -o-linear-gradient(#F6C20F, #FCEE0D 5px, #F5B710);
  background: linear-gradient(#F6C20F, #FCEE0D 5px, #F5B710);
  color: #382122;
}

.content-title span.view > a.back-to-defualt-view {
  color: #fff;
  width: auto;
  vertical-align: middle;
  background: -o-linear-gradient(#006B2B, #00A141 5px, #006B2B);
  background: linear-gradient(#006B2B, #00A141 5px, #006B2B);
  height: 40px;
  padding: 0 10px 0 15px;
  font: normal 17px var(--fontstyle);
  text-shadow: 0 -1px 0 #00461C;
  border-radius: 5px;
  line-height: 0.9;
}

.content-title span.view > a.back-to-defualt-view:hover {
  background: -o-linear-gradient(#F6C20F, #FCEE0D 5px, #F5B710);
  background: linear-gradient(#F6C20F, #FCEE0D 5px, #F5B710);
  color: #382122;
  text-shadow: 1px 1px 0 #fff;
}

.content-title span.view > a.back-to-defualt-view:hover:after {
  background: url("/static/images/icon-view-default-active.png?4ca43fe224fc") no-repeat center center;
}

.content-title span.view > a.go-to-price-view {
  color: #fff;
  width: auto;
  vertical-align: middle;
  background: -o-linear-gradient(#006B2B, #00A141 5px, #006B2B);
  background: linear-gradient(#006B2B, #00A141 5px, #006B2B);
  height: 40px;
  padding: 0 10px 0 15px;
  font: normal 17px var(--fontstyle);
  text-shadow: 0 -1px 0 #00461C;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 0.9;
}

.content-title span.view a svg {
  margin-left: 5px;
}

.content-title span.view > a.go-to-price-view svg:first-of-type {
  display: none;
}

.content-title span.view > a.go-to-price-view svg:last-of-type {
  display: block;
}

.content-title span.view > a.back-to-defualt-view svg:last-of-type {
  display: none;
}

.content-title span.view > a.back-to-defualt-view svg:first-of-type {
  display: block;
}

.content-title span.view > a.go-to-price-view:hover {
  background: -o-linear-gradient(#F6C20F, #FCEE0D 5px, #F5B710);
  background: linear-gradient(#F6C20F, #FCEE0D 5px, #F5B710);
  color: #382122;
  text-shadow: 1px 1px 0 #fff;
}

.content-title span.view > a:hover svg path {
  fill: #382122;
}

/* Choices */
/* div.background-vegetables {
  margin-top: -20px;
  background-repeat: repeat-x;
  position: absolute;
  width: 100%;
  height: 110px;
  opacity: 1;
} */

.section-choices, .stores-header-menu {
  position: relative;
  /* max-width: 1160px; */
  background: #201314;
  min-height: 43px;
  border-radius:0px 0px 20px 20px;
}

.section-choices > ul, .stores-header-menu > ul {
  padding: 5px 0px;
  margin: 0 20px;
}

.section-choices > ul > li, .stores-header-menu > ul > li {
  display: inline-block;
  border: solid 1px;
  padding: 6px 30px 6px 20px;
  font: normal 17px var(--fontstyle);
  color: #201314;
  margin-right: 25px;
  border-radius: 5px 0 0 5px;
  position: relative;
  background: #fff;
  border: none;
  height: 38px;
}

.section-choices > ul > li > ul, .stores-header-menu > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  margin: 9px 0 0 -20px;
  z-index: 3;
  padding: 10px 20px;
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}

.section-choices > ul > li:hover, .stores-header-menu > ul > li:hover {
  cursor: hand;
  c\ursor: pointer;
}

.section-choices > ul > li:hover > ul, .stores-header-menu > ul > li:hover > ul {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1111;
}

.section-choices > ul > li:after, .stores-header-menu > ul > li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 20px;
  margin-right: -20px;
  border-radius: 0 15px 15px 0;
  background-color: #FFF;
}

.section-choices > ul > li > a, .stores-header-menu > ul > li > a {
  color: #201314;
  border-bottom: dashed 1px #F5B813;
  display: inline-block;
}

.section-choices > ul > li > a:after, .stores-header-menu > ul > li > a:after {
  position: absolute;
  content: "";
  border-top: solid 8px #F5B813;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  margin: 0px 0 0 15px;
  display: inline-block;
  top: 15px;
}

.section-choices > ul > li.fellows, .stores-header-menu > ul > li.fellows {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFED00), to(#F2B813));
  background: -o-linear-gradient(#FFED00, #F2B813);
  background: linear-gradient(#FFED00, #F2B813);
}

.section-choices > ul > li.fellows:after, .stores-header-menu > ul > li.fellows:after {
  /* background: url("/static/images/bg-choices-fellows.png?4ca43fe224fc") no-repeat; */
  border-radius: 0 15px 15px 0;
  background: linear-gradient(#FFED00, #F2B813);
}

.section-choices > ul > li.fellows > a, .stores-header-menu > ul > li.fellows > a {
  border-color: #201314;
}

.section-choices > ul > li.fellows > a:after, .stores-header-menu > ul > li.fellows > a:after {
  border-top: solid 8px #201314;
}

.section-choices > ul > li.children, .stores-header-menu > ul > li.children {
  background: #201314;
  border-width: 1px 0 1px 1px;
  border-color: #8E8888;
  border-style: solid;
  border-right: none;
  height: 30px;
}

.section-choices > ul > li.children:after, .stores-header-menu > ul > li.children:after {
  margin-right: -20px;
  margin-top: -1px;
  height: 30px;
  border-width: 1px 1px 1px 0;
  border-color: #8E8888;
  border-style: solid;
  border-radius: 0 15px 15px 0;
  background-color: #201314;
}

.section-choices > ul > li.children > a, .stores-header-menu > ul > li.children > a {
  border-color: #fff;
  color: #fff;
}

.section-choices > ul > li > ul:before, .stores-header-menu > ul > li > ul:before {
  position: absolute;
  content: "";
  border-bottom: solid 12px #000;
  border-left: solid 18px transparent;
  border-right: solid 18px transparent;
  margin: -12px 0 0 12px;
  top: 0;
  opacity: 0.1;
}

.section-choices > ul > li > ul:after, .stores-header-menu > ul > li > ul:after {
  position: absolute;
  content: "";
  border-bottom: solid 10px #fff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  margin: -10px 0 0 15px;
  top: 0;
}

.section-choices > ul > li > ul > li, .stores-header-menu > ul > li > ul > li {
  margin-bottom: 5px;
  white-space: nowrap;
}

.section-choices > ul > li > ul > li > a, .stores-header-menu > ul > li > ul > li > a {
  text-decoration: underline;
  font-size: 18px;
}

.section-choices > ul > li > ul > li > a:hover, .stores-header-menu > ul > li > ul > li > a:hover {
  text-decoration: none;
  color: #201314;
}

div.content {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

div.content.left {
  margin-right: 280px;
}

div.right {
  width: 280px;
  float: right;
  min-height: 400px;
  padding: 10px 0 10px 20px;
  background: #fff;
  position: relative;
}

div.elem-scms_control > ul > li {
  display: inline-block;
  margin-bottom: 5px;
}

div.elem-scms_control > ul > li > a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00A041), to(#006B2B));
  background: -o-linear-gradient(#00A041, #006B2B);
  background: linear-gradient(#00A041, #006B2B);
  color: #fff;
}

div.elem-scms_control > ul > li > a:hover {
  -webkit-box-shadow: 0 0 3px #006F2A;
  box-shadow: 0 0 3px #006F2A;
  text-shadow: 0 0 1px #333;
}

div.breadcrumbs > ul > li {
  display: inline-block;
}

div.breadcrumbs > ul > li > a {
  color: #3B130B;
}

div.breadcrumbs > ul > li:after {
  content: "/";
  display: inline-block;
  margin: 0 1px 0 3px;
}

div.breadcrumbs > ul > li:last-child,
div.breadcrumbs > ul > li:last-child a {
  display: inline-block;
  color: darkgreen;
}

div.breadcrumbs > ul > li:last-child:after {
  content: "";
  display: inline-block;
  margin: 0;
}

/* Pager */
div.pager {
  position: relative;
  padding-bottom: 5px;
  margin-right: 9px;
  float: right;
}

div.perpage {
  font: normal 16px var(--fontstyle);
  color: #4e4e4e;
  vertical-align: middle;
  line-height: 2;
}

div.perpage span { 
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  float: left;
  font: normal 14px var(--fontstyle);
}

div.perpage form {
  vertical-align: middle;
  display: flex;
  font: normal 14px var(--fontstyle);
  align-items: center; 
  justify-content: center;
  margin-bottom: 8px;
}

div.perpage select {
  width: 60px;
  vertical-align: middle;
  border-radius: 4px;
  margin-bottom: 0;
}

.elem-pager {
  display: inline-block;
  font: normal 18px var(--fontstyle);
  background-color: beige;
  padding: 10px;
}

.elem-pager > ul {
  display: inline-block;
}

.elem-pager > ul > li {
  display: inline-block;
}

.elem-pager > ul > li > a {
  color: #3C140B;
}

.elem-pager > ul > li > a {
  font: bold 19px var(--fontstyle);
  display: inline-block;
  padding: 3px 12px;
  border: solid 2px #FFED00;
  background: #FFED00;
}

.elem-pager > ul > li > a:hover {
  background: #006E36;
  border-color: #006E36;
  color: #fff;
}

.elem-pager > ul > li.active {
  background: none;
  font: bold 19px var(--fontstyle);
  display: inline-block;
  padding: 3px 12px;
  border: solid 2px #FFED00;
  padding-left: 12px !important;
}

/* Back link */
.elem-backlink {
  margin: 40px 0 10px;
  vertical-align: middle;
}

.elem-backlink a {
  display: block;
  position: relative;
  padding-left: 45px;
  margin: 10px 0;
}

.elem-backlink svg {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 5px;
  top: 0;
}

.elem-backlink > a {
  font: normal 18px var(--fontstyle);
  text-decoration: underline;
}

.elem-backlink > a:hover svg path {
  fill: #006B2B;
}

.page-catitem {
  overflow: hidden;
}

.page-catitem > .product-header {
  overflow: hidden;
  float: left;
  width: 24%;
  margin: 1%;
  margin-bottom: 20px;
  text-align: center;
}

.page-catitem > .product-main {
  overflow: hidden;
  width: 47%;
  float: left;
}

.page-catitem > .product-main div.title {
  font: bold 20px var(--fontstyle);
  margin-bottom: 20px;
}

.page-catitem > .product-main .description p {
  font: normal 16px var(--fontstyle);
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: solid 1px #FFED00;
}

.page-catitem > .product-main .description p:last-child {
  border: none;
}

.additional-offers {
  margin-top: 20px;
}

.neighbour-items {
  margin-top: 40px;
  overflow: hidden;
  margin-left: 300px;
  margin-right: 255px;
}

.neighbour-items.catcomp {
  margin-left: 0;
}

.neighbour-items neighbour-items-links, .neighbour-items .neighbour-items-prev a, .neighbour-items .neighbour-items-next a {
  background: url(/static/images/prev-next-borders.png?4ca43fe224fc) no-repeat;
  width: 130px;
  height: 63px;
  font: normal 16px var(--fontstyle);
  text-transform: lowercase;
  text-decoration: underline;
  line-height: 1;
  padding: 20px 20px 11px;
  display: block;
}

.neighbour-items .neighbour-items-prev {
  float: left;
}

.neighbour-items .neighbour-items-prev a:hover {
  background-position: 0 -63px;
}

.neighbour-items .neighbour-items-next {
  float: right;
}

.neighbour-items .neighbour-items-next a {
  background-position: -130px 0;
  /*             text-align: right; */
  padding: 20px 20px 11px 15px;
}

.neighbour-items .neighbour-items-next a:hover {
  background-position: -130px -63px;
}

.page-catcomp {
  overflow: hidden;
}

.page-catcomp > .product-header {
  overflow: hidden;
  float: left;
  width: 260px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.page-catcomp > .product-main {
  overflow: hidden;
  padding-top: 4px;
}

.page-catcomp > .product-main div.title {
  font: bold 26px var(--fontstyle);
  margin-bottom: 30px;
}

.page-catcomp > .product-main .description p {
  font: normal 18px var(--fontstyle);
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: solid 1px #FFED00;
}

.page-catcomp > .product-main .description p:last-child {
  border: none;
}

.tab {
  margin-top: 20px;
  overflow: hidden;
  display: none;
}

.tab.active {
  display: inline;
}

/* Blocks */
ul.why-we {
  margin: 0 -5px;
  overflow: hidden;
}

ul.why-we > li {
  float: left;
  width: 33.3%;
  padding: 3px;
  background-width: 100%;
  text-align: center;
  color: #3C140B;
  font: normal 18px var(--fontstyle);
  background-repeat: no-repeat;
  position: relative;
  vertical-align: bottom;
  text-decoration: none;
}

ul.why-we > li img {
  max-width: 100%;
}

ul.why-we > li p {
  padding: 0 20px;
}

.elem-files-files table th {
  color: #203700;
  font: normal 15px var(--fontstyle);
}

.elem-files-files table td a {
  text-decoration: underline;
}

.elem-files-files table td a.download {
  background: url(/static/images/icon-download.png?4ca43fe224fc) no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.elem-files-files table td a.download:hover {
  background-position: bottom;
}

.elem-files-files table td {
  color: #666666;
}

/* Footer */
footer {
  border-top: solid 2px #382122;
  background-color: #fff;
  height: 240px;
  display:inline-table;
  position: relative;
  z-index: 1;
}

footer:before {
  border-top: solid 8px #FFED00;
  display: block;
  content: "";
  width: 100%;
  margin: auto;
}

footer > div {
  float: left;
  margin-top: 10px;
  padding: 0 25px;
}

footer > div.copyright {
  width: 35%;
  font: normal 17px var(--fontstyle);
  color: #666;
  margin-left: 10px;
}

footer > div.copyright > p {
  font: normal 13px var(--fontstyle);
  color: #B6B6B7;
  margin-top: 10px;
}

footer > div.copyright > span {
  color: #037C24;
}

footer > div.contacts {
  margin-top: -1px;
  height: 1px;
}

footer > div.contacts > ul:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url("/static/images/svg/icon-phone-small.svg?c221e8d61962") no-repeat;
  position: absolute;
  top:0;
  left:27px;
}

footer > div.contacts > ul {
  display: inline-block;
  width: 268px;
  height: 79px;
  padding: 0 0 0 55px;
  background: url("/static/images/bg-half-ellipse.png?4ca43fe224fc") no-repeat center top;
  position: relative;
  font: normal 16px var(--fontstyle);
}

footer > div.contacts a {
  color: black;
}

footer > div.contacts a:hover {
  color: #037C24;
}

div.send-us-request {
  text-align: left;
  width: 165px;
  margin-left: 30%;
}

div.developer {
  text-align: left;
  width: 190px;
  position: relative;
  margin-top: 32px;
  color: #666;
  padding-right: 0;
  margin-left: 40px;
}

div.developer a.developer-link {
  display: inline-block;
  height: 24px;
  background: url("/static/images/svg/ico-fortima.svg?503e43f90960") no-repeat right 16px;
  padding: 12px 68px 10px 0;
  color: #666;
  font: normal 13px var(--fontstyle);
  margin-bottom: 30px;
}

div.send-us-request a.send-message {
  font: normal 14px var(--fontstyle);
  border-bottom: dotted 1px #037C24;
  display: inline-block;
  position: static;
  margin-top: 4px;
  margin-bottom: 20px;
}

div.send-us-request a.send-message:before {
  content: "";
  position: static;
  width: 16px;
  height: 20px;
  margin-left: -22px;
  background: url("/static/images/svg/icon-message.svg?c221e8d61962") no-repeat left center;
}

div.send-us-request .work-time, div.send-us-request .work-time-weeks {
  font: bold 15px var(--fontstyle);
  color: #666;
  margin-left: -22px;
}

div.send-us-request .work-time-weeks {
  font-size: 13px;
  margin-left: auto;
}

div.send-us-request .work-days {
  overflow: hidden;
  margin: 5px -1px;
}

div.send-us-request .work-days li {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #006E36;
  float: left;
  margin: 1px;
}

div.send-us-request .work-days li.non-working-day {
  background: #FFEE12;
}

/* div.second > div {display: inline-block;} */
div.second {
  text-align: justify;
  line-height: 0;
}

li.pot {
  text-align: center;
}

li.pot > div.image {
  height: 340px;
  overflow: hidden;
  min-height: auto !important;
}

li.pot a.catcomp-detail {
  border-radius: 50px;
  margin: 0;
  background-image: url("/static/images/icon-catcomp-detail.png?4ca43fe224fc");
  width: 43px;
  height: 43px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  margin-bottom: 15px;
  /*         width: 24px; */
  /*         height: 24px; */
}

.offers > li.pot > h2 {
  height: 53px;
  display: block;
  overflow: hidden;
  margin-bottom: 27px;
}

.offers > li.pot div.price {
  bottom: 44px;
}

.offers > li .currency {
  font-size: 18px;
}

span.price {
  color: #037C24 !important;
  font: bold 18px var(--fontstyle);
}

.strike {
  text-decoration: line-through;
}

.product-header .images {
  margin-bottom: 30px;
  position: relative;
}

.product-additional-info {
  border: solid 1px #E6EFE6;
  padding: 2px;
  margin-bottom: 5px;
}

.product-additional-info .title {
  font: normal 17px var(--fontstyle);
  word-break: break-word;
}

.catcomp-items {
  max-width: 79 0px;
  overflow: hidden;
  width: 100%;
  clear: left;
  margin-top: 20px;
}
header div.second div.serch-panel {
  display: none;
}
.catcomp-items a {
  border-bottom: dashed 1px #006B2B;
}

table span.discount {
  color: #EE2B31;
}

.product-additional-info .color li {
  display: inline-block;
  border: solid 1px #E6EFE6;
  width: 24px;
  height: 24px;
  margin: 0 5px 5px 0;
  cursor: hand;
  c\ursor: pointer;
}

.product-additional-info .color li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-additional-info .color li a.active:after {
  content: '';
  display: block;
  width: 13px;
  height: 8px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px -1px 1px rgba(0, 0, 0, 0.2);
}

.product-additional-info.image-set {
  position: relative;
  margin-top: -1px;
}

.page-catitem .product-additional-info.image-set {
  width: 96%;
}

.product-additional-info.image-set ul li {
  display: inline-block;
}

.product-main.has-add-info ul.tabs {
  margin-bottom: 10px;
}

div.tabs {
  display: none;
}

div.tabs.active {
  display: block;
}

.product-main.has-add-info .main-info div.title {
  font: normal 17px var(--fontstyle);
  margin-bottom: 20px;
}

.page-catitem .add-info {
  width: 25%;
  text-align: left;
  position: relative;
  margin-left: 10px;
  z-index: 1111;
  float: right;
}

.page-catitem .add-info ul {
  padding-top: 40px;
  background: url(/static/images/label.png?4ca43fe224fc) no-repeat 0 5px;
}

.page-catitem .add-info ul li {
  margin: 0 0 10px;
  font: normal 13px var(--fontstyle);
  color: #999;
}

.page-catitem .add-info ul li span {
  color: #1F1313;
}

.product-main.has-add-info div.underline {
  border-bottom: solid 1px #FFED00;
  margin-bottom: 20px;
}

.product-main.has-add-info div.description p {
  font: normal 15px var(--fontstyle);
}

.product-main .head-parameters {
  margin-bottom: 50px;
}

.product-main .head-parameters li {
  display: inline-block;
  font: normal 18px var(--fontstyle);
  color: #999;
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #FFED00;
}

.product-main .head-parameters li:last-child {
  border: none;
  margin-right: 0;
}

.product-main .head-parameters li span {
  color: #201314;
}

.product-main.has-add-info ul.tabs {
  word-spacing: 10px;
}

.product-main.has-add-info div.underline p {
  margin-bottom: 20px;
}

.product-main.has-add-info .tabs > li {
  display: inline-block;
  word-spacing: normal;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font: normal 17px var(--fontstyle);
  cursor: hand;
  c\ursor: pointer;
  color: #362825;
}

.product-main.has-add-info .tabs > li {
  color: #006E36;
}

.product-main.has-add-info .tabs > li.active {
  color: #362825;
}

.product-main.has-add-info .tabs > li.active::after {
  display: none;
}

.product-main.has-add-info .tabs > li::after {
  content: "";
  display: block;
  border-bottom: dashed 1px #006E36;
}

/* Products table */
table.products th.header-order {
  width: 155px;
}


table.products td {
  height: 54px;
}

table.products th.quantity {
  min-width: 180px;
}

td.in_cart {
  padding-top: 2px;
  padding-bottom: 2px;
}

div.articles-teasers {
  margin: 0 -5px 20px -6px;
}

div.articles-teasers:before, div.articles-teasers:after {
  content: " ";
  display: table;
  clear: both;
}

div.articles-teasers:after {
  content: " ";
  display: table;
  clear: both;
}

div.articles-teasers li {
  float: left;
  width: 274px;
  height: 276px;
  background: #fff;
  margin: 0 5px 30px;
  position: relative;
  padding: 17px;
  border: solid 2px #FFED00;
}

div.articles-teasers li:after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  background: url(/static/images/articles-bookmark.png?4ca43fe224fc) no-repeat;
  display: block;
  right: 0;
  bottom: 0;
  margin-bottom: -2px;
  margin-right: -2px;
}

div.articles-teasers li:hover:after {
  width: 21px;
  height: 20px;
  background-image: url(/static/images/articles-bookmark-active.png?4ca43fe224fc);
  margin-bottom: -2px;
  margin-right: -3px;
}

div.articles-teasers li:hover {
  background: #FFED00;
}

div.articles-teasers li div.image {
  margin-bottom: 10px;
  width: 240px;
  height: 180px;
  position: relative;
}

div.articles-teasers li div.date {
  font: normal 16px var(--fontstyle);
  line-height: 0.8;
  position: absolute;
  top: 0;
  background: url(/static/images/surface-light-blue.png?4ca43fe224fc) no-repeat;
  text-align: center;
  width: 121px;
  height: 35px;
  display: block;
  z-index: 1;
  left: 50%;
  margin-left: -60px;
}

div.articles-teasers li:hover div.date {
  background: url(/static/images/surface-yellow.png?4ca43fe224fc) no-repeat;
}

div.articles-teasers li div.action_offer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  text-align: center;
}

div.articles-teasers li div.action_offer span {
  background: #EE2B31;
  display: inline-block;
  padding: 0px 15px 2px;
  font: normal 18px var(--fontstyle);
  color: #fff;
}

div.articles-teasers li div.title {
  text-align: center;
  line-height: 1;
}

div.articles-teasers li div.title {
  font: normal 19px var(--fontstyle);
  text-decoration: underline;
  line-height: 0.9;
}

div.articles-teasers li:hover a {
  text-decoration: none;
  color: #3C140B;
}

div.articles-teasers li:hover a div.title {
  text-decoration: none;
}

.elem-article-teasers > ul > li {
  padding-left: 0 !important;
}

.elem-article-teasers > ul > li:before,
.elem-article-teasers > ul > li:after {
  display: none !important;
}

p.decor {
  color: #006E36;
  border: 3px dashed #FFF;
  padding: 15px;
  background-color: #E6EFE6;
}

.phone-icon, .phone:before, .phone.velcom:before, .phone.mts:before {
  content: "";
  background: url(/static/images/svg/ico-top-beltel.svg?c221e8d61962) no-repeat center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: -2px;
}

.phone {
  position: relative;
  display: block;
  vertical-align: middle;
}

.phone a {
  color: black;
  font: normal 16px var(--fontstyle);
}

.phone a:hover {
  color: #037C24;
}

.phone.velcom:before {
  background-image: url("/static/images/svg/ico-top-a1.svg?c221e8d61962");
}

.phone.mts:before {
  background-image: url("/static/images/svg/ico-top-mts.svg?c221e8d61962");
}

/* Bricks on main page */
div.bricks {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 24.25%;
  vertical-align: top;
}

div.bricks > ul > li {
  float: left;
  margin-top: 1.8%;
  position: relative;
}

div.bricks > ul > li > img {
  width: 100%;
  height: auto;
}


div.bricks > ul > li > a {
  border: solid 3px transparent;
  border-width: 0 0 3px 0;
  text-align: right;
  display: block;
  font: normal 1px Arial !important;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: middle;
  text-align: left;
  vertical-align: bottom;
}

div.bricks > ul > li > a:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
}

div.bricks > ul > li > a > span {
  position: absolute;
  font: normal 33px var(--fontstyle);
  color: #000;
  display: inline-block;
  background: #FFED00;
  text-align: center;
  vertical-align: bottom;
  width: 80%;
  padding: 10px 20px;
  font: normal 17px var(--fontstyle);
  line-height: 1;
  bottom: 20px;
  left: 50%;
  margin-left: -40%;
  border-bottom: solid 1px #006B2B;
}

div.bricks > ul > li > a.green > span {
  background: #ff0000;
  color: #fff;
}

/* Slider */
.section-slider {
  position: relative;
  z-index: 1;
  background-repeat: repeat-x;
  background-position: 10px;
  overflow: hidden;
}

.section-slider > div.slider-wrapper {
  width: 100%;
  position: relative;
}

.section-slider > div.slider-wrapper > div.slider img.slider-image {
  max-width: 100% !important;
}

.section-slider > div.slider-wrapper > div.slider {
  position: relative;
  width: 74%;
  overflow: hidden;
  float: left;
  vertical-align: top;
  margin: 0.5% 1% 0.5% 0.5%;
}

.section-slider > div.slider-wrapper > div.slider > ul {
  margin: 0;
  padding: 0;
}

.section-slider > div.slider-wrapper > div.slider li > div.tag {
  display: none;
  background: url("/static/images/image-for-slider.png?173597977a78") no-repeat;
  position: absolute;
  top: 72px;
  left: 75px;
  z-index: 411;
  width: 376px;
  height: 294px;
}

.section-slider > div.slider-wrapper > div.slider li > div.tag > p {
  position: relative;
  text-align: center;
  padding: 42px 30px 0;
  font: normal 42px "HypatiaSansPro-Regular", "Hypatia Sans Pro";
  line-height: 0.95;
  margin-bottom: 0;
}

.section-slider > div.slider-wrapper > div.slider li > div.tag > div {
  width: 380px;
  height: 130px;
  position: relative;
  text-align: center;
}

.section-slider > div.slider-wrapper > div.slider li > div.tag > div:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

.section-slider > div.slider-wrapper > div.slider li > div.tag > div > a {
  vertical-align: middle;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 50px;
}

.section-slider > div.slider-wrapper div#next, .section-slider > div.slider-wrapper div#prev {
  width: 44px;
  height: 44px;
  text-align: center;
  cursor: hand;
  c\ursor: pointer;
  z-index: 11111;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
}

.section-slider > div.slider-wrapper div#next:hover, .section-slider > div.slider-wrapper div#prev:hover {
  -webkit-box-shadow: 0 0 3px #666;
  box-shadow: 0 0 3px #666;
}

.section-slider > div.slider-wrapper div#next {
  background: url(/static/images/element-navigation-right.png?4ca43fe224fc) no-repeat 0 -44px;
}

.section-slider > div.slider-wrapper div#next:hover {
  background: url(/static/images/element-navigation-right.png?4ca43fe224fc) no-repeat 0 -88px;
}

.section-slider > div.slider-wrapper div#prev {
  background: url(/static/images/element-navigation-left.png?4ca43fe224fc) no-repeat 0 -44px;
}

.section-slider > div.slider-wrapper div#prev:hover {
  background: url(/static/images/element-navigation-left.png?4ca43fe224fc) no-repeat 0 -88px;
}

.slider-pager {
  display: inline-block;
}

.slider-pager > span {
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  border-radius: 5px;
  margin: 0 10px;
  text-indent: 100%;
  cursor: hand;
  c\ursor: pointer;
  background: #eee;
  opacity: 0.7;
  overflow: hidden;
}

.slider-pager > span:hover, .slider-pager > span.cycle-pager-active {
  background: #392526;
  opacity: 0.5;
}

.slider-elements {
  position: absolute;
  z-index: 310;
  bottom: 20px;
  right: 20px;
}

/* Categories on main page */
.section-categories {
  width: 99%;
  margin: 0.5%;
  position: relative;
  overflow: hidden;
}

.section-categories > ul {
  overflow: hidden;
}

.section-categories > ul > li {
  float: left;
  overflow: hidden;
}

.section-categories > ul > li:nth-child(1) {
  width: 24.25%;
  margin-right: 1%;
}

.section-categories > ul > li:nth-child(2) {
  width: 24.25%;
  margin-right: 1%;
}

.section-categories > ul > li:nth-child(3) {
  width: 24.25%;
  margin-right: 1%;
}

.section-categories > ul > li:nth-child(4) {
  width: 24.25%;
}


.section-categories > ul > li > div > a {
  height: 208px;
  display: block;
  background-size: auto 100%;
  text-align: right;
  padding: 12px 15px 12px 40%;
  font: normal 18px var(--fontstyle);
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-repeat: no-repeat;
  position: relative;
  vertical-align: middle;
  background-position: top center;
  text-align: right;
}

.section-categories > ul > li > div > a > div {
  position: absolute;
  bottom: 0;
  background: #FFED00;
  width: 100%;
  height: 59px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  font: normal 18px var(--fontstyle) !important;
  color: #000;
  text-shadow: none;
  padding-top: 20px;
  text-indent: 0;
}

.section-categories > ul > li > div > a > div:before {
  left: 0;
  background: url("/static/images/bg-snake-2-left.png?4ca43fe224fc") no-repeat center center;
}

.section-categories > ul > li > div > a > div > span {
  text-align: center !important;
  padding-left: 0;
}

.section-categories > ul > li > div > a > div:after {
  right: 0;
  background: url("/static/images/bg-snake-2-right.png?4ca43fe224fc") no-repeat center center;
}

.section-categories > ul > li > div > a > div:before, .section-categories > ul > li > div > a > div:after {
  content: "";
  display: inline-block;
  height: 59px;
  width: 85px;
  vertical-align: middle;
  font: normal 18px var(--fontstyle) !important;
  color: #000;
  text-shadow: none;
  position: absolute;
  bottom: 0;
}

.stores-header {
  overflow: visible;
  text-align: justify;
  line-height: 0;
  font-size: 0;
  text-justify: newspaper;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.stores-header:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
}

.stores-header-viewmode {
  display: inline-block;
  word-spacing: 40px;
  margin-right: 10px;
}

.stores-header-viewmode-map {
  display: inline-block;
  position: relative;
  font: normal 19px var(--fontstyle);
  padding-left: 30px;
  padding-left: 25px;
}

.stores-header-viewmode-map svg {
  position: absolute;
  left: 0;
}

.stores-header-viewmode-map::after {
  display: block;
  content: "";
  border-bottom: dashed 1px;
}

.stores-header-viewmode-map.active {
  color: #382122;
}

.stores-header-viewmode-map.active svg path {
  fill: #382122;
}

.stores-header-viewmode-map.active::after {
  display: none;
}

.stores-header-viewmode-list {
  display: inline-block;
  position: relative;
  font: normal 19px var(--fontstyle);
  padding-left: 30px;
}

.stores-header-viewmode-list svg {
  position: absolute;
  left: 0;
}

.stores-header-viewmode-list::after {
  display: block;
  content: "";
  border-bottom: dashed 1px;
}

.stores-header-viewmode-list.active {
  color: #382122;
}

.stores-header-viewmode-list.active svg path {
  fill: #382122;
}

.stores-header-viewmode-list.active::after {
  display: none;
}

.stores-header-menu {
  display: inline-block;
  background: none;
  overflow: visible;
}

.stores-header-menu > ul {
  position: relative;
  bottom: 0;
  left: 0;
}

.stores-header-menu > ul li {
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

.stores-header-menu > ul > li {
  border: solid 1px #03712D;
  border-width: 1px 0 1px 1px;
}

.stores-header-menu > ul > li:after {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAmBAMAAAAGmbe5AAAAA3NCSVQICAjb4U/gAAAALVBMVEX///8AbyoAbyoAbyoAbyoAbyoAbyoAbyoAbyoAbyoAbyoAbyoAbyoAbyoAbyr31YT3AAAAD3RSTlMAESIzRGZ3iJmqu8zd7v8zDtSdAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA3LzI1LzE4gaTDzwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAB4SURBVBiVY3jtwAAG6tcgNINtAIRmvQwV6IbS0gkQmuUJVKBGAEJzTYDQzEehErEKEFpiAVTgGJT2NYDQ7BsgNOMVqEQHzHIozQel9aB0NpTeBnXCI1QnVUOFoU6WSUBxOctjVNVowjpowlBDfCHhYHEVwn3pAKYArfIY3xsESTQAAAAASUVORK5CYII=') no-repeat top center;
  width: 14px;
  height: 38px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  top: -1px;
  margin-right: -14px;
}

.stores-header-menu > ul > li > a {
  color: #006E36;
  border-color: #006E36;
}

.stores-header-menu > ul > li > a::after {
  right: 5px;
}

.stores-my-location {
  margin-bottom: 10px;
}

.stores-my-location-link {
  display: inline-block;
  padding-left: 26px;
  font: normal 17px var(--fontstyle);
}

.stores-my-location-link::before {
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20inkscape%3Aversion%3D%221.0%20(4035a4fb49%2C%202020-05-01)%22%0A%20%20%20height%3D%2222.700001%22%0A%20%20%20width%3D%2222.610905%22%0A%20%20%20sodipodi%3Adocname%3D%22icon-magaz-compas.svg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20enable-background%3D%22new%200%200%2022.7%2022.7%22%0A%20%20%20viewBox%3D%220%200%2022.610904%2022.7%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata11%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs9%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Awindow-y%3D%2222%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Acy%3D%2211.35%22%0A%20%20%20inkscape%3Acx%3D%2211.35%22%0A%20%20%20inkscape%3Azoom%3D%2237.885461%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20id%3D%22namedview7%22%0A%20%20%20inkscape%3Awindow-height%3D%221027%22%0A%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20pagecolor%3D%22%23ffffff%22%20%2F%3E%0A%3Cg%0A%20%20%20id%3D%22g4%22%3E%0A%09%3Cpath%0A%20%20%20id%3D%22path2%22%0A%20%20%20d%3D%22m%2010.6%2C10.6%20c%200.4%2C-0.4%201.1%2C-0.4%201.5%2C0%200.4%2C0.4%200.4%2C1.1%200%2C1.5%20-0.4%2C0.4%20-1.1%2C0.4%20-1.5%2C0%20-0.4%2C-0.4%20-0.4%2C-1.1%200%2C-1.5%20z%20m%204.9%2C4.3%20-2%2C-3.9%20C%2013.2%2C10.3%2012.4%2C9.5%2011.7%2C9.2%20L%207.8%2C7.2%20C%207.2%2C6.9%206.9%2C7.2%207.3%2C7.8%20l%202%2C3.9%20c%200.3%2C0.7%201.2%2C1.5%201.8%2C1.8%20l%203.9%2C2%20c%200.6%2C0.3%200.8%2C0.1%200.5%2C-0.6%20z%20m%20-2.8%2C3.5%20c%20-0.4%2C0.1%20-0.9%2C0.1%20-1.3%2C0.1%20-0.4%2C0%20-0.9%2C0%20-1.3%2C-0.1%20C%207.3%2C17.9%205%2C15.6%204.5%2C12.8%204.4%2C12.4%204.4%2C11.9%204.4%2C11.5%20c%200%2C-0.4%200%2C-0.9%200.1%2C-1.3%200.4%2C-3%202.7%2C-5.3%205.5%2C-5.8%200.4%2C-0.1%200.9%2C-0.1%201.3%2C-0.1%200.4%2C0%200.9%2C0%201.3%2C0.1%202.8%2C0.6%205.1%2C2.8%205.6%2C5.6%200.1%2C0.4%200.1%2C0.9%200.1%2C1.3%200%2C0.4%200%2C0.9%20-0.1%2C1.3%20-0.4%2C3%20-2.6%2C5.2%20-5.5%2C5.8%20z%20M%2021.3%2C9.9%20C%2020.7%2C5.5%2017.2%2C2%2012.8%2C1.4%2012.8%2C0.6%2012.2%2C0%2011.4%2C0%2010.6%2C0%2010%2C0.6%2010%2C1.4%205.5%2C2%202.1%2C5.6%201.4%2C9.9%200.6%2C9.9%200%2C10.6%200%2C11.4%20c%200%2C0.8%200.6%2C1.4%201.4%2C1.4%200.6%2C4.4%204.1%2C7.9%208.5%2C8.5%200%2C0.8%200.6%2C1.4%201.4%2C1.4%200.8%2C0%201.4%2C-0.6%201.4%2C-1.4%204.4%2C-0.6%207.9%2C-4.1%208.5%2C-8.5%200.8%2C0%201.4%2C-0.6%201.4%2C-1.4%200.1%2C-0.8%20-0.5%2C-1.5%20-1.3%2C-1.5%20z%22%0A%20%20%20fill%3D%22%23006e36%22%0A%20%20%20clip-rule%3D%22evenodd%22%0A%20%20%20fill-rule%3D%22evenodd%22%20%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E') no-repeat top center;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 7px;
}

.stores-my-location-link::after {
  display: block;
  content: "";
  border-bottom: dashed 1px;
}

.stores-map-wrp {
  margin-bottom: 40px;
  position: relative;
  min-height: 520px;
  margin: 0 auto;
}

.store-list {
  margin: 0 0 30px;
  margin: 0 -15px 30px;
}

.store-list:before, .store-list:after {
  content: " ";
  display: table;
  clear: both;
}

.store-list:after {
  content: " ";
  display: table;
  clear: both;
}

.store-teaser-wrapper {
  min-height: 410px;
}

.store-teaser-title a {
  color: #037C24;
  text-decoration: underline;
}

.store-header-title {
  display: none;
}

.store-teaser, .store-header {
  margin: 0 0 30px;
}

.store-teaser-wrapper, .store-header-wrapper {
  border: solid 2px #FFED00;
  margin: 0 15px 30px;
}

.store-teaser-address, .store-header-address {
  display: none;
}

.store-teaser-image, .store-header-image {
  margin-bottom: 5px;
}

.store-teaser-title, .store-header-title {
  padding-bottom: 30px;
  margin: 0 15px 10px;
  height: 70px;
  border-bottom: solid 1px #B6C9A2;
}

.store-teaser-title a, .store-header-title a {
  font: normal 18px var(--fontstyle);
  color: #2B6F38;
}

.store-teaser-title a:hover, .store-header-title a:hover {
  color: #362825;
}

.store-teaser-info, .store-header-info {
  font: normal 16px var(--fontstyle);
  color: #362825;
}

.store-teaser-phones, .store-header-phones {
  position: relative;
  margin: 0 15px 16px;
  padding-left: 33px;
}

.store-teaser-phones a, .store-header-phones a {
  color: #362825;
}

.store-teaser-phone:first-child::before, .store-header-phone:first-child::before {
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20inkscape%3Aversion%3D%221.0%20(4035a4fb49%2C%202020-05-01)%22%0A%20%20%20height%3D%2222.700001%22%0A%20%20%20width%3D%2222.71895%22%0A%20%20%20sodipodi%3Adocname%3D%22icon-phone-small.svg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20enable-background%3D%22new%200%200%2022.7%2022.7%22%0A%20%20%20viewBox%3D%220%200%2022.71895%2022.7%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs7%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Awindow-y%3D%2222%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Acy%3D%2211.35%22%0A%20%20%20inkscape%3Acx%3D%2211.35%22%0A%20%20%20inkscape%3Azoom%3D%2237.885461%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20id%3D%22namedview5%22%0A%20%20%20inkscape%3Awindow-height%3D%221027%22%0A%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20pagecolor%3D%22%23ffffff%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path2%22%0A%20%20%20d%3D%22M%2022.7%2C3.9%20C%2022.5%2C1.7%2020.7%2C0%2018.5%2C0%20c%20-2.4%2C0%20-4.3%2C1.9%20-4.3%2C4.3%200%2C0.9%200.3%2C1.8%200.8%2C2.4%20L%206.7%2C15%20C%206%2C14.5%205.2%2C14.2%204.3%2C14.2%201.9%2C14.2%200%2C16.1%200%2C18.5%20c%200%2C2.2%201.7%2C4.1%203.9%2C4.2%20v%200%20h%201.8%20v%200%20c%200.8%2C0%201.6%2C-0.2%202.2%2C-0.8%20l%2014%2C-14.1%20c%200.6%2C-0.6%200.9%2C-1.4%200.8%2C-2.2%20v%200%20z%22%0A%20%20%20fill%3D%22%23006b2b%22%20%2F%3E%0A%3C%2Fsvg%3E') no-repeat top center;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
}

.store-teaser-emails, .store-header-emails {
  position: relative;
  margin: 0 15px 16px;
  padding-left: 33px;
}

.store-teaser-email:first-child::before, .store-header-email:first-child::before {
  top: 6px;
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20inkscape%3Aversion%3D%221.0%20(4035a4fb49%2C%202020-05-01)%22%0A%20%20%20height%3D%2212%22%0A%20%20%20width%3D%2216%22%0A%20%20%20sodipodi%3Adocname%3D%22icon-message.svg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20enable-background%3D%22new%200%200%2016%2012%22%0A%20%20%20viewBox%3D%220%200%2016%2012%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata11%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs9%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Awindow-y%3D%2222%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Acy%3D%226%22%0A%20%20%20inkscape%3Acx%3D%228%22%0A%20%20%20inkscape%3Azoom%3D%2265.5625%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20id%3D%22namedview7%22%0A%20%20%20inkscape%3Awindow-height%3D%221027%22%0A%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20pagecolor%3D%22%23ffffff%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path2%22%0A%20%20%20d%3D%22M%2013.4%2C0%20H%202.6%20C%201.5%2C0%200.6%2C0.6%200.2%2C1.4%20L%208%2C5.9%2015.8%2C1.4%20C%2015.4%2C0.6%2014.4%2C0%2013.4%2C0%20Z%22%0A%20%20%20fill%3D%22%23006f2a%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path4%22%0A%20%20%20d%3D%22M%208%2C7.8%20C%207.9%2C7.8%207.8%2C7.8%207.7%2C7.7%20L%200%2C3.3%20V%209.6%20C%200%2C10.9%201.2%2C12%202.6%2C12%20H%2013.4%20C%2014.8%2C12%2016%2C10.9%2016%2C9.6%20V%203.3%20L%208.3%2C7.8%20c%20-0.1%2C0%20-0.2%2C0%20-0.3%2C0%20z%22%0A%20%20%20fill%3D%22%23006f2a%22%20%2F%3E%0A%3C%2Fsvg%3E') no-repeat top center;
  width: 16px;
  height: 12px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  width: 16px;
  height: 12px;
  background-size: 100% auto;
  position: absolute;
  left: 0;
}

.store-teaser-worktimes, .store-header-worktimes {
  position: relative;
  margin: 0 15px 16px;
  padding-left: 33px;
}

.store-teaser-worktime:first-child::before, .store-header-worktime:first-child::before {
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20inkscape%3Aversion%3D%221.0%20(4035a4fb49%2C%202020-05-01)%22%0A%20%20%20height%3D%2218%22%0A%20%20%20width%3D%2218%22%0A%20%20%20sodipodi%3Adocname%3D%22icon-magaz-time.svg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20enable-background%3D%22new%200%200%2018%2018%22%0A%20%20%20viewBox%3D%220%200%2018%2018%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs7%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Awindow-y%3D%2222%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Acy%3D%229%22%0A%20%20%20inkscape%3Acx%3D%229%22%0A%20%20%20inkscape%3Azoom%3D%2247.777778%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20id%3D%22namedview5%22%0A%20%20%20inkscape%3Awindow-height%3D%221027%22%0A%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20pagecolor%3D%22%23ffffff%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path2%22%0A%20%20%20d%3D%22m%200%2C9%20c%200%2C5%204%2C9%209%2C9%205%2C0%209%2C-4%209%2C-9%20C%2018%2C4%2014%2C0%209%2C0%204%2C0%200%2C4%200%2C9%20Z%20M%2010%2C8%20h%204%20v%202%20H%208%20V%208%203%20h%202%20z%22%0A%20%20%20fill%3D%22%231f6f31%22%0A%20%20%20clip-rule%3D%22evenodd%22%0A%20%20%20fill-rule%3D%22evenodd%22%20%2F%3E%0A%3C%2Fsvg%3E') no-repeat top center;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

.store-header {
  background: #E6EFE5;
  line-height: 0;
}

.store-header-image {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}

.store-header-info {
  display: inline-block;
  line-height: 1.4;
  font-size: 17px;
  min-width: 241px;
  margin: 60px 54px;
}

.store-header-emails {
  padding-left: 0;
  height: auto;
}

.store-header-email {
  margin-left: 50px;
}

.store-header-email:first-child::before {
  top: 3px;
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20inkscape%3Aversion%3D%221.0%20(4035a4fb49%2C%202020-05-01)%22%0A%20%20%20height%3D%2212%22%0A%20%20%20width%3D%2216%22%0A%20%20%20sodipodi%3Adocname%3D%22icon-message.svg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20enable-background%3D%22new%200%200%2016%2012%22%0A%20%20%20viewBox%3D%220%200%2016%2012%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata11%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs9%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Awindow-y%3D%2222%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Acy%3D%226%22%0A%20%20%20inkscape%3Acx%3D%228%22%0A%20%20%20inkscape%3Azoom%3D%2265.5625%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20id%3D%22namedview7%22%0A%20%20%20inkscape%3Awindow-height%3D%221027%22%0A%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20pagecolor%3D%22%23ffffff%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path2%22%0A%20%20%20d%3D%22M%2013.4%2C0%20H%202.6%20C%201.5%2C0%200.6%2C0.6%200.2%2C1.4%20L%208%2C5.9%2015.8%2C1.4%20C%2015.4%2C0.6%2014.4%2C0%2013.4%2C0%20Z%22%0A%20%20%20fill%3D%22%23006f2a%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path4%22%0A%20%20%20d%3D%22M%208%2C7.8%20C%207.9%2C7.8%207.8%2C7.8%207.7%2C7.7%20L%200%2C3.3%20V%209.6%20C%200%2C10.9%201.2%2C12%202.6%2C12%20H%2013.4%20C%2014.8%2C12%2016%2C10.9%2016%2C9.6%20V%203.3%20L%208.3%2C7.8%20c%20-0.1%2C0%20-0.2%2C0%20-0.3%2C0%20z%22%0A%20%20%20fill%3D%22%23006f2a%22%20%2F%3E%0A%3C%2Fsvg%3E') no-repeat top center;
  width: 16px;
  height: 12px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-size: 100%;
  width: 28px;
  height: 21px;
}

.store-header-worktimes {
  padding-left: 0;
  height: auto;
  padding-bottom: 30px;
}

.store-header-worktimes::after {
  display: block;
  content: "";
  border-bottom: solid 1px #B6C9A2;
  position: absolute;
  width: 100%;
  bottom: 7px;
}

header > div.first:after {
  content: "";
  display: flex;
  width: 100%;
}

.store-header-worktime {
  margin-left: 50px;
}

.store-header-worktime:first-child::before {
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20inkscape%3Aversion%3D%221.0%20(4035a4fb49%2C%202020-05-01)%22%0A%20%20%20height%3D%2222.700001%22%0A%20%20%20width%3D%2222.71895%22%0A%20%20%20sodipodi%3Adocname%3D%22icon-phone-small.svg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20enable-background%3D%22new%200%200%2022.7%2022.7%22%0A%20%20%20viewBox%3D%220%200%2022.71895%2022.7%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs7%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Awindow-y%3D%2222%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Acy%3D%2211.35%22%0A%20%20%20inkscape%3Acx%3D%2211.35%22%0A%20%20%20inkscape%3Azoom%3D%2237.885461%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20id%3D%22namedview5%22%0A%20%20%20inkscape%3Awindow-height%3D%221027%22%0A%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20pagecolor%3D%22%23ffffff%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path2%22%0A%20%20%20d%3D%22M%2022.7%2C3.9%20C%2022.5%2C1.7%2020.7%2C0%2018.5%2C0%20c%20-2.4%2C0%20-4.3%2C1.9%20-4.3%2C4.3%200%2C0.9%200.3%2C1.8%200.8%2C2.4%20L%206.7%2C15%20C%206%2C14.5%205.2%2C14.2%204.3%2C14.2%201.9%2C14.2%200%2C16.1%200%2C18.5%20c%200%2C2.2%201.7%2C4.1%203.9%2C4.2%20v%200%20h%201.8%20v%200%20c%200.8%2C0%201.6%2C-0.2%202.2%2C-0.8%20l%2014%2C-14.1%20c%200.6%2C-0.6%200.9%2C-1.4%200.8%2C-2.2%20v%200%20z%22%0A%20%20%20fill%3D%22%23006b2b%22%20%2F%3E%0A%3C%2Fsvg%3E') no-repeat top center;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  top: 3px;
  left: 0px;
  width: 32px;
  height: 32px;
  background-size: 100%;
}

.store-header-phones {
  padding-left: 0px;
  height: auto;
  min-height: 50px;
  padding-bottom: 30px;
}

.store-header-phones::after {
  display: block;
  content: "";
  border-bottom: solid 1px #B6C9A2;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.store-header-phone {
  margin-left: 50px;
}

.store-header-phone:first-child::before {
  content: "";
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%0A%20%20%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%0A%20%20%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%0A%20%20%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%0A%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%20%20%20xmlns%3Asodipodi%3D%22http%3A%2F%2Fsodipodi.sourceforge.net%2FDTD%2Fsodipodi-0.dtd%22%0A%20%20%20xmlns%3Ainkscape%3D%22http%3A%2F%2Fwww.inkscape.org%2Fnamespaces%2Finkscape%22%0A%20%20%20inkscape%3Aversion%3D%221.0%20(4035a4fb49%2C%202020-05-01)%22%0A%20%20%20height%3D%2218%22%0A%20%20%20width%3D%2218%22%0A%20%20%20sodipodi%3Adocname%3D%22icon-magaz-time.svg%22%0A%20%20%20xml%3Aspace%3D%22preserve%22%0A%20%20%20enable-background%3D%22new%200%200%2018%2018%22%0A%20%20%20viewBox%3D%220%200%2018%2018%22%0A%20%20%20y%3D%220px%22%0A%20%20%20x%3D%220px%22%0A%20%20%20id%3D%22Layer_1%22%0A%20%20%20version%3D%221.1%22%3E%3Cmetadata%0A%20%20%20id%3D%22metadata9%22%3E%3Crdf%3ARDF%3E%3Ccc%3AWork%0A%20%20%20%20%20%20%20rdf%3Aabout%3D%22%22%3E%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%3Cdc%3Atype%0A%20%20%20%20%20%20%20%20%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%20%2F%3E%3C%2Fcc%3AWork%3E%3C%2Frdf%3ARDF%3E%3C%2Fmetadata%3E%3Cdefs%0A%20%20%20id%3D%22defs7%22%20%2F%3E%3Csodipodi%3Anamedview%0A%20%20%20inkscape%3Acurrent-layer%3D%22Layer_1%22%0A%20%20%20inkscape%3Awindow-maximized%3D%221%22%0A%20%20%20inkscape%3Awindow-y%3D%2222%22%0A%20%20%20inkscape%3Awindow-x%3D%22-8%22%0A%20%20%20inkscape%3Acy%3D%229%22%0A%20%20%20inkscape%3Acx%3D%229%22%0A%20%20%20inkscape%3Azoom%3D%2247.777778%22%0A%20%20%20showgrid%3D%22false%22%0A%20%20%20id%3D%22namedview5%22%0A%20%20%20inkscape%3Awindow-height%3D%221027%22%0A%20%20%20inkscape%3Awindow-width%3D%221920%22%0A%20%20%20inkscape%3Apageshadow%3D%222%22%0A%20%20%20inkscape%3Apageopacity%3D%220%22%0A%20%20%20guidetolerance%3D%2210%22%0A%20%20%20gridtolerance%3D%2210%22%0A%20%20%20objecttolerance%3D%2210%22%0A%20%20%20borderopacity%3D%221%22%0A%20%20%20bordercolor%3D%22%23666666%22%0A%20%20%20pagecolor%3D%22%23ffffff%22%20%2F%3E%0A%3Cpath%0A%20%20%20id%3D%22path2%22%0A%20%20%20d%3D%22m%200%2C9%20c%200%2C5%204%2C9%209%2C9%205%2C0%209%2C-4%209%2C-9%20C%2018%2C4%2014%2C0%209%2C0%204%2C0%200%2C4%200%2C9%20Z%20M%2010%2C8%20h%204%20v%202%20H%208%20V%208%203%20h%202%20z%22%0A%20%20%20fill%3D%22%231f6f31%22%0A%20%20%20clip-rule%3D%22evenodd%22%0A%20%20%20fill-rule%3D%22evenodd%22%20%2F%3E%0A%3C%2Fsvg%3E') no-repeat top center;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  top: 0px;
  width: 29px;
  height: 29px;
  background-size: 100%;
}

.review-form label {
  font: normal 19px var(--fontstyle);
}

.review-form .form-field-error {
  color: red;
  margin-bottom: 15px;
}

.form-review-rating-stars {
  margin-bottom: 20px;
}

.form-review-rating-radio {
  display: none;
}

.rating {
  positon: relative;
  margin-bottom: 20px;
}

.tooltip-rating-answer {
  position: absolute;
  background: #25B4B2;
  margin-top: -30px;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  display: none;
}

.tooltip-rating-answer.bad {
  background: red;
}

.rating ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.rating li, .form-review-rating-stars label {
  display: inline-block;
  vertical-align: middle;
  cursor: hand;
  c\ursor: pointer;
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAqCAMAAABvEDDhAAAAA3NCSVQICAjb4U/gAAAAVFBMVEX/////7jHMzMzMzMz/7jHMzMz/7jHMzMz/7jHMzMzMzMz/7jHMzMz/7jHMzMz/7jHMzMzMzMz/7jHMzMz/7jHMzMz/7jHMzMz/7jHMzMz/7jHMzMxS5GyKAAAAHHRSTlMAEREiMzNERFVVZnd3iIiZmaq7u8zM3d3u7v//hFToKAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8yNi8xOJMRbCEAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAA20lEQVQokXWQ0RqCIBSDyQoLwRTLEt7/PeOgfixZu9J/ZzCOUkW2UUzNYim3cWGBZomRBWyMLCDjLCDjP4GmNf34iruWaejvbcIFgSw3TD6oMsx2w0Rx0sCxUnBUj+0j51fgE/A7nl8tYVh7nQsfhab/VpwW6wzblHnjTkfImmrX7ghW6aAp98Hz8UADPnESkHEW8JlD4KKd83PYNXvn9CXhT6j14YZgYqy4MnZ8MApW6gYcn6D/8A54B/wB/AH8mV/azYdVKKmR8qdOisGKEj3lL3FKT73R1cmFvqChKSm7Zj3PAAAAAElFTkSuQmCC') no-repeat top center;
  width: 23px;
  height: 21px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  background-position: top;
}

.rating li.active, .form-review-rating-stars label.active {
  background-position: bottom;
  border: none;
}

.rating li.active::after, .form-review-rating-stars label.active::after {
  display: none !important;
}

.form-review-rating-stars {
  margin-bottom: 20px;
}

.form-review-rating-radio {
  display: none;
}

.rating li.hover {
  background-position: 0 -34px;
}

.rating li {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAqCAMAAABvEDDhAAAAA3NCSVQICAjb4U/gAAAAVFBMVEX/////7jHMzMzMzMz/7jHMzMz/7jHMzMz/7jHMzMzMzMz/7jHMzMz/7jHMzMz/7jHMzMzMzMz/7jHMzMz/7jHMzMz/7jHMzMz/7jHMzMz/7jHMzMxS5GyKAAAAHHRSTlMAEREiMzNERFVVZnd3iIiZmaq7u8zM3d3u7v//hFToKAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8yNi8xOJMRbCEAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzVxteM2AAAA20lEQVQokXWQ0RqCIBSDyQoLwRTLEt7/PeOgfixZu9J/ZzCOUkW2UUzNYim3cWGBZomRBWyMLCDjLCDjP4GmNf34iruWaejvbcIFgSw3TD6oMsx2w0Rx0sCxUnBUj+0j51fgE/A7nl8tYVh7nQsfhab/VpwW6wzblHnjTkfImmrX7ghW6aAp98Hz8UADPnESkHEW8JlD4KKd83PYNXvn9CXhT6j14YZgYqy4MnZ8MApW6gYcn6D/8A54B/wB/AH8mV/azYdVKKmR8qdOisGKEj3lL3FKT73R1cmFvqChKSm7Zj3PAAAAAElFTkSuQmCC') no-repeat top center;
  width: 23px;
  height: 21px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  vertical-align: middle;
}

.rating .rate-this {
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
  font-size: 15px;
}

.rating .rate-this span {
  color: #000;
  font-size: 14px;
}

.product-teaser-info .rating {
  margin-bottom: 10px;
}

.product-teaser-info .rate-this {
  display: none;
}

.rating.disabled li {
  cursor: unset;
}

.review-form {
  display: none;
}

.review-form.active {
  display: block;
}

#new_comment_form_ok {
  color: green;
  font: normal 19px var(--fontstyle);
  border: solid 1px green;
  border-radius: 9px;
}

.reviews {
  max-width: 476px;
  margin-bottom: 50px;
}

.review-teaser {
  border-bottom: solid 1px #FFED31;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.review-teaser-text {
  font: italic 18px var(--fontstyle);
  margin-bottom: 20px;
}

.review-teaser-info {
  font: normal 16px var(--fontstyle);
}

.review-teaser-date {
  color: #CCCACA;
}

.review-add-title {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  font: normal 18px var(--fontstyle);
  color: #006B2B;
  margin-bottom: 30px;
  line-height: 0.3;
}

.review-add-title::after {
  display: inline-block;
  content: "";
  width: 100%;
  border-bottom: dashed 1px;
}

.review-add-title.active::after {
  display: none;
}

.form-item-submit input {
  padding: 15px 20px;
}

.faqsect-teaser li {
  padding: 0;
  background: none;
}

.faqsect-teaser li .image {
  padding: 17px;
  background: #E6EFE6;
  width: auto;
  height: auto;
}

.faqsect-teaser li .image a {
  display: block;
  min-height: 162px;
}

.faqsect-teaser li .title a {
  color: #3D180D;
  text-decoration: none;
}

.faqsect-teaser li:hover .image {
  background: #FFED00;
}

.faqs-list {
  margin-bottom: 50px;
}

.faqs-title {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  font: normal 17px var(--fontstyle);
  color: #006B2B;
  position: relative;
  margin-bottom: 30px;
}

.faqs-title:before, .faqs-title:after {
  content: " ";
  display: table;
  clear: both;
}

.faqs-title:after {
  content: " ";
  display: table;
  clear: both;
}

.faqs-title::before {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  border-bottom: dashed 1px;
  bottom: 0;
}

.faqs-title.active::before {
  display: none;
}

.faqs-form {
  margin-bottom: 50px;
  max-width: 542px;
  display: none;
}

.faqs-form:before, .faqs-form:after {
  content: " ";
  display: table;
  clear: both;
}

.faqs-form:after {
  content: " ";
  display: table;
  clear: both;
}

.faqs-form .form-field-error {
  color: red;
  margin-bottom: 15px;
}

.faqs-form.active {
  display: block;
}

.faqs-teaser {
  border-bottom: solid 1px #F9EF21;
  margin-bottom: 40px;
  color: #333;
}

.faqs-teaser-info {
  padding-left: 55px;
  position: relative;
}

.faqs-teaser-info::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAiBAMAAAAuQN21AAAAA3NCSVQICAjb4U/gAAAAJFBMVEX////57yH57yH57yH57yH57yH57yH57yH57yH57yH57yH57yFl3fINAAAADHRSTlMAESIzZnequ8zd7v94E6ZxAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA3LzI3LzE4K60LRAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABwSURBVCiRY2Bgqd6NAkoYGBgYu3ejgUYGBg50sd07GBi8MQR3OzBUYwoWMGCK7d4wKkhlQYx42727AXscYY1NJgz9TcDUIDobVWyqAAMcMK8GiTCgAStsgsyzsQgySGATBKU/DEGg0h2YgozZxRAGAJdDiicLc7uZAAAAAElFTkSuQmCC') no-repeat top center;
  width: 39px;
  height: 34px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 0;
}

.faqs-teaser-info.important::after {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX///8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz/2JKZjAAAADHRSTlMAM0RVZneZqrvM7v9hAYYtAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADA3LzI3LzE4K60LRAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABSSURBVAiZY2BgYNrEAAYcOyC09m4BMJ29OwFIunfv3r273YFh9W4QWMAgBaJ2CTAwggQWAhVYA2kDIB0NpAPA2naDNc7eprZ7ApCeocCgMYEBAOxTIKHjGHEqAAAAAElFTkSuQmCC') no-repeat top center;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 13px;
  top: 7px;
}

.faqs-teaser-author {
  font: bold 20px var(--fontstyle);
  margin-bottom: 10px;
}

.faqs-teaser-date {
  forn: normal 16px var(--fontstyle);
}

.faqs-teaser-question {
  background: #E6EFE5;
  font: normal 18px var(--fontstyle);
  padding: 18px 28px;
}

.faqs-teaser-answer {
  padding: 18px 28px;
  font: italic 20px var(--fontstyle);
}

.faqs-teaser-answer-title {
  padding: 18px 28px;
  font: italic 20px var(--fontstyle);
  font-weight: bold;
}

.faqs-teaser-answer p:last-of-type {
  margin-bottom: 15px;
}

.faqs-form-wrapper {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #F9EF21;
}

.shopcart .not_available {
  text-decoration: line-through;
}

.shopcart .head__tools, .shopcart .item__tools {
  min-width: 40px;
}

.shopcart .head__tools img {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

.shopcart .item__name__calc {
  text-align: right;
  padding-top: 10px;
}

.shopcart .item__name__calc .price {
  display: inline-block;
  vertical-align: middle;
}

.shopcart__total {
  text-align: right;
  border-bottom: solid 2px #FFED00;
  padding-bottom: 20px;
  padding-right: 10px;
  display: none;
}

.shopcart__total__amount {
  display: inline-block;
  vertical-align: middle;
  font: normal 18px var(--fontstyle);
  text-transform: uppercase;
  margin-right: 18px;
}

.shopcart__total__price {
  display: inline-block;
  vertical-align: middle;
}

.tag-box {
  display: inline-block;
  width:100%;
  height: auto;
}

.tags_item_box.active {
  border: 1px solid #F6C20F; 
}

.tags_item_box {
  border: 1px solid #428000;
  border-radius: 2px;
  margin: 8px;
  padding: 3px 20px;
  margin-top: 10px;
  display: inherit;
  background-color: #fff;
}

.div_tag_item {
  width: auto;
  float:left; 
}

.tags_item_box.active .tags_item {
  color: #ED760E;
}

.tags_item {
  font: bold 18px var(--fontstyle);
  text-decoration: none;
  color: #358500;
  vertical-align: middle;
}

.tags_item_box .close{
  display: none;
}

.tags_item_box.active .close{
  display:block;
  float:right;
  position: relative;
  margin: -2px 3px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 4px solid #ED760E;
  border-radius: 50%;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 6px;
  left: -2px;
  width: 20px;
  height: 4px;
  background: #ED760E;
}

.close:before {
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header div.slogan {
  display: none;
}

header div.basket-info > div.description.active {
  font-weight: bold;
}

header div.basket-info > div.description.active .shopcart_offers_count, header div.basket-info > div.description.active .summary {
  font-weight: bold;
}

header div.basket-info > div.description {
  margin-bottom: 14px;
}

header div.basket-info .summary {
  color: #037C24;
}

header div.basket-info .summary span {
  font-weight: inherit;
}

header > div.first > div.contact {
  padding: 15px;
}
header > div.first > div.basket-info {
  padding-top: 15px !important;
}
header div.first div.basket-info .basket-title {
  width: 4rem;
  float: left;
}

header a:hover {
  color: #392425;
}

header a:hover::after, header a:hover::before, header a:hover {
  border-color: #392425 !important;
}

.head__site__switcher {
  margin-top: 12px;
  word-spacing: 5px;
}

.head__site__switcher a {
  display: inline-block;
  font-size: 17px;
  padding: 5px 0 6px;
  text-decoration: underline;
}

.head__site__switcher a.active {
  text-decoration: none;
  padding: 5px 10px 6px;
  background: #FFED00;
  color: #1B1010;
}

.head__sticked {
  background: #E6EFE5;
  position: fixed;
  width: 100%;
  z-index: 99;
}

.head__sticked .settings {
  background: none;
}

.head__sticked .empty-basket, .head__sticked .basket-link, .head__sticked .description, .head__sticked .shopcart__button {
  display: none;
}

.head__sticked .empty-basket.active, .head__sticked .basket-link.active, .head__sticked .description.active, .head__sticked .shopcart__button.active {
  display: block;
}

.head__sticked .empty-basket, .head__sticked .basket-link {
  font: bold 16px var(--fontstyle);
  vertical-align: middle;
}

.head__sticked .empty-basket::before, .head__sticked .basket-link::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 26px;
  height: 22px;
  background: url("/static/images/svg/ico-shopcart.svg?c221e8d61962") no-repeat center center;
  margin-right: 10px;
}

.head__sticked .empty-basket {
  padding: 2px 0 6px;
}

.head__sticked .empty-basket::before {
  height: 23px;
}

.head__sticked .basket-link {
  text-decoration: underline;
}

.head__sticked .basket-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 5px;
}

.head__sticked .basket-info .title {
  margin-right: 5px;
}

.head__sticked .basket-info .description {
  font: bold 16px var(--fontstyle);
}

.head__sticked .basket-info .description span {
  font: inherit;
}

.head__sticked .basket-info .description .summary {
  color: #037C24;
}

.head__sticked .basket-info .shopcart__button {
  width: 150px;
  text-align: right;
}

.head__sticked .basket-info .shopcart__button a {
  white-space: nowrap;
}

.head__sticked .basket-info .shopcart__button a span {
  font-weight: bold;
}

.head__sticked .execute-order {
  margin-top: 0;
}

.wholesale_site header div.first .user-panel-wrapper {
  white-space: nowrap;
  margin-top: 5px;
  margin-left: 55px;
}

.wholesale_site header div.first .user-panel-wrapper .form-group {
  white-space: normal;
}

.wholesale_site header div.basket-info > div.description {
  margin-bottom: 15px;
}

.wholesale_site .head__sticked div.basket-info {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wholesale_site .head__sticked div.basket-info .shopcart__button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
}

.wholesale_site .head__sticked div.basket-info .description {
  display: block;
}

.wholesale_site .head__sticked div.basket-info .description.active {
  display: none;
}

.wholesale_site .head__sticked div.basket-info div.title {
  white-space: nowrap;
  padding-right: 10px;
}

.wholesale_site .head__sticked div.basket-info div.title a.basket-link.active {
  text-decoration: none;
  color: #1B1010;
}

.wholesale_site .head__sticked div.basket-info div.title a.basket-link.active span {
  font-weight: bold;
}

.wholesale_site .head__sticked div.basket-info div.settings {
  padding: 0;
  white-space: nowrap;
}

.wholesale_site .head__sticked div.basket-info div.settings a.login.btn, .wholesale_site .head__sticked div.basket-info div.settings a.register.btn {
  padding: 5px 15px 5px 32px;
  min-width: auto;
  margin: 0;
  font: bold 14px var(--fontstyle);
  display: inline-block;
  position: relative;
}

.wholesale_site .head__sticked div.basket-info div.settings a.login.btn svg {
  content: "";
  position: absolute;
  width: 16px;
  margin-left: -18px;
  margin-top: 0px;
}

.wholesale_site .head__sticked div.basket-info div.settings a.login.btn:hover svg path {
  fill: #1B1010;
}

.wholesale_site .head__sticked div.basket-info div.settings a.register.btn svg {
  content: "";
  position: absolute;
  width: 16px;
  margin-left: -19px;
  margin-top: 0px;
}

.wholesale_site .head__sticked div.basket-info div.settings a.register.btn:hover svg path {
  fill: #1B1010;
}

.form__change_password .form-row label {
  display: block;
}

.form__change_password .form-row input {
  max-width: 155px;
}

.form__field__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.form__field__checkbox input {
  margin-right: 10px;
}

.form__field__checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.1;
}

.form__field__checkbox label::before, .form__field__checkbox label::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form__group.checkbox_field {
  position: relative;
}

.form__group.checkbox_field .form__label label {
  display: inline;
}

.form__group.checkbox_field .form__label::after {
  margin-left: 5px;
}

.form__group.checkbox_field input {
  position: absolute;
  left: 0;
  top: 0;
}

input[type='checkbox'] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

input[type='checkbox'] ~ label.error {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

input[type='checkbox'] ~ label:not(.error) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

input[type='checkbox'] ~ label:not(.error)::before {
  content: "";
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  height: 17px;
  width: 37px;
  border: solid 1px #ACACAC;
  border-radius: 10px;
  position: relative;
  line-height: 0;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
  margin-right: 10px;
}

input[type='checkbox'] ~ label:not(.error)::after {
  display: block;
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0px;
  top: 4px;
  -webkit-transform: translate(3px, 1px);
  -ms-transform: translate(3px, 1px);
  transform: translate(3px, 1px);
  background: #ACACAC;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

input[type='checkbox']:checked ~ label::before {
  border-color: #037C24;
  background: #FDEC4F;
}

input[type='checkbox']:checked ~ label::after {
  background: #037C24;
  -webkit-transform: translate(22px, 1px);
  -ms-transform: translate(22px, 1px);
  transform: translate(22px, 1px);
  -webkit-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}

label[for] {
  cursor: hand;
  c\ursor: pointer;
}

.block__404 {
  grid-area: block__404;
}

.block__404__image {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block__404__image img {
  margin-bottom: 30px;
  max-width: 100%;
}

.block__404__link {
  text-align: center;
}

/* Карта покупателя */
.block__free_discount_card {
  grid-area: block__free_discount_card;
  padding: 20px 0 0;
}

.block__free_discount_card b {
  font-weight: bold;
}

.block__free_discount_card__info {
  margin-bottom: 20px;
}

.block__free_discount_card__discount_info {
  position: relative;
  margin: 0 35px 20px;
}

.block__free_discount_card__discount_info span {
  padding: 0 3px;
}

.block__free_discount_card__discount_info::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAQCAYAAAD9L+QYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTIvMTmyRp4JAAABsElEQVQ4ja2UPSxzURjHf7cxkVDiY5MuPXewdPGmN0EaBkq8miIGA6+EYLC8JDZCxESYbLcG5E1KUgxWYbgDkko0ce90SQhtE5Zar6Fv6/vrtv/pnJPn/J5/nv/JkSzLAkARsgcIkLsimqFHASTLslCEHAL68wDOaFUz9D+S1y2mgOl8UZta/Zwen5CMx6cddsDVLhc7hwdohk57d1f2vL27i7ZgkGQ8DuArsOMu2NvLhqpyfhZjZX2N3fAmck0Ng2NjDHQ+NXPYgReXlGTXidtbCouKmJydZXl+PuMaAMnrFtZP4Z7aWmYWF6ioquLv4BC/6uoAWJqbe162b8t59OiI3/UNKEIGoLGlmb1I5E0OtpxnVF5Zibq1ycTwCP5AgJvrq2wOipD3Xwdaqhn6/WdARcj9QAhgdHycDVVFj8Xo6evj5voKSOcA8Bq+pAjZ/MKwD9LPzllWyr/QKgA74fCLHCCHsVS7XCQTCR5SqY9KXo5FM3Tp+V4R8h3gfO/mpWl+aaAAiAKe/7AokJm58yPwN2VKXrfoACI5QN7TPeBxaIa+TfqrNfMENgGfZugXjyVflZ4PnpyWAAAAAElFTkSuQmCC') no-repeat top center;
  width: 23px;
  height: 16px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
  margin-left: -35px;
}

.block__free_discount_card__links {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block__free_discount_card__links__item {
  margin: 0 40px 20px;
}

.block__free_discount_card__links__item:last-of-type {
  margin-right: 0;
}

.block__free_discount_card__links__item__add a::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAMAAABOmSgnAAAAA3NCSVQICAjb4U/gAAAAvVBMVEX///8DfCQ4JSb///8DfCQ4JSYDfCQ4JSb///////8DfCQ4JSYDfCQ4JSb////A3sjNyMkDfCQ4JSas1Le9t7j///8DfCQ4JSYDfCQ4JSbW6tzf3NwDfCQ4JSb////M5NLW09MDfCQ4JSb////v9/Hz8fHA3six1ruw1rrNyMmhzq2gzq3Bu7yQxZ+0ra2BvpJytoSon6BirXackpNSpWmPhIQylU2Dd3iCdncijD92aWoDfCRdTk9RQEE4JSYiSmKjAAAAP3RSTlMAEREiRERVVWZ3d3eIiJmZmZmZqqq7u7vMzN3d3d3u7u7u7v////////////////////////////////////8Xh0kjAAAACXBIWXMAAArrAAAK6wGCiw1aAAAAFnRFWHRDcmVhdGlvbiBUaW1lADEyLzEyLzE5skaeCQAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAHWSURBVDiNnZNbV9swEIQNbiHpxS20gaQX9zIJCXYwISQE2cj//2exawlVWomXzouPdT7t7BntZtlZJ6U230qgnIzzzOpdhFRwKiwmme0cqHeK4F1N5UYpaAuslCu6AkYxRMzG/98YKuxnjq28VeYCqrGSPa5QhJAClIToLGfo6CWOL6j87khkXmHM0NkHq1/YOYiRhwd03Q6TwG7ObrdXgxgilP1Khtjpj7k9kE5DJTrNpl03vbiYdg5SN7ipsbGcgU6kHYV1q2rlGme77OSHg65M4yrIgRsnHb2x+uRF4MQR+MpfCzNQgaWElvwsYaky/cChRulRianlv6FbJhmiaAcqM76VG99IeREvQgobT8RKZee9lN5/F9D7CGliO8kcFkDTaoLbxjUuGWCtXdG1jSBi9v7/3lBhPwsc5C1+luCowVr2uOYHDgoBWkKaR4W+xy9xfEXjd0c6cPUxQ+cfrX6jdRAjT0/o+5bG1y+9YLf760EMEcp+JUPs9NfcHkinoRKdZrO+n11eznoH6TvcNdhbzkCn0o7CuteNfhyYR2OXnf500LVpXAc5tGbvjt9affYi8AKO9i4dZqDilWcJS5XpBxa7kh6VmEoMXUSVifGN9L979wxIDARgq4kAyQAAAABJRU5ErkJggg==') no-repeat top center;
  width: 36px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -40px;
}

.block__free_discount_card__links__item__enter a::before {
  content: "";
  display: inline-block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAMAAABOmSgnAAAAA3NCSVQICAjb4U/gAAAAqFBMVEX///8DfCQ4JSb///8DfCQ4JSYDfCQ4JSb///////8DfCQ4JSYDfCQ4JSb////A3sjNyMkDfCQ4JSas1Le9t7j///8DfCQ4JSYDfCQ4JSbW6tzf3NwDfCQ4JSb////M5NLW09MDfCQ4JSb////v9/Hz8fHA3six1ruw1rrNyMmhzq2gzq3Bu7y0ra1ytoRirXZSpWmPhISDd3gjjD92aWoDfCRRQEE4JSboLtaFAAAAOHRSTlMAEREiRERVVWZ3d3eIiJmZmZmZqqq7u7vMzN3d3d3u7u7u7v////////////////////////////zMtuwAAAAJcEhZcwAACusAAArrAYKLDVoAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTIvMTIvMTmyRp4JAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M1cbXjNgAAAYpJREFUOI2dk3lzgjAQxaO0Kj1otfXqQY+nhSIoyvX9v1mTMYZkExyn7x8myY/dnd23jI0rqmL7EgLh1PeY1I2FJFAKJEaZ3QrY5AWH8w0PN3JBOyAuVNAYGNkQZ7b6eXukzHpW2NG/Qo9AG8S0xhiBCRXAqR6gvfME1Du14wlJRaEqgS+g8Z3UB3IbyjE10q1UNg0qEApIZPrSXtqOyyNbVNViNltUZ6HBJenY4E1BP12Fc/WupB66WqDL62qmoQBRRRSJsZihQveATY3cVrGpqDVd5GQ4xXcgOdo3Ufa15AX2Irgwf0pWik0aqnr/SqBbC8nsdJQ5rIGsrDlcZqpwygBprYKmsgUWs9fP+yNl1rPGgf4lxmJcZUhpjakYsBEIONUDtHeegPqndjwjayjEo/sCmtxLfaK0oZLbV0+3Vtk0qOaLwD8i07f20nZcHtmyaZbz+bI5Cw0vSceG7wr67Sqcq38t9djVAsNtXc00FHSMxQwVugdMdsVtFZtymM6iQod9Lf137/4Ab13wyemeJPwAAAAASUVORK5CYII=') no-repeat top center;
  width: 36px;
  height: 24px;
  vertical-align: middle;
  vertical-align-background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: -40px;
}

.block__free_discount_card__links__item__add.active a, .block__free_discount_card__links__item__enter.active a {
  color: #382526;
}

.block__free_discount_card__links__item__add.active a::before, .block__free_discount_card__links__item__enter.active a::before {
  background-position: bottom;
}

.block__free_discount_card__links a {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  border-bottom: dashed 1px;
  font-size: 16px;
  position: relative;
}

.block__free_discount_card__tfoot {
  display: table-footer-group !important;
}

.block__free_discount_card__form {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block__free_discount_card__form form {
  padding-bottom: 20px;
  max-width: 450px;
}

.block__free_discount_card__form.active {
  max-height: 500px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.block__free_discount_card__form .phone-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block__free_discount_card__form .phone-number {
  margin-right: 15px;
  width: 140px;
}

.block__free_discount_card__form__button {
  margin: 0 !important;
  min-width: 140px;
  padding: 0 10px;
  line-height: 0.9;
  height: 33px;
}

.block__free_discount_card__form__error {
  margin-bottom: 10px;
}

.block__free_discount_card__form__error span {
  font-size: 13px !important;
}

.mark_yellow {
  background: #FFEE32;
  display: inline-block;
}

.block__last_watched {
  grid-area: block__last_watched;
}

.block__mobile__menu {
  grid-area: block__mobile__menu;
  /* background: #005B22; */
  background: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1111;
  overflow: auto;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.block__mobile__menu.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block__mobile__menu a {
  display: inline-block;
  cursor: hand;
  c\ursor: pointer;
  color: #000;
  padding: 12px 10px 12px 25px;
}

.block__mobile__menu a.active {
  color: green;
  text-shadow: 0 1px 1px #000;
}

.block__mobile__menu a.top-menu-level-1-link.active span{
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}

.top-menu-level-1-li.active, .top-menu-level-2-li.active, .top-menu-level-1-li2.active {
  background-color: #e2f7e6;
}

.block__mobile__menu .top-menu-level-2.active, .block__mobile__menu .top-menu-level-22.active {
  background-color: #fff;
}

.block__mobile__menu li:last-of-type {
  border-bottom: none;
}
.block__mobile__menu li.has-children:hover {
  background-color: #fff;
}
.block__mobile__menu li:hover {
  background-color: #e2f7e6;
} 

.block__mobile__menu__wrapper {
  position: relative;
  padding: 10px 0 50px;
  overflow: auto;
}

.block__mobile__menu__title {
  font: normal 18px var(--fontstyle);
  color: #000;
  padding: 10px 25px;
  font-weight: bold;
}
.top-menu-level-1-li2 .top-menu-level-1-li {
  margin-left: 30px;
}

.block__mobile__menu__close {
  cursor: hand;
  c\ursor: pointer;
  position: absolute;
  top: 15px;
  right: 10px;
}

.block__mobile__menu__close:hover svg path {
  fill: green;
}

.block__mobile__menu__menu {
  color: #fff;
}

.block__mobile__menu .top-menu-level-1-li > a {
  font: bold 15px var(--fontstyle);
  position: relative;
  padding-left: 55px;
}

.block__mobile__menu .top-menu-level-1-li2 > a {
  font: bold 18px var(--fontstyle);
  position: relative;
  padding-left: 55px;
}

.block__mobile__menu .top-menu-level-1-link-title {
  margin-right: 10px;
}

.block__mobile__menu .top-menu-level-1-link-icon-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  position: absolute;
  left: 25px;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__mobile__menu .top-menu-level-1-link-icon-wrapper svg {
  max-width: 22px;
}

.block__mobile__menu .top-menu-level-1-link-icon-wrapper span.icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center 0px;
  vertical-align: middle;
  background-size: 100% auto;
}

.block__mobile__menu .top-menu-level-1-link-icon-wrapper span.icon.active {
  display: none;
}

.block__mobile__menu .top-menu-level-1-link-icon-expand {
  cursor: hand;
  c\ursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  padding: 8px;
}

.second .top-menu-level-1-link-icon-expand {
  display: none;
}

.block__mobile__menu .top-menu-level-1-li.active .top-menu-level-1-link-icon-expand svg:last-of-type {
  display: none;
}

.block__mobile__menu .top-menu-level-1-li.active .top-menu-level-1-link-icon-expand svg:first-of-type {
  display: block;
}

.block__mobile__menu .top-menu-level-1-li .top-menu-level-1-link-icon-expand svg:last-of-type {
  display: block;
}

.block__mobile__menu .top-menu-level-1-li .top-menu-level-1-link-icon-expand svg:first-of-type {
  display: none;
}

.block__mobile__menu .top-menu-level-1-li2 .top-menu-level-1-link-icon-expand svg:last-of-type { 
  display: block;
}

.block__mobile__menu .top-menu-level-1-li2 .top-menu-level-1-link-icon-expand svg:first-of-type {
  display: none;
}

.block__mobile__menu .top-menu-level-1-li2.active .top-menu-level-1-link-icon-expand svg:last-of-type {
  display: none;
}

.block__mobile__menu .top-menu-level-1-li2.active .top-menu-level-1-link-icon-expand svg:first-of-type {
  display: block;
}

.block__mobile__menu .top-menu-level-1-li2 .top-menu-level-1-li.active .icon-expand svg:first-of-type {
  display: block;
}

.block__mobile__menu .top-menu-level-1-li2 .top-menu-level-1-li.active .icon-expand svg:last-of-type {
  display: none;
}

.block__mobile__menu .top-menu-level-1-li2.active .icon-expand svg:first-of-type {
  display: none;
}

.block__mobile__menu .top-menu-level-1-li2.active .icon-expand svg:last-of-type {
  display: block;
}

.block__mobile__menu .top-menu-level-1-link:hover span.icon {
  background-position: bottom;
}




.block__mobile__menu .top-menu-level-1-li svg path {
  fill: #B6B6B7;
}
.block__mobile__menu .top-menu-level-1-li:hover svg path {
  fill: green;
}

.block__mobile__menu .top-menu-level-1-li2 svg path {
  fill: #B6B6B7;
}
.block__mobile__menu .top-menu-level-1-li2:hover svg path {
  fill: green;
}

.block__mobile__menu .top-menu-level-1-li22 svg path {
  fill: #B6B6B7;
}
.block__mobile__menu .top-menu-level-1-li22:hover svg path {
  fill: green;
}

.block__mobile__menu .top-menu-level-2 {
  max-height: 0;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  overflow: hidden;
}

.block__mobile__menu .top-menu-level-22 {
  max-height: 0;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0;
  overflow: hidden;
}

.block__mobile__menu .top-menu-level-2.active {
  max-height: 6000px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  margin-bottom: 20px;
}

.block__mobile__menu .top-menu-level-22.active {
  max-height: 6000px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
  margin-bottom: 20px;
}

.block__mobile__menu .top-menu-level-2-li {
  border-width: 0 0 1px 0;
}

.block__mobile__menu .top-menu-level-2-li > a {
  font: normal 17px var(--fontstyle);
}

.block__mobile__menu .top-menu-level-2-link-title {
  margin-left: 30px !important;
}

.block__mobile__menu__without__icons .top-menu-level-1-li > a {
  padding-left: 25px;
}
.block__mobile__menu__without__icons .top-menu-level-1-li2 > a {
  padding-left: 25px;
}

/* autoprefixer grid: autoplace */
.block__scroll_to_top {
  grid-area: block__scroll_to_top;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 111;
  pointer-events: none;
}

.block__scroll_to_top__wrapper {
  max-width: 1185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 10px 10px 0;
  margin: auto;
}

.block__scroll_to_top__link {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  margin-right: 0px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  width: 42px;
  height: 42px;
  background-position: center;
  border-radius: 4px;
  pointer-events: all;
}

.block__scroll_to_top__link:hover {
  opacity: 1;
}

.block__scroll_to_top__link:hover svg rect {
  fill: #CEDFCE !important;
}

.block__scroll_to_top__link.active {
  opacity: 1;
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.block__social__links {
  grid-area: block__social__links;
  background: #E6EFE6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__social__links__wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.block__social__links__items {
  text-align: justify;
  padding-left: 6px;
  padding-right: 6px;
  line-height: 0;
}

.block__social__links__item {
  display: inline-block;
  vertical-align: middle;
}

.block__top_menu {
  grid-area: block__top_menu;
}

.block__top_menu .top-menu-level-2-link {
  display: block;
  position: relative;
}

.block__top_menu .top-menu-level-2-link-icon-wrapper {
  position: absolute;
  left: 20px;
  top: 0;
  width: 35px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block__top_menu .top-menu-level-2-link-title {
  display: inline-block;
  font: normal 16px var(--fontstyle);
}

.block__top_menu a.top-menu-level-2-link.active .top-menu-level-2-link-title {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 3px;
}

.block__top_menu .top-menu-level-2-link:hover svg path {
  fill: #80D32C;
}

.block__top_menu .top-menu-level-2-link.active svg path {
  fill: #382122;
}

header > div.second > nav > ul > li > ul > li > a span.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-position: center 0px;
  vertical-align: middle;
}

header > div.second > nav > ul > li > ul > li > a span.icon.active {
  display: none;
}

header > div.second > nav > ul > li > ul > li > a:hover > span.icon {
  background-position: center 32px;
}

header > div.second > nav > ul > li > ul > li.active > a span.icon {
  background-position: center 32px;
  display: none;
}

header > div.second > nav > ul > li > ul > li.active > a span.icon.active {
  display: inline-block;
}

header > div.second > nav > ul > li > ul > li > a:hover span.icon {
  background-position: center 32px;
}

.page__faqsect {
  grid-area: page__faqsect;
}

.delivery__info__item {
  display: none;
}

.delivery__info__item.active {
  display: block;
}

.visible-lg, .visible-inline-lg, .visible-inline-block-lg {
  display: none !important;
}

.visible-md, .visible-inline-md, .visible-inline-block-md, .hidden-md {
  display: none !important;
}

.visible-sm, .visible-inline-sm, .visible-inline-block-sm, .hidden-sm {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

.top_box {
  padding-top: 5px;
  display: contents;
  float: left;
  text-align: center;
}

.top_filters_sorting {
  width: 100%;
  display: inline-block; 
}

.top_box > .sorting_box {
  width: 100%;
}

.sorting_box .view_text{ 
  margin: 4px;
}

.top_box > .sorting_box div {
  font: normal 14px var(--fontstyle);
}

.top_box > .sorting_box div select {
  font: normal 14px var(--fontstyle);
  border-radius: 4px;
  border: 1px solid var(--disabledColor);
  margin: 0 2px; 
  float:left;
  height: 34px;
  vertical-align: middle;
  padding: 4px;
}

.clear_filter_box {
  height: 26px;
}

.clear_filter p {
  margin: 0;
}

.filter-form {
  display: none;
  width: 100%;
}

.show.modal .filter-form {
  display: block;
} 

.show.modal .btn-close {
  display: block;
  float: right;
  margin-right: 20px;
}

.btn-close {
  display: none;
  background: #FFF;
  color: #000;
  border: 1px solid var(--disabledColor);
  border-radius: 5px;
  font: bold 14px var(--fontstyle);
}

input[type='submit']:hover, .btn-close:hover {
  display: none;
}

.filter-buttens {
  display: block;
} 

.btn-filter{
  display: block;
}

.show.modal .btn-filter{
  display: none;
}

.show.modal .filter-parameters-box {
  width: 100%;
}

.filter-parameters-box.active {
  background-color: var(--disabledColor); 
  color: #000;
}
.show.modal .filter-parameters-box.active input[type='checkbox'] ~ label.custom-control-label {
  color:#000;
}

.show.modal .filter-buttens{
  width: 100%;
  padding-top: 36px;
  align-content: center;
  position: fixed;
  z-index: 2;
}

.apply-filter-box{
  display: none;
}

.show.modal .apply-filter-box
{
  display: block;
  width: 100%;
  align-content: center;
  position: fixed;
  z-index: 2;
  bottom: 0;
  background: #fff;
  min-height: 83px;
}

.btn-apply {
    height: 33px;
    min-width: auto;
    padding: 5px;
    margin: 0;
    font: normal 15px var(--fontstyle);
}
.clear_filter {
  display: grid;
  background: linear-gradient(#fEFC08 3px, #F8d20E 5px, #FDF70A 9px, #fADC1A 25px, #F5BB1A 42px, #f6BF10 10px);
  border-radius: 5px;
  padding: 3px 2px;
  width: 146px;
  float: left;
  height: 34px;
  border: var(--disabledColor) 1px solid;
  margin-right: 8px;
  margin-bottom: 8px;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 100vh;
  outline: 0;
  z-index: 22;
  overflow: auto;
}

.modal.show .modal-dialog {
  top: 90px;
  position:relative;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  overflow-y: scroll;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: auto;
  margin-bottom: 120px;
}

.modal.show .modal-dialog::-webkit-scrollbar {
  width: 16px;
}
.modal.show .modal-dialog::-webkit-scrollbar-thumb {
  background-color: #7b7d7f;
  border: 5px solid #fff;
  border-radius: 10rem;
}
.modal.show .modal-dialog::-webkit-scrollbar-track {
  position: absolute;
  right: -3rem;
  top: -50rem;
  background: transparent;
}

.modal .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.modal-dialog-centered {
  display: inherit;
  align-items: center;
  min-height: 100%;
}

.modal-dialog {
  width: auto;
  margin: 0;
}

.modal.show .filter-block {
  display: contents;
}

.filter-parameters-box-title {
  margin: 3px;
  height: 26px;
}

.teaser-catitem div.wrapper {
  margin: 0 15px 25px 0;
}

@media (min-width: 889px) {
  .offers {
    padding: 10px; 
  }

  .shopcart .item__name__calc .recount.add-to-cart {
    margin: 0 20px;
  }

  .filter-input-group-checkbox-list {
    margin: 3px;
  }

  .modal.show .filter-block {
    display: block;
  }

  .filter-form {
    display: block;
  }
  .apply-filter-box{
    display: block;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .top_box > .sorting_box {
    width: auto;
    margin-left: 5px;
  }

  .filter-block {
    position: static;
  }

  header .contact .head__site__switcher {
    display: none;
  }

  .faqs-teaser-left {
    float: left;
    width: 284px;
  }

  .faqs-teaser-right {
    margin-left: 284px;
  }

  .faqs-teaser-answer {
    margin-left: 100px;
  }

  .faqs-teaser-answer-title {
    float: left;
  }

  .go-to-sale-site.mobile-xs {
    display: none;
  }

  .mobile-offer-order {
    display: none;
  }

  .head__sticked .basket-info .title {
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
  }

  .head__sticked .basket-info .description {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .filter-buttens {
    display: none;
  }
  
  .go-to-sale-site.mobile {
    display: none;
  }

  .phone.desktop {
    display: block !important;
  }

  .head__sticked {
    display: none;
  }

  .shopcart__total {
    padding-right: 55px;
  }

  header div.search > form {
    margin: 0;
  }

  header > div.second .navbar {
    display: none;
  }

  header > div.second .navbar-close {
    display: none;
  }

  header > div.second .mobile {
    display: none;
  }

  .shopcart .item__name__calc {
    display: none;
  }

  .block__mobile__menu {
    display: none;
  }

  .store-teaser {
    width: 25%;
    float: left;
  }

  .visible-md {
    display: block !important;
  }

  .visible-inline-md {
    display: inline !important;
  }

  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-inline-lg {
    display: inline !important;
  }
}

@media (max-width: 1200px) {
  ul.groups-offers a p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 20px 0 0px;
  }
  div.settings {
    padding: 0;
  }
  .settings > a.settings {
    margin: 0;
  }
  header div.first div.basket-info .basket-title {
    width: 3rem;
  }
  ul.groups-offers a .title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 0 20px;
  }
  ul.groups-offers a h2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 20px 0 20px;
  }
  .main-content-block .breadcrumbs {
    margin-right: 0;
  }
  ul.groups-offers > li > div.wrapper h2 {
    font-size: 18px;
  }
  body > header, body > section, body > footer {
    width: auto;
  }
  .section-choices, .stores-header-menu {
    min-height: 43px;
  }
  header div.search {
    width: 22%;
  }
  table.hidden-xs {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  table.products {
    width: 100%;
  }
  header div.search input[type='text'] {
    width: 100%px !important;
  }

  .content > div.left-side h1 span {
    padding-left: 0;
  }
  .content > div.left-side div.content-main-page-description {
    padding-left: 0;
    padding-right: 0;
  }
  .section-slider {
    background-repeat: repeat-x;
    background-position: 0 130%;
    overflow: hidden;
  }
  .section-slider div.slider {
    width: 75.7%;
    max-width: 100% !important;
  }
  .section-slider div.bricks {
    width: 24%;
    height: 50%;
  }
  .section-categories ul li {
    overflow: hidden;
    width: 25%;
  }
  .section-choices, .stores-header-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-choices ul, .stores-header-menu ul {
    left: 20px;
  }

  .content div.breadcrumbs {
    margin-right: -15px;
  }

  .content h1.content-title {
    margin-left: 10px;
  }
  .neighbour-items {
    margin-right: 0;
  }
  .page-catitem > .product-header {
    margin-right: 30px;
  }
  .page-catitem .product-main {
    overflow: visible;
  }
  .page-catitem .product-main .description {
    overflow: hidden;
  }
  .page-catitem .add-info {
    width: 65%;
    margin-left: 30%;
    float: none;
  }
  .page-catitem > .product-main {
    width: 100%;
    float: none;
  }
  footer > div {
    margin-top: 45px;
  }
  footer > div.copyright {
    padding-left: 10px;
  }
  footer > div.developer {
    width: 80px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 40px;
    margin-left: 10px;
  }
  footer > div.developer span {
    display: none;
  }
  .teaser-catitem {
    width: 33.33%;
  }
  .login-width {
    width: 33.33%;
  }
  .teaser-catitem div.wrapper {
    margin: 0 15px 25px 0;
  }
  .table-element-price {
    width: 70%;
    margin-left: 30%;
  }
  ul.groups-offers > li > div.wrapper img {
    position: static;
  }
  ul.groups-offers > li > div.wrapper h2 {
    position: static;
  }
  ul.groups-offers > li > div.wrapper p {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 0;
  }
  .go-to-sale-site.mobile {
    margin-top: 5px;
  }
  header > div.first {
    text-align: justify;
  }
  header > div.first > div.logo {
    width: 20%;
    padding: 0 !important;
  }
  header > div.first > div.logo .wrapper span {
    font-weight: bold;
  }
  header > div.first > div.contact {
    padding: 10px;
  }
  .phone a {
    font: normal 15px var(--fontstyle);
  }
  header div.basket-info div.title {
    font-size: 17px;
    height: 33px;
    padding: 10px 0px 0px 55px;
  }
  header > div.first > div.basket-info {
    vertical-align: top;
    margin-right: 0;
  }
  header > div.first > div.basket-info > a:first-child {
    left: 0;
    top: 0;
    margin-top: -15px;
    position: relative;
    float: left;
    margin-right: 20px;
    height: 75px;
  }
  ul.why-we > li p {
    font-size: 20px;
  }
  ul.groups-offers > li > div.wrapper h2 {
    font-size: 18px;
  }
  div.bricks > ul > li > a > span {
    font-size: 20px;
  }
  .section-categories > ul > li > div > a {
    font-size: 25px;
    padding-left: 40px;
  }
  .section-slider div.slider {
    width: 76%;
    max-width: 100% !important;
  }
  .page-catitem > .product-header {
    margin-right: 30px;
  }
  ul.groups-offers > li > div.wrapper h2 {
    font-size: 16px;
  }
  div.bricks > ul > li > a > span {
    font-size: 19px;
  }
  .section-categories > ul > li > div > a {
    font-size: 23px;
  }
  ul.groups-offers > li > div.wrapper h2 {
    font-size: 16px;
  }
  ul.groups-offers > li > div.wrapper p span {
    display: none;
  }
}

@media (max-width: 890px) { 
  .btn-apply {
    width: 97%;
    margin: 1%;
    height: 40px;
  }
  .clear_filter {
    width: 97%;
    margin: 1%;
    height: 40px;
  }
  .wholesale_site .head__sticked div.basket-info div.settings a.register.btn, 
  div.settings a.register.btn  {
    display: none;
  }
  header div.logo .wrapper span {
    margin-top: -0.4rem;
  }

  .logo .wrapper span {
    width: 100%;
  }

  .page-catitem > .product-header {
    width: 100%;
  }
  .page-catitem .product-additional-info.image-set {
    width: 30%;
  }

  .visible-sm {
    display: block;
  }
  header > div.first > div {
    width: 32%;
  }
  .teaser-catitem div.wrapper {
    margin: 0 5px 5px 0;
  }

  .section-categories > ul > li > div > a {
    width: 100%;
    padding: 12px 15px 12px;
  }

  table.storage-balance {
    float: left;
    width: 100%;
    max-width: 100%;
  }

  .section-categories > ul > li > div > a > div:before, .section-categories > ul > li > div > a > div:after {
    width: 15%;
  }

  .section-categories > ul > li > div > a > div:before {
    left: 15px;
    background-position: right;
    background-size: 100%;
  }

  .section-categories > ul > li > div > a > div:after {
    right: 15px;
    background-position: left;
    background-size: 100%;
  }

  .section-categories > ul > li > div > a {
    font-size: 21px;
  }

  header > div.first > div.logo {
    width: 32%;
  }

  header > div.first > div.logo span {
    font-size: 14px;
  }

  header > div.first a.go-to-sale-site {
    position: relative;
    white-space: normal;
    padding-left: 30px;
    font-size: 14px;
    text-align: left;
  }

  header > div.first a.go-to-sale-site:before {
    position: absolute;
    left: 0;
  }

  header > div.first > div.basket-info > a:first-child {
    margin-top: -5px;
  }

  header > div.first > div.basket-info > div.description {
    font-size: 16px;
    font-weight: bold;
    clear: right;
    margin-bottom: 17px;
  }

  header > div.first > div.basket-info > div.description .summary {
    font-weight: inherit;
  }

  .shopcart .head__description, 
  .shopcart .item__description {
    display: none;
  }

  body.retail_site .shopcart tfoot {
    display: none;
  }

  body.retail_site .shopcart__total {
    display: block;
  }

  /* body.wholesale_site .shopcart tfoot td:nth-of-type(2) {
    display: none;
  } */

  .page-catitem .add-info {
    margin-left: 1%;
    float: none;
  }

  ul.groups-offers > li > div.wrapper h2 {
    font-size: 15px;
  }
  .section-categories > ul > li > div > a {
    font-size: 19px;
  }
  .section-slider div.slider {
    width: 75.8%;
    max-width: 100% !important;
  }
  .section-slider div.bricks {
    width: 24%;
    height: 50%;
  }
  .section-categories > ul > li > div > a {
    height: 180px;
  }

  header div.basket-info a.login.btn,
  header div.basket-info a.register.btn {
    padding: 5px 13px 5px 28px;
  }
  a.go-to-sale-site {
    white-space: normal;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-inline-sm {
    display: inline !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .shopcart .head__price, 
  .shopcart .head__quantity, 
  .shopcart .head__sum, 
  .shopcart .item__price, 
  .shopcart .item__quantity, 
  .shopcart .item__sum {
    display: none;
  }
  .left-block {
    display: none;
  }
  .content.inner-page {
    width: 100%;
  }
  .section-slider > div.slider-wrapper > div.slider {
    width: 99%;
  }

  h1 > span.view {
    display: none;
  }
  div.pager div.perpage {
    display: none;
  }
  .page-catitem .add-info ul li {
    margin: 0 0 10px;
  }
  .section-choices, .stores-header-menu {
    display: none;
  }
  h1 > div.view {
    display: none;
  }
  ul.why-we > li p {
    font-size: 16px;
  }
  ul.groups-offers {
    -ms-grid-columns: calc(33% - 17.5px) 30px calc(33% - 17.5px) 30px calc(33% - 17.5px);
    grid-template-columns: calc(33% - 17.5px) calc(33% - 17.5px) calc(33% - 17.5px);
  }
  ul.groups-offers > li div.wrapper h2 {
    font-size: 18px;
  }
  .login-width {
    width: 50%;
  }
  ul.groups-offers > li div.wrapper p span {
    display: inline;
  }
  body > header, body > section, body > footer {
    width: auto;
  }
  header div.search {
    width: auto;
  }
  .search-page input {
    display: inline-block;
    vertical-align: middle;
    min-width: 100%;
  }
  .section-slider div.tag {
    background-size: 100% !important;
    top: 10px !important;
    left: 50% !important;
    margin-left: -188px;
    height: 300px;
  }
  .section-slider div.tag a {
    margin-top: 40px !important;
  }
  .section-slider .slider-elements {
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
    overflow: visible;
    position: static;
  }
  .section-slider .slider-pager {
    display: none;
    height: 40px;
  }
  .section-slider div#next, .section-slider div#prev {
    bottom: 50% !important;
    position: absolute;
    margin-bottom: -20px !important;
  }
  .section-slider div#prev {
    left: 20px;
  }
  .section-slider div#next {
    right: 20px;
  }
  .content {
    margin-bottom: 10px;
  }
  .content h1.content-title {
    margin-left: 10px;
  }
  .section-choices, .stores-header-menu {
    min-height: 100%;
    padding-bottom: 5px !important;
  }
  .section-choices ul, .stores-header-menu ul {
    margin-left: 10px;
  }
  .page-catitem > .product-header {
    margin-right: 30px;
  }
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  .page-catitem {
    position: relative;
  }
  .neighbour-items {
    margin-top: 40px;
    overflow: hidden;
    margin-left: 0;
  }
  footer {
    padding-bottom: 50px;
    overflow: hidden;
  }
  footer > div {
    margin-top: 10px;
  }
  footer > div.copyright {
    text-align: center;
  }
  footer > div.copyright p.additional {
    margin-top: 3px;
    margin-bottom: 10px;
  }
  footer > div.copyright p.additional br {
    display: none;
  }
  footer > div.send-us-request {
    width: 50%;
    float: left;
    margin-top: 5px;
    padding-right: 10px;
    margin-left: 0;
    padding-left: 30px;
    text-align: right;
  }
  footer > div.send-us-request div.wrapper {
    display: inline-block;
    text-align: left;
  }
  footer > div.developer {
    width: 50%;
    padding-left: 26px;
    padding-right: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0;
    float: right;
    text-align: left;
  }
  footer > div.developer span {
    display: none;
  }
  footer > div.developer div.wrapper {
    text-align: right;
    position: static;
  }
  .section-categories > ul {
    text-align: center;
  }
  header > div.second > nav > ul > li {
    margin: 0 0 5px;
  }
  header > div.second > nav > ul > li > ul {
    margin-top: 0;
  }
  
  header > div.second > nav > ul > li.active.has_children {
    background: none;
    margin: 10px 0 0px;
  }
  header > div.second > nav > ul > li.active.has_children:hover {
    background: none;
  }
  header > div.second > nav > ul > li.has_children:hover {
    background: none;
  }
  header > div.second > nav > ul > li.active.has_children:hover > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#FCEC0A), color-stop(#F5B910), to(#FCEC0A));
    background: -o-linear-gradient(#FCEC0A, #F5B910, #FCEC0A);
    background: linear-gradient(#FCEC0A, #F5B910, #FCEC0A);
  }
  header > div.second > nav > ul > li.has_children:hover > a {
    background: -webkit-gradient(linear, left top, left bottom, from(#005F23), color-stop(#006F2B), color-stop(#00722C), to(#005B22));
    background: -o-linear-gradient(#005F23, #006F2B, #00722C, #005B22);
    background: linear-gradient(#005F23, #006F2B, #00722C, #005B22);
  }
  header > div.second > nav > ul > li {
    height: auto !important;
  }
  header > div.second > nav > ul > li.fillet > a:after {
    margin-top: -2px;
  }
  header > div.second > nav > ul > li.fillet.active > a:after {
    margin-top: -7px;
  }
  .section-choices, .stores-header-menu {
    padding: 10px;
    overflow: hidden;
  }
  .section-choices > ul, .stores-header-menu > ul {
    position: static;
  }
  .section-choices > ul > li, .stores-header-menu > ul > li {
    display: inline-block;
    margin-bottom: 5px;
  }
  .tab-switch > li {
    margin: 0 !important;
  }
  .col-sm-9 {
    width: auto;
    float: none;
  }

  .form-field .left-label input,
  .form-field .left-label select {
    min-width: 300px;
  }

  div.second .navbar {
    color: #000;
    margin: 0 20px;
    vertical-align: middle;
    font-size: 18px;
    cursor: hand;
    c\ursor: pointer;
    display: inline-block;
  }
  div.second .navbar > span {
    vertical-align: middle;
    padding-top: 5px;
    display: inline-block;
  }
  div.second .navbar > button {
    width: 28px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 5px 8px 5px;
  }
  div.second .navbar > button > span {
    display: block;
    border-bottom: solid 2px #333;
    width: 18px;
    position: absolute;
    left: 5px;
    top: 14px;
  }
  div.second .navbar > button > span:first-child {
    top: 8px;
  }
  div.second .navbar > button > span:last-child {
    top: 20px;
  }
  div.second:after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
  }
  header > div.second > nav > ul > li {
    display: block;
    text-align: left;
    width: 100%;
  }
  header > div.second > nav > ul > li > a {
    border-radius: 0;
  }
  header > div.second > nav > ul > li ul {
    width: 100%;
    border-radius: 0;
    position: static;
    overflow: hidden;
    opacity: 1;
    background: none;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header > div.second > nav > ul > li .triangle {
    display: none !important;
  }
  .section-slider > div.slider-wrapper > div.slider li > div.tag > div {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .section-slider > div.slider-wrapper > div.slider li > div.tag > div > a {
    margin-bottom: 0;
    vertical-align: top;
    margin-top: 50%;
  }
  .section-slider > div.slider-wrapper > div#next, .section-slider > div.slider-wrapper > div#prev {
    width: 47px;
    height: 47px;
  }
  .section-slider > div.slider-wrapper > div#prev:before, .section-slider > div.slider-wrapper > div#prev:before,
  .section-slider > div.slider-wrapper > div#prev:before, .section-slider > div.slider-wrapper > div#next:before {
    height: 47px;
  }
  .content > div.left-side {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  .content > div.left-side > div {
    padding: 0 0 0 20px;
  }
  .content > div.left-side div.right-side {
    padding: 0;
    position: static;
    width: auto;
  }
  .social-links {
    padding: 0;
    margin-left: 0;
  }
  .social-links > div {
    float: left;
    width: 33.3%;
    min-height: 90px;
  }
  .social-links div.title {
    padding-top: 27px;
  }
  .social-links div.links {
    padding-top: 10px;
  }
  .social-links ul {
    text-align: center;
  }
  .social-links ul:after {
    display: none;
  }
  footer > div {
    float: left;
  }
  footer > div.copyright {
    width: auto !important;
    float: none;
  }

  footer > div.contacts {
    width: 100%;
    /* margin: 0 25%; */
    background: yellow;
    text-align: center;
    padding: 8px;
  }

  footer > div.contacts > ul {
    background: yellow;
  }

  .teaser-catitem-title {
    min-height: 25px;
  }

  header {
    position: static;
  }
  header div.search {
    position: absolute;
    top: 0;
    right: 0px;
    margin-top: -1px !important;
  }
  header div.search input[type='text'] {
    width: 277px !important;
  }
  header > div.second {
    min-height: 41px;
    position: static;
  }
  header > div.second nav {
    margin-left: -100%;
    z-index: 99999;
    width: 100%;
    top: 0;
    position: absolute;
    margin-top: 0px !important;
    margin-right: 0 !important;
    background: #005B22;
    overflow: hidden;
  }
  header > div.second nav div.navbar-close {
    vertical-align: middle;
    text-align: right;
    border-bottom: solid 4px #005B22;
    background: #21A93F;
    padding: 0 15px;
  }
  header > div.second nav div.navbar-close * {
    vertical-align: middle;
    display: inline-block;
  }
  header > div.second nav div.navbar-close span {
    color: #fff;
    font: normal 19px var(--fontstyle);
    margin-right: 4px;
  }
  header > div.second nav div.navbar-close:after {
    content: "";
    height: 62px;
    display: inline-block;
    vertical-align: middle;
  }
  header > div.second nav > ul {
    margin-left: 0;
  }
  header > div.second nav > ul > li {
    padding-right: 0;
    background: none;
    float: none;
    width: auto !important;
    display: block;
    border-bottom: solid 2px #006E36;
  }
  header > div.second nav > ul > li.has_children > a {
    color: #80D32C;
    background: -webkit-gradient(linear, left top, left bottom, from(#005F23), color-stop(#006F2B), color-stop(#00722C), to(#005B22)) !important;
    background: -o-linear-gradient(#005F23, #006F2B, #00722C, #005B22) !important;
    background: linear-gradient(#005F23, #006F2B, #00722C, #005B22) !important;
    height: 53px;
  }
  header > div.second nav > ul > li:last-child {
    border-bottom: none;
  }
  header > div.second nav > ul > li > a {
    background: none;
    display: block;
    width: auto !important;
    float: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    padding: 0 25px;
  }
  header > div.second nav > ul > li.fillet > a:after {
    display: none;
  }
  header > div.second nav > ul > li.active > a {
    background: #FFED00;
    color: #005B22;
  }
  header > div.second nav > ul > li.active > a:before {
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header > div.second nav > ul > li > ul {
    display: block;
  }
  header > div.second nav > ul > li > ul > li {
    background: #005B22 !important;
  }
  header > div.second nav > ul > li > ul > li > a {
    min-height: 50px;
    position: relative;
  }
  header > div.second nav > ul > li > ul > li.active > a {
    background: none;
    color: #FFED00;
  }
  header > div.second nav > ul > li > ul > li.active > a span.icon {
    display: inline-block;
    background-position: 0 0;
  }
  header > div.second nav > ul > li > ul > li.active > a span.icon.active {
    display: none;
  }
  header > div.second nav > ul > li > ul > li.has-children > a {
    vertical-align: middle;
  }
  header > div.second nav > ul > li > ul > li.has-children > a .top-menu-level-2-link-title::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("/static/images/icon-top-menu-expand-control.png?c80402263d99") no-repeat;
    margin-left: 5px;
  }
  header > div.second nav > ul > li > ul > li.has-children > a.active::after {
    background-position: bottom;
  }
  header > div.second nav > ul > li > ul > li > ul {
    display: none;
  }
  header > div.second nav > ul > li > ul > li > ul.active {
    display: block;
  }
  header > div.second nav > ul > li > ul > li > ul > li {
    border-bottom: solid 1px #006E36;
  }
  header > div.second nav > ul > li > ul > li > ul > li a {
    color: #fff;
    padding: 10px 54px;
    display: block;
  }
  header > div.second nav > ul > li > ul > li > ul > li:last-child {
    border-bottom: none;
  }
  header > div.second nav > ul > li > ul > li > ul > li.active a {
    color: #FFED00;
  }
  header > div.second nav.active {
    margin-left: 0;
    -webkit-transition: margin 1s ease-in-out;
    -o-transition: margin 1s ease-in-out;
    transition: margin 1s ease-in-out;
  }
  .table-element-price {
    margin-left: 0;
    width: 100%;
  }
  .table-element-price .mobile-offer-order {
    border-bottom: solid 2px #FFED00;
  }
  .table-element-price .mobile-offer-order .price, .table-element-price .mobile-offer-order .count, .table-element-price .mobile-offer-order .price {
    font-size: 20px;
  }
  .table-element-price .mobile-offer-order .price .price, .table-element-price .mobile-offer-order .price span, .table-element-price .mobile-offer-order .count .price, .table-element-price .mobile-offer-order .count span, .table-element-price .mobile-offer-order .price .price, .table-element-price .mobile-offer-order .price span {
    font-size: inherit;
  }
  .product-main.has-add-info .main-info {
    width: 100%;
    float: none;
  }
  .product-main .add-info {
    float: none !important;
    position: static !important;
    margin: 0 !important;
    width: auto !important;
  }
  .product-main .add-info ul {
    background: none !important;
    padding-top: 0 !important;
  }
  .product-main {
    float: none !important;
    width: 100% !important;
    clear: left;
  }
  .product-main .head-parameters {
    margin: 20px 0;
  }
  .product-main .add-info {
    position: absolute;
    top: 0;
    left: 240px;
    margin-top: 0px !important;
  }
  .block__mobile__menu {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .block__social__links__items {
    text-align: center;
  }
  .block__social__links__item a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .block__top_menu .top-menu-level-1 > li.has-children > a {
    border: solid 1px red;
  }

  body.wholesale_site .shopcart tfoot .form-field input, 
  body.wholesale_site .shopcart tfoot .form-field select, 
  body.wholesale_site .shopcart tfoot .form-field textarea {
    min-width: 0 !important;
    width: 73% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* body.wholesale_site .shopcart tfoot td:nth-of-type(2), 
  body.wholesale_site .shopcart tfoot td:nth-of-type(3), 
  body.wholesale_site .shopcart tfoot td:nth-of-type(4), 
  body.wholesale_site .shopcart tfoot td:nth-of-type(5) {
    display: none;
  } */

  body.wholesale_site .shopcart__total {
    display: block;
  }

  header > div.first > div.contact > ul {
    margin-bottom: 4px;
  }
  .wholesale_site .head__sticked div.basket-info div.title a.basket-link.active span.link {
    text-decoration: underline;
    color: #196D3C;
  }
  .wholesale_site .head__sticked div.basket-info div.title a.basket-link.active span.summary {
    color: #196D3C;
  }
  .wholesale_site .head__sticked div.basket-info div.title a.basket-link.active span.summary .shopcart_total {
    font-weight: bold;
  }

  header {
    padding-top: 40px;
  }
  header > div.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header > div.first::after {
    display: none;
  }
  header > div.first > div.logo {
    margin-top: 3px;
    width: auto;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
  }
  header > div.first > div.logo .wrapper {
    max-width: 170px;
  }
  header > div.first > div.basket-info {
    display: none;
  }
  header > div.first > div.serch-panel {
    display: none;
  }
  header div.second div.serch-panel {
    display: block;
    width: 200px;
    height: 42px;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    top: 4px;
  }
  header div.second div.serch-panel form {
    top: 2px;
    width: 100%;
    height: 36px;
    cursor: pointer;
  }
  header div.second div.serch-panel input {
    height: 32px;
  }

  header div.second div.serch-panel .fa {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  header > div.first > div.contact {
    width: 32%;
  }

  div.bricks > ul > li > a > span {
    font-size: 16px;
  }

  .social-links {
    padding: 0;
    margin-left: 0;
  }
  .social-links > div {
    width: 50%;
  }
  .social-links div.title {
    padding-top: 30px;
  }
  .social-links div.description {
    padding-top: 28px;
    display: none;
  }
  .social-links ul {
    text-align: center;
  }
  .social-links ul:after {
    display: none;
  }
  .social-links ul {
    text-align: center;
  }

  header > div.first > div.logo span {
    font-size: 13px;
  }
  div.tag {
    max-width: 300px;
    background-size: 100% !important;
    height: 250px !important;
    margin-left: -150px !important;
  }
  div.tag a.btn {
    padding: 5px 10px;
    width: auto;
    min-width: 0;
  }
  div.tag p {
    padding: 10px !important;
    font-size: 35px !important;
  }
  div.tag div {
    height: 0px !important;
  }
  .slider-pager {
    display: none;
    height: 40px;
  }
  div#prev {
    left: 10px;
  }
  div#next {
    right: 10px;
  }

  .phone.desktop {
    display: block !important;
  }
  .go-to-sale-site.desktop {
    display: none !important;
  }

  .viewmode__button {
    display: none;
  }
  .block__free_discount_card__form .phone-field {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page__faqsect .content_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page__faqsect .content_footer .faqs-form-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .page__faqsect .content_footer .faqs-list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .page__faqsect .content_footer .faqsect-teaser {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .page__faqsect .content_footer .pager {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .section-slider div.bricks li a img {
    width: 100%;
  }

  h1,
  .h1,
  div.hone {
    font-size: 18px;
  }
  h2,
  .h2 {
    font-size: 17px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  .teaser-catitem div.image img {
    max-height: 310px;
  }

  ul.groups-offers > li div.wrapper h2 {
    font-size: 16px;
  }
  ul.groups-offers > li div.wrapper p span {
    display: none;
  }

  div.bricks > ul > li > a > span {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    bottom: 10px;
  }
  .teaser-catitem p.description {
    line-height: 1;
  }
  .section-slider div.slider {
    width: 76%;
    max-width: 100% !important;
  }
  .section-slider div.bricks {
    width: 100.5%;
    height: 50%;
  }
  ul.groups-offers > li div.wrapper h2 {
    font-size: 15px;
  }
  .section-categories > ul > li > div > a > div {
    padding-top: 21px;
    font-size: 14px !important;
  }
  .section-categories > ul > li > div > a > div {
    padding-top: 21px;
    font-size: 14px !important;
  }
  footer > div.contacts {
    height: auto;
  }
  .page-catitem .product-additional-info.image-set {
    width: 20%;
    float: right;
  }
  .product-header .images {
    width: 70%;
    float: left;
  }
  div.bricks > ul > li, div.bricks > ul > li:last-child {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .teaser-catitem {
    width: 50%;
  }
  .product-header .images {
    width: 75%;
    float: left;
  }
  .page-catitem .product-additional-info.image-set {
    width: 20%;
    float: right;
  }

  .filter-parameters-box div.filter-block.mob-hide-filter {
    display: none;
  }
  
  .page-catitem > .product-header {
    width: 95%;
  }
  
  div.bricks > ul > li > a > span {
    padding-left: 5px;
    padding-right: 5px;
    font: bold 17px var(--fontstyle);
  }


  div.tag {
    max-width: 250px;
    height: 220px !important;
    margin-left: -125px !important;
  }
  div.tag p {
    padding: 10px !important;
    font-size: 32px !important;
  }
  div.tag div {
    height: 0px !important;
  }

  .section-choices, .stores-header-menu {
    display: none;
  }
  .main-page .left-side .why-we, .main-page .left-side .content-main-page-description, .main-page .left-side > h1 {
    display: none;
  }

  .stores-header-menu {
    display: block !important;
    padding: 0;
    overflow: visible;
  }
  .stores-header-menu > ul {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .stores-header-menu > ul > li {
    margin-bottom: 15px;
  }
  header div.second div.serch-panel {
    width: 200px;
  }
  header div.second div.serch-panel form {
    width: 100%;
  }
  div.bricks > ul > li > a > span {
    width: calc(100% - 30px);
    left: 15px;
    right: 15px;
    margin-left: 0;
  }
  header > div.first > div.contact {
    text-align: left;
  }
  header > div.first > div.contact .head__site__switcher {
    margin-top: 0;
    margin-bottom: 5px;
  }
  header > div.first > div.contact .head__site__switcher a {
    display: inline-block;
    font-size: 17px;
    padding: 5px 0 6px;
    text-decoration: underline;
  }
  header > div.first > div.contact .head__site__switcher a.active {
    text-decoration: none;
    padding: 5px 10px 6px;
  }
  header > div.first > div.contact .send-message.desktop {
    display: none;
  }

  ul.groups-offers a p {
    font: normal 16px var(--fontstyle);
  }
  ul.groups-offers a .title {
    font: normal 18px var(--fontstyle);
    margin: 0 0 0px;
  }
  ul.groups-offers a h2 {
    font: normal 18px var(--fontstyle);
    margin: 20px 0 0px;
  }
  ul.groups-offers {
    margin-bottom: 70px;
  }
  div.bricks {
    width: 100%;
    margin: 0;
  }
  div.bricks > ul > li > a {
    margin: 0px 5px 0px;
    border: none;
  }
  div.bricks > ul > li > a img {
    max-width: 100%;
  }

  .section-slider > div.slider-wrapper > div.slider {
    max-width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .section-categories > ul {
    margin: 0 -5px;
  }
  .section-categories > ul > li > div {
    margin: 0 5px 10px;
  }
  .section-categories > ul > li > div > a {
    font-size: 20px;
  }
  .catcomp-items table {
    display: none;
  }
  .mobile-offer-order {
    display: block;
  }
  header div.logo span {
    font-size: 15px;
  }
  .elem-backlink.page-type-catsect {
    margin: 0;
  }
  .teaser-catitem {
    width: 50%;
  }
  ul.groups-offers a p:before, ul.groups-offers a p:after {
    display: block;
  }
  ul.groups-offers {
    -ms-grid-columns: calc(50% - 15px) 30px calc(50% - 15px);
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }
  ul.groups-offers > li div.wrapper h2 {
    font-size: 18px;
  }
  ul.groups-offers > li div.wrapper p span {
    display: inline;
  }
  .section-slider div.slider {
    width: auto;
    max-width: 100% !important;
    float: none;
  }
  .section-slider div.bricks {
    width: 100%;
  }
  body > header, body > section, body > footer {
    width: auto;
  }
  a.go-to-sale-site {
    text-align: left;
  }
  header div.first {
    padding-left: 0;
    margin-bottom: 0px;
    vertical-align: top;
    text-align: justify;
  }
  header div.first > div {
    vertical-align: top;
  }
  header div.second div.navbar {
    vertical-align: middle;
  }
  header div.second div.navbar > span {
    display: inline-block;
    vertical-align: middle;
  }
  header .go-to-sale-site {
    font-weight: bold;
  }
  div.breadcrumbs {
    text-align: left;
    margin-right: 0;
  }
  .section-slider div.bricks ul {
    overflow: hidden;
  }
  .section-slider div.bricks li {
    height: auto;
    overflow: hidden;
  }
  .section-slider div.bricks li:first-child a {
    background: #016E37;
  }
  .section-slider div.bricks li:last-child a {
    background: #281E15;
  }
  .section-categories > ul > li {
    width: 49% !important;
  }
  h1.content-title {
    margin-bottom: 20px !important;
  }
  h1.content-title div {
    display: block;
    position: static;
    text-align: right;
  }
  h1.content-title div a {
    margin: 10px 0 0px;
  }
  div.pager div.perpage {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .product-main {
    float: none !important;
    width: 100% !important;
    margin-left: 0px;
  }
  .product-main .head-parameters {
    margin: 20px 0;
  }
  .product-main.has-add-info {
    position: relative;
  }
  .product-main.has-add-info .add-info {
    top: 0;
    left: 0;
    margin-left: 0px;
    width: auto;
  }
  .product-main.has-add-info .add-info ul {
    background: none;
    padding-top: 0;
  }
  .product-main .head-parameters {
    margin-bottom: 40px;
  }
  .product-main .head-parameters li {
    display: block;
    margin-bottom: 20px;
    border: none !important;
  }
  .page-catcomp .product-header {
    margin-bottom: 30px;
  }
  .visible-xs {
    display: block;
  }
  .mobile-offer-order {
    font: normal 17px var(--fontstyle);
  }
  .mobile-offer-order > div.title {
    background: #FFED00;
    text-align: center;
    font: normal 17px var(--fontstyle);
    margin-bottom: 20px;
    color: #203700;
    padding: 7px 10px;
  }
  .mobile-offer-order div.catitem-title {
    margin: 20px 10px 30px;
  }
  .mobile-offer-order div.catitem-title .discount {
    color: #EE2B31;
    font: normal 18px var(--fontstyle);
  }
  .mobile-offer-order div.catitem-title .not_enough {
    margin-top: 8px;
  }
  .mobile-offer-order div.price {
    font: inherit;
    margin: 20px 10px 30px;
  }
  .mobile-offer-order div.price .price {
    font: bold 17px var(--fontstyle);
  }
  .mobile-offer-order div.price strike {
    font: bold 17px var(--fontstyle);
  }
  .mobile-offer-order div.count {
    margin: 20px 0 20px 10px;
  }
  .mobile-offer-order div.count > div {
    margin-bottom: 15px;
  }
  .mobile-offer-order div.count .recount.add-to-cart {
    margin-right: 30px;
  }
  .catcomp-items .mobile-offer-order {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .catcomp-items .mobile-offer-order .count {
    margin-bottom: 0;
  }
  .catcomp-items .mobile-offer-order .catitem-title {
    margin-top: 10px;
  }
  .catcomp-items .mobile-offer-order:nth-child(odd) {
    background: #E6EFE6;
  }
  .catcomp-items .mobile-offer-order:last-child {
    border-bottom: solid 3px yellow;
  }
  div.table {
    overflow-x: scroll;
  }
  h1 > div.view {
    position: static;
    margin: 0 !important;
    padding: 0 !important;
    display: none;
  }
  div.actionsect select {
    width: 100%;
  }
  .content.inner-page {
    margin: 5px 0;
  }
  .product-main.has-add-info .main-info div.title {
    background: none;
    text-align: left;
    border-top: solid 2px #FFED00;
    padding-top: 20px;
    font-size: 29px;
    margin-bottom: 0;
  }
  .product-main.has-add-info .main-info div.title::after {
    content: ":";
    display: inline-block;
  }
  .product-main.has-add-info .main-info .mobile-offer-order-body {
    position: relative;
    padding-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-main.has-add-info .main-info .mobile-offer-order-body > .price {
    width: 50%;
    padding-left: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-main.has-add-info .main-info .mobile-offer-order-body .count {
    width: 50%;
    border-right: solid 2px #FFED00;
    min-height: 77px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-main.has-add-info .main-info .mobile-offer-order .in-cart {
    position: absolute;
    bottom: 40px;
    left: 10px;
    width: 100%;
  }
  .product-main.has-add-info .main-info .mobile-offer-order .in-cart .add-to-cart {
    text-decoration: underline;
    color: #037C24;
    padding-left: 40px;
  }
  .product-main.has-add-info .main-info .mobile-offer-order .in-cart .add-to-cart::before {
    position: absolute;
    -webkit-transform: translate(-55px, 0);
    -ms-transform: translate(-55px, 0);
    transform: translate(-55px, 0);
  }
  .price__title {
    display: block;
    margin-bottom: 10px;
    color: #000 !important;
  }

  .section-categories > ul > li > div {
    overflow: hidden;
  }
  .section-categories > ul > li > div > a {
    font: normal 18px var(--fontstyle);
    height: 150px;
  }
  .section-categories > ul > li > div > a > div {
    padding: 10px;
    font-size: 14px !important;
    height: auto;
  }
  .section-categories > ul > li > div > a > div:before {
    height: 36px;
  }
  .section-categories > ul > li > div > a > div:after {
    height: 36px;
  }

  .register-form .additional-helper {
    margin-left: -10px;
    padding-left: 15px;
  }
  .register-form .additional-helper:before {
    margin-top: -8px;
    margin-left: 7px;
    border-radius: 5px;
  }
  .register-form .col-sm-9, .register-form .col-sm-12, .register-form .col-sm-6 {
    float: none;
    width: auto;
  }
  .register-form .row {
    width: auto;
  }

  .block__social__links {
    padding-bottom: 20px;
  }

  .content-title span.view {
    display: none;
  }
  .section-slider div.tag a.btn {
    margin-top: 10px !important;
    font-size: 16px;
  }
  .section-categories > ul > li > div > a {
    font: normal 16px var(--fontstyle);
  }
  .section-categories > ul > li > div > a > div {
    font-size: 14px !important;
  }
  .social-links > div {
    width: auto;
    float: none;
    min-height: auto;
    padding-top: 20px;
  }
  .social-links div.title {
    padding-top: 20px;
  }
  .social-links div.links {
    padding-top: 0px;
  }
  .social-links div.description {
    padding-top: 20px;
    display: block;
  }
  .social-links ul {
    text-align: center;
  }
  ul.groups-offers > li div.wrapper h2 {
    font-size: 16px;
  }
  .fancybox-title-float-wrap .child {
    white-space: initial;
  }

  .page-catitem .add-info {
    float: none;
    width: auto;
    margin-left: 290px;
  }

  .section-categories > ul > li > div > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .teaser-catitem div.image {
    height: 310px;
    min-height: 0;
    overflow: hidden;
  }
  
  .wholesale_site .head__sticked div.basket-info .shopcart__button {
    display: none;
  }
  div.bricks > ul > li > a > span {
    padding-left: 5px;
    padding-right: 5px;
  }

  .shopcart .item__name__calc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shopcart .item__name__calc > div:first-of-type {
    display: none;
  }
  body.wholesale_site .shopcart tfoot td {
    border-bottom: none;
    padding: 15px 0 0;
  }
  body.wholesale_site .shopcart tfoot .form-field label {
    display: block;
  }
  body.wholesale_site .shopcart tfoot .form-field input, body.wholesale_site .shopcart tfoot .form-field select, body.wholesale_site .shopcart tfoot .form-field textarea {
    min-width: 0 !important;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  body.wholesale_site table.products.comptable {
    border-bottom: none;
  }
  ul.groups-offers > li div.wrapper h2 {
    font-size: 15px;
  }
  ul.groups-offers > li div.wrapper p span {
    display: none;
  }

  .wholesale_site .head__sticked div.basket-info .description {
    display: none;
  }
  .header-login-form {
    margin-left: -100px;
  }
  .header-login-form > div.triangle:before {
    left: 50%;
    margin-left: -18px;
  }

  .page-catitem .add-info {
    clear: both;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .page-catitem .add-info ul {
    background: none;
    padding-top: 0;
  }
  .content-title {
    font-size: 20px;
  }
  .teaser-catitem div.image img {
    max-height: 100%; 
  }
  .teaser-catitem .description {
    font-size: 13px !important;
  }
  .section-slider div.tag {
    height: calc(100% - 20px) !important;
    background-position: bottom !important;
  }
  .section-slider .section-slider > div.slider-wrapper div#next, .section-slider .section-slider > div.slider-wrapper div#prev {
    top: auto !important;
    bottom: 0px;
  }
  .section-slider > div.slider-wrapper div#next, .section-slider > div.slider-wrapper div#prev {
    top: auto !important;
    bottom: 0;
    margin-bottom: 10px;
  }

  .head__sticked .basket-info .title a {
    width: 24px;
    color: transparent;
    white-space: nowrap;
  }

  header div.first > div {
    vertical-align: top;
  }
  header div.first div.logo {
    width: 100%;
    white-space: normal;
  }

  header div.first div.logo_and_slogan {
    width: 32%;
    text-align: center;
  }

  header div.first div.basket-info .settings {
    background: none;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  header div.first div.basket-info .settings a.settings {
    background: #E6EFE6;
    padding: 1px 11px;
    display: block;
    margin: 0 0 3px;
  }
  header div.first div.basket-info .settings a.logout {
    margin: 0;
    padding: 5px;
    display: block;
    border: solid 1px #E6EFE6;
    background-position: 6px 6px;
    width: 30px;
    height: 30px;
    float: right;
  }

  header div.second div.navbar {
    vertical-align: middle;
  }
  header div.second div.navbar > span {
    display: inline-block;
    vertical-align: middle;
    /* 					margin-top: 6px; */
  }
  header div.second div.search {
    margin-left: 120px;
  }
  header div.second div.search input[type='text'] {
    width: 100% !important;
  }

  .section-categories > ul > li > div > a {
    font-size: 12px;
  }

  ul.groups-offers a p:before, ul.groups-offers a p:after {
    display: none;
  }
  ul.groups-offers > li div.wrapper h2 {
    font-size: 14px;
  }
  ul.groups-offers > li div.wrapper p span {
    display: inline;
  }
  
   header > div.first div.logo {
    -ms-flex-preferred-size: initial;
    flex-basis: initial;
  }
  header > div.first div.logo .wrapper {
    max-width: 100%;
    margin-right: 10px;
  }
  header > div.first > div.contact {
    white-space: nowrap;
  }
  header > div.first > div.contact .phone {
    margin-bottom: 0;
  }
  header > div.first > div.contact a {
    font-size: 15px;
  }
  header > div.first > div.contact .head__site__switcher a {
    padding: 2px 0px 3px;
    font-size: 15px;
  }
  header > div.first > div.contact .head__site__switcher a.active {
    padding: 2px 5px 3px;
  }
  .wholesale_site .settings > a.logout {
    width: 30px;
  }
  .wholesale_site .settings > a.settings {
    margin-right: 10px;
  }
  .teaser-catitem div.image {
    height: 310px;
  }
  .wholesale_site header div.first div.logo div.wrapper {
    max-width: 128px;
    margin: 10px 0;
  }
  .wholesale_site header div.first div.logo div.wrapper span {
    font-size: 15px;
    line-height: 1;
  }
  .section-categories > ul > li > div {
    overflow: hidden;
  }
  .section-categories > ul > li > div > a {
    font: normal 12px var(--fontstyle);
    height: 130px;
  }
  .section-categories > ul > li > div > a > div {
    padding: 10px;
    font-size: 14px !important;
    height: auto;
    white-space: nowrap;
  }

  .product-main.has-add-info .main-info .mobile-offer-order-body > .price {
    padding-left: 10px;
  }

  header div.first div.basket-info div.title {
    font-size: 18px;
  }
  header div.first div.basket-info div.description {
    font-size: 16px;
    font-weight: bold;
  }
  header div.first div.basket-info div.description .summary.active {
    font-weight: inherit;
  }
  header div.first div.basket-info div.settings a.settings {
    font-size: 14px;
  }

  .head__sticked .basket-info .shopcart__button {
    width: auto;
  }
  .head__sticked .basket-info .shopcart__button span {
    display: none;
  }

  header > div.first div.logo div.wrapper {
    max-width: 158px;
  }

  .wholesale_site .head__sticked div.basket-info div.title a.basket-link.active::before {
    margin-right: 0;
  }
  .section-slider div.tag a.btn {
    margin-top: 0px !important;
    font-size: 13px;
  }
  .login-width {
    width: 86%;
  }

  ul.groups-offers a p:before, ul.groups-offers a p:after {
    display: block;
  }
  ul.groups-offers {
    margin-right: 0;
    display: block;
  }
  ul.groups-offers > li {
    width: auto;
    float: none;
  }
  ul.groups-offers > li div.wrapper {
    margin-bottom: 30px;
  }
  ul.groups-offers > li div.wrapper h2 {
    font-size: 22px;
  }
  header div.first {
    padding-top: 0;
  }
  header > div.first a.go-to-sale-site {
    margin-top: 32px;
  }
  header div.basket-info a.login.btn {
    margin-top: 10px;
  }
  header div.basket-info a.register.btn {
    margin-top: 5px;
  }
  .section-slider > div.slider-wrapper > div.slider {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 7px;
  }
  .section-slider div.bricks {
    width: 100%;
    height: auto;
  }
  .section-slider div.bricks ul {
    padding: 0;
  }
  .section-slider div.bricks li {
    display: block;
  }
  .section-slider div.bricks li:last-child {
    margin-bottom: 0;
  }
  .section-slider div.bricks li a {
    display: block;
  }
  .section-slider div.bricks li a > span {
    font: normal 18px var(--fontstyle);
    bottom: 20px;
  }
  ul.why-we {
    margin: 0;
  }
  ul.why-we li {
    padding: 0;
    float: none;
    width: auto;
    height: auto;
    display: block;
    margin: 0 0 0px !important;
  }
  ul.why-we li img {
    display: block;
    width: 100%;
  }
  ul.why-we li p {
    width: auto !important;
    padding: 0;
    padding-top: 15px;
    vertical-align: middle;
    position: static;
    text-align: left;
    font: normal 18px var(--fontstyle);
  }
  ul.why-we li p:after {
    content: "";
    height: 0px;
    display: inline-block;
    vertical-align: middle;
  }
  footer > div.copyright {
    margin-left: 0;
    padding: 0 10px;
  }
  footer div.send-us-request .wrapper {
    margin-left: 5px;
  }
  footer div.developer {
    text-align: left;
  }
  footer div.developer .wrapper {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .top_box > .sorting_box div {
    font: normal 14px var(--fontstyle);
    float: left;
    line-height: 2;
    margin-right: 8px;
  }
  .top_box {
    text-align: none;
  }
}
/* === FILTER BOX === */
.filter-parameters-box {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    white-space: nowrap;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid var(--disabledColor);
    transition: all 2s linear;
}

.filter-parameters-box-title-text {
  margin: 4px;
  float: left;
  transition: all 2s linear;
  font: normal 14px var(--fontstyle);
}

.filter-parameters-box-drop-all {
  float: right;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 3px 3px 3px 10px;
  height: 19px;
  width: 16px;
}

.filter-parameters-box-drop-all::after {
  content: '\f078';
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  color: black;
  padding: 3px;
}

.filter-parameters-box-drop-all.active::after {
  content: '\f00d';
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  color: #000;
  padding: 3px;
}

.filter-block {
  display: none;
  position: absolute;
  margin: 3px 0;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 14;
  border: 1px solid var(--disabledColor);
  border-radius: 4px;
  background-color: #fff;
  transition: all 2s linear;
}

input[type='checkbox'] ~ label.custom-control-label {
  position: relative;
  display: inline;
  padding: 3px;
  font: normal 14px var(--fontstyle);
  color: #333;
  margin: 4px;
}

.custom-control {
  display: inline-flex;
}

.custom-checkbox input[type='checkbox'] ~ label:not(.error)::before {
  display: none;
}

.custom-checkbox input[type='checkbox'] ~ label:not(.error)::after {
  display: none; 
}

.custom-checkbox input[type='checkbox'] {
  width: 2rem;
  height: 2rem;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid var(--disabledColor);
  border-radius: 4px;
  opacity: 1;
  pointer-events:all;
  appearance: none;
  position: relative;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
} 

.custom-checkbox input[type='checkbox']:checked::before {
  content: "\2714";
  color: #000;
  position: absolute;
  width: 30px;
  height: 30px;
  padding: 0px 22px 26px 4px;
  font-size: 20px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--disabledColor);
  background-color: #FFF;

}

.checkbox_icon {
  height: 21px;
  width: 21px;
  float: left;
}

.for_color {
  height: 18px;
  width: 18px;
  margin: 3px 2px;
  float: left;
  border: 1px solid var(--disabledColor);
}
.filter-input-group-checkbox-list {
  position: relative;
  margin: 7px;
}
.custom-control.custom-checkbox {
  display: flex;
  color: #FFF;
  margin-top: 4px;
}

.show {
    display: inline;
}

/* Styles for the price input container */
.float-box {
  width: 200px;
}

.float-input-container {
  width: 100%;
}

.float-input .price-field {
  display: flex;
  margin-bottom: 22px;
}

.float-field span {
  margin-right: 10px;
  margin-top: 6px;
  font-size: 17px;
}

.float-field input {
  flex: 1;
  height: 35px;
  font: normal 14px var(--fontstyle);;
  border-radius: 9px;
  text-align: center;
  border: 0px;
  background: #e4e4e4;
}

.float-field input[type='number']:first-child {
  width: 40%;
  float: left;
}
.tere {
  width: 20%;
  float: left;
  text-align: center;
  margin: 7px 0px;
}

.float-input {
  width: 100%;
  font: normal 14px var(--fontstyle);;
  color: #555;
}

/* Remove Arrows/Spinners */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider-container {
  width: 100%;
}

.slider-container {
  height: 6px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
  top: 48px;
}

.slider-container .float-slider {
  height: 100%;
  position: absolute;
  border-radius: 5px;
  background: #006B2B;
}

.range-input {
  position: relative;
  width: 100%;
  height: 25px;
  display: flex;
}

.range-input input {
  position: relative; 
  width: 50%;
  background: none;
  top: -5px;
  /* pointer-events: none; */
  cursor: pointer;
  -webkit-appearance: none;
  float: left;
}

/* Styles for the range thumb in WebKit browsers */
input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  border-radius: 70%;
  background: #555;
  pointer-events: auto;
  -webkit-appearance: none;
}

.clear_filter p {
  font: normal 14px var(--fontstyle);
  padding: 4px 0;
  text-decoration: underline; 
  color: #000;
}
.clear_filter svg {
  margin: 4px;
  float: left;
}

.btn-filter {
  background: #FFF;
  color: #000;
  border: 1px solid var(--disabledColor);
  border-radius: 5px;
  font: bold 14px var(--fontstyle);
  height: 32px;
  width: 105px;
  padding: 5px;
  margin: 0 5px;
  width: 100%;
  margin: 2% 0;
}

.icon-svg {
  width: 26px;
  height: 28px;
  fill: currentColor;
  fill-rule: evenodd;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  pointer-events: none;
}

.contact ul span {
    font: bold 14px var(--fontstyle); 
    color: #a3a3a3; 
    margin-bottom: 5px;
}


/* .serch-panel form{
  position: relative;
  top: 50px;
  left: 160px;
  transform: translate(-50%,-50%);
  transition: all 1s;
  width: 50px;
  height: 50px;
  background: white;
  box-sizing: border-box;
  border-radius: 25px;
  border: 4px solid green;
  padding: 5px;
} */

.serch-panel form{
  top: 25px;
  position: relative;
  width: 90%;
  height: 46px;
  transition: all 1s;
  box-sizing: border-box;
  border-radius: 25px;
  border: 2px solid green;
  padding: 5px;
  cursor: pointer;
}

.serch-panel input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;;
  height: 40px;
  line-height: 23px;
  outline: 0;
  border: 0;
  display: block;
  font-size: 16px;
  border-radius: 20px;
  padding: 0 15px;
}

.serch-panel .fa{
  box-sizing: border-box;
  padding: 10px;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #000;
  border-radius: 50%;
  background: bottom;
  color: black;
  text-align: center;
  font-size: 20px;
}


@media (max-width: 768px) {
  div.action-fillet, li.action:before {
    background-size: 95%;
  }
  .custom-wrapper {
      width: 100%;
      left: 0;
      padding: 0 10px;
  }

  .projtitle {
      width: 100%;
      position: relative;
      right: 26px;
  }

  .float-input {
      flex-direction: column;
      align-items: center;
  }

  .float-field {
      margin-bottom: 10px;
  }
}

@media (max-width: 530px) {
  header > div.first > div.logo_and_slogan {
    width: 100%;
    display: flex;
    padding-top: 10px;
  }
  header div.slogan {
    display: block;
    font: bold 14px var(--fontstyle);
    /* color: #006B2B;
    text-shadow: 1px 0px 1px #001; */
    line-height: 21px;
    max-width: 140px;
    padding: 2px 15px;
    margin: 0 auto;
  }
  
  header div.first div.logo {
    width: 48%;
    height: 46px;
    margin: 0;
    float: left;
  }
  .wholesale_site header div.first div.logo div.wrapper {
    max-width: 110px;
  }
  header > div.first > div.contact {
    width: 46%;
    display: inline;
    padding: 0;
    padding-left: 3%;
  }
  header > div.first {
    display: block;
  }
  header > div.first > div.contact a {
    font-size: 14px;
  }
  header {
    padding-top: 40px;
  }
  .wholesale_site header div.first div.logo div.wrapper {
    margin: 0;
  }
}

@media (max-width: 450px) {
  .add-shop-cart {
    margin-left: 0.5rem 
  }
}

@media (max-width: 400px) {
  div.recountandbascet {
    display: grid;
  }
  .teaser-catitem-title {
    min-height: 50px;
  }
  .recountandbascet .recount {
    float: none;
  }
  .add-shop-cart {
    float: none;
    margin-left: auto;
  }
  div.action-fillet, li.action:before {
    background-size: 90%;
  }
  .teaser-catitem > div.wrapper {
    height: 430px;
  }
  .teaser-catitem div.image {
    height: 250px;
  }
  .form-field .left-label input,
  .form-field .left-label select {
    min-width: 200px;
  }
  .recountandbascet .recount {
    height: 40px;
  }
}
@media (max-width: 350px) {
  div.action-fillet, li.action:before {
    background-size: 75%;
  }
  header > div.first > div.contact a {
    font-size: 12px;
  }
  .form-field .left-label input,
  .form-field .left-label select {
    min-width: 200px;
  }
  .wholesale_site header div.first div.logo div.wrapper {
    max-width: 105px;
  }
  header div.second div.serch-panel {
    width: 54%;
  }
  .teaser-catitem > div.wrapper {
    height: 425px;
  }
  .teaser-catitem div.image {
    height: 230px;
  }
}

@media (max-width: 300px) {
  .teaser-catitem > div.wrapper {
    height: 390px;
  }
  .teaser-catitem div.image {
    height: 200px;
  }
  header div.second div.serch-panel {
    width: 45%;
  }
  div.recount > input {
    width: 40px;
  }
}
@charset "UTF-8";

:root {
  --disabledColor: #e5e5e5;
  --fontstyle: 'Lato', sans-serif;
  --currentColor: #000;
}

.hidden {
    display: none;
}

.form__field__file {
    margin-bottom: 10px;
    display: none;
}

.form__field__file.active {
    display: block;
}

.form__field__file .form-field label {
    position: relative;
}

.form__field__file .form-field label span {
    font: normal 15px var(--fontstyle);
    color: #1C7F60;
    border-bottom: dashed 1px;
    display: inline-block;
    vertical-align: middle;
}

.form__field__file .form-field label::before {
    content: "";
    background: url("/static/images/icon-attachment.png?b73a5ab81ba2") no-repeat;
    width: 28px;
    height: 26px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.form__field__file input[type='file'] {
    position: absolute;
    visibility: hidden;
}

.shopcart__left_to_order .delivery-price {
    display: inline-block;
    margin-bottom: 5px;
}

.shopcart__minimum_price_to_order {
    font: normal 18px var(--fontstyle);
    margin-bottom: 30px;
    color: #333333;
}

.popup__left_to_order {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    background: transparent;
}

.popup__left_to_order__container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
    transition: transform 0.3s ease;
    pointer-events: none;
}

.popup__left_to_order__container.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

.popup__left_to_order__content {
    background: url("/static/images/bg-left_to_order.png?b73a5ab81ba2") no-repeat top center;
    width: 269px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
}


.popup__left_to_order__content .title {
    font: normal 18px var(--fontstyle);
    color: #006E36;
}

.popup__left_to_order__content .amount {
    font-size: 17px;
}
.popup__left_to_order__content .currency {
    font-size: 16px;
}
