/* @font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
    url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
    url("../fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
} */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*::-webkit-input-placeholder {
  color: #696969;
}

*:-moz-placeholder {
  color: #696969;
}

*::-moz-placeholder {
  color: #696969;
}

*:-ms-input-placeholder {
  color: #696969;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

ul,
ol {
  list-style: none;
}

html,
body {
  /* overflow-x: hidden; */
}
html.scroll-hidden,
body.scroll-hidden {
  overflow: hidden;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-display: swap;
  line-height: 1.3;
  color: #22262D;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #fafafa;
}

body.mobMenuOpen .mobMenu {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.searchOpen .header-search {
  opacity: 1;
  visibility: visible;
}
body.catalogOpen .main-sidebar.directory {
  /* opacity: 1; */
  /* visibility: visible; */
  display: block;
}

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

input,
textarea,
select,
button {
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bx-core-adm-dialog input,
.bx-core-adm-dialog textarea,
.bx-core-adm-dialog select,
.bx-core-adm-dialog button {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  -webkit-box-shadow: auto;
  box-shadow: auto;
}
button {
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background: transparent;
}

.wrapper {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 37px;
}

.section-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.section-row .section-title {
  margin: 0;
}

.section-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.section-link .hb-ico {
  margin-left: 10px;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-dots {
  bottom: 6px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  margin: 0 2.8px;
}
.slick-dots li.slick-active {
  background: #000;
  border-color: #000;
}

.slick-arrow {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #f1f1f1;
  z-index: 20;
  margin-top: -18px;
}
.slick-arrow img,
.slick-arrow svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 26px;
}
.slick-arrow svg path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slick-arrow:hover {
  background: #a80000;
}
.slick-arrow:hover svg path {
  /* fill: #fff; */
  opacity: .75;
}

.slick-next {
  right: -14px;
}

.slick-prev {
  left: -14px;
}

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

.drop {
  position: relative;
  z-index: 20;
}
.drop-top {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.drop-top .hb-ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.drop-list {
  position: absolute;
  top: 130%;
  right: 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 4px 30px rgba(5, 52, 116, 0.1);
  box-shadow: 0px 4px 30px rgba(5, 52, 116, 0.1);
  min-width: 288px;
  background: #fff;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.drop-list li a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  color: #22262d;
  padding: 6px 14px;
}
.drop-list li a.active,
.drop-list li a:hover {
  background: #e9e9e9;
}
.drop.active .drop-top {
  color: #a80000;
}
.drop.active .drop-top .hb-ico {
  background-image: url(../img/icons/arrow-down-active.svg);
}
.drop.active .drop-list {
  opacity: 1;
  visibility: visible;
}
.normal-drop.active .drop-top {
  color: #a80000;
}
.normal-drop.active .drop-top .hb-ico {
  background-image: url(../img/icons/arrow-down-active.svg);
}
.normal-drop.active .drop-list {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1500px) {
  .slick-arrow {
    height: 28px;
    width: 20px;
    background: transparent;
    bottom: auto;
    top: -34px;
  }
  .slick-arrow img,
  .slick-arrow svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
  }
  .slick-arrow svg path {
    fill: #9e9e9e;
  }
  .slick-prev {
    left: auto;
    right: 38px;
  }
  .slick-next {
    right: 11px;
  }
}

@media only screen and (max-width: 1100px) {
  body {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 900px) {
  body {
    padding: 40px 0 50px;
  }
  body.catalogOpen .main-sidebar.directory {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 600px) {
  .section-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .section-row {
    margin-bottom: 20px;
  }
  .slick-arrow {
    height: 20px;
    width: 15px;
    top: -15px;
  }
  .slick-prev {
    left: auto;
    right: 36px;
  }
  .slick-next {
    right: 13px;
  }
}

.hb-ico {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.sidebar-ico-1 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-1.svg);
}

.sidebar-ico-2 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-2.svg);
}

.sidebar-ico-3 {
  width: 24px;
  height: 24px;
  background-image: url(/img/icons/multitool_ico.svg);
}

.sidebar-ico-4 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-3.svg);
}

.sidebar-ico-5 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-4.svg);
}

.sidebar-ico-6 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-5.svg);
}

.sidebar-ico-7 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-6.svg);
}

.sidebar-ico-8 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-7.svg);
}

.sidebar-ico-9 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-8.svg);
}

.sidebar-ico-10 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-9.svg);
}

.sidebar-ico-11 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/sidebar-ico-10.svg);
}

.star-ico {
  width: 17px;
  height: 17px;
  background-image: url(../img/icons/star-ico.svg);
}

.status-ico-green {
  width: 13px;
  height: 10px;
  background-image: url(../img/icons/status-ico-green.svg);
}

.cross-icon {
    width: 13px;
    height: 10px;
    background-image: url(/img/cross-grey.png);
}

.status-rate-0 {
  width: 78px;
  height: 12px;
  background-image: url(../img/icons/status-rate-0.svg);
}

.like-ico-gray {
  width: 20px;
  height: 20px;
  background-image: url(/img/heart-grey.svg);
  transition: .15s;
}
.product-icons .like-ico-gray:hover {
  background-image: url(/img/heart-black.svg);
}
.product-icons .rating-ico-gray:hover {
  background-image: url(../img/icons/rating-ico-black.svg);
}
.add-to-favorite.active .like-ico-gray {
  background-image: url(/img/heart-red.svg);
}
.add-to-compare.active .rating-ico-gray {
  background-image: url(../img/icons/rating-ico-active.svg);
}

.rating-ico-gray {
  width: 18px;
  height: 20px;
  background-image: url(../img/icons/rating-ico-gray.svg);
}

.arrow-right {
  width: 7px;
  height: 11px;
  background-image: url(../img/icons/arrow-right.svg);
}

.fire-ico {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/fire-ico.svg);
}

.share-ico {
  width: 21px;
  height: 23px;
  background-image: url(../img/icons/share-ico.svg);
}
.rate-0 {
    width: 77px;
    height: 12px;
    background-image: url(/img/rate-0.svg);
  }
.rate-1 {
  width: 77px;
  height: 12px;
  background-image: url(/img/rate-1.svg);
}
.rate-2 {
  width: 77px;
  height: 12px;
  background-image: url(/img/rate-2.svg);
}
.rate-3 {
  width: 77px;
  height: 12px;
  background-image: url(/img/rate-3.svg);
}
.rate-4 {
  width: 77px;
  height: 12px;
  background-image: url(../img/icons/rate-4.svg);
}
.rate-5 {
  width: 77px;
  height: 12px;
  background-image: url(/img/rate-5.svg);
}

.card-like-ico {
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/card-like-ico.svg);
}

.pickup-ico {
  width: 47px;
  height: 47px;
  background-image: url(../img/icons/pickup-ico.svg);
}

.accordeon-arrow {
  width: 11px;
  height: 6px;
  background-image: url(../img/icons/accordeon-arrow.svg);
}

.more-ico {
  width: 22px;
  height: 22px;
  background-image: url(../img/icons/more-ico.svg);
}

.appraisal-ico {
  width: 154px;
  height: 24px;
  background-image: url(../img/icons/appraisal-ico.svg);
}

.sort-ico {
  width: 18px;
  height: 13px;
  background-image: url(../img/icons/sort-ico.svg);
}

.arrow-down {
  width: 11px;
  height: 7px;
  background-image: url(../img/icons/arrow-down.svg);
}

.close-ico {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/close-ico.svg);
}

.like-ico {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/like-ico.svg);
}

.reboot-ico {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/reboot-ico.svg);
}

.star-red-ico {
  width: 12px;
  height: 11px;
  background-image: url(../img/icons/star-red-ico.svg);
}

.arrow-left {
  width: 9px;
  height: 17px;
  background-image: url(../img/icons/arrow-left.svg);
}
.small-arrow-left {
    width: 13px;
    height: 9px;
    background-image: url(/img/small-arrow.svg);
  
}

.user-ico {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/user-ico.svg);
}

.local-ico {
  width: 14px;
  height: 16px;
  background-image: url(../img/icons/local-ico.svg);
}

.percent-ico {
  width: 15px;
  height: 15px;
  background-image: url(/img/icons/percent-ico.svg);
}
.active .percent-ico {
    background-image: url(/img/icons/percent-red-ico.png);  
}
.header-menu a:hover > .percent-ico {
    background-image: url(/img/icons/percent-red-ico.png);  
} 

.tel-ico {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/tel-ico.svg);
}
.tel-ico span {
    display: none;
}

.search-ico {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/search-ico.svg);
}

.catalog-ico {
  width: 20px;
  height: 15px;
  background-image: url(../img/icons/catalog-ico.svg);
}

.bar-ico {
  width: 22px;
  height: 23px;
  background-image: url(../img/icons/bar-ico.svg);
}

.favorite-ico {
  width: 27px;
  height: 24px;
  background-image: url(../img/icons/favorite-ico.svg);
}

.basket-ico {
  width: 38px;
  height: 38px;
}

.header-bar {
  width: 20px;
  height: 15px;
  background-image: url(../img/icons/header-bar.svg);
}

.house-ico {
  width: 22px;
  height: 23px;
  background-image: url(../img/icons/house-ico.svg);
}

.catalog-ico-2 {
  width: 24px;
  height: 18px;
  background-image: url(../img/icons/catalog-ico-2.svg);
}

.basket-ico-2 {
  width: 24px;
  height: 24px;
  background-image: url(../img/icons/basket-ico-2.svg);
}

.arrow-bottom {
  width: 11px;
  height: 7px;
  background-image: url(../img/icons/arrow-bottom.svg);
}

.x-ico {
  width: 9px;
  height: 10px;
  background-image: url(../img/icons/x-ico.svg);
}

.tile-ico {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/tile-ico.svg);
}

.list-ico {
  width: 22px;
  height: 19px;
  background-image: url(../img/icons/list-ico.svg);
}

.pagination-left {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/pagination-left.svg);
}

.pagination-right {
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/pagination-right.svg);
}

.filter-ico {
  width: 24px;
  height: 21px;
  background-image: url(../img/icons/filter-ico.svg);
}

.list-ico-2 {
  width: 20px;
  height: 18px;
  background-image: url(../img/icons/list-ico-2.svg);
}

.main-btn,
.second-btn {
  display: inline-block;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.main-btn {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  padding: 11px;
  background: #a80000;
  border-radius: 7px;
}
.main-btn:hover {
  background: #5f0000;
}

.second-btn {
  font-size: 16px;
  line-height: 16px;
  color: #a80000;
  text-transform: uppercase;
  border: 1px solid #a80000;
  padding: 7px 14px;
  border-radius: 7px;
}
.second-btn:hover {
  background: #a80000;
  color: #fff;
}
.second-btn:disabled {
  background: gray;
  cursor: not-allowed;
}
.second-btn.second-btnIco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 14px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
  border-color: #e2e2e2;
  text-transform: none;
  width: 100%;
  margin-bottom: 20px;
}
.second-btn.second-btnIco .hb-ico {
  margin-right: 7px;
}
.second-btn.second-btnIco:hover {
  border-color: #a80000;
  background: transparent;
}

.text-error {
  display: none;
  text-align: right;
  font-size: 12px;
  line-height: 15px;
  color: #a80000;
  padding-top: 8px;
}

.input-block {
  margin-bottom: 20px;
}
.input-block__second {
  margin-bottom: 0;
}
.input-block label {
  display: block;
  cursor: pointer;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #737373;
  padding-bottom: 6px;
}
.input-block input,
.input-block select,
.input-block textarea {
  display: block;
  width: 100%;
  height: 44px;
  background: #ededed;
  border: none;
  padding: 0 16px;
  font-size: 14px;
  color: #22262d;
  border-radius: 7px;
}
.input-block textarea {
  height: 154px;
  padding: 14px 17px;
  resize: vertical;
  min-height: 100px;
}
.input-block input,
.input-block textarea {
  border: 1px solid #ededed;
  /* -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}
.input-block input:focus,
.input-block textarea:focus {
  background: #fff;
  border-color: #3e3e3e;
}
.input-block.input-error input {
  background: #fff;
  border-color: #a80000;
}
.input-block.input-error .text-error {
  display: block;
}
.input-block.input-error label {
    color: #a80000;
}

.checkbox,
.radio {
  display: block;
  position: relative;
}
.checkbox-ico,
.radio-ico {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /* -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}
.checkbox input,
.radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.checkbox {
  padding: 0 0 0 31px;
}
.checkbox-ico {
  border: 1px solid #bdbdbd;
  width: 20px;
  height: 20px;
}
.checkbox-ico svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
  opacity: 0;
}
.checkbox p {
  font-size: 13px;
  line-height: 20px;
  color: #000;
}
.checkbox p a {
  color: #000;
  position: relative;
  z-index: 3;
}
.checkbox p a:hover {
  color: #a80000;
}
.checkbox input:checked + .checkbox-ico {
  border-color: #000;
}
.checkbox input:checked + .checkbox-ico svg {
  opacity: 1;
}

.radio {
  padding: 0;
  margin-bottom: 15px;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio-row {
  display: block;
  padding: 20px 20px 20px 55px;
  background: #fff;
  border: 1px solid #dfdfdf;
  /* -webkit-transition: 0.3s ease-in-out; */
  /* -o-transition: 0.3s ease-in-out; */
  /* transition: 0.3s ease-in-out; */
  position: relative;
  border-radius: 7px;
}
.radio-row .second-btn {
  position: absolute;
  top: 30px;
  right: 20px;
  min-width: 265px;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  z-index: 10;
}
.radio-name,
.radio-text {
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}
.radio-text.hasprice {
    font-size: 13px;
    font-weight: normal;
    color: #a80000;
}
.radio-name {
  font-weight: normal;
  margin-bottom: 4px;
}
.radio-name b {
  font-weight: normal;
  color: #a80000;
}
.radio-text {
  font-weight: 600;
}
.radio-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 13.5px;
}
.radio-logos img,
.radio-logos svg {
  display: block;
  /* max-width: 66px; */
  /* max-height: 19px; */
  margin-right: 15px;
}
.radio-logos img:last-child,
.radio-logos svg:last-child {
  margin-right: 0;
}
.radio-logos__small {
  margin: 0;
  padding-top: 4px;
}
.radio-logos__small img,
.radio-logos__small svg {
  max-width: 41px;
  min-height: 16px;
  margin-right: 10px;
}
.radio-list {
  position: absolute;
  bottom: 36px;
  right: 27px;
  font-size: 14px;
  line-height: 19px;
  color: #219653;
}
.radio-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 9px;
}
.radio-list li .hb-ico {
  margin-right: 6px;
}
.radio-list li:last-child {
  padding-bottom: 0;
}
.radio-ico {
  position: absolute;
  /* top: 24px; */
  left: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
  top: 50%;
  margin-top: -12px;
}
.radio-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a80000;
  opacity: 0;
  /* -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
}
.ozon .radio-ico::after {
    background: #005bff;
}
.radio-middle .radio-name {
  margin: 0;
}
.radio-middle .radio-ico {
  top: 50%;
  /* -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); */
}
.radio-second .radio-ico {
  top: 23px;
}
.radio-big .radio-row {
  padding-right: 150px;
}
.radio input:checked + .radio-row {
    border-color: #a80000;
}
.radio input:checked + .radio-row.ozon {
    border-color: #005bff;
}
.radio input:checked + .radio-row .radio-ico {
  border: 3px solid #a80000;
}
.radio input:checked + .radio-row.ozon .radio-ico {
    border: 3px solid #005bff;
  }
.radio input:checked + .radio-row .radio-ico::after {
  opacity: 1;
}

.inputQuantity {
  width: 111px;
  height: 36px;
  background: #ededed;
  padding: 0 40px;
  position: relative;
}
.inputQuantity-minus,
.inputQuantity-plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.inputQuantity-minus::before,
.inputQuantity-minus::after,
.inputQuantity-plus::before,
.inputQuantity-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #aaaaaa;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.inputQuantity-minus::before,
.inputQuantity-plus::before {
  width: 16px;
  height: 2px;
}
.inputQuantity-minus:hover::before,
.inputQuantity-minus:hover::after,
.inputQuantity-plus:hover::before,
.inputQuantity-plus:hover::after {
  background: #000;
}
.inputQuantity-plus {
  right: 0;
}
.inputQuantity-plus::after {
  height: 16px;
  width: 2px;
}
.inputQuantity-minus {
  left: 0;
}
.inputQuantity-minus::after {
  display: none;
}
.inputQuantity input {
  display: block;
  width: 100%;
  text-align: center;
  height: 36px;
  border: none;
  font-size: 14px;
  color: #000;
  background: #ededed;
}

