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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-Regular.woff2) format("woff2"), url(../fonts/Circe-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-Bold.woff2) format("woff2"), url(../fonts/Circe-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url(../fonts/Circe-ExtraBold.woff2) format("woff2"), url(../fonts/Circe-ExtraBold.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  fill: #014d34;
}

.icon-bag {
  width: 15px;
  height: 17px;
  fill: #fff;
}

.icon-search {
  width: 20px;
  height: 20px;
}

.icon-flame {
  width: 15px;
  height: 19px;
}

.icon-arrow-right_b {
  width: 9px;
  height: 8px;
}

.icon-arrow-left,
.icon-arrow-right {
  width: 19px;
  height: 12px;
}

.icon-s-bag {
  width: 54px;
  height: 54px;
}

.icon-s-car {
  width: 82px;
  height: 82px;
}

.icon-s-sport {
  width: 61px;
  height: 61px;
}

.icon-s-book {
  width: 62px;
  height: 62px;
}

.icon-s-comp {
  width: 59px;
  height: 59px;
}

.icon-s-food {
  width: 65px;
  height: 65px;
}

.icon-s-hook {
  width: 58px;
  height: 58px;
}

.icon-s-kid {
  width: 68px;
  height: 68px;
}

.icon-arr-round {
  width: 25px;
  height: 25px;
  fill: #097954;
}

.icon-s-play {
  width: 65px;
  height: 65px;
}

.icon-s-pulse {
  width: 58px;
  height: 58px;
}

.icon-s-shoe {
  width: 72px;
  height: 72px;
}

.icon-arrow-bottom {
  width: 12px;
  height: 6px;
}

.icon-label {
  width: 30px;
  height: 30px;
}

.icon-sprite {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
}

.icon_gift-box {
  width: 31px;
  height: 36px;
  background-position: 0 -713px;
}

.icon_hand-l {
  width: 26px;
  height: 26px;
  background-position: -5px -140px;
}

.icon_hand-r {
  width: 21px;
  height: 23px;
  background-position: -5px -176px;
}

.icon_paper {
  width: 60px;
  height: 60px;
  background-position: -5px -261px;
}

.icon_promo-corner {
  width: 30px;
  height: 25px;
  background-position: -5px -331px;
}

.icon_promo-corner_b {
  width: 30px;
  height: 25px;
  background-position: -5px -366px;
}

.icon-clock {
  width: 12px;
  height: 12px;
  fill: #abbcb6;
}

.icon_rev-angry {
  width: 34px;
  height: 34px;
  background-position: -5px -401px;
}

.icon_rev-happy {
  width: 35px;
  height: 35px;
  background-position: -5px -445px;
}

.icon_rev-neutral {
  width: 35px;
  height: 35px;
  background-position: -5px -490px;
}

.icon_shopping {
  width: 71px;
  height: 47px;
  background-position: -5px -535px;
}

.icon_youtube-kids {
  width: 44px;
  height: 63px;
  background-position: -5px -644px;
}

.icon_business1 {
  width: 38px;
  height: 38px;
  background-position: -5px -5px;
}

.icon-soc-vk {
  width: 17px;
}

.icon-soc-f {
  width: 18px;
  height: 18px;
}

.icon-soc-o {
  width: 18px;
}

.icon-copy {
  width: 12px;
  height: 12px;
  fill: #fff;
}

.icon-video-play {
  width: 49px;
  height: 34px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .icon_youtube-kids {
    width: 29px;
    height: 42px;
    background-position: -5px -592px;
  }
  .icon_paper {
    width: 42px;
    height: 42px;
    background-position: -5px -209px;
  }
  .icon_gift-box {
    width: 67px;
    height: 77px;
    background-position: -5px -53px;
  }
}

/* end media min width 740 pixels */
/* ----- Typography -------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font: 16px "Circe", Arial, sans-serif;
  line-height: 1.4em;
  color: #000;
}

.title-site, h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  font-family: "Circe", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
  color: #000;
}

.title-site_large {
  font-size: 30px;
  line-height: 1.15em;
}

.title-site_mid, .title-site_mid-min {
  font-size: 25px;
  line-height: 1.15em;
}

h1, .title-site_h1 {
  font-size: 25px;
}

h2, .title-site_h2 {
  font-size: 20px;
}

h3, .title-site_h3 {
  font-size: 16px;
  line-height: 1.5em;
}

h4, .title-site_h4 {
  font-size: 16px;
  line-height: 1.5em;
}

h5, .title-site_h5 {
  font-size: 16px;
  line-height: 1.5em;
}

h6, .title-site_h6 {
  font-size: 16px;
  line-height: 1.5em;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

.line-list li {
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.line-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #407966;
  background-color: #014d34;
}

p {
  margin: 0 0 20px;
}

blockquote {
  display: block;
  position: relative;
  padding: 35px 10px 32px;
  margin: 35px 0;
  font-family: "Circe", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45em;
  border-top: 3px solid #cdcdcd;
  border-radius: 1px;
  color: #014c33;
  text-align: center;
}

blockquote p {
  position: relative;
  z-index: 5;
  margin: 0;
}

blockquote::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  width: 68px;
  height: 36px;
  margin-left: -34px;
  z-index: 2;
  background-color: #fff;
  background-image: url(../img/bq.png);
  background-repeat: no-repeat;
  background-position: 54% 50%;
}

blockquote::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 140px;
  height: 3px;
  border-radius: 1px;
  background-color: #cdcdcd;
  margin-left: -70px;
}

.text_light {
  color: #fff;
}

.text-bl__more-width, .text-bl__inner {
  margin: 35px 0;
}

.text-bl__more-width img, .text-bl__inner img {
  vertical-align: top;
}

.text-bl ul {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.text-bl ul li {
  position: relative;
  padding-left: 17px;
}

.text-bl ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #014c33;
}

.text-bl ol {
  margin-bottom: 20px;
  counter-reset: section;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.8);
}

.text-bl ol li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}

.text-bl ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  color: #014c33;
  font-weight: 900;
  counter-increment: section;
  content: counters(section, ".") " ";
}

.text_center,
.text_center-mobile {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_uppercase {
  text-transform: uppercase;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #014c33;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover {
  text-decoration: none;
  color: #027e55;
}

.st-link_light {
  color: #5c9d87;
  text-decoration: none;
}

.st-link_light:hover {
  color: #fff;
}

.st-link_border {
  display: inline-block;
  border-bottom: 1px solid #5c9d87;
}

.st-link_border:hover {
  border-color: transparent;
}

.hide-link-mobile {
  display: none;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  body {
    font-size: 16px;
  }
  blockquote {
    margin: 45px 0;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 18px;
    line-height: 1.55em;
  }
  blockquote::after {
    width: 360px;
    margin-left: -180px;
  }
  .title-site, h1, h2, h3, h4, h5, h6 {
    line-height: 1.15em;
  }
  .title-site_large {
    font-size: 70px;
    line-height: 1.15em;
    line-height: 0.9em;
  }
  .title-site_mid {
    font-size: 50px;
  }
  .title-site_mid-min {
    font-size: 40px;
  }
  h1, .title-site_h1 {
    font-size: 54px;
  }
  h2, .title-site_h2 {
    font-size: 35px;
  }
  h3, .title-site_h3 {
    font-size: 25px;
  }
  h4, .title-site_h4 {
    font-size: 22px;
  }
  h5, .title-site_h5 {
    font-size: 20px;
  }
  h6, .title-site_h6 {
    font-size: 18px;
  }
  .text-bl {
    max-width: 558px;
    margin-left: auto;
    margin-right: auto;
  }
  .text-bl__inner {
    margin: 45px 0;
  }
  .text-bl__more-width {
    margin: 45px -50px;
  }
  .text-bl h1, .text-bl .title-site_h1 {
    margin-right: -50px;
  }
  p {
    margin-bottom: 25px;
  }
  .hide-link-mobile {
    display: inline;
  }
  .text_center-mobile {
    text-align: left;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .text-bl__more-width {
    margin-left: -96px;
    margin-right: -96px;
  }
  .line-list li {
    font-size: 15px;
    line-height: 22px;
  }
}

/* end media min width 980 pixels */
/* ----- END Typography ---------------- */
.table-wrapper {
  border: 3px solid #dae3e0;
  overflow: auto;
  border-radius: 15px;
}

table {
  width: 100%;
  font-size: 14px;
  line-height: 1.5em;
  border-collapse: collapse;
  text-align: left;
}

table th, table td {
  padding: 15px 20px;
  border-left: 1px solid #dae3e0;
}

table th:first-child, table td:first-child {
  border-left: none;
}

table th {
  background-color: #e4ece9;
  border-bottom: 1px solid #dae3e0;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}

table td {
  border-top: 1px solid #dae3e0;
  vertical-align: top;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .table-wrapper {
    border-radius: 25px;
    border-width: 5px;
  }
  table {
    font-size: 16px;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  table th, table td {
    padding: 20px 32px;
  }
}

/* end media min width 980 pixels */
/* ----- Page structure ---------------- */
html {
  height: 100%;
}

body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  min-height: 100%;
}

.site-wrapper {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section-st {
  padding-top: 80px;
  padding-bottom: 20px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.hidden-mobile,
.hidden-devices {
  display: none;
}

.section-shine-bottom {
  overflow: hidden;
  background-image: url(../img/shine-ptrn-min.png);
  background-repeat: no-repeat;
  background-position: 32% 0;
  background-size: auto 100%;
  padding: 58px 10px 46px;
}

.inner-head {
  position: relative;
  padding-bottom: 80px;
  padding-top: 20px;
  color: #fff;
  background-color: #014d34;
}

.inner-head::before {
  content: '';
  position: absolute;
  left: 0;
  margin-top: -1px;
  top: 100%;
  width: 100%;
  height: 53px;
  z-index: 2;
  background-image: url(../img/wave-inner-pages.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
}

.push-for-inner-head {
  padding-top: 80px;
}

.above-inner-head {
  position: relative;
  margin-top: -80px;
  z-index: 5;
}

.simple-columns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.simple-col-aside {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.simple-col-main {
  margin-bottom: 50px;
}

.aside-grid-row {
  margin-bottom: 20px;
}

.grid-col-aside .aside-nav-categories {
  margin-top: 30px;
}

.mobile-shadow-wrapp {
  position: relative;
}

.mobile-shadow-wrapp::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(87%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 87%);
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .hidden-tablet {
    display: none;
  }
  .hidden-mobile {
    display: block;
  }
  .section-shine-bottom {
    padding-top: 100px;
    padding-bottom: 85px;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .section-st {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .hidden-devices,
  .hidden-tablet {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .simple-columns-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }
  .simple-col-aside {
    min-width: 265px;
    max-width: 265px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 150px;
    margin-right: 30px;
  }
  .simple-col-head-abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 265px;
  }
  .simple-col-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 10px;
  }
  .mobile-shadow-wrapp::before {
    display: none;
  }
}

/* end media min width 980 pixels */
/* Min width 1400 pixels */
@media only screen and (min-width: 1400px) {
  .section-shine-bottom {
    background-size: cover;
  }
}

/* end media min width 1400 pixels */
/* Min width 1800 pixels */
@media only screen and (min-width: 1800px) {
  .section-shine-bottom .icon-value-inline_line-items {
    margin-left: -60px;
    margin-right: 60px;
  }
  .inner-head::before {
    background-size: 100% 100%;
  }
}

/* end media min width 1800 pixels */
.header {
  position: relative;
  z-index: 20;
  padding: 22px 0 16px;
  background-color: #000000;
}

.logo a {
  display: block;
  outline: none;
  line-height: 25px;
}

.logo img {
  vertical-align: middle;
}

.slogan {
  font-size: 15px;
}

.header-flex {
  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;
}

.header-mobile-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin: 15px 0 0;
  padding: 15px 0 0;
}

.header-mobile-group::before {
  content: '';
  position: absolute;
  left: -15px;
  right: -15px;
  top: 0;
  height: 1px;
  z-index: 2;
  background-color: #262626;
}

.header-shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: none;
  padding: 0 18px;
  height: 48px;
  outline: none;
  cursor: pointer;
  border: 2px solid #014d34;
  border-radius: 24px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-shop-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
}

.header-shop-btn__icon {
  width: 15px;
  height: 19px;
  margin-right: 10px;
}

.header-shop-btn__icon .icon {
  vertical-align: top;
}

.header-shop-btn__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.header-shop-btn__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px 6px 0;
  margin-left: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  background-color: #ad1457;
  border-radius: 8px;
}

.lang {
  position: relative;
}

.lang.drop-d-open .lang-btn__icon .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.lang-btn {
  padding: 0 5px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  cursor: pointer;
  background: none;
  border: none;
}

.lang-btn__img {
  width: 25px;
  height: 25px;
  overflow: hidden;
  margin-right: 14px;
}

.lang-btn__icon .icon {
  width: 12px;
  height: 6px;
  fill: #fff;
}

.lang-btn__text {
  display: none;
}

.header-search {
  margin-left: 14px;
}

.search-form-mobile-button {
  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: 60px;
  height: 48px;
  border: none;
  background-color: #1c1c1c;
  outline: none;
  border-radius: 24px;
  cursor: pointer;
}

.search-form-mobile-button .icon {
  fill: #fff;
}

.search-form-inner {
  position: absolute;
  right: 0;
  top: 15px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.search-form.mobile-open .search-form-inner {
  width: 100%;
  height: auto;
  opacity: 1;
}

.search-form__field {
  padding: 0 80px 0 24px;
  background: #fff;
  font-size: 15px;
  width: 100%;
  height: 48px;
  border-radius: 24px;
  border: none;
  outline: none;
}

.search-form__field::-webkit-search-cancel-button {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -8px;
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}

.search-form__btn {
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .header-shop-btn {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 28px;
  }
  .header-tag {
    display: inline-block;
    padding-bottom: 2px;
    font-size: 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .header-tag:hover {
    color: #fff;
    border-color: transparent;
  }
  .header-search {
    position: relative;
    margin-left: 34px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .search-form-mobile-button {
    display: none;
  }
  .search-form-inner {
    position: relative;
    top: 0;
    width: auto;
    opacity: 1;
  }
  .search-form__field {
    background-color: #1c1c1c;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .search-form__field:-moz-placeholder, .search-form__field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .search-form__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .search-form__field:focus:-moz-placeholder, .search-form__field:focus::-moz-placeholder {
    opacity: 0;
  }
  .search-form__field:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  .search-form__field:focus {
    color: #000;
    background-color: #fff;
  }
  .search-form__field:focus + .search-form__btn .icon {
    fill: #000;
  }
  .search-form__btn .icon {
    fill: #fff;
  }
  .lang-btn__text {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 15px;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
}

/* end media min width 740 pixels */
/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .header {
    padding: 15px 0;
  }
  .header-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .logo {
    min-width: 225px;
    max-width: 225px;
    padding-right: 30px;
    margin-right: 32px;
    position: relative;
  }
  .logo::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 1px;
    height: 40px;
    z-index: 2;
    margin-top: -20px;
    background-color: #444746;
  }
  .header-mobile-group {
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header-mobile-group::before {
    display: none;
  }
  .lang-btn {
    height: 35px;
    padding-left: 25px;
    margin-left: 24px;
    position: relative;
  }
  .lang-btn::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    width: 1px;
    height: 40px;
    z-index: 2;
    margin-top: -20px;
    background-color: #444746;
  }
  .lang-btn:hover .lang-btn__text {
    color: #fff;
  }
  .search-form__field {
    height: 44px;
    border-radius: 22px;
  }
}

/* end media min width 1170 pixels */
.footer {
  position: relative;
  background-color: #003926;
  padding: 30px 0;
  color: #fff;
}

.footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: -87px;
  width: 100%;
  height: 88px;
  z-index: 2;
  background-image: url(../img/wave-ptrn-footer-top.png);
  background-repeat: no-repeat;
  background-position: 40% 0;
}

.footer-head {
  padding-bottom: 25px;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.footer-head .slogan {
  color: rgba(255, 255, 255, 0.3);
}

.footer-nav {
  padding: 28px 15px 14px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  border-top: 1px solid #1a4d3c;
  border-bottom: 1px solid #1a4d3c;
}

.footer-nav ul {
  max-width: 248px;
  margin-left: auto;
  margin-right: auto;
}

.footer-nav li {
  margin-bottom: 20px;
}

.footer-nav a {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #5c9d87;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav a:hover {
  color: #fff;
  border-color: transparent;
}

.footer-contacts-wrapp {
  position: relative;
  max-width: 248px;
  margin-left: auto;
  margin-right: auto;
}

.footer-contacts-wrapp .soc-inline {
  margin-bottom: 25px;
}

.footer-contacts-wrapp .soc-inline a:hover {
  border-color: #fff;
}

.footer-contacts-wrapp .soc-inline a .icon {
  fill: #fff;
}

.footer-c-tt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 12px;
}

.copy {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.2);
}

.footer-b-img {
  position: absolute;
  top: -135px;
  left: 50%;
  width: 130px;
  height: 150px;
  margin-left: 5px;
  background-image: url(../img/p-pig.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-b-img {
    display: none;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .footer::before {
    background-position: 50% 0;
  }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-head {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #1a4d3c;
    text-align: left;
    margin-bottom: 40px;
  }
  .footer-head .logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .footer-head .slogan {
    display: inline-block;
    vertical-align: middle;
    margin-left: 22px;
  }
  .footer-nav {
    border: none;
    padding: 15px 0 0;
    margin: 0;
    max-width: 645px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .footer-nav ul {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-contacts-wrapp {
    margin-left: 60px;
    margin-right: 0;
    text-align: right;
  }
  .footer-contacts-wrapp .soc-inline {
    margin-bottom: 18px;
  }
}

/* end media min width 980 pixels */
/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .footer-b-img {
    display: block;
    width: 220px;
    height: 270px;
    left: auto;
    right: 220px;
    z-index: 5;
    margin-left: 0;
  }
}

/* end media min width 1170 pixels */
/* Min width 1800 pixels */
@media only screen and (min-width: 1800px) {
  .footer {
    padding-bottom: 55px;
  }
  .footer::before {
    background-size: 100% 100%;
  }
}

/* end media min width 1800 pixels */
.main-section {
  padding: 22px 0 0;
  background-color: #014d34;
  position: relative;
}

.main-section::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 269px;
  bottom: -150px;
  background-image: url(../img/main-screen-mobile.png);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  z-index: 2;
}

.main-section .container {
  padding-bottom: 140px;
}

.main-section .title-site {
  margin-bottom: 15px;
}

.main-section .st-title-min-inline {
  color: #fff;
}

.main-section .shops-link-list {
  display: none;
}

.main-section-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.main-section-hot {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(223, 219, 206, 0.1);
}

.main-section-col-shops .owl-item:first-child .col-shops-item {
  border-radius: 15px 0 0 15px;
}

.main-section-col-shops .owl-item:last-child .col-shops-item {
  border-radius: 0 15px 15px 0;
}

.col-shops-item {
  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: 216px;
  height: 117px;
  padding: 0 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-left: 1px solid #eeeeee;
  text-decoration: none;
}

.col-shops-item__all-link {
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  line-height: 24px;
}

.col-shops-item__all-link:hover .icon {
  fill: #027e55;
}

.col-shops-item__all-link .icon {
  margin-left: 2px;
  fill: #014c33;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .main-section {
    padding-top: 40px;
  }
  .main-section .title-site {
    margin-bottom: 50px;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .main-section {
    position: relative;
    z-index: 12;
    background-image: url(../img/wave-main-screen.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
  }
  .main-section::before {
    display: none;
  }
  .main-section .container {
    padding-bottom: 0;
    background-image: url(../img/main-head-i.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-position: 520px -38px;
    background-size: auto;
  }
  .main-section .title-site {
    max-width: 590px;
  }
  .main-section .shops-link-list {
    display: block;
    margin-bottom: 34px;
  }
  .main-section .shops-link-list a {
    color: #5c9d87;
    border-color: #5c9d87;
  }
  .main-section .shops-link-list a:hover {
    color: #fff;
  }
  .main-section-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-section-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 438px;
    max-width: 438px;
    margin-right: 50px;
  }
  .main-section-hot {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .main-section-col-shops {
    width: 100%;
  }
  .shops-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0 0 80px rgba(0, 58, 30, 0.2);
            box-shadow: 0 0 80px rgba(0, 58, 30, 0.2);
  }
  .col-shops-item {
    width: 33.33%;
    border-top: 1px solid #eee;
    height: 102px;
    padding: 10px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .col-shops-item:hover img {
    opacity: 0.8;
  }
  .col-shops-item__all-link {
    padding: 0;
    max-width: 130px;
  }
}

/* end media min width 980 pixels */
/* Min width 1800 pixels */
@media only screen and (min-width: 1800px) {
  .main-section {
    background-size: 100% auto;
  }
}

/* end media min width 1800 pixels */
.best-offers {
  padding-top: 50px;
  padding-bottom: 35px;
  position: relative;
  z-index: 10;
}

.best-offers .title-site_large {
  margin-bottom: 5px;
  font-size: 25px;
}

.best-offers .icon-value-inline {
  margin: 15px 0 10px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .best-offers {
    padding-top: 120px;
  }
  .best-offers .title-site_large {
    font-size: 70px;
    margin-bottom: 20px;
  }
  .best-offers .icon-value-inline {
    margin: 55px 0 35px;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .best-offers {
    padding-bottom: 10px;
    padding-top: 50px;
  }
  .best-offers .title-site_large {
    margin-bottom: 40px;
  }
  .best-offers .icon-value-inline {
    margin-top: 35px;
    margin-bottom: 55px;
  }
}

/* end media min width 980 pixels */
/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .best-offers .icon-value-inline {
    margin-top: 5px;
    margin-bottom: 28px;
  }
}

/* end media min width 1170 pixels */
.section-use {
  position: relative;
  padding-top: 50px;
  padding-bottom: 35px;
  text-align: center;
  background-color: #014d34;
}

.section-use:before {
  content: '';
  position: absolute;
  top: -88px;
  left: 0;
  height: 88px;
  width: 100%;
  background: url(../img/wave-ptrn-top.png) no-repeat 47% 100%;
}

.section-use .container {
  position: relative;
  z-index: 5;
}

.use-step-value {
  position: absolute;
  line-height: 1;
  font-size: 190px;
  font-weight: 700;
  color: #006b48;
}

.tomato-img {
  position: absolute;
  z-index: 1;
  max-width: 200px;
}

.promo-use-img {
  position: absolute;
  z-index: 2;
}

.use-item {
  width: 290px;
}

.use-item__img {
  margin: 0 auto 22px;
  position: relative;
  min-height: 200px;
  max-width: 240px;
}

.use-item__img_first .use-step-value {
  top: 30px;
  left: 0;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.use-item__img_first .tomato-img {
  left: 40px;
}

.use-item__img_first .promo-use-img {
  top: 12px;
  left: 65px;
  max-width: 190px;
}

.use-item__img_second .use-step-value {
  top: 15px;
  right: 0;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
}

.use-item__img_second .tomato-img {
  top: 20px;
  left: 0;
}

.use-item__img_second .promo-use-img {
  top: 10px;
  left: 20px;
  max-width: 200px;
}

.use-item__img_third .use-step-value {
  left: 0;
  top: 20px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.use-item__img_third .tomato-img {
  left: 65px;
}

.use-item__about {
  max-width: 220px;
  margin-left: auto;
  margin: auto;
}

.use-item__about p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
}

.use-title-about {
  display: block;
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 980px) {
  .section-use {
    padding-bottom: 60px;
    background: url(../img/shine-ptrn.png) no-repeat 50% 0;
    background-size: cover;
  }
  .section-use .title-site {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .owl-carousel-desk-destroy {
    max-width: 830px;
    margin: 0 auto;
  }
  .use-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: left;
  }
  .use-item .use-title-about {
    max-width: 240px;
  }
  .use-item:nth-child(odd):before {
    content: '';
    display: block;
    width: 152px;
    height: 150px;
    background: url(../img/use-line1.svg) no-repeat 0 0;
    position: absolute;
    right: 60px;
    top: 75px;
  }
  .use-item:nth-child(even) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .use-item:nth-child(even):before {
    content: '';
    display: block;
    width: 144px;
    height: 224px;
    background: url(../img/use-line2.svg) no-repeat 0 0;
    position: absolute;
    left: -50px;
    top: 170px;
  }
  .use-item:nth-child(even) .use-title-about {
    margin-left: auto;
  }
  .use-item:nth-child(even) .use-item__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 40px;
  }
  .use-item:nth-child(even) .use-item__about {
    text-align: right;
  }
  .use-item:last-child::before {
    display: none;
  }
  .use-item__img {
    width: 360px;
    max-width: none;
    min-height: 270px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 40px 0 0;
  }
  .use-item__img .use-step-value {
    font-size: 253px;
  }
  .use-item__img .tomato-img {
    max-width: none;
  }
  .use-item__img .promo-use-img {
    max-width: none;
  }
  .use-item__img_first .use-step-value {
    top: 40px;
    left: 20px;
  }
  .use-item__img_first .tomato-img {
    left: 67px;
  }
  .use-item__img_first .promo-use-img {
    left: 98px;
  }
  .use-item__img_second .use-step-value {
    top: 15px;
  }
  .use-item__img_second .tomato-img {
    left: auto;
    right: 65px;
  }
  .use-item__img_second .promo-use-img {
    top: 1px;
    left: 44px;
  }
  .use-item__img_third .use-step-value {
    top: 43px;
  }
  .use-item__img_third .tomato-img {
    left: 80px;
  }
  .use-item__about {
    padding: 0;
    margin: 0;
    max-width: 310px;
  }
  .use-item__about p {
    font-size: 16px;
    line-height: 26px;
  }
  .use-title-about {
    font-size: 23px;
    line-height: 27px;
  }
}

/* Min width 1800 pixels */
@media only screen and (min-width: 1800px) {
  .section-use {
    background: url(../img/shine-ptrn.png) no-repeat 50% 0;
    background-size: cover;
  }
  .section-use::before {
    background-size: 100% 100%;
  }
}

/* end media min width 1800 pixels */
/* ----- Controls styles ----------------- */
.max-btn-w {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 8px 15px;
  border: none;
  text-align: center;
  font: normal 700 17px/28px "Circe", Arial, sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #ad1457;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #96114c;
}

.btn_primary {
  background-color: #014d34;
}

.btn_primary:hover {
  background-color: #016645;
}

.btn_icon {
  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;
}

.btn__icon-text {
  display: inline-block;
  vertical-align: middle;
}

.btn__icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.btn__icon_right {
  margin-left: 18px;
}

.btn__icon_left {
  margin-right: 18px;
}

.btn_border {
  border: 2px solid #097954;
  background: transparent;
  color: #097954;
  line-height: 24px;
}

.btn_border:hover {
  color: #fff;
  background-color: #097954;
  border-color: #097954;
}

.btn[disabled] {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.4);
}

.btn_min-width {
  min-width: 110px;
}

.btn_max {
  width: 100%;
}

.btn_sm {
  padding: 5px 10px;
  font-size: 12px;
}

.btn_sm.btn_min-width {
  min-width: 80px;
}

.btn_md {
  padding: 9px 20px;
  font-size: 18px;
}

.btn_md.btn_min-width {
  min-width: 140px;
}

.btn_lg {
  padding: 18px 30px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 10px;
}

.btn_lg.btn_min-width {
  min-width: 180px;
}

.btn_fix-size {
  padding: 21px 15px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
}

.btn_g {
  color: #000000;
  background-color: #e4ece9;
}

.btn_g:hover {
  color: #000000;
  background-color: #d5e1dd;
}

.btn_g-border {
  line-height: 26px;
  color: #000000;
  background: none;
  border: 1px solid #d9d9d9;
}

.btn_g-border:hover {
  color: #000000;
  background-color: #f3f7f5;
}

.placeholder {
  color: rgba(0, 0, 0, 0.5);
}

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

::-webkit-contacts-auto-fill-button {
  opacity: 0;
}

input[type="password"]::-webkit-contacts-auto-fill-button {
  opacity: 1;
}

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

.field-item__field input,
.field-item__field textarea {
  position: relative;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid #d9d9d9;
  font: 15px "Circe", Arial, sans-serif;
  color: #444;
  background-color: #fff;
  outline: none;
  border-radius: 6px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.field-item__field input:hover,
.field-item__field textarea:hover {
  border-color: rgba(68, 68, 68, 0.4);
}

.field-item__field input:focus,
.field-item__field textarea:focus {
  border-color: rgba(68, 68, 68, 0.5);
}

.field-item__field textarea {
  vertical-align: top;
  height: 158px;
  padding: 15px 25px;
  resize: none;
  font-size: 15px;
  line-height: 22px;
}

/* checkbox and radio */
.form-st-radio,
.form-st-checkbox {
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 10px;
}

.form-st-radio input,
.form-st-checkbox input {
  width: 0;
  height: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.fake-control {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background-color: #d6e2dd;
}

.form-st-radio .fake-control {
  border-radius: 50%;
}

.form-st-radio .fake-control::before {
  content: '';
  display: none;
  position: absolute;
  left: 18%;
  top: 18%;
  width: 64%;
  height: 64%;
  background-color: #016645;
  border-radius: 50%;
}

.form-st-radio input:checked + .fake-control::before {
  display: block;
}

.form-st-checkbox .fake-control {
  border-radius: 2px;
}

.form-st-checkbox input:checked + .fake-control {
  background-color: #014d34;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: 100% 5%;
  background-size: 80% 80%;
}

/* ----- END controls ------------------- */
/* Min width 960 pixels */
@media only screen and (min-width: 960px) {
  .btn_lg {
    font-size: 24px;
    padding: 28px 40px;
  }
  .btn_fix-size {
    font-size: 17px;
  }
  .field-item__field input {
    font-size: 17px;
  }
  .field-item__field textarea {
    height: 254px;
    font-size: 17px;
    line-height: 24px;
  }
}

/* end media min width 960 pixels */
/* ----- Forms ------------------------- */
.form-group {
  margin-bottom: 20px;
}

.field-item__label {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #000;
}

.review-radio-group {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}

.review-radio-item {
  position: relative;
  overflow: hidden;
}

.review-radio-item input {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 0;
  height: 0;
  z-index: -1;
}

.review-radio-item input:checked + .review-radio-control {
  background-color: #e4ece9;
  cursor: default;
}

.review-radio-item input:checked + .review-radio-control .review-radio-text {
  display: block;
}

.review-radio-item:first-child .review-radio-control {
  border: none;
}

.review-radio-control {
  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;
  padding: 0 16px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  white-space: nowrap;
  border-left: 1px solid #d9d9d9;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.review-radio-control:hover {
  background-color: #e4ece9;
}

.review-radio-text {
  display: none;
  margin-left: 10px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .form-group-grid {
    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;
  }
  .form-group_half-col, .form-group_four-col {
    width: 48.5%;
  }
  .form-group_three-col {
    width: 31.3%;
  }
  .field-item_inline {
    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;
  }
  .field-item_inline .field-item__label {
    min-width: 140px;
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .field-item_inline .field-item__field {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .review-radio-control {
    padding-left: 18px;
    padding-right: 18px;
  }
  .review-radio-text {
    display: block;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .form-group_four-col {
    width: 22.8%;
  }
  .review-form {
    border: 1px solid #dedede;
    border-radius: 18px;
  }
  .review-form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 40px 10px;
  }
  .review-form-col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .review-form-col:first-child {
    min-width: 410px;
    max-width: 410px;
    margin-right: 40px;
  }
  .review-form-btn {
    padding: 26px 40px 28px;
    border-top: 1px solid #dedede;
  }
}

/* end media min width 980 pixels */
/* ----- END Forms --------------------- */
/* ----- Navigation -------------------- */
/* -- Bread crumbs ------------------ */
.bread-crumbs {
  padding: 0;
  margin: 0 0 15px;
  list-style-type: none;
}

.bread-crumbs li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0;
  color: #557f71;
  position: relative;
  margin-right: 12px;
  padding-left: 20px;
}

.bread-crumbs li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background-image: url(../img/arrow-right-thin.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.bread-crumbs li:first-child {
  padding-left: 0;
}

.bread-crumbs li:first-child::before {
  display: none;
}

.bread-crumbs li:last-child {
  margin-right: 0;
}

.bread-crumbs li a {
  color: #fff;
  text-decoration: none;
}

.bread-crumbs li a:hover {
  text-decoration: underline;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .bread-crumbs li {
    padding-left: 22px;
    margin-right: 14px;
    font-size: 16px;
  }
  .bread-crumbs li::before {
    height: 12px;
    margin-top: -6px;
  }
}

/* end media min width 740 pixels */
/* -- Pagination -------------------- */
.aside-bl .pagination {
  display: none;
}

.pagination {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a {
  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: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 24px;
  padding: 4px 0 2px;
  color: #999999;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
}

.pagination a:hover {
  color: #000;
}

.pagination .icon {
  fill: #fff;
  width: 12px;
  height: 12px;
}

.pagination li.pagination__prev,
.pagination li.pagination__next {
  margin: 0;
  margin-right: auto;
  display: none;
}

.pagination li.pagination__prev.disabled a,
.pagination li.pagination__next.disabled a {
  background-color: #e2ebe7;
  cursor: default;
}

.pagination li.pagination__prev.disabled a:hover,
.pagination li.pagination__next.disabled a:hover {
  background-color: #e2ebe7;
}

.pagination li.pagination__prev.disabled .icon,
.pagination li.pagination__next.disabled .icon {
  fill: #a5a8a6;
}

.pagination li.pagination__prev a,
.pagination li.pagination__next a {
  padding: 0;
  background-color: #014c33;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.pagination li.pagination__prev a:hover,
.pagination li.pagination__next a:hover {
  background: #016544;
  color: #000;
}

.pagination li.pagination__next {
  margin-right: 0;
  margin-left: auto;
}

.pagination__active a {
  background-color: #014c33;
  color: #fff;
  cursor: default;
}

.pagination__active a:hover {
  color: #fff;
}

.tag-item {
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  border-radius: 6px;
  background-color: #e6f4ef;
  padding: 9px 14px;
  margin-bottom: 8px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .pagination li {
    margin-left: 2px;
    margin-right: 2px;
  }
  .pagination li.pagination__prev,
  .pagination li.pagination__next {
    display: block;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .aside-bl .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .aside-bl .pagination li {
    margin: 0 5px 0 0;
  }
  .aside-bl .pagination li:last-child {
    margin-right: 0;
  }
  .aside-bl .pagination a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .pagination li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .pagination a {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }
  .pagination .icon {
    width: 19px;
    height: 19px;
  }
  .pagination li.pagination__prev a,
  .pagination li.pagination__next a {
    width: 45px;
    height: 45px;
  }
}

/* end media min width 980 pixels */
.icon-value-item {
  margin-bottom: 25px;
}

.icon-value-item:last-child {
  margin-bottom: 0;
}

.icon-value-item__icon {
  float: left;
  width: 85px;
  text-align: center;
}

.icon-value-item__value {
  margin-left: 95px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15em;
}

.icon-value-item__about {
  margin-left: 95px;
  font-size: 15px;
  line-height: 1.35em;
  color: rgba(0, 0, 0, 0.6);
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .icon-value-inline_line-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-value-inline_line-items .icon-value-item {
    width: 33.33%;
    margin: 0;
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .icon-value-inline_line-items .icon-value-item:first-child {
    border: none;
  }
  .icon-value-inline_line-items .icon-value-item__icon {
    margin-bottom: 12px;
  }
  .icon-value-inline_line-items .icon-value-item__value {
    font-size: 35px;
    margin-bottom: 12px;
    margin-right: 0;
  }
  .icon-value-inline_line-items .icon-value-item__about span {
    display: inline;
  }
  .icon-value-item {
    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;
    margin-bottom: 40px;
  }
  .icon-value-item__icon {
    width: auto;
    float: none;
    margin: 0 15px 0 0;
  }
  .icon-value-item__value {
    margin: 0 25px 0 0;
    font-size: 55px;
    line-height: 1em;
    position: relative;
    top: 4px;
  }
  .icon-value-item__about {
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
  }
  .icon-value-item__about span {
    display: block;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .icon-value-inline_line-items .icon-value-item {
    padding: 0 25px;
  }
  .icon-value-inline_line-items .icon-value-item__value {
    font-size: 55px;
  }
  .icon-value-inline_line-items .icon-value-item__about span {
    display: block;
  }
}

/* end media min width 980 pixels */
/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .icon-value-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .icon-value-inline .icon-value-item {
    margin: 25px;
  }
  .icon-value-inline_line-items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .icon-value-inline_line-items .icon-value-item {
    margin: 0;
  }
}

/* end media min width 1170 pixels */
.drop-d-open .st-drop-d {
  display: block;
}

.st-drop-d {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 220px;
  padding-top: 14px;
  border-radius: 0 0 12px 12px;
}

.st-drop-d_search img {
  max-height: 25px;
}

.st-drop-d_height-auto {
  max-height: 2000px;
  overflow: visible;
}

.st-drop-d::before {
  content: '';
  position: absolute;
  top: 14px;
  margin-top: -9px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
}

.st-drop-d-inner {
  padding: 20px 25px;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 40px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 40px rgba(0, 58, 30, 0.2);
}

.st-drop-d-list {
  background-color: #ffffff;
  border-radius: 12px;
  max-height: 240px;
  overflow: auto;
  -webkit-box-shadow: 0 0 40px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 40px rgba(0, 58, 30, 0.2);
}

.st-drop-d-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  height: 60px;
  cursor: pointer;
  border-top: 1px solid #d9d9d9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.st-drop-d-list li:hover {
  background-color: rgba(1, 76, 51, 0.1);
}

.st-drop-d-list li:first-child {
  border: none;
}

.st-drop-d-list li.active {
  cursor: default;
  color: #999999;
}

.st-drop-d-list li.active:hover {
  background: none;
}

.st-drop-d-list__img {
  min-width: 55px;
  max-width: 55px;
  margin-right: 15px;
  text-align: center;
}

.st-drop-d-list__text {
  font-size: 14px;
  line-height: 24px;
}

.st-drop-d-list-empty {
  text-align: center;
  padding: 8px 0;
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}

.st-drop-d_lang .st-drop-d-list__img {
  min-width: 25px;
  max-width: 25px;
  margin-left: 15px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .st-drop-d-list-empty {
    max-width: 100%;
  }
}

/* end media min width 740 pixels */
.st-title-min-inline {
  max-width: 280px;
  margin-bottom: 20px;
  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;
}

.st-title-min-inline__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
}

.st-title-min-inline__title .icon {
  margin-left: 8px;
  margin-top: -2px;
}

.st-title-min-inline__text {
  font-size: 15px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .st-title-min-inline {
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .st-title-min-inline__title {
    margin-right: 25px;
  }
}

/* end media min width 740 pixels */
.shops-link-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 50px 15px 0;
  font-size: 15px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}

.shops-link-list li.active {
  margin-right: 35px;
}

.shops-link-list li.active::before {
  content: '';
  position: absolute;
  left: -18px;
  top: 50%;
  width: calc(100% + 34px);
  height: 43px;
  margin-top: -23px;
  background-color: #003926;
  z-index: -1;
  border-radius: 8px;
}

.shops-link-list li.active a, .shops-link-list li.active button {
  border: none;
  cursor: default;
}

.shops-link-list li.active span {
  position: relative;
  left: 0;
  top: -8px;
  margin: 0;
}

.shops-link-list a, .shops-link-list button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
  border-bottom: 1px solid;
  text-decoration: none;
  outline: none;
  color: #5c9d87;
  text-decoration: none;
}

.shops-link-list a:hover, .shops-link-list button:hover {
  color: #fff;
  border-color: transparent;
}

.shops-link-list_light a, .shops-link-list_light button {
  color: #fff;
}

.shops-link-list span {
  position: absolute;
  margin: -4px 0 0 4px;
  left: 100%;
  top: 0;
  font-weight: 700;
  font-size: 13px;
  line-height: 1em;
  color: #ff5ba3;
}

.inline-prods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -20px;
}

.inline-prods-item {
  width: 204px;
  min-height: 270px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding: 20px 25px 15px;
  margin: 0 0 20px 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
}

.inline-prods-item_all {
  padding: 20px;
}

.inline-prods-item_icon-nav {
  min-height: 165px;
  width: 165px;
  height: 165px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inline-prods-item_icon-nav:hover .icon {
  fill: rgba(1, 76, 51, 0.6);
}

.inline-prods-item__img {
  height: 120px;
  line-height: 120px;
  text-align: center;
}

.inline-prods-item__icon {
  height: 98px;
  line-height: 98px;
}

.inline-prods-item__icon .icon {
  fill: #d9d9d9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.inline-prods-item__icon-title {
  font-size: 15px;
  line-height: 1.35em;
  text-align: center;
}

.inline-prods-item__text {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.inline-prods-item__link {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #014c33;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.inline-prods-item__link:hover {
  color: #027e55;
}

.inline-prods-item__link:hover .icon {
  left: 2px;
  fill: #027e55;
}

.inline-prods-item__link .icon {
  position: relative;
  left: 0;
  margin: -1px 0 0 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.inline-prods-item-about {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  border-top: 1px solid #e5e5e5;
  padding: 16px 0 0;
}

.inline-prods-all {
  display: block;
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center;
}

.inline-prods-all .inline-prods-item__img {
  display: block;
  height: 150px;
  line-height: 150px;
  margin-bottom: 5px;
}

.inline-prods-item_icon-nav.inline-prods-item_all {
  padding: 20px;
}

.inline-prods-item_icon-nav.inline-prods-item_all .inline-prods-all .inline-prods-item__img {
  height: 55px;
  line-height: 55px;
  margin-bottom: 4px;
}

.inline-prods-wrapp .max-btn-w {
  margin-top: 25px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .inline-prods {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .inline-prods {
    max-width: 916px;
  }
  .inline-prods-item {
    -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
            box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
  }
  .inline-prods-item_icon-nav {
    margin-bottom: 15px;
    margin-left: 15px;
  }
}

/* end media min width 980 pixels */
/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .inline-prods {
    max-width: 150%;
    margin-left: -30px;
  }
  .inline-prods-item {
    margin-bottom: 35px;
    margin-left: 30px;
  }
  .inline-prods-item_icon-nav {
    margin-bottom: 30px;
    margin-left: 30px;
  }
}

/* end media min width 1170 pixels */
.carousel-mob-wrapper .hot-carousel .owl-stage-outer {
  padding-left: 15px;
}

.hot-carousel__discount {
  position: absolute;
  left: -52px;
  top: -52px;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  z-index: 3;
  background-color: #ffd131;
}

.hot-carousel__discount .hot-disc-fix {
  position: absolute;
  right: 10px;
  bottom: 35px;
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  width: 90px;
  text-align: center;
  color: #000;
  text-shadow: 0 0 2px #ffef38;
}

.hot-carousel__img {
  display: block;
  position: relative;
  height: 188px;
  overflow: hidden;
}

.hot-carousel__img img {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 100%;
  height: 100%;
  max-width: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hot-carousel__brand-img {
  height: 25px;
  line-height: 25px;
  margin-bottom: 4px;
}

.hot-carousel__brand-img img {
  max-height: 100%;
}

.hot-carousel__about {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hot-carousel .inline-prods {
  display: block;
  margin: 0;
}

.hot-carousel .inline-prods-item {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.hot-carousel .inline-prods-item:hover .hot-carousel__img img {
  opacity: 0.9;
}

.hot-carousel .inline-prods-item:hover .hot-carousel__about {
  color: #027e55;
}

.hot-carousel-info {
  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;
  min-height: 80px;
  padding: 10px 22px;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .carousel-mob-wrapper .hot-carousel .owl-stage-outer {
    padding-left: 0;
  }
  .hot-carousel {
    min-width: 468px;
    max-width: 468px;
    margin: -15px 0 0 -15px;
  }
  .hot-carousel .inline-prods-item {
    margin: 15px;
    -webkit-box-shadow: 0 0 15px rgba(0, 58, 30, 0.2);
            box-shadow: 0 0 15px rgba(0, 58, 30, 0.2);
  }
  .hot-carousel .owl-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* end media min width 980 pixels */
.soc-inline li {
  display: inline-block;
  vertical-align: top;
  margin-left: 17px;
}

.soc-inline li:first-child {
  margin-left: 0;
}

.soc-inline a {
  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: 49px;
  height: 49px;
  border: 2px solid #009d92;
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.soc-inline a:hover {
  border-color: #000;
}

.soc-inline a .icon {
  fill: #000;
}

.soc-min-ic li {
  position: relative;
  padding-left: 23px;
  font-size: 16px;
  line-height: 30px;
}

.soc-min-ic .icon {
  position: absolute;
  left: 2px;
  top: 50%;
}

.soc-min-ic .icon-soc-f {
  margin-top: -7px;
  width: 8px;
  height: 13px;
}

.soc-min-ic .icon-soc-vk {
  margin-top: -5px;
  width: 13px;
  height: 9px;
}

.soc-min-ic .icon-soc-o {
  margin-top: -7px;
  width: 13px;
  height: 13px;
}

.soc-min-ic .icon-soc-tw {
  margin-top: -6px;
  width: 12px;
  height: 11px;
}

.soc-min-ic a {
  text-decoration: none;
  border-bottom: 1px solid #cbd4d0;
}

.soc-min-ic a:hover {
  border-color: transparent;
}

.filter-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 10px;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 5px;
  overflow: auto;
}

.filter-btns__btn {
  background-color: #014d34;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  height: 43px;
  line-height: 43px;
  padding: 0 14px;
  color: #5c9d87;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  margin-left: -1px;
  outline: none;
  white-space: nowrap;
}

.filter-btns__btn:first-child {
  border-radius: 12px 0 0 12px;
}

.filter-btns__btn:last-child {
  border-radius: 0 12px 12px 0;
}

.filter-btns__btn:hover, .filter-btns__btn.active {
  border-color: #00402b;
  background-color: #00402b;
  color: #fff;
}

.filter-btns__btn.active {
  position: relative;
  z-index: 2;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .filter-btns__btn {
    padding-left: 22px;
    padding-right: 22px;
  }
}

/* end media min width 740 pixels */
.alphabet {
  margin-left: -14px;
}

.alphabet-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 8px 4px;
  margin-bottom: 8px;
  margin-left: 14px;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-bottom: 1px solid #376755;
  background: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}

.alphabet-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 44px;
  margin-top: -24px;
  z-index: -1;
  display: none;
  background-color: #00402b;
  border-radius: 8px;
}

.alphabet-item:hover .alphabet-item__hint {
  display: block;
}

.alphabet-item__hint {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 2px;
  padding: 2px 8px 1px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000805;
  border-radius: 3px;
}

.alphabet-item__hint::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

.alphabet-item_all {
  text-transform: none;
}

.alphabet-item:hover {
  color: #ff5ba3;
  border-color: #ff5ba3;
}

.alphabet-item.active {
  padding-left: 13px;
  padding-right: 13px;
  border-radius: 8px;
  border: none;
}

.alphabet-item.active::before {
  display: block;
}

.alphabet-item.active:hover {
  color: #fff;
}

.alphabet-item.active:hover .alphabet-item__hint {
  display: none;
}

.alphabet-item.disabled {
  color: #5c9d87;
  border: none;
  cursor: default;
}

.alphabet-item.disabled:hover {
  color: #5c9d87;
}

.alphabet-item.disabled:hover .alphabet-item__hint {
  display: none;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .alphabet {
    margin-left: -18px;
  }
  .alphabet-item {
    margin-left: 18px;
    margin-bottom: 14px;
  }
}

/* end media min width 980 pixels */
.category {
  padding-bottom: 10px;
}

.category-filter {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  height: 68px;
  width: 68px;
  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: 1;
  border-radius: 12px;
  background-color: #e6f4ef;
}

.category-filter::before {
  content: '';
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  top: -20px;
}

.category-filter span {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.category-row {
  margin-bottom: 40px;
}

.category-filter_number {
  position: relative;
  width: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-filter_number::before {
  display: none;
}

.category-filter_number::after {
  content: '';
  display: block;
  height: 25px;
  width: 1px;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -13px;
  margin-left: -0.5px;
}

.category-list-link {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.category-list-link:hover .category-list-link__img img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.category-list-link__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 32px;
}

.category-list-link__img img {
  -webkit-filter: grayscale(100);
          filter: grayscale(100);
  opacity: 0.25;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.category-list-link__title {
  font-size: 16px;
  line-height: 1.5em;
}

.category-list-link:hover {
  color: #014c33;
  border-bottom-color: #014c33;
}

@media only screen and (min-width: 375px) {
  .category-lists {
    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;
  }
  .category-list {
    width: 48%;
  }
  .category-list-link__title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 740px) {
  .category-row {
    margin-bottom: 60px;
  }
  .category-row:last-child {
    margin-bottom: 40px;
  }
  .category-list-link__title {
    font-size: 18px;
  }
}

@media only screen and (min-width: 940px) {
  .category {
    padding-bottom: 50px;
  }
  .category-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .category-row:last-child {
    margin-bottom: 0;
  }
  .category-filter {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
  .category-filter::before {
    display: block;
  }
  .category-filter_number {
    height: 136px;
    width: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
  }
  .category-filter_number::before {
    display: none;
  }
  .category-filter_number::after {
    width: 25px;
    height: 1px;
    bottom: -6px;
    left: 50%;
    top: 50%;
    margin-top: -0.5px;
    margin-left: -13px;
  }
  .category-lists {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .category-list {
    width: 22%;
  }
}

.promo-list {
  margin-bottom: 25px;
}

.promo-item {
  min-height: 150px;
  position: relative;
  margin-bottom: 14px;
  background-color: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
  padding: 15px 15px 15px 85px;
  overflow: hidden;
}

.promo-item__aside {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  border-right: 1px solid rgba(223, 219, 206, 0.6);
}

.promo-item__aside .icon_gift-box {
  min-width: 36px;
  min-height: 40px;
  margin-right: 8px;
}

.promo-item__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 5px;
}

.promo-item__info p {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 5px;
}

.promo-item__info p a {
  text-decoration: none;
}

.promo-item__info p a:hover .icon {
  fill: #027e55;
}

.promo-item__info .icon-arrow-bottom {
  margin-left: 5px;
}

.promo-aside-info {
  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;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  height: 100%;
}

.promo-aside-info img {
  height: 50px;
  max-width: none;
}

.promo-price {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
  margin-right: 8px;
  position: relative;
  bottom: -3px;
}

.promo-aside-text {
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
}

.promo-discount {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.8px;
  position: relative;
  bottom: -3px;
}

.promo-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
}

.promo-info-more {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 5px;
}

.promo-used {
  color: #014d34;
}

.promo-timer {
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.promo-timer__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.promo-timer__icon .icon {
  vertical-align: top;
  margin-top: -1px;
}

.promo-btn {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 16px 10px 14px;
  background-color: #e5edea;
  border-radius: 16px;
  background-image: linear-gradient(-38deg, rgba(229, 237, 234, 0.63) 0%, rgba(177, 199, 192, 0.63) 40%, rgba(255, 255, 255, 0.63) 56%, rgba(177, 199, 192, 0.63) 72%, rgba(229, 237, 234, 0.63) 100%);
  font-size: 11px;
  font-weight: 700;
  line-height: 19px;
  text-transform: uppercase;
  text-align: center;
}

.promo-btn::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  right: 6px;
  bottom: 6px;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.promo-btn::after {
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  width: 30px;
  height: 25px;
  z-index: 2;
  background-image: url(../img/sprite.png);
  background-repeat: no-repeat;
  background-position: -5px -331px;
}

.promo-btn_copy {
  background: #014d34;
  color: #fff;
}

.promo-btn_copy::before {
  border-color: rgba(255, 255, 255, 0.1);
}

.promo-btn_copy::after {
  top: auto;
  right: auto;
  left: -1px;
  bottom: -1px;
  background-position: -5px -366px;
}

.promo-btn .icon-arrow-right_b {
  display: none;
}

.btn-promo-copy {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -14px;
  width: 27px;
  height: 27px;
  padding: 0;
  border: none;
  background-color: #ad1457;
  outline: none;
  z-index: 4;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn-promo-copy:hover {
  background-color: #96114c;
}

.btn-promo-copy__text {
  display: none;
}

@media only screen and (min-width: 740px) {
  .promo-item {
    padding: 13px 13px 13px 194px;
    min-height: 125px;
  }
  .promo-item__aside {
    width: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100% - 32px);
    top: 16px;
  }
  .promo-item__aside .icon_gift-box {
    margin-right: 0;
  }
  .promo-item__info {
    margin-bottom: 10px;
  }
  .promo-aside-info {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .promo-aside-info img {
    height: auto;
    max-width: 100%;
  }
  .promo-price {
    font-size: 45px;
    margin-right: 0;
    bottom: 0;
  }
  .promo-discount {
    font-size: 49px;
    bottom: 0;
  }
  .present {
    width: auto;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-right: 0;
  }
  .promo-aside-text {
    font-size: 15px;
  }
  .promo-item__aside_present .promo-aside-text {
    display: none;
  }
  .promo-title {
    font-size: 21px;
    line-height: 22px;
  }
  .promo-info-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .promo-used {
    display: block;
    margin-right: 12px;
  }
  .promo-btn:hover .icon-arrow-right_b {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    fill: #027e55;
  }
  .promo-btn .icon-arrow-right_b {
    margin-top: -1px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: inline-block;
    margin-left: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .btn-promo-copy {
    width: auto;
    height: auto;
    margin-top: -15px;
    padding: 2px 14px 0;
    font-weight: 700;
    font-size: 11px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
  }
  .btn-promo-copy .icon {
    display: none;
  }
  .btn-promo-copy__text {
    display: block;
  }
}

/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .promo-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo-item__info {
    margin-bottom: 0;
  }
  .promo-info-more {
    margin-bottom: 0;
    line-height: 18px;
  }
  .promo-btn {
    min-width: 175px;
    max-width: 175px;
    margin-left: 30px;
    font-size: 12px;
    padding: 31px 24px;
  }
  .promo-btn_copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .btn-promo-copy {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 4px;
  }
}

/* end media min width 1170 pixels */
.aside-nav-categories .aside-bl__tt {
  margin-bottom: 5px;
}

.aside-nav-categories .inline-prods-item_icon-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .aside-nav-categories {
    max-width: 245px;
  }
  .aside-nav-categories .aside-bl__tt {
    margin-bottom: 20px;
  }
  .aside-nav-categories .inline-prods {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .aside-nav-categories .inline-prods-item_icon-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
    height: auto;
    width: 100%;
    min-height: 10px;
    padding: 0;
    margin: 0;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aside-nav-categories .inline-prods-item {
    border-radius: 0;
    padding: 10px 0;
    color: #014d34;
    min-height: 60px;
    border-top: 1px solid #d9d9d9;
  }
  .aside-nav-categories .inline-prods-item.active {
    color: #afafaf;
    cursor: default;
  }
  .aside-nav-categories .inline-prods-item.active .icon {
    fill: #dadada;
  }
  .aside-nav-categories .inline-prods-item.active:hover {
    color: #afafaf;
  }
  .aside-nav-categories .inline-prods-item.active:hover .icon {
    fill: #dadada;
  }
  .aside-nav-categories .inline-prods-item:first-child {
    border: none;
  }
  .aside-nav-categories .inline-prods-item:hover {
    color: #027f56;
  }
  .aside-nav-categories .inline-prods-item:hover .icon {
    fill: #014d34;
  }
  .aside-nav-categories .inline-prods-item__icon {
    min-width: 33px;
    max-width: 33px;
    height: auto;
    line-height: 1em;
  }
  .aside-nav-categories .icon {
    position: relative;
    top: -1px;
    fill: #909090;
  }
  .aside-nav-categories .icon-s-car {
    width: 26px;
    height: 26px;
  }
  .aside-nav-categories .icon-s-bag {
    width: 19px;
    height: 19px;
  }
  .aside-nav-categories .icon-s-sport {
    width: 21px;
    height: 21px;
  }
  .aside-nav-categories .icon-s-book {
    width: 20px;
    height: 20px;
  }
  .aside-nav-categories .icon-s-comp {
    width: 19px;
    height: 19px;
  }
  .aside-nav-categories .icon-s-food {
    width: 21px;
    height: 21px;
  }
  .aside-nav-categories .icon-s-hook {
    width: 20px;
    height: 20px;
  }
  .aside-nav-categories .icon-s-kid {
    width: 22px;
    height: 22px;
  }
  .aside-nav-categories .icon-s-play {
    width: 22px;
    height: 22px;
  }
  .aside-nav-categories .icon-s-pulse {
    width: 19px;
    height: 19px;
  }
  .aside-nav-categories .icon-s-shoe {
    width: 23px;
    height: 23px;
  }
}

/* end media min width 980 pixels */
.discount-dd-list {
  margin-bottom: 10px;
}

.discount-dd {
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}

.discount-dd__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 45px 20px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.discount-dd__header:after {
  content: '';
  width: 12px;
  height: 6px;
  margin-top: -3px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  background-image: url(../img/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.discount-dd__header:hover .discount-dd__title {
  color: #003121;
}

.discount-dd__header:hover .discount-dd__icon .icon {
  fill: #014c33;
}

.discount-dd__icon {
  height: 30px;
  width: 30px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.discount-dd__icon .icon {
  fill: #e4ece9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.discount-dd__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.discount-dd__about {
  padding: 20px 30px 20px 35px;
  font-size: 15px;
  line-height: 22px;
  color: #666;
  display: none;
}

.discount-dd.open {
  position: relative;
  margin: -2px -5px -1px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
}

.discount-dd.open .discount-dd__header:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.4;
}

.discount-dd.open .discount-dd__icon .icon {
  fill: #014c33;
}

.discount-dd.open .discount-dd__title {
  color: #014c33;
}

.discount-dd.open .discount-dd__about {
  display: block;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .discount-dd-list {
    margin-bottom: 20px;
  }
  .discount-dd__header {
    padding-right: 60px;
  }
}

/* end media min width 980 pixels */
.aside-bl {
  margin-bottom: 30px;
}

.aside-bl:last-child {
  margin-bottom: 0;
}

.aside-bl__text {
  font-size: 15px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
}

.aside-bl__tt {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
}

.aside-bl__tt_mid-size {
  font-size: 23px;
  line-height: 1.32em;
}

.contacts-aside {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
}

.contacts-aside span {
  color: #000;
}

.aside-bl-dd {
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: margin 0.2s;
  transition: margin 0.2s;
}

.aside-bl-dd:last-child {
  border: none;
}

.aside-bl-dd__tt {
  position: relative;
  margin-bottom: 0;
  padding: 27px 40px 23px 25px;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.aside-bl-dd__tt:hover {
  color: #014d34;
}

.aside-bl-dd__tt:after {
  content: '';
  width: 12px;
  height: 6px;
  margin-top: -2px;
  position: absolute;
  z-index: 2;
  right: 20px;
  top: 50%;
  background-image: url(../img/arrow-bottom.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.aside-bl-dd__content {
  display: none;
  padding: 20px 30px 25px 25px;
  border-top: 1px solid #e5e5e5;
}

.aside-bl-dd.open {
  position: relative;
  margin: -2px -5px -1px;
  border-radius: 20px;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
}

.aside-bl-dd.open .aside-bl-dd__tt::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.4;
}

.aside-bl-dd.open .aside-bl-dd__content {
  display: block;
}

.aside-video-wrap {
  max-width: 246px;
  padding-top: 5px;
  text-align: center;
}

.aside-video-bl {
  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;
  height: 140px;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}

.aside-video-bl__img {
  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;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.aside-video-bl__text {
  height: 50px;
  background-color: #014e35;
  font-weight: 700;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}

.video-play-btn {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -22px);
          transform: translate(-50%, -22px);
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.side-video-full-link {
  text-decoration: none;
}

.side-video-full-link:hover {
  text-decoration: underline;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .show-more-aside-mobile {
    display: none;
  }
  .aside-bl .line-list {
    max-width: 246px;
  }
  .aside-bl-dd {
    margin-bottom: 25px;
    border-bottom: none;
  }
  .aside-bl-dd__tt {
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
    cursor: default;
  }
  .aside-bl-dd__tt:hover {
    color: #000;
  }
  .aside-bl-dd__tt:after {
    display: none;
  }
  .aside-bl-dd__content {
    display: block;
    padding: 0;
    border-top: none;
  }
  .aside-bl-dd.open {
    margin: 0 0 20px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* end media min width 980 pixels */
.review-items {
  position: relative;
}

.review-items::before {
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  bottom: -15px;
  height: 240px;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(87%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 87%);
}

.review-item {
  position: relative;
  padding: 20px 48px 20px 28px;
  margin-bottom: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
  border-radius: 20px;
}

.review-item__status {
  position: absolute;
  right: -5px;
  top: -4px;
}

.review-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px;
}

.review-item p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}

.review-item-tt {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-right: 10px;
}

.review-item-date {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
}

.reviews-btns {
  margin-bottom: 14px;
}

.reviews-btns .btn {
  width: 100%;
  margin-bottom: 12px;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .review-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .review-items::before {
    bottom: 0;
  }
  .review-item-col {
    width: 32%;
  }
  .review-item {
    margin-bottom: 18px;
    padding: 25px 40px;
  }
  .reviews-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .reviews-btns .btn {
    width: 32%;
  }
  .reviews-btns .btn_g {
    width: 66%;
  }
}

/* end media min width 980 pixels */
.cupon-main-review {
  position: relative;
  line-height: 25px;
  padding: 12px 20px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 20px 20px;
}

.cupon-main-review .st-drop-d {
  margin-top: -15px;
}

.cupon-main-review-head {
  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;
}

.cupon-main-val {
  margin-right: 10px;
  font-weight: 700;
  font-size: 20px;
}

.cupon-main-val-count {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.cupon-main-val-count span {
  display: none;
}

.cupon-main-stars {
  position: relative;
  width: 100px;
  height: 17px;
  margin-right: 10px;
  background-image: url(../img/star.svg);
  background-repeat: space;
  background-position: 0 0;
  background-size: 17px 17px;
}

.cupon-main-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.cupon-main-stars .cupon-main-stars-max-w {
  width: 100px;
  height: 100%;
  background-image: url(../img/star-fill.svg);
  background-repeat: space;
  background-position: 0 0;
  background-size: 17px 17px;
}

.cupon-main-vote {
  color: #014d33;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.cupon-main-vote:hover {
  color: #027e55;
}

.cupon-main-review .st-drop-d {
  max-width: 265px;
}

.vote-t {
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 15px;
}

.vote-list {
  padding-bottom: 3px;
}

.vote-list li {
  height: 17px;
  margin-bottom: 17px;
}

.vote-list .form-st-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 28px;
  font-weight: 700;
}

.vote-list .cupon-main-stars {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .cupon-main-review {
    border: none;
    padding: 22px 0 14px;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
  }
  .cupon-main-review .st-drop-d {
    margin-top: -20px;
  }
  .cupon-main-review .st-drop-d::before {
    right: 55px;
  }
  .cupon-main-review-head {
    display: block;
    overflow: hidden;
    min-height: 54px;
    position: relative;
    padding-left: 84px;
  }
  .cupon-main-review-head .cupon-main-stars {
    width: 166px;
    margin-bottom: 5px;
    height: 27px;
    background-size: 28px 27px;
  }
  .cupon-main-review-head .cupon-main-stars-max-w {
    width: 166px;
    background-size: 28px 27px;
  }
  .cupon-main-val {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
  }
  .cupon-main-val-count {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .cupon-main-val-count span {
    display: inline-block;
  }
}

/* end media min width 980 pixels */
.thanks-inner {
  padding: 39px 20px;
  text-align: center;
}

.thanks-inner__icon {
  margin-bottom: 20px;
}

.thanks-inner__icon .icon {
  width: 85px;
  height: 65px;
  fill: #014d34;
}

.thanks-inner__tt {
  max-width: 220px;
  margin: 0 auto 15px;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
}

.thanks-inner__text {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.5);
}

.thanks-inner_vote {
  padding-top: 30px;
  padding-bottom: 30px;
}

.thanks-inner_vote .thanks-inner__icon {
  margin-bottom: 25px;
}

.thanks-inner_vote .thanks-inner__icon .icon {
  width: 52px;
  height: 40px;
}

.thanks-inner_vote .thanks-inner__tt {
  font-size: 17px;
  line-height: 22px;
}

.thanks-inner_vote .thanks-inner__text {
  font-size: 16px;
  line-height: 21px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .thanks-inner {
    padding-top: 90px;
    padding-bottom: 90px;
    border-radius: 20px;
    border: 1px solid #dedede;
  }
  .thanks-inner__tt {
    max-width: 340px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }
  .thanks-inner__text {
    max-width: 360px;
    font-size: 18px;
    line-height: 25px;
  }
  .thanks-inner_vote {
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* end media min width 740 pixels */
.arrow-top-wrapper {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.aside-grid-main {
  position: relative;
}

.aside-grid-main .arrow-top {
  right: 50%;
  margin-right: -38px;
}

.arrow-top {
  position: absolute;
  right: 15px;
  bottom: -38px;
  z-index: 15;
  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: 76px;
  height: 76px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  border: none;
  cursor: pointer;
}

.arrow-top:hover {
  background-color: #a8beb6;
}

.arrow-top:hover .icon {
  fill: #fff;
}

.arrow-top .icon {
  fill: #a8beb6;
  width: 21px;
  height: 21px;
}

.page-cupon .inner-head {
  padding-bottom: 340px;
}

.page-cupon .above-inner-head {
  margin-top: -340px;
}

.grid-col-head-abs {
  margin-bottom: 16px;
}

.grid-columns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid-col-aside {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.cupon-main-img-wrapper {
  border-radius: 20px;
  background-color: #fff;
}

.cupon-main-img {
  height: 138px;
  line-height: 138px;
  text-align: center;
}

.cupon-head {
  margin-bottom: 10px;
}

.cupon-head .title-site {
  margin-bottom: 8px;
  font-size: 20px;
}

.cupon-head-date {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.line-st-inner {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.aside-grid-main {
  margin-bottom: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.aside-grid-main .text-bl {
  font-size: 15px;
  line-height: 22px;
}

.aside-grid-main .text-bl h1, .aside-grid-main .text-bl h2, .aside-grid-main .text-bl h3, .aside-grid-main .text-bl h4 {
  margin-bottom: 10px;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .page-cupon .above-inner-head {
    margin-bottom: 20px;
  }
  .cupon-head .title-site {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .cupon-head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cupon-head-date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
    font-size: 17px;
    color: #fff;
  }
  .aside-grid-main .text-bl h1, .aside-grid-main .text-bl h2, .aside-grid-main .text-bl h3, .aside-grid-main .text-bl h4 {
    margin-bottom: 15px;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .page-cupon .inner-head {
    padding-bottom: 150px;
  }
  .page-cupon .above-inner-head {
    margin-top: -150px;
  }
  .page-cupon .bread-crumbs {
    margin-bottom: 22px;
  }
  .grid-columns-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .grid-columns-row .title-site_mid {
    margin-bottom: 30px;
  }
  .line-st-inner {
    width: 100%;
    padding-top: 45px;
    margin-top: 45px;
  }
  .grid-col-head-abs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 265px;
  }
  .cupon-main-img-wrapper {
    background: none;
  }
  .cupon-main-img {
    background-color: #fff;
    border-radius: 20px;
    height: 220px;
    line-height: 220px;
    -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
            box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
  }
  .grid-col-aside {
    min-width: 265px;
    max-width: 265px;
    margin-right: 30px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 340px;
  }
  .grid-col-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    margin-top: -5px;
  }
  .aside-grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aside-grid-main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 45px;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 40px rgba(0, 58, 30, 0.2);
            box-shadow: 0 0 40px rgba(0, 58, 30, 0.2);
  }
  .aside-grid-main .text-bl {
    max-width: 100%;
  }
  .aside-grid-main .text-bl h1, .aside-grid-main .text-bl .title-site_h1 {
    margin-right: 0;
    font-size: 45px;
  }
  .aside-grid {
    min-width: 330px;
    max-width: 330px;
    margin-left: 60px;
  }
}

/* end media min width 980 pixels */
.page-shops .inner-head {
  padding-bottom: 40px;
}

.page-shops .shops-link-list {
  padding-left: 18px;
  margin-bottom: 20px;
  margin-top: 25px;
}

.page-shops .shops-link-list li {
  margin-right: 35px;
  margin-bottom: 20px;
}

.page-shops .shops-link-list li.active {
  margin-right: 35px;
}

.shops-filter-char {
  padding-top: 25px;
  border-top: 1px solid #1b5f49;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .page-shops .inner-head {
    padding-bottom: 30px;
  }
  .page-shops .shops-link-list li {
    margin-right: 50px;
  }
}

/* end media min width 740 pixels */
/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .page-shops .inner-head {
    padding-bottom: 10px;
  }
  .shops-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px;
  }
  .shops-head .title-site {
    margin-bottom: 0;
  }
  .shops-head .filter-btns {
    margin: 5px 0 0 35px;
    padding: 0;
  }
}

/* end media min width 1170 pixels */
.page-about .inner-head {
  padding-bottom: 70px;
}

.page-about .inner-head .title-site {
  margin-bottom: 15px;
}

.page-about .above-inner-head {
  margin-top: -70px;
}

.brand-company-banner {
  position: relative;
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}

.brand-company-banner .text-logo-lg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.text-logo-lg {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1em;
  text-transform: uppercase;
}

.text-logo-lg .icon-label {
  margin-top: -3px;
  width: 18px;
  height: 18px;
  fill: #198863;
}

/* Min width 375 pixels */
@media only screen and (min-width: 375px) {
  .brand-company-banner {
    border-radius: 15px;
  }
}

/* end media min width 375 pixels */
/* Min width 720 pixels */
@media only screen and (min-width: 720px) {
  .page-about .inner-head {
    padding-bottom: 100px;
  }
  .page-about .above-inner-head {
    margin-top: -100px;
  }
  .brand-company-banner {
    border-radius: 30px;
    margin-bottom: 50px;
  }
  .text-logo-lg {
    font-size: 48px;
  }
  .text-logo-lg .icon-label {
    width: 36px;
    height: 36px;
  }
}

/* end media min width 720 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .page-about .above-inner-head {
    padding-bottom: 20px;
  }
  .brand-company-banner {
    border-radius: 42px;
  }
}

/* end media min width 980 pixels */
.page-themes .above-inner-head {
  padding-bottom: 30px;
}

.page-themes .inner-head p {
  color: rgba(255, 255, 255, 0.3);
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .page-themes .above-inner-head {
    padding-bottom: 50px;
    margin-top: -60px;
  }
  .page-themes .inner-head {
    padding-bottom: 60px;
  }
  .page-themes .inner-head p {
    max-width: 510px;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
  }
}

/* end media min width 740 pixels */
/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .page-themes .inner-head {
    min-height: 360px;
    background-image: url(../img/relax-inner-img.png);
    background-repeat: no-repeat;
    background-position: 110% 100%;
    background-size: 500px auto;
  }
}

/* end media min width 980 pixels */
/* Min width 1170 pixels */
@media only screen and (min-width: 1170px) {
  .page-themes .inner-head {
    background-position: calc(50% + 278px) 26px;
    background-size: 585px auto;
  }
}

/* end media min width 1170 pixels */
.page-category .pagination {
  margin-top: 25px;
}

.page-category .inner-head {
  padding-bottom: 60px;
}

.page-category .above-inner-head {
  margin-top: -60px;
  padding-bottom: 20px;
}

.category-main-img {
  height: 124px;
  margin-bottom: 24px;
  padding: 20px;
  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;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
          box-shadow: 0 0 20px rgba(0, 58, 30, 0.2);
}

.category-main-img .icon {
  fill: #d9d9d9;
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .page-category .above-inner-head {
    padding-bottom: 40px;
  }
}

/* end media min width 740 pixels */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.carousel-mob-wrapper {
  margin-right: -15px;
  margin-left: -15px;
}

.carousel-mob-wrapper .owl-carousel-desk-destroy .owl-stage-outer {
  padding-left: 15px;
}

.owl-carousel.owl-carousel-desk-destroy {
  margin-left: 0;
  max-width: 100%;
}

.owl-carousel.owl-carousel-desk-destroy .owl-item:first-child .inline-prods-item {
  margin-left: 0;
}

.owl-carousel.owl-carousel-desk-destroy .owl-dots {
  margin-top: 5px;
}

.owl-carousel.owl-carousel-desk-destroy .inline-prods-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.owl-carousel.owl-carousel-desk-destroy .inline-prods-item__text {
  min-height: 60px;
}

.owl-carousel .owl-item img {
  width: auto;
  display: inline;
}

.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  padding: 0;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  border-radius: 50%;
  background-color: #032c1e;
  color: #fff;
  margin-left: -15px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #05442e;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  background-color: #e2ebe7;
}

.owl-carousel .owl-nav button.owl-prev.disabled .icon,
.owl-carousel .owl-nav button.owl-next.disabled .icon {
  fill: #a5a8a6;
}

.owl-carousel .owl-nav button.owl-prev .icon,
.owl-carousel .owl-nav button.owl-next .icon {
  fill: #fff;
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: -15px;
}

.owl-dots {
  margin-top: 25px;
  text-align: center;
}

.owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: rgba(1, 77, 52, 0.2);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.owl-dots button.owl-dot:hover {
  background-color: rgba(1, 77, 52, 0.5);
}

.owl-dots button.owl-dot.active {
  background-color: #ad1457;
}

.owl-nav-light .owl-dots button.owl-dot {
  background-color: rgba(255, 255, 255, 0.2);
}

.owl-nav-light .owl-dots button.owl-dot:hover {
  background-color: #fff;
}

.owl-nav-light .owl-dots button.owl-dot.active {
  background-color: #ad1457;
}

/* Min width 980 pixels */
@media only screen and (min-width: 980px) {
  .carousel-mob-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .carousel-mob-wrapper .owl-carousel-desk-destroy .owl-stage-outer {
    padding-left: 0;
  }
}

/* end media min width 980 pixels */
/* Min width 1220 pixels */
@media only screen and (min-width: 1220px) {
  .owl-carousel .owl-nav button.owl-prev {
    margin-left: -23px;
  }
  .owl-carousel .owl-nav button.owl-next {
    margin-right: -23px;
  }
}

/* end media min width 1220 pixels */
.mfp-container {
  padding-left: 15px;
  padding-right: 15px;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-st {
  margin-top: 65px;
  margin-bottom: 20px;
  position: relative;
  max-width: 748px;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #7ec1ab;
  background-color: #014d34;
  background-image: url(../img/shine-transparent-center.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 15px;
}

button.mfp-close,
button.mfp-arrow {
  background: #ad1457;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-close {
  top: -65px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ad1457;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mfp-close::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: none;
  border-radius: 50%;
}

.mfp-close:active {
  top: -64px;
}

.mfp-close:hover {
  background-color: #96114c;
}

.mfp-close .icon-close {
  position: relative;
  top: -1px;
  fill: #fff;
  width: 16px;
  height: 16px;
}

.modal-promo-info {
  padding: 20px 16px 15px;
  border: 2px solid #276852;
  border-radius: 12px;
  margin-bottom: 15px;
}

.modal-promo-info__tt {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}

.modal-promo-info p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

.modal-promo-btn {
  padding: 12px;
  border: 2px solid #276852;
  border-radius: 12px;
}

.modal-promo-btn .btn {
  font-size: 17px;
  text-transform: none;
}

.modal-desc {
  padding: 15px 10px;
  background-color: #0d281f;
  border-radius: 12px;
  color: #fff;
}

.modal-desc__tt {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
}

.modal-desc__text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.modal-desc_copy {
  background: none;
  padding: 0;
}

.modal-desc_copy .modal-desc__tt {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 60px;
  text-transform: uppercase;
  background-color: #0d281f;
  border-radius: 10px;
}

.modal-desc_copy .btn {
  width: 100%;
  font-size: 14px;
  line-height: 42px;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 12px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0 12px 10px rgba(0, 0, 0, 0.23);
}

/* Min width 740 pixels */
@media only screen and (min-width: 740px) {
  .modal-st {
    margin: 30px auto;
    padding: 28px 28px 30px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 30px;
  }
  .mfp-close {
    top: 24px;
    right: 21px;
  }
  .mfp-close:active {
    top: 23px;
  }
  .modal-promo-info {
    padding: 30px 30px 35px;
    border-radius: 20px;
  }
  .modal-promo-info__tt {
    margin-bottom: 14px;
    font-size: 27px;
    line-height: 33px;
  }
  .modal-promo-btn {
    padding: 20px 30px;
    border-radius: 20px;
  }
  .modal-promo-btn .btn {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 26px;
    border-radius: 20px;
    -webkit-box-shadow: 0 28px 68px rgba(0, 0, 0, 0.5);
            box-shadow: 0 28px 68px rgba(0, 0, 0, 0.5);
  }
  .modal-desc {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 20px;
  }
  .modal-desc__tt {
    font-size: 40px;
    line-height: 40px;
  }
  .modal-desc__text {
    font-size: 16px;
    line-height: 27px;
  }
  .modal-desc_copy {
    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;
    background: #0d281f;
    padding: 20px 20px 20px 0;
    border-radius: 20px;
  }
  .modal-desc_copy .modal-desc__tt {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 66px;
    background: none;
    border-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .modal-desc_copy .btn {
    width: 200px;
    font-size: 17px;
    line-height: 50px;
    border-radius: 15px;
  }
}

/* end media min width 740 pixels */

