/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: open_sansregular, sans-serif;
  font-size: 16px;
  color: #000;
  background: #f2f2f2; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

main {
  flex: 1;
  margin-bottom: 35px; }

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto; }

img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

ul, ol {
  margin-bottom: 21px;
  list-style: none; }
  ul li, ol li {
    position: relative;
    padding-left: 15px;
    /* font-size: 14px; */
    /*  */
    font-size: 16px;
    /*  */
    line-height: 1.28;
    margin-bottom: 0.5em; }
    ul li:before, ol li:before {
      content: "";
      width: 5px;
      height: 5px;
      background: #000;
      border-radius: 50%;
      position: absolute;
      /* top: 50%; */
      /*  */
      top: 10px;
      /*  */
      left: 0;
      transform: translateY(-50%); }
    ul li:last-of-type, ol li:last-of-type {
      margin-bottom: 0; }

a {
  text-decoration: none;
  font-size: 14px;
  /* color: #000; */
  /*  */
  color: #74b908;
  transition: 0.3s;
  /*  */ }

/*  */
a:hover {
  text-decoration:underline; }
/*  */

button, input[type=button] {
  cursor: pointer;
  border: none;
  outline: none;
  background: none; }

.slick-slide {
  outline: none; }

.slick-list, .slick-track {
  height: 100%; }

.html-over {
  overflow: hidden; }

.hidden-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }

.slick-dots {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    margin: 0 6px; }
  .slick-dots .slick-active {
    background: #74b908; }
  .slick-dots button {
    font-size: 0; }

button.slider-left {
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  z-index: 1;
  background: #74b908;
  /*  */
  transition: 0.3s;
  /*  */ }
  button.slider-left:after {
    border-color: #fff;
    left: 53%;
    transform: translate(-50%, -50%) rotate(135deg); }

/*  */
button.slider-left:hover {
    background: #ffbc00; }
/*  */

button.slider-right {
  top: 50%;
  left: auto;
  right: 22px;
  transform: translateY(-50%);
  z-index: 1;
  background: #74b908;
  /*  */
  transition: 0.3s;
  /*  */ }
  button.slider-right:after {
    border-color: #fff; }

/*  */
button.slider-right:hover {
  background: #ffbc00; }
/*  */

.title {
  line-height: 1;
  font-size: 34px;
  color: #000;
  margin-bottom: 1em;
  font-weight: normal;
  /*  */
  flex: 100%;
  /*  */ }

.text {
  font-size: 14px;
  line-height: 1.28;
  color: #000;
  margin-bottom: 1.5em; }

.input, .textarea {
  display: block;
  width: 100%;
  height: 46px;
  outline: none;
  background: #fff;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #b3b3b3; }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2; }
  .input::-moz-placeholder, .textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2; }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2; }
  .input:-moz-placeholder, .textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2; }

.textarea {
  padding: 12px 20px;
  height: 120px;
  resize: none;
  margin-bottom: 20px; }

.button {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #74b908;
  box-shadow: 0 2px 0 0 #4c7805;
  color: #fff;
  font-size: 18px;
  /*  */
  border: none;
  transition: 0.3s;
  /*  */ }

/*  */
.button:hover {
  background: #ffbc00;
  box-shadow: 0 2px 0 0 #bb8901; }
/*  */

.arrow-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1); }
  .arrow-link:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid #3a7224;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%) rotate(-45deg); }

.stars-review {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .stars-review * {
    font-size: 12px;
    color: #666666; }

/*  */
.stars-review-card-view {
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 40px;
  right: 10px;
}
/*  */

.checkbox {
  display: block;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + .checkbox-text:after {
      opacity: 1; }
  .checkbox .checkbox-text {
    position: relative;
    padding-left: 30px;
    line-height: 1; }
    .checkbox .checkbox-text:before {
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 3px;
      background: #cfcfcf;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      /* box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.5); */
      /*  */
      box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
      /*  */ }
    .checkbox .checkbox-text:after {
      content: "";
      position: absolute;
      width: 7px;
      height: 3px;
      border: 3px solid #5f9807;
      border-top: none;
      border-right: none;
      top: 47%;
      left: 3.5px;
      transform: translateY(-50%) rotate(-45deg);
      opacity: 0;
      transition: 0.2s all; }

.select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #b3b3b3 transparent;
  -webkit-transform: none;
  transform: none; }

.nice-select .list {
  width: 100%; }

.main-link {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #27ae60;
  margin-bottom: 0.9em; }
  .main-link:hover {
    text-decoration: underline; }

@media screen and (max-width: 800px) {
  body {
    padding-top: 102px; }

  .title {
    font-size: 20px; } }
@media screen and (max-width: 800px) {
  .title {
    font-size: 20px; } }
.icon32.loading {
  background-image: url("../images/loading.gif");
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  display: inline-block; }

.catalog__sort-list {
  margin: 0; }

.catalog__sort-item {
  padding-left: 0;
  margin-bottom: 0; }
  .catalog__sort-item:before {
    display: none; }

/*
.description-body a {
  color: #27ae60; 
}
*/
  .description-body a:hover {
    text-decoration: underline; }

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans/opensans-semibold.eot");
  src: url("../fonts/opensans/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans/opensans-semibold.woff") format("woff"), url("../fonts/opensans/opensans-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans/opensans-regular.eot");
  src: url("../fonts/opensans/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-regular.woff2") format("woff2"), url("../fonts/opensans/opensans-regular.woff") format("woff"), url("../fonts/opensans/opensans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans/opensans-bold.eot");
  src: url("../fonts/opensans/opensans-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-bold.woff2") format("woff2"), url("../fonts/opensans/opensans-bold.woff") format("woff"), url("../fonts/opensans/opensans-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans/opensans-light.eot");
  src: url("../fonts/opensans/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans/opensans-light.woff2") format("woff2"), url("../fonts/opensans/opensans-light.woff") format("woff"), url("../fonts/opensans/opensans-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.page-header,
.page-footer {
  padding: 20px 0;
  background: #fff;
  border-bottom: 1px solid #74b908; }
  .page-header .container,
  .page-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.page-header-bottom {
  border-top: 1px solid #74b908;
  border-bottom: none;
  position: relative; }

.header-hiden-search {
  display: none;
  padding: 10px 0;
  background: #fff; }
  .header-hiden-search .header-input-block {
    margin-top: 0; }

.logo {
  max-width: 220px; }

.header-input-block {
  flex: 1;
  position: relative;
  height: 46px;
  overflow: hidden;
  margin-left: 3.22%; }

.header-search {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  outline: none;
  padding: 0 18px;
  padding-right: 96px;
  font-size: 14px; }
  .header-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b2b2b2;
    font-size: 14px; }
  .header-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #b2b2b2;
    font-size: 14px; }
  .header-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #b2b2b2;
    font-size: 14px; }
  .header-search:-moz-placeholder {
    /* Firefox 18- */
    color: #b2b2b2;
    font-size: 14px; }

/*  */
.header-search:focus {    
  border: 1px solid #74b908; }
/*  */

.header-search-btn {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  border-radius: 5px;
  background: #74b908 url("../img/icons/search.png") no-repeat center;
  background-size: 27px auto;
  /*  */
  transition: 0.3s;
  /*  */ }

/*  */
.header-search-btn:hover {
  background: #ffbc00 url("../img/icons/search.png") no-repeat center; }
/*  */

.header-btns {
  display: flex;
  align-items: center; }

.header-btn {
  display: flex;
  align-items: center;
  margin-right: 20px; }
  .header-btn img {
    margin-right: 9px; }
  .header-btn:last-child {
    margin-right: 0; }

.page-header-hidden {
  display: none;
  align-items: center; }

.header-humburger,
.header-humburger-bottom {
  width: 16px;
  height: 15px;
  margin-left: 22px; }
  .header-humburger div,
  .header-humburger-bottom div {
    height: 3px;
    background: #74b908;
    margin-bottom: 3px; }
    .header-humburger div:last-child,
    .header-humburger-bottom div:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 800px) {
  .page-header,
  .page-footer {
    padding: 12px 0; }
    .page-header .container,
    .page-footer .container {
      flex-wrap: wrap; }

  .page-header-bottom {
    border-top: none;
    /*  */
    display: none;
    /*  */ }

  .page-header .header-input-block {
    display: none; }
  .page-header-top {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: none; }

  .header-hiden-search {
    display: block; }

  .page-header-hidden {
    display: flex; }

  .header-input-block {
    width: 100%;
    order: 1;
    margin: 0;
    margin-top: 12px;
    flex: none; }

  .logo {
    max-width: 143px; }

  .header-btn {
    width: 20px;
    justify-content: center; }
    .header-btn span {
      display: none; } }
.page-footer {
  border-top: 1px solid #74b908;
  border-bottom: none; }

/* .categories {
  padding-top: 37px; } */

.categories-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px 25px; }

.categories-item {
  width: 220px;
  height: 200px;
  background: #fff;
  margin: 0 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  padding: 35px 10px 0;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  /*  */
  transition: 0.3s;
  /*  */ }

  /*  */
  .categories-item:hover,
  .top_sub:hover {    
    text-decoration: none; }
  .categories-item:hover .categories-item__title {
    color: #74B908; }
  /*  */
  .categories-item__img {
    height: 70px;
    margin-bottom: 23px; }
  .categories-item__title {
    font: 17px open_sanssemibold, sans-serif;
    color: #000;
    text-align: center;
    line-height: 1.29;
    /*  */
    transition: 0.3s;
    /*  */ }
  .categories-item-long {
    padding-top: 25px; }

@media screen and (max-width: 800px) {
  .categories {
    padding-top: 20px; }

  .categories-items {
    margin-bottom: 20px; } }
@media screen and (max-width: 600px) {
  .categories-items {
    margin: 0;
    margin-bottom: 20px; }

  .categories-item {
    width: 100%;
    height: 70px;
    margin: 0;
    margin-bottom: 12px;
    padding: 9px 17px;
    flex-direction: row; }
    .categories-item__img {
      /* width: 70px; */
      /*  */
      min-width: 70px;
      /*  */
      height: 50px;
      margin-bottom: 0;
      margin-right: 20px;
      position: relative; }
      .categories-item__img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .categories-item__title {
      text-align: left; } }
.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; 
	display:none;
}
  .modal-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6); }
  .modal-window {
    width: 580px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 15px 33px; }
  .modal-close {
    width: 25px;
    height: 25px;
    background: url("../img/icons/close.png") no-repeat center;
    background-size: 25px 25px;
    position: absolute;
    top: 10px;
    right: 10px; }
  .modal-title {
    font: 26px open_sanssemibold, sans-serif;
    font-weight: normal;
    line-height: 1;
    color: #000;
    text-align: center;
    margin-bottom: 0.75em; }
  .modal-form {
    max-width: 280px;
    margin: 0 auto; }
    .modal-form .input {
      margin-bottom: 10px; }
      .modal-form .input:last-of-type {
        margin-bottom: 20px; }
  .modal-callback {
    font: 18px open_sanssemibold, sans-serif;
    color: #000;
    text-align: center;
    margin-top: 15px; }
.modal-cart .actions{
	display:flex;
	align-items:center;
  justify-content: space-between;
}
.modal-cart .actions .button.return{
	background:#888;
}
.modal-cart .actions .button{
	width:47%;
}
@media screen and (max-width: 800px) {
  .modal-title {
    font-size: 25px; } }
@media screen and (max-width: 650px) {
  .modal-window {
    width: 95%;
    padding: 25px 15px; } 
  .modal-title {
    font-size: 20px; }
}
@media screen and (max-width: 500px) {
  .modal-title {
    font-size: 16px; 
	}
	.modal-cart .actions{
		display:block;
	}
	.modal-cart .actions .button.return{
		background:#888;
		margin-bottom:20px;
	}
	.modal-cart .actions .button{
		width:100%;
    font-size: 14px; 
	}
}

.articles-container {
  display: flex;
  /*  */
  margin-bottom: 40px;
  /*  */ }

.articles-sidebar {
  width: 280px;
  margin-right: 20px; }
  .articles-sidebar__block, .articles-sidebar__content {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 20px; }
  .articles-sidebar__content {
    position: relative;
    border-bottom: 2px solid #3a7224;
    padding-bottom: 35px; }
  .articles-sidebar__title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 1em; }
    .articles-sidebar__title-2 {
      font-weight: bold;
      color: #74b908;
      line-height: 1;
      padding-bottom: 19px;
      margin-bottom: 19px;
      border-bottom: 1px solid #74b908; }
  .articles-sidebar__link {
    position: relative;
    display: block;
    font-size: 14px;
    color: #505050;
    margin-bottom: 9px;
    line-height: 1;
    padding-left: 20px;
    /*  */
    transition: 0.3s;
    /*  */ }

  /*  */
  .articles-sidebar__link:hover {
    color: #74b908; }
  /*  */

    .articles-sidebar__link:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #74b908;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .articles-sidebar__link:last-child {
      margin-bottom: 0; }
    .articles-sidebar__link-2 {
      display: block;
      font-size: 14px;
      color: #505050;
      line-height: 1.28;
      margin-bottom: 1.15em;
      text-decoration: underline; }
      .articles-sidebar__link-2:last-of-type {
        margin-bottom: 0; }

.articles-content {
  width: calc(100% - 300px); }
  .articles-content .header-input-block {
    margin: 0;
    margin-bottom: 20px;
    flex: none;
    width: 100%; }

.articles-list {
  margin-bottom: 38px; }

.article {
  display: flex;
  align-items: center;
  /* height: 200px; */
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  padding: 20px; }
  .article-image {
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    margin-right: 20px; }
    .article-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .article-body {
    width: calc(100% - 180px);
    height: 100%; }
  .article-title {
    font-weight: bold;
    color: #74b908;
    margin-bottom: 11px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    line-height: 1; }
  .article-text {
    /* height: 53.8px; */
    font-size: 14px;
    color: #000;
    line-height: 1.28;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */ }
  .article-date {
    font-size: 12px;
    color: #373737; }
  .article:last-child {
    margin-bottom: 0; }

.article-stars-review {
  padding-top: 19px;
  margin-top: 17px;
  margin-bottom: 14px;
  border-top: 1px solid #3a7224;
  justify-content: flex-start; }
  .article-stars-review p {
    margin: 0 5px; }

.articles-more {
  width: 280px;
  margin: 0 auto 34px; }

@media screen and (max-width: 800px) {
  .articles .container > .title {
    /*        display: none;*/
    font-size: 18px;
    margin-top: 0; }

  .articles-sidebar {
    display: none;
    margin-right: 0; }

  .articles-content {
    width: 100%; } }
.rating {
  display: flex;
  justify-content: center; }

.star {
  width: 13px;
  height: 12px;
  background: url("../img/star-grey.png") no-repeat center;
  background-size: 100%;
  margin-right: 2px;
  cursor: pointer; }
  .star:last-child {
    margin-right: 0; }
  .star:hover {
    background: url("../img/star-yellow.png") no-repeat center;
    background-size: 100%; }

.star-active {
  background: url("../img/star-yellow.png") no-repeat center;
  background-size: 100%; }

.another-articles {
  margin-top: 20px; }

@media screen and (max-width: 1200px) {
  /*
  	.another-articles{
  		margin-bottom:10px;
  	}
  */
  .another-articles a {
    float: none !important;
    display: block; } }
.art-body a {
  font-size: 20px;
  line-height: 1;
  color: #27ae60; }
  .art-body a:hover {
    text-decoration: underline; }

@media screen and (max-width: 800px) {
  .main-articles-list .main-articles-list__item {
    display: flex; }

  .main-articles-list .main-articles-list__item .article-image {
    width: 200px !important; }

  .main-articles-list .main-articles-list__item .article-image img {
    position: relative;
    top: auto;
    left: auto;
    transform: none; }

  .main-articles-list .main-articles-list__item .main-articles-list__title {
    width: 100%; } }
.crumbs {
  margin-top: 18px;
  margin-bottom: 28px; }

.crumbs-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0; }

.crumbs-item {
  color: #48484b;
  margin-right: 5px;
  list-style: none;
  padding-left: 0;
  line-height: 1;
  margin-bottom: 0; }
  .crumbs-item:before {
    content: none; }
  .crumbs-item:after {
    content: "/";
    margin-left: 5px; }
  .crumbs-item:last-child {
    margin-right: 0; }
    .crumbs-item:last-child:after {
      content: ""; }

/*  */
.crumbs-item a {
  color: #48484b; }

.crumbs-item:last-child a:hover {
    text-decoration: none; }

/*  */

.banner {
  /* padding: 42px 0 35px; */
  /*  */
  padding: 20px 0;  
  /*  */ }

/*  */
.banner__img,
.banner__mob-img {
  display: block;
  width: 100%;
  height: auto; }

.banner__mob-img {
  display: none !important; }
/*  */

.carousel__item {
  height: 206px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 56px 62px 40px; }
  .carousel__item-1 {
    background-image: url("../img/banner.jpg"); }

.carousel__title {
  text-transform: uppercase;
  font-family: open_sansregular, sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 36px;
  margin-bottom: 15px; }

a.carousel__title {
  color: #FFFFFF; }

.carousel__desc {
  width: 520px;
  font-family: open_sansregular, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px; }

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  font-size: 0; }
  .slick-dots button {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: #fff;
    margin: 0 9px;
    outline: none; }

/*
.slick-active button {
    background: #F9D555;
}
*/
@media screen and (max-width: 768px) {
  .banner {
    padding: 11px 0; }
    .banner .container {
      padding: 0; }

    /*  */
    .banner__img {
        display: none !important; }
    
    .banner__mob-img {
        display: block !important; }
    /*  */

  .carousel__item {
    height: auto;
    padding: 50px; }

  .carousel__title {
    font-size: 16px;
    line-height: normal; }

  .carousel__desc {
    width: 100%;
    font-size: 14px;
    line-height: normal;
    font-weight: normal; } }
@media screen and (max-width: 500px) {
  .carousel__item {
    height: auto;
    padding_: 28px 20px; } }
/* home TOP blocks */
.home-top-blocks {
  display: flex;
  margin-bottom: 20px;
  margin-left: 15px; }

.home-top-blocks-separ {
  width: 42px; }

.home-top-blocks-row {
  width: 47%;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px; }

.home-top-blocks-row:hover {
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border: 1px solid #3E9273;
  -webkit-box-shadow: 0px 0px 20px -4px #136737;
  -moz-box-shadow: 0px 0px 20px -4px #136737;
  box-shadow: 0px 0px 20px -4px #136737; }

.home-top-blocks-row .b {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold; }

.home-top-blocks-row a {
  display: inline-block;
  border: 1px solid #3E9273;
  border-radius: 5px;
  text-decoration: none;
  background: #3E9273;
  color: white;
  padding: 5px 15px; }

.home-top-blocks-row a:hover {
  background: #187653; }

.home-top-blocks-row.row1 {
  /*
  	background: #fff url("../images/top-products_hits.svg") 96% 6px no-repeat;
  */ }

.home-top-blocks-row.row2 {
  /*
  	background: #fff url("../images/top-products_autoflowering.svg") 96% 6px no-repeat;
  */ }

.home-top-blocks-row.row3 {
  /*
  	background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77.207' height='76.635'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:%23e3e3e3;fill-rule:evenodd}%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M46.691 28.731c1.581.7 4.4 1.905 5.9 1.516 1.966-.894 7.056-5.833 7.672-7.349.887-2.216-1.2-7.738-2.506-8.749l5.2-8.749a6.03 6.03 0 0 1 9.253 0c4.4 5.638-.694 16.409-3.162 21.114-3.812 7.738-12.487 18.82-9.674 30.291 1.2 4.938 3.778 7.232 4.472 8.943l-6.472.933 6.092 2.994c-1 2.216-3.586 4.744-4.7 6.96 2.2-.7 5.4-3.538 7.4-4.044 1.2 1.4 1.966 2.839 3.162 4.044v-5.249l7.6 2.527-4.9-5.133c1.118-1.128 2.7-2.022 4.01-3.227l-5.2-.078-.089-10.377c-.617.505-.694 1.089-1.2 2.022l-3.123 6.221C57.25 52.881 64.46 41.41 70.05 31.962a73.834 73.834 0 0 0 4.781-9.76c3.084-7.466 4.164-18-3.084-21.347a11.812 11.812 0 0 0-6.284-.7 8.323 8.323 0 0 0-4.7 2.527c-1.812 2.022-3.778 6.338-5.4 8.866a28.555 28.555 0 0 0-4.161-2.22c-6.323-2.139-9.677 2.8-11.991 7.543-.386 5.716 2.583 9.565 7.48 11.86zm8.483-5.327c-2.2 2.216-2.776 3.538-4.472 3.111a9.83 9.83 0 0 1-7.981-8.243c-.231-1.516 1.2-2.527 3.162-4.316 2.891 6.22 3.121 6.337 9.291 9.448zm0-6.844a9.245 9.245 0 0 1 1.5 3.305 9.084 9.084 0 0 1-7.48-7.543 8.756 8.756 0 0 1 3.586 1.633c-1.388 1.4-.694 3.694 2.39 2.605z'/%3E%3Cpath class='a' d='M28.648 72.01A28.981 28.981 0 0 1 .001 42.81a28.947 28.947 0 0 1 28.647-29.166 26.449 26.449 0 0 1 8.559 1.322 1.572 1.572 0 0 1 1 1.983 1.594 1.594 0 0 1-2 1.011 24.05 24.05 0 0 0-7.557-1.205A25.649 25.649 0 0 0 3.201 42.61c0 14.309 11.374 26.169 25.446 26.169a25.649 25.649 0 0 0 25.447-25.856 26.923 26.923 0 0 0-1.7-9.371 1.602 1.602 0 1 1 2.969-1.205 28.647 28.647 0 0 1 2 10.576A29.1 29.1 0 0 1 28.648 72.01z'/%3E%3C/svg%3E") 96% 6px no-repeat;
  */ }

.home-top-blocks-row.row4 {
  /*
  	background: #fff url("../images/top-products_fast-growing.svg") 96% 6px no-repeat;
  */ }

.home-top-blocks-row .content {
  display: none;
  padding: 10px;
  margin-bottom: 10px; }

.home-top-blocks-row a.close {
  display: none; }

.home-top-blocks-row .content a {
  display: block;
  border: none;
  background: none;
  color: black; }

.home-top-blocks-row .content a:hover {
  text-decoration: underline; }

@media screen and (max-width: 1000px) {
  .home-top-blocks {
    display: block; }

  .home-top-blocks-separ {
    display: none; }

  .home-top-blocks-row {
    width: 100%;
    margin-bottom: 20px; } }
.slider-products {
  height: 461px;
  margin: 0 -10px 25px;
  overflow: hidden; }

.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .products .product {
    margin-bottom: 40px; }

.product {
  width: 205px;
  height: 445px;
  background: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 6px;
  padding-bottom: 17px;
  position: relative;
  margin: 0 10px 16px;
  border-bottom: 2px solid #3a7224; }
  .product-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .product-label {
    width: 58px;
    height: 25px;
    background: #ffbc00;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font: 12px open_sansbold, sans-serif; }
  /*  */
  .product-label-card-view {
    margin-right: 10px; }
  /*  */
  .product-image {
    width: 100%;
    height: 120px;
    position: relative;
    margin-bottom: 14px; }
    .product-image img {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .product-block {
    padding: 0 11px; }
  .product-name {
    font-weight: bold;
    color: #74b908;
    margin-bottom: 7px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .product-info {
    width: 100%;
    height: 158px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #3a7224;
    overflow: hidden; }
  .product-count {
    font-size: 9px;
    color: #373737; }

.product-header__btns {
  display: flex;
  align-items: center; }

.product-header__btn {
  /* width: 12px; */
  /* height: 14px; */
  /*  */
  width: 19px;
  height: 17px;
  margin-left: 10px;
  transition: 0.3s;
  /*  */
  /* margin-left: 6px; */
  background-repeat: no-repeat;
  /* background-position: left -15px center; */
  /*  */
  background-position: left 100% center;
  /*  */ }
  .product-header__btn:first-of-type {
    margin-left: 0; }
  .product-header__btn-libra {
    /* background-image: url("../img/icons/like-buttons.png"); */
    /*  */
    background-image: url("../img/icons/libra-buttons-2.png"); 
    /*  */ }
  .product-header__btn-like {    
    /* background-image: url("../img/icons/libra-buttons.png"); */
    /*  */
    width: 18px;
    background-image: url("../img/icons/like-buttons-2.png"); }
    /*  */
  .product-header__btn-active {
    /* background-position: left -1px center; */
    /*  */
    background-position: left 0 center;
    /*  */ }

/*  */
.product-header__card-view-btns {
  position: absolute;
  top: 13px;
  right: 10px; }
/*  */

.product-info__item {
  font-size: 14px;
  color: #505050;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px; }
  .product-info__item:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #74b908;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .product-info__item:last-child {
    margin-bottom: 0; }

.product-block-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 7px; }
  .product-block-price p {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    color: #373737; }
  .product-block-price .button {
    width: 88px;
    height: 32px;
    font-size: 14px; }

.products .product .product-right {
  display: none;
  width: 100px;
  margin-right: 10px; }
  .products .product .product-right .product-image {
    display: block;
    margin-bottom: 10px; 
	}
  .products .product .product-right .product-price {
    font-size: 15px;
    font-weight: bold;
    color: #373737;
    text-align: center;
    line-height: 1;
    margin-bottom: 4px;
    padding: 0 2px; }
  .products .product .product-right .product-count {
    display: block;
    font-size: 10px;
    color: #373737;
    text-align: center;
    margin-bottom: 8px;
    padding: 0 2px; }
  .products .product .product-right .button {
    height: 34px;
    font-size: 14px; }

.comparison-slider-block {
  width: 100%;
  margin-bottom: 5px;
  overflow: hidden; }

.comparison-slider {
  width: 74.6%;
  margin-left: auto;
  margin-right: 37px; }
  .comparison-slider .product {
    height: 230px; }
    .comparison-slider .product .product-info,
    .comparison-slider .product .product-block-price,
    .comparison-slider .product .product-count {
      display: none; }
  .comparison-slider .slider-left,
  .comparison-slider .slider-right {
    background: #fff; }
    .comparison-slider .slider-left:after,
    .comparison-slider .slider-right:after {
      border-color: #3a7224; }
  .comparison-slider .slider-left {
    left: -37px; }
  .comparison-slider .slider-right {
    right: -37px; }

@media screen and (max-width: 800px) {
  .products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .products .product {
      height: 270px;
      margin-bottom: 30px;
      margin-right: 0;
      margin-left: 0; }
    .products .product-header {
      width: 100%;
      height: 25px; }
    .products .product-container {
      display: flex; }
    .products .product-image,
    .products .product-block-price,
    .products .product-count {
      display: none; }
    .products .product-block {
      width: calc(100% - 110px); }
    .products .product-block {
      padding: 0; }
    .products .product-name {
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

  .products .product .product-right {
    display: block; }

  .comparison-slider {
    width: 100%; }
    .comparison-slider .slider-left {
      left: 0;
      background: #74b908; }
      .comparison-slider .slider-left:after {
        border-color: #fff; }
    .comparison-slider .slider-right {
      right: 0;
      background: #74b908; }
      .comparison-slider .slider-right:after {
        border-color: #fff; } }
@media screen and (max-width: 600px) {
  .slider-products {
    width: 71.2%;
    margin: 0 auto 24px;
    overflow: unset; }

  .product {
    margin-left: 0;
    margin-right: 0; }

  .comparison-slider .product {
    height: 250px;
    margin-left: 10px;
    margin-right: 10px; }
  .comparison-slider .stars-review {
    flex-wrap: wrap;
    justify-content: center; }
    .comparison-slider .stars-review a {
      width: 100%;
      text-align: center;
      margin-top: 5px; }

  button.slider-left {
    left: -20%;
    background: #fff; }
    button.slider-left:after {
      border-color: #3a7224; }

  button.slider-right {
    right: -20%;
    background: #fff; }
    button.slider-right:after {
      border-color: #3a7224; }

  .article {
    flex-direction: column;
    height: auto;
    padding: 9px; }
    .article-image {
      width: 100%;
      height: 144px;
      margin-right: 0;
      margin-bottom: 10px; }
    .article-body {
      width: 100%;
      display: flex;
      flex-direction: column; }
    .article-title {
      text-align: left;
      order: -1;
      overflow: none;
      white-space: normal; }
    .article-stars-review {
      order: 0;
      padding-top: 0;
      margin-top: 0;
      border-top: 0;
      margin-bottom: 9px; }
    .article-date {
      order: 1;
      padding-bottom: 9px;
      margin-bottom: 9px;
      border-bottom: 1px solid #3a7224; }
    .article-text {
      order: 2;
      /*  */
      margin-bottom: 5px;
      /*  */
      /* height: 124px; */ }

  .articles-more {
    width: 100%; } }
.pagination-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px; }

.pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .pagination__btn {
    display: block;
    text-align: center;
    line-height: 1.8;
    width: 23px;
    height: 28px;
    margin-right: 5px;
    /*  */
    margin-bottom: 5px;
    /*  */
    border-radius: 4px;
    color: #6e6e6e;
    border: 1px solid #b8b8b8;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 1, 1, 0.08);
    transition: 0.2s all; }
    .pagination__btn-active {
      background: #74b908;
      color: #fff;
      border-color: #74b908; }
    .pagination__btn-more {
      color: #505050;
      margin-left: 10px; }
    .pagination__btn-ellipsis {
      background: none;
      border: none;
      box-shadow: none; }
    .pagination__btn:last-child {
      margin-right: 0; }

.pagination-info {
  color: #505050; }

@media screen and (max-width: 1050px) {
  .pagination-block {
    flex-direction: column; }

  .pagination {
    margin-bottom: 20px; } }
@media screen and (max-width: 400px) {
  .pagination {
    justify-content: center; }

  .pagination__btn-more {
    width: 100%;
    margin-left: 0;
    margin-top: 20px; }

  .pagination-info {
    text-align: center; } }
.open-catalog {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 50px;
  font: 18px open_sanssemibold, sans-serif;
  color: #fff;
  background: #74b908;
  cursor: pointer;
  position: relative; }
  .open-catalog p {
    line-height: 1;
    margin: 0 20px; }
  .open-catalog-humburger {
    width: 18px;
    height: 16px; }
    .open-catalog-humburger div {
      height: 3px;
      margin-bottom: 3px;
      background: #fff;
      border-radius: 3px; }
      .open-catalog-humburger div:last-child {
        margin-bottom: 0; }
  .open-catalog-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent; }

.open-catalog-bottom .open-catalog-menu {
  top: auto;
  bottom: 50px; }

.open-catalog-menu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border: 1px solid #e0e0e0;
  padding: 7px 19px;
  background: #fff;
  z-index: 10;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 150px);
  overflow-y: auto; }

.open-catalog-link {
  font-size: 14px;
  display: block;
  padding: 9px 0;
  padding-right: 20px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  color: #505050; }
  .open-catalog-link:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #808080;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .open-catalog-link:last-child {
    border-bottom: none; }

.open-catalog-active {
  background: #f2f2f2;
  color: #74b908; }
  .open-catalog-active .open-catalog-humburger div {
    background: #74b908; }
  .open-catalog-active .open-catalog-arrow {
    border-color: #74b908 transparent transparent transparent; }

@media screen and (max-width: 800px) {
  .open-catalog {
    display: flex; }
    .open-catalog-top {
      width: 100%;
      position: fixed;
      top: 52px;
      left: 0;
      z-index: 10; }
  /*  */
  .open-catalog-bottom {
    display: none; }
  /*  */ }
.catalog .container {
  display: flex;
  flex-wrap: wrap;
  /*  */
  align-items: center;
  /*  */ }

.catalog__container {
  display: flex;
  flex-wrap: wrap;
  /*  */
  margin-bottom: 40px;
  /*  */ }

.catalog__sidebar {
  width: 280px;
  margin-right: 20px; }

.catalog__body {
  width: calc(100% - 300px); }

.products-more, .load-more-reviews {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 33px; }

@media screen and (max-width: 1230px) {
  .catalog__body .product {
    width: calc(33.33% - 20px); } }
@media screen and (max-width: 1050px) {
  .catalog__body .product {
    width: calc(50% - 20px); } }
@media screen and (max-width: 930px) {
  .catalog__sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: -280px;
    margin-right: 0;
    z-index: 30;
    overflow: hidden;
    overflow-y: auto;
    background: #f2f2f2;
    padding-bottom: 15px; }

  .catalog__body {
    width: 100%; }
    /* .catalog__body .product {
      width: calc(33.33% - 20px); } */ }
@media screen and (max-width: 800px) {
  .catalog__body {
    width: 100%; }
    .catalog__body .products {
      margin-left: 0;
      margin-right: 0; }
    .catalog__body .product {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }
.catalog__sort {
  display: flex;
  font-size: 14px;
  margin-bottom: 36px; }
  .catalog__sort p {
    margin-right: 12px;
    color: #3C3D3C; }

.catalog__sort-list {
  display: flex;
  flex-wrap: wrap; }

.catalog__sort-item {
  text-decoration-line: underline;
  color: #828282;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #D1D1D1;
  cursor: pointer; }
  .catalog__sort-item:last-child {
    border: none;
    margin: 0;
    padding: 0; }

.catalog__sort-active {
  color: #74b908;
  font-weight: bold; }

.catalog__text-info {
  line-height: 25px;
  color: #3C3D3C;
  margin-top: 20px;
  margin-bottom: 27px; }

@media screen and (max-width: 930px) {
  .catalog__sidebar {
    padding-top: 0 !important; }

  .catalog__sidebar .articles-sidebar__block {
    display: none; } }
.filter {
  width: 100%;
  background: #fff;
  padding: 25px 20px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0; }

.filter__block {
  margin-bottom: 24px; }
  .filter__block:last-child {
    margin-bottom: 0; }
  .filter__block .checkbox {
    margin-bottom: 12px; }
    .filter__block .checkbox:last-child {
      margin-bottom: 0; }

.filter__items {
  padding: 2px 0; }

.filter__title {
  font-family: open_sansbold, sans-serif;
  color: #000;
  line-height: 1;
  margin-bottom: 0.7em;
  cursor: pointer;
  position: relative;
  padding-left: 18px; }
  .filter__title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    transition: 0.3s all; }
  .filter__title-active:before {
    transform: translateY(-50%); }

.range-slider {
  padding: 2px 0;
  position: relative; }

.range-slider__fields {
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.range-slider__line {
  width: 4px;
  height: 1px;
  background: #505050; }

.range-slider__btn {
  height: 22.73px;
  position: relative; }

.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 9.875px; }

input[type=number] {
  width: 46%;
  height: 30px;
  border: 1px solid #b3b3b3;
  text-align: center;
  border-radius: 5px;
  -moz-appearance: textfield;
  color: #505050;
  font-size: 14px;
  outline: none; }
  input[type=number]:focus {
    /* border: 1px solid #BDE5D7; */
    /*  */
    border: 1px solid #74b908;
    /*  */ }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type=number]:invalid,
input[type=number]:out-of-range {
  border: 2px solid #ff6347; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 6px;
  box-shadow: none;
  border: 0; }

input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 1px #707070;
  border: 3px solid #fff;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #74b908;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 6px;
  box-shadow: none;
  border: 0; }

input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 1px #707070;
  border: 3px solid #fff;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #74b908;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px; }

input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 6px;
  box-shadow: none;
  border: 0; }

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
  background: #1A437D;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }

input[type=range]::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 0 1px #707070;
  border: 3px solid #fff;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #74b908;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px; }

.filter-show {
  width: 100%;
  display: block;
  background: #74b908;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  line-height: 1;
  padding: 13px 30px;
  cursor: pointer;
  box-shadow: 0 2px 0 0 #4c7805;
  margin-bottom: 1em;
  /*  */
  transition: 0.3s;
  /*  */ }

/*  */
.filter-show:hover {
  background: #ffbc00;
  box-shadow: 0 2px 0 0 #bb8901; }
/*  */

.filter-reboot {
  width: 100%;
  display: block;
  color: #505050;
  text-align: center; }

.filter-header {
  display: none;
  width: 100%;
  height: 40px;
  background: #74b908;
  padding: 0 20px;
  color: #fff;
  align-items: center;
  font-size: 16px; }
  .filter-header__button {
    width: 21px;
    height: 19px;
    background: url("../img/icons/arrow-white.png") no-repeat center;
    background-size: contain;
    margin-right: 28px; }

.open-filter {
  display: none;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 46px;
  background: #74b908;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: inset 0 -2px 0 0 #4c7805;
  text-align: center;
  /* margin: 0 auto 16px; */
  padding: 0 5px;
  /*  */
  transition: 0.3s;
  margin: 0 auto;
  /*  */ }
  .open-filter img {
    margin-right: 18px; }

/*  */
.open-filter:hover {
    background: #ffbc00;
    box-shadow: inset 0 -2px 0 0 #bb8901; }
  /*  */

.range-width {
  height: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  z-index: 1;
  border-radius: 6px;
  background: #74b908;
  /* Old browsers */
  /* background: -moz-linear-gradient(top, #74b908 0%, #204113 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, #74b908 0%, #204113 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, #74b908 0%, #204113 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b908', endColorstr='#204113',GradientType=0 ); */
  /* IE6-9 */ }

.filter-buttons {
  margin-bottom: 54px; }

@media screen and (max-width: 930px) {
  .filter-header {
    display: flex; }

  .filter-buttons {
    padding: 0 20px;
    margin-bottom: 0; }

  .open-filter {
    display: flex; }

  .catalog__sidebar .advantages {
    display: none; } }
@media screen and (max-width: 600px) {
  .open-filter {
    order: -1; } }
@media screen and (max-width: 400px) {
  .open-filter {
    width: 100%; } }
.comparison {
  margin-bottom: 34px; }

.comparison-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 34px; }
  .comparison-header .title {
    margin-bottom: 0; }

.clear-list {
  font-size: 14px;
  color: #74b908;
  text-decoration: underline;
  /*  */
  flex: 0 0 auto;
  /*  */ }

.comparison-slider-block {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.comparison-table {
  position: absolute;
  top: 249px;
  left: 0;
  width: 100%;
  /* border: 1px solid #b3b3b3; */
  background: #fff;
  padding: 17px 20px;
  padding-top: 0;
  /* border-radius: 4px; */
  border-collapse: collapse;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25); }
  .comparison-table .comparison-row {
    width: 100%;
    display: flex;
    position: relative; }
    .comparison-table .comparison-row:nth-child(2n) .comparison-cell {
      background: #f5ffe5; }
  .comparison-table .comparison-cell {
    font-size: 14px;
    color: #000;
    padding: 17px;
    font-weight: bold; }
    .comparison-table .comparison-cell-title {
      width: 20%;
      flex: none; }

.comparison-cell-block {
  width: 80%;
  display: flex; }
  .comparison-cell-block .comparison-cell {
    flex: 1;
    width: auto;
    font-weight: normal;
    text-align: center; }

.comparison-price {
  font-size: 18px !important;
  font-weight: bold !important;
  text-align: center; }

.comparison-description {
  text-align: left !important; }

.comparison-slider .slider-right,
.comparison-slider .slider-left {
  top: 100px;
  transform: none; }

.comparison-slider__item .product {
  margin: 0;
  margin-left: auto;
  margin-right: auto; }

.product-information {
  margin-top: 20px; }
  .product-information div {
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #000;
    padding: 17px 5px;
    height: 50px;
    overflow: hidden; }
    .product-information div:nth-child(2n) {
      background: #f5ffe5; }
  .product-information span {
    display: block; }
  .product-information-title {
    display: none !important;
    font: 12px open_sansbold, sans-serif;
    color: #000;
    margin-bottom: 7px; }
  .product-information__price {
    color: #000;
    font-size: 18px !important;
    font-weight: bold !important;
    padding: 17px 5px; }
  .product-information__description {
    text-align: left !important; }

.comparison-row {
  height: 50px; }
  .comparison-row div {
    height: 100%; }

.product-information__description,
.comparison-row-description {
  height: 130px !important; }

.product-information__harvest,
.product-information__effect,
.comparison-row-harvest,
.comparison-row-effect {
  height: 66px !important; }

@media screen and (max-width: 800px) {
  .comparison-container {
    padding-left: 0;
    padding-right: 0; }

  .comparison-header {
    padding: 0 15px; }

  .comparison-slider-block {
    padding-bottom: 23px;
    margin-bottom: 20px; }

  .comparison .container {
    padding: 0; }

  .product-information {
    margin-top: 30px; }
    .product-information div {
      height: 72px;
      text-align: left;
      padding: 12px 15px; }
      /* .product-information div:first-child {
        border-top: 1px solid #b3b3b3; }
      .product-information div:last-child {
        border-bottom: 1px solid #b3b3b3; } */
    .product-information-title {
      display: block !important; }

  .product-information__description,
  .comparison-row-description {
    height: 102px !important; }

  .product-information__harvest,
  .product-information__effect,
  .comparison-row-harvest,
  .comparison-row-effect {
    height: 84px !important; }

  .comparison-slider .slider-right {
    right: 15px; }
  .comparison-slider .slider-left {
    left: 15px; }

  .comparison-table {
    display: none; } }
@media screen and (max-width: 670px) {
  .product-information__description,
  .comparison-row-description,
  .product-information__harvest,
  .product-information__effect,
  .comparison-row-harvest,
  .comparison-row-effect,
  .product-information div {
    height: auto !important; } }
@media screen and (max-width: 500px) {
  .comparison-header {
    flex-direction: column;
    align-items: flex-start; }
    .comparison-header .title {
      margin-bottom: 15px; }

  .clear-list {
    width: 100%;
    height: 46px;
    text-decoration: none;
    border: 1px solid #74b908;
    border-radius: 5px; } }
.card-container {
  display: flex;
  justify-content: space-between; }

.card-view {
  width: 32.2%;
  /* height: 535px; */
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column; }
  .card-view__header {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    /*  */
    position: relative;
    padding-right: 90px;
    /*  */ }
    .card-view__header .stars-review p {
      margin: 0 7px; }
  .card-view__body {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.card-image {
  flex: 1;
  width: 100%;
  padding: 0 10px;
  display: flex;
  /* align-items: flex-end; */
  /*  */
  align-items: center;
  /*  */
  justify-content: center; }

.card-slider__roulette {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative; }

.card-slider-nav {
  width: 73.7%;
  height: 115px;
  margin: 0 -10px;
  overflow: hidden;
  position: static; }
  .card-slider-nav .slider-left {
    left: 2%;
    background: #fff; }
    .card-slider-nav .slider-left:after {
      border-color: #3a7224; }
  .card-slider-nav .slider-right {
    right: 2%;
    background: #fff; }
    .card-slider-nav .slider-right:after {
      border-color: #3a7224; }

.card-slider__item {
  width: 130px;
  height: 112px;
  overflow: hidden;
  border: 1px solid #b3b3b3;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  cursor: pointer;
  padding: 5px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 10px; }

.card-specifications {
  width: 32.2%;
  /* height: 535px; */
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px; }

.card-description-item {
  width: 100%;
  /* height: 114px; */
  font-size: 14px;
  color: #505050;
  line-height: 1.14em;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #3a7224;
  padding-bottom: 5px;
  margin-bottom: 20px; }

/*  */
.card-description-item p {
  padding-bottom: 10px; }
/*  */

.card-specifications-items {
  width: 100%;
  height: auto;
  /* max-height: calc(100% - 124px); */
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-y: auto; }

.card-specifications-item {
  width: 49%;
  display: flex;
  align-items: center;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis; }
  .card-specifications-item p {
    width: calc(100% - 41px);
    font-size: 14px;
    font-weight: bold;
    color: #373737;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis; }

.card-specifications-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative; }
  .card-specifications-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.card-info {
  width: 32.2%;
  /* height: 535px; */
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  /* overflow: hidden; */
}

.card-info-header {
  /* height: 34px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*  */
  flex-wrap: wrap;
  /*  */
  margin-bottom: 7px;
  overflow: hidden; }

.card-price {
  /*  */  
  margin-bottom: 5px;
  /*  */
  min-width: 200px;
  font-size: 18px;
  color: #000; }
  .card-price span {
    font-size: 24px;
    font-weight: bold;
    color: #74b908; }

.card-price-one {
  /*  */
  flex: 40%;
  margin-bottom: 5px;
  /*  */
  display: flex;
  align-items: center; }
  .card-price-one__text {
    width: calc(100% - 24px);
    color: #f8ad3b;
    font-weight: bold;
    font-size: 12px; }
  .card-price-one__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f8ad3b;
    color: #fff;
    font-weight: bold;
    margin-right: 4px; }

.card-type {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #3a7224;
  margin-bottom: 20px; }
  .card-type p {
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin: 20px 12px 20px 0; }
  .card-type .select {
    margin: 20px 0;
    flex: 1; }

.card-where {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 14px; }

.card-where-links {
  display: flex;
  /* justify-content: space-between; */
  /*  */
  margin-left: -15px;
	position: relative;
  /*  */
  flex-wrap: wrap;
 /*  border-bottom: 1px solid #3a7224; */
  margin-bottom: 20px; 
}
.card-where-links::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #3a7224;
}
.card-where-link {
  /* width: 47%; */
  /*  */
  width: calc(50% - 15px);
  margin-left: 15px;
  transition: 0.3s;
  /*  */
  height: 62px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }

/*  */
.card-where-link:hover {    
  border: 1px solid #74b908; }
/*  */

.card-info-green {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  /* color: #74b908; */
  /* margin-bottom: 20px; */
  /*  */
  color: #373737;
  margin-bottom: 10px;
  /*  */ }
  .card-info-green:last-child {
    margin-bottom: 0; }

.card-about {
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 35px; }

.card-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 25px; }
  .card-tabs-mobile {
    display: none;
    margin-bottom: 0;
    margin-top: 25px; }

.card-tab {
  font-size: 18px;
  font-weight: bold;
  color: #74b908;
  margin-right: 60px;
  line-height: 1;
  border: none;
  background: none;
  outline: none; }
  .card-tab:last-child {
    margin-right: 0; }
  .card-tab-active {
    color: #000; }

.card-description-text {
  font-size: 14px;
  line-height: 1.28;
  color: #000;
  margin-bottom: 20px; }
  .card-description-text:last-of-type {
    margin-bottom: 0; }
.card-description-title {
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 12px; }

.card-reviews-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 1.14em; }
.card-reviews-button {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 40px; }
.card-reviews-items {
  border-top: 1px solid #e6e6e6;
  padding-top: 35px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between; }
.card-reviews-item {
  width: 49%; }

.card-reviews-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }

.card-reviews-item__date {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 1; }

.card-reviews-item__text {
  font-size: 14px;
  color: #373737;
  line-height: 1.57; }

.card-reviews-more {
  width: 100%;
  max-width: 180px;
  height: 40px;
  border: 1px solid #74b908;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #74b908;
  margin: 0 auto; }

.card-discussion-items {
  margin-bottom: 25px; }
.card-discussion-item {
  border: 1px solid #e6e6e6;
  padding: 18px 20px;
  border-radius: 4px;
  margin-bottom: 10px; }
  .card-discussion-item:last-child {
    margin-bottom: 0; }

.card-discussion-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px; }

.card-discussion-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.card-discussion-item__name {
  font-size: 14px;
  color: #373737;
  font-weight: bold;
  line-height: 1; }

.card-discussion-item__date {
  font-size: 14px;
  color: #808080;
  margin-left: 15px; }

.card-discussion-item__text {
  font-size: 14px;
  color: #373737;
  line-height: 1.57;
  margin-bottom: 15px; }

.card-discussion-item__answer {
  font-size: 14px;
  font-weight: bold;
  color: #74b908;
  line-height: 1; }

.card-discussion-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90px; }
  .card-discussion-rating-count {
    font-size: 14px;
    font-weight: bold;
    color: #74b908;
    line-height: 1; }

.card-discussion-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.card-discussion-form {
  width: 360px; }
  .card-discussion-form .input {
    margin-bottom: 10px; }
  .card-discussion-form .textarea {
    height: 140px; }

.card-discussion-form__title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 11px; }

.card-discussion-info-text {
  width: calc(100% - 380px); }
  .card-discussion-info-text p {
    font-size: 14px;
    color: #373737;
    margin-bottom: 20px;
    line-height: 1.57; }
  .card-discussion-info-text ul {
    padding-left: 6px;
    margin-bottom: 23px;
    list-style: none; }
  .card-discussion-info-text li {
    font-size: 14px;
    color: #373737;
    margin-bottom: 1em;
    position: relative;
    padding-left: 12px; }
    .card-discussion-info-text li:last-of-type {
      margin-bottom: 0; }
    .card-discussion-info-text li:before {
      content: "";
      position: absolute;
      top: 5px;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #74b908; }
  .card-discussion-info-text a {
    color: #74b908; }

.card-discussion-info-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px; }

.card-slider-container {
  position: relative;
  margin-bottom: 20px; }

.card-slider {
  width: 93.7%;
  margin: 0 auto;
  position: static;
  height: 465px;
  overflow: hidden; }
  .card-slider .slider-left {
    left: 0;
    background: #fff; }
    .card-slider .slider-left:after {
      border-color: #3a7224; }
  .card-slider .slider-right {
    right: 0;
    background: #fff; }
    .card-slider .slider-right:after {
      border-color: #3a7224; }

@media screen and (max-width: 1200px) {
  .card-specifications-item {
    width: 100%; } }
@media screen and (max-width: 1050px) {
  .card-type {
    /*  */
    align-items: stretch;
    /*  */
    flex-direction: column; }

  p.card-type__text {
    width: 100%;
    margin: 10px 0; }

  .card-type .select {
    width: 100%;
    margin-top: 0;
    margin-bottom: 17px; }

  .card-type,
  .card-where-links {
    margin-bottom: 17px; }

  .card-info-green {
    margin-bottom: 10px; } }
.tab-item {
  display: none; }
  .tab-item:first-of-type {
    display: block; }

@media screen and (max-width: 800px) {
  .card-container {
    flex-direction: column; }

  .card-view,
  .card-specifications,
  .card-info {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 15px 9px;
    padding-top: 9px; }

  .card-view {
    padding-top: 0; }

  .card-specifications {
    order: 1; }

  .card-info {
    order: 0; }

  .card-info-green {
    /* margin-bottom: 20px; */
    /*  */
    margin-bottom: 10px;
    /*  */ }

  .card-image {
    flex: none;
    height: 240px; }

  .card-slider-nav {
    width: 100%; }

  .card-slider-nav .slider-left {
    left: 20px; }

  .card-slider-nav .slider-right {
    right: 20px; }

  .card-slider-nav {
    margin: 0 -4px; }

  .card-slider__item {
    margin: 0 4px; }

  .card-info-header {
    height: auto;
    flex-direction: column; }

  .card-price {
    width: 100%; }

  .card-price-one {
    width: 100%;
    margin-top: 7px; }

  .card-type .select {
    margin-bottom: 10px; }

  .card-where-link {
    /* width: 48.14%; */
    margin-bottom: 10px; }
    .card-where-link:nth-child(3), .card-where-link:nth-child(4) {
      margin-bottom: 20px; }

  .card-description-item {
    height: auto; }

  /*.card-slider-container,
  .card-slider-title {
    display: none; }*/

  .card-about {
    padding: 12px 9px; }

  .card-specifications {
    margin-bottom: 0; }

  .card-reviews-button {
    margin-bottom: 20px; }

  .card-reviews-items {
    padding: 12px 0 17px; }

  .card-reviews-item__date {
    font-size: 14px; }

  .card-reviews-item:not(:first-child) {
    display: none; }

  .card-reviews-item {
    width: 100%; }

  .card-discussion-item {
    padding: 9px; }

  .card-discussion-item__info {
    flex-direction: column;
    align-items: flex-start; }

  .card-discussion-item__date {
    margin-left: 0;
    margin-top: 6px; }

  .card-discussion-item__text {
    margin-bottom: 0; }

  .card-discussion-container {
    flex-direction: column; }

  .card-discussion-form {
    width: 100%;
    margin-bottom: 16px; }

  .card-discussion-info-text {
    width: 100%; }

  .card-tabs-mobile {
    display: flex; } }
@media screen and (max-width: 550px) {
  .card-tabs {
    justify-content: space-between; }

  .card-tab {
    margin-right: 0; } }
/* home TOP blocks */
.top__item .content {
  display: none;
  padding: 10px 5px;
  margin-bottom: 0px; }

.top__item a.close {
  display: none;
  margin-bottom: 10px; }

.top__item .content a {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  border: none;
  background: none;
  color: #000; }

.top__item .content a:hover {
  text-decoration: underline; }

.top__item.open {
  height: auto; }

.top_sub {
  display: flex;
  flex-direction: column;
  align-items: center; }

@media screen and (max-width: 600px) {
  .categories-item.top__item {
    display: block;
    text-align: center;
    height: auto; }

  .top_sub {
    flex-direction: row; } }
.head-buttons {
  height: 50px;
  background: #f2f2f2; }
  .head-buttons .container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .head-buttons__link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    margin-left: 20px; }
    .head-buttons__link:first-child {
      margin-left: 0; }
  .head-buttons__img {
    width: 22px;
    height: 16px;
    position: relative; }
    .head-buttons__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .head-buttons__img + p {
      margin-left: 9px; }
  .head-buttons__count {
    position: absolute;
    top: -9px;
    right: -6px;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    border-radius: 50%;
    background: #ffbc00;
    overflow: hidden; }

.head-buttons-bottom {
  display: block !important; }

/*  */
@media screen and (max-width: 900px) {  
    .head-buttons-bottom {
      background: #fff;
      height: auto;
      padding-top: 10px; }
      .head-buttons-bottom .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
      .head-buttons-bottom .head-buttons__count {
        display: none; }
      .head-buttons-bottom .head-buttons__link {
        width: 50%;
        margin: 0;
        margin-bottom: 24px; } }
/*  */

@media screen and (max-width: 800px) {
  .head-buttons {
    display: none; }

  .head-buttons__link {
    margin-left: 24px; }

  /* .head-buttons-bottom {
    background: #fff;
    height: auto;
    padding-top: 10px; }
    .head-buttons-bottom .container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
    .head-buttons-bottom .head-buttons__count {
      display: none; }
    .head-buttons-bottom .head-buttons__link {
      width: 50%;
      margin: 0;
      margin-bottom: 24px; } */ }
.hidden-menu,
.hidden-menu-bottom {
  display: none;
  background: #fff;
  padding: 12px 15px 20px;
  box-shadow: 0 2px 7px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000; }
  .hidden-menu__header,
  .hidden-menu-bottom__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #74b908;
    margin-bottom: 25px; }
  .hidden-menu__close, .hidden-menu-bottom__close,
  .hidden-menu-bottom__close,
  .hidden-menu-bottom-bottom__close {
    width: 16px;
    height: 16px;
    position: relative; }
    .hidden-menu__close img, .hidden-menu-bottom__close img,
    .hidden-menu-bottom__close img,
    .hidden-menu-bottom-bottom__close img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .hidden-menu__nav,
  .hidden-menu-bottom__nav {
    margin-bottom: 22px; }
  .hidden-menu__link,
  .hidden-menu-bottom__link {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    font-size: 15px;
    color: #000; }
    .hidden-menu__link img,
    .hidden-menu-bottom__link img {
      margin-right: 10px; }
    .hidden-menu__link:last-child,
    .hidden-menu-bottom__link:last-child {
      margin-bottom: 0; }

.hidden-menu-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0; }
  .hidden-menu-bottom .header-input-block {
    display: block; }

.advantages-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 33px 0 70px; }

.advantages-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font: 18px open_sanssemibold, sans-serif;
  color: #2f2e2d; }
  .advantages-block__img {
    width: 60px;
    height: 60px;
    position: relative;
    margin-bottom: 20px; }
    .advantages-block__img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

@media screen and (max-width: 900px) {
  .advantages-block__text {
    width: 150px; } }
@media screen and (max-width: 670px) {
  .advantages-blocks {
    margin: 30px 0 0; }

  .advantages-block {
    width: 50%;
    margin-bottom: 30px; } }
.main-articles-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 33px; }
  .main-articles-list__item {
    width: 25%;
    font-size: 14px;
    color: #000;
    line-height: 1.28;
    padding-right: 10px; }
  .main-articles-list__title {
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1; }

.button-more-articles {
  max-width: 280px;
  margin: 0 auto; }

@media screen and (max-width: 800px) {
  .main-articles-list__item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px; }
    .main-articles-list__item:last-child {
      margin-bottom: 0; } }
.reviews {
  margin-bottom: 4.15em; }

.reviews__add-link {
  display: block;
  color: #74b908;
  text-decoration: underline;
  font: open_sansbold, sans-serif;
  margin-bottom: 1em;
  font-size: 22px; }

.reviews__count {
  line-height: 1;
  margin-bottom: 2.15em; }

.review-item {
  margin-bottom: 2.28em; }
  .review-item__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em; }
  .review-item__title {
    font-size: 1em;
    /* margin-right: 1.6em; */
    /*  */
    margin: 5px 10px 5px 0;
    /*  */ }
    .review-item__title span {
      font-family: open_sansbold, sans-serif; }
  .review-item__body {
    /*  */
    margin-top: -5px;
    /*  */
    color: #373737;
    line-height: 1.57; }

@media screen and (max-width: 800px) {
  .review-item {
    margin-bottom: 1.78em; }

  .review-item__header {
    margin-bottom: 1em; } }
.rating {
  display: flex; }

.star {
  width: 13px;
  height: 12px;
  background: url("../img/star-grey.png") no-repeat center;
  background-size: 100%;
  margin-right: 2px;
  cursor: pointer; }
  .star:last-child {
    margin-right: 0; }
  .star:hover {
    background: url("../img/star-yellow.png") no-repeat center;
    background-size: 100%; }

.star-active {
  background: url("../img/star-yellow.png") no-repeat center;
  background-size: 100%; }

.reviews .card-where-link {
  /*  */
  min-width: 200px;
  margin-left: 15px;
  transition: 0.3s;
  /*  */
  width: 23%;
  background: #fff; }

.reviews .card-where-link:hover {
  /* background: #f2ffdd; */
  /*  */
  border: 1px solid #74b908;
  /*  */ }

@media screen and (max-width: 700px) {
  .reviews .card-where-link {
    width: 100%; } }
@media screen and (max-width: 550px) {
  .card-tab {
    font-size: 14px; } }
.nice-select li:before {
  display: none !important; }

/*# sourceMappingURL=style.css.map */


.hand_like_container{
	display:flex;
	align-items:center;
	margin-top:10px;
}
.hand{
	background-position: right top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	opacity: 0.5;
	position: relative;
	width: 16px;
}
.hand:hover{
	opacity:1;
}
.like_count,.dislike_count{
	display: inline-block;
	position: relative;
	color:#000;
	margin-right:10px;
	margin-left:5px;
	font-size:14px;
}
.hand_like_container .like{
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgMTIiPjxzdHlsZT4uc3Qwe2ZpbGw6Izc0QjkwODt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMyAxMS4yVjdjMC0uNS0uNS0xLTEtMUgxYy0uNiAwLTEgLjUtMSAxdjRjMCAuNS40IDEgMSAxaDFjLjUgMCAxLS40IDEtLjZ2LS4yem03LjktNi4xTDggNWMuMi0uNy4zLTEuOC4zLTEuOUM4LjMgMiA4IC41IDggLjQgNy45LjIgNy4xLS4xIDYuNiAwYy0uOC4yLS43LjgtLjcuOCAwIC4yLS4yIDEuNy0uMyAyLS4zLjYtMSAxLjgtMS42IDIuNlYxMWMwIC41LjMgMSAxIDFoNC40YzIgMCAyLjEtMS42IDEuOC0xLjkuMy0uNC42LTEgLjItMS42LjItLjIuNy0uOS4zLTEuNi41LS40LjQtMS44LS44LTEuOHoiLz48L3N2Zz4=");
	top: 3px;
}
.hand_like_container .dislike{
	background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgMTIiPjxzdHlsZT4uc3Qwe2ZpbGw6IzI1NkFBNDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMyAuNkMzIC40IDIuNSAwIDIgMEgxQy40IDAgMCAuNSAwIDF2NGMwIC41LjQgMSAxIDFoMWMuNSAwIDEtLjUgMS0xVi42em04LjggNC41Yy4zLS43LS4xLTEuNC0uMy0xLjYuMy0uNi4xLTEuMi0uMi0xLjYuMi0uMy4xLTEuOS0xLjktMS45SDVjLS43IDAtMSAuNS0xIDF2NS42Yy42LjcgMS4zIDEuOSAxLjYgMi41LjIuMy4zIDEuOC4zIDIgMCAuMS0uMi42LjcuOC42LjIgMS4zLS4yIDEuNC0uNCAwIDAgLjMtMS41LjQtMi42IDAtLjEtLjItMS4yLS40LTEuOWwyLjktLjFjMS4yIDAgMS4zLTEuNC45LTEuOHoiLz48L3N2Zz4=");
	top: 6px;
}
.reviews-sort{
	display:flex;
	align-items:center;
	margin-top:10px;
	background:#eee;	
	padding:10px 5px;
}
.reviews-sort a{
	/* margin-left:15px; */
    /*  */
    margin-left:10px;
    /*  */
	text-align:center;
}
.reviews-sort a.active{
	color:#74B908;
	font-weight:bold;
}
.big .star {
  width: 23px;
  height: 22px;
}
.rating-count{
	display:flex;
	align-items:center;
}
.rating-count .count-info{
	margin-left:10px;
}
.reviews-top{
	display:flex;
	align-items:top;
}
@media screen and (max-width: 600px) {
	.reviews-top{
		display:block;
	}
	.reviews-top > div{
		width:100%!important;
		max-width:100%!important;
        /*  */
        padding-right: 0 !important;
        /*  */
	}
	.card-reviews-item__text{
		text-align: justify;
	}
}

.product-price__old{ text-decoration-line:line-through;color:#ff0000;margin-top:4px;font-size:14px; }

.top__item .content_preview{
	padding:10px 5px;
}
.top__item .content_preview a{
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  border: none;
  background: none;
  color: #000;
}
.top__item .content_preview a:hover{
	text-decoration:underline;
}

/* reviews last */
.reviews-last-block {
  display: flex;
  margin: 30px 0px;
}
.reviews-last-block .reviews-last-title {
  width: 75%;
}
.reviews-last-block .reviews-last-buttons {
  width: 25%;
}
.reviews-last-block .reviews-last-title .h {
  color: #27ae60;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
}
.reviews-last-block .reviews-last-title .title {
  flex:none;
}
.reviews-last-buttons {
  text-align: right;
}
.reviews-last-buttons a {
  margin-left: 10px;
}
.m_reviews-last .reviews-items{
	padding:0 40px;
}
.m_reviews-last .review-item{
	padding-right:10px;
	margin-bottom:0;
}
.m_reviews-last button.slider-left{
	left:0px;
}
.m_reviews-last button.slider-right{
	right:0px;
}
.m_reviews-last.home .reviews-last-title .rating{justify-content:left;}
@media screen and (max-width: 1000px) {
  .reviews-last-block .reviews-last-title .h,
  .reviews-last-buttons a {
    display: block;
  }
}
@media screen and (max-width: 620px) {
	.reviews-last-block .reviews-last-title {
	  width: 60%;
	}
	.reviews-last-block .reviews-last-buttons {
  	width: 40%;
	}
}
@media screen and (max-width: 480px) {
  .reviews-last-block {
    display: block;
  }
  .m_reviews-last .review-item{
		padding-right:0px;
  }
  .reviews-last-buttons {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .reviews-last-buttons a {
    margin-left: 0;
    display: inline;
  }
  .m_reviews-last .reviews-last-buttons a:last-child {
    float: none;
    /* margin-left: 20px; */
  }
  .reviews-last-block > div {
    width: 100%;
    text-align: center;
  }
  .reviews-last-block .reviews-last-title .h {
    margin-bottom: 10px;
    margin-right: 0;
  }
	.reviews-last-block .reviews-last-title,
	.reviews-last-block .reviews-last-buttons {
  	width: 100%;
	}
	.m_reviews-last.home .reviews-last-title .rating{justify-content:center;}
}
@media screen and (min-width: 620px) {
	.m_reviews-last.home .reviews-last-title{display:flex;}
	.m_reviews-last.home .reviews-last-title .review-item__stars.rating{margin-top:5px;margin-left:5px;}
	.m_reviews-last.home .reviews-last-title .rcount{margin-top:3px;margin-left:5px;font-size:14px;}
	.m_reviews-last.home .reviews-last-buttons{margin-top:3px;margin-left:5px;}
}
@media screen and (min-width: 800px) {
	.m_reviews-last.home .reviews-last-title{display:flex;}
	.m_reviews-last.home .reviews-last-title .review-item__stars.rating{margin-top:12px;margin-left:10px;}
	.m_reviews-last.home .reviews-last-title .rcount{margin-top:10px;margin-left:10px;}
	.m_reviews-last.home .reviews-last-buttons{margin-top:10px;}
}

/* menu */
.header__inner-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 54px;
  left: 0;
  background: #fff;
  padding: 0 15px; 
	z-index:3;
}
  .header__inner-menu table {
    width: 100%; }
  .header__inner-menu td {
    width: 25%;
    border-bottom: 1px solid #f3f3f3;
    padding-left: 80px; }
    .header__inner-menu td a {
      font-weight: bold;
      font-size: 15px;
      line-height: 76px;
      color: #3C3D3C; }
    .header__inner-menu td:hover a {
      color: #40BA00; }
  .header__inner-menu td:last-child td {
    border: none; }

.menu-product {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: left center; }

  .menu-product-clock {
    background-image: url("../img/categories/clock.png"); }
  .menu-product-strong {
    background-image: url("../img/categories/strong.png"); }
  .menu-product-speed {
    background-image: url("../img/categories/speed.png"); }
  .menu-product-fruitful {
    background-image: url("../img/categories/fruitful.png"); }
  .menu-product-low {
    background-image: url("../img/categories/low.png"); }

  .menu-product-student {
    background-image: url("../img/categories/student.png"); }
  .menu-product-cheap {
    background-image: url("../img/categories/non-expensive.png"); }
  .menu-product-weak-smelling {
    background-image: url("../img/categories/weak-smelling.png"); }
  .menu-product-street {
    background-image: url("../img/categories/street.png"); }
  .menu-product-inside {
    background-image: url("../img/categories/house.png"); }

  .menu-product-indika {
    background-image: url("../img/categories/indika.png"); }
  .menu-product-sativa {
    background-image: url("../img/categories/sativa.png"); }
  .menu-product-psychedelic {
    background-image: url("../img/categories/psychedelic.png"); }
  .menu-product-purple {
    background-image: url("../img/categories/purple.png"); }
  .menu-product-regular {
    background-image: url("../img/categories/regular.png"); }

  .menu-product-photo {
    background-image: url("../img/categories/photo.png"); }
  .menu-product-feminized {
    background-image: url("../img/categories/feminized.png"); }
  .menu-product-funny {
    background-image: url("../img/categories/funny.png"); }
  .menu-product-hit {
    background-image: url("../img/categories/hit.png"); }
  .menu-product-fruit {
    background-image: url("../img/categories/fruit.png"); }

  .menu-product-unpretentious {
    background-image: url("../img/categories/unpretentious.png"); }
  .menu-product-aphrodisiacs {
    background-image: url("../img/categories/aphrodisiacs.png"); }
  .menu-product-medical {
    background-image: url("../img/categories/medical.png"); }
  .menu-product-champion {
    background-image: url("../img/categories/champion.png"); }
  .menu-product-mix {
    background-image: url("../img/categories/mix.png"); }

  .menu-product-gro {
    background-image: url("../img/categories/gro.png"); }
  .menu-product-bioseeds {
    background-image: url("../img/categories/bioseeds.png"); }
  .menu-product-heavy {
    background-image: url("../img/categories/heavy.png"); }
  .menu-product-42 {
    background-image: url("../img/categories/42.png"); }
  .menu-product-celestial {
    background-image: url("../img/categories/celestial.png"); }
  .menu-product-dream {
    background-image: url("../img/categories/dream.png"); }
.head-buttons__link.catalog{
	margin-right:auto;
}

/* Стили для корзины + правки */

.crumbs-item {
  font-size: 14px;
}

.cart-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cart-items {
  margin-bottom: 20px;
  width: 65%;
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
  padding: 20px;
  overflow: hidden;
  transition: 0.3s;
}

.cart-header {
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #3C3D3C;
}

.cart-header-photo {
  margin-right: 20px;
  width: 80px;
}

.cart-header-title {
  margin-right: 20px;
  flex: 0 1 auto;
  min-width: calc(50% - 110px);
}

.cart-header-number {
  margin-right: 20px;
  flex: 0 1 40%;
  min-width: 158px;
}

.cart-header-price {
  margin-right: 20px;
  flex: 1 1 40%;  
}

.cart-header-del-btn,
.cart-del-btn {  
  flex: 0 0 auto;
  background: none;
  background-image: url('../img/close-2.png');
  display: block;
  overflow: hidden;
  width: 13px;
  height: 13px;  
  background-size: 13px 13px;
  background-position: 50%;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  text-decoration: none;
  transition: 0.3s;
}

.cart-header-del-btn:hover,
.cart-del-btn:hover {
  background-image: url('../img/close-hover-2.png');
}

.cart-subtitle {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;  
}

.cart-list {
  margin-bottom: 20px;
}

.cart-item {
  padding: 20px 0;
  display: flex;
  align-items: center;  
}

.cart-item:not(:last-child) {
  border-bottom: 1px solid #74b908;
}

.cart-item-container-one {  
  flex: 0 1 40%;
  display: flex;
  align-items: center;
}

.cart-item-container-two {  
  flex: 0 0 60%;
  display: flex;
  align-items: center;
}

.cart-item-photo {
  margin-right: 20px;
  flex: 0 0 80px;
}

.cart-item-title {
  margin-right: 20px;
  flex: 0 1 auto;
  min-width: calc(50% - 110px);
}

.cart-title-link {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.cart-input-number {
  margin-right: 20px;
  flex: 0 1 40%;
  display: flex;
  align-items: center;
}

.cart-input-number span {
  text-align: center;
  width: calc(46px * 3 + 20px);
}

.cart-input-number-minus,
.cart-input-number-plus {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #f2f2f2;
  cursor: pointer;
  user-select: none;
  transition: 0.3s;
}

.cart-input-number-minus:hover,
.cart-input-number-plus:hover {
  background-color: #eaeaea;
}

.cart-input-number-minus::before,
.cart-input-number-plus::before,
.cart-input-number-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 16px;
  height: 2px;
  display: block;
  background-color: #74b908;
}

.cart-input-number-plus::after {
  transform: translate(-50%, 0) rotate(90deg);
}

.cart-input-number-pack {
  margin: 0 10px;
  width: 46px;
  min-width: 46px;
  height: 46px;
  border: none;
  outline: none;
  padding: 8px 0;
  font: inherit;
  font-size: 16px;
  text-align: center;
  color: inherit;
}

.cart-input-number-pack:focus {    
  border: 1px solid #74b908;
  border-radius: 4px;
}

.cart-price {
  margin-right: 20px;
  flex: 1 1 40%;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.cart-new-price {
  margin-right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #74b908;
  white-space: nowrap;  
}

.cart-old-price {
  /* margin-left: 15px; */
  font-size: 16px;
  color: #ff0000;
  white-space: nowrap;
  text-decoration: line-through;
}

.cart-info {
  width: 33%;
  transition: 0.3s;  
}

.cart-promo,
.cart-discont,
.cart-total {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b3b3b3;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.25);
  padding: 20px;
  overflow: hidden;
}

/* .cart-promo {
  margin-bottom: 0;  
} */

.cart-promo-code {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #74b908;
}

.cart-discont {
  position: relative;
}

.cart-discont-subtitle {
  width: calc(100% - 96px);
  color: #74b908;
}

.cart-discont-img {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url('../img/discont-02.svg');
  display: block;    
  width: 86px;
  height: 86px;  
  background-size: 86px 86px;
  background-position: 50%;
  background-repeat: no-repeat;    
}

.cart-sum {
  margin-bottom: 14px;
  font-size: 34px;
  font-weight: bold;
  color: #74b908;
  white-space: nowrap;
}

.cart-total-discont,
.cart-total-bonus {
  padding-left: 22px;
  margin-bottom: 7px;
  position: relative;
}

.cart-total-bonus {    
  margin-bottom: 20px;    
}

.cart-total-discont::before,
.cart-total-bonus::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;    
  display: block;    
  width: 16px;
  height: 16px;  
  background-size: 16px 16px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.cart-total-discont::before {
  background-image: url('../img/discont-cert-02.svg');
}

.cart-total-bonus::before {
  background-image: url('../img/bonus-02.svg');
}

.cart-total [type=radio] {
  display: none;
}
 
.cart-total-stores {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;  
  margin-bottom: 14px;
}

.cart-total-store {
  margin-bottom: 15px;
  padding: 5px;
  width: calc(50% - 7.5px); 
  height: 62px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;  
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;  
  transition: 0.3s;
}

.cart-total-store:hover,
.cart-total-store-checked {
  border: 1px solid #74b908;
}

.cart-total-button {  
  padding: 13px 26px;
  margin: auto;
  margin-bottom: 10px;
  display: block;    
  font-size: 16px;
  border-radius: 4px;
  background: #74b908;
  box-shadow: 0 2px 0 0 #4c7805;
  color: #fff;    
  border: none;
  transition: 0.3s;
}

.cart-total-button:hover {  
  background: #ffbc00;
  box-shadow: 0 2px 0 0 #bb8901;
}

@media screen and (max-width: 900px) {
  .cart-container {
    flex-direction: column;
  }
  .cart-items,
  .cart-info {    
    width: 100%;    
  }
}

@media screen and (max-width: 600px) {
  .cart-header {
    display: none;
  }
  .cart-item {
    position: relative;
    flex-direction: column;
  }
  .cart-item-container-one {
    margin-bottom: 20px;
    align-self: flex-start;
  }
  .cart-item-container-two {
    flex-direction: column;
  }
  .cart-input-number,
  .cart-price {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cart-new-price {
    margin-right: 0;    
  }  
  .cart-old-price {
    margin-left: 15px;    
  }
  .cart-del-btn {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

/* add basket bottom */
.add-basket__block {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.add-basket__pic {
  width: 160px;
  height: 160px;
  overflow: hidden;
  position: relative;
  margin-right: 35px; }
  .add-basket__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%; }

.add-basket__info {
	margin-right:auto;
}

.add-basket__name {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #000;
}

.add-basket__text {
  font-weight: bold;
  font-size: 16px;
  color: #3C3D3C;
  padding-right: 22px; }

.basket__type {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #3C3D3C;
  background: #FFFFFF;
  cursor: pointer;
  outline: none;
  padding: 0 37px 0 11px;
  border: none; }

.add-basket__table td {
  padding-bottom: 12px; }

.add-basket__price {
  display: flex;
  justify-content: center;
  margin-bottom: 35px; }

.add-basket__price-block {
  font-weight: bold;
  font-size: 28px;
  color: #3a7224;
  display: flex;
  align-items: flex-end;
  margin-right: 34px; }

.add-basket__price-text {
  font-size: 18px;
  color: #3C3D3C;
  margin-right: 21px; }

.add-basket__btn {
  display: block;
  width: 236px;
  height: 50px;
  margin: 0 auto;
  background: #ff7b0f;
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  outline: none; }
  .add-basket__btn:hover {
    background: linear-gradient(180deg, #ff7b0f 0%, #bc5400 100%); }
  .add-basket__btn:active {
    background: #bc5400; }

@media screen and (max-width: 1050px) {
  .add-basket__name {
		margin-bottom:20px;
	}
}
@media screen and (max-width: 600px) {
  .add-basket__block {
    flex-direction: column;
    border: none;
    margin-bottom: 0; }

  .add-basket__pic {
    width: 178.5px;
    height: 145.25px;
    margin-right: 0;
    margin: 0 auto; 
		margin-top:30px;
	}
  .add-basket__info {
    padding-top: 12px; 
		margin:auto;
	}
  .add-basket__name {
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #828282;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%); }

  .add-basket__price {
    flex-direction: column;
    margin-bottom: 16px; }

  .add-basket__price-block {
    margin-right: 0;
    margin-bottom: 16px; }

  .add-basket__text {
    padding-right: 13px; }

  .select {
    width: 177px; } }
@media screen and (max-width: 360px) {
  .add-basket {
    max-height: 95vh;
    overflow: auto; }

  .add-basket__table td {
    display: block; } }


/* pictures preview while add */
.photos_label{
	cursor:pointer;
	display:inline!important;
	font-size:16px;
	padding:5px 20px;
}
#photos{
	display:none;
}
.imagesContainer{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:10px;
}
.imageThumb {
  max-height: 75px;
	border:1px solid #000;
  border-radius:10px;
}
.imagePip {
  display: inline-block;
  margin-right:10px;
	margin-bottom:10px;
	position:relative;
}
.imagePip .remove {
	position:absolute;
	right:1px;
	top:1px;
  color:#c80909;
  cursor: pointer;
	font-family: Ubuntu,Verdana,sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-weight:bold;
}
.imagePip .remove:hover {
  color:#3A7702;
}
.card-type .select{
	min-width:150px;
}

/* second product image */
.product-image.add,
.products .product .product-right .product-image.add{
	display:none;
}