.select {
  position: relative;
}
.select input {
  display: none;
}
.select-top {
  display: block;
  background: #ededed;
  cursor: pointer;
  padding: 11px 40px 11px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #696969;
  border: 1px solid #ededed;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.select-top .hb-ico {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.select-drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 4px 30px rgba(5, 52, 116, 0.1);
  box-shadow: 0px 4px 30px rgba(5, 52, 116, 0.1);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.select-drop li {
  display: block;
  padding: 5px 14px;
  font-size: 13px;
  line-height: 22px;
  color: #22262d;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.select-drop li:hover,
.select-drop li.active {
  background: #e9e9e9;
}
.select.active {
  z-index: 10;
}
.select.active .select-top {
  border-color: #3e3e3e;
  background: #fff;
  color: #22262d;
}
.select.active .select-drop {
  opacity: 1;
  visibility: visible;
}

.fancybox-slide--html {
  padding: 0;
}

.fancybox-content {
  max-width: 620px;
  width: 100%;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.fancybox-close-small {
  padding: 0;
}
.fancybox-close-small svg path {
  fill: #aeaeae;
}

.fancybox-button svg {
  width: 30px;
  height: 30px;
}

.modal {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 55px 70px 52px;
}
.modal-wrap.active .modal-form {
  display: none;
}
.modal-wrap.active .modal-done {
  display: block;
}
.modal-title {
  display: block;
  font-size: 30px;
  line-height: 41px;
  font-weight: 600;
  margin: 0 0 20px;
  text-align: center;
}
.modal .input-block {
  margin-bottom: 20px;
}
.modal .main-btn,
.modal .second {
  display: block;
  width: 100%;
}
.modal p {
  font-size: 16px;
  line-height: 26px;
  color: #22262d;
}
.modal-form p {
  font-size: 12px;
  line-height: 18px;
  color: #6f6f6f;
  max-width: 410px;
  padding-top: 18px;
}
.modal-done {
  display: none;
  text-align: center;
}
.modal-done p {
  max-width: 480px;
  margin: 0 auto 30px;
}
.modal-done .second-btn {
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  text-transform: none;
}
.modal-done .modal-title {
  margin-bottom: 15px;
}
.modal-done .autocloseText {
    margin-top: 30px;
    font-size: 13px;
    color: #949494;
}
.modal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.modal-list li {
  width: 50%;
  padding: 0 10px;
}
.modal-list li a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
}
.modal-list li a:hover,
.modal-list li a.active {
  color: #a80000;
}
.modal-local .input-block {
  position: relative;
}
.modal-local .input-block .hb-ico {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background-image: url(../img/icons/search-ico-2.svg);
}
.modal-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0 17px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.modal-product__img {
  width: 100px;
  min-width: 100px;
  height: 100px;
  position: relative;
  margin-right: 26px;
}
.modal-product__img img,
.modal-product__img svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-product__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-product__info .product-price {
  margin: 0;
}
.modal-product__name {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  margin-bottom: 9px;
}
.modal-product__descr {
  padding-right: 20px;
}
.modal-text {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .modal {
    padding: 30px 15px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .modal-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .modal .input-block {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .modal-product__info {
    display: block;
  }
  .modal-product__descr {
    padding: 0 0 10px;
  }
}

.header {
  min-height: 150px;
  height: 150px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
.header-top .wrapper,
.header-top__row,
.header-local,
.header-menu,
.header-info,
.header-entrance,
.header-bottom .wrapper,
.header-catalog,
.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top {
  border-bottom: 1px solid #e1e1e1;
  padding: 9px 0;
  position: relative;
}
.header-top .wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 304px;
  position: relative;
}
.header-local {
  font-size: 15px;
  line-height: 20px;
  color: #22262d;
  white-space: nowrap;
}
.header-local b {
  font-weight: normal;
}
.header-local .hb-ico {
  margin-right: 6px;
}
.header-menu {
  padding-left: 51px;
}
.header-menu li {
  margin-right: 20px;
}
.header-menu li:last-child {
  margin-right: 0;
}
.header-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: #22262d;
}
.header-menu li a .hb-ico {
  margin-left: 5px;
}
.header-menu li.drop-top {
  padding-right: 17px;
}
.header-menu li.drop-top .hb-ico {
  margin: 0;
}
.header-menu li.drop li {
  padding: 0;
  margin: 0;
}
.header-timetable {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
  white-space: nowrap;
  padding: 0 18px;
}
.header-info .main-btn {
  /* padding: 7px 12.5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #626262;
  background: #eee; */
    padding: 7px 12.5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    background: #eee;
}
.header-info .main-btn:hover {
  background: #a80000;
  color: #fff;
}
.header-phone {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  color: #22262d;
  margin-right: 15px;
}
.header-phone:hover {
  color: #a80000;
}
.header-entrance {
  position: absolute;
  right: 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #22262d;
}
.header-entrance.drop .drop-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  padding-right: 0;
}
.header-entrance.drop .drop-list {
  min-width: 163px;
  width: 163px;
  padding: 13px 0 17px;
}
.header-entrance.drop .drop-list li a {
  padding: 6px 20px;
  font-weight: normal;
}
.header-entrance.drop .hb-ico {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header-entrance.drop.active .hb-ico {
  background-image: url(../img/icons/user-ico-active.svg);
}
.header-entrance .hb-ico {
  margin-right: 8px;
}
.header-bottom {
  padding: 26px 0 29px;
}
.header-logo {
  min-width: 290px;
  margin-right: 40px;
}
.header-logo img,
.header-logo svg {
    display: block;
    width: 290px;
    position: relative;
}
.header-logo span {
    /* font-size: 11px;
    position: absolute;
    margin-top: -9px;
    margin-left: 58px; */

    font-size: 11px;
    position: absolute;
    margin-top: -12px;
    margin-left: 58px;
    letter-spacing: 0.007rem;
}
.header-catalog {
  background: #a80000;
  padding: 12px 19px 12px 44px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  white-space: nowrap;
  border-radius: 7px;
}
.header-catalog .hb-ico {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.header-search {
  max-width: 806px;
  width: 100%;
  padding: 0 71px 0 62px;
}
.header-search .input-block {
  position: relative;
  margin: 0;
}
.header-search .input-block input {
  padding: 0 60px 0 17px;
  font-size: 15px;
}
.header-search .input-block .hb-ico {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/search-big-ico.svg);
}
.header-buttons .bar-ico {
  margin-right: 24px;
}
.header-buttons .favorite-ico {
  margin-right: 20px;
}
.header-buttons .basket-ico {
  margin-right: 19px;
  position: relative;
}
.header-buttons .basket-ico b {
  position: absolute;
  top: -3px;
  right: -12px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  background: #a80000;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
}
.header-price {
  display: block;
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  color: #a80000;
  white-space: nowrap;
}
.header-bar {
  position: absolute;
  top: 17.5px;
  left: 15px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
.header .tel-ico,
.header .search-mob {
  display: none;
}

.mobMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  background: #fff;
  padding: 150px 0 20px;
  z-index: 400;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-320px, 0);
  -ms-transform: translate(-320px, 0);
  transform: translate(-320px, 0);
}
.mobMenu-list li {
  border-bottom: 1px solid #f0f0f0;
}
.mobMenu-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #22262d;
  padding: 14px 15px;
}
.mobMenu-list li a .li-bonus {
  display: inline-block;
  padding: 3px 11px 4px 8px;
  font-size: 14px;
  line-height: 1;
  color: #a80000;
  background: #ececec;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  margin-left: 12px;
}
.mobMenu-list li a .li-bonus .hb-ico {
  margin-right: 3px;
  min-width: 12px;
}
.mobMenu-list li a .local-ico {
  width: 15px;
  height: 20px;
  background-image: url(../img/icons/local-ico-2.svg);
}
.mobMenu-list li a .hb-ico {
  margin-right: 8px;
}
.mobMenu-list li a:hover {
  color: #a80000;
}
.mobMenu-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px 0;
}
.mobMenu-bottom .main-btn {
  padding: 7px 12.5px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #626262;
  background: #eee;
}
.mobMenu-bottom .main-btn:hover {
  background: #a80000;
  color: #fff;
}
.mobMenu-info {
  padding: 5px 10px 0 0;
}
.mobMenu-info span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
}
.mobMenu-phone {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #22262d;
  margin-bottom: 4px;
}
.mobMenu-phone:hover {
  color: #a80000;
}

.mobBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  padding: 0 4px;
  z-index: 500;
}
.mobBar li {
  text-align: center;
}
.mobBar li a {
  display: block;
  padding: 7px 21px 4px;
  font-size: 9px;
  line-height: 11px;
  color: #5f5f5f;
}
.mobBar li a span {
  display: block;
  text-align: center;
  height: 28px;
  position: relative;
}
.mobBar li a span b {
  position: absolute;
  top: -3px;
  right: -12px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  background: #a80000;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
}
.mobBar li a b {
  display: block;
  font-weight: normal;
  font-style: normal;
}
.mobBar li a .hb-ico {
  margin: 0 auto;
  position: relative;
}
.mobBar li a .favorite-ico {
  width: 23px;
  height: 20px;
}
.mobBar li a .user-ico {
  width: 22px;
  height: 22px;
}

.main-sidebar.directory {
  position: absolute;
  border-radius: 7px;
  top: 151px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1440px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  padding: 0;
  z-index: 400;
  /* opacity: 0; */
  /* visibility: hidden; */
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-sidebar.directory .catalog-top,
.main-sidebar.directory .catalog-mob {
  display: none;
}
.main-sidebar.directory .catalog-menu {
  min-width: 271px;
  width: 271px;
  border-right: 1px solid #f0f0f0;
}
.main-sidebar.directory .catalog-menu li {
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
  position: static;
}
.main-sidebar.directory .catalog-menu li a {
  font-size: 14px;
  /* font-size: 13px; */
  line-height: 18px;
  padding: 11px 16px;
  position: relative;
  z-index: 20;
}
.main-sidebar.directory .catalog-menu li a .hb-ico {
  margin-right: 18px;
}
.main-sidebar.directory .catalog-menu li a:hover,
.main-sidebar.directory .catalog-menu li a .active {
  background: #ededed;
  color: #a80000;
}
.main-sidebar.directory .catalog-menu li a:hover::after,
.main-sidebar.directory .catalog-menu li a .active::after {
  background-image: url(../img/icons/catalog-arrow-active.svg);
}
.main-sidebar.directory .catalog-menu li:last-child {
  border-bottom: none;
}
.main-sidebar.directory .catalog-menu li:hover .catalog-link,
.main-sidebar.directory .catalog-menu li .active .catalog-link {
  background: #ededed;
  color: #a80000;
}
.main-sidebar.directory .catalog-menu li:hover .catalog-link::after,
.main-sidebar.directory .catalog-menu li .active .catalog-link::after {
  background-image: url(../img/icons/catalog-arrow-active.svg);
}
.main-sidebar.directory .catalog-item {
  position: relative;
}
.main-sidebar.directory .catalog-item:hover .catalog-item__row {
  opacity: 1;
  visibility: visible;
  min-height: 516px;
}
.main-sidebar.directory .catalog-item.active .catalog-item__row {
    opacity: 1;
    visibility: visible;
}
.main-sidebar.directory .catalog-item.active .catalog-link {
    background: #ededed;
    color: #a80000;
}
.main-sidebar.directory .catalog-item.active .catalog-link::after {
    background-image: url(../img/icons/catalog-arrow-active.svg);
}
.catalog-item__row a.active {
    color: #a80000;
}
.parentElement.active {
    color: #a80000;
}

.main-sidebar.directory .catalog-item__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 20px 20px 306px;
  margin: 0 -10px;
  opacity: 0;
  visibility: hidden;
  /* -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; */
  max-height: 100%;
  overflow-y: auto;
}
.main-sidebar.directory .catalog-item__col {
  width: 25%;
  padding: 0 10px;
}
.main-sidebar.directory .catalog-item__col ul li {
  border: none;
}
.main-sidebar.directory .catalog-item__col ul li a {
  font-size: 14px;
  /* font-size: 15px; */
  line-height: 18px;
  font-weight: normal;
  padding: 9px 0 9px 20px;
}
.main-sidebar.directory .catalog-item__col ul li a:hover {
  background: transparent;
}
.main-sidebar.directory .catalog-item__block ul {
  padding-left: 15px;
}
.main-sidebar.directory .catalog-item__subtitle {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  padding: 9px 0;
  color: #000;
}
.main-sidebar.directory .catalog-item__subtitle a {
  color: #000;
}
.main-sidebar.directory .catalog-item__title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 5px;
}
.main-sidebar.directory .catalog-item__logos {
  padding: 7px 0 16px;
}
.main-sidebar.directory .catalog-item__logos a {
  padding: 0 !important;
}
.main-sidebar.directory .catalog-item__logos a:hover {
  background: transparent !important;
}
.main-sidebar.directory .catalog-item__logo {
  margin-bottom: 13px;
}
.main-sidebar.directory .catalog-item__logo img,
.main-sidebar.directory .catalog-item__logo svg {
  display: block;
  max-height: 37px;
  max-width: 119px;
}
.main-sidebar.directory .catalog-link {
  position: relative;
}
.main-sidebar.directory .catalog-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 6px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(../img/icons/catalog-arrow.svg);
}

@media only screen and (max-width: 1200px) {
  .header-search {
    padding: 0 25px;
  }
  .header-menu {
    padding-left: 20px;
  }
  .header-menu li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1100px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
  }
  .header-logo {
    min-width: 150px;
    max-width: 150px;
    margin-right: 20px;
  }
  .header-logo img {
    position: static;
  }
  .header-logo span {
    display: none;
  }
  .header-info {
    padding-left: 30px;
  }
  .header-search {
    padding: 0 20px;
  }
  .mobMenu {
    padding-top: 50px;
  }
  .main-sidebar.directory .catalog-item__col {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .mobBar li {
    width: 20%;
  }
  .mobBar li a {
    padding: 7px 11px 4px;
  }
}

.main {
  padding: 41px 0 76px;
}
.main-row {
  min-height: 500px;
  position: relative;
  border-radius: 7px;
}
.splide__slide img {
    border-radius: 7px;
}
.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  min-width: 290px;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 26px 10px 11px 24px;
  margin-bottom: 22px;
}
.main-content {
  padding-left: 330px;
}
.main-slider .slick-dots {
  padding: 0 21px;
  text-align: left;
    bottom: -25px !important;
    /* position: absolute; */
    left: 50%;
    display: inline-block;
        margin-left: -50px;
}
.main-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4.2px;
  border: 2px solid #000;
}
.main-slide {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 314px;
  padding: 58px 144px 11px;
}
.main-slide__mob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.main-slide__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-slide__row p {
  font-family: "Mont", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  max-width: 204px;
  padding-top: 5px;
}
.main-info {
  max-width: 370px;
  width: 100%;
}
.main-info__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5px 10px;
}
.main-info__top .hb-ico {
  margin-top: -12px;
}
.main-title {
  font-family: "Mont", sans-serif;
  font-size: 72px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.main-percent {
  font-family: "Mont", sans-serif;
}
.main-percent b {
  font-size: 144px;
  line-height: 1;
  font-weight: 600;
  color: #a80000;
}
.main-percent span {
  display: inline-block;
  font-size: 66px;
  line-height: 1;
  color: #a80000;
  vertical-align: top;
  padding-top: 10px;
}
.main-goods__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  padding: 23px 0 13px;
}
.main-goods__head .hb-ico {
  margin-right: 7px;
}
.main-goods__slider {
  margin: 0 -7.5px;
}
.main-goods__slider .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.main-goods__slider .slick-arrow {
  top: -7px;
}
.main-goods__slide {
  width: 375px;
  height: auto;
  padding: 0 7.5px;
}
.main-goods__wrap {
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 22px 20px 20px 106px;
  position: relative;
  border-bottom: 3px solid #a80000;
  border-radius: 7px;
}
.main-goods__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4px;
}
.main-goods__img {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
.main-goods__img img,
.main-goods__img svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.main-goods__price {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  margin-right: 14px;
}
.main-goods__oldPrice {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #7c7c7c;
    text-decoration: line-through;
}
.main-goods__name {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.main-goods__name a {
  color: #000;
}

.catalog-menu li {
  padding-bottom: 18px;
}
.catalog-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}
.catalog-menu li a .hb-ico {
  min-width: 24px;
  margin-right: 16px;
}

.noprice {
    font-size: 14px;
} 

@media only screen and (max-width: 1200px) {
  .main-slide {
    padding: 40px 40px 11px;
  }
}

@media only screen and (max-width: 1100px) {
  .main-content {
    padding-left: 305px;
  }
  .main-title {
    font-size: 40px;
  }
  .main-slider .slick-dots {
    padding: 0 26px;
  }
  .main-slide {
    min-height: 280px;
    padding: 30px 30px 50px;
    background: transparent !important;
  }
  .main-slide__mob {
    display: block;
  }
  .main-slide__row {
    display: block;
  }
  .main-slide__row p {
    font-size: 20px;
    line-height: 1.2;
  }
  .main-info {
    max-width: 240px;
    position: relative;
    z-index: 10;
  }
  .main-percent b {
    font-size: 68px;
  }
  .main-percent span {
    font-size: 36px;
    padding-top: 5px;
  }
  .main-goods__slide {
    width: auto;
  }
  .main-goods__wrap {
    padding: 11px;
  }
  .main-goods__img {
    display: block;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 68px;
    max-height: 68px;
    margin-bottom: 3px;
  }
  .main-goods__img img,
  .main-goods__img svg {
    max-height: 100%;
    max-width: 100%;
  }
  .main-goods__row {
    padding-bottom: 2px;
  }
  .main-goods__price {
    font-size: 16px;
    line-height: 26px;
    margin-right: 9px;
  }
  .main-goods__oldPrice {
    font-size: 14px;
    line-height: 26px;
  }
  .main-goods__name {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .main {
    padding: 16px 0 34px;
  }
  .main-content {
    padding-left: 0;
  }
  .main-slide {
    padding: 60px 30px 80px;
  }
  .main-goods__head {
    padding: 25px 0 18px;
  }
  .main-goods__slider .slick-arrow {
    top: -12px;
  }
  .main-goods__slide {
    padding-bottom: 25px;
  }
  .main-sidebar {
    position: static;
    max-width: 100%;
    min-width: auto;
    width: 100%;
    padding: 15px 25px 5px;
    margin: 0;
  }
  .catalog-menu li {
    padding-bottom: 12px;
  }
  .catalog-menu li a {
    font-size: 13px;
  }
  .catalog-menu li a .hb-ico {
    margin-right: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .main-slide {
    padding: 30px 30px 50px;
  }
  .main-goods__slide {
    width: 215px;
    padding: 0 0 25px 15px;
  }
  .main-sidebar {
    padding: 15px 15px 5px;
  }
}

@media only screen and (max-width: 500px) {
  .main-slider .slick-dots {
    padding: 0 16px;
  }
  .main-slide {
    /* min-height: auto; */
    padding: 17px 20px 48px;
    min-height: 215px;
  }
  .main-slide__row p {
    font-size: 16px;
    line-height: 20px;
  }
  .main-title {
    font-size: 26px;
  }
  .main-info {
    max-width: 150px;
  }
  .main-info__top {
    padding: 0 0 6px;
  }
  .main-info__top .hb-ico {
    margin-top: -2px;
    width: 11px;
    height: 11px;
  }
  .main-percent {
    padding-bottom: 4px;
  }
  .main-percent b {
    font-size: 48px;
    font-weight: 600;
  }
  .main-percent span {
    font-size: 26px;
    padding-top: 4px;
  }
}

@media only screen and (max-width: 370px) {
  .main-slider .slick-dots {
    text-align: center;
    bottom: 11px;
  }
}

.products {
  padding-bottom: 28px;
}
.products-slider {
  margin: 0 -11px;
}
.products-slider .product {
  width: 292.4px;
}
.products .product 
{
    width: 292.4px;
}
.products-slide {
  padding: 0 14px;
}
.products-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.product {
  width: 20%;
  padding: 0 14px 26px;
}
.product-wrap {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 28px 20px 20px;
  position: relative;
}
.product-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  z-index: 10;
}
.product-list li {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
  text-transform: uppercase;
  border-radius: 7px 0px 0px 0px;
}
.product-list li a {
  display: block;
  color: #fff;
}
.product-hit {
  background: #4665cf;
  /* background: #235ac5; */
}
.product-percent {
  /* background: #da3333; */
  background: #a80000;
}
.product-new {
  background: #219653;
}
.product-slider {
  padding-bottom: 26px;
}
.product-slide {
  height: 171px;
  text-align: center;
}
.product-slide a {
  display: block;
}
.product-slide img,
.product-slide svg {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
}
.product-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  margin: 0 0 12px;
}
.product-name a {
  color: #000;
}
.product-name a:hover {
  color: #a80000;
}
.product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 14px;
  min-height: 53px;
}
.product-old {
  display: inline-block;
  margin-left: 11px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #616161;
  text-decoration: line-through;
}
.product-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;

  margin: 0 0 18px;
}
.product-status.availible {
  color: #219653;
}
.product-status.not-availible {
  color: #a80000;
}

