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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  scroll-behavior: smooth;
  /*Плавный скрол, или для body или для html*/
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

button {
  border: none;
  background: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

button:focus,
input:focus {
  outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 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,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
.politik:hover {
  color: #a3e7f0;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.popup_politik_overlay {
  display: none;
}

.popup_politik_overlay.in_active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(11, 30, 66, 0.76);
  z-index: 99999;
}

.popup_politik {
  width: 60%;
  height: 80%;
  position: relative;
  top: 10%;
  background: #000;
  margin: 0 auto;
  overflow-y: scroll;
}

.popup_politik_content {
  color: #fff;
  background: #000;
  padding: 40px 50px;
}

.popup_politik_title h4 {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 40px;
}

.popup_politik_text p {
  margin-bottom: 35px;
}

.popup_politik_close {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9999999;
  cursor: pointer;
}

.btn_black {
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #000;
}

.btn_black:hover, .btn_black:active {
  -webkit-box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 10px 10px 4px rgba(0, 0, 0, 0.25);
  background: #333333;
  border: 2px solid #333333;
  -webkit-transition: .5s;
  transition: .5s;
  color: #FFFFFF;
}

/* Попап политики */
.closer {
  text-align: right;
  margin-right: 30px;
  margin-top: 30px;
  font-size: 36px;
  color: #fff;
}

.modal-w {
  background: #fff;
  display: block;
  width: 100%;
  max-width: 800px;
  max-height: 100%;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
  padding: 50px;
  border-radius: 4px;
}

.d-none {
  display: none;
}

.modal__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #263740;
  margin-bottom: 40px;
  width: 100%;
}

