@charset "UTF-8";
/*! 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;
  color: #3e9273; }

/**
 * 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;  */
  padding: 10px 10px 0; /*  */
  border: 1px solid #ccc; /*  */
  border-radius: 5px; /*  */
  margin: 10px 0; /*  */}

/**
 * 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 {
  font-family: "PT Sans", sans-serif;
  color: #3C3D3C; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.container {
  max-width: 1175px;
  margin: 0 auto; }

img {
  max-width: 100%;
  display: block; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

button, input[type=button] {
  cursor: pointer; }

.html-over {
  overflow: hidden; }

.button {
  padding: 0 35px;
  height: 50px;
  border-radius: 3px;
  background: #3E9273;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
  font-weight: bold;
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  cursor: pointer;
  transition: 0.3s; /*  */ }
  .button:hover {
    /* background: linear-gradient(180deg, #359370 0%, #157350 100%); */
    background: #187653; /*  */ }

h1, h2, .h2 {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 24px;
  /* line-height: 2.2; */
  line-height: 1.25; /*  */
  text-align: center;
  color: #3C3D3C;
  margin-bottom: 21px; }

h1 {
  color: #3E9273;
  margin: 0;
  margin-bottom: 21px; /*  */ }

.counter {
  width: 127px;
  height: 42px;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #E5E5E5;
  border-radius: 5px; }

.counter__btn {
  width: 39px;
  height: 100%;
  position: absolute;
  top: 0;
  border: none;
  outline: none;
  background: none;
  transition: 0.3s all; }
  .counter__btn:hover:after, .counter__btn:hover:before {
    background: #3E9273; }

.counter__btn-minus {
  left: 0;
  border-right: 2px solid #ECECEC; }
  .counter__btn-minus:after {
    content: "";
    position: absolute;
    width: 18.28px;
    height: 3.66px;
    background: #939393;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

.counter__btn-plus {
  right: 0;
  border-left: 2px solid #ECECEC; }
  .counter__btn-plus:after {
    content: "";
    position: absolute;
    width: 18.28px;
    height: 3.66px;
    background: #939393;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
  .counter__btn-plus:before {
    content: "";
    position: absolute;
    width: 18.28px;
    height: 3.66px;
    background: #939393;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(90deg); }

input.counter__summ {
  max-width: 43px !important;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.attention {
  /* width: 211px; */
  height: 34px;
  background: #FFFFFF;
  border: 1.5px dashed #D1D1D1;
  border-radius: 8px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #878787;
  /* padding-left: 18px; */
  padding-left: 35px; /*  */
  padding-right: 10px; /*  */
  position: relative; }
  .attention:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 9px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #F9D555 url("../img/svg/attention.svg") no-repeat center;
    background-size: 4px 14px; }

@media screen and (max-width: 1250px) {
  .container {
    padding: 0 15px; } }
@media screen and (max-width: 768px) {
  h1, h2 {
    font-size: 18px;
    margin-bottom: 17px; }

  .button {
    font-size: 16px; } }
.checkout__filed .email.error {
  position: absolute;
  padding: 0;
  margin-top: -30px;
  font-size: 13px; }

@media screen and (max-width: 768px) {
  .checkout__filed .email.error {
    position: static;
    margin-top: 0px; } }
@font-face {
  font-family: 'PT Sans';
  src: url("../fonts/pt-sans/pt_sans-web-regular.eot");
  src: url("../fonts/pt-sans/pt_sans-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans/pt_sans-web-regular.woff2") format("woff2"), url("../fonts/pt-sans/pt_sans-web-regular.woff") format("woff"), url("../fonts/pt-sans/pt_sans-web-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'PT Sans Caption';
  src: url("../fonts/pt-sans-caption/pt_sans-caption-web-regular.eot");
  src: url("../fonts/pt-sans-caption/pt_sans-caption-web-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pt-sans-caption/pt_sans-caption-web-regular.woff2") format("woff2"), url("../fonts/pt-sans-caption/pt_sans-caption-web-regular.woff") format("woff"), url("../fonts/pt-sans-caption/pt_sans-caption-web-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.contacts__row:after {
  content: "";
  display: block;
  clear: both; }

.header-pg {
  background: #F5F5F5;
  padding: 32px 0 50px;
  position: relative;
  z-index: 10; }

.header__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3E9273; }

.rub {
  margin-left: 5px;
  margin-right: 8px; }

.header__block-left {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.humburger {
  display: none;
  width: 22.06px;
  height: 16.76px;
  background: url("../img/svg/humburger.svg") no-repeat center;
  background-size: 100%;
  border: none;
  outline: none; }

.header__search-2 {
  display: none;
  width: 24.71px;
  height: 24.71px;
  background: url("../img/svg/search-2.svg") no-repeat center;
  background-size: 100%;
  border: none;
  outline: none; }

.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__logo {
  display: block;
  width: 212px;
  height: 38px; }

.header__btns {
  width: 62%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__summ {
  display: flex; }

.header__btns a {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #3C3D3C; }

.header__summ {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 14px; }

.header__checkout {
  text-decoration-line: underline;
  color: #3E9273; }

.header__user,
.header__info,
.header__marker,
.header__basket {
  height: 42px;
  line-height: 42px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left center; }

.header__basket {
  line-height: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: center; /*  */ }

.header__user {
  background-image: url("../img/svg/user.svg");
  background-size: 27px 27px;
  transition: 0.3s; /*  */ }
  .header__user:hover {
    background-image: url("../img/svg/user-hover.svg"); }

.header__info {
  background-image: url("../img/svg/info.svg");
  background-size: 25.29px 24.38px;
  transition: 0.3s; /*  */ }
  .header__info:hover {
    background-image: url("../img/svg/info-hover.svg"); }

.header__marker {
  background-image: url("../img/svg/marker.svg");
  background-size: 27px 23px;
  transition: 0.3s; /*  */ }
  .header__marker:hover {
    background-image: url("../img/svg/marker-hover.svg"); }

.header__basket {
  background-image: url("../img/svg/basket.svg");
  background-size: 25px 30px;
  transition: 0.3s; /*  */ }
  .header__basket:hover {
    background-image: url("../img/svg/basket-hover.svg"); }

.header-lst {
  width: 100%;
  position: absolute;
  bottom: -27px;
  z-index: 2; }

.header__nav {
  background: #3E9273;
  height: 54px; }

.header__menu {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header__menu-item > span,
.header__menu-item > a {
  display: block;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0 17px;
  transition: 0.3s; /*  */ }
  .header__menu-item > span:after,
  .header__menu-item > a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    background: #76b191;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.header__menu-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .header__menu-item:last-child {
    border: none;
    width: 226px;
    height: 100%; }
  .header__menu-item:nth-last-child(2) a:after {
    content: none; }

.header__menu-item:first-child {
  background: url("../img/svg/catalog-img.svg") no-repeat 19px center;
  background-size: 18px 10px;
  padding-left: 50px;
  position: relative; }
  .header__menu-item:first-child span {
    padding-left: 0; }

.header__menu-item:hover > a, .header__menu-item:hover > span, .header__menu-hidden a:hover {
  color: #F9D555; }

.header__search {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: #51AA89 url("../img/svg/search.svg") no-repeat right 19px center;
  background-size: 24px 23.38px;
  color: #BCE2D4;
  font-size: 14px;
  font-weight: bold;
  font-family: "PT Sans Caption", sans-serif;
  text-align: left;
  padding-left: 30px; }

.header__search-block {
  display: none;
  width: 100%;
  height: 92px;
  position: absolute;
  bottom: -92px;
  background: #fff; }
  .header__search-block .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    padding-top: 26px; }

.header__search-field {
  width: 80%;
  font-family: "PT Sans Caption", sans-serif;
  color: #3E9273;
  font-weight: bold;
  border: none;
  outline: none; }
  .header__search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3E9273; }
  .header__search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #3E9273; }
  .header__search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #3E9273; }
  .header__search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #3E9273; }

.header__search-start {
  width: 23.25px;
  height: 18.41px;
  background: url("../img/svg/arrow.svg") no-repeat center;
  background-size: 100%;
  border: none;
  outline: none;
  margin-right: 30px; }
  .header__search-start:hover {
    background-image: url("../img/svg/arrow-hover.svg"); }

.header__search-close {
  width: 19px;
  height: 19px;
  background: url("../img/svg/close.svg") no-repeat center;
  background-size: 100%;
  border: none;
  outline: none; }
  .header__search-close:hover {
    background-image: url("../img/svg/close-hover.svg"); }

.header__inner-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 54px;
  left: 0;
  background: #fff;
  padding: 0 15px; }
  .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-family: "PT Sans Caption", sans-serif;
      font-weight: bold;
      font-size: 15px;
      line-height: 76px;
      color: #3C3D3C;
      transition: 0.3s; /*  */ }
    .header__inner-menu td:hover a {
      color: #3E9273; }
  .header__inner-menu td:last-child td {
    border: none; }

.menu-product {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: left center; }
  .menu-product-strong {
    background-image: url("../img/svg/product/strong.svg"); }
    .menu-product-strong:hover {
      background-image: url("../img/svg/product/strong-hover.svg"); }
  .menu-product-indika {
    background-image: url("../img/svg/product/indika.svg"); }
    .menu-product-indika:hover {
      background-image: url("../img/svg/product/indika-hover.svg"); }
  .menu-product-feminized {
    background-image: url("../img/svg/product/feminized.svg"); }
    .menu-product-feminized:hover {
      background-image: url("../img/svg/product/feminized-hover.svg"); }
  .menu-product-popular {
    background-image: url("../img/svg/product/popular.svg"); }
    .menu-product-popular:hover {
      background-image: url("../img/svg/product/popular-hover.svg"); }
  .menu-product-flowering {
    background-image: url("../img/svg/product/flowering.svg"); }
    .menu-product-flowering:hover {
      background-image: url("../img/svg/product/flowering-hover.svg"); }
  .menu-product-sativa {
    background-image: url("../img/svg/product/sativa.svg"); }
    .menu-product-sativa:hover {
      background-image: url("../img/svg/product/sativa-hover.svg"); }
  .menu-product-regular {
    background-image: url("../img/svg/product/regular.svg"); }
    .menu-product-regular:hover {
      background-image: url("../img/svg/product/regular-hover.svg"); }
  .menu-product-mix {
    background-image: url("../img/svg/product/mix.svg"); }
    .menu-product-mix:hover {
      background-image: url("../img/svg/product/mix-hover.svg"); }
  .menu-product-speed {
    background-image: url("../img/svg/product/speed.svg"); }
    .menu-product-speed:hover {
      background-image: url("../img/svg/product/speed-hover.svg"); }
  .menu-product-street {
    background-image: url("../img/svg/product/street.svg"); }
    .menu-product-street:hover {
      background-image: url("../img/svg/product/street-hover.svg"); }
  .menu-product-medical {
    background-image: url("../img/svg/product/medical.svg"); }
    .menu-product-medical:hover {
      background-image: url("../img/svg/product/medical-hover.svg"); }
  .menu-product-cheap {
    background-image: url("../img/svg/product/cheap.svg"); }
    .menu-product-cheap:hover {
      background-image: url("../img/svg/product/cheap-hover.svg"); }
  .menu-product-fruitful {
    background-image: url("../img/svg/product/fruitful.svg"); }
    .menu-product-fruitful:hover {
      background-image: url("../img/svg/product/fruitful-hover.svg"); }
  .menu-product-inside {
    background-image: url("../img/svg/product/inside.svg"); }
    .menu-product-inside:hover {
      background-image: url("../img/svg/product/inside-hover.svg"); }
  .menu-product-student {
    background-image: url("../img/svg/product/student.svg"); }
  .menu-product-photo {
    background-image: url("../img/svg/product/photo.svg"); }
    .menu-product-photo:hover {
      background-image: url("../img/svg/product/photo-hover.svg"); }
  .menu-product-indika-sativa {
    background-image: url("../img/svg/product/indika-sativa.svg"); }
    .menu-product-indika-sativa:hover {
      background-image: url("../img/svg/product/indika-sativa-hover.svg"); }
  .menu-product-low {
    background-image: url("../img/svg/product/low.svg"); }
    .menu-product-low:hover {
      background-image: url("../img/svg/product/low-hover.svg"); }
  .menu-product-low-smelling {
    background-image: url("../img/svg/product/low-smelling.svg"); }
    .menu-product-low-smelling:hover {
      background-image: url("../img/svg/product/low-smelling-hover.svg"); }
  .menu-product-growerz {
    background-image: url("../img/svg/product/growerz.svg"); }
    .menu-product-growerz:hover {
      background-image: url("../img/svg/product/growerz-hover.svg"); }
  .menu-product-bioseeds {
    background-image: url("../img/svg/product/bioseeds.svg"); }
    .menu-product-bioseeds:hover {
      background-image: url("../img/svg/product/bioseeds-hover.svg"); }
  .menu-product-heavy {
    background-image: url("../img/svg/product/heavy.svg"); }
    .menu-product-heavy:hover {
      background-image: url("../img/svg/product/heavy-hover.svg"); }
  .menu-product-42 {
    background-image: url("../img/svg/product/42.svg"); }
    .menu-product-42:hover {
      background-image: url("../img/svg/product/42-hover.svg"); }
  .menu-product-celestial {
    background-image: url("../img/svg/product/celestial.svg"); }
    .menu-product-celestial:hover {
      background-image: url("../img/svg/product/celestial-hover.svg"); }
  .menu-product-dream {
    background-image: url("../img/svg/product/dream.svg"); }
    .menu-product-dream:hover {
      background-image: url("../img/svg/product/dream-hover.svg"); }

/* header__menu-item-more */
.header__menu-item-more:hover .header__menu-hidden {
  display: block; }

/* header__menu-hidden */
.header__menu-hidden {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 300px;
  z-index: 100;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07); }

.header__menu-hidden li {
  border-bottom: 1px solid #e5e5e5; }

.header__menu-hidden li:last-child {
  border: none; }

.header__menu-hidden a {
  display: block;
  color: #3C3D3C;
  padding: 10px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s; /*  */ }

@media screen and (max-width: 1160px) {
  .header__btns {
    width: 70%; }

  .header__menu-item > span,
  .header__menu-item > a {
    padding: 0 15px; } }
@media screen and (max-width: 1070px) {
  .header__menu-item > span,
  .header__menu-item > a {
    padding: 0 10px; } }
@media screen and (max-width: 1015px) {
  .header-pg {
    padding: 9px 0 0;
    position: fixed;
    width: 100%; }

  .main__catalog {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 93px; }
    .main__catalog.scroll {
      top: 88px; }

  .after-fixed-space {
    padding-top: 150px; }
    .after-fixed-space.search-open {
      padding-top: 200px; }

  .header-pg .container {
    padding: 0; }

  .header__block-left {
    width: 100%;
    padding: 0 15px; }

  .humburger,
  .header__search-2 {
    display: block; }

  .header__block {
    flex-direction: column; }

  .header__logo {
    width: 134px;
    height: 24.05px; }

  .header-lst {
    display: none; }

  .header__btns {
    width: 100%;
    background: #3E9273;
    padding: 0 15px;
    margin-top: 12px; }

  .header__btns a span:first-of-type,
  .header__summ p:not(:last-child),
  .header__checkout,
  .header__line {
    display: none; }

  .header__btns a {
    color: #fff; }

  .header__btns span {
    margin: 0 3px; }

  .header__summ span {
    display: inline !important; }

  .header__basket {
    line-height: 42px;
    background-image: url("../img/svg/basket-2.svg"); }
    .header__basket:hover {
      background-image: url("../img/svg/basket-2.svg"); }

  .header__user {
    background-image: url("../img/svg/user-2.svg"); }
    .header__user:hover {
      background-image: url("../img/svg/user-2.svg"); }

  .header__info {
    background-image: url("../img/svg/info-2.svg"); }
    .header__info:hover {
      background-image: url("../img/svg/info-2.svg"); }

  .header__marker {
    background-image: url("../img/svg/marker-2.svg"); }
    .header__marker:hover {
      background-image: url("../img/svg/marker-2.svg"); }

  .header__search-block {
    z-index: 5;
    padding: 0 15px;
    height: 60px;
    bottom: -60px; }
    .header__search-block.search-open {
      bottom: -110px; } }
@media screen and (max-width: 500px) {
  .header__btns a,
  .header__summ span {
    font-size: 13px; }

  .header__search-start {
    margin-right: 10px; } }
.header__menu-item-catalog a {
  color: #fff; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.advantages__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 58px 0 54px;
  border-top: 3px solid #E7E7E7; }

.advantages__item {
  width: 265px;
  height: 60px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #3C3D3C;
  padding-left: 89px;
  background-repeat: no-repeat;
  background-position: left center; }
  .advantages__item p:first-child {
    margin-bottom: 10px; }
  .advantages__item p:last-child {
    font-size: 14px;
    font-weight: normal; }
  .advantages__item:first-child {
    background-image: url("../img/svg/box.svg");
    background-size: 50px 50px; }
  .advantages__item:nth-child(2) {
    background-image: url("../img/svg/price.svg");
    background-size: 41.5px 44.6px; }
  .advantages__item:nth-child(3) {
    background-image: url("../img/svg/discount.svg");
    background-size: 46.81px 48.91px; }
  .advantages__item:last-child {
    background-image: url("../img/svg/security.svg");
    background-size: 45px 46.47px; }

@media screen and (max-width: 1115px) {
  .advantages__item {
    width: 170px;
    height: auto;
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
    background-position: center top; } }
@media screen and (max-width: 768px) {
  .advantages__block {
    padding: 36px 0 45px; }

  .advantages__item {
    /* width: 50%; */
    width: calc(50% - 5px); /*  */
    margin-bottom: 37px; }
    .advantages__item:nth-child(3) {
      margin-bottom: 0; }
    .advantages__item:last-child {
      margin-bottom: 0; } }
@media screen and (max-width: 500px) {
  .advantages__item {
    width: 100%;
    height: 58px;
    text-align: left;
    padding-left: 73px;
    padding-top: 0;
    background-position: left center;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    margin-bottom: 39px !important; } }
.black-block {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 15; }

.banner {
  padding: 42px 0 35px; }

.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: "PT Sans Caption", 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: "PT Sans", 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: 1015px) { /*  */
  .banner {      
    padding-top: 11px } }

@media screen and (max-width: 768px) {
  .banner {
    /* padding: 11px 0; */
    padding: 11px 0 35px; /*  */ }
    .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;
  justify-content: space-between; /*  */
  align-items: flex-start; /*  */
  margin-bottom: 20px;
  /* margin-left: 15px; */ }

.home-top-blocks-separ {
  /* width: 42px; */
  width: 20px; /*  */ }

.home-top-blocks-row {
  /* width: 47%; */
  width: 49%; /*  */
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 15px;
  transition: 0.3s; /*  */ 
}

.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 .b.mob{
	display:none;
}
@media (max-width: 640px) {
	.home-top-blocks-row .b{
		display:none;
	}
	.home-top-blocks-row .b.mob{
		display:block;
	}
	.home-top-blocks-row{
		display:none;
	}
	.home-top-blocks-row.mob{
		display:block;
	}
}


.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;
  transition: 0.3s; /*  */ }

.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; */
  padding: 0 10px 10px; /*  */
  margin-top: -10px; /*  */
  /* margin-bottom: 10px; */ 
	padding-left:0;
	padding-right:0;
}

.home-top-blocks-row a.close {
  display: none; }

.home-top-blocks-row .content a {
  display: block;
  border: none;
  background: none;
  color: black; 
	padding-left:0;
	padding-right:0;
}

.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; } }
.hidden-menu {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  overflow: auto; }

.hidden-menu__header {
  height: 46px;
  position: relative; }

.hidden-menu__close {
  background: none;
  outline: none;
  border: none;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background: urL("../img/svg/close-hover.svg") no-repeat center;
  background-size: 100%; }

.hidden-menu__logo {
  display: block;
  width: 134px;
  height: 24.05px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

.hidden-menu__search-block {
  position: relative; }

.hidden-menu__search {
  display: block;
  width: 100%;
  height: 53px;
  background: #3E9273;
  border: none;
  outline: none;
  padding: 0 18px;
  padding-right: 50px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #fff; }
  .hidden-menu__search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .hidden-menu__search::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .hidden-menu__search:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .hidden-menu__search:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

.hidden-menu__search-btn {
  width: 24.71px;
  height: 24.71px;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url("../img/svg/search-3.svg") no-repeat center;
  background-size: 100%; }

.hidden-menu__title {
  height: 40px;
  line-height: 40px;
  background: #F2F2F2;
  border: 1px solid #DCDCDC;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #4C4C4C;
  padding: 0 18px; }

.hidden-menu__list {
  padding: 22px 18px; }
  .hidden-menu__list li {
    margin-bottom: 21px; }
    .hidden-menu__list li:last-child {
      margin-bottom: 0; }

.hidden__item {
  color: #3E9273;
  font-size: 14px;
  font-weight: bold;
  font-family: "PT Sans Caption", sans-serif; }

.main__catalog {
  display: none;
  margin-bottom: 18px; }

.main__catalog-btn {
  display: block;
  width: 300px;
  height: 46px;
  margin: 0 auto;
  background: #3E9273;
  color: #fff;
  border-radius: 3px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  text-align: center;
  border: none;
  outline: none; }
  .main__catalog-btn span {
    position: relative;
    padding-left: 28px; /*  */ }
    .main__catalog-btn span:before {
      content: "";
      width: 17px;
      height: 11px;
      background: url("../img/svg/catalog-img.svg") no-repeat center;
      background-size: 100%;
      position: absolute;
      top: 50%;
      /* left: -28px; */
      left: 0; /*  */
      transform: translateY(-50%); }

@media screen and (max-width: 1015px) {
  .main__catalog {
    display: block; } }
@media screen and (max-width: 500px) {
  .main__catalog-btn {
    width: 100%; } }
.hidden-catalog {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  overflow: auto; }

.hidden-catalog__close {
  display: block;
  width: 100%;
  height: 46px;
  background: #3E9273;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  border: none;
  outline: none;
  border-radius: 3px; }

.hidden-catalog__link {
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #DCDCDC;
  position: relative;
  color: #4C4C4C;
  font-weight: bold;
  font-size: 14px;
  font-family: "PT Sans Caption", sans-serif;
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 40px 40px; }
  .hidden-catalog__link span {
    position: absolute;
    top: 50%;
    left: 77px;
    transform: translateY(-50%); }

.carousel-goods {
  /* padding-top: 60px; */
  padding-top: 0; /*  */ }

.carousel-2 {
  /* width: 1175px; */
  width: 100%; /*  */
  height: 97px;
  margin: 0 auto; }

.carousel-2__block {
  height: 100%;
  display: flex !important;
  outline: none; }

.carousel-2__item {
  /* width: 25%; */
  width: 100%; /*  */
  height: 97px;
  border-right: 1px solid #DEDEDE; /*  */
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 60px 60px;
  outline: none;
  transition: 0.3s; /*  */ }
  .carousel-2__item span {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: "PT Sans Caption", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.06;
    color: #0C2D4B; }
/*   .carousel-2__item:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 77px;
    background-color: #DEDEDE; }
  .carousel-2__item:last-child:after {
    content: none; } */

.carousel-2__button-left,
.carousel-2__button-right {
  width: 34px;
  height: 34px;
  background-color: #F2F2F2;
  background-image: url("../img/svg/arrow-green.svg");
  background-repeat: no-repeat;
  background-size: 10.45px 18.41px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  z-index: 5;
  transition: 0.3s all;
  background-position: 11px center;
  background-repeat: no-repeat; }
  .carousel-2__button-left:hover,
  .carousel-2__button-right:hover {
    background-color: #3E9273;
    background-image: url("../img/svg/arrow-white.svg"); }

.carousel-2__button-left {
  left: 0; }

.carousel-2__button-right {
  right: 0;
  transform: translateY(-50%) rotate(180deg); }

.carousel-2 .slick-dots {
  bottom: -21px; }

.carousel-2 .slick-dots button {
  background: #DFDFDF; }

.carousel-2 .slick-active button {
  background: #F9D555; }

@media screen and (max-width: 1015px) {
  .carousel-goods {
    padding-top: 0; } }
/* @media screen and (max-width: 850px) {
  .carousel-2 {
    width: 700px; } } */
@media screen and (max-width: 768px) {
  .carousel-goods .container {
    padding: 0; }

  .carousel-2 {    
    width: 297px;    
    /* height: 245px; */
    height: 250px; /*  */
    position: relative; /*  */
    border: 1px solid #E2E2E2;  /* */ }

 .carousel-2::after { /*  */
    content: "";
    position: absolute;
    top: 50%;
    left: 0;    
    width: 100%;
    height: 1px;
    background-color: #E2E2E2 ; } 

  .carousel-2__block {
    justify-content: space-between;
    flex-wrap: wrap;
    /* height: 245px; */
    border-right: 1px solid #E2E2E2; }

  .carousel-2__item {    
    /* width: 50%; */
    /* height: 123px; */
    height: 124px; /*  */
    border: none; /*  */   
    background-position: center 11px; }
    /* .carousel-2__item:after {
      content: none; } */
    /* .carousel-2__item:first-child {
      border-right: 1px solid #E2E2E2;
      border-bottom: 1px solid #E2E2E2; }
    .carousel-2__item:nth-child(2) {
      border-bottom: 1px solid #E2E2E2; }
    .carousel-2__item:nth-child(3) {
      border-right: 1px solid #E2E2E2; } */

  .carousel-2__item span {
    width: 100%;
    font-size: 14px;
    bottom: 17px; } }
.mainpage-products-slider-title-v2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px; }

.mainpage-products-slider-title-v2 .more {
  float: right;
  font-size: 14px;
  font-weight: normal; }

.product.slick-slide {
  margin-right: 15px; }

.product-slider .container {
  max-width: 1176px; }

.popular-goods {
  padding: 76px 0 80px; }
  .popular-goods .slick-slide { /*  */
    margin: 0 10px; }
    .popular-goods .slick-slide .product { /*  */
      margin: 0; }

@media screen and (max-width: 768px) {
  .popular-goods {
    padding: 58px 0 48px; } }
.productions {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin: 0 -10px; /*  */ }

.product {
  /* width: 283px; */
  width: calc(25% - 20px);
  /* height: 530px; */
  height: 100%; /*  */
  background: #FFFFFF;
  border: 3px solid #F2F2F2;
  border-radius: 5px;
  transition: 0.3s all;
  position: relative;
  margin: 0 10px; /*  */
  /* margin-bottom: 12px; */
  margin-bottom: 20px; /*  */  }
  .product:hover {
    border: 3px solid #F4E4AA; }

.product__block {
  display: block;
  /* height: 87.8%; */
  /* padding-top: 10px;  */
  padding: 10px; /*  */
  border-bottom: 2px solid #F2F2F2; }

.product__img {
  margin: 0 auto;
  /* width: 160px; */
  width: 100%; /*  */
  max-width: 160px; /*  */
  height: 172px;
  position: relative;
  margin-bottom: 5px; }
  .product__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%; }

.add-like {
  width: 29px;
  height: 38px;
  position: absolute;
  /* top: 10px; */
  /* right: 10px; */
  top: 0; /*  */
  right: 5px; /*  */
  background: none;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/svg/add-like.svg);
  background-position: center;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.3s; /*  */ }
  .add-like:hover {
    background-image: url("../img/svg/add-like-hover.svg"); }

.add-like-active {
  background-image: url("../img/svg/add-like-hover.svg"); }

.product__name {
  /* padding: 0 12px; */
  padding: 0 12px 10px; /*  */
  /* height: 39px; */
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 20px;
  /* line-height: 16px; */
  line-height: 1.2; /*  */
  text-align: center;
  text-decoration: underline;
  color: #828282;
  overflow: hidden; }

.rating {
  display: flex;
  justify-content: center;
  margin-bottom: 7px; }

.star {
  width: 16.67px;
  height: 16.67px;
  background: url("../img/star-grey.png") no-repeat center;
  background-size: 100%;
  margin-right: 5px;
  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%; }

.product__desc {
  padding: 0 12px; }

.product__desc li {
  padding-left: 16px;
  margin-bottom: 8px; /*  */
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  /* line-height: 24px; */
  color: #3C3D3C;
  position: relative; }
  .product__desc li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #2E906C;
    border-radius: 50%;
    position: absolute;
    /* top: 50%; */
    top: 9px; /*  */
    left: 0;
    transform: translateY(-50%); }

.product__block-count {
  /* height: 12.2%; */
  display: flex;
  justify-content: space-between;
  /* padding: 0 21px; */
  padding: 10px 21px; /*  */
  align-items: center; }

.product-btn {
  width: 126px;
  height: 43px;
  padding: 0; }

.product-price {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #3C3D3C; }

.product-price__old {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration-line: line-through;
	font-weight:normal;
  color: #ff0000; }

.product-label {
  width: 52px;
  height: 25px;
  line-height: 25px;
  background: #F9D555;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 4px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF; }

.load-more {
  display: block;
  width: 184px;
  height: 45px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("../img/svg/load.svg");
  background-position: 14px center;
  background-size: 28.48px 25px;
  border: 2px solid #3E9273;
  border-radius: 57px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #3E9273;
  transition: 0.3s all;
  padding-left: 30px;
  outline: none;
  margin: 30px auto 0; }
  .load-more:hover {
    background-color: #3E9273;
    background-image: url("../img/svg/load-hover.svg");
    color: #fff; }
@media screen and (max-width: 1180px) { /*  */
    .product {
      width: calc(100% / 3 - 20px); } }
@media screen and (max-width: 900px) {
  .product {
    /* width: 45%; */
    width: calc(50% - 20px); /*  */
    /* min-width: 283px; */ } }
@media screen and (max-width: 620px) {
  .productions:not(.slick-slider) {
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .productions .product:not(.slick-slide) {
    min-width: auto !important;
    /* width: 100% !important; */
    width: calc(100% - 20px); /*  */ }

  /* .mobilefix-productions .product {
    height: 362px; } */

  .mobilefix-productions .product__block {
    display: flex;
    height: auto; }

  .mobilefix-productions .product__first { /*  */
    width: 50%; }
  .mobilefix-productions .product__desc { /*  */
    padding: 25px 12px 5px; }}

.reviews {
  padding-bottom: 30px; }

.reviews__cont {
  display: flex;
  flex-direction: column; }

.reviews__block {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 24px;
  padding-right: 21px; }
  .reviews__block a {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-decoration-line: underline;
    color: #828282;
    position: relative;
    padding-left: 35px; }

.add-review:before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/svg/plus.svg") no-repeat center;
  background-size: 100%; }

.all-review {
  padding-left: 25px;
  margin-left: 25px; }
  .all-review:before {
    content: "";
    width: 1px;
    height: 22px;
    background: #D0D0D0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.carousel-3 {
  width: calc(100% - 42px);
  margin: 0 auto;
  border: 2px solid #F2F2F2;
  display: flex;
  align-content: stretch; }

.carousel-3__button-left,
.carousel-3__button-right {
  width: 34px;
  height: 34px;
  background-color: #F2F2F2;
  background-image: url("../img/svg/arrow-green.svg");
  background-repeat: no-repeat;
  background-size: 10.45px 18.41px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  z-index: 5;
  transition: 0.3s all;
  background-position: 11px center;
  background-repeat: no-repeat; }
  .carousel-3__button-left:hover,
  .carousel-3__button-right:hover {
    background-color: #3E9273;
    background-image: url("../img/svg/arrow-white.svg"); }

.carousel-3__button-left {
  left: -19px; }

.carousel-3__button-right {
  right: -19px;
  transform: translateY(-50%) rotate(180deg); }

.reviews__item {
  padding: 31px 23px 31px 28px;
  outline: none;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #3C3D3C;
  border-right: 2px solid #F2F2F2;
  overflow: hidden; }
  .reviews__item .rating {
    justify-content: flex-start;
    margin-top: 12px;
    margin-bottom: 26px; }

.reviews__item-name {
  font-weight: bold; }

.reviews__item-text {
  line-height: 23px; }

@media screen and (max-width: 768px) {
  .reviews__item {
    border: none; }

  .reviews__item-text {
    font-size: 14px; }

  .carousel-3 {
    order: -1;
    margin-bottom: 40px; }

  .reviews__block {
    order: 1;
    justify-content: center;
    padding-right: 0; }
    .reviews__block a {
      font-size: 15px; }

  .reviews {
    padding-bottom: 60px; } }
@media screen and (max-width: 500px) {
  .carousel-3 {
    width: 100%; }

  .reviews__item {
    padding: 20px 12px 35px; }

  .reviews__item .rating {
    margin-bottom: 20px; }

  .carousel-3__button-left {
    top: auto;
    bottom: -17px;
    left: 35%;
    transform: none; }

  .carousel-3__button-right {
    top: auto;
    bottom: -17px;
    right: 35%;
    transform: rotate(180deg); }

  .all-review {
    padding-left: 0 !important;
    margin-left: 24px; }

  .all-review:before {
    content: none; } }
@media screen and (max-width: 400px) {
  .reviews__block {
    justify-content: space-between;
    flex-wrap: wrap; }

  .all-review {
    margin: 0; } }
@media screen and (max-width: 340px) {
  .reviews__block {
    flex-direction: column;
    align-items: center; }

  .all-review {
    margin-top: 20px; } }
/* reviews home */
.reviews-last-h2 {
  display: flex;
  float: left;
  text-align: left;
  margin-left: 21px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 2.2;
  color: #3C3D3C;
  margin-bottom: 21px; }

.reviews-last-h2 .rating {
  padding-top: 17px;
  margin-left: 15px; }

.reviews-last-h2 span {
  margin-left: 15px;
  padding-top: 8px;
  font-size: 16px;
  font-weight: normal; }

.reviews__block.a {
  padding-top: 16px; }

@media screen and (max-width: 980px) {
  .reviews-last-h2 {
    float: none; }

  .reviews__block.a {
    padding-top: 0px; } }
@media screen and (max-width: 768px) {
  .reviews-last-h2 {
    font-size: 18px;
    margin-bottom: 17px;
    text-align: center;
    margin-left: 0; }

  .reviews-last-h2 .rating {
    padding-top: 11px; }

  .reviews-last-h2 span {
    padding-top: 5px;
    font-size: 14px; } }
@media screen and (max-width: 500px) {
  .reviews-last-h2 {
    display: block; } }
article > div a {
  text-decoration: underline; }

article > div a:hover {
  text-decoration: none; }

.another-articles a {
  float: none !important;
  display: block; }

@media screen and (max-width: 768px) {
  .another-articles {
    margin-bottom: 10px; }

  .another-articles a {
    float: none !important;
    display: block; } }
.about {
  margin-bottom: 20px; }
  .about .container {
    padding: 39px 47px 55px;
    background: #F5F5F5; }
  .about p:not(:last-child) { /*  */
    margin-bottom: 21px; }

.about__text {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #3C3D3C;
  margin-bottom: 22px; }

.about__title {
  font-family: "PT Sans", sans-serif;
  color: #3C3D3C;
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 22px; }

.about__list-item {
  padding-left: 30px;
  text-indent: 22px;
  position: relative; }
  .about__list-item:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 32px;
    background: #3E9273;
    width: 5px;
    height: 5px;
    border-radius: 50%; }

@media screen and (max-width: 768px) {
  .about h2 {
    text-align: left; }
  .about .container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 55px; } }
.news {
  padding-bottom: 10px; }

.news__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.news__item {
  width: 283px;
  margin-bottom: 25px; }
  .news__item-1 .news__img {
    background-image: url("../img/news/news-1.jpg"); }
  .news__item-2 .news__img {
    background-image: url("../img/news/news-2.jpg"); }
  .news__item-3 .news__img {
    background-image: url("../img/news/news-3.jpg"); }
  .news__item-4 .news__img {
    background-image: url("../img/news/news-4.jpg"); }

.news__block.art .news__item {
  width: 23%; }

.news__img {
  height: 200px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 18px; }
  .news__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%; }

.news__title {
  display: block;
  height: 53px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #3E9273;
  margin-bottom: 16px;
  overflow: hidden; }

.news__text {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: #828282; }

@media screen and (max-width: 900px) {
  .news__item {
    min-width: 283px;
    width: 45%; } }
/*
@media screen and (max-width: 768px) {
    .news {
        padding-bottom: 30px;
    }
}
*/
@media screen and (max-width: 615px) {
  .news__block {
    flex-direction: column; }

  .news__item {
    min-width: auto;
    width: 100%; } }
/* home news */
.container.news2 {
  display: flex; }

.container.news2 > .news {
  width: 50%; }

.container.news2 > .news h2 a {
  text-decoration: underline; }

.container.news2 > .news h2 a:hover {
  text-decoration: none; }

.news__block .news__item {
  width: 45%;
  margin-right: 20px; }

@media screen and (max-width: 1100px) {
  .container.news2 {
    display: block; }

  .container.news2 > .news {
    width: 100%; }

  .news__block .news__item {
    margin-bottom: 5px; }

  .news__block.art .news__item {
    width: 45%;
    margin-bottom: 25px; } }
@media screen and (max-width: 768px) {
  .news__block .news__item {
    width: 100%;
    margin-bottom: 0px; }

  .news__block.art .news__item {
    width: 100%; }

  .news__block.art .news__item .news__title {
    height: auto;
    overflow: none; } }
.news .h2 a {
  color: #000; }

.add-basket {
  display: none;
  width: 580px;
  background: #FFFFFF;
  border: 3px solid #F2F2F2;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 50;
  padding: 22px 35px 32px; }

.add-basket__close {
  width: 18px;
  height: 18px;
  background: url("../img/svg/close-2.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 12px;
  right: 16px;
  border: none;
  outline: none; }
  .add-basket__close:hover {
    background: url("../img/svg/close-2-hover.svg") no-repeat center;
    background-size: 100%; }

.add-basket__block {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #E7E7E7;
  padding-bottom: 3px;
  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 {
  padding-top: 28px; }

.add-basket__name {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration-line: underline;
  color: #3E9273;
  margin-bottom: 14px; }

.add-basket__text {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #3C3D3C;
  padding-right: 22px; }

.select {
  width: 198px;
  height: 40px;
  position: relative;
  border: 2px solid #E8E8E8 !important;
  border-radius: 5px; }

.list {
  width: 100%;
  border: 2px solid #E8E8E8;
  border-radius: 5px;
  padding: 3px !important; }

/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #2c3e50;
  background-image: none; }

select::-ms-expand {
  display: none; }

.basket__type {
  width: 100%;
  height: 100%;
  font-family: "PT Sans", sans-serif;
  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-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #3E9273;
  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; */
  background: #3E9273; /*  */
  border-radius: 3px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  outline: none;
  transition: 0.3s; /*  */ }
  .add-basket__btn:hover {
    /* background: linear-gradient(180deg, #ff7b0f 0%, #bc5400 100%); */
    background: #187653; /*  */ }
  .add-basket__btn:active {
    /* background: #bc5400; */
    background: #187653; /*  */ }

  .product-item__tab-item .add-basket__btn { /*  */
    margin-top: 20px; }

@media screen and (max-width: 600px) {
  .add-basket {
    width: 95%;
    border-radius: 5px;
    border: none;
    padding-top: 68px;
    padding-left: 23px;
    padding-right: 23px; }

  .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; }

  .add-basket__info {
    padding-top: 12px; }

  .add-basket__name {
    width: 80%;
    font-size: 15px;
    text-align: center;
    color: #828282;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%); }

  .add-basket__price {
    flex-direction: column;
    align-items: flex-start; /*  */
    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; } }
@media screen and (max-width: 550px) {
  .modal-inner.register.form-cart {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }

  .modal-inner.register.form-cart a.product__buy {
    margin: auto !important;
    margin-bottom: 20px !important; } }
.crumbs {
  padding: 45px 0 21px; }

.crumbs__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 19px; }
  .crumbs__list li {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #3C3D3C; }
    .crumbs__list li:after {
      content: "";
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #D7D7D7;
      position: absolute;
      top: 50%;
      right: 0; }
    .crumbs__list li:last-child:after {
      content: none; }
    .crumbs__list li:last-child {
      margin-right: 0;
      padding-right: 0; }

.crumbs__list-link {
  color: #3C3D3C;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 14px; }

@media screen and (max-width: 1015px) {
  .crumbs {
    padding-top: 13px; }
/*     .crumbs .container {
      padding: 0; } */

  .crumbs__list {
    padding-bottom: 0; }
    .crumbs__list li {
      margin-bottom: 12px; } }
/* .page-info {
  padding-bottom: 21px; } */
  .page-info .container {
    position: relative; }

.back-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 17px;
  line-height: 36px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #3C3C3C;
  text-align: center; }
  .back-btn:before {
    content: "";
    width: 8px;
    height: 13px;
    background: url("../img/svg/arrow-left-grey.svg") no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .back-btn:hover {
    color: #3E9273; }
    .back-btn:hover:before {
      background: url("../img/svg/arrow-green.svg") no-repeat center;
      background-size: 100%; }

@media screen and (max-width: 1250px) {
  .back-btn {
    left: 15px; } }
@media screen and (max-width: 900px) {
  .back-btn {
    /* margin: 20px 0 0; */
    margin: 10px 0 0; /*  */
    left: 50%;
    transform: translateX(-50%); } }
@media screen and (max-width: 768px) {
  .back-btn {
    font-size: 15px; } }
.authorization,
.registration {
  display: none;
  width: 446px;
  height: 500px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 20; }

.main-authorization,
.main-registration {
  display: block;
  max-width: 1175px;
  width: 100%;
  position: static;
  transform: none;
  /* margin: -21px auto 0; */
  margin: 0 auto; /*  */ }

.registration {
  /* height: 536px; */
  /* height: 100%; */ }

.authorization__close {
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
  background: url("../img/svg/close-2.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 11px;
  right: 11px; }
  .authorization__close:hover {
    background: url("../img/svg/close-2-hover.svg") no-repeat center;
    background-size: 100%; }

.authorization__title {
  height: 109px;
  line-height: 109px;
  background: #F5F5F5;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  color: #3E9273;
  margin-bottom: 30px; }

.authorization__form {
  width: 320px;
  margin: 0 auto; }

.registration .authorization__field {    
  max-width: 100%; /*  */
  min-width: 100%; /*  */ 
  min-height: 46px;  /*  */  
  margin-top: 10px; /*  */   }

.authorization__field {
  width: 100%;
  display: block;
  height: 46px;  
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  font-family: "PT Sans", sans-serif;
  color: #757575;
  outline: none;
  /* padding: 0 1em;  */
  padding: 1em; /*  */  
  margin-bottom: 15px; }
  .authorization__field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #757575; }
  .authorization__field::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575; }
  .authorization__field:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575; }
  .authorization__field:-moz-placeholder {
    /* Firefox 18- */
    color: #757575; }

#save-pass,
#check-rule {
  display: none; }
  #save-pass:checked + label:before,
  #check-rule:checked + label:before {
    background: #EBF3F9;
    border: 1.2px solid #B7D5EB; }
  #save-pass:checked + label:after,
  #check-rule:checked + label:after {
    display: block; }
  #save-pass + label,
  #check-rule + label {
    position: relative;
    padding-left: 31px;
    cursor: pointer; }
    #save-pass + label:before,
    #check-rule + label:before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border: 1.2px solid #CDCDCD;
      border-radius: 1px; }
    #save-pass + label:after,
    #check-rule + label:after {
      content: "";
      display: none;
      width: 15px;
      height: 11px;
      background: url("../img/svg/check-green.svg") no-repeat center;
      background-size: 100%;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%); }

#check-rule + label {
  display: block;
  margin-bottom: 37px; }
  #check-rule + label:before {
    top: 3px;
    transform: none; }
  #check-rule + label:after {
    top: 9px;
    transform: none; }
  #check-rule + label a {
    text-decoration: underline;
    color: #3E9273; }

.authorization__text {
  font-family: "PT Sans", sans-serif;
  text-align: center;
  color: #2A2A2A;
  padding-top: 1.4375em;
  border-top: 1px solid #DADADA;
  margin: 26px 0; }

.authorization__socials {
  width: 206px;
  margin: 0 auto 27px;
  display: flex;
  justify-content: space-between; }

.authorization__social {
  display: block;
  width: 60px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }
  .authorization__social-vk {
    background-image: url("../img/vk-auth.png"); }
  .authorization__social-fb {
    background-image: url("../img/fb-auth.png"); }
  .authorization__social-ok {
    background-image: url("../img/ok-auth.png"); }

.authorization__btn {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
  background: #3E9273;
  display: block;
  width: 100%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 42px;
  margin-bottom: 42px; /*  */
  transition: 0.3s; /*  */ }
  .authorization__btn:hover { /*  */
    background: #187653; }

.authorization__links {
  margin-top: 35px;
  display: flex;
  justify-content: space-between; }

.authorization__remember {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  text-decoration-line: underline;
  color: #2A2A2A; }

.authorization__reg,
.main-authorization__reg {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #3E9273;
  text-decoration: underline; }

.error-pass {
  border-color: #FC8484 !important; }
  .error-pass::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FC8484 !important; }
  .error-pass::-moz-placeholder {
    /* Firefox 19+ */
    color: #FC8484 !important; }
  .error-pass:-ms-input-placeholder {
    /* IE 10+ */
    color: #FC8484 !important; }
  .error-pass:-moz-placeholder {
    /* Firefox 18- */
    color: #FC8484 !important; }

@media screen and (max-width: 768px) {
  .authorization__title {
    font-size: 21px; }

  .main-authorization .authorization__title,
  .main-registration .authorization__title {
    height: 66px;
    line-height: 66px; } }
@media screen and (max-width: 500px) {
  .authorization,
  .registration {
    width: 90%;
    height: auto;
    padding-bottom: 30px; }

  .main-authorization,
  .main-registration {
    width: 100%; }

  .authorization__form {
    width: 90%; }

  .authorization__field {
    width: 100%; }

  .authorization__title {
    height: 80px;
    line-height: 80px;
    font-size: 20px; } }
@media screen and (max-width: 380px) {
  .authorization,
  .registration {
    width: 95%; }

  .main-authorization,
  .main-registration {
    width: 100%; } }
.filter {
  width: 273px;
  background: #F5F5F5;
  padding: 27px 13px;
  border-radius: 3px; }

.filter__title-adaptive {
  display: none;
  height: 47px;
  line-height: 47px;
  background: #3E9273;
  color: #fff;
  text-align: center;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px; }

.filter__title {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  color: #3C3D3C;
  margin-bottom: 16px;
  position: relative; }

.filter__title-back {
  display: none;
  width: 21px;
  height: 15px;
  background: url("../img/svg/arrow-left-white.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 15px;
  transform: translateY(-50%); }

.filter__block {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 22px;
  margin-bottom: 24px; }

.filter__block-2 {
  border: none; }

.filter__block-inner {
  display: none; }

.filter__block-new {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-decoration-line: underline;
  color: #3C3D3C;
  border: none;
  outline: none;
  background: none;
  padding-right: 20px;
  position: relative;
  margin-top: 12px; }
  .filter__block-new:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 5px;
    background: url("../img/svg/arrow-bottom.svg") no-repeat center;
    block-size: 100%; }

.filter__visible {
  width: 296px;
  height: 46px;
  margin: 0 auto 17px;
  display: none;
  background: #3E9273;
  border-radius: 3px;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  outline: none;
  border: none;
  cursor: pointer; }

.filter-disabled + label {
  color: #828282 !important;
  cursor: context-menu !important; }

.range-slider {
  width: 225px;
  position: relative; }

.range-slider__fields {
  width: 225px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.range-slider__line {
  width: 29px;
  height: 2px;
  background: #C6C6C6; }

.range-slider__btn {
  height: 22.73px;
  position: relative; }

.range-slider input[type=range] {
  position: absolute;
  left: 0;
  bottom: 9.875px; }

input[type=number] {
  width: 81px;
  height: 35px;
  border: 1px solid #D9D9D9;
  text-align: center;
  border-radius: 3px;
  -moz-appearance: textfield;
  color: #8D8D8D;
  font-size: 15px;
  font-family: "PT Sans", sans-serif;
  outline: none; }
  input[type=number]:focus {
    border: 1px solid #BDE5D7; }

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]:focus::-webkit-slider-runnable-track {
  background: #3E9273; }

input[type=range]:focus::-ms-fill-lower {
  background: #3E9273; }

input[type=range]:focus::-ms-fill-upper {
  background: #3E9273; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: #3E9273;
  border-radius: 6px;
  box-shadow: none;
  border: 0; }

input[type=range]::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.13);
  border: 1px solid #E8E8E8;
  height: 22.73px;
  width: 22.73px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #1A437D;
  border-radius: 1px;
  box-shadow: none;
  border: 0; }

input[type=range]::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #1A437D;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent; }

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: 0px 0px 0px #000;
  border: 1px solid #1A437D;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #a1d0ff;
  cursor: pointer; }

.filter__type input {
  display: none; }
  .filter__type input:checked + label:before {
    background: #F2FFFA;
    border: 2px solid #3E9273; }
  .filter__type input:checked + label:after {
    display: block; }
.filter__type label {
  width: 250px;
  display: block;
  cursor: pointer;
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #272727;
  padding-left: 36px;
  padding-top: 11px;
  padding-bottom: 11px; }
  .filter__type label:last-child {
    margin-bottom: 0; }
  .filter__type label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #D6D6D6;
    border-radius: 1px;
    position: absolute;
    top: 8px;
    left: 0; }
  .filter__type label:after {
    content: "";
    display: none;
    width: 14px;
    height: 11px !important;
    position: absolute;
    top: 14px;
    left: 5px;
    background: url("../img/svg/check-green.svg") no-repeat center;
    block-size: 100%; }

.filter__view {
  display: block;
  width: 100%;
  height: 44px;
  background: #3E9273;
  border: none;
  border-radius: 3px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 1.325em;
  outline: none;
  transition: 0.3s; /*  */ }
  .filter__view:hover { /*  */
    background: #187653; }

.filter__reset {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #898989;
  background: none;
  border: none;
  outline: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  .filter__reset:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 10px;
    height: 10px;
    background: url("../img/svg/close-2.svg") no-repeat center;
    background-size: 100%; }

@media screen and (max-width: 950px) {
  .filter__visible,
  .filter__title-adaptive,
  .filter__block-inner {
    display: block; }

  .filter__title-adaptive + form {
    padding-bottom: 50px; }

  .filter__block-1 .filter__type {
    overflow-x: hidden;
    overflow-y: auto; }

  .filter__block-new {
    display: none; }

  .filter {
    width: 320px;
    position: fixed;
    top: 0;
    left: -320px;
    height: 100vh;
    z-index: 200;
    overflow-y: auto;
    padding: 0; }

  .filter__block {
    padding: 0 14px 19px; }

  .filter__title-back {
    display: block; }

  .range-slider {
    width: 100%;
    margin-bottom: 27px; }

  .filter__btns {
    padding: 0 14px; }

  .filter__view,
  .filter__reset {
    font-size: 18px;
    font-weight: bold; }

  .filter__view {
    margin-bottom: 0.5em; }

  .filter__reset {
    width: 100%;
    height: 50px;
    border: 2px solid #DFDFDF;
    border-radius: 3px;
    margin-bottom: 33px; }
    .filter__reset:before {
      content: none; } }
@media screen and (max-width: 500px) {
  .filter {
    width: 100%;
    left: -100%; }

  .filter__visible {
    width: 100%; } }
.catalog {
  padding-bottom: 80px; }

.catalog__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 79px; }

.catalog-items {
  width: calc(100% - 296px); }
  .catalog-items .product { /*  */    
    width: calc(100% / 3 - 20px); }

.catalog-items2 {
  width: 100%; }

.catalog-items__title {
  color: #3E9273;
  font-family: "PT Sans Caption", sans-serif;
  margin-bottom: 27px;
  text-align: left; }
  .catalog-items__title + .catalog__text-info {
    display: none; }

.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: #3E9273;
  font-weight: bold; }

.page-list {
  display: flex;
  justify-content: center;
  align-items: center; /*  */
  flex-wrap: wrap;
  margin-top: 24px; }

.page-list a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  color: #828282;
  margin: 0 4px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer; }

.page-list a.active {
  color: #fff;
  background: #3E9273; }

.catalog__text-info {
  line-height: 25px;
  color: #3C3D3C;
  margin-bottom: 27px; }

@media screen and (max-width: 1250px) {
  .catalog-items {
    width: calc(100% - 280px); }

  .header__menu-item > span,
  .header__menu-item > a {
    padding: 0 15px; } }
@media screen and (max-width: 1190px) {
  .header__menu-item > span,
  .header__menu-item > a {
    padding: 0 9px; } }
@media screen and (max-width: 1175px) {
  .catalog-items {
    width: calc(100% - 296px); }
    .catalog-items .product {
      /* min-width: 283px; */
      /* width: 48%; */
      width: calc(50% - 20px); } }
@media screen and (max-width: 950px) {
  .catalog {
    padding-bottom: 42px; }

  .catalog__block {
    display: block;
    margin-bottom: 24px; }

  .catalog-items {
    width: 100%; }
    .catalog-items .product {
      /* width: 283px; */
      width: calc(100% / 3 - 20px); /*  */ }

  .catalog__text-info {
    margin-bottom: 18px; }

  .catalog-items__title {
    text-align: center;
    /* margin-bottom: 0; */ }
    .catalog-items__title + .catalog__text-info {
      display: block; }

  .catalog__sort {
    margin-bottom: 21px; } }
@media screen and (max-width: 900px) {
  .catalog-items .product {
    /* min-width: 283px; */
    /* width: 48%; */
    width: calc(50% - 20px); /*  */ } }
@media screen and (max-width: 768px) {
  .catalog__sort-item {
    border: none;
    /*        padding: 0;*/
    margin: 0;
    line-height: 18px; }

  /*
      .catalog__sort-item:not(:first-child) {
          display: none;
      }
  */
  .catalog__text-info {
    font-size: 14px; } }
.product-item {
  margin-bottom: 90px; }

.product-item__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
  position: relative; }

.product-item__img {
  width: 381px;
  position: relative; }
  .product-item__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%; }

.product-item__pic {
  height: 277px;
  position: relative;
  margin-bottom: 24px; }

.roduct-item__preview-container {
  height: 110px;
  max-height: 110px;
  overflow: hidden; }

.product-item__preview {
  overflow: hidden;
  margin: 0 auto;
  height: 110px;
  padding: 0 30px;
  padding: 0 20px; /*  */ }

.product-item__preview-img {
  width: auto;
  max-width: calc(100% - 10px); /*  */
  height: 110px !important;
  position: relative;
  cursor: pointer;
  /* margin: 0 15px; */
  margin: 0;
  outline: none !important;
  float: left;
  box-sizing: border-box; }

.preview-active {
  border: 3px solid #F9D555; }

.product-item__info {
  width: calc(100% - 400px); }

.product-item__name {
  color: #3E9273;
  text-align: left;
  margin-bottom: 0; }

.product-item__rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  .product-item__rating .rating {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0; }

.product-item__rating-block {
  display: flex;
  align-items: flex-end; }

.rating-text {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 14px;
  color: #3C3D3C;
  margin-left: 12px; }

.product-item__like {
  position: relative;
  height: 25px; }
  .product-item__like .add-like {
    height: 25px;
    top: 0;
    right: 0;
    margin-right: 174px;
    position: relative; }
    .product-item__like .add-like:after {
      content: "добавить в избранное";
      width: 163px;
      position: absolute;
      top: 50%;
      right: -174px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #828282;
      padding-bottom: 6px; }

.product-item__text {
  font-size: 15px;
  line-height: 23px;
  color: #3C3D3C;
  padding-bottom: 20px;
  margin-bottom: 23px;
  border-bottom: 1px solid #DFDFDF; }

.product-item__actions {
  width: 80.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
  align-items: flex-start; }

.product-item__actions-block {
  display: flex;
  align-items: center; }

.product-item__price {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  margin-bottom: 12px; }

.product-item__price-text {
  margin-right: 20px; }

.product-item__price-count {
  font-size: 28px;
  color: #3E9273; }

.product-item__add {
  margin-top: 22px;
  padding-top: 23px;
  border-top: 1px solid #DFDFDF; }
  .product-item__add .add-basket__btn {
    margin: 0; }

.product-item__add-block {
  width: 80.5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }

.product-item__add-inner {
  display: flex;
  align-items: center; }

.product-item__add-text {
  font-weight: bold;
  font-size: 18px;
  color: #3C3D3C;
  margin-right: 47px; }

.product-item__property {
  background: #F9F9F9;
  padding: 36px 20px 0;
  margin-bottom: 28px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start; /*  */
  flex-wrap: wrap;
  align-items: center; }

.product-item__property-item {
  font-size: 15px;
  color: #3C3D3C;
  position: relative;
  padding-left: 36px;
  margin-bottom: 36px;
  /* margin-right: 5px; */
  margin-right: 15px; /*  */
  width: 190px; }
  .product-item__property-item:before {
    content: "";
    width: 28.33px;
    height: 28.33px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.fruit:before {
  background-image: url("../img/svg/properties/fruit.svg"); }

.height:before {
  background-image: url("../img/svg/properties/height.svg"); }

.relaxation:before {
  background-image: url("../img/svg/properties/relaxation.svg"); }

.genetics:before {
  background-image: url("../img/svg/properties/genetics.svg"); }

.cbd:before {
  background-image: url("../img/svg/properties/cbd.svg"); }

.bloom:before {
  background-image: url("../img/svg/properties/bloom.svg"); }

.thc:before {
  background-image: url("../img/svg/properties/thc.svg"); }

.photoperiod:before {
  background-image: url("../img/svg/properties/photoperiod.svg"); }

.harvest:before {
  background-image: url("../img/svg/properties/harvest.svg"); }

.winner:before {
  background-image: url("../img/svg/properties/winner.svg"); }

.sun:before {
  background-image: url("../img/svg/properties/sun.svg"); }

.home:before {
  background-image: url("../img/svg/properties/home.svg"); }

.save:before {
  background-image: url("../img/svg/properties/save.svg"); }

.man:before {
  background-image: url("../img/svg/properties/man.svg"); }

.unisex:before {
  background-image: url("../img/svg/properties/unisex.svg"); }

.speed:before {
  background-image: url("../img/svg/properties/speed.svg"); }

.speed2:before {
  background-image: url("../img/svg/product/speed.svg"); }

.growth:before {
  background-image: url("../img/svg/properties/growth.svg"); }

.indika:before {
  background-image: url("../img/svg/properties/indika.svg"); }

.indika-sativa:before {
  background-image: url("../img/svg/properties/indika-sativa.svg"); }

.low:before {
  background-image: url("../img/svg/properties/low.svg"); }

.medical:before {
  background-image: url("../img/svg/properties/medical.svg"); }

.sativa:before {
  background-image: url("../img/svg/properties/sativa.svg"); }

.strong:before {
  background-image: url("../img/svg/properties/strong.svg"); }

.student:before {
  background-image: url("../img/svg/properties/student.svg"); }

.growerz:before {
	background-size: 42px;
  background-image: url("../img/svg/product/growerz.svg"); }
.bioseeds:before {
	background-size: 42px;
  background-image: url("../img/svg/product/bioseeds.svg"); }
.heavy:before {
	background-size: 42px;
	background-image: url("../img/svg/product/heavy.svg"); }
.42:before {
	background-size: 42px;
  background-image: url("../img/svg/product/42.svg"); }
.celestial:before {
	background-size: 42px;
  background-image: url("../img/svg/product/celestial.svg"); }
.dream:before {
	background-size: 42px;
  background-image: url("../img/svg/product/dream.svg"); }

.product-item__tabs,
.private-item__tabs {
  display: flex; }

.product-item__tab,
.private-item__tab {
  width: 50%;
  height: 58px;
  line-height: 58px;
  font-family: "Open Sans", "PT Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #ADADAD;
  cursor: pointer;
  border-bottom: 3px solid #E5E5E5; }

.activeTab {
  color: #3E9273;
  border-bottom: 3px solid #3E9273; }

.product-item__tab-item,
.private-item__tab-item {
  padding-top: 38px; }



.product-item__desc {
  font-size: 15px;
  line-height: 25px;
  color: #3C3D3C;
  margin-bottom: 30px; }
  .product-item__desc:last-of-type {
    margin-bottom: 0; }

.product-item__title {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 25px;
  color: #3C3D3C; }

.product-add-review {
  width: 679px;
  background: #F9F9F9;
  border-radius: 3px;
  padding: 25px 30px;
  margin-bottom: 27px; }
  .product-add-review .button {
    width: 100%; }

.product-add-review__block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px; }
  .product-add-review__block p {
    font: 14px "PT Sans Caption", sans-serif;
    line-height: 31px;
    color: #3C3D3C;
    margin-right: 18px; }

.product-add-review__fields {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .product-add-review__fields-2 {
    height: 115px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #fff;
    margin-bottom: 17px; }

.product-add-review__input {
  width: 47%;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  outline: none;
  padding: 0 15px;
  color: #828282;
  font-size: 15px;
  margin-bottom: 21px; }
  .product-add-review__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #828282; }
  .product-add-review__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #828282; }
  .product-add-review__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #828282; }
  .product-add-review__input:-moz-placeholder {
    /* Firefox 18- */
    color: #828282; }

.product-add-review__textarea {
  width: 100%;
  height: 100%;
  resize: none;
  overflow: auto;
  border: none !important; }

.remainder {
  position: absolute;
  bottom: 14px;
  right: 14px; }

.remainder__text {
  font-size: 14px;
  color: #3C3D3C; }

.remainder__count {
  font-weight: bold; }

.review {
  background: #FFFFFF;
  border: 2px solid #EBEBEB;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 27px 40px;
  margin-bottom: 28px; }
  .review:last-child {
    margin-bottom: 0; }
  .review .rating {
    justify-content: start;
    margin-top: 14px; }

.review__name,
.review__date {
  font-weight: bold;
  font-size: 15px;
  color: #3C3D3C; }

.review__date {
  margin-left: 9px; }

.review__block-left {
  width: 23%; }

.review__block-right {
  width: 77%; }

.review__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #3E9273;
  margin-bottom: 15px; }

.review__text {
  font-size: 15px;
  line-height: 23px;
  color: #3C3D3C; }

.product-item__name-hidden,
.product-item__rating-hidden {
  display: none !important;
  justify-content: center; }
  .product-item__name-hidden .rating,
  .product-item__rating-hidden .rating {
    margin-bottom: 0; }

@media screen and (max-width: 1200px) {
  .product-item__actions,
  .product-item__add-block {
    width: 100%; } }
@media screen and (max-width: 1000px) {
  .product-item__like .add-like {
    margin-right: 0; }
    .product-item__like .add-like:after {
      content: none; }

  .product-item__actions,
  .product-item__add-block {
    flex-direction: column; }

  .product-item__add-block {
    justify-content: flex-start;
    align-items: flex-start; }

  .product-item__actions-block {
    margin-top: 27px; }

  .product-item__price {
    margin-bottom: 20px;
    justify-content: center; }

  .product-item__text {
    border: none;
    padding: 0;
    margin-bottom: 30px; }

  .product-item__add {
    display: flex;
    justify-content: center;
    border: none;
    padding: 0;
    margin-top: 20px; }

  .product-item__add .add-basket__btn {
    margin-top: 34px; }

  .product-item__add-inner {
    width: 100%; }

  .product-item__add-text {
    margin-right: 0;
    width: 121px; }

  .add-basket__text {
    padding-right: 0;
    width: 121px; }

  .product-item__actions-block {
    width: 100%; }

  .product-item__actions > div:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }
@media screen and (max-width: 800px) {
  .product-item__block {
    flex-direction: column; }

  .product-item__img,
  .product-item__info {
    width: 100%; }

  .product-item__name-hidden,
  .product-item__rating-hidden {
    display: flex !important; }

  .product-item__block .product-item__rating-block,
  .product-item__info .product-item__name {
    display: none; }

  .product-item__rating {
    position: absolute;
    right: 0;
    top: 0; }

  .product-item__block {
    margin-top: 16px; }

  .product-item__img {
    margin-bottom: 22px; }

  .product-item__pic {
    height: 158px;
    margin-bottom: 12px; }

  .product-item__preview {
    justify-content: center; }

  .product-item__preview-img {
    width: 66.04px;
    height: 66.04px;
    /* margin: 0 5px; */
    margin-bottom: 5px; }

  .product-item__text {
    margin-bottom: 26px; }

  .product-item__add .add-basket__btn {
    margin: 34px auto 0; } }
@media screen and (max-width: 768px) {
  .product-item__text {
    font-size: 14px; }

  .product-item__block {
    margin-bottom: 21px; }

  .product-item__property {
    padding-left: 33px;
    padding-right: 33px;
    /* flex-direction: column; */
    margin-left: -15px;
    margin-right: -15px; }

  /* .product-item__property-item {
    width: 100%;
    padding-left: 50px; } */

  .product-item__tab {
    font-size: 14px; }

  .product-item__tab-item {
    padding-top: 34px; }

  .product-item__title {
    text-align: center;
    margin-bottom: 17px;
    line-height: normal; }

  .product-add-review {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px; }

  .product-add-review__block {
    justify-content: center; }

  .product-add-review__fields {
    flex-direction: column; }

  .product-add-review__input {
    width: 100%; }

  .review {
    flex-direction: column;
    padding: 22px 13px;
    margin-bottom: 15px; }

  .review__block-left,
  .review__block-right {
    width: 100%; }

  .review .rating {
    margin: 14px 0 27px; } }
@media screen and (max-width: 500px) {
  .product-item__actions > div:first-child {
    flex-direction: column;
    align-items: center; }

  .product-item__add .add-basket__btn {
    width: 100%; } }
@media screen and (max-width: 360px) {
  .product-item__preview-img {
    margin: 0 3px;
    margin-bottom: 3px; } }
.rew_count {
  font-size: 13px;
  text-align: center;
  color: #3c3d3c;
  margin: 5px; }

.product-item__tab a {
  color: #ADADAD; }

.similar-goods {
  margin-bottom: 20px; }
  .similar-goods h2 {
    text-align: left; }
    .similar-goods .slick-slide { /*  */
        margin: 0 10px; }
    .similar-goods .slick-slide .product { /*  */
       margin: 0; }

@media screen and (max-width: 360px) {
  .similar-goods.mobile-limited .product {
    display: none; }

  .similar-goods.mobile-limited .product:first-child {
    display: block; } }
.checkout {
  /* padding: 42px 0 157px; */
  padding: 0 0 100px; /*  */ }

.checkout__container {
  display: flex;
  justify-content: space-between; }

.checkout__title {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  color: #3C3D3C;
  margin-bottom: 42px; }
  .checkout__title span {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #3E9273;
    margin-right: 18px; }

.checkout__form {
  width: 74%; }

.checkout__fileds {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap; }
  .checkout__fileds-1 {
    margin-bottom: 23px; }
  .checkout__fileds-2 {
    margin-bottom: 7px; }

.checkout__fileds .checkout__filed { /*  */
    margin-right: 15px; }

.checkout__filed p {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #272727;
  margin-bottom: 1.2em; }
.checkout__filed span {
  color: #D73232; }

.checkout__filed-hidden {
  display: none; }

.checkout__input {
  display: block;
  /* width: 283px; */
  width: 270px; /*  */
  height: 42px;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #838383;
  padding: 0 17px;
  outline: none;
  background: #fff;
  margin-bottom: 38px; }
  .checkout__input:focus {
    border: 1px solid #BDE5D7; }
  .checkout__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #838383; }
  .checkout__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #838383; }
  .checkout__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #838383; }
  .checkout__input:-moz-placeholder {
    /* Firefox 18- */
    color: #838383; }

.checkout__input-email {
  border: 1px solid #FC8484; }
  .checkout__input-email::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FC8484; }
  .checkout__input-email::-moz-placeholder {
    /* Firefox 19+ */
    color: #FC8484; }
  .checkout__input-email:-ms-input-placeholder {
    /* IE 10+ */
    color: #FC8484; }
  .checkout__input-email:-moz-placeholder {
    /* Firefox 18- */
    color: #FC8484; }

.checkout__filed-2 {
  display: flex;
  align-items: center; }

.checkout__filed-text {
  /* width: 283px; */
  width: 270px; /*  */
  color: #3C3D3C !important;
  margin-bottom: 0 !important;
  line-height: 22px; }

.demand {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-bottom: 55px; }
  .demand input {
    display: none; }
    .demand input:checked + label:before {
      background: #F2FFFA;
      border: 2px solid #3E9273; }
    .demand input:checked + label:after {
      display: block; }
  .demand label {
    padding-left: 40px;
    font-weight: bold;
    font-size: 15px;
    color: #3C3D3C;
    cursor: pointer;
    position: relative; }
    .demand label:before {
      content: "";
      width: 20px;
      height: 20px;
      background: #fff;
      border: 2px solid #D6D6D6;
      border-radius: 1px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0; }
    .demand label:after {
      content: "";
      display: none;
      width: 14px;
      height: 11px !important;
      position: absolute;
      left: 5px;
      top: 50%;
      transform: translateY(-50%);
      background: url("../img/svg/check-green.svg") no-repeat center;
      block-size: 100%; }

.deman__question {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-left: 10px;
  background: #F9D555 url("../img/svg/quesrion.svg") no-repeat center;
  background-size: 8px 12px;
  position: relative; }

.deman__question-message {
  display: none;
  width: 460px;
  padding: 11px 20px;
  position: absolute;
  top: 50%;
  right: -480px;
  transform: translateY(-50%);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.14);
  background: #FFFFFF;
  border: 1px solid #F9D555;
  transition: 0.3s all; }
  .deman__question-message:before, .deman__question-message:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%) rotate(90deg);
    border: 10px solid transparent;
    border-top: 10px solid #F9D555; }
  .deman__question-message:after {
    border-top: 10px solid white;
    left: -19px; }

.checkout__blocks {
  display: flex;
  flex-wrap: wrap; }
  .checkout__blocks-1 .checkout__block {
    margin-bottom: 74px; }
  .checkout__blocks-2 .checkout__block {
    margin-bottom: 43px; }

.checkout__block {
  width: 242px;
  display: flex;
  flex-direction: column;
  margin-right: 50px;
  margin-right: 20px; /*  */ }
  /* .checkout__block:nth-child(3n) {
    margin-right: 0; } */

.checkout__radio {
  display: none; }
  .checkout__radio:checked + label {
    border: 2px solid #F9D555;
    color: #3C3D3C; }
    .checkout__radio:checked + label:after {
      width: 25px;
      height: 25px;
      background: #F9D555 url("../img/svg/check-white.svg") no-repeat center;
      border-radius: 50%;
      border: none; }

.checkout__label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  /* height: 80px; */
  height: 120px; /*  */
  border: 2px solid #EAEAEA;
  border-radius: 2px;
  cursor: pointer;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #828282;
  position: relative;
  padding-left: 54px;
  padding-right: 5px; /*  */ }
  .checkout__label:after {
    content: "";
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border: 3px solid #EBEBEB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    box-sizing: border-box; }
  .checkout__label span {
    display: block; }
    .checkout__label span:nth-child(2) {
      margin-top: 10px; }

.delivery__price {
  font-size: 14px;
  color: #3C3D3C;
  margin-top: 10px;
  line-height: 22px; }

.checkout__text {
  height: 106px;
  display: block;
  width: 100%;
  resize: none;
  background: #FFFFFF;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  outline: none;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
  padding: 1.7em 1.5em;
  margin-bottom: 46px; }

.checkout__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.checkout-buy {
  outline: none;
  border: none;
  cursor: pointer; }

.checkout__inner-block {
  margin-bottom: 40px; }
  .checkout__inner-block input {
    display: none; }
    .checkout__inner-block input:checked + label:before {
      background: #F2FFFA;
      border: 2px solid #3E9273; }
    .checkout__inner-block input:checked + label:after {
      display: block; }

.checkout__agreement-label {
  display: block;
  width: 389px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #000000;
  padding-left: 34px;
  position: relative;
  cursor: pointer; }
  .checkout__agreement-label:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #D6D6D6;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .checkout__agreement-label:after {
    content: "";
    display: none;
    width: 14px;
    height: 11px !important;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../img/svg/check-green.svg") no-repeat center;
    block-size: 100%; }
  .checkout__agreement-label a {
    color: #3E9273;
    text-decoration: underline; }

.checkout-aside {
  width: 26%;
  display: flex;
  justify-content: flex-end; }
  .checkout-aside p {
    font-size: 15px;
    color: #3C3D3C;
    margin-bottom: 1.12em; }

.checkout__enter {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #3E9273;
  font-size: 15px;
  text-decoration: underline;
  background: none;
  outline: none;
  border: none; }

.checkout-aside__hidden {
  display: none; }

/* @media screen and (max-width: 1164px) {
  .checkout__blocks {
    justify-content: space-between; }

  .checkout__block {
    margin-right: 0; } } */
@media screen and (max-width: 1030px) {
  .checkout__block {
    margin-bottom: 30px !important; } }
@media screen and (max-width: 840px) {
  .checkout-aside {
    display: none; }

  .checkout__form {
    width: 100%; }

  .checkout-aside__hidden {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px; }
    .checkout-aside__hidden p {
      margin-right: 16px; }

  .deman__question {
    position: static; }

  .deman__question-message {
    position: fixed;
    right: auto;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 10; }
    .deman__question-message:before, .deman__question-message:after {
      content: none; } }
@media screen and (max-width: 768px) {
  .checkout {
    /* padding: 21px 0 42px; */
    padding: 0 0 42px; /*  */ }

  .checkout__title {
    font-size: 18px;
    margin-bottom: 25px; }
    .checkout__title span {
      margin-right: 14px; }

  .checkout-aside__hidden p {
    font-size: 15px; }
  .checkout-aside__hidden .checkout__enter {
    font-size: 15px; }

  .demand {
    width: 190px;
    margin: 0 auto 22px; } }
@media screen and (max-width: 630px) {
  .checkout__fileds-1 {
    flex-direction: column;
    margin-bottom: 29px; }

  .checkout__fileds-2 {
    margin-bottom: 22px; }

  .checkout__filed {
    width: 100%;
    position: relative;
    margin-bottom: 12px; }

  .checkout__filed-2 {
    position: static; }

  .checkout__filed-text {
    width: 100%; /*  */
    position: static !important;
    transform: none !important; }

  .checkout__filed-state,
  .checkout__filed-index,
  .checkout__filed-street,
  .checkout__filed-hidden {
    width: 48%; }

  .checkout__filed p {
    position: absolute;
    margin-bottom: 0;
    top: 50%;
    left: 11px;
    transform: translateY(-50%); }

  .checkout__filed-text-tel,
  .checkout__filed-text-email,
  .checkout__filed-house,
  .checkout__filed-apartment {
    display: none; }

  .checkout__input {
    width: 100%;
    margin-bottom: 0;
    padding: 0 7px; }
    .checkout__input-name {
      padding-left: 64px; }
    .checkout__input-password {
      padding-left: 158px; }
    .checkout__input-confirm {
      padding-left: 168px; }
    .checkout__input-city {
      padding-left: 153px; }
    .checkout__input-state {
      padding-left: 75px; }
    .checkout__input-index {
      padding-left: 79px; }
    .checkout__input-street {
      padding-left: 70px; }
    .checkout__input-house {
      padding-left: 110px; }
    .checkout__input-apartment {
      padding-left: 130px; }
    .checkout__input-house-apartment {
      padding-left: 133px; }

  .checkout__filed-hidden {
    display: block; }

  .delivery__price {
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px; }

  .checkout__blocks {
    /* margin-bottom: 58px; */
    margin-bottom: 20px; /*  */ }
    .checkout__blocks-2 {
      margin-bottom: 33px; }

  .checkout__block {
    margin-bottom: 10px !important;
    margin-right: 10px; }

  .checkout__text {
    margin-bottom: 37px; }

  .checkout__inner {
    align-items: flex-start; }

  .checkout__inner-block {
    margin-bottom: 0; }

  .checkout__agreement-label {
    width: 100%; }

  .product-buy {
    margin-top: 39px; }

  .checkout__inner .button {
    margin: 20px auto 0; } }
@media screen and (max-width: 550px) {
  .checkout__block {
    margin-right: 0; /*  */
    width: 100%; }

/*   .checkout__label {
    width: 242px; } */ }
@media screen and (max-width: 500px) {
  .checkout__block {
    margin-right: 0; } }
@media screen and (max-width: 390px) {
  .checkout__filed {
    width: 100% !important; }

  .checkout__inner .button {
    width: 100%; } }
@media screen and (max-width: 360px) {
  .checkout__blocks {
    flex-direction: column; }

  .checkout__block {
    width: 100%; } }
.checkout__form input:disabled {
  background: #eee; }

/* qorder */
.add-basket__btn.quick {
  margin: 0;
  margin-top: 20px;
  background: #3E9273; }

.add-basket__btn.quick:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#359370), to(#157350));
  background: linear-gradient(180deg, #359370 0%, #157350 100%); }

.add-basket__btn.quick:active {
  background: #2B634F; }

.qorder {
  display: none;
  width: 546px;
  height: 1000px;
  background: #fff;
  position: absolute;
  left: 5%;
  top: 10px;
  z-index: 20; }

.qorder .authorization__form {
  width: 500px; }

@media screen and (max-width: 500px) {
  .qorder {
    width: 90%;
    height: auto;
    padding-bottom: 30px; }

  .qorder .authorization__form {
    width: 90%; } }
@media screen and (max-width: 380px) {
  .qorder {
    width: 95%; }

  .qorder .authorization__form {
    width: 90%; } }
.qorder select {
  background: #fff;
  border: 1px solid #D7D7D7 !important;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }

.basket {
  /* padding: 12px 0 187px; */
  padding: 15px 0 187px; /*  */ }

.basket__table {
  margin-bottom: 20px;
}

.basket__table-thead,
.basket__table-row {
  display: flex;
  justify-content: space-between; }

.basket__table-cell {
  display: flex;
  align-items: center;
  padding: 6px 0; }

.basket__table-cell-1 {
  width: 42%; }
  .basket__table-cell-1 .basket__table-block:first-child {
    width: 160px;
    margin-right: 50px; }

.basket__table-cell-2 {
  width: 47%;
  justify-content: space-between; }
  .basket__table-cell-2 .basket__table-block {
    width: 33%; }

.basket__table-thead {
  background: #F7F7F7;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #828282; }
  .basket__table-thead .basket__table-cell {
    display: flex;
    align-items: center;
    padding: 1em 0; }

.basket__table-row {
  border-bottom: 1px solid #D5D5D5; }
  .basket__table-row .counter {
    margin: 0 auto; }

.basket__item-img {
  width: 160px;
  height: 160px;
  position: relative; }
  .basket__item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

.basket__item-link {
  display: block;
  text-decoration-line: underline;
  color: #828282;
  font-size: 15px;
  font-weight: bold; }
  .basket__item-link + .basket__item-delete {
    display: none; }

.basket__item-summ {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #3C3D3C; }

.basket__item-delete {
  display: block;
  width: 34px;
  height: 34px;
  border: none;
  outline: none;
  background: url("../img/svg/close-grey-2.svg") no-repeat center;
  background-size: 100%;
  margin: 0 auto;
  transition: 0.3s; }
  .basket__item-delete:hover {
    background: url("../img/svg/close-grey-2-hover.svg") no-repeat center; }

.basket__block {
  display: flex;
  justify-content: space-between;
  margin-top: 45px; }

.basket__discount {
  width: 60%; }

.basket__discount__text {
  font-size: 18px;
  color: #3C3D3C;
  margin-bottom: 58px; }
  .basket__discount__text span {
    font-weight: bold; }

.basket__discount__text-2 {
  color: #3E9273;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px; }

.basket__discount-block {
  margin-bottom: 30px; /*  */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.basket__discount-img {
  margin: 5px; /*  */
  /* width: 117px;
  height: 117px; */
  width: 100px;
  height: 100px;
  position: relative; }
  .basket__discount-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%; }

.basket__discount-link {
  /* width: 190px; */
  width: 126px; /*  */
  display: block;
  font-weight: bold;
  font-size: 15px;
  text-decoration-line: underline;
  color: #828282; }

.basket__discount-label {
  background: #F9D555;
  border-radius: 3px;
  width: 115px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  margin-top: 12px; }

.basket__total-block {
  /* width: 325px; */
  margin-top: 10px; /*  */
  display: flex;
  justify-content: space-between; }
  .basket__total-block p {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: bold;
    font-size: 21px;
    color: #434343; }

.basket__total-summ {
  margin-left: 10px; /*  */
  color: #3E9273 !important; }

.basket__total-btn {
  width: 225px;
  height: 50px;
  line-height: 50px;
  display: block;
  border-radius: 3px;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  float: right;
  margin-top: 24px; }

@media screen and (max-width: 900px) {
  .basket__table-cell-2 {
    width: 52%; } }

@media screen and (max-width: 768px) { /*  */
    .basket__table-cell-2 {      
      justify-content:flex-start;  } }

@media screen and (max-width: 768px) {
  .basket {
    padding-bottom: 35px; }

  .basket__table-thead {
    display: none; }

  .basket__table-row {
    flex-direction: column;
    border: 2px solid #F2F2F2;
    border-radius: 5px;
    margin-bottom: 8px;
    padding-top: 14px;
    padding-bottom: 21px;
    padding-left: 15px;
    padding-right: 15px; }

  .basket__table-cell {
    width: 100%;
    padding: 0; }

  .basket__table-cell-1 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
    /* align-items: flex-start; */
    justify-content: flex-start;
    flex-wrap: nowrap; }
    .basket__table-cell-1 .basket__table-block:first-child {
      /* margin-right: 10px; */
      margin-right: 30px; /*  */ }

  .basket__table-cell-2 .basket__table-block {
    width: auto; }
    .basket__table-cell-2 .basket__table-block:first-child {
      order: 2; }
    .basket__table-cell-2 .basket__table-block:nth-child(2) {
      order: 1;
      width: 160px; /*  */
      margin-right: 30px; /*  */ }
    .basket__table-cell-2 .basket__table-block:last-child {
      order: 3;
      display: none; }

  .basket__item-summ {
    font-size: 18px; }

  .basket__item-link {
    font-size: 14px;
    margin-top: 4px; }

  .basket__block {
    flex-direction: column;
    margin-top: 20px; }

  .basket__discount {
    width: 100%;
    margin-bottom: 40px;
    padding: 12px;
    font-size: 14px; }
    .basket__discount p {
      margin-bottom: 17px; }
      .basket__discount p:last-child {
        margin-bottom: 0; }

  .basket__total-block {
    width: 100%;
    /* justify-content: flex-start; */
    justify-content: center; /*  */ }
    .basket__total-block p {
      font-size: 18px; }

  /* .basket__total-summ {
    margin-left: 27px; } */

  .basket__total {
    width: 100%; }

  .basket__total-btn {
    float: none;
    /* margin: 30px auto 0; */
    margin: 20px auto 0; /*  */ }

  .basket__item-link + .basket__item-delete {
    display: block;
    margin: 0;
    margin-top: 18px;
    position: relative; }
    .basket__item-link + .basket__item-delete:after {
      content: "Удалить";
      position: absolute;
      top: 50%;
      right: -65px;
      transform: translateY(-50%);
      color: #3E9273;
      text-decoration: underline;
      font-weight: bold;
      font-size: 16px; } }
@media screen and (max-width: 565px) {
  .basket__discount-block {
    margin-bottom: 50px;
    width: 49%;
    justify-content: flex-start; /*  */
    flex-direction: column; }

  /* .basket__table-block {
    margin: 7px auto 0 !important;
    text-align: center; } */

  .basket__table-block:not(.cart-list .basket__table-block) { /*  */
    margin: 7px auto 0 !important;
    text-align: center; }
    
  .presentsInCart {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  .basket__discount__text-2 {
    width: 100%; }

  .basket__discount-link {
    width: 100%;
    text-align: center; }

  .basket__discount-label {
    margin: 7px auto 0; } }
@media screen and (max-width: 500px) {
  .basket__discount {
    padding: 12px 0; }

  .back-btn {
    line-height: 1; }

  .basket__table-cell-1 .basket__table-block:first-child {
    width: 78px;
    height: 78px; }

  .basket__item-img {
    width: 100%;
    height: 100%; }

  .basket__total-btn {
    width: 100%; }

  .basket__total-summ {
    margin-left: 0; }

  .basket__total-block {
    justify-content: space-between; }

  .basket__table-cell-1 .basket__table-block:first-child {    
    width: 100px;
    min-width: 100px; /*  */
    height: 100px; }
  .basket__table-cell-1 .basket__table-block:last-child {
    width: calc(100% - 110px); }

  .basket__item-img {
    width: 100%;
    height: 100%; }

  .basket__discount-img {
    width: 100px;
    height: 100px; }

  .basket__discount-item {
    width: 100%; }

 .basket__table-cell-2 .basket__table-block:nth-child(2) { /*  */       
    width: 100px; }}
@media screen and (max-width: 360px) {
  .basket__discount-block {
    width: 100%; }

  .basket__table-block {
    width: 100%; }
    .basket__table-block .button {
      display: block;
      width: 100%; } }
@media screen and (max-width: 300px) {
  .basket__total-block {
    flex-direction: column;
    align-items: center; }

  .basket__total-summ {
    margin-top: 20px; } }

.static {
  /* padding: 45px  0 132px; */
  padding: 0  0 50px; /*  */ }

.headline-1 {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #3C3D3C;
  margin-bottom: 20px; }

.headline-2 {
  font-weight: bold;
  font-size: 21px;
  color: #3C3D3C;
  margin-bottom: 32px; }

.headline-3 {
  font-weight: bold;
  font-size: 18px;
  color: #3E9273;
  margin-bottom: 30px; }

.static-text {
  font-family: "PT Sans", sans-serif;
  line-height: 1.8;
  color: #272727; }
  .static-text-2 {
    margin-bottom: 30px; }
  .static-text a {
    text-decoration-line: underline;
    color: #3E9273; }

.static__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 33px; }
  .static__block-1 {
    margin-bottom: 33px; }
  .static__block-2 {
    margin-bottom: 57px; }

.static__inner-1 {
  width: 57%; }
  .static__inner-1 .static-text {
    margin-bottom: 2.125em; }
    .static__inner-1 .static-text:last-child {
      margin-bottom: 0; }

.static__inner-2 {
  width: 40%;
  height: 300px;
  background: url("../img/about-info-img.jpg") no-repeat center;
  background-position: center;
  background-size: cover; }

.static__inner-3 {
  width: 48.65%; }

.static__list-1 {
  margin-bottom: 68px; }

.static__list-1 .static__list-item {
  font-family: "PT Sans", sans-serif;
  line-height: 27px;
  color: #3C3D3C;
  margin-bottom: 35px;
  position: relative;
  text-indent: 30px; }
  .static__list-1 .static__list-item:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 7px;
    width: 5px;
    height: 5px;
    background: #3C3D3C;
    border-radius: 50%; }

.static__list-2 {
  margin-bottom: 78px; }

.static__list-2 .static__list-item {
  font-family: "PT Sans", sans-serif;
  line-height: 1.875em;
  color: #272727;
  margin-bottom: 2.25em;
  position: relative;
  padding-left: 56px; }
  .static__list-2 .static__list-item:last-child {
    margin-bottom: 0; }
  .static__list-2 .static__list-item span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #3E9273;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-family: "PT Sans Caption", sans-serif;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 16px; }

.static__form {
  width: 580px;
  margin: 0 auto; }

.static__from-title {
  font-family: "Open Sans", "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  color: #434343;
  margin-bottom: 1.57em; }

.static__form-fileds {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.static__form-block {
  width: 100%; }

.static__form-name,
.static__form-email {
  width: 48%; }

.static__form-input,
.static__form-text {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #CDCDCD;
  border-radius: 3px;
  margin-bottom: 30px;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #666666;
  padding: 0 1.12em;
  outline: none; }
  .static__form-input::-webkit-input-placeholder,
  .static__form-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666; }
  .static__form-input::-moz-placeholder,
  .static__form-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666; }
  .static__form-input:-ms-input-placeholder,
  .static__form-text:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666; }
  .static__form-input:-moz-placeholder,
  .static__form-text:-moz-placeholder {
    /* Firefox 18- */
    color: #666666; }

.static__form-text {
  height: 111px;
  resize: none;
  padding: 1.2em 1.12em; }

.static__form-holder {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  color: #666666;
  margin-bottom: 0.7em; }
  .static__form-holder span {
    color: #D73232; }

.static__form-btn {
  width: 184px;
  display: block;
  margin: 0 auto;
  border: none;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  /* .static {
    padding: 26px 0 50px; } */

  .headline-1 {
    font-size: 18px;
    margin-bottom: 19px; }

  .headline-2,
  .headline-3 {
    font-size: 16px;
    margin-bottom: 30px; }

  .static-text {
    font-size: 14px; }

  .static__from-title {
    font-size: 18px;
    margin-bottom: 34px; }

  .static__block {
    flex-direction: column; }

  .static__inner-1,
  .static__inner-2 {
    width: 100%; }

  .static__inner-2 {
    margin-top: 20px; }

  .static__list-1 {
    display: block; }

  .static__list-2 .static__list-item span {
    top: 14px;
    transform: none; }

  .static__block-2 {
    display: none; }

  .static__form {
    width: 100%; }

  .static__form-input, .static__form-text {
    margin-bottom: 20px; }

  #map {
    height: 214px;
    margin-bottom: 40px; } }
@media screen and (max-width: 500px) {
  .static__inner-2 {
    height: 185px; }

  .static__form-btn {
    width: 100%; } }
@media screen and (max-width: /* 360px */ 600px) {
  .static__form-block {
    width: 100% !important; } }
.mainpage-products-slider-title-v2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 18px; }

.mainpage-products-slider-title-v2 .more {
  float: right;
  font-size: 14px;
  font-weight: normal; }

.products-slider-v2.owl-carousel {
  padding: 0 15px; }

.products-slider-v2.owl-carousel .owl-stage-outer {
  background: #e7e8e7;
  border: 1px solid #e7e8e7;
  border-radius: 3px; }

.products-slider-v2.owl-carousel .owl-stage-outer .owl-stage {
  display: flex; }

.products-slider-v2.owl-carousel .owl-stage-outer .owl-item {
  background: #fff;
  float: none;
  height: auto !important; }

.products-slider-v2.owl-carousel .product-card-v2 {
  height: 100%; }

.product.slick-slide {
  margin-right: 15px; }

.product-slider .container {
  max-width: 1200px; }

.private {
  padding-bottom: 200px; }

.private__table-thead {
  display: flex;
  justify-content: space-between;
  padding: 22px 0; }
  .private__table-thead .private__table-cell {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #828282; }

.private__table-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 37px 0;
  border-top: 2px solid #EAEAEA;
  border-bottom: 2px solid #EAEAEA; }
  .private__table-row:not(:first-child) {
    margin-top: -2px; }

.private__table-cell {
  padding: 3px; /*  */
  text-align: center;
  flex: 1; }

.order-number {
  font-weight: bold;
  font-size: 18px;
  color: #3C3D3C; }

.order-status {
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  background: #3E9273;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center; }
  .order-status-done {
    background: #F9D555; }
  .order-status-cancel {
    background: #B9B9B9; }

.order-date {
  font-size: 16px;
  color: #3C3D3C; }

.order-price {
  font-weight: bold;
  font-size: 16px;
  color: #3C3D3C; }

.order-discount {
  font-weight: bold;
  font-size: 15px;
  color: #3C3D3C; }

.order-action {
  font-size: 16px;
  /* text-decoration: underline; */
  /* color: #E35050; */
  cursor: pointer; }
  .order-action-repeat {
    color: #2E906C; }

.private__contacts {
  max-width: 974px;
  margin: 0 auto;
  display: flex; }

.private__contacts-block:first-child {
  width: 51.34%;
  margin-right: 9.86%; }
.private__contacts-block:last-child {
  width: 38.8%; }

.contacts__row {
  margin-bottom: 32px; }
  .contacts__row:last-child {
    margin-bottom: 0; }

.contacts__row-name {
  width: 98px;
  font-size: 16px;
  color: #3C3D3C;
  float: left; }
  .contacts__row-name-2 {
    width: auto;
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px; }

.contacts__row-desc {
  width: calc(100% - 98px);
  font-weight: bold;
  font-size: 16px;
  color: #3C3D3C;
  float: left; }
  .contacts__row-desc-2 {
    width: auto;
    color: #828282; }

.contacts-tel-message {
  font-weight: normal;
  font-size: 15px;
  color: #E03F3F; }

.contacts__title {
  margin-top: 64px;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 18px;
  color: #3C3D3C; }

.contacts-edit {
  display: inline-block;
  /* font-weight: bold; */
  font-size: 15px;
  /* text-decoration-line: underline; */
  color: #3E9273;
  /* margin-top: 40px; */
  margin-top: 23px; /*  */ }

.private__partnership {
  max-width: 974px;
  margin: 0 auto; }
  .private__partnership-count {
    color: #000;
    margin-bottom: 48px; }
  .private__partnership-balance, .private__partnership-history, .private__partnership-question, .private__partnership-settings {
    font-weight: bold;
    font-size: 18px;
    text-decoration-line: underline;
    color: #3E9273;
    margin-bottom: 34px; }

.private__partnership-question {
  margin-bottom: 64px; }

.private__partnership-links {
  display: flex;
  flex-direction: column; }

.private-toggle {
  display: none;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #828282;
  padding-left: 47px;
  position: relative;
  cursor: pointer;
  margin-top: 38px; }
  .private-toggle:before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 3px solid #E9E9E9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
    background: url("../img/svg/arrow-top.svg") no-repeat center;
    background-size: 16.91px 9.52px;
    box-sizing: border-box; }

@media screen and (max-width: 768px) {
  .private {
    padding-bottom: 175px; }

  .private-toggle {
    display: block; }

  .private-item__tabs,
  .private__table-thead {
    display: none; }

  .private-item__tab-item {
    padding-top: 0;
    margin-top: 26px; }

  .private__table-row {
    border: 2px solid #F2F2F2;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 0 !important;
    flex-wrap: wrap;
    padding: 10px 23px; }
    .private__table-row:last-child {
      margin-bottom: 0; }

  .private__table-cell {
    width: 50%;
    flex: auto;
    text-align: left;
    margin-bottom: 24px; }

  .order-status {
    text-align: center;
    margin: 0;
    float: right; }

  .order-number+.private__table-cell { /*  */
    text-align: right; }

  .order-price:before {
    content: "Стоимость: ";
    font-weight: normal; }

  .order-discount {
    text-align: right; }
    .order-discount:before {
      content: "Скидка: ";
      font-weight: normal; }

  .order-date {
    order: 1; }

  .order-action {
    text-align: right;
    order: 2; }

  .private__contacts {
    flex-direction: column; }

  .private__contacts-block {
    width: 100% !important;
    margin-right: 0 !important; }
    .private__contacts-block:nth-child(2) {
      margin-top:20px; }

  .private__partnership-settings {
    display: none; } }
@media screen and (max-width: 380px) {
  .private__table-cell {
    width: calc(100% - 110px); }
    .private__table-cell:nth-child(2n) {
      width: 110px; }

  .order-price {
    width: calc(100% - 110px) !important; }

  .order-discount {
    width: 110px !important; }

  .order-price:before {
    display: block; } }
.information {
  padding-bottom: 160px; }

.information__status {
  display: flex;
  align-items: center;
  margin-bottom: 38px; }
  .information__status p {
    font-family: "PT Sans Caption", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #828282;
    margin-right: 20px; }
  .information__status .order-status {
    margin: 0; }

.information-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  color: #3C3D3C; }
  .information-title span {
    color: #3E9273; }

.information-table {
  width: 580px;
  margin-top: 38px;
  margin-bottom: 45px;
  border-collapse: collapse; }
  .information-table-2 {
    width: 100%;
    margin: 82px 0 0; }
  .information-table thead td {
    font-weight: bold;
    font-size: 15px;
    color: #393939;
    padding: 14px 12px;
    border-bottom: 2px solid #E3E3E3; }
  .information-table tbody tr {
    height: 44px; }
  .information-table tbody tr:nth-child(2n+1) {
    background: #F5F5F5; }
  .information-table tbody td {
    color: #3C3D3C; }
  .information-table tbody td:first-child span:first-child {
    margin-right: 22px; }
  .information-table td {
    padding: 0 12px; }

@media screen and (max-width: 768px) {
  .information-table {
    margin: 22px 0 54px;
    width: 100%; }
    .information-table-2 {
      margin: 22px 0 0; }
    .information-table thead {
      display: none; }
    .information-table td {
      display: block;
      font-size: 14px;
      margin-bottom: 11px;
      padding-left: 0; }
      .information-table td:last-child {
        margin-bottom: 0; }
    .information-table tr {
      display: block;
      border-top: 2px solid #E3E3E3;
      border-bottom: 2px solid #E3E3E3;
      background: none !important;
      height: auto !important;
      padding: 12px 0; }
      .information-table tr:not(:first-child) {
        margin-top: -2px; }

  .information-table-2 tr {
    padding: 25px 0; }

  .information-title span {
    display: block; }

  .information-date-1:before {
    content: "Дата, время:";
    font-weight: bold;
    margin-right: 14px; }

  .information-table tbody td:first-child span:first-child {
    margin-right: 14px; }

  .information-status:before {
    content: "Статус:";
    font-weight: bold;
    margin-right: 14px; }

  .information-date-2:before {
    content: "Дата:";
    font-weight: bold;
    margin-right: 14px; }

  .information-index:before {
    content: "Индекс ОПС";
    font-weight: bold;
    margin-right: 14px; }

  .information-name:before {
    content: "Название ОПС";
    font-weight: bold;
    margin-right: 14px; }

  .information-desc:before {
    content: "Описание";
    font-weight: bold;
    margin-right: 14px; } }
/* article search */
form.article-search {
  display: flex;
  width: 100%;
  text-align: left;
  margin: 20px 0;
  /* margin-top: -30px; */ }

form.article-search input {
  width: 100%; }

form.article-search .authorization__btn {
  margin: 0;
  height: 46px;
  margin-left: 10px;
  width: 100px; }

.footer-pg {
  background: #3E9273;
  padding: 70px 0 83px; }

.footer__block {
  display: flex;
  justify-content: space-between; }

.footer__block-inner:first-child {
  width: 235px; }

.footer__block-inner-3 {
  width: 206px; }

.footer__block-inner-2 {
  width: 48%;
  display: flex;
  justify-content: space-between; }

.footer__text-hidden {
  display: none; }

.footer__logo {
  width: 210px;
  display: block;
  margin-bottom: 27px; }

.footer__text,
.footer__callback {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: #fff; }

.footer__list-item {
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  text-decoration-line: underline;
  color: #fff; }
  .footer__list-item:hover {
    color: #fff;
    text-decoration: none; }

.footer__block-inner-3 .footer__text {
  text-align: right; }

.footer__callback {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 1.9em; }
  .footer__callback:hover {
    color: #fff;
    text-decoration: none; }

.socials {
  display: flex;
  justify-content: space-between;
  margin-top: 27px; }

.social-link {
  display: block;
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-color: #fff; }

.social-fb {
  background-image: url("../img/svg/fb.svg");
  background-size: 11.29px 22.1px; }

.social-tw {
  background-image: url("../img/svg/tw.svg");
  background-size: 22.57px 18.79px; }

.social-instagram {
  background-image: url("../img/svg/instagram.svg");
  background-size: 19.19px 18.79px; }

.social-pinterest {
  background-image: url("../img/svg/pinterest.svg");
  background-size: 20.24px 20px; }

.footer__block-inner-4 {
  display: none;
  justify-content: space-between;
  /* border-bottom: 2px solid #416687; */
  border-bottom: 2px solid #335c4c; /*  */
  padding-bottom: 33px !important;
  margin-bottom: 22px !important; }

@media screen and (max-width: 900px) {
  .footer__block {
    flex-wrap: wrap; }

  .footer__block-inner-2 {
    width: 60%; }

  .footer__block-inner-3 {
    margin: 20px auto 0; }

  .footer__block-inner-3 .footer__text {
    text-align: center; } }
@media screen and (max-width: 768px) {
  .footer-pg {
    padding: 30px 0; }
    .footer-pg .container {
      padding: 0; }

  .footer__block-inner-3 .footer__text {
    text-align: left; }

  .footer__block {
    flex-direction: column; }

  .footer__list-item {
    font-size: 14px; }

  .footer__text {
    font-size: 14px; }

  .footer__block-inner {
    padding: 0 15px; }

  .footer__block-inner-2 {
    width: 100%;
    order: 1;
    padding-bottom: 35px;
    margin-bottom: 31px;
    /* border-bottom: 2px solid #416687; */
    border-bottom: 2px solid #335c4c; /*  */    
    justify-content: center; }

  .footer__list {
    margin-left: 30px;
    margin-right: 30px; }

  .footer__block-inner-1 {
    order: 2; }
    .footer__block-inner-1 .footer__text {
      display: none; }

  .footer__block-inner-3 {
    width: 100%;
    order: 3; }
    .footer__block-inner-3 .footer__text p:first-child {
      margin-bottom: 25px; }

  .footer__logo {
    margin-bottom: 25px; }

  .footer__block-inner:first-child,
  .footer__block-inner:last-child {
    width: 100%; }

  .socials {
    width: 210px;
    margin-top: 25px;
    margin-bottom: 29px; }

  .footer__text-hidden {
    display: block; }
    .footer__text-hidden p:first-child {
      margin-bottom: 0 !important; }
    .footer__text-hidden p:nth-child(2) {
      display: inline; }
    .footer__text-hidden p:last-child {
      display: inline; }

  .footer__callback {
    margin-top: 0; }

  .footer__block-inner-2 {
    justify-content: space-between; }

  .footer__list {
    margin: 0; } }
@media screen and (max-width: 500px) {
  .footer__block-inner-2 {
    justify-content: space-between; }

  .footer__list {
    margin-left: 0;
    margin-right: 0; }

  .footer__block-inner-2 {
    display: none; }

  .footer__block-inner-4 {
    display: flex; }

  .footer__block-inner-3 .footer__list {
    display: none; } }
/*******************************************************************************
********* modal
*******************************************************************************/
.modal {
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.57);
  text-align: left;
  z-index: 1002;
  overflow: auto;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.modal-inner {
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 8px;
  padding: 20px 30px 30px;
  position: relative; }

.modal-inner .form-required-note {
  position: static; }

.modal-inner label {
  display: block;
  margin: 22px 0; }

.modal-inner .captcha-wrap {
  display: flex;
  align-items: flex-end;
  margin: 22px 0; }

.modal-inner .captcha-label {
  margin: 0 15px 0 0; }

.modal-inner .captcha-label input {
  margin-top: 5px; }

.modal-inner .captcha {
  height: 36px;
  width: auto; }

.modal-inner .captcha img {
  height: 100%;
  width: auto; }

.modal-inner input[type="checkbox"] + label {
  align-items: flex-start; }

.modal-inner button[type='submit'] button[type='submit'],
.submit button[type='submit'] {
  display: block;
  width: 100%;
  background: radial-gradient(circle closest-corner at 20px center, #9cb620, #7ea01b);
  border-radius: 8px;
  padding: 16px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500; }

.modal-inner button[type='submit'] button[type='submit']:hover,
.submit button[type='submit']:hover {
  background: radial-gradient(circle closest-corner at 20px center, #ef8f42, #e86d32); }

.close-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 39px;
  background: url(../images/icon-background-orange.png) no-repeat center;
  position: absolute;
  color: #fff;
  font-size: 18px;
  top: -20px;
  right: 20px;
  cursor: pointer; }

.close-modal:hover {
  background: url(../images/icon-background-green.png) no-repeat center;
  color: #000; }

.modal-init .modal-inner {
  max-width: 768px;
  padding: 0 40px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch; }

.modal-init img {
  display: block;
  height: 100%;
  width: auto;
  margin-right: 30px; }

.modal-init-data {
  padding: 30px 0 40px; }

.modal-init-data p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 25px; }

.modal-init-data a {
  display: block;
  background: radial-gradient(circle closest-corner at 25px center, #9cb620, #7ea01b);
  border-radius: 8px;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  transition: .4s;
  margin-bottom: 25px;
  text-align: center; }

.modal-init-data a:hover {
  background: radial-gradient(circle closest-corner at 25px center, #ef8f42, #e86d32); }

.modal-init-data .iam-not-adult {
  background: radial-gradient(circle closest-corner at 20px center, #68787c, #4d595c); }

.modal-init-data .iam-not-adult:hover {
  background: radial-gradient(circle closest-corner at 20px center, #434343, #000); }

@media (max-width: 980px) {
  .modal {
    align-items: flex-start; }

  .close-modal {
    top: 10px; }

  .modal-init .modal-inner {
    padding: 25px;
    max-width: 360px; }

  .modal-init img {
    display: none; } }
@media (max-width: 768px) {
  .modal-init-data {
    padding: 25px 0 0 0; }

  .modal-init-data p {
    font-size: 14px;
    line-height: 20px; }

  .modal-init-data a {
    padding: 10px;
    font-size: 15px;
    line-height: 20px; } }
@media (max-width: 360px) {
  .modal-inner {
    border-radius: 0; } }
.product__buy {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 29px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 225px;
  height: 46px;
  line-height: 47px;
  background: #FFFFFF;
  border: 2px solid #3E9273;
  color: #3E9273;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  transition: 0.3s; /*  */ }

.product__buy:hover {
  background: #3E9273;
  border: 2px solid #3E9273;
  color: #FFFFFF; }

.product-item__table2 {
  margin: 0 auto;
  border-collapse: collapse; }

.product-item__table2 thead tr {
  background: #EBF3F9; }

.product-item__table2 thead th {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #1A437D;
  height: 50px; }

.product-item__table2 tbody tr {
  border-bottom: 1px solid #DEEAF1; }

.product-item__table2 tbody td {
  font-family: "PT Sans", sans-serif;
  color: #212121; }

input.counter__summ {
  border: none;
  max-width: 50px;
  text-align: center; }

.icon32.loading {
  background-image: url("../images/loading.gif");
  background-size: 32px 32px;
  height: 32px;
  width: 32px;
  display: inline-block; }

form .error {
  color: red;
  padding: 10px;
  font-weight: bold; }

.subcats a {
  margin-right: 20px; }

.news h2 a {
  color: #000; }

.news-data .news__title {
  height: auto;
  margin-bottom: 0; }

.news-data time {
  font-size: 11px;
  color: gray;
  font-style: italic; }

.news-data {
  margin-bottom: 20px; }

.price h1 {
  margin-bottom: 20px; }

.price__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px; }

.price__table tr {
  border-bottom: 1px solid #D5D5D5; }

.price__table tr:last-child {
  border-bottom: none; }

.price__table td {
  padding: 10px; }

.price__table-company,
.price__table-type {
  background: #F7F7F7;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  height: 50px; }

.price__table-company td,
.price__table-type td {
  padding: 0;
  padding-left: 10px;
  color: #3E9273; }

.price__table-type td {
  padding-left: 20px;
  color: #828282; }

.price__table-name {
  color: #3E9273; }

.price__table-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.price__table-block-type {
  /* margin-right: 30px; */
  margin-right: 15px; /*  */ }

.price__table-store {
  width: 90px;
  text-align: center; }

.price__table-price {
  width: 125px;
  text-align: center; }

.price__table-price:after {
  content: " Руб."; }

.price__table-add {
  height: 25px;
  border: none;
  outline: none;
  background: url(../img/svg/basket.svg) no-repeat left center;
  background-size: contain;
  padding-left: 30px;
  float: right;
  transition: 0.3s; /*  */ }

.price__table-add:hover {
  background-image: url(../img/svg/basket-hover.svg); }

.price__table-td-add {
  width: 130px; }

.price__table-item .select {
  width: 123px; }

.price__table-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 800px) {
  .price__table tr {
    display: block; }

  .price__table td {
    display: block; }

  .price__table-name {
    text-align: center; }

  .price__table-count {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center; /*  */ }

  .price__table-td-add,
  .price__table-price,
  .price__table-store {
    width: 100%; }

  .price__table-td-add { /*  */
    text-align: center; }

  .price__table-add {
    float: none; }

  .price__table-company td,
  .price__table-type td {
    padding: 15px; } 

	.product-item__tab a{ white-space: nowrap; }
	.product-item__tab:first-child{ width:40%; }
	.product-item__tab:last-child{ width:60%; }

	/* .product-prices__container{display:flex;align-items:center;justify-content:space-between;} */
	.product-price__old{/* margin-left:10px; */font-size:14px;}
}
.price__table-company a, .price__table-type a, .price__table-name a {
  text-decoration: none; }

.price__table-company a:hover, .price__table-type a:hover, .price__table-name a:hover {
  text-decoration: underline; }

/*# sourceMappingURL=style.css.map */

.home-top-blocks-row .content_preview{
	/*padding:10px;*/
	padding-bottom:10px;
}
.home-top-blocks-row .content_preview a{
	display:block;
	border:none;
	background:none;
	color:black;
	padding-left:0;
	padding-right:0;
}
.home-top-blocks-row .content_preview a:hover{
	text-decoration:underline;
}

#shippingTypes { /*  */
    margin-bottom: 28px;
}

fieldset [type="checkbox"],
.static__form-block [type="checkbox"] { /*  */
    position: absolute;
    z-index: -1;
    opacity: 0;
}

fieldset [type="checkbox"]+label,
.static__form-block [type="checkbox"]+label { /*  */
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-bottom: 10px;
  }

fieldset [type="checkbox"]+label::before,
.static__form-block [type="checkbox"]+label::before { /*  */
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 3px solid #EBEBEB;
    border-radius: 3px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    box-sizing: border-box;
    cursor: pointer;
}

fieldset [type="checkbox"]:checked+label::before,
.static__form-block [type="checkbox"]:checked+label::before { /*  */
    width: 25px;
    height: 25px;
    border: none;     
    background: #F9D555 url(../img/svg/check-white.svg) no-repeat center;
}
  
fieldset [type="checkbox"]:disabled+label::before,
.static__form-block [type="checkbox"]:disabled+label::before { /*  */
    background-color: #e9ecef;
}

/* second product image */
.product__img.add{
	display:none;
}

.banner__slider{
	display:none;
}

.about .container h2, .about .container h3{
	text-align:left;
}

/* 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;
}