.product-status .hb-ico {
  min-width: 13px;
  margin-right: 7px;
}
.product-status.notAvailable {
  color: #a80000;
}
.product-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  color: #464646;
  margin-bottom: 17px;
}
.product-reviews .hb-ico {
  margin-right: 9px;
}
.product-row,
.product-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.product-icons {
  /* padding-left: 65px; */
  /* padding-left: 20px; */
  /* margin-left: 20px; */

}
.product-icons .hb-ico {
  margin-left: 15px;
}
.product-icons .hb-ico:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1500px) {
  .products .wrapper {
    padding: 0;
    max-width: 100%;
  }
  .products .section-title {
    padding: 0 15px;
  }
  .products-slider {
    margin: 0;
  }
  .products-slider .product {
    padding: 0 0 26px 15px;
  }
}

@media only screen and (max-width: 600px) {
  .products {
    padding-bottom: 30px;
  }
  .products-slider .product {
    width: 215px;
    padding-bottom: 18px;
  }
  .product-wrap {
    padding: 11px 11px 15px;
  }
  .product-slider {
    padding-bottom: 11px;
  }
  .product-slider .slick-dots {
    display: none !important;
  }
  .product-slide {
    height: 150px;
    padding: 0 4px;
  }
  .product-name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .product-price {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .product-old {
    font-size: 13px;
    line-height: 18px;
    margin-left: 9px;
  }
  .product-status {
    display: none;
  }
  .product-reviews {
    font-size: 11px;
    line-height: 10px;
    margin-bottom: 16px;
  }
  .product-reviews .hb-ico {
    height: 10px;
    width: 65px;
    margin-right: 5px;
  }
  .product-row .second-btn {
    padding: 6px 12.5px;
  }
  .product-row .rating-ico-gray {
    display: none;
  }
}

.review {
  /* padding-bottom: 40px; */
}
.review-slider, .reviews-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -18px;
}
.review-col {
  width: 25%;
  padding: 0 18px 36px;
}
.review-col__big {
  width: 50%;
}
.review-col__big .review-wrap {
  min-height: 285px;
  position: relative;
  border-radius: 7px;
}
.review-col__big .review-wrap::after {
  content: "";
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
.review-col__big .review-wrap img,
.review-col__big .review-wrap svg {
  display: block;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.review-col__big .review-name {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 45px;
  z-index: 10;
}
.review-wrap {
  display: block;
  height: 100%;
}
.review-img {
  display: block;
  width: 100%;
  height: 193px;
  position: relative;
  margin-bottom: 14px;
}
.review-img img,
.review-img svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 7px;
}
.review-name {
  display: block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
}
.review-name a {
  color: #000;
}

@media only screen and (max-width: 1100px) {
  .review {
    padding-bottom: 50px;
  }
  .review .section-row {
    margin-bottom: 37px;
  }
  .review .section-link {
    display: none;
  }
  .review-col {
    width: 215px;
    padding: 0 0 0 15px;
  }
  .review-col__big .review-wrap {
    min-height: auto;
  }
  .review-col__big .review-wrap img {
    height: 120px;
  }
  .review-col__big .review-wrap::after {
    display: none;
  }
  .review-col__big .review-name {
    padding: 131px 0 0;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    color: #000;
  }
  .review-img {
    height: 120px;
    margin-bottom: 11px;
  }
  .review-name {
    font-size: 13px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .review .section-row {
    margin-bottom: 20px;
  }
}

.about {
  padding: 5px 0 49px;
}
.about .section-title {
  margin-bottom: 21px;
}
.about p {
  font-size: 14px;
  line-height: 2;
  padding-bottom: 0px;
}

.about h2 {
    margin: 10px 0px;
}

.cert_detail {
    width: 200px;
}

.about ul {
    margin-left: 20px;
    font-size: 14px;
}

.about ol {
    margin-left: 20px;
    font-size: 14px;
}

.about ul li {
    list-style-type: disc;
    margin: 10px 0px;
    line-height: 2;
}

.about ol li {
    list-style: decimal;
    margin: 10px 0px;
    line-height: 2;
}

.about-link {
  display: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #a80000;
}

@media only screen and (max-width: 600px) {
  .about {
    padding: 0 0 38px;
  }
  .about .section-title {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .about-info {
    max-height: 110px;
    overflow: hidden;
  }
  .about p {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .about-link {
    display: inline-block;
    margin-top: 10px;
  }
  .about.active .about-info {
    max-height: 100%;
  }
  .about.active .about-link {
    display: none;
  }
}

.footer {
  background: #000;
  padding: 68px 0 0;
}
.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 45px;
  max-width: 1345px;
}
.footer-col {
  padding-bottom: 20px;
}
.footer-col__1 {
  max-width: 361px;
  width: 100%;
}
.footer-col__2 {
  max-width: 200px;
  width: 100%;
  padding-left: 30px;
}
.footer-col__3 {
  padding-left: 34px;
  max-width: 300px;
  width: 100%;
}
.footer-col__3 .footer-block {
  max-width: 220px;
}
.footer-col__4 {
  max-width: 200px;
  padding-left: 22px;
}
.footer-col p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 26px;
}
.footer-title {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
}
.footer-list li {
  padding-bottom: 8px;
}
.footer-list li a {
  font-size: 14px;
  line-height: 24px;
  color: #919191;
}
.footer-list li a:hover {
    color: #a80000;
  }
.footer-block__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.footer-block__row .footer-list {
  width: 50%;
  padding-right: 10px;
}
.footer-contacts {
  padding: 4px 0 1px;
}
.footer-contacts li {
  padding-bottom: 18px;
}
.footer-contacts li a {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-social li {
  padding: 0 12px 12px 0;
}
.footer-social li img,
.footer-social li svg {
  display: block;
  max-width: 36px;
}
.footer-bottom {
  padding: 17px 0 14px;
  border-top: 1px solid #1a1a1a;
}
.footer-bottom p {
  font-size: 14px;
  line-height: 19px;
  color: #626262;
}

.catalog-checkbox {
  max-height: 300px;
  overflow-x: hidden !important;
}
.catalog-checkbox.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -20px;
  margin-left: 20px;
}
.catalog-checkbox.scrollbar-outer > .scroll-element.scroll-x {
  display: none;
}
.catalog .checkbox-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 10px;
  background-image: url(../img/icons/checkbox-ico.svg);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog .checkbox input:checked + .checkbox-ico::after {
  opacity: 1;
  visibility: visible;
}
.catalog-title {
  display: block;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  padding-top: 5px;
  margin: 0 0 28px;
}
.catalog-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -11px 0px;
}
.catalog-products__bottom {
  width: 100%;
  padding: 0 0px;
}
.catalog-products__bottom .second-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 20px;
  font-weight: 660;
  text-transform: none;
  color: #000;
  border-color: #e2e2e2;
  padding: 9px;
}
.catalog-products__bottom .second-btn:hover {
  color: #a80000;
  border-color: #a80000;
  background: transparent;
}
.catalog-product {
  width: 16.666%;
  padding: 0 11px 24px;
}
.catalog-product__wrap {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 15px;
  border-radius: 7px;
}
.catalog-product__wrap:hover .catalog-product__name {
  color: #a80000;
}
.catalog-product__img {
  display: block;
  height: 80px;
  position: relative;
  margin-bottom: 10px;
}
.catalog-product__img img,
.catalog-product__img svg {
  display: block;
  max-width: 100%;
  max-height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.catalog-product__name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.catalog-sidebar {
  min-width: 300px;
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  border-radius: 7px;

}
.catalog-sidebar .catalog-top {
  display: none;
}
.catalog-sidebar__bottom {
  border-top: 1px solid #ececec;
  padding: 23px 20px 34px;
}
.catalog-sidebar__bottom .second-btn {
  display: block;
  width: 100%;
  padding: 9px;
  border-color: #000;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: none;
}
.catalog-sidebar__bottom .second-btn:hover {
  border-color: #a80000;
  color: #a80000;
  background: transparent;
}
.catalog-block {
  border-bottom: 1px solid #ececec;
}
.catalog-block.active .arrow-bottom {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.catalog-block.active .x-ico {
  /* opacity: 1; */
  /* visibility: visible;  */
}
.catalog-block.active .catalog-block__wrap {
  display: block;
}
.catalog-block__top {
  padding: 15px;
  /* padding: 20px; */
  cursor: pointer;
  position: relative;
}
.catalog-block__top-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
}
.catalog-block__top .x-ico {
  margin-left: 12px;
  opacity: 0;
  visibility: hidden;
}
.catalog-block__top .arrow-bottom {
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.catalog-block__wrap {
  display: none;
  padding: 0 20px 20px;
}
.catalog-block__wrap .checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.catalog-block__wrap .checkbox:last-child {
  margin-bottom: 0;
}
.catalog-block__wrap .checkbox-ico {
  border-color: #d3d3d3;
}
.catalog-block__wrap .checkbox-num {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #878787;
  white-space: nowrap;
  margin-left: 9px;
}
.catalog-block__more {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  color: #a80000;
  margin-top: 12px;
}
.catalog-price {
  padding-top: 8px;
}
.catalog-price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 0 6px;
  margin: 0 -5px;
}
.catalog-price__row .input-block {
  padding: 0 5px;
  margin: 0;
}
.catalog-price__row .input-block input {
  height: 38px;
  color: #000;
}
.catalog-search.input-block {
  position: relative;
}
.catalog-search.input-block input {
  height: 38px;
  padding: 0 50px 0 16px;
}
.catalog-search.input-block .hb-ico {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/search-big-ico.svg);
}
.catalog-content {
  padding-left: 30px;
  max-width: 1140px;
  width: 100%;
}
.catalog-filters {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  border-radius: 7px;
}
.catalog-filters__top,
.catalog-filters__bottom,
.catalog-filters__bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-filters__top,
.catalog-filters__bottom {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.catalog-filters__top {
  padding: 12px 20px 0;
  border-bottom: 1px solid #d8d8d8;
}
.catalog-filters__bottom {
  padding: 18px 20px 19px;
}
.catalog-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 65px;
}
.catalog-sort__text {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
}
.catalog-sort__text .sort-ico {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.catalog .drop-top {
  font-size: 13px;
  line-height: 20px;
}
.catalog-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-btns li {
  padding-right: 22px;
}
.catalog-btns li a {
  display: block;
  cursor: pointer;
  opacity: 0.5;
}
.catalog-btns li a.active {
  opacity: 1;
}
.catalog-btns li:last-child {
  padding-right: 0;
}
.catalog-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.catalog-tags li {
  padding: 0 14px 12px 0;
}
.catalog-tags li a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  /* border: 1px solid #000;
  padding: 8px 14.8px; */
  padding: 1px 5px;
    background: whitesmoke;
    font-size: 13px;
}
.catalog-tags li a:hover,
.catalog-tags li a.active {
  color: #a80000;
  border-color: #a80000;
}
.catalog-specifications {
  padding-bottom: 5px;
}
.catalog-specifications ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.catalog-specifications ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
  font-size: 14px;
  line-height: 20px;
  color: #848484;
  padding: 7px 39px 7px 12px;
  position: relative;
  white-space: nowrap;
  background: #ececec;
}
.catalog-specifications ul li .close-ico {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 11px;
  height: 11px;
  background-image: url(../img/icons/delete-ico.svg);
  cursor: pointer;
}
.catalog .products-row {
  margin: 0 -12px;
}
.catalog .products-row .product {
  width: 25%;
  max-width: 283.5px;
}
.catalog .products-row .product-info {
  display: none;
}
.catalog .products-row .product-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
  padding: 5px 0;
}
.catalog .products-row .product-info li span {
  display: block;
  min-width: 176px;
  width: 176px;
  padding-right: 6px;
  color: #7a7a7a;
}
.product-icons span {
  display: none;
}
.catalog .products-row.listMode .product {
  width: 100%;
}
.catalog .products-row.listMode .product-wrap {
  min-height: 221px;
  padding: 17px 280px 23px 256px;
}
.catalog .products-row.listMode .product-slider {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 207px;
}
.catalog .products-row.listMode .product-name {
  font-size: 18px;
  margin-bottom: 7px;
}
.catalog .products-row.listMode .product-info {
  display: block;
}
.catalog .products-row.listMode .product-status,
.catalog .products-row.listMode .product-reviews {
  display: none;
}
.catalog .products-row.listMode .product-price {
  position: absolute;
  bottom: 132px;
  right: 28px;
  min-width: 232px;
  font-size: 26px;
}
.catalog .products-row.listMode .product-old {
  font-size: 18px;
  font-weight: 600;
  margin-left: 15px;
}
.catalog .products-row.listMode .product-row {
  display: block;
  min-width: 232px;
  position: absolute;
  bottom: 50px;
  right: 28px;
}
.catalog .products-row.listMode .product-row .second-btn {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  padding: 10px;
  text-transform: none;
  background: #a80000;
  margin-bottom: 20px;
}
.catalog .products-row.listMode .product-row .second-btn:hover {
  background: #5f0000;
}
.catalog .products-row.listMode .product-icons {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.catalog .products-row.listMode .product-icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #7b7b7b;
}
.catalog .products-row.listMode .product-icons a .hb-ico {
  margin-right: 8px;
}
.catalog .products-row.listMode .product-icons span {
  display: block;
}
.catalog-bottom .second-btn {
  margin-bottom: 20px;
}
.catalog-subtitle {
  display: block;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 13px;
}
.catalog .about {
  padding: 44px 0 20px;
}
.catalog .filter-ico {
  display: none;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 41px;
  width: 100%;
}
.pagination li {
  padding: 0 4.5px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  color: #000;
}
.pagination li a {
  display: block;
  text-align: center;
  min-width: 38px;
  font-size: 18px;
  line-height: 38px;
  font-weight: 600;
  color: #000;
  padding: 0 5px;
}
.pagination li.pagination-arrow {
  position: relative;
}
.pagination li.pagination-arrow .hb-ico {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pagination li.active a {
  background: #000;
  color: #fff;
}
.pagination li.disabled a {
  opacity: 0.5;
  cursor: not-allowed;
}

.ui-widget-content {
  height: 2px;
  background: #d7d7d7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.ui-widget-header {
  background: #a80000;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  width: 16px;
  height: 16px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a80000;
  cursor: pointer;
  top: 50%;
  margin-top: -8px;
}

.mode-btn {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .catalog .products-row .product {
    width: 33.333%;
  }
}

@media only screen and (max-width: 1200px) {
  .catalog {
    padding-bottom: 20px;
  }
  .catalog-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    min-width: 320px;
    height: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate(-320px, 0);
    -ms-transform: translate(-320px, 0);
    transform: translate(-320px, 0);
    z-index: 501;
  }
  .catalog-sidebar.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .catalog-sidebar__wrap {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .catalog-sidebar .catalog-top {
    display: block;
    padding: 9px;
    background: #f3f3f3;
    text-align: center;
    position: relative;
  }
  .catalog-sidebar .catalog-top__title {
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
  }
  .catalog-sidebar .catalog-top .hb-ico {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .catalog-sidebar .catalog-top .arrow-left {
    left: 15px;
  }
  .catalog-sidebar .catalog-top .close-ico {
    right: 15px;
  }
  .catalog-row {
    display: block;
  }
  .catalog-content {
    padding-left: 0;
  }
  .catalog-filters__top {
    position: relative;
    padding-right: 60px;
  }
  .catalog-filters__top .drop {
    display: none;
  }
  .catalog .filter-ico {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .catalog-tags {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .catalog-tags__all {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .catalog .about {
    padding: 35px 0 20px;
  }
  .catalog-specifications {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .catalog-specifications ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .pagination {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .catalog-product {
    width: 33.333%;
  }
}

@media only screen and (max-width: 900px) {
  .catalog-sidebar {
    z-index: 400;
    padding-top: 40px;
  }
  .catalog .products-row.listMode .product-wrap {
    padding: 17px 20px 23px 256px;
  }
  .catalog .products-row.listMode .product-info {
    display: none;
  }
  .catalog .products-row.listMode .product-price,
  .catalog .products-row.listMode .product-row {
    position: static;
    min-width: auto;
    max-width: 230px;
  }
}

@media only screen and (max-width: 768px) {
  .catalog {
    max-width: 100%;
    padding: 16px 0 20px;
  }
  .catalog-drop .drop-list {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
  }
  .catalog-title {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    margin-bottom: 16px;
  }
  .catalog-sort {
    padding-right: 0;
  }
  .catalog-sort__text {
    display: none;
  }
  .catalog-filters {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
  }
  .catalog-filters__top {
    border: none;
    padding: 0;
    position: static;
  }
  .catalog-filters__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    height: 40px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    margin: 0 -15px;
    padding: 5px 15px 9px;
    margin-top: 15px;
    position: relative;
  }
  .catalog-filters__bottom .mode-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    opacity: 0.5;
  }
  .catalog-filters__bottom .mode-btn.active .hb-ico {
    background-image: url(../img/icons/tile-ico.svg);
  }

  .catalog .filter-ico {
    top: 57px;
    right: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 10;
  }
  .emptySeo .filter-ico {
      top: 25px;
  }
  .catalog-btns {
    display: none;
  }
  .catalog-specifications {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  .catalog-specifications ul li {
    margin: 0 8px 0 0;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 34px 8px 12px;
  }
  .catalog-products {
    margin: 0 -7.5px 15px;
  }
  .catalog-products__bottom {
    padding: 0 7.5px;
  }
  .catalog-product {
    width: 50%;
    padding: 0 7.5px 15px;
  }
  .catalog .products-row {
    margin: 0 -7.5px 10px;
  }
  .catalog .products-row .product {
    width: 50%;
    padding: 0 7.5px 15px;
  }
  .catalog .products-row .product-slider {
    width: 100%;
  }
  .catalog-subtitle {
    font-size: 16px;
    margin-bottom: 11px;
  }
  .catalog-tags li {
    padding: 0 6px 0 0;
  }
  .catalog-tags li a {
    font-size: 12px;
    line-height: 16px;
    padding: 7px 9px;
  }
}

@media only screen and (max-width: 600px) {
  .catalog .products-row.listMode .product {
    padding-bottom: 13px;
  }
  .catalog .products-row.listMode .product-wrap {
    min-height: auto;
    padding: 15px 10px 15px 140px;
  }
  .catalog .products-row.listMode .product-slider {
    width: 100px;
    max-width: 100px;
    top: 10px;
    left: 10px;
  }
  .catalog .products-row.listMode .product-slide {
    width: 100px;
    max-width: 100px;
  }
  .catalog .products-row.listMode .product-list {
    display: none;
  }
  .catalog .products-row.listMode .product-name {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 3px;
  }
  .catalog .products-row.listMode .product-price {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .catalog .products-row.listMode .product-old {
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
  }
  .catalog .products-row.listMode .product-reviews {
    display: block;
    margin-bottom: 15px;
  }
  .catalog .products-row.listMode .product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .catalog .products-row.listMode .product-row .second-btn {
    display: inline-block;
    width: auto;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    padding: 6px 12px;
    background: transparent;
    color: #a80000;
    margin: 0 17px 0 0;
  }
  .catalog .products-row.listMode .product-row .second-btn:hover {
    background: #a80000;
    color: #fff;
  }
  .catalog .products-row.listMode .product-icons span {
    display: none;
  }
  .catalog .products-row.listMode .product-icons a .hb-ico {
    margin: 0;
  }
}

@media only screen and (max-width: 500px) {
  .catalog-title {
    margin-bottom: 10px;
  }
  .catalog-products {
    margin: 0 -15px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    padding: 10px 15px 17px;
    margin-bottom: 30px;
  }
  .catalog-product {
    width: 100%;
    padding: 0 0 10px;
  }
  .catalog-product__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .catalog-product__img {
    display: block;
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin: 0 16px 0 0;
  }
  .catalog-product__name {
    font-size: 12px;
    line-height: 20px;
  }
  .second-btn.second-btnIco {
    font-size: 12px;
  }
}

@media only screen and (max-width: 370px) {
  .catalog .products-row .product-name {
    font-size: 12px;
    line-height: 18px;
  }
  .catalog .products-row .product-price {
    font-size: 14px;
  }
  .catalog .products-row .product-old {
    font-size: 11px;
    margin-left: 6px;
  }
  .catalog .products-row .product-icons {
    padding-left: 14px;
  }
  .catalog .products-row .product-row .second-btn {
    font-size: 11px;
    padding: 6px 7.5px;
  }
  .catalog .products-row .product-slide {
    height: 100px;
  }
  .catalog .products-row.listMode .product-wrap {
    padding-left: 121px;
  }
}

.breadCrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row wrap;
  padding-bottom: 15px;
}
.breadCrumbs li {
  font-size: 13px;
  line-height: 17px;
  color: #636363;
  padding-right: 32px;
  position: relative;
}
.breadCrumbs li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/icons/breadCrumbs-arrow.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 6px;
  height: 10px;
}
.breadCrumbs li a {
  color: #636363;
}
.breadCrumbs li:last-child {
  padding-right: 0;
}
.breadCrumbs li:last-child::after {
  display: none;
}

.card {
  padding: 0px 0 42px;
}
.card .wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
.card-title {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  margin: 0 0 18px;
}
.card-top {
  padding-bottom: 21px;
}
.card-top__row,
.card-top__rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-top__row p {
  font-size: 13px;
  line-height: 18px;
  color: #626262;
  padding-right: 32px;
}
.card-top__rate {
  font-size: 13px;
  line-height: 18px;
  color: #626262;
  margin-right: 31px;
}
.card-top__rate .hb-ico {
  margin-right: 10px;
}
.card-top__rate b {
  font-weight: normal;
  margin-left: 5px;
}
.card-middle {
  min-height: 505px;
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 6px 21px 29px 0;
}
.card-images {
  max-width: 1100px;
  width: 100%;
  min-width: 650px;
  max-height: 500px;
  padding-left: 130px;
  position: relative;
  margin-top: 9px;
  padding-right: 20px;
}
.card-slide {
    padding-right: 20px;
}
.card-slide img,
.card-slide svg {
  display: inline-block;
  max-height: 500px;
}
.card-nav {
  position: absolute;
  top: 25px;
  left: 50px;
  width: 75px;
  padding: 11px 0;
}
.thumbnails {
    display: flex;
    margin: 1rem auto 0;
    padding: 0;
    justify-content: center;
  }
  
  .thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    list-style: none;
    margin: 0 0.2rem;
    cursor: pointer;
  }
  
  .thumbnail img {
    width: 100%;
    height: auto;
  }
.card-nav .slick-arrow {
  width: 16px;
  height: 9px;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.card-nav .slick-prev {
  top: 0px;
}
.card-nav .slick-next {
  top: auto;
  bottom: -20px;
}
.card-nav__slide {
  width: 75px;
  height: 75px;
  position: relative;
  /* padding: 6px 0; */
}
.card-nav__slide img,
.card-nav__slide svg {
  display: block;
}
/* .card-row {
  width: 100%;
  padding-left: 70px;
  position: relative;
} */
/* .card-row__small {
  padding-right: 409px;
} */
.card-label {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #7b7b7b;
  margin: 0 0 11px;
  padding-top: 5px;
}
.card-radio {
  position: relative;
}
.card-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}
.card-radio input:checked + .card-radio__row .card-radio__btn {
  border: 3px solid #a80000;
}
.card-radio input:checked + .card-radio__row .card-radio__btn::after {
  opacity: 1;
}
.card-radio__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 23px 87px 23px 44px;
  margin-bottom: 9px;
}
.card-radio__btn {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  border: 1px solid #b3b3b3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card-radio__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a80000;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card-radio__name {
  display: block;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #000;
}
.card-radio__price {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
.card-radio__old {
  display: block;
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #878787;
  text-decoration: line-through;
}
.card-bonus {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  padding: 5px 0 14px;
}
.card-bonus b {
  font-weight: 600;
}
.card-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.card-status .product-status {
  margin: 0;
}
.card-buttons {
  padding-bottom: 1px;
}
.card-buttons .main-btn,
.card-buttons .second-btn {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.card-buttons .second-btn {
  border-color: #000;
  padding: 11px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: none;
}
.card-buttons .second-btn:hover {
  color: #a80000;
  border-color: #a80000;
  background: transparent;
}
.card-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;   
  padding-left: 25px;

}
.card-like,
.card-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #7b7b7b;
  margin-right: 27px;
}
.card-like .hb-ico,
.card-rating .hb-ico {
  margin-right: 11px;
}
.card-like:last-child,
.card-rating:last-child {
  margin-right: 0;
}
.card-pickup {
  padding: 17px 15px 18px;
  background: #efefef;
  position: relative;
  border-radius: 7px;
}
.card-pickup .hb-ico {
  position: absolute;
  top: 17px;
  left: 15px;
}
.card-pickup ul {
  padding: 0 0 7px 62px;
}
.card-pickup ul li {
  font-size: 14px;
  line-height: 19px;
  padding-bottom: 8px;
}
.card-pickup ul li b {
  font-weight: 600;
}
.card-pickup ul li a {
  color: #000;
}
.card-pickup .second-btn {
  display: block;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  color: #7b7b7b;
  border-color: #7b7b7b;
  padding: 7.5px 14px;
}
.card-pickup .second-btn:hover {
  color: #a80000;
  border-color: #a80000;
  background: transparent;
}
.card-prof {
  position: absolute;
  top: 0;
  right: 0;
  width: 358px;
}
.card-prof__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px;
}
.card-prof__title {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  padding-right: 10px;
}
.card-prof__saving {
  min-width: 184px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 9px 2px 35px;
  position: relative;
  background: #f55826;
}
.card-prof__saving .hb-ico {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.card-prof__saving i {
  font-style: normal;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}
.card-prof__saving b {
  display: block;
  padding-left: 5px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
.card-prof__product {
  min-width: 50px;
  display: block;
  padding: 4px 70px 6px 52px;
  position: relative;
  margin-bottom: 14px;
}
.card-prof__product-img {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
}
.card-prof__product-img img,
.card-prof__product-img svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.card-prof__product-name {
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
}
.card-prof__product-name a {
  color: #000;
}
.card-prof__product-price {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 1;
  color: #7b7b7b;
  white-space: nowrap;
}
.card-bottom {
  padding: 23px 0 0;
}
.card-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 31px;
}
.card-menu li {
  padding-right: 50px;
}
.card-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11.5px 0;
  font-size: 20px;
  line-height: 1.35;
  color: #000;
  position: relative;
}
.card-menu li a .hb-ico {
  display: none;
}
.card-menu li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #a80000;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card-menu li a span {
  display: inline-block;
  min-width: 22px;
  height: 22px;
  text-align: center;
  padding: 0 3px;
  background: #a80000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin-left: 8px;
}
.card-menu li a.active {
  color: #a80000;
}
.card-menu li a.active::after {
  opacity: 1;
}
.card-specifications {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 18px 26px 18px;
  border-radius: 7px;
}
.card-specifications__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -35px;
}
.card-specifications__col {
  width: 50%;
  padding: 0 35px;
}
.card-specifications__subtitle {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 15px;
}
.card-specifications__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 15px;
  line-height: 26px;
  padding: 10px 10px 10px 0;
}
.card-specifications__list li:nth-child(odd) {
  background: #f1f1f1;
}
.card-specifications__list li span {
  display: block;
  min-width: 244px;
  max-width: 244px;
  padding: 0 20px;
  padding-left: 23px;
  color: #393939;
}
.card-certificates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -6px;
}
.card-certificates__col {
  padding: 0 6px;
}
.card-certificates__col img,
.card-certificates__col svg {
  display: block;
  max-width: 96px;
}
.card-title__mob {
  display: none;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 14px;
  margin: 0;
}
.card-description {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 32px 40px 20px;
    line-height: 24px;
    margin-bottom: 20px;
    /* word-wrap: break-word; */
    /* line-break: anywhere; */
    border-radius: 7px;
}
.card-description img,
.card-description svg {
  display: block;
  margin-bottom: 28px;
}
.card-description__title {
  display: block;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin: 0 0 15px;
}
.card-description p {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 20px;
}
.card-description ul,
.card-description ol {
  padding-bottom: 20px;
}
.card-description ul li,
.card-description ol li {
  padding-left: 30px;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 13px;
}
.card-description ul li::after,
.card-description ol li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #a80000;
}
.card-description ol {
  padding-left: 15px;
  list-style-type: decimal;
}
.card-description ol li {
  padding-left: 0;
}
.card-description ol li::before {
  color: #a80000;
  min-width: 30px;
}
.card-description ol li::after {
  display: none;
}
.card-reviews__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.card-reviews__content {
  width: 100%;
  padding-right: 123px;
}
.card-reviews__content .second-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 14px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
  border-color: #e2e2e2;
  text-transform: none;
}
.card-reviews__content .second-btn .hb-ico {
  margin-right: 7px;
}
.card-reviews__content .second-btn:hover {
  border-color: #a80000;
  background: transparent;
}
.card-reviews__sidebar {
  min-width: 290px;
  width: 290px;
}
.card-reviews__sidebar .card-reviews__top-title {
  display: none;
}
.card-reviews__sidebar .second-btn {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border-color: #a80000;
  color: #a80000;
  margin-bottom: 25px;
}
.card-reviews__sidebar-appraisal {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 13px 25px 20px;
  margin-bottom: 26px;
}
.card-reviews__sidebar-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 6px;
}
.card-reviews__sidebar-top b {
  display: block;
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
}
.card-reviews__sidebar-top span {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #545454;
  padding-bottom: 3px;
  margin-left: 8px;
}
.card-reviews__rate {
  min-height: 19px;
  padding: 7px 24px 0 54px;
  position: relative;
  margin-bottom: 23px;
}
.card-reviews__rate .star-ico {
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 17px;
  background-image: url(../img/icons/star-active.svg);
}
.card-reviews__rate-number {
  display: block;
  position: absolute;
  top: 0;
  left: 28px;
  font-size: 15px;
  line-height: 19px;
}
.card-reviews__rate-num {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 15px;
  line-height: 19px;
  text-align: right;
}
.card-reviews__rate-bar {
  display: block;
  width: 100%;
  height: 6px;
  background: #d7d7d7;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.card-reviews__rate-bar span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #a80000;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.card-reviews__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 23px;
}
.card-reviews__top-title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
}
.card-reviews__top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #000;
}
.card-reviews__top-row .drop {
  margin-left: 7px;
  font-size: 13px;
}
.card-reviews__top-row .sort-ico {
  margin-right: 9px;
}
.card-reviews__item {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 23px 22px 16px;
  margin-bottom: 23px;
  border-radius: 7px;
}
.card-reviews__item-top,
.card-reviews__item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-reviews__item-top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 13px;
}
.card-reviews__item-name {
  display: block;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #000;
  margin-right: 15px;
}
.card-reviews__item-date {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #787878;
}
.card-reviews__item p {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 5px;
}
.card-reviews__item-link {
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
  font-weight: 600;
  color: #8b8b8b;
}
.card-reviews__item-link:hover {
  color: #a80000;
}
.card-reviews__item-block {
  padding: 5px 10px;
  border-left: 1px solid #e1e1e1;
}
.card-reviews__item .card-reviews__item {
  margin-top: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.card-reviews__item .card-reviews__item .card-reviews__item-top {
  padding-bottom: 3px;
}
.card-reviews__item .card-reviews__item p {
  padding-bottom: 0;
}
.card-reviews__item .card-reviews__item .card-reviews__item {
  padding-left: 20px;
}
.card-reviews__bottom {
  background: #efefef;
  position: relative;
  padding: 20px 20px 21px 80px;
  margin: -23px 0 25px;
}
.card-reviews__bottom img,
.card-reviews__bottom svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.card-reviews__bottom-name {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #a80000;
  margin: 0 0 5px;
}
.card-reviews__bottom-text {
  display: block;
  font-size: 15px;
  line-height: 28px;
}
.card-delivery__title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 12px;
}
.card-delivery__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 0 32px;
  margin: 0 -17px;
}
.card-delivery__col {
  width: 50%;
  padding: 0 17px 20px;
}
.card-delivery__wrap {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 24px 20px 24px 196px;
  position: relative;
}
.card-delivery__img {
  position: absolute;
  top: 40px;
  left: 30px;
}
.card-delivery__img img,
.card-delivery__img svg {
  display: block;
  max-width: 142px;
  max-height: 39px;
}
.card-delivery__name {
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
  margin-bottom: 4px;
}
.card-delivery__name a {
  color: #000;
}
.card-delivery__price {
  display: block;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 9px;
}
.card-delivery__link {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #7b7b7b;
}
.card-delivery__link:hover {
  color: #a80000;
}
.card-delivery__table {
  padding: 11px 22px 27px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}
