/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

input,
textarea {
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  font-family: "Gilroy";
}

html,
body {
  margin: 0px 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
  font-family: "Gilroy";
}

.all {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.all__data {
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  /*
  overflow-x: hidden;
  */
}

.footer {
  width: 100%;
  height: 272px;
  height: 285px;
  height: 220px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.base-block {
  width: 1240px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
}

.header {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 110px;
  font-size: 0px;
  padding-top: 14px;
}

.logo {
  display: inline-block;
  vertical-align: top;
  width: 398px;
  cursor: pointer;
  text-decoration: none;
  padding-top: 4px;
}

.logo__image {
  width: auto;
  max-height: 80px;
}

.town-select {
  display: inline-block;
  vertical-align: top;
  width: 128px;
  margin-left: 40px;
  padding-top: 20px;
  z-index: 150;
}

.select-town {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 39px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #eeeeee;
  font-size: 15px;
  color: #000;
}

.select-town__result {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 39px;
  line-height: 39px;
  padding: 0 34px 0 22px;
  position: relative;
  cursor: pointer;
}

.select-town__result:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAY0lEQVQImWXMMQ6CQAAF0Sd02267JRcj2hE8kp2GhIQzWNDQkAAttYWnsFkSo7+b/MmcYoxPXLD7X4VbgRYd0o+Q8EBTYEON/ktMmc/YyhACvLHijjGXr5jhkOCFBUMuTMfxAfk2EjMXkH4wAAAAAElFTkSuQmCC") no-repeat;
  width: 9px;
  height: 5px;
  content: '';
  display: block;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.select-town__box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 10;
}

.select-town__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #eeeeee;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
  z-index: 50;
}

.select-town__item {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.select-town__item a {
  padding: 5px 5px 5px 22px;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #000;
}

.select-town__item:hover {
  background: #f7f7f7;
}

.header__right {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0px;
  text-align: right;
  padding-top: 13px;
  padding-right: 12px;
}

.header__cont {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-right: 25px;
}

.phone {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  color: #9b825a;
  font-size: 22px;
  font-weight: bold;

  text-align: right;
  letter-spacing: 0.5px;
}

.email {
  cursor: pointer;
  text-decoration: none;
  color: #9b825a;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  display: block;

}

.cart {
  display: inline-block;
  vertical-align: top;
  background: #9b825a;
  -moz-background-size: cover;
  background-size: cover;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  border-radius: 50%;
  text-align: center;
}

.cart::before {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/cart2.png) no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.cart span {
  right: -4px;
  top: -6px;
  background: #fff;
  position: absolute;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
  color: #0f0f0f;
  font-size: 12px;
  -moz-box-shadow: 0px 0px 27px 0px rgba(39, 39, 39, 0.27);
  box-shadow: 0px 0px 27px 0px rgba(39, 39, 39, 0.27);
}

.nav {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 70px;
  background: #9b825a;
}

.main {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0px;
  text-align: center;
}

.main__item {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  margin: 0 50px;
}

.main__link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  height: 70px;
  line-height: 68px;
  color: #fff;
}

.start-block {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 45px;
  width: 1276px;
  margin: 0 auto;
  height: 390px;
}

.slider-item {
  width: 100%;
  height: 438px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-background-size: cover;
  background-size: cover;
}

.slider .slick-slide {
  outline: none !important;
}

.slider .slick-prev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAMAAAAootjDAAAA1VBMVEU/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8wjOU2AAAARnRSTlMAAQMGCAoODxEVGRocIyQpLTQ3PEFCWFtoaW1zeHqEiIuPkZehpaanrLGytbq7vsPIycrP0NPW29zd4OHk5ufq6+7x9fb9UkpnJgAAAL5JREFUGBldwdkiw1AUhtE/OY4jRFXNM60agpASiqKK7/0fye3eXUtztj/68nb/eJOzD79bsg5htiHrGL57MrJTmHZlZAOYrMnIz+G9IyNcwLiUESpoV2TEW3gqZCzW0CQZqYE6ySge4S7KWG6hCrIauAxyRjDM5ZTPcB3kFC3cRDlLDdRRTrqHhyQn1jAq5CxU0BZywhW8lHLyIYxX5eQDmHTkZH346so7gem6vCOY9eQdwM+mvD141Zydz7N/ei8d50ovCsUAAAAASUVORK5CYII=") no-repeat;
  width: 18px;
  height: 32px;
  left: 80px;
  z-index: 2;
  margin-top: -20px;
}

.slider .slick-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAgCAMAAAAootjDAAAA1VBMVEU/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8/Pz8wjOU2AAAARnRSTlMAAQMGCAoODxEVGRocIyQpLTQ3PEFCWFtoaW1zeHqEiIuPkZehpaanrLGytbq7vsPIycrP0NPW29zd4OHk5ufq6+7x9fb9UkpnJgAAAL1JREFUKM9d0ddWwlAQhWGkGEpAmkoVCT1oNECoUfr//o/E9Z65/NasWWfvk+j/vyfM7KBpqH6FtrHqBbrGKifoGSsfwXtSK8UwSKoVtzAy5m5gmlLLReCnjS0gyKg5v/DjqGUCCLPG5hDl1FIzWLtqyREszNoEQhUforyc/4alnHcCCOVhTgjBswRawZcEKkTgSxXuFsYipQMMpcKXGAZSfvkEnyLVM3xIitoFOiKvN2hp+D33hvlq7+/NyAOQ6x3neG9sHgAAAABJRU5ErkJggg==") no-repeat;
  width: 18px;
  height: 32px;
  right: 80px;
  margin-top: -20px;
}



.slider .slick-prev::before,
.slider .slick-next::before {
  display: none;
}

.slider .slick-dots {
  text-align: center;
  vertical-align: top;
  padding: 0 10px;
  position: absolute;
  bottom: 0px;
  font-size: 0px;
  padding: 0px;
  display: none !important;
}

.slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0px;
  margin: 0;
  background: #fff;
  z-index: 2;
  position: relative;
  width: auto;
  height: auto;
}

.slider .slick-dots li:first-child {
  padding-left: 20px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}

.slider .slick-dots li:last-child {
  padding-right: 20px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}

.slider .slick-dots li:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAQAAACMYb/JAAACPklEQVQYGQXBzU/TYADA4V/ft+2+NwcoylC2EQdOzBDwg4NoCIaLNzwZb5r4T3Hk5NlETEwIXjAGBD1AlCiErDC37rO03Ue3+jzKK3QGCNS0+1R8sU86qMQz6pK2bZ86QAhZQCKxp3uv7eTwrNIZ2NH7+TU1WZn1SsIEHTVAD4Ww6fKYJo1VdbVDgyoQMXX6+Ajo4GDV5JbLJW3u/YhRZIDYatUG+IBcADQiDwPP6+g8G7wdWhV/FQ+RCTjSUFAQfRQ02qrrCSu77ondwEAk1i+tutdWbWz6KG+ooQB6ODJ3fbYxAhHi5tlB67vnqPhEUd5hMuDq/NDKo1CWHmFcinT445597u8JfOQ8DmMv20/uaB4m06QYJswNhrXulD3iHArkbW4uGw88qjTQiCCpYFEnxC3Ua5aonKhO0l+KYmADHgYVBAFUSiSYx1v6tS9fLJMymCOHgY6LZBodwRVGSWFRFyKQsZlgkQRdGpQ4pUWL31gc0CZHIKPW4ou4fKBMlBl89tkgSIJvRIlRohZXs77CRyboE6QAHFOjTZQgCxxRJOvLwkwimqRCkBANykh0JH1CNKkzimnK8VgxPU4ODZcQXYKM0KPBCkm+0sLcE95OkxNiTKDRI80UGlG6bPMJhzrejsx7erl018AmR5xJIjTpU+GYAZM477kQcHo4uWlyQZUCaYZIYVEmSJ7+pncIMo/FeTFxbGYbIYM2ZX6yRwelXt2wjlRAWaMIgEdsrL2gjPq67PJP2w2dq2gowH91n+/ZSuRLZQAAAABJRU5ErkJggg==") #fff center no-repeat;
  width: 33px;
  height: 45px;
  content: '';
  display: block;
}