.closer-reg {
  color: #000;
  font-size: 50px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

.closer-reg:hover:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.closer-reg:hover:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.closer-reg:before {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.closer-reg:after {
  content: "";
  background: #333;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 14px;
  left: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.give_feedback-form input {
  margin: 0 auto 15px;
  border-radius: 0;
  outline: none;
  height: 48px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding-left: 20px;
}

.wrapper_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.wrapper_textarea span {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.give_feedback-tarea {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 25px 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.wrapper_product_evaluation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper_product_evaluation span {
  margin-right: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
}

.give_feedback_attribution {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #778489;
  margin-bottom: 30px;
}

.send_give_feedback {
  width: 100%;
  max-width: 288px;
  height: 56px;
  background: #FCD50A;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
}

.product_evaluation_popup {
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_evaluation_popup li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product_evaluation_popup li a:hover svg path {
  fill: #EF9C20;
}

.wrapper_input {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.wrapper_input span {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 10px;
}

.form_politik {
  width: 100%;
  margin: 55px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkbox {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 30px;
}

.checkbox input {
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  position: relative;
}

.checkbox:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 0;
  border: 2px solid #000;
  border-radius: 2px;
}

.checkbox.active:after {
  content: '\2713';
  position: absolute;
  top: 6px;
  left: 5px;
  color: #000;
}

.form_politik_text {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  padding-left: 30px;
}

.form_politik_text a {
  color: #333333;
  text-decoration: underline;
}

.give_feedback-form button,
.send {
  height: 66px;
  width: 422px;
  margin: 0 auto 65px;
  cursor: pointer;
}

.overlay {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  opacity: 0.9;
}

.modal-wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(36, 34, 34, 0.7);
  z-index: 999;
  -webkit-transition: background ease-in-out 1s;
  transition: background ease-in-out 1s;
}

.thx {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-top: 20px;
  z-index: 10;
}

.thx__title {
  font-size: 49px;
  font-weight: 600;
  text-align: center;
}

.closer-thx {
  color: #000;
  font-size: 30px;
  cursor: pointer;
  margin-left: auto;
  font-weight: 600;
  margin-bottom: 30px;
  margin-right: 20px;
}

.send {
  line-height: 60px;
}

.modal-w::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  width: 3px;
  height: 0px;
}

.modal-w::-webkit-scrollbar-track {
  background-color: #32312e;
  -webkit-box-shadow: 0px 0px 3px #000 inset;
          box-shadow: 0px 0px 3px #000 inset;
}

.modal-w::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #FCD50A;
  -webkit-box-shadow: 0px 1px 1px #fff inset;
          box-shadow: 0px 1px 1px #fff inset;
  background-position: center;
  background-repeat: no-repeat;
}

.modal-w::-webkit-resizer {
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

.modal-w::-webkit-scrollbar {
  width: 5px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000;
  font-family: 'Inter', sans-serif;
}

h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin: 27px 0;
}

h2 {
  font-size: 20px;
}

.tabs,
.accordeon {
  width: 500px;
  margin: 30px auto;
  text-align: center;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

/* Красивый чекбокс css */
.switcher {
  position: relative;
  width: 24px;
  height: 25px;
  border-radius: 25px;
  margin: 3px 10px 0;
}

.switcher input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 24px;
  height: 13px;
  border-radius: 40px;
  /* background-color: #1E1E1E; */
  outline: none;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.switcher input:before,
.switcher input:after {
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
}

.ukr,
.rus {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #B49DA0;
  -webkit-transition: 1s;
  transition: 1s;
}

.wrapper {
  padding-top: 180px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(10, 39, 3, 0.1);
          box-shadow: 0px 2px 4px rgba(10, 39, 3, 0.1);
  -webkit-transition: height 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 6px;
}

.header__top__rightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
}

.header.sticky {
  -webkit-transition: height 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

main {
  margin-top: 50px;
}

.activ__version.ukr,
.activ__version.rus {
  color: #4AA14E;
  -webkit-transition: 1s;
  transition: 1s;
}

.site__language p {
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  margin-bottom: 0px;
}

.site__language span {
  line-height: 20px;
}

.switcher label {
  z-index: 4;
  position: absolute;
  top: 5px;
  bottom: 10px;
  border-radius: 20px;
  cursor: pointer;
}

.switcher.switcher-1 input {
  -webkit-transition: .25s -.1s;
  transition: .25s -.1s;
}

.switcher.switcher-1 input:checked {
  background-color: #4AA14E;
}

.switcher.switcher-1 input:checked:before {
  color: #FFE;
  -webkit-transition: color .5s .2s;
  transition: color .5s .2s;
}

.switcher.switcher-1 input:checked:after {
  color: #CCCCCC;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.switcher.switcher-1 input:checked + label {
  width: 9px;
  height: 9px;
  left: 12px;
  background: #FFE;
  -webkit-transition: left .5s, right .4s .2s;
  transition: left .5s, right .4s .2s;
}

.switcher.switcher-1 input:not(:checked) {
  background: #4AA14E;
  -webkit-transition: background .5s -.1s;
  transition: background .5s -.1s;
}

.switcher.switcher-1 input:not(:checked):before {
  color: #CCCCCC;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.switcher.switcher-1 input:not(:checked):after {
  color: #1E1E1E;
  -webkit-transition: color .5s .2s;
  transition: color .5s .2s;
}

.switcher.switcher-1 input:not(:checked) + label {
  left: 2px;
  width: 9px;
  height: 9px;
  background: #FFF;
  -webkit-transition: left .4s .2s, right .5s, background .35s -.1s;
  transition: left .4s .2s, right .5s, background .35s -.1s;
  top: 5px;
}

.switcher.switcher-2 {
  overflow: hidden;
}

.switcher.switcher-2 input {
  -webkit-transition: background-color 0s .5s;
  transition: background-color 0s .5s;
}

.switcher.switcher-2 input:before {
  color: #1E1E1E;
}

.switcher.switcher-2 input:after {
  color: #FFFFFF;
}

.switcher.switcher-2 input:checked {
  background-color: #FFFFFF;
}

.switcher.switcher-2 input:checked + label {
  background: #FFFFFF;
  -webkit-animation: turn-on .5s ease-out;
  animation: turn-on .5s ease-out;
}

@-webkit-keyframes turn-on {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@keyframes turn-on {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

@-webkit-keyframes turn-off {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes turn-off {
  0% {
    right: 100%;
  }
  100% {
    right: 0%;
  }
}

.switcher.switcher-2 label {
  top: 0px;
  width: 200px;
  height: 50px;
  border-radius: 25px;
}

.wrapper__checkbox p span {
  margin-right: 14px;
}

.wrapper__checkbox p {
  font-weight: normal;
  font-size: 11px;
  color: #636363;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__top__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 45px 0 0;
  padding: 0;
  list-style: none;
}

.header__top__menu li {
  margin: 0 25px 0 0;
}

.header__top__menu li:last-child {
  margin: 0;
}

.header__top__menu li a {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #778489;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__top__menu li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #36B355;
  text-decoration: none;
}

.site__version {
  margin-right: 40px;
}

.site__version a {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #778489;
  text-decoration: none;
}

.site__version a:first-child {
  margin-right: 20px;
}

.site__version a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #36B355;
}

.site__version .active__site__version {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #36B355;
  position: relative;
}

.site__version .active__site__version:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #36B355;
}

.header__top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top__numbers {
  width: 150px;
  position: relative;
}

.arr__hidden__block {
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  right: -5px;
  top: 6px;
}

.arr__hidden {
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #263740;
  border-left: 1px solid #263740;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 0;
  left: 5px;
}

.arr__hidden__block.arr__hidden__block__open .arr__hidden {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: .2s;
  transition: .2s;
  top: 5px;
}

.header__top__numbers__box {
  padding: 3px 10px 5px;
  z-index: 9;
  height: 22px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  right: 20px;
}

.header__top__numbers__box .header__top__numbers__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header__top__numbers__box .header__top__numbers__list li {
  margin: 0;
  line-height: 16px;
  padding: 0;
}

.header__top__numbers__box .header__top__numbers__list li a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 4px;
}

.header__top__numbers__box .header__top__numbers__list li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #36B355;
  text-decoration: none;
}

.header__top__numbers__box.header__top__numbers__box__open {
  width: 250px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0px 16px 40px -25px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 16px 40px -25px rgba(0, 0, 0, 0.75);
  padding: 32px 25px;
  top: -7px;
  right: -10px;
}

.header__top__numbers__box.header__top__numbers__box__open .header__top__numbers__list {
  padding-left: 55px;
}

.header__top__numbers__box.header__top__numbers__box__open .header__top__numbers__list li {
  position: relative;
}

.header__top__numbers__box.header__top__numbers__box__open .header__top__numbers__list li:nth-child(1):before {
  content: '';
  width: 42px;
  height: 48px;
  background: url(../icon/callcenter.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -55px;
}

.header__top__numbers__box.header__top__numbers__box__open .header__top__numbers__list li:nth-child(2):before {
  content: '';
  width: 40px;
  height: 48px;
  background: url(../icon/doctor.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -55px;
}

.header__top__numbers__box.header__top__numbers__box__open .header__top__numbers__list li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px !important;
  color: #263740;
  opacity: 0.7;
  margin-bottom: 22px;
}

.orline {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.03em;
  color: #263740;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.orline:before {
  content: '';
  width: 86px;
  height: 1px;
  background: #000000;
  opacity: 0.2;
  position: absolute;
  top: 7px;
  left: 0;
}

.orline:after {
  content: '';
  width: 86px;
  height: 1px;
  background: #000000;
  opacity: 0.2;
  position: absolute;
  top: 7px;
  right: 0;
}

.miniform__title {
  font-weight: bold;
  font-size: 16px;
  color: #263740;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 10px;
}

.miniform__wrapper__input {
  width: 200px;
  margin-bottom: 15px;
}

.miniform__wrapper__input input {
  width: 100%;
  height: 40px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 9px 12px;
}

.request_call__btn {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  width: 200px;
  height: 40px;
  background: #263740;
  border-radius: 4px;
}

.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.header__middle__logo {
  display: block;
  width: 192px;
  height: 59px;
  margin-right: 48px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header__middle__logo {
  margin-top: 15px;
}

.header__middle__search {
  width: 100%;
  max-width: 495px;
  margin-right: 60px;
}

.header__search__input__wrapper {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #36B355;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  width: 100%;
  height: 40px;
  margin-top: 20px;
}

.header__search__input {
  width: calc(100% - 45px);
  height: 100%;
  border: none;
  border-radius: 24px;
  padding-left: 15px;
}

.btn__search {
  background: #36B355;
  border: 2px solid #36B355;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 24px 24px 0px;
  width: 45px;
  height: 40px;
  color: #fff;
  font-family: Segoe UI Symbol, serif;
  font-size: 20px;
  position: absolute;
  top: -2px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.btn__search:hover {
  background: #1F985B;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.header-actions {
  position: relative;
}

.header-actions {
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-actions a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.header-actions a img {
  margin-right: 6px;
}

.header-actions a svg {
  margin-right: 6px;
}

.header-actions a svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

.header-actions a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #E21E29;
  text-decoration: none;
}

.header-actions a:hover svg path {
  fill: #E21E29;
  -webkit-transition: .5s;
  transition: .5s;
}

.favorite {
  position: relative;
  margin-right: 23px;
}

.favorite__count {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #FCD50A;
  position: absolute;
  top: -8px;
  left: 16px;
  font-size: 12px;
}

.dfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__cart {
  width: 184px;
  height: 88px;
  background: #36B355;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__cart a {
  color: #fff;
}

.header__cart:hover {
  background: #1F985B;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__cart__icon {
  position: relative;
}

.header__cart__icon img {
  margin-right: 18px;
}

.cart__count {
  width: 20px;
  height: 20px;
  background: #FCD50A;
  border-radius: 100%;
  font-weight: bold;
  font-size: 12px;
  line-height: 11px;
  color: #263740 !important;
  position: absolute;
  top: -5px;
  left: 12px;
}

.btn__header__cart {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.btn__header__cart p {
  margin-bottom: 0;
}

.btn__header__cart p span {
  display: block;
  font-weight: bold;
}

.btn__header__cart:hover {
  text-decoration: none;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.sub-menu-box {
  width: 100%;
  min-height: 615px;
  background: #fff;
  position: absolute;
  top: 56px;
  left: 0;
  border-top: 4px solid #1F985B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 24px rgba(10, 39, 3, 0.2);
          box-shadow: 0px 12px 24px rgba(10, 39, 3, 0.2);
  border-radius: 0px 0px 4px 4px;
  padding: 35px 57px;
  color: #263740;
}

.sub-menu-box a {
  color: #263740;
}

.sub-menu-box__bg {
  width: 330px;
  height: 360px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.sub-menu__list__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu__list {
  width: 100%;
  max-width: 220px;
  margin: 0 20px 0 0;
  padding: 0;
}

.sub-menu__list li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 14px;
}

.sub-menu__list li a {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.sub-menu__list li a:hover {
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.sub-menu__list li:first-child {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 13px;
}

.popular_brands {
  max-width: 665px;
  position: relative;
  z-index: 9;
}

.popular_brands_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.popular_brands_head span {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #263740;
}

.popular_brands_head a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  position: relative;
  margin-right: 10px;
}

.popular_brands_head a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #36B355;
  border-right: 1px solid #36B355;
  position: absolute;
  top: 6px;
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sub-menu-box .see_all_categories {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  margin-bottom: 40px;
  display: inline-block;
}

.sub-menu-box .see_all_categories:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #36B355;
  border-right: 1px solid #36B355;
  position: absolute;
  top: 6px;
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popular_brands__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 136px;
}

.popular_brands__logo__item {
  width: 20%;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popular_brands__logo__item img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header__category {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__category > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__category > li > a {
  padding: 15px 30px 15px 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__category > li > a svg {
  margin-right: 8px;
}

.header__category > li > a svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

.header__category > li > a:hover {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  background: #1F985B;
}

.header__category > li > a:hover svg path {
  fill: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.header__category .menu_children__hovered {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  background: #1F985B;
}

.header__category .menu_children__hovered svg path {
  fill: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.active__header__category {
  background: #FCD50A;
}

.menu_children__hovered.header__menu__link:before {
  top: 27px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(135deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.header__menu__link {
  position: relative;
}

.header__menu__link:before {
  content: '';
  width: 7px;
  height: 7px;
  border-left: 1px solid #263740;
  border-bottom: 1px solid #263740;
  position: absolute;
  top: 23px;
  right: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.promo__block {
  width: 286px;
  height: 56px;
}

.promo__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-main {
  margin-bottom: 100px;
}

.s-main_slide {
  padding: 50px 50px 0;
  min-height: 425px;
}

.s-main_slider .slick-dots {
  bottom: 13px;
}

.s-main_slider .slick-dots li button:before {
  font-size: 9px;
  color: #fff;
  opacity: 0.4;
}

.s-main_slider.slick-slider .slick-dots li.slick-active button:before {
  font-size: 12px;
  color: #fff;
  opacity: 1;
}

.s-main_slide__title {
  max-width: 370px;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  color: #263740;
  margin-bottom: 15px;
}

.s-main_slide__subtitle {
  max-width: 240px;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 100px;
}

.s-main_slider__btn {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 185px;
  height: 40px;
  border-radius: 4px;
}

.black__btns {
  color: #FFFFFF;
  background: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.black__btns:hover {
  color: #263740;
  background: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  cursor: pointer;
}

.c-program_loyalty {
  background: #2AA5A2;
  border-radius: 4px;
  padding: 40px 30px;
  min-height: 425px;
}

.c-program_loyalty__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.c-program_loyalty__list {
  margin: 0 0 45px;
  padding: 0;
  max-width: 180px;
}

.c-program_loyalty__list li {
  list-style: none;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #FFFFFF;
  position: relative;
}

.c-program_loyalty__list li:before {
  content: '';
  width: 20px;
  height: 10px;
  border-left: 4px solid #FCD50A;
  border-bottom: 4px solid #FCD50A;
  position: absolute;
  top: 0;
  left: 0px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-program_loyalty__btn {
  width: 225px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-program_loyalty__btn:hover {
  color: #263740;
  background: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.title {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #263740;
}

.s-pet_products {
  margin-bottom: 120px;
}

.s-pet_products__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-pet_products__box a {
  width: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.s-pet_products__box a img {
  width: 100%;
  height: 100%;
}

.s-pet_products__box a span {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-pet_products__box a:nth-child(1) {
  top: 0;
  left: 0;
}

.s-pet_products__box a:nth-child(1) span {
  top: 23px;
  left: 25px;
}

.s-pet_products__box a:nth-child(2) {
  top: 0;
  right: 0;
}

.s-pet_products__box a:nth-child(2) span {
  top: 23px;
  right: 25px;
}

.s-pet_products__box a:nth-child(3) {
  bottom: 0;
  left: 0;
}

.s-pet_products__box a:nth-child(3) span {
  bottom: 23px;
  left: 25px;
}

.s-pet_products__box a:nth-child(4) {
  bottom: 0;
  right: 0;
}

.s-pet_products__box a:nth-child(4) span {
  bottom: 23px;
  right: 25px;
}

.s-pet_products__box:hover a {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-box-shadow: 0px 8px 32px rgba(2, 2, 2, 0.25);
          box-shadow: 0px 8px 32px rgba(2, 2, 2, 0.25);
}

/*.s-pet_products__box:hover a span {
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}*/

/*.s-pet_products__box:hover a:nth-child(1) {
  top: -20px;
  left: -20px;
}

.s-pet_products__box:hover a:nth-child(2) {
  top: -20px;
  right: -20px;
}

.s-pet_products__box:hover a:nth-child(3) {
  bottom: -20px;
  left: -20px;
}

.s-pet_products__box:hover a:nth-child(4) {
  bottom: -20px;
  right: -20px;
}*/

.product_week__slider {
  position: relative;
  margin: 0 -10px;
}

.product_week__slider:before {
  content: '';
  width: 104px;
  height: 104px;
  /*background: url(../images/Union.png) no-repeat;*/
  position: absolute;
  top: -25px;
  right: -25px;
  z-index: 9;
}

.product_week__slider .slick-dots li {
  margin: 0;
}

.slick-slider .slick-dots li.slick-active button:before {
  font-size: 13px;
  opacity: 1;
  color: #36B355;
}

.slick-slider .slick-dots li button:before {
  font-size: 8px;
  color: #D9D9D9;
  opacity: 1;
}

.product_week__slider .slick-dots {
  bottom: -35px;
}

.product_week__slide {
  border: 2px solid #36B355;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 25px;
  -webkit-transition: .5s;
  transition: .5s;
  height: 442px;
  margin: 0 5px;
}

.product_week__slide:hover {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.2);
          box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.2);
}

.product_week__title_card {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #36B355;
  position: relative;
}

.product_week__title_card span {
  position: absolute;
  top: 0px;
  right: 70px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #E21E29;
}

.product_week__term {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #778489;
  margin-bottom: 10px;
}

.product_week__img {
  width: 200px;
  height: 200px;
  margin: 0 auto 10px;
}

.product_week__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_week__title_product {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  margin-bottom: 25px;
}

.product_week__old_price {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
  position: relative;
  display: inline-block;
}

.product_week__old_price:before {
  content: '';
  width: 110%;
  height: 1px;
  background: #E21E29;
  position: absolute;
  top: 8px;
  left: -2px;
}

.product_week__discount {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  margin-bottom: 3px;
}

.product_week__new_price {
  font-size: 26px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #E21E29;
}

.product_week__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.buy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #36B355;
  border-radius: 4px;
  width: 142px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.buy-btn:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #1F985B;
  cursor: pointer;
}

.buy-button__to_cart {
  padding: 0;
}

.buy-button__to_cart.buy-button__to_cartHide {
  display: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.to_card {
  width: 102px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  padding: 0;
  cursor: pointer;
  border-right: 1px solid #117B2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  line-height: 40px;
  padding-right: 10px;
}

.buy-button__minus {
  padding: 0;
  font-size: 30px;
  line-height: 39px;
  color: #FFFFFF;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  display: none;
}

.buy-button__minus.button__minusShow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.buy-button__plus {
  padding: 0;
  font-size: 30px;
  line-height: 39px;
  color: #FFFFFF;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.input-buy {
  width: 60px;
  height: 100%;
  border: 2px solid #36B355;
  text-align: center;
  display: none;
}

.input-buy.input-buyShow {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.c-section-head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}

.c-section-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-section-nav__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-section-nav__list a span {
  display: inline-block;
  padding: 7px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #263740;
  border: 1px dashed transparent;
}

.c-section-nav__list a span svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

.c-section-nav__list a span:hover {
  background: #FFFFFF;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px dashed #E5E5E5;
  text-decoration: none;
}

.c-section-nav__list a span:hover svg path {
  fill: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-sale {
  margin-bottom: 190px;
}

.s-sale__title {
  margin-right: 22px;
}

.c-section-nav__list .m-active.tabs-text {
  background: #FFFFFF;
  border: 1px dashed #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #36B355;
}

.c-section-nav__list .m-active.tabs-text svg path {
  fill: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-section-nav__list .m-active-p.tabs-text {
  background: #FFFFFF;
  border: 1px dashed #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  color: #36B355;
}

.c-section-nav__list .m-active-p.tabs-text svg path {
  fill: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.open-page {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  position: relative;
  margin-left: auto;
  margin-right: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.open-page:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #36B355;
  border-right: 1px solid #36B355;
  position: absolute;
  top: 6px;
  right: -8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.open-page:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #1F985B;
  text-decoration: none;
}

.open-page:hover:before {
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #1F985B;
  border-right: 1px solid #1F985B;
}

.c-card_product {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 42px 20px 35px;
  position: relative;
  margin-bottom: 35px;
}

.c-card_product__discount {
  width: 48px;
  height: 52px;
  background: url(../icon/discount.png) no-repeat;
  position: absolute;
  top: 20px;
  left: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.c-card_product__discount span {
  font-weight: bold;
  color: #E21E29;
  text-align: center;
}

.c-card_product__discount span:nth-child(1) {
  font-size: 11px;
  letter-spacing: -0.01em;
}

.c-card_product__discount span:nth-child(2) {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.02em;
}

.c-card_product__delivery {
  width: 48px;
  height: 52px;
  background: url(../icon/discount.png) no-repeat;
  position: absolute;
  top: 80px;
  left: -9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}

.c-card_product__delivery:before {
  content: '';
  width: 40px;
  height: 29px;
  background: url(../icon/car.png) no-repeat;
}

.c-card_product__delivery span {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: #36B355;
}

.c-card_product__img {
  width: 200px;
  height: 200px;
  margin: 0 auto 10px;
}

.c-card_product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card_product__box {
  min-height: 110px;
}

.c-product__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product__rating__score {
  width: 33px;
  height: 35px;
  background: url(../icon/rew.png) no-repeat;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #263740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 8px;
}

.c-product__rating__reviews {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #778489;
  line-height: 22px;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-product__rating__reviews:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #000;
  text-decoration: none;
}

.c-card_product__name {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #263740;
  margin-bottom: 11px;
}

.c-card_product__name:hover {
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.c-card_product__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.c-card_product__size a {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  padding: 4px 8px;
}

.c-card_product__size a:hover {
  text-decoration: none;
}

.c-card_product__size .c-card_product__size__choice {
  background: #E5E5E5;
  border-radius: 4px;
}

.pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}

.pricebox__new-price {
  font-weight: bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #E21E29;
  margin-right: 10px;
}

.pricebox__old-price {
  line-height: 14px;
}

.pricebox__old-price span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
}

.pricebox__old-price span:before {
  content: '';
  width: 115%;
  height: 1px;
  background: #E21E29;
  position: absolute;
  top: 9px;
  left: -3px;
}

.pricebox__old-price p {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #263740;
  margin-bottom: 0;
}

.show-more {
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.show-more span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #36B355;
  margin-bottom: 13px;
  -webkit-transition: .5s;
  transition: .5s;
}

.show-more__img {
  display: block;
  width: 40px;
  height: 40px;
  background: #36B355;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.show-more__img:before {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 11px;
  left: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.show-more__img:after {
  content: '';
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 18px;
  left: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.show-more:hover span {
  color: #000;
  -webkit-transition: .5s;
  transition: .5s;
}

.show-more:hover .show-more__img {
  -webkit-transition: .5s;
  transition: .5s;
  background: #1F985B;
}

.s-popular-brands {
  background: url(../images/popular-brands.jpg) no-repeat;
  padding-top: 60px;
  min-height: 450px;
  margin-bottom: 130px;
}

.popular-brands_container {
  position: relative;
}

.popular-brands_container:before {
  content: '';
  width: 366px;
  height: 264px;
  background: url(../images/popular-brands-dog.png) no-repeat;
  position: absolute;
  bottom: -100px;
  left: 0;
}

.s-popular-brands__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #FCD50A;
  margin-bottom: 10px;
}

.s-popular-brands__subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
}

.s-popular-brands__box {
  -webkit-box-shadow: 0px 8px 16px rgba(4, 51, 27, 0.3);
          box-shadow: 0px 8px 16px rgba(4, 51, 27, 0.3);
  background: #fff;
  margin-top: -122px;
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-popular-brands__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.66%;
  height: 136px;
  max-height: 33.33%;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.s-popular-brands__item:last-child {
  width: 33.33%;
  border: none;
}

.s-popular-brands__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.open-brands {
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 15px;
}

.open-brands:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #36B355;
  border-right: 1px solid #36B355;
  position: absolute;
  top: 6px;
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open-brands:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #263740;
  text-decoration: none;
}

.open-brands:hover:before {
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #263740;
  border-right: 1px solid #263740;
}

.s-news {
  margin-bottom: 125px;
}

.s-news__card-item {
  background: #fff;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-news__card-item:hover {
  -webkit-box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.2);
          box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
}

.s-news__card-item__img {
  -webkit-box-shadow: inset 0px 4px 30px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0px 0px;
  margin-bottom: 21px;
}

.s-news__card-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-news__card-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #263740;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-news__card-item__title:hover {
  color: #159246;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.s-news__card-item__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
}

.s-news__card-item__date {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #778489;
  margin-bottom: 23px;
  margin-top: auto;
  display: inline-block;
}

.s-news__card-item__textbox {
  padding: 0 24px;
  min-height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-viewed {
  background: #D3E0DE;
  border-radius: 4px;
  padding: 50px 0 105px;
  margin-bottom: 110px;
}

.s-viewed__slider {
  margin: 0 -12px;
}

.s-viewed__slider .slick-prev,
.related__slider .slick-prev {
  width: 40px;
  height: 95px;
  background: #FCFCFC;
  opacity: 0.8;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  z-index: 9;
  left: -55px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-viewed__slider .slick-prev:before,
.related__slider .slick-prev:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-left: 2px solid #263740;
  border-bottom: 2px solid #263740;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40px;
  left: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-viewed__slider .slick-prev:hover,
.related__slider .slick-prev:hover {
  opacity: 1;
}

.s-viewed__slider .slick-prev:hover:before,
.related__slider .slick-prev:hover:before {
  -webkit-transition: .5s;
  transition: .5s;
  border-left: 2px solid #36B355;
  border-bottom: 2px solid #36B355;
}

.s-viewed__slider .slick-next,
.related__slider .slick-next {
  width: 40px;
  height: 95px;
  background: #FCFCFC;
  opacity: 0.8;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  z-index: 9;
  -webkit-transition: .5s;
  transition: .5s;
  right: -55px;
}

.s-viewed__slider .slick-next:before,
.related__slider .slick-next:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-right: 2px solid #263740;
  border-top: 2px solid #263740;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40px;
  right: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-viewed__slider .slick-next:hover,
.related__slider .slick-next:hover {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1;
}

.s-viewed__slider .slick-next:hover:before,
.related__slider .slick-next:hover:before {
  -webkit-transition: .5s;
  transition: .5s;
  border-right: 2px solid #36B355;
  border-top: 2px solid #36B355;
}

.s-viewed__slide {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 25px 20px;
  margin: 0 12px;
}

.s-viewed__slide__img {
  width: 90px;
  height: 90px;
  margin-top: 10px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-viewed__slide__img img {
  width: 100%;
  min-width: 90px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-viewed__slide__content a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  margin-bottom: 33px;
}

.s-viewed__slide__content a span {
  font-weight: bold;
}

.price__buy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-viewed__slide__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #263740;
}

.s-aboutus {
  margin-bottom: 85px;
}

.s-aboutus__img {
  max-width: 352px;
}

.s-aboutus__content__resize {
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  overflow: hidden;
}

.s-aboutus__content__resize p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.s-aboutus__content__resize:before {
  content: '';
  width: 100%;
  height: 88px;
  background: url(../images/aboutus__bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 1;
}

.s-aboutus__content__resize.resize-open {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.s-aboutus__content__resize.resize-open:before {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
}

.s-aboutus__content_dopcontent {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.s-aboutus__content_dopcontent p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.s-aboutus__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #263740;
  margin-bottom: 20px;
}

.s-aboutus__content__open {
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  padding: 0;
}

.s-aboutus__content__open:hover {
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  color: #000;
}

.s-aboutus__img img {
  width: 100%;
}

.s-staydate {
  background: #FCD50A;
  border-radius: 4px;
  padding: 50px 0 80px;
}

.s-staydate_container {
  position: relative;
}

.s-staydate_container:before {
  content: '';
  width: 285px;
  height: 145px;
  background: url(../images/staydate.png) no-repeat;
  position: absolute;
  bottom: -80px;
  right: 0;
}

.s-staydate__title {
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  color: #263740;
  margin-bottom: 25px;
}

.s-staydate__content p {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
}

.s-staydate__wrapper_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 15px;
}

.s-staydate__wrapper_input .email {
  width: 100%;
  margin-right: 8px;
  background: #F0F7F6;
  border-radius: 4px;
  border: none;
  padding-left: 16px;
}

.subscribe {
  width: 156px;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background: #263740;
  border: 2px solid #263740;
  border-radius: 4px;
  -webkit-transition: .5s;
  transition: .5s;
}

.subscribe:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #263740;
  background: transparent;
  cursor: pointer;
}

.s-staydate__form_politik .form_politik_text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
}

.s-staydate__form_politik .form_politik_text a {
  font-weight: bold;
  text-decoration: none;
}

.s-staydate__form_politik .form_politik_text a:hover {
  text-decoration: underline;
}

.s-footer {
  background: #263740;
  padding: 60px 0 22px;
}

.c-footer__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.c-footer__rating__numbers {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.03em;
  color: #FCD50A;
  opacity: 0.9;
  margin-right: 15px;
}

.c-footer__rating__text p {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FCD50A;
  opacity: 0.9;
  margin-bottom: 4px;
}

.c-footer__rating__text span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FCD50A;
  opacity: 0.7;
}

.s-footer__info__list {
  margin: 0;
  padding: 0;
}

.s-footer__info__list li {
  margin: 0 0 25px;
  padding: 0 0 0 55px;
  list-style: none;
  position: relative;
}

.s-footer__info__list li a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #CEDCE4;
  opacity: 0.9;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 8px;
}

.s-footer__info__list li a:hover {
  color: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.s-footer__info__list li span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #96AAB4;
  display: block;
}

.comm:before {
  content: '';
  width: 39px;
  height: 34.63px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../icon/comm.svg) no-repeat;
  background-size: contain;
}

.conv:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url(../icon/conv.svg) no-repeat;
  background-size: contain;
}

.s-footer__menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-footer__menu {
  padding: 0;
  margin-right: 67px;
  max-width: 130px;
}

.s-footer__menu li {
  list-style: none;
  margin: 0 0 7px;
  padding: 0;
}

.s-footer__menu li:first-child {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #CEDCE4;
  opacity: 0.9;
  margin-bottom: 15px;
}

.s-footer__menu li a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #96AAB4;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-footer__menu li a:hover {
  color: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.s-footer__contacts {
  padding: 0;
  margin: 0 0 30px;
}

.s-footer__contacts li {
  list-style: none;
  margin: 0 0 35px;
  padding: 0;
}

.s-footer__contacts li a {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #CEDCE4;
  opacity: 0.9;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-footer__contacts li a:hover {
  color: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.s-footer__contacts li span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #96AAB4;
}

.s-footer__soc-icon a {
  margin-right: 13px;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-footer__soc-icon a:hover {
  -webkit-transition: .5s;
  transition: .5s;
}

.s-footer__soc-icon a:hover svg path {
  fill: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
}

.copirating-box {
  border-top: 1px solid #334E5C;
  padding-top: 15px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copirating-box span {
  opacity: 0.3;
}

.copirating-box a {
  color: #FFFFFF;
  opacity: 0.3;
  -webkit-transition: .5s;
  transition: .5s;
}

.copirating-box a:hover {
  color: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  opacity: 1;
}

.payment-methods span {
  margin-right: 25px;
}

.payment-methods img {
  margin-right: 12px;
}

.payment-methods img:nth-child(1) {
  width: 58px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}

.payment-methods img:nth-child(1) {
  width: 27px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mob__menu__box {
  display: none;
}

.navigation {
  display: none;
}

.breadcrumbs__links a {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #263740;
  position: relative;
  margin-right: 20px;
}

.breadcrumbs__links a:before {
  content: '';
  border-top: 1px solid #263740;
  border-right: 1px solid #263740;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  right: -14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs__links span {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #263740;
  opacity: 0.3;
}

.s-product-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 3px;
}

.c-actions-with-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-actions-with-goods .c-product__rating__reviews {
  color: #36B355;
  margin-right: 23px;
}

.c-actions-with-goods .add-favorites {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  margin-right: 23px;
}

.c-actions-with-goods .add-favorites:hover {
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-actions-with-goods .share-this {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-actions-with-goods .share-this:hover {
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-product-page__code-product {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #778489;
}

.c-product-page__row {
  padding: 48px 0;
}

.c-product__slider__wrapper {
  margin-top: 25px;
  margin-right: 75px;
}

.c-product__slider {
  margin-bottom: 35px;
}

.c-product__slider a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 416px;
  height: 416px;
}

.c-product__slider a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-product__slider__nav .slick-prev:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-left: 2px solid #263740;
  border-bottom: 2px solid #263740;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  left: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-product__slider__nav .slick-next:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-right: 2px solid #263740;
  border-top: 2px solid #263740;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-product__slider__nav {
  height: 66px;
  max-width: 375px;
  margin: 0 auto;
}

.c-product__slider__nav img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0;
  cursor: pointer;
}

.c-product__slider__nav .slick-current img {
  border: 1px solid transparent;
  border-radius: 2px;
  display: block;
}

.c-product__slider__nav .slick-current.slick-active img {
  border: 1px solid #36B355;
  border-radius: 2px;
}

.c-product__slider__wrapper .c-product__slider__discount {
  z-index: 99;
  width: 56px;
  height: 56px;
  background: #F7F7F7;
  border: 1.16667px solid #B2B2B2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4.66667px;
  position: absolute;
  top: 6px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.c-product__slider__wrapper .c-product__slider__discount span:nth-child(1) {
  font-size: 12px;
  letter-spacing: -0.01em;
}

.c-product__slider__wrapper .c-product__slider__discount span:nth-child(2) {
  font-size: 21px;
  letter-spacing: -0.02em;
}

.c-product__slider__wrapper .c-product__slider__discount span {
  font-weight: bold;
  color: #E21E29;
  text-align: center;
}

.c-product__slider__wrapper .c-product__slider__delivery {
  z-index: 99;
  width: 56px;
  height: 56px;
  background: #F7F7F7;
  border: 1.16667px solid #B2B2B2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4.66667px;
  position: absolute;
  top: 70px;
  left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.c-product__slider__wrapper .c-product__slider__delivery span {
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: lowercase;
  color: #36B355;
}

.c-product__slider__wrapper .c-product__slider__delivery:before {
  content: '';
  width: 40px;
  height: 29px;
  background: url(../icon/car.png) no-repeat;
}

.c-product-info__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
}

.c-product-info__options-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-product-info__options {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 8px;
}

.c-product-info__options__item {
  width: 216px;
  min-height: 88px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 7px 10px;
  margin-right: 24px;
  margin-bottom: 24px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-product-info__options__item:hover {
  -webkit-box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.2);
  box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.2);
  -webkit-transition: .5s;
  transition: .5s;
}

.c-product-info__options__item:nth-child(3n+3) {
  margin-right: 0px;
}

.options-item-sale:before {
  content: "Акция";
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #E21E29;
  position: absolute;
  top: 10px;
  right: 10px;
}

.options-item-not-available:before {
  /*content: "Нет в наличии";*/
  content: '';
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #263740;
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-options__item__weight {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #263740;
  margin-bottom: 5px;
}

.product-options__item__price {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #263740;
}

.product-options__item__benefit {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #778489;
}

.free__shipping {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4215C1;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  padding: 0 5px;
  min-width: 150px;
  background: #D3E0ED;
}

.product-info__options__selected.c-product-info__options__item {
  border: 2px solid #1F985B;
}

.product-info__options__selected.c-product-info__options__item .product-options__item__weight {
  color: #36B355;
}

.product-info__options__selected .free__shipping {
  display: block;
  background: #36B255;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.product-options__item.options-item-not-available {
  background: #F2F2F2;
}

.product-options__item.options-item-not-available:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-about-product {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-about-product__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 20px;
}

.c-about-product__item:nth-child(1) {
  width: 55%;
}

.c-about-product__item:nth-child(2) {
  width: 42%;
}

.c-about-product__item__list {
  margin: 0;
  padding: 0;
}

.c-about-product__item__list li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 13px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  margin-bottom: 8px;
  position: relative;
}

.c-about-product__item__list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #36B355;
}

.c-about-product__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 35px;
  display: inline-block;
}

.c-about-product__link:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #15633c;
  text-decoration: none;
}

.c-about-product__all img {
  width: 100px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  display: block;
}

.c-about-product__link-all-brands {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 35px;
  display: inline-block;
  position: relative;
}

.c-about-product__link-all-brands:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #15633c;
  text-decoration: none;
}

.c-about-product__link-all-brands:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #36B355;
  border-right: 1px solid #36B355;
  position: absolute;
  top: 6px;
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-about-product__link-all-brands:hover:before {
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #1F985B;
  border-right: 1px solid #1F985B;
}

.release__form {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  max-width: 392px;
  min-height: 142px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.release__form:hover {
  text-decoration: none;
}

.release__form__img {
  width: 88px;
  height: 88px;
  margin-right: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.release__form__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.release__form__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 8px;
}

.release__form__name:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #1F985B;
}

.release__form__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #263740;
}

.purchase__card {
  padding: 22px 24px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.1);
          box-shadow: 0px 8px 16px rgba(20, 29, 18, 0.1);
  border-radius: 4px;
  width: 100%;
  min-height: 185px;
  margin-bottom: 25px;
}

.purchase__card__stock__label {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  margin-bottom: 15px;
}

.purchase__card__stock__label svg {
  margin-right: 5px;
}

.purchase__card__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}

.purchase__card__price__new {
  font-weight: bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #E21E29;
  margin: 0 10px 0px 0;
}

.purchase__card__price__old {
  line-height: 16px;
}

.purchase__card__price__old span:nth-child(1) {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0;
}

.purchase__card__price__old span:nth-child(1):before {
  content: '';
  width: 110%;
  height: 1px;
  background: #E21E29;
  position: absolute;
  top: 8px;
  left: -2px;
}

.purchase__card__price__old span:nth-child(2) {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
}

.purchase__card .buy-btn {
  width: 100%;
  max-width: 250px;
  height: 55px;
}

.purchase__card .to_card {
  width: 185px;
}

.purchase__card__amount-discount {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #E21E29;
  margin-bottom: 10px;
}

.purchase__card__discount-period {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #778489;
}

.s-road-map__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #F0F7F6;
  border-radius: 4px;
  min-height: 155px;
  margin-bottom: 60px;
}

.s-road-map__item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 30px 40px;
}

.s-road-map__item svg {
  margin-top: 8px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.s-road-map__item__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 5px;
}

.s-road-map__item__description {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  margin-bottom: 4px;
}

.s-road-map__item__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-road-map__item__link:hover {
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  color: #1F985B;
}

.s-product-tab {
  padding-top: 60px;
}

.s-product-tab__nav-list {
  border-bottom: 1px solid #D9D9D9;
  margin: 0 0 32px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-product-tab__nav-list li {
  list-style: none;
  margin: 0 48px 0 0;
  padding: 0;
}

.s-product-tab__nav-list li a {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
}

.s-product-tab__nav-list li a span {
  display: inline-block;
  padding-bottom: 18px;
}

.s-product-tab__nav-list li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #1F985B;
  text-decoration: none;
}

.s-product-tab__nav-list .product-tab__active {
  color: #36B355;
}

.s-product-tab__nav-list .product-tab__active:before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background: #36B355;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s-product-tab__one-box {
  color: #263740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.s-product-tab__block:nth-child(1) {
  width: 60%;
}

.s-product-tab__block:nth-child(2) {
  width: 33.33%;
}

.product-tab__content__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 18px;
}

.product-tab__content__subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 18px;
}

.product-tab__content__text {
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: height 1s ease;
  transition: height 1s ease;
  overflow: hidden;
}

.product-tab__content__text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 20px;
}

.product-tab__content__text:before {
  content: '';
  width: 100%;
  height: 88px;
  background: url(../images/tabdop_bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 1;
}

.product-tab__content__open {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  position: relative;
}

.product-tab__content__open:before {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  border-left: 1px solid #36B355;
  border-bottom: 1px solid #36B355;
  position: absolute;
  top: 6px;
  right: -3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.product-tab__content__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.product-tab__content__text.tab__content__text-open {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.product-tab__content__text.tab__content__text-open:before {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
}

.product-tab__content__dopcontent {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.product-tab__content__dopcontent p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.product-tab__content__text__list {
  margin: 0 0 20px 0;
  padding: 0;
}

.product-tab__content__text__list li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 29px;
  position: relative;
}

.product-tab__content__text__list li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #36B355;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

.product-tab__block__list-descr {
  margin: 0;
  padding: 0;
}

.product-tab__block__list-descr li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #778489;
  margin: 0;
  width: 100%;
  position: relative;
}

.product-tab__block__list-descr li span {
  background: #fff;
  display: inline-block;
}

.product-tab__block__list-descr li span:nth-child(1) {
  display: inline-block;
}

.product-tab__block__list-descr li span:nth-child(2) {
  position: absolute;
  width: 100%;
  max-width: 185px;
  top: 0;
  right: 0;
}

.product-tab__block__table-descr {
  margin-top: 60px;
  width: 100%;
}

.product-tab__block__table-descr tr td {
  width: 50%;
  vertical-align: top;
  padding-top: 11px;
  padding-bottom: 0;
}

.product-tab__block__table-descr tr td:nth-child(1) {
  border-bottom: 1px dashed #778489;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #778489;
}

.product-tab__block__table-descr tr td:nth-child(1) span {
  display: inline-block;
  position: relative;
}

.product-tab__block__table-descr tr td:nth-child(1) span:before {
  content: '';
  width: 103%;
  height: 7px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: -2px;
  display: block;
}

.product-tab__block__table-descr tr td:nth-child(2) {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  padding-left: 3px;
}

.s-product-tab__two {
  background: #F0F7F6;
}

.s-product-tab__two-box {
  padding: 65px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-product-tab__secondary-block:nth-child(1) {
  width: 58%;
}

.s-product-tab__secondary-block:nth-child(2) {
  width: 33.33%;
}

.product-tab__reviews-nav {
  margin: 0 0 38px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-tab__reviews-nav li {
  list-style: none;
}

.product-tab__reviews-nav li a {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  padding: 7px 8px;
}

.product-tab__reviews-nav li a:hover {
  -webkit-transition: .5s;
  transition: .5s;
  color: #1F985B;
  text-decoration: none;
}

.product-tab__reviews-nav li:first-child {
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #778489;
  margin-right: 16px;
}

.product-tab__reviews-item {
  margin-bottom: 40px;
}

.tab__reviews-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.date__rating__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab__reviews-item__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #263740;
}

.tab__reviews-item__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #778489;
  margin-right: 8px;
}

.product-tab__reviews-nav .tab__reviews-nav__active {
  color: #36B355;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.c-reviews-rating__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3px 0;
  padding: 0;
}

.c-reviews-rating__list li {
  list-style: none;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: 17px;
}

.c-reviews-rating__list li a {
  line-height: 17px;
}

.c-reviews-rating__active svg path {
  fill: #F7A300;
}

.tab__reviews-item__body {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 40px 11px 40px;
  margin-bottom: 28px;
}

.reviews-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}

.reviews-item__date svg {
  margin-right: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reviews-item__date p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.tab__reviews-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab__reviews-item__footer span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #778489;
  margin-right: 16px;
}

.tab__reviews-item__footer a {
  display: inline-block;
  padding: 6px 8px;
  margin-right: 8px;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #778489;
  -webkit-transition: .5s;
  transition: .5s;
}

.tab__reviews-item__footer a svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

.tab__reviews-item__footer a:hover {
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  color: #36B355;
}

.tab__reviews-item__footer a:hover svg path {
  fill: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.write-review-btn {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  background: #FCD50A;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  -webkit-transition: .5s;
  transition: .5s;
  margin-top: 8px;
  margin-bottom: 24px;
}

.write-review-btn:hover {
  background: #263740;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.c-rating-review-box {
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 27px 32px;
  background: #FFFFFF;
  margin-bottom: 15px;
}

.c-rating-review__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.c-rating-review__title span {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
}

.c-rating-review-final-info {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.c-rating-review__list {
  margin: 0;
  padding: 0;
}

.c-rating-review__list li {
  margin: 0 0 13px 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #778489;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-rating-review__number-stars {
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
}

.c-rating-review__scale {
  width: 100%;
  height: 7px;
  display: block;
  position: relative;
  margin-right: 7px;
  z-index: 3;
  background: #E5E5E5;
}

.c-rating-review__scale span {
  background: #FCD50A;
  height: 7px;
  display: block;
}

.c-rating-review__number-responses {
  width: 30px;
}

.product-tab__see-all-reviews {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  margin-bottom: 90px;
}

.product-tab__see-all-reviews:before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #36B355;
  border-right: 1px solid #36B355;
  position: absolute;
  top: 7px;
  right: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.s-product-tab__three {
  background: #F0F7F6;
  padding-top: 40px;
}

.s-product-tab__three .product-tab__content__title {
  margin-bottom: 30px;
}

.product-tab__availability-table__box {
  padding-bottom: 104px;
  margin-bottom: 35px;
}

.product-tab__availability-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.product-tab__availability-table tr td:nth-child(1) {
  width: 40%;
}

.product-tab__availability-table tr td:nth-child(2) {
  width: 20%;
}

.product-tab__availability-table tr td:nth-child(3) {
  width: 20%;
}

.product-tab__availability-table tr td:nth-child(4) {
  width: 20%;
}

.product-tab__availability-table,
.product-tab__availability-table td,
.product-tab__availability-table th {
  border: 1px solid #595959;
}

.product-tab__availability-table td,
th {
  padding: 11px 0 13px 11px;
  width: 30px;
  height: 35px;
}

.product-tab__availability-table td span {
  padding: 4px 8px;
  background: #E5E5E5;
  border-radius: 4px;
  margin-left: 12px;
}

.product-tab__availability-table th {
  background-color: #7accee;
}

.product-tab__availability-table tr {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.product-tab__availability-table td svg {
  margin-right: 5px;
}

.product-tab__availability-table .tab__availability-table__head {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.related {
  background: #F0F7F6;
  padding-top: 50px;
  padding-bottom: 128px;
}

.related__slider-item {
  padding: 35px 20px 25px 20px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin: 0 10px;
}

.related__slider-item__img {
  margin-bottom: 23px;
}

.related__slider-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related__slider-item__name {
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  color: #263740;
  margin-bottom: 8px;
  min-height: 80px;
}

.related__slider__prices__old {
  min-height: 35px;
  line-height: 20px;
}

.related__slider__prices__old span:nth-child(1) {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #778489;
  position: relative;
  display: inline-block;
}

.related__slider__prices__old span:nth-child(1):before {
  content: '';
  width: 102%;
  height: 1px;
  background: #E21E29;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

.related__slider__prices__old span:nth-child(2) {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #263740;
  display: block;
}

.related__slider__prices__new {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #263740;
  margin-bottom: 11px;
}

.related__slider-item-sale .related__slider__prices__new {
  color: #E21E29;
}

.payment_methods_popup {
  margin: 0;
  padding: 0;
}

.payment_methods_popup li {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.pay_methods_popup_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
}

.pay_methods_popup_text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
}

.main__bg {
  padding: 25px 0 0px;
  background: #F0F7F6;
  margin-top: 0;
}

.s-aktsii-page__title.title {
  margin-bottom: 45px;
}

.s-aktsii__item {
  display: block;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  min-height: 440px;
  margin-bottom: 24px;
}

.s-aktsii__item:hover {
  text-decoration: none;
}

.s-aktsii__text-box {
  padding: 25px 20px;
}

.s-aktsii__item__img {
  width: 100%;
  height: 280px;
}

.s-aktsii__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-aktsii__item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #263740;
  margin-bottom: 15px;
}

.s-aktsii__term_action {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #778489;
  margin-bottom: 7px;
}

.s-aktsii__item__count {
  font-weight: normal;
  font-size: 26px;
  line-height: 24px;
  color: #E21E29;
}

.category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}

.category-item__title {
  width: 232px;
  height: 472px;
  margin-right: 24px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.category-item__title:hover {
  text-decoration: none;
}

.category-item__title p {
  font-weight: bold;
  font-size: 26px;
  line-height: 24px;
  color: #263740;
  margin-bottom: 8px;
}

.category-item__title span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
  display: block;
}

* {
  min-height: 0;
  min-width: 0;
}

.category-item__content {
  width: 100%;
}

.category-item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.c-cat_main-block {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 472px;
  min-height: 224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-top: 20px;
}

.c-cat_main-block:hover {
  text-decoration: none;
}

.c-cat_main-block p {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #263740;
  position: absolute;
  top: 17px;
  left: 20px;
}

.c-cat_main-block span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
  display: block;
  position: absolute;
  top: 40px;
  left: 20px;
}

.c-cat_main-block__img {
  width: 140px;
  height: 140px;
}

.c-cat_main-block__img img {
  width: 100%;
  height: 100%;
}

.category-item__slider-primary {
  display: block;
}

.category-item__slider-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 224px;
  height: 224px;
  margin: 0 11px;
  background: #fff;
  padding-top: 20px;
}

.category-item__slider-item p {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #263740;
  position: absolute;
  top: 17px;
  left: 20px;
}

.category-item__slider-item span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
  display: block;
  position: absolute;
  top: 40px;
  left: 20px;
}

.category-item__slider-item__img {
  width: 113px;
  height: 170px;
}

.category-item__slider-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-item__slider {
  margin: 0 2px;
}

.category-item__slider .slick-prev {
  width: 40px;
  height: 95px;
  background: #FCFCFC;
  opacity: 0.8;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 9;
  left: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}

.related__slider .slick-prev {
  width: 40px;
  height: 95px;
  background: #FCFCFC;
  opacity: 0.8;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 9;
  left: -55px;
  -webkit-transition: .5s;
  transition: .5s;
}

.category-item__slider .slick-prev:before,
.related__slider .slick-prev:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-left: 2px solid #263740;
  border-bottom: 2px solid #263740;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40px;
  left: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.category-item__slider .slick-next {
  width: 40px;
  height: 95px;
  background: #FCFCFC;
  opacity: 0.8;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 9;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0px;
}

.related__slider .slick-next {
  width: 40px;
  height: 95px;
  background: #FCFCFC;
  opacity: 0.8;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 9;
  -webkit-transition: .5s;
  transition: .5s;
  right: -55px;
}

.category-item__slider .slick-next:before,
.related__slider .slick-next:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  border-right: 2px solid #263740;
  border-top: 2px solid #263740;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40px;
  right: 15px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-basket__products {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 15px 32px;
}

.s-basket__products__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-bottom: 16px;
}

.s-basket__products__header label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  margin-right: 36px;
  margin-bottom: 0;
}

.s-basket__products__header label input {
  margin-right: 12px;
}

.s-basket__products__checkbox-all {
  width: 200px;
  height: 16px;
  cursor: pointer;
}

.s-basket__products__remove-all {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #1F985B;
}

.s-basket__products__remove-all svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

.s-basket__products__remove-all:hover {
  cursor: pointer;
}

.s-basket__products__remove-all:hover svg path {
  fill: #1F985B;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-basket__products__checkbox {
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin-top: 35px;
  margin-right: 16px;
}

.s-basket__product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36px 0 32px;
  border-top: 1px solid #E5E5E5;
  min-height: 160px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.s-basket__product-item__img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.s-basket__product-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-basket__product-item__data {
  margin-right: 12px;
}

.s-basket__product-item__name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  margin-bottom: 3px;
  width: 100%;
  max-width: 440px;
}

.s-basket__product-item__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-basket__price-new {
  font-weight: bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #263740;
  height: 32px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.s-basket__product-sale .c-basket__price-new {
  color: #E21E29;
}

.c-basket__price__old-sale {
  line-height: 16px;
  height: 32px;
}

.c-basket__price__old {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
  position: relative;
}

.c-basket__price__old:before {
  content: '';
  width: 102%;
  height: 1px;
  background: #E21E29;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

.c-basket__price__sale {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  display: block;
}

.c-basket__price-quantity {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
  margin-left: auto;
  margin-top: auto;
}

.s-basket__product-item__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}

.s-basket__product-item__remove svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

.s-basket__product-item__remove:hover {
  cursor: pointer;
}

.s-basket__product-item__remove:hover svg path {
  fill: #1F985B;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-basket__buy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #36B355;
  border-radius: 4px;
  width: 142px;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.s-basket__buy-btn:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #1F985B;
  cursor: pointer;
}

.s-basket__buy-button__minus {
  padding: 0;
  font-size: 30px;
  line-height: 39px;
  color: #FFFFFF;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.s-basket__buy-button__plus {
  padding: 0;
  font-size: 30px;
  line-height: 39px;
  color: #FFFFFF;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.s-basket__input-buy {
  width: 60px;
  height: 100%;
  border: 2px solid #36B355;
  border-left: none;
  text-align: center;
}

.c-my-order {
  padding: 27px 32px 40px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 25px;
}

.c-my-order__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 17px;
}

.c-my-order__total-goods {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.c-my-order__total-goods span:nth-child(1) {
  color: #263740;
  opacity: 0.6;
}

.c-my-order__total-goods span:nth-child(2) {
  color: #263740;
  display: inline-block;
  margin-left: auto;
  font-weight: bold;
}

.c-my-order__total-discount {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.c-my-order__total-discount span:nth-child(1) {
  color: #263740;
  opacity: 0.6;
}

.c-my-order__total-discount span:nth-child(2) {
  color: #263740;
  display: inline-block;
  margin-left: auto;
  font-weight: bold;
}

.c-my-order-promo {
  padding-bottom: 32px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 20px;
}

.c-my-order-promo__title {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #263740;
}

.c-my-order-promo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-my-order-promo__input-wrapp {
  position: relative;
}

.c-my-order-promo__input-wrapp:before {
  content: '';
  width: 48px;
  height: 48px;
  background: url(../icon/happy.svg);
  position: absolute;
  top: -46px;
  right: 0px;
}

.c-my-order-promo__input {
  width: 100%;
  max-width: 192px;
  height: 40px;
  padding: 9px 12px;
}

.c-my-order-promo__input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  opacity: 0.5;
}

.c-my-order-promo__input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  opacity: 0.5;
}

.c-my-order-promo__input::-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  opacity: 0.5;
}

.c-my-order-promo__input::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #263740;
  opacity: 0.5;
}

.c-my-order-promo__activate {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  width: 100%;
  max-width: 128px;
  height: 40px;
  background: #263740;
  border-radius: 4px;
  margin-left: 8px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-my-order-promo__activate:hover {
  color: #263740;
  background: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
  cursor: pointer;
}

.c-my-order-total-payable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.c-my-order-total-payable span:nth-child(1) {
  color: #263740;
  opacity: 0.6;
}

.c-my-order-total-payable span:nth-child(2) {
  color: #263740;
  display: inline-block;
  margin-left: auto;
  font-weight: bold;
}

.c-my-order__checkout {
  font-weight: bold;
  font-size: 14px;
  color: #263740;
  background: #FCD50A;
  border-radius: 4px;
  width: 100%;
  max-width: 328px;
  height: 56px;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-my-order__checkout:hover {
  background: #263740;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.s-search__head-nav__sorting span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
}

.s-search__head-nav__sorting a {
  padding: 7px 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__head-nav__sorting a:hover {
  color: #36B355;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__head-nav__sorting .s-search__nav__active {
  color: #36B355;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.s-search__head-nav__view span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
}

.s-search__head-nav__view a {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 5px 0;
}

.s-search__head-nav__view a:hover {
  color: #36B355;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  background: #fff;
}

.s-search__head-nav__view a:hover svg path {
  fill: #36B355;
}

.s-search__head-nav__view .s-search__view__active {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.s-search__head-nav__view .s-search__view__active svg path {
  fill: #36B355;
}

.s-search-sidebar {
  border-top: 1px solid #D9D9D9;
  padding: 25px 20px;
}

.s-search-sidebar__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #263740;
  margin-bottom: 20px;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox:checked + label::before {
  border-color: #FCD50A;
  background-color: #FCD50A;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='18' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2 5.27273L4.5 8L10 2' stroke='%23263740' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.s-search-sidebar__list {
  margin: 0;
  padding: 0;
}

.s-search-sidebar__list li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
}

.s-basket__product-item__checkbox-box .custom-checkbox + label {
  margin-top: 35px;
}

.hidden {
  display: none;
}

.s-search-page__description {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #263740;
  margin-bottom: 27px;
}

.s-search__input__wrapper {
  position: relative;
  background: #FFFFFF;
  border: 2px solid #36B355;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  width: 100%;
  height: 56px;
  margin-top: 20px;
  margin-bottom: 48px;
}

.s-search__input {
  width: calc(100% - 45px);
  height: 100%;
  border: none;
  border-radius: 24px;
  padding-left: 15px;
}

.s-search__btn__search {
  background: #36B355;
  border: 2px solid #36B355;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0px 24px 24px 0px;
  width: 65px;
  height: 56px;
  color: #fff;
  font-family: Segoe UI Symbol, serif;
  font-size: 20px;
  position: absolute;
  top: -2px;
  right: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__btn__search:hover {
  background: #1F985B;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.s-search__alternatives-box {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.s-search__alternatives-block {
  width: 47%;
  max-width: 390px;
}

.s-search__contact__help {
  width: 47%;
  max-width: 390px;
}

.s-search__alternatives__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 30px;
}

.s-search__alternatives__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-search__alternatives__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  border-radius: 4px;
  width: 48%;
  min-height: 120px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__alternatives__links a svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__alternatives__links a:hover {
  text-decoration: none;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__alternatives__links a:hover svg path {
  fill: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__alternatives__text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #263740;
}

.s-search__alternatives__text p a {
  font-weight: bold;
  color: #263740;
}

.s-search__alternatives__text p a:hover {
  text-decoration: none;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-search__alternatives__input {
  width: 200px;
  margin-bottom: 15px;
}

.s-search__alternatives__input input {
  width: 100%;
  height: 40px;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 9px 12px;
}

.s-search__alternatives__btn {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  width: 200px;
  height: 40px;
  background: #263740;
  border-radius: 4px;
}

.s-brandy__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

.s-brandy__box a {
  width: 100%;
  height: 136px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

.s-brandy__box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-brandy-alphabet-search__eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}

.s-brandy-alphabet-search__eng a {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  margin-right: 8px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-brandy-alphabet-search__eng a:hover {
  text-decoration: none;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-brandy-alphabet-search__rus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.s-brandy-alphabet-search__rus a {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  margin-right: 8px;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-brandy-alphabet-search__rus a:last-child {
  width: 72px;
}

.s-brandy-alphabet-search__rus a:hover {
  text-decoration: none;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-brandy-search__item {
  margin-bottom: 43px;
}

.s-brandy-search__item__title {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 27px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
}

.s-brandy-search__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.s-brandy-search__item__content a {
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  color: #36B355;
  width: calc(16.6% - 15px);
  margin-right: 15px;
  margin-bottom: 25px;
}

.s-catalog-nav__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #263740;
  margin: 35px 0 13px;
}

.s-catalog-nav__list {
  margin: 0;
  padding: 0 0 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #D9D9D9;
}

.s-catalog-nav__list li {
  margin: 0 13px 0 0;
  padding: 0 0 13px 0;
  list-style: none;
  min-height: 160px;
}

.s-catalog-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-catalog-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .5s;
  transition: .5s;
}

.s-catalog-nav__item a span {
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #263740;
  max-width: 80px;
  margin: 0 auto;
}

.s-catalog-nav__item a:hover {
  text-decoration: none;
}

.s-catalog-nav__item a:hover span {
  -webkit-transition: .5s;
  transition: .5s;
  color: #36B355;
}

.s-catalog-nav__item a:hover .s-catalog-nav__item__img {
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #36B355;
}

.s-catalog-nav__item.catalog-nav__item-active {
  border-bottom: 3px solid #36B355;
}

.s-catalog-nav__item.catalog-nav__item-active span {
  color: #36B355;
}

.s-catalog-nav__item__img {
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 4px;
  margin-bottom: 6px;
  -webkit-transition: .5s;
  transition: .5s;
  width: 90px;
  height: 90px;
}

.s-catalog-nav__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.s-catalog-nav__item.catalog-nav__item-active .s-catalog-nav__item__img {
  border: 2px solid #36B355;
}

.s-catalog-page__title span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
  margin-left: 15px;
}

.c-sorting-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.c-sorting-nav__box span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
}

.c-sorting-nav__box a {
  padding: 7px 8px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-sorting-nav__box a:hover {
  color: #36B355;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-sorting-nav__box .c-sorting-nav__active {
  color: #36B355;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.c-sorting__view span {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
}

.c-sorting__view a {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 5px 0;
}

.c-sorting__view a:hover {
  color: #36B355;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  background: #fff;
}

.c-sorting__view a:hover svg path {
  fill: #36B355;
}

.c-sorting__view .c-sorting__view__active {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}

.c-sorting__view .c-sorting__view__active svg path {
  fill: #36B355;
}

.s-catalog-sidebar {
  width: 100%;
  max-width: 235px;
  margin-top: -52px;
}

.clear-filters {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #36B355;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: .5s;
  transition: .5s;
}

.clear-filters:hover {
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  background: #FCD50A;
  color: #000;
}

.s-catalog-sidebar__discharge {
  padding-bottom: 12px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 23px;
}

.s-catalog-sidebar__set ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.s-catalog-sidebar__set ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
}

.s-catalog-sidebar__title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #263740;
  margin-bottom: 10px;
}

#slider-range {
  margin-bottom: 20px;
}

#slider-size-range {
  margin-bottom: 20px;
}

.s-catalog-sidebar .ui-widget-content {
  background: #CCCCCC;
  border: none;
}

.s-catalog-sidebar .ui-slider-horizontal {
  height: 4px;
}

.s-catalog-sidebar .ui-widget-header {
  background: #36B355;
  height: 4px !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #36B355;
}

.s-catalog-sidebar .ui-slider-horizontal .ui-slider-handle {
  top: -9px;
}

.amount_input {
  width: 110px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding-left: 32px;
}

#amountLabel {
  position: relative;
}

#amountLabel:before {
  content: 'от';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
  position: absolute;
  top: -5px;
  left: 17px;
}

#amountTwoLabel {
  position: relative;
}

#amountTwoLabel:before {
  content: 'до';
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  opacity: 0.6;
  position: absolute;
  top: -5px;
  left: 17px;
}

.sidebar-search-input {
  width: 100%;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding-left: 12px;
}

.catalog-search-box {
  height: 380px;
  overflow-y: scroll;
  padding-left: 5px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.catalog-search-box .s-catalog-sidebar__title {
  margin-bottom: 0;
}

.s-catalog-sidebar__set .catalog-search-box ul {
  margin-bottom: 0px;
}

.s-catalog__pagination-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-catalog__goods-shown {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #778489;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-pagination__arr {
  background: #FFFFFF;
  border: 1px solid #1F985B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 95px;
  height: 34px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #36B355;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-pagination__arr:hover {
  color: #263740;
  background: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}

.c-pagination__arr.c-pagination__arr-disabled {
  opacity: .2;
}

.c-pagination__str {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px;
}

.c-pagination__str a {
  width: 34px;
  height: 34px;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-pagination__str a:hover {
  background: #FCD50A;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-pagination__str span {
  width: 34px;
  height: 34px;
  border: 1px solid #CCCCCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #263740;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pagination__str .c-pagination__current-page {
  background: #FCD50A;
}

@media (max-width: 1450px) {
  .s-viewed__slider .slick-prev,
  .related__slider .slick-prev {
    left: -30px;
  }
  .s-viewed__slider .slick-next,
  .related__slider .slick-next {
    right: -30px;
  }
}

@media (max-width: 1300px) {
  .s-viewed__slider .slick-prev,
  .related__slider .slick-prev {
    left: -65px;
  }
  .s-viewed__slider .slick-next,
  .related__slider .slick-next {
    right: -65px;
  }
  .s-viewed__slider {
    margin: 0 70px;
  }
  .related__slider {
    margin: 0 70px;
  }
}

@media (max-width: 1200px) {
  .s-main_slide__title {
    text-shadow: 2px 2px 2px #fff;
  }
  .s-main_slide__subtitle {
    text-shadow: 2px 2px 2px #fff;
  }
  .s-pet_products__box a span {
    font-size: 15px;
  }
  .s-pet_products__box {
    height: 360px;
  }
  .product_week__slide {
    height: 360px;
    padding: 10px;
  }
  .product_week__title_product {
    margin-bottom: 5px;
    line-height: 15px;
  }
  .product_week__slider:before {
    top: -50px;
    right: -50px;
  }
  .product_week__img {
    width: 160px;
    height: 160px;
  }
  .s-popular-brands__title {
    font-size: 26px;
  }
  .s-news__card-item__title {
    font-size: 16px;
    line-height: 20px;
  }
  .s-staydate__title {
    font-size: 50px;
  }
  .s-footer__contacts li a {
    font-size: 25px;
  }
  .s-footer__menu {
    margin-right: 35px;
    max-width: 130px;
  }
  .header__category {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .promo__block {
    display: none;
  }
  .header__middle__search {
    max-width: 270px;
    margin-right: 10px;
  }
  .sub-menu-box .see_all_categories {
    margin-bottom: 20px;
  }
  .sub-menu__list li:first-child {
    font-size: 17px;
  }
  .sub-menu-box {
    padding: 20px;
  }
  .s-viewed__slider .slick-prev,
  .related__slider .slick-prev {
    left: -45px;
  }
  .s-viewed__slider .slick-next,
  .related__slider .slick-next {
    right: -45px;
  }
  .s-viewed__slider {
    margin: 0 45px;
  }
  .related__slider {
    margin: 0 45px;
  }
  .c-product__slider__wrapper {
    margin-right: 30px;
  }
  .c-product-info__options__item {
    margin-right: 15px;
  }
  .c-product-info__options__item:nth-child(3n+3) {
    margin-right: 15px;
  }
  .c-product-info__options__item:nth-child(2n) {
    margin-right: 0px;
  }
  .c-about-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-about-product__item:nth-child(1),
  .c-about-product__item:nth-child(2) {
    width: 100%;
  }
  .purchase__card {
    padding: 22px 40px;
  }
  .purchase__card__box {
    margin-bottom: 30px;
  }
  .s-road-map__item {
    padding: 30px 20px;
  }
  .s-aktsii__item {
    min-height: 390px;
  }
  .s-aktsii__item__img {
    height: 210px;
  }
  .category-item__slider-item {
    width: 215px;
    height: 215px;
  }
  .c-cat_main-block {
    width: 328px;
  }
  .category-item__main {
    margin-bottom: 30px;
  }
  .c-my-order {
    padding: 27px 20px 40px;
  }
  .c-my-order-promo__activate {
    font-size: 13px;
    max-width: 85px;
  }
  .c-my-order-promo__input {
    padding: 9px 0 9px 7px;
  }
  .c-my-order-promo__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-my-order-promo__input {
    max-width: inherit;
    margin-bottom: 20px;
  }
  .c-my-order-promo__activate {
    margin-left: 0;
    max-width: inherit;
  }
  .s-basket__product-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-basket__product-item__data {
    max-width: 400px;
  }
  .s-basket__product-item__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .s-brandy-alphabet-search__eng a {
    margin-bottom: 8px;
  }
  .s-brandy-alphabet-search__rus a {
    margin-bottom: 8px;
  }
}

@media (max-width: 992px) {
  .site__language {
    display: none;
  }
  .header__top__menu {
    display: none;
  }
  .header__middle__search {
    display: none;
  }
  .header__middle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__category > li > a {
    padding: 15px 23px 15px 8px;
  }
  .header__category > li > a svg {
    margin-right: 5px;
  }
  .header__menu__link:before {
    right: 9px;
  }
  .popular_brands {
    display: none;
  }
  .sub-menu__list li:first-child {
    font-size: 15px;
  }
  .sub-menu__list li a {
    font-size: 13px;
  }
  .sub-menu__list li {
    margin: 0 0 10px 0;
  }
  .c-program_loyalty__list {
    max-width: inherit;
  }
  .c-program_loyalty {
    background: #2AA5A2;
    border-radius: 4px;
    padding: 40px 50px;
    min-height: inherit;
  }
  .product_week__res {
    margin: 0 auto;
  }
  .s-pet_products__box {
    margin-bottom: 100px;
  }
  .c-section-head-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-popular-brands__box {
    margin-top: 0;
  }
  .s-popular-brands__subtitle {
    margin-bottom: 100px;
  }
  .popular-brands_container:before {
    display: none;
  }
  .s-popular-brands {
    background-size: cover;
    padding-bottom: 50px;
  }
  .s-news__card-item__textbox {
    padding: 0 10px;
  }
  .s-news__card-item__title {
    font-size: 13px;
    line-height: 16px;
  }
  .s-news__card-item__text {
    font-size: 13px;
    line-height: 17px;
  }
  .s-viewed__slide {
    padding: 25px 10px;
  }
  .s-viewed__slide__price {
    font-size: 17px;
    line-height: 15px;
  }
  .s-aboutus__img {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  .s-footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s-footer__soc-icon {
    margin-bottom: 50px;
  }
  .copirating-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .copirating-box span {
    margin-bottom: 25px;
  }
  .copirating-box a {
    margin-bottom: 25px;
  }
  .copirating-box {
    padding-top: 25px;
  }
  .s-viewed__slider {
    margin: 0 -10px;
  }
  .related__slider {
    margin: 0 -10px;
  }
  .related__slider-item {
    padding: 35px 15px 25px 15px;
  }
  .c-product__slider__wrapper {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .c-product-info__options__item:nth-child(3n+3) {
    margin-right: 0px;
  }
  .c-product-info__options__item:nth-child(2n) {
    margin-right: 15px;
  }
  .purchase__card__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .purchase__card {
    padding: 22px 20px;
    max-width: 350px;
    margin-right: 25px;
  }
  .s-road-map__item {
    width: 70%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding: 20px 20px;
  }
  .s-product-tab__one-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-product-tab__block:nth-child(1),
  .s-product-tab__block:nth-child(2) {
    width: 100%;
  }
  .s-product-tab__two-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-product-tab__secondary-block:nth-child(1),
  .s-product-tab__secondary-block:nth-child(2) {
    width: 100%;
  }
  .s-product-tab__secondary-block:nth-child(1) {
    margin-bottom: 30px;
  }
  .product-tab__availability-table td,
  th {
    padding: 7px 5px 7px 5px;
  }
  .product-tab__availability-table td span {
    display: block;
    margin-left: 0;
  }
  .product-tab__availability-table .tab__availability-table__head {
    font-size: 15px;
    line-height: 20px;
  }
  .product-tab__availability-table tr {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
  }
  .open-page {
    margin-left: 0;
  }
  .release__form {
    width: 48%;
    padding: 25px 15px;
  }
  .release__forms__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .release__form:nth-child(2n+1) {
    margin-right: 20px;
  }
  .s-aktsii__item {
    min-height: 330px;
  }
  .s-aktsii__item__img {
    height: 150px;
  }
  .category-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .category-item__title {
    margin-bottom: 20px;
    width: 100%;
    height: 200px;
  }
  .c-cat_main-block {
    width: 335px;
  }
  .category-item__main {
    margin-bottom: 20px;
  }
  .s-basket__products {
    margin-bottom: 40px;
  }
  .s-basket__product-item__data {
    max-width: inherit;
    width: 79%;
    margin-right: 0;
  }
  .c-my-order__checkout {
    max-width: inherit;
  }
  .s-search__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .s-catalog__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .s-search__alternatives__title {
    font-size: 17px;
  }
  .s-brandy-search__item__content a {
    width: calc(25% - 15px);
  }
  .s-brandy__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .s-brandy__box a {
    width: 25%;
  }
  .s-brandy__box a img {
    max-width: 100px;
  }
  .s-catalog-nav__item.catalog-nav__item-active {
    border: none;
  }
}

@media (max-width: 768px) {
  .header__bottom {
    display: none;
  }
  .header-actions {
    display: none;
  }
  .header__middle {
    border-bottom: none;
  }
  .header__middle__logo {
    display: none;
  }
  .header__top {
    border-bottom: none;
  }
  .site__version .active__site__version:before {
    display: none;
  }
  .mob__menu__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #263740;
    width: 50%;
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
  }
  .header__cart {
    width: 50%;
    height: 50px;
  }
  .mob_menu_wrapper {
    position: absolute;
    top: 0;
    -webkit-perspective: 5000px;
            perspective: 5000px;
    width: 100%;
    overflow: hidden;
  }
  .mob_menu {
    background: #1E1C47;
    color: #fff;
    padding: 15px;
    -webkit-transform: rotateX(-90deg) translateZ(0px);
            transform: rotateX(-90deg) translateZ(0px);
    position: absolute;
    width: calc(100% - 30px);
    height: 500px;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
  }
  .mob_menu.open_menu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1;
  }
  .show {
    background-color: #7c7fe0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navigation {
    display: block;
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms;
    left: 0;
  }
  .navigation.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .navigation.active .navigation__inner {
    background-color: #fff;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
    -webkit-transition: background-color 0s linear 599ms, -webkit-transform 300ms linear;
    transition: transform 300ms linear, background-color 0s linear 599ms;
    transition: transform 300ms linear, background-color 0s linear 599ms, -webkit-transform 300ms linear;
  }
  .navigation.active .navigation__inner:after {
    width: 300%;
    -webkit-animation: elastic 150ms ease 300.5ms both;
    animation: elastic 150ms ease 300.5ms both;
  }
  .navigation__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999999;
    padding: 40px 20px 20px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
    -webkit-transition: background-color 0s linear 300ms, -webkit-transform 300ms linear;
    transition: transform 300ms linear, background-color 0s linear 300ms;
    transition: transform 300ms linear, background-color 0s linear 300ms, -webkit-transform 300ms linear;
  }
  .navigation__inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }
  .hidden-menu {
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: 30px;
    right: 10px;
    padding: 0;
  }
  .mob__menu__list {
    margin: 0;
    padding: 0;
  }
  .mob__menu__list li {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
  }
  .mob__menu__list li a {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .mob__menu__list li a:hover {
    text-decoration: none;
    color: #36B355;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .header__mob__logo {
    margin-bottom: 30px;
  }
  #nav-icon1 {
    width: 20px;
    height: 18px;
    position: relative;
    margin: 0 9px 0 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9;
  }
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  #nav-icon1 span:nth-child(2) {
    top: 7px;
  }
  #nav-icon1 span:nth-child(3) {
    top: 14px;
  }
  #nav-icon1.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    top: 20px;
  }
  #nav-icon1.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .s-main_slide__title {
    font-size: 35px;
    text-shadow: 2px 2px 2px #263740;
    color: #ffffff;
  }
  .s-main_slide__subtitle {
    text-shadow: 2px 2px 2px #263740;
    color: #ffffff;
  }
  .s-pet_products__box {
    height: inherit;
  }
  .s-pet_products__box a span {
    font-size: 14px;
    line-height: 15px;
  }
  .s-pet_products__box a:nth-child(1) span {
    top: 10px;
    left: 10px;
  }
  .s-pet_products__box a:nth-child(2) span {
    top: 10px;
    right: 10px;
  }
  .s-pet_products__box a:nth-child(3) span {
    bottom: 10px;
    left: 10px;
  }
  .s-pet_products__box a:nth-child(4) span {
    bottom: 10px;
    right: 10px;
  }
  .open-page {
    margin-left: inherit;
    margin-top: 20px;
  }
  .c-card_product {
    padding: 20px 10px 20px;
  }
  .pricebox__new-price {
    font-size: 20px;
  }
  .c-card_product__img {
    width: 160px;
    height: 160px;
  }
  .c-card_product__name {
    min-height: 80px;
  }
  .s-popular-brands__item {
    height: 100px;
  }
  .s-popular-brands__box {
    min-height: 300px;
  }
  .s-popular-brands__subtitle {
    margin-bottom: 50px;
  }
  .title {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
  }
  .s-staydate__title {
    font-size: 35px;
  }
  .col_footer__mob:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .col_footer__mob:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .col_footer__mob:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .s-footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-footer__menu-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .s-footer__menu {
    width: 33%;
    margin-right: 0;
  }
  .s-news__card-item__textbox {
    padding: 0 25px;
  }
  .s-news__card-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .s-news__card-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .s-news__card-item {
    margin-bottom: 50px;
  }
  .s-viewed__slide__content a {
    font-size: 16px;
  }
  .s-viewed__slide {
    padding: 25px 20px;
  }
  .related__slider-item {
    margin: 0 5px;
    padding: 35px 12px 25px 11px;
  }
  .c-actions-with-goods {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 250px;
  }
  .c-product__rating {
    width: 100%;
    margin-bottom: 5px;
  }
  .add-favorites {
    width: 100%;
    margin-bottom: 7px;
  }
  .c-actions-with-goods .share-this {
    width: 100%;
    margin-bottom: 5px;
  }
  .c-product-info__options__item:nth-child(3n+3) {
    margin-right: 15px;
  }
  .c-product-info__options__item:nth-child(2n) {
    margin-right: 0px;
  }
  .release__form {
    width: 100%;
    padding: 25px 25px;
  }
  .tab__reviews-item__body {
    padding: 20px 20px 11px 20px;
  }
  .reviews-item__date p {
    font-size: 14px;
    line-height: 18px;
  }
  .product-tab__availability-table__box {
    padding-bottom: 50px;
    overflow-x: scroll;
  }
  .product-tab__availability-table__box::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 2px;
    height: 0px;
  }
  .product-tab__availability-table__box::-webkit-scrollbar-track {
    background-color: #32312e;
    -webkit-box-shadow: 0px 0px 3px #000 inset;
            box-shadow: 0px 0px 3px #000 inset;
  }
  .product-tab__availability-table__box::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #36B355;
    -webkit-box-shadow: 0px 1px 1px #fff inset;
            box-shadow: 0px 1px 1px #fff inset;
    background-position: center;
    background-repeat: no-repeat;
  }
  .product-tab__availability-table__box::-webkit-resizer {
    background-repeat: no-repeat;
    width: 2px;
    height: 0px;
  }
  .product-tab__availability-table__box::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .product-tab__availability-table {
    width: 900px;
  }
  .s-aktsii__item {
    min-height: 370px;
  }
  .s-aktsii__item__img {
    height: 250px;
  }
  .category-item__slider-item {
    width: 242px;
    height: 242px;
  }
  .c-cat_main-block {
    width: 244px;
  }
  .c-cat_main-block p {
    font-size: 15px;
    line-height: 16px;
    top: 13px;
  }
  .c-cat_main-block span {
    top: 47px;
  }
  .s-basket__product-item__data {
    width: 100%;
  }
  .s-search__alternatives-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-search__alternatives-block {
    width: 100%;
  }
  .s-search__contact__help {
    width: 100%;
  }
  .s-brandy-search__item__content a {
    width: calc(33% - 15px);
    margin-bottom: 15px;
  }
  .s-catalog__pagination-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-catalog__goods-shown {
    margin-bottom: 20px;
  }
  .c-pagination {
    margin-bottom: 30px;
  }
  .s-catalog-page__title span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  .header__middle {
    margin: 0 -15px;
  }
  .s-main_slide {
    min-height: 184px;
  }
  .site__version {
    display: none;
  }
  .s-pet_products__box {
    max-width: 392px;
    margin: 0 auto 50px;
  }
  .product_week__slider {
    max-width: 392px;
    margin: 0 auto 50px;
  }
  .product_week__slider:before {
    content: '';
    width: 60px;
    height: 60px;
    background-size: cover;
    top: -30px;
    right: -20px;
  }
  .s-viewed__slider .slick-dots li.slick-active button:before {
    font-size: 13px;
    opacity: 1;
    color: #36B355;
  }
  .s-viewed__slider .slick-dots li button:before {
    font-size: 8px;
    color: #78c88c;
    opacity: 1;
  }
  .s-viewed__slider .slick-dots {
    bottom: -50px;
  }
  .s-viewed__slider .slick-dots li {
    margin: 0;
  }
  .c-section-nav__list a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tabs-text svg {
    margin-bottom: 5px;
  }
  .c-card_product__img {
    width: 100%;
    height: 37.5vw;
  }
  .tabs-item .row .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-card_product__discount {
    width: 40px;
    height: 45px;
    background-size: contain;
  }
  .c-card_product__discount span:nth-child(1) {
    font-size: 10px;
  }
  .c-card_product__discount span:nth-child(2) {
    font-size: 15px;
  }
  .c-card_product__delivery {
    width: 40px;
    height: 45px;
    background-size: contain;
  }
  .c-card_product__delivery:before {
    width: 27px;
    height: 20px;
    background-size: contain;
    position: relative;
    left: 0px;
  }
  .c-card_product__delivery span {
    font-size: 9px;
  }
  .c-card_product__name {
    min-height: 17vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }
  .c-card_product__size a {
    font-size: 3vw;
    line-height: 3.4vw;
  }
  .s-main_slide__title {
    font-size: 25px;
    line-height: 30px;
  }
  .s-main_slide {
    padding: 50px 20px 0;
  }
  .s-main_slider {
    margin: 0 -15px;
  }
  .c-card_product__box {
    min-height: 27vw;
  }
  .pricebox__new-price {
    font-size: 4vw;
    line-height: 5vw;
    margin-right: 5px;
  }
  .pricebox__old-price p {
    font-size: 3vw;
    line-height: 4vw;
  }
  .pricebox__old-price span {
    font-size: 3vw;
    line-height: 4vw;
  }
  .pricebox__old-price span:before {
    top: 2vw;
  }
  .price__buy__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-viewed__slide__price {
    margin-bottom: 15px;
  }
  .s-aboutus__img {
    max-width: 200px;
    width: 50%;
  }
  .s-aboutus__title {
    font-size: 25px;
    line-height: 30px;
  }
  .s-aboutus__content__resize p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .s-footer__contacts {
    margin-bottom: 0;
  }
  .s-footer__contacts li {
    text-align: center;
  }
  .s-footer__soc-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .copirating-box {
    text-align: center;
  }
  .s-footer__menu-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-footer__menu {
    width: 100%;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: inherit;
  }
  .s-footer__menu li:first-child {
    font-size: 16px;
  }
  .s-popular-brands {
    display: none;
  }
  .s-footer__menu-box {
    display: none;
  }
  .s-viewed {
    margin-bottom: 0;
  }
  .s-news {
    margin-bottom: 50px;
  }
  .s-sale {
    margin-bottom: 50px;
  }
  .s-pet_products {
    margin-bottom: 50px;
  }
  .wrapper {
    padding-top: 55px;
  }
  .wrapper_product_evaluation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper_product_evaluation span {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .modal__title {
    font-size: 23px;
  }
  .modal-w {
    padding: 50px 20px;
  }
  .purchase__card__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-road-map__item {
    width: 100%;
  }
  .s-product-page__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .s-aboutus {
    padding-top: 40px;
  }
  .s-product-tab__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .s-product-tab__nav-list li {
    margin-bottom: 10px;
  }
  .s-product-tab__nav-list li a span {
    padding-bottom: 10px;
  }
  .product-tab__content__title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
  }
  .tab__reviews-item__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab__reviews-item__name {
    margin-bottom: 10px;
  }
  .product-tab__content__text {
    font-size: 14px;
    line-height: 22px;
  }
  .product-tab__content__text p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .breadcrumbs__links {
    margin-top: 50px;
  }
  .s-aktsii__item__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .s-aktsii__item__img {
    height: 43vw;
  }
  .s-aktsii__item__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
  }
  .s-aktsii__item {
    min-height: 66.071vw;
  }
  .c-cat_main-block {
    width: 48%;
  }
  .c-cat_main-block {
    width: 48%;
    padding-top: 20px;
  }
  .c-cat_main-block__img {
    width: 120px;
    height: 144px;
  }
  .category-item__slider {
    margin: 0 -7px;
  }
  .category-item__slider-item__img {
    width: 120px;
    height: 144px;
  }
  .category-item__slider-item {
    height: 225px;
  }
  .category-item__slider-item p {
    font-size: 14px;
  }
  .category-item__title {
    height: 150px;
  }
  .category-item__title p {
    font-size: 24px;
  }
  .s-basket__product-item__price-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-basket__price-quantity {
    margin-left: 0;
    width: 100%;
  }
  .s-basket__product-item__btns {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-basket__price-new {
    margin-bottom: 10px;
  }
  .c-basket__price__old-sale {
    margin-bottom: 10px;
  }
  .s-basket__product-item__img {
    margin-right: 0;
    margin-left: calc(50% - 70px);
  }
  .s-basket__products__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-basket__products__header label {
    margin-bottom: 15px;
  }
  .s-basket__products__remove-all {
    padding: 0;
  }
  .s-basket__products__remove-all svg {
    margin-left: -4px;
    margin-right: 3px;
  }
  .s-search__head-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .s-search__head-nav__sorting {
    margin-bottom: 15px;
  }
  .s-brandy-search__item__content a {
    width: calc(50% - 15px);
    font-size: 14px;
  }
  .s-brandy__box a {
    width: 50%;
    height: 100px;
  }
  .s-search__head-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-sorting-nav__box {
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  .to_card {
    font-size: 3.5vw;
  }
  .s-viewed__slide__content a {
    font-size: 4vw;
    line-height: 5vw;
  }
  .c-cat_main-block {
    padding-top: 30px;
  }
  .category-item__slider-item {
    padding-top: 30px;
  }
}

@media (max-width: 370px) {
  .buy-btn {
    width: 100%;
  }
  .to_card {
    width: 28.125vw;
  }
  .related__slider-item__name {
    min-height: 130px;
  }
}
/*# sourceMappingURL=style.css.map */