.card-delivery__table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 10px 20px 13px;
  font-size: 15px;
  line-height: 26px;
  font-weight: normal;
  color: #000;
}
.card-delivery__table-row span {
  display: none;
  margin-right: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #7b7b7b;
}
.card-delivery__table-row p {
  max-width: 390px;
}
.card-delivery__table-row a {
  color: #000;
}
.card-delivery__table-row:nth-child(even) {
  background: #f1f1f1;
}
.card-delivery__table-top {
  padding: 0 20px 15px;
  font-weight: 600;
  color: #7b7b7b;
}
.card-delivery__table-col {
  padding-right: 15px;
}
.card-delivery__table-col__1 {
  width: 40.7%;
}
.card-delivery__table-col__2 {
  width: 25.2%;
}
.card-delivery__table-col__3 {
  width: 16.2%;
  min-width: 150px;
}
.card-delivery__table-col__4 {
  width: 17.9%;
  min-width: 100px;
  padding-right: 0;
}

.drop-top {
  padding-right: 22px;
  position: relative;
}
.drop-top .hb-ico {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

li.certificates {
  padding-top: 24px;
}

@media only screen and (max-width: 1500px) {
  .card-row {
    padding-left: 30px;
  }
  .card-row__small {
    /* padding-right: 300px; */
  }
  .card-prof {
    width: 280px;
  }
}

@media only screen and (max-width: 1300px) {
  .card-images {
    min-width: 500px;
    max-width: 500px;
    margin: 0;
    padding-left: 0;
  }
  .card-nav {
    position: static;
    width: 100%;
    padding: 0;
  }
  .card-nav__slide {
    width: 47px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .card-row {
    padding-right: 0;
    padding-left: 50px;
  }
  .card-prof {
    position: static;
    width: 100%;
  }
}

@media only screen and (max-width: 1100px) {
  .card-specifications__row {
    margin: 0 -7.5px;
  }
  .card-specifications__col {
    padding: 0 7.5px;
  }
  .card-reviews__content {
    padding-right: 25px;
  }
}

@media only screen and (max-width: 900px) {
  .card-images {
    min-width: 400px;
    max-width: 400px;
  }
  .card-row {
    padding-left: 25px;
  }
  .card-specifications__col {
    width: 100%;
    padding-bottom: 30px;
  }
  .card-specifications__col:last-child {
    padding-bottom: 0;
  }
  .card-delivery__row {
    margin: 0 -7.5px;
  }
  .card-delivery__col {
    padding: 0 7.5px 20px;
  }
  .card-delivery__wrap {
    padding: 24px 20px 24px 120px;
  }
  .card-delivery__img {
    top: 32px;
    left: 20px;
  }
  .card-delivery__img img,
  .card-delivery__img svg {
    max-width: 84px;
  }
}

@media only screen and (max-width: 768px) {
  .breadCrumbs {
    padding-bottom: 8px;
  }
  .card {
    padding: 16px 0 40px;
  }
  .card-top {
    padding-bottom: 8px;
  }
  .card-title {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .card-middle {
    display: block;
    padding: 11px 15px 17px;
  }
  .card-images {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 27px;
  }
  .card-slider {
    margin-bottom: 10px;
  }
  .card-row {
    padding: 0;
  }
  .card-label {
    padding: 0;
    margin-bottom: 7px;
  }
  .card-prof {
    padding-bottom: 10px;
  }
  .card-status .product-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .card-menu {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    border: none;
    margin-bottom: 11px;
  }
  .card-menu li {
    padding: 0;
  }
  .card-menu li a {
    display: block;
    padding: 11px 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
  }
  .card-menu li a::after {
    display: none;
  }
  .card-menu li a .hb-ico {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .card-menu li a.active {
    color: #a80000;
  }
  .card-menu li a.active .hb-ico {
    background-image: url(../img/icons/accordeon-arrow-active.svg);
  }
  .card-menu li:last-child a {
    border-bottom: none;
  }
  .card-bottom {
    padding-top: 26px;
  }
  .card-title__mob {
    display: block;
  }
  .card-specifications {
    padding: 18px 15px;
  }
  .card-description {
    padding: 20px 15px;
  }
  .card-description__title {
    font-size: 18px;
    line-height: 26px;
  }
  .card-reviews__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-reviews__content {
    padding: 0;
  }
  .card-reviews__content .card-reviews__top-title {
    display: none;
  }
  .card-reviews__sidebar {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    min-width: auto;
    width: 100%;
    max-width: 100%;
    padding-bottom: 2px;
  }
  .card-reviews__sidebar .card-reviews__top-title {
    display: block;
    padding-bottom: 13px;
    font-size: 18px;
    line-height: 26px;
  }
  .card-reviews__sidebar .second-btn {
    margin-bottom: 20px;
  }
  .card-reviews__top {
    padding-bottom: 20px;
  }
  .card-delivery {
    padding-top: 15px;
  }
  .card-delivery__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .card-delivery__row {
    padding: 0 0 15px;
  }
  .card-delivery__col {
    width: 100%;
    padding-bottom: 15px;
  }
  .card-delivery__table {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .card-delivery__table-row {
    display: block;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
  }
  .card-delivery__table-row p {
    max-width: 100%;
  }
  .card-delivery__table-row span {
    display: inline-block;
  }
  .card-delivery__table-row:nth-child(even) {
    background: #fff;
  }
  .card-delivery__table-row:last-child {
    margin-bottom: 0;
  }
  .card-delivery__table-top {
    display: none;
  }
  .card-delivery__table-col {
    width: 100%;
    min-width: auto;
    padding-bottom: 8px;
  }
  .card-delivery__table-col:last-child {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  .card .wrapper {
    padding: 0;
  }
  .card-top {
    padding: 0 15px 8px;
  }
  .card-nav__slide {
    width: 47px;
    height: 37px;
    padding: 0 5px;
  }
  .card-title__mob {
    padding: 0 15px 14px;
  }
  .card-specifications {
    padding: 9px 0;
  }
  .card-specifications__col {
    padding-bottom: 30px;
  }
  .card-specifications__subtitle {
    padding: 0 15px 13px;
    font-size: 16px;
    margin: 0;
  }
  .card-specifications__list li {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    padding: 7px 15px;
  }
  .card-specifications__list li span {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .card-specifications__list li.certificates {
    padding: 10px 15px 0;
  }
  .card-certificates__col {
    padding-top: 11px;
  }
  .card-certificates__col img,
  .card-certificates__col svg {
    max-width: 88px;
  }
  .card-reviews__sidebar {
    padding: 0 15px 2px;
  }
  .card-reviews__top {
    padding: 0 15px 20px;
  }
  .card-reviews__item {
    padding: 10px 15px 11px;
  }
  .card-reviews__item-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 6px;
  }
  .card-reviews__item-date {
    font-size: 12px;
    line-height: 16px;
  }
  .card-reviews__item-row {
    display: block;
  }
  .card-reviews__item-name {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .card-reviews__item p {
    font-size: 12px;
    line-height: 2;
  }
  .card-reviews__item-block {
    padding-left: 12px;
  }
  .card-reviews__item .card-reviews__item .card-reviews__item {
    padding-left: 12px;
  }
  .card-reviews__bottom {
    padding: 9px 15px 19px 58px;
    margin-bottom: 20px;
  }
  .card-reviews__bottom img,
  .card-reviews__bottom svg {
    left: 14px;
    max-width: 29px;
  }
  .card-reviews__bottom-name {
    font-size: 12px;
  }
  .card-reviews__bottom-text {
    font-size: 12px;
    line-height: 1.3;
  }
  .card-reviews__button {
    padding: 0 15px;
  }
  .card-reviews__button .second-btn {
    font-size: 13px;
  }
  .card-delivery__title {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 500px) {
  .card-top__row p {
    padding-right: 19px;
    font-size: 11px;
    line-height: 15px;
  }
  .card-top__rate {
    font-size: 12px;
  }
  .card-top__rate b {
    display: none;
  }
  .card-top__rate .hb-ico {
    margin-right: 8px;
  }
  .card-label {
    font-size: 12px;
  }
  .card-radio {
    margin-bottom: 16px;
  }
  .card-radio__row {
    padding: 9px 85px 10px 44px;
    margin: 0;
  }
  .card-radio__price {
    font-size: 18px;
    line-height: 25px;
  }
  .card-bonus {
    text-align: right;
    margin-top: -11px;
    font-size: 12px;
    padding: 0 0 20px;
  }
  .card-prof__top {
    margin-bottom: 17px;
  }
  .card-prof__saving {
    display: block;
    min-width: 110px;
    padding: 3px 11px 3px 36px;
  }
  .card-prof__saving i,
  .card-prof__saving b {
    display: block;
    padding: 0;
  }
  .card-prof__saving i {
    font-size: 12px;
    line-height: 16px;
  }
  .card-prof__saving b {
    font-size: 14px;
    line-height: 16px;
  }
  .card-prof__product {
    margin-bottom: 10px;
  }
  .card-prof__product-name {
    font-size: 12px;
    line-height: 18px;
  }
  .card-status {
    margin-bottom: 17px;
  }
  .card-buttons .second-btn {
    font-size: 13px;
    padding: 6px;
  }
  .card-icons {
    padding-bottom: 18px;
  }
  .card-like .hb-ico,
  .card-rating .hb-ico {
    margin-right: 9px;
  }
  .card-pickup {
    padding: 13px 15px 14px;
  }
  .card-pickup .hb-ico {
    top: 13px;
  }
  .card-pickup ul {
    padding-bottom: 9px;
  }
  .card-pickup ul li {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 7px;
  }
  .card-delivery__wrap {
    padding: 13px 15px 12px;
  }
  .card-delivery__img {
    position: static;
    margin-bottom: 9px;
  }
  .card-delivery__name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .card-delivery__price {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .card-delivery__link {
    font-size: 13px;
    line-height: 20px;
  }
  .card-delivery__table-row {
    font-size: 12px;
    line-height: 18px;
  }
}

.basket {
  padding: 35px 0 67px;
}
.basket-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: relative;
}
.basket-content {
  width: 100%;
}
.basket-sidebar {
  min-width: 367px;
  width: 367px;
  padding-left: 45px;
}
.basket-sidebar .main-btn {
  display: block;
  width: 100%;
}
.basket-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 174px 50px 140px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-bottom: 10px;
  border-radius: 7px;
}
.basket-item.notActive {
  opacity: 0.4;
}
.basket-item .inputQuantity {
  min-width: 140px;
  width: 140px;
  height: 38px;
}
.basket-item .inputQuantity-minus,
.basket-item .inputQuantity-plus {
  width: 38px;
  height: 38px;
}
.basket-item .inputQuantity input {
  height: 38px;
}
.basket-item__img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.basket-item__img img,
.basket-item__img svg {
  display: block;
  max-height: 90px;
  max-width: 110px;
}
.basket-item__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
  margin-right: 20px;
}
.basket-item__name a {
  color: #000;
}
.basket-item__name a:hover {
  color: #a80000;
}
.basket-item__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.basket-item__col-1 {
  position: relative;
}
.basket-item__col-1 .basket-item__text {
  position: absolute;
  bottom: -26px;
  left: 0;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #656565;
}
.basket-item__col-2 {
  min-width: 113px;
  padding-left: 13px;
  text-align: right;
}
.basket-item__col-2 .basket-item__text {
  display: none;
}
.basket-item__col-all {
  display: none;
}
.basket-item__price {
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
.basket-item__icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.basket-item__icons li {
  height: 20px;
  padding-left: 22px;
}
.basket-total {
  background: #f3f3f3;
  padding: 19px 20px 5px;
  margin-bottom: 30px;
  border-radius: 7px;
}
.basket-total li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 22px;
}
.basket-total li span {
  display: block;
  min-width: 141px;
  width: 141px;
  padding-right: 10px;
}
.basket-total li.basket-total__big {
  font-size: 26px;
  font-weight: 600;
}
.basket-total li.basket-total__big span {
  font-size: 18px;
}

.promoCode {
  padding: 22px 0 20px;
}
.promoCode-title {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 15px;
}
.promoCode-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.promoCode-row .input-block {
  min-width: 290px;
  width: 290px;
  margin: 0 15px 0 0;
}
.promoCode-row .second-btn {
  min-width: 164px;
  background: #fff;
  text-transform: none;
}
.promoCode-row .second-btn:hover {
  background: #a80000;
}

@media only screen and (max-width: 1200px) {
  .basket-item {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1100px) {
  .basket-row {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .basket-sidebar {
    width: 100%;
    min-width: auto;
    max-width: 470px;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .basket-item {
    padding: 16px 60px 64px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .basket-item__row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 15px;
  }
  .basket-item__col {
    padding-left: 20px;
    min-width: auto;
  }
  .basket-item__col-1 {
    padding: 0;
  }
  .basket-item__col-1 .basket-item__text {
    display: none;
  }
  .basket-item__col-2 {
    text-align: left;
  }
  .basket-item__col-2 .basket-item__text {
    display: block;
  }
  .basket-item__col-all {
    display: block;
  }
  .basket-item__text {
    display: block;
    font-size: 11px;
    line-height: 17px;
    color: #656565;
  }
  .basket-item__price {
    font-size: 14px;
    line-height: 19px;
  }
  .basket-item .inputQuantity {
    height: 36px;
  }
  .basket-item .inputQuantity-minus,
  .basket-item .inputQuantity-plus {
    width: 36px;
    height: 36px;
  }
  .basket-item .inputQuantity input {
    height: 36px;
  }
  .basket-item__img {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-right: 15px;
    width: 60px;
    height: 60px;
  }
  .basket-item__img img,
  .basket-item__img svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .basket-item__name {
    margin: 0;
  }
  .basket-item__icons {
    width: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    top: 16px;
    right: 16px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .basket-item__icons li {
    height: 31px;
    padding: 0 0 15px;
  }
  .basket-item__icons .hb-ico {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .basket {
    padding: 11px 0 37px;
  }
  .basket .wrapper {
    padding: 0;
  }
  .basket .section-title {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .basket-total {
    margin-bottom: 25px;
  }
  .basket-sidebar__wrap {
    padding: 0 15px;
  }
  .promoCode {
    padding: 10px 15px 16px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    margin: 14px 0 18px;
  }
  .promoCode-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .basket-item__name {
    font-size: 12px;
    line-height: 20px;
  }
  .basket-item .inputQuantity {
    min-width: 111px;
    width: 111px;
  }
  .promoCode .input-block {
    min-width: auto;
    width: 100%;
    margin: 0;
    padding-right: 11px;
  }
  .promoCode .second-btn {
    min-width: 94px;
    font-size: 12px;
    padding: 7px;
  }
}

.ordering-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.ordering-content {
  width: 100%;
  max-width: 1030px;
}
.ordering-block {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 15px 30px 32px;
  margin-bottom: 30px;
  border-radius: 7px;
}
.ordering-block .main-btn {
  display: block;
  min-width: 290px;
  max-width: 290px;
}
.ordering .select {
  margin-bottom: 47px;
}
.ordering-checkbox {
  padding: 10px 0 27px;
}
.ordering-title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 16px;
}
.ordering-all {
  padding-bottom: 35px;
}
.ordering-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.ordering-wrap p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #219653;
  padding-right: 15px;
}
.ordering-wrap p .hb-ico {
  margin-right: 4px;
}
.ordering-wrap .second-btn {
  font-size: 14px;
  line-height: 20px;
  color: #848484;
  border-color: #cdcdcd;
  text-transform: none;
  padding: 5px 17px;
}
.ordering-wrap .second-btn:hover {
  color: #a80000;
  border-color: #a80000;
  background: transparent;
}
.ordering-sidebar {
  width: 380px;
  min-width: 380px;
  padding-left: 40px;
  border-radius: 7px;
}
.ordering-total {
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
  padding: 34px 34px 5px;
  margin-bottom: 30px;
  border-radius: 7px;
}
.ordering-total li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 10px;
}
.ordering-total li span {
  display: block;
  min-width: 150px;
  width: 150px;
  padding-right: 10px;
}
.ordering-total li b {
  font-size: 26px;
  font-weight: 600;
}
.ordering-basket {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 19px 22px 6px;
  border-radius: 7px;
}
.ordering-basket .personalArea-back,
.ordering-basket .personalArea-back a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.ordering-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.ordering-product__img {
  display: block;
  min-width: 60px;
  width: 60px;
  height: 60px;
  position: relative;
  margin-right: 20px;
}
.ordering-product__img img,
.ordering-product__img svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ordering-product__name {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #2e2c34;
  margin: 0 0 6px;
}
.ordering-product__name a {
  color: #2e2c34;
}
.ordering-product__name a:hover {
  color: #a80000;
}
.ordering-product__price {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #2e2c34;
}
.ordering-product__price i {
  font-style: normal;
  font-weight: normal;
  margin-left: 11px;
  font-size: 12px;
  line-height: 20px;
  color: #656565;
}

@media only screen and (max-width: 1100px) {
  .ordering-sidebar {
    width: 340px;
    min-width: 340px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .ordering-row {
    display: block;
  }
  .ordering-sidebar {
    min-width: auto;
    width: 100%;
    padding: 0 0 10px;
  }
  .ordering-block {
    margin-bottom: 20px;
    padding: 15px;
  }
  .bottomButton {
      display: none;
  }

}

@media only screen and (max-width: 768px) {
  .ordering {
    padding: 11px 0;
  }
  .ordering .section-title {
    margin-bottom: 14px;
  }
  .ordering-title {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .ordering .select {
    margin-bottom: 23px;
  }
  .ordering-wrap {
    display: block;
  }
  .ordering-wrap p {
    padding-bottom: 11px;
    font-size: 13px;
    line-height: 17px;
  }
  .ordering-checkbox {
    padding-bottom: 15px;
  }
  .radio-ico {
    top: 38px;
    left: 10px;
  }
  .radio-row {
    padding: 14px 20px 15px 46px;
  }
  .radio-row .second-btn {
    /* position: static; */
    margin-top: 20px;
    display: block;
    width: 100%;
    font-size: 14px;
    /* margin-left: -31px; */
    font-size: 13px;
    min-width: 260px;
    position: relative;
    top: auto;
  }
  .radio-name {
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 5px;
  }
  .radio-text {
    font-size: 13px;
    line-height: 22px;
  }
  .radio-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    padding-top: 8px;
  }
  .radio-list li {
    padding: 0 20px 0 0;
    font-size: 13px;
    line-height: 17px;
  }
  .radio-list li:last-child {
    padding: 0;
  }
  .radio-second .radio-ico {
    top: 13px;
    left: 14px;
  }
  .radio-big .radio-row {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .ordering .wrapper {
    padding: 0;
  }
  .ordering .section-title {
    padding: 0 15px;
  }
  .ordering-product {
    margin-bottom: 13px;
  }
  .ordering-product__name {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.personalArea {
  padding: 35px 0 46px;
}
.personalArea-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.personalArea-sidebar {
  min-width: 421px;
  width: 421px;
  padding: 3px 50px 0 81px;
}
.personalArea-sidebar ul {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 7px 25px 5px;
}
.personalArea-sidebar ul li {
  padding-bottom: 10px;
}
.personalArea-sidebar ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 19px;
  color: #000;
}
.personalArea-sidebar ul li a span {
  display: inline-block;
  padding: 3px 11px 4px 8px;
  font-size: 14px;
  line-height: 1;
  color: #a80000;
  background: #ececec;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  margin-left: 12px;
}
.personalArea-sidebar ul li a span .hb-ico {
  margin-right: 3px;
  min-width: 12px;
}
.personalArea-sidebar ul li a:hover,
.personalArea-sidebar ul li a.active {
  color: #a80000;
}
.personalArea-sidebar ul li:last-child {
  padding-bottom: 0;
}
.personalArea-content {
  width: 100%;
}
.personalArea-content .section-title {
  font-size: 26px;
  line-height: 1;
  margin: 0 0 22px;
}
.personalArea-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px 32px;
}
.personalArea-col {
  width: 50%;
  padding: 0 10px 20px;
}
.personalArea-wrap {
  display: block;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 19px 31px 26px;
  position: relative;
}
.personalArea-title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 13px;
}
.personalArea-more {
  display: inline-block;
  position: absolute;
  top: 19px;
  right: 23px;
  font-size: 13px;
  line-height: 2;
  color: #8e8e8e;
}
.personalArea-more:hover {
  color: #a80000;
}
.personalArea-input {
  padding: 2px 0 24px;
}
.personalArea-input__label {
  display: block;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #737373;
  margin: 0 0 4px;
}
.personalArea-input__text {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #22262d;
}
.personalArea-input:last-child {
  padding-bottom: 0;
}
.personalArea-bonus {
  padding: 2px 0 0 73px;
  position: relative;
}
.personalArea-bonus img,
.personalArea-bonus svg {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  max-width: 51px;
}
.personalArea-bonus__name {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
.personalArea-bonus__num {
  display: block;
  font-size: 36px;
  line-height: 49px;
  font-weight: 600;
}
.personalArea-bonus__list {
  padding-top: 14px;
}
.personalArea-bonus__list li {
  font-size: 14px;
  line-height: 19px;
  color: #5f5f5f;
  padding-top: 6px;
}
.personalArea-bonus__list li a {
  color: #5f5f5f;
}
.personalArea-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
}
.personalArea-top .personalArea-title {
  margin: 0;
}
.personalArea-link {
  font-size: 13px;
  line-height: 1;
  color: #8e8e8e;
  padding-bottom: 10px;
}
.personalArea-link:hover {
  color: #a80000;
}
.personalArea-order {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 26px;
}
.personalArea-order__top,
.personalArea-order__top-row,
.personalArea-order__top-list,
.personalArea-order__top-buttons,
.personalArea-order__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.personalArea-order__top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px 15px 18px 21px;
  border-bottom: 1px solid #eaeaea;
}
.personalArea-order__top-name {
  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  padding-right: 42px;
  margin: 0;
}
.personalArea-order__top-list {
  padding-right: 20px;
}
.personalArea-order__top-list li {
  padding-right: 46px;
  font-size: 14px;
  line-height: 19px;
  color: #717171;
}
.personalArea-order__top-list li:last-child {
  padding-right: 0;
}
.personalArea-order__top-buttons .second-btn {
  border-color: #e1e1e1;
  color: #8a8a8a;
  text-transform: none;
  min-width: 170px;
  padding: 8px;
  margin-left: 33px;
  opacity: 0.95;
}
.personalArea-order__top-buttons .second-btn:hover {
  background: transparent;
  border-color: #a80000;
  color: #a80000;
  opacity: 1;
}
.personalArea-order__content {
  padding: 16px 20px 5px;
  margin: 0 -10px;
  font-size: 14px;
  line-height: 19px;
  color: #2e2c34;
}
.personalArea-order__product {
  width: 92px;
  padding: 0 10px 10px;
}
.personalArea-order__product img,
.personalArea-order__product svg {
  display: block;
  max-width: 72px;
  max-height: 72px;
}
.personalArea-info {
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 25px 30px 10px;
  position: relative;
  margin-bottom: 34px;
}
.personalArea-info .second-btn {
  position: absolute;
  top: 85px;
  right: 20px;
  min-width: 170px;
  border-color: #e1e1e1;
  color: #8a8a8a;
  text-transform: none;
  min-width: 170px;
  padding: 8px;
  margin-left: 33px;
  opacity: 0.95;
}
.personalArea-info .second-btn:hover {
  background: transparent;
  border-color: #a80000;
  color: #a80000;
  opacity: 1;
}
.personalArea-info__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-bottom: 21px;
}
.personalArea-info__label {
  display: block;
  min-width: 132px;
  width: 132px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 20px;
  color: #606060;
}
.personalArea-info__block {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
}
.personalArea-info__block a {
  color: #000;
}
.personalArea-structure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 16px 24px 10px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.personalArea-structure__main,
.personalArea-structure__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.personalArea-structure__img {
  display: block;
  min-width: 100px;
  min-height: 90px;
  margin-right: 24px;
  position: relative;
}
.personalArea-structure__img img,
.personalArea-structure__img svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personalArea-structure__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #000;
}
.personalArea-structure__name a {
  color: #000;
}
.personalArea-structure__name a:hover {
  color: #a80000;
}
.personalArea-structure__col {
  padding-left: 50px;
  white-space: nowrap;
}
.personalArea-structure__subtitle {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #898989;
  margin-bottom: 6px;
}
.personalArea-structure__text {
  display: block;
  font-size: 18px;
  line-height: 25px;
}
.personalArea-summ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  font-size: 18px;
  line-height: 25px;
  padding: 8px 0 31px;
}
.personalArea-summ span {
  display: inline-block;
  margin-left: 13px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.personalArea-back,
.personalArea-back a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #777;
}
.personalArea-back {
  margin-bottom: 10px;
}
.personalArea-back .hb-ico {
  min-width: 17px;
  margin-right: 0px;
}
.personalArea-content .section-title {
  margin-bottom: 31px;
}

.status {
    display: inline-block;
    text-align: center;
    min-width: 114px;
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    color: #fff;
    padding: 4px;
    background: #219653;
    opacity: 0.95;
    font-weight: bold;
}
.status.process {
  background: #d1efe1;
  color: #219653;
}
.status.canceled {
  background: #e1e1e1;
  color: #8a8a8a;
}

.personalData-block {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 29px 35px 34px;
  margin-bottom: 35px;
}
.personalData-block .section-title {
  margin-bottom: 18px;
}
.personalData-block__wrap {
  max-width: 480px;
}

.personalData-button {
  padding-top: 5px;
}
.personalData-button .main-btn,
.personalData-button .second-btn {
  display: block;
  width: 100%;
}

.bonusAccount-row {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; */
  margin: 0 -6px 23px;
}

.bonusAccount-col {
  width: 50%;
  padding: 0 6px 16px;
}
.bonusAccount-col__big {
  width: 100%;
  overflow: hidden;
}

.bonusAccount-wrap {
  display: block;
  height: 100%;
  padding: 11px 20px 12px 22px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  position: relative;
  max-height: 90px;
}
.bonusAccount-wrap p {
  padding: 8px 0 7px 24px;
  font-size: 14px;
  line-height: 22px;
  color: #3c3c3c;
  position: relative;
}
.bonusAccount-wrap p::after {
  content: "";
  position: absolute;
  top: 13px;
  left: -2px;
  width: 15px;
  height: 13px;
  background: url(../img/icons/check-red-ico.svg) no-repeat center;
  background-position: center;
}
.bonusAccount-wrap .personalArea-bonus__list {
  position: absolute;
  top: 24px;
  right: 33px;
  padding: 0;
}
.bonusAccount-wrap .personalArea-bonus__list li {
  padding: 0 0 5px;
}
.bonusAccount-wrap .personalArea-bonus__list li:last-child {
  padding: 0;
}

.bonusAccount-table {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
  padding: 22px 24px 23px;
  margin-top: 15px;
}
.bonusAccount-table__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 23px 21px 23px;
  font-size: 14px;
  line-height: 19px;
}
.bonusAccount-table__row:nth-child(odd) {
  background: #f1f1f1;
}
.bonusAccount-table__col-1 {
  width: 20.6%;
  padding: 0 10px 0 0;
}
.bonusAccount-table__col-2 {
  width: 15.2%;
  padding-right: 10px;
}
.bonusAccount-table__col-3 {
  width: 29%;
  padding-right: 10px;
}
.bonusAccount-table__col-4 {
  width: 25.7%;
  text-align: right;
}
.bonusAccount-table__col-5 {
  width: 9.5%;
  min-width: 90px;
  text-align: right;
  padding-left: 10px;
  padding-right: 16px;
}
.bonusAccount-table__sub {
  display: block;
  font-weight: 600;
}

.bonusAccount-act {
  color: #616161;
}

.bonusAccount-num {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #959595;
}
.bonusAccount-num.text-green {
  color: #219653;
}

@media only screen and (max-width: 1500px) {
  .personalArea-sidebar {
    width: 340px;
    min-width: 340px;
    padding: 3px 50px 0 0;
  }
}

@media only screen and (max-width: 1200px) {
  .personalArea-sidebar {
    width: 280px;
    min-width: 280px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1100px) {
  .personalArea-sidebar {
    display: none;
  }
  .personalArea-order__top-name {
    padding-right: 30px;
  }
  .personalArea-order__top-list li {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .personalArea {
    padding: 11px 0 35px;
  }
  .personalArea-content .section-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 14px;
  }
  .personalArea-row {
    margin-bottom: 11px;
  }
  .personalArea-col {
    padding-bottom: 24px;
  }
  .personalArea-wrap {
    padding: 20px 15px 25px;
  }
  .personalArea-title {
    font-size: 16px;
    line-height: 26px;
  }
  .personalArea-more {
    top: 20px;
    right: 15px;
    font-size: 12px;
    line-height: 26px;
  }
  .personalArea-bonus {
    padding-left: 75px;
  }
  .personalArea-bonus__name {
    font-size: 13px;
  }
  .personalArea-bonus__num {
    font-size: 30px;
    line-height: 41px;
  }
  .personalArea-bonus__list {
    padding-top: 4px;
  }
  .personalArea-bonus__list li {
    padding-top: 5px;
  }
  .personalArea-order {
    margin-bottom: 20px;
  }
  .personalArea-order__top {
    display: block;
    padding: 17px 15px 73px;
    position: relative;
  }
  .personalArea-order__top-name {
    font-size: 16px;
    line-height: 22px;
    padding: 0;
    margin-bottom: 6px;
  }
  .personalArea-order__top-list {
    display: block;
    position: absolute;
    top: 20px;
    right: 15px;
    text-align: right;
    padding: 0;
  }
  .personalArea-order__top-list li {
    padding: 0 0 9px;
    font-size: 13px;
    line-height: 18px;
  }
  .personalArea-order__top-list li:last-child {
    padding: 0;
  }
  .personalArea-order__top-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 15px 18px;
  }
  .personalArea-order__top-btn .second-btn {
    display: block;
    min-width: auto;
    width: 100%;
    margin: 0;
  }
  .personalArea-order__content {
    padding: 21px 15px 7px;
  }
  .personalArea-order__product {
    width: 81px;
    padding: 0 7.5px 15px;
  }
  .personalArea-order__product img,
  .personalArea-order__product svg {
    max-width: 66px;
    max-height: 66px;
  }
  .personalArea-structure__col {
    padding-left: 25px;
  }
  .personalData-block {
    margin-bottom: 20px;
  }
  .bonusAccount-wrap .personalArea-bonus__list {
    position: static;
    padding-top: 9px;
  }
  .bonusAccount-row {
    margin-bottom: 18px;
  }
  .bonusAccount-col {
    width: 100%;
    padding-bottom: 15px;
  }
  .bonusAccount-table {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .bonusAccount-table__row {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 13px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    padding: 10px 15px 15px;
    position: relative;
  }
  .bonusAccount-table__row:nth-child(odd) {
    background: #fff;
  }
  .bonusAccount-table__col {
    width: 100%;
    min-width: auto;
    padding: 0;
  }
  .bonusAccount-table__col-1 {
    padding-bottom: 5px;
  }
  .bonusAccount-table__col-2 {
    padding-bottom: 5px;
  }
  .bonusAccount-table__col-3,
  .bonusAccount-table__col-4 {
    position: absolute;
    right: 0;
    text-align: right;
    padding-right: 15px;
  }
  .bonusAccount-table__col-3 {
    bottom: 14px;
  }
  .bonusAccount-table__col-4 {
    bottom: 42px;
  }
  .bonusAccount-table__col-5 {
    text-align: left;
  }
  .bonusAccount-table__sub {
    line-height: 26px;
  }
  .bonusAccount-num {
    font-size: 13px;
    line-height: 2;
  }
}

@media only screen and (max-width: 600px) {
  .personalArea .wrapper {
    padding: 0;
  }
  .personalArea-content .section-title {
    padding: 0 15px;
  }
  .personalArea-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 9px;
  }
  .personalArea-link {
    padding-bottom: 0;
  }
  .personalArea-col {
    width: 100%;
  }
  .personalArea-orders {
    padding: 0 15px;
  }
  .personalArea-info {
    padding: 17px 15px 18px;
    margin-bottom: 18px;
  }
  .personalArea-info .second-btn {
    position: static;
    display: block;
    min-width: auto;
    width: 100%;
    margin: 7px 0 0;
  }
  .personalArea-info__row {
    display: block;
    padding-bottom: 10px;
  }
  .personalArea-info__row:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .personalArea-info__row:first-child .personalArea-info__label {
    width: auto;
  }
  .personalArea-info__row:first-child .status {
    margin-left: 12px;
  }
  .personalArea-info__label {
    min-width: auto;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .personalArea-info__block {
    font-size: 13px;
    line-height: 24px;
  }
  .personalArea-structures {
    padding: 0 15px 3px;
  }
  .personalArea-structure {
    display: block;
    padding: 14px 14px 18px;
  }
  .personalArea-structure__main {
    margin-bottom: 11px;
  }
  .personalArea-structure__img {
    min-width: 60px;
    width: 60px;
    height: 60px;
    min-height: 60px;
    margin-right: 15px;
  }
  .personalArea-structure__name {
    font-size: 13px;
    line-height: 20px;
  }
  .personalArea-structure__col {
    padding: 0 34px 0 0;
  }
  .personalArea-structure__col:last-child {
    padding: 0;
  }
  .personalArea-structure__subtitle {
    margin-bottom: 3px;
  }
  .personalArea-structure__text {
    font-size: 14px;
    line-height: 19px;
  }
  .personalArea-summ {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px 22px;
    font-size: 14px;
    line-height: 19px;
  }
  .personalArea-summ span {
    font-size: 24px;
    line-height: 33px;
    margin-left: 11px;
  }
  .personalArea-back,
  .personalArea-back a {
    font-size: 13px;
    margin: 0;
  }
  .personalArea-back {
    padding: 0 15px;
  }
  .personalData-block {
    padding: 17px 15px 23px;
  }
  .personalData-button .main-btn,
  .personalData-button .second-btn {
    font-size: 14px;
  }
  .bonusAccount-wrap p {
    padding: 0 0 0 30px;
    font-size: 12px;
    line-height: 20px;
  }
  .bonusAccount-wrap p::after {
    top: 6px;
  }
  .bonusAccount .personalArea-title {
    padding: 0 15px;
  }
}

.tab {
  display: none;
}
.tab.tab-active {
  display: block;
}

/* Main styles end */

/* New and additional styles */

.main-sidebar.directory a.parentElement {
  display: block;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  padding: 9px 0 !important;
  color: #000;
}
/* .main-sidebar.directory ul.childSections {
    padding-left: 15px;
} */
.menu-defaul-link {
  display: block;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  padding: 9px 0 !important;
  color: #000;
}
section.section {
  padding: 40px 0 0px;
}

/* Центрирование картинок в малой карточке */
a.product-slide {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
/* Убираем отступ у стикеров на малой карточке (немного вернул) */
.product-wrap {
  /* padding-top: 0px; */
  padding-top: 10px;
  /* height: 496px; */
  border-radius: 7px;
}
/* Ограничивает размер блока имени в малой карточке */
.product-name {
  height: 72px;
  overflow: hidden;
}

/* Кнопки фильтра */
.catalog-sidebar__bottom .main-btn {
  width: 100%;
  margin-bottom: 15px;
}
/* debug */
.prdebug {
  position: relative;
  z-index: 1;
}
.checkbox-text {
  max-width: 85%;
}
/* Попап фильтра */
.catalog-block {
  position: relative;
}
.filter-popup-result {
  position: absolute;
  top: 0px;
  /* display: none; */
  width: 200px;
  min-height: 60px;
  left: 310px;
  background: #fff;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  text-align: center;
  padding: 10px 5px;
  border: 1px solid #a80000;
}
.filter-popup-result span#modef_num {
  font-weight: bold;
}
.filter-popup-result .main-btn {
  padding: 5px 20px;
  margin-top: 10px;
}

/* Скрываем подкатегории которые не влезают */
.catalog-products {
    /* transition: .3s; */
}
.catalog-products__bottom .second-btn {
    cursor: pointer;
}
.catalog-products.closed {
    max-height: 164px;
    overflow: hidden;
    margin-bottom: 12px;
}
.catalog-products.opened {
    height: 100%;
    overflow: hidden;
}
.catalog-products__bottom .hideSubCategories {
    display: none;
}
.catalog-products__bottom {
    margin-bottom: 16px;
}
@media only screen and (max-width: 650px) {
    .pagination {display: none;
    }
}
.button-loading {
    background: url(/img/preloader-circle-red.svg) center center no-repeat !important;
    color: transparent !important;
    transition: none !important;
}
.red-button-loading {
    background: url(/img/preloader-circle-red.svg) center center no-repeat !important;
    color: transparent !important;
    transition: none !important;
    border: 1px solid #a80000;
}
.showMore {
    height: 48px;
}
.showMore.button-loading span {
    display: none;
}
.pagination-block {
    width: 100%;
}
.card-slide {
    text-align: center;
}
.card-equipment {
    margin-top: 50px;
}
.card-equipment .main-price {
    font-size: 28px;
}
.card-equipment .product-old {
    color: #878787;
    font-weight: bold;
    margin-left: 15px;
}
.card-equipment .product-status.availible {
    color: #219653;
}
.slick-vertical .slick-slide {
    margin: 5px 0;
    border: 1px solid #aaaaaa;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-vertical .slick-slide.slick-current {
    border-color: #a80000;
}
.card-reviews__item-block.from-admin {
    background: #efefef;
    padding: 5px 10px;
    border: 0;
}
.card-reviews__item-block.from-admin .card-reviews__item-name 
{
    color: #a80000;
    font-weight: normal;
}
.top-level-comment  {
    padding: 0 10px 0 0;
}
.stars-component {
    display: inline-block;
    height: 20px;
}
.stars-component .star {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(/img/star.svg) center center no-repeat;
    float:right;
    cursor: pointer;
    margin-left: 5px;
}
.stars-component .star:hover {
    background: url(/img/star-active.svg) center center no-repeat;

}
.star:hover ~ .star {
    background: url(/img/star-active.svg) center center no-repeat;
}
.stars-component .star.active {
    background: url(/img/star-active.svg) center center no-repeat;
}
.star.active ~ .star {
    background: url(/img/star-active.svg) center center no-repeat;
}
.card-reviews__item-link {
    cursor: pointer;
}
.error {
    border-color: #a80000 !important;
}
.error-block {
    color: #a80000;
    margin-bottom: 30px;
    display: none;
    text-align: center;
    font-size: 14px;

}

span.reqstar {
    color: #a80000;
}
.basket-ico.empty {
  background-image: url(/img/cart-black.svg);
}
.basket-ico.full {
  background-image: url(/img/cart-red.svg);
}
.header-buttons .basket-ico.empty b 
{
    background: #22262D;
}
.add-to-cart.in-basket {
    background: #a80000;
    color: #fff;
}
.second-btn.in-basket {
    background: #a80000;
    color: #fff;
}
.small-basket-wrapper a {
    display: flex;
    align-items: center;
}
.delete-ico {
    width: 20px;
    height: 20px;
    background-image: url(/img/delete-nohover.svg);
}
.delete-ico:hover {
    background-image: url(/img/delete.svg);
}

.basket-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff url(/img/loader-big.svg) center center no-repeat;
    display: none;
    z-index: 1000;
    transition: 0.15s;
}
.order-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff url(/img/loader-big.svg) center center no-repeat;
    display: none;
    z-index: 1000;
    transition: 0.15s;
}
.promoCode .coupon {
    display: inline-block;
    padding: 5px 10px;
    /* padding-right: 25px; */
    border-radius: 3px;
    background: #87c194;
    font-size: 20px;
}
.used-coupons {
    margin-top: 15px;
}
.used-coupons span {
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}
.coupon-block .second-btn {
    background: #fff;
    text-transform: none;
    margin-left: 15px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -2px;
    border-color: #000;
    color: #000;
}
.basket .one-click {
    border-color: #000;
    padding: 11px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: none;
}

.additional-button {
    width: 100%;
    height: 44px;
    line-height: 20px;
    padding: 11px;
    color: #000;
    text-transform: none;
    border: 1px solid #000;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 14px;
    border-radius: 7px;
}
.additional-button:hover {
    color: #a80000;
    border-color: #a80000;
    background: transparent;
}

.modal.one-click .input-block {
    margin-bottom: 25px;
}

.section p {
    /* margin: 15px 0px; */
}

.promotion p {
    margin: 15px 0px;
}

.subscribeSmall {
    border-color: #DCDCDC;
    color: #8B8B8B;
}
.product-row .second-btn {
    font-size: 14px;
    /* text-transform: none; */
}
.mainpage-margin {
    margin-top: 28px;
}

/* Плавающий хедер */
@media only screen and (min-width: 1100px) {
    .header-fixed {
        position: fixed;
        z-index: 10000;
        width: 100%;
        top: 0px;
        background: #fff;
        padding: 13px 0px;
        /* box-shadow: 0px 1px 5px rgb(0 0 0 / 5%); */
        /* box-shadow: 0px 1px 8px rgb(0 0 0 / 10%); */
        -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
        box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);    
        transition: 0.3;
    }
    .catalog-menu-fixed {
        position: fixed !important;
        top: 75px !important;
    }
    /* .header-fixed .header-logo {
        display: none;
    }
    .header-logo-fixed {
        display: none;
    }
    .header-fixed .header-logo-fixed {
        display: block;
        min-width: 74px;
    } */
}
.close-menu {
    width: 26px;
    height: 26px;
    background: url(/img/delete-big.svg);
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 10000;
}

.slick-dots {
    width: auto;
}

.search-block-popup {
    background: #fff;
    /* background: #fff; */
}
.search-block-popup .search-item {
    padding: 15px 20px 15px 20px;
}
.search-block-popup .search-item:hover {
    cursor: pointer;
    background: #E9E9E9;
    /* background: #E9E9E9; */
}
.search-block-popup .search-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    height: 60px;
}
.search-item .search-item-img {
    max-width: 75px;
    width: 100%;
    text-align: center;
}
.search-item .search-item-img img {
    max-height: 60px;
}
.search-item .search-item-name {
    margin-left: 20px;
    width: 60%;

}
.search-item .search-item-price {
    display: flex;
    margin-left: auto;
}
.search-item .search-item-price .price-main {
    font-weight: bold;
    font-size: 18px;
}
.search-item .search-item-price .price-old {
    font-size: 14px;
    color: #bdbcbc; 
    text-decoration: line-through;
    margin-right: 10px;
}

.search-section {
    padding: 5px 20px;
}
.emptySearchItems {
    padding: 25px 20px;
}
.linkToSearch {
    padding: 15px 20px;
    display: block;
    text-align: right;
    color: #22262D;
    text-decoration: underline;
}
.linkToSearch:hover {
    cursor: pointer;
    background: #E9E9E9;
}
.search-section:hover {
    cursor: pointer;
    background: #E9E9E9;
    /* background: #E9E9E9; */
}
.search-section:hover a span {
    text-decoration: underline;
}
.search-section a {
    display: flex;
    align-items: center;
    /* text-decoration: none; */
    color: #bdbcbc;
    height: 30px;
    font-style: italic;
    font-size: 14px;
}
.search-section a span {
    color: #22262D;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}


.title-search-result {
    /* display: block !important; */
    z-index: 30;
    -webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}
.header-search.searchPage {
    margin: 20px 0px;
    padding: 0px;
}
.article-detail {
    padding: 20px 50px;
    line-height: 24px;
}
.article-detail p {
    margin: 15px 0px;
}
/* .article-detail h1 {
    margin-top: 0px;
}
.article-detail h2 {
    margin: 15px 0px;
}
.article-detail h3 {
    margin: 15px 0px;
} */
.article-detail h1 {
    margin-top: 15px;
   font-size: 2.5em;
   font-weight: normal;
   line-height: 1.3em;
}
.article-detail h2 {
   margin-top: 15px;
   font-size: 2em;
   font-weight: normal;
   line-height: 1.3em;
}
.article-detail h3 {
   margin-top: 15px;
   font-size: 1.5em;
   font-weight: normal;
   line-height: 1.3em;
}
.article-detail h4 {
    margin-top: 15px;
   font-size: 20px;
   font-weight: normal;
   line-height: 1.3em;
}
.article-detail a {
    color: #a80000;
    text-decoration: underline;
}
.article-detail a:visited {
    color: #5F0000;
}
.article-detail a:hover {
    color: #22262D;
}
.article-detail ul {
    list-style: disc;
}
.article-detail ol {
    list-style: decimal;
    margin-left: 30px;
}
.article-detail ol ol {
    margin-left: 20px;
}
.article-detail ul li {
    margin-left: 40px;
}
.article-detail ul li p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.compare {
    width: 100%;
    margin-top: 40px;
    overflow: auto;
}
.compare table {
    width: 100%;
    margin: 0;
    padding: 0;
}
.compare tr {
    height: 50px;
    display: flex;
    align-items: center;
}
.compare tr.picture-row {
    height: auto;
    min-height: 50px;
    position: relative;
}
.compare tr:nth-child(odd)
{
    background: #f1f1f1;
}
.compare tr:nth-child(1) {
    background: #fafafa;
}
.compare tr:nth-child(2) {
    background: #fafafa;
}
.compare tr:nth-child(3) {
    background: #fafafa;
}
.compare tr:nth-child(4) {
    background: #fafafa;
    margin-bottom: 20px;
}
.compare td {
    padding: 10px 5px;
}
.compare td.prop-col {
    width: 200px;
    font-weight: bold;
    font-size: 14px;
}
.compare td.item-col {
    width: 315px;
    min-width: 200px;
    text-align: center;
}
.compare td.item-col.name {
    font-weight: bold;

}
.delete-from-compare {
    position: absolute;
    top: -40px;
    width: 100px;
    padding: 5px;
    border: 1px solid #DCDCDC;
    margin-left: 100px;
    cursor: pointer;
    color: #8B8B8B;
    display: block;
}
.delete-from-compare:hover {
    color: #a80000;
    border-color: #a80000;
    transition: 0.3s;
}

.header .dropdown {
    position: relative;
    background-image: url(/img/down.svg);
    background-position-x: right;
    background-position-y: 8px;
    background-repeat: no-repeat;
    padding-right: 15px;
    margin-right: 15px;
}
.header .dropdown:hover {
    background-image: url(/img/down-active.svg);
}
.header .dropdown:hover > a {
    color: #a80000;
}
.header .dropdown:hover ul {
    display: block;
}
.header .dropdown span {
    font-size: 15px;
}
.header .dropdown ul {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    box-shadow: 0px 4px 30px rgba(5, 52, 116, 0.1);
    z-index: 2;
    min-width: 210px;
    padding: 10px 0px;
    /* top: 0px; */
    left: -10px;
}
.header .dropdown ul li {
    margin-right: 0px;
}
.header .dropdown ul li a {
    line-height: 24px;
    height: 32px;
    padding: 0px 10px;
    width: 100%;
}
.header .dropdown ul li:hover {
    background-color: #E9E9E9;
}
.header ul li a:hover {
    color: #a80000;
}
.header ul li a.active {
    color: #a80000;
}

.header-entrance {
    cursor: pointer;
    background-image: url(/img/down.svg);
    background-position-x: right;
    background-position-y: 8px;
    background-repeat: no-repeat;
    padding-right: 17px;
}
.header-entrance:hover {
    background-image: url(/img/down-active.svg);
}
.header-entrance.active {
    background-image: url(/img/down-active.svg);
}
.header-entrance.dropdown {
    position: absolute;
}
.header-entrance.showAuthPopup {
    background: none;
}
.normal-drop .drop-list {
    min-width: 210px;
}
.catalog-btn.desktop:hover {
background: #5f0000;
}

.selectize-input {
    display: block;
    background: #ededed !important;
    cursor: pointer;
    padding: 11px 40px 11px 15px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #696969 !important;
    border: 1px solid #ededed !important;
    box-shadow: none !important;
}
.selectize-input.focus {
    background: #fff !important;
}
.selectize-control.single .selectize-input:after {
    width: 11px !important;
    height: 7px !important;
    background: url(../img/icons/arrow-down.svg) center center no-repeat !important;
    border: none !important;
}
.selectize-dropdown .title {
    height: 45px;
    font-size: 16px;
}
.selectize-dropdown .title.active {
    background: #ededed !important;
}
.selectize-input input {
    font-size: 16px !important;
}

.delivery-block {
    margin-top: 40px;
}
.modal-list.locations {
    margin-top: 20px;
}
.confirm-popup-container {
    display: none;
    position: relative;
}
.confirm-popup {
    border-radius: 7px;
    position: absolute;
    /* text-align: center; */
    width: 280px;
    min-height: 100px;
    background: #fff;
    padding: 20px 0px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    z-index: 100;
    top: 25px;
    left: -142px;
}
.confirm-popup:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: -.7rem;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 .7rem .7rem;
    filter: drop-shadow(1px -1px 1px #DFDEE2);
    left: 3.2rem;
}
.confirm-popup .text {
    padding-left: 20px;
    background: url(../img/icons/local-ico.svg) left center no-repeat;
    margin-left: 15px;
}
.confirm-popup .buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0px 10px;
}
.confirm-popup .buttons .confirm-city {
    margin: auto;
    min-width: 85px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}
.confirm-popup .buttons .decine-city {
    margin: auto;
    color: #525456;
    cursor: pointer;
    font-weight: bold;
}
.seo-link-menu {
    font-weight: bold !important;
    font-size: 13px !important;
    color: #464646 !important;
}
.seo-link-menu:hover {
    color: #A80000 !important;
}
.modal-preloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff url(/img/loader-big.svg) center center no-repeat;
    display: none;
    z-index: 1000;
    transition: 0.15s;
    display: flex;
    justify-content: center;
}
.modal-preloader-text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 60px;
    /* left: 50%; */
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    max-width: 460px;
    /* margin-left: -75px; */
}
.ordering-block, .ordering-total {
    position: relative;
}
.ordering-total ul li {
    justify-content: space-between;
}
.ordering-total h3 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: solid 1px #d5dadc;
    margin-bottom: 27px;
}
.ordering-total .order-price {
    font-weight: bold;
}
.ordering-total .delivery-price span {
    color: #8b8b8b;
    font-weight: normal;
}
.ordering-total .delivery-price {
    color: #a80000;
    font-weight: bold;
}
.ordering-total .bonus-price span {
    color: #8b8b8b;
    font-weight: normal;
}
.ordering-total .bonus-price {
    color: #65bc54;
    font-weight: bold;
}
.ordering-total .total-price {
    font-weight: bold;
}
.ordering-total .total-price span {
    font-size: 18px;
}
#do-order {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mapBaloonHeader {
    display: flex;
    align-items: center;
}
.mapBaloonHeader img {
    /* width: 85px; */
    /* height: 30px; */
}
.mapBaloonHeader b {
    margin-top: 8px;
    margin-left: 15px;
    font-size: 16px;
}