.slider .slick-dots li.slick-active:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAE3ElEQVQ4jTXMy28cdwHA8e/vN+99TLx+27HjF3HiNLHVpDEmgpZERX2Q0grUl3pIiyhUlYoqUakgoRygFySUQ7mA2gs9FKQ2EogikCiESyMSh7qp1dYOdoIfWdu73t3Zx+zszs7MjxOfP+AjHufPOI4kUTFSaNgd9+tVyhdlZL9RpfCPkCoGDl2MnDMM+VNHpX/mRZV/NigiEdh0ox3jApYp0IVONWg8HtD8az0uTfTnei8IKWqKaC9t5V6Yn7z3Xd3QJjard5+PCT6RaKsgMEmjp3EJkzJCCFzZs9pQFR6cfoRKfBevsH2JZuZSJwrZsVcpFptoMiZN76qTHEAREpIgBVALW1SDBvvJ7hoYFxutJqVKSLMec/pbmXeyIzHrn/qotoZSxsVisrMGHQQJAhAXWKQmK+iJhoPzipLyzXrSpot+HvhRNXr6l5PNqOSmLp3d1u8sQ6KVEXH0Qwf7VwJFQIIMCFFmTBqHOp7tJ15bou8c/e7mQuPEon7lg223mfX07P3/XaiL3Z1CvNGu49klChTZIyBEfIer/Id1HCQaigNke02t+3sHZ6wLd5yVo52mw4AaYJzRlZXVwm+b8e7bMcG+ho0iIc0g4lk+5lNWSIiZFjMvDn1J/eLMcz25mXuGCWsa5kgbVVa0rzhEnsbiNa9yfXPzdaGityQakgTtHl6kRJHZ3OTvOqL8k2P3jTv2bg7vVszxh23G5kyGJky6uyWjJ2F81HbsfPaxvCoebTaDyxIN7RCPcuhoz8+XSmsvi0CS32hT2muh24Iu18IRBrXPob0DtTWwemB4QadLpY6vq7xeKRauaKM8OKFm/cuBbOOVdtDjGmXd5OBQhqyfJVwy8dcgqkHUgconEEdw+CGbeuzfv3zj1jvambmX3wh6y/NbX1Q5dXaK0blDFD7zySQuYitFWtlMPCHQM6AMsMeg/4Qgs5AQbmmsFX1dT1nWuY1iwrGZPh46P83eZzXWO232SzVEpFGNqnTVc4RBwtbHLUbudbj+YZPzR4Y4fDZD6rJ1Ti/kmyPf/P4RKhXFe79eYv9WiOvmOHk+hdGJuf7HDe68lsfO6HQNmvz9g4CM65Aeidm+XaeQb47IqXk3NiX84e2bKJHGaEsyaYMvP9rH/GM9ZAcEfuyzX63Q0n2swRYLL9jcvLrHjQ/3mJp3Y23MfuqZAxPR4JDbS+mmjh71kDZc6tsxhVsdDGVhGibKgHbSwepR7BcDijs+A0ds7m42VjSzfP7gF/mNB8b6ppg/MU6qlSMu6Lgpi6ghSDkWfRMWjU5I0avyyEvj5A6afPSndfbLAVubwVvacPztJa9T/bFspJidHWPA7KHwOaR1nemvpBk9nqbhRQSizep2mdt5j39/dJdGuYbfUMhYe0JPEF5fa/jJazvL7/lvOkzrM5z8ho0wOhw6baOZir28hoVApWPyS2v4zgGOnRpkdzl4shMKT8bAorz6/pnJqVdXs4vcjpbZLlSYfcpi8oxJ74TO8GlB0a+ysVfETxmc+lo/opO8qofJ+zEgTvAuy/Y1kAmjzbnTBbn1+zF3cPL44SG++nA/milYvlHiL3+7QykIMDT9dlfkPjOIsdjCApL/J/8CAAFYbaQ3dJ+i+gM0MSdjlcHUGkkkbsok85ss3Tey2Lik0JAoFP8DTUU3YqFSN9kAAAAASUVORK5CYII=") #fff center no-repeat;
}

.slider .slick-dots li button {
  display: none;
}

.start-block__title {
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 40px;
  color: #000;

  letter-spacing: 0.9px;
  padding-bottom: 5px;
}

.start-block__text {
  display: block;
  color: #000;
  font-size: 40px;
  letter-spacing: 0.9px;
  padding-bottom: 33px;
}

.start-block__button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-image: -webkit-linear-gradient(61deg, #f57000 0%, #f88c32 100%);
  width: 261px;
  height: 75px;
  line-height: 73px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 3px 0px 0px rgba(214, 99, 3, 0.004);
  box-shadow: 0px 3px 0px 0px rgba(214, 99, 3, 0.004);
  border-bottom: 3px #d66303 solid;
  font-size: 17px;
  letter-spacing: 0.9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.start-block__button:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAYAAAA1BOUGAAAAeUlEQVQImV3OuwnCUABG4c9wcQER0jqBnYVuILhCIE0aqzQxO9haBQR3EMUJTGlwBCEzWAk2SXNPe/gfk65cvHFHLSLBHAd0yGJZ4IklzrhhNcorNqjQY4sHmiTeGZhiFrAbzqzxwwt7tAENUnxwxGmMB3xxQR53/wHbGBS7z7v5mgAAAABJRU5ErkJggg==") no-repeat;
  width: 7px;
  height: 8px;
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}

.category-block {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-top: -20px;
  padding-bottom: 35px;
}

.category-block__title {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #9b825a;
  letter-spacing: 0.9px;
  padding-bottom: 35px;
}

.category-box {
  width: -moz-calc(100% + 28px);
  width: calc(100% + 28px);
  font-size: 0px;
}

.category-item {
  display: inline-block;
  vertical-align: top;
  width: 399px;
  height: 140px;
  overflow: hidden;
  background: url(../images/item-bg.png) no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  margin-right: 22px;
  margin-bottom: 29px;
}

.category-item__data {
  width: 100%;
  font-size: 0px;
}

.category-item__d1 {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100% - 250px);
  width: calc(100% - 250px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: right;
  padding-right: 29px;
  padding-top: 20px;
}

.category-item__ico {
  display: inline-block;
  vertical-align: top;
}

.category-item__d2 {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  padding-left: 40px;
  padding-top: 32px;
  line-height: 26px;
}

.category-item__title {
  display: block;
}

.category-item__text {
  display: block;
}

.company-block {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 50px;
}

.company-block__title {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #000;
  letter-spacing: 0.5px;
  padding-bottom: 42px;
}