.confirmPoint {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    /* padding: 11px; */
    background: #a80000;
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.modal-self-pickup-show {
    z-index: 50 !important;
}
.modal-self-pickup-show.choosen {
    background: #a80000;
    color: #fff;
}
.price-coloring {
    color: #a80000;
}
.promoCode.order {
    padding: 0;
}
.applyBonuses {
    line-height: 28px;
}
.location-ico {
    width: 20px;
    height: 22px;
    background: url('/img/location-big.svg');
}
.header-top__row {
    padding-right: 10px;
}
.header-mobile-row {
    display: none;
}
.mobile-search {
    display: none;
    background: #fff;
    padding: 5px 0px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}
.mobile-search.active {
    display: block;
}
.mobile-search .header-search {
    padding: 5px 15px;
    /* margin-top: 5px; */
}
.mobile-search input {
    height: 34px;
}
.emptySeo {
    padding: 0;
    border: 0;
}

.sorter-input {
    background: #fff !important;
    border: 0 !important;
    color: #000 !important;
}
.catalog-filters__bottom-row {
    width: 100%;
}
.catalog-filters__bottom-row .catalog-sort {
    width: 100%;
}
.catalog-filters__bottom-row .checkbox {
    width: 100%;
}

.sorter-dd {
    min-width: 230px;
    border-top: 1px solid #aaa !important;
}

.linkToAdminItem {
    color: #a80000;
    position: absolute;
    right: 210px;
    font-weight: bold;
    text-decoration: dotted;
}
.resultText {
    padding: 0px 0px;
    text-align: center;
    margin-top: 30px;
}
.resultText.success {
    color: #219653;
}
.resultText.error {
    color: #a80000;
}


.bonusAccount-num.green {
    color: #219653;
}
.bonusAccount-num.red {
    color: #a80000;
}

.successOrder {
    font-size: 40px;
    margin-top: 100px;
    margin-bottom: 20px;
}
.orderSuccessLink {
    margin-bottom: 140px;
}
.orderSuccessLink a {
    font-size: 20px;
    margin-bottom: 70px;
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}
.personalArea-info .paymentLink {
    position: absolute;
    top: 25px;
    right: 20px;
    min-width: 170px;
    border-color: #e1e1e1;
    color: #8a8a8a;
    text-transform: none;
    min-width: 170px;
    margin-left: 33px;
    opacity: 0.95;
}
.paymentLink input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    padding: 11px;
    background: #a80000;
    border: 0;
    width: 100%;
    cursor: pointer;
}
.paymentLink input:hover {
    background: #5f0000;
    transition: .3s;
}

.checkbox.error .checkbox-ico, .checkbox.error p
{
    border-color: #a80000;
    color: #a80000;
}

.errorsBlock {}
.errorsBlock .errorText {
    color: #a80000;
    margin-bottom: 5px;
}

.main-btn.in-cart {
    background-color: #5f0000;
}

.detailChooseCity {
    text-align: center;
    display: block;
    color: #000;
    font-size: 2.5em;
}

.deliveryCalculations {
    position: relative;
    min-height: 200px;
    margin-top: 30px;
}
.deliveryCalculations .modal-preloader {
    display: block;
}

.promotion_text {
    margin: 20px 0px;
}
.promotion > img {
    /* height: 315px; */
    width: 100%;
}
.promotion {
    margin-bottom: 60px;
}
.promotion .mobile_promotion {
    display: none;
}
.promotion h2 {
    margin-bottom: 20px;
}
.promotion a {
    color: #22262d;
}

.auth {}
.auth .loginButton {
    /* color: #949494 */
}
.auth .regButton {
    /* color: #949494 */
}
.auth .modal-title span {
    cursor: pointer;
}
.auth .modal-title {
    color: #949494
}
.auth .modal-title .active {
    color: #22262D;
}
.auth .data-form {
    display: none;
}
.auth .data-form.active {
    display: block;
}
.auth .data-form.login .input-block {
    margin-bottom: 20px;
}
.auth .data-form.reg .input-block {
    margin-bottom: 20px;
}
.auth .or {
    margin: 15px 0px;
    color: #a80000;
}
.restoreForm .or {
    margin-top: 0px;
    margin-bottom: 15px;
}
.auth .main-btn {
    margin-top: 30px;
}
.auth .passwordBlock {
    margin-top: 20px;
}
.auth .bad_email {
    display: none;
    color: #a80000;
}
.auth .bad_phone {
    display: none;
    color: #a80000;
}
.auth .bad_inn {
    display: none;
    color: #a80000;
}
.auth .errorsBlock {
    margin-top: 30px;
    color: #a80000;
}
.auth .second-btn {
    display: block;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    color: #7b7b7b;
    border-color: #7b7b7b;
    padding: 7.5px 14px;
    margin-top: 15px;
}
.auth .second-btn:hover {
    background-color: #fff;
    color: #a80000;
    border-color: #a80000;
}
.auth-container {
    max-width: 600px;
    margin: 0 auto;
}
.mobMenu-list .catalog-btn {
    color: #a80000;
}