.company-box {
  width: -moz-calc(100% + 22px);
  width: calc(100% + 22px);
  font-size: 0px;
}

.item-company {
  display: inline-block;
  vertical-align: top;
  width: 188px;
  height: 140px;
  -moz-box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  background: #fff;
  text-align: center;
  line-height: 140px;
  margin-right: 22px;
  margin-bottom: 22px;
}

.item-company__image {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.best-block {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f4fafe;
  padding-top: 65px;
}

.best-block__title {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #000;
  font-size: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 34px;
}

.best-box {
  width: 100%;
  font-size: 0px;
  padding-bottom: 16px;
}

.item-best {
  text-align: center;
  width: -moz-calc(100% / 4);
  width: calc(100% / 4);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
  margin-bottom: 40px;
}

.item-best__data {
  display: block;
  height: 111px;
  margin-bottom: 22px;
}

.item-best__image {
  width: auto;
  height: auto;
}

.item-best__title2 {
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
}

.item-best__title {
  color: #000;
  font-size: 15px;
  line-height: 23px;
}

.footer {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footer::before {
  display: block;
  width: 100%;
  height: 5px;
  content: '';
  background: #9b825a;
}

.footer .base-block {
  padding-top: 20px;
  font-size: 0px;
}

.logo-footer {
  display: inline-block;
  vertical-align: top;
  width: 398px;
  margin-right: 80px;
}

.logo-footer img {
  width: auto;
  max-height: 80px;
}

.footer__d1 {
  display: inline-block;
  vertical-align: top;
  width: 210px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 40px;
  padding-top: 9px;
}

.footer__d2 {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 20px;
  padding-top: 9px;
}

.contact-footer {
  display: inline-block;
  vertical-align: top;
  width: 190px;
  margin-left: 52px;
  padding-top: 7px;
}

.footer__phone {
  color: #000;
  font-size: 23px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  position: relative;
}

.contact-footer__line {
  display: block;
  padding-bottom: 6px;
  color: #9b825a;
  font-size: 14px;
  line-height: 23px;
}

.contact-footer__line a {
  cursor: pointer;
  text-decoration: none;
  color: #9b825a;
}

.contact-footer__line--adress {
  padding-bottom: 20px;
  line-height: 29px;
}

.footer__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #9b825a;
  letter-spacing: 0.5px;
  padding-bottom: 15px;
}

.main-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer__item {
  display: block;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding-bottom: 14px;
}

.main-footer__link {
  cursor: pointer;
  color: #9b825a;
  cursor: pointer;
  text-decoration: none;
}

.main-footer__link:hover {
  text-decoration: underline;
}

.contact-footer {
  display: inline-block;
  vertical-align: top;
}

.footer-line {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #9b825a;
}

.footer-line .base-block {
  height: 100%;
  height: 61px;
}

.policy {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  position: absolute;
  left: 0px;
  cursor: pointer;
  text-decoration: none;
  font-size: 13px;
  top: 23px;
  letter-spacing: 0.3px;
}

.footer-text {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.3px;
  padding-top: 24px;
}

.bscompany {
  position: absolute;
  width: 130px;
  display: block;
  right: 0;
  top: 10px;
  height: 32px;
}

.bscompany img,
.bscompany svg {
  width: 100%;
  max-height: 100%;
}

/* content */
.content {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 60px;
}

.content p {
  padding-bottom: 10px;
}

.content__title {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  color: #9b825a;
  letter-spacing: 0.9px;
  padding-bottom: 15px;
}


.path {
  width: 100%;
  color: #000;
  font-size: 14px;
  padding-bottom: 25px;
}

.path__link {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.path__d {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  margin-top: -1px;
  font-size: 14px;
  color: #000;
}

.path__d::before {
  content: '/';
}

.faq {
  width: 100%;
}

.faq__item {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -moz-box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  margin-bottom: 22px;
  overflow: hidden;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.faq__title {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 27px 80px 27px 60px;
  letter-spacing: 0.3px;
  border-bottom: 1px transparent solid !important;
}

.faq__title::after {
  display: block;
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  width: 14px;
  height: 24px;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 74px;
  height: 74px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAYAAAAm06XyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAY0lEQVQYlZXPOwqAQAxF0Vmhld10drM01yS4BHs/cGwcCOIoFoHwkntDEmZkpB+VMdVmw/AD3JBjcKB8gKWCSHHQY30RFOzxxftC1xCUK+9i/nThLngEW3AUjC3wDa6CpQUinX7IfvIH0yn8AAAAAElFTkSuQmCC") #9b825a center no-repeat;
}

.faq__num {
  display: inline-block;
  position: absolute;
  color: #9b825a;
  font-weight: bold;
  font-size: 20px;
  left: 22px;
  top: 24px;
}

.faq__text {
  display: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 22px 80px 28px 60px;
  color: #000;
  font-size: 15px;
  line-height: 23px;
}

.faq__text--visible .faq__text {
  display: block;
}

.faq__text--visible .faq__title {
  border-bottom: 1px #e6e6e6 solid !important;
}

.faq__text--visible .faq__title::after {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAICAYAAAAm06XyAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAABuSURBVChTjYw7DoAwDEN7QiY2NjaOxpmQOAI7Hym1q1qCkCKGpySO7WRmLTqw1Rn9UygCBnYw1xkWvASg4FRvzrDgcQAfFGHB3TCAE/igUEEvTQ8GD9AKCv4vQH8JK1iEH4yg+HksXIA3fQG/rRmsWH7yAv9JKAAAAABJRU5ErkJggg==") #9b825a center no-repeat;
}

.faq__text--visible .faq__text {
  display: block;
}

.content__title2 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-top: -5px;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
}

.content__title2--t1 {
  padding-bottom: 30px;
  padding-top: 20px;
}

.delivery-info {
  color: #000;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
}

.delivery-info a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

.delivery-info__mail,
a.delivery-info__mail {
  color: #f57000;
}

.delivery-item {
  display: block;
  font-size: 0px;
  padding-bottom: 25px;
}

.delivery-item--t1 {
  display: flex;
  align-items: center;
}

.delivery-item--t2 img {
  max-width: 80%;
  max-height: 80%;
}

.delivery-item--t2 delivery-item__d1 {
  text-align: center;
}

.delivery-item__d1 {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  margin-top: -4px;
}

.delivery-item__ico {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.delivery-item--t1 img {
  max-width: 80%;
  max-height: 80%;
}

.delivery-item--t1 .delivery-item__d1 {
  height: 75px;
  border-radius: 50%;
}

.delivery-item--t1 .delivery-item__title {
  padding: 0 !important;
}

.delivery-item--t1 .delivery-item__d2 {
  padding: 0 !important;
}

.delivery-item__d2 {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
  padding-top: 8px;
}

.delivery-item__title {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  letter-spacing: 0.3px;
}

.delivery-item__text {
  display: block;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.delivery-item__text a {
  text-decoration: none;
  color: #f57000;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
}

.single-production {
  width: 100%;
  font-size: 0px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.single-production__d1 {
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

.single-production-img__d1 {
  padding-top: 10px;
}

.single-production-slider-small__item {
  width: 88px;
  height: 89px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px #cbdbda solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
}

.single-production-slider-small .slick-current .single-production-slider-small__item {
  border-color: #645bb0;
}

.single-production-slider-small__image {
  max-width: 90%;
  max-height: 90%;
}

.single-production-img__d2 {
  border: 1px #cbdbda solid;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.single-production-slider-big__item {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 600px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-production-slider-big__image {
  max-width: 100%;
  max-height: 100%;
}

.single-production__d2 {
  width: -moz-calc(100% - 600px);
  width: calc(100% - 600px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 38px;
  margin-top: -2px;
}

.single-production__title {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-bottom: 17px;
}

.single-production__text {
  color: #000;
  font-size: 15px;
  line-height: 23px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 2px;
  letter-spacing: 0.3px;
  padding-bottom: 18px;
}

.single-production-money {
  width: 100%;
  font-size: 0px;
  padding-bottom: 30px;
}

.single-production-money__m1 {
  display: inline-block;
  vertical-align: bottom;
  font-size: 26px;
  font-weight: bold;
  margin-right: 12px;
}

.single-production-money__m2 {
  display: inline-block;
  vertical-align: bottom;
  text-decoration: line-through;
  color: #95aaad;
  font-size: 17px;
}

.single-production-buy {
  width: 100%;
  font-size: 0px;
  padding-bottom: 37px;
}

.product-money__count {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  width: 132px;
  height: 41px;
  border: 1px #cbdbda solid;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 2px;
}

.product-money__minus {
  text-align: center;
  font-size: 18px;
  color: #000;
  cursor: pointer;
  width: 34px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  vertical-align: top;
}

.product-money__count-text {
  width: 63px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  outline: none;
  background: #f2f2f2;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-left: 1px #cbdbda solid;
  border-right: 1px #cbdbda solid;
}

.product-money__plus {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  width: 34px;
  height: 41px;
  line-height: 41px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.rub {
  font-family: 'ALS Rubl';
}

.single-production-money__button {
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #9c805c;
  width: 154px;
  height: 44px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
}

.single-parametr {
  font-size: 0px;
  width: 100%;
  display: block;
  padding-bottom: 9px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 2px;
}

.single-parametr__name {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-bottom: 1px dotted #898989;
  padding-top: 11px;
}

.single-parametr__name span {
  display: inline-block;
  background: #fff;
  color: #525f69;
  font-size: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-right: 6px;
}

.single-parametr__value {
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px);
  display: inline-block;
  vertical-align: top;
  color: #525f69;
  font-size: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 6px;
  line-height: 21px;
  font-weight: 600;
}

.content__title3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  letter-spacing: 0.8px;
  padding-bottom: 30px;
}

.gift-product {
  width: 100%;
  font-size: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 8px;
}

.gift-product__image {
  display: inline-block;
  vertical-align: top;
  width: 182px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.gift-product__image img {
  max-width: 120px;
  max-height: 100px;
}

.gift-product__desc {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #000;
  font-size: 15px;
  padding-left: 5px;
  padding-top: 8px;
  letter-spacing: 0.4px;
  width: -moz-calc(100% - 160px - 250px - 182px);
  width: calc(100% - 160px - 250px - 182px);
  line-height: 23px;
}

.gift-product__title {
  display: block;
  color: #000;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 600;
}

.gift-product__t1 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 250px;
  color: #000;
  font-size: 15px;
  padding-top: 40px;
}

.gift-product__count {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 160px;
  color: #000;
  font-size: 15px;
  padding-top: 40px;
}

.gift-product--t .gift-product__t1, .gift-product--t .gift-product__desc, .gift-product--t .gift-product__count {
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: middle;
}

.gift-product--t .gift-product__image {
  vertical-align: middle;
}

.filter-box {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f2f2f2;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 19px 20px 19px 31px;
  font-size: 0px;
  margin-bottom: 16px;
}

.filter-box__title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  vertical-align: top;
  width: 106px;
}

.filter-box__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 70px;
}

.filter-box__item--t1 {
  margin-right: 70px;
}

.filter-box__item--t2 {
  margin-right: 70px;
}

.filter-box__name {
  color: #000;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  margin-right: 24px;
}

.select-filter {
  width: 122px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 35px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  font-size: 15px;
  color: #000;
  display: inline-block;
  vertical-align: top;
  margin-top: -6px;
}

.select-filter--material {
  width: 185px;
  margin-left: 5px;
}

.select-filter__result {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 35px;
  line-height: 34px;
  padding: 0 36px 0 18px;
  position: relative;
  cursor: pointer;
}

.select-filter__result:before {
  content: '';
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAIBAMAAAA/ygPCAAAAD1BMVEVmXbNmXbNmXbNmXbNmXbNEbzutAAAABXRSTlMAO0Lq9mYQbPAAAAAtSURBVAjXYxBkAAJBBhMFBgYmZwYVJwYQZnJRACIQEyQA5II4YBkQYBRgYAAAfQYEQS7QqvcAAAAASUVORK5CYII=") center no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0px;
}

.select-filter__box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px #f2f4f5 solid;
  border-right: 1px #f2f4f5 solid;
  border-bottom: 1px #f2f4f5 solid;
  display: none;
  z-index: 10;
}

.select-filter__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
}

.select-filter__item {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 36px 10px 18px;
  cursor: pointer;
}

.money_block {
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
  margin-left: 4px;
}

.money_block-val {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.theme-green .back-bar .pointer {
  width: 16px;
  height: 16px;
  background: #9b825a;
  border: none;
  cursor: pointer;
}

.theme-green .back-bar .selected-bar {
  background: #9b825a;
}

.theme-green .back-bar {
  background: #d9d9cb;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.slider-container .back-bar .pointer-label {
  font-size: 13px;
  color: #000;
  background: none;
  font-weight: 600;
  top: 100%;
  margin-top: 8px;
}

.slider-container .back-bar .pointer-label::after {
  content: 'a';
  font-family: 'ALS Rubl';
}

.sort-box {
  width: 100;
  font-size: 0px;
  padding-bottom: 30px;
}

.sort-box__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  letter-spacing: 0.3px;
  margin-right: 10px;
}

.sort-box__sort1 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAAA/klEQVQ4jZ3TvyuFURzH8dfVI2WyULJbLPIXmGzKnQ1ESfwFrsH/ILqlSGI3GIyy2CwMBmxuN3WTX+WWX8Pz4PbkOM/1mb7n+/n0PsM5n1K5eiZTBTVs+1EJ/XhDE694ElBHyzyG0Zy/iBvUcYd79IVgScjItIPzlnMTt/+FPeAokikM68RAwGvgsR3YHNYC3gHG24Ft4hRdv3gX+UUM9oKTSKYwrBuDkUxN9sIx2DTWI5l9lIvANnCI9z8yja8hwUTOnMEljqX1uY5c+K0EI1iWVmUIU5jNYD0YLsi6SrCCXsxnyyVsZfOk8D/LazfBBxakRa5jtSVQxV5B2PMnrJczJr3fAlcAAAAASUVORK5CYII=") no-repeat;
  width: 19px;
  height: 15px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.sort-box__sort2 {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAPCAYAAAAGRPQsAAABAElEQVQ4jZ3TvUoDQRiF4WdlQbFIL3gTeh8Wwd5GCNrlFixEazUKKYKFtpJCEKzExk4LESxUrESEoOAPBDVa7ERDSHZWTzPfz+GdYeabpLx1DgmWcY81vxpBSTG9pgG0iYVQHMdqiBexURC2k2IJFTziEyt4QAO7uAjmBF85sOsUp5hFFbc4xlUwPOGo4MmkaIa4GtZGX38ywmjhuWvOUwW1iKeJchHYNk7k39VdN4jB3nAW8fwoBhvDFEYH9C5lc1kYNm/4nO1j5i+wOg7QGdBr9RdisHfcRDyFYSVM9+Rt2ev+CzaH9Z68gwnZd8uFHeqZmaAa9mR/to0PvAzb+RvA7jW3ivPR3gAAAABJRU5ErkJggg==") no-repeat;
  width: 19px;
  height: 15px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.product-box {
  width: -moz-calc(100% + 28px);
  width: calc(100% + 28px);
  font-size: 0px;
}

.product {
  display: inline-block;
  vertical-align: top;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  width: 290px;
  height: 384px;
  margin-right: 27px;
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 22px 28px;
  position: relative;
}

.product:hover {
  -moz-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.2);
}

.product__data {
  display: block;
  height: 202px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.product__image {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product__name {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: center;
  font-weight: bold;
}

.weight-product {
  display: inline-block;
  border-radius: 4px;
  padding: 0 4px;
  background: #5197d3;
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
  padding: 3px 5px;
}

.product__money {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 20px;
  bottom: 16px;
}

.product__money--t1 {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 7px;
  padding-top: 2px;
}

.product__button {
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #9c805c;
  width: 134px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}

.pagination {
  width: 100%;
  font-size: 0px;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 12px;
}

.pagination__prev {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
}

.pagination__link {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
  background: #f3f0ec;
  color: #000;
  font-size: 16px;
  margin: 0 5px;
  margin-bottom: 9px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagination__active {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
  background: #1d81ce;
  color: #fff;
  font-size: 16px;
  margin: 0 5px;
  margin-bottom: 9px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pagination__next {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
}

.contacts-box {
  width: 100%;
  font-size: 0px;
  padding-bottom: 24px;
}

.contacts-box__d1 {
  display: inline-block;
  vertical-align: top;
  width: 716px;
}

.item-contact {
  color: #000;
  font-size: 16px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 47px;
  padding-top: 2px;
  width: 332px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.3px;
  line-height: 31px;
  padding-bottom: 36px;
}

.item-contact a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.item-contact-ico {
  display: block;
  text-align: center;
  width: 37px;
  height: 37px;
  -moz-background-size: cover;
  background-size: cover;
  background: #9b825a;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  line-height: 34px;
}

.item-contact-ico img {
  display: inline-block;
  vertical-align: middle;
}

.item-contact__title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-bottom: 2px;
  text-align: left;
}

.contacts-box__d2 {
  display: inline-block;
  vertical-align: top;
  width: -moz-calc(100% - 716px);
  width: calc(100% - 716px);
}

.contacts-box__d2 .item-contact {
  width: 100%;
}

.map {
  width: 100%;
  height: 520px;
}

.map::before {
  display: block;
  width: 100%;
  background: #9b825a;
  height: 5px;
  content: '';
}

#map {
  width: 100%;
  height: 516px;
}

.content--clear {
  padding-bottom: 0px;
}

.min-order {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px #cf26b2 dashed;
  color: #000;
  font-size: 15px;
  height: 41px;
  width: 345px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 27px;
}

.table-cart {
  width: 100%;
}

.table-cart table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  -moz-box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
  box-shadow: 0px 1px 32px 0px rgba(187, 187, 187, 0.3);
}

.table-cart th {
  color: #fff;
  background: #9b825a;
  height: 49px;
  font-weight: normal;
}

.table-cart td {
  border-bottom: 1px #eaecec solid;
  padding: 15px 0px;
}

.table-cart th:first-child {
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
}

.table-cart th:last-child {
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
}

.table-cart__img {
  text-align: center;
  width: 180px;
}

.table-cart__img img {
  max-width: 60px;
  max-height: 58px;
}

.table-cart__name {
  text-align: center;
  font-weight: 600;
}

.table-cart__count {
  text-align: center;
  width: 195px;
}

.table-cart__money {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  width: 180px;
  text-align: center;
}

.table-cart__remove {
  text-align: center;
  width: 155px;
}

.table-cart__remove img {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(7490%) hue-rotate(0deg) brightness(92%) contrast(118%);
}

.count-cart {
  display: inline-block;
  vertical-align: top;
  font-size: 0px;
  width: 132px;
  height: 34px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px #cbdbda solid;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cart-table__minus {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 35px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #000;
  font-size: 18px;
}

.cart__count-input {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
  border: none;
  outline: none;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  width: 60px;
  height: 34px;
  line-height: 34px;
  border-left: 1px #cbdbda solid;
  border-right: 1px #cbdbda solid;
  background: #f2f2f2;
}

.cart-table__plus {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 35px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #000;
  font-size: 18px;
}

.count-cart-box {
  width: 100%;
  text-align: right;
  padding-top: 22px;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.3px;
}

.count-cart__value {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.count-cart__value--b {
  font-weight: bold;
}

.right-cart {
  text-align: right;
  padding-top: 28px;
  padding-bottom: 24px;
}

.cart-button {
  display: inline-block;
  color: #fff;
  text-align: center;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #9c805c;
  width: 200px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.form-order {
  width: 100%;
}

.form-order-data__line {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 19px;
}

.form-order__input-text {
  -moz-box-flex: 0;
  -ms-flex: 0 0 401px;
  flex: 0 0 401px;
  width: 401px;
  height: 62px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #f7f7f7;
  outline: none;
  border: 1px #e3e3e3 solid;
  line-height: 60px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  padding: 0 30px;
}

.form-order__input-text::-moz-placeholder {
  color: #81909b;
}

.form-order__input-text:-ms-input-placeholder {
  color: #81909b;
}

.form-order__input-text::placeholder {
  color: #81909b;
}

.form-order__textarea {
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  background: #f7f7f7;
  outline: none;
  border: 1px #e3e3e3 solid;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  resize: none;
  height: 128px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 24px 30px;
}

.form-order__center {
  text-align: center;
  font-size: 14px;
  color: #81909b;
  padding-top: 15px;
  letter-spacing: 0.3px;
}

.form-order__center a {
  color: #81909b;
}

.form-order__button {
  display: block;
  margin: 28px auto;
  width: 261px;
  height: 72px;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  background: #9c805c;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.select-delivery {
  -moz-box-flex: 0;
  -ms-flex: 0 0 401px;
  flex: 0 0 401px;
  width: 401px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 62px;
  background: #f7f7f7;
  outline: none;
  border: 1px #e3e3e3 solid;
  line-height: 60px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #81909b;
}

.select-delivery__result {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  padding: 0 54px 0 30px;
  position: relative;
  cursor: pointer;
}

.select-delivery__result:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAY0lEQVQImWXMMQ6CQAAF0Sd02267JRcj2hE8kp2GhIQzWNDQkAAttYWnsFkSo7+b/MmcYoxPXLD7X4VbgRYd0o+Q8EBTYEON/ktMmc/YyhACvLHijjGXr5jhkOCFBUMuTMfxAfk2EjMXkH4wAAAAAElFTkSuQmCC") center no-repeat;
  width: 50px;
  height: 62px;
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}

.select-delivery__box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px #e3e3e3 solid;
  border-right: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid;
  display: none;
  z-index: 10;
}

.select-delivery__list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: #fff;
}

.select-delivery__item {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
  cursor: pointer;
  line-height: 23px;
}

.select-delivery__item:hover {
  background: rgba(0, 0, 0, 0.05);
}

.mobile-menu-list-block {
  display: none;
}

.mobile-menu-list-block {
  display: none;
  width: 35px;
  top: 15px;
  cursor: pointer;
  height: 35px;
  left: 20px;
  z-index: 90;
  position: absolute;
}

.mobile-menu-list {
  display: block;
  width: 35px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 8px;
  z-index: 30;
  right: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mobile-menu-list::before {
  display: block;
  content: "";
  width: 35px;
  height: 4px;
  background: #000;
  position: absolute;
  top: -10px;
  right: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mobile-menu-list::after {
  display: block;
  content: "";
  width: 35px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 10px;
  right: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.open-main .mobile-menu-list {
  background: transparent;
}

.open-main .mobile-menu-list::before,
.open-main .mobile-menu-list::after {
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 35px;
}

.open-main .mobile-menu-list::before {
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open-main .mobile-menu-list::after {
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-list,
.mobile-menu-list::before,
.mobile-menu-list::after {
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.nav .phone {
  display: none;
  color: #fff;
}

/* adaptive */
@media (max-width: 1280px) {
  .base-block {
    width: 100%;
    padding: 0 20px;
  }

  .start-block::after,
  .start-block::before {
    display: none;
  }

  .main__item {
    margin: 0 25px;
  }

  .slider-item {
    height: 390px;
  }

  .slider .slick-prev {
    left: 10px;
  }

  .slider .slick-next {
    right: 10px;
  }

  .start-block__title {
    font-size: 36px;
  }

  .slider-item {
    padding-top: 100px;
  }

  .start-block__text {
    font-size: 32px;
    padding-bottom: 10px;
  }

  .slider-item .base-block {
    padding: 0 40px;
  }

  .start-block__button {
    height: 60px;
    line-height: 60px;
    width: 220px;
  }

  .category-item {
    width: -moz-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }

  .category-box {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
  }

  .category-item__d2 {
    padding-left: 20px;
    width: 215px;
  }

  .category-item__d1 {
    width: -moz-calc(100% - 215px);
    width: calc(100% - 215px);
  }

  .company-box {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
  }

  .item-company {
    width: -moz-calc(100% / 6 - 20px);
    width: calc(100% / 6 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .logo-footer {
    width: 250px;
    margin-right: 30px;
  }

  .footer__d1 {
    padding-right: 15px;
    width: 170px;
  }

  .footer__d2 {
    /*width: 260px;*/
    width: -moz-calc(100% - 280px - 185px - 190px - 25px);
    width: calc(100% - 280px - 185px - 190px - 25px);
  }

  .footer {
    height: auto;
  }

  .footer {
    padding-bottom: 30px;
  }

  .contact-footer {
    margin-left: 40px;
  }

  .policy {
    left: 20px;
  }

  .bscompany {
    right: 20px;
  }

  .product {
    width: -moz-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .product-box {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
  }

  .filter-box__title {
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
  }

  .filter-box {
    padding: 15px;
  }

  .filter-box__item {
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    text-align: left;
    margin: 0;
    padding-bottom: 20px;
  }

  .filter-box__name {
    width: 49%;
    text-align: right;
    margin-right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 20px;
  }

  .contacts-box__d1, .contacts-box__d2 {
    width: 100%;
  }

  .item-contact {
    width: 49%;
  }

  .form-order__input-text, .select-delivery {
    width: 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }

  .single-production__d1 {
    width: 450px;
  }

  .single-production-slider-big__image {
    max-width: 80%;
    max-height: 80%;
  }

  .single-production-slider-big__item {
    height: 500px;
  }

  .single-production__d2 {
    padding-left: 20px;
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
  }

  .single-parametr__name {
    width: 250px;
  }

  .gift-product__image {
    width: 140px;
  }

  .gift-product__image img {
    max-width: 90%;
  }

  .gift-product__t1, .gift-product__count {
    width: 150px;
  }

  .gift-product__desc {
    width: -moz-calc(100% - 150px - 150px - 140px);
    width: calc(100% - 150px - 150px - 140px);
  }
}

@media (max-width: 1023px) {
  .single-production__d1 {
    width: 350px;
  }

  .single-parametr__name {
    width: 180px;
  }

  .single-parametr__value {
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
  }

  .single-production-slider-big__item {
    height: 350px;
  }

  .single-production__d2 {
    padding-left: 20px;
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
  }

  .form-order-data__line {
    padding-bottom: 7px;
  }

  .map {
    position: relative;
  }

  .map::after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
  }

  .filter-box__item {
    width: 50%;
    padding-bottom: 40px;
  }

  .filter-box__item:last-child {
    padding-bottom: 20px;
  }

  .select-filter {
    margin-left: 0px;
  }

  .logo {
    width: 350px;
  }

  .filter-box__name {
    width: 120px;
    padding-right: 15px;
  }

  .town-select {
    position: absolute;
    right: 20px;
    top: 55px;
    padding-top: 0px;
    margin-left: 0px;
  }

  .header__right {
    right: 20px;
    top: -15px;
    padding-right: 0px;
  }

  .cart {
    width: 43px;
    height: 48px;
  }

  .cart span {
    top: 0px;
  }

  .phone {
    margin-right: 25px;
  }

  .select-town__result {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }

  .select-town {
    height: 30px;
  }

  .category-item {
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }

  .item-company {
    width: -moz-calc(100% / 4 - 20px);
    width: calc(100% / 4 - 20px);
  }

  .item-best {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }

  .contact-footer {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .footer__d1 {
    padding-top: 30px;
  }

  .footer__d1,
  .footer__d2 {
    width: 100%;
    display: block;
    text-align: center;
  }

  .logo-footer {
    margin: 0 auto;
    display: block;
  }

  .footer .base-block {
    padding-top: 15px;
  }

  .footer-line {
    height: auto;
    text-align: center;
  }

  .policy {
    left: 0;
    position: relative;
    display: inline-block;
    top: 0px;
  }

  .bscompany {
    right: 0px;
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0px;
  }

  .footer-text {
    padding-top: 10px;
  }

  .footer-line .base-block {
    height: auto;
    padding: 15px 0px;
  }

  .main__item {
    margin: 0 12px;
    font-size: 14px;
  }

  .start-block__text {
    font-size: 26px;
  }

  .start-block__title {
    font-size: 30px;
  }

  .slider-item {
    height: 350px;
  }

  .path {
    padding-bottom: 20px;
  }

  .product {
    padding: 15px;
  }

  .product {
    text-align: center;
  }

  .product__name {
    text-align: center;
  }

  .product__money {
    padding: 0 15px;
  }

  .product__button {
    width: 90px;
  }

  .product__money--t1 {
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }

}

@media (max-width: 767px) {
  .sticky {
    position: fixed;
    top: 0px;
    z-index: 100;
  }

  .sticky .phone {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px !important;
  }

  .sticky .phone::before {
    display: none;
  }

  .single-production__d1 {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }

  .single-production {
    padding-bottom: 30px;
  }

  .gift-product {
    padding: 15px;
  }

  .gift-product__desc {
    padding-left: 0px;
  }

  .gift-product__image, .gift-product__desc, .gift-product__count, .gift-product__t1 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .gift-product__title {
    font-size: 16px;
  }

  .gift-product__desc {
    font-size: 13px;
  }

  .gift-product__t1 {
    padding-top: 20px;
  }

  .gift-product__count {
    padding-top: 0px;
  }

  .single-production__d2 {
    padding-left: 0px;
    width: 100%;
    display: block;
  }

  .form-order-data__line {
    display: block;
    width: 100%;
  }

  .form-order__input-text, .select-delivery {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-order-data__line {
    padding-bottom: 0px;
  }

  .delivery-info {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .delivery-item__text {
    font-size: 14px;
  }

  .item-contact {
    width: 100%;
    padding-bottom: 20px;
  }

  .filter-box__item {
    width: 100%;
    text-align: center;
  }

  .filter-box__item {
    padding-bottom: 15px;
  }

  .filter-box__item--t2 {
    padding-bottom: 30px;
  }

  .filter-box__title {
    cursor: pointer;
  }

  .filter-box__item {
    display: none;
  }

  .filter-box__title {
    padding-bottom: 0px;
  }

  .filter-box__title::after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAYAAACXU8ZrAAAAY0lEQVQImWXMMQ6CQAAF0Sd02267JRcj2hE8kp2GhIQzWNDQkAAttYWnsFkSo7+b/MmcYoxPXLD7X4VbgRYd0o+Q8EBTYEON/ktMmc/YyhACvLHijjGXr5jhkOCFBUMuTMfxAfk2EjMXkH4wAAAAAElFTkSuQmCC") no-repeat;
    width: 9px;
    height: 5px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }

  .open-filter .filter-box__title {
    padding-bottom: 15px;
  }

  .open-filter .filter-box__title::after {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .open-filter .filter-box__item {
    display: block;
  }

  .filter-box__name {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    padding-right: 0px;
  }

  .mobile-menu-list-block {
    display: block;
  }

  .select-filter {
    margin-top: 0px;
  }

  .nav {
    height: 50px;
  }

  .main {
    position: absolute;
    left: 0px;
    background: #fff;
    top: 100%;
    z-index: 5;
    padding-top: 50px;
    padding-bottom: 15px;
    -moz-box-shadow: 0 1px 32px 0 rgba(187, 187, 187, 0.3);
    box-shadow: 0 1px 32px 0 rgba(187, 187, 187, 0.3);
    display: none;
  }

  .main__item {
    margin: 0;
    width: 100%;
    margin: 10px 0px;
  }

  .main__link {
    color: #000;
    line-height: 16px;
    height: auto;
  }

  .logo {
    width: 215px;
  }

  .phone {
    margin-right: 0px;
    margin-top: 0px;
    font-size: 20px;
  }

  .cart {
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: 0;
  }

  .town-select {
    left: 20px;
    right: 0px;
  }

  .open-main .main {
    display: block;
  }

  .mobile-menu-list::before,
  .mobile-menu-list::after,
  .mobile-menu-list {
    background: #fff;
  }

  .open-main .mobile-menu-list::before,
  .open-main .mobile-menu-list::after {
    background: #000;
  }

  .category-block__title {
    font-size: 25px;
    padding-bottom: 15px;
  }

  .category-block__title::after {
    width: 160px;
    height: 15px;
  }

  .category-item {
    width: 100%;
    margin-right: 0px;
  }

  .category-box {
    width: 100%;
  }

  .category-block {
    padding-bottom: 15px;
  }

  .company-block__title {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .item-company {
    width: -moz-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
  }

  .company-block {
    padding-bottom: 30px;
  }

  .best-block {
    padding-top: 30px;
  }

  .best-block__title {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .item-best {
    width: 50%;
    margin-bottom: 20px;
  }

  .slider-item {
    background: url(../images/bg-mobile.jpg) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    height: auto;
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .start-block__title {
    text-align: center;
    padding-top: 0px;
  }

  .start-block__text {
    text-align: center;
    padding-bottom: 20px;
  }

  .start-block__button {
    display: block;
    margin: 0 auto;
  }

  .table-cart th {
    display: none;
  }

  .table-cart td {
    border: none;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
  }

  .table-cart td:last-child {
    border-bottom: 1px #eaecec solid;
    padding-bottom: 15px;
  }

  .count-cart-box {
    width: 100%;
    text-align: center;
  }

  .count-cart__value {
    width: 100%;
    text-align: center;
    margin-left: 0px;
  }

  .right-cart {
    text-align: center;
    padding: 10px 0px;
  }

  .content {
    padding-bottom: 30px;
  }

  .content__title {
    font-size: 30px;
    padding-bottom: 15px;
  }

  .content__title::after {
    width: 160px;
    height: 15px;
  }

  .product {
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }

  .faq__title {
    font-size: 15px;
  }

  .faq__num {
    left: 10px;
  }

  .faq__title, .faq__text {
    padding-left: 45px;
  }
}

@media (max-width: 479px) {
  .min-order {
    width: 100%;
  }

  .phone:before {
    display: none;
  }

  .phone {
    font-size: 14px;
  }

  .base-block {
    padding: 0 10px;
  }

  .header__right {
    right: 10px;
  }

  .cart {
    margin-right: 10px;
  }

  .start-block__title {
    font-size: 25px;
  }

  .start-block__text {
    font-size: 20px;
  }

  .slider .slick-prev {
    display: none !important;
  }

  .slider .slick-next {
    display: none !important;
  }

  .company-box {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
  }

  .item-company {
    width: -moz-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .item-best {
    width: 100%;
  }

  .footer-text {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }

  .town-select {
    left: 10px;
  }

  .content__title {
    font-size: 27px;
  }

  .product__name {
    font-size: 14px;
  }

  .product__image {
    max-width: 80%;
    max-height: 80%;
  }

  .product__data {
    height: 120px;
    margin-bottom: 10px;
  }

  .product__button {
    width: 100%;
  }

  .product__money--t1 {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    font-size: 18px;
  }

  .product {
    height: 270px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: -moz-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
    height: 290px;
  }

  .product__money {
    bottom: 15px;
  }

  .product-box {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
  }

  .sort-box {
    padding-bottom: 15px;
  }

  .content {
    padding-bottom: 15px;
  }

  .content__title3 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}

body * {
  max-height: 1000000px;
}

input[type="text"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

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

.center-text-order--true {
  font-weight: bold;
  color: green;
}

.sub-category {
  width: -moz-calc(100% + 28px);
  width: calc(100% + 28px);
  font-size: 0px;
}

.sub-category__item {
  display: inline-block;
  vertical-align: top;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 32px 0 rgba(187, 187, 187, .3);
  box-shadow: 0 1px 32px 0 rgba(187, 187, 187, .3);
  width: 290px;
  height: 330px;
  margin-right: 27px;
  margin-bottom: 30px;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 22px 28px;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  width: -moz-calc(100% / 3 - 28px);
  width: calc(100% / 3 - 28px);
}

.sub-category__data {
  display: block;
  height: 202px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.sub-category__image {
  max-width: 100%;
  max-height: 100%;
}

.sub-category__name {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  letter-spacing: .3px;
}

.sub-category__item:hover {
  -moz-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.2);
}

#ThisPageSite {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

@media (max-width: 1279px) {
  .sub-category {
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
  }

  .sub-category__item {
    width: -moz-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .start-block {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .sub-category__item {
    padding: 15px;
  }
}

@media (max-width:767px) {
  .sub-category__item {
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }

  .gift-product--t .gift-product__desc {
    padding-top: 8px;
  }

  .gift-product--t .gift-product__t1 {
    padding-top: 20px;
  }
}

@media (max-width:479px) {
  .product {
    padding: 15px 5px;
  }

  .sub-category__item {
    width: -moz-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    height: 210px;
  }

  .sub-category__data {
    height: 120px;
    margin-bottom: 10px;
  }

  .sub-category__name {
    font-size: 14px;
  }

  .sub-category {
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
  }

  .single-production-money__button {
    width: 140px;
  }
}

.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}

.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
}

.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}

.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D1D1D1;
  color: #2F2F2F;
}

.noty_theme__mint.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff;
}

.noty_theme__mint.noty_type__error {
  background-color: #DE636F;
  border-bottom: 1px solid #CA5A65;
  color: #fff;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #7473E8;
  color: #fff;
}

.noty_theme__mint.noty_type__success {
  background-color: #AFC765;
  border-bottom: 1px solid #A0B55C;
  color: #fff;
}

input.error {
  border: 1px red solid;
}

label.error {
  display: none !important;
}

.single-production-buy {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer-product {
  display: block;
  border: 1px #cf26b2 dashed;
  color: #000;
  font-size: 14px;
  width: 100%;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  margin-top: 20px;
  padding: 10px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-align: center;
}

.up {
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  border-radius: 50%;
  overflow: hidden;
  transition: all .5s ease-in-out;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.3);
}

.up:hover {}

.up svg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  fill: #645bb0;
}

.up img {
  width: 100%;
}

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

.button-download {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(61deg, #fb8724 0%, #faa054 100%);
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
}

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


/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/

/* update 16/09/2025 */
.list-gift {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.list-gift .gift-product {
  padding: 20px;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 80px;
  box-shadow: 0px 1px 15px 0px rgba(187, 187, 187, 0.3);
}

.list-gift .gift-product .gift-product__image {
  display: flex;
  text-align: center;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
}

.list-gift .gift-product .gift-product__image img {
  max-height: 90%;
  max-width: 90%;
}

.list-gift .gift-product .gift-product__desc {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  padding-left: 0;
}

.list-gift .gift-product .gift-product__desc .gift-product__title {
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 26px;
}

.list-gift .gift-product .gift-product__t1 {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-weight: 600;
}

.list-gift .gift-product .gift-product__count {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  font-weight: 600;
}

.gift-product__bottom {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}

@media (max-width:1023px) {
  .list-gift .gift-product .gift-product__desc {
    font-size: 12px;
  }

  .list-gift .gift-product .gift-product__desc .gift-product__title {
    font-size: 16px;
  }

  .list-gift .gift-product {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gift-product__bottom {
    bottom: 10px;
  }

  .list-gift .gift-product .gift-product__image img {
    max-height: 75%;
    max-width: 75%;
  }

  .list-gift .gift-product .gift-product__t1 {
    font-size: 12px;
  }
}

@media (max-width:767px) {
  .list-gift {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }

  .list-gift .gift-product {
    padding-bottom: 65px;
  }
}

@media (max-width:479px) {
  .gift-product__bottom {
    bottom: 10px;
  }

  .list-gift .gift-product .gift-product__desc {
    font-size: 0px;
    padding-bottom: 0px;
  }

  .list-gift .gift-product .gift-product__desc .gift-product__title {
    font-size: 16px;
    line-height: 20px;
  }

  .list-gift .gift-product .gift-product__image {
    height: 110px;
  }

  .list-gift .gift-product {
    padding: 10px;
    padding-bottom: 50px;
  }

  .list-gift .gift-product .gift-product__t1 {
    padding-top: 0px;
  }

  .list-gift .gift-product .gift-product__image img {
    max-height: 80%;
    max-width: 80%;
  }
}


.main-start {
  width: 100%;
  text-align: center;
  border-top: 1px #ede4e1 solid;
  padding: 10px 0px;
  border-bottom: 1px #ede4e1 solid;
}

.main-start__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 10px;
}

.main-start__item a {
  display: inline-block;
  color: #ab811a;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.main-start__item a:before {
  display: inline-block;
  content: '❯';
  font-weight: bold;
  color: #ab811a;
  margin-right: 5px;
}

.main-start__item a:hover {
  color: #de8d4b;
}

.main-start__item a:hover:before {
  color: #de8d4b;
}

.h-center {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 500px;
  top: 10px;
}

.h-center__title {
  text-transform: uppercase;
  color: #9c805c;
  font-size: 28px;
  border-bottom: 2px #9c805c solid;
  font-weight: bold;
  padding-bottom: 5px;
}

.h-center__text {
  display: block;
  text-align: center;
  font-size: 0px;
  padding-top: 5px;
}

.h-center__text span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  color: #9c805c;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}


.start-catalog {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.start-catalog__item {
  text-decoration: none;
  text-align: center;
  -moz-box-shadow: 0 1px 32px 0 rgba(187, 187, 187, .3);
  box-shadow: 0 1px 32px 0 rgba(187, 187, 187, .3);
  padding: 30px 0px;
}

.start-catalog__item:hover {
  -moz-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.2);
}

.start-catalog__item:hover .start-catalog__name {
  color: #de8d4b;
}

.start-catalog__img {
  display: flex;
  width: 100%;
  height: 200px;
  align-items: center;
  justify-content: center;
}

.start-catalog__img img {
  max-width: 100%;
  max-height: 100%;

}

.start-catalog__name {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #ab811a;
  font-size: 20px;
}

@media (max-width:1120px) {
  .h-center__title {
    font-size: 22px;
  }

  .h-center__text span {
    font-size: 12px;
    margin: 0 10px;
  }

  .h-center {
    max-width: 400px;
    top: 15px;
  }
}

@media (max-width:1023px) {
  .cart {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .cart::before {
    width: 20px;
    height: 20px;
  }

  .cart span {
    top: -7px;
    right: -12px;
  }

  .logo {
    width: 200px;
  }

  .logo__image {
    max-height: 60px;
  }

  .h-center__title {
    font-size: 18px;
  }

  .h-center__text span {
    font-size: 12px;
    margin: 0 5px;
  }

  .h-center {
    max-width: 360px;
    top: 15px;
  }

  .header__cont {
    margin-right: 10px;
    margin-top: 6px;
  }

  .phone {
    font-size: 16px;
    margin-right: 0;
  }

  .email {
    font-size: 12px;
  }

  .header {
    padding-top: 8px;
  }

  .header__right {
    top: 2px;
  }

  .header {
    height: 90px;
  }

  .slider-item {
    height: 320px;

  }

  .start-block {
    height: 330px;
    width: 100%;
  }

  .header {
    height: 80px;
  }

  .main-start__item {
    font-size: 16px;
  }

  .start-catalog__name {
    font-size: 16px;
  }
}

@media (max-width:820px) {
  .h-center {
    display: none;
  }
}

@media (max-width: 767px) {
  .cart {
    z-index: 10;
    border: 1px #fff solid;
  }

  .cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .cart {
    margin-top: 23px;
  }

  .slider-item {
    height: 200px;
  }

  .start-block {
    height: 210px;
  }

  .start-catalog__img {
    height: 140px;
  }

  .start-catalog {
    grid-template-columns: repeat(2, 1fr);
  }

  .start-catalog__img img {
    max-width: 80%;
    max-height: 80%;
  }
  .start-block .slider
  {
    display: none;
  }
  .start-block 
  {
    height: 20px;
    padding: 0;
  }
}

@media (max-width: 479px) {
  .main-start__item {
    font-size: 14px;
    margin: 4px 5px;
  }
}