.catalog-main .grid-item {
    width: 300px;
    min-height: 400px;
    margin-bottom: 20px;
}
.catalog-main .section {
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    padding: 28px 20px 20px;
    position: relative;
}
.catalog-main .section img {
    margin-bottom: 10px;
}
.catalog-main .section > a {
    display: block;
    color: #22262d;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}
.catalog-main .subsection {}
.catalog-main .subsection a {
    color: #22262d;
    display: block;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}

.nopage {}
.nopage .title {
    display: flex;
    align-items: center;
    font-size: 28px;
}
.nopage .title span {
    display: inline-block;
    background: #a80000;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 5px 10px;
    margin-right: 10px;
}
.nopage .text {
    margin-top: 40px;
    font-size: 20px;
}
.nopage .popular-categories {
    margin-top: 40px;
}
.nopage .popular-categories .category {
    display: inline-block;
    width: 225px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    padding: 10px 20px 10px 20px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}
.nopage .popular-categories .category img {
    width: 60%;
}
.nopage .popular-categories .category a {
    display: block;
    color: #22262d;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.bonusAccount-col.fix {
    float: left;
    margin-top: 15px;
    padding: 0;
}

.footer-title.mobile {
    display: none;
}
.footer-title.mobile a {
    color: #fff;
}

.seopage-descr {
    padding: 15px 10px;
    background: #ffffff;
    margin: 0px 0px 20px 0px;
    color: #22262D;
    border-bottom: 2px solid #a80000;
    font-weight: bold;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
}

.selfpickup-notavail {
    font-size: 18px;
    padding: 15px 0px 0px 0px;
    max-width: 780px;
}

.card-delivery__table-row div.availible {
    color: #219653;
    display: inline-block;
    font-weight: 600;
}
.card-delivery__table-row div.not-availible {
    color: #a80000;
    display: inline-block;
    font-weight: 600;
}
.card-delivery__table-row div.not-availible-now {
    color: #a80000;
    display: inline-block;
    font-weight: 600;
}

.actionProduct {
    color: #a80000;
    font-size: 12px;
}

.actionProduct-description {
    padding: 10px;
    background: #F3F3F3;
    margin: 20px 0px 20px 0px;
    color: #22262D;
    border-radius: 7px;
}
.actionProduct-description .secondLine {
    margin-left: 13px;
    display: inline-block;
}
span.red {
    color: #a80000;
}
.actionProductPrice {
    position: absolute;
    right: 15px;
    top: -15px;
    text-decoration: line-through;
    color: #878787;
    font-size: 14px;
}

.product-list-detail {}
.product-list-detail li {
    max-width: 120px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}

.select2-selection__rendered {
    font-size: 13px;
}

.footer-inst, .footer-youtube {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: -2px;
    left: 5px;
}
.footer-youtube {
    font-size: 44px;
    top: -3px;
    left: 10px;
}

.ecommerceData {
    display: none;
}

.partnersLogos img {
    margin-right: 80px;
    display: inline-block;
}
.partnersLogos img:last-child {
    margin-right: 0;
}

.footer-title a {
    color: #fff;
}
.footer-title a:hover {
    text-decoration: underline;
}
.footer-title.guarantee {
    margin-top: 10px;
}
.splide__pagination__page {
    width: 12px !important;
    height: 12px !important;
    margin: 0 4.2px !important;
    border: 2px solid #000 !important;
    border-radius: 50% !important;
    transform: none !important;
    background: none !important;
    opacity: 1 !important;
}
.splide__pagination__page.is-active {
    background: #000 !important;
}
.splide__pagination {
    bottom: -25px !important;
}

.splide__slide .mobile-slider-img {
    display: none;
}

.products.similar .wrapper {
    padding: 0;
}

/* 
.clever_btn_cont {
    margin-bottom: 30px !important;
    right: 5px !important;
} */

.category-reviews .review-text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    text-decoration: none;
    color: #000;
}
.category-reviews {
    padding-bottom: 0;
    margin-top: 30px;
}
.category-reviews .wrapper {
    padding: 0;
    margin: 0;
}


.warning-message {
    display: block !important;
    margin-top: 3px;
    color: #a80000 !important;
}

.ozon-button {
    border-color: #005bff;
    color: #005bff;
}
.ozon-button:hover, .ozon-button.choosed {
    background-color: #005bff;
    color: #fff;
}
.header_info_line {
    min-height: 22px;
    text-align: center;
    line-height: 22px;
    background: #f7be2d;
    color: #2a2a2a;
    font-size: 13px;
}
.header_info_line a {
    color: #2a2a2a;
    text-decoration: underline;
}
.social_share {
    margin-left: auto;
}
.totop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 110px;
    width: 52px;
    height: 52px;
    background: #333333;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000;
}
.totop .totop-icon {
    background: url(/img/totop.png) 50% 30% no-repeat;
    width: 100%;
    height: 100%;
}

.tg-chat {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1000000000;
}
.tg-chat .tg-chat-icon {
    background: url(/img/tg-logo.svg) 50% 30% no-repeat;
    width: 100%;
    height: 100%;
}


.totop .totop-text {
    color: #fff;
    position: relative;
    top: -20px;
    text-align: center;
    font-size: 12px;
}

h1.mainpage {
    font-size: 1.4em;
    margin: 0;
}

.empty_category {
    font-size: 20px;
    margin-left: 15px;
    margin-top: 10px;
}

.hidden-hint {
    display: none;
    position: absolute;
    top: 9px;
    left: 20px;
    background: #ededed;
    z-index: 100000;
    padding: 15px;
    width: 400px;
    -webkit-box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 5px rgb(0 0 0 / 5%);
    font-size: 13px;
    font-weight: normal;
}

.hint-icon {
    background: url(/img/info-ico.svg) 0px 0px no-repeat;
    width: 28px;
    height: 18px;
    position: relative;
    bottom: 7px;
    right: 15px;
}

.hint-icon.detail {
    background: url(/img/info-ico.svg) 0px 0px no-repeat;
    width: 28px;
    height: 18px;
    min-width: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.card-specifications__list li span {
    position: relative;
}

.hint-icon:hover .hidden-hint {
    /* background: url(/img/info-ico-red.svg) 0px 0px no-repeat; */
    display: block;
}

.card-one-click {
    display: block;
    margin-top: 7px;
    border-color: #828282;
    color: #828282;
    font-weight: normal;
}

.card-one-click:hover {
    color: #000;
    border-color: #000;
    background: #fff;
}

.product-row {
    justify-content: center;
    flex-wrap: wrap;
}

.product-row a {
    width: 100%;
    text-transform: none;
}

.status-ico-green.pickup {
    display: inline-block;
    padding-right: 15px;
    background-repeat: no-repeat;
}
.cross-icon.pickup {
    display: inline-block;
    padding-right: 15px;
    background-repeat: no-repeat;
}

.pickup-status {
    display:block;
    padding-left: 15px;
}

.pickup-status.avail {
    background: url(../img/icons/status-ico-green.svg) left center no-repeat;
}
.pickup-status.notavail {
    background: url(/img/cross-grey.png) 2px 5px no-repeat;
    color: #878787;
}

.sale_filter .fire-ico {
    position: absolute;
    top: -3px;
    margin-left: -3px;
}
.sale_filter p {
    margin-left: 25px
}
.sale_filter_link {
    color: #a80000 !important;
}
button:disabled,
button[disabled] {
    background-color: #ccc !important;
}

.containsDangerous {
    color: #a80000;
    font-size: 13px;
    position: relative;
    bottom: 12px;
}

/* new detail page */
.card.new .card-images {
    max-width: 550px;
}

.card.new .card-prop {
    max-width: 480px;
    width: 100%;
    padding: 60px 32px 0px 32px;
}

.card.new .card-prop .short-props {
    margin-top: 10px;
}

.card.new .card-prop .short-props .row {
    display: flex;
    width: 100%;
    padding: 3px 0px;
}
.card.new .card-prop .short-props .row .left {
    width: 60%;
    max-width: 290px;
    font-size: 14px;
    /* line-height: 1.5; */
}
.card.new .card-prop .short-props .row .right {
    font-size: 14px;
    width: 40%;
}
.card.new .card-prop .short-props .row .right a {
    color: #A80000;
    /* line-height: 1.5; */

}
.card.new .card-prop .short-props .row .right a:hover {
    text-decoration:underline;
    text-decoration-style: dotted;
}

.card.new .card-prop .props-detail {
    color: #A80000;
    margin-top: 10px;
    display: block;
}
.card.new .comments-section {
    margin-top: 50px;
}

.products .splide__arrow--prev {
    left: -14px;
}
.products .splide__arrow--next {
    right: -5px;
}

.video .splide__arrow--prev {
    left: -32px;
}
.video .splide__arrow--next {
    right: -8px;
}

.product .wrapper {
    max-height: 589px !important;
}

.catalog-tags__all.desktop {
    margin-top: 30px;
}
.products .splide__track {
    left: -12px;
}
.video .splide__track {
    left: -12px;
}
.card-specifications__list a {
    color: #A80000;
}

.oneclick-text {
    display: block;
    font-size: 14px;
    color: #6f6f6f;
    max-width: 410px;
    padding-bottom: 18px;
}

.subscribe-block {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.subscribe-block .input-block {
    display: flex;
    margin-top: 15px;
}
.subscribe-block .input-block button {
    margin-left: 15px;
    text-transform: none;
}
section.brands {
    min-height: 100px !important;
    padding-bottom: 20px;
}
section.subscribe {
    min-height: 100px !important;
    padding-bottom: 40px;
}
section.video {
    /* min-height: 100px !important; */
    padding-bottom: 40px;
}
section.video .catalog-products {
    display: flex;
}
section.video .catalog-products div.videoFrame {
    /* width: 30%;
    margin-left: 35px; */

}

.videoFrame {
    padding: 0px 7px;
}

section.video .catalog-products div:not(:nth-child(1)) {
}
.footer-bottom-text {
    font-size: 14px;
    line-height: 19px;
    color: #626262;
}

/* popup basket */
.basket-popup {
    margin: 0 auto;
    position: relative;
}
.basket-popup .top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basket-popup .top-line .name-block {
    font-size: 30px;
    font-weight: 600;
}
.basket-popup .top-line .price-block {
    font-size: 24px;
    font-weight: 600;
}
.basket-popup .top-line .price-block span {
    color: #A80000;
}
.basket-popup .top-line .buttons-block {
    display: flex;
    justify-content: space-between;
}
.basket-popup .top-line .buttons-block div {
    margin: 0px 15px;
    width: 240px;
}
.basket-popup .content {
    padding: 35px 50px 0px;
}
.basket-popup .basket-item__img {
    left: -10px;
}
.delete-from-basket::after {
    content: 'удалить';
    position: relative;
    top: 15px;
    left: -11px;
    color: #939393;
    font-size: 12px;
}
.delete-from-basket:hover::after {
    color: #000;
    transition: 0.3s ease-in-out;
}
#modal-basket-popup {
    padding: 30px;
    max-width: 1100px;
}
.button {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    padding: 11px 20px;
    max-width: 240px;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
}
.button.default {
    border: 1px solid #000;
    font-size: 16px;
}
.button.default.red {
    border: 1px solid #A80000;
    color: #A80000;
}
.button.accent {
    font-weight: 700;
    background-color: #A80000;
    color: #fff;
    font-size: 16px;
}
.button.accent:hover {
    background-color: #5f0000;
    transition: 0.3s;
}
.button.default:hover {
    transition: 0.3s;
    color: #A80000;
    border-color: #A80000;
}
.button.default.red:hover {
    transition: 0.3s;
    color: #fff;
    background-color: #A80000;
}

.basket-popup .basket-item {
    box-shadow: unset;
    border-top: 1px solid #e7e7e7;
}
.basket-popup .basket-item:last-child {
    border-bottom: 1px solid #e7e7e7;
}

.main-goods__slider {
    display: flex;
}

.main-goods .button {
    padding: 2px 6px;
    width: auto;
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 12px;
    border-radius: 7px;
}
.reviews_mainpage_yandex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.rewiewed-items {
    /* width: 100%; */
    position: relative;
    top: -65px;
}
.rewiewed-items .rewiewed-item {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    padding: 15px 30px;
    display: flex;
    margin-bottom: 20px;
}

.rewiewed-items .rewiewed-item a.image {
    display: block;    
}
.rewiewed-items .rewiewed-item .review-content {
    margin-left: 20px;
    width: 100%;
}
.rewiewed-items .rewiewed-item a.name {
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}
.rewiewed-items .rewiewed-item textarea {
    width: 100%;
    max-width: 550px;
    height: 85px;
}
.rewiewed-items label {
    display: block;
    cursor: pointer;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    color: #737373;
    padding-bottom: 5px;
}

.rewiewed-item .review-label {
    margin-top: 10px;
}

.rewiewed-items .button-block {
    display: flex;
}
.rewiewed-items button {
    height: 44.5px;
    margin-left: 20px;
}
.rewiewed-items .button-block .input-block {
    width: 100%;
}
.rewiewed-items {}

.orderSmallText {
    color: #a3a3a3;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

.simpleOrderInfoText {
    font-size: 16px;
    font-weight: 600;
}
  

.reg-promo {
    position: fixed;
    left: 0;
    right: 0; 
    bottom: -300px;
    width: 100%;
    margin: auto;
    max-width: 400px; 
    z-index: 10000;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    box-shadow: 0px 30px 40px 0px rgba(37, 45, 53, 0.22);
    padding: 15px;
    transition: top 1s ease-in-out;
}
.reg-promo p {
    color: rgba(168, 0, 0, 1);
    font-size: 22px;
}

.reg-promo #reg-promo-close {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    top: 5px;
    cursor: pointer;
}

.reg-promo span {
    margin: 15px 0px;
    display: block;
    font-size: 14px;
}
.reg-promo .input-block {
    margin-top: 20px;
}
.reg-promo .input-block input {
    width: 70%;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px; 
}
.reg-promo .input-block button {
    width: 30%;
    margin: 0;
    font-size: 16px;
    padding: 0;
    background: #a80000;
    color: #fff;
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 


}

.promo-section {
    background: #f7be2d;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 22px;
    border-radius: 7px;
}

.checkout-warning {
    background-color: #fff0f0;
    border: 1px solid #a80000;
    color: #a80000;
    padding: 16px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.checkout-warning b {
    font-weight: 600;
